@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');

body {
    font-family: 'Inter', sans-serif;
/*     background-color: #1E1E1E; */
}
.main-container {
  max-width: 1440px;
  margin: auto;
  position: relative;
}
section.wrapper {
  background-color: #fff;
}
.container {
/*     max-width: 1440px; */
  max-width: 100%;
    flex-direction: column;
    flex-grow: 1;
    background-color: #fff;
    padding: 90px 10px;
}

.navbar {
    padding: 0;
}
.navbar .container {
    background-color: #ff4000;
    padding: 0;
    width: 100%;
    position: relative;
}
.navbar .container .header-ellipse {
    background-image: url("//47363011.fs1.hubspotusercontent-na1.net/hubfs/47363011/raw_assets/public/embracy-theme-complete/images/svg/header-ellipse.svg");
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
/*     height: 187px; */
      height: 100%;
    position: absolute;
    width: 100%;
    background-color: white;
}
@keyframes fadeInBackground {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.hero {
    background-image: url("//47363011.fs1.hubspotusercontent-na1.net/hubfs/47363011/raw_assets/public/embracy-theme-complete/images/svg/ellipse.svg");
    animation: fadeInBackground 500ms ease-in forwards;
    background-position: center 25px;
    background-repeat: no-repeat;
    background-size: 470px;
    width: 100%;
    height: 675px;
    position: relative;
    overflow: hidden;
    top: 0;

}
@keyframes slideLeftIn {
    from {
        right: 100%;
    }
    to {
        right: 30%;
    }
}
.hero-left {
    width: 1150px;
    position: absolute;
    top: -56px;
    right: 30%;
    z-index: 10;
    animation: slideLeftIn 500ms ease-in forwards;
}
@keyframes slideRightIn {
    from {
        left: 100%;
    }
    to {
        left: 48%;
    }
}
.hero-right {
    width: 775px;
    position: absolute;
    top: 125px;
    left: 48%;
    z-index: 10;
    animation: slideRightIn 500ms ease-in forwards;
}

section.wrapper.sec04 #hs_cos_wrapper_sec04-header h2 {
  text-align: left;
}

section.wrapper.sec04 #hs_cos_wrapper_sec04-text p {
  text-align: left;
}

/* Tabs */
ul.nav.nav-tabs.nav-rounded {
  margin: 10px auto 60px;
  display: block;
  width: max-content;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 15px;
  color: #000;
  font-size: 20px;
  padding: 10px;
  text-align: center;
}

ul.nav.nav-tabs.nav-rounded li.nav-item {
  width: max-content;
  display: inline-block;
}

ul.nav.nav-tabs.nav-rounded li.nav-item button.nav-link {
  background-color: #fff;
  border: none;
  color: #000;
  padding: 13px 15px;
  width: 100%;
}

ul.nav.nav-tabs.nav-rounded li.nav-item button.nav-link.active {
  background-color: #000;
  border-radius: 8px;
  color: #fff;
  padding: 13px 15px;
  width: 100%;
}

ul.nav.nav-tabs.nav-rounded.nav-orange li.nav-item button.nav-link.active {
  background-color: #ff4000;
}
/* End of Tabs */

nav.header.navbar .active {
  font-weight: 800;
  border-bottom: 1px solid;
}

nav.main-nav ul li a:hover {
  border-bottom: 1px solid;
}

.header.navbar {
  z-index: 20;
}

@media (max-width: 1320px) {
  @keyframes slideLeftIn {
      from {
          right: 100%;
      }
      to {
          right: 28%;
      }
  }
}
@media (max-width: 1200px) {
  div.hsfc-Row {
    display: block !important;
  }
  [data-hsfc-id=Renderer] .hsfc-NavigationRow__Buttons {
    display: block!important;
    width: 100%;
  }
  [data-hsfc-id=Renderer] .hsfc-Button {
    width: 100%!important;
    border-radius: 10.0px 10.0px 10.0px 10.0px!important;
  }
}
@media (max-width: 1220px) {
  @keyframes slideLeftIn {
      from {
          right: 100%;
      }
      to {
          right: 25%;
      }
  }
}

@media (max-width: 1120px) {
  @keyframes slideLeftIn {
      from {
          right: 100%;
      }
      to {
          right: 22%;
      }
  }
}

@media (max-width: 1024px) {
    .hide-on-mobile {
        display: none !important;
    }
}

@media (max-width: 500px) {
  [data-hsfc-id=Renderer] .hsfc-Step .hsfc-Step__Content {
    padding: 20px!important;
  }
}
.ecta {
  font-size: 16px;
  padding: 10px 20px;
  color: #FF4000;
  border: 2px solid #FF4000;
  text-decoration: none;
  border-radius: 10px;
  margin: 0px 17px;
}

.button,
section.sec01 .hs-button {
  border-radius: 10px;
  padding: 10px 20px;
  color: #fff;
  background-color: #FF4000;
  text-decoration: none;
}
nav.main-nav ul {
  padding: 0;
  list-style: none;
  margin-top: 45px;
}

nav.main-nav ul li {
  display: inline-block;
  padding: 0 30px;
}

nav.main-nav ul li a {
  font-size: 20px;
  color: #fff;
  text-decoration: none;
}

.heading {
    color: #fff;
    font-size: 80px;
    font-weight: 700;
    margin: 80px 0 34px;
    text-align: center;
    z-index: 1;
}

.header .buttons {
  margin-bottom: 150px;
  z-index: 1;
}

.header .buttons .button {
  width: 140px;
  margin: 0 12px;
  display: inline-block;
  text-align: center;
}

.header .buttons .login {
  background-color: #000;
  color: #fff;
}

.header .buttons .get-started {
  background-color: #fff;
  color: #000;
}

.header-home .buttons {
  margin-bottom: 150px;
  z-index: 1;
}

.header-home .buttons .button {
  width: 140px;
  margin: 0 12px;
  display: inline-block;
  text-align: center;
}

.header-home .buttons .login {
  background-color: #000;
  color: #fff;
}

.header-home .buttons .get-started {
  background-color: #fff;
  color: #000;
}

.header-home .logo-header {
  top: 535px !important;
  position: absolute;
  z-index: 1;
}
.header.navbar .container {
  padding-top: 100px;
}

.main-nav-mobile {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ff4000;
  padding: 35px 40px;
  color: white;
  position: fixed;
  width: 100%;
  z-index: 2;
  border-bottom: 1px solid #C73200;
}

.main-nav-mobile .logo-header-mobile img {
  width: 148px;
}

.main-nav-mobile .hamburger {
  display: block;
  cursor: pointer;
}

.main-nav-mobile .hamburger div {
  width: 30px;
  height: 3px;
  background-color: #000;
  margin: 6px 0;
  border-radius: 3px;
}

.main-nav-mobile ul {
  list-style: none;
  display: none;
  flex-direction: column;
  background: #ff4000;
  position: absolute;
  top: 105px;
  right: 0;
  width: 100%;
  height: 100vh;
  padding: 0;
}

.main-nav-mobile ul li {
  text-align: left;
}

.main-nav-mobile ul li a {
  text-decoration: none;
  color: white;
  padding: 50px;
  display: block;
  font-size: 30px;
  font-weight: 600;
  padding: 23px 50px;
  /*   border-bottom: 1px solid #C73200; */
}

/* .home nav.main-nav {
  margin-top: -100px;
  z-index: 1;
} */

.main-nav-mobile ul li a:hover {
  background: #C73200;
}

.main-nav-mobile .nav-active {
  display: flex;
}

@media (max-width: 1024px) {
  .hide-on-mobile {
    display: none !important;
  }

  .header.navbar .container {
    padding-top: 0;
  }

  .heading {
    font-size: 70px;
    margin-top: 170px;
  }
}

/* Hide on desktop */
@media (min-width: 1024px) {
  .hide-on-desktop {
    display: none;
  }
}

