@charset "UTF-8";
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Lexend:wght@100;200;300;400;500;600;700;800;900&display=swap");
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-play-circle-o:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

.jsModal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.7);
  font-family: 'Montserrat', sans-serif; }
  .jsModal .jsModal_dialog {
    height: 90vh;
    display: flex;
    align-items: center;
    margin-top: 5vh;
    padding: 5vh 0;
    overflow: hidden; }
    .jsModal .jsModal_dialog .jsModal_content {
      position: relative;
      max-width: 100%;
      max-height: 100%;
      margin: 0 auto;
      padding: 30px 20px;
      /* width */
      /* Track */
      /* Handle */
      /* Handle on hover */ }
      .jsModal .jsModal_dialog .jsModal_content::-webkit-scrollbar {
        width: 7px; }
      .jsModal .jsModal_dialog .jsModal_content::-webkit-scrollbar-track {
        background: #f1f1f1; }
      .jsModal .jsModal_dialog .jsModal_content::-webkit-scrollbar-thumb {
        background: #888;
        border-radius: 7px; }
      .jsModal .jsModal_dialog .jsModal_content::-webkit-scrollbar-thumb:hover {
        background: #727272; }
      @media only screen and (max-width: 565px) {
        .jsModal .jsModal_dialog .jsModal_content {
          width: 100%;
          height: auto;
          display: flex;
          justify-content: center; }
          .jsModal .jsModal_dialog .jsModal_content iframe {
            width: auto; } }
  .jsModal .jsModal_close {
    position: absolute;
    top: 0;
    right: -10px;
    font-size: 75px;
    line-height: 0.7;
    color: #fff;
    opacity: .5;
    border: none;
    background-color: transparent;
    font-weight: 300;
    cursor: pointer;
    transform: translate(-100%, 100%); }
    .jsModal .jsModal_close:hover {
      opacity: 1; }

.jsModal_show {
  display: block; }

.jsModal_hide {
  display: none; }

/* Slider */
/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick/slick.eot");
  src: url("../fonts/slick/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick/slick.woff") format("woff"), url("../fonts/slick/slick.ttf") format("truetype"), url("../fonts/slick/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/font-awesome/fontawesome-webfont.otf");
  src: url("../fonts/font-awesome/fontawesome-webfont.eot") format("eot"), url("../fonts/font-awesome/fontawesome-webfont.woff2") format("woff2"), url("../fonts/font-awesome/fontawesome-webfont.woff") format("woff"), url("../fonts/font-awesome/fontawesome-webfont.ttf") format("truetype"), url("../fonts/font-awesome/fontawesome-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

body {
  margin: 0;
  padding: 0;
  text-transform: none;
  color: #000;
  line-height: 1.3;
  font-weight: 300; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, details, embed, figure, figcaption, footer,
header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, picture {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%; }

picture {
  font-size: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block; }

blockquote, q {
  quotes: none; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none; }

marquee {
  width: 100%; }

ul, li {
  list-style: none; }

html {
  height: 100%;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none; }

input[type="text"],
input[type="password"],
input[type="email"],
textarea {
  outline: none;
  appearance: none;
  border-radius: 0; }

input[type="button"],
input[type="submit"],
input[type="reset"],
button,
label,
a {
  outline: none;
  cursor: pointer; }

img {
  max-width: 100%;
  height: auto; }

table {
  width: 100%; }

td,
tr,
form {
  margin: 0;
  padding: 0; }

a {
  text-decoration: none; }

a,
span,
div,
button {
  outline: none !important; }

hr {
  border: 0;
  width: 100%;
  height: 1px;
  margin: 10px 0;
  background-color: #000; }

* {
  box-sizing: border-box; }
  *:before, *:after {
    box-sizing: border-box; }

.row {
  display: block;
  margin-left: -15px;
  margin-right: -15px; }
  @media only screen and (max-width: 991px) {
    .row {
      margin-left: -6.25vw;
      margin-right: -6.25vw; } }

[class^="col-"] {
  padding-left: 15px;
  padding-right: 15px; }
  @media only screen and (max-width: 991px) {
    [class^="col-"] {
      padding-left: 6.25vw;
      padding-right: 6.25vw; } }

.col {
  float: left; }
  .col-1 {
    max-width: 8.33333%;
    width: 8.33333%;
    float: left; }
  .col-2 {
    max-width: 16.66667%;
    width: 16.66667%;
    float: left; }
  .col-3 {
    max-width: 25%;
    width: 25%;
    float: left; }
  .col-4 {
    max-width: 33.33333%;
    width: 33.33333%;
    float: left; }
  .col-5 {
    max-width: 41.66667%;
    width: 41.66667%;
    float: left; }
  .col-6 {
    max-width: 50%;
    width: 50%;
    float: left; }
  .col-7 {
    max-width: 58.33333%;
    width: 58.33333%;
    float: left; }
  .col-8 {
    max-width: 66.66667%;
    width: 66.66667%;
    float: left; }
  .col-9 {
    max-width: 75%;
    width: 75%;
    float: left; }
  .col-10 {
    max-width: 83.33333%;
    width: 83.33333%;
    float: left; }
  .col-11 {
    max-width: 91.66667%;
    width: 91.66667%;
    float: left; }
  .col-12 {
    max-width: 100%;
    width: 100%;
    float: left; }

@media (min-width: 320px) {
  .col-xs-1 {
    float: left;
    max-width: 8.33333%;
    width: 8.33333%; }
  .col-xs-2 {
    float: left;
    max-width: 16.66667%;
    width: 16.66667%; }
  .col-xs-3 {
    float: left;
    max-width: 25%;
    width: 25%; }
  .col-xs-4 {
    float: left;
    max-width: 33.33333%;
    width: 33.33333%; }
  .col-xs-5 {
    float: left;
    max-width: 41.66667%;
    width: 41.66667%; }
  .col-xs-6 {
    float: left;
    max-width: 50%;
    width: 50%; }
  .col-xs-7 {
    float: left;
    max-width: 58.33333%;
    width: 58.33333%; }
  .col-xs-8 {
    float: left;
    max-width: 66.66667%;
    width: 66.66667%; }
  .col-xs-9 {
    float: left;
    max-width: 75%;
    width: 75%; }
  .col-xs-10 {
    float: left;
    max-width: 83.33333%;
    width: 83.33333%; }
  .col-xs-11 {
    float: left;
    max-width: 91.66667%;
    width: 91.66667%; }
  .col-xs-12 {
    float: left;
    max-width: 100%;
    width: 100%; } }

@media (min-width: 768px) {
  .col-sm-1 {
    float: left;
    max-width: 8.33333%;
    width: 8.33333%; }
  .col-sm-2 {
    float: left;
    max-width: 16.66667%;
    width: 16.66667%; }
  .col-sm-3 {
    float: left;
    max-width: 25%;
    width: 25%; }
  .col-sm-4 {
    float: left;
    max-width: 33.33333%;
    width: 33.33333%; }
  .col-sm-5 {
    float: left;
    max-width: 41.66667%;
    width: 41.66667%; }
  .col-sm-6 {
    float: left;
    max-width: 50%;
    width: 50%; }
  .col-sm-7 {
    float: left;
    max-width: 58.33333%;
    width: 58.33333%; }
  .col-sm-8 {
    float: left;
    max-width: 66.66667%;
    width: 66.66667%; }
  .col-sm-9 {
    float: left;
    max-width: 75%;
    width: 75%; }
  .col-sm-10 {
    float: left;
    max-width: 83.33333%;
    width: 83.33333%; }
  .col-sm-11 {
    float: left;
    max-width: 91.66667%;
    width: 91.66667%; }
  .col-sm-12 {
    float: left;
    max-width: 100%;
    width: 100%; } }

@media (min-width: 992px) {
  .col-md-1 {
    float: left;
    max-width: 8.33333%;
    width: 8.33333%; }
  .col-md-2 {
    float: left;
    max-width: 16.66667%;
    width: 16.66667%; }
  .col-md-3 {
    float: left;
    max-width: 25%;
    width: 25%; }
  .col-md-4 {
    float: left;
    max-width: 33.33333%;
    width: 33.33333%; }
  .col-md-5 {
    float: left;
    max-width: 41.66667%;
    width: 41.66667%; }
  .col-md-6 {
    float: left;
    max-width: 50%;
    width: 50%; }
  .col-md-7 {
    float: left;
    max-width: 58.33333%;
    width: 58.33333%; }
  .col-md-8 {
    float: left;
    max-width: 66.66667%;
    width: 66.66667%; }
  .col-md-9 {
    float: left;
    max-width: 75%;
    width: 75%; }
  .col-md-10 {
    float: left;
    max-width: 83.33333%;
    width: 83.33333%; }
  .col-md-11 {
    float: left;
    max-width: 91.66667%;
    width: 91.66667%; }
  .col-md-12 {
    float: left;
    max-width: 100%;
    width: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1 {
    float: left;
    max-width: 8.33333%;
    width: 8.33333%; }
  .col-lg-2 {
    float: left;
    max-width: 16.66667%;
    width: 16.66667%; }
  .col-lg-3 {
    float: left;
    max-width: 25%;
    width: 25%; }
  .col-lg-4 {
    float: left;
    max-width: 33.33333%;
    width: 33.33333%; }
  .col-lg-5 {
    float: left;
    max-width: 41.66667%;
    width: 41.66667%; }
  .col-lg-6 {
    float: left;
    max-width: 50%;
    width: 50%; }
  .col-lg-7 {
    float: left;
    max-width: 58.33333%;
    width: 58.33333%; }
  .col-lg-8 {
    float: left;
    max-width: 66.66667%;
    width: 66.66667%; }
  .col-lg-9 {
    float: left;
    max-width: 75%;
    width: 75%; }
  .col-lg-10 {
    float: left;
    max-width: 83.33333%;
    width: 83.33333%; }
  .col-lg-11 {
    float: left;
    max-width: 91.66667%;
    width: 91.66667%; }
  .col-lg-12 {
    float: left;
    max-width: 100%;
    width: 100%; } }

body {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-size: 18px;
  font-weight: 300;
  background-color: #fff; }
  @media (min-width: 992px) and (max-width: 1920px) {
    body {
      font-size: 0.9375vw; } }
  @media only screen and (max-width: 991px) {
    body {
      font-size: 4.375vw; } }

.global-wrapper {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden; }
  @media only screen and (min-width: 2560px) {
    .global-wrapper {
      max-width: 2560px; } }

.container {
  margin: 0 auto;
  padding: 0 15px; }
  @media only screen and (min-width: 1400px) {
    .container {
      width: 1240px; } }
  @media (min-width: 1200px) and (max-width: 1399px) {
    .container {
      width: 60.9375vw; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .container {
      width: 970px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .container {
      padding: 0 50px; } }
  @media only screen and (max-width: 767px) {
    .container {
      width: 100%;
      padding-left: 6.25vw;
      padding-right: 6.25vw; } }

.link {
  color: #fff;
  font-weight: 600; }
  .link:hover, .link:visited, .link:focus {
    color: #fff;
    opacity: .7; }
  @media only screen and (min-width: 1921px) {
    .link img {
      margin-left: 10px;
      max-width: 18px; } }
  @media (min-width: 992px) and (max-width: 1920px) {
    .link img {
      margin-left: 0.52083vw;
      max-width: 0.9375vw; } }
  @media only screen and (max-width: 991px) {
    .link img {
      margin-left: 3.125vw;
      max-width: 3.75vw; } }

img {
  max-width: 100%; }

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

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

.clearfix:before, .clearfix:after {
  content: '';
  display: table;
  clear: both; }

.section {
  position: relative; }

.show-elem {
  transform: translateX(0) !important; }

.show-item {
  opacity: 1 !important; }

.hidden {
  display: none !important; }

.center-block {
  margin-left: auto;
  margin-right: auto;
  float: none; }

.left-bg, .right-bg {
  position: absolute;
  width: 50%;
  top: 0;
  bottom: 0;
  z-index: -1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.left-bg {
  left: 0; }

.right-bg {
  right: 0; }

.bg-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.pos-abs {
  position: absolute; }

.margin {
  margin: 0 !important; }

.padding {
  padding: 0 !important; }

.relative {
  position: relative; }

.overflow-hidden {
  overflow: hidden; }

.overflow-visible {
  overflow: visible; }

.full {
  width: 100%; }

@media only screen and (min-width: 1200px) {
  .no-gutter-lg {
    padding-left: 0;
    padding-right: 0; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .no-gutter-md {
    padding-left: 0;
    padding-right: 0; } }

@media (min-width: 768px) and (max-width: 991px) {
  .no-gutter-sm {
    padding-left: 0;
    padding-right: 0; } }

@media only screen and (max-width: 767px) {
  .no-gutter-xs {
    padding-left: 0;
    padding-right: 0; } }

.center-block {
  margin: 0 auto;
  float: none; }

.white {
  color: #fff; }

.black {
  color: #000; }

.blue {
  color: #23c9ff; }

.pink {
  color: #ff2463; }

.prBlue {
  color: #000a2b; }

.flex {
  display: flex; }
  @media only screen and (max-width: 991px) {
    .flex {
      flex-wrap: wrap; } }
  .flex-row {
    flex-direction: row; }
  .flex-row-reverse {
    flex-direction: row-reverse; }
  .flex-column {
    flex-direction: column; }
  .flex-column-reverse {
    flex-direction: column-reverse; }
  .flex-wrap {
    flex-wrap: wrap; }
  .flex-no-wrap {
    flex-wrap: nowrap; }

.align-left {
  justify-content: flex-start; }

.align-right {
  justify-content: flex-end; }

.align-center {
  justify-content: center; }

.align-justify {
  justify-content: space-between; }

.align-spaced {
  justify-content: space-around; }

.align-top {
  align-items: flex-start; }

.align-bottom {
  align-items: flex-end; }

.align-middle {
  align-items: center; }

.align-stretch {
  align-items: stretch; }

.align-baseline {
  align-items: baseline; }

.align-self-top {
  align-self: flex-start; }

.align-self-bottom {
  align-self: flex-end; }

.align-self-middle {
  align-self: center; }

.align-self-stretch {
  align-self: stretch; }

.align-center-middle {
  justify-content: center;
  align-items: center; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

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

.text-justify {
  text-align: justify; }

.text-uppercase {
  text-transform: uppercase; }

.text-capital {
  text-transform: capitalize; }

.text-underline {
  text-decoration: underline; }

.text-cursive {
  font-style: italic; }

.text-nowrap {
  white-space: nowrap; }

.text-ellipsis {
  max-width: 100%;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-align: left;
  text-overflow: ellipsis; }

.text-white {
  color: #fff; }

@media only screen and (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1299px) {
  .hidden-md {
    display: none !important; } }

@media only screen and (min-width: 1300px) {
  .hidden-lg {
    display: none !important; } }

@media (min-width: 1201px) and (max-width: 1399px) {
  .hidden-lp {
    display: none !important; } }

@media (min-width: 1300px) and (max-width: 1599px) {
  .hidden-hd {
    display: none !important; } }

@media only screen and (min-width: 1600px) {
  .hidden-fhd {
    display: none !important; } }

.cta-btn {
  font-size: 20px;
  font-family: 'Be Vietnam Pro', sans-serif;
  font-weight: 400;
  line-height: 1;
  padding: 10px 25px;
  border-radius: 20px;
  min-width: 125px;
  padding-right: 47.5px;
  color: #000a2b;
  position: relative;
  overflow: hidden;
  z-index: 1;
  text-align: center;
  font-weight: 600;
  transition: all .5s ease;
  display: inline-block;
  border: 1px solid #00ffff; }
  @media (min-width: 992px) and (max-width: 1920px) {
    .cta-btn {
      padding: 0.52083vw 1.30208vw;
      padding-right: 2.44792vw;
      font-size: 1.04167vw;
      border-radius: 1.04167vw; } }
  @media only screen and (max-width: 991px) {
    .cta-btn {
      border-radius: 4.6875vw;
      padding: 1.5625vw 4.6875vw;
      padding-right: 9.375vw;
      font-size: 4.375vw; } }
  .cta-btn:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    transition: width .5s ease;
    z-index: -1;
    border-radius: 20px;
    left: 0;
    background-color: #23c9ff; }
    @media (min-width: 992px) and (max-width: 1920px) {
      .cta-btn:before {
        border-radius: 1.04167vw; } }
    @media only screen and (max-width: 991px) {
      .cta-btn:before {
        border-radius: 4.6875vw; } }
  .cta-btn:after {
    content: "\f105";
    position: absolute;
    font-family: 'FontAwesome';
    top: 50%;
    transform: translateY(-50%);
    line-height: 38px;
    right: 15px;
    font-size: 22px; }
    @media (min-width: 992px) and (max-width: 1920px) {
      .cta-btn:after {
        font-size: 1.14583vw;
        line-height: 1.97917vw;
        right: 0.78125vw; } }
    @media only screen and (max-width: 991px) {
      .cta-btn:after {
        font-size: 4.375vw;
        line-height: 8.75vw;
        right: 3.125vw; } }
  .cta-btn:hover {
    color: #fff; }
    .cta-btn:hover:after {
      color: #fff; }
    .cta-btn:hover:before {
      width: 200%;
      background-color: #000; }

h1, .h1 {
  color: #fff;
  font-family: 'Lexend', sans-serif;
  font-weight: 400;
  line-height: 1.1;
  font-size: 72px; }
  @media (min-width: 992px) and (max-width: 1920px) {
    h1, .h1 {
      font-size: 3.75vw; } }
  @media only screen and (max-width: 991px) {
    h1, .h1 {
      font-size: 10vw; } }

h2, .h2 {
  font-family: 'Be Vietnam Pro', sans-serif;
  line-height: 1.3;
  font-weight: 400; }
  @media only screen and (min-width: 1921px) {
    h2, .h2 {
      font-size: 32px; } }
  @media (min-width: 992px) and (max-width: 1920px) {
    h2, .h2 {
      font-size: 1.66667vw; } }
  @media only screen and (max-width: 991px) {
    h2, .h2 {
      font-size: 6.25vw; } }

h3, .h3 {
  font-family: 'Be Vietnam Pro', sans-serif;
  line-height: 1.1;
  font-weight: 400; }
  @media only screen and (min-width: 1921px) {
    h3, .h3 {
      font-size: 28px; } }
  @media (min-width: 992px) and (max-width: 1920px) {
    h3, .h3 {
      font-size: 1.45833vw; } }
  @media only screen and (max-width: 991px) {
    h3, .h3 {
      line-height: 1.3;
      font-size: 5.625vw; } }

p {
  color: #000; }
  @media only screen and (min-width: 1921px) {
    p {
      font-size: 18px; } }
  @media (min-width: 992px) and (max-width: 1920px) {
    p {
      font-size: 0.9375vw; } }
  @media only screen and (max-width: 991px) {
    p {
      font-size: 4.375vw; } }

.solution-slider .slick-prev, .solution-slider .slick-next {
  width: 60px;
  height: 60px;
  z-index: 2;
  border-radius: 50%;
  background-color: rgba(163, 163, 163, 0.5); }
  @media only screen and (max-width: 991px) {
    .solution-slider .slick-prev, .solution-slider .slick-next {
      width: 9.375vw;
      height: 9.375vw; } }
  .solution-slider .slick-prev:before, .solution-slider .slick-next:before {
    font-family: FontAwesome;
    color: #fff;
    font-size: 40px;
    line-height: 0.7; }
    @media only screen and (max-width: 991px) {
      .solution-slider .slick-prev:before, .solution-slider .slick-next:before {
        font-size: 6.25vw; } }

.solution-slider .slick-next {
  right: 0;
  transform: translateX(100%); }
  .solution-slider .slick-next:before {
    content: "\f105"; }

.solution-slider .slick-prev {
  left: 0;
  transform: translateX(-100%); }
  .solution-slider .slick-prev:before {
    content: ""; }

.solution-slider .slick-slide img {
  margin: 0 auto; }

@media only screen and (min-width: 1921px) {
  .solution-slider .slick-list {
    padding-right: 100px !important; } }

@media (min-width: 992px) and (max-width: 1920px) {
  .solution-slider .slick-list {
    padding-right: 5.20833vw !important; } }

@media only screen and (max-width: 991px) {
  .solution-slider .slick-list {
    padding-right: 18.75vw !important; } }

@media only screen and (max-width: 991px) {
  .solution-slider .slick-prev {
    left: 10px;
    transform: none; } }

.solution-slider .slick-next {
  transform: translateX(0);
  right: 15px; }
  @media only screen and (max-width: 991px) {
    .solution-slider .slick-next {
      right: 10px;
      transform: none; } }

.video-content {
  margin-bottom: 0 !important; }
  .video-content .slick-dots {
    bottom: 45px; }
    @media only screen and (max-width: 991px) {
      .video-content .slick-dots {
        bottom: -9.375vw; } }
    .video-content .slick-dots li {
      width: auto;
      height: auto; }
      .video-content .slick-dots li button {
        height: 11px;
        width: 11px; }
        .video-content .slick-dots li button:before {
          width: 11px;
          height: 11px;
          content: '';
          background-color: #fff;
          border-radius: 50%;
          opacity: 1; }
      .video-content .slick-dots li.slick-active button:before {
        background-color: #23c9ff; }

.header {
  background-color: #fff;
  padding: 10px 0; }
  .header .get-in-touch {
    font-size: 0; }
  @media only screen and (max-width: 991px) {
    .header .row > div {
      padding: 0 15px; } }

.hero-section {
  background-image: url("../images/header/header-bg.png");
  background-blend-mode: overlay, normal, normal;
  padding: 100px 0;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  @media (min-width: 992px) and (max-width: 1920px) {
    .hero-section {
      padding: 5.20833vw 0; } }
  @media only screen and (max-width: 991px) {
    .hero-section {
      background-position: 64% 50%; } }
  .hero-section .pre-title {
    font-weight: 600;
    position: relative;
    color: #fff;
    font-size: 14px;
    line-height: 21px; }
    @media only screen and (min-width: 1921px) {
      .hero-section .pre-title {
        font-size: 14px;
        line-height: 21px; } }
    @media (min-width: 992px) and (max-width: 1920px) {
      .hero-section .pre-title {
        font-size: 0.72917vw;
        line-height: 1.09375vw; } }
    .hero-section .pre-title:after {
      content: '';
      position: absolute;
      bottom: -10px;
      left: 0;
      width: 64px;
      height: 4px;
      background-color: #fff; }
  .hero-section h2 {
    margin-top: 30px; }
    @media only screen and (max-width: 992px) {
      .hero-section h2 {
        line-height: 1; } }
  @media only screen and (min-width: 992px) {
    .hero-section h3 {
      padding-right: 2%; } }
  @media only screen and (min-width: 1921px) {
    .hero-section h3 {
      margin-top: 10px;
      font-size: 24px; } }
  @media (min-width: 992px) and (max-width: 1920px) {
    .hero-section h3 {
      margin-top: 0.52083vw;
      font-size: 1.25vw; } }
  @media only screen and (max-width: 991px) {
    .hero-section h3 {
      margin-top: 3.125vw;
      font-size: 5.625vw;
      line-height: 1; } }
  .hero-section p.description {
    margin: 25px 0; }
    @media only screen and (min-width: 1921px) {
      .hero-section p.description {
        max-width: 496px; } }
    @media (min-width: 992px) and (max-width: 1920px) {
      .hero-section p.description {
        padding-right: 1.82292vw;
        max-width: 25.83333vw; } }

.gradient-bg-orange-pink {
  background: #f85e29;
  background: -moz-linear-gradient(left, #f85e29 0%, #da2a62 100%);
  background: -webkit-linear-gradient(left, #f85e29 0%, #da2a62 100%);
  background: linear-gradient(to right, #f85e29 0%, #da2a62 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85e29', endColorstr='#da2a62',GradientType=1 ); }

.gradient-text_pink-orange {
  background: #FA0062;
  background: -webkit-linear-gradient(to bottom, #FA0062 0%, #F85E29 100%);
  background: -moz-linear-gradient(to bottom, #FA0062 0%, #F85E29 100%);
  background: linear-gradient(to bottom, #FA0062 0%, #F85E29 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.gradient-bg-section {
  padding-top: 115px;
  padding-bottom: 95px; }
  @media (min-width: 992px) and (max-width: 1920px) {
    .gradient-bg-section {
      padding-top: 5.98958vw;
      padding-bottom: 4.94792vw; } }
  @media only screen and (max-width: 991px) {
    .gradient-bg-section {
      padding-top: 10.9375vw;
      padding-bottom: 10.9375vw; } }
  .gradient-bg-section h3 {
    margin-bottom: 40px;
    font-size: 24px; }
    @media (min-width: 992px) and (max-width: 1920px) {
      .gradient-bg-section h3 {
        margin-bottom: 2.08333vw;
        font-size: 1.25vw; } }

.header, .content, .footer {
  position: relative;
  z-index: 1; }

.content {
  position: relative; }

.sticky-bg-video {
  max-width: 2560px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  margin: 0 auto;
  min-height: 100vh; }
  @media only screen and (max-width: 991px) {
    .sticky-bg-video video {
      width: auto !important;
      height: 100% !important; } }

@media only screen and (min-width: 1921px) {
  .promo {
    padding-top: 80px; } }

@media (min-width: 992px) and (max-width: 1920px) {
  .promo {
    padding-top: 4.16667vw; } }

@media only screen and (max-width: 991px) {
  .promo {
    padding-top: 9.375vw; } }

@media only screen and (min-width: 1921px) {
  .promo .section-title h2 {
    margin-bottom: 15px; } }

@media (min-width: 992px) and (max-width: 1920px) {
  .promo .section-title h2 {
    margin-bottom: 0.78125vw; } }

@media only screen and (max-width: 991px) {
  .promo .section-title h2 {
    margin-bottom: 4.6875vw; } }

.promo .section-title h2 span {
  color: #009edb; }

@media only screen and (min-width: 1921px) {
  .promo-assets {
    margin-top: 80px; } }

@media (min-width: 992px) and (max-width: 1920px) {
  .promo-assets {
    margin-top: 4.16667vw; } }

@media only screen and (max-width: 991px) {
  .promo-assets {
    margin-top: 9.375vw; } }

@media only screen and (min-width: 992px) {
  .promo-asset {
    display: flex; } }

@media only screen and (min-width: 992px) {
  .promo-asset {
    flex-basis: 50%; } }

@media only screen and (min-width: 1921px) {
  .promo-asset {
    margin-bottom: 80px;
    padding: 0 15px; } }

@media (min-width: 992px) and (max-width: 1920px) {
  .promo-asset {
    padding: 0 0.78125vw;
    margin-bottom: 4.16667vw; } }

@media only screen and (max-width: 991px) {
  .promo-asset {
    margin-bottom: 9.375vw; } }

.promo-asset h3 {
  font-weight: 600; }
  @media only screen and (min-width: 1921px) {
    .promo-asset h3 {
      margin-bottom: 20px; } }
  @media (min-width: 992px) and (max-width: 1920px) {
    .promo-asset h3 {
      margin-bottom: 1.04167vw; } }
  @media only screen and (max-width: 991px) {
    .promo-asset h3 {
      margin-bottom: 4.6875vw; } }

@media only screen and (min-width: 1921px) {
  .promo-asset .text-wrap {
    padding-left: 30px; } }

@media (min-width: 992px) and (max-width: 1920px) {
  .promo-asset .text-wrap {
    padding-left: 1.5625vw; } }

@media (min-width: 992px) and (max-width: 1600px) {
  .promo-asset .text-wrap p {
    max-width: 90%; } }

@media only screen and (min-width: 992px) {
  .promo-asset .img-wrap {
    flex-shrink: 0; } }

@media only screen and (min-width: 1921px) {
  .promo-asset .img-wrap {
    flex-basis: 80px;
    width: 80px; } }

@media (min-width: 992px) and (max-width: 1920px) {
  .promo-asset .img-wrap {
    flex-basis: 4.16667vw;
    width: 4.16667vw; } }

@media only screen and (min-width: 1921px) {
  .promo-asset .img-wrap img {
    border-radius: 30px; } }

@media (min-width: 992px) and (max-width: 1920px) {
  .promo-asset .img-wrap img {
    border-radius: 1.5625vw; } }

@media only screen and (max-width: 991px) {
  .promo-asset .img-wrap img {
    border-radius: 3.125vw; } }

@media only screen and (min-width: 1921px) {
  .promo-asset .btn-wrap {
    margin-top: 20px; } }

@media (min-width: 992px) and (max-width: 1920px) {
  .promo-asset .btn-wrap {
    margin-top: 1.04167vw; } }

@media only screen and (max-width: 991px) {
  .promo-asset .btn-wrap {
    margin-top: 4.6875vw; } }

.feeds {
  background-image: url("../images/content/feeds/section-bg.png"); }
  @media only screen and (min-width: 1921px) {
    .feeds {
      padding: 85px 0 100px 0; } }
  @media (min-width: 992px) and (max-width: 1920px) {
    .feeds {
      padding: 4.42708vw 0 5.20833vw 0; } }
  @media only screen and (max-width: 991px) {
    .feeds {
      padding: 9.375vw 0; } }
  .feeds-assets {
    display: flex; }
    @media only screen and (min-width: 992px) {
      .feeds-assets {
        justify-content: space-between; } }
    @media only screen and (max-width: 991px) {
      .feeds-assets {
        flex-direction: column; } }
  .feeds .feed-asset {
    text-align: center; }
    @media only screen and (min-width: 992px) {
      .feeds .feed-asset {
        flex-basis: 44%; } }
    @media only screen and (min-width: 1921px) {
      .feeds .feed-asset {
        padding: 50px 0; } }
    @media (min-width: 992px) and (max-width: 1920px) {
      .feeds .feed-asset {
        padding: 2.60417vw 0; } }
    @media only screen and (max-width: 991px) {
      .feeds .feed-asset {
        padding: 9.375vw 0; } }
    @media only screen and (min-width: 992px) {
      .feeds .feed-asset .container > div {
        flex-basis: 50%;
        max-width: 50%; } }
    @media only screen and (min-width: 1921px) {
      .feeds .feed-asset .img-block img {
        border-radius: 30px; } }
    @media (min-width: 992px) and (max-width: 1920px) {
      .feeds .feed-asset .img-block img {
        border-radius: 1.5625vw;
        max-width: 9.375vw; } }
    @media only screen and (max-width: 991px) {
      .feeds .feed-asset .img-block img {
        border-radius: 3.125vw; } }
    .feeds .feed-asset .text-block h3, .feeds .feed-asset .text-block p {
      color: #fff; }
    @media only screen and (min-width: 1921px) {
      .feeds .feed-asset .text-block h3 {
        margin: 30px 0 20px; } }
    @media (min-width: 992px) and (max-width: 1920px) {
      .feeds .feed-asset .text-block h3 {
        margin: 1.5625vw 0 1.04167vw; } }
    @media only screen and (max-width: 991px) {
      .feeds .feed-asset .text-block h3 {
        margin: 6.25vw 0 4.6875vw; } }
    @media only screen and (min-width: 1921px) {
      .feeds .feed-asset .text-block h3 + p {
        margin: 25px 0; } }
    @media (min-width: 992px) and (max-width: 1920px) {
      .feeds .feed-asset .text-block h3 + p {
        margin: 1.30208vw 0; } }
    @media only screen and (max-width: 991px) {
      .feeds .feed-asset .text-block h3 + p {
        margin: 4.6875vw 0; } }
    .feeds .feed-asset .text-block h3 + p b {
      font-weight: 600; }

.cards {
  background-color: #f1f2f2; }
  @media only screen and (min-width: 1921px) {
    .cards {
      padding: 75px 0; } }
  @media (min-width: 992px) and (max-width: 1920px) {
    .cards {
      padding: 3.90625vw 0; } }
  @media only screen and (max-width: 991px) {
    .cards {
      padding: 9.375vw 0; } }
  @media only screen and (min-width: 1921px) {
    .cards h2 {
      margin-bottom: 30px; } }
  @media (min-width: 992px) and (max-width: 1920px) {
    .cards h2 {
      margin-bottom: 1.5625vw; } }
  @media only screen and (max-width: 991px) {
    .cards h2 {
      margin-bottom: 6.25vw; } }
  @media only screen and (min-width: 992px) {
    .cards h2 + p {
      max-width: 90%;
      margin: 0 auto; } }
  @media only screen and (min-width: 1921px) {
    .cards .card-assets {
      margin-top: 90px; } }
  @media (min-width: 992px) and (max-width: 1920px) {
    .cards .card-assets {
      margin-top: 4.6875vw; } }
  @media only screen and (max-width: 991px) {
    .cards .card-assets {
      margin-top: 9.375vw; } }
  @media only screen and (min-width: 992px) {
    .cards .card-asset {
      flex-basis: 33.33333%; } }
  @media only screen and (min-width: 1921px) {
    .cards .card-asset {
      padding: 0 15px; } }
  @media (min-width: 992px) and (max-width: 1920px) {
    .cards .card-asset {
      padding: 0 0.78125vw;
      min-height: 26.04167vw; } }
  @media only screen and (max-width: 991px) {
    .cards .card-asset {
      margin-bottom: 9.375vw; } }
  @media only screen and (min-width: 1921px) {
    .cards .card-asset-inner {
      border-radius: 10px; } }
  @media (min-width: 992px) and (max-width: 1920px) {
    .cards .card-asset-inner {
      border-radius: 0.52083vw; } }
  .cards .card-asset .img-wrap {
    position: relative; }
    @media only screen and (min-width: 1921px) {
      .cards .card-asset .img-wrap img {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px; } }
    @media (min-width: 992px) and (max-width: 1920px) {
      .cards .card-asset .img-wrap img {
        border-top-left-radius: 0.52083vw;
        border-top-right-radius: 0.52083vw; } }
    @media only screen and (max-width: 991px) {
      .cards .card-asset .img-wrap img {
        border-top-left-radius: 3.125vw;
        border-top-right-radius: 3.125vw; } }
    .cards .card-asset .img-wrap .type {
      position: absolute;
      top: 13%;
      left: 0;
      text-transform: uppercase;
      background-color: rgba(0, 0, 0, 0.6);
      color: #fff; }
      @media only screen and (min-width: 1921px) {
        .cards .card-asset .img-wrap .type {
          padding: 12px;
          font-size: 10px; } }
      @media (min-width: 992px) and (max-width: 1920px) {
        .cards .card-asset .img-wrap .type {
          padding: 0.625vw;
          font-size: 0.52083vw; } }
      @media only screen and (max-width: 991px) {
        .cards .card-asset .img-wrap .type {
          padding: 3.75vw;
          font-size: 3.125vw; } }
  @media only screen and (min-width: 1921px) {
    .cards .card-asset .descr {
      padding: 25px 20px; } }
  @media (min-width: 992px) and (max-width: 1920px) {
    .cards .card-asset .descr {
      padding: 1.30208vw 1.04167vw; } }
  @media only screen and (max-width: 991px) {
    .cards .card-asset .descr {
      padding: 4.6875vw 3.125vw; } }
  @media only screen and (min-width: 1921px) {
    .cards .card-asset .descr h3 {
      font-size: 22px; } }
  @media (min-width: 992px) and (max-width: 1920px) {
    .cards .card-asset .descr h3 {
      font-size: 1.14583vw; } }
  @media only screen and (min-width: 1921px) {
    .cards .card-asset .descr p {
      margin: 15px 0;
      font-size: 18px; } }
  @media (min-width: 992px) and (max-width: 1920px) {
    .cards .card-asset .descr p {
      margin: 0.78125vw 0;
      font-size: 0.9375vw; } }
  @media only screen and (max-width: 991px) {
    .cards .card-asset .descr p {
      margin: 4.6875vw 0; } }
  .cards .card-asset .btn-wrap .cta-btn-link i {
    font-weight: 600;
    color: #23c9ff; }
  .cards .card-asset .btn-wrap .cta-btn-link span {
    display: inline-block;
    transform: translateX(10px);
    transition: all 1s ease;
    font-weight: 500;
    color: #000; }
  .cards .card-asset .btn-wrap .cta-btn-link:hover span {
    transform: translateX(15px); }
  .cards .card-asset.card-white .card-asset-inner {
    background-color: #fff; }
  .cards .card-asset.card-blue .card-asset-inner {
    background-color: #23c9ff; }
  .cards .card-asset.card-blue .btn-wrap .cta-btn-link i {
    color: #000; }
  .cards .card-asset.card-black .card-asset-inner {
    background-color: #000; }
    .cards .card-asset.card-black .card-asset-inner h3, .cards .card-asset.card-black .card-asset-inner p, .cards .card-asset.card-black .card-asset-inner a, .cards .card-asset.card-black .card-asset-inner span {
      color: #fff; }

.contact-form {
  background-color: #999999; }
  @media only screen and (min-width: 1921px) {
    .contact-form {
      padding: 50px 0; } }
  @media (min-width: 992px) and (max-width: 1920px) {
    .contact-form {
      padding: 2.60417vw 0; } }
  @media only screen and (max-width: 991px) {
    .contact-form {
      padding: 9.375vw 0; } }
  @media only screen and (min-width: 992px) {
    .contact-form-inner > div {
      flex-basis: 50%; } }
  @media only screen and (min-width: 992px) {
    .contact-form-inner .left-side {
      padding-right: 5%; } }
  @media only screen and (max-width: 991px) {
    .contact-form-inner .left-side {
      margin-bottom: 9.375vw; } }
  @media only screen and (min-width: 1921px) {
    .contact-form-inner .left-side h2 {
      margin: 30px 0; } }
  @media (min-width: 992px) and (max-width: 1920px) {
    .contact-form-inner .left-side h2 {
      margin: 1.5625vw 0; } }
  @media only screen and (max-width: 991px) {
    .contact-form-inner .left-side h2 {
      margin: 3.125vw 0; } }

@media only screen and (min-width: 1201px) {
  #ai-demo iframe, #ventana-video iframe, #video-3 iframe {
    width: 898px;
    height: 505px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  #ai-demo iframe, #ventana-video iframe, #video-3 iframe {
    width: 700px;
    height: 400px; } }

.ai-demo .jsModal_close, .ventana-video .jsModal_close, .video-3 .jsModal_close {
  width: 30px;
  height: 30px;
  font-size: 0;
  background-image: url("../images/icons/close-icon.webp");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
  transform: translate(-100%, -50%); }

.after_submit {
  display: none;
  color: #fff; }

.nextgen-bpo form.mktoForm, .cx-technology form.mktoForm, .bpo-partnership form.mktoForm {
  max-width: none; }

.nextgen-bpo .jsModal_close, .cx-technology .jsModal_close, .bpo-partnership .jsModal_close {
  top: 20px;
  right: 20px;
  width: 16px;
  height: 19px;
  background-image: url("../images/icons/close-icon.png");
  background-repeat: no-repeat;
  background-size: 16px;
  text-indent: -10000px; }
  @media only screen and (max-width: 991px) {
    .nextgen-bpo .jsModal_close, .cx-technology .jsModal_close, .bpo-partnership .jsModal_close {
      top: 0;
      right: 0; } }

.nextgen-bpo .jsModal_dialog, .cx-technology .jsModal_dialog, .bpo-partnership .jsModal_dialog {
  padding: 0; }
  @media only screen and (max-width: 991px) {
    .nextgen-bpo .jsModal_dialog, .cx-technology .jsModal_dialog, .bpo-partnership .jsModal_dialog {
      height: 100vh;
      margin-top: 0;
      overflow-y: auto;
      background-color: #000a2b; } }
  .nextgen-bpo .jsModal_dialog .jsModal_content, .cx-technology .jsModal_dialog .jsModal_content, .bpo-partnership .jsModal_dialog .jsModal_content {
    padding: 8px;
    background-color: #000a2b;
    overflow-y: auto; }
    @media only screen and (max-width: 991px) {
      .nextgen-bpo .jsModal_dialog .jsModal_content, .cx-technology .jsModal_dialog .jsModal_content, .bpo-partnership .jsModal_dialog .jsModal_content {
        padding: 0 9.375vw;
        background-color: transparent; }
        .nextgen-bpo .jsModal_dialog .jsModal_content p, .cx-technology .jsModal_dialog .jsModal_content p, .bpo-partnership .jsModal_dialog .jsModal_content p {
          font-size: 4.375vw; } }

.nextgen-bpo h2, .cx-technology h2, .bpo-partnership h2 {
  margin-bottom: 30px; }
  @media (min-width: 992px) and (max-width: 1920px) {
    .nextgen-bpo h2, .cx-technology h2, .bpo-partnership h2 {
      margin-bottom: 1.5625vw; } }
  .nextgen-bpo h2 span, .cx-technology h2 span, .bpo-partnership h2 span {
    font-size: 30px;
    display: inline-block;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 500;
    color: #fff; }
    @media (min-width: 992px) and (max-width: 1920px) {
      .nextgen-bpo h2 span, .cx-technology h2 span, .bpo-partnership h2 span {
        font-size: 1.5625vw; } }
    @media only screen and (max-width: 991px) {
      .nextgen-bpo h2 span, .cx-technology h2 span, .bpo-partnership h2 span {
        font-size: 6.25vw; } }

#nextgen-bpo, #cx-technology, #bpo-partnership {
  max-width: 700px;
  padding: 40px 105px 40px 50px; }
  @media (min-width: 992px) and (max-width: 1920px) {
    #nextgen-bpo, #cx-technology, #bpo-partnership {
      padding: 2.08333vw 5.46875vw 2.08333vw 2.60417vw; } }
  @media only screen and (max-width: 991px) {
    #nextgen-bpo, #cx-technology, #bpo-partnership {
      padding: 0;
      max-width: 100%;
      padding: 4.6875vw; } }

.solutions {
  background-color: #f1f2f2; }
  @media only screen and (min-width: 1921px) {
    .solutions {
      padding: 45px 0; } }
  @media (min-width: 992px) and (max-width: 1920px) {
    .solutions {
      padding: 2.34375vw 0; } }
  @media only screen and (max-width: 991px) {
    .solutions {
      padding: 9.375vw 0; } }
  @media only screen and (min-width: 1921px) {
    .solutions .assets {
      margin-top: 30px; } }
  @media (min-width: 992px) and (max-width: 1920px) {
    .solutions .assets {
      margin-top: 1.5625vw; } }
  @media only screen and (max-width: 991px) {
    .solutions .assets {
      margin-top: 6.25vw; } }
  @media only screen and (min-width: 992px) {
    .solutions .assets {
      justify-content: space-between; } }
  @media only screen and (min-width: 992px) {
    .solutions .assets .asset {
      flex-basis: 25%; } }
  @media only screen and (min-width: 1921px) {
    .solutions .assets .asset {
      padding: 0 15px; } }
  @media (min-width: 992px) and (max-width: 1920px) {
    .solutions .assets .asset {
      padding: 0 0.78125vw; } }
  @media only screen and (max-width: 991px) {
    .solutions .assets .asset {
      margin-bottom: 9.375vw; } }
  @media only screen and (min-width: 1921px) {
    .solutions .assets .asset img {
      border-radius: 30px; } }
  @media (min-width: 992px) and (max-width: 1920px) {
    .solutions .assets .asset img {
      border-radius: 1.5625vw; } }
  @media only screen and (max-width: 991px) {
    .solutions .assets .asset img {
      border-radius: 3.125vw; } }
  .solutions .assets .asset h3 {
    font-weight: 500; }
    @media only screen and (min-width: 1921px) {
      .solutions .assets .asset h3 {
        margin: 30px 0;
        font-size: 24px; } }
    @media (min-width: 992px) and (max-width: 1920px) {
      .solutions .assets .asset h3 {
        margin: 1.5625vw 0;
        font-size: 1.25vw; } }
    @media only screen and (max-width: 991px) {
      .solutions .assets .asset h3 {
        margin: 3.125vw 0; } }
  @media only screen and (min-width: 1921px) {
    .solutions .assets .asset .btn-wrap {
      margin-top: 15px; } }
  @media (min-width: 992px) and (max-width: 1920px) {
    .solutions .assets .asset .btn-wrap {
      margin-top: 0.78125vw; } }
  @media only screen and (max-width: 991px) {
    .solutions .assets .asset .btn-wrap {
      margin-top: 4.6875vw; } }

footer {
  background-color: #101820;
  padding-top: 24px; }
  footer a {
    color: #9FA3A6;
    font-weight: 600; }
    footer a:hover {
      color: #fff; }
    @media only screen and (min-width: 1921px) {
      footer a {
        font-size: 12px;
        line-height: 16px; } }
    @media (min-width: 992px) and (max-width: 1920px) {
      footer a {
        font-size: 0.625vw;
        line-height: 0.83333vw; } }
    @media only screen and (max-width: 991px) {
      footer a {
        font-size: 12px; } }
  footer .first-links {
    display: flex; }
    @media only screen and (max-width: 560px) {
      footer .first-links {
        flex-direction: column; } }
    footer .first-links li {
      color: #fff;
      font-size: 14px;
      line-height: 16px;
      font-weight: 600; }
      @media only screen and (min-width: 1921px) {
        footer .first-links li {
          font-size: 14px;
          line-height: 16px; } }
      @media (min-width: 992px) and (max-width: 1920px) {
        footer .first-links li {
          font-size: 0.72917vw;
          line-height: 0.83333vw; } }
      footer .first-links li:first-child {
        cursor: default;
        padding-right: 24px; }
      @media only screen and (max-width: 560px) {
        footer .first-links li {
          margin-bottom: 15px; } }
    footer .first-links a {
      padding: 0 12px; }
      @media only screen and (max-width: 560px) {
        footer .first-links a {
          padding: 0; } }
  footer .main-footer-links {
    padding-top: 70px; }
    @media only screen and (max-width: 991px) {
      footer .main-footer-links {
        padding-right: 40px; } }
    @media only screen and (max-width: 560px) {
      footer .main-footer-links {
        padding-right: 0;
        padding-top: 0px; } }
    footer .main-footer-links .title {
      cursor: default; }
      @media only screen and (max-width: 560px) {
        footer .main-footer-links .title {
          padding-top: 15px; } }
    footer .main-footer-links ul {
      margin-top: 18px; }
      @media only screen and (min-width: 1921px) {
        footer .main-footer-links ul {
          margin-top: 18px; } }
      @media (min-width: 992px) and (max-width: 1920px) {
        footer .main-footer-links ul {
          margin-top: 0.9375vw; } }
      footer .main-footer-links ul li {
        font-size: 0;
        margin-bottom: 16px; }
        @media only screen and (min-width: 1921px) {
          footer .main-footer-links ul li {
            margin-bottom: 16px; } }
        @media (min-width: 992px) and (max-width: 1920px) {
          footer .main-footer-links ul li {
            margin-bottom: 0.83333vw; } }
    footer .main-footer-links .expanded-btn {
      margin-top: 15px; }
    footer .main-footer-links .social-wrapper {
      margin-top: 35px; }
      @media only screen and (max-width: 560px) {
        footer .main-footer-links .social-wrapper {
          margin-top: 12px; } }
      footer .main-footer-links .social-wrapper .socials {
        display: flex;
        margin-top: 16px; }
        footer .main-footer-links .social-wrapper .socials li {
          transition: all 0.5s ease-out;
          background-color: #40464D;
          border-radius: 50%;
          width: 32px;
          height: 32px;
          display: flex;
          justify-content: center;
          align-items: center;
          position: relative; }
          @media (min-width: 1200px) and (max-width: 1366px) {
            footer .main-footer-links .social-wrapper .socials li {
              width: 25px;
              height: 25px; } }
          @media only screen and (max-width: 1200px) {
            footer .main-footer-links .social-wrapper .socials li {
              background-color: #000; } }
          footer .main-footer-links .social-wrapper .socials li:not(:first-child) {
            margin-left: 16px; }
            @media only screen and (max-width: 900px) {
              footer .main-footer-links .social-wrapper .socials li:not(:first-child) {
                margin-left: 4px; } }
          footer .main-footer-links .social-wrapper .socials li .fa {
            color: #fff;
            font-size: 18px;
            transition: .5s; }
            @media (min-width: 1200px) and (max-width: 1366px) {
              footer .main-footer-links .social-wrapper .socials li .fa {
                font-size: 15px; } }
            @media only screen and (max-width: 1200px) {
              footer .main-footer-links .social-wrapper .socials li .fa {
                color: #fff; } }
            footer .main-footer-links .social-wrapper .socials li .fa.fa-twitter:before {
              content: '';
              background-image: url("../images/icons/x-twitter.svg");
              background-size: 100%;
              background-repeat: no-repeat;
              background-position: center;
              position: absolute;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%);
              width: 20px;
              height: 20px;
              fill: #fff; }
          footer .main-footer-links .social-wrapper .socials li a {
            line-height: 0; }
          footer .main-footer-links .social-wrapper .socials li:hover {
            background-color: #101820;
            cursor: pointer; }
            footer .main-footer-links .social-wrapper .socials li:hover .fa {
              color: #23c9ff; }
  footer .last-footer-links {
    padding: 80px 0 20px; }
    @media only screen and (max-width: 991px) {
      footer .last-footer-links {
        padding: 35px 0 20px; } }
    @media only screen and (max-width: 560px) {
      footer .last-footer-links {
        padding: 12px 0 20px; } }
    footer .last-footer-links .last-links-wrapper {
      display: flex;
      justify-content: space-between; }
      @media only screen and (max-width: 560px) {
        footer .last-footer-links .last-links-wrapper {
          flex-direction: column; } }
      footer .last-footer-links .last-links-wrapper .last-links {
        display: flex; }
        @media only screen and (max-width: 560px) {
          footer .last-footer-links .last-links-wrapper .last-links {
            flex-direction: column; } }
        footer .last-footer-links .last-links-wrapper .last-links li {
          line-height: 1;
          display: flex;
          justify-content: center;
          align-items: center;
          position: relative; }
          footer .last-footer-links .last-links-wrapper .last-links li a {
            font-size: 14px; }
            @media only screen and (min-width: 1921px) {
              footer .last-footer-links .last-links-wrapper .last-links li a {
                font-size: 14px; } }
            @media (min-width: 992px) and (max-width: 1920px) {
              footer .last-footer-links .last-links-wrapper .last-links li a {
                font-size: 0.72917vw; } }
            @media only screen and (max-width: 991px) {
              footer .last-footer-links .last-links-wrapper .last-links li a {
                font-size: 12px; } }
          @media only screen and (max-width: 560px) {
            footer .last-footer-links .last-links-wrapper .last-links li {
              justify-content: flex-start;
              margin-bottom: 16px; } }
          footer .last-footer-links .last-links-wrapper .last-links li:not(:first-child) {
            margin-left: 45px; }
            footer .last-footer-links .last-links-wrapper .last-links li:not(:first-child):before {
              content: '';
              position: absolute;
              left: -22.5px;
              top: 50%;
              transform: translateY(-50%);
              height: 80%;
              width: 1px;
              background-color: #9FA3A6; }
              @media only screen and (max-width: 560px) {
                footer .last-footer-links .last-links-wrapper .last-links li:not(:first-child):before {
                  display: none; } }
            @media only screen and (max-width: 560px) {
              footer .last-footer-links .last-links-wrapper .last-links li:not(:first-child) {
                margin-left: 0; } }
      footer .last-footer-links .last-links-wrapper .small {
        color: #9FA3A6; }
  footer .footer-v2 {
    padding-top: 9px;
    padding-bottom: 33px; }
    @media only screen and (min-width: 1921px) {
      footer .footer-v2 {
        font-size: 14px;
        line-height: 14px; } }
    @media (min-width: 992px) and (max-width: 1920px) {
      footer .footer-v2 {
        font-size: 0.72917vw;
        line-height: 0.72917vw; } }
    @media only screen and (max-width: 560px) {
      footer .footer-v2 {
        text-align: center; }
        footer .footer-v2 .justify-content-end {
          justify-content: center !important; } }
    @media only screen and (min-width: 992px) {
      footer .footer-v2 .row {
        display: flex;
        align-items: center; } }
    footer .footer-v2 .footer-nice-logo {
      font-size: 0;
      line-height: 1;
      display: block; }
    footer .footer-v2 img {
      max-width: 80px; }
    footer .footer-v2 ul {
      display: flex;
      justify-content: center; }
      @media only screen and (max-width: 560px) {
        footer .footer-v2 ul {
          display: block;
          margin: 15px 0; } }
      footer .footer-v2 ul li {
        margin: 0 25px;
        position: relative;
        color: rgba(255, 255, 255, 0.6); }
        footer .footer-v2 ul li:not(:first-child)::before {
          content: '';
          position: absolute;
          left: -25px;
          top: 0;
          width: 1px;
          height: 100%;
          background-color: rgba(255, 255, 255, 0.2); }
          @media only screen and (max-width: 560px) {
            footer .footer-v2 ul li:not(:first-child)::before {
              display: none; } }
    footer .footer-v2 p.small {
      color: rgba(255, 255, 255, 0.6);
      font-size: 12px; }

.mktoForm {
  width: 100% !important;
  /* Firefox 19+ */
  /* Firefox 18- */ }
  @media only screen and (max-width: 991px) {
    .mktoForm {
      padding: 0px !important; } }
  .mktoForm .mktoFormCol {
    width: 100% !important;
    float: none !important; }
  .mktoForm .mktoFieldWrap, .mktoForm .mktoOffset, .mktoForm .mktoGutter {
    float: none !important; }
  .mktoForm .mktoOffset {
    display: none !important; }
  .mktoForm .mktoAsterix {
    float: left !important;
    display: none !important;
    margin-right: 8px !important;
    color: #d82a8c !important;
    padding-left: 0 !important; }
  .mktoForm .mktoLabel {
    width: 100% !important;
    color: #000 !important;
    font-family: 'Be Vietnam Pro', sans-serif !important;
    font-size: 14px !important;
    font-weight: 300 !important;
    padding: 5px !important; }
    @media only screen and (max-width: 991px) {
      .mktoForm .mktoLabel {
        font-size: 4.375vw !important; } }
  .mktoForm .mktoSelectWrap {
    position: relative; }
    .mktoForm .mktoSelectWrap .select-placeholder {
      position: absolute;
      z-index: 1;
      left: 5px;
      top: 2px;
      width: 88%;
      pointer-events: none;
      background: #f0f0f0;
      font-family: 'Be Vietnam Pro', sans-serif !important;
      font-size: 1rem !important;
      height: 34px;
      display: flex;
      align-items: center;
      color: #828282; }
      @media only screen and (max-width: 767px) {
        .mktoForm .mktoSelectWrap .select-placeholder {
          background: #e5e5e5;
          height: 32px; } }
      .mktoForm .mktoSelectWrap .select-placeholder.select {
        color: #fff; }
  .mktoForm .mktoTemplateBox, .mktoForm .mktoTemplateBox span, .mktoForm .mktoTemplateBox a {
    color: #fff !important;
    font-family: 'Be Vietnam Pro', sans-serif !important; }
  .mktoForm .mktoButtonRow {
    width: 100% !important;
    text-align: right; }
    @media only screen and (max-width: 991px) {
      .mktoForm .mktoButtonRow {
        margin-bottom: 9.375vw; } }
    @media only screen and (max-width: 991px) {
      .mktoForm .mktoButtonRow {
        margin-top: 3.125vw; } }
  .mktoForm ::-webkit-input-placeholder {
    color: #7d7f80;
    opacity: 1; }
  .mktoForm ::-moz-placeholder {
    color: #7d7f80;
    opacity: 0; }
  .mktoForm :-moz-placeholder {
    color: #7d7f80;
    opacity: 0; }
  .mktoForm :-ms-input-placeholder {
    color: #7d7f80;
    opacity: 0; }
  .mktoForm :focus::-webkit-input-placeholder {
    color: #7d7f80;
    opacity: 0; }
  .mktoForm :focus::-moz-placeholder {
    color: #7d7f80;
    opacity: 0; }
  .mktoForm :focus:-moz-placeholder {
    color: #7d7f80;
    opacity: 0; }
  .mktoForm :focus:-ms-input-placeholder {
    color: #7d7f80;
    opacity: 0; }
  .mktoForm .mktoFormRow input[type="text"],
  .mktoForm .mktoFormRow input[type="email"],
  .mktoForm .mktoFormRow input[type="tel"],
  .mktoForm .mktoFormRow textarea,
  .mktoForm .mktoFormRow select {
    box-shadow: none !important;
    background-color: #fff !important;
    font-size: 14px !important;
    font-family: 'Be Vietnam Pro', sans-serif !important;
    padding: 5px 15px !important;
    height: 38px;
    width: 100% !important;
    color: #7d7f80 !important;
    opacity: 1;
    border: 2px solid #e8e8e8 !important;
    border-radius: 7px !important; }
    @media only screen and (max-width: 991px) {
      .mktoForm .mktoFormRow input[type="text"],
      .mktoForm .mktoFormRow input[type="email"],
      .mktoForm .mktoFormRow input[type="tel"],
      .mktoForm .mktoFormRow textarea,
      .mktoForm .mktoFormRow select {
        padding: 0.9375vw 3.125vw !important;
        height: 6.25vw;
        min-height: 6.25vw !important;
        font-size: 4.6875vw !important; } }
    .mktoForm .mktoFormRow input[type="text"]:focus, .mktoForm .mktoFormRow input[type="text"]:hover, .mktoForm .mktoFormRow input[type="text"]:active,
    .mktoForm .mktoFormRow input[type="email"]:focus,
    .mktoForm .mktoFormRow input[type="email"]:hover,
    .mktoForm .mktoFormRow input[type="email"]:active,
    .mktoForm .mktoFormRow input[type="tel"]:focus,
    .mktoForm .mktoFormRow input[type="tel"]:hover,
    .mktoForm .mktoFormRow input[type="tel"]:active,
    .mktoForm .mktoFormRow textarea:focus,
    .mktoForm .mktoFormRow textarea:hover,
    .mktoForm .mktoFormRow textarea:active,
    .mktoForm .mktoFormRow select:focus,
    .mktoForm .mktoFormRow select:hover,
    .mktoForm .mktoFormRow select:active {
      color: #7d7f80 !important;
      outline: none !important;
      background-color: #fff !important; }
  .mktoForm .mktoFormRow select option {
    color: #000;
    background-color: #fff; }
  .mktoForm .mktoFormRow textarea {
    width: 100% !important;
    height: 100px !important;
    box-shadow: none !important;
    font-size: 20px;
    font-family: 'Be Vietnam Pro', sans-serif !important;
    font-weight: 400 !important; }
  .mktoForm .mktoHtmlText {
    width: 100% !important; }
    .mktoForm .mktoHtmlText, .mktoForm .mktoHtmlText span {
      color: #fff !important;
      font-size: 15px !important; }
      @media only screen and (max-width: 991px) {
        .mktoForm .mktoHtmlText, .mktoForm .mktoHtmlText span {
          font-size: 4.6875vw !important; } }
    .mktoForm .mktoHtmlText a, .mktoForm .mktoHtmlText strong {
      color: #009edb !important;
      padding: 0; }

#contact-form .mktoForm:before, #contact-form .mktoForm:after, #nextgen-bpo .mktoForm:before, #nextgen-bpo .mktoForm:after, #cx-technology .mktoForm:before, #cx-technology .mktoForm:after, #bpo-partnership .mktoForm:before, #bpo-partnership .mktoForm:after {
  display: table;
  clear: both;
  content: ""; }

#contact-form .mktoForm .error-wrapper input[type=text], #contact-form .mktoForm .error-wrapper input[type=url],
#contact-form .mktoForm .error-wrapper input[type=email], #contact-form .mktoForm .error-wrapper input[type=tel],
#contact-form .mktoForm .error-wrapper input[type=number], #contact-form .mktoForm .error-wrapper input[type=date],
#contact-form .mktoForm .error-wrapper textarea.mktoField, #contact-form .mktoForm .error-wrapper select.mktoField, #nextgen-bpo .mktoForm .error-wrapper input[type=text], #nextgen-bpo .mktoForm .error-wrapper input[type=url],
#nextgen-bpo .mktoForm .error-wrapper input[type=email], #nextgen-bpo .mktoForm .error-wrapper input[type=tel],
#nextgen-bpo .mktoForm .error-wrapper input[type=number], #nextgen-bpo .mktoForm .error-wrapper input[type=date],
#nextgen-bpo .mktoForm .error-wrapper textarea.mktoField, #nextgen-bpo .mktoForm .error-wrapper select.mktoField, #cx-technology .mktoForm .error-wrapper input[type=text], #cx-technology .mktoForm .error-wrapper input[type=url],
#cx-technology .mktoForm .error-wrapper input[type=email], #cx-technology .mktoForm .error-wrapper input[type=tel],
#cx-technology .mktoForm .error-wrapper input[type=number], #cx-technology .mktoForm .error-wrapper input[type=date],
#cx-technology .mktoForm .error-wrapper textarea.mktoField, #cx-technology .mktoForm .error-wrapper select.mktoField, #bpo-partnership .mktoForm .error-wrapper input[type=text], #bpo-partnership .mktoForm .error-wrapper input[type=url],
#bpo-partnership .mktoForm .error-wrapper input[type=email], #bpo-partnership .mktoForm .error-wrapper input[type=tel],
#bpo-partnership .mktoForm .error-wrapper input[type=number], #bpo-partnership .mktoForm .error-wrapper input[type=date],
#bpo-partnership .mktoForm .error-wrapper textarea.mktoField, #bpo-partnership .mktoForm .error-wrapper select.mktoField {
  border-bottom: 1px solid #ff0000;
  background-color: #f8f8f8; }

#contact-form .mktoForm .error-wrapper .mktoLabel .mktoAsterix, #nextgen-bpo .mktoForm .error-wrapper .mktoLabel .mktoAsterix, #cx-technology .mktoForm .error-wrapper .mktoLabel .mktoAsterix, #bpo-partnership .mktoForm .error-wrapper .mktoLabel .mktoAsterix {
  display: inline-block !important;
  color: #ff0000; }

#contact-form .mktoForm .mktoError, #nextgen-bpo .mktoForm .mktoError, #cx-technology .mktoForm .mktoError, #bpo-partnership .mktoForm .mktoError {
  width: 100%;
  bottom: -20px !important;
  right: 0 !important; }
  #contact-form .mktoForm .mktoError .mktoErrorArrowWrap, #nextgen-bpo .mktoForm .mktoError .mktoErrorArrowWrap, #cx-technology .mktoForm .mktoError .mktoErrorArrowWrap, #bpo-partnership .mktoForm .mktoError .mktoErrorArrowWrap {
    display: none; }
  #contact-form .mktoForm .mktoError .mktoErrorMsg, #nextgen-bpo .mktoForm .mktoError .mktoErrorMsg, #cx-technology .mktoForm .mktoError .mktoErrorMsg, #bpo-partnership .mktoForm .mktoError .mktoErrorMsg {
    width: 100%;
    max-width: 100%;
    padding-right: 7%;
    background: none;
    background-color: transparent;
    color: #fff;
    border: none;
    box-shadow: none;
    text-align: right;
    text-shadow: none;
    background-image: none;
    font-size: 12px; }
    #contact-form .mktoForm .mktoError .mktoErrorMsg .mktoErrorDetail, #nextgen-bpo .mktoForm .mktoError .mktoErrorMsg .mktoErrorDetail, #cx-technology .mktoForm .mktoError .mktoErrorMsg .mktoErrorDetail, #bpo-partnership .mktoForm .mktoError .mktoErrorMsg .mktoErrorDetail {
      display: inline; }

#contact-form .mktoForm .mktoButtonWrap, #nextgen-bpo .mktoForm .mktoButtonWrap, #cx-technology .mktoForm .mktoButtonWrap, #bpo-partnership .mktoForm .mktoButtonWrap {
  margin-left: 0 !important;
  display: inline-block;
  background: transparent !important;
  padding: 2px;
  border-radius: 22px;
  text-align: right !important; }

#contact-form .mktoForm .mktoButton, #nextgen-bpo .mktoForm .mktoButton, #cx-technology .mktoForm .mktoButton, #bpo-partnership .mktoForm .mktoButton {
  display: inline-block;
  position: relative;
  overflow: hidden;
  z-index: 1;
  text-align: center;
  color: #fff !important;
  padding: 10px 25px !important;
  padding-left: 47.5px !important;
  background: none !important;
  border-radius: 20px !important;
  box-shadow: none !important;
  line-height: 1;
  border: 0px !important;
  font-family: 'Be Vietnam Pro', sans-serif !important;
  text-shadow: none !important;
  font-weight: 400 !important;
  box-shadow: none;
  font-size: 20px !important;
  width: auto !important;
  min-width: 125px;
  transition: all .5s ease; }
  @media (min-width: 992px) and (max-width: 1920px) {
    #contact-form .mktoForm .mktoButton, #nextgen-bpo .mktoForm .mktoButton, #cx-technology .mktoForm .mktoButton, #bpo-partnership .mktoForm .mktoButton {
      padding: 0.52083vw 1.30208vw !important;
      padding-left: 2.44792vw !important;
      font-size: 1.04167vw !important;
      border-radius: 1.04167vw !important; } }
  @media only screen and (max-width: 991px) {
    #contact-form .mktoForm .mktoButton, #nextgen-bpo .mktoForm .mktoButton, #cx-technology .mktoForm .mktoButton, #bpo-partnership .mktoForm .mktoButton {
      border-radius: 4.6875vw !important;
      padding: 1.5625vw 4.6875vw !important;
      padding-left: 10.9375vw !important;
      font-size: 4.375vw !important; } }
  #contact-form .mktoForm .mktoButton:before, #nextgen-bpo .mktoForm .mktoButton:before, #cx-technology .mktoForm .mktoButton:before, #bpo-partnership .mktoForm .mktoButton:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    transition: width .5s ease;
    z-index: -1;
    border-radius: 20px;
    left: calc(-100% + 38px);
    background-color: #23c9ff; }
    @media (min-width: 992px) and (max-width: 1920px) {
      #contact-form .mktoForm .mktoButton:before, #nextgen-bpo .mktoForm .mktoButton:before, #cx-technology .mktoForm .mktoButton:before, #bpo-partnership .mktoForm .mktoButton:before {
        left: calc(-100% + vw(38));
        border-radius: 1.04167vw; } }
    @media only screen and (max-width: 991px) {
      #contact-form .mktoForm .mktoButton:before, #nextgen-bpo .mktoForm .mktoButton:before, #cx-technology .mktoForm .mktoButton:before, #bpo-partnership .mktoForm .mktoButton:before {
        left: calc(-100% + 28px);
        border-radius: 4.6875vw; } }
  #contact-form .mktoForm .mktoButton:after, #nextgen-bpo .mktoForm .mktoButton:after, #cx-technology .mktoForm .mktoButton:after, #bpo-partnership .mktoForm .mktoButton:after {
    content: "\f105";
    position: absolute;
    font-family: 'FontAwesome';
    font-size: 14px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 38px;
    left: 15px;
    font-size: 22px; }
    @media (min-width: 992px) and (max-width: 1920px) {
      #contact-form .mktoForm .mktoButton:after, #nextgen-bpo .mktoForm .mktoButton:after, #cx-technology .mktoForm .mktoButton:after, #bpo-partnership .mktoForm .mktoButton:after {
        font-size: 1.14583vw;
        line-height: 1.97917vw;
        left: 0.78125vw; } }
    @media only screen and (max-width: 991px) {
      #contact-form .mktoForm .mktoButton:after, #nextgen-bpo .mktoForm .mktoButton:after, #cx-technology .mktoForm .mktoButton:after, #bpo-partnership .mktoForm .mktoButton:after {
        font-size: 4.375vw;
        line-height: 8.75vw;
        left: 3.125vw; } }
  #contact-form .mktoForm .mktoButton:hover, #nextgen-bpo .mktoForm .mktoButton:hover, #cx-technology .mktoForm .mktoButton:hover, #bpo-partnership .mktoForm .mktoButton:hover {
    color: #101820; }
    #contact-form .mktoForm .mktoButton:hover:after, #nextgen-bpo .mktoForm .mktoButton:hover:after, #cx-technology .mktoForm .mktoButton:hover:after, #bpo-partnership .mktoForm .mktoButton:hover:after {
      content: "";
      width: 15px;
      height: 100%;
      background-image: url("../images/icons/arrow-right-white.png");
      background-size: 15px;
      background-repeat: no-repeat;
      background-position: center; }
    #contact-form .mktoForm .mktoButton:hover:before, #nextgen-bpo .mktoForm .mktoButton:hover:before, #cx-technology .mktoForm .mktoButton:hover:before, #bpo-partnership .mktoForm .mktoButton:hover:before {
      width: 200%; }

#contact-form .mktoFormRow, #nextgen-bpo .mktoFormRow, #cx-technology .mktoFormRow, #bpo-partnership .mktoFormRow {
  width: 100% !important;
  display: flex;
  justify-content: space-between; }
  @media only screen and (max-width: 991px) {
    #contact-form .mktoFormRow, #nextgen-bpo .mktoFormRow, #cx-technology .mktoFormRow, #bpo-partnership .mktoFormRow {
      flex-direction: column; } }
  #contact-form .mktoFormRow > .mktoFormCol, #nextgen-bpo .mktoFormRow > .mktoFormCol, #cx-technology .mktoFormRow > .mktoFormCol, #bpo-partnership .mktoFormRow > .mktoFormCol {
    flex-basis: 48%; }
    @media only screen and (max-width: 991px) {
      #contact-form .mktoFormRow > .mktoFormCol, #nextgen-bpo .mktoFormRow > .mktoFormCol, #cx-technology .mktoFormRow > .mktoFormCol, #bpo-partnership .mktoFormRow > .mktoFormCol {
        flex-basis: 100%;
        width: 100%; } }
  @media only screen and (max-width: 991px) {
    #contact-form .mktoFormRow, #nextgen-bpo .mktoFormRow, #cx-technology .mktoFormRow, #bpo-partnership .mktoFormRow {
      width: 100% !important; } }
  #contact-form .mktoFormRow.checkbox-wrap, #nextgen-bpo .mktoFormRow.checkbox-wrap, #cx-technology .mktoFormRow.checkbox-wrap, #bpo-partnership .mktoFormRow.checkbox-wrap {
    width: 100% !important; }
    #contact-form .mktoFormRow.checkbox-wrap .mktoFormCol, #nextgen-bpo .mktoFormRow.checkbox-wrap .mktoFormCol, #cx-technology .mktoFormRow.checkbox-wrap .mktoFormCol, #bpo-partnership .mktoFormRow.checkbox-wrap .mktoFormCol {
      width: 100% !important; }
    #contact-form .mktoFormRow.checkbox-wrap .mktoGutter, #nextgen-bpo .mktoFormRow.checkbox-wrap .mktoGutter, #cx-technology .mktoFormRow.checkbox-wrap .mktoGutter, #bpo-partnership .mktoFormRow.checkbox-wrap .mktoGutter {
      display: none !important; }
    #contact-form .mktoFormRow.checkbox-wrap .mktoFieldWrap, #nextgen-bpo .mktoFormRow.checkbox-wrap .mktoFieldWrap, #cx-technology .mktoFormRow.checkbox-wrap .mktoFieldWrap, #bpo-partnership .mktoFormRow.checkbox-wrap .mktoFieldWrap {
      width: 100% !important;
      display: flex;
      flex-direction: row-reverse; }
      #contact-form .mktoFormRow.checkbox-wrap .mktoFieldWrap > .mktoCheckboxList, #nextgen-bpo .mktoFormRow.checkbox-wrap .mktoFieldWrap > .mktoCheckboxList, #cx-technology .mktoFormRow.checkbox-wrap .mktoFieldWrap > .mktoCheckboxList, #bpo-partnership .mktoFormRow.checkbox-wrap .mktoFieldWrap > .mktoCheckboxList {
        flex: 0 0 3%;
        padding-right: 0 !important; }
        #contact-form .mktoFormRow.checkbox-wrap .mktoFieldWrap > .mktoCheckboxList label#LblSingle_Opt_In__c, #contact-form .mktoFormRow.checkbox-wrap .mktoFieldWrap > .mktoCheckboxList #LblemailOptIn, #nextgen-bpo .mktoFormRow.checkbox-wrap .mktoFieldWrap > .mktoCheckboxList label#LblSingle_Opt_In__c, #nextgen-bpo .mktoFormRow.checkbox-wrap .mktoFieldWrap > .mktoCheckboxList #LblemailOptIn, #cx-technology .mktoFormRow.checkbox-wrap .mktoFieldWrap > .mktoCheckboxList label#LblSingle_Opt_In__c, #cx-technology .mktoFormRow.checkbox-wrap .mktoFieldWrap > .mktoCheckboxList #LblemailOptIn, #bpo-partnership .mktoFormRow.checkbox-wrap .mktoFieldWrap > .mktoCheckboxList label#LblSingle_Opt_In__c, #bpo-partnership .mktoFormRow.checkbox-wrap .mktoFieldWrap > .mktoCheckboxList #LblemailOptIn {
          margin-bottom: 0 !important; }
          #contact-form .mktoFormRow.checkbox-wrap .mktoFieldWrap > .mktoCheckboxList label#LblSingle_Opt_In__c:before, #contact-form .mktoFormRow.checkbox-wrap .mktoFieldWrap > .mktoCheckboxList #LblemailOptIn:before, #nextgen-bpo .mktoFormRow.checkbox-wrap .mktoFieldWrap > .mktoCheckboxList label#LblSingle_Opt_In__c:before, #nextgen-bpo .mktoFormRow.checkbox-wrap .mktoFieldWrap > .mktoCheckboxList #LblemailOptIn:before, #cx-technology .mktoFormRow.checkbox-wrap .mktoFieldWrap > .mktoCheckboxList label#LblSingle_Opt_In__c:before, #cx-technology .mktoFormRow.checkbox-wrap .mktoFieldWrap > .mktoCheckboxList #LblemailOptIn:before, #bpo-partnership .mktoFormRow.checkbox-wrap .mktoFieldWrap > .mktoCheckboxList label#LblSingle_Opt_In__c:before, #bpo-partnership .mktoFormRow.checkbox-wrap .mktoFieldWrap > .mktoCheckboxList #LblemailOptIn:before {
            box-shadow: none !important; }
          #contact-form .mktoFormRow.checkbox-wrap .mktoFieldWrap > .mktoCheckboxList label#LblSingle_Opt_In__c .mktoAsterix, #contact-form .mktoFormRow.checkbox-wrap .mktoFieldWrap > .mktoCheckboxList #LblemailOptIn .mktoAsterix, #nextgen-bpo .mktoFormRow.checkbox-wrap .mktoFieldWrap > .mktoCheckboxList label#LblSingle_Opt_In__c .mktoAsterix, #nextgen-bpo .mktoFormRow.checkbox-wrap .mktoFieldWrap > .mktoCheckboxList #LblemailOptIn .mktoAsterix, #cx-technology .mktoFormRow.checkbox-wrap .mktoFieldWrap > .mktoCheckboxList label#LblSingle_Opt_In__c .mktoAsterix, #cx-technology .mktoFormRow.checkbox-wrap .mktoFieldWrap > .mktoCheckboxList #LblemailOptIn .mktoAsterix, #bpo-partnership .mktoFormRow.checkbox-wrap .mktoFieldWrap > .mktoCheckboxList label#LblSingle_Opt_In__c .mktoAsterix, #bpo-partnership .mktoFormRow.checkbox-wrap .mktoFieldWrap > .mktoCheckboxList #LblemailOptIn .mktoAsterix {
            display: none !important; }
        #contact-form .mktoFormRow.checkbox-wrap .mktoFieldWrap > .mktoCheckboxList .mktoCheckboxList, #nextgen-bpo .mktoFormRow.checkbox-wrap .mktoFieldWrap > .mktoCheckboxList .mktoCheckboxList, #cx-technology .mktoFormRow.checkbox-wrap .mktoFieldWrap > .mktoCheckboxList .mktoCheckboxList, #bpo-partnership .mktoFormRow.checkbox-wrap .mktoFieldWrap > .mktoCheckboxList .mktoCheckboxList {
          padding: 0 !important; }
      #contact-form .mktoFormRow.checkbox-wrap .mktoFieldWrap > #LblSingle_Opt_In__c, #nextgen-bpo .mktoFormRow.checkbox-wrap .mktoFieldWrap > #LblSingle_Opt_In__c, #cx-technology .mktoFormRow.checkbox-wrap .mktoFieldWrap > #LblSingle_Opt_In__c, #bpo-partnership .mktoFormRow.checkbox-wrap .mktoFieldWrap > #LblSingle_Opt_In__c {
        padding-left: 0 !important; }
        @media only screen and (min-width: 1921px) {
          #contact-form .mktoFormRow.checkbox-wrap .mktoFieldWrap > #LblSingle_Opt_In__c, #nextgen-bpo .mktoFormRow.checkbox-wrap .mktoFieldWrap > #LblSingle_Opt_In__c, #cx-technology .mktoFormRow.checkbox-wrap .mktoFieldWrap > #LblSingle_Opt_In__c, #bpo-partnership .mktoFormRow.checkbox-wrap .mktoFieldWrap > #LblSingle_Opt_In__c {
            font-size: 16px !important; } }
        @media (min-width: 992px) and (max-width: 1920px) {
          #contact-form .mktoFormRow.checkbox-wrap .mktoFieldWrap > #LblSingle_Opt_In__c, #nextgen-bpo .mktoFormRow.checkbox-wrap .mktoFieldWrap > #LblSingle_Opt_In__c, #cx-technology .mktoFormRow.checkbox-wrap .mktoFieldWrap > #LblSingle_Opt_In__c, #bpo-partnership .mktoFormRow.checkbox-wrap .mktoFieldWrap > #LblSingle_Opt_In__c {
            font-size: 0.83333vw !important; } }
        #contact-form .mktoFormRow.checkbox-wrap .mktoFieldWrap > #LblSingle_Opt_In__c, #contact-form .mktoFormRow.checkbox-wrap .mktoFieldWrap > #LblSingle_Opt_In__c span, #nextgen-bpo .mktoFormRow.checkbox-wrap .mktoFieldWrap > #LblSingle_Opt_In__c, #nextgen-bpo .mktoFormRow.checkbox-wrap .mktoFieldWrap > #LblSingle_Opt_In__c span, #cx-technology .mktoFormRow.checkbox-wrap .mktoFieldWrap > #LblSingle_Opt_In__c, #cx-technology .mktoFormRow.checkbox-wrap .mktoFieldWrap > #LblSingle_Opt_In__c span, #bpo-partnership .mktoFormRow.checkbox-wrap .mktoFieldWrap > #LblSingle_Opt_In__c, #bpo-partnership .mktoFormRow.checkbox-wrap .mktoFieldWrap > #LblSingle_Opt_In__c span {
          color: #fff !important; }
        #contact-form .mktoFormRow.checkbox-wrap .mktoFieldWrap > #LblSingle_Opt_In__c a, #nextgen-bpo .mktoFormRow.checkbox-wrap .mktoFieldWrap > #LblSingle_Opt_In__c a, #cx-technology .mktoFormRow.checkbox-wrap .mktoFieldWrap > #LblSingle_Opt_In__c a, #bpo-partnership .mktoFormRow.checkbox-wrap .mktoFieldWrap > #LblSingle_Opt_In__c a {
          font-weight: 500;
          color: #fff !important; }
  #contact-form .mktoFormRow.full .mktoFormCol, #nextgen-bpo .mktoFormRow.full .mktoFormCol, #cx-technology .mktoFormRow.full .mktoFormCol, #bpo-partnership .mktoFormRow.full .mktoFormCol {
    width: 100%;
    flex-basis: 100%; }
  #contact-form .mktoFormRow .mktoFormCol, #nextgen-bpo .mktoFormRow .mktoFormCol, #cx-technology .mktoFormRow .mktoFormCol, #bpo-partnership .mktoFormRow .mktoFormCol {
    width: 100% !important;
    margin-bottom: 10px !important; }
    @media only screen and (max-width: 991px) {
      #contact-form .mktoFormRow .mktoFormCol, #nextgen-bpo .mktoFormRow .mktoFormCol, #cx-technology .mktoFormRow .mktoFormCol, #bpo-partnership .mktoFormRow .mktoFormCol {
        width: 100% !important;
        float: none !important;
        margin-bottom: 3.125vw !important; } }
    #contact-form .mktoFormRow .mktoFormCol .mktoFieldWrap > label, #nextgen-bpo .mktoFormRow .mktoFormCol .mktoFieldWrap > label, #cx-technology .mktoFormRow .mktoFormCol .mktoFieldWrap > label, #bpo-partnership .mktoFormRow .mktoFormCol .mktoFieldWrap > label {
      margin-bottom: 0; }

#contact-form .mktoForm .mktoFormRow.checkbox-label {
  width: 3% !important;
  float: left;
  display: block; }
  @media only screen and (max-width: 991px) {
    #contact-form .mktoForm .mktoFormRow.checkbox-label {
      width: 7% !important; } }
  #contact-form .mktoForm .mktoFormRow.checkbox-label + div {
    display: block;
    float: left;
    width: 95% !important;
    clear: none;
    margin-left: 2%; }
    @media only screen and (max-width: 991px) {
      #contact-form .mktoForm .mktoFormRow.checkbox-label + div {
        width: 90% !important; } }

#contact-form .mktoForm .mktoHtmlText {
  width: 100% !important; }
  #contact-form .mktoForm .mktoHtmlText, #contact-form .mktoForm .mktoHtmlText span {
    color: #000 !important;
    font-size: 15px !important; }
    @media only screen and (max-width: 991px) {
      #contact-form .mktoForm .mktoHtmlText, #contact-form .mktoForm .mktoHtmlText span {
        font-size: 4.6875vw !important; } }
  #contact-form .mktoForm .mktoHtmlText a, #contact-form .mktoForm .mktoHtmlText strong {
    color: #000 !important;
    padding: 0;
    font-weight: 600; }
  #contact-form .mktoForm .mktoHtmlText a:hover {
    text-decoration: underline; }

#nextgen-bpo .mktoForm .mktoFormRow .mktoFormCol, #cx-technology .mktoForm .mktoFormRow .mktoFormCol, #bpo-partnership .mktoForm .mktoFormRow .mktoFormCol {
  width: 100% !important;
  flex-basis: 100% !important; }

#nextgen-bpo .mktoForm .mktoFormRow .mktoLabel, #cx-technology .mktoForm .mktoFormRow .mktoLabel, #bpo-partnership .mktoForm .mktoFormRow .mktoLabel {
  color: #fff !important; }
  #nextgen-bpo .mktoForm .mktoFormRow .mktoLabel:after, #cx-technology .mktoForm .mktoFormRow .mktoLabel:after, #bpo-partnership .mktoForm .mktoFormRow .mktoLabel:after {
    color: #fff !important; }

#nextgen-bpo .mktoForm .mktoFormRow fieldset, #cx-technology .mktoForm .mktoFormRow fieldset, #bpo-partnership .mktoForm .mktoFormRow fieldset {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important; }
