/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

@font-face {
  font-family: 'Poppins Bold';
  src: url("../fonts/poppins-bold-webfont.woff2") format("woff2"), url("../fonts/poppins-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Poppins';
  src: url("../fonts/poppins-regular-webfont.woff2") format("woff2"), url("../fonts/poppins-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Poppins Medium';
  src: url("../fonts/poppins-medium-webfont.woff2") format("woff2"), url("../fonts/poppins-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Poppins Semibold';
  src: url("../fonts/poppins-semibold-webfont.woff2") format("woff2"), url("../fonts/poppins-semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Work Sans Semibold';
  src: url("../fonts/worksans-semibold-webfont.woff2") format("woff2"), url("../fonts/worksans-semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Work Sans Medium';
  src: url("../fonts/worksans-medium-webfont.woff2") format("woff2"), url("../fonts/worksans-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Work Sans';
  src: url("../fonts/worksans-regular-webfont.woff2") format("woff2"), url("../fonts/worksans-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

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

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-astronaut:before {
  content: "\e971"; }

.icon-chevron-up:before {
  content: "\e972"; }

.icon-facebook:before {
  content: "\e973"; }

.icon-build:before {
  content: "\e974"; }

.icon-consulting:before {
  content: "\e975"; }

.icon-define:before {
  content: "\e976"; }

.icon-iterate:before {
  content: "\e977"; }

.icon-launch:before {
  content: "\e978"; }

.icon-measure:before {
  content: "\e979"; }

.icon-plan:before {
  content: "\e97a"; }

.icon-dev:before {
  content: "\e97b"; }

.icon-linkedin:before {
  content: "\e97c"; }

.icon-map-marker:before {
  content: "\e97d"; }

.icon-telescope:before {
  content: "\e97e"; }

.icon-twitter:before {
  content: "\e97f"; }

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-text-size-adjust: none;
  -ms-overflow-x: hidden;
  overflow-x: hidden;
  font-size: 100%; }
  @media screen and (min-width: 1340px) {
    html {
      font-size: 100% !important; } }
  @media screen and (min-width: 801px) and (max-width: 1023px) {
    html {
      font-size: 90% !important; } }
  @media screen and (min-width: 768px) and (max-width: 800px) {
    html {
      font-size: 87% !important; } }
  @media screen and (min-width: 640px) and (max-width: 767px) {
    html {
      font-size: 85% !important; } }
  @media screen and (min-width: 600px) and (max-width: 639px) {
    html {
      font-size: 82% !important; } }
  @media screen and (min-width: 480px) and (max-width: 599px) {
    html {
      font-size: 80% !important; } }
  @media screen and (min-width: 375px) and (max-width: 479px) {
    html {
      font-size: 75% !important; } }
  @media screen and (max-width: 374px) {
    html {
      font-size: 73% !important; } }

.cc-window {
  opacity: 1;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease; }

.cc-window.cc-invisible {
  opacity: 0; }

.cc-animate.cc-revoke {
  -webkit-transition: transform 1s ease;
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease; }

.cc-animate.cc-revoke.cc-top {
  -webkit-transform: translateY(-2em);
  transform: translateY(-2em); }

.cc-animate.cc-revoke.cc-bottom {
  -webkit-transform: translateY(2em);
  transform: translateY(2em); }

.cc-animate.cc-revoke.cc-active.cc-top {
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.cc-animate.cc-revoke.cc-active.cc-bottom {
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.cc-revoke:hover {
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.cc-grower {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 1s;
  transition: max-height 1s; }

.cc-revoke,
.cc-window {
  position: fixed;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Helvetica, Calibri, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  z-index: 9999; }

.cc-window.cc-static {
  position: static; }

.cc-window.cc-floating {
  padding: 2em;
  max-width: 24em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.cc-window.cc-banner {
  padding: 1em 1.8em;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }

.cc-revoke {
  padding: .5em; }

.cc-revoke:hover {
  text-decoration: underline; }

.cc-header {
  font-size: 18px;
  font-weight: 700; }

.cc-btn,
.cc-close,
.cc-link,
.cc-revoke {
  cursor: pointer; }

.cc-link {
  opacity: .8;
  display: inline-block;
  padding: .2em;
  text-decoration: underline; }

.cc-link:hover {
  opacity: 1; }

.cc-link:active,
.cc-link:visited {
  color: initial; }

.cc-btn {
  display: block;
  padding: .4em .8em;
  font-size: .9em;
  font-weight: 700;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  white-space: nowrap; }

.cc-highlight .cc-btn:first-child {
  background-color: transparent;
  border-color: transparent; }

.cc-highlight .cc-btn:first-child:focus,
.cc-highlight .cc-btn:first-child:hover {
  background-color: transparent;
  text-decoration: underline; }

.cc-close {
  display: block;
  position: absolute;
  top: .5em;
  right: .5em;
  font-size: 1.6em;
  opacity: .9;
  line-height: .75; }

.cc-close:focus,
.cc-close:hover {
  opacity: 1; }

.cc-revoke.cc-top {
  top: 0;
  left: 3em;
  border-bottom-left-radius: .5em;
  border-bottom-right-radius: .5em; }

.cc-revoke.cc-bottom {
  bottom: 0;
  left: 3em;
  border-top-left-radius: .5em;
  border-top-right-radius: .5em; }

.cc-revoke.cc-left {
  left: 3em;
  right: unset; }

.cc-revoke.cc-right {
  right: 3em;
  left: unset; }

.cc-top {
  top: 1em; }

.cc-left {
  left: 1em; }

.cc-right {
  right: 1em; }

.cc-bottom {
  bottom: 1em; }

.cc-floating > .cc-link {
  margin-bottom: 1em; }

.cc-floating .cc-message {
  display: block;
  margin-bottom: 1em; }

.cc-window.cc-floating .cc-compliance {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto; }

.cc-window.cc-banner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.cc-banner.cc-top {
  left: 0;
  right: 0;
  top: 0; }

.cc-banner.cc-bottom {
  left: 0;
  right: 0;
  bottom: 0; }

.cc-banner .cc-message {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 100%;
  margin-right: 1em; }

.cc-compliance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: justify;
  align-content: space-between; }

.cc-floating .cc-compliance > .cc-btn {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.cc-btn + .cc-btn {
  margin-left: .5em; }

@media print {
  .cc-revoke,
  .cc-window {
    display: none; } }

@media screen and (max-width: 900px) {
  .cc-btn {
    white-space: normal; } }

@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
  .cc-window.cc-top {
    top: 0; }
  .cc-window.cc-bottom {
    bottom: 0; }
  .cc-window.cc-banner,
  .cc-window.cc-floating,
  .cc-window.cc-left,
  .cc-window.cc-right {
    left: 0;
    right: 0; }
  .cc-window.cc-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .cc-window.cc-banner .cc-compliance {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
  .cc-window.cc-floating {
    max-width: none; }
  .cc-window .cc-message {
    margin-bottom: 1em; }
  .cc-window.cc-banner {
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset; }
  .cc-window.cc-banner .cc-message {
    margin-right: 0; } }

.cc-floating.cc-theme-classic {
  padding: 1.2em;
  border-radius: 5px; }

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
  text-align: center;
  display: inline;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none; }

.cc-theme-classic .cc-btn {
  border-radius: 5px; }

.cc-theme-classic .cc-btn:last-child {
  min-width: 140px; }

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
  display: inline-block; }

.cc-theme-edgeless.cc-window {
  padding: 0; }

.cc-floating.cc-theme-edgeless .cc-message {
  margin: 2em;
  margin-bottom: 1.5em; }

.cc-banner.cc-theme-edgeless .cc-btn {
  margin: 0;
  padding: .8em 1.8em;
  height: 100%; }

.cc-banner.cc-theme-edgeless .cc-message {
  margin-left: 1em; }

.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
  margin-left: 0; }

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

*:focus {
  outline: none !important; }

body {
  font-family: "Poppins";
  color: #232323;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  body.menu-open {
    overflow: hidden;
    height: 100vh; }

a {
  text-decoration: none;
  color: #0062c2; }
  a.dark {
    color: #232323; }

h1, h2, h3, h4, h5, h6, p {
  margin-top: 0;
  margin-bottom: 10px; }

ul {
  padding: 0;
  margin: 0; }

figure {
  margin: 0;
  padding: 0; }

address {
  font-style: normal; }

textarea {
  resize: none; }

.site-list li {
  padding: 20px; }

.text {
  font-family: "Work Sans";
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: normal;
  color: #232323; }
  .text > span {
    display: block; }
  .text > em {
    font-style: normal;
    font-family: "Poppins Semibold"; }

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

.section-header .text {
  font-size: 18px; }

.lead {
  font-family: "Poppins Semibold";
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: -0.5px; }

.container {
  max-width: 1190px;
  margin: 0 auto;
  width: 100%; }
  @media screen and (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media screen and (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media screen and (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media screen and (min-width: 1200px) {
    .container {
      max-width: 1140px; } }
  @media screen and (min-width: 1400px) {
    .container {
      max-width: 1190px; } }
  .container.d-flex--center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

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

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

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

.justify-content__center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.justify-content__end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.justify-content__spacebetween {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

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

.align-items__center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.align-items__end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%; }

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.6666667%;
  flex: 0 0 41.6666667%;
  max-width: 41.6666667%; }

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.3333333%;
  flex: 0 0 58.3333333%;
  max-width: 58.3333333%; }

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%; }

.section {
  padding: 5.75rem 24px 0;
  overflow: hidden;
  position: relative; }
  @media screen and (max-width: 767px) {
    .section {
      padding-top: 5.3125rem;
      overflow: unset; } }
  .section.section-bg {
    background: #f8f8f8; }
    .section.section-bg.gradient--light {
      background-image: -webkit-gradient(linear, left bottom, left top, from(#00d6e8), to(#0066cc));
      background-image: linear-gradient(to top, #00d6e8, #0066cc); }
    .section.section-bg.gradient--dark {
      background-image: -webkit-gradient(linear, left bottom, left top, from(#173e77), to(#0066cc));
      background-image: linear-gradient(to top, #173e77, #0066cc); }
    .section.section-bg.gradient--dark .section-number, .section.section-bg.gradient--light .section-number {
      color: #fff; }
  .section > .container {
    position: relative; }

.section-number {
  position: absolute;
  right: 5.5%;
  top: 0;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  padding-top: 1.4375rem;
  color: #0066cc;
  font-size: 0.875rem;
  font-family: "Poppins Semibold";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  overflow: hidden;
  height: 130px;
  padding: 0; }
  @media screen and (max-width: 767px) {
    .section-number {
      right: 8%;
      top: -50px;
      font-size: 1.125rem;
      padding-top: 1.875rem; } }
  .section-number > span {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .section-number:before {
    position: absolute;
    content: '';
    height: 0;
    width: 2px;
    background: #009fe8;
    top: 0%;
    left: 50%;
    display: inline-block;
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    z-index: 1;
    height: 100px;
    opacity: 1; }
  .section-number.active > span {
    opacity: 1;
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s; }
  .section-number.active:before {
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%); }

.section-subtitle {
  font-family: "Poppins Semibold";
  font-size: 14px;
  line-height: 2.14;
  letter-spacing: 0.9px;
  color: #0066cc;
  display: inline-block;
  margin-bottom: 0.75rem;
  text-transform: uppercase; }
  @media screen and (max-width: 767px) {
    .section-subtitle {
      margin-bottom: 1.25rem; } }

.section-title {
  font-family: "Poppins Bold";
  font-size: 2.75rem;
  line-height: 1.16;
  color: #232323;
  margin-top: 0;
  letter-spacing: -0.7px;
  margin-bottom: 3.375rem;
  line-height: 1.1; }

.title-decor {
  position: relative;
  padding-bottom: 2.9375rem;
  margin-bottom: 2.0625rem; }
  .title-decor:before {
    position: absolute;
    content: '';
    height: 2px;
    width: 26px;
    background: #0066cc;
    left: 0;
    bottom: 0; }

@media all and (min-width: 992px) {
  .hide-desktop {
    display: none; } }

.cc-window {
  font-family: "Work Sans";
  overflow: visible !important;
  color: #232323;
  max-width: none; }
  .cc-window .cc-link {
    color: #232323;
    font-family: "Work Sans Semibold"; }

.cc-theme-classic .cc-btn:last-child {
  background: linear-gradient(92deg, #009fe8, #0069cd 98%, #06c) !important;
  border: none; }

.cookie-text {
  padding: 100px 0;
  font-family: 'Work Sans';
  font-size: 16px;
  line-height: 26px; }
  .cookie-text ul {
    padding: 0 0 0 20px;
    margin: 0 0 20px; }
  .cookie-text .cookie-details {
    line-height: 1.4; }
  .cookie-text p {
    margin-bottom: 20px; }
  .cookie-text h2 {
    padding-top: 20px; }

#cookies-image {
  position: absolute;
  width: 150px;
  right: -75px;
  top: -70px; }

@media (max-width: 768px) {
  .cc-grower {
    max-height: none !important; }
  .cookie-text {
    padding: 50px 16px; } }

.about-text ul.text {
  padding-left: 20px; }

.about-text p.center {
  text-align: center;
  margin: 40px 0 10px 0 !important; }

.about-text h2.center {
  font-family: "Poppins Bold";
  text-align: center;
  font-size: 44px;
  color: #0062c2;
  margin-bottom: 50px; }

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 12px;
  text-transform: uppercase;
  border-radius: 6.25rem;
  letter-spacing: 1px;
  min-width: 162px;
  height: 44px;
  padding: 0 1.5625rem;
  font-family: "Poppins Semibold";
  border: none;
  cursor: pointer; }
  .btn > span {
    line-height: 1.3;
    line-height: 50px;
    height: 44px; }
    .btn > span::before, .btn > span::after {
      content: '';
      display: block;
      height: 0;
      width: 0; }
    .btn > span::before {
      margin-bottom: calc(-0.18889em + 0px); }
    .btn > span::after {
      margin-top: calc(-0.32778em + 0px); }

.btn-main {
  color: #fff;
  background-image: linear-gradient(92deg, #009fe8, #0069cd 98%, #0066cc); }

.btn-secondary {
  color: #fff;
  background: transparent;
  border: 1px solid #fff; }
  .btn-secondary--alt {
    border: 1px solid #0066cc;
    color: #0066cc; }

@-webkit-keyframes pulse-dot {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); } }

@keyframes pulse-dot {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); } }

@-webkit-keyframes pulse-ring {
  0% {
    -webkit-transform: scale(0.33);
    transform: scale(0.33); }
  80%, 100% {
    opacity: 0; } }

@keyframes pulse-ring {
  0% {
    -webkit-transform: scale(0.33);
    transform: scale(0.33); }
  80%, 100% {
    opacity: 0; } }

@-webkit-keyframes pulse-ring-rocket-in {
  0% {
    opacity: 0.4;
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  80%, 100% {
    opacity: 0; } }

@keyframes pulse-ring-rocket-in {
  0% {
    opacity: 0.4;
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  80%, 100% {
    opacity: 0; } }

@-webkit-keyframes pulse-ring-rocket-out {
  0% {
    opacity: 0.8;
    -webkit-transform: scale(0.5);
    transform: scale(0.5); }
  80%, 100% {
    opacity: 0; } }

@keyframes pulse-ring-rocket-out {
  0% {
    opacity: 0.8;
    -webkit-transform: scale(0.5);
    transform: scale(0.5); }
  80%, 100% {
    opacity: 0; } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2%);
    transform: translateX(2%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }

@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2%);
    transform: translateX(2%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }

@-webkit-keyframes fadeInAlt {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeInAlt {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fadeInAltReverse {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeInAltReverse {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.optimizations {
  background: rgba(0, 102, 204, 0.08);
  padding: 25.8px 24px 14px; }
  @media screen and (max-width: 767px) {
    .optimizations {
      padding-top: 35px;
      padding-bottom: 40px; } }
  .optimizations > .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .optimizations .section-subtitle {
    line-height: 1; }
  .optimizations-text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%; }
    @media screen and (max-width: 991px) {
      .optimizations-text {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%; } }
    @media screen and (max-width: 539px) {
      .optimizations-text {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%; } }
  .optimizations .text {
    line-height: 1.65; }
    @media screen and (max-width: 767px) {
      .optimizations .text {
        line-height: 1.3;
        margin-bottom: 30px; } }

.devices-list {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .devices-list__item {
    line-height: 1; }
    .devices-list__item:not(:last-of-type) {
      margin-right: 1.875rem; }
    @media screen and (max-width: 767px) {
      .devices-list__item {
        margin-bottom: 22px; } }
    @media screen and (max-width: 539px) {
      .devices-list__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        text-align: center; }
        .devices-list__item:not(:last-of-type) {
          margin-right: 0; } }

.navbar {
  position: absolute;
  width: 100%;
  padding: 2rem 0;
  z-index: 999; }
  .navbar > .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media screen and (max-width: 991px) {
      .navbar > .container {
        padding: 0 24px; } }

@media screen and (max-width: 991px) {
  .overlay {
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 100%;
    background: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%);
    overflow-y: scroll; }
    .overlay.open {
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      -webkit-transform: translateX(0%);
      transform: translateX(0%);
      opacity: 1;
      visibility: visible; }
      .overlay.open .main-menu__item {
        -webkit-transform: translatex(0%);
        transform: translatex(0%);
        opacity: 1; }
        .overlay.open .main-menu__item.main-menu__item:nth-child(1) {
          -webkit-transition-delay: 0.04s;
          transition-delay: 0.04s; }
        .overlay.open .main-menu__item.main-menu__item:nth-child(2) {
          -webkit-transition-delay: 0.08s;
          transition-delay: 0.08s; }
        .overlay.open .main-menu__item.main-menu__item:nth-child(3) {
          -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s; }
        .overlay.open .main-menu__item.main-menu__item:nth-child(4) {
          -webkit-transition-delay: 0.16s;
          transition-delay: 0.16s; }
        .overlay.open .main-menu__item.main-menu__item:nth-child(5) {
          -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s; } }
    @media screen and (max-width: 991px) and (max-width: 991px) {
      .overlay.open .header-contact {
        opacity: 1; } }

@media screen and (max-width: 991px) {
  .overlay-menu {
    position: relative; } }

.nav-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 991px) {
    .nav-holder {
      margin-bottom: 6.875rem; } }

.main-menu__holder {
  margin-right: 9.375vw; }
  @media screen and (max-width: 991px) {
    .main-menu__holder {
      padding: 93px 0 0 7px; } }

.main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  list-style-type: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.logo {
  max-height: 1.125rem; }
  @media screen and (max-width: 539px) {
    .logo {
      max-height: 1.25rem; } }

.open-menu {
  display: none; }
  @media screen and (max-width: 991px) {
    .open-menu {
      display: block; } }

@media screen and (max-width: 991px) {
  .main-menu__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 5px;
    opacity: 0;
    -webkit-transform: translatex(-10%);
    transform: translatex(-10%);
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out; } }

.main-menu__link {
  display: inline-block;
  padding: 0.625rem 1.375rem;
  font-size: 0.75rem;
  font-family: "Work Sans Semibold";
  letter-spacing: 1px;
  color: #fff;
  text-transform: uppercase; }
  @media screen and (min-width: 992px) {
    .main-menu__link {
      position: relative; }
      .main-menu__link:after, .main-menu__link:before {
        content: '';
        position: absolute;
        bottom: 5px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 0;
        opacity: 0;
        height: 2px;
        background: #fff;
        -webkit-transition: all 0.3s cubic-bezier(0.63, -0.32, 0.4, 1.39);
        transition: all 0.3s cubic-bezier(0.63, -0.32, 0.4, 1.39); }
      .main-menu__link:hover:after, .main-menu__link:hover:before {
        width: 50%;
        opacity: 1; } }
  @media screen and (max-width: 991px) {
    .main-menu__link {
      color: #232323;
      font-size: 35px;
      font-family: "Poppins Bold";
      text-transform: capitalize;
      letter-spacing: 0px; } }

.header-contact {
  display: none;
  padding: 0 25px; }
  @media screen and (max-width: 991px) {
    .header-contact {
      display: block;
      opacity: 0;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      -webkit-transition-delay: 0.4s;
      transition-delay: 0.4s; } }

.header-contact__info {
  margin-bottom: 20px; }
  .header-contact__info .info-title {
    font-size: 16px;
    font-family: "Poppins Semibold";
    margin-bottom: 12px; }
  .header-contact__info .text {
    font-size: 16px; }

.lang-switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  list-style-type: none;
  padding-right: 0.9375rem; }

.lang-switch__item .lang-switch__link {
  opacity: 0.5; }

.lang-switch__item.active .lang-switch__link {
  opacity: 1;
  pointer-events: none; }

.lang-switch__link {
  display: inline-block;
  text-transform: uppercase;
  padding: 0.625rem;
  font-family: "Work Sans Semibold";
  letter-spacing: 1px;
  color: #fff;
  font-size: 0.75rem; }

.hamburger {
  padding: 0;
  cursor: pointer;
  -webkit-transition: opacity, -webkit-filter 015s linear;
  transition: opacity, -webkit-filter 015s linear;
  transition: opacity, filter 015s linear;
  transition: opacity, filter 015s linear, -webkit-filter 015s linear;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  display: none;
  z-index: 1001;
  margin-right: -15px; }
  @media screen and (max-width: 991px) {
    .hamburger {
      display: block; } }
  .hamburger:not(.active) .hamburger-inner {
    -webkit-transition-duration: 0.22s;
    transition-duration: 0.22s;
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
    .hamburger:not(.active) .hamburger-inner:before {
      -webkit-transition: all 0.1s 0.25s ease-in, opacity 0.1s ease-in;
      transition: all 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
    .hamburger:not(.active) .hamburger-inner:after {
      -webkit-transition: all 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
      transition: all 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
      transition: all 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
      transition: all 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger.active .hamburger-inner {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    -webkit-transition-delay: 0.12s;
    transition-delay: 0.12s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    background: #232323; }
    .hamburger.active .hamburger-inner:before {
      top: 0;
      opacity: 0;
      -webkit-transition: all 0.1s ease-out, opacity 0.1s 0.12s ease-out;
      transition: all 0.1s ease-out, opacity 0.1s 0.12s ease-out;
      background: #232323; }
    .hamburger.active .hamburger-inner:after {
      bottom: 0;
      -webkit-transform: rotate(-90deg);
      transform: rotate(-90deg);
      -webkit-transition: all 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: all 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: all 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: all 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
      background: #232323; }

.hamburger-box {
  width: 45px;
  height: 45px;
  background: transparent;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner:before, .hamburger-inner:after {
    content: "";
    display: block; }
  .hamburger-inner:before {
    top: -6px; }
  .hamburger-inner:after {
    bottom: -6px; }

.hamburger-inner,
.hamburger-inner:before,
.hamburger-inner:after {
  width: 20px;
  height: 2px;
  background-color: #fff;
  border-radius: 1px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

.main-footer {
  padding-bottom: 1.54375rem; }
  @media screen and (max-width: 767px) {
    .main-footer.section {
      padding-top: 5.75rem; } }
  .main-footer > .container > .row {
    margin-bottom: 2.4375rem; }

.footer-logo__link {
  display: inline-block;
  margin-bottom: 2.6875rem; }
  @media screen and (max-width: 767px) {
    .footer-logo__link {
      margin-bottom: 2.125rem; } }

.footer-logo {
  max-height: 14.7px; }

.footer-logo__section {
  max-width: 31%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 31%;
  flex: 0 0 31%; }
  @media screen and (max-width: 991px) {
    .footer-logo__section {
      max-width: 100%;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      margin-bottom: 0; } }
  .footer-logo__section .text {
    font-size: 20px;
    line-height: 1.45;
    color: #8ca5c6;
    max-width: 75%; }
    @media screen and (max-width: 767px) {
      .footer-logo__section .text {
        max-width: 90%;
        margin-bottom: 2.1875rem; } }

.footer-item {
  max-width: 23%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 23%;
  flex: 0 0 23%;
  padding-top: 4.25rem; }
  @media screen and (max-width: 991px) {
    .footer-item {
      max-width: 50%;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      padding-top: 2.5rem; } }
  @media screen and (max-width: 599px) {
    .footer-item {
      max-width: 100%;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%; } }
  .footer-item .text {
    line-height: 1.5; }
    @media screen and (min-width: 992px) and (max-width: 1199px) {
      .footer-item .text {
        font-size: 14px; } }
    .footer-item .text a {
      display: block; }

.footer-item__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  line-height: 1.25rem;
  margin-bottom: 0.375rem;
  font-family: "Poppins Semibold"; }
  .footer-item__title i {
    color: #88a3c9;
    font-size: 1.25rem;
    margin-right: 5px; }
  .footer-item__title > span {
    line-height: 1.3;
    display: inline-block;
    line-height: 2; }
    .footer-item__title > span::before, .footer-item__title > span::after {
      content: '';
      display: block;
      height: 0;
      width: 0; }
    .footer-item__title > span::before {
      margin-bottom: calc(-0.18889em + 0px); }
    .footer-item__title > span::after {
      margin-top: calc(-0.32778em + 0px); }

.copyright {
  font-family: "Work Sans";
  font-size: 14px;
  color: rgba(68, 68, 68, 0.4);
  margin: 0; }

.scroll-top {
  text-transform: uppercase;
  color: #444444;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 12px;
  font-family: "Poppins Medium";
  line-height: 1.3; }
  .scroll-top::before, .scroll-top::after {
    content: '';
    display: block;
    height: 0;
    width: 0; }
  .scroll-top::before {
    margin-bottom: calc(-0.18889em + 0px); }
  .scroll-top::after {
    margin-top: calc(-0.32778em + 0px); }
  @media screen and (max-width: 767px) {
    .scroll-top {
      margin-left: auto;
      margin-bottom: 3.125rem; } }
  .scroll-top i {
    color: #0066cc;
    margin-left: 10px; }

.footer-social__screen-sm {
  display: none; }
  @media screen and (max-width: 767px) {
    .footer-social__screen-sm {
      display: block; } }

.footer-social__screen-lg {
  display: none; }
  @media screen and (min-width: 768px) {
    .footer-social__screen-lg {
      display: block; } }

.footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media screen and (max-width: 539px) {
    .footer-bottom {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      text-align: center; } }

.social-list {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.25rem; }

.social-list__item:not(:last-of-type) {
  margin-right: 16px; }

.social-list__link {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #0062c2;
  background-image: url("../img/twitter.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain; }
  .social-list__link.facebook {
    background-image: url("../img/facebook.png"); }
  .social-list__link.linkedin {
    background-image: url("../img/linkedin.png"); }
  .social-list__link.instagram {
    background-image: url("../img/instagram.png"); }

.banner {
  min-height: 30.625rem;
  background-image: linear-gradient(284deg, #0094d4, #0066c8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative; }
  @media screen and (max-width: 767px) {
    .banner {
      min-height: 320px;
      padding: 0 16px; } }
  .banner .section-header {
    margin-bottom: 5.375rem;
    z-index: 1;
    position: relative; }
    @media screen and (max-width: 767px) {
      .banner .section-header {
        margin-bottom: 4.675rem; } }
  @media screen and (max-width: 767px) {
    .banner .section-title {
      letter-spacing: -1.4px;
      line-height: 1.2; } }
  .banner .section-title span {
    display: block; }
    @media screen and (max-width: 767px) {
      .banner .section-title span {
        display: inline;
        font-size: 2.3rem; } }
    @media screen and (max-width: 480px) {
      .banner .section-title span {
        font-size: 2.1rem; } }
  @media screen and (max-width: 767px) {
    .banner .section-subtitle {
      margin-bottom: 0.625rem; } }
  .banner .img-holder {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 0; }
    .banner .img-holder img {
      vertical-align: bottom;
      max-width: 100%; }
      .banner .img-holder img.visible-lg {
        display: none; }
        @media screen and (min-width: 991px) {
          .banner .img-holder img.visible-lg {
            display: block; } }
      .banner .img-holder img.visible-sm {
        display: none; }
        @media screen and (max-width: 991px) {
          .banner .img-holder img.visible-sm {
            display: block; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-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);
  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; }

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

.input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-flow: column-reverse;
  flex-flow: column-reverse;
  width: 100%;
  margin-bottom: 3.4375rem;
  position: relative; }
  @media screen and (max-width: 767px) {
    .input-group {
      margin-bottom: 2.25rem; } }
  .input-group--half {
    width: calc(50% - 23.5px); }
    @media screen and (max-width: 767px) {
      .input-group--half {
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%; } }

.form-control,
.form-label {
  -webkit-transition: all 0.25s cubic-bezier(0.665, 0.14, 0.785, 0.285);
  transition: all 0.25s cubic-bezier(0.665, 0.14, 0.785, 0.285);
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

.form-label {
  position: relative;
  z-index: 0;
  text-transform: uppercase;
  font-size: 12px;
  font-family: "Poppins Semibold";
  letter-spacing: 0.9px; }

.form-control {
  border: 0;
  border-bottom: 1px solid rgba(140, 165, 198, 0.33);
  -webkit-appearance: none;
  border-radius: 0;
  padding: 20px 0 11px 0;
  cursor: text;
  position: relative;
  z-index: 1;
  background: transparent;
  font-family: "Poppins Semibold";
  letter-spacing: 0.9px; }
  @media screen and (max-width: 767px) {
    .form-control {
      padding: 15px 0 11px 0; } }
  .form-control:focus {
    outline: 0;
    border-color: #0066cc; }
  .form-control.error {
    border-color: #F65656; }
  @supports (-ms-accelerator: true) {
    .form-control.placeholder-shown + .form-label {
      -webkit-transform-origin: left bottom;
      transform-origin: left bottom;
      -webkit-transform: translateY(2.3125rem);
      transform: translateY(2.3125rem);
      color: #8ca5c6; } }
  .form-control:placeholder-shown + .form-label {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translateY(2.3125rem);
    transform: translateY(2.3125rem);
    color: #8ca5c6; }
  @supports (-ms-accelerator: true) {
    .form-control:not(.placeholder-shown) + .form-label {
      -webkit-transform: translateY(0) scale(1);
      transform: translateY(0) scale(1);
      color: #0066cc; }
      @media screen and (max-width: 767px) {
        .form-control:not(.placeholder-shown) + .form-label {
          -webkit-transform: translateY(-12px) scale(1);
          transform: translateY(-12px) scale(1); } } }
  .form-control:not(:placeholder-shown) + .form-label,
  .form-control:focus + .form-label {
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
    color: #0066cc; }
    @media screen and (max-width: 767px) {
      .form-control:not(:placeholder-shown) + .form-label,
      .form-control:focus + .form-label {
        -webkit-transform: translateY(-12px) scale(1);
        transform: translateY(-12px) scale(1); } }
  .form-control::-webkit-input-placeholder {
    opacity: 0; }
  .form-control:-moz-placeholder {
    opacity: 0; }
  .form-control::-moz-placeholder {
    opacity: 0; }
  .form-control:-ms-input-placeholder {
    opacity: 0; }

.checkbox {
  position: absolute;
  opacity: 0; }

.custom-checkbox {
  text-align: center; }
  .custom-checkbox label {
    cursor: pointer; }
  .custom-checkbox span {
    position: relative;
    cursor: pointer;
    padding: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: rgba(0, 0, 0, 0.2);
    font-size: 12px;
    font-family: "Poppins Semibold";
    text-transform: uppercase;
    line-height: 1.3;
    line-height: 1.7;
    letter-spacing: 0.8px;
    padding-left: 30px; }
    .custom-checkbox span::before, .custom-checkbox span::after {
      content: '';
      display: block;
      height: 0;
      width: 0; }
    .custom-checkbox span::before {
      margin-bottom: calc(-0.18889em + 0px); }
    .custom-checkbox span::after {
      margin-top: calc(-0.32778em + 0px); }
    @media screen and (max-width: 539px) {
      .custom-checkbox span {
        font-size: 10px;
        padding-left: 20px; } }
    .custom-checkbox span:before {
      content: '';
      width: 20px;
      height: 20px;
      background: transparent;
      border-radius: 0.125rem;
      border: 0.125rem solid rgba(0, 0, 0, 0.2);
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      position: absolute;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
      @media screen and (max-width: 539px) {
        .custom-checkbox span:before {
          width: 15px;
          height: 15px; } }
  .custom-checkbox .checkbox:checked + span {
    color: #0066cc; }
    .custom-checkbox .checkbox:checked + span:before {
      border: none;
      background: url("../img/checked.svg") no-repeat center/contain; }

label.error {
  position: absolute;
  bottom: -25px;
  color: #F65656;
  font-size: 12px; }
  @media screen and (max-width: 767px) {
    label.error {
      bottom: -17px;
      display: block;
      text-align: right;
      width: 100%; } }

.notif {
  text-align: center;
  display: block;
  padding: 20px 0; }
  .notif.success-message > span {
    color: #4BB543; }
  .notif.error-message > span {
    color: #F65656; }
  .notif > span {
    display: block;
    font-family: "Poppins Semibold";
    color: #fff; }

.maps-section {
  padding-bottom: 5.625rem; }
  .maps-section .row {
    margin: 0 -23px; }
  .maps-section .col-6 {
    padding: 0 23px; }
    @media screen and (max-width: 991px) {
      .maps-section .col-6 {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%; }
        .maps-section .col-6:first-of-type {
          margin-bottom: 3.9375rem; } }

.company-address {
  margin-bottom: 2.1875rem; }
  @media screen and (max-width: 767px) {
    .company-address {
      margin-bottom: 1.25rem; } }
  .company-address__title {
    font-family: "Poppins Semibold";
    font-size: 16px;
    margin-bottom: 1.25rem;
    letter-spacing: -0.4px; }
  .company-address .text {
    line-height: 1.6; }
    .company-address .text > span {
      display: block; }

.map-canvas {
  min-height: 17.8125rem; }
  @media screen and (max-width: 767px) {
    .map-canvas {
      min-height: 13.625rem; } }

.hero {
  min-height: 100vh;
  background: #0066cc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .hero:before {
    content: '';
    position: absolute;
    background: url("../img/hero-bg.svg") no-repeat center top/cover;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 15.4375rem; }
  .hero > .container {
    position: relative; }

.hero-content {
  max-width: 45.375rem; }
  @media screen and (max-width: 767px) {
    .hero-content {
      padding: 13.4375rem 24px 0;
      margin-bottom: 1.25rem; } }

.hero-title {
  color: #fff;
  font-family: "Poppins Bold";
  line-height: 1.11;
  font-size: 4.375rem;
  margin: 0;
  -webkit-transform: translateY(-21px);
  transform: translateY(-21px);
  letter-spacing: -1.1px; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .hero-title {
      padding-right: 10px; } }
  @media screen and (max-width: 767px) {
    .hero-title {
      font-size: 3.625rem;
      -webkit-transform: translateY(0);
      transform: translateY(0);
      letter-spacing: -0.4px; } }
  @media screen and (max-width: 539px) {
    .hero-title {
      font-size: 2.625rem;
      line-height: 1.2; } }

.hero-img__holder {
  position: absolute;
  width: 25.55556vw;
  height: 20.83333vw;
  right: 146px;
  bottom: 150px; }
  @media screen and (min-width: 1441px) {
    .hero-img__holder {
      bottom: 120px; } }
  @media screen and (min-width: 768px) and (max-width: 991px) and (orientation: portrait) {
    .hero-img__holder {
      width: 26.25rem;
      height: auto;
      bottom: 100px;
      right: 50%;
      -webkit-transform: translateX(50%);
      transform: translateX(50%); } }
  @media screen and (max-width: 767px) {
    .hero-img__holder {
      position: static;
      width: auto;
      height: auto;
      margin: 0 auto 100px auto;
      padding: 0 50px; } }
  .hero-img__holder img {
    width: 100%;
    position: relative;
    z-index: 33; }

.start-exploring {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 2.6875rem;
  width: 48px;
  height: 48px;
  cursor: pointer; }
  @media screen and (max-width: 767px) {
    .start-exploring {
      bottom: 3.2875rem; } }
  .start-exploring:before {
    content: '';
    position: relative;
    display: block;
    width: 150%;
    height: 150%;
    margin-left: -25%;
    margin-top: -25%;
    border-radius: 100%;
    -webkit-animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
    animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
    border: 2px solid #009fe8; }
  .start-exploring:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#009fe8), color-stop(98%, #0069cd), to(#0066cc));
    background-image: linear-gradient(to top, #009fe8, #0069cd 98%, #0066cc);
    border-radius: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
    animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite; }
  .start-exploring > span {
    position: absolute;
    top: calc(50% + 4px);
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    white-space: nowrap;
    color: #fff;
    z-index: 1;
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 1.7px;
    font-family: "Poppins Semibold"; }
    @media screen and (max-width: 767px) {
      .start-exploring > span {
        font-size: 1rem;
        letter-spacing: 1.4px; } }

@media screen and (max-width: 991px) {
  .home-services.section {
    padding-bottom: 5.625rem; } }

.home-services .section-header {
  max-width: 90%; }
  @media screen and (max-width: 767px) {
    .home-services .section-header {
      max-width: 100%; } }

@media screen and (max-width: 991px) {
  .home-services .col-5,
  .home-services .col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }

@media screen and (max-width: 991px) {
  .home-services .visible-lg {
    display: none; } }

.home-services .visible-sm {
  display: none; }
  @media screen and (max-width: 991px) {
    .home-services .visible-sm {
      display: block; } }

.home-services__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 3.0625rem;
  margin: 0 -1.25rem; }
  .home-services__items .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 1.25rem;
    margin-bottom: 6.25rem; }
    @media screen and (max-width: 767px) {
      .home-services__items .item {
        margin-bottom: 3.125rem; } }
    @media screen and (max-width: 579px) {
      .home-services__items .item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; } }
    .home-services__items .item i {
      color: #0066cc;
      font-size: 52px;
      margin-bottom: 10px;
      display: inline-block; }
    .home-services__items .item-title {
      font-family: "Poppins Semibold";
      font-size: 24px;
      line-height: 1.25;
      letter-spacing: -0.4px;
      margin-bottom: 1.25rem; }
      @media screen and (max-width: 767px) {
        .home-services__items .item-title {
          font-size: 1.75rem;
          letter-spacing: 0; } }
    @media screen and (max-width: 767px) {
      .home-services__items .item .text {
        line-height: 1.5; } }

.our-story {
  padding-bottom: 8.125rem;
  position: relative; }
  @media screen and (max-width: 991px) {
    .our-story {
      padding-bottom: 32.1875rem; } }
  .our-story .section-header {
    max-width: 73%; }
    @media screen and (max-width: 991px) {
      .our-story .section-header {
        max-width: 100%; } }
    .our-story .section-header .section-title {
      margin-bottom: 1.875rem; }
    .our-story .section-header .text {
      margin-bottom: 2.8125rem; }
      @media screen and (max-width: 991px) {
        .our-story .section-header .text {
          font-size: 20px;
          line-height: 1.6;
          margin-bottom: 3.4375rem; } }
  .our-story .col-6 {
    padding-left: 1.25rem; }
    @media screen and (max-width: 991px) {
      .our-story .col-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0; } }
  .our-story .img-holder {
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: 46.0625rem; }
    @media screen and (max-width: 991px) {
      .our-story .img-holder {
        max-width: 100%;
        overflow: hidden; } }
    @media screen and (min-width: 992px) {
      .our-story .img-holder {
        width: 100%;
        max-width: 50vw; } }
    @media screen and (min-width: 1920px) {
      .our-story .img-holder {
        max-width: 900px; } }
    .our-story .img-holder img {
      max-width: 100%;
      vertical-align: bottom; }
      @media screen and (min-width: 1200px) {
        .our-story .img-holder img {
          width: 100%; } }
      @media screen and (max-width: 991px) {
        .our-story .img-holder img {
          height: 31.4375rem;
          max-width: unset; } }
  @media screen and (max-width: 767px) {
    .our-story .btn-holder {
      text-align: center; } }

.section-header__light .section-subtitle,
.section-header__light .section-title,
.section-header__light .text {
  color: #fff; }

.section-clients {
  padding-bottom: 6.0625rem; }
  .section-clients .section-header {
    margin-bottom: 4.25rem; }
    @media screen and (max-width: 767px) {
      .section-clients .section-header {
        max-width: 80%;
        margin-bottom: 2.5rem; } }
    @media screen and (max-width: 767px) {
      .section-clients .section-header.text-center {
        text-align: left; } }
  .section-clients .clients {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media screen and (min-width: 1200px) {
      .section-clients .clients {
        padding: 0 4.0625rem; } }
    @media screen and (max-width: 767px) {
      .section-clients .clients {
        margin-bottom: 3.75rem; } }
    .section-clients .clients .img-holder {
      max-width: 20%;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
      flex: 0 0 20%;
      padding: 0 1.25rem;
      max-height: 3.75rem;
      text-align: center;
      margin-bottom: 4.8125rem; }
      @media screen and (max-width: 767px) {
        .section-clients .clients .img-holder {
          max-width: 33.33333%;
          -webkit-box-flex: 0;
          -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
          margin-bottom: 2.5rem; } }
    .section-clients .clients img {
      max-width: 100%;
      max-height: 60px; }
  .section-clients .btn-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

.cta {
  padding-bottom: 5.83125rem; }
  @media screen and (max-width: 767px) {
    .cta {
      padding-bottom: 3.125rem; } }
  .cta .section-title {
    margin-bottom: 2.5rem; }
  @media screen and (max-width: 767px) {
    .cta .section-header {
      margin-bottom: 3.5rem; } }
  .cta .section-header .text {
    margin-bottom: 2.0625rem; }
    @media screen and (max-width: 767px) {
      .cta .section-header .text {
        font-size: 1.25rem;
        line-height: 1.6;
        margin-bottom: 3.75rem; } }
  @media screen and (max-width: 767px) {
    .cta .btn-holder {
      text-align: center; } }
  .cta .img-holder {
    position: absolute;
    right: 2.5rem;
    top: calc(50% + 25px);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 23.1875rem; }
    @media screen and (max-width: 767px) {
      .cta .img-holder {
        position: static;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        margin: 0 auto;
        max-width: 21.25rem; } }
    .cta .img-holder img {
      max-width: 100%; }
  @media screen and (max-width: 767px) {
    .cta .col-5,
    .cta .col-7 {
      max-width: 100%;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%; } }

@media screen and (max-width: 767px) {
  .services .banner .section-header {
    margin-bottom: 1.25rem; } }

.services .side {
  max-width: 31.5%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 31.5%;
  flex: 0 0 31.5%; }
  @media screen and (max-width: 1199px) {
    .services .side {
      max-width: 50%;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%; } }
  @media screen and (max-width: 991px) {
    .services .side {
      max-width: 100%;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%; } }
  .services .side .section-title {
    margin-bottom: 1.6875rem; }
    @media all and (min-device-width: 1200px) and (max-device-width: 1399px) {
      .services .side .section-title {
        font-size: 2.5rem; } }

.services .section-header i {
  color: #0066cc;
  font-size: 50px;
  margin-bottom: 0.625rem; }
  @media screen and (max-width: 767px) {
    .services .section-header i {
      margin-bottom: 0.9375rem; } }

.service {
  padding-bottom: 7.5rem; }
  @media screen and (max-width: 767px) {
    .service {
      padding-top: 4.0625rem;
      padding-bottom: 3.4375rem; } }
  @media screen and (min-width: 992px) {
    .service .section-title {
      max-width: 80%; } }
  @media screen and (max-width: 767px) {
    .service .section-title {
      max-width: 50%; } }
  @media screen and (max-width: 400px) {
    .service .section-title {
      max-width: 70%; } }
  .service .section-header {
    max-width: 94%; }
    @media screen and (min-width: 992px) and (max-width: 1199px) {
      .service .section-header {
        max-width: 80%; } }
  .service .service-content {
    max-width: 57%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 57%;
    flex: 0 0 57%;
    padding-top: 3.75rem; }
    @media screen and (max-width: 1199px) {
      .service .service-content {
        max-width: 50%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        padding-top: 0; } }
    @media screen and (max-width: 991px) {
      .service .service-content {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding-top: 0; } }
  .service .text:not(:last-of-type) {
    margin-bottom: 1.375rem; }
  @media screen and (max-width: 767px) {
    .service .text {
      line-height: 1.52; } }

.service-content__body {
  margin-bottom: 2.5rem; }

.service-list__title {
  color: #8ca5c6;
  font-size: 14px;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  margin-bottom: 2.125rem;
  font-family: "Poppins Semibold"; }

.service-list {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  @media screen and (max-width: 767px) {
    .service-list {
      margin-bottom: 32px; } }
  .service-list li {
    margin-bottom: 23px;
    font-family: "Work Sans Medium";
    text-transform: uppercase;
    font-size: 14px;
    white-space: nowrap; }
    @media screen and (max-width: 1199px) {
      .service-list li {
        white-space: normal; } }
    @media screen and (max-width: 767px) {
      .service-list li {
        margin-bottom: 16px;
        white-space: normal;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }

.service-list__holder {
  min-width: calc(94% / 2); }
  @media screen and (max-width: 767px) {
    .service-list__holder {
      min-width: 100%; } }
  .service-list__holder.ordered {
    min-width: 100%; }
    .service-list__holder.ordered .service-list {
      list-style: none;
      counter-reset: item;
      -webkit-columns: 2;
      columns: 2; }
      @media screen and (max-width: 767px) {
        .service-list__holder.ordered .service-list {
          -webkit-columns: 1;
          columns: 1; } }
    .service-list__holder.ordered li {
      counter-increment: item; }
      .service-list__holder.ordered li:before {
        margin-right: 10px;
        content: "0" counter(item);
        color: #8ca5c6;
        width: 1.2em;
        text-align: center;
        display: inline-block; }
      .service-list__holder.ordered li :nth-child(n+10):before {
        content: counter(item); }

.service-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 767px) {
    .service-footer {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.portfolio {
  padding-bottom: 6.25rem; }
  @media screen and (max-width: 767px) {
    .portfolio {
      padding-top: 35px; } }

.portfolio-slider {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out; }
  .portfolio-slider.slick-initialized {
    visibility: visible;
    opacity: 1; }
  .portfolio-slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .portfolio-slider .slick-slide .btn-holder {
    display: none; }
    @media screen and (max-width: 767px) {
      .portfolio-slider .slick-slide .btn-holder {
        display: block;
        text-align: center; } }
  .portfolio-slider .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 0; }
    @media screen and (max-width: 767px) {
      .portfolio-slider .slick-dots {
        position: absolute;
        width: 100%;
        bottom: 80px; } }
    .portfolio-slider .slick-dots li {
      margin: 0 5px; }
      .portfolio-slider .slick-dots li.slick-active button {
        background: #0066cc; }
      .portfolio-slider .slick-dots li button {
        width: 9px;
        height: 9px;
        border: none;
        padding: 0;
        border-radius: 100%;
        background-color: #d8d8d8; }

.postfolio-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 0.9375rem; }
  @media screen and (max-width: 767px) {
    .postfolio-item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; } }
  .postfolio-item .item-img__holder {
    max-width: 38%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 38%;
    flex: 0 0 38%; }
    @media screen and (max-width: 767px) {
      .postfolio-item .item-img__holder {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%; } }
    .postfolio-item .item-img__holder img {
      max-width: 100%; }
    @media screen and (max-width: 767px) {
      .postfolio-item .item-img__holder .slide-img {
        margin-bottom: 100px; } }
  .postfolio-item .item-content {
    margin-bottom: 4.125rem; }
  .postfolio-item .item-content__holder {
    max-width: 62%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 62%;
    flex: 0 0 62%;
    padding-left: 3rem; }
    @media screen and (max-width: 767px) {
      .postfolio-item .item-content__holder {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding: 0; }
        .postfolio-item .item-content__holder .btn {
          display: none; } }
  .postfolio-item .item-content__body {
    margin-bottom: 2.5rem; }
  .postfolio-item .section-subtitle {
    margin-bottom: 0.45rem; }
    @media screen and (max-width: 767px) {
      .postfolio-item .section-subtitle {
        margin-bottom: 20px; } }
  .postfolio-item .section-title {
    margin-bottom: 1.125rem; }
    @media screen and (max-width: 767px) {
      .postfolio-item .section-title {
        margin-bottom: 25px; } }
  .postfolio-item .item-title {
    font-family: "Poppins Semibold";
    font-size: 24px;
    margin-bottom: 1.0625rem; }
    @media screen and (max-width: 767px) {
      .postfolio-item .item-title {
        font-size: 22px; } }
  @media screen and (max-width: 767px) {
    .postfolio-item .text {
      line-height: 1.55; } }

.services-cta {
  padding-bottom: 4.6875rem; }
  .services-cta .section-header {
    margin-bottom: 5.375rem; }
  .services-cta .img-holder {
    margin: 0 auto;
    text-align: center;
    position: relative; }
    .services-cta .img-holder a {
      display: inline-block;
      width: 145px;
      position: relative; }
      .services-cta .img-holder a:before {
        content: '';
        position: absolute;
        width: 145px;
        height: 152px;
        border-radius: 100%;
        border: 5px solid #06C;
        top: 12px;
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.9;
        left: 0;
        -webkit-animation: pulse-ring-rocket-in 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
        animation: pulse-ring-rocket-in 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) infinite; }
      .services-cta .img-holder a:after {
        content: '';
        position: absolute;
        width: 145px;
        height: 152px;
        border-radius: 100%;
        border: 5px solid #06C;
        top: 12px;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        left: 0;
        -webkit-animation: pulse-ring-rocket-out 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
        animation: pulse-ring-rocket-out 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) infinite; }
    .services-cta .img-holder img {
      z-index: 1;
      position: relative;
      width: 145px; }
    .services-cta .img-holder figcaption {
      white-space: nowrap;
      position: absolute;
      top: calc(50% + 66px);
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      color: #232323;
      font-size: 0.875rem;
      letter-spacing: 0.9px;
      font-family: "Poppins Semibold"; }

.clients {
  display: block; }
  @media screen and (max-width: 767px) {
    .clients .hidden-sm {
      visibility: hidden;
      opacity: 0;
      height: 0;
      -webkit-transition: none;
      transition: none;
      position: absolute;
      max-width: 0;
      display: none; } }

.clients-section {
  padding-bottom: 5.3125rem; }
  @media screen and (max-width: 767px) {
    .clients-section.section {
      padding-top: 3.75rem; } }
  @media screen and (max-width: 767px) {
    .clients-section .text-center {
      text-align: left; } }
  .clients-section .section-header {
    margin-bottom: 3.3125rem; }
    @media screen and (max-width: 767px) {
      .clients-section .section-header .text {
        font-size: 16px;
        max-width: 90%;
        line-height: 1.2; } }
  .clients-section .section-title {
    margin-bottom: 1.25rem; }
    @media screen and (max-width: 767px) {
      .clients-section .section-title {
        margin-bottom: 15px; } }
  .clients-section .btn-holder {
    text-align: center;
    padding-top: 3.75rem; }
    @media screen and (min-width: 768px) {
      .clients-section .btn-holder {
        display: none; } }

.client-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.client {
  max-width: 16.666667%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  padding: 0 10px;
  height: auto;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  @media screen and (max-width: 991px) {
    .client {
      max-width: 25%;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%; } }
  @media screen and (max-width: 539px) {
    .client {
      max-width: 33.33333%;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
      padding: 0; } }
  .client img {
    max-width: 100%; }

.section-info {
  padding-top: 4.0625rem;
  padding-bottom: 2.5rem; }
  @media screen and (max-width: 767px) {
    .section-info {
      padding-top: 6rem;
      padding-bottom: 3.375rem; } }
  .section-info .section-title {
    margin-bottom: 3.125rem; }
  .section-info__body {
    margin: 0 auto; }
  .section-info img {
    margin-bottom: 1.625rem;
    display: block;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (max-width: 767px) {
      .section-info img {
        margin-bottom: 2.625rem; } }
  .section-info figcaption {
    text-transform: uppercase;
    font-family: "Poppins Semibold";
    font-size: 14px;
    letter-spacing: 0.9px;
    color: #0066cc;
    margin-bottom: 0.9375rem; }
    @media screen and (max-width: 767px) {
      .section-info figcaption {
        line-height: 1.4;
        max-width: 80%;
        display: inline-block;
        margin-bottom: 20px; } }
  .section-info .text {
    max-width: 34.9375rem;
    display: inline-block;
    line-height: 1.4; }

@media screen and (max-width: 767px) {
  .projects-holder.section {
    padding-top: 4.8125rem;
    padding-bottom: 3.75rem; } }

.projects-holder .section-header {
  margin-bottom: 0.9375rem; }
  @media screen and (max-width: 767px) {
    .projects-holder .section-header {
      margin-bottom: 3.75rem; } }
  .projects-holder .section-header .section-title {
    margin-bottom: 2.0625rem; }
    @media screen and (max-width: 767px) {
      .projects-holder .section-header .section-title {
        margin-bottom: 0.9375rem; } }
  .projects-holder .section-header > .text {
    max-width: 50%;
    display: inline-block;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.2px; }
    @media screen and (max-width: 767px) {
      .projects-holder .section-header > .text {
        max-width: 100%;
        font-size: 16px; } }

.projects-holder .btn-holder {
  text-align: center; }
  @media screen and (min-width: 768px) {
    .projects-holder .btn-holder {
      display: none; } }

.project {
  margin-bottom: 6.25rem; }
  .project:not(:first-of-type) {
    padding-top: 5.625rem; }
  @media screen and (max-width: 991px) {
    .project {
      margin-bottom: 5.3125rem; } }

.project-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4.875rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media screen and (max-width: 767px) {
    .project-content {
      margin-bottom: 2.1875rem; } }

.project-subtitle {
  color: #0066cc;
  font-size: 14px;
  font-family: "Poppins Semibold";
  margin-bottom: 1rem;
  display: inline-block;
  letter-spacing: 0.8px; }
  @media screen and (max-width: 767px) {
    .project-subtitle {
      margin-bottom: 1.5rem; } }

.project-title {
  font-family: "Poppins Bold";
  font-size: 32px;
  margin-bottom: 1.25rem;
  letter-spacing: -1px; }
  @media screen and (max-width: 767px) {
    .project-title {
      margin-bottom: 1.875rem; } }

.project-body {
  max-width: 72.5%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 72.5%;
  flex: 0 0 72.5%; }
  @media screen and (max-width: 991px) {
    .project-body {
      max-width: 100%;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%; } }
  .project-body .text {
    max-width: 85%; }
    @media screen and (max-width: 991px) {
      .project-body .text {
        max-width: 100%;
        line-height: 1.51; } }

.project-aside {
  padding-top: 3.75rem;
  max-width: 27.5%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 27.5%;
  flex: 0 0 27.5%; }
  @media screen and (max-width: 991px) {
    .project-aside {
      max-width: 100%;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%; } }
  .project-aside__title {
    text-transform: uppercase;
    font-family: "Poppins Semibold";
    font-size: 14px;
    color: #8ca5c6;
    margin-bottom: 2.1875rem; }
    @media screen and (max-width: 767px) {
      .project-aside__title {
        letter-spacing: 0.6px; } }
  .project-aside ul {
    list-style-type: none; }
  .project-aside li {
    font-family: "Work Sans Medium";
    font-size: 16px;
    margin-bottom: 1.1875rem; }

.project-slider__holder {
  width: 100%; }

.project-slider {
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out; }
  .project-slider .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 0;
    margin-top: 30px; }
    @media screen and (min-width: 992px) {
      .project-slider .slick-dots {
        display: none; } }
    .project-slider .slick-dots li {
      margin: 0 5px; }
      .project-slider .slick-dots li.slick-active button {
        background: #0066cc; }
      .project-slider .slick-dots li button {
        width: 9px;
        height: 9px;
        border: none;
        padding: 0;
        border-radius: 100%;
        background-color: #d8d8d8; }
  .project-slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .project-slider.slick-initialized {
    visibility: visible;
    opacity: 1; }
  .project-slider .slick-slide {
    padding: 0 10px; }
  .project-slider .slick-list {
    margin: 0 -10px; }
  .project-slider .slide-content {
    padding-top: 73%;
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .project-slider .slide-content.double .img-holder {
      max-width: 50%; }
      .project-slider .slide-content.double .img-holder:last-of-type {
        right: 0; }
  .project-slider .slide {
    min-height: 17.75rem;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -10px;
    height: 100%; }
    .project-slider .slide img {
      display: block;
      width: 100vw;
      height: 100vh;
      -o-object-fit: cover;
      object-fit: cover;
      max-width: 100%;
      max-height: 100%;
      -webkit-box-shadow: 2px 2px 6px 0 rgba(120, 120, 120, 0.5);
      box-shadow: 2px 2px 6px 0 rgba(120, 120, 120, 0.5); }
    .project-slider .slide .img-holder {
      padding: 6px 15px;
      height: 100%;
      position: absolute;
      top: 0;
      bottom: 0; }
      @media screen and (max-width: 1199px) {
        .project-slider .slide .img-holder {
          padding: 6px 10px; } }

.about .banner .img-holder {
  max-width: 37.5rem; }
  @media screen and (max-width: 991px) {
    .about .banner .img-holder {
      max-width: 21.5rem; } }

@media screen and (max-width: 767px) {
  .about .section-header .section-title.title-decor {
    padding-bottom: 0;
    margin-bottom: 16px; }
    .about .section-header .section-title.title-decor:before {
      display: none; } }

.about .section-header .text {
  max-width: 60%; }
  @media screen and (max-width: 991px) {
    .about .section-header .text {
      max-width: 80%;
      font-family: "Work Sans Medium"; } }
  @media screen and (max-width: 991px) {
    .about .section-header .text.text-italic {
      font-style: normal; } }

.about-content {
  padding-top: 6.875rem;
  padding-bottom: 5.625rem; }
  @media screen and (max-width: 767px) {
    .about-content {
      padding-top: 43px;
      padding-bottom: 50px; } }
  @media screen and (max-width: 991px) {
    .about-content .col-5,
    .about-content .col-7 {
      max-width: 100%;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%; } }

.about-text .text {
  margin-bottom: 1.375rem;
  line-height: 1.6; }
  @media screen and (max-width: 767px) {
    .about-text .text {
      line-height: 1.53; }
      .about-text .text.hidden-text {
        display: none; } }

.about-text .btn-holder {
  display: none; }
  @media screen and (max-width: 767px) {
    .about-text .btn-holder {
      padding-top: 22px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }

.workflow {
  padding-bottom: 5.375rem; }
  @media screen and (max-width: 767px) {
    .workflow .section-title {
      margin-bottom: 30px; } }
  @media screen and (max-width: 767px) {
    .workflow .text-center {
      text-align: left; } }

.workflow-body {
  max-width: 80%;
  margin: 0 auto; }
  @media screen and (max-width: 991px) {
    .workflow-body {
      max-width: 100%;
      margin: 0; } }
  @media screen and (max-width: 767px) {
    .workflow-body > .text {
      line-height: 1.51;
      margin-bottom: 22px; }
      .workflow-body > .text:last-of-type {
        margin-top: 55px; } }

.workflow-steps {
  padding-top: 5.5rem; }
  @media screen and (max-width: 767px) {
    .workflow-steps {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      padding-top: 20px; } }

.step-wizard {
  position: relative;
  width: 100%;
  margin-bottom: 5.125rem; }
  @media screen and (max-width: 767px) {
    .step-wizard {
      margin-bottom: 40px; } }
  .step-wizard .progress {
    position: absolute;
    bottom: 0.5625rem;
    left: 7.5%;
    width: 85%; }
    @media screen and (max-width: 767px) {
      .step-wizard .progress {
        display: none; } }
  .step-wizard .progressbar {
    position: absolute;
    background-color: #0066cc;
    opacity: 1;
    height: 2px;
    width: 0%;
    -webkit-transition: width 0.6s ease;
    transition: width 0.6s ease; }
    .step-wizard .progressbar.empty {
      opacity: 1;
      width: 100%;
      background-color: rgba(151, 151, 151, 0.28); }
  .step-wizard ul {
    position: relative;
    width: 100%;
    list-style-type: none;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 767px) {
      .step-wizard ul {
        display: block; } }
  .step-wizard li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .step-wizard li {
        pointer-events: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: left; }
        .step-wizard li:not(:last-of-type) {
          margin-bottom: 43px; } }
    .step-wizard li .step > span {
      display: block;
      font-size: 0; }
    .step-wizard li .step i {
      color: #ABB6C5;
      font-size: 52px;
      margin-bottom: 22px;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      @media screen and (max-width: 767px) {
        .step-wizard li .step i {
          font-size: 48px;
          margin-bottom: 15px; } }
    .step-wizard li .step-title {
      display: block;
      width: 100%;
      color: #232323;
      font-family: "Work Sans";
      font-size: 16px;
      text-transform: capitalize; }
    @media screen and (min-width: 768px) {
      .step-wizard li.active i {
        color: #0066cc; } }
    .step-wizard li.done .step i {
      color: #0066cc; }
    .step-wizard li > a {
      display: inline-block;
      position: relative;
      text-align: center;
      background: #f8f8f8;
      padding: 0 10px; }
      @media screen and (max-width: 767px) {
        .step-wizard li > a {
          max-width: 33.33333%;
          -webkit-box-flex: 0;
          -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
          padding-left: 0; } }

@media screen and (max-width: 767px) {
  .workflow-slider {
    display: none; } }

.steps-content__mobile.steps-content__mobile {
  display: none; }
  @media screen and (max-width: 767px) {
    .steps-content__mobile.steps-content__mobile {
      display: block; } }
  @media screen and (max-width: 767px) {
    .steps-content__mobile.steps-content__mobile .text {
      line-height: 1.4;
      margin-bottom: 0; } }
  .steps-content__mobile.steps-content__mobile .subtitle {
    margin-bottom: 10px; }

.steps-content__mobile,
.workflow-slider__content {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: none;
  -webkit-transform: translateX(-15%);
  transform: translateX(-15%);
  max-width: 60%; }
  @media screen and (max-width: 767px) {
    .steps-content__mobile,
    .workflow-slider__content {
      display: block;
      max-width: 100%;
      -webkit-transform: translateX(0);
      transform: translateX(0); } }
  .steps-content__mobile:not(.active),
  .workflow-slider__content:not(.active) {
    width: 100%;
    visibility: hidden;
    opacity: 0;
    height: 0 !important;
    padding: 0; }
    @media screen and (max-width: 767px) {
      .steps-content__mobile:not(.active),
      .workflow-slider__content:not(.active) {
        opacity: 1;
        visibility: visible;
        height: auto !important; } }
  .steps-content__mobile.active,
  .workflow-slider__content.active {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    visibility: visible;
    opacity: 1;
    height: auto;
    display: block;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s; }
  .steps-content__mobile .subtitle,
  .workflow-slider__content .subtitle {
    color: #0066cc;
    text-transform: uppercase;
    font-family: "Poppins Semibold";
    font-size: 14px;
    letter-spacing: 0.9px;
    margin-bottom: 15px;
    display: inline-block; }
  .steps-content__mobile .text,
  .workflow-slider__content .text {
    font-size: 1.25rem;
    letter-spacing: 0.1px;
    line-height: 1.6; }

@media screen and (max-width: 767px) {
  .members .section-header {
    text-align: center; } }

@media screen and (max-width: 767px) {
  .members .section-title {
    max-width: 90%;
    display: inline-block; } }

.team {
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 90%;
  margin: 0 auto 4.25rem auto; }
  @media screen and (max-width: 767px) {
    .team {
      max-width: 100%;
      margin-bottom: 20px; } }

.team-member {
  max-width: 20%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  padding: 0 15px;
  position: relative;
  margin-bottom: 2.25rem;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  @media screen and (min-width: 992px) and (max-width: 1199px) {
    .team-member {
      max-width: 25%;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      padding: 0 8px; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .team-member {
      max-width: 33.33333%;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
      padding: 0 8px; } }
  @media screen and (max-width: 767px) {
    .team-member {
      max-width: 33.33333%;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
      padding: 0 8px; } }
  @media screen and (max-width: 539px) {
    .team-member {
      max-width: 50%;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%; } }
  .team-member:hover .card-front {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg); }
  .team-member:hover .card-back {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg); }
  .team-member .card {
    position: relative;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.63, -0.32, 0.4, 1.39);
    transition: -webkit-transform 0.6s cubic-bezier(0.63, -0.32, 0.4, 1.39);
    transition: transform 0.6s cubic-bezier(0.63, -0.32, 0.4, 1.39);
    transition: transform 0.6s cubic-bezier(0.63, -0.32, 0.4, 1.39), -webkit-transform 0.6s cubic-bezier(0.63, -0.32, 0.4, 1.39);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  .team-member .card-front {
    -webkit-transition: 600ms;
    transition: 600ms;
    -webkit-perspective: preserve-3d;
    perspective: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg); }
    .team-member .card-front img {
      -webkit-filter: grayscale(100%);
      filter: grayscale(100%); }
  .team-member .card-back,
  .team-member .card-front {
    width: 100%; }
  .team-member .card-back {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: 600ms;
    transition: 600ms;
    -webkit-perspective: preserve-3d;
    perspective: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform; }
  .team-member.advisor {
    pointer-events: none; }

.team-member__image {
  padding-top: 100%;
  position: relative;
  margin-bottom: 1.25rem; }
  .team-member__image .img-holder {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
    .team-member__image .img-holder img {
      display: block;
      width: 100vw;
      height: 100vh;
      -o-object-fit: cover;
      object-fit: cover;
      max-width: 100%;
      max-height: 100%; }

.team-member__title {
  font-family: "Poppins Bold";
  font-size: 16px;
  margin-bottom: 0.25rem; }
  @media screen and (max-width: 767px) {
    .team-member__title {
      font-family: "Poppins Semibold";
      font-size: 14px; } }

.team-member__subtitle {
  font-size: 14px;
  color: #8ca5c6; }
  @media screen and (max-width: 767px) {
    .team-member__subtitle {
      font-size: 12px; } }

.partners-section.section {
  padding-top: 3.75rem;
  padding-bottom: 1.875rem; }

.partners-section .section-title {
  margin-bottom: 0.625rem; }

.partners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .partners .img-holder {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
    padding: 0 15px; }
    @media screen and (max-width: 767px) {
      .partners .img-holder {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%; } }
    .partners .img-holder img {
      max-width: 100%; }

.support-section.section-bg {
  background: #eeeeee; }

.support-section.section {
  padding-top: 2.8125rem;
  padding-bottom: 1.875rem; }

.support-section .section-title {
  margin-bottom: 0.625rem;
  text-transform: uppercase;
  font-size: 1.25rem; }

.support {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .support .img-holder {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
    padding: 0 15px;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .support .img-holder {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%; } }
    .support .img-holder img {
      max-width: 100%;
      max-height: 100px; }

.contact .banner .img-holder {
  right: 10.5%;
  max-width: 22.125rem; }
  @media screen and (max-width: 767px) {
    .contact .banner .img-holder {
      max-width: 14.625rem;
      right: 4.5%; } }

@media screen and (max-width: 767px) {
  .contact .banner .section-title > span {
    display: block; } }

.contact-content {
  padding-bottom: 5.625rem; }
  @media screen and (max-width: 767px) {
    .contact-content.section {
      padding-top: 3.5rem; } }
  .contact-content .section-header {
    margin-bottom: 5.9375rem; }
    @media screen and (max-width: 767px) {
      .contact-content .section-header {
        margin-bottom: 0; } }
  @media screen and (max-width: 767px) {
    .contact-content .section-title {
      margin-bottom: 2.5rem; } }
  .contact-content .contact-info {
    padding: 1.5rem 0.625rem 0 6.4375rem; }
    @media screen and (max-width: 991px) {
      .contact-content .contact-info {
        padding: 0;
        margin-bottom: 8.4375rem; } }
    .contact-content .contact-info .text {
      margin-bottom: 2.5rem; }
      @media screen and (max-width: 767px) {
        .contact-content .contact-info .text {
          line-height: 1.5;
          margin-bottom: 2.75rem; } }
      .contact-content .contact-info .text a {
        display: inline-block;
        margin-bottom: 0.625rem; }
        @media screen and (max-width: 767px) {
          .contact-content .contact-info .text a {
            margin-bottom: 1rem; } }
  @media screen and (max-width: 991px) {
    .contact-content .row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; } }
  @media screen and (max-width: 991px) {
    .contact-content .col-5,
    .contact-content .col-7 {
      max-width: 100%;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%; } }

.contact-form {
  margin-bottom: 20px; }
  .contact-form .button-holder {
    text-align: right; }
    @media screen and (max-width: 767px) {
      .contact-form .button-holder {
        text-align: center;
        padding-top: 1.875rem; } }

.start-project .banner {
  overflow: hidden; }
  .start-project .banner .img-holder {
    max-width: 18.125rem;
    right: 10.7%;
    bottom: -3.675rem; }
    @media screen and (max-width: 767px) {
      .start-project .banner .img-holder {
        max-width: 15rem;
        right: 0;
        -webkit-transform: translateX(50%);
        transform: translateX(50%); } }
  @media screen and (max-width: 539px) {
    .start-project .banner .section-title {
      max-width: 90%; } }

.start-project .form-control {
  line-height: 1.3; }

.start-project__content {
  padding-bottom: 5rem; }
  @media screen and (max-width: 991px) {
    .start-project__content .col-7 {
      max-width: 100%;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%; } }

.checkboxes-title {
  text-align: center;
  font-size: 16px;
  color: #0066cc;
  font-family: "Poppins Medium";
  letter-spacing: -0.4px;
  margin-bottom: 10px; }

.checkboxes-subtitle {
  text-align: center;
  font-size: 14px;
  color: #8ca5c6;
  font-family: "Poppins Medium";
  letter-spacing: -0.4px;
  margin-bottom: 3.4375rem; }

.start-project__checkboxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 3.125rem;
  margin-bottom: 5rem; }
  @media screen and (max-width: 767px) {
    .start-project__checkboxes {
      padding: 0; } }
  .start-project__checkboxes .custom-checkbox {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
    .start-project__checkboxes .custom-checkbox .img-holder {
      margin-bottom: 1.875rem; }
      .start-project__checkboxes .custom-checkbox .img-holder img {
        max-width: 100%; }
        @media screen and (max-width: 767px) {
          .start-project__checkboxes .custom-checkbox .img-holder img {
            max-width: 70%; } }

.content-404__holder {
  background-image: linear-gradient(293deg, #14428b, #0066cc); }
  .content-404__holder > .container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative; }
  .content-404__holder .brand {
    position: absolute;
    top: 2.5rem;
    left: 0; }
    @media screen and (max-width: 767px) {
      .content-404__holder .brand {
        left: 24px; } }

.content-404 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 24px; }
  @media screen and (max-width: 767px) {
    .content-404 {
      -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; } }
  .content-404__body {
    max-width: 35%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%; }
    @media screen and (max-width: 1199px) {
      .content-404__body {
        max-width: 40%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%; } }
    @media screen and (min-width: 768px) and (max-width: 991px) {
      .content-404__body {
        max-width: 50%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%; } }
    @media screen and (max-width: 767px) {
      .content-404__body {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%; }
        .content-404__body .btn-holder {
          text-align: center; } }
    .content-404__body .section-subtitle {
      color: #fff; }
    .content-404__body .section-title {
      color: #fff; }
  .content-404 .img-holder {
    max-width: 25%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    padding-left: 40px;
    display: block; }
    @media screen and (min-width: 768px) and (max-width: 991px) {
      .content-404 .img-holder {
        max-width: 50%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%; } }
    @media screen and (max-width: 767px) {
      .content-404 .img-holder {
        width: 100%;
        max-width: 100%;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        text-align: center;
        padding: 0 70px;
        margin-bottom: 50px; }
        .content-404 .img-holder img {
          max-width: 100%;
          width: 100%; } }

@media screen and (min-width: 992px) {
  .landing .banner .section-title {
    max-width: 80%; } }

@media screen and (min-width: 1500px) {
  .landing .banner .section-title {
    max-width: 90%; } }

.landing .banner .img-holder {
  text-align: right; }
  @media screen and (max-width: 991px) {
    .landing .banner .img-holder {
      display: none; } }
  @media screen and (min-width: 992px) and (max-width: 1199px) {
    .landing .banner .img-holder img {
      max-width: 70%; } }

.landing-intro {
  padding-bottom: 7.3125rem; }
  .landing-intro .section-header {
    margin-bottom: 80px; }
    .landing-intro .section-header .text {
      font-size: 16px;
      line-height: 1.6; }
  .landing-intro .lead {
    margin-bottom: 28px; }
    @media screen and (min-width: 992px) {
      .landing-intro .lead {
        max-width: 62%; } }
  .landing-intro .img-holder {
    margin: 0;
    padding-top: 75px;
    text-align: right; }
    @media screen and (max-width: 991px) {
      .landing-intro .img-holder {
        text-align: center; } }
    .landing-intro .img-holder img {
      max-width: 100%; }
  .landing-intro .img-holder {
    margin: 0; }
    .landing-intro .img-holder img {
      max-width: 72%;
      margin-left: auto; }
    .landing-intro .img-holder.full-width img {
      max-width: 100%; }
  .landing-intro.serverless-intro .img-holder {
    padding-top: 30px; }
  @media screen and (max-width: 991px) {
    .landing-intro .col-5,
    .landing-intro .col-7 {
      max-width: 100%;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%; } }

.intro-body {
  max-width: 84%; }
  .intro-body .text {
    margin-bottom: 25px; }

.trends.section {
  padding-top: 4.6875rem;
  padding-bottom: 5rem; }

.trends .section-header {
  max-width: 65%; }

@media screen and (max-width: 991px) {
  .trends .col-5,
  .trends .col-7 {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; } }

.trends-text {
  padding-top: 4.6875rem;
  padding-left: 1.875rem;
  max-width: 85%; }
  @media screen and (max-width: 991px) {
    .trends-text {
      padding-left: 0; } }
  .trends-text .text {
    line-height: 1.63;
    margin-bottom: 30px; }

.dev-details.section {
  padding-bottom: 10.3125rem; }

@media screen and (max-width: 991px) {
  .dev-details .col-5,
  .dev-details .col-7 {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; } }

.dev-details-text {
  padding-top: 5rem; }

.dev-details__title {
  color: #8ca5c6;
  font-size: 14px;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  margin-bottom: 3.375rem;
  font-family: "Poppins Semibold"; }

.dev-details__list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  -webkit-columns: 2;
  columns: 2; }
  @media screen and (max-width: 767px) {
    .dev-details__list {
      margin-bottom: 32px;
      -webkit-columns: 1;
      columns: 1; } }
  .dev-details__list li {
    margin-bottom: 23px;
    font-family: "Work Sans Medium";
    font-size: 16px;
    line-height: 1.3; }
    @media screen and (max-width: 767px) {
      .dev-details__list li {
        margin-bottom: 16px;
        white-space: normal;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