@media (max-width: 900px) {
  h1 {
    font-size: clamp(32px, 7vw, 70px)!important;
  }
}
footer {
    position: relative;
    height: 855px;
}
footer .container {
    background-color: #fff;
    padding: 0;
    width: 100%;
    position: relative;
}
footer .container .footer-ellipse {
    background-image: url("//47363011.fs1.hubspotusercontent-na1.net/hubfs/47363011/raw_assets/public/embracy-theme-complete/images/svg/footer-ellipse.svg");
    background-position: bottom;
    background-repeat: no-repeat;
    height: 655px;
    width: 100%;
    background-size: 100% auto;
    background-color: white;
}
footer .upper {
  background-color: #000;
}
footer .footer-terminal-center {
    display: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 200px;
}
footer .footer-terminal-right {
    position: absolute;
    right: 0;
    top: -10px;
}
footer .lower {
    background-color: #FF4000;
    padding: 25px 0;
    width: 100%;
}
footer {
    color: #fff;
}
footer .inner {
    width: 100%;
    padding: 0 100px;
}
footer .inner .spacer {
  height: 780px;
}
footer .inner-links {
    margin-top: 47px;
}
footer .inner-links h4 {
    font-size: 20px;
    color: #FF4000;
    margin-bottom: 23px;
}
footer .inner-links ul {
    list-style: none;
    padding: 0;
}
footer .inner-links ul li {
    font-size: 16px;
}
footer .inner-footer {
    display: grid;
    grid-template-columns: 2fr 2fr 1fr;
    align-items: start;
    justify-items: left;
    width: 100%;
}
footer .terms a {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    margin-top: 0;
    margin-bottom: 1rem;
}

footer .terms a:not(:last-child)::after {
    content: "|";
    margin-left: 10px;
    color: #fff;
}

footer .social-icons {
    margin-left: auto;
}
footer .social-icons a {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 1rem;
}

footer .inner-footer-mobile {
  display: none;
}
footer .inner .page-header.section-header {
  padding-top: 155px;
  width: 465px;
}

footer .inner .page-header.section-header h2 {
  font-size: 56px;
  font-weight: bold;
  margin-bottom: 30px;
}

footer .inner .page-header.section-header p {
  margin-bottom: 40px;
}


footer .inner a.inner-link {
  font-size: 20px;
  font-weight: 700;
  display: block;
  margin-bottom: 35px;
  text-decoration: none;
  color: #fff;
}

footer .inner a.inner-link img {
  margin-left: 10px;
}

footer img.footer-logo {
  max-width: 100%;
}

footer .footer-terminal-center-mobile {
  display: none;
}


footer .inner-footer .copyright p a {
  text-decoration: none;
  color: #fff;
}

@media (max-width: 1356px) {
  section.wrapper h2 {
      font-size: 50px!important;
  }
}
@media (max-width: 1219px) {
  section.wrapper h2 {
      font-size: 45px!important;
  }
}
@media (max-width: 1104px) {
  footer {
    padding-top: 1430px;
    background-color: #fff;
  }
  footer .row {
    flex-direction: column;
    text-align: center;
  }
  footer .row .col {
    text-align: left;
  }
  section.wrapper h2 {
      font-size: 37px!important;
  }
  footer .footer-terminal-right {
    display: none;
  }
  footer .footer-terminal-center {
    display: block;
    width: 100%;
    bottom: 1120px;
  }
  footer .inner .spacer {
    height: 430px;
  }

  footer .inner-footer {
    display: none;
  }

  footer .inner-footer-mobile {
    display: block;
    text-align: center;
  }

  footer .inner-footer-mobile .row {
    display: grid;
    grid-template-columns: 2fr 1fr;
    align-items: start;
    justify-items: left;
    width: 100%;
  }

  footer .inner-footer-mobile .copyright p {
    margin:  0;
    padding: 1rem;
    padding-bottom: 2rem;
  }
  footer .inner-footer-mobile .copyright p a {
    text-decoration: none;
    color: #fff;
  }
  footer .col.terms {
    text-align: left;
  }
  footer .col.social-icons {
    text-align: right;
  }
  footer .container .footer-ellipse {
      height: 300px;
  }
  footer .terms a {
    margin-bottom: 0;
  }
}

@media (max-width: 951px) {
  footer {
    padding-top: 1200px;
  }
  footer .footer-terminal-center-mobile {
    top: -425px;
  }
  footer .inner .spacer {
    height: 550px;
  }
}

@media (max-width: 801px) {
  footer {
    padding-top: 1360px;
  }
  footer .footer-terminal-center {
    display: none;
  }
  footer .footer-terminal-center-mobile {
    display: block;
    width: 100%;
    top: -425px;
    position: absolute;
  }
  footer .container .footer-ellipse {
    height: 315px;
  }
}

@media (max-width: 701px) {
  footer .inner .spacer {
    height: 430px;
  }
}

@media (max-width: 600px) {
  footer {
    padding-top: 1330px;
  }
  footer .inner {
    padding: 0 50px;
  }
  footer .inner .spacer {
    height: 365px;
  }
  footer .footer-terminal-center-mobile {
    top: -310px;
  }
}

@media (max-width: 551px) {
  footer .footer-terminal-center-mobile {
    top: -250px;
  }
}

@media (max-width: 491px) {
  footer .footer-terminal-center-mobile {
    top: -160px;
  }
}

@media (max-width: 481px) {
  footer {
    padding-top: 1310px;
  }
}
@media (max-width: 450px) {
  .portal-act {
        display: block !important;
        width: 100%;
        padding: 0 38px;
  }
  .portal-act a {
        display: block !important;
        text-align: center!important;
        margin: 0 0 15px !important;
        width: 100% !important;
  }
}

@media (max-width: 350px) {
  footer {
    padding-top: 1031px;
  }
  footer .footer-terminal-center-mobile {
    top: 100px;
  }
}
section.get-in-touch {
  font-family: 'Inter', sans-serif;
  position: absolute;
  z-index: 10;
  background-color: rgb(255,255,255,0)!important;
  width: 100%;
}

section.get-in-touch h2 {
  font-weight: bold;
  font-size: 56px;
}

section.get-in-touch p {
  font-weight: regular;
  font-size: 16px;
}

section.get-in-touch .form-wrapper {
  margin-top: 80px;
  background-color: #fff;
  border-radius: 25px;
  -webkit-box-shadow: 0px 0px 16px 8px rgba(0,0,0,0.05); 
  box-shadow: 0px 0px 16px 8px rgba(0,0,0,0.05);
}

@media (max-width: 1104px) {
  section.get-in-touch {
    padding: 100px 50px 50px!important;
  }
  
  section.get-in-touch h2 {
    text-align: center;
    margin-bottom: 15px!important;
  }
  
  section.get-in-touch p {
    text-align: center;
  }
}
section.wrapper {
  font-family: 'Inter', sans-serif;
  padding: 110px 50% 110px 75px;
}

section.wrapper h2 {
  font-weight: bold;
  font-size: 56px;
  margin-bottom: 70px;
  letter-spacing: -1.5px;
}

section.wrapper p {
  margin-bottom: 50px;
}

section.sec01 {
    padding: 110px 0 0;
    position: relative;
    height: 768px;
}
body.home section.sec01 .sec-body {
  position: absolute;
  right: 0;
  top: 0;
  width: 952px;
  height: 579px;
}
section.sec01 .sec01-info {
  width: 500px;
  display: block;
  position: relative;
}
section.sec01 .sec01-info {
  display: block;
  position: relative;
  width: 500px;
  padding: 28px 0 0 110px;
}
section.sec01 .sec01-info h2 {
  margin-bottom: 34px;
}
section.sec01 .sec01-info p {
  font-size: 16px;
  margin-bottom: 37px;
}
section.sec01 .sec-body .image-wrapper  {
  position: absolute;
  right: -6px;
  top: 82px;
  width: 952px;
}
section.sec01 .sec-body .image-wrapper .sec01-tab-image {
  display: block;
  width: 952px;
  height: 579px;
}
section.sec01 .sec-body .image-wrapper .sec01-terminal-image {
  display: block;
  height: 284px;
  position: absolute;
  right: 0;
  top: 362px;
  width: 398px;
}

section.sec02 {
  padding: 110px 0 0;
}
section.sec02 h2 {
  margin: 0;
  text-align: center;
}
section.sec02 #hs_cos_wrapper_sec02-header h2 {
    color: #FF4000;
}
section.sec02 .sec-body {
    position: relative;
    margin-top: 100px;
}
section.sec02 .sec-body .smart-terminal-02-info .hl {
  width: 256px;
}
section.sec02 .sec-body .smart-terminal-01-info .hl {
  width: 256px;
}
#hs-button_sec02-smart-terminal-02-info-button {
  color: #fff;
  background-color: #010101;
  border-radius: 10px;
  padding: 20px 42px;
  text-decoration: none;
  margin-top: 22px;
  display: block;
  width: 100%;
  text-align: center;
}
#hs-button_sec02-smart-terminal-01-info-button {
  color: #fff;
  background-color: #010101;
  border-radius: 10px;
  padding: 20px 42px;
  text-decoration: none;
  margin-top: 22px;
  display: block;
  width: 100%;
  text-align: center;
}

section.sec02 .sec-body .smart-terminal-01-info h3 {
  font-weight: 600;
  font-size: 36px;
}

