@keyframes input {
  0% {
    transform: translate(-100%, 100%);
  }
  25% {
    transform: translate(-90%, 50%);
  }
  50% {
    transform: translate(-80%, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
body main {
  overflow-x: hidden;
}
body main section.hero {
  background-color: #03063F;
  padding: 300px 0 160px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body main section.hero img.obj {
  height: 110%;
  width: 100%;
  max-width: 1200px;
  object-fit: cover;
  position: absolute;
  top: 55%;
  left: 0;
  transform: translate(0, -50%);
  pointer-events: none;
  user-select: none;
  z-index: -1;
}
body main section.section_1 {
  padding: 80px 0;
}
body main section.section_1 .img_wrapper img {
  max-width: 100%;
}
body main section.section_2 {
  padding: 80px 0;
  overflow: unset;
}
body main section.section_2 img.obj {
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translate(-50%, 0);
  z-index: -1;
}
body main section.section_2 img.obj-2 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 740px;
  z-index: -1;
}
body main section.section_3 {
  padding: 80px 0;
}
body main section.section_3 .card {
  padding: 24px;
  border: none;
  border-radius: 12px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
}
body main section.section_3 .card .card-body {
  padding: 0;
}
body main section.section_3 .card:after {
  content: "";
  background-color: #28A9E0;
  height: 12px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(0, -50%);
  z-index: -1;
}
body main section.section_3 div.row:has([class*=col-]) > div:nth-child(3) .card:after {
  display: none;
}
body main section.section_4 {
  padding: 80px 0;
}
body main section.section_4 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
body main section.section_4 ul li {
  color: #ffffff;
  font-size: 20px;
  margin: 0 0 8px;
  display: flex;
  align-items: start;
}
body main section.section_4 ul li img {
  height: auto;
  width: 24px;
  margin-top: 12px;
}
body main section.section_4 ul li span {
  display: block;
}
body main section.section_4 ul li:last-child {
  margin: 0;
}
body main section.section_4 .img_wrapper img {
  max-width: 100%;
}
body main section.section_5 {
  padding: 80px 0;
}
body main section.section_5 .img_wrapper {
  padding-right: 40px;
}
body main section.section_5 .img_wrapper img {
  width: 100%;
  max-width: 748px;
}
body main section.section_5 .card {
  background-color: #ffffff;
  border: solid 1px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  padding: 24px;
}
body main section.section_5 .card .card-header {
  background-color: transparent;
  padding: 0;
  border-radius: 12px 12px 0 0;
  border: none;
}
body main section.section_5 .card .card-body {
  padding: 10px 0 0;
}
body main section.section_5 img.obj {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
body main section.section_6 {
  padding: 80px 0;
}
body main section.section_6 .card {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  padding: 0;
  backdrop-filter: blur(10px);
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
  box-shadow: 2px 2px 10px -2px rgba(0, 0, 0, 0.05);
}
body main section.section_6 .card .card-body {
  padding: 24px;
  overflow: hidden;
}
body main section.section_6 .card:after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: -1;
  inset: 0;
  border-radius: 24px;
  border: 2px solid transparent;
  background: linear-gradient(135deg, rgb(255, 204, 2) 0%, rgba(255, 204, 2, 0) 32%, rgba(255, 204, 2, 0) 66%, rgb(255, 204, 2) 100%) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}
body main section.section_6 div.card-row .card:nth-child(2):after {
  background: linear-gradient(135deg, rgb(236, 62, 60) 0%, rgba(236, 62, 60, 0) 32%, rgba(236, 62, 60, 0) 66%, rgb(236, 62, 60) 100%) border-box;
}
body main section.section_6 div.card-row .card:nth-child(3):after {
  background: linear-gradient(135deg, rgb(96, 191, 153) 0%, rgba(96, 191, 153, 0) 32%, rgba(96, 191, 153, 0) 66%, rgb(96, 191, 153) 100%) border-box;
}
body main section.section_6 picture.bg {
  transform: scalex(-1);
}
body main section.section_7 {
  padding: 80px 0;
}
body main section.section_7 .card {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 0;
  backdrop-filter: blur(10px);
  position: relative;
  z-index: 1;
  border: none;
  box-shadow: 2px 2px 10px -2px rgba(0, 0, 0, 0.05);
}
body main section.section_7 .card .card-body {
  padding: 24px;
  overflow: hidden;
}
body main section.section_7 .card .card-body img.icon {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(20%, 20%);
}
body main section.section_7 .card:after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: -1;
  inset: 0;
  border-radius: 16px;
  border: 2px solid transparent;
  background: linear-gradient(135deg, rgb(255, 204, 2) 0%, rgba(255, 204, 2, 0) 32%, rgba(255, 204, 2, 0) 66%, rgb(255, 204, 2) 100%) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}
body main section.section_7 .icon {
  max-width: 100%;
}
body main section.section_8 {
  padding: 80px 0;
}
body main section.section_8 .obj {
  background-color: rgba(3, 6, 63, 0.7);
  padding: 32px 40px;
  border-radius: 0 24px 24px 0;
  backdrop-filter: blur(4px);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
body main section.section_8 .obj-bg {
  height: 100%;
  width: 40%;
  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.section_9 {
  padding: 80px 0 60px;
}
body main section.section_10 {
  padding: 60px 0 80px;
}
body main section.section_10 .card {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  padding: 0;
  backdrop-filter: blur(10px);
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
  box-shadow: 2px 2px 10px -2px rgba(0, 0, 0, 0.05);
}
body main section.section_10 .card .card-body {
  padding: 24px;
  overflow: hidden;
}
body main section.section_10 .card:after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: -1;
  inset: 0;
  border-radius: 24px;
  border: 2px solid transparent;
  background: linear-gradient(135deg, rgb(255, 204, 2) 0%, rgba(255, 204, 2, 0) 32%, rgba(255, 204, 2, 0) 66%, rgb(255, 204, 2) 100%) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}
body main section.section_10 div.card-row > div:nth-child(2) .card:after {
  background: linear-gradient(135deg, rgb(236, 62, 60) 0%, rgba(236, 62, 60, 0) 32%, rgba(236, 62, 60, 0) 66%, rgb(236, 62, 60) 100%) border-box;
}
body main section.section_10 div.card-row > div:nth-child(3) .card:after {
  background: linear-gradient(135deg, rgb(96, 191, 153) 0%, rgba(96, 191, 153, 0) 32%, rgba(96, 191, 153, 0) 66%, rgb(96, 191, 153) 100%) border-box;
}
body main section.section_11 {
  padding: 80px 0;
}
body main section.section_11 ul {
  background-color: #ffffff;
  list-style: none;
  margin: 0;
  padding: 24px;
  border-radius: 16px;
}
body main section.section_11 ul li {
  display: flex;
  align-items: start;
  gap: 8px;
  border-bottom: solid 1px transparent;
  border-image: linear-gradient(270deg, rgb(0, 162, 226) 0%, rgba(0, 162, 226, 0.1993172269) 50%, rgba(240, 240, 240, 0.1012780112) 75%, rgba(240, 240, 240, 0) 100%) 1;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
body main section.section_11 ul li img {
  height: auto;
  width: 60px;
}
body main section.section_11 ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
body main section.section_11 img.obj {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
body main section.section_12 {
  padding: 80px 0;
  counter-reset: my-sec-counter;
}
body main section.section_12 ul {
  list-style: none;
  margin: 0;
  padding: 0 0 0 15px;
}
body main section.section_12 ul li {
  background-color: #ffffff;
  padding: 10px 24px 10px 90px;
  margin-bottom: 24px;
  border-radius: 12px;
  position: relative;
}
body main section.section_12 ul li:before {
  counter-increment: my-sec-counter;
  content: "0" counter(my-sec-counter);
  font-size: 54px;
  color: #28A9E0;
  line-height: 64px;
  font-weight: bold;
  -webkit-text-stroke: 6px #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-20%, 22px);
  paint-order: stroke fill;
}
body main section.section_12 ul li:after {
  content: "STEP";
  font-size: 20px;
  color: #03063F;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(10px, 0);
}
body main section.section_12 ul li:last-child {
  margin-bottom: 0;
}
body main section.section_12:after {
  content: "";
  background-color: rgba(40, 169, 224, 0.2);
  height: 100%;
  width: 40%;
  object-fit: cover;
  object-position: center right;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  pointer-events: none;
  user-select: none;
}
body main section.section_13 .content_wrapper {
  display: flex;
}
body main section.section_13 .content_wrapper .content {
  padding: 80px 0;
  width: 100%;
}
body main section.section_13 .content_wrapper .left_content {
  max-width: 60%;
  padding-right: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body main section.section_13 .content_wrapper .left_content .link {
  display: block;
  border-radius: 12px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1) !important;
}
body main section.section_13 .content_wrapper .right_content {
  max-width: 40%;
  padding-left: 60px;
}
body main section.section_13 .content_wrapper .right_content a.featured-link {
  background-color: #ffffff;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 6px 10px;
  transition: 0.3s;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  text-decoration: none;
}
body main section.section_13 .content_wrapper .right_content a.featured-link:before {
  content: "";
  background: #60BF99;
  background: -moz-linear-gradient(90deg, rgba(0, 162, 226, 0) 0%, #60bf99 100%);
  background: -webkit-linear-gradient(90deg, rgba(0, 162, 226, 0) 0%, #60bf99 100%);
  background: linear-gradient(90deg, rgba(0, 162, 226, 0) 0%, #60bf99 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00a2e2",endColorstr="#00a2e2",GradientType=1);
  height: 100%;
  width: 30%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  z-index: -1;
  transition: all 1s ease;
  pointer-events: none;
  user-select: none;
  border-radius: 8px;
}
body main section.section_13 .content_wrapper .right_content a.featured-link:after {
  content: "";
  background-color: #ffffff;
  height: calc(100% - 4px);
  width: calc(100% - 4px);
  position: absolute;
  top: 50%;
  left: 2px;
  transform: translate(0, -50%);
  z-index: -1;
  transition: all 1s ease;
  pointer-events: none;
  user-select: none;
  border-radius: 8px;
}
body main section.section_13 .content_wrapper .right_content a.featured-link.text-sky:before {
  background: #28A9E0;
  background: -moz-linear-gradient(90deg, rgba(0, 162, 226, 0) 0%, #28a9e0 100%);
  background: -webkit-linear-gradient(90deg, rgba(0, 162, 226, 0) 0%, #28a9e0 100%);
  background: linear-gradient(90deg, rgba(0, 162, 226, 0) 0%, #28a9e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00a2e2",endColorstr="#00a2e2",GradientType=1);
}
body main section.section_13 .content_wrapper .right_content a.featured-link.text-red:before {
  background: #EE4C4C;
  background: -moz-linear-gradient(90deg, rgba(0, 162, 226, 0) 0%, #ee4c4c 100%);
  background: -webkit-linear-gradient(90deg, rgba(0, 162, 226, 0) 0%, #ee4c4c 100%);
  background: linear-gradient(90deg, rgba(0, 162, 226, 0) 0%, #ee4c4c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00a2e2",endColorstr="#00a2e2",GradientType=1);
}
body main section.section_13 .content_wrapper .right_content a.featured-link-2 {
  display: block;
  border-radius: 12px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1) !important;
  max-width: max-content;
}
body main section.section_13:after {
  content: "";
  background-color: #F6F6F6;
  height: 100%;
  width: 20%;
  position: absolute;
  top: 0;
  left: 80%;
  z-index: -1;
}
body main section.section_14 {
  padding: 80px 0;
}
body main section.section_14 .card {
  background-color: #ffffff;
  border: solid 1px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  padding: 16px;
}
body main section.section_14 .card .card-header {
  background-color: transparent;
  padding: 0;
  border-radius: 12px 12px 0 0;
  border: none;
}
body main section.section_14 .card .card-body {
  padding: 0 0 0 40px;
}
body main section.section_14 .obj-bg {
  height: 100%;
  width: 28%;
  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.features {
  padding: 80px 0 248px;
}
body main section.features ul {
  display: flex;
  flex-wrap: wrap;
  column-gap: 70px;
  row-gap: 45px;
  justify-content: center;
}
body main section.features ul li.features-item {
  background-color: #ffffff;
  text-align: center;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 16px 24px;
  transition: 0.3s;
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
body main section.features ul li.features-item:has(a) {
  padding: 0;
}
body main section.features ul li.features-item:has(a) a {
  padding: 16px 24px;
  text-decoration: none;
}
body main section.features ul li.features-item:before {
  content: "";
  background: rgb(0, 162, 226);
  background: -moz-linear-gradient(90deg, rgba(0, 162, 226, 0) 0%, rgb(0, 162, 226) 100%);
  background: -webkit-linear-gradient(90deg, rgba(0, 162, 226, 0) 0%, rgb(0, 162, 226) 100%);
  background: linear-gradient(90deg, rgba(0, 162, 226, 0) 0%, rgb(0, 162, 226) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00a2e2",endColorstr="#00a2e2",GradientType=1);
  height: 100%;
  width: 30%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  z-index: -1;
  transition: all 1s ease;
  pointer-events: none;
  user-select: none;
  border-radius: 8px;
}
body main section.features ul li.features-item:after {
  content: "";
  background-color: #ffffff;
  height: calc(100% - 4px);
  width: calc(100% - 4px);
  position: absolute;
  top: 50%;
  left: 2px;
  transform: translate(0, -50%);
  z-index: -1;
  transition: all 1s ease;
  pointer-events: none;
  user-select: none;
  border-radius: 8px;
}
body main section.integrations {
  padding: 80px 0;
}
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.integrations .obj {
  background-color: rgba(3, 6, 63, 0.7);
  padding: 32px 40px;
  border-radius: 24px 0 0 24px;
  backdrop-filter: blur(4px);
  position: absolute;
  top: 60%;
  right: 0;
  transform: translate(0, -50%);
}
body main section.steps {
  padding: 80px 0;
}
body main section.steps .list_Wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
body main section.steps .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 .list_Wrapper ul li {
  width: 100%;
  max-width: calc(20% - 45px);
  position: relative;
}
body main section.steps .list_Wrapper ul li .card {
  border: solid 2px #ffffff;
  border-radius: 12px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
}
body main section.steps .list_Wrapper ul li .card .card-header {
  background-color: #28A9E0;
  padding: 10px 0;
  border-radius: 12px 12px 0 0;
  border: none;
}
body main section.steps .list_Wrapper ul li .card .card-body {
  padding: 10px;
}
body main section.steps .list_Wrapper ul li .card .card-body img {
  height: auto;
  width: 68px;
}
body main section.steps .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: 35%;
  left: 100%;
  transform: translate(20px, -50%);
  z-index: 1;
}
body main section.steps .list_Wrapper ul li:nth-child(2) .card .card-header {
  background-color: #FFCC03;
}
body main section.steps .list_Wrapper ul li:nth-child(3) .card .card-header {
  background-color: #60BF99;
}
body main section.steps .list_Wrapper ul li:nth-child(4) .card .card-header {
  background-color: #EE4C4C;
}
body main section.steps .list_Wrapper ul li:nth-child(5) .card .card-header {
  background-color: #03063F;
}
body main section.steps .list_Wrapper ul li:last-child:after {
  display: none;
}
body main section.cards {
  padding: 80px 0;
}
body main section.cards .card {
  padding: 24px;
  border: none;
  border-radius: 12px;
  box-shadow: 2px 2px 10px -2px rgba(0, 0, 0, 0.05);
}
body main section.cards .card .card-body {
  padding: 0;
}
body main section.cards .card .card-body img.card-img {
  height: auto;
  width: 64px;
}
body main section.cards .card-s2 {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  padding: 0;
  backdrop-filter: blur(10px);
  position: relative;
  z-index: 1;
  overflow: hidden;
}
body main section.cards .card-s2 .card-body {
  padding: 24px;
  overflow: hidden;
}
body main section.cards .card-s2 .card-body img.card-img {
  width: 74px;
}
body main section.cards .card-s2:after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: -1;
  inset: 0;
  border-radius: 24px;
  border: 2px solid transparent;
  background: linear-gradient(135deg, rgb(255, 204, 2) 0%, rgba(255, 204, 2, 0) 32%, rgba(255, 204, 2, 0) 66%, rgb(255, 204, 2) 100%) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}
body main section.cards div[class*=col-]:has(.card-s2):nth-child(2) .card-s2:after {
  background: linear-gradient(135deg, rgb(236, 62, 60) 0%, rgba(236, 62, 60, 0) 32%, rgba(236, 62, 60, 0) 66%, rgb(236, 62, 60) 100%) border-box;
}
body main section.cards div[class*=col-]:has(.card-s2):nth-child(3) .card-s2:after {
  background: linear-gradient(135deg, rgb(96, 191, 153) 0%, rgba(96, 191, 153, 0) 32%, rgba(96, 191, 153, 0) 66%, rgb(96, 191, 153) 100%) border-box;
}
body main section.cards div[class*=col-]:has(.card-s2):nth-child(4) .card-s2:after {
  background: linear-gradient(135deg, rgb(0, 162, 226) 0%, rgba(0, 162, 226, 0) 32%, rgba(0, 162, 226, 0) 66%, rgb(0, 162, 226) 100%) border-box;
}
body main section.cards div[class*=col-]:has(.card-s2):nth-child(6) .card-s2:after {
  background: linear-gradient(135deg, rgb(236, 62, 60) 0%, rgba(236, 62, 60, 0) 32%, rgba(236, 62, 60, 0) 66%, rgb(236, 62, 60) 100%) border-box;
}
body main section.cards div[class*=col-]:has(.card-s2):nth-child(7) .card-s2:after {
  background: linear-gradient(135deg, rgb(96, 191, 153) 0%, rgba(96, 191, 153, 0) 32%, rgba(96, 191, 153, 0) 66%, rgb(96, 191, 153) 100%) border-box;
}
body main section.cards div[class*=col-]:has(.card-s2):nth-child(8) .card-s2:after {
  background: linear-gradient(135deg, rgb(0, 162, 226) 0%, rgba(0, 162, 226, 0) 32%, rgba(0, 162, 226, 0) 66%, rgb(0, 162, 226) 100%) border-box;
}
body main section.teams {
  padding: 80px 0;
}
body main section.teams .title-bg {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
body main section.teams .title-bg:before, body main section.teams .title-bg:after {
  content: "";
  background: url("../../img/webp/icon-title.webp") center center/100% 100%;
  height: 12px;
  width: 86px;
  display: block;
}
body main section.teams .title-bg:after {
  transform: scaleX(-1);
}
body main section.teams .card {
  background-color: #ffffff;
  border: none;
  border-radius: 0;
}
body main section.teams .card img.card-img {
  border-radius: 0;
}
body main section.teams .card .card-body {
  border: solid 1px #DADADA;
  border-top: none;
  padding: 10px 30px;
}
body main section.teams .card-s2 {
  background-color: transparent;
}
body main section.teams .card-s2 img.card-img {
  width: auto;
  border-radius: 50%;
  max-width: 127px;
  margin: 0 auto;
}
body main section.teams .card-s2 .card-body {
  border: none;
  padding: 16px 10px 0;
}
body main section.teams .partners-row {
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
}
body main section.teams .partners-row .item {
  width: 100%;
  max-width: 20%;
}
body main section.faq {
  padding: 0 0 80px;
}
body main section.faq .accordion .accordion-item {
  margin: 0 0 8px;
  border: solid 1px #F6F6F6;
  border-radius: 10px;
  overflow: hidden;
}
body main section.faq .accordion .accordion-item .accordion-header .accordion-button {
  background: #ffffff;
  color: #03063F;
  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.section_15 {
  padding: 80px 0;
}
body main section.section_15 .card {
  border-radius: 12px;
  border: none;
  overflow: hidden;
}
body main section.section_15 .card .card-body {
  padding: 24px;
}
body main section.section_15 .card .card-body > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

@media (max-width: 1780px) {
  body main section.hero img.obj {
    max-width: 1000px;
  }
  body main section.section_2 img.obj-2 {
    max-width: 640px;
  }
}
@media (max-width: 1580px) {
  body main section.hero {
    padding: 252px 0 140px;
  }
  body main section.hero img.obj {
    max-width: 800px;
  }
  body main section.section_2 img.obj-2 {
    max-width: 540px;
  }
  body main section.section_4 ul li {
    font-size: 18px;
  }
  body main section.section_4 ul li img {
    width: 20px;
    margin-top: 8px;
  }
  body main section.section_5 .card {
    padding: 18px;
  }
  body main section.section_5 .card .card-header img {
    height: auto;
    width: 24px;
  }
  body main section.section_5 img.obj {
    max-width: 400px;
  }
  body main section.section_11 img.obj {
    max-width: 360px;
  }
  body main section.section_12 ul li:before {
    font-size: 50px;
    transform: translate(-20%, 16px);
  }
  body main section.section_12 ul li:after {
    font-size: 16px;
    transform: translate(10px, 0);
  }
  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.steps .list_Wrapper ul {
    gap: 70px;
  }
  body main section.steps .list_Wrapper ul li {
    max-width: calc(20% - 35px);
  }
  body main section.steps .list_Wrapper ul li .card .card-body {
    padding: 10px;
  }
  body main section.steps .list_Wrapper ul li .card .card-body img {
    width: 50px;
  }
  body main section.steps .list_Wrapper ul li:after {
    height: 30px;
    width: 30px;
  }
  body main section.teams .card-s2 .card-body p.card-text {
    font-size: 14px;
  }
}
@media (max-width: 1380px) {
  body main section.hero img.obj {
    max-width: 600px;
  }
  body main section.section_2 img.obj-2 {
    max-width: 440px;
  }
  body main section.section_4 ul li {
    font-size: 16px;
  }
  body main section.section_4 ul li img {
    width: 16px;
    margin-top: 6px;
  }
  body main section.section_5 img.obj {
    max-width: 300px;
  }
  body main section.section_11 img.obj {
    max-width: 300px;
  }
  body main section.section_12 ul li {
    background-color: #ffffff;
    padding: 10px 24px 10px 60px;
  }
  body main section.section_12 ul li:before {
    font-size: 44px;
    line-height: 44px;
    transform: translate(-20%, 20px);
  }
  body main section.section_12 ul li:after {
    font-size: 14px;
    transform: translate(10px, 0);
  }
  body main section.section_12:after {
    width: 47%;
    object-position: calc(50% - 60px) center;
  }
  body main section.section_13 .content_wrapper .left_content {
    padding-right: 40px;
  }
  body main section.section_13 .content_wrapper .right_content {
    padding-left: 40px;
  }
  body main section.features ul {
    column-gap: 45px;
    row-gap: 35px;
  }
  body main section.integrations .integrations-grid {
    grid-template-columns: repeat(8, 1fr);
  }
  body main section.steps .list_Wrapper ul {
    gap: 40px;
  }
  body main section.steps .list_Wrapper ul li {
    max-width: calc(20% - 20px);
    font-size: 12px;
  }
  body main section.steps .list_Wrapper ul li .card .card-body {
    padding: 10px 0;
  }
  body main section.steps .list_Wrapper ul li .card .card-body img {
    width: 40px;
  }
  body main section.steps .list_Wrapper ul li:after {
    height: 20px;
    width: 20px;
    transform: translate(10px, -50%);
  }
  body main section.cards .card-s2 .card-body {
    padding: 20px;
  }
  body main section.teams .partners-row .item {
    max-width: 25%;
  }
  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.section_15 .card .card-body h2 img {
    height: auto;
    width: 52px;
  }
}
@media (max-width: 1180px) {
  body main section.section_5 img.obj {
    max-width: 200px;
  }
  body main section.features ul {
    column-gap: 15px;
    row-gap: 15px;
  }
  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.section_15 .card .card-body {
    padding: 16px;
  }
  body main section.section_15 .card .card-body h2 img {
    height: auto;
    width: 42px;
  }
  body main section.section_15 .card .card-body .card h3 {
    font-size: 14px;
  }
  body main section.section_15 .card .card-body .card p {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  body main section.hero {
    padding: 176px 0 60px;
  }
  body main section.hero img.obj {
    position: relative;
    top: unset;
    left: unset;
    transform: none;
    margin: -200px auto -180px;
  }
  body main section.section_1 {
    padding: 60px 0;
  }
  body main section.section_2 {
    padding: 60px 0 0;
  }
  body main section.section_2 img.obj {
    max-width: 200px;
  }
  body main section.section_2 img.obj-2 {
    position: relative;
    transform: unset;
    display: flex;
    margin: 0 auto;
  }
  body main section.section_3 {
    padding: 60px 0;
  }
  body main section.section_3 .card:after {
    height: 100%;
    width: 12px;
    transform: translate(-50%, 0);
  }
  body main section.section_4 {
    padding: 60px 0;
  }
  body main section.section_5 {
    padding: 60px 0;
  }
  body main section.section_5 .img_wrapper {
    padding-right: 0;
  }
  body main section.section_5 img.obj {
    max-width: 150px;
  }
  body main section.section_6 {
    padding: 60px 0;
  }
  body main section.section_7 {
    padding: 60px 0;
  }
  body main section.section_7 .card .card-body {
    padding: 16px;
  }
  body main section.section_7 .card .card-body img.icon {
    height: auto;
    width: 40px;
  }
  body main section.section_8 {
    padding: 0 0 60px;
  }
  body main section.section_8 p img {
    height: 16px;
  }
  body main section.section_8 .obj {
    position: unset;
    transform: none;
    padding: 20px 20px;
    border-radius: 12px;
    max-width: max-content;
  }
  body main section.section_8 .obj-bg {
    height: auto;
    width: 100%;
    position: relative;
  }
  body main section.section_9 {
    padding: 60px 0 40px;
  }
  body main section.section_10 {
    padding: 40px 0 60px;
  }
  body main section.section_11 {
    padding: 60px 0;
  }
  body main section.section_11 h3 img {
    height: 16px;
  }
  body main section.section_11 img.obj {
    max-width: 150px;
  }
  body main section.section_12 {
    padding: 0 0 60px;
  }
  body main section.section_12 ul li {
    background-color: #ffffff;
    padding: 60px 16px 12px;
  }
  body main section.section_12 ul li:before {
    font-size: 32px;
    line-height: 32px;
    transform: translate(16px, 30px);
    letter-spacing: 1px;
    -webkit-text-stroke: unset;
  }
  body main section.section_12 ul li:after {
    font-size: 16px;
    transform: translate(16px, 6px);
  }
  body main section.section_12 .img-wrapper {
    padding: 40px 0;
  }
  body main section.section_12:after {
    display: none;
  }
  body main section.section_13 .content_wrapper {
    flex-direction: column;
  }
  body main section.section_13 .content_wrapper .left_content {
    max-width: 100%;
    display: block;
    padding: 60px 0 0;
  }
  body main section.section_13 .content_wrapper .right_content {
    background-color: #ffffff;
    max-width: 100%;
    padding: 0 0 60px;
  }
  body main section.section_13:after {
    display: none;
  }
  body main section.section_14 {
    padding: 60px 0;
  }
  body main section.section_14 .obj-bg {
    width: 100%;
    position: unset;
    transform: none;
  }
  body main section.features {
    padding: 60px 0 160px;
  }
  body main section.features ul li.features-item {
    padding: 12px 20px;
  }
  body main section.features ul li.features-item:has(a) {
    padding: 0;
  }
  body main section.features ul li.features-item:has(a) a {
    padding: 12px 20px;
  }
  body main section.integrations {
    padding: 60px 0;
  }
  body main section.integrations .integrations-grid {
    grid-template-columns: repeat(6, 1fr);
  }
  body main section.steps {
    padding: 60px 0;
  }
  body main section.steps .list_Wrapper {
    margin-bottom: 30px;
  }
  body main section.steps .list_Wrapper ul {
    flex-direction: column;
    align-items: center;
    gap: 60px;
  }
  body main section.steps .list_Wrapper ul li {
    max-width: 40%;
    font-size: 16px;
  }
  body main section.steps .list_Wrapper ul li:before {
    display: none;
  }
  body main section.steps .list_Wrapper ul li:after {
    top: 100%;
    left: 50%;
    transform: translate(-50%, 20px) rotate(90deg);
  }
  body main section.steps .list_Wrapper ul:before, body main section.steps .list_Wrapper ul:after {
    display: none;
  }
  body main section.steps .list_Wrapper:after {
    display: none;
  }
  body main section.cards {
    padding: 60px 0;
  }
  body main section.teams {
    padding: 60px 0;
  }
  body main section.teams .partners-row .item {
    max-width: 33.33%;
  }
  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.section_15 {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  body main section.features ul {
    flex-direction: column;
    max-width: max-content;
    margin: 0 auto;
  }
  body main section.features ul li.features-item {
    width: 100%;
  }
  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.integrations .obj {
    padding: 20px 20px;
    border-radius: 12px 0 0 12px;
  }
  body main section.steps .list_Wrapper ul li {
    max-width: 80%;
  }
  body main section.cards .card-s2 .card-body {
    padding: 16px;
  }
  body main section.teams .partners-row .item {
    max-width: 50%;
  }
  body main section.section_15 {
    padding: 40px 0;
  }
}
@media (max-width: 567px) {
  body main section.hero {
    padding: 148px 0 60px;
  }
  body main section.hero img.obj {
    margin: -50% auto -30%;
  }
  body main section.section_1 {
    padding: 40px 0;
  }
  body main section.cards {
    padding: 40px 0;
  }
  body main section.teams .partners-row .item {
    max-width: 100%;
  }
  body main section.section_15 .card .card-body h2 {
    font-size: 20px;
  }
}
@media (max-width: 380px) {
  body main section.integrations .integrations-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

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