body main {
  overflow-x: hidden;
}
body main section.hero {
  background-color: #ECF0F6;
  padding: 60px 0 0;
}
body main section.hero .content_wrapper {
  padding: 0 0 0 40px;
}
body main section.hero:after {
  content: "";
  background: #0D123D;
  height: calc(100% - 15px);
  width: 30%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0, 15px);
  border-radius: 0 16px 0 0;
  z-index: -1;
}
body main section.watch-demo .content_wrapper {
  background: #0D123D;
  border-radius: 32px;
  padding: 32px 16px;
}
body main section.watch-demo .content_wrapper .content {
  background: #ffffff;
  border-radius: 16px;
  padding: 24px;
}
body main section.watch-demo:before {
  content: "";
  background-color: #ECF0F6;
  height: 50%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
body main section.watch-demo:after {
  content: "";
  background: #0D123D;
  height: 70%;
  width: 30%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0 0 16px 0;
  z-index: -1;
}
body main section.business-excel {
  padding: 80px 0;
}
body main section.features {
  background: #0D123D;
  padding: 80px 0;
}
body main section.features .row_features {
  row-gap: 24px;
}
body main section.features .features-item {
  border-radius: 8px;
  padding: 2px 10px;
  background: rgb(5, 9, 93);
  background: -moz-linear-gradient(130deg, rgb(5, 9, 93) 0%, rgb(38, 171, 226) 100%);
  background: -webkit-linear-gradient(130deg, rgb(5, 9, 93) 0%, rgb(38, 171, 226) 100%);
  background: linear-gradient(130deg, rgb(5, 9, 93) 0%, rgb(38, 171, 226) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#05095d", endColorstr="#26abe2", GradientType=1);
  transition: 0.3s;
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
body main section.features .features-item:after {
  content: "";
  background: #0D123D;
  height: calc(100% - 4px);
  width: calc(100% - 4px);
  border-radius: 8px;
  position: absolute;
  top: 2px;
  left: 2px;
  z-index: -1;
}
body main section.features .features-item.custom-link {
  background: transparent;
}
body main section.features .features-item.custom-link span {
  font-size: 128px;
  font-weight: 400;
  line-height: 96px;
}
body main section.integrations {
  background: #ECF0F6;
  padding: 80px 0;
}
body main section.integrations .badge:after {
  background: #ECF0F6;
}
body main section.integrations .integrations-grid {
  grid-template-columns: repeat(9, 1fr);
  column-gap: 27px;
  row-gap: 24px;
}
body main section.integrations .integrations-grid .integration-item img {
  width: 97px;
  height: 97px;
  object-fit: contain;
  margin-bottom: 24px;
}
body main section.integrations .integrations-grid .integration-item .title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 0;
}
body main section.subscription {
  padding: 100px 0;
}
body main section.subscription .btn {
  position: relative;
  overflow: visible;
}
body main section.subscription .btn::after {
  content: "";
  position: absolute;
  width: 200%;
  height: calc(100% + 2px);
  background-color: #EE4C4C;
  right: calc(100% - 40px);
  top: -1px;
  transition: 0.3s;
  z-index: -1;
}
body main section.subscription .btn::before {
  display: none;
}
body main section.subscription .img-wrapper {
  position: relative;
}
body main section.subscription .img-wrapper::before {
  content: "";
  position: absolute;
  right: calc(100% - 4px);
  bottom: 0;
  width: 390px;
  height: 350px;
  background-image: url("../../img/webp/subscription-image-shadow.webp");
  background-size: contain;
  background-position: left bottom;
  z-index: -1;
}
body main section.reviews {
  background: #ECF0F6;
  padding: 80px 0;
}
body main section.reviews .video_wrapper {
  padding: 6px;
}
body main section.reviews .video_wrapper .btn_play {
  height: 84px;
  width: 84px;
}
body main section.reviews .video_wrapper .btn_play img {
  height: 38px;
  width: 33px;
}
body main section.reviews .card {
  border-radius: 12px;
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.08);
}
body main section.reviews .card .card-body {
  padding: 16px;
}
body main section.reviews .card .card-body .card-title {
  font-size: 22px;
  font-weight: 500;
}
body main section.reviews .card .card-body .card-text {
  font-size: 14px;
}
body main section.reviews .card .card-body .author-title {
  font-size: 18px;
}
body main section.reviews .clutch_reviews {
  padding: 0;
}
body main section.reviews .clutch_reviews .slick-list {
  overflow: visible;
  -webkit-backface-visibility: hidden;
}
body main section.reviews .clutch_reviews .slick-list .slick-track {
  display: flex;
  align-items: center;
  height: 534px;
  -webkit-backface-visibility: hidden;
}
body main section.reviews .clutch_reviews .slick-slide {
  width: 655px;
  opacity: 0.5;
  position: relative;
  z-index: 1;
  transition: 0.2s;
  height: unset;
}
body main section.reviews .clutch_reviews .slick-slide img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
}
body main section.reviews .clutch_reviews .slick-slide.slick-active {
  transform: translateX(40%);
}
body main section.reviews .clutch_reviews .slick-slide.slick-current {
  position: relative;
  width: 938px;
  opacity: 1;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  z-index: 2;
  transform: translateX(0);
}
body main section.reviews .clutch_reviews .slick-slide.slick-current + .slick-slide {
  transform: translateX(-40%);
}
body main section.reviews .clutch_reviews .slick-arrow {
  z-index: 3;
  background-color: rgba(13, 17, 62, 0.66);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 4px solid #28A9E0;
  display: flex;
  align-items: center;
  justify-content: center;
}
body main section.reviews .clutch_reviews .slick-arrow:before {
  display: none;
}
body main section.reviews .clutch_reviews .slick-arrow:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #28A9E0;
}
body main section.reviews .clutch_reviews .slick-prev.slick-arrow {
  left: 50%;
  transform: translate(calc(-50% - 524px), -50%);
}
body main section.reviews .clutch_reviews .slick-prev.slick-arrow:after {
  transform: scale(-1);
}
body main section.reviews .clutch_reviews .slick-next.slick-arrow {
  right: 50%;
  transform: translate(calc(-50% + 584px), -50%);
}
body main section.pricing {
  padding: 80px 0;
}
body main section.pricing .pricing_slider {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body main section.pricing .pricing_slider .item {
  width: 100%;
  max-width: calc(19% - 19.2px);
}
body main section.pricing .pricing_slider .item .card {
  border: solid 2px #ECF0F6;
  border-radius: 24px;
  padding: 24px;
}
body main section.pricing .pricing_slider .item .card .card-body {
  padding: 0;
}
body main section.pricing .pricing_slider .item .card .card-body .text-red {
  max-width: calc(100% - 70px);
}
body main section.pricing .pricing_slider .item .card .card-body ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
body main section.pricing .pricing_slider .item .card .card-body ul li {
  background: #ECF0F6;
  font-size: 16px;
  padding: 4px 8px;
}
body main section.pricing .pricing_slider .item .card .card-body ul li:nth-child(even) {
  background: #ffffff;
}
body main section.pricing .pricing_slider .item.popular {
  max-width: calc(24% - 19.2px);
}
body main section.pricing .pricing_slider .item.popular .card {
  background: rgb(38, 171, 226);
  background: -moz-linear-gradient(0deg, rgb(38, 171, 226) 0%, rgb(9, 16, 172) 100%);
  background: -webkit-linear-gradient(0deg, rgb(38, 171, 226) 0%, rgb(9, 16, 172) 100%);
  background: linear-gradient(0deg, rgb(38, 171, 226) 0%, rgb(9, 16, 172) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#26abe2",endColorstr="#0910ac",GradientType=1);
  border: none;
  padding: 6px;
}
body main section.pricing .pricing_slider .item.popular .card .card-body {
  background: #0D123D;
  padding: 24px;
  border-radius: 24px;
}
body main section.pricing .pricing_slider .item.popular .card .card-body .main-title {
  color: #ffffff !important;
}
body main section.pricing .pricing_slider .item.popular .card .card-body ul {
  color: #ffffff;
}
body main section.pricing .pricing_slider .item.popular .card .card-body ul li {
  background: rgba(40, 169, 224, 0.1);
}
body main section.pricing .pricing_slider .item.popular .card .card-body ul li:nth-child(even) {
  background: transparent;
}
body main section.pricing .pricing_slider .item.popular .card img.popular_tag {
  position: absolute;
  top: 0;
  right: 20px;
}
body main section.pricing .pricing_slider .slick-list {
  width: 100%;
}
body main section.pricing .pricing_slider .slick-list .slick-track {
  display: flex;
  align-items: end;
  gap: 24px;
}
body main section.pricing .btn_wrapper {
  padding: 160px 0 110px;
}
body main section.pricing img.obj {
  position: absolute;
  left: 15%;
  bottom: 80px;
  width: 300px;
}
body main section.ease {
  padding: 0 0 80px;
}
body main section.ease .content_wrapper {
  background: #0D123D;
  border-radius: 32px;
  padding: 64px;
}
body main section.faq {
  padding: 0 0 80px;
}
body main section.faq .accordion .accordion-item {
  margin: 0 0 8px;
  border: solid 1px #ECF0F6;
  border-radius: 10px;
  overflow: hidden;
}
body main section.faq .accordion .accordion-item .accordion-header .accordion-button {
  background: #ffffff;
  color: #0D123D;
  font-size: 20px;
  font-weight: 700;
  padding: 15px;
  border: none;
  box-shadow: none;
}
body main section.faq .accordion .accordion-item .accordion-header .accordion-button:after {
  background-image: var(--bs-accordion-btn-icon);
}
body main section.faq .accordion .accordion-item .accordion-collapse .accordion-body {
  color: #606060;
  font-size: 20px;
  padding: 0 15px 15px;
}
body main section.faq .accordion .accordion-item:last-child {
  margin: 0;
}
body main section.crm-solutions {
  background: #0D123D;
  padding: 80px 0;
}
body main section.crm-solutions .card {
  background: #ffffff;
  border: none;
  padding: 24px 24px;
  border-radius: 16px;
}
body main section.crm-solutions .card .card-body {
  padding: 16px 0 0;
}
body main section.horizontal-cards {
  padding: 80px 0;
}
body main section.horizontal-cards .row > div .card {
  background: #ECF0F6;
  border: none;
  border-radius: 24px;
  padding: 40px;
  position: relative;
  z-index: 1;
}
body main section.horizontal-cards .row > div .card img {
  max-width: 100%;
}
body main section.horizontal-cards .row > div .card .card-body {
  padding: 0;
}
body main section.horizontal-cards .row > div .card .card-body ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
body main section.horizontal-cards .row > div .card .card-body ul li {
  font-size: 24px;
  position: relative;
  padding-left: 40px;
  margin: 0 0 10px;
}
body main section.horizontal-cards .row > div .card .card-body ul li:before {
  content: "";
  background: url("https://cdn.courses.apisystem.tech/memberships/GZGF9MP8jhoIL0cvobdb/post-materials/c0360f31-0cf3-4d2b-8b2a-1b03a3892e7b/list-arrow.webp") no-repeat center center/cover;
  height: 30px;
  width: 30px;
  position: absolute;
  top: 0;
  left: 0;
}
body main section.horizontal-cards .row > div .card:after {
  content: "";
  background: #ECF0F6;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: calc(100% - 20px);
  z-index: -1;
}
body main section.horizontal-cards .row > div:nth-child(even) .card {
  background: #0D123D;
}
body main section.horizontal-cards .row > div:nth-child(even) .card:after {
  background: #0D123D;
  right: unset;
  left: calc(100% - 20px);
}
body main section.cta {
  background: #0B0E32;
  padding: 180px 0;
}
body main section.cta > img.bg {
  width: 850px;
  left: unset;
  right: 0;
}
body main section.cta_s2 {
  padding: 80px 0;
}
body main section.cta_s2 .card-wrapper {
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(0, 0, 0) 100%);
  background: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(0, 0, 0) 100%);
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#000000",GradientType=1);
  padding: 4px;
  border-radius: 24px;
}
body main section.cta_s2 .card-wrapper .card {
  background: rgb(40, 169, 224);
  background: -moz-linear-gradient(90deg, #0d123d 0%, #0d123d 34%, black 100%);
  background: -webkit-linear-gradient(90deg, #0d123d 0%, #0d123d 34%, black 100%);
  background: linear-gradient(90deg, #0d123d 0%, #0d123d 34%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#28a9e0",endColorstr="#000000",GradientType=1);
  border-radius: 24px;
  border: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  overflow: hidden;
}
body main section.cta_s2 .card-wrapper .card img {
  width: 100%;
  max-width: calc(42% - 24px);
  object-fit: contain;
}
body main section.cta_s2 .card-wrapper .card .card-body {
  width: 58%;
  padding: 48px 12px;
}
body main section.cta_s2 .card-wrapper .card .card-body ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
  list-style: none;
  padding: 0;
  margin: 0;
}
body main section.cta_s2 .card-wrapper .card .card-body ul li {
  background: rgb(40, 169, 224);
  background: -moz-linear-gradient(90deg, rgba(40, 169, 224, 0.1) 0%, rgb(0, 0, 0) 100%);
  background: -webkit-linear-gradient(90deg, rgba(40, 169, 224, 0.1) 0%, rgb(0, 0, 0) 100%);
  background: linear-gradient(90deg, rgba(40, 169, 224, 0.1) 0%, rgba(255, 255, 255, 0.1) 70%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#28a9e0",endColorstr="#000000",GradientType=1);
  font-size: 24px;
  position: relative;
  padding: 8px 16px 8px 16px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  gap: 16px;
}
body main section.cta_s2 .card-wrapper .card .card-body ul li:before {
  content: "";
  background: url("https://cdn.courses.apisystem.tech/memberships/GZGF9MP8jhoIL0cvobdb/post-materials/c0360f31-0cf3-4d2b-8b2a-1b03a3892e7b/list-arrow.webp") no-repeat center center/cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  display: block;
}
body main section.cta_s3 .content_wrapper {
  display: flex;
  align-content: center;
  border-radius: 16px;
  overflow: hidden;
  border: solid 5px #28A9E0;
}
body main section.cta_s3 .content_wrapper .left_content {
  background: #28A9E0;
  width: 100%;
  max-width: max-content;
  padding: 10px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
body main section.cta_s3 .content_wrapper .left_content .top_bar {
  display: flex;
  align-items: center;
  gap: 10px;
}
body main section.cta_s3 .content_wrapper .left_content .top_bar img {
  width: 100%;
  max-width: 70px;
}
body main section.cta_s3 .content_wrapper .left_content > img {
  width: 100%;
  max-width: 280px;
}
body main section.cta_s3 .content_wrapper .right_content {
  width: 100%;
  padding: 20px 10px;
}
body main section.cta_s3 .content_wrapper .right_content .d-flex img {
  height: auto;
  width: 100%;
  max-width: 140px;
  margin: 0 10px;
}
body main section.cta_s3 .content_wrapper .right_content .d-flex img:first-child {
  margin: 0 10px 0 0;
}
body main section.cta_s3 .content_wrapper .right_content .d-flex img:last-child {
  margin: 0 0 0 10px;
}
body main section.info {
  padding: 0 0 60px;
}
body main section.info ul.ul_s1 {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
}
body main section.info ul.ul_s1 li {
  position: relative;
  padding: 0 0 0 36px;
  font-size: 32px;
  font-weight: 500;
}
body main section.info ul.ul_s1 li:before {
  content: "";
  background: rgba(40, 169, 224, 0.2);
  border: 2px solid #28A9E0;
  border-radius: 50%;
  height: 26px;
  width: 26px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
body main section.info ul.ul_s2 {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
body main section.info ul.ul_s2 li {
  font-size: 24px;
  font-weight: 500;
}
body main section.info ul.ul_s2 li img {
  width: 32px;
}

@media (max-width: 1780px) {
  body main section.reviews .clutch_reviews .slick-list .slick-track {
    height: 455px;
  }
  body main section.reviews .clutch_reviews .slick-slide {
    width: 520px;
  }
  body main section.reviews .clutch_reviews .slick-slide.slick-current {
    width: 800px;
  }
  body main section.reviews .clutch_reviews .slick-prev.slick-arrow {
    transform: translate(calc(-50% - 454px), -50%);
  }
  body main section.reviews .clutch_reviews .slick-next.slick-arrow {
    transform: translate(calc(-50% + 514px), -50%);
  }
}
@media (max-width: 1580px) {
  body main section.integrations .integrations-grid .integration-item img {
    width: 80px;
    height: 80px;
  }
  body main section.integrations .integrations-grid .integration-item .title {
    font-size: 20px;
  }
  body main section.pricing .pricing_slider {
    gap: 16px;
  }
  body main section.pricing .pricing_slider .item .card {
    padding: 16px;
  }
  body main section.pricing .pricing_slider .item .card .card-body ul li {
    font-size: 16px;
  }
  body main section.pricing .pricing_slider .item.popular {
    max-width: calc(24% - 19.2px);
  }
  body main section.pricing .pricing_slider .item.popular .card {
    padding: 6px;
  }
  body main section.pricing .pricing_slider .item.popular .card .card-body {
    padding: 16px;
  }
  body main section.pricing .pricing_slider .slick-list .slick-track {
    gap: 16px;
  }
  body main section.pricing .btn_wrapper {
    padding: 110px 0 60px;
  }
  body main section.pricing img.obj {
    width: 200px;
  }
  body main section.horizontal-cards .row > div .card .card-body ul li {
    font-size: 20px;
  }
  body main section.cta_s3 .content_wrapper .left_content > img {
    max-width: 240px;
  }
  body main section.cta_s3 .content_wrapper .right_content .d-flex img {
    max-width: 120px;
  }
  body main section.info ul.ul_s1 li {
    font-size: 24px;
  }
}
@media (max-width: 1380px) {
  body main section.watch-demo .content_wrapper {
    padding: 26px 20px;
  }
  body main section.watch-demo .content_wrapper .row > div {
    padding: 0 5px !important;
  }
  body main section.watch-demo .content_wrapper .content {
    padding: 24px 10px;
  }
  body main section.integrations .integrations-grid {
    grid-template-columns: repeat(8, 1fr);
  }
  body main section.reviews .clutch_reviews .slick-list .slick-track {
    height: 455px;
  }
  body main section.reviews .clutch_reviews .slick-slide {
    width: 400px;
  }
  body main section.reviews .clutch_reviews .slick-slide.slick-current {
    width: 650px;
  }
  body main section.reviews .clutch_reviews .slick-prev.slick-arrow {
    transform: translate(calc(-50% - 384px), -50%);
  }
  body main section.reviews .clutch_reviews .slick-next.slick-arrow {
    transform: translate(calc(-50% + 444px), -50%);
  }
  body main section.faq .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 18px;
  }
  body main section.faq .accordion .accordion-item .accordion-collapse .accordion-body {
    font-size: 18px;
  }
  body main section.cta {
    padding: 120px 0;
  }
  body main section.cta > img.bg {
    width: 650px;
  }
  body main section.cta_s2 .card-wrapper .card .card-body ul li {
    font-size: 20px;
  }
  body main section.cta_s2 .card-wrapper .card .card-body ul li:before {
    height: 40px;
    width: 40px;
    min-width: 40px;
  }
  body main section.cta_s3 .content_wrapper .left_content {
    padding: 10px 30px;
  }
  body main section.cta_s3 .content_wrapper .left_content .top_bar img {
    max-width: 60px;
  }
  body main section.cta_s3 .content_wrapper .left_content > img {
    max-width: 200px;
  }
  body main section.cta_s3 .content_wrapper .right_content .d-flex img {
    max-width: 100px;
  }
  body main section.info ul.ul_s1 {
    gap: 30px;
  }
  body main section.info ul.ul_s1 li {
    padding: 0 0 0 30px;
    font-size: 20px;
  }
  body main section.info ul.ul_s1 li:before {
    height: 20px;
    width: 20px;
  }
  body main section.info ul.ul_s2 li {
    font-size: 18px;
  }
  body main section.info ul.ul_s2 li img {
    width: 26px;
  }
}
@media (max-width: 1180px) {
  body main section.watch-demo .content_wrapper .content {
    padding: 24px 10px;
  }
  body main section.watch-demo .content_wrapper .content .lead {
    font-size: 16px;
  }
  body main section.integrations .integrations-grid .integration-item img {
    width: 60px;
    height: 60px;
  }
  body main section.integrations .integrations-grid .integration-item .title {
    font-size: 16px;
  }
  body main section.reviews .card .card-body .card-title {
    font-size: 18px;
  }
  body main section.reviews .card .card-body .card-text {
    font-size: 14px;
  }
  body main section.reviews .card .card-body .author-title {
    font-size: 14px;
  }
  body main section.reviews .card .card-body .stars-group {
    width: 80px;
  }
  body main section.reviews .news_logos img {
    height: 60px;
  }
  body main section.reviews .clutch_reviews .slick-list .slick-track {
    height: 313px;
  }
  body main section.reviews .clutch_reviews .slick-slide {
    width: 340px;
  }
  body main section.reviews .clutch_reviews .slick-slide.slick-current {
    width: 550px;
  }
  body main section.reviews .clutch_reviews .slick-prev.slick-arrow {
    transform: translate(calc(-50% - 324px), -50%);
  }
  body main section.reviews .clutch_reviews .slick-next.slick-arrow {
    transform: translate(calc(-50% + 384px), -50%);
  }
  body main section.horizontal-cards .row > div .card .card-body ul li {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  body main section.hero {
    padding: 40px 0 0;
  }
  body main section.hero .content_wrapper {
    padding: 0;
  }
  body main section.hero:after {
    display: none;
  }
  body main section.watch-demo .content_wrapper {
    padding: 20px;
  }
  body main section.watch-demo .content_wrapper .content {
    background: #ffffff;
    border-radius: 16px;
    padding: 24px;
  }
  body main section.watch-demo:before {
    height: 30%;
  }
  body main section.watch-demo:after {
    display: none;
  }
  body main section.business-excel {
    padding: 60px 0;
  }
  body main section.features {
    padding: 60px 0;
  }
  body main section.features .features-item.custom-link span {
    font-size: 98px;
    line-height: 46px;
  }
  body main section.integrations {
    padding: 60px 0;
  }
  body main section.integrations .integrations-grid {
    grid-template-columns: repeat(6, 1fr);
  }
  body main section.subscription {
    padding: 60px 0;
  }
  body main section.subscription .btn {
    overflow: hidden;
  }
  body main section.subscription .btn::after {
    display: none;
  }
  body main section.subscription .btn::before {
    display: block;
  }
  body main section.subscription .img-wrapper {
    position: relative;
  }
  body main section.subscription .img-wrapper::before {
    display: none;
  }
  body main section.reviews {
    padding: 60px 0;
  }
  body main section.reviews .news_logos img {
    height: 40px;
  }
  body main section.reviews .clutch_reviews .slick-list .slick-track {
    height: 256px;
  }
  body main section.reviews .clutch_reviews .slick-slide {
    width: 280px;
  }
  body main section.reviews .clutch_reviews .slick-slide.slick-current {
    width: 450px;
  }
  body main section.reviews .clutch_reviews .slick-prev.slick-arrow {
    transform: translate(calc(-50% - 284px), -50%);
  }
  body main section.reviews .clutch_reviews .slick-next.slick-arrow {
    transform: translate(calc(-50% + 344px), -50%);
  }
  body main section.pricing {
    padding: 60px 0;
  }
  body main section.pricing .pricing_slider {
    gap: 16px;
  }
  body main section.pricing .pricing_slider .item .card .card-body ul li {
    font-size: 16px;
  }
  body main section.pricing .pricing_slider .item.popular {
    max-width: calc(24% - 19.2px);
  }
  body main section.pricing .pricing_slider .slick-list .slick-track {
    gap: 16px;
  }
  body main section.pricing .btn_wrapper {
    padding: 280px 0 0;
  }
  body main section.pricing img.obj {
    width: 200px;
    left: 38%;
    transform: translate(-50%, 0);
    bottom: 140px;
  }
  body main section.ease {
    padding: 0 0 60px;
  }
  body main section.ease .content_wrapper {
    padding: 24px;
  }
  body main section.faq {
    padding: 0 0 60px;
  }
  body main section.faq .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 16px;
  }
  body main section.faq .accordion .accordion-item .accordion-collapse .accordion-body {
    font-size: 16px;
  }
  body main section.crm-solutions {
    padding: 60px 0;
  }
  body main section.horizontal-cards {
    padding: 60px 0;
  }
  body main section.horizontal-cards .row > div .card {
    padding: 20px;
  }
  body main section.horizontal-cards .row > div .card .card-body ul li {
    font-size: 16px;
  }
  body main section.horizontal-cards .row > div .card:after {
    display: none;
  }
  body main section.cta {
    padding: 0 0 60px;
  }
  body main section.cta > img.bg {
    display: none;
  }
  body main section.cta_s2 {
    padding: 60px 0;
  }
  body main section.cta_s2 .card-wrapper .card {
    padding: 20px;
  }
  body main section.cta_s2 .card-wrapper .card img {
    max-width: 100%;
    max-height: 350px;
    object-fit: cover;
  }
  body main section.cta_s2 .card-wrapper .card .card-body {
    max-width: 100%;
    padding: 20px 0 0;
  }
  body main section.cta_s3 .content_wrapper {
    flex-wrap: wrap;
  }
  body main section.cta_s3 .content_wrapper .left_content {
    max-width: 100%;
    justify-content: center;
    padding: 10px;
  }
  body main section.info {
    padding: 0 0 40px;
  }
  body main section.info ul.ul_s1 {
    gap: 4px;
    flex-direction: column;
  }
  body main section.info ul.ul_s2 {
    gap: 4px;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  body main section.integrations .integrations-grid {
    grid-template-columns: repeat(4, 1fr);
    column-gap: 0;
    row-gap: 10px;
  }
  body main section.integrations .integrations-grid .integration-item img {
    margin-bottom: 14px;
  }
  body main section.integrations .integrations-grid .integration-item .title {
    font-size: 14px;
  }
  body main section.reviews .reviews_slider {
    margin: 0;
  }
  body main section.reviews .reviews_slider .slick-slide {
    margin: 10px;
  }
  body main section.reviews .clutch_reviews {
    padding-bottom: 50px;
  }
  body main section.reviews .clutch_reviews .slick-arrow {
    width: 40px;
    height: 40px;
    border: 2px solid #26ABE2 !important;
    top: auto;
    bottom: 0;
  }
  body main section.reviews .clutch_reviews .slick-arrow.slick-prev {
    transform: translate(-50%, 0);
    margin-left: -25px;
  }
  body main section.reviews .clutch_reviews .slick-arrow.slick-next {
    transform: translate(50%, 0);
    margin-right: -25px;
  }
  body main section.reviews .clutch_reviews .slick-list .slick-track {
    height: 256px;
  }
  body main section.reviews .clutch_reviews .slick-slide {
    width: 280px;
  }
  body main section.reviews .clutch_reviews .slick-slide.slick-active {
    transform: translateX(70%);
  }
  body main section.reviews .clutch_reviews .slick-slide.slick-current {
    width: 450px;
    transform: translateX(0);
  }
  body main section.reviews .clutch_reviews .slick-slide.slick-current + .slick-slide {
    transform: translateX(-70%);
  }
  body main section.cta_s2 .card-wrapper .card .card-body ul li {
    font-size: 16px;
  }
  body main section.cta_s2 .card-wrapper .card .card-body ul li:before {
    height: 24px;
    width: 24px;
    min-width: 24px;
  }
  body main section.cta_s3 .content_wrapper .right_content .d-flex img {
    max-width: 80px;
    margin: 0 5px;
  }
  body main section.cta_s3 .content_wrapper .right_content .d-flex img:first-child {
    margin: 0 5px 0 0;
  }
  body main section.cta_s3 .content_wrapper .right_content .d-flex img:last-child {
    margin: 0 0 0 5px;
  }
  body main section.info ul.ul_s1 li {
    padding: 0 0 0 26px;
    font-size: 16px;
  }
  body main section.info ul.ul_s1 li:before {
    height: 16px;
    width: 16px;
  }
  body main section.info ul.ul_s2 li {
    font-size: 14px;
  }
  body main section.info ul.ul_s2 li img {
    width: 24px;
  }
}
@media (max-width: 567px) {
  body main section.watch-demo .content_wrapper {
    padding: 12px 16px;
    border-radius: 20px;
  }
  body main section.watch-demo .content_wrapper .content {
    padding: 18px 12px;
  }
  body main section.watch-demo .content_wrapper .content .f-40 {
    font-size: 20px;
  }
  body main section.watch-demo .content_wrapper .content .lead {
    font-size: 14px;
  }
  body main section.reviews .clutch_reviews .slick-list .slick-track {
    height: 200px;
  }
  body main section.reviews .clutch_reviews .slick-slide {
    width: 250px;
  }
  body main section.reviews .clutch_reviews .slick-slide.slick-active {
    transform: translateX(90%);
  }
  body main section.reviews .clutch_reviews .slick-slide.slick-current {
    width: 350px;
    transform: translateX(0);
  }
  body main section.reviews .clutch_reviews .slick-slide.slick-current + .slick-slide {
    transform: translateX(-90%);
  }
  body main section.pricing .btn_wrapper {
    padding: 150px 0 0;
  }
  body main section.pricing img.obj {
    width: 100px;
  }
  body main section.cta_s2 .card-wrapper .card {
    padding: 12px;
  }
  body main section.cta_s2 .card-wrapper .card img {
    max-width: 100%;
    max-height: 350px;
    object-fit: cover;
  }
  body main section.cta_s2 .card-wrapper .card .card-body {
    padding: 12px 0 0;
  }
  body main section.cta_s2 .card-wrapper .card .card-body ul li {
    font-size: 14px;
    padding: 6px 12px 6px 12px;
  }
  body main section.cta_s2 .card-wrapper .card .card-body ul li:before {
    height: 20px;
    width: 20px;
    min-width: 20px;
  }
  body main section.cta_s3 .content_wrapper .right_content .d-flex img {
    max-width: 50px;
  }
}
@media (max-width: 380px) {
  body main section.integrations .integrations-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/*# sourceMappingURL=home.css.map */