section.sec02 .sec-body .smart-terminal-02-info h3 .hl {
  color: #ff4000;
}
section.sec02 .sec-body .smart-terminal-01-info h3 .hl {
  color: #ff4000;
}
section.sec02 .sec-body .smart-terminal-02-info {
  width: 256px;
  position: absolute;
  left: 85px;
  top: 638px;
  text-align: right;
}
section.sec02 .sec-body .smart-terminal-02-info h3 {
  font-weight: 600;
  font-size: 36px;
}

section.sec02 .sec-body .smart-terminal-01-info {
  width: 256px;
  position: absolute;
  right: 85px;
  top: 469px;
  text-align: left;
}

section.sec02 .sec-body .smart-terminal {
  display: block;
}

section.sec02 .sec-body .smart-terminal div {
  width: max-content;
  margin: auto;
}

section.sec02 .sec-body .smart-terminal div img {
  width: 100%;
}

section.sec03 {
  padding: 110px 0;
}
section.sec03 h2 {
  margin: 0;
}
section.sec03 h2,
section.sec03 p {
  text-align: center;
  width: 100%;
}
section.sec03 .sec-body {
  position: relative;
}
section.sec03 .sec-body .form-wrapper {
  display: inline-block;
  padding-left: 35px;
}

section.sec03 .sec-body .image-wrapper {
  display: inline-block;
}
section.sec03 .sec-body>.form-wrapper {
  width: 40%;
  float: left;
}
section.sec03 .sec-body>.image-wrapper {
  width: 60%;
  text-align: right;
}
section.sec03 .sec-body>.image-wrapper img {
  padding-right: 75px;
  max-width: 100%;
}

section.sec04 {
    background-image: url("//47363011.fs1.hubspotusercontent-na1.net/hubfs/47363011/raw_assets/public/embracy-theme-complete/images/home-bg-1.jpg");
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
}

section.sec04 h2,
section.sec04 p {
  color: #fff;
}

@media (max-width: 1390px) {
/*   section.sec01 .sec-body .image-wrapper {
    right: 0;
  }

  section.sec02 {
    height: 2000px;
  }

  section.sec02 .smart-terminal-01-info {
    top: 0!important;
  }

  section.sec02 .sec-body .smart-terminal-02-info {
    top: 1330px;
  }

  section.sec02 .sec-body .smart-terminal {
    top: 315px;
    position: relative;
  } */
  section.sec02 {
    height: auto;
  }

  section.sec02 .sec-body .smart-terminal-01-info {
    position: static;
    text-align: right;
    float: right;
    margin-bottom: 50px;
    padding-right: 50px;
    width: 370px;
  }

  section.sec02 .sec-body .smart-terminal {
    position: static;
    margin-bottom: 50px;
  }

  section.sec02 .sec-body .smart-terminal img {
    width: 100% !important;
  }

  section.sec02 .sec-body .smart-terminal-02-info {
    position: static;
    text-align: left;
    padding-left: 50px;
    width: 370px;
  }
}

@media (max-width: 1290px) {
  section.sec01 {
    height: 1020px;
    padding-top: 555px;
  }
}

@media (max-width: 1180px) {
  section.sec03 .sec-body>.image-wrapper {
    display: inline-block!important;
  }
}

@media (max-width: 1024px) {
  section.sec01 .sec-body .image-wrapper {
    right: 0;
  }
}

@media (max-width: 900px) {
  section.sec01 {
    height: auto;
    padding-top: 110px;
  }

  body.home section.sec01 .sec-body {
    width: 100%;
    height: auto;
    position: static;
  }

  section.sec01 .sec-body .image-wrapper {
    width: 100%;
    position: static;
  }

  section.sec01 .sec-body .image-wrapper .sec01-tab-image {
    width: 100%;
    height: auto;
  }

  section.sec01 .sec-body .image-wrapper .sec01-tab-image img {
    width: 100%!important;
  }

  section.sec02 {
    height: auto;
  }

  section.sec02 .sec-body .smart-terminal-01-info {
    position: static;
    text-align: right;
    float: right;
    margin-bottom: 50px;
    padding-right: 50px;
    width: 370px;
  }

  section.sec02 .sec-body .smart-terminal {
    position: static;
    margin-bottom: 50px;
  }

  section.sec02 .sec-body .smart-terminal img {
    width: 100% !important;
  }

  section.sec02 .sec-body .smart-terminal-02-info {
    position: static;
    text-align: left;
    padding-left: 50px;
    width: 370px;
  }

  section.sec04 {
    background-image: url("//47363011.fs1.hubspotusercontent-na1.net/hubfs/47363011/raw_assets/public/embracy-theme-complete/images/home-bg-1-mobile.jpg");
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 300px 50px 50px;
  }

  section.sec03 .sec-body>.image-wrapper {
    display: block!important;
    text-align: left;
    width: 100%;
  }

  section.sec03 .sec-body>.image-wrapper img {
    padding: 0 50px 50px;
    margin: auto;
    display: block;
  }
  section.sec03 .sec-body>.form-wrapper {
    display: block!important;
    width: 100%;
    float: none;
    padding-left: 0;
  }
}

@media (max-width: 600px) {
  section.sec01 .sec01-info {
    padding-left: 50px;
    padding-right: 50px;
    width: 100%;
  }
  section.sec02 .sec-body .smart-terminal div {
    width: 100%;
  }
}
@media (max-width: 576px) {
  body.home section.wrapper {
    padding: 20px !important;
  }
  section.sec02 .sec-body .smart-terminal-01-info {
    padding-right: 0;
    width: 100%!important;
  }
  section.sec02 .sec-body .smart-terminal-02-info {
    padding-left: 0;
    width: 100%!important;
  }
}

@media (max-width: 400px) {
  section.sec01 .sec01-info {
    padding-left: 0;
    padding-right: 0;
  }
}
body.about-us section.sec01 {
  padding: 110px 100px;
  height: auto;
}
body.about-us section.sec01>div>span>p {
  margin: 0 auto 40px;
}
body.about-us section.sec01 .sec-body {
  text-align: center;
}
body.about-us section.sec01 img {
  margin-bottom: 40px;
}
body.about-us section.wrapper h2 {
  text-align: center;
}

body.about-us #hs_cos_wrapper_sec01-image {
  text-align: center;
}

body.about-us section.wrapper p {
  text-align: center;
}
body.about-us .sec-body .col {
  position: relative;
}
body.about-us .sec-body .col>.check {
  margin: 0;
  padding: 0;
  position: absolute;
  top: -10px;
  left: 25px;
}
body.about-us .sec-body h4 {
  text-align: left;
  font-weight: bold;
  font-size: 20px;
}
body.about-us .sec-body p {
  text-align: left!important;
  font-size: 16px;
}
body.about-us .sec-body .col {
  padding-left: 40px;
  padding-right: 40px;
}
body.about-us .sec-body .col .sec01-section {
  background-color: rgba(255,64,0,0.1);
  padding: 20px 45px;
  border-radius: 10px;
}

body.about-us .sec-body .col .sec01-section p {
  margin: 0;
}


body.about-us section.sec02 {
  padding: 110px 100px 10px;
  height: auto;
  background-color: #FF4000;
  background-image: url("//47363011.fs1.hubspotusercontent-na1.net/hubfs/47363011/raw_assets/public/embracy-theme-complete/images/svg/background.svg");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 1440px 690px;
}

body.about-us section.sec02 h2 {
  color: #fff!important;
}

body.about-us section.sec02 p {
  color: #fff!important;
}

body.about-us section.sec02 .sec-body {
  height: auto;
  margin: 50px auto 90px;
}

body.about-us section.sec02 .sec-body .sec02-section {
  padding: 30px 60px;
  background-color: #fff;
  border-radius: 20px;
}

body.about-us section.sec02 .sec-body .row {
  margin-bottom: 20px;
}

body.about-us section.sec02 .sec-body .row  .col {
  margin-bottom: 25px;
}

body.about-us section.sec02 .sec-body .sec02-section h4 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

body.about-us section.sec02 .sec-body .sec02-section p {
  text-align: center!important;
  font-size: 16px;
  font-weight: regular!important;
  color: rgba(0,0,0,0.5)!important;
  margin: 0;
}

body.about-us section.sec02 .sec-body .sec02-section .icons {
  margin: 0 auto 10px;
  display: block;
}

body.about-us section.sec03 {
  padding: 110px 120px;
}
body.about-us section.sec03 .sec-body .col {
  margin-bottom: 40px;
}

