.body {
  background-color: #06182c;
  font-family: Lato, sans-serif;
  color: #d7d7d7;
  font-size: 16px;
  line-height: 24px;
}

.hero.aurora {
  position: relative;
  background-image: url('../images/circle_blur_top-min.png');
  background-position: 100% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.container {
  z-index: 10;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 5%;
  padding-left: 5%;
}

.container.foot {
  background-image: url('../images/logomark_footer.svg');
  background-position: 93% 100%;
  background-size: auto;
  background-repeat: no-repeat;
}

.desktop-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 35px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link {
  margin-left: 35px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Nunito, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  font-weight: 800;
  text-decoration: none;
}

.link:hover {
  color: #4bb7e4;
}

.mobile-nav {
  display: none;
  padding-top: 45px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.burger-icon {
  width: 35px;
}

.hero-container {
  width: 40%;
  padding-top: 15%;
  padding-bottom: 11%;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.hero-h1 {
  font-family: Nunito, sans-serif;
  color: #fff;
  font-size: 72px;
  line-height: 79px;
  font-weight: 800;
}

.hero-h1.priv {
  font-size: 60px;
}

.hero-btn {
  margin-top: 40px;
  padding: 11px 29px;
  border-radius: 50px;
  background-color: #4bb7e4;
  color: #fff;
  text-decoration: none;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn-p {
  font-family: Nunito, sans-serif;
  font-weight: 800;
  text-decoration: none;
}

.image {
  margin-left: 12px;
}

.hero-img {
  position: absolute;
  left: auto;
  top: 21%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  width: 45%;
}

.payment-solution {
  position: relative;
}

.ps-pre-head {
  font-family: Nunito, sans-serif;
  color: #4bb7e4;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}

.ps-pre-head.weop {
  text-align: left;
}

.heading-h2 {
  margin-top: 7px;
  font-family: Nunito, sans-serif;
  color: #fff;
  text-align: center;
}

.heading-h2.weop {
  text-align: left;
}

.paragraph {
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.paragraph.weop {
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  text-align: left;
}

.ps-cols {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.ps-col {
  width: 50%;
  margin-right: 15px;
  margin-left: 15px;
  padding: 1px;
  border-radius: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1483a8), to(rgba(156, 215, 247, 0.1)));
  background-image: linear-gradient(180deg, #1483a8, rgba(156, 215, 247, 0.1));
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.ps-col:hover {
  box-shadow: 0 20px 80px -20px rgba(166, 212, 232, 0.22);
}

.ps-col.belief {
  width: 33.33%;
}

.ps-col-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  padding: 40px 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 10px;
  background-color: #0a2540;
}

.ps-col-item:hover {
  background-color: rgba(10, 37, 64, 0.67);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.ps-col-item.cont {
  height: 300px;
}

.ps-col-heading {
  padding-top: 30px;
  padding-bottom: 15px;
  font-family: Nunito, sans-serif;
  color: #fff;
  font-size: 21px;
  line-height: 21px;
  font-weight: 800;
}

.paragraph-2 {
  font-size: 14px;
}

.what-we-offer {
  margin-top: 85px;
}

.weo-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sec-blur-1 {
  position: absolute;
  left: auto;
  top: 21%;
  right: 0%;
  z-index: 1;
}

.sec-blur-1.comp {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.ps-box {
  position: relative;
  z-index: 10;
}

.weo-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.weo-right {
  width: 50%;
}

.weo-cols {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
}

.weo-col {
  width: 50%;
  margin-right: 30px;
}

.weo-col-head {
  margin-top: 17px;
  margin-bottom: 17px;
  font-family: Nunito, sans-serif;
  color: #fff;
  font-weight: 800;
}

.seamless {
  padding-top: 100px;
  padding-bottom: 43%;
  background-image: url('../images/img_globe.jpg');
  background-position: 50% 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.seam-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-link {
  display: inline-block;
  margin-top: 44px;
  margin-right: auto;
  margin-left: auto;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Nunito, sans-serif;
  color: #fff;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
}

.contact-link:hover {
  color: #4bb7e4;
}

.contact-link.ft {
  margin-top: 0px;
}

.ftr-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 52px;
  padding-bottom: 53px;
  border-top: 1px solid #9c9c9c;
  border-bottom: 1px solid #9c9c9c;
}

.copy-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 17px;
  padding-bottom: 17px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ftr-left {
  width: 50%;
}

.ftr-center {
  width: 35%;
}

.ftr-right {
  width: 15%;
}

.ftr-abt-p {
  width: 60%;
  margin-top: 24px;
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 20px;
}

.ftr-head {
  position: static;
  font-family: Nunito, sans-serif;
  color: #fff;
  font-weight: 700;
}

.icon-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 17px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-decoration: none;
}

.ftr-list-icon {
  padding-top: 5px;
}

.ftr-li-p {
  margin-left: 10px;
  color: #b6b6b6;
  font-size: 14px;
  line-height: 20px;
}

.ftr-li-p.address {
  width: 70%;
}

.copy-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.copy-p {
  font-size: 12px;
  line-height: 13px;
}

.pci-logo, .badge {
  margin-left: 16px;
}

.legal-link {
  color: #d7d7d7;
  text-decoration: none;
}

.legal-link:hover {
  color: #4bb7e4;
}

.weo-img {
  width: 80%;
}

.reponsive-cols {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.menu-container {
  display: none;
}

.login-icon {
  margin-left: 5px;
}

.login-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 15px;
  padding: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.login-link:hover {
  color: #dff55c;
}

.menu-item-2 {
  margin-right: 10px;
  margin-left: 10px;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  text-decoration: none;
}

.menu-item-2:hover {
  color: #dff55c;
}

.company-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 85px;
  padding-bottom: 90px;
}

.ch-left {
  width: 40%;
}

.ch-left.legal {
  width: 100%;
}

.ch-right {
  width: 60%;
}

.ch-right.cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.company-hero-img {
  width: 100%;
}

.company-hero-img.cont {
  width: 70%;
}

.hero-p {
  margin-top: 23px;
}

.company-journey {
  padding-bottom: 70px;
}

.cj-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.cj-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cj-right {
  width: 50%;
}

.cj-img {
  width: 80%;
}

.believes-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 55px;
}

.beliefs-col {
  width: 33.33%;
}

.our-success {
  padding-top: 130px;
  padding-bottom: 190px;
}

.os-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.os-left {
  width: 40%;
}

.os-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.our-success-img {
  width: 90%;
}

.os-item {
  margin-bottom: 30px;
}

.heading-h3 {
  font-family: Nunito, sans-serif;
  color: #fff;
  font-weight: 800;
}

.os-p {
  font-size: 14px;
  line-height: 20px;
}

.gap {
  height: 40px;
}

.blur-web {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 50%;
}

.blur-web.cont {
  bottom: -55%;
}

.contact-form {
  padding-top: 130px;
  padding-bottom: 190px;
}

.paragraph-4 {
  text-align: center;
}

.form-container {
  width: 100%;
  margin-top: 55px;
  margin-right: auto;
  margin-left: auto;
  padding: 1px;
  border-radius: 10px;
  background-color: #d7d7d7;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1483a8), to(#192b3e));
  background-image: linear-gradient(180deg, #1483a8, #192b3e);
}

.cont-link {
  color: #d7d7d7;
  text-decoration: none;
}

.cont-link:hover {
  color: #4bb7e4;
}

.form-inner {
  padding: 75px 113px;
  border-radius: 10px;
  background-color: #0a2540;
}

.input {
  height: 55px;
  margin-bottom: 30px;
  padding-top: 8px;
  padding-left: 47px;
  border: 1px none #000;
  border-radius: 5px;
  background-color: rgba(59, 97, 137, 0.4);
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.input::-webkit-input-placeholder {
  color: #fff;
}

.input:-ms-input-placeholder {
  color: #fff;
}

.input::-ms-input-placeholder {
  color: #fff;
}

.input::placeholder {
  color: #fff;
}

.input.field {
  height: 222px;
  padding-top: 17px;
}

.field-holder {
  position: relative;
}

.input-icon {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 16px;
}

.input-icon.mess {
  margin-top: 21px;
  margin-bottom: 0px;
}

.submit-button {
  border-radius: 10px;
  background-color: #4bb7e4;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #06182c;
}

.submit-button:hover {
  background-color: #fff;
}

.btn-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.legal-heading {
  margin-top: 30px;
  margin-bottom: 20px;
  font-family: Nunito, sans-serif;
  color: #fff;
  font-size: 26px;
  line-height: 26px;
}

.legal-p._6 {
  margin-top: 56px;
}

.general-link {
  color: #d7d7d7;
  text-decoration: none;
}

.general-link:hover {
  color: #4bb7e4;
}

@media screen and (min-width: 1440px) {
  .hero-img {
    width: 700px;
  }

  .payment-solution {
    margin-top: 46px;
  }
}

@media screen and (min-width: 1920px) {
  .desktop-nav {
    padding-bottom: 20px;
  }

  .hero-container {
    padding-top: 15%;
    padding-bottom: 25%;
  }

  .hero-img {
    width: 800px;
  }

  .payment-solution {
    margin-top: 50px;
  }

  .ps-col-item {
    height: auto;
  }

  .ps-col-item.comp {
    height: 400px;
  }

  .weo-left {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .weo-img {
    width: 80%;
  }
}

@media screen and (max-width: 991px) {
  .hero.aurora {
    background-position: 100% 0%;
  }

  .mobile-nav {
    display: none;
  }

  .hero-container {
    width: 50%;
    padding-top: 15%;
    padding-bottom: 15%;
  }

  .hero-h1 {
    font-size: 40px;
    line-height: 42px;
  }

  .hero-h1.priv {
    font-size: 44px;
    line-height: 48px;
  }

  .hero-img {
    top: 34%;
    width: 53%;
  }

  .payment-solution {
    margin-top: 5%;
  }

  .paragraph {
    width: 70%;
  }

  .paragraph.weop {
    width: 100%;
  }

  .ps-cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .ps-col {
    width: 100%;
    margin-right: 15px;
    margin-bottom: 30px;
    margin-left: 15px;
  }

  .ps-col.belief {
    margin-right: 5px;
    margin-left: 5px;
  }

  .ps-col-item {
    height: auto;
    padding: 20px;
  }

  .ps-col-item.cont {
    height: 280px;
  }

  .ps-col-item.comp {
    height: 500px;
  }

  .weo-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .sec-blur-1 {
    top: 51%;
  }

  .weo-left {
    width: 100%;
    margin-top: 85px;
  }

  .weo-right {
    width: 100%;
  }

  .weo-img {
    width: 50%;
  }

  .reponsive-cols {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .paragraph-3 {
    width: 80%;
  }

  .close-icon {
    width: 40px;
    cursor: pointer;
  }

  .mob-menu-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .menu-container {
    position: fixed;
    z-index: 9999;
    display: none;
    width: 100%;
    height: 100vh;
    background-color: #ddd;
  }

  .nav-boxy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 15px 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .login-icon.mob {
    -webkit-filter: invert(100%);
    filter: invert(100%);
  }

  .menu-item-2.mob {
    margin-bottom: 30px;
    color: #001a2b;
    font-size: 24px;
    line-height: 24px;
    text-transform: uppercase;
  }

  .menu-item-2.mob:hover {
    color: #3b937d;
  }

  .ch-left {
    width: 50%;
  }

  .ch-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .company-hero-img {
    width: 100%;
  }

  .cj-left {
    width: 40%;
  }

  .cj-right {
    width: 60%;
    margin-left: 15px;
  }

  .os-left {
    width: 50%;
  }

  .os-right {
    width: 50%;
  }

  .blur-web.cont {
    bottom: -22%;
  }

  .form-container {
    width: 100%;
  }

  .form-inner {
    padding: 41px 25px;
  }
}


@media screen and (max-width: 767px) {
  .hero.aurora {
    background-size: cover;
  }

  .desktop-nav {
    display: none;
  }

  .mobile-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .hero-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 63px;
    padding-bottom: 461px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero-h1 {
    text-align: center;
  }

  .hero-h1.leg {
    text-align: left;
  }

  .hero-img {
    top: 54%;
    width: 90%;
  }

  .payment-solution {
    padding-top: 116px;
  }

  .ps-pre-head.weop {
    text-align: center;
  }

  .heading-h2.weop {
    text-align: center;
  }

  .paragraph {
    width: 100%;
  }

  .paragraph.weop {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .ps-cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .ps-col {
    margin-bottom: 30px;
  }

  .ps-col.belief {
    width: 70%;
  }

  .ps-col-item {
    height: auto;
  }

  .ps-col-item.comp {
    height: auto;
  }

  .sec-blur-1 {
    top: -7%;
  }

  .ftr-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .copy-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .ftr-left {
    width: 100%;
    margin-bottom: 49px;
  }

  .ftr-center {
    width: 60%;
    margin-bottom: 30px;
  }

  .ftr-right {
    width: 50%;
  }

  .copy-left {
    margin-bottom: 0px;
  }

  .copy-right {
    margin-bottom: 21px;
  }

  .weo-img {
    width: 80%;
  }

  .reponsive-cols {
    width: 70%;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .paragraph-3 {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .close-icon {
    width: 30px;
    -webkit-filter: invert(100%);
    filter: invert(100%);
    cursor: pointer;
  }

  .acc-box-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .mob-menu-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 109px;
    padding-left: 51px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .menu-container {
    position: fixed;
    z-index: 999;
    display: none;
    width: 100%;
    height: 100vh;
    background-color: #06182c;
    background-image: url('../images/logomark_footer.svg');
    background-position: 50% 100%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .nav-boxy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 30px 5%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .login-icon.mob {
    width: 25px;
    margin-left: 0px;
    -webkit-filter: invert(100%);
    filter: invert(100%);
  }

  .login-link.mob {
    margin-top: 75px;
    margin-left: 0px;
    font-size: 23px;
  }

  .menu-item-2.mob {
    display: block;
    margin: 10px 0px;
    font-family: Nunito, sans-serif;
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    font-weight: 800;
    text-transform: none;
  }

  .menu-item-2.mob:hover {
    color: #4bb7e4;
  }

  .line {
    background-color: #d7d7d7;
  }

  .company-hero {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .ch-left {
    width: 100%;
  }

  .ch-right {
    width: 100%;
    margin-top: 41px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .ch-right.cont {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .company-hero-img {
    width: 80%;
  }

  .hero-p {
    text-align: center;
  }

  .hero-p.legal {
    text-align: left;
  }

  .cj-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .cj-left {
    width: 100%;
    margin-top: 46px;
  }

  .cj-right {
    width: 100%;
    margin-left: 0px;
  }

  .cj-img {
    width: 70%;
  }

  .believes-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .our-success {
    padding-bottom: 89px;
  }

  .os-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .os-left {
    width: 100%;
  }

  .os-right {
    width: 100%;
    margin-top: 66px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .our-success-img {
    width: 70%;
  }

  .heading-h3 {
    text-align: center;
  }

  .os-p {
    text-align: center;
  }

  .blur-web {
    bottom: 61%;
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .payment-solution {
    padding-top: 31px;
  }
}

.success {
  display: none;
}

.active {
  display: block !important; 
}

@media screen and (max-width: 479px) {
  .hero.aurora {
    background-position: 50% -10%;
    background-size: cover;
  }

  .hero-container {
    padding-top: 10%;
    padding-bottom: 261px;
  }

  .hero-h1.priv {
    font-size: 32px;
    line-height: 36px;
    text-align: left;
  }

  .hero-img {
    top: 65%;
    width: 90%;
  }

  .payment-solution {
    margin-top: 25%;
    padding-top: 0px;
  }

  .paragraph.weop {
    margin-bottom: 76px;
  }

  .ps-col.belief {
    width: 100%;
  }

  .ps-col-item.cont {
    height: 250px;
  }

  .what-we-offer {
    margin-top: 55px;
  }

  .sec-blur-1 {
    top: 2%;
  }

  .weo-left {
    margin-top: 42px;
  }

  .weo-cols {
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .weo-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    margin-right: 0px;
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .weo-col-head {
    text-align: center;
  }

  .weo-col-p {
    text-align: center;
  }

  .seamless {
    padding-top: 43px;
  }

  .ftr-center {
    width: 80%;
  }

  .ftr-abt-p {
    width: 100%;
  }

  .weo-img {
    width: 100%;
  }

  .reponsive-cols {
    width: 100%;
  }

  .paragraph-3 {
    width: 100%;
  }

  .close-icon {
    display: block;
    width: 28px;
  }

  .menu-container {
    display: none;
  }

  .menu-logo {
    width: 170px;
  }

  .login-link.mob {
    margin-top: 45px;
  }

  .company-hero {
    padding-bottom: 58px;
  }

  .company-hero-img {
    width: 100%;
  }

  .company-hero-img.cont {
    width: 100%;
  }

  .hero-p.leg {
    text-align: left;
  }

  .company-journey {
    padding-bottom: 0px;
  }

  .cj-left {
    margin-top: 0px;
  }

  .our-success {
    padding-top: 50px;
  }

  .our-success-img {
    width: 100%;
  }

  .blur-web {
    bottom: 71%;
  }

  .blur-web.cont {
    bottom: -11%;
  }

  .contact-form {
    padding-top: 100px;
    padding-bottom: 70px;
  }

  .form-container {
    padding: 1px;
  }

  .legal-heading {
    line-height: 32px;
  }

  .bold-text {
    font-size: 22px;
  }
}

