@charset "UTF-8";
/*&:after {
  content: "";
  display: table;
  clear: both;}*/
body {
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
  min-width: 320px;
  position: relative;
  background: #fff;
  max-width: 3000px;
  margin: auto;
  color: #3B52B2; }

html {
  scroll-behavior: smooth; }

header, section, footer {
  margin: auto; }

a {
  text-decoration: none; }
  a:focus {
    outline: none !important; }

a:hover, a:focus, a:active {
  text-decoration: none; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a, button {
  -webkit-transition: all .4s ease;
  transition: all .4s ease; }

figure {
  margin: 0; }
  figure img {
    width: auto;
    max-width: 100%;
    vertical-align: top;
    height: auto; }

ul {
  margin: 0;
  padding: 0; }
  ul li {
    list-style-type: none; }

p, a {
  color: #3B52B2;
  margin: 0; }

/*input {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important; }*/

.content-width {
  width: 1440px;
  margin: auto; }

input:invalid {
  -webkit-box-shadow: none;
          box-shadow: none; }

input, textarea, button {
  outline: none !important; }

/*---------------------------------HEADER----------------------------------*/
header {
  border-top: 12px solid #3B52B2;
  position: relative;
  z-index: 10; }

.top-line {
  padding: 30px 0 30px;
  background: #EEF0F6; }
  .top-line .content-width {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .top-line .logo-wrap {
    width: 180px; }
  .top-line .btn-wrap {
    width: 500px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 6px 0 0; }
    .top-line .btn-wrap a + a {
      margin-left: 28px; }
  .top-line .top-menu-wrap {
    width: calc(100% - 680px);
    padding: 21px 0 0 95px; }

.link {
  display: inline-block;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  color: #3B52B2;
  position: relative; }
  .link:after {
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    content: '';
    height: 1px;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    background: #3B52B2;
    -webkit-transform-origin: left;
            transform-origin: left; }
  .link:hover:after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1); }

.btn-default {
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 2px solid #3B52B2;
  text-align: center;
  height: 50px;
  line-height: 46px;
  border-radius: 25px;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  color: #3B52B2;
  padding: 0 20px;
  background: transparent;
  min-width: 136px; }
  .btn-default:hover {
    background: #3B52B2;
    color: #fff; }

.top-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .top-menu > li {
    margin-right: 77px;
    position: relative; }
    .top-menu > li > a {
      font-style: normal;
      font-weight: 800;
      font-size: 24px;
      line-height: 29px;
      color: #3B52B2;
      display: inline-block;
      position: relative; }
      .top-menu > li > a:after {
        position: absolute;
        bottom: -5px;
        left: 0;
        right: 0;
        content: '';
        height: 4px;
        -webkit-transform: scaleX(0);
                transform: scaleX(0);
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
        background: #3B52B2;
        -webkit-transform-origin: left;
                transform-origin: left; }
      .top-menu > li > a:hover:after {
        -webkit-transform: scaleX(1);
                transform: scaleX(1); }
    .top-menu > li:hover .sub-menu {
      top: 110%;
      opacity: 1;
      visibility: visible; }
  .top-menu li:last-child {
    margin-right: 0; }

.sub-menu {
  position: absolute;
  top: 50%;
  left: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity,top .4s ease;
  transition: opacity,top .4s ease;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 1px 8px 1px rgba(0, 0, 0, 0.124563);
          box-shadow: 0px 1px 8px 1px rgba(0, 0, 0, 0.124563);
  border-radius: 4px;
  min-width: 250px;
  padding: 10px 0; }
  .sub-menu li a {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 40px;
    color: #071644;
    display: inline-block;
    background: #fff;
    -webkit-transition: none;
    transition: none;
    width: 100%;
    padding: 0 35px; }
    .sub-menu li a:hover {
      background: #F3F6FC;
      font-weight: 800;
      color: #3B52B2; }

/*-----------------------------END-HEADER------------------------------------*/
/*-----------------------------ABOUT------------------------------------*/
.about {
  position: relative;
  padding: 90px 0 70px;
  overflow: hidden; }
  .about .content-width {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .about .content-width .left {
      width: 66%;
      position: relative;
      z-index: 1; }
    .about .content-width figure {
      width: 30%; }
      .about .content-width figure img {
        position: absolute;
        top: 0;
        right: 0;
        max-width: inherit; }
    .about .content-width .bottom {
      width: 100%; }
      .about .content-width .bottom p {
        margin: 0;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 19px;
        letter-spacing: 0.266667px;
        color: #475E77; }
        .about .content-width .bottom p a {
          display: inline-block;
          font-style: normal;
          font-weight: normal;
          font-size: 16px;
          line-height: 19px;
          letter-spacing: 0.266667px;
          color: #0054A7; }
          .about .content-width .bottom p a:after {
            bottom: -2px;
            position: absolute;
            left: 0;
            right: 0;
            content: '';
            background: #0054A7;
            height: 1px;
            -webkit-transform: scaleX(1);
                    transform: scaleX(1);
            -webkit-transition: all .4s ease;
            transition: all .4s ease;
            -webkit-transform-origin: left;
                    transform-origin: left; }
          .about .content-width .bottom p a:hover:after {
            -webkit-transform: scaleX(0);
                    transform: scaleX(0); }
  .about h1 {
    font-style: normal;
    font-weight: 800;
    font-size: 48px;
    line-height: 56px;
    letter-spacing: 0.8px;
    color: #3B52B2;
    font-family: 'Georama', sans-serif;
    margin: 0 0 57px;
    max-width: 800px; }
  .about p {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: #071644;
    margin-bottom: 19px; }
  .about p.top {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 29px;
    color: #00AA9B; }
  .about .btn-wrap {
    background: rgba(59, 82, 178, 0.1);
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 40px 48px 40px 60px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 67px 0 50px; }
    .about .btn-wrap h6 {
      font-style: italic;
      font-weight: bold;
      font-size: 36px;
      line-height: 43px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: #3B52B2;
      margin: 0 60px 0 0;
      font-family: 'Georama', sans-serif; }

.line {
  display: inline-block;
  width: 140px;
  height: 10px;
  margin: 0 0 21px;
  background: #00AA9B;
  position: relative; }
  .line span {
    display: inline-block;
    width: 50%;
    height: 10px;
    background: #3B52B2;
    position: absolute;
    top: 0;
    left: 0; }

.btn-blue {
  background: #3B52B2;
  color: #fff;
  border-color: #3B52B2; }
  .btn-blue:hover {
    background: #fff;
    color: #3B52B2; }

.btn-green {
  background: #00AA9B;
  color: #fff;
  border-color: #00AA9B; }
  .btn-green:hover {
    background: #fff;
    color: #00AA9B; }

.btn-big {
  height: 60px;
  line-height: 56px;
  border-radius: 30px;
  padding: 0 35px;
  min-width: 240px; }

/*----------------------------END-ABOUT------------------------------------*/
/*----------------------------INVESTORS------------------------------------*/
.investors {
  padding: 49px 0 40px;
  background: rgba(0, 170, 155, 0.05);
  overflow: hidden;
  margin-bottom: 28px; }
  .investors h2 {
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 56px;
    font-family: 'Georama', sans-serif;
    text-align: center;
    letter-spacing: 0.6px;
    color: #00AA9B;
    margin: 0 0 30px;
    padding: 0 20px; }
  .investors ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .investors ul > div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .investors ul li {
      margin: 0 30px;
      height: 101px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .investors ul li img {
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
        opacity: 0.6; }
      .investors ul li:hover img {
        -webkit-transform: scale(1.05);
                transform: scale(1.05);
        opacity: 1; }
    .investors ul li:first-child {
      margin-left: 0; }
    .investors ul li:last-child {
      margin-right: 0; }

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

/*---------------------------END-INVESTORS------------------------------------*/
/*---------------------------FOOTER------------------------------------*/
footer {
  padding: 97px 0 50px; }
  footer .top {
    border-bottom: 2px solid #3B52B2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 15px;
    padding-bottom: 23px; }
  footer .text-wrap p {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    text-align: right;
    color: #475E77; }
  footer .bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  footer .soc ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    footer .soc ul li {
      margin-right: 9px; }
      footer .soc ul li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        background: #3B52B2;
        color: #fff;
        font-size: 32px;
        border-radius: 100%;
        width: 48px;
        height: 48px; }
        footer .soc ul li a:hover {
          background: #00AA9B; }

.footer-menu-wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .footer-menu-wrap ul li {
    margin-right: 40px; }
    .footer-menu-wrap ul li a {
      font-style: normal;
      font-weight: normal;
      font-size: 18px;
      line-height: 22px;
      color: #3B52B2;
      display: inline-block;
      position: relative; }
      .footer-menu-wrap ul li a:after {
        position: absolute;
        bottom: -1px;
        left: 0;
        right: 0;
        content: '';
        height: 1px;
        -webkit-transform: scaleX(0);
                transform: scaleX(0);
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
        background: #3B52B2;
        -webkit-transform-origin: left;
                transform-origin: left; }
      .footer-menu-wrap ul li a:hover:after {
        -webkit-transform: scaleX(1);
                transform: scaleX(1); }

.menu-btn {
  display: none; }

.menu-responsive {
  display: none; }

html.is-fix {
  overflow: hidden; }

/*--------------------------END-FOOTER------------------------------------*/
/*--------------------------TEAM------------------------------------*/
.team {
  padding: 90px 0 7px;
  /* background: #F7F8FB;*/
  background: #fcfcfd; }
  .team .content-width {
    text-align: center; }
  .team h1 {
    font-style: normal;
    font-weight: 800;
    font-size: 48px;
    line-height: 56px;
    text-align: center;
    letter-spacing: 0.8px;
    color: #3B52B2;
    margin: 0 0 57px;
    font-family: 'Georama', sans-serif; }
  .team .line {
    margin: 0 auto 75px; }
  .team .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .team .content .item {
      width: 31.5%;
      margin-right: 2.75%;
      margin-bottom: 61px;
      position: relative;
      text-align: center;
      padding: 0 36px 36px; }
      .team .content .item h5 {
        font-family: 'Georama', sans-serif;
        font-style: normal;
        font-weight: bold;
        font-size: 32px;
        line-height: 24px;
        text-align: center;
        color: #00AA9B;
        margin: 0 0 15px; }
      .team .content .item h6 {
        font-style: normal;
        font-weight: bold;
        font-size: 21px;
        line-height: 24px;
        text-align: center;
        color: #071644;
        margin: 0 0 36px; }
      .team .content .item p {
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 24px;
        text-align: center;
        color: #071644; }
      .team .content .item:after {
        position: absolute;
        top: 82px;
        left: 0;
        right: 0;
        bottom: 0;
        content: '';
        background: #FFFFFF;
        -webkit-box-shadow: 1px 1px 8px rgba(71, 94, 119, 0.39912);
                box-shadow: 1px 1px 8px rgba(71, 94, 119, 0.39912);
        border-radius: 11px; }
      .team .content .item figure {
        margin: 0 0 42px;
        position: relative;
        z-index: 1; }
        .team .content .item figure img {
          width: 180px;
          height: 180px;
          -o-object-fit: cover;
             object-fit: cover;
          border-radius: 100%;
          border: 8px solid #3B52B2; }
      .team .content .item .text-wrap {
        position: relative;
        z-index: 1; }
    .team .content .item:nth-child(3n) {
      margin-right: 0; }

.form-submit {
  padding: 10px 0 50px;
  background: transparent; }
  .form-submit .content-width {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: linear-gradient(8.62deg, #3B52B2 24.94%, #8499F2 117%);
    border-radius: 10px;
    padding: 55px 8.5%; }
    .form-submit .content-width .text-wrap {
      width: 49%; }
    .form-submit .content-width .form-wrap {
      width: 49%; }
  .form-submit h3 {
    margin: 0;
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 33px;
    color: #FFFFFF;
    font-family: 'Georama', sans-serif; }
  .form-submit .form-default {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .form-submit .form-default label {
      display: none; }
    .form-submit .form-default button {
      width: 170px;
      height: 60px;
      border: 2px solid #FFFFFF;
      border-radius: 30px;
      text-align: center;
      font-style: normal;
      font-weight: 900;
      font-size: 16.8px;
      line-height: 56px;
      cursor: pointer;
      color: #FFFFFF;
      font-family: 'Lato', sans-serif;
      background: transparent;
      outline: none !important; }
      .form-submit .form-default button:hover {
        background: #fff;
        color: #8499F2; }
    .form-submit .form-default input {
      width: calc(100% - 200px);
      height: 60px;
      border: none;
      border-radius: 30px;
      background: #FFFFFF;
      font-style: normal;
      font-weight: normal;
      font-size: 16.8px;
      line-height: 60px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: #475E77;
      padding: 0 35px; }

.form-submit-bg .content-width {
  background: rgba(59, 82, 178, 0.1); }
.form-submit-bg h3 {
  color: #3B52B2; }
.form-submit-bg .form-default button {
  background: #3B52B2;
  border-color: #3B52B2;
  color: #fff; }
  .form-submit-bg .form-default button:hover {
    background: #fff;
    color: #3B52B2; }

footer .text-wrap p {
  color: #3B52B2; }

/*-------------------------END-TEAM------------------------------------*/
/*-------------------------CONTACT------------------------------------*/
.contact {
  padding: 90px 0 33px; }
  .contact h1 {
    font-style: normal;
    font-weight: 800;
    font-size: 48px;
    line-height: 56px;
    text-align: center;
    letter-spacing: 0.8px;
    color: #3B52B2;
    margin: 0 0 44px;
    font-family: 'Georama', sans-serif; }
  .contact .line {
    margin: 0 auto 32px; }
  .contact .content-width {
    text-align: center; }
  .contact .content {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: auto;
    max-width: 1440px; }
    .contact .content .left {
      width: 66%;
      border-bottom: 1px solid #BAC0D4;
      padding-bottom: 26px;
      margin-bottom: 39px; }
    .contact .content .right {
      width: 31%;
      text-align: center;
      position: relative;
      top: -15px;
      padding: 0 10px 0 0; }
      .contact .content .right .item + .item {
        margin-top: 53px; }
      .contact .content .right figure {
        margin-bottom: 20px; }
      .contact .content .right h5 {
        font-style: normal;
        font-weight: bold;
        font-size: 32px;
        line-height: 24px;
        text-align: center;
        color: #00AA9B;
        font-family: 'Georama', sans-serif;
        margin: 0 0 20px; }
      .contact .content .right h4 {
        font-style: normal;
        font-weight: bold;
        font-size: 32px;
        line-height: 24px;
        text-align: center;
        color: #3B52B2;
        font-family: 'Georama', sans-serif;
        margin: 0 0 22px; }
      .contact .content .right a {
        font-style: normal;
        font-weight: bold;
        font-size: 21px;
        line-height: 25px;
        text-align: center;
        color: #071644;
        display: inline-block;
        margin-bottom: 21px; }
        .contact .content .right a:hover {
          color: #3B52B2; }
      .contact .content .right p {
        font-style: normal;
        font-weight: 400;
        font-size: 21px;
        line-height: 25px;
        text-align: center;
        color: #071644; }
        .contact .content .right p a {
          color: #1b70b3;
          display: inline-block;
          font-style: normal;
          font-weight: 400;
          font-size: 21px;
          line-height: 25px;
          text-align: center;
          margin: 0 0 15px;
          position: relative; }
          .contact .content .right p a:after {
            position: absolute;
            bottom: -1px;
            left: 0;
            width: 100%;
            content: '';
            height: 1px;
            background: #1b70b3;
            -webkit-transition: all .4s ease;
            transition: all .4s ease; }
          .contact .content .right p a:hover:after {
            -webkit-transform: scaleX(0);
                    transform: scaleX(0); }
      .contact .content .right h4 + p {
        margin-bottom: 20px; }
      .contact .content .right ul {
        border-bottom: 1px solid #BAC0D4;
        padding: 0 0 2px; }
        .contact .content .right ul li {
          margin-bottom: 53px; }
    .contact .content .bottom {
      width: 100%; }
      .contact .content .bottom p {
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 24px;
        color: #071644; }
        .contact .content .bottom p b {
          font-weight: 700; }
  .contact p.top {
    font-style: normal;
    font-weight: normal;
    font-size: 21px;
    line-height: 30px;
    text-align: left;
    color: #071644;
    margin-bottom: 83px;
    padding-left: 15px; }

.form-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .form-contact .input-wrap {
    width: 48%;
    margin-bottom: 23px; }
    .form-contact .input-wrap label {
      font-style: normal;
      font-weight: bold;
      font-size: 16px;
      line-height: 19px;
      letter-spacing: -0.228571px;
      color: #3D4E5B;
      display: block;
      margin-bottom: 5px; }
      .form-contact .input-wrap label span {
        color: #e13d2a; }
    .form-contact .input-wrap input {
      background: #FFFFFF;
      border: 2px solid #BAC0D4;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border-radius: 30.5px;
      width: 100%;
      height: 60px;
      line-height: 56px;
      font-size: 18px;
      letter-spacing: -0.4px;
      padding: 0 20px;
      color: #121B21;
      font-family: 'SF Pro Display', sans-serif; }
    .form-contact .input-wrap textarea {
      background: #FFFFFF;
      border: 2px solid #BAC0D4;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border-radius: 12px;
      resize: none;
      line-height: normal;
      font-size: 18px;
      letter-spacing: -0.4px;
      padding: 10px 20px;
      color: #121B21;
      font-family: 'SF Pro Display', sans-serif;
      width: 100%;
      height: 196px; }
  .form-contact .input-wrap-full {
    width: 100%; }
  .form-contact .input-wrap-submit {
    text-align: right;
    width: 100%; }

.nice-select {
  background: #FFFFFF;
  border: 2px solid #BAC0D4 !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 30.5px;
  width: 100%;
  height: 60px;
  line-height: 56px;
  font-size: 18px;
  letter-spacing: -0.4px;
  padding: 0 20px;
  color: #121B21;
  font-family: 'SF Pro Display', sans-serif; }
  .nice-select .list {
    width: 100%; }
  .nice-select:after {
    right: 25px; }

.nice-select .option {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 60px;
  height: 60px;
  letter-spacing: -0.4px;
  color: #121B21; }

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background: rgba(59, 82, 178, 0.05); }

.btn-blue {
  height: 60px;
  min-width: 200px;
  text-align: center;
  border-radius: 30px;
  background: #3B52B2;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  color: #FFFFFF;
  cursor: pointer;
  border: 2px solid #3B52B2;
  outline: none !important; }
  .btn-blue:hover {
    background: #fff;
    color: #3B52B2; }

.link-contact {
  margin-top: 15px !important; }

/*------------------------END-CONTACT------------------------------------*/
/*-------------------------CONTACT-SEND-----------------------------------*/
.contact.send-ok {
  padding-bottom: 120px; }
  .contact.send-ok h3 {
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 30px;
    font-family: 'Georama', sans-serif;
    text-align: center;
    color: #00AA9D;
    margin: 0 0 40px; }
  .contact.send-ok .content {
    max-width: 930px; }
  .contact.send-ok .content .right {
    width: 100%;
    top: 0;
    padding: 0; }
  .contact.send-ok .content .right ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    border-bottom: 0;
    margin: 0 0 71px; }
    .contact.send-ok .content .right ul:after {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 50%;
      content: '';
      width: 1px;
      background: #BAC0D4; }
    .contact.send-ok .content .right ul li {
      width: 48%;
      margin: 0; }
  .contact.send-ok p.top {
    margin-bottom: 80px;
    text-align: center;
    padding: 0; }
  .contact.send-ok .content .right figure {
    height: 58px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 25px; }
    .contact.send-ok .content .right figure img {
      vertical-align: bottom; }
  .contact.send-ok .content .right p a {
    margin-bottom: 22px; }

/*------------------------END-CONTACT-SEND-----------------------------------*/
/*------------------------CAREERS-----------------------------------*/
.careers {
  padding: 173px 0 87px;
  position: relative; }
  .careers .bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden; }
    .careers .bg picture {
      position: absolute; }
    .careers .bg picture:first-child {
      top: 7px;
      right: -9px; }
    .careers .bg picture:last-child {
      top: 78%;
      right: 19%; }
  .careers .content-width {
    position: relative;
    z-index: 1;
    max-width: 1440px; }
  .careers .content {
    padding: 0 6% 0 0; }
    .careers .content .item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-bottom: 39px; }
      .careers .content .item .text-wrap {
        width: 50%; }
      .careers .content .item figure {
        width: 46%;
        position: relative; }
    .careers .content .item:nth-child(2n) {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
    .careers .content .item:nth-child(2) figure img {
      position: absolute;
      bottom: 0;
      right: 0;
      max-width: inherit; }
    .careers .content .item:first-child {
      margin-bottom: 271px; }
  .careers h1 {
    font-style: normal;
    font-weight: 800;
    font-size: 48px;
    line-height: 56px;
    letter-spacing: 0.8px;
    color: #3B52B2;
    margin: 0 0 81px;
    max-width: 690px;
    font-family: 'Georama', sans-serif; }
  .careers h4 {
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: normal;
    color: #00AA9B;
    margin: 0 0 22px;
    font-family: 'Georama', sans-serif; }
  .careers p {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: #071644;
    max-width: 580px; }

/*-----------------------END-CAREERS-----------------------------------*/
/*-----------------------WORK-----------------------------------*/
.work {
  padding: 55px 0 77px;
  position: relative; }
  .work .bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden; }
    .work .bg img {
      width: 100%; }
  .work .content-width {
    position: relative;
    z-index: 1; }
  .work .wrap {
    max-width: 1200px;
    margin: 0 auto 397px; }
    .work .wrap h2 {
      font-style: normal;
      font-weight: bold;
      font-size: 32px;
      line-height: 24px;
      text-align: center;
      color: #FFFFFF;
      font-family: 'Georama', sans-serif;
      margin: 0 0 31px; }
    .work .wrap p.top {
      font-style: normal;
      font-weight: 400;
      font-size: 18px;
      line-height: 24px;
      text-align: center;
      color: #FFFFFF;
      position: relative;
      margin-bottom: 50px; }
      .work .wrap p.top b {
        font-weight: 800; }
      .work .wrap p.top:after {
        position: absolute;
        bottom: -27px;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
                transform: translate(-50%, 0);
        content: '';
        width: 567px;
        background: #FFCA28;
        height: 1px; }
    .work .wrap .top-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      max-width: 700px;
      margin: auto; }
      .work .wrap .top-list > li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        font-style: normal;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        font-weight: 400;
        font-size: 18px;
        line-height: 22px;
        text-align: center;
        color: #FFFFFF;
        position: relative;
        margin-right: 20px; }
        .work .wrap .top-list > li span, .work .wrap .top-list > li i {
          display: inline-block;
          margin-left: 5px;
          background: #FFCA28;
          border-radius: 11px;
          font-style: normal;
          font-weight: 900;
          font-size: 12px;
          line-height: 16px;
          color: #3B52B2;
          height: 16px;
          padding: 0 7px;
          vertical-align: middle;
          position: relative;
          top: -2px; }
        .work .wrap .top-list > li p {
          font-style: normal;
          font-weight: 400;
          font-size: 18px;
          line-height: 22px;
          text-align: center;
          color: #FFFFFF;
          margin-right: -15px; }
          .work .wrap .top-list > li p b {
            font-weight: 900; }
      .work .wrap .top-list li + li:after {
        position: absolute;
        top: 10px;
        left: -12px;
        content: '';
        width: 6px;
        height: 6px;
        border-radius: 100%;
        background: #fff; }
      .work .wrap .top-list li:nth-child(7):after {
        display: none; }
      .work .wrap .top-list li:last-child {
        margin-left: 0;}

      .work .wrap .top-list li:nth-child(9) {
        margin-right: 0; }
      .work .wrap .top-list > li:nth-last-child(2) {
        margin-left: 5px;
        position: relative; }
.work .wrap .top-list > li:nth-child(3){
  margin-left: 0;
}
.work .wrap .top-list > li:nth-last-child(3){
  margin-left: 0;
}
    /*    .work .wrap .top-list > li:nth-last-child(2):before {
          position: relative;
          content: '|';
          font-style: normal;
          font-weight: 400;
          font-size: 18px;
          line-height: 22px;
          text-align: center;
          color: #FFFFFF;
          margin-right: 5px; }*/
      .work .wrap .top-list ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .work .wrap .top-list ul li + li {
          margin-left: 20px; }
          .work .wrap .top-list ul li + li:after {
            position: absolute;
            top: 10px;
            left: -12px;
            content: '';
            width: 6px;
            height: 6px;
            border-radius: 100%;
            background: #fff; }
  .work .content {
    background-color: #fff;
    margin: auto;
    font: normal 14px lucida grande, lucida sans, lucida sans unicode, arial, helvetica, verdana, sans-serif;
    border: 1px solid #eee;
    padding: 30px;
    width: 61%;
    position: relative;
    -webkit-filter: drop-shadow(0px 4px 40px rgba(7, 22, 68, 0.15));
            filter: drop-shadow(0px 4px 40px rgba(7, 22, 68, 0.15)); }
    .work .content h2 {
      font-family: 'Georama', sans-serif;
      letter-spacing: -0.5px;
      -webkit-font-smoothing: antialiased;
      font-weight: 600;
      margin: 0 0 10px;
      color: #414141;
      font-size: 28px;
      line-height: normal; }
    .work .content ul.rec-group {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(49%, 1fr));
      grid-gap: 16px; }
    .work .content ul.rec-job-info {
      overflow: hidden;
      border: 1px solid #e5e9f3;
      border-radius: 8px;
      padding: 16px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      margin-bottom: 20px; }
  .work ul.rec-job-info:hover {
    background: #f5f6fa; }
  .work .rec-group li.rec-job-title {
    margin-bottom: 8px;
    width: 100%;
    float: none; }
  .work .rec-job-info a {
    color: #338cf0;
    text-decoration: none;
    font-weight: bold;
    font-size: 21px;
    font-family: 'Georama', sans-serif;
    line-height: normal; }
  .work .rec-group li {
    padding: 0 0 0 0;
    position: relative;
    margin: 0 0 2px 0;
    line-height: 20px;
    display: inline-block;
    font-weight: normal;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: left;
    color: #4a4a4a; }
  .work .rec-group li span:first-child {
    width: 30%;
    padding-right: 8px;
    display: inline-block;
    color: #848484; }
  .work .rec-group li span {
    font-size: 18px;
    line-height: normal; }

/*----------------------END-WORK-----------------------------------*/
/*----------------------REQUEST-----------------------------------*/
.request {
  padding: 90px 0 42px;
  text-align: center; }
  .request h1 {
    margin-bottom: 40px; }
  .request .line {
    margin: 0 auto 49px; }
  .request p.top {
    font-style: normal;
    font-weight: normal;
    font-size: 21px;
    line-height: 30px;
    color: #071644;
    max-width: 1200px;
    margin: 0 auto 70px;
    text-align: left; }
  .request ul.request-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .request ul.request-list li {
      width: 300px;
      margin: 0 3.8%;
      text-align: center; }
      .request ul.request-list li figure {
        height: 110px;
        margin-bottom: 20px; }
      .request ul.request-list li h6 {
        font-style: normal;
        font-weight: 400;
        font-size: 24px;
        line-height: 28px;
        text-align: center;
        color: #3B52B2;
        margin: auto;
        font-family: 'Georama', sans-serif;
        width: 200px; }
        .request ul.request-list li h6 b {
          font-weight: bold; }
    .request ul.request-list li:first-child figure {
      position: relative;
      top: -20px; }
  .request .form-wrap {
    margin: 85px auto 0;
    padding: 56px 71px;
    background: #F6F6FA;
    text-align: left;
    position: relative;
    max-width: 1345px; }
    .request .form-wrap h2 {
      font-style: normal;
      font-weight: 800;
      font-size: 32px;
      line-height: 56px;
      text-align: left;
      letter-spacing: 0.8px;
      font-family: 'Georama', sans-serif;
      color: #3B52B2;
      margin: 0 0 35px;
      position: relative;
      z-index: 2; }
    .request .form-wrap .info {
      position: absolute;
      top: 111px;
      right: 85px;
      font-style: normal;
      font-weight: normal;
      font-size: 16px;
      line-height: 19px;
      letter-spacing: -0.228571px;
      color: #EB4747;
      z-index: 10; }
  .request .form-contact {
    position: relative; }
    .request .form-contact:before {
      z-index: 2;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
              transform: translate(-50%, 0);
      content: '';
      width: 2px;
      background: #E1E4ED; }
    .request .form-contact .input-wrap label, .request .form-contact .input-wrap .label {
      font-style: normal;
      font-weight: bold;
      font-size: 16px;
      line-height: 19px;
      letter-spacing: -0.228571px;
      color: #3D4E5B;
      margin-bottom: 5px; }
    .request .form-contact .input-wrap {
      width: 43%;
      margin-bottom: 29px; }
    .request .form-contact .input-wrap-radio {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .request .form-contact .input-wrap-radio p {
        width: 34%; }
      .request .form-contact .input-wrap-radio p.label {
        width: 100%;
        margin-bottom: 20px; }
      .request .form-contact .input-wrap-radio input[type="radio"] + span {
        display: inline-block;
        position: absolute;
        top: 0;
        left: 0;
        width: 24px;
        height: 24px;
        border-radius: 100%;
        border: 2px solid #BAC0D4; }
      .request .form-contact .input-wrap-radio input[type="radio"]:checked + span:after {
        position: absolute;
        top: 50%;
        left: 50%;
        content: '';
        border-radius: 100%;
        background: #3B52B2;
        width: 12px;
        height: 12px;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
      .request .form-contact .input-wrap-radio label {
        position: relative;
        padding-left: 34px; }
        .request .form-contact .input-wrap-radio label i {
          font-style: normal;
          font-weight: bold;
          font-size: 18px;
          line-height: 22px;
          letter-spacing: -0.4px;
          color: #475E77; }

.form-contact .input-wrap-select {
  position: relative; }

input[type=radio] {
  margin: 0;
  display: none; }

.nice-select.open .list {
  z-index: 10; }

.nice-select.open {
  z-index: 11; }

h1 {
  font-style: normal;
  font-weight: 800;
  font-size: 48px;
  line-height: 56px;
  letter-spacing: 0.8px;
  color: #3B52B2;
  font-family: 'Georama', sans-serif;
  margin: 0 0 30px; }

.text-block {
  padding: 10px 0 41px; }
  .text-block .content-width {
    max-width: 1340px; }
    .text-block .content-width p {
      font-style: normal;
      font-weight: normal;
      font-size: 16px;
      line-height: 19px;
      color: #475E77; }

h2 {
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 40px;
  color: #00AA9B;
  margin: 0 0 20px;
  font-family: 'Georama', sans-serif; }

/*---------------------END-REQUEST-----------------------------------*/
/*---------------------ENROLL-----------------------------------*/
.enroll {
  padding: 100px 0 0; }
  .enroll .content-width {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 1440px; }
  .enroll .left {
    width: 48%;
    position: relative;
    top: -10px; }
  .enroll .right {
    width: 40%; }
    .enroll .right figure {
      -webkit-filter: drop-shadow(0px 2px 40px rgba(186, 192, 212, 0.482545));
              filter: drop-shadow(0px 2px 40px rgba(186, 192, 212, 0.482545));
      border-radius: 15px;
      overflow: hidden; }
      .enroll .right figure img {
        width: 100%; }
  .enroll h1 {
    margin-bottom: 59px;
    text-align: left; }
  .enroll h2 {
    margin: 0 0 45px; }
  .enroll .line {
    margin-bottom: 32px; }
  .enroll p {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 28px;
    color: #071644; }
  .enroll .btn-wrap {
    margin-top: 45px; }
    .enroll .btn-wrap a {
      background: #3B52B2;
      border-radius: 30px;
      height: 60px;
      display: inline-block;
      padding: 0 63px;
      font-style: normal;
      font-weight: bold;
      font-size: 18px;
      line-height: 60px;
      text-align: center;
      color: #FFFFFF; }
      .enroll .btn-wrap a i {
        margin-left: 10px;
        position: relative;
        left: 0;
        top: 3px;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
        font-size: 24px; }
      .enroll .btn-wrap a:hover i {
        left: 3px; }

.list-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  margin-bottom: 49px; }
  .list-select:after {
    position: absolute;
    left: 20px;
    right: 50px;
    top: 20px;
    height: 2px;
    content: '';
    background: #DEE2ED; }
  .list-select li {
    position: relative;
    z-index: 1;
    text-align: center; }
    .list-select li figure {
      background: #FFFFFF;
      border: 2px solid #3B52B2;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border-radius: 22.5px 0px 22.5px 22.5px;
      width: 45px;
      height: 45px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin: 0 auto 10px; }
      .list-select li figure p {
        font-style: normal;
        font-weight: 800;
        font-size: 20px;
        line-height: 28px;
        color: #3B52B2; }
    .list-select li p {
      font-style: normal;
      font-weight: normal;
      font-size: 20px;
      line-height: 24px;
      text-align: center;
      color: #071644;
      max-width: 140px; }
  .list-select li:nth-child(2) figure {
    border-radius: 22.5px 22.5px  0px  22.5px; }
  .list-select li:nth-child(3) figure {
    border-radius: 0px 22.5px  22.5px 22.5px; }
  .list-select li:nth-child(4) figure {
    border-radius: 22.5px 0px 22.5px 22.5px;
    background: #3B52B2; }
    .list-select li:nth-child(4) figure p {
      color: #fff; }
  .list-select li:nth-child(4) p {
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #3B52B2; }

.info-business {
  padding: 58px 0 100px; }
  .info-business .content-width {
    max-width: 1440px; }
  .info-business h2 {
    text-align: center;
    margin-bottom: 37px;
    color: #3B52B2; }
  .info-business ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .info-business ul li {
      width: 24%;
      text-align: center; }
      .info-business ul li figure {
        height: 140px;
        margin-bottom: 8px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
      .info-business ul li h6 {
        font-style: normal;
        font-weight: bold;
        font-size: 24px;
        line-height: 24px;
        text-align: center;
        color: #3B52B2;
        margin: 0 auto 17px;
        font-family: 'Georama', sans-serif;
        max-width: 230px;
        min-height: 48px; }
      .info-business ul li p {
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 24px;
        text-align: center;
        color: #071644;
        max-width: 300px;
        margin: auto; }
  .info-business .btn-wrap {
    text-align: center;
    margin-top: 41px; }
    .info-business .btn-wrap a {
      line-height: 56px; }

.img-text {
  padding: 29px 0 36px; }
  .img-text h2 {
    margin-bottom: 116px;
    text-align: center;
    color: #3B52B2; }
  .img-text .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .img-text .content figure {
      width: 50%;
      position: relative;
      z-index: 2; }
      .img-text .content figure img {
        position: absolute;
        top: -160px;
        right: 60px;
        max-width: inherit;
        width: 580px; }
    .img-text .content .text-wrap {
      width: 48%;
      position: relative; }
      .img-text .content .text-wrap .bg {
        position: absolute;
        top: -93px;
        right: 187px; }
      .img-text .content .text-wrap ul {
        position: relative;
        z-index: 1; }
        .img-text .content .text-wrap ul li {
          position: relative;
          padding-left: 50px;
          margin-bottom: 53px; }
          .img-text .content .text-wrap ul li h6 {
            font-style: normal;
            font-weight: bold;
            font-size: 24px;
            line-height: 28px;
            text-align: left;
            color: #3B52B2;
            font-family: 'Georama', sans-serif;
            margin: 0 0 19px; }
          .img-text .content .text-wrap ul li p {
            font-style: normal;
            font-weight: normal;
            font-size: 18px;
            line-height: 24px;
            color: #071644;
            max-width: 560px; }
          .img-text .content .text-wrap ul li:before {
            position: absolute;
            top: 0;
            left: -3px;
            content: '\f00c';
            font-family: "Font Awesome 5 Pro";
            font-weight: 700;
            font-size: 28px;
            color: #00AA9B; }
        .img-text .content .text-wrap ul li:last-child {
          margin-bottom: 0; }
  .img-text .btn-wrap {
    margin: 39px 0 239px;
    position: relative;
    z-index: 1;
    padding: 0 0 0 46px; }
    .img-text .btn-wrap a {
      line-height: 56px; }
  .img-text .bottom {
    max-width: 100%;
    margin: auto;
    width: 1440px; }
    .img-text .bottom p {
      font-style: normal;
      font-weight: normal;
      font-size: 16px;
      line-height: 19px;
      letter-spacing: 0.266667px;
      color: #475E77; }

/*--------------------END-ENROLL-----------------------------------*/
/*---------------------BLOG-----------------------------------*/
.blog {
  padding: 72px 0 49px; }
  .blog .content-width {
    max-width: 1100px; }
  .blog .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background: #3B52B2;
    padding: 35px 27px 41px;
    margin-bottom: 53px; }
    .blog .top figure {
      width: 300px;
      margin-right: 15px; }
    .blog .top .text {
      width: calc(100% - 315px);
      padding: 12px 0 0; }
      .blog .top .text p {
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 22px;
        color: #E1E4ED; }
  .blog .item {
    margin-bottom: 97px;
    position: relative;
    padding: 0 10px; }
    .blog .item .before {
      position: absolute;
      top: 0;
      left: -126px; }
      .blog .item .before h6 {
        font-style: normal;
        font-weight: bold;
        font-size: 40px;
        line-height: 36px;
        color: #475E77;
        text-transform: uppercase;
        margin: 0 0 1px; }
      .blog .item .before h5 {
        font-style: normal;
        font-weight: 900;
        font-size: 68px;
        line-height: 1;
        color: #3B52B2;
        margin: 0 0 -3px; }
      .blog .item .before p {
        font-style: normal;
        font-weight: bold;
        font-size: 33px;
        line-height: 36px;
        color: #475E77;
        margin: 0; }
    .blog .item figure {
      width: 100%;
      height: 350px;
      margin-bottom: 40px;
      overflow: hidden; }
      .blog .item figure img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        -webkit-transition: all .4s ease;
        transition: all .4s ease; }
      .blog .item figure:hover img {
        -webkit-transform: scale(1.05);
                transform: scale(1.05); }
  .blog .info-list li {
    display: inline-block; }
    .blog .info-list li p {
      font-style: normal;
      font-weight: normal;
      font-size: 16px;
      line-height: 19px;
      letter-spacing: 0.266667px;
      color: #475E77; }
  .blog .info-list li + li {
    margin-left: 15px;
    position: relative; }
    .blog .info-list li + li:before {
      content: '|';
      font-style: normal;
      font-weight: normal;
      font-size: 16px;
      line-height: 19px;
      letter-spacing: 0.266667px;
      color: #475E77;
      display: inline-block;
      position: absolute;
      top: 0;
      left: -10px; }
  .blog h2 {
    margin: 0 0 25px; }
    .blog h2 a {
      font-style: normal;
      font-weight: 800;
      font-size: 48px;
      line-height: 56px;
      letter-spacing: 0.8px;
      color: #3B52B2;
      display: block;
      font-family: 'Georama', sans-serif; }
      .blog h2 a:hover {
        color: #00AA9B; }
  .blog .text-wrap {
    margin-top: 34px;
    padding-top: 38px;
    border-top: 1px solid #475E77; }
    .blog .text-wrap p {
      font-style: normal;
      font-weight: normal;
      font-size: 18px;
      line-height: 24px;
      color: #071644;
      margin-bottom: 20px;
      max-width: 95%; }
    .blog .text-wrap .btn-wrap {
      margin-top: 35px; }
      .blog .text-wrap .btn-wrap a {
        line-height: 56px;
        min-width: 240px; }
  .blog .pagination {
    margin-top: 170px;
    padding-top: 41px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-top: 1px solid #475E77; }
    .blog .pagination li {
      background: #00AA9B;
      border-radius: 3px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 50px;
      height: 50px;
      overflow: hidden;
      font-size: 18px;
      color: #fff;
      margin: 0 3px; }
      .blog .pagination li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: 50px;
        height: 50px;
        font-size: 18px;
        color: #fff;
        background: #3B52B2; }
        .blog .pagination li a:hover {
          background: #00AA9B; }

/*--------------------END-BLOG-----------------------------------*/
/*---------------------BLOG-INNER----------------------------------*/
.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 30px; }
  .breadcrumb li {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #071644; }
    .breadcrumb li span {
      display: inline-block;
      color: #071644;
      font-style: normal;
      font-weight: 400;
      font-size: 14px;
      line-height: 17px;
      margin: 0 2px; }
    .breadcrumb li a {
      font-style: normal;
      font-weight: 700;
      font-size: 14px;
      line-height: 17px;
      color: #1B70B3;
      display: inline-block;
      position: relative; }
      .breadcrumb li a:after {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        content: '';
        height: 1px;
        background: #1B70B3;
        -webkit-transition: all .4s ease;
        transition: all .4s ease; }
      .breadcrumb li a:hover:after {
        -webkit-transform: scaleX(0);
                transform: scaleX(0); }

.blog-inner .inner {
  padding: 0 10px; }
  .blog-inner .inner > p {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: #071644;
    margin-bottom: 20px;
    max-width: 95%; }
  .blog-inner .inner ol {
    margin: 0 0 20px;
    padding: 0 0 0 23px; }
    .blog-inner .inner ol li {
      margin-bottom: 20px;
      font-style: normal;
      font-weight: 700;
      font-size: 24px;
      line-height: 30px;
      color: #3B52B2; }
  .blog-inner .inner figure {
    width: 100%;
    margin-bottom: 60px; }
.blog-inner h1 {
  margin-bottom: 59px; }
.blog-inner .info-list {
  margin-bottom: 40px; }
.blog-inner .list-nav {
  background: #F7F8FB;
  border-radius: 12px;
  padding: 39px 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 67px; }
  .blog-inner .list-nav li {
    width: 46%; }
    .blog-inner .list-nav li a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .blog-inner .list-nav li a figure {
        width: 120px;
        height: 120px;
        border-radius: 12px;
        overflow: hidden; }
        .blog-inner .list-nav li a figure img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover;
          -webkit-transition: all .4s ease;
          transition: all .4s ease; }
      .blog-inner .list-nav li a .wrap {
        width: calc(100% - 150px);
        padding: 10px 0 0; }
        .blog-inner .list-nav li a .wrap p {
          font-style: normal;
          font-weight: normal;
          font-size: 18px;
          line-height: 22px;
          letter-spacing: 0.1px;
          text-transform: uppercase;
          color: #BAC0D4;
          margin: 0 0 10px;
          -webkit-transition: all .4s ease;
          transition: all .4s ease; }
        .blog-inner .list-nav li a .wrap h6 {
          font-style: normal;
          font-weight: bold;
          font-size: 22px;
          line-height: 26px;
          color: #071644;
          margin: 0; }
      .blog-inner .list-nav li a:hover figure img {
        -webkit-transform: scale(1.05);
                transform: scale(1.05); }
      .blog-inner .list-nav li a:hover .wrap p {
        color: #071644; }
  .blog-inner .list-nav li:nth-child(2) a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }

/*--------------------END-BLOG-INNER----------------------------------*/
/*--------------------MARKETING-INNER----------------------------------*/
.marketing {
  padding: 81px 0 75px; }
  .marketing .content-width:after {
    content: "";
    display: table;
    clear: both; }
  .marketing .content-width .left {
    display: inline-block;
    width: 335px;
    float: left; }
  .marketing .content-width .right {
    width: calc(100% - 378px);
    display: inline-block;
    float: right;
    position: relative;
    top: -12px; }
  .marketing .nav-menu h6 {
    font-style: normal;
    font-weight: bold;
    font-size: 21px;
    line-height: 25px;
    color: #2D479A;
    font-family: 'Georama', sans-serif;
    margin: 0 0 19px; }
  .marketing .nav-menu p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #2D479A;
    margin: 0 0 20px; }
  .marketing .nav-menu ul {
    padding-left: 15px; }
    .marketing .nav-menu ul li {
      margin-bottom: 17px; }
      .marketing .nav-menu ul li a {
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 22px;
        color: #2D479A; }
        .marketing .nav-menu ul li a:hover {
          font-weight: 700; }
      .marketing .nav-menu ul li a.current {
        font-weight: 700; }
  .marketing h1 {
    margin-bottom: 0; }
  .marketing .info-block {
    background: #FEF6F6;
    border: 1px solid #EB4747;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 6px;
    margin: 27px 0 20px;
    width: 100%;
    padding: 22px 30px 25px 63px;
    position: relative; }
    .marketing .info-block:before {
      position: absolute;
      top: 24px;
      left: 26px;
      content: '\f06a';
      color: #EB4747;
      font-size: 22px;
      font-family: "Font Awesome 5 Pro";
      font-weight: 900; }
    .marketing .info-block p {
      margin: 0 !important; }
  .marketing .right {
    padding-right: 110px; }
    .marketing .right .line {
      margin-bottom: 51px; }
    .marketing .right h5 {
      font-style: normal;
      font-weight: normal;
      font-size: 32px;
      line-height: 40px;
      font-family: 'Georama', sans-serif;
      color: #3B52B2;
      margin: 0 0 27px; }
    .marketing .right p {
      font-style: normal;
      font-weight: normal;
      font-size: 18px;
      line-height: 24px;
      color: #071644;
      margin-bottom: 20px; }
      .marketing .right p a {
        font-style: normal;
        font-weight: 700;
        font-size: 18px;
        line-height: 24px;
        color: #3B52B2;
        text-decoration: underline; }
        .marketing .right p a:hover {
          text-decoration: none; }
  .marketing .table-wrap {
    padding: 28px 0 50px; }
    .marketing .table-wrap h2 {
      margin-bottom: 24px; }
    .marketing .table-wrap p.top {
      font-style: normal;
      font-weight: normal;
      font-size: 18px;
      line-height: 24px;
      color: #071644;
      margin: -13px 0 47px 0; }
      .marketing .table-wrap p.top a {
        font-style: normal;
        font-weight: 700;
        font-size: 18px;
        line-height: 24px;
        color: #1B70B3;
        text-decoration: none !important; }
        .marketing .table-wrap p.top a:hover {
          color: #071644; }
  .marketing .table figure span {
    width: 75px;
    height: 75px;
    display: inline-block; }
  .marketing .table .line-table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    overflow: hidden; }
    .marketing .table .line-table .item {
      width: 30%;
      height: 112px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 0 40px; }
      .marketing .table .line-table .item p {
        margin: 0 !important;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 22px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        color: #00234D; }
      .marketing .table .line-table .item a {
        display: inline-block;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 22px;
        color: #1B70B3; }
        .marketing .table .line-table .item a:hover {
          opacity: 0.7; }
      .marketing .table .line-table .item span {
        display: inline-block;
        margin: 0 2px; }
    .marketing .table .line-table .item-1 {
      width: 36%;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      position: relative; }
      .marketing .table .line-table .item-1:before {
        position: absolute;
        top: -100px;
        bottom: -100px;
        left: 0;
        content: '';
        width: 1px;
        background: #BAC0D4; }
      .marketing .table .line-table .item-1:after {
        position: absolute;
        top: -100px;
        bottom: -100px;
        right: 0;
        content: '';
        width: 1px;
        background: #BAC0D4; }
    .marketing .table .line-table .item-2 {
      width: 33%; }
    .marketing .table .line-table .item-3 {
      width: 31%;
      padding-left: 64px;
      position: relative; }
      .marketing .table .line-table .item-3:before {
        position: absolute;
        top: -200px;
        bottom: -200px;
        left: 0;
        content: '';
        width: 1px;
        background: #BAC0D4; }
      .marketing .table .line-table .item-3:after {
        position: absolute;
        top: -200px;
        bottom: -200px;
        right: 0;
        content: '';
        width: 1px;
        background: #BAC0D4; }
  .marketing .table .line-head {
    background: #3B52B2;
    border-radius: 12px 12px 0px 0px;
    overflow: hidden; }
    .marketing .table .line-head .item {
      padding: 0 40px;
      height: 60px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      border: none !important; }
      .marketing .table .line-head .item:before, .marketing .table .line-head .item:after {
        display: none; }
      .marketing .table .line-head .item p {
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 19px;
        text-align: left;
        text-transform: uppercase;
        color: #FFFFFF; }
    .marketing .table .line-head .item-1 {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .marketing .table .line-head .item-3 {
      padding-left: 64px; }
  .marketing .table .line-table:nth-child(2n) {
    background: #F6F9FC; }
  .marketing .table .line-table:last-child {
    border-radius: 0px 0px 12px 12px;
    border-bottom: 1px solid #BAC0D4; }
    .marketing .table .line-table:last-child .item-1 {
      border-radius: 0px 0px 0 12px; }
    .marketing .table .line-table:last-child .item-3 {
      border-radius: 0px 0px 12px 0; }
  .marketing .table-acs .line-table .item-2 {
    width: 39%; }
  .marketing .table-acs .line-table .item-3 {
    width: 25%; }
  .marketing .table-display, .marketing .table-carousel, .marketing .table-flyers, .marketing .table-email, .marketing .table-video {
    width: calc(100% + 120px); }
    .marketing .table-display .line-table .item-1, .marketing .table-carousel .line-table .item-1, .marketing .table-flyers .line-table .item-1, .marketing .table-email .line-table .item-1, .marketing .table-video .line-table .item-1 {
      width: 54%;
      -webkit-box-pack: left;
          -ms-flex-pack: left;
              justify-content: left; }
    .marketing .table-display .line-table .item-2, .marketing .table-carousel .line-table .item-2, .marketing .table-flyers .line-table .item-2, .marketing .table-email .line-table .item-2, .marketing .table-video .line-table .item-2 {
      width: 26%; }
    .marketing .table-display .line-table .item-3, .marketing .table-carousel .line-table .item-3, .marketing .table-flyers .line-table .item-3, .marketing .table-email .line-table .item-3, .marketing .table-video .line-table .item-3 {
      width: 20%; }
    .marketing .table-display .line-table .item-3, .marketing .table-carousel .line-table .item-3, .marketing .table-flyers .line-table .item-3, .marketing .table-email .line-table .item-3, .marketing .table-video .line-table .item-3 {
      padding-left: 35px; }
    .marketing .table-display .line-table .item, .marketing .table-carousel .line-table .item, .marketing .table-flyers .line-table .item, .marketing .table-email .line-table .item, .marketing .table-video .line-table .item {
      height: auto;
      padding-top: 15px;
      padding-bottom: 15px; }
    .marketing .table-display .line-head .item, .marketing .table-carousel .line-head .item, .marketing .table-flyers .line-head .item, .marketing .table-email .line-head .item, .marketing .table-video .line-head .item {
      height: 60px;
      padding-top: 0;
      padding-bottom: 0; }
  .marketing .table-flyers .line-table .item-1, .marketing .table-email .line-table .item-1, .marketing .table-video .line-table .item-1 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .marketing .table-flyers .line-head .item-1, .marketing .table-email .line-head .item-1, .marketing .table-video .line-head .item-1 {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left; }
  .marketing .text-info h3 {
    margin: 0 0 20px;
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 33px;
    color: #3B52B2;
    font-family: 'Georama', sans-serif; }
  .marketing .text-info p {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: #071644;
    margin: -13px 0 47px 0; }
    .marketing .text-info p a {
      font-style: normal;
      font-weight: 700;
      font-size: 18px;
      line-height: 24px;
      color: #1B70B3;
      text-decoration: none !important; }
      .marketing .text-info p a:hover {
        color: #071644; }

.marketing .nav-menu ul li:first-child {
  margin-left: -15px; }

.mob-nav {
  display: none; }

/*-------------------END-MARKETING-INNER----------------------------------*/
/*--------------------HEAD-BUS----------------------------------*/
.head-bus {
  padding: 187px 0 100px;
  position: relative; }
  .head-bus .bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 206px;
    overflow: hidden;
    background: #3B52B2; }
    .head-bus .bg picture {
      position: absolute;
      top: 100px;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
              transform: translate(-50%, 0); }
  .head-bus .content-width {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    z-index: 1; }
    .head-bus .content-width .text-wrap {
      width: 50%; }
      .head-bus .content-width .text-wrap p {
        font-style: normal;
        font-weight: normal;
        font-size: 24px;
        line-height: 36px;
        color: #FFFFFF;
        margin-bottom: 30px;
        max-width: 630px; }
      .head-bus .content-width .text-wrap .btn-wrap {
        margin-top: 72px; }
        .head-bus .content-width .text-wrap .btn-wrap a {
          border: 4px solid #FFFFFF;
          color: #fff;
          height: 80px;
          line-height: 72px;
          font-weight: 900;
          font-size: 24px;
          border-radius: 40px;
          width: 264px; }
          .head-bus .content-width .text-wrap .btn-wrap a:hover {
            background: #fff;
            color: #3B52B2; }
    .head-bus .content-width figure {
      width: 50%;
      position: relative; }
      .head-bus .content-width figure img {
        position: relative;
        z-index: 1;
        top: -12%;
        right: -14%; }
      .head-bus .content-width figure:after {
        position: absolute;
        top: -134px;
        left: 35%;
        content: url("../img/bg-5-1.png"); }
      .head-bus .content-width figure:before {
        position: absolute;
        top: 86px;
        right: -116px;
        z-index: 3;
        content: url("../img/bg-4-1.png"); }
  .head-bus h1 {
    margin-bottom: 45px;
    font-style: normal;
    font-weight: 800;
    font-size: 48px;
    line-height: 54px;
    letter-spacing: 0.8px;
    color: #FFFFFF; }
  .head-bus .bottom {
    margin: 3px 0 0; }
    .head-bus .bottom ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-filter: drop-shadow(0px 0px 135.62px rgba(71, 94, 119, 0.5));
              filter: drop-shadow(0px 0px 135.62px rgba(71, 94, 119, 0.5));
      width: 100%; }
      .head-bus .bottom ul li {
        width: 23.5%;
        background: #FFFFFF;
        border: 1px solid #BFC8EE;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        border-radius: 12px;
        padding: 25px 25px 29px;
        text-align: center; }
        .head-bus .bottom ul li .img-wrap {
          height: 103px;
          margin-bottom: 26px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
        .head-bus .bottom ul li p {
          font-style: normal;
          font-weight: 600;
          font-size: 21px;
          line-height: 28px;
          text-align: center;
          color: #1B70B3;
          font-family: 'Georama', sans-serif; }

.bus-slider-wrap {
  padding: 100px 0 135px;
  overflow: hidden; }
  .bus-slider-wrap h2 {
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 48px;
    color: #3B52B2;
    margin-bottom: 32px; }
  .bus-slider-wrap .content-width {
    position: relative; }
  .bus-slider-wrap .top-wrap {
    padding-left: 51%;
    position: relative;
    z-index: 99; }
    .bus-slider-wrap .top-wrap ul li {
      display: inline-block;
      margin-right: 60px; }
      .bus-slider-wrap .top-wrap ul li a {
        display: inline-block;
        position: relative;
        font-style: normal;
        font-weight: bold;
        font-size: 21px;
        line-height: 25px;
        color: #9CA2B7; }
        .bus-slider-wrap .top-wrap ul li a:after {
          position: absolute;
          bottom: -10px;
          left: 2px;
          right: 2px;
          content: '';
          background: #3B52B2;
          height: 4px;
          opacity: 0;
          -webkit-transition: all .4s ease;
          transition: all .4s ease; }
        .bus-slider-wrap .top-wrap ul li a:hover {
          color: #071644; }
          .bus-slider-wrap .top-wrap ul li a:hover:after {
            opacity: 1; }
    .bus-slider-wrap .top-wrap ul li.is-active a {
      color: #071644; }
      .bus-slider-wrap .top-wrap ul li.is-active a:after {
        opacity: 1; }
    .bus-slider-wrap .top-wrap ul li:last-child {
      margin-right: 0; }

.bus-slider {
  margin-top: -215px;
  overflow: hidden; }
  .bus-slider .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .bus-slider .swiper-slide figure {
      width: 43%; }
    .bus-slider .swiper-slide .text-wrap {
      width: 49%;
      padding-top: 348px; }
      .bus-slider .swiper-slide .text-wrap h3 {
        font-style: normal;
        font-weight: bold;
        font-size: 32px;
        line-height: 24px;
        color: #071644;
        margin: 0 0 48px;
        font-family: 'Georama', sans-serif; }
      .bus-slider .swiper-slide .text-wrap p {
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 28px;
        color: #071644;
        max-width: 600px;
        margin-bottom: 30px; }
        .bus-slider .swiper-slide .text-wrap p span {
          font-weight: 800;
          color: #00AA9B; }
        .bus-slider .swiper-slide .text-wrap p b {
          color: #071644;
          font-weight: 800; }
      .bus-slider .swiper-slide .text-wrap .btn-wrap {
        margin-top: 64px; }
        .bus-slider .swiper-slide .text-wrap .btn-wrap a {
          height: 60px;
          line-height: 56px; }

.slider-wrap {
  position: relative;
  padding-bottom: 66px; }
  .slider-wrap .swiper-button-next:after, .slider-wrap .swiper-button-prev:after {
    content: '\f054';
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    color: #3B52B2;
    font-size: 36px; }
  .slider-wrap .swiper-button-prev:after {
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1); }
  .slider-wrap .nav-wrap {
    height: 0;
    left: -60px;
    right: -60px;
    top: 56%;
    position: absolute; }
  .slider-wrap .swiper-button-next, .slider-wrap .swiper-button-prev {
    margin: 0; }
  .slider-wrap .swiper-button-next.swiper-button-disabled, .slider-wrap .swiper-button-prev.swiper-button-disabled {
    opacity: 1; }
    .slider-wrap .swiper-button-next.swiper-button-disabled:after, .slider-wrap .swiper-button-prev.swiper-button-disabled:after {
      color: #E1E4ED; }
  .slider-wrap .swiper-pagination {
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); }
  .slider-wrap .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 7px; }
  .slider-wrap .swiper-pagination-bullet-active {
    background: #3B52B2; }

.investors-bus {
  background: #EEF0F6;
  text-align: center; }
  .investors-bus p {
    font-style: normal;
    font-weight: normal;
    font-size: 21px;
    line-height: normal;
    text-align: center;
    letter-spacing: 0.6px;
    color: #3B52B2;
    margin-bottom: 20px; }
  .investors-bus h2 {
    color: #3B52B2;
    margin-bottom: 2px; }

.financing-options {
  padding: 88px 0 100px; }
  .financing-options h2 {
    text-align: center;
    color: #3B52B2;
    margin-bottom: 19px;
    font-size: 40px;
    line-height: normal; }
  .financing-options p.top {
    font-style: normal;
    font-weight: normal;
    font-size: 21px;
    line-height: 28px;
    text-align: center;
    color: #000000;
    margin-bottom: 49px; }
  .financing-options .irs-grid-pol.small {
    display: none; }
  .financing-options .irs--flat .irs-grid-pol {
    display: none; }
  .financing-options .irs-grid-text {
    font-style: normal;
    font-weight: normal;
    font-size: 21px;
    line-height: 25px;
    color: #475E77;
    top: 16px; }
  .financing-options .js-grid-text-0 {
    display: inline-block; }
  .financing-options .irs-grid-text:last-child {
    display: inline-block; }
  .financing-options .irs-line {
    height: 12px;
    background: #E0E4ED;
    border-radius: 12px; }
  .financing-options .irs-line-left {
    background: #f3f7f8; }
  .financing-options .irs-bar {
    background-color: #00AA9B;
    height: 12px;
    border-radius: 12px; }
  .financing-options .irs-single {
    display: none; }
  .financing-options .irs-handle {
    width: 38px;
    height: 38px;
    background-color: #fff;
    border: 4px solid #00AA9B;
    border-radius: 100%;
    top: 13px; }
    .financing-options .irs-handle:before {
      position: absolute;
      z-index: 2;
      top: 0;
      left: 0;
      width: 30px;
      height: 30px;
      border-radius: 100%;
      background: #fff;
      content: ''; }
    .financing-options .irs-handle:after {
      position: absolute;
      top: -10px;
      left: -10px;
      border-radius: 100%;
      background: #00AA9B;
      content: '';
      width: 50px;
      height: 50px;
      z-index: 1;
      opacity: 0.1; }
  .financing-options .irs-min {
    background: transparent !important;
    padding: 0;
    font-style: normal;
    font-weight: normal;
    font-size: 21px;
    line-height: 25px;
    color: #475E77;
    top: 52px;
    left: 3px;
    visibility: visible !important; }
  .financing-options .irs-max {
    background: transparent !important;
    padding: 0;
    font-style: normal;
    font-weight: normal;
    font-size: 21px;
    line-height: 25px;
    color: #475E77;
    top: 52px;
    right: 0;
    visibility: visible !important; }
  .financing-options .irs--flat .irs-handle i {
    display: none; }
  .financing-options .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .financing-options .content .left {
      width: 60%; }
      .financing-options .content .left .input-wrap-range {
        margin-bottom: 17px;
        background: #F6F8FB;
        border-radius: 10px;
        padding: 26px 44px 50px; }
        .financing-options .content .left .input-wrap-range label {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          font-style: normal;
          font-weight: bold;
          font-size: 28px;
          line-height: 28px;
          color: #071644;
          margin-bottom: -8px; }
          .financing-options .content .left .input-wrap-range label b {
            font-style: normal;
            font-weight: bold;
            font-size: 28px;
            line-height: 28px;
            color: #071644;
            display: inline-block; }
          .financing-options .content .left .input-wrap-range label i {
            font-style: normal;
            font-weight: normal;
            font-size: 18px;
            line-height: 16px;
            color: #071644;
            position: relative; }
          .financing-options .content .left .input-wrap-range label span {
            display: inline-block;
            font-style: normal;
            font-weight: 900;
            font-size: 30px;
            line-height: 36px;
            text-align: center;
            color: #00AA9B; }
          .financing-options .content .left .input-wrap-range label .wrap {
            position: relative;
            top: -4px; }
      .financing-options .content .left .input-wrap-radio {
        padding: 26px 44px 26px;
        background: #F6F8FB;
        border-radius: 10px; }
        .financing-options .content .left .input-wrap-radio input[type=radio] {
          margin: 0;
          display: none; }
        .financing-options .content .left .input-wrap-radio p.label {
          font-style: normal;
          font-weight: bold;
          font-size: 28px;
          line-height: 28px;
          color: #071644;
          margin-bottom: 20px;
          width: 100%; }
        .financing-options .content .left .input-wrap-radio .radio {
          display: inline-block;
          width: 180px; }
          .financing-options .content .left .input-wrap-radio .radio label {
            position: relative;
            display: block;
            padding-left: 50px; }
            .financing-options .content .left .input-wrap-radio .radio label span {
              font-style: normal;
              font-weight: normal;
              font-size: 21px;
              line-height: 25px;
              text-align: right;
              color: #475E77;
              padding: 2px 0 0;
              display: inline-block; }
              .financing-options .content .left .input-wrap-radio .radio label span:before {
                display: inline-block;
                width: 32px;
                height: 32px;
                border-radius: 100%;
                position: absolute;
                top: 0;
                left: 0;
                border: 4px solid #E0E4ED;
                content: '';
                background: #fff;
                -webkit-box-sizing: border-box;
                        box-sizing: border-box; }
              .financing-options .content .left .input-wrap-radio .radio label span:after {
                position: absolute;
                top: 10px;
                left: 10px;
                content: '';
                opacity: 0;
                width: 12px;
                height: 12px;
                border-radius: 100%;
                background: #00AA9D; }
        .financing-options .content .left .input-wrap-radio input[type="radio"]:checked + span {
          font-style: normal;
          font-weight: 800;
          font-size: 21px;
          line-height: 25px;
          color: #475E77; }
          .financing-options .content .left .input-wrap-radio input[type="radio"]:checked + span:after {
            opacity: 1; }
    .financing-options .content .right {
      width: 37%;
      background: #3B52B2;
      border: 2px solid #3B52B2;
      border-radius: 10px;
      padding: 48px 65px 0;
      text-align: center;
      overflow: hidden;
      height: -webkit-fit-content;
      height: -moz-fit-content;
      height: fit-content; }
      .financing-options .content .right .item {
        position: relative;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        margin-bottom: 33px;
        padding-bottom: 26px; }
        .financing-options .content .right .item p.label {
          font-style: normal;
          font-weight: bold;
          font-size: 28px;
          line-height: 34px;
          text-align: center;
          color: #FFFFFF;
          margin-bottom: 5px; }
        .financing-options .content .right .item p.val {
          font-style: normal;
          font-weight: 300;
          font-size: 48px;
          line-height: 58px;
          text-align: center;
          color: #FFFFFF; }
      .financing-options .content .right .item:last-child {
        margin-bottom: 0;
        padding-bottom: 30px;
        border-bottom: 0;
        position: relative; }
        .financing-options .content .right .item:last-child:after {
          position: absolute;
          top: -33px;
          left: -100px;
          right: -1000px;
          bottom: -20px;
          content: '';
          border: 1px solid #3B52B2;
          background: rgba(255, 255, 255, 0.15);
          border-radius: 0 0 10px 10px; }
    .financing-options .content .bottom {
      margin-top: 35px;
      width: 100%; }
      .financing-options .content .bottom p {
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 21px;
        color: #475E77; }
        .financing-options .content .bottom p a {
          font-style: normal;
          font-weight: normal;
          font-size: 16px;
          line-height: 21px;
          color: #3B52B2;
          display: inline-block;
          position: relative; }
          .financing-options .content .bottom p a:after {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            content: '';
            height: 1px;
            background: #3B52B2;
            -webkit-transition: all .4s ease;
            transition: all .4s ease; }
          .financing-options .content .bottom p a:hover:after {
            -webkit-transform: scaleX(0);
                    transform: scaleX(0); }

.knowledge {
  padding: 77px 0 60px;
  overflow: hidden; }
  .knowledge .content-width {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .knowledge .content-width figure {
      width: 48%; }
    .knowledge .content-width .text-wrap {
      width: 48%;
      padding: 110px 0 0; }
  .knowledge h2 {
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 38px;
    color: #00AA9B;
    margin-bottom: 36px; }
  .knowledge .img-wrap {
    margin-bottom: -20px; }
  .knowledge p {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: #071644; }
    .knowledge p a img {
      vertical-align: middle; }
  .knowledge .btn-wrap {
    margin-top: 50px; }
    .knowledge .btn-wrap a {
      line-height: 56px;
      height: 60px; }
  .knowledge .bottom {
    width: 100%;
    margin-top: 88px; }
    .knowledge .bottom p {
      font-style: normal;
      font-weight: normal;
      font-size: 16px;
      line-height: 19px;
      text-align: justify;
      color: #475E77; }

/*-------------------END-HEAD-BUS----------------------------------*/
.form-submit .form-default input {
  width: 100%; }

.wpcf7-form-control-wrap {
  width: calc(100% - 200px); }

.form-submit .form-default p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.wpcf7 {
  width: 100%; }
  .wpcf7 form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }

.form-contact form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.bg-grey {
  background: #FCFCFD; }

.form-contact .input-wrap input, .form-contact .nice-select, .form-contact .nice-select .list, .form-contact .input-wrap textarea {
  background: #f6f6fa; }

.form-contact {
  position: relative;
  /* &>div{
     position: relative;
     z-index: 1;
   }*/ }
  .form-contact:after {
    position: absolute;
    top: -35px;
    border-radius: 10px;
    left: -20px;
    right: -20px;
    bottom: -35px;
    content: '';
    background: #f6f6fa; }

.wpcf7 {
  position: relative;
  z-index: 1; }

.form-contact .input-wrap-none {
  display: none; }

.form-contact.is-active .input-wrap-none {
  display: block; }

.form-contact .input-wrap input.wpcf7-not-valid {
  border-color: #EB4747 !important;
  background: #FEF6F6 !important; }

.form-contact .input-wrap input.wpcf7-not-valid + span:after {
  position: absolute;
  top: -3px;
  right: 20px;
  content: '\f057';
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  color: #EB4747;
  font-size: 16px; }

footer .bottom img {
  mix-blend-mode: multiply; }

.request .form-contact:after {
  display: none; }

.request .nice-select .list li:first-child {
  display: none; }

.form-submit .content-width {
  padding: 55px 5%; }

.pum-container.pum-responsive.pum-responsive-small {
  text-align: center; }

.pum-theme-249 .pum-content, .pum-theme-default-theme .pum-content {
  text-align: center; }

.pum-container .pum-content > :first-child {
  margin-bottom: 20px; }

.pum-container .pum-content .has-text-color {
  margin-bottom: 20px;
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 38px;
  text-align: center;
  color: #3B52B2; }

.pum-container .pum-content p {
  margin-bottom: 20px;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #475E77; }

.pum-container .pum-content p a {
  display: inline-block;
  background: #3B52B2;
  border-radius: 40px;
  height: 60px;
  line-height: 58px;
  border: 1px solid #3B52B2;
  padding: 0 30px;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  color: #FFFFFF; }

.pum-container .pum-content p a:hover {
  background: #fff;
  color: #3B52B2; }

.pum-theme-249 .pum-content + .pum-close, .pum-theme-default-theme .pum-content + .pum-close {
  padding: 50px 0 !important; }

.pum-theme-249 .pum-content + .pum-close:after, .pum-theme-default-theme .pum-content + .pum-close:after {
  position: absolute;
  bottom: 49px;
  left: 0;
  right: 0;
  height: 1px;
  content: '';
  background: #3B52B2; }

.pum-theme-249 .pum-content, .pum-theme-default-theme .pum-content {
  outline: none; }

.pum-container.pum-responsive.pum-responsive-small {
  padding-bottom: 100px; }

.blog .text-wrap .btn-wrap a {
  height: 60px;
  font-size: 18px; }

.blog .info-list li p a {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.266667px;
  color: #475E77; }
  .blog .info-list li p a:hover {
    color: #3B52B2; }

.breadcrumb li a span {
  display: inline-block;
  position: relative; }
  .breadcrumb li a span:after {
    position: absolute;
    display: inline-block;
    margin: 0 5px 0 0;
    color: #071644;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    content: '/';
    right: -12px;
    top: 0; }

.about .btn-wrap a + a {
  margin-left: 15px; }

.about .btn-wrap a {
  white-space: nowrap;
  padding: 0 15px;
  width: 200px;
  min-width: inherit; }

.enroll .btn-wrap {
  text-align: right; }

.enroll .btn-wrap a {
  background: transparent;
  padding: 0;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  text-transform: uppercase;
  color: #3B52B2;
  border-radius: 0; }

.enroll .btn-wrap a i {
  top: 0; }

.marketing .table .line-table .item a {
  text-decoration: none; }

.top-line .content-width {
  max-width: 100% !important; }

/*------------MERCHANT--------------*/
.merchant-head {
  position: relative;
  padding: 117px 0 100px; }
  .merchant-head:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 350px;
    content: '';
    background: #3B52B2; }
  .merchant-head .content-width {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .merchant-head .content-width .text-wrap {
      width: 49%; }
      .merchant-head .content-width .text-wrap p {
        font-style: normal;
        font-weight: normal;
        font-size: 24px;
        line-height: 36px;
        color: #FFFFFF;
        margin-bottom: 20px; }
      .merchant-head .content-width .text-wrap ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin-bottom: 20px; }
        .merchant-head .content-width .text-wrap ul li {
          position: relative;
          font-style: normal;
          font-weight: bold;
          font-size: 24px;
          line-height: 36px;
          color: #FFFFFF; }
        .merchant-head .content-width .text-wrap ul li + li {
          margin-left: 30px; }
          .merchant-head .content-width .text-wrap ul li + li:before {
            position: absolute;
            top: 13px;
            left: -20px;
            content: '';
            width: 10px;
            height: 10px;
            border-radius: 8px 0px 8px 8px;
            background: #00AA9B; }
    .merchant-head .content-width h1 {
      font-style: normal;
      font-weight: 800;
      font-size: 48px;
      line-height: 54px;
      letter-spacing: 0.8px;
      color: #FFFFFF;
      margin-bottom: 51px;
      font-family: 'Georama', sans-serif; }
    .merchant-head .content-width .btn-wrap {
      margin-top: 40px; }
      .merchant-head .content-width .btn-wrap a {
        border: 4px solid #FFFFFF;
        border-radius: 40px;
        line-height: 72px;
        height: 80px;
        font-style: normal;
        font-weight: 900;
        font-size: 24px;
        text-align: center;
        color: #FFFFFF; }
        .merchant-head .content-width .btn-wrap a:hover {
          color: #3B52B2;
          background: #fff; }
    .merchant-head .content-width figure {
      width: 48%;
      position: relative; }
      .merchant-head .content-width figure:before {
        position: absolute;
        top: 86px;
        left: -9px;
        content: url("../img/after-2.png"); }
      .merchant-head .content-width figure:after {
        position: absolute;
        z-index: 2;
        top: -15px;
        left: 5px;
        content: url("../img/after-1.png"); }
      .merchant-head .content-width figure img {
        position: relative;
        z-index: 1;
        top: 25px;
        left: 105px;
        border-radius: 0 100% 100% 100%;
        width: 650px; }
  .merchant-head .bottom {
    width: 100%;
    margin-top: 53px;
    padding: 0 50px; }
    .merchant-head .bottom ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-filter: drop-shadow(0px 0px 135.62px rgba(71, 94, 119, 0.5));
              filter: drop-shadow(0px 0px 135.62px rgba(71, 94, 119, 0.5)); }
      .merchant-head .bottom ul li {
        width: 31%;
        padding: 40px 20px 33px;
        background: #FFFFFF;
        border: 1.13309px solid #BFC8EE;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        border-radius: 15.0388px;
        text-align: center; }
        .merchant-head .bottom ul li div {
          height: 80px;
          margin-bottom: 8px; }
        .merchant-head .bottom ul li p {
          font-style: normal;
          font-weight: normal;
          font-size: 24px;
          line-height: 30px;
          text-align: center;
          color: #071644; }
        .merchant-head .bottom ul li p.number {
          margin-bottom: -2px;
          font-style: normal;
          font-weight: bold;
          font-size: 120px;
          line-height: 141px;
          text-align: center;
          color: #00AA9B;
          font-family: Roboto, sans-serif; }
          .merchant-head .bottom ul li p.number sup {
            font-style: normal;
            font-weight: bold;
            font-size: 80px;
            line-height: 94px;
            text-align: center;
            color: #00AA9B;
            left: -18px;
            margin-left: -15px; }

.merchant-img-text {
  padding: 44px 0 150px; }
  .merchant-img-text .content-width .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .merchant-img-text .content-width figure {
    width: 45%;
    position: relative; }
    .merchant-img-text .content-width figure:before {
      position: absolute;
      bottom: -50px;
      left: -192px;
      content: url("../img/after-3.png"); }
    .merchant-img-text .content-width figure img {
      position: relative;
      z-index: 1;
      left: 17px; }
  .merchant-img-text .content-width .text-wrap {
    width: 46%;
    padding: 77px 0 0 5px; }
  .merchant-img-text h2 {
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 44px;
    color: #3B52B2;
    margin-bottom: 39px; }
  .merchant-img-text ul li {
    margin-bottom: 20px;
    position: relative;
    padding-left: 39px; }
    .merchant-img-text ul li:before {
      position: absolute;
      top: 11px;
      left: 15px;
      background: #3B52B2;
      border-radius: 8px 0px 8px 8px;
      content: '';
      width: 10px;
      height: 10px; }
    .merchant-img-text ul li p {
      font-style: normal;
      font-weight: normal;
      font-size: 18px;
      line-height: 24px;
      color: #071644; }
    .merchant-img-text ul li h6 {
      font-style: normal;
      font-weight: bold;
      font-size: 21px;
      line-height: 24px;
      color: #071644;
      margin: 0; }
  .merchant-img-text .item-2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
    .merchant-img-text .item-2 figure img {
      left: 2px; }
    .merchant-img-text .item-2 figure:before {
      content: url("../img/after-4.png");
      left: 67%;
      bottom: -83px; }
    .merchant-img-text .item-2 .text-wrap {
      padding: 160px 0 0 158px; }
  .merchant-img-text .item + .item {
    margin-top: 64px; }

.list-point li {
  margin-bottom: 20px;
  position: relative;
  padding-left: 35px;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  color: #071644;
  max-width: 500px; }
  .list-point li a {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    color: #3B52B2; }
    .list-point li a:hover {
      opacity: 0.7; }
  .list-point li:before {
    position: absolute;
    top: 9px;
    left: 12px;
    background: #3B52B2;
    border-radius: 8px 0px 8px 8px;
    content: '';
    width: 10px;
    height: 10px; }

.merchant-slider-wrap {
  background: #f3f4f8;
  padding: 155px 0 77px; }
  .merchant-slider-wrap .top-wrap ul li {
    margin-right: 35px; }
  .merchant-slider-wrap .bus-slider .swiper-slide .text-wrap {
    width: 49%;
    padding-top: 270px; }
  .merchant-slider-wrap .bus-slider .swiper-slide .text-wrap h3 {
    margin-bottom: 72px; }
  .merchant-slider-wrap .slider-wrap {
    padding-bottom: 11px; }
  .merchant-slider-wrap .slider-wrap .nav-wrap {
    top: 50%; }

.request-demo {
  padding: 100px 0 56px;
  position: relative; }
  .request-demo .content-width {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .request-demo .content-width .text-wrap {
      width: 48%;
      padding: 117px 0 103px 148px; }
    .request-demo .content-width figure {
      width: 48%; }
      .request-demo .content-width figure img {
        position: absolute;
        bottom: 0;
        right: 0; }
  .request-demo h2 {
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 48px;
    text-align: left;
    color: #3B52B2;
    margin-bottom: 40px; }
  .request-demo p {
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 32px;
    color: #071644;
    max-width: 490px; }
  .request-demo .btn-default {
    line-height: 56px;
    padding: 0 70px; }
  .request-demo .btn-wrap {
    margin-top: 45px; }

.investors-merchant {
  background: #EEF0F6;
  padding: 41px 0 40px; }
  .investors-merchant h2 {
    color: #3B52B2;
    margin-bottom: 10px; }

/*-----------END-MERCHANT--------------*/
/*-----------FAQ--------------*/
.faq {
  overflow: hidden;
  padding-bottom: 20px; }
  .faq .content-width {
    width: 1072px; }
  .faq h1 {
    font-weight: 800;
    font-size: 60px;
    line-height: 64px;
    letter-spacing: 0.8px;
    color: #3B52B2;
    margin-bottom: 0;
    position: relative;
    z-index: 1; }
  .faq .head-wrap {
    margin-bottom: 30px;
    padding: 105px 0 100px;
    background: #F5F8FB;
    position: relative; }
    .faq .head-wrap:after {
      position: absolute;
      top: 0;
      bottom: 0;
      left: -1000px;
      right: -1000px;
      background: #F5F8FB;
      content: ''; }

.accordion-thumb {
  padding: 25px 50px 33px 0;
  position: relative; }
  .accordion-thumb:after {
    position: absolute;
    top: 30px;
    right: 15px;
    content: '\f078';
    color: #1B70B3;
    font-size: 24px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 700; }
  .accordion-thumb h6 {
    margin: 0;
    font-style: normal;
    font-weight: bold;
    font-size: 21px;
    line-height: 24px;
    color: #071644; }

.accordion-panel {
  display: none;
  padding: 4px 0 36px; }
  .accordion-panel p {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: #071644;
    margin-bottom: 20px; }
  .accordion-panel p:last-child {
    margin-bottom: 0; }

.accordion-item {
  border-bottom: 1px solid #98ACC0; }

.accordion-item.is-active .accordion-thumb:after {
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1); }

.contact.send-ok h2 {
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 30px;
  text-align: center;
  color: #3B52B2;
  margin-bottom: 25px; }
.contact.send-ok h2 + p {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #071644;
  margin-bottom: 56px; }
.contact.send-ok .bottom {
  width: 100%;
  margin-top: 100px; }
  .contact.send-ok .bottom p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.266667px;
    color: #475E77;
    text-align: left; }

.faq-contact {
  padding-bottom: 30px !important; }

/*----------END-FAQ--------------*/
/*----------LEGAL--------------*/
.legal {
  overflow: hidden;
  padding-bottom: 5px; }
  .legal .content {
    max-width: 1070px; }
  .legal h1 {
    font-weight: 800;
    font-size: 60px;
    line-height: 64px;
    letter-spacing: 0.8px;
    color: #3B52B2;
    margin-bottom: 0;
    position: relative;
    z-index: 1; }
  .legal .head-wrap {
    margin-bottom: 50px;
    padding: 50px 0 10px;
    background: #F5F8FB;
    position: relative; }
    .legal .head-wrap:after {
      position: absolute;
      top: 0;
      bottom: 0;
      left: -1000px;
      right: -1000px;
      background: #F5F8FB;
      content: ''; }
  .legal .item {
    margin-bottom: 106px; }
    .legal .item h2 {
      font-style: normal;
      font-weight: 800;
      font-size: 48px;
      line-height: 56px;
      letter-spacing: 0.8px;
      color: #3B52B2;
      border-bottom: 1px solid #C6D1DC;
      margin-bottom: 40px;
      padding-bottom: 20px; }
    .legal .item ul li {
      margin-bottom: 18px; }
      .legal .item ul li a {
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 24px;
        display: inline-block;
        position: relative;
        color: #0E75BB; }
        .legal .item ul li a:after {
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          content: '';
          height: 1px;
          background: #0E75BB;
          -webkit-transition: all .4s ease;
          transition: all .4s ease; }
        .legal .item ul li a:hover:after {
          -webkit-transform: scaleX(0);
                  transform: scaleX(0); }

/*---------END-LEGAL--------------*/
/*----------LEGAL-ARTICLE-------------*/
.legal-article {
  overflow: hidden;
  padding-bottom: 85px; }
  .legal-article h1 {
    font-weight: 800;
    font-size: 48px;
    line-height: 54px;
    letter-spacing: 0.8px;
    color: #3B52B2;
    margin-bottom: 0;
    position: relative;
    z-index: 1; }
  .legal-article .head-wrap {
    margin-bottom: 30px;
    padding: 105px 0 100px;
    background: #F5F8FB;
    position: relative; }
    .legal-article .head-wrap:after {
      position: absolute;
      top: 0;
      bottom: 0;
      left: -1000px;
      right: -1000px;
      background: #F5F8FB;
      content: ''; }
  .legal-article .content {
    position: relative;
    max-width: 1070px; }
    .legal-article .content .print-wrap {
      position: absolute;
      top: 5px;
      right: 0; }
      .legal-article .content .print-wrap a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content; }
        .legal-article .content .print-wrap a img {
          margin-right: 10px;
          position: relative; }
        .legal-article .content .print-wrap a span {
          display: inline-block;
          position: relative;
          font-size: 18px;
          line-height: 22px;
          color: #0E75BB; }
          .legal-article .content .print-wrap a span:after {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            content: '';
            height: 1px;
            background: #0E75BB;
            -webkit-transition: all .4s ease;
            transition: all .4s ease; }
          .legal-article .content .print-wrap a span:hover:after {
            -webkit-transform: scaleX(0);
                    transform: scaleX(0); }
    .legal-article .content p {
      font-style: normal;
      font-weight: normal;
      font-size: 18px;
      line-height: 24px;
      color: #071644;
      margin-bottom: 20px; }
      .legal-article .content p a {
        color: #0E75BB;
        font-size: inherit;
        line-height: inherit; }
    .legal-article .content p.label {
      font-style: normal;
      font-weight: bold;
      font-size: 18px;
      line-height: 22px;
      letter-spacing: 0.1em;
      color: #00354D;
      margin-bottom: 23px; }
    .legal-article .content ol {
      padding: 0; }
      .legal-article .content ol li {
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 24px;
        color: #071644;
        margin-bottom: 10px;
        list-style: none;
        counter-increment: li;
        position: relative; }
        .legal-article .content ol li:before {
          content: counter(li) ".";
          display: inline-block; }
        .legal-article .content ol li p:first-child {
          display: inline-block; }
  .legal-article .breadcrumb {
    margin-bottom: 50px; }
    .legal-article .breadcrumb li span {
      display: inline-block;
      margin: 0 3px; }
  .legal-article h2 {
    font-style: normal;
    font-weight: 800;
    font-size: 48px;
    line-height: 56px;
    letter-spacing: 0.8px;
    color: #3B52B2;
    margin-bottom: 29px; }
  .legal-article .line {
    margin-bottom: 16px; }

/*---------END-LEGAL-ARTICLE-------------*/
/*---------SIMPLE-FINANCING-------------*/
.legal-article .content .table-wrap {
  border-radius: 12px;
  margin: 35px 0 53px; }
  .legal-article .content .table-wrap .table-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #C7D4E1;
    margin-bottom: -1px;
    min-width: 1100px; }
    .legal-article .content .table-wrap .table-row .table-data {
      width: 20.5%;
      padding: 5px;
      border-right: 1px solid #C7D4E1; }
      .legal-article .content .table-wrap .table-row .table-data p {
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 22px;
        text-align: center;
        color: #071644;
        margin: 0 !important; }
    .legal-article .content .table-wrap .table-row .table-data:last-child {
      border-right: 0; }
    .legal-article .content .table-wrap .table-row .table-data-1 {
      height: 90px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .legal-article .content .table-wrap .table-row .table-data-1 p {
        font-style: normal;
        font-weight: bold;
        font-size: 18px;
        line-height: 22px;
        text-align: center;
        color: #071644; }
    .legal-article .content .table-wrap .table-row .table-data .data {
      width: 100%;
      height: 45px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .legal-article .content .table-wrap .table-row .table-data .data p {
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 22px;
        text-align: center;
        color: #071644; }
    .legal-article .content .table-wrap .table-row .table-data .data + .data {
      border-top: 1px solid #C7D4E1; }
    .legal-article .content .table-wrap .table-row .table-data-2 {
      width: 16%;
      padding: 0; }
      .legal-article .content .table-wrap .table-row .table-data-2 .data p {
        font-weight: 600; }
    .legal-article .content .table-wrap .table-row .table-data-3 {
      width: 16%;
      padding: 0; }
    .legal-article .content .table-wrap .table-row .table-data-4 {
      width: 16%;
      padding: 0; }
    .legal-article .content .table-wrap .table-row .table-data-5 {
      width: 16%;
      padding: 0; }
    .legal-article .content .table-wrap .table-row .table-data-6 {
      width: 15.5%;
      padding: 0; }
  .legal-article .content .table-wrap .table-row:nth-child(2n+1) {
    background: #F5F8FB; }
  .legal-article .content .table-wrap .table-row:last-child {
    margin: 0;
    border-radius: 0 0 12px 12px; }
  .legal-article .content .table-wrap .table-row.table-head {
    border-radius: 12px 12px 0 0;
    background: #00AA9B;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 60px;
    border: none; }
    .legal-article .content .table-wrap .table-row.table-head p {
      font-style: normal;
      font-weight: bold;
      font-size: 24px;
      line-height: 56px;
      text-align: center;
      letter-spacing: 0.8px;
      color: #FFFFFF;
      font-family: 'Georama', sans-serif;
      margin: 0 !important; }
.legal-article .content .text-wrap h6 {
  margin: 0 0 20px;
  font-style: normal;
  font-weight: bold;
  font-size: 21px;
  line-height: 24px;
  color: #071644; }
.legal-article .content .bottom {
  margin-top: 105px; }
  .legal-article .content .bottom p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #475E77; }

.legal-article .content p a {
  display: inline-block;
  position: relative; }
  .legal-article .content p a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    height: 1px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    background: #0E75BB; }
  .legal-article .content p a:hover:after {
    -webkit-transform: scaleX(0);
            transform: scaleX(0); }

/*--------END-SIMPLE-FINANCING-------------*/
/*--------LOAN-FINANCING-------------*/
.legal-article .content .table-wrap-2 .table-row .table-data-1 {
  width: 20%; }

.legal-article .content .table-wrap-2 .table-row .table-data-2 {
  width: 20%; }

.legal-article .content .table-wrap-2 .table-row .table-data-3 {
  width: 20%; }

.legal-article .content .table-wrap-2 .table-row .table-data-4 {
  width: 20%; }

.legal-article .content .table-wrap-2 .table-row .table-data-5 {
  width: 20%; }

.legal-article .content .table-wrap-2 .table-row:nth-child(2) .table-data-1 {
  height: 84px; }

.legal-article .content .table-wrap-2 .table-row .table-data {
  height: 84px; }

.legal-article .content .table-wrap .table-row .table-data-1-full {
  width: 80%;
  padding: 0; }
  .legal-article .content .table-wrap .table-row .table-data-1-full .data-full-top {
    border-bottom: 1px solid #C7D4E1;
    padding: 5px;
    height: 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .legal-article .content .table-wrap .table-row .table-data-1-full p {
    font-weight: bold; }
  .legal-article .content .table-wrap .table-row .table-data-1-full .data-full-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .legal-article .content .table-wrap .table-row .table-data-1-full .data-full-bottom .data {
      width: 25% !important;
      height: 42px;
      padding: 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      border-top: 0 !important;
      border-right: 1px solid #C7D4E1 !important; }
      .legal-article .content .table-wrap .table-row .table-data-1-full .data-full-bottom .data p {
        font-weight: 600; }

.legal-article .content .table-wrap-2 .table-row .table-data .data {
  height: 100% !important; }

.legal-article .content .table-wrap-2 .table-row .table-data-2 .data p {
  font-weight: 400; }

/*-------END-LOAN-FINANCING-------------*/
/*-------------NEWS-----------*/
.legal-article .mob-line {
  display: none;
  margin-top: 20px; }
  .legal-article .mob-line p {
    font-style: normal;
    font-weight: bold;
    font-size: 21px;
    line-height: 24px;
    color: #071644;
    font-family: 'Georama', sans-serif;
    margin: 0 !important; }
    .legal-article .mob-line p a {
      font-style: normal;
      font-weight: 400;
      font-size: 21px;
      line-height: 24px;
      color: #3B52B2;
      font-family: 'Lato', sans-serif; }
.legal-article .pagination {
  margin-top: 53px;
  padding-top: 41px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .legal-article .pagination li {
    background: #00AA9B;
    border-radius: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 50px;
    height: 50px;
    overflow: hidden;
    font-size: 18px;
    color: #fff;
    margin: 0 3px; }
    .legal-article .pagination li a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 50px;
      height: 50px;
      font-size: 18px;
      color: #fff;
      background: #3B52B2; }
      .legal-article .pagination li a:hover {
        background: #00AA9B; }
.legal-article .content-news {
  max-width: 1070px;
  position: relative;
  padding: 25px 0 0; }
.legal-article .news-link {
  position: absolute;
  top: 118px;
  left: 105%;
  width: 300px;
  text-align: center; }
  .legal-article .news-link .img-wrap {
    margin-bottom: 20px; }
  .legal-article .news-link h6 {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    color: #071644;
    font-family: 'Georama', sans-serif;
    margin: 0 0 10px; }
  .legal-article .news-link a {
    display: inline-block;
    color: #0E75BB;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    font-family: 'Georama', sans-serif;
    position: relative; }
    .legal-article .news-link a:after {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      content: '';
      height: 1px;
      -webkit-transition: all .4s ease;
      transition: all .4s ease;
      background: #0E75BB; }
    .legal-article .news-link a:hover:after {
      -webkit-transform: scaleX(0);
              transform: scaleX(0); }
.legal-article .item-news {
  margin-bottom: 137px; }
  .legal-article .item-news p {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: #071644;
    margin-bottom: 15px; }
    .legal-article .item-news p a {
      font-size: inherit;
      line-height: inherit;
      color: #0E75BB;
      display: inline-block;
      position: relative; }
      .legal-article .item-news p a:after {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        content: '';
        height: 1px;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
        background: #0E75BB; }
      .legal-article .item-news p a:hover:after {
        -webkit-transform: scaleX(0);
                transform: scaleX(0); }
  .legal-article .item-news p.label {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.1em;
    color: #00354D;
    margin-bottom: 24px; }
  .legal-article .item-news h2 {
    margin-bottom: 27px;
    max-width: 95%; }
    .legal-article .item-news h2 a {
      font-style: normal;
      font-weight: 800;
      font-size: 48px;
      line-height: 56px;
      letter-spacing: 0.8px;
      color: #3B52B2;
      font-family: 'Georama', sans-serif; }
      .legal-article .item-news h2 a:hover {
        color: #00AA9B; }
  .legal-article .item-news .list-info {
    margin: 0 0 38px;
    padding-bottom: 34px;
    border-bottom: 1px solid #C6D1DC; }
    .legal-article .item-news .list-info li {
      display: inline-block;
      font-style: normal;
      font-weight: normal;
      font-size: 16px;
      line-height: 19px;
      letter-spacing: 0.266667px;
      color: #475E77; }
      .legal-article .item-news .list-info li span {
        display: inline-block;
        margin: 0 5px; }
    .legal-article .item-news .list-info li:last-child span {
      display: none; }
  .legal-article .item-news .btn-wrap {
    margin-top: 38px; }
    .legal-article .item-news .btn-wrap a {
      width: 240px;
      height: 60px;
      line-height: 56px; }

.legal-article .item-news:last-child {
  margin-bottom: 0; }

.investors ul li img {
  max-height: 100%; }

/*------------END-NEWS-----------*/
/*-------------NEWS-ARTICLE----------*/
.legal-article .content-news-article {
  padding-top: 0 !important; }
  .legal-article .content-news-article h3 {
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 38px;
    letter-spacing: 0.266667px;
    color: #071644;
    font-family: 'Georama', sans-serif;
    margin: 0 0 50px;
    max-width: 900px; }
  .legal-article .content-news-article .line {
    margin-bottom: 22px; }
  .legal-article .content-news-article .item-news .list-info {
    border-bottom: 0;
    padding: 0 !important;
    margin-bottom: 45px; }
  .legal-article .content-news-article .item-news p {
    margin-bottom: 20px; }
  .legal-article .content-news-article .item-news p.small {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    color: #475E77;
    margin-bottom: 63px; }
  .legal-article .content-news-article .item-news h5 {
    font-style: normal;
    font-weight: bold;
    font-size: 21px;
    line-height: 24px;
    color: #071644;
    margin: 63px 0 21px; }
  .legal-article .content-news-article .list-point {
    margin: 31px 0 25px;
    padding-left: 23px; }
    .legal-article .content-news-article .list-point li {
      max-width: 100%;
      margin-bottom: 15px; }
  .legal-article .content-news-article .nav-news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background: #F7F8FB;
    border-radius: 12px;
    overflow: hidden;
    margin-top: 146px; }
    .legal-article .content-news-article .nav-news .nav-item {
      width: 50%; }
      .legal-article .content-news-article .nav-news .nav-item a {
        display: block;
        padding: 48px 40px; }
        .legal-article .content-news-article .nav-news .nav-item a p.top {
          font-style: normal;
          font-weight: normal;
          font-size: 18px;
          line-height: 22px;
          letter-spacing: 0.1px;
          text-transform: uppercase;
          color: #BAC0D4;
          margin-bottom: 10px; }
        .legal-article .content-news-article .nav-news .nav-item a h6 {
          font-style: normal;
          font-weight: bold;
          font-size: 22px;
          line-height: 26px;
          color: #071644;
          max-width: 340px;
          margin: 0 0 10px; }
        .legal-article .content-news-article .nav-news .nav-item a p.date {
          font-style: normal;
          font-weight: bold;
          font-size: 18px;
          line-height: 22px;
          color: #475E77;
          margin-bottom: 0 !important; }
        .legal-article .content-news-article .nav-news .nav-item a:hover {
          opacity: 0.7; }
    .legal-article .content-news-article .nav-news .nav-item:last-child {
      text-align: right;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.legal-article .mob-line p a {
  color: #0E75BB; }

/*------------END-NEWS-ARTICLE----------*/
/*------------HOME----------*/
.choose-behalf {
  padding: 78px 0 81px;
  background: #3B52B2;
  position: relative; }
  .choose-behalf .content-width {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .choose-behalf .left {
    width: 43%; }
  .choose-behalf .right {
    width: 53%; }
    .choose-behalf .right figure {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 48.5%; }
      .choose-behalf .right figure .bg {
        position: absolute;
        left: -12%;
        bottom: 20px;
        content: url("../img/after-5.png"); }
    .choose-behalf .right img {
      border-radius: 0 0 0 330px;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      position: relative;
      z-index: 1; }
  .choose-behalf h1 {
    font-style: normal;
    font-weight: 800;
    font-size: 48px;
    line-height: 54px;
    letter-spacing: 0.8px;
    color: #FFFFFF;
    margin-bottom: 40px; }
  .choose-behalf p {
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 36px;
    color: #FFFFFF;
    margin-bottom: 20px; }
  .choose-behalf .btn-wrap {
    margin-top: 40px; }
    .choose-behalf .btn-wrap a {
      height: 80px;
      border-radius: 40px;
      font-size: 24px;
      border: 4px solid #fff;
      line-height: 72px;
      display: inline-block;
      width: 264px; }
    .choose-behalf .btn-wrap a + a {
      margin-left: 20px; }
    .choose-behalf .btn-wrap .btn-white {
      background: #fff;
      color: #3B52B2; }
      .choose-behalf .btn-wrap .btn-white:hover {
        background: #3B52B2;
        color: #fff; }
    .choose-behalf .btn-wrap .btn-border {
      color: #fff; }
      .choose-behalf .btn-wrap .btn-border:hover {
        background: #fff;
        color: #3B52B2; }

.history {
  padding: 57px 0 50px;
  position: relative;
  margin: 0 0 107px; }
  .history h2 {
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    color: #3B52B2;
    margin-bottom: 67px; }
  .history .bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden; }
    .history .bg:before {
      position: absolute;
      bottom: 0;
      left: 50%;
      -webkit-transform: translate(-363%, 0);
              transform: translate(-363%, 0);
      content: url("../img/after-6-1.png"); }
    .history .bg:after {
      position: absolute;
      bottom: 25px;
      left: 50%;
      -webkit-transform: translate(282%, 0);
              transform: translate(282%, 0);
      content: url("../img/after-6-2.png"); }
  .history .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .history .content-width {
    position: relative;
    z-index: 1; }
    .history .content-width .left {
      width: 32%; }
      .history .content-width .left .item {
        background: #3B52B2;
        border-radius: 18px;
        padding: 58px 15px 30px 45px;
        height: 100%; }
        .history .content-width .left .item p.label {
          font-style: normal;
          font-weight: bold;
          font-size: 28px;
          line-height: 34px;
          text-transform: uppercase;
          color: #61BCB4;
          margin-bottom: 46px;
          font-family: 'Georama', sans-serif; }
        .history .content-width .left .item h3 {
          font-style: normal;
          font-weight: bold;
          font-size: 56px;
          line-height: 66px;
          color: #FFFFFF;
          margin: 0;
          font-family: 'Georama', sans-serif; }
    .history .content-width .right {
      width: 64.5%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .history .content-width .right .item {
        width: 48%;
        margin-bottom: 44px;
        padding: 26px 36px;
        background: #FFFFFF;
        -webkit-box-shadow: 0px 17.1934px 68.7735px 17.1934px rgba(71, 94, 119, 0.2);
                box-shadow: 0px 17.1934px 68.7735px 17.1934px rgba(71, 94, 119, 0.2);
        border-radius: 18px; }
        .history .content-width .right .item .icon-wrap {
          margin-bottom: 12px; }
        .history .content-width .right .item h6 {
          font-style: normal;
          font-weight: bold;
          font-size: 32px;
          line-height: 34px;
          font-family: 'Georama', sans-serif;
          margin: 0 0 25px; }
        .history .content-width .right .item .list-check li {
          position: relative;
          padding-left: 40px;
          font-style: normal;
          font-weight: normal;
          font-size: 21px;
          line-height: 24px;
          color: #071644;
          margin-bottom: 15px; }
          .history .content-width .right .item .list-check li:before {
            position: absolute;
            top: 0;
            left: 14px;
            content: '\f00c';
            font-family: "Font Awesome 5 Pro";
            font-weight: 700;
            color: #0782E6;
            font-size: 16px; }
        .history .content-width .right .item .list-check li:last-child {
          margin-bottom: 0; }
      .history .content-width .right .item-1 {
        color: #0782E6; }
      .history .content-width .right .item-2 {
        color: #3B52B2; }
        .history .content-width .right .item-2 .list-check li:before {
          color: #3B52B2; }
      .history .content-width .right .item-3 {
        color: #8A1A78;
        margin-bottom: 0 !important; }
        .history .content-width .right .item-3 .list-check li:before {
          color: #8A1A78; }
      .history .content-width .right .item-4 {
        color: #00AA9B;
        margin-bottom: 0 !important; }
        .history .content-width .right .item-4 .list-check li:before {
          color: #00AA9B; }

.breadcrumb span a:hover span:after {
  -webkit-transform: scaleX(0);
          transform: scaleX(0); }

.see {
  padding: 34px 0 45px;
  background: #3B52B2; }
  .see .content-width {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .see h2 {
    margin: 0;
    font-style: italic;
    font-weight: bold;
    font-size: 48px;
    line-height: 57px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #FFFFFF; }
  .see .btn-wrap {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: 100px; }
    .see .btn-wrap a {
      width: 240px;
      height: 60px;
      font-size: 18px;
      border-radius: 30px;
      line-height: 56px; }
    .see .btn-wrap a + a {
      margin-left: 40px; }
    .see .btn-wrap .btn-white {
      background: #fff;
      color: #3B52B2;
      border-color: #fff !important; }
      .see .btn-wrap .btn-white:hover {
        background: #3B52B2;
        color: #fff; }
    .see .btn-wrap .btn-border {
      color: #fff;
      border-color: #fff; }
      .see .btn-wrap .btn-border:hover {
        background: #fff;
        color: #3B52B2; }

.trust-box {
  padding: 93px 0 50px;
  background: #F6F6FA;
  text-align: center; }
  .trust-box .trustpilot-widget {
    margin-bottom: 54px; }
  .trust-box .icon-wrap {
    margin-bottom: 9px; }
    .trust-box .icon-wrap p {
      font-style: normal;
      font-weight: bold;
      font-size: 88px;
      line-height: 100px;
      text-align: center;
      font-family: 'Georama', sans-serif;
      color: #00AA9B;
      margin: 0; }
  .trust-box blockquote {
    margin: 0 auto 0;
    max-width: 820px; }
    .trust-box blockquote h6 {
      font-style: normal;
      font-weight: bold;
      font-size: 21px;
      line-height: 24px;
      text-align: center;
      font-family: 'Georama', sans-serif;
      color: #071644;
      margin: 0 0 20px; }
    .trust-box blockquote p.text {
      position: relative;
      font-weight: 400;
      font-size: 18px;
      line-height: 24px;
      text-align: center;
      margin-bottom: 35px;
      color: #475E77; }
      .trust-box blockquote p.text:after {
        content: '”'; }
      .trust-box blockquote p.text:before {
        content: '“'; }
    .trust-box blockquote p.name {
      font-weight: 400;
      font-size: 16px;
      line-height: 24px;
      text-align: center;
      text-transform: uppercase;
      color: #9CA2B7;
      position: relative; }
      .trust-box blockquote p.name:before {
        position: absolute;
        top: -18px;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
                transform: translate(-50%, 0);
        content: '';
        width: 40px;
        height: 5px;
        background: #00AA9B; }

.small-text {
  padding: 63px 0 50px; }
  .small-text p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    text-align: justify;
    color: #475E77;
    margin: 0 0 15px; }

/*-----------END-HOME----------*/
/*-----------POPUP----------*/
.popup-region {
  background: #FFFFFF;
  border: 1px solid #979797;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 2px 40px rgba(36, 42, 66, 0.40371);
          box-shadow: 0px 2px 40px rgba(36, 42, 66, 0.40371);
  border-radius: 12px;
  width: 740px;
  text-align: center;
  padding: 54px 80px;
  min-height: 400px; }
  .popup-region figure {
    margin-bottom: 30px; }
    .popup-region figure img {
      mix-blend-mode: multiply; }
  .popup-region .fancybox-close-small {
    display: none; }
  .popup-region h5 {
    font-style: normal;
    font-weight: normal;
    font-size: 32px;
    line-height: 38px;
    text-align: center;
    color: #3B52B2;
    margin: 0 0 40px; }
  .popup-region .input-wrap-radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .popup-region .input-wrap-radio p {
      width: 120px; }
      .popup-region .input-wrap-radio p label {
        display: block;
        position: relative;
        font-style: normal;
        font-weight: bold;
        font-size: 28px;
        line-height: 34px;
        letter-spacing: -0.604061px;
        padding-left: 40px;
        color: #475E77;
        text-align: left; }
      .popup-region .input-wrap-radio p input[type=radio] {
        margin: 0;
        display: none; }
    .popup-region .input-wrap-radio p + p {
      margin-left: 70px; }
    .popup-region .input-wrap-radio input[type="radio"] + span {
      position: absolute;
      top: 0;
      left: 0;
      width: 34px;
      height: 34px;
      border-radius: 100%;
      border: 2px solid #BAC0D4; }
      .popup-region .input-wrap-radio input[type="radio"] + span:after {
        top: 50%;
        left: 50%;
        position: absolute;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        content: '';
        width: 18px;
        height: 18px;
        background: #3B52B2;
        border-radius: 100%;
        opacity: 0; }
    .popup-region .input-wrap-radio input[type="radio"]:checked + span:after {
      opacity: 1; }

.popup-region-california p {
  margin: 0 auto 30px;
  font-size: 18px;
  line-height: 24px;
  color: #475E77; }
.popup-region-california ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .popup-region-california ul li {
    width: 250px;
    text-align: center; }
    .popup-region-california ul li .icon-wrap {
      height: 70px;
      margin-bottom: 20px; }
    .popup-region-california ul li a {
      font-style: normal;
      font-weight: bold;
      font-size: 21px;
      line-height: 25px;
      text-align: center;
      color: #3B52B2;
      display: inline-block;
      margin: auto;
      position: relative; }
      .popup-region-california ul li a:after {
        position: absolute;
        bottom: -1px;
        left: 0;
        right: 0;
        content: '';
        height: 2px;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
        background: #3B52B2; }
      .popup-region-california ul li a:hover:after {
        -webkit-transform: scaleX(0);
                transform: scaleX(0); }
.popup-region-california .fancybox-close-small {
  display: inline-block; }
  .popup-region-california .fancybox-close-small:after {
    color: #BAC0D4;
    border: none !important;
    outline: none !important;
    font-size: 50px;
    top: 20px;
    right: 20px;
    background: transparent !important; }

.legal-article ul li {
  margin-bottom: 20px;
  position: relative;
  padding-left: 35px;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  color: #071644;
  text-align: left; }
  .legal-article ul li a {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    color: #3B52B2; }
    .legal-article ul li a:hover {
      opacity: 0.7; }
  .legal-article ul li:before {
    position: absolute;
    top: 9px;
    left: 12px;
    background: #3B52B2;
    border-radius: 8px 0px 8px 8px;
    content: '';
    width: 10px;
    height: 10px; }

.cognito {
  width: 100%;
  position: relative;
  z-index: 1; }

.cognito .c-forms-form {
  width: 100%; }

footer .bottom img {
  max-width: 334px; }

.about .content-width .bottom p a {
  position: relative; }

.cognito .c-forms-form input[type=text], .cognito .c-forms-form input[type=password], .cognito .c-forms-form input[type=email], .cognito .c-forms-form input[type=tel], .cognito .c-forms-form input[type=url], .cognito .c-forms-form textarea, .cognito .c-forms-form select, .cognito .c-forms-form .c-repeating-section-container, .cognito .c-forms-form .c-background-highlight, .cognito .c-forms-form .c-fileupload-dropzone .c-upload-button button, .cognito .c-forms-form .c-add-item, .cognito .c-forms-form .c-signature .c-editor > div, .cognito .c-forms-form .has-switch, .cognito.c-payment .c-payment-field {
  border-radius: 19px !important; }

.cognito .c-forms-form button:not(.c-icon-button), .cognito .c-forms-form .c-add-item, .cognito .c-forms-form input[type=button], .cognito .c-forms-form .c-fileupload-dropzone .c-upload-button button {
  border-radius: 23px !important; }

.cognito:not(.c-forms-actionBar) {
  max-width: 1000px !important; }

.cognito .c-forms-form :not(.c-question) > .c-label, .cognito .c-forms-form select, .cognito .c-forms-form input[type=text], .cognito .c-forms-form input[type=password], .cognito .c-forms-form input[type=email], .cognito .c-forms-form input[type=tel], .cognito .c-forms-form input[type=url], .cognito .c-forms-form textarea {
  font-family: "Lato", sans-serif !important; }

.cognito .c-forms-form .c-forms-not-available-message, .cognito .c-forms-form .c-page-numbering, .cognito .c-forms-form .c-forms-confirmation-message, .cognito .c-forms-form #c-save-resume-content, .cognito .c-forms-form .c-progress-section a, .cognito .c-forms-form .c-forms-payment-order-summary .detail, .cognito .c-forms-form .c-web-paypal-processing {
  font-family: "Lato", sans-serif !important;
  font-size: 1em !important; }

.info-business .btn-wrap a, .img-text .btn-wrap a {
  text-transform: capitalize; }

.list-select li p {
  color: #3B52B2; }

.request-list + .cognito {
  margin-top: 50px !important;
  text-align: left; }

.marketing #section-5 .table .line-table .item-1, .marketing #section-6 .table .line-table .item-1 {
  min-height: 250px; }

.marketing #section-6 .table .line-table:last-child .item-1 {
  min-height: 400px; }

.marketing #section-3 .table .line-table:nth-child(6) .item-1, .marketing #section-3 .table .line-table:nth-child(7) .item-1, .marketing #section-3 .table .line-table:nth-child(8) .item-1, .marketing #section-3 .table .line-table:nth-child(9) .item-1 {
  min-height: 350px; }

.marketing #section-7 .table .line-table .item-1 {
  min-height: 170px; }

.marketing #section-5 .table .line-table.line-head .item-1, .marketing #section-6 .table .line-table.line-head .item-1 {
  min-height: inherit; }

.marketing #section-7 .table .line-table.line-head .item-1 {
  min-height: inherit; }

/*.marketing .table .line-table .item{
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}*/
.popup-privacy {
  width: 740px;
  padding: 75px 80px;
  text-align: center;
  border-radius: 12px;
  background: #fff; }
  .popup-privacy figure {
    margin-bottom: 20px; }
  .popup-privacy h5 {
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 38px;
    text-align: center;
    color: #3B52B2;
    margin: 0 0 20px; }
  .popup-privacy p {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #475E77;
    margin-bottom: 30px; }
  .popup-privacy .fancybox-close-small {
    display: inline-block; }
    .popup-privacy .fancybox-close-small:after {
      color: #BAC0D4;
      border: none !important;
      outline: none !important;
      font-size: 50px;
      top: 20px;
      right: 20px;
      background: transparent !important; }
  .popup-privacy .btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .popup-privacy .btn-wrap .btn-default {
      line-height: 56px;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      margin-bottom: 30px; }
    .popup-privacy .btn-wrap .link {
      display: inline-block;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content; }
      .popup-privacy .btn-wrap .link:after {
        -webkit-transform: scaleX(1);
                transform: scaleX(1);
        -webkit-transform-origin: center;
                transform-origin: center; }
      .popup-privacy .btn-wrap .link:hover:after {
        -webkit-transform: scaleX(0);
                transform: scaleX(0); }

.cognito .c-forms-form input[type=text], .cognito .c-forms-form input[type=password], .cognito .c-forms-form input[type=password], .cognito .c-forms-form input[type=email], .cognito .c-forms-form input[type=tel], .cognito .c-forms-form input[type=url], .cognito .c-forms-form textarea, .cognito .c-forms-form select, .cognito.c-payment .c-payment-field {
  height: 48px !important;
  line-height: 44px !important;
  padding-left: 25px !important;
  border: 1px solid #BAC0D4 !important;
  border-radius: 24px !important; }

.breadcrumb span a span {
  margin: 0; }

.breadcrumb span a:after {
  right: 5px; }

/*.breadcrumb span a span:after{
  position: relative;
  margin: 0 0 0 4px;
  content: '/';
  width: auto;
  height: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: none!important;
  color: #071644;
}*/
/*----------END-POPUP----------*/
.investors ul li {
  margin: 0 80px; }

.trust-box {
  overflow: hidden; }

.investors ul {
  width: 10000px; }

.legal-article .content-news-article .item-news .list-info li:before {
  display: none; }

.investors ul li img {
  max-width: 150px; }
.work .wrap .top-list > li:nth-child(2){
  margin-left: 3px;
}
.work .wrap .top-list > li:nth-child(2):after{
  display: none;
}

.work .wrap .top-list > li:nth-child(4){
  margin-left: 0;
}
.cognito .c-forms-form .c-dropdown select {
  padding-top: 0;
  padding-bottom: 0;
  outline: none !important; }

.legal-article .item-news .list-info li:before{
  display: none;
}
.legal-article .item-news .list-info li{
  padding-left: 0;
}
.cognito .c-forms-form textarea{
  height: 200px!important;
  resize: none;
}


/*----NEW---*/
.mktoForm{
  width: 100%!important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  padding-left: 40%;
}
.mktoForm .mktoFormRow{
  width: 100%;
}
.mktoForm .mktoFormRow:nth-child(2){
  width: 40%;
  position: absolute;
  top: 0;
  left: 0;
}
.mktoHtmlText.mktoHasWidth{
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 48px;
  /* or 133% */
  display: flex;
  align-items: center;
  color: #3B52B2;
  margin: 0;
  font-family: 'Georama', sans-serif;
  padding-top: 30px;
}
.mktoForm .mktoRadioList input{
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  border: 4px solid  #fff;
  background: #fff;
  margin-right: 8px;
  position: relative;
  z-index: 1;
}
.mktoForm .mktoRadioList input:checked{
  background: #3B52B2;
}

.mktoForm .mktoRadioList label{
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  /* identical to box height */
  letter-spacing: -0.444444px;
  color: #475E77;
}
.mktoForm .mktoFieldWrap>label{
  font-style: normal;
  font-weight: 900;
  font-size: 32px;
  line-height: 38px;
  letter-spacing: -0.457143px;

  color: #3B52B2;
}
.mktoForm .mktoFormCol{
  width: 100%;
}
.mktoForm .mktoFieldWrap{
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mktoForm .mktoRequiredField label.mktoLabel{
  width: 140px!important;
  padding: 0!important;
}
.mktoForm .mktoRadioList{
  width: calc(100% - 140px) !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px!important;
}
.mktoForm .mktoAsterix{
  display: none!important;
}
.mktoForm .mktoGutter{
  display: none!important;
}
.mktoForm .mktoRadioList label{
  width: 150px;
  margin: 0!important;
  position: relative;
}
.mktoHtmlText.mktoHasWidth{
  width: 90%!important;
}
.mktoForm .mktoRadioList label:after{
  position: absolute;
  left: -34px;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  content: '';
  background: #BAC0D4;
  top: -2px;
}
.mktoForm .mktoFormRow:nth-child(4) input{
  height: 60px;
  line-height: 60px;
  background: #FFFFFF;
  border-radius: 30px;
  width: 100%!important;
  padding: 0 45px;
  font-weight: normal;
  font-size: 18px;
  display: flex;
  align-items: center;
  border: none!important;
  color: #475E77;
}
.mktoForm .mktoFormRow:nth-child(4) label{
  display: none!important;
}
.mktoForm .mktoFormRow:nth-child(4){
  width: calc(100% - 200px)!important;
  float: left;
}
.mktoButtonRow{
  width: 175px!important;
  float: right;
}
.mktoForm .mktoButtonWrap.mktoDownloadItunes .mktoButton{
  width: 100%!important;
  height: 60px;
  line-height: 60px;
  border-radius: 30px!important;
  background: #3B52B2!important;
  font-style: normal;
  font-weight: bold;
  font-size: 18px!important;
  text-align: center!important;
  box-shadow: none!important;
  color: #FFFFFF;
  padding: 0!important;
  position: relative;
  top:15px;
}
.mktoForm .mktoButtonWrap.mktoDownloadItunes .mktoButton:hover{
  background: #1b3183 !important;
}

.form-submit .content-width{
  padding-top: 30px;
  padding-bottom: 30px;
}
.popmake-close{
  border: none!important;
  text-decoration: underline;
  background: transparent!important;
}
.pum-theme-123 .pum-content + .pum-close, .pum-theme-enterprise-blue .pum-content + .pum-close{
  background: #3B52B2!important;
}
.choose-behalf p, .merchant-head .content-width .text-wrap p, .merchant-head .content-width .text-wrap ul li, .head-bus .content-width .text-wrap p{
  font-size: 21px;
  line-height: 28px;
}

.marketing #section-3 .table .line-table:nth-child(6) .item-1, .marketing #section-3 .table .line-table:nth-child(7) .item-1, .marketing #section-3 .table .line-table:nth-child(8) .item-1, .marketing #section-3 .table .line-table:nth-child(9) .item-1{
  height: 370px;
}
.marketing #section-5 .table .line-table .item-1, .marketing #section-6 .table .line-table .item-1 {
  min-height: 250px;
}
.marketing #section-5 .table .line-table .item-1, .marketing #section-6 .table .line-table .item-1 {
  min-height: 350px;
}
.merchant-head .content-width .text-wrap ul li + li:before{
  top: 11px;
}

.financing-options .input-wrap-range:nth-child(3) .irs-grid-text:before{
  content: '$';
}
.legal-article{
  margin-bottom: 50px;
}

#confirmform{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
#confirmform>p:first-child{
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 48px;
  display: flex;
  align-items: center;
  color: #3B52B2;
  font-family: 'Georama', sans-serif;
  width: 445px;
  margin: 0 10% 0 0;
}
#confirmform img{
  width: 28px;
  margin-right: 15px;
}
#confirmform>p:last-child{
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  line-height: 32px;
  display: flex;
  align-items: center;
  letter-spacing: -0.457143px;
  color: #3B52B2;
  width: calc(100% - 10% - 490px);
}
#confirmform>p:last-child b{
  font-weight: 900;
  font-size: 32px;
}
.cognito input[type=checkbox], .cognito input[type=radio] {
  padding: 0;
  margin-right: 10px!important;
  display: inline-block!important;
}

.contact .content .right li:first-child a:after{
  display: none;
}

a[href^="tel:"]:after {
  display: none!important;
}
.pum-theme-123 .pum-content, .pum-theme-enterprise-blue .pum-content{
  outline: none!important;
  border: none!important;
}
.work .wrap .top-list > li:first-child{
  margin: 0;
}

.legal h1{
  margin-bottom: 30px;
}
.legal p{
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  color: #071644;
  margin: 0 0 30px;
  max-width: 1160px;
}
.embed_jobs_head2{
  width: 100%;
}

.legal p{
  position: relative;
  z-index: 1;
}
.bus-slider .swiper-slide figure{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;

}

.breadcrumb li a span:after{
  transform: none!important;
}
.breadcrumb span a span{
  margin-right: 5px;
}

.faq .head-wrap h3{
  font-size: 48px;
  line-height: 64px;
  margin: 10px 0 0;
  font-weight: normal;
  position: relative;
  z-index: 1;
}



.accordion-panel ul li {
  margin-bottom: 20px;
  position: relative;
  padding-left: 35px;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  color: #071644;
  }
.accordion-panel ul li a {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  color: #3B52B2; }
.accordion-panel ul li a:hover {
  opacity: 0.7; }
.accordion-panel ul li:before {
  position: absolute;
  top: 9px;
  left: 12px;
  background: #3B52B2;
  border-radius: 8px 0px 8px 8px;
  content: '';
  width: 10px;
  height: 10px; }

.trust-box a{
  text-align: center;
}
.trust-box a img{
  max-width: 50% !important;
}

.legal-article .content .table-wrap-2 .table-row .table-data{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.legal-article .content .table-wrap-2 .table-row.table-head .table-data{
  display: block;
}
.legal-article .content .table-wrap-2 .table-row:nth-child(2) .table-data{
  display: block;
}
.legal-article ul li a{
  display: inline-block;
  position: relative;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  color: #0E75BB;
  text-align: left;
}
.legal-article ul li a:after{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  height: 1px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  background: #0E75BB;
}
.legal-article ul li a:hover:after{
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
.legal-article .content .table-wrap .table-row .table-data-1-full .data-full-bottom .data:last-child{
  border-right: 0!important;
}

.legal-article .content .table-wrap-2 .table-row:nth-child(2) .table-data-1{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.contact .content .right p a{
  color: #3B52B2!important;
}
/*.marketing #section-5{
  display: none;
}*/

.marketing #section-3 .table .line-table .item-3, .marketing #section-6 .table .line-table .item-3, .marketing #section-7 .table .line-table .item-3, .marketing #section-5 .table .line-table .item-3{
  display: none;
}
.marketing #section-3 .table .line-table .item-1, .marketing #section-6 .table .line-table .item-1, .marketing #section-7 .table .line-table .item-1, .marketing #section-5 .table .line-table .item-1{
  width: 55%;
}
.marketing #section-3 .table .line-table .item-2, .marketing #section-6 .table .line-table .item-2, .marketing #section-7 .table .line-table .item-2, .marketing #section-5 .table .line-table .item-2{
  width: 45%;
  position: relative;
}
.marketing #section-3 .table .line-table .item-1 img, .marketing #section-6 .table .line-table .item-1 img, .marketing #section-7 .table .line-table .item-1 img{
  max-height: 333px;
}
.marketing #section-7 .table .line-table .item-1 img{
  max-height: 265px;
}
.marketing #section-7 .table .line-table .item-1{
  min-height: 330px;
}

.marketing #section-3 .table .line-table .item-2:after, .marketing #section-4 .table .line-table .item-2:after, .marketing #section-6 .table .line-table .item-2:after, .marketing #section-7 .table .line-table .item-2:after, .marketing #section-5 .table .line-table .item-2:after {
  position: absolute;
  top: -200px;
  bottom: -200px;
  right: 0;
  content: '';
  width: 1px;
  background: #BAC0D4;
}

.marketing #section-4 .table .line-table .item-3{
  display: none;
}
.marketing #section-4 .table .line-table .item-1{
  width: 70%;
  height: 170px;
}
.marketing #section-4 .table .line-head .item-1{
  width: 70%;
  height: inherit;
}
.marketing #section-4 .table .line-table .item-1 img{
  max-height: 190px;
}
.marketing #section-4 .table .line-table .item-2{
  width: 30%;
  position: relative;
}

.marketing #section-6 .table .line-table:nth-child(2) .item-1{
  height: 280px;
  min-height: 280px;
}

.marketing #section-5 .table .line-table .item-1{
  min-height: 250px;
}

.marketing #section-5 .table .line-table:last-child .item-1{
  min-height: 400px;
}

.marketing.marketing-assets .table .line-table:last-child .item-1{
  height: 170px;
}

.marketing.marketing-assets .content-width .right{
  width: 100%!important;
}
.marketing.marketing-assets .table{
  width: 950px;
  max-width: 100%;
}
.contact .content .right p, .contact .content .right p a{
  font-size: 18px;
  line-height: 24px;
  margin: auto!important;
}
.contact .content .right p{
  max-width: 795px;
}

/*---------LTO--------------*/
.lto{
  padding: 45px 0 100px;
}
.lto  figure{
  text-align: center;
  margin-bottom: 29px;
}
.lto p{
  font-size: 21px;
  line-height: 28px;
  font-weight: 400;
  color: #071644;
  margin-bottom: 20px;
}
.lto p b{
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 28px;
  color: #00AA9D;
}
.lto h1{
  font-style: normal;
  font-weight: bold;
  font-size: 44px;
  line-height: 53px;
  text-align: center;
  color: #3B52B2;
  max-width: 700px;
  margin: 0 auto 27px;
}
.lto .content-width{
  max-width: 945px;
}
.lto h6{
  font-family: 'Lato', sans-serif;
  color: #071644;
  font-style: normal;
  font-weight: 600;
  font-size: 21px;
  line-height: 28px;
  margin: 0 0 20px;
}
.lto p a{
  color: #0E75BB;
}
.lto p a:hover{
  color: #071644;
}
.lto .bottom{
  margin-top: 80px;
}
.lto .bottom p{
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  text-align: justify;
  color: #475E77;
  margin: 0;
}

.unavailable{
  padding: 95px 0 100px;
  text-align: center;
}
.unavailable figure{
  margin-bottom: 74px;
}
.unavailable h2{
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 48px;
  color: #3B52B2;
  margin-bottom: 18px;
}

.unavailable p{
  font-style: normal;
  font-weight: normal;
  font-size: 21px;
  line-height: 28px;
  color: #071644;
  margin-bottom: 20px;
}
.unavailable .content-width{
  max-width: 760px;
}

.c-page-page1{

}
.c-page-page2{

}

.cognito .c-forms-form-body{
  padding: 0 122px 50px;
}
.cognito.c-med .c-forms-template{
  padding: 0!important;
}
.cognito.c-med .c-forms-form-body{
  padding: 20px;
}
.cognito.c-med .c-forms-form-body select{
  height: 60px!important;
  border-radius: 30px!important;
  font-size: 21px!important;
}
.cognito .c-forms-form button:not(.c-icon-button), .cognito .c-forms-form .c-add-item, .cognito .c-forms-form input[type=button], .cognito .c-forms-form .c-fileupload-dropzone .c-upload-button button{
  padding: 20px 30px;
  text-align: center;
  width: 225px;
  height: 60px;
  border-radius: 30px!important;
  font-size: 18px!important;
}

.cognito .c-forms-form input[type="checkbox"]:not(:checked) + *:before, .cognito .c-forms-form input[type="checkbox"]:checked + *:before{
  background: #FFFFFF;
  border: 1px solid #98ACC0!important;
  box-sizing: border-box;
  width: 32px!important;
  height: 32px!important;
  border-radius: 2px!important;
  margin-bottom: 20px;
}
.cognito .c-forms-form input[type="checkbox"]:checked + *:after{
  left: 7px!important;
  top: 2px!important;
}
.cognito .c-forms-form .c-choice-option label{
  text-align: left!important;
}

.cognito .c-page-page1 label[for]{
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 140%;
  text-align: left;
  color: #3B52B2;
  margin-bottom: 10px;
}
.cognito .c-forms-form input[type=text]{
  border: 1px solid #98ACC0;
  box-sizing: border-box;
  border-radius: 30px!important;
  height: 60px!important;
  width: 100%;
  font-size: 21px!important;

}
.cognito .c-forms-form :not(.c-question) > .c-label{
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0;
}

.cognito .c-html *+*{
  text-align: left;
  font-style: normal;
  font-weight: bold;
  font-size: 21px;
  line-height: 140%;
  color: #00234D;
}
.cognito .c-forms-form input[type="checkbox"] + *{
  font-style: normal;
  font-weight: normal;
  font-size: 21px;
  line-height: 140%;
  color: #00234D;
}
.cognito .c-page-page2 .c-button-section{
  padding: 0 122px!important;
}

.cognito .c-editor.c-columns-2 div, .cognito .c-editor .c-columns-2 div{
  text-align: left;
}
.cognito .c-page-page2 button.c-page-nav{
  background: transparent!important;
  color: #3b52b2!important;
}
.cognito .c-forms-form h3{
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 140%;
  text-align: left;
  color: #3B52B2;
}
.unavailable p{
  text-align: left;
  font-style: normal;
  font-weight: normal;
  font-size: 21px;
  line-height: 140%;
  color: #000000;
}
.cognito .c-page-page2 input[type="radio"] + *{
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 140%;
  color: #00234D;
}
.cognito .c-page-page2 input[type=text]{
  font-size: 14px!important;
}
.cognito .c-forms-form .c-background-highlight{
  background: #fff!important;
  border: 1px dashed #00234D;
  height: 240px;
  border-radius: 2px!important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column-reverse;
  padding: 20px 20px 44px;
}

.cognito .c-forms-form .c-background-highlight button{
  width: 150px!important;
  height: 40px!important;
  font-size: 14px;
  padding: 0!important;
}
.cognito .c-forms-form .c-background-highlight span{
  margin-bottom: 15px;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #829BA7;
}
.unavailable .c-editor p{
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 140%;
  color: #00234D;
}
.unavailable .c-editor p a{
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 140%;
  color: #049489;
}
.cognito .c-forms-confirmation-message{
  padding: 30px 30px!important;
}
.cognito .c-page-page2 .c-label label[for]{
  font-weight: bold;
  font-size: 18px;
  color: #3b52b2;
  line-height: 1.3em;
}
.cognito .c-forms-form input{
  font-size: 14px!important;
}
.cognito .c-forms-form input::-webkit-input-placeholder {
  color: #829BA7;
}

.cognito .c-forms-form input::-moz-placeholder {
  color: #829BA7!important;
}
.cognito .c-forms-form input:-ms-input-placeholder {
  color: #829BA7!important;
}
.cognito .c-forms-form input:-moz-placeholder {
  color: #829BA7!important;
}

.cognito .c-forms-form input::-webkit-input-placeholder {
  color: #829BA7!important;
}

.cognito form::-moz-placeholder {
  color: #829BA7!important;
}
.cognito form:-ms-input-placeholder {
  color: #829BA7!important;
}
.cognito form:-moz-placeholder {
  color: #829BA7!important;
}


.cognito form::-webkit-input-placeholder {
  color: #829BA7!important;
}

.c-page-page2  .c-forms-form  input[type=text]{
  padding: 0 15px!important;
  font-size: 14px!important;
  line-height: 58px!important;
}
.c-editor.c-span-1{
  margin-top: 10px!important;
}

/*.cognito .c-editor.c-html img{
  display: none!important;
}*/

.unavailable .content-width-unavailable{
  max-width: 1020px;
}
.unavailable .title{
  margin-bottom: 30px;
}

.unavailable .title h2{
  display: inline-block;
  margin: auto;
  background: #3B52B2;
  color: #fff;
  font-style: normal;
  font-weight: 900;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  padding: 15px 80px;
  position: relative;
  overflow: hidden;
  margin-bottom: 17px;
}
.unavailable .title h2 span{
  position: relative;
  z-index: 1;
}
.unavailable .title h2:after{
  position: absolute;
  width: 200px;
  height: 100px;
  content: '';
  right: 0;
  top: -66px;
  box-sizing: border-box;
  border-top: 100px solid transparent;
  border-right: 50px solid #fff;
  border-left: 50px solid transparent;
  border-bottom: 100px solid transparent;
}
.unavailable .title h2:before{
  position: absolute;
  width: 200px;
  height: 100px;
  content: '';
  left: 0;
  top: -66px;
  box-sizing: border-box;
  border-top: 100px solid transparent;
  border-left: 50px solid #fff;
  border-right: 50px solid transparent;
  border-bottom: 100px solid transparent;
}
.unavailable-form{
  padding-top: 50px;
}

.unavailable .big-logo{
  margin-bottom: 59px;
}

.unavailable .wrap{
  padding: 0 80px;
}
.unavailable h6{
  font-style: normal;
  font-weight: bold;
  font-size: 21px;
  line-height: 140%;
  text-align: center;
  color: #00234D;
  padding: 0 30px;
  margin: 0 0 8px;
}
.unavailable h5{
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 140%;
  color: #3B52B2;
  text-align: left;
  margin: 0 0 20px;
}

.unavailable .wrap p{
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  line-height: 140%;
  color: #00234D;
  margin-bottom: 54px;
}
.contact .content .right p span{
  color: #3B52B2!important;
}

.list-link{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 335px;
}
.list-link li{
  margin-left: 15px;
}
.list-link li img{
  max-height: 51px;
}
.list-link-mob{
  display: none;
}

.blog-inner .inner p:nth-last-child(2){
  font-size: 16px;
}

.lto .bottom span{
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  text-align: justify;
  color: #475E77;
  margin: 0;
}

.knowledge p img{
  margin-right: 5px;
  vertical-align: sub;
}
.legal-article .item-news ol {
    
    margin-bottom: 15px;
}
.legal-article .item-news ol li{
	font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #071644;
	text-align:left;
}
.about .cognito .c-page-page2 .c-button-section {
  padding: 0!important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.about .cognito .c-page .c-currency{
  width: 100%;
  max-width: 600px;
}

/*----------LUMENIS---------------*/
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Black.woff') format('woff2'),
  url('../fonts/Lato-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Light.woff') format('woff2'),
  url('../fonts/Lato-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Semibold.woff') format('woff2'),
  url('../fonts/Lato-Semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Regular.woff') format('woff2'),
  url('../fonts/Lato-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.head-line {
  background: url("../img/bg-2.jpg") no-repeat top right;
  background-size: cover;
  margin-top: -12px;
  padding: 30px 0 25px; }
.head-line .content-width {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0 0 12px; }

/*-----------------END-HEADER---------------*/
/*-----------------BG-TEXT-FORM---------------*/
.bg-text-form {
  padding: 124px 0 170px;
  background: url("https://www.behalf.com/wp-content/themes/behalf/img/bg-0.jpg") no-repeat;
  background-size: cover;
  position: relative; }
.bg-text-form:after {
  position: absolute;
  top: 122px;
  height: 675px;
  width: 50%;
  left: 0;
  content: '';
  background: url("../img/bg-1.png") no-repeat right;
  background-size: contain; }
.bg-text-form .content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  z-index: 1; }
.bg-text-form .text-wrap {
  width: 45%;
  padding: 47px 0 0 100px; }
.bg-text-form .form-wrap {
  width: 41%; }
.bg-text-form .form-wrap > img {
  max-width: 100%; }
.bg-text-form h1 {
  font-style: normal;
  font-weight: 300;
  font-size: 48px;
  line-height: 55px;
  color: #FFFFFF;
  margin: 0 0 44px; }
.bg-text-form ol {
  padding: 0;
  margin: 0 0 51px;
  list-style: none; }
.bg-text-form ol li {
  counter-increment: li;
  position: relative;
  padding-left: 48px;
  margin-bottom: 20px; }
.bg-text-form ol li:before {
  position: absolute;
  top: -2px;
  left: 5px;
  content: counter(li);
  background: #FFFFFF;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #00234D;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  border-radius: 100%; }
.bg-text-form ol li p {
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  line-height: 27px;
  color: #FFFFFF;
  margin: 0; }
.bg-text-form ol li p a {
  font-style: normal;
  font-weight: 900;
  font-size: 21px;
  line-height: 27px;
  color: #FFFFFF; }
.bg-text-form p {
  font-style: normal;
  font-weight: 600;
  font-size: 21px;
  line-height: 28px;
  color: #FFFFFF;
  max-width: 480px;
  margin: 0 0 54px; }
.bg-text-form ul {
  margin: 0;
  list-style: none;
  padding: 0; }
.bg-text-form ul li {
  margin-bottom: 9px; }
.bg-text-form ul li a {
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  line-height: 32px;
  color: #FFFFFF;
  display: inline-block; }
.bg-text-form ul li a span {
  text-decoration: underline; }
.bg-text-form ul li a:hover {
  opacity: 0.7; }
.bg-text-form ul li a img {
  position: relative;
  vertical-align: sub;
  margin-right: 10px;
  top: -2px; }
.bg-text-form ul li:last-child {
  margin-bottom: 0; }
.bg-text-form h6 {
  font-style: normal;
  font-weight: 900;
  font-size: 26px;
  line-height: 32px;
  color: #FFFFFF;
  margin: 0 0 13px; }

.bg-text-form-11 h1 {
  margin-bottom: 33px; }

.bg-text-form-11 ol {
  margin-bottom: 32px; }

/*----------------END-BG-TEXT-FORM---------------*/
/*---------------FORM-STEP-WRAP---------------*/
.form-step-wrap {
  padding: 95px 0 75px;
  background: url("../img/l-bg-3.jpg") no-repeat;
  background-size: cover; }
.form-step-wrap h1 {
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 55px;
  color: #00234D;
  margin: 0 0 45px; }
.form-step-wrap .form-wrap {
  padding: 59px 59px;
  background: #fff;
  margin-bottom: 50px; }
.form-step-wrap .form-wrap .cognito:not(.c-forms-actionBar) {
  max-width: 100%; }
.form-step-wrap .form-wrap .cognito label {
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 140%;
  color: #3B52B2;
  padding: 0; }
.form-step-wrap .form-wrap .cognito INPUT[type=text], .form-step-wrap .form-wrap .cognito INPUT[type=password], .form-step-wrap .form-wrap .cognito INPUT[type=email], .form-step-wrap .form-wrap .cognito INPUT[type=tel], .form-step-wrap .form-wrap .cognito INPUT[type=url] {
  width: 100%;
  padding: 0 25px;
  background: #FFFFFF;
  border: 2px solid #98ACC0!important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 8px!important;
  height: 60px!important;
  line-height: 56px!important; }
.form-step-wrap .form-wrap .cognito .c-span-24 .c-span-18 {
  width: 79%; }
.form-step-wrap .form-wrap .cognito .c-editor {
  padding: 0; }
.form-step-wrap .form-wrap .cognito .c-forms-form .c-button-section button:not(.c-icon-button) {
  height: 60px;
  line-height: 60px;
  background: #3B52B2;
  border-radius: 30px;
  font-style: normal;
  font-weight: bold;
  font-size: 17.893px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 0 30px;
  min-width: 225px;
  margin: 0; }
.form-step-wrap .form-wrap .cognito .c-forms-form .c-button-section button:not(.c-icon-button):hover {
  background: #263675; }
.form-step-wrap .form-wrap .cognito .c-action {
  padding-top: 30px; }
.form-step-wrap .form-wrap .cognito .c-editor p {
  font-style: normal;
  font-weight: normal;
  font-size: 21px;
  line-height: 140%;
  color: #00234D;
  margin: 0; }
.form-step-wrap .form-wrap .c-title h3 {
  padding: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 140%;
  color: #00234D; }
.form-step-wrap .form-wrap .c-title {
  padding: 0; }
.form-step-wrap .form-wrap .c-choice-option label {
  padding-left: 45px;
  margin-bottom: 5px;
  font-size: 18px; }
.form-step-wrap .form-wrap .cognito .c-forms-form :not(.c-question) > .c-label {
  padding-left: 0;
  margin-bottom: 10px; }
.form-step-wrap .form-wrap .cognito .c-action button {
  margin-right: 20px !important; }
.form-step-wrap .form-wrap .cognito .c-forms-form .c-background-highlight {
  height: 200px;
  border-radius: 8px;
  border: 1px dashed  #00234D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  background: #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
.form-step-wrap .form-wrap .cognito input[type=file] {
  height: 40px;
  line-height: 40px;
  background: #3B52B2;
  border-radius: 30px;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 0 30px;
  min-width: 150px;
  margin: 0;
  cursor: pointer; }
.form-step-wrap .form-wrap .cognito input[type=file]:hover {
  background: #263675; }
.form-step-wrap .form-wrap .cognito .c-forms-form button:not(.c-icon-button) {
  height: 40px;
  line-height: 40px;
  background: #3B52B2;
  border-radius: 30px;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 0 30px;
  min-width: 140px;
  margin: 0;
  cursor: pointer; }
.form-step-wrap .form-wrap .cognito .c-forms-form button:not(.c-icon-button):hover {
  background: #263675; }
.form-step-wrap .form-wrap .cognito .c-span-24 .c-span-12 {
  width: 100%; }
.form-step-wrap .form-wrap .cognito .c-forms-form .c-fileupload-dropzone .c-upload-button {
  width: 150px;
  height: 40px;
  padding: 0;
  margin-top: 20px; }
.form-step-wrap .form-wrap .cognito .c-editor p span {
  font-size: 18px; }
.form-step-wrap .content {
  max-width: 1000px;
  padding-left: 10px; }
.form-step-wrap .text-wrap p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #526B8A; }
.form-step-wrap .text-wrap p a {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #1B70B3; }
.form-step-wrap .text-wrap p a:hover {
  opacity: 0.7; }
.form-step-wrap h2 {
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 20px;
  color: #00234D;
  margin: 0 0 42px; }

/*--------------END-FORM-STEP-WRAP---------------*/
/*----------------FOOTER---------------*/
footer.lumenis {
  padding: 72px 0 50px;
  background: #00234D; }
footer.lumenis .content-width {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
footer.lumenis .text-wrap {
  width: calc(100% - 585px);
  padding: 0 0 0 8px; }
footer.lumenis .text-wrap p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #B3BFCA; }
footer.lumenis .text-wrap p a {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #B3BFCA;
  text-decoration: underline; }
footer.lumenis .text-wrap p a:hover {
  color: #fff; }
footer.lumenis .logo-wrap {
  width: 400px;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-top: 23px; }
footer.lumenis .logo-wrap .logo {
  margin-bottom: 8px; }
footer.lumenis .logo-wrap p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  text-align: right;
  color: #FFFFFF;
  margin: 0; }
footer.lumenis .logo-wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
footer.lumenis .logo-wrap ul li {
  margin-left: 10px;
  position: relative; }
footer.lumenis .logo-wrap ul li a {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  text-align: right;
  color: #FFFFFF; }
footer.lumenis .logo-wrap ul li a:hover {
  opacity: 0.7; }
footer.lumenis .logo-wrap ul li + li:before {
  position: absolute;
  top: 5px;
  bottom: 3px;
  left: -5px;
  content: '';
  width: 1px;
  background: #fff; }

footer.lumenis .content .logo-wrap {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

footer.lumenis .content .logo-wrap p {
  text-align: left; }

footer.lumenis .logo-wrap ul li:first-child {
  margin-left: 0; }

footer.lumenis .content .logo-wrap ul {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

footer.lumenis:after{
  display: none;
}
footer.lumenis .content{
  width: 100%;
}
.form-step-wrap .cognito .c-page-page2 .c-button-section{
  padding: 0!important;
}

.form-step-wrap .cognito .c-forms-form-body{
  padding: 0;
}

.form-step-wrap .cognito .c-editor.c-columns-0>div{
  width: 100%;
}
.blog-inner .inner > p>strong{
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #3B52B2;
}

.blog-inner .inner p + ul{
  margin-bottom: 25px;
}
.blog-inner .inner p + ul li{
  position: relative;
  padding-left: 45px;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  color: #071644;
  text-align: left;
}
.blog-inner .inner ul li em, .blog-inner .inner > p em{
  font-style: normal;
}
.blog-inner .inner p + ul li:before{
  position: absolute;
  top: 0;
  left: 20px;
  content: '\f00c';
  color: #3B52B2;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 20px;
}
.blog-inner .inner > p.bla{
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #475E77;
}
.blog-inner .inner p + p.bla{
  margin-top: 50px;
}
.blog-inner .inner p.bla + p.bla{
  margin-top:0;
}
.about .cognito .c-forms-form-body{
  padding-left: 0!important;
  padding-right: 0!important;
}
/*# sourceMappingURL=styles.css.map */