body.about-us section.sec03-5 {
  padding: 110px 120px!important;
  background-image: url("//47363011.fs1.hubspotusercontent-na1.net/hubfs/47363011/raw_assets/public/embracy-theme-complete/images/background2.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 800px;
}

body.about-us section.sec03-5 h2 {
  margin: 0;
}
@media (max-width: 1200px) {
  body.about-us section.sec03-5 {
    padding: 50px !important;
  }
}
@media (max-width: 991px) {
  body.about-us .sec-body .col .sec01-section {
    width: 100%;
    margin-bottom: 40px;
  }
  body.about-us section.sec01 #hs_cos_wrapper_sec01-image img {
    width: 100% !important;
    margin-bottom: 40px;
  }
  body.about-us section.sec01 {
    padding: 110px 50px;
  }

  body.about-us section.sec02 {
    padding: 110px 50px 10px;
  }

  body.about-us section.sec03 {
    padding: 110px 50px;
  }
}

@media (max-width: 576px) {
  body.about-us section.wrapper {
    padding: 20px 20px 50px!important;
  }
}
body.contact-us section.contact-icons {
  padding: 110px 100px 0;
  height: auto;
}

section.contact-icons a {
  text-decoration: none;
}


body.contact-us section.contact-icons img {
  display: block;
  margin: 0 auto 20px;
}

body.contact-us section.contact-icons h4 {
  font-size: 20px;
  font-weight: medium;
  color: #081717;
  margin-bottom: 13px;
  text-align: center;
}

body.contact-us section.contact-icons p {
  font-size: 16px;
  font-weight: regular;
  color: #526061;
  text-align: center;
  margin: 0!important;
}

body.contact-us section.contact-icons .row .col {
  margin-bottom: 20px;
}


body.contact-us section.send-us-message {
  padding: 60px 100px;
  height: auto;
}

body.contact-us section.send-us-message h2 {
  display: block;
  text-align: center;
  margin-bottom: 28px;
}

body.contact-us section.send-us-message p {
  text-align: center;
}

body.contact-us section.send-us-message .form-wrapper {
  margin-top: 80px;
  padding: 50px 40px;
  background-color: #fff;
  border-radius: 25px;
  -webkit-box-shadow: 0px 0px 16px 8px rgba(0,0,0,0.05);
  box-shadow: 0px 0px 16px 8px rgba(0,0,0,0.05);
}
body.contact-us section.business-section {
  padding: 155px 100px 100px;
  background-image: url("//47363011.fs1.hubspotusercontent-na1.net/hubfs/47363011/raw_assets/public/embracy-theme-complete/images/svg/background2.svg");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 1440px 690px;
}

body.contact-us section.business-section h2 {
  display: block;
  text-align: center;
  margin-bottom: 28px;
  width: 830px;
  margin: auto;
}

body.contact-us section.feedback {
  display: block;
  padding: 110px 100px 10px;
  height: auto;
}

body.contact-us section.feedback h2 {
  margin-bottom: 28px;
}

body.contact-us section.feedback .left-wrapper {
  vertical-align: top;
  margin-right: 55px;
}

body.contact-us section.feedback .left-wrapper p {
  margin-top: 40px;
  font-size: 24px;
}

body.contact-us section.feedback .form-wrapper {
  display: inline-block;
  height: 1040px;
  border-radius: 25px;
  background-color: #000;
}

body.contact-us section.business-section h2 span {
  color: #ff4000
}

body.contact-us footer .inner .spacer {
  height: 290px;
}
body.contact-us .main-container {
  z-index: 10;
}
body.contact-us footer {
  margin-top: -185px;
}

@media (max-width: 1200px) {
  body.contact-us section.contact-icons {
    padding: 50px;
  }
  body.contact-us section.send-us-message {
    padding: 50px;
  }
  
  body.contact-us section.send-us-message .form-wrapper {
    padding: 0;
  }
  body.contact-us section.business-section {
    padding: 50px;
  }
  body.contact-us section.feedback {
    padding: 50px;
  }
  
}
@media (max-width: 1104px) {
  body.contact-us footer {
    margin-top: 0;
    padding-top: 290px;
  }
  body.contact-us footer .footer-terminal-center {
    top: -420px;
  }

  body.contact-us footer .inner .page-header.section-header {
    padding-top: 460px;
    width: 465px;
  }
  body.contact-us footer .inner .spacer {
    height: 60px;
  }
}
@media (max-width: 901px) {
  body.contact-us section.business-section h2 {
    width: auto;
  }
  body.contact-us section.feedback .form-wrapper {
      width: 100%;
  }
}
@media (max-width: 991px) {
  body.contact-us footer {
    padding-top: 290px;
  }
  body.contact-us footer .footer-terminal-center {
    top: -345px;
  }
}
@media (max-width: 861px) {
  body.contact-us footer {
    padding-top: 240px;
  }
  body.contact-us footer .footer-terminal-center {
    top: -265px;
  }
  body.contact-us footer .inner .page-header.section-header {
    padding-top: 365px;
    width: 465px;
  }
}
@media (max-width: 801px) {
  body.contact-us footer .inner .page-header.section-header {
    padding-top: 590px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  body.contact-us section.feedback .row .col img {
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 761px) {
  body.contact-us footer .inner .page-header.section-header {
    padding-top: 500px;
  }
}
@media (max-width: 661px) {
  body.contact-us footer .inner .page-header.section-header {
    padding-top: 320px;
  }
}
@media (max-width: 576px) {
  body.contact-us section.contact-icons {
    padding: 20px;
  }
  body.contact-us section.send-us-message {
    padding: 20px;
  }
  body.contact-us section.business-section {
    padding: 20px;
  }
  body.contact-us section.feedback {
    padding: 20px;
  }
}
@media (max-width: 490px) {
  body.contact-us footer {
    padding-top: 35px;
  }
}
body.product section.paxa910s {
  padding: 0;
}

body.product section.paxa910s .content-wrapper {
  padding-bottom: 40px;
}

body.product section.paxa910s .content-wrapper .row {
  margin: 0;
}

body.product section.paxa910s .content-wrapper .row .col.prod-img{
  padding-bottom: 40px;
  background-image: url("//47363011.fs1.hubspotusercontent-na1.net/hubfs/47363011/raw_assets/public/embracy-theme-complete/images/svg/prod-bg-01.svg");
  background-position: right;
  background-repeat: no-repeat;
}

body.product section.paxa910s .content-wrapper .info span.prod-name {
  padding: 5px 20px;
  margin-bottom: 10px;
  display: block;
  max-width: fit-content;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  background-color: #ff4000;
  border-radius: 8px;
}
body.product section.paxa910s .content-wrapper .info {
  padding-top: 130px;
  padding-left: 160px;
}
body.product section.paxa910s .content-wrapper .info h2 span.hl {
  color: #ff4000;
}

body.product section.paxa910s .content-wrapper .info h2 {
  font-size: 56px;
  font-weight: 600;
  margin-bottom: 18px;
  line-height: 56px;
}

body.product section.paxa910s .content-wrapper .info a.button {
  display: block;
  color: #fff;
  background-color: #000;
  border-radius: 10px;
  padding: 13px 27px;
  font-size: 16px;
  font-weight: 600;
  max-width: fit-content;
}


body.product section.paxa920pro {
  padding: 30px 100px 100px;
  color: #fff;
}

body.product section.paxa920pro .content-wrapper {
  position: relative;
  background-color: #000;
  border-radius: 20px;
  background-image: url("//47363011.fs1.hubspotusercontent-na1.net/hubfs/47363011/raw_assets/public/embracy-theme-complete/images/svg/prod-bg.svg");
  background-position: bottom;
  background-repeat: no-repeat;
}

body.product section.paxa920pro .content-wrapper img {
    width: 100%;
    height: auto;
    object-fit: contain;
    margin-left: -60px;
    position: relative;
    margin-top: auto;
    margin-bottom: -18px;
}

body.product section.paxa920pro .content-wrapper .info {
  padding: 70px 35px;
}

body.product section.paxa920pro .content-wrapper .info span.prod-name {
  padding: 10px 20px;
  margin-bottom: 17px;
  display: block;
  max-width: fit-content;
  font-size: 20px;
  font-weight: 600;
  color: #000;
  background-color: #fff;
  border-radius: 8px;
}

body.product section.paxa920pro .content-wrapper .info h2 {
  font-size: 56px;
  font-weight: 600;
  margin-bottom: 18px;
  line-height: 56px;
}

body.product section.paxa920pro .content-wrapper .info h2 span.hl {
  color: #ff4000;
}

body.product section.paxa920pro .content-wrapper .info p {
  margin-bottom: 30px;
}

body.product section.paxa920pro .content-wrapper .info p span {
  font-size: 15px;
  font-weight: 400;
}

body.product section.paxa920pro .content-wrapper .info a.button {
  display: block;
  color: #000;
  background-color: #fff;
  border-radius: 10px;
  padding: 13px 27px;
  font-size: 16px;
  font-weight: 600;
  max-width: fit-content;
}


body.product section.industry-demand {
  padding: 165px 185px 80px;
  background-color:#FFF5F2;
  text-align: center;
}

body.product section.industry-demand #hs_cos_wrapper_industry-demand_text_ {
  display: block;
  margin-bottom: 80px;
}

body.product section.industry-demand .row .col.info {
  display: block;
  text-align: left;
}

body.product section.industry-demand .row .col.info img {
  margin-top: 35px;
}

body.product section.industry-demand .row .col.info h4 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 12px;
}

