*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body,
html {
  overflow-x: hidden;
}
body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}
img {
  width: 100%;
  height: 100%;
}
a {
  text-decoration: none;
  color: inherit;
}
:is(.tab, .mobile) {
  display: none !important;
}
@media (max-width: 980px) {
  .tab {
    display: block !important;
  }
  :is(.desktop, .mobile) {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .mobile {
    display: block !important;
  }
  :is(.desktop, .tab) {
    display: none !important;
  }
}
:root {
  --blue-color: #1ca1ff;
  --dark-heading: #031624;
  --text-color: #3e627d;

  --sec-overlap-gap: -40px;
}
.d-none {
  display: none;
}
.container {
  max-width: 1440px;
  padding: 0 40px;
  margin: 0 auto;
}
input {
  font-family: "Poppins", sans-serif;
}
input:is(:focus, :active, :focus-within, :focus-visible) {
  outline: 2px solid var(--blue-color);
}
/* Header CSS */
header {
  padding: 32px 0;
}
header .logo_container {
  /* max-width: 135px; */
  max-width: 125px;
}
/* Hero CSS */
.pre_heading {
  color: var(--blue-color);
  font-size: 20px;
  line-height: 1.4;
  padding-bottom: 6px;
}
.description {
  line-height: 1.5;
  color: var(--text-color);
}
.hero_banner_section {
  padding: 23px 0 173px;
}
.hero_section_wrapper {
  position: relative;
}
.hero_section_wrapper:after,
.hero_section_wrapper:before {
  content: "";
  position: absolute;
  top: -428px;
  right: -720px;
  width: 1291.196px;
  height: 649.002px;
  transform: rotate(158.142deg) translate3d(0, 0, 0);
  background-color: #fff;
  background-image: linear-gradient(264deg, #ccf6ea 26.22%, #1ca1ff 83.53%);
  border-radius: 100%;
  z-index: -1;
  filter: blur(156.7837677001953px);
  opacity: 40%;
}
.hero_section_wrapper:after {
  transform: rotate(-21.858deg) translate3d(0, 0, 0);
  right: unset;
  left: -468px;
  top: 205px;
  opacity: 0.4;
}
.page_title {
  font-size: 56px;
  font-weight: 600;
  line-height: 1.2;
  color: var(--dark-heading);
}
.hero_section_wrapper {
  display: grid;
  grid-template-columns: 44% 56%;
  align-items: center;
}
.hero_section_wrapper .description {
  line-height: 1.6;
}
.hero_section_wrapper .content_side {
  padding-right: 60px;
  margin-top: -49px;
}
.graphics_wrapper {
  position: relative;
  height: 632px;
}
.vello_dashboard_graphic img {
  position: absolute;
  top: 0;
  left: 36px;
  bottom: 0;
  width: max-content;
  object-fit: contain;
  border: 12.96px solid #b7e1fc;
  border-radius: 30.28px;
  overflow: hidden;
}
.vello_card_graphic {
  max-width: 288px;
  position: relative;
  height: 166px;
  transform: translate(-39px, 196px);
}
.vello_card_graphic img {
  position: absolute;
  inset: 0;
  object-fit: contain;
}
.hero_section_wrapper .description {
  padding: 24px 0 40px;
}
.hero_form_wrapper :is(input, button) {
  font-size: 16px;
  line-height: 1.5;
  border-radius: 100vw;
  height: 64px;
  border: 1px solid #8cb5d3;
  padding: 12px 24px;
  text-align: center;
  width: 100%;
}
.hero_form_wrapper .input_wrapper {
  flex-grow: 1;
}
.hero_form_wrapper button {
  width: 88px;
  background-color: var(--blue-color);
  cursor: pointer;
}
.hero_form_wrapper .form_container {
  display: flex;
  align-items: center;
  gap: 8px;
}
input::placeholder {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: var(--text-color);
}
.hero_form_wrapper {
  padding-right: 13px;
}
/* Introducing Vello Section */
.intro_wrapper {
  text-align: center;
}
.intro_wrapper h2 {
  font-size: 48px;
  font-weight: 500;
  line-height: 1.32;
  color: var(--dark-heading);
}
.bordered_section {
  position: relative;
  margin-top: var(--sec-overlap-gap);
  background-color: #fff;
  border-radius: 40px;
}
.payment_sol_section {
  padding-block: 80px;
}
.payment_sol_wrapper .intro_wrapper {
  max-width: 911px;
  margin: 0 auto;
}
.payment_sol_wrapper .section_title {
  max-width: 820px;
  margin: 0 auto;
}
.section_title + .description {
  padding-top: 24px;
}
.solution_wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  padding-top: 42px;
  max-width: 1328px;
  margin: 0 auto;
}
/* Introducing Vello CSS */
.card {
  border-radius: 40px;
}
.card .card_title {
  font-size: 40px;
  font-weight: 400;
  line-height: 1.32;
  color: var(--dark-heading);
}
.card .card_title:not(.model_title) {
  font-size: 24px;
  font-weight: 500;
}
.solution_model {
  padding: 36px 45px 0 36px;
  background-color: #eefdff;
  border: 1px solid #fff;
  overflow: hidden;
}
.solution_model.bps {
  display: grid;
  background-color: #eff5ff;
  padding: 36px 60px 0 36px;
}
.solution_model .pill_badge {
  background-color: #fff;
  border-radius: 100vw;
  width: max-content;
  padding: 12px 24px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
}
.apo .pill_badge {
  color: #6ec59b;
}
.bps .pill_badge {
  color: var(--blue-color);
}
.model_content {
  padding-bottom: 30px;
}
.solution_model .model_title {
  padding: 8px 0 16px;
}
.solution_model .model_graphic {
  min-height: 336px;
  display: flex;
  align-items: end;
  margin-inline: -36px;
}
/* Benefit Section CSS */
.benefit_section {
  padding: 157px 0 177px;
  margin-top: var(--sec-overlap-gap);
}
.benefit_section .benefit_wrapper {
  position: relative;
}
.benefit_section .benefit_wrapper:after,
.benefit_section .benefit_wrapper:before {
  content: "";
  position: absolute;
  top: -630px;
  right: -680px;
  width: 1290.707px;
  height: 648.756px;
  transform: rotate(-21.858deg) translate3d(0, 0, 0);
  background-image: linear-gradient(264deg, #ccf6ea 26.22%, #1ca1ff 83.53%);
  border-radius: 100%;
  z-index: -1;
  filter: blur(156.7837677001953px);
  opacity: 20%;
}
.benefit_section .benefit_wrapper:after {
  width: 2013.883px;
  height: 1012.25px;
  transform: rotate(-21.858deg) translate3d(0, 0, 0);
  filter: blur(244.6288299560547px);
  left: -490px;
  top: 337px;
}
.benefit_section .intro_wrapper {
  max-width: 777px;
  margin: 0 auto;
}
.benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  padding-top: 48px;
}
.benefits .benefit {
  border-radius: 24px;
  background-color: #fff;
  border: 1px solid #fff;
  padding: 34px 32px 27px;
}
.benefits .benefit .benefit_graphic {
  height: 231px;
  border-radius: 18px;
  overflow: hidden;
}
.benefits .benefit .benefit_graphic img {
  object-fit: contain;
}
.benefits .benefit .benefit_title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.32;
  padding-bottom: 16px;
}
.benefit_content {
  padding-top: 19px;
}
/* Product Section CSS */
.products_section {
  padding: 100px 0 60px;
}
.products_section .intro_wrapper {
  max-width: 720px;
  margin: 0 auto;
}
.system_description_section .section_title + .description,
.products_section .section_title + .description {
  padding-top: 6px;
}
.products_section .product_sec_title {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.32;
}
.product_showcase {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(3, 1fr);
  padding-top: 72px;
}
.product {
  background-color: #eff5ff;
  border: 1px solid #fff;
  overflow: hidden;
}
.product.ctr {
  grid-row: span 2;
  background-color: #eff5ff;
  padding-bottom: 100px;
}
.product.card.iwma {
  grid-column: span 2;
  background-color: #eefdff;
}
.product.card.apiinteg {
  background-color: #eff5ff;
}
.product.card.hpui {
  display: flex;
  flex-direction: column;
  grid-row: span 2;
  background-color: #eefdff;
}
.product.card.epips {
  grid-column: span 2;
  padding-bottom: 40px;
  background-color: #eefdff;
  display: flex;
  gap: 32px;
  padding: 76px 42px 60px 0;
}
.product.card.epips .product_image_wrapper {
  flex: 0 0 284px;
  max-height: 160px;
  margin-left: -55px;
}
.product_title.card_title {
  padding: 46px 44px 0;
}
.product.card.hpui .product_title.card_title,
.product.ctr .product_title.card_title {
  padding: 61px 135px 0 44px;
}
.product_showcase .product img {
  object-fit: contain;
}
.product.ctr .product_image_wrapper {
  display: flex;
  flex-direction: column;
  gap: 59.62px;
  place-content: center;
  padding-top: 77.68px;
}
.product.ctr .product_image_wrapper img.ctr1 {
  max-width: 282px;
  height: 160px;
  margin-left: auto;
  margin-right: 53px;
}
.product.ctr .product_image_wrapper img.ctr2 {
  max-width: 218px;
  margin: 0 auto;
}
.product.iwma .product_image_wrapper {
  display: grid;
  margin-top: 43px;
  margin-left: 43px;
  margin-bottom: -20px;
}
.product.iwma .product_image_wrapper img {
  object-position: right;
}
.product.card.epips .description {
  padding-top: 24px;
  line-height: 1.5;
}
.product.card.epips .product_title.card_title {
  padding: 0;
  padding-top: 6px;
}
.product.apiinteg .product_image_wrapper {
  margin-top: 31px;
  flex-grow: 1;
}
.product.apiinteg .product_image_wrapper img.desktop {
  padding-left: 25.5px;
  display: block;
}
.product.hpui .product_image_wrapper {
  margin-top: 8px;
  margin-inline: 32px 12px;
  flex-grow: 1;
}

