@import url("https://fonts.googleapis.com/css2?family=Montserrat: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&display=swap");
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

a {
  background-color: transparent;
  text-decoration: none;
}

abbr[title] {
  border-bottom: none; /* 1 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

textarea {
  resize: none;
  line-height: 1.5;
}

button,
input { /* 1 */
  overflow: visible;
}

button,
select { /* 1 */
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* Uncomment and set these variables to customize the grid. */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}

.row {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
}

.row.reverse {
  flex-direction: row-reverse;
}

.col.reverse {
  flex-direction: column-reverse;
}

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

.col-xs {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
}

.col-xs-1 {
  flex-basis: 8.333%;
  max-width: 8.333%;
}

.col-xs-2 {
  flex-basis: 16.667%;
  max-width: 16.667%;
}

.col-xs-3 {
  flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  flex-basis: 33.333%;
  max-width: 33.333%;
}

.col-xs-5 {
  flex-basis: 41.667%;
  max-width: 41.667%;
}

.col-xs-6 {
  flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  flex-basis: 58.333%;
  max-width: 58.333%;
}

.col-xs-8 {
  flex-basis: 66.667%;
  max-width: 66.667%;
}

.col-xs-9 {
  flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  flex-basis: 83.333%;
  max-width: 83.333%;
}

.col-xs-11 {
  flex-basis: 91.667%;
  max-width: 91.667%;
}

.col-xs-12 {
  flex-basis: 100%;
  max-width: 100%;
}

.col-xs-offset-1 {
  margin-left: 8.333%;
}

.col-xs-offset-2 {
  margin-left: 16.667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.333%;
}

.col-xs-offset-5 {
  margin-left: 41.667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.333%;
}

.col-xs-offset-8 {
  margin-left: 66.667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.333%;
}

.col-xs-offset-11 {
  margin-left: 91.667%;
}

.start-xs {
  justify-content: flex-start;
  text-align: start;
}

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

.end-xs {
  justify-content: flex-end;
  text-align: end;
}

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

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

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

.around-xs {
  justify-content: space-around;
}

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

.first-xs {
  order: -1;
}

.last-xs {
  order: 1;
}