body.product section.industry-demand .row .col.info p {
  margin: 0;
}

body.product section.industry-demand .row .col.info p span {
  font-size: 16px;
  color: #807A78;
}


/*  Plan Tab */
body.product section.plan-tab {
  padding: 100px 50px;
}

body.product section.plan-tab h2 {
  margin-bottom: 34px;
  text-align: center;
}

body.product section.plan-tab p {
  text-align: center;
}

body.product section.plan-tab .tab-content .tab-pane .row.plans .col .col-wrapper,
body.product section.plan-tab .tab-content .tab-pane .swiper-slide .col-wrapper {
  border: 1px solid #000;
  border-radius: 26px;
  padding: 50px 40px;
  position: relative;
}

body.product section.plan-tab .tab-content .tab-pane .row.plans .col.best-offer .col-wrapper,
body.product section.plan-tab .tab-content .tab-pane .swiper-slide.best-offer .col-wrapper {
  background-color: #000;
  color: #fff;
}

body.product section.plan-tab .tab-content .tab-pane .row.plans .col.best-offer .col-wrapper .tag,
body.product section.plan-tab .tab-content .tab-pane .swiper-slide.best-offer .col-wrapper .tag {
  background-color: #ff4000;
  border-radius: 8px;
  color: #fff;
  padding: 10px;
  position: absolute;
  right: -20px;
  top: -20px;
}

body.product section.plan-tab .tab-content .tab-pane .row.plans .col .col-wrapper h4,
body.product section.plan-tab .tab-content .tab-pane .swiper-slide .col-wrapper h4 {
  font-size: 44px;
  font-weight: 500;
  margin-bottom: 30px;
}

body.product section.plan-tab .tab-content .tab-pane .row.plans .col .col-wrapper p,
body.product section.plan-tab .tab-content .tab-pane .swiper-slide .col-wrapper p {
  margin-bottom: 40px;
}

body.product section.plan-tab .tab-content .tab-pane .row.plans .col .col-wrapper p span,
body.product section.plan-tab .tab-content .tab-pane .swiper-slide .col-wrapper p span {
  color: #797878;
  font-size: 18px;
  font-weight: 300;
  text-align: left;
  display: block;
}

body.product section.plan-tab .tab-content .tab-pane .row.plans .col.best-offer .col-wrapper p span,
body.product section.plan-tab .tab-content .tab-pane .swiper-slide.best-offer .col-wrapper p span {
  color: #fff;
}

body.product section.plan-tab .tab-content .tab-pane .row.plans .col .col-wrapper .price,
body.product section.plan-tab .tab-content .tab-pane .swiper-slide .col-wrapper .price {
  align-items: flex-end;
  display: flex;
  gap: 10px;
}

body.product section.plan-tab .tab-content .tab-pane .row.plans .col .col-wrapper .price h4,
body.product section.plan-tab .tab-content .tab-pane .swiper-slide .col-wrapper .price h4 {
  font-size: 60px;
  font-weight: 500;
  margin: 0;
}

body.product section.plan-tab .tab-content .tab-pane .row.plans .col .col-wrapper .price span#hs_cos_wrapper_price_plan_text_,
body.product section.plan-tab .tab-content .tab-pane .swiper-slide .col-wrapper .price span#hs_cos_wrapper_price_plan_text_ {
  color: #797878;
  font-size: 24px;
  font-weight: 300;
  line-height: 56px;
}

body.product section.plan-tab .tab-content .tab-pane .row.plans .col .col-wrapper .price #hs_cos_wrapper_price_plan_header,
body.product section.plan-tab .tab-content .tab-pane .swiper-slide .col-wrapper .price #hs_cos_wrapper_price_plan_header {
    display: inline-block;
}

body.product section.plan-tab .tab-content .tab-pane .row.plans .col .col-wrapper .price #hs_cos_wrapper_price_plan_text,
body.product section.plan-tab .tab-content .tab-pane .swiper-slide .col-wrapper .price #hs_cos_wrapper_price_plan_text {
    display: inline-block;
}
body.product section.plan-tab .tab-content .tab-pane .row.plans ul,
body.product section.plan-tab .tab-content .tab-pane .swiper-slide .col-wrapper ul {
    list-style: none;
    padding-left: 0;
}
body.product section.plan-tab .tab-content .tab-pane .row.plans ul>li,
body.product section.plan-tab .tab-content .tab-pane .swiper-slide .col-wrapper ul>li {
    font-size: 20px;
    margin-bottom: 30px;
    padding-left: 40px;
    position: relative;
}
body.product section.plan-tab .tab-content .tab-pane .row.plans ul>li:before,
body.product section.plan-tab .tab-content .tab-pane .swiper-slide .col-wrapper ul>li:before {
    content: url(//47363011.fs1.hubspotusercontent-na1.net/hubfs/47363011/raw_assets/public/embracy-theme-complete/images/svg/icons/check-bullet.svg);
    height: 28px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
}

body.product section.plan-tab .tab-content .tab-pane .row.plans a,
body.product section.plan-tab .tab-content .tab-pane .swiper-slide .col-wrapper a {
    background-color: #fff;
    border: 1px solid #000;
    color: #000;
}

body.product section.plan-tab .tab-content .tab-pane .row.plans .col.best-offer a,
body.product section.plan-tab .tab-content .tab-pane .swiper-slide.best-offer .col-wrapper a {
    background-color: #000;
    border: 1px solid #fff;
    color: #fff;
}

body.product section.plan-tab .tab-content .tab-pane .row.plans a.button,
body.product section.plan-tab .tab-content .tab-pane .swiper-slide .col-wrapper a.button {
    display: block;
    text-align: center;
    width: 100%;
}

body.product section.plan-tab .tab-content .tab-pane .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #fff;
  border: 2px solid #ff4000;
  opacity: 1;
}

body.product section.plan-tab .tab-content .tab-pane .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ff4000;
}
/*  End of Plan Tab */


body.product section.terminal-model-single {
  padding: 100px;
  background-color:#FFF5F2;
  height: 1343px;
  display: grid;
  place-items: center;
}

body.product section.sec03 .form-wrapper {
  min-height: 100px;
}

body.product section.sec03 .hs_cos_wrapper_type_rich_text p {
/*   width: 650px!important; */
  margin: 0 auto 50px;
}

/*  Terminal Models */
body.product section.terminal-models {
  padding: 110px 0 10px;
  background-color: #000;
  color: #fff;
}

body.product section.terminal-models h2 {
  margin: 0;
  text-align: center;
}

body.product section.terminal-models p {
  text-align: center;
}

body.product section.terminal-models .sec-body .terminals {
  padding: 120px 190px 10px;
  background-image: url("//47363011.fs1.hubspotusercontent-na1.net/hubfs/47363011/raw_assets/public/embracy-theme-complete/images/svg/terminal-model-bg.svg");
  background-position: top;
  background-repeat: no-repeat;
  background-size: 1318px 954px;
}

body.product section.terminal-models .sec-body .terminals .img-wrapper {
  height: 82px;
  width: 82px;
  margin: 0 auto 10px;
  display: grid;
  place-items: center;
}

body.product section.terminal-models .sec-body .terminals img {
  display: block;
  margin: auto;
}

body.product section.terminal-models .sec-body .terminals h4 {
  text-align: center;
  display: block;
  margin-bottom: 20px;
  font-size: 30px;
  color: #ff4000;
  font-weight: 600;
}

body.product section.terminal-models .sec-body .terminals .features {
  margin-top: 110px;
}

body.product .divider {
  background-image: url("//47363011.fs1.hubspotusercontent-na1.net/hubfs/47363011/raw_assets/public/embracy-theme-complete/images/svg/divider.svg");
  background-position: right;
  background-repeat: no-repeat;
  background-size: 1px 454px;
}

body.product section.terminal-models .sec-bobody.product section.plan-tab .tab-content .tab-pane {
  overflow: hidden;
  position: relative;
}
dy .terminals .features p {
  font-size: 18px;
  margin-bottom: 65px;
}

body.product section.terminal-models .sec-body .terminals .features p span.hl {
  color: #ff4000;
}

