body main {
  overflow-x: hidden;
}
body main section.hero {
  background-color: #03063F;
  padding: 230px 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body main section.hero span#text {
  position: relative;
  max-width: max-content;
  margin: 0 auto;
  min-height: 1.2em;
}
body main section.hero span.reflector {
  animation: type_writer 3s ease-in-out infinite;
  transition: all 0s;
}
@keyframes type_writer {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
body main section.hero .video_wrapper {
  border-radius: 12px 12px 0 0;
}
body main section.section-1 {
  padding: 80px 0;
}
body main section.section-1 .card {
  background: rgb(0, 162, 226);
  background: -moz-linear-gradient(135deg, rgb(0, 162, 226) 0%, rgb(255, 255, 255) 32%, rgba(255, 255, 255, 0) 66%, rgb(0, 162, 226) 100%);
  background: -webkit-linear-gradient(135deg, rgb(0, 162, 226) 0%, rgb(255, 255, 255) 32%, rgba(255, 255, 255, 0) 66%, rgb(0, 162, 226) 100%);
  background: linear-gradient(135deg, rgb(0, 162, 226) 0%, rgb(255, 255, 255) 32%, rgba(255, 255, 255, 0) 66%, rgb(0, 162, 226) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00a2e2",endColorstr="#00a2e2",GradientType=1);
  border-radius: 16px;
  padding: 2px;
  overflow: hidden;
  border: none;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.04);
}
body main section.section-1 .card .card-body {
  background-color: #ffffff;
  padding: 50px 24px;
  border-radius: 15px;
}
body main section.section-1 .card .card-body .btn-call {
  max-width: max-content;
  padding: 25px;
  border: none;
  box-shadow: 0 0 10px rgba(238, 76, 76, 0.2) !important;
  border-radius: 50%;
}
body main section.section-1 .card .card-body .btn-call img {
  height: auto;
  width: 64px;
}
body main section.section-2 {
  padding: 80px 0;
}
body main section.section-2 .card {
  padding: 32px 24px;
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.02);
}
body main section.section-2 .card img.card-img {
  height: auto;
  width: 64px;
}
body main section.section-2 .card .card-body {
  padding: 12px 0 0;
}
body main section.section-2 .card .card-body .card-title {
  font-size: 24px;
}
body main section.section-2 .card .card-body .card-text {
  font-size: 18px;
}
body main section.section-2 .how-it-works {
  padding: 20px 0 20px 20px;
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.02);
  display: flex;
  align-items: center;
}
body main section.section-2 .how-it-works .main-title {
  min-width: max-content;
}
body main section.section-2 .how-it-works .slider {
  display: flex;
  gap: 20px;
  width: 100%;
  overflow: hidden;
}
body main section.section-2 .how-it-works .slider .slick-list {
  padding: 1px;
}
body main section.section-2 .how-it-works .slider .item {
  padding: 10px 48px 10px 10px;
  border: solid 2px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 10px;
}
body main section.section-2 .how-it-works .slider .item img {
  height: auto;
  width: 60px;
}
body main section.section-3 {
  padding: 80px 0;
}
body main section.section-3 .img_wrapper {
  border-radius: 12px;
  overflow: hidden;
}
body main section.section-3 .accordion .accordion-item {
  margin: 0 0 8px;
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.02);
  overflow: hidden;
}
body main section.section-3 .accordion .accordion-item .accordion-header .accordion-button {
  background: #ffffff;
  color: #03063F;
  font-size: 20px;
  font-weight: 600;
  padding: 24px 24px;
  border: none;
  box-shadow: none;
}
body main section.section-3 .accordion .accordion-item .accordion-header .accordion-button:after {
  background-image: var(--bs-accordion-btn-icon);
}
body main section.section-3 .accordion .accordion-item .accordion-collapse .accordion-body {
  color: #686868;
  font-size: 18px;
  padding: 0 25px 24px;
}
body main section.section-3 .accordion .accordion-item:last-child {
  margin: 0;
}
body main section.section-4 .content-wrapper {
  padding: 80px 0;
}
body main section.section-4 .content-wrapper .card {
  background: rgb(87, 62, 132);
  background: -moz-linear-gradient(315deg, rgba(87, 62, 132, 0.1432948179) 0%, rgba(255, 255, 255, 0.1432948179) 100%);
  background: -webkit-linear-gradient(315deg, rgba(87, 62, 132, 0.1432948179) 0%, rgba(255, 255, 255, 0.1432948179) 100%);
  background: linear-gradient(315deg, rgba(87, 62, 132, 0.1432948179) 0%, rgba(255, 255, 255, 0.1432948179) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#573e84",endColorstr="#ffffff",GradientType=1);
  padding: 24px 24px 0;
  border: none;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
}
body main section.section-4 .content-wrapper .card picture {
  order: 2;
}
body main section.section-4 .content-wrapper .card img.card-img {
  height: 260px;
  width: 100%;
  object-fit: cover;
  border-radius: 16px 16px 0 0;
}
body main section.section-4 .content-wrapper .card .card-body {
  padding: 0 0 24px 0;
  order: 1;
}
body main section.section-4 .content-wrapper .card .card-body .card-title {
  font-size: 24px;
}
body main section.section-4 .content-wrapper .card .card-body .card-text {
  font-size: 20px;
}
body main section.section-5 {
  padding: 80px 0;
}
body main section.section-5 .card {
  border-radius: 16px;
  padding: 2px;
  overflow: hidden;
  border: none;
  z-index: 1;
}
body main section.section-5 .card .card-body {
  background-color: #ffffff;
  padding: 24px;
  border-radius: 15px;
}
body main section.section-5 .card:after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  inset: 0;
  border: 2px solid transparent;
  border-radius: 16px;
  background: linear-gradient(135deg, rgb(109, 6, 225) 0%, rgb(198, 44, 111) 33%, rgb(254, 204, 4) 66%, rgb(97, 182, 157) 100%) border-box;
  mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  z-index: -1;
}
body main section.section-6 {
  padding: 80px 0;
}
body main section.section-6 .card {
  background: #28A9E0;
  background: -moz-linear-gradient(135deg, #28a9e0 0%, rgb(255, 255, 255) 32%, rgba(255, 255, 255, 0) 66%, #28a9e0 100%);
  background: -webkit-linear-gradient(135deg, #28a9e0 0%, rgb(255, 255, 255) 32%, rgba(255, 255, 255, 0) 66%, #28a9e0 100%);
  background: linear-gradient(135deg, #28a9e0 0%, rgb(255, 255, 255) 32%, rgba(255, 255, 255, 0) 66%, #28a9e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00a2e2",endColorstr="#00a2e2",GradientType=1);
  border-radius: 16px;
  padding: 2px;
  overflow: hidden;
  border: none;
}
body main section.section-6 .card .card-body {
  background-color: #ffffff;
  padding: 70px 24px;
  border-radius: 15px;
  display: flex;
  align-items: center;
}
body main section.section-6 .card.green {
  background: #60BF99;
  background: -moz-linear-gradient(135deg, #60bf99 0%, rgb(255, 255, 255) 32%, rgba(255, 255, 255, 0) 66%, #60bf99 100%);
  background: -webkit-linear-gradient(135deg, #60bf99 0%, rgb(255, 255, 255) 32%, rgba(255, 255, 255, 0) 66%, #60bf99 100%);
  background: linear-gradient(135deg, #60bf99 0%, rgb(255, 255, 255) 32%, rgba(255, 255, 255, 0) 66%, #60bf99 100%);
}
body main section.section-6 .card.yellow {
  background: #FFCC03;
  background: -moz-linear-gradient(135deg, #ffcc03 0%, rgb(255, 255, 255) 32%, rgba(255, 255, 255, 0) 66%, #ffcc03 100%);
  background: -webkit-linear-gradient(135deg, #ffcc03 0%, rgb(255, 255, 255) 32%, rgba(255, 255, 255, 0) 66%, #ffcc03 100%);
  background: linear-gradient(135deg, #ffcc03 0%, rgb(255, 255, 255) 32%, rgba(255, 255, 255, 0) 66%, #ffcc03 100%);
}
body main section.section-6 .img_wrapper {
  border-radius: 24px;
  overflow: hidden;
  height: 100%;
}
body main section.section-6 .img_wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
body main section.section-7 {
  padding: 24px 0;
}
body main section.section-7 .content-wrapper {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
body main section.section-7 .content-wrapper .card {
  background: transparent;
  border-radius: 16px;
  padding: 2px;
  overflow: hidden;
  border: none;
  z-index: 1;
}
body main section.section-7 .content-wrapper .card .card-body {
  padding: 24px;
  border-radius: 15px;
}
body main section.section-7 .content-wrapper .card:after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  inset: 0;
  border: 2px solid transparent;
  border-radius: 16px;
  background: linear-gradient(135deg, rgb(109, 6, 225) 0%, rgb(198, 44, 111) 33%, rgb(254, 204, 4) 66%, rgb(97, 182, 157) 100%) border-box;
  mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  z-index: -1;
}
body main section.section-7 .content-wrapper .right {
  transform: scaleX(-1);
}
body main section.section-7 .content-wrapper .img_wrapper {
  position: relative;
}
body main section.section-7 .content-wrapper .img_wrapper .bg {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: -1;
}
body main section.section-7 .content-wrapper > img.bg {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -2;
  pointer-events: none;
  user-select: none;
}
body main section.steps {
  padding: 80px 0;
}
body main section.steps .content-wrapper {
  padding: 80px 0;
  border-radius: 24px;
}
body main section.steps .content-wrapper .list_Wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
body main section.steps .content-wrapper .list_Wrapper ul {
  position: relative;
  z-index: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: start;
  gap: 90px;
}
body main section.steps .content-wrapper .list_Wrapper ul li {
  width: 100%;
  max-width: calc(20% - 45px);
  position: relative;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
}
body main section.steps .content-wrapper .list_Wrapper ul li .card {
  border: solid 2px #ffffff;
  border-radius: 12px;
}
body main section.steps .content-wrapper .list_Wrapper ul li .card .card-header {
  background-color: #EE4C4C;
  padding: 10px 0;
  border-radius: 12px 12px 0 0;
  border: none;
}
body main section.steps .content-wrapper .list_Wrapper ul li .card .card-body {
  padding: 10px 20px;
}
body main section.steps .content-wrapper .list_Wrapper ul li .card .card-body img {
  height: auto;
  width: 60px;
}
body main section.steps .content-wrapper .list_Wrapper ul li:before {
  content: "";
  background: #EE4C4C;
  height: 20px;
  width: 20px;
  border: solid 2px #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 48px);
  z-index: 1;
}
body main section.steps .content-wrapper .list_Wrapper ul li:after {
  content: "";
  background: url("https://rewardlion.com/ai_exclusive/chat_bot_pro/assets/img/webp/icon-arrow-right.webp") no-repeat center/cover;
  height: 50px;
  width: 50px;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(20px, -50%);
  z-index: 1;
}
body main section.steps .content-wrapper .list_Wrapper ul li:nth-child(2) .card .card-header {
  background-color: #28A9E0;
}
body main section.steps .content-wrapper .list_Wrapper ul li:nth-child(2):before {
  background: #28A9E0;
}
body main section.steps .content-wrapper .list_Wrapper ul li:nth-child(3) .card .card-header {
  background-color: #03063F;
}
body main section.steps .content-wrapper .list_Wrapper ul li:nth-child(3):before {
  background: #03063F;
}
body main section.steps .content-wrapper .list_Wrapper ul li:nth-child(4) .card .card-header {
  background-color: #FFCC03;
}
body main section.steps .content-wrapper .list_Wrapper ul li:nth-child(4):before {
  background: #FFCC03;
}
body main section.steps .content-wrapper .list_Wrapper ul li:nth-child(5) .card .card-header {
  background-color: #60BF99;
}
body main section.steps .content-wrapper .list_Wrapper ul li:nth-child(5):before {
  background: #60BF99;
}
body main section.steps .content-wrapper .list_Wrapper ul li:last-child:after {
  display: none;
}
body main section.steps .content-wrapper .list_Wrapper ul:before, body main section.steps .content-wrapper .list_Wrapper ul:after {
  content: "";
  background: #03063F;
  height: 16px;
  width: 16px;
  position: absolute;
  top: 100%;
  transform: translate(0, 50px) rotate(45deg);
  z-index: -1;
}
body main section.steps .content-wrapper .list_Wrapper ul:before {
  left: 0;
}
body main section.steps .content-wrapper .list_Wrapper ul:after {
  right: 0;
}
body main section.steps .content-wrapper .list_Wrapper:after {
  content: "";
  background: url("https://rewardlion.com/ai_exclusive/chat_bot_pro/assets/img/webp/obj_line.webp") repeat left/auto 100%;
  height: 4px;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 56px);
  z-index: -1;
}
body main section.section-8 {
  padding: 80px 0;
}
body main section.section-8 .content-wrapper {
  position: relative;
  z-index: 1;
  background: #ffffff;
  border-radius: 24px;
  padding: 60px 24px 60px 0;
}
body main section.section-8 .content-wrapper .img_wrapper {
  margin: -90px 0 -90px -100px;
}
body main section.section-8 .content-wrapper .img_wrapper img {
  width: 100%;
  max-width: 673px;
}
body main section.section-8 .content-wrapper > img.bg {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -2;
  pointer-events: none;
  user-select: none;
  border-radius: 24px;
}
body main section.section-8 .content-wrapper:after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  inset: 0;
  border: 2px solid transparent;
  border-radius: 24px;
  background: linear-gradient(135deg, rgb(109, 6, 225) 0%, rgb(198, 44, 111) 33%, rgb(254, 204, 4) 66%, rgb(97, 182, 157) 100%) border-box;
  mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  z-index: -1;
  pointer-events: none;
  user-select: none;
}
body main section.pricing {
  padding: 80px 0;
}
body main section.pricing .content-wrapper {
  background-color: #ffffff;
  padding: 34px 54px;
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 24px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.02);
}
body main section.pricing .content-wrapper .left-content {
  width: 100%;
  min-width: max-content;
  max-width: 60%;
  padding-bottom: 18px;
}
body main section.pricing .content-wrapper .left-content ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
body main section.pricing .content-wrapper .left-content ul li {
  background-color: #F2F5F8;
  font-weight: 500;
  padding: 4px 8px;
}
body main section.pricing .content-wrapper .left-content ul li:nth-child(even) {
  background-color: #ffffff;
}
body main section.pricing .content-wrapper .right-content {
  width: 100%;
  min-width: max-content;
  max-width: 40%;
}
body main section.pricing .content-wrapper .right-content div:has(.card.popular) {
  z-index: 1;
}
body main section.pricing .content-wrapper .right-content .card {
  background-color: #ffffff;
  padding: 18px 0;
  border: none;
  border-radius: 16px;
  overflow: hidden;
  min-width: 180px;
}
body main section.pricing .content-wrapper .right-content .card .card-header {
  background-color: transparent;
  padding: 0 24px 16px;
  border: none;
}
body main section.pricing .content-wrapper .right-content .card .card-body {
  padding: 0;
  border-radius: 0 0 16px 16px;
  overflow: hidden;
}
body main section.pricing .content-wrapper .right-content .card .card-body ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
body main section.pricing .content-wrapper .right-content .card .card-body ul li {
  background: #F2F5F8;
  font-size: 16px;
  padding: 4px 8px;
}
body main section.pricing .content-wrapper .right-content .card .card-body ul li span {
  display: none;
}
body main section.pricing .content-wrapper .right-content .card .card-body ul li:nth-child(even) {
  background: #ffffff;
}
body main section.pricing .content-wrapper .right-content .card.popular {
  padding: 18px 2px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
body main section.pricing .content-wrapper .right-content .card.popular img.popular_tag {
  position: absolute;
  top: 2px;
  right: 20px;
  height: auto;
  width: 36px;
}
body main section.pricing .content-wrapper .right-content .card.popular:after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  inset: 0;
  border: 2px solid transparent;
  border-radius: 16px;
  background: linear-gradient(135deg, rgb(109, 6, 225) 0%, rgb(198, 44, 111) 33%, rgb(254, 204, 4) 66%, rgb(97, 182, 157) 100%) border-box;
  mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  z-index: -1;
  pointer-events: none;
  user-select: none;
}
body main section.section-9 {
  padding: 80px 0;
}
body main section.section-9 .content-wrapper {
  padding: 80px 0;
}
body main section.section-9 .content-wrapper .img_wrapper {
  border: solid 10px rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  overflow: hidden;
}
body main section.section-9 .content-wrapper .content {
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  padding: 20px 48px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
body main section.faq {
  padding: 80px 0;
}
body main section.faq .accordion .accordion-item {
  margin: 0 0 8px;
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.02);
  overflow: hidden;
}
body main section.faq .accordion .accordion-item .accordion-header .accordion-button {
  background: #ffffff;
  color: #03063F;
  font-size: 20px;
  font-weight: 600;
  padding: 24px 24px;
  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: #686868;
  font-size: 18px;
  padding: 0 25px 24px;
}
body main section.faq .accordion .accordion-item:last-child {
  margin: 0;
}
body main section.text {
  padding: 80px 0;
}

@media (max-width: 1580px) {
  body main section.hero {
    padding: 160px 0 0;
  }
  body main section.steps .content-wrapper .list_Wrapper ul {
    gap: 70px;
  }
  body main section.steps .content-wrapper .list_Wrapper ul li {
    max-width: calc(20% - 35px);
  }
  body main section.steps .content-wrapper .list_Wrapper ul li .card .card-body {
    padding: 10px;
  }
  body main section.steps .content-wrapper .list_Wrapper ul li .card .card-body img {
    width: 50px;
  }
  body main section.steps .content-wrapper .list_Wrapper ul li:after {
    height: 30px;
    width: 30px;
  }
  body main section.section-8 .content-wrapper .img_wrapper {
    margin: -90px 0 -90px -60px;
  }
}
@media (max-width: 1380px) {
  body main section.section-1 .card .card-body .btn-call {
    padding: 20px;
  }
  body main section.section-1 .card .card-body .btn-call img {
    width: 54px;
  }
  body main section.section-2 .card {
    padding: 24px 20px;
  }
  body main section.section-2 .card img.card-img {
    width: 54px;
  }
  body main section.section-2 .card .card-body .card-title {
    font-size: 20px;
  }
  body main section.section-2 .card .card-body .card-text {
    font-size: 16px;
  }
  body main section.section-2 .how-it-works .slider .item img {
    width: 40px;
  }
  body main section.section-3 .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 18px;
  }
  body main section.section-4 .content-wrapper .card {
    padding: 24px 20px 0;
  }
  body main section.section-4 .content-wrapper .card .card-body .card-title {
    font-size: 20px;
  }
  body main section.section-4 .content-wrapper .card .card-body .card-text {
    font-size: 18px;
  }
  body main section.section-6 .card .card-body {
    padding: 40px 24px;
  }
  body main section.steps .content-wrapper .list_Wrapper ul {
    gap: 60px;
  }
  body main section.steps .content-wrapper .list_Wrapper ul li {
    max-width: calc(20% - 30px);
  }
  body main section.steps .content-wrapper .list_Wrapper ul li .card .card-body {
    padding: 10px 0;
  }
  body main section.steps .content-wrapper .list_Wrapper ul li .card .card-body img {
    width: 40px;
  }
  body main section.steps .content-wrapper .list_Wrapper ul li:after {
    height: 20px;
    width: 20px;
  }
  body main section.section-8 .content-wrapper {
    padding: 40px 24px 40px 0;
  }
  body main section.section-8 .content-wrapper .img_wrapper {
    margin: -70px 0 -70px -60px;
  }
  body main section.faq .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 18px;
  }
}
@media (max-width: 1180px) {
  body main section.section-2 .card {
    padding: 24px 16px;
  }
  body main section.section-2 .card .card-body .card-title {
    font-size: 18px;
  }
  body main section.section-4 .content-wrapper .card {
    padding: 24px 16px 0;
  }
  body main section.section-4 .content-wrapper .card .card-body .card-title {
    font-size: 18px;
  }
  body main section.section-4 .content-wrapper .card .card-body .card-text {
    font-size: 16px;
  }
  body main section.section-8 .content-wrapper {
    padding: 40px 24px 40px 0;
  }
  body main section.section-8 .content-wrapper .img_wrapper {
    margin: -70px 0 -70px -40px;
  }
}
@media (max-width: 992px) {
  body main section.hero {
    padding: 140px 0 0;
  }
  body main section.hero:after {
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    pointer-events: none;
  }
  body main section.section-1 {
    padding: 60px 0;
  }
  body main section.section-1 .card .card-body {
    padding: 40px 20px;
  }
  body main section.section-1 .card .card-body .btn-call {
    padding: 15px;
  }
  body main section.section-1 .card .card-body .btn-call img {
    width: 40px;
  }
  body main section.section-2 {
    padding: 60px 0;
  }
  body main section.section-2 .how-it-works {
    padding: 10px 0 10px 10px;
  }
  body main section.section-2 .how-it-works .slider .item {
    padding: 6px 20px 6px 6px;
    gap: 8px;
    margin: 0 5px;
  }
  body main section.section-2 .how-it-works .slider .item img {
    width: 30px;
  }
  body main section.section-3 {
    padding: 60px 0;
  }
  body main section.section-3 .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 16px;
  }
  body main section.section-3 .accordion .accordion-item .accordion-collapse .accordion-body {
    font-size: 16px;
  }
  body main section.section-4 .content-wrapper {
    padding: 60px 0;
  }
  body main section.section-4 .content-wrapper .card img.card-img {
    height: auto;
  }
  body main section.section-5 {
    padding: 60px 0;
  }
  body main section.section-5 .card .card-body {
    padding: 20px;
  }
  body main section.section-6 {
    padding: 60px 0;
  }
  body main section.section-6 .h-50 {
    height: unset !important;
  }
  body main section.section-6 .card .card-body {
    padding: 30px 20px;
  }
  body main section.section-7 .content-wrapper {
    padding: 60px 0;
  }
  body main section.section-7 .content-wrapper .card .card-body {
    padding: 20px;
  }
  body main section.steps {
    padding: 60px 0;
  }
  body main section.steps .content-wrapper {
    padding: 60px 0;
  }
  body main section.steps .content-wrapper .list_Wrapper {
    margin: 0;
  }
  body main section.steps .content-wrapper .list_Wrapper ul {
    flex-direction: column;
    align-items: center;
    gap: 60px;
  }
  body main section.steps .content-wrapper .list_Wrapper ul li {
    max-width: 40%;
  }
  body main section.steps .content-wrapper .list_Wrapper ul li:before {
    display: none;
  }
  body main section.steps .content-wrapper .list_Wrapper ul li:after {
    top: 100%;
    left: 50%;
    transform: translate(-50%, 20px) rotate(90deg);
  }
  body main section.steps .content-wrapper .list_Wrapper ul:before, body main section.steps .content-wrapper .list_Wrapper ul:after {
    display: none;
  }
  body main section.steps .content-wrapper .list_Wrapper:after {
    display: none;
  }
  body main section.section-8 {
    padding: 60px 0;
  }
  body main section.section-8 .content-wrapper {
    padding: 0 24px 24px;
  }
  body main section.section-8 .content-wrapper .img_wrapper {
    margin: -60px 0 0;
  }
  body main section.pricing {
    padding: 60px 0;
  }
  body main section.pricing .content-wrapper {
    padding: 24px;
  }
  body main section.pricing .content-wrapper .left-content {
    display: none;
  }
  body main section.pricing .content-wrapper .right-content {
    width: 100%;
    min-width: unset;
    max-width: unset;
  }
  body main section.pricing .content-wrapper .right-content .card {
    padding: 18px 2px;
    min-width: unset;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  }
  body main section.pricing .content-wrapper .right-content .card .card-body ul li {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 10px;
  }
  body main section.pricing .content-wrapper .right-content .card .card-body ul li span {
    display: block;
  }
  body main section.pricing .content-wrapper .right-content .card:after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    inset: 0;
    border: 2px solid transparent;
    border-radius: 16px;
    background: linear-gradient(135deg, rgb(109, 6, 225) 0%, rgb(198, 44, 111) 33%, rgb(254, 204, 4) 66%, rgb(97, 182, 157) 100%) border-box;
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    z-index: -1;
    pointer-events: none;
    user-select: none;
  }
  body main section.section-9 {
    padding: 60px 0;
  }
  body main section.section-9 .content-wrapper {
    padding: 60px 0;
  }
  body main section.section-9 .content-wrapper .content {
    padding: 20px;
  }
  body main section.faq {
    padding: 60px 0;
  }
  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.text {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  body main section.section-1 {
    padding: 40px 0;
  }
  body main section.section-1 .card .card-body {
    padding: 30px 16px;
  }
  body main section.section-1 .card .card-body .btn-call {
    padding: 12px;
  }
  body main section.section-1 .card .card-body .btn-call img {
    width: 30px;
  }
  body main section.section-2 {
    padding: 40px 0;
  }
  body main section.section-2 .how-it-works {
    flex-direction: column;
    padding: 20px;
  }
  body main section.section-3 {
    padding: 40px 0;
  }
  body main section.section-3 .accordion .accordion-item {
    border-radius: 8px;
  }
  body main section.section-3 .accordion .accordion-item .accordion-header .accordion-button {
    padding: 16px 20px;
  }
  body main section.section-3 .accordion .accordion-item .accordion-collapse .accordion-body {
    padding: 0 20px 16px;
  }
  body main section.section-4 .content-wrapper {
    padding: 40px 0;
  }
  body main section.section-5 {
    padding: 40px 0;
  }
  body main section.section-6 {
    padding: 40px 0;
  }
  body main section.section-6 .card .card-body {
    padding: 20px;
  }
  body main section.section-7 .content-wrapper {
    padding: 40px 0;
  }
  body main section.steps {
    padding: 40px 0;
  }
  body main section.steps .content-wrapper {
    padding: 40px 0;
  }
  body main section.steps .content-wrapper .list_Wrapper ul li {
    max-width: 80%;
  }
  body main section.section-8 {
    padding: 40px 0;
  }
  body main section.section-8 .content-wrapper .img_wrapper {
    margin: -40px 0 0;
  }
  body main section.pricing {
    padding: 40px 0;
  }
  body main section.section-9 {
    padding: 40px 0;
  }
  body main section.section-9 .content-wrapper {
    padding: 40px 0;
  }
  body main section.section-9 .content-wrapper .content {
    padding: 20px;
  }
  body main section.faq {
    padding: 40px 0;
  }
  body main section.faq .accordion .accordion-item {
    border-radius: 8px;
  }
  body main section.faq .accordion .accordion-item .accordion-header .accordion-button {
    padding: 16px 20px;
  }
  body main section.faq .accordion .accordion-item .accordion-collapse .accordion-body {
    padding: 0 20px 16px;
  }
  body main section.text {
    padding: 40px 0;
  }
}
@media (max-width: 567px) {
  body main section.hero {
    padding: 120px 0 0;
  }
  body main section.section-1 .card {
    border-radius: 12px;
  }
  body main section.section-1 .card .card-body {
    border-radius: 12px;
  }
  body main section.section-2 .card {
    border-radius: 12px;
  }
  body main section.section-2 .how-it-works {
    border-radius: 12px;
  }
  body main section.section-4 .content-wrapper {
    margin: 0 12px !important;
    border-radius: 12px !important;
  }
  body main section.section-4 .content-wrapper .card {
    border-radius: 12px;
  }
  body main section.section-4 .content-wrapper .card img.card-img {
    border-radius: 12px 12px 0 0;
  }
  body main section.section-5 .card {
    border-radius: 12px;
  }
  body main section.section-5 .card .card-body {
    border-radius: 12px;
  }
  body main section.section-5 .card:after {
    border-radius: 12px;
  }
  body main section.section-6 .card {
    border-radius: 12px;
  }
  body main section.section-6 .card .card-body {
    border-radius: 12px;
  }
  body main section.section-6 .img_wrapper {
    border-radius: 12px;
  }
  body main section.section-7 .content-wrapper {
    margin: 0 12px !important;
    border-radius: 12px !important;
  }
  body main section.section-7 .content-wrapper .card {
    border-radius: 12px;
  }
  body main section.section-7 .content-wrapper .card .card-body {
    border-radius: 12px;
  }
  body main section.section-7 .content-wrapper .card:after {
    border-radius: 12px;
  }
  body main section.steps .content-wrapper {
    border-radius: 12px;
  }
  body main section.section-8 .content-wrapper {
    border-radius: 12px;
  }
  body main section.section-8 .content-wrapper > img.bg {
    border-radius: 12px;
  }
  body main section.section-8 .content-wrapper:after {
    border-radius: 12px;
  }
  body main section.pricing .content-wrapper {
    border-radius: 12px;
  }
  body main section.pricing .content-wrapper .right-content .card {
    border-radius: 12px;
  }
  body main section.pricing .content-wrapper .right-content .card:after {
    border-radius: 12px;
  }
  body main section.pricing .content-wrapper .right-content .card.popular:after {
    border-radius: 12px;
  }
  body main section.section-9 .content-wrapper {
    margin: 0 12px !important;
    border-radius: 12px !important;
  }
  body main section.section-9 .content-wrapper .img_wrapper {
    border-radius: 12px;
  }
  body main section.section-9 .content-wrapper .content {
    border-radius: 12px;
  }
}

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