/* System Description CSS */
.system_description_section {
  padding: 140px 0 70px;
  margin-top: var(--sec-overlap-gap);
}
.system_description_section .intro_wrapper {
  max-width: 701px;
  margin: 0 auto;
}
.system_description_section .system_description_wrapper {
  position: relative;
}
.system_description_section .system_description_wrapper:after,
.system_description_section .system_description_wrapper:before {
  content: "";
  position: absolute;
  top: -522px;
  right: -235px;
  width: 1321.18px;
  height: 664.073px;
  transform: rotate(-21.858deg) translate3d(0, 0, 0);
  background-image: linear-gradient(
    0deg,
    rgba(28, 161, 255, 0.25) 0%,
    rgba(28, 161, 255, 0.25) 100%
  );
  border-radius: 100%;
  z-index: -1;
  filter: blur(160.4853973388672px);
  opacity: 60%;
}
.system_description_section .system_description_wrapper:after {
  width: 1290.707px;
  height: 648.756px;
  top: -666px;
  right: 190px;
  background-image: linear-gradient(0deg, #ccf6ea 0%, #ccf6ea 100%);
  filter: blur(156.7837677001953px);
  opacity: 20%;
}

.systems {
  padding-top: 72px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
.systems .system {
  padding: 40px 44px 0;
  background-color: #eff5ff;
  border: 1px solid #fff;
}
.system .system_graphic img {
  object-fit: contain;
}
.systems .system_title {
  padding-bottom: 35px;
}
.system.hui,
.system.sawp {
  grid-column: span 2;
  display: grid;
  gap: 20px;
}
.system.sawp {
  padding-right: 0;
  grid-template-columns: 39.5% 57.5%;
  justify-content: space-between;
}
.system.sawp img.desktop {
  display: block;
}
.system.posh {
  display: grid;
  grid-template-columns: 51% 49%;
  padding-right: 29px;
  justify-content: space-between;
  padding-bottom: 70px;
}
.system.posh .system_graphic {
  max-height: 587px;
  padding-top: 31px;
}
.system.posh .system_graphic img {
  display: block;
  width: max-content;
  margin-left: auto;
}
.system.apiint {
  display: flex;
  flex-direction: column;
  padding-bottom: 0;
  background-color: #eefdff;
}
.system.apiint .system_graphic {
  padding-top: 89px;
  margin-left: -15px;
  padding-right: 24px;
  flex-grow: 1;
}
.system.apiint .system_graphic img.desktop {
  display: block;
  object-position: bottom;
}
.system.hui {
  grid-template-columns: 44% 53.9%;
  justify-content: space-between;
  padding-block: 40px 44px;
  background-color: #eefdff;
}
/* About Vello CSS */
.about_section {
  padding: 70px 0;
}
.about_vello_logo {
  max-width: 135px;
}
.about_vello_content {
  padding-top: 40px;
  display: grid;
  grid-template-columns: 49% 46.9%;
  gap: 37px;
}
.vello_bold {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.325;
}
.vello_regular {
  color: var(--text-color);
}
.vello_regular p + p {
  margin-top: 16px;
}
/* Newsletter Section */
.vello_newsletter_section {
  padding: 93px 0 100px;
}
.vello_newsletter_section .vello_newsletter_wrapper {
  padding-block: 68px 56px;
  border-radius: 40px;
  text-align: center;
  background: linear-gradient(0deg, #eff5ff, #eff5ff),
    linear-gradient(0deg, #ffffff, #ffffff);
  border: 1px solid #fff;
}
.vello_newsletter_section .vello_newsletter_wrapper .newsletter_info {
  font-size: 20px;
  line-height: 1.6;
  max-width: 508px;
  margin: 0 auto;
}
.vello_newsletter_form {
  max-width: 526px;
  margin: 0 auto;
  padding-top: 36px;
}
.vello_newsletter_form .form_container {
  position: relative;
}
.vello_newsletter_form .form_container input {
  font-family: "Poppins", sans-serif;
  border-radius: 100vw;
  font-size: 16px;
  line-height: 1.5;
}
.vello_newsletter_form .form_container .input_wrapper input {
  width: 100%;
  height: 64px;
  border: 1px solid #ffffff;
  padding: 10px 170px 10px 24px;
  color: #000;
}
.vello_newsletter_form .form_container .input_wrapper input::placeholder {
  color: #000;
}
.vello_newsletter_form .form_container .submit_wrapper {
  position: absolute;
  top: 5px;
  right: 5px;
}
.vello_newsletter_form .form_container .submit_wrapper input {
  background-color: var(--blue-color);
  color: #fff;
  border: none;
  height: 54px;
  min-width: 154px;
  padding: 10px 32px;
  font-weight: 600;
  cursor: pointer;
}
/* Footer CSS */
footer {
  padding: 78px 0 50px;
}
footer .footer_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
}
footer .footer_wrapper .footer_contact,
footer .footer_wrapper .footer_copy {
  font-size: 14px;
  line-height: 1.5;
  color: var(--text-color);
}
footer .footer_socials {
  display: flex;
  align-items: center;
  gap: 24px;
}
footer .footer_socials .social a {
  border-radius: 100%;
  border: 1px solid var(--dark-heading);
  aspect-ratio: 1;
  width: 40px;
  display: grid;
  place-content: center;
}
footer .footer_socials svg {
  width: 16px;
  height: 16px;
  fill: var(--dark-heading);
  vertical-align: middle;
}
.vello_newsletter_section .vello_newsletter_wrapper,
.about_sec_wrapper {
  position: relative;
}
.about_sec_wrapper {
  max-width: 1239px;
  margin: 0 auto;
}
.vello_newsletter_section .vello_newsletter_wrapper:after,
.about_section .about_sec_wrapper:before {
  content: "";
  position: absolute;
  top: 108px;
  right: -557px;
  width: 1321.18px;
  height: 664.073px;
  transform: rotate(-21.858deg) translate3d(0, 0, 0);
  background-image: linear-gradient(
    0deg,
    rgba(28, 161, 255, 0.25) 0%,
    rgba(28, 161, 255, 0.25) 100%
  );
  border-radius: 100%;
  z-index: -1;
  opacity: 0.6;
  filter: blur(160.4853973388672px);
}
.vello_newsletter_section .vello_newsletter_wrapper:after {
  top: -50px;
  right: -563px;
  width: 1290.707px;
  height: 648.756px;
  opacity: 0.2;
  filter: blur(156.7837677001953px);
}
div#wholepage {
  overflow: hidden;
}
.solution_model.apo .model_graphic {
  margin-top: -2px;
  margin-inline: -32px -42px;
}
@media (min-width: 1025px) {
  .model_desc.description p,
  .system .description p {
    display: inline;
  }
  .system .description {
    padding-right: 8px;
  }
  .system.hui .description,
  .system.apiint .description {
    padding-right: 0;
  }
  .solution_model.bps .model_graphic {
    padding: 50px 20px 0 40px;
  }
  .product.ctr {
    margin-right: -10px;
  }
  .product.card.apiinteg,
  .product.card.iwma {
    margin-left: 10px;
  }
  .product.card.epips,
  .product.card.apiinteg {
    margin-right: -8px;
  }
  .product.card.hpui {
    margin-left: 6px;
  }
  .system.sawp .system_graphic {
    padding: 3px 0 0 12px;
  }
  .system.apiint .description {
    margin-right: -5px;
  }
}
@media (min-width: 1500px) {
  .hero_section_wrapper .graphics_side {
    margin-left: calc(50vw - 740px);
  }
}
.product.card.apiinteg {
  display: flex;
  flex-direction: column;
}
.product.apiinteg .product_image_wrapper img.desktop {
  object-position: bottom;
}
@media (max-width: 980px) {
  .container {
    padding: 0 24px;
  }
  .hero_section_wrapper {
    grid-template-columns: 56% 44%;
  }
  .page_title {
    font-size: 48px;
  }
  header {
    padding: 40px 0;
  }
  /*.pre_heading {*/
  /*font-size: 18px;*/
  /*}*/
  .hero_banner_section {
    padding: 64px 0 212px;
  }
  .hero_section_wrapper .description {
    padding: 26px 0 42px;
  }
  .hero_section_wrapper .content_side {
    margin-top: 0;
    padding-right: 50px;
  }
  .graphics_wrapper {
    height: 503px;
  }
  .vello_card_graphic {
    transform: translateY(121px);
  }
  .vello_dashboard_graphic img {
    left: 57px;
    top: -3px;
  }
  .hero_form_wrapper {
    padding-right: 4px;
  }
  .vello_card_graphic {
    max-width: 209px;
    max-height: 121px;
  }
  .graphics_side {
    margin-top: auto;
    margin-left: -89px;
  }
  .intro_wrapper h2 {
    font-size: 40px;
  }
  .payment_sol_wrapper .section_title {
    max-width: 580px;
  }
  .section_title + .description {
    max-width: 604px;
    margin: 0 auto;
  }
  .solution_wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }
  .card .card_title {
    font-size: 32px;
  }
  .solution_model {
    padding: 40px 40px 0 !important;
  }
  .solution_model .model_graphic {
    margin-inline: 0;
  }
  .benefit_section {
    padding-block: 160px 225px;
  }
  .benefit_section .swiper {
    overflow: visible;
  }
  .benefits {
    padding-top: 80px;
    gap: 0;
    margin-left: -6px;
  }
  .benefit_section .swiper .swiper-pagination {
    bottom: -68px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    left: -5px;
  }
  .benefit_section .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: var(--blue-color);
    opacity: 0.4;
    transition: 0.3s all ease;
  }
  .benefit_section
    .swiper
    .swiper-pagination
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 16px;
    height: 16px;
    opacity: 1;
  }
  .product_showcase {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
    padding-top: 62px;
  }
  .product_showcase > .product {
    position: relative;
    grid-column: 1 !important;
  }
  .product.card.iwma {
    order: 1;
  }
  .product.card.apiinteg {
    flex-direction: row;
    order: 2;
  }
  .product.card.hpui {
    display: flex;
    order: 3;
  }
  .product.card.ctr {
    order: 4;
    padding-bottom: 35px;
  }
  .product.epips {
    order: 5;
  }
  .product.card.hpui .product_title.card_title,
  .product.card.apiinteg .product_title.card_title {
    width: max-content;
    padding-inline: 48px 32px;
  }
  .product_title.card_title {
    padding-inline: 40px;
  }
  .product.card.iwma .card_title {
    padding-right: 250px;
    padding-top: 74px;
  }
  .product.card.iwma .product_image_wrapper {
    margin: 0;
    margin-top: -46px;
    margin-bottom: -2px;
  }
  .product.card.iwma .product_image_wrapper img {
    max-width: 518px;
    margin-left: auto;
    margin-top: -2px;
  }
  .product.hpui .product_image_wrapper {
    margin: -109px 25px 0 0;
  }
  .product.card.hpui .product_image_wrapper img {
    margin-left: auto;
    max-width: 410px;
  }
  .product.ctr .product_image_wrapper {
    flex-direction: row;
    gap: 35.54px;
    align-items: flex-end;
    justify-content: flex-end;
    margin-top: -186px;
  }
  .product.ctr .product_image_wrapper img.ctr1 {
    margin: 0;
  }
  .product.ctr .product_image_wrapper img.ctr2 {
    margin-left: 0;
    margin-right: 40.83px;
  }
  .product.ctr .product_title_wrapper {
    max-width: 460px;
    margin-top: 40px;
  }
  .product.card.epips .product_title.card_title {
    padding: 0;
  }
  .system_description_section .intro_wrapper .description,
  .product.card.epips .description {
    font-size: 16px;
  }
  .system_description_section {
    padding-top: 140px;
  }
  .system_description_section .intro_wrapper {
    text-align: center;
    max-width: 600px;
    margin: auto;
  }
  .systems {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px 0;
    padding-top: 60px;
  }
  .systems > div.system {
    grid-column: 1;
    padding: 56px 0 71px 32px;
    align-items: center;
  }
  .system.sawp {
    grid-template-columns: 50% 50%;
    gap: 0;
    justify-content: unset;
  }
  .system.sawp img {
    max-height: 447px;
    object-position: right;
  }
  .description p + p {
    margin-top: 16px;
  }
  .systems .system_title {
    padding-bottom: 16px;
  }
  .system.posh {
    grid-template-columns: 51.1% 48.9%;
    padding: 49px 0px 50px 47px !important;
  }
  .system.posh .system_graphic {
    height: 100%;
    padding: 0;
  }
  .system.posh .system_graphic img {
    width: 100%;
    max-height: 466px;
    height: 100%;
    margin: 0px 8px;
    padding-top: 3px;
  }
  .system.apiint {
    display: grid;
    grid-template-columns: 49% 51%;
    padding: 40px 0px 40px 47px !important;
  }
  .system.apiint .system_graphic {
    padding: 0;
    margin: 0;
  }
  .system.apiint .system_graphic img {
    max-height: 489px;
    object-position: right;
    margin-top: 23px;
    margin-left: 1px;
  }
  .system.hui {
    grid-template-columns: 50.8% 49.2%;
    gap: 0;
    padding: 40px 0 40px 47px !important;
  }
  .system.hui img {
    max-height: 489px;
    object-position: right;
    margin-top: 23px;
  }
  .about_section {
    padding-top: 50px;
    padding-bottom: 44px;
  }
  .about_vello_content {
    grid-template-columns: repeat(1, 1fr);
    gap: 34px;
  }
  .vello_bold {
    font-size: 32px;
  }
  footer .footer_wrapper .footer_contact,
  footer .footer_wrapper .footer_copy {
    font-size: 14px;
  }
  footer .footer_wrapper {
    position: relative;
  }
  footer .footer_socials {
    position: absolute;
    left: 50%;
    top: -104px;
    transform: translateX(-50%);
  }
  footer {
    padding-top: 150px;
  }
  .about_section .about_sec_wrapper:before {
    display: none;
  }
  .vello_newsletter_section .vello_newsletter_wrapper:after {
    top: -2px;
    right: -423px;
  }
  .vello_dashboard_graphic img {
    border-width: 10.29px;
  }
  .bordered_section {
    border-radius: 32px;
  }
  footer .footer_wrapper .footer_contact,
  footer .footer_wrapper .footer_copy {
    font-weight: 500;
  }
  .system_description_section .system_description_wrapper:before {
    left: 50px;
    right: unset;
    top: -490px;
  }
  .solution_model.apo .model_graphic {
    padding: 2px 0px 0 16px;
    margin-bottom: -22px;
  }
  .solution_model .model_graphic {
    margin: -6px -42px -15px 0;
    padding: 0px 0px 0 50px;
    min-height: unset;
  }
  .products_section {
    padding-block: 104px 15px;
  }
  .product.card.apiinteg .product_title.card_title {
    padding-top: 92px;
  }
  .product.apiinteg .product_image_wrapper {
    margin-top: 48px;
    margin-left: 54px;
  }
  .product.card.hpui .product_title.card_title {
    padding-top: 80px;
  }
  .product.card.ctr .product_title.card_title {
    padding-top: 38px;
    padding-left: 47px;
  }
  .product.card.epips {
    padding-block: 68px 50px;
    gap: 64px;
    padding-right: 50px;
  }
  .product.card.epips .product_image_wrapper {
    margin-left: -7px;
    margin-top: 90px;
  }
  .product.card.epips .description {
    padding-top: 17px;
  }
  .system.sawp .system_graphic {
    padding-top: 15px;
    transform: translateY(12px);
  }
  .vello_newsletter_form {
    padding-top: 39px;
  }
  .system_description_section .section_title + .description,
  .products_section .section_title + .description {
    padding-top: 24px;
  }
  .product_title_wrapper {
    position: relative;
  }
}
@media (max-width: 767px) {
  .benefit_section .swiper .swiper-pagination {
    display: none;
  }
  .desktop-tab {
    display: none !important;
  }
  header {
    padding-top: 24px;
  }
  header .logo_container {
    max-width: 107px;
  }
  .hero_banner_section {
    padding-top: 0;
    padding-bottom: 140px;
  }
  .page_title {
    line-height: 1.17;
  }
  .hero_section_wrapper {
    display: flex;
    flex-direction: column-reverse;
    gap: 23px;
  }
  .graphics_wrapper {
    height: auto;
  }
  .vello_dashboard_graphic img {
    position: relative;
    max-height: 420px;
    left: 159px;
    border-width: 6.092px;
    max-width: 473px;
    border-radius: 12.96px;
    top: -12px;
  }
  .vello_card_graphic {
    width: 132px;
    height: 77px;
    position: absolute;
    top: -24px;
    left: 117px;
  }
  .pre_heading {
    font-size: 16px;
  }
  .hero_section_wrapper .content_side {
    padding-right: 0;
  }
  .hero_form_wrapper :is(input, button) {
    text-align: left;
  }
  .hero_form_wrapper button {
    width: 72px;
    padding: 12px 16px;
  }
  .hero_form_wrapper button svg {
    vertical-align: middle;
  }
  .system_description_section .intro_wrapper,
  .intro_wrapper {
    text-align: left;
  }
  .intro_wrapper h2 {
    font-size: 32px;
  }
  .solution_wrapper {
    padding-top: 28px;
  }
  .solution_model {
    padding: 24px !important;
  }
  .card {
    border-radius: 24px;
  }
  .solution_model .model_graphic {
    min-height: 182px;
  }
  .model_content {
    padding-bottom: 0;
  }
  .card .card_title {
    font-size: 31.9px;
  }
  .solution_model.bps {
    padding-bottom: 0 !important;
  }
  .solution_model.bps .model_graphic {
    min-height: 165px;
    margin-top: 63px;
    margin-right: -60px;
    margin-bottom: 0;
    margin-left: 0;
    padding: 0 0 0 12px;
  }
  .benefit_section {
    padding-top: 140px;
    padding-bottom: 100px;
  }
  .system_description_section {
    padding-bottom: 80px;
    padding-top: 121px;
  }
  .system_description_section .section_title + .description {
    padding-top: 0;
  }
  .product_showcase,
  .benefits {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
    padding-top: 32px;
  }
  .benefits .benefit {
    padding: 24px 22px 33px 24px;
  }
  .benefit_content {
    padding-top: 18px;
  }
  .benefits .benefit.fss {
    padding-bottom: 13px;
  }
  .benefits .benefit .benefit_graphic {
    background-color: #eefdff;
    height: auto;
    aspect-ratio: 277 / 231;
  }
  .benefits .benefit.fss img,
  .benefits .benefit.iom img {
    object-position: bottom;
  }
  .products_section .product_sec_title {
    font-size: 32px;
  }
  .product_showcase .product.card .card_title.product_title {
    padding: 42px 24px;
    width: 100%;
  }
  .product_showcase .product.card.iwma .card_title.product_title {
    padding: 42px 24px 50px;
  }
  .product_showcase .product.card.apiinteg .card_title.product_title {
    padding-block: 37px 45px;
  }
  .product_showcase .product.card.hpui .card_title.product_title {
    padding-block: 42px 50px;
  }
  .product.apiinteg .product_image_wrapper,
  .product.card.iwma .product_image_wrapper {
    margin-top: 3px;
  }
  .product.card.apiinteg {
    flex-direction: column;
  }
  .product.apiinteg .product_image_wrapper {
    margin-left: 24px;
  }
  .product.hpui .product_image_wrapper {
    margin: -4px 0 0 5px;
  }
  .product.ctr .product_image_wrapper {
    margin: -12px 0 0;
    padding: 0;
    flex-direction: column;
    align-items: center;
    gap: 19px;
  }
  .product.ctr .product_image_wrapper img.ctr1 {
    max-width: 239px;
  }
  .product.ctr .product_image_wrapper img.ctr2 {
    margin-right: 0;
    margin-bottom: -90px;
  }
  .product.ctr {
    padding: 0;
  }
  .product.card.epips .description {
    padding-inline: 24px 20px;
    padding-top: 3px;
  }
  .bordered_section {
    border-radius: 24px;
  }
  .systems > div.system {
    grid-template-columns: repeat(1, 1fr);
    gap: 32px;
    padding: 32px 22px;
  }
  .systems > div.system.sawp {
    padding-bottom: 0;
  }
  .system.hui .system_graphic,
  .system.sawp .system_graphic {
    margin: 0 -24px 0;
  }
  .about_section {
    padding-top: 0;
  }
  .vello_newsletter_section {
    padding: 54px 0 66px;
  }
  .vello_newsletter_section .vello_newsletter_wrapper {
    padding-inline: 24px;
  }
  .vello_newsletter_section .vello_newsletter_wrapper .newsletter_info {
    font-size: 16px;
  }
  .vello_newsletter_form .form_container .submit_wrapper {
    position: static;
    margin-top: 16px;
  }
  .vello_newsletter_form .form_container .input_wrapper input {
    padding-right: 24px;
  }
  .vello_newsletter_form .form_container .submit_wrapper input {
    width: 100%;
  }
  .vello_newsletter_section .vello_newsletter_wrapper {
    padding-block: 60px;
  }
  footer {
    padding-top: 50px;
  }
  footer .footer_wrapper {
    flex-direction: column;
    align-items: center;
    gap: 32px;
  }
  footer .footer_socials {
    position: relative;
    margin: 0;
    left: unset;
    top: unset;
    transform: unset;
    order: 1;
  }
  footer .footer_wrapper .footer_contact {
    order: 2;
  }
  footer .footer_wrapper .footer_copy {
    order: 3;
  }
  .benefit_section {
    padding-bottom: 140px;
  }
  .hero_section_wrapper:before {
    width: 486.197px;
    height: 244.38px;
    top: -180px;
    right: -220px;
    filter: blur(59.036651611328125px);
  }
  .hero_section_wrapper:after {
    top: unset;
    left: unset;
    bottom: -160px;
    right: -100px;
    width: 749.21px;
    height: 376.58px;
    transform: rotate(-21.858deg) translate3d(0, 0, 0);
    filter: blur(90.97299194335938px);
  }
  .benefit_section .benefit_wrapper:before {
    width: 814.536px;
    height: 409.415px;
    filter: blur(98.94265747070312px);
    top: -365px;
    right: unset;
    left: 24px;
  }
  .benefit_section .benefit_wrapper:after {
    width: 903.229px;
    height: 637.814px;
    transform: rotate(-15.936deg) translate3d(0, 0, 0);
    opacity: 0.2;
    filter: blur(98.94265747070312px);
    top: 230px;
    left: -360px;
  }
  .products_section {
    position: relative;
  }
  .products_section:before {
    content: "";
    position: absolute;
    top: -642px;
    left: -439.14px;
    width: 1357.159px;
    height: 682.157px;
    transform: rotate(-21.858deg) translate3d(0, 0, 0);
    background-image: linear-gradient(264deg, #ccf6ea 26.22%, #1ca1ff 83.53%);
    opacity: 0.2;
    filter: blur(164.8557586669922px);
    z-index: -1;
  }
  .system_description_section .system_description_wrapper:after {
    display: none;
  }
  .system_description_section .system_description_wrapper:before {
    top: -400px;
    opacity: 20%;
    filter: blur(164.8557586669922px);
    background-image: linear-gradient(264deg, #ccf6ea 26.22%, #1ca1ff 83.53%);
  }
  .vello_newsletter_section .vello_newsletter_wrapper:after {
    width: 731.347px;
    height: 367.602px;
    top: 448px;
    right: unset;
    left: -100px;
    opacity: 0.2;
    filter: blur(88.8376693725586px);
  }
  .system.apiint .system_graphic {
    margin-inline: -24px;
  }
  .benefits {
    padding-top: 52px;
    margin-left: 0;
  }
  .vello_newsletter_form {
    padding-top: 48px;
  }
  .hero_form_wrapper {
    padding-right: 0px;
  }
  .hero_section_wrapper .description {
    padding: 23px 0 42px;
  }
  .solution_model.apo .model_graphic {
    padding: 29px 3px 0px 7px;
    margin-bottom: -25px;
  }
  .payment_sol_section {
    padding-bottom: 52px;
  }
  .products_section {
    padding-block: 81px 22px;
  }
  .product.ctr .product_title_wrapper {
    margin-top: -2px;
  }
  .product_showcase .product.card.epips .card_title.product_title {
    padding: 0 24px 16px;
  }
  .product.card.epips {
    padding-block: 32px;
    flex-direction: column;
    gap: 32px;
    padding-right: 0;
  }
  .product.card.epips .product_image_wrapper {
    /*margin-left: -268px;*/
    /*margin-top: 0;*/
    margin: 0;
    width: max-content;
    margin-left: -7px;
  }
  .system_description_section .intro_wrapper h2 {
    padding-bottom: 22px;
  }
  .systems {
    padding-top: 47px;
  }
  .description p + p {
    margin-top: 15px;
  }
  .system.sawp .system_graphic {
    padding-top: 0;
    margin-top: 14px;
    transform: unset;
  }
  .system.posh {
    padding: 28px 23px 31px 23px !important;
    gap: 42px !important;
  }
  .system.posh .system_graphic img {
    margin: 0px -8px;
    padding-top: 0;
  }
  .system.apiint {
    padding: 30px 23px 8px 23px !important;
    gap: 43px !important;
  }
  .system.apiint .system_graphic img {
    max-height: 324px;
    margin-top: 2px;
    margin-left: -11px;
  }
  .system.hui {
    padding: 31px 23px 34px 23px !important;
    gap: 42px !important;
  }
  .system.hui img {
    max-height: 494px;
    margin-top: -2px;
  }
  .about_vello_logo {
    max-width: 106px;
  }
  .vello_bold {
    line-height: 1.3;
  }
  .about_vello_content {
    gap: 39px;
  }
  .vello_newsletter_section .vello_newsletter_wrapper {
    border-radius: 24px;
  }
}

@media (min-width: 520px) and (max-width: 767px) {
  .vello_dashboard_graphic img {
    max-width: 100%;
    max-height: unset;
  }
  .vello_card_graphic {
    width: 172px;
    height: 124px;
  }
  .system_description_section .system_description_wrapper:before {
    top: -590px;
  }
  .system.apiint .system_graphic img {
    object-position: center;
  }
  .payment_sol_wrapper .section_title,
  .section_title + .description {
    max-width: 100%;
  }
  .benefit_section .benefit_wrapper:after {
    top: 150px;
    left: -60px;
    right: unset;
    height: 1000px;
  }
  .hero_section_wrapper:after {
    right: 160px;
  }
  .products_section:before {
    top: -892px;
    height: 1000px;
  }
  .solution_model.bps .model_graphic {
    height: auto;
  }
  .hero_section_wrapper:before {
    width: 706.197px;
    height: 354.38px;
  }
  .vello_dashboard_graphic img {
    left: 230px;
  }
  .vello_card_graphic {
    left: 185px;
  }
}
@media (max-width: 519px) {
  .system_description_section .system_description_wrapper:before {
    top: -580px;
    right: -235px;
    left: -215px;
  }
  .vello_newsletter_form,
  .vello_newsletter_section .vello_newsletter_wrapper .newsletter_info {
    max-width: 280px;
  }
}
@media (width: 390px) {
  .products_section .product_sec_title {
    padding-right: 10px;
  }
  .system_description_section .intro_wrapper {
    padding-right: 15px;
  }
}
@media (max-width: 350px) {
  .container {
    padding: 0 10px;
  }
}
@media (max-width: 500px) {
  .product.card.epips .product_image_wrapper {
    width: max-content;
    margin-left: -114px;
  }
}
.vello_newsletter_form .form_container .input_wrapper input:placeholder {
  color: #000;
}