body.product section.terminal-models .sec-body .terminals .features a {
  padding: 20px;
  font-size: 16px;
  font-weight: 600;
  margin: auto;
  display: block;
  width: 162px;
  text-align: center;
}

body.product section.terminal-models .sec-body .terminals .navs {
  width: 742px;
  background-color: #fff;
  color: #000;
  margin: 10px auto 60px;
  font-size: 20px;
  padding: 10px;
  border-radius: 15px;
  text-align: center;
}

body.product section.terminal-models .sec-body .terminals .navs .active {
  background-color: #ff4000;
  padding: 13px 0;
  width: 100%;
  border-radius: 8px;
}

body.product section.terminal-models .sec-body .terminals .navs .col {
  padding: 13px 0;
}

body.product section.terminal-models.slider {
  padding-top: 10px;
}

body.product section.terminal-models .sec-body-tab {
  padding: 100px 50px;
}

body.product section.terminal-models .sec-body-tab .tab-content .tab-pane {
  background-image: url(//47363011.fs1.hubspotusercontent-na1.net/hubfs/47363011/raw_assets/public/embracy-theme-complete/images/svg/terminal-model-bg.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

body.product section.terminal-models .sec-body-tab .tab-content.no-bg .tab-pane {
  background: none;
}

body.product section.terminal-models .sec-body-tab .tab-content .tab-pane img {
  margin: auto;
  display: block;
  max-width: 100%;
}

body.product section.terminal-models .sec-body-tab .tab-content .tab-pane a.button {
  margin: auto;
  display: block;
  width: max-content;
  padding: 20px 60px;
  font-size: 20px;
}

body.product section.terminal-models .sec-body-tab ul.nav.nav-tabs li.nav-item button.nav-link {
  padding-left: 50px;
  padding-right: 50px;
}

/* body.product section.terminal-models.slider .sec-body-tab .tab-content .tab-pane .row .col {
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 26px 17px;
} */

body.product section.terminal-models.slider .sec-body-tab .tab-content .tab-pane .page-header.section-header h4 {
  color: #ffd0c0;
  font-size: 20px;
  font-weight: 600;
}

body.product section.terminal-models.slider .sec-body-tab .tab-content .tab-pane .page-header.section-header p {
  font-size: 14px;
  letter-spacing: -1px;
  margin: 0;
  text-align: left;
}

body.product section.terminal-models.slider .form-select {
  padding: 20px;
  background-color: #ff4000;
  color: #fff;
  border: none;
  font-size: 20px;
  box-shadow: 0 0 0 10px #fff;
  border-radius: 8px;
  margin-bottom: 60px;
}

body.product section.terminal-models.slider .form-select:focus {
  border-color: #fff;
  outline: 0;
  box-shadow: 0 0 0 10px #fff;
}

body.product section.terminal-models.slider .form-select option {
  font-size: 20px;
  font-weight: 600;
  background: #fff;
  color: #000;
  border: none;
}
/* End of Terminal Models */

body.product section.support-icons {
  padding: 110px 100px 0;
  height: auto;
  position: relative;
  z-index: 10;
}

body.product section.support-icons h2 {
  display: block;
  text-align: center;
}

body.product section.support-icons img {
  display: block;
  margin: 0 auto 30px;
}

body.product section.support-icons h4 {
  display: block;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 28px;
}

body.product section.support-icons p {
  text-align: center;
  margin-bottom: 30px;
  font-weight: regular;
  font-size: 16px;
}

body.product section.support-icons a {
  width: 188px;
  display: block;
  text-align: center;
  margin: auto;
  background-color: #000;
  padding-top: 17px;
  padding-bottom: 17px;
}

body.product section.support-icons .col .section {
  background-color: #FFF6F3;
  padding: 45px 0 35px;
  border-radius: 15px;
}
body.product section.industry-demand img.banner-image {
  width: 100%
}
@media (max-width: 1315px) {
  body.product section.plan-tab .tab-content .tab-pane .row.plans ul>li, body.product section.plan-tab .tab-content .tab-pane .swiper-slide .col-wrapper ul>li {
    font-size: 18px;
  }
}
@media (max-width: 1265px) {
  body.product section.plan-tab .tab-content .tab-pane .row.plans .col .col-wrapper h4, body.product section.plan-tab .tab-content .tab-pane .swiper-slide .col-wrapper h4 {
    font-size: 40px;
  }
  body.product section.plan-tab .tab-content .tab-pane .row.plans .col .col-wrapper p span, body.product section.plan-tab .tab-content .tab-pane .swiper-slide .col-wrapper p span {
    font-size: 16px;
  }
  body.product section.plan-tab .tab-content .tab-pane .row.plans ul>li, body.product section.plan-tab .tab-content .tab-pane .swiper-slide .col-wrapper ul>li {
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  body.product .divider {
    background-image: none;
  }
  body.product section.terminal-models .sec-body-tab .tab-content .tab-pane img {
    margin: 0 auto 50px;
  }
  body.product section.terminal-models .sec-body-tab .tab-content .tab-pane {
    border-bottom: none;
  }
  body.product section.industry-demand {
    padding: 165px 100px 80px;
  }
}
@media (max-width: 1185px) {
  body.product section.plan-tab .tab-content .tab-pane .row.plans .col .col-wrapper h4, body.product section.plan-tab .tab-content .tab-pane .swiper-slide .col-wrapper h4 {
    font-size: 38px;
  }
  body.product section.plan-tab .tab-content .tab-pane .row.plans .col .col-wrapper p span, body.product section.plan-tab .tab-content .tab-pane .swiper-slide .col-wrapper p span {
    font-size: 16px;
  }
  body.product section.plan-tab .tab-content .tab-pane .row.plans ul>li, body.product section.plan-tab .tab-content .tab-pane .swiper-slide .col-wrapper ul>li {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  body.product section.paxa910s .content-wrapper .row .col.prod-img img {
    float: right;
    padding: 50px 50px;
  }

  body.product section.paxa910s .content-wrapper .info {
    padding: 50px;
  }
  
  body.product section.paxa920pro {
    padding-top: 200px;
  }

  body.product section.paxa920pro .content-wrapper img {
    margin-top: -190px!important;
    margin-bottom: auto;
    margin-left: -20px;
    position: relative;
    margin-top: auto;
  }
  
  body.product section.industry-demand img.banner-image {
    max-width: 100%;
    margin-bottom: 30px;
  }
  
  body.product section.industry-demand .row .col.info img {
    margin-top: 35px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  
  body.product section.industry-demand .row .col.info h4 {
    text-align: center;
  }
  
  body.product section.industry-demand .row .col.info p span {
    text-align: center;
    display: block;
  }

  body.product section.plan-tab .tab-content .tab-pane {
    overflow: hidden;
    position: relative;
    padding: 20px 20px 60px 0;
  }
}
@media (max-width: 700px) {
  body.product section.wrapper.paxa920pro {
    padding: 200px 50px 100px!important;
  }
}
@media (max-width: 576px) {
  body.product section.wrapper {
    padding: 20px !important;
  }
}
@media (max-width: 535px) {
  body.product section.paxa910s .content-wrapper .row .col.prod-img img {
    max-width: 100%;
  }
  body.product section.paxa910s .content-wrapper .row .col.prod-img img {
    padding: 0px;
  }
  body.product section.paxa910s .content-wrapper .info {
    padding: 0;
  }
  ul.nav.nav-tabs.nav-rounded li.nav-item {
    display: block;
    width: 100%;
  }
  ul.nav.nav-tabs.nav-rounded {
    width: 100%;
  }
}
body.product4 .hl  {
  color: #ff4000;
}

body.product4 .hl-black {
  color: #000;
}

body.product4 section.billbuddy-tab {
  padding: 120px 0 60px;
}

body.product4 section.billbuddy-tab .info {
  padding-left: 100px;
}

body.product4 section.billbuddy-tab .info h2 {
  font-size: 56px;
  font-weight: 800;
  margin-bottom: 25px;
}

body.product4 section.billbuddy-tab .info p span {
  font-size: 16px;
  margin-bottom: 25px;
}

body.product4 section.billbuddy-tab .info ul {
  font-size: 16px;
  margin-bottom: 25px;
}

body.product4 section.billbuddy-tab .info ul {
  list-style: none;
  padding-left: 0;
}

body.product4 section.billbuddy-tab .info ul>li {
  position: relative;
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 20px;
  padding-left: 40px;
}

body.product4 section.billbuddy-tab .info ul>li::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
}

body.product4 section.billbuddy-tab .info ul > li.money::before {
  content: url("//47363011.fs1.hubspotusercontent-na1.net/hubfs/47363011/raw_assets/public/embracy-theme-complete/images/svg/icons/money.svg");
}

body.product4 section.billbuddy-tab .info ul > li.star::before {
  content: url("//47363011.fs1.hubspotusercontent-na1.net/hubfs/47363011/raw_assets/public/embracy-theme-complete/images/svg/icons/star.svg");
}

body.product4 section.billbuddy-tab .info ul > li.level::before {
  content: url("//47363011.fs1.hubspotusercontent-na1.net/hubfs/47363011/raw_assets/public/embracy-theme-complete/images/svg/icons/level.svg");
}

body.product4 section.billbuddy-tab .info .button {
  display: inline-block;
  margin-right: 19px;
  padding: 14px 44px;
}

body.product4 section.billbuddy-tab .info .button.black {
  background-color: #000;
}

body.product4 section.billbuddy-info {
  padding: 60px 100px 25px;
}

body.product4 section.billbuddy-info .active h4 {
  text-decoration: underline;
  text-decoration-color: #ff4000;
}

body.product4 section.billbuddy-info .active .info {
  background-color: #ff4000;
  color: #fff;
}

body.product4 section.billbuddy-info a.button {
  background-color: #000;
  color: #fff;
}

body.product4 section.billbuddy-info .active a.button {
  background-color: #fff;
  color: #000;
}


body.product4 section.billbuddy-info .billbuddy-logo {
  display: block;
  margin: 0 auto 18px;
  width: 250px;
}

body.product4 section.billbuddy-info h4 {
  font-size: 28px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 20px;
}

body.product4 section.billbuddy-info .info {
  background-color: #FFEAE3;
  border-radius: 20px;
  padding: 27px 26px;
}

body.product4 section.billbuddy-info .info h4 {
  text-decoration: none;
  font-size: 24px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 20px;
}

body.product4 section.billbuddy-info .info #hs_cos_wrapper_billbuddy-info_text_ {
  min-height: 208px;
  display: block;
}

body.product4 section.billbuddy-info .info p {
  margin-bottom: 20px;
  text-align: center;
}

body.product4 section.billbuddy-info .info a.button {
  display: block;
  text-align: center;
}

body.product4 section.direct-credit {
  padding: 25px 72px 50px;
}

body.product4 section.direct-credit #hs_cos_wrapper_direct-credit-text p {
  margin-bottom: 20px;
  letter-spacing: -1px;
}

body.product4 section.direct-credit #hs_cos_wrapper_direct-credit-text p:last-child {
    margin-bottom: 0;
}

body.product4 section.direct-credit .container-wrapper {
  background: radial-gradient(circle at 100% 100%, #ffffff 0, #ffffff 20px, transparent 19px) 0% 0%/25px 25px no-repeat,
    radial-gradient(circle at 0 100%, #ffffff 0, #ffffff 20px, transparent 19px) 100% 0%/25px 25px no-repeat,
    radial-gradient(circle at 100% 0, #ffffff 0, #ffffff 20px, transparent 19px) 0% 100%/25px 25px no-repeat,
    radial-gradient(circle at 0 0, #ffffff 0, #ffffff 20px, transparent 19px) 100% 100%/25px 25px no-repeat,
    linear-gradient(#ffffff, #ffffff) 50% 50%/calc(100% - 10px) calc(100% - 48px) no-repeat,
    linear-gradient(#ffffff, #ffffff) 50% 50%/calc(100% - 48px) calc(100% - 10px) no-repeat,
    linear-gradient(90deg, #ffece6 0%, #ff8d67 100%);
  border-radius: 24px;
  padding: 45px;
  box-sizing: content-box;
}

body.product4 section.direct-credit .direct-credit-header {
  margin-bottom: 35px;
}


body.product4 section.direct-credit .direct-credit-header .titles {
  display: inline-block;
  width: 520px;
}

body.product4 section.direct-credit .direct-credit-header .titles h2  {
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 28px;
}

body.product4 section.direct-credit .direct-credit-header .titles h4  {
  font-size: 28px;
  font-weight: 800;
}

body.product4 section.direct-credit .ul  {
  text-decoration: underline;
}

body.product4 section.direct-credit .direct-credit-header img {
  display: inline-block;
  vertical-align: top;
}

body.product4 section.direct-credit .info {
  margin-bottom: 25px;
}

body.product4 section.direct-credit .info ul {
  font-size: 16px;
  margin-bottom: 25px;
}

body.product4 section.direct-credit .info ul {
  list-style: none;
  padding-left: 0;
}

body.product4 section.direct-credit .info ul>li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 40px;
}

body.product4 section.direct-credit .info ul>li h4 {
  font-size: 16px;
  font-weight: 800;
  margin-bottom: -3px;
}

body.product4 section.direct-credit .info ul>li p {
  margin-bottom: 30px;
}

body.product4 section.direct-credit .info ul>li p span {
  font-size: 14px;
  color: #9D9999;
  letter-spacing: -1px;
}

body.product4 section.direct-credit .info ul>li::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
}

body.product4 section.direct-credit .info ul > li.card-logo::before {
  content: url("//47363011.fs1.hubspotusercontent-na1.net/hubfs/47363011/raw_assets/public/embracy-theme-complete/images/svg/icons/card.svg");
}

body.product4 section.direct-credit .info ul > li.money::before {
  content: url("//47363011.fs1.hubspotusercontent-na1.net/hubfs/47363011/raw_assets/public/embracy-theme-complete/images/svg/icons/money.svg");
}

body.product4 section.direct-credit .info ul > li.report::before {
  content: url("//47363011.fs1.hubspotusercontent-na1.net/hubfs/47363011/raw_assets/public/embracy-theme-complete/images/svg/icons/report.svg");
}

body.product4 section.direct-credit .info ul > li.key::before {
  content: url("//47363011.fs1.hubspotusercontent-na1.net/hubfs/47363011/raw_assets/public/embracy-theme-complete/images/svg/icons/key.svg");
}


body.product4 section.choose-billbuddy {
  padding: 50px 200px;
}

body.product4 section.choose-billbuddy h2 {
  text-align: center;
  margin-bottom: 14px;
}
body.product4 section.choose-billbuddy p span {
  text-align: center;
  display: block;
}

body.product4 section.choose-billbuddy .choose-billbuddy-slide {
  background: rgb(255,64,0);
  padding: 55px 40px;
  margin-bottom: 30px;
  border-radius: 30px;
  height: auto;

  background-image: url("//47363011.fs1.hubspotusercontent-na1.net/hubfs/47363011/raw_assets/public/embracy-theme-complete/images/choose-billbuddy-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

body.product4 section.choose-billbuddy .choose-billbuddy-slide ul>li::before {
  content: url("//47363011.fs1.hubspotusercontent-na1.net/hubfs/47363011/raw_assets/public/embracy-theme-complete/images/svg/icons/check.svg");
  display: inline-block;
  vertical-align: middle;
  margin-left: -55px;
  margin-right: 20px;
  height: 1em; /* Ensures it aligns with text */
  width: auto;
}

body.product4 section.choose-billbuddy .choose-billbuddy-slide #hs_cos_wrapper_choose-billbuddy-slide_header {
  width: clamp(100px, 40vw, 600px);
}

body.product4 section.choose-billbuddy .choose-billbuddy-slide h4 {
  font-size: 40px;
  font-weight: 800;
  text-align: left;
  color: #fff;
}

body.product4 section.choose-billbuddy .choose-billbuddy-slide p span {
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  color: #fff;
}

body.product4 section.choose-billbuddy .choose-billbuddy-slide a {
  background-color: #fff;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  padding-left: 70px;
  padding-right: 70px;
}


body.product4 section.choose-billbuddy .choose-billbuddy-slide-nav ul {
  display: block;
  list-style: none;
  padding: 0;
  text-align: center;
}

body.product4 section.choose-billbuddy .choose-billbuddy-slide-nav ul>li {
  display: inline-block;
}

body.product4 section.sec03 {
    padding: 30px 0;
}

body.product4 section.sec03 .form-wrapper {
  min-height: 100px;
}

body.product4 section.start-now {
  padding: 100px;
}

body.product4 section.start-now .col .card-container {
  padding: 45px;
  border-radius: 20px;
  height: 600px;
}

body.product4 section.start-now .col:first-child .card-container {
  background-color: #FFE6DD;
  background-image: url("//47363011.fs1.hubspotusercontent-na1.net/hubfs/47363011/raw_assets/public/embracy-theme-complete/images/cards.png");
  background-position: bottom;
  background-repeat: no-repeat;
}

body.product4 section.start-now .col:last-child .card-container {
  background-color: #FF4000;
}

body.product4 section.start-now .col:last-child .card-container img {
  margin: auto;
  display: block;
  width: 100%;
}

body.product4 section.start-now .col .card-container h2 {
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 20px;
}

body.product4 section.start-now .col:last-child .card-container {
  padding-top: 125px;
  color: #fff;
}

body.product4 section.support-icons {
  padding: 110px 100px 0;
  height: auto;
  position: relative;
  z-index: 10;
}

body.product4 section.support-icons h2 {
  display: block;
  text-align: center;
}

body.product4 section.support-icons img {
  display: block;
  margin: 0 auto 30px;
}

body.product4 section.support-icons h4 {
  display: block;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 800;
  font-size: 28px;
}

body.product4 section.support-icons p {
  text-align: center;
  margin-bottom: 30px;
  font-weight: regular;1199
  font-size: 16px;
}

body.product4 section.support-icons a {
  width: 188px;
  display: block;
  text-align: center;
  margin: auto;
  background-color: #000;
  padding-top: 17px;
  padding-bottom: 17px;
}

body.product4 section.support-icons .col .section {
  background-color: #FFF6F3;
  padding: 45px 0 35px;
  border-radius: 15px;
}

body.product4 section.wrapper.billbuddy-info .active {
  border-bottom: none;
}
@media (max-width: 1200px) {
  body.product4 section.billbuddy-tab .info {
      padding: 50px;
  }
  body.product4 section.start-now .col .card-container {
    height: 670px;
  }
  body.product4 section.choose-billbuddy {
      padding: 50px;
  }
  body.product4 section.start-now {
    padding: 50px;
  }
  body.product4 section.support-icons {
    padding: 50px;
  }
}
@media (max-width: 961px) {
body.product4 section.direct-credit .direct-credit-header .titles {
    display: inline-block;
    width: 100%;
}
}
@media (max-width: 576px) {
  body.product4 section.wrapper {
    padding: 20px !important;
  }
  body.product4 section.billbuddy-tab .info .button {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
}
body.support .help  {
  padding: 100px 100px 40px;
}

body.support .help .row {
  margin-bottom: 22px;
}

body.support .help .row .col a  {
  align-items: center; /* Vertically centers the content */
  justify-content: left; /* Horizontally centers the content (optional) */
  display: flex;
  background-color: #F5F5F5;
  color: #000;
  font-size: 20px;
  padding: 25px 26px 25px 75px;

  background-image: url("//47363011.fs1.hubspotusercontent-na1.net/hubfs/47363011/raw_assets/public/embracy-theme-complete/images/svg/icons/question.svg");
  background-size: 30px 30px;
  background-position: 25px center;
  background-repeat: no-repeat;
  min-height: 110px;
}

body.support .help .row .col a img  {
  margin-right: 22px;
}

body.support .insights  {
  padding: 40px 100px;
}

body.support .insights h2 {
  font-size: 56px;
  display: block;
  text-align: center;
  margin-bottom: 18px;
}

body.support .insights p span {
  text-align: center;
  display: block;
  width: 866px;
  margin: auto;
}

body.support .insights .tab-nav {
  width: 100%;
  border-bottom: 1px solid #FFDACD;
  display: flex;
  margin-bottom: 60px;
}

body.support .insights .tab-nav ul {
  list-style: none;
  padding: 0;
  width: auto;
  display: inline-block;
  margin: auto;
  border: none;
}

body.support .insights .tab-nav ul li {
  display: inline-block;
  padding: 0;
}

body.support .insights .tab-nav ul li>button.nav-link {
  text-decoration: none;
  padding: 17px 22px;
  color: #212529;
  border: none;
}

body.support .insights .tab-nav ul li>button.nav-link.active {
  border-bottom: 2px solid #ff4000;
}

body.support .insights .tab-content {
  margin-bottom: 60px;
}

body.support .insights .tab-content .row:first-child {
  margin-bottom: 65px;
}

body.support .insights .tab-content img {
  margin-bottom: 40px;
}

body.support .insights .tab-content #hs_cos_wrapper_insights-meta-text {
  margin-bottom: 22px;
}

body.support .insights .tab-content .category {
  color: #ff4000;
  font-size: 15px;
}

body.support .insights .tab-content .date {
  color: #6B7280;
  font-size: 15px;
}

body.support .insights .next {
  display: block;
}

body.support .insights .next img {
  margin: auto;
  display: block
}


body.support .insights .tab-content h4 {
  font-size: 20px;
}

body.support .req-support {
  padding: 50px 100px;
}

body.support .req-support .content-wrapper {
  background-color: #FFF4F0;
  padding: 70px;
  border-radius: 50px;
}

body.support .req-support .content-wrapper img {
  display: block;
  margin: 0 auto 10px;
}

body.support .req-support .content-wrapper h2 {
  display: block;
  text-align: center;
}


body.support .req-support .content-wrapper a {
  display: block;
  width: max-content;
  text-align: center;
  margin: auto;
}


body.support section.contact-icons {
  padding: 110px 100px 250px;
  height: auto;
}

body.support section.contact-icons img {
  display: block;
  margin: 0 auto 20px;
}

body.support section.contact-icons h4 {
  font-size: 20px;
  font-weight: medium;
  color: #081717;
  margin-bottom: 13px;
  text-align: center;
}

body.support section.contact-icons p {
  font-size: 16px;
  font-weight: regular;
  color: #526061;
  text-align: center;
  margin: 0!important;
}

body.support .pos-integration {
  padding: 120px 100px 77px;
}

body.support .pos-integration .form-wrapper {
  padding: 45px 100px 73px;
  background: rgb(255,64,0);
  background: linear-gradient(180deg, rgba(255,64,0,1) 0%, rgba(255,149,0,1) 100%);
  color: #fff;
  border-radius: 40px;
  margin-bottom: 28px;
  margin-top: -250px;
}

body.support .pos-integration .form-wrapper h2 {
  margin-bottom: 10px;
  text-align: center;
  display: block;
}

body.support .pos-integration .form-wrapper p {
  text-align: center;
  display: block;
}

body.support .pos-integration {
  background-color: #FFF2ED;
}

body.support .pos-integration .results .card-wrapper {
  padding: 40px 20px 20px;
  margin-bottom: 30px;
  background-color: #fff;
  border-radius: 10px;
}

body.support .pos-integration .results .card-wrapper img {
  display: block;
  margin: 0 auto 45px;
}

body.support .pos-integration .results .card-wrapper h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

body.support .pos-integration .results .card-wrapper p {
  margin-bottom: 15px;
}

body.support .pos-integration .results .card-wrapper .categories a {
  display: inline-block;
  font-size: 14px;
  padding: 0px 8px;
  border-radius: 15px;
  text-transform: uppercase;
}

body.support .pos-integration .pagination ul {
  list-style: none;
  padding: 0;
  margin: auto;
}

body.support .pos-integration .pagination ul li {
  display: inline-block;
  margin: 0 2.5px;
}

body.support .pos-integration .pagination ul li a {
  display: block;
  width: 32px;
  height: 32px;
  background-color: #fff;
  border-radius: 16px;
  text-align: center;
  font-size: 13px;
  line-height: 32px;
  text-decoration: none;
  color: #000;
  border: 1px solid #F1F1F1;
}

body.support .pos-integration .pagination ul li.active a {
  background-color: #ff4000;
  color: #fff;
  border: none;
}

body.support .pos-integration .pagination ul li a.page-nav-ellipsis {
  border-radius: 8px;
  border: none;
}
@media (max-width: 1200px) {
  body.support .help {
    padding: 50px;
  }
  body.support .insights {
    padding: 50px;
  }
  body.support .req-support {
    padding: 50px;
  }
  body.support section.contact-icons {
    padding: 50px 50px 320px;
  }
  body.support .pos-integration {
    padding: 50px;
  }
}
@media (max-width: 961px) {
  body.support .insights p span {
    width: auto;
  }
}
@media (max-width: 576px) {
  body.support section.wrapper {
    padding: 20px !important;
  }
}
body.page .header.navbar .container {
    padding-top: 100px;
    padding-bottom: 200px;
}

body.page section.wrapper {
  padding: 110px;
}
body.page section.wrapper.get-in-touch {
  padding: 110px 50% 110px 75px;
}

@media (max-width: 1200px) {
  body.page section.wrapper {
    padding: 50px;
  }
}

@media (max-width: 576px) {
  body.page section.wrapper {
    padding: 20px !important;
  }
}

.hover {
  transition: transform 0.3s ease;
}

.hover:hover {
  transform: scale(1.05);
}

div#tableOfContents>p {
    margin: 0;
}

.page p {
    margin: 0 0 9px !important;
}

.page table p {
    padding: 10px;
}