@media only screen and (min-width: 48em) {
  .container {
    width: 46rem;
  }
  .col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .col-sm {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-sm-1 {
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-sm-2 {
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-sm-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-sm-5 {
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-sm-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-sm-8 {
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-sm-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-sm-11 {
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-sm-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.667%;
  }
  .start-sm {
    justify-content: flex-start;
    text-align: start;
  }
  .center-sm {
    justify-content: center;
    text-align: center;
  }
  .end-sm {
    justify-content: flex-end;
    text-align: end;
  }
  .top-sm {
    align-items: flex-start;
  }
  .middle-sm {
    align-items: center;
  }
  .bottom-sm {
    align-items: flex-end;
  }
  .around-sm {
    justify-content: space-around;
  }
  .between-sm {
    justify-content: space-between;
  }
  .first-sm {
    order: -1;
  }
  .last-sm {
    order: 1;
  }
}
@media only screen and (min-width: 62em) {
  .container {
    width: 61rem;
  }
  .col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .col-md {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-md-1 {
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-md-2 {
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-md-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-md-5 {
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-md-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-md-8 {
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-md-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-md-11 {
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-md-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-md-offset-1 {
    margin-left: 8.333%;
  }
  .col-md-offset-2 {
    margin-left: 16.667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.333%;
  }
  .col-md-offset-5 {
    margin-left: 41.667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.333%;
  }
  .col-md-offset-8 {
    margin-left: 66.667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.333%;
  }
  .col-md-offset-11 {
    margin-left: 91.667%;
  }
  .start-md {
    justify-content: flex-start;
    text-align: start;
  }
  .center-md {
    justify-content: center;
    text-align: center;
  }
  .end-md {
    justify-content: flex-end;
    text-align: end;
  }
  .top-md {
    align-items: flex-start;
  }
  .middle-md {
    align-items: center;
  }
  .bottom-md {
    align-items: flex-end;
  }
  .around-md {
    justify-content: space-around;
  }
  .between-md {
    justify-content: space-between;
  }
  .first-md {
    order: -1;
  }
  .last-md {
    order: 1;
  }
}
@media only screen and (min-width: 75em) {
  .container {
    width: 71rem;
  }
  .col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .col-lg {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-lg-1 {
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-lg-2 {
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-lg-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-lg-5 {
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-lg-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-lg-8 {
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-lg-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-lg-11 {
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-lg-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.667%;
  }
  .start-lg {
    justify-content: flex-start;
    text-align: start;
  }
  .center-lg {
    justify-content: center;
    text-align: center;
  }
  .end-lg {
    justify-content: flex-end;
    text-align: end;
  }
  .top-lg {
    align-items: flex-start;
  }
  .middle-lg {
    align-items: center;
  }
  .bottom-lg {
    align-items: flex-end;
  }
  .around-lg {
    justify-content: space-around;
  }
  .between-lg {
    justify-content: space-between;
  }
  .first-lg {
    order: -1;
  }
  .last-lg {
    order: 1;
  }
}
.bg-gradient {
  background: radial-gradient(at bottom left, #00509E -80%, #002447 80%);
}

.ellipse.light-blue::before, .ellipse.light-blue::after {
  background-color: #269CFC;
}
.ellipse.blue::before {
  background-color: #5BD4EF;
}
.ellipse.blue::after {
  background-color: #00509E;
}
.ellipse::before {
  content: "";
  position: absolute;
  top: 7.65rem;
  left: -28.85rem;
  width: 57.7rem;
  height: 57.7rem;
  background-color: #002447;
  opacity: 0.11;
  border-radius: 100%;
  z-index: 2;
  transform: scale(0.95);
}
.ellipse::after {
  content: "";
  position: absolute;
  top: 12.4rem;
  left: -24.35rem;
  width: 48.7rem;
  height: 48.7rem;
  background-color: #002447;
  opacity: 0.11;
  border-radius: 100%;
  z-index: 2;
  transform: scale(0.95);
}

.blue {
  color: #00509E;
}

.dark-blue {
  color: #002447;
}

.gray {
  color: #676767;
}

.d-flex {
  display: flex;
}

.footer-ustify-content-between {
  justify-content: space-between;
}

.dmp-justify-content-end {
  justify-content: flex-end;
}

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

.text-bold {
  font-weight: Bold !important;
}

.text-bolder {
  font-weight: bolder !important;
}

.text-800 {
  font-weight: 800 !important;
}

.m-auto {
  margin: auto;
}

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

.d-container-col {
  flex-direction: column;
}

.text-50 {
  font-size: 50px !important;
}

.mt-30px {
  margin-top: 30px !important;
}

h1 {
  font-size: 6.8rem;
  font-weight: 700;
  margin: 0;
}

h2 {
  font-size: 4rem;
  font-weight: 700;
  margin: 0;
  margin-bottom: 2rem;
}

h3 {
  font-size: 3rem;
  font-weight: 800;
  margin: 0;
  margin-bottom: 3rem;
}

h4 {
  font-size: 2rem;
  font-weight: 700;
  margin: 0;
  margin-bottom: 2rem;
}

h5 {
  font-size: 2rem;
  font-weight: 400;
  margin: 0;
  margin-bottom: 2rem;
}

h6 {
  font-size: 1.8rem;
  font-weight: 400;
  margin: 0;
  margin-bottom: 2rem;
}

p {
  font-size: 1.6rem;
  margin: 0;
  line-height: 1.5;
}

.text-14 {
  font-size: 1.4rem;
}

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

.mt-20px {
  margin-top: 20px;
}

.mb-1 {
  margin-bottom: 1rem;
}

.mb-2 {
  margin-bottom: 2rem;
}

.mb-3 {
  margin-bottom: 3rem;
}

.mb-4 {
  margin-bottom: 4rem;
}

.pb-10 {
  padding-bottom: 10rem;
}

.pl-20px {
  padding-left: 60px;
}

@media (min-width: 990px) {
  .md-hidden {
    display: none;
  }
}
@media (max-width: 767px) {
  .xs-hidden {
    display: none;
  }
  h1 {
    font-size: 3.5rem;
  }
  h2 {
    font-size: 2.5rem;
  }
  h3 {
    font-size: 2.6rem;
  }
  h4 {
    font-size: 1.8rem;
  }
  p {
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .xs-hidden {
    display: none;
  }
  h1 {
    font-size: 4rem;
  }
  h2 {
    font-size: 3.6rem;
  }
  h3 {
    font-size: 2rem;
  }
  h4 {
    font-size: 2rem;
  }
  p {
    font-size: 2rem;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  h1 {
    font-size: 5rem;
  }
  h2 {
    font-size: 3rem;
  }
  h3 {
    font-size: 2.5rem;
  }
  h4 {
    font-size: 2rem;
  }
  p {
    font-size: 1.6rem;
  }
}
@media (min-width: 2560px) {
  h1 {
    font-size: 8rem;
  }
  h2 {
    font-size: 6rem;
  }
  h3 {
    font-size: 5rem;
  }
  h4 {
    font-size: 3.5rem;
  }
  h5 {
    font-size: 3rem;
  }
  h6 {
    font-size: 2.5rem;
  }
  p {
    font-size: 3rem;
  }
  .text-14 {
    font-size: 2.5rem;
  }
  .footer .number,
.footer .email,
.footer .address {
    font-size: 2.6rem !important;
  }
  .terms {
    font-size: 2.6rem !important;
  }
  .career-description li {
    font-size: 2.5rem !important;
  }
  .email * {
    font-size: 2.4rem !important;
  }
}
.nav {
  background-color: #0C2A74;
  color: white;
  margin: auto;
  height: 9.5rem;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 100;
  width: 100vw;
}
.nav a {
  color: white;
}
.nav .container {
  height: 100%;
  display: flex;
  align-items: center;
}
.nav .logo {
  color: white;
  font-size: 4rem;
  font-weight: 700;
  margin-right: 10rem;
}
.nav .logo a {
  display: flex;
  align-items: center;
}
.nav .logo img {
  width: auto;
  height: 4.5rem;
}
.nav .item {
  white-space: nowrap;
  color: white;
  margin-right: 3.8rem;
  font-size: 1.6rem;
  position: relative;
  font-weight: 300;
}
.nav .item:hover {
  font-weight: 700;
}
.nav .item:hover .sub-menu {
  font-weight: 400;
  transform: scale(1);
  opacity: 1;
  display: block;
}
.nav .item.active {
  font-weight: 700;
}
.nav .item.active::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: white;
  bottom: -3.8rem;
  left: 0;
  border-radius: 2px;
}
.nav .item::before {
  display: block;
  content: attr(title);
  font-weight: bold;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.nav .item .sub-menu-container {
  padding-top: 2rem;
  position: absolute;
}
.nav .item .sub-menu {
  font-weight: 400;
  background-color: white;
  padding: 1.8rem 0.9rem;
  min-width: 18rem;
  border-top: 4px solid #269CFC;
  transform: scale(0.8);
  opacity: 0;
  display: none;
  transition: all 0.1s ease-in;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.29);
}
.nav .item .sub-menu a {
  padding: 1.1rem 1.3rem;
  display: block;
  color: #002447;
}
.nav .item .sub-menu a:hover {
  font-weight: 600;
  background-color: #ECECEC;
}

.footer {
  margin-top: -10.5rem;
  color: white;
  position: relative;
  padding: 20rem 0 17.5rem;
  background-color: #0C2A74;
}
.footer::before {
  z-index: 2;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../assets/images/footer-bg-d.svg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}
.footer::after {
  z-index: 1;
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% - 6rem);
  bottom: 0;
  left: 0;
}
.footer .logo {
  display: block;
  font-size: 4rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
.footer .logo img {
  width: 38rem;
}
.footer .company-desc {
  margin-bottom: 2rem;
}
.footer .number,
.footer .email,
.footer .address {
  display: block;
  margin-bottom: 0.9rem;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
}
.footer .number img,
.footer .email img,
.footer .address img {
  width: 2rem;
  margin-right: 1.5rem;
}
.footer .solutions h5,
.footer .about h5 {
  margin-top: 5rem;
  margin-bottom: 4rem;
}
.footer .solutions a,
.footer .about a {
  display: block;
  margin-bottom: 1rem;
  color: #f2f2f2;
  font-weight: 300;
}
.footer .subscribe {
  margin-top: 5rem;
}
.footer .subscribe .social {
  width: 4.2rem;
  height: 4.2rem;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.5rem;
  margin-bottom: 2.2rem;
  cursor: pointer;
}
.footer .subscribe .social img {
  width: 100%;
}
.footer .subscribe p {
  margin-bottom: 2.3rem;
  color: #f2f2f2;
  font-weight: 300;
}
.footer .subscribe .email-input {
  background-color: white;
  border: 1px solid #E1E1E1;
  border-radius: 0.4rem;
  padding: 0.5rem;
  position: relative;
}
.footer .subscribe .email-input button {
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  height: calc(100% - 1rem);
  width: 4.6rem;
  cursor: pointer;
  border: none;
  outline: none;
  border-radius: 0.4rem;
  background-color: #6370E2;
  padding: 1rem 1.4rem 0.8rem;
}
.footer .subscribe .email-input button img {
  width: 100%;
}
.footer .subscribe .email-input input {
  width: 80%;
  outline: none;
  border: none;
  font-size: 1.6rem;
  padding: 0.8rem 1rem;
  color: #002447;
}
.footer .terms {
  z-index: 3;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  background-color: #0C2A74;
  height: 12rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f2f2f2;
  font-size: 1.6rem;
  gap: 5rem;
}
.footer .terms a {
  color: #f2f2f2;
}
.footer .terms.footer-terms-d {
  gap: 50px;
}
.footer .terms .tnc-hover:hover,
.footer .terms .pp-hover:hover {
  text-decoration: underline;
}

.btn-gradient {
  background: linear-gradient(270deg, #6370E2 0%, #00509E 100%);
  background-color: #00509E;
  border: none;
  border-radius: 2.5rem;
  outline: none;
  text-transform: uppercase;
  padding: 1.6rem 2.2rem;
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0.3rem;
  cursor: pointer;
}
.btn-gradient:hover {
  color: #00509E;
  background: white;
  transition: 0.3s ease-in;
}

.btn-main {
  border-radius: 30px;
  outline: none;
  font-size: 2rem;
  font-weight: bold;
  padding: 1.85rem 3.25rem;
  cursor: pointer;
}
.btn-main.hover-orange {
  background-color: #00509E;
  color: white;
  border: 1px solid #00509E;
}
.btn-main.hover-orange:hover {
  color: white;
  background-color: #E7843C;
  border: 1px solid #E7843C;
  transition: 0.2s ease-in;
}
.btn-main.outline-hover-blue {
  background-color: transparent;
  color: #002447;
  border: 1px solid #00509E;
  padding: 1.4rem 2.3rem;
}
.btn-main.outline-hover-blue:hover {
  color: white;
  background-color: #E7843C;
  border: 1px solid #E7843C;
  transition: 0.3s ease-in;
}
.btn-main.outline-light-blue {
  font-weight: 800;
  background-color: transparent;
  color: #00509E;
  border: 1px solid #00509E;
  padding: 1.75rem 4.35rem 1.95rem;
}
.btn-main.outline-light-blue:hover {
  color: white;
  background-color: #E7843C;
  border: 1px solid #E7843C;
  transition: 0.3s ease-in;
}
.btn-main.hover-white {
  background-color: transparent;
  color: white;
  border: 1px solid white;
}
.btn-main.hover-white:hover {
  color: #002447;
  background-color: white;
  border: 1px solid white;
  transition: 0.3s ease-in;
}
.btn-main.light-blue {
  background-color: #269CFC;
  color: white;
  border: 1px solid #269CFC;
  padding: 1.4rem 2.3rem;
}
.btn-main.light-blue:hover {
  color: white;
  background-color: #E7843C;
  border: 1px solid #E7843C;
  transition: 0.3s ease-in;
}

.blogs {
  padding: 7rem 0 3rem;
}
.blogs .row {
  margin-right: -2.8rem;
  margin-left: -2.8rem;
}
.blogs .col-md-4 {
  padding-right: 2.8rem;
  padding-left: 2.8rem;
}
.blogs .blog {
  margin-top: 6rem;
}
.blogs .blog .image {
  position: relative;
  max-height: 34.5rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4.2rem;
}
.blogs .blog .image img {
  height: 100%;
  width: auto;
}
.blogs .blog .image .writer {
  position: absolute;
  bottom: 2rem;
  right: 1.3rem;
  background-color: #002447;
  border-radius: 2.3rem;
  display: flex;
  align-items: center;
  padding: 0.6rem 0.7rem;
}
.blogs .blog .image .writer img {
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 100%;
  margin-right: 1rem;
}
.blogs .blog .image .writer span {
  font-weight: bold;
  font-size: 1.2rem;
  transform: translateY(0.2rem);
}
.blogs .blog .image .writer span:first-of-type {
  margin-right: 0.5rem;
}
.blogs .blog .image .writer span:last-of-type {
  margin-right: 1.3rem;
}
.blogs .blog .texts {
  padding: 0 1.3rem;
}
.blogs .blog .texts .date-comments {
  margin-top: 4.3rem;
}
.blogs .blog .texts .date-comments .date {
  margin-right: 2rem;
}
.blogs .blog .texts .date-comments span {
  font-size: 1.4rem;
  font-weight: 500;
  color: #00509E;
}

.splide__pagination__page {
  opacity: 1 !important;
  background-color: transparent !important;
  height: 1.5rem !important;
  width: 1.5rem !important;
  border: 1px solid white !important;
  transition: all 0.5s ease !important;
}
.splide__pagination__page.is-active {
  transform: none !important;
  background-color: white !important;
}

.dark-pagination .splide__pagination__page {
  opacity: 1 !important;
  background-color: transparent !important;
  height: 1.5rem !important;
  width: 1.5rem !important;
  border: 1px solid #002447 !important;
  transition: all 0.5s ease !important;
}
.dark-pagination .splide__pagination__page.is-active {
  transform: none !important;
  background-color: #002447 !important;
}

.blue-pagination .splide__pagination__page {
  opacity: 1 !important;
  background-color: transparent !important;
  height: 1.5rem !important;
  width: 1.5rem !important;
  border: 2px solid #6370E2 !important;
  transition: all 0.5s ease !important;
}
.blue-pagination .splide__pagination__page.is-active {
  transform: none !important;
  background-color: #6370E2 !important;
}

.splide__arrow--prev {
  left: -4rem !important;
}

.splide__arrow--next {
  right: -4em !important;
}

.splide__arrow {
  background: none !important;
}
.splide__arrow:disabled {
  opacity: 1 !important;
}
.splide__arrow svg {
  fill: #AFAFAF !important;
  height: 2.3rem !important;
  width: 2.3rem !important;
}

.partners {
  padding: 15rem 0 18.6rem;
  position: relative;
  background-color: #F9F9F9;
}
.partners .text-center {
  margin-bottom: 3.5rem;
}
.partners .container .partner-logo {
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.29);
  border-radius: 1.2rem;
  height: 23.3rem;
  margin: 0.75rem;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 23.3rem;
  margin: 1rem;
  margin-top: 2.7rem;
}
.partners .container .partner-logo img {
  width: 100%;
  height: auto;
}
.partners .partners-text-width {
  margin: auto;
  max-width: 87%;
}

.scroll-top {
  z-index: 100;
  position: fixed;
  color: white;
  background-color: #5BD4EF;
  border-radius: 0.4rem;
  bottom: 4.7rem;
  right: 4.7rem;
  height: 5.2rem;
  width: 5.2rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.scroll-top img {
  width: 2.4rem;
}

@media (max-width: 767px) {
  .nav {
    height: 8.5rem;
  }
  .nav .container {
    justify-content: space-between;
  }
  .nav .logo {
    margin: 0;
  }
  .nav .item {
    display: none;
  }
  .nav .check {
    display: none;
  }
  .nav .check:checked + .mobile-menu + .mobile-content {
    visibility: visible;
    transform: translateX(0);
    opacity: 1;
    width: 100vw;
    min-height: 100vh;
    position: fixed;
    left: 0;
  }
  .nav .mobile-menu .menu .line {
    content: "";
    width: 2.3rem;
    height: 0.2rem;
    background-color: white;
    border-radius: 0.2rem;
    display: block;
  }
  .nav .mobile-menu .menu .line:nth-child(even) {
    margin: 0.7rem 0;
  }
  .nav .mobile-content {
    visibility: none;
    opacity: 0;
    width: 0;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    position: absolute;
    top: 0;
    height: 100vh;
    max-height: 100vh;
    overflow: auto;
    background-color: #FBFBFB;
    padding: 2.3rem 2rem;
    box-sizing: border-box;
  }
  .nav .mobile-content .close-menu {
    position: absolute;
    top: 4.5rem;
    right: 3.5rem;
  }
  .nav .mobile-content .close-menu .line {
    content: "";
    width: 2.5rem;
    height: 0.2rem;
    background-color: #707070;
    display: block;
  }
  .nav .mobile-content .close-menu .line:nth-child(even) {
    transform: rotate(45deg) translateX(-0.05rem);
  }
  .nav .mobile-content .close-menu .line:nth-child(odd) {
    transform: rotate(-45deg) translateY(0.1rem);
  }
  .nav .mobile-content .logo {
    display: block;
    font-size: 3rem;
    margin-bottom: 4rem;
  }
  .nav .mobile-content .desc {
    max-width: 27.3rem;
    font-size: 1.6rem;
    margin-bottom: 4rem;
  }
  .nav .mobile-content .bold {
    font-size: 2rem;
    color: #00509E;
    font-weight: bold;
    margin-bottom: 2rem;
  }
  .nav .mobile-content .item {
    display: block;
    margin-top: 2rem;
    font-size: 2rem;
  }
  .nav .mobile-content .follow {
    margin-top: 5rem;
  }
  .nav .mobile-content .follow .socials {
    display: flex;
  }
  .nav .mobile-content .follow .socials .social {
    height: 4.2rem;
    width: 4.2rem;
    border-radius: 100%;
    background-color: white;
    margin-right: 1.5rem;
    content: "";
  }
  .nav .mobile-content .powered {
    margin-top: 13.6rem;
  }
  .nav .mobile-content .powered .bold {
    font-size: 1.6rem;
    margin-bottom: 0;
  }
  .nav .mobile-content .powered .company {
    color: #00509E;
    font-size: 2rem;
    font-weight: 900;
  }
  .nav .mobile-content * {
    color: #002447;
  }
  .blogs {
    padding: 4.6rem 0 2rem;
  }
  .blogs .text-center {
    margin-bottom: 1.5rem;
  }
  .blogs .row {
    margin: 0 -1rem;
  }
  .blogs .row .col-xs-12 {
    padding: 0 1rem;
  }
  .blogs .blog {
    margin-top: 3rem;
  }
  .blogs .blog .image {
    height: 17.4rem;
  }
  .blogs .blog .image img {
    height: auto;
    width: 100%;
  }
  .xs-dark-pagination .splide__pagination__page {
    opacity: 1 !important;
    background-color: transparent !important;
    height: 1.5rem !important;
    width: 1.5rem !important;
    border: 1px solid #002447 !important;
    transition: all 0.5s ease !important;
  }
  .xs-dark-pagination .splide__pagination__page.is-active {
    transform: none !important;
    background-color: #002447 !important;
  }
  .partners {
    padding: 4rem 0 4.9rem;
  }
  .partners .container {
    width: calc(100vw - 10.2rem);
    padding-bottom: 5rem;
  }
  .partners .container .partner-logo {
    height: 18.3em;
  }
  .partners .container .partner-logo img {
    width: auto;
    max-width: 80%;
  }
  .footer::before {
    z-index: 2;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(../assets/images/bg-footer-sm.svg);
    background-size: 114%;
    background-position: top;
    background-repeat: no-repeat;
  }
  .footer .logo .footer-logo-size {
    width: 227px;
    height: auto;
  }
  .footer-terms-d {
    gap: 10px !important;
  }
}
.c-d-1 {
  width: 85%;
}

@media (max-width: 767px) {
  .btn-main {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu-open {
    overflow: hidden;
  }
  .menu-open .scroll-top {
    display: none;
  }
  .nav {
    height: 8.5rem;
  }
  .nav .container {
    justify-content: space-between;
  }
  .nav .logo {
    margin: 0;
  }
  .nav .item {
    display: none;
  }
  .nav .check {
    display: none;
  }
  .nav .check:checked + .mobile-menu + .mobile-content {
    visibility: visible;
    transform: translateX(0);
    opacity: 1;
    width: 100vw;
    min-height: 100vh;
    position: fixed;
    left: 0;
  }
  .nav .mobile-menu .menu .line {
    content: "";
    width: 2.3rem;
    height: 0.2rem;
    background-color: white;
    border-radius: 0.2rem;
    display: block;
  }
  .nav .mobile-menu .menu .line:nth-child(even) {
    margin: 0.7rem 0;
  }
  .nav .mobile-content {
    visibility: none;
    opacity: 0;
    width: 0;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    position: absolute;
    top: 0;
    height: 100vh;
    max-height: 100vh;
    overflow: auto;
    background-color: #FBFBFB;
    padding: 2.3rem 2rem;
    box-sizing: border-box;
  }
  .nav .mobile-content .close-menu {
    position: absolute;
    top: 4.5rem;
    right: 3.5rem;
  }
  .nav .mobile-content .close-menu .line {
    content: "";
    width: 2.5rem;
    height: 0.2rem;
    background-color: #707070;
    display: block;
  }
  .nav .mobile-content .close-menu .line:nth-child(even) {
    transform: rotate(45deg) translateX(-0.05rem);
  }
  .nav .mobile-content .close-menu .line:nth-child(odd) {
    transform: rotate(-45deg) translateY(0.1rem);
  }
  .nav .mobile-content .logo {
    display: block;
    font-size: 3rem;
    margin-bottom: 4rem;
  }
  .nav .mobile-content .desc {
    max-width: 27.3rem;
    font-size: 1.6rem;
    margin-bottom: 4rem;
  }
  .nav .mobile-content .bold {
    font-size: 2rem;
    color: #00509E;
    font-weight: bold;
    margin-bottom: 2rem;
  }
  .nav .mobile-content .item {
    display: block;
    margin-top: 2rem;
    font-size: 2rem;
  }
  .nav .mobile-content .follow {
    margin-top: 5rem;
  }
  .nav .mobile-content .follow .socials {
    display: flex;
  }
  .nav .mobile-content .follow .socials .social {
    height: 4.2rem;
    width: 4.2rem;
    border-radius: 100%;
    background-color: white;
    margin-right: 1.5rem;
    content: "";
  }
  .nav .mobile-content .powered {
    margin-top: 13.6rem;
  }
  .nav .mobile-content .powered .bold {
    font-size: 1.6rem;
    margin-bottom: 0;
  }
  .nav .mobile-content .powered .company {
    color: #00509E;
    font-size: 2rem;
    font-weight: 900;
  }
  .nav .mobile-content * {
    color: #002447;
  }
  .scroll-top {
    right: 2rem;
  }
  .footer {
    margin-top: -4rem;
  }
  .footer::before {
    z-index: 2;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(../assets/images/bg-footer-sm.svg);
    background-size: 114%;
    background-position: top;
    background-repeat: no-repeat;
  }
  .btn-main {
    font-size: 16;
  }
  .home-carousel {
    padding: 15% 0 26% !important;
  }
  .home-carousel h1 {
    width: 70%;
  }
  .home-carousel p {
    display: none;
  }
  .text-desc {
    display: block;
  }
  .dmp-text-desc {
    display: block;
    margin: auto;
  }
  .services-dmp {
    padding: 25% 0% 19% !important;
  }
  .services-dmp p {
    display: none;
  }
  .services-dmp .btn-main {
    display: none;
  }
  .tab-service-dmp {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    padding-top: 40px;
    height: 200px;
    background-color: white;
  }
  .end-md {
    justify-content: flex-end;
  }
  .partners {
    padding: 11% 0 11%;
  }
  .partners .container .partner-logo {
    height: 16rem;
  }
  .services-pmp {
    padding: 14% 0% 12% !important;
  }
  .services-pmp .col-md-7 {
    max-width: 65% !important;
    flex-basis: 65% !important;
  }
  .note-additional {
    padding: 12% 0 12% !important;
  }
  .tab-text-p-1 {
    width: 65%;
    margin: auto;
  }
  .talk-to-us {
    padding: 0% 0 7% !important;
    background-image: url(../assets/images/contact-bg-sm.jpg);
    background-position: top !important;
    background-repeat: no-repeat !important;
  }
  .talk-to-us h2 {
    max-width: 43%;
    padding-top: 28%;
  }
  .talk-to-us p.c-d-1 {
    display: none !important;
  }
  .mob-cont-1 {
    display: flex;
    flex-direction: column;
    padding-top: 35%;
    width: 75%;
    margin: auto;
    align-items: center;
  }
  .talk-to-us p.c-m-1 {
    display: block !important;
    color: white;
    text-align: center;
  }
  .talk-to-us .btn-main {
    margin: auto;
    display: block;
  }
  .footer {
    padding: 12rem 0 15rem !important;
  }
  .footer .terms.footer-terms-d {
    gap: 6px !important;
  }
  .footer.bg-blu-tab {
    background-color: #0C2A74 !important;
  }
  .title .search-jobs .search {
    margin-top: 1.8rem;
    display: none;
  }
}
@media (max-width: 1023px) {
  .footer {
    padding: 6rem 0 15rem;
  }
  .footer .number,
.footer .email,
.footer .address {
    font-size: 1.4rem;
  }
  .footer .solutions h5,
.footer .about h5 {
    margin-top: 3.4rem;
    margin-bottom: 4rem;
  }
  .footer .solutions span,
.footer .about span {
    display: block;
    margin-bottom: 1rem;
    color: #f2f2f2;
  }
  .footer .subscribe {
    margin-top: -1.6rem;
  }
  .footer .subscribe p {
    max-width: 25rem;
  }
  .footer .terms {
    font-size: 1.2rem;
    display: flex;
    flex-flow: column;
  }
  .c-d-1 {
    width: 85%;
  }
}
@media (min-width: 1200px) and (max-width: 1280px) {
  .home-carousel {
    padding: 22rem 0 26% !important;
  }
  h1 {
    font-size: 4rem !important;
  }
  .services-dmp {
    padding: 31.8rem 0rem 25rem !important;
  }
  .services-pmp {
    padding: 23.9rem 0rem 23.8rem !important;
  }
  .note-additional p {
    font-size: 1.7rem !important;
  }
  .note-additional {
    padding: 6rem 0 6rem !important;
  }
  .talk-to-us {
    padding: 32.9rem 0 !important;
  }
  .image-text {
    padding: 2.5rem 0 !important;
  }
  .c-d-1 {
    width: 85%;
  }
}
@media (min-width: 1281px) and (max-width: 1440px) {
  .home-carousel {
    padding: 16% 0 26% !important;
  }
  .services-dmp {
    padding: 21% 0rem 34rem !important;
  }
  .services-pmp {
    padding: 29.9rem 0rem 33.8rem !important;
  }
  .note-additional p {
    font-size: 1.7rem !important;
  }
  .note-additional {
    padding: 6rem 0 6rem !important;
  }
  .talk-to-us {
    padding: 23% 0 !important;
  }
  .image-text {
    padding: 2.5rem 0 !important;
  }
  .c-d-1 {
    width: 85%;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .home-carousel {
    padding: 14% 0 24% !important;
  }
  .home-carousel h1 {
    font-size: 3.4rem !important;
  }
  .home-carousel p {
    max-width: 64rem !important;
  }
  .services-dmp {
    padding: 19% 0rem 17% !important;
  }
  .partners {
    padding: 7% 0 7% !important;
  }
  .services-pmp {
    padding: 15% 0rem 15% !important;
  }
  .note-additional {
    padding: 7% 0 7% !important;
    background-image: url(../assets/images/ads-paragraph-1024.svg) !important;
  }
  .talk-to-us {
    padding: 21% 0 !important;
  }
  .image-text {
    padding: 2.5rem 0 !important;
  }
  .footer .logo img {
    width: 31rem !important;
  }
  .c-d-1 {
    width: 85%;
  }
  .who .image-text {
    transform: translateY(-10rem);
    margin-bottom: -16rem;
  }
}
@media (min-width: 2560px) {
  .scroll-top {
    bottom: 8.7rem;
    right: 8.7rem;
    height: 9.2rem;
    width: 9.2rem;
  }
  .btn-main {
    font-size: 4rem;
    border-radius: 50px;
    padding: 3rem !important;
  }
  .container {
    width: 200rem !important;
  }
  .nav {
    height: 13.5rem;
  }
  .nav .item.active::after {
    bottom: -4.8rem;
  }
  .nav .logo img {
    width: auto;
    height: 9.5rem;
  }
  .nav .item {
    margin-right: 10rem;
    font-size: 3rem;
  }
  .home-carousel {
    padding: 49rem 0 25% !important;
  }
  .home-carousel h1 {
    font-size: 7rem !important;
  }
  .home-carousel p {
    max-width: 126rem !important;
    font-size: 3.5rem !important;
  }
  .services-dmp {
    padding: 63.8rem 0rem 80rem !important;
  }
  .services-dmp p {
    font-size: 3rem !important;
  }
  .partners .partners-text-width {
    max-width: 154rem !important;
  }
  .partners .container .partner-logo {
    height: 46.3rem;
  }
  .services-pmp p {
    font-size: 3rem !important;
  }
  .services-pmp {
    padding: 55.9rem 0rem 61.8rem !important;
  }
  .clients .clients-text-width {
    margin: auto;
    max-width: 87rem !important;
  }
  .clients .client {
    height: 37.8rem !important;
  }
  .note-additional {
    padding: 12rem 0 12.7rem !important;
  }
  .footer {
    padding: 30rem 0 18.5rem !important;
  }
  .footer .logo img {
    width: 57rem !important;
  }
  .footer .number img,
.footer .email img,
.footer .address img {
    width: 3rem !important;
  }
}
html {
  font-size: 8.5px;
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
}

.b-height {
  height: 100vh;
}

.b-color {
  background-color: #F9F9F9;
}

.container {
  width: 1090px;
  margin: auto;
  position: relative;
  z-index: 10;
}

@media (max-width: 1336px) {
  .container {
    width: 80vw;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 10px;
  }
  .container {
    width: calc(100vw - 4.2rem);
  }
  .xs-col-reverse {
    flex-direction: column-reverse;
  }
}/*# sourceMappingURL=global.css.map */