/*! 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 {
  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 */
  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 {
  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] {
  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;
}

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/* Magnific Popup CSS */
/**
 * Fade-zoom animation for first dialog
 */
/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog,
.my-mfp-zoom-in.mfp-ready .mfp-iframe-scaler {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog,
.my-mfp-zoom-in.mfp-removing .mfp-iframe-scaler {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/**
 * Simple fade transition,
 */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
html {
  font-size: 100%;
}

body, html {
  overflow-x: hidden;
}
body.disable-scroll, html.disable-scroll {
  overflow: hidden;
}

body {
  background: #f7f7f7;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:focus {
  outline: none;
}

.text > *:nth-child(1) {
  margin-top: 0;
}
.text > *:last-child {
  margin-bottom: 0;
}
.text ul {
  padding-left: 20px;
}
.text a {
  color: #03142a;
}

b, strong {
  font-weight: 700;
}

.wrapper {
  width: calc(100% - 180px);
  max-width: 1344px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1440px) {
  .wrapper {
    width: calc(100% - 120px);
  }
}
@media (max-width: 1280px) {
  .wrapper {
    width: calc(100% - 90px);
  }
}
@media (max-width: 768px) {
  .wrapper {
    width: calc(100% - 60px);
  }
}
@media (max-width: 480px) {
  .wrapper {
    width: calc(100% - 40px);
  }
}

.fs-14, footer .wrapper .bottom .copy, .form-global .form-wrap form .row label .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  font-size: 14px;
  font-size: 0.875rem;
}

.fs-15, .form-global .form-wrap form .wpcf7-response-output, .form-global .form-wrap form .disclaimer {
  font-size: 15px;
  font-size: 0.9375rem;
}

.fs-16, main.single-post .content-section .wrapper .content *, main.page-text .content-section .wrapper .content *, main.page-home .sectors-v2-section .wrapper .sectors .single span, .solutions-section-global .wrapper .solutions .single span, footer .wrapper .bottom .links a, footer .wrapper .middle .contact-col .desc *, footer .wrapper .middle .cols .single-col .text *, header .wrapper .bottom .nav ul li .sub-menu li a, .icon-points-grid-global .single .info .text p, .icon-points-grid-global .single .info .title, .form-global .form-wrap form .row label {
  font-size: 16px;
  font-size: 1rem;
}

.fs-18, .responsive-menu .wrap .second-wrap .mobile-nav ul li .sub-menu li a, body, p, ul, ol, table {
  font-size: 18px;
  font-size: 1.125rem;
}
@media (max-width: 1280px) {
  .fs-18, .responsive-menu .wrap .second-wrap .mobile-nav ul li .sub-menu li a, body, p, ul, ol, table {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
@media (max-width: 768px) {
  .fs-18, .responsive-menu .wrap .second-wrap .mobile-nav ul li .sub-menu li a, body, p, ul, ol, table {
    font-size: 16px;
    font-size: 1rem;
  }
}

.fs-20, main.page-success-stories .success-stories-posts-section .wrapper .success-stories-wrap .success-stories-posts .single-story .info .title, main.page-contacts .team-help-section .wrapper .blocks .single .info .title, main.page-about-us .global-solution .wrapper .desc-wrap .text p, .all-functions-section-global .list .single .wrapper .info .title, .needs-list-global .wrapper .cta .text p, .what-numbers-talk-global .wrapper .list .single .text p i, .what-numbers-talk-global .wrapper .list .single .text p em, .contact-info-global .info .job, .contact-info-global .info .name {
  font-size: 20px;
  font-size: 1.25rem;
}
@media (max-width: 1280px) {
  .fs-20, main.page-success-stories .success-stories-posts-section .wrapper .success-stories-wrap .success-stories-posts .single-story .info .title, main.page-contacts .team-help-section .wrapper .blocks .single .info .title, main.page-about-us .global-solution .wrapper .desc-wrap .text p, .all-functions-section-global .list .single .wrapper .info .title, .needs-list-global .wrapper .cta .text p, .what-numbers-talk-global .wrapper .list .single .text p i, .what-numbers-talk-global .wrapper .list .single .text p em, .contact-info-global .info .job, .contact-info-global .info .name {
    font-size: 19px;
    font-size: 1.1875rem;
  }
}
@media (max-width: 768px) {
  .fs-20, main.page-success-stories .success-stories-posts-section .wrapper .success-stories-wrap .success-stories-posts .single-story .info .title, main.page-contacts .team-help-section .wrapper .blocks .single .info .title, main.page-about-us .global-solution .wrapper .desc-wrap .text p, .all-functions-section-global .list .single .wrapper .info .title, .needs-list-global .wrapper .cta .text p, .what-numbers-talk-global .wrapper .list .single .text p i, .what-numbers-talk-global .wrapper .list .single .text p em, .contact-info-global .info .job, .contact-info-global .info .name {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.fs-22, .responsive-menu .wrap .second-wrap .mobile-nav ul li a {
  font-size: 22px;
  font-size: 1.375rem;
}
@media (max-width: 1280px) {
  .fs-22, .responsive-menu .wrap .second-wrap .mobile-nav ul li a {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
@media (max-width: 768px) {
  .fs-22, .responsive-menu .wrap .second-wrap .mobile-nav ul li a {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.fs-24, main.single-success-story .story-info-section .wrapper .story-timeline-wrap .list .single .title, main.page-for-partners .partnerships-section .wrapper .testimonials-single-carousel .single .text *, main.page-for-partners .about-partnership-section .wrapper .wrap .info .desc, main.page-about-us .mission-vision-section .wrapper .list .single .info .desc, .what-numbers-talk-global .wrapper .list .single .text p, .additional-technologies-section-global .wrapper .technologies .single .info .title, .sectors-section-2-global .wrapper .sectors .single span, .sectors-section-global .wrapper .custom-title span, .features-table-section-global .wrapper .table .solutions-list .solutions-list-wrap .single-solution .solution-name, .features-table-section-global .wrapper .table .sidebar .label, .testimonials-section-global .wrapper .testimonials-single-carousel .single .desc *, .membership-section-global .wrapper .list .single .info .feature, .membership-section-global .wrapper .center .custom-title span {
  font-size: 24px;
  font-size: 1.5rem;
}
@media (max-width: 1280px) {
  .fs-24, main.single-success-story .story-info-section .wrapper .story-timeline-wrap .list .single .title, main.page-for-partners .partnerships-section .wrapper .testimonials-single-carousel .single .text *, main.page-for-partners .about-partnership-section .wrapper .wrap .info .desc, main.page-about-us .mission-vision-section .wrapper .list .single .info .desc, .what-numbers-talk-global .wrapper .list .single .text p, .additional-technologies-section-global .wrapper .technologies .single .info .title, .sectors-section-2-global .wrapper .sectors .single span, .sectors-section-global .wrapper .custom-title span, .features-table-section-global .wrapper .table .solutions-list .solutions-list-wrap .single-solution .solution-name, .features-table-section-global .wrapper .table .sidebar .label, .testimonials-section-global .wrapper .testimonials-single-carousel .single .desc *, .membership-section-global .wrapper .list .single .info .feature, .membership-section-global .wrapper .center .custom-title span {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
@media (max-width: 768px) {
  .fs-24, main.single-success-story .story-info-section .wrapper .story-timeline-wrap .list .single .title, main.page-for-partners .partnerships-section .wrapper .testimonials-single-carousel .single .text *, main.page-for-partners .about-partnership-section .wrapper .wrap .info .desc, main.page-about-us .mission-vision-section .wrapper .list .single .info .desc, .what-numbers-talk-global .wrapper .list .single .text p, .additional-technologies-section-global .wrapper .technologies .single .info .title, .sectors-section-2-global .wrapper .sectors .single span, .sectors-section-global .wrapper .custom-title span, .features-table-section-global .wrapper .table .solutions-list .solutions-list-wrap .single-solution .solution-name, .features-table-section-global .wrapper .table .sidebar .label, .testimonials-section-global .wrapper .testimonials-single-carousel .single .desc *, .membership-section-global .wrapper .list .single .info .feature, .membership-section-global .wrapper .center .custom-title span {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.fs-32, .facts-section-global .wrapper .facts .single span {
  font-size: 32px;
  font-size: 2rem;
}
@media (max-width: 1440px) {
  .fs-32, .facts-section-global .wrapper .facts .single span {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media (max-width: 1280px) {
  .fs-32, .facts-section-global .wrapper .facts .single span {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
@media (max-width: 1024px) {
  .fs-32, .facts-section-global .wrapper .facts .single span {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
@media (max-width: 768px) {
  .fs-32, .facts-section-global .wrapper .facts .single span {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.fs-36, main.page-for-partners .about-partnership-section .wrapper .wrap .info h2, main.page-about-us .mission-vision-section .wrapper .list .single .info h2, main.page-single-solution .how-it-works-section .wrapper .how-it-works-carousel .single .info h3, main.page-solutions .solutions-section .wrapper .solutions .single .bg span, .list-timeline-section-global .wrapper .timeline-wrap-global .list .single .info .step {
  font-size: 36px;
  font-size: 2.25rem;
}
@media (max-width: 1440px) {
  .fs-36, main.page-for-partners .about-partnership-section .wrapper .wrap .info h2, main.page-about-us .mission-vision-section .wrapper .list .single .info h2, main.page-single-solution .how-it-works-section .wrapper .how-it-works-carousel .single .info h3, main.page-solutions .solutions-section .wrapper .solutions .single .bg span, .list-timeline-section-global .wrapper .timeline-wrap-global .list .single .info .step {
    font-size: 33px;
    font-size: 2.0625rem;
  }
}
@media (max-width: 1280px) {
  .fs-36, main.page-for-partners .about-partnership-section .wrapper .wrap .info h2, main.page-about-us .mission-vision-section .wrapper .list .single .info h2, main.page-single-solution .how-it-works-section .wrapper .how-it-works-carousel .single .info h3, main.page-solutions .solutions-section .wrapper .solutions .single .bg span, .list-timeline-section-global .wrapper .timeline-wrap-global .list .single .info .step {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media (max-width: 1024px) {
  .fs-36, main.page-for-partners .about-partnership-section .wrapper .wrap .info h2, main.page-about-us .mission-vision-section .wrapper .list .single .info h2, main.page-single-solution .how-it-works-section .wrapper .how-it-works-carousel .single .info h3, main.page-solutions .solutions-section .wrapper .solutions .single .bg span, .list-timeline-section-global .wrapper .timeline-wrap-global .list .single .info .step {
    font-size: 27px;
    font-size: 1.6875rem;
  }
}
@media (max-width: 768px) {
  .fs-36, main.page-for-partners .about-partnership-section .wrapper .wrap .info h2, main.page-about-us .mission-vision-section .wrapper .list .single .info h2, main.page-single-solution .how-it-works-section .wrapper .how-it-works-carousel .single .info h3, main.page-solutions .solutions-section .wrapper .solutions .single .bg span, .list-timeline-section-global .wrapper .timeline-wrap-global .list .single .info .step {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.fs-40, .form-global h3 {
  font-size: 40px;
  font-size: 2.5rem;
}
@media (max-width: 1440px) {
  .fs-40, .form-global h3 {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
@media (max-width: 1280px) {
  .fs-40, .form-global h3 {
    font-size: 32px;
    font-size: 2rem;
  }
}
@media (max-width: 1024px) {
  .fs-40, .form-global h3 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
@media (max-width: 768px) {
  .fs-40, .form-global h3 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.fs-45, main.single-post .hero-inner-section-global .wrapper .page-title, main.single-success-story .hero-inner-section-global .wrapper .page-title, .block-title {
  font-size: 45px;
  font-size: 2.8125rem;
}
@media (max-width: 1440px) {
  .fs-45, main.single-post .hero-inner-section-global .wrapper .page-title, main.single-success-story .hero-inner-section-global .wrapper .page-title, .block-title {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media (max-width: 1280px) {
  .fs-45, main.single-post .hero-inner-section-global .wrapper .page-title, main.single-success-story .hero-inner-section-global .wrapper .page-title, .block-title {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}
@media (max-width: 1024px) {
  .fs-45, main.single-post .hero-inner-section-global .wrapper .page-title, main.single-success-story .hero-inner-section-global .wrapper .page-title, .block-title {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media (max-width: 768px) {
  .fs-45, main.single-post .hero-inner-section-global .wrapper .page-title, main.single-success-story .hero-inner-section-global .wrapper .page-title, .block-title {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

.fs-58, main.page-home .hero-section .wrapper h1, .hero-inner-section-global .wrapper .page-title {
  font-size: 58px;
  font-size: 3.625rem;
}
@media (max-width: 1440px) {
  .fs-58, main.page-home .hero-section .wrapper h1, .hero-inner-section-global .wrapper .page-title {
    font-size: 52px;
    font-size: 3.25rem;
  }
}
@media (max-width: 1280px) {
  .fs-58, main.page-home .hero-section .wrapper h1, .hero-inner-section-global .wrapper .page-title {
    font-size: 46px;
    font-size: 2.875rem;
  }
}
@media (max-width: 1024px) {
  .fs-58, main.page-home .hero-section .wrapper h1, .hero-inner-section-global .wrapper .page-title {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media (max-width: 768px) {
  .fs-58, main.page-home .hero-section .wrapper h1, .hero-inner-section-global .wrapper .page-title {
    font-size: 34px;
    font-size: 2.125rem;
  }
}

body, p, ul, ol, table {
  font-family: "Poppins", sans-serif;
  color: #03142a;
  line-height: 1.35;
  font-weight: 400;
}

.block-title {
  margin: 0 0 48px;
  font-weight: 800;
  line-height: 1.2;
  color: #28547c;
}
@media (max-width: 768px) {
  .block-title {
    margin: 0 0 32px;
  }
}
.block-title.center {
  text-align: center;
}
.block-title.margin-small {
  margin: 0 0 24px;
}

.btn {
  line-height: 1.25;
  font-weight: 600;
  display: inline-block;
  text-decoration: none;
  border-radius: 8px;
  padding: 16px 30px;
  cursor: pointer;
  border: none;
}
.btn.black {
  color: #ffffff;
  background: #03142a;
}
.btn.red {
  color: #ffffff;
  background: #e2454b;
}
.btn.arrow:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 12px;
  background-image: url("../images/icon-arrow-right-white.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  margin: 0 0 0 12px;
}

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

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

.gradient-line {
  border-radius: 8px;
  position: relative;
  display: inline-block;
}
.gradient-line:after {
  content: "";
  display: block;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  top: -1px;
  left: -1px;
  background: linear-gradient(90deg, rgba(208, 45, 29, 0.75) 0%, rgba(40, 145, 245, 0.75) 100%);
  position: absolute;
  z-index: -1;
  border-radius: 8px;
  opacity: 0.65;
}

.owl-carousel .owl-dots {
  margin: 60px 0 0;
  display: flex;
  justify-content: center;
  grid-gap: 11px;
}
@media (max-width: 480px) {
  .owl-carousel .owl-dots {
    margin: 40px 0 0;
  }
}
.owl-carousel .owl-dots .owl-dot {
  width: 16px;
  height: 16px;
  border-radius: 100%;
  opacity: 0.41;
  background: #000F1E;
}
.owl-carousel .owl-dots .owl-dot.active {
  opacity: 1;
}

.form-global h3 {
  color: #ffffff;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 0.8px;
  margin: 0;
}
.form-global .form-wrap {
  margin: 34px 0 0;
}
.form-global .form-wrap form {
  display: flex;
  flex-direction: column;
  grid-gap: 22px;
}
@media (max-width: 1024px) {
  .form-global .form-wrap form {
    grid-gap: 16px;
  }
}
.form-global .form-wrap form .row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 32px;
}
@media (max-width: 1024px) {
  .form-global .form-wrap form .row {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-gap: 16px;
  }
}
.form-global .form-wrap form .row.full {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.form-global .form-wrap form .row label {
  color: #ffffff;
  line-height: 1.5;
  display: block;
  width: 100%;
}
.form-global .form-wrap form .row label .wpcf7-form-control-wrap {
  display: block;
  margin: 20px 0 0;
  width: 100%;
}
@media (max-width: 1024px) {
  .form-global .form-wrap form .row label .wpcf7-form-control-wrap {
    margin: 10px 0 0;
  }
}
.form-global .form-wrap form .row label .wpcf7-form-control-wrap input,
.form-global .form-wrap form .row label .wpcf7-form-control-wrap textarea {
  padding: 14px 18px;
  border-radius: 7px;
  border: 1px solid #FFF;
  background: transparent;
  display: block;
  width: 100%;
  color: #ffffff;
}
.form-global .form-wrap form .row label .wpcf7-form-control-wrap textarea {
  height: 115px;
}
.form-global .form-wrap form .row label .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  margin: 2px 0 0;
}
.form-global .form-wrap form .btn {
  align-self: flex-start;
}
.form-global .form-wrap form .wpcf7-spinner {
  display: none !important;
}
.form-global .form-wrap form .wpcf7-response-output {
  margin: 0;
  padding: 16px 16px;
  text-align: center;
  border-radius: 7px;
}

.contact-info-global {
  display: flex;
  background: #357490;
  padding: 24px 24px;
  align-items: center;
  grid-gap: 16px;
  border-radius: 8px;
}
@media (max-width: 480px) {
  .contact-info-global {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.contact-info-global .photo {
  border-radius: 100%;
  width: 100px;
  flex: none;
}
.contact-info-global .photo:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.contact-info-global .info {
  margin: 0;
  text-align: left;
  display: flex;
  flex-direction: column;
}
.contact-info-global .info .name {
  color: #ffffff;
  display: block;
  text-align: left;
  font-weight: 600;
}
@media (max-width: 480px) {
  .contact-info-global .info .name {
    text-align: center;
  }
}
.contact-info-global .info .job {
  color: #ffffff;
  display: block;
  text-align: left;
  margin: 8px 0 0;
  font-weight: 600;
}
@media (max-width: 480px) {
  .contact-info-global .info .job {
    text-align: center;
  }
}
.contact-info-global .info a {
  color: #CCCFD2;
  text-decoration: none;
  margin: 8px 0 0;
}
@media (max-width: 480px) {
  .contact-info-global .info a {
    text-align: center;
  }
}
.contact-info-global .info a:last-of-type {
  margin: 0;
}

.testimonials-blur-carousel-global,
.testimonials-blur-carousel-2-global {
  overflow: hidden;
  position: relative;
}
.testimonials-blur-carousel-global .owl-stage-outer .owl-stage,
.testimonials-blur-carousel-2-global .owl-stage-outer .owl-stage {
  display: flex;
  align-items: center;
}
.testimonials-blur-carousel-global .single,
.testimonials-blur-carousel-2-global .single {
  padding: 39px 31px;
  background: #ffffff;
  border-radius: 8px;
}
.testimonials-blur-carousel-global .single .logo-wrap,
.testimonials-blur-carousel-2-global .single .logo-wrap {
  margin: 0 auto 30px;
  width: 200px;
  height: 81px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonials-blur-carousel-global .single .logo-wrap img,
.testimonials-blur-carousel-2-global .single .logo-wrap img {
  width: auto;
  height: auto;
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.testimonials-blur-carousel-global .single .desc,
.testimonials-blur-carousel-2-global .single .desc {
  margin: 11px 0 0;
  text-align: center;
}
.testimonials-blur-carousel-global .single .desc *,
.testimonials-blur-carousel-2-global .single .desc * {
  color: #000F1E;
}
.testimonials-blur-carousel-global .single .author,
.testimonials-blur-carousel-2-global .single .author {
  margin: 40px 0 0;
  display: block;
  text-align: center;
  color: #000F1E;
}
.testimonials-blur-carousel-global .single .author.second,
.testimonials-blur-carousel-2-global .single .author.second {
  margin: 16px 0 0;
}
.testimonials-blur-carousel-global .single .center-btn,
.testimonials-blur-carousel-2-global .single .center-btn {
  margin: 21px 0 0;
}
.testimonials-blur-carousel-global .owl-dots .owl-dot,
.testimonials-blur-carousel-2-global .owl-dots .owl-dot {
  background: #ffffff;
  opacity: 0.5;
}
.testimonials-blur-carousel-global .owl-dots .owl-dot.active,
.testimonials-blur-carousel-2-global .owl-dots .owl-dot.active {
  opacity: 1;
}

.posts-filter-global {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin: 0 0 39px;
}
@media (max-width: 1100px) {
  .posts-filter-global {
    flex-direction: column;
    grid-gap: 16px;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.posts-filter-global .fields-wrap {
  display: flex;
  grid-gap: 18px;
  align-items: flex-end;
}
@media (max-width: 840px) {
  .posts-filter-global .fields-wrap {
    flex-direction: column;
    grid-gap: 16px;
    align-items: flex-start;
  }
}
@media (max-width: 480px) {
  .posts-filter-global .fields-wrap {
    width: 100%;
  }
}
.posts-filter-global .fields-wrap .single-select {
  min-width: 320px;
}
@media (max-width: 1440px) {
  .posts-filter-global .fields-wrap .single-select {
    min-width: 280px;
  }
}
@media (max-width: 1280px) {
  .posts-filter-global .fields-wrap .single-select {
    min-width: 240px;
  }
}
@media (max-width: 1024px) {
  .posts-filter-global .fields-wrap .single-select {
    min-width: 200px;
  }
}
@media (max-width: 840px) {
  .posts-filter-global .fields-wrap .single-select {
    min-width: 320px;
  }
}
@media (max-width: 480px) {
  .posts-filter-global .fields-wrap .single-select {
    min-width: inherit;
    width: 100%;
  }
}
.posts-filter-global .fields-wrap .single-select label {
  display: block;
  margin: 0 0 11px 0;
}
@media (max-width: 840px) {
  .posts-filter-global .fields-wrap .single-select label {
    margin: 0 0 8px;
    display: none;
  }
}
.posts-filter-global .fields-wrap .single-select select {
  padding: 16px 21px;
  border-radius: 8px;
  border: 2px solid #e2454b;
  background: none;
  line-height: 1;
  width: 100%;
  display: block;
}
@media (max-width: 1024px) {
  .posts-filter-global .fields-wrap .single-select select {
    padding: 12px 12px;
  }
}
.posts-filter-global .fields-wrap .single-select select option {
  color: #000F1E;
}
.posts-filter-global .fields-wrap .search-field {
  position: relative;
  min-width: 320px;
}
@media (max-width: 1440px) {
  .posts-filter-global .fields-wrap .search-field {
    min-width: 280px;
  }
}
@media (max-width: 1280px) {
  .posts-filter-global .fields-wrap .search-field {
    min-width: 240px;
  }
}
@media (max-width: 1024px) {
  .posts-filter-global .fields-wrap .search-field {
    min-width: 200px;
  }
}
@media (max-width: 840px) {
  .posts-filter-global .fields-wrap .search-field {
    min-width: 320px;
  }
}
@media (max-width: 480px) {
  .posts-filter-global .fields-wrap .search-field {
    min-width: inherit;
    width: 100%;
  }
}
.posts-filter-global .fields-wrap .search-field input[type=text] {
  padding: 16px 21px;
  border-radius: 8px;
  border: 2px solid #e2454b;
  background: none;
  line-height: 1;
  display: block;
  width: 100%;
}
@media (max-width: 1024px) {
  .posts-filter-global .fields-wrap .search-field input[type=text] {
    padding: 12px 12px;
  }
}
.posts-filter-global .fields-wrap .search-field input[type=submit] {
  position: absolute;
  content: "";
  display: inline-block;
  width: 14px;
  height: 12px;
  background-color: transparent;
  background-image: url("../images/icon-arrow-right-white.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  font-size: 0;
  border: none;
  cursor: pointer;
  top: 0;
  right: 16px;
  bottom: 0;
  margin: auto;
}
.icon-points-grid-global {
  display: grid;
  padding: 7px 7px;
  max-width: 1238px;
  width: 100%;
  grid-gap: 7px;
  background: #c2e9ff;
  border-radius: 8px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.icon-points-grid-global .single {
  background: #97d6f6;
  border-radius: 8px;
  display: flex;
  align-items: flex-start;
  align-items: center;
  grid-gap: 7px;
  padding: 14px;
  width: calc(33.3333333333% - 4.6666666667px);
}
@media (max-width: 480px) {
  .icon-points-grid-global .single {
    flex-direction: column;
    justify-content: center;
    grid-gap: 14px;
  }
}
.icon-points-grid-global .single .icon-wrap {
  width: 96px;
  flex: none;
}
@media (max-width: 768px) {
  .icon-points-grid-global .single .icon-wrap {
    width: 64px;
  }
}
.icon-points-grid-global .single .icon-wrap img {
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  display: block;
}
@media (max-width: 480px) {
  .icon-points-grid-global .single .info {
    text-align: center;
  }
}
.icon-points-grid-global .single .info .title {
  display: block;
  font-weight: 700;
  text-align: left;
}
@media (max-width: 480px) {
  .icon-points-grid-global .single .info .title {
    text-align: center;
  }
}
.icon-points-grid-global .single .info .text {
  text-align: left;
  margin: 4px 0 0;
}
@media (max-width: 480px) {
  .icon-points-grid-global .single .info .text p {
    text-align: center;
  }
}

.otgs-development-site-front-end {
  display: none !important;
}

#moove_gdpr_cookie_info_bar {
  background: #03142a;
}
#moove_gdpr_cookie_info_bar .mgbutton {
  padding: 8px 20px !important;
  border-radius: 8px !important;
}

.gdpr_lightbox .moove-gdpr-company-logo-holder {
  display: none !important;
}
.gdpr_lightbox .mgbutton {
  padding: 8px 20px !important;
  border-radius: 8px !important;
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 100;
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  -ms-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
header.scrolled, header.front-page {
  background: #192734;
  background: #28547c;
}
header .wrapper .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
  border-bottom: 1px solid #CCCFD2;
}
@media (max-width: 1024px) {
  header .wrapper .top {
    border: none;
  }
}
header .wrapper .top .logo {
  display: inline-block;
  text-decoration: none;
}
header .wrapper .top .logo img {
  height: 43px;
  width: auto;
  display: block;
}
@media (max-width: 768px) {
  header .wrapper .top .logo img {
    height: 38px;
  }
}
header .wrapper .top .right {
  display: flex;
  align-items: center;
  grid-gap: 16px;
}
@media (max-width: 1024px) {
  header .wrapper .top .right .lang {
    display: none;
  }
}
header .wrapper .top .right .lang:hover .lang-dropdown {
  display: block;
}
header .wrapper .top .right .lang .lang-icon {
  height: 26px;
  width: auto;
  display: block;
  cursor: pointer;
}
header .wrapper .top .right .lang .lang-dropdown {
  display: none;
  position: absolute;
  padding: 8px 0 0;
  width: 54px;
  margin-left: -13px;
}
header .wrapper .top .right .lang .lang-dropdown .wpml-ls {
  border: none;
  background: #97d6f6;
  border-radius: 6px;
  padding: 8px 8px;
}
header .wrapper .top .right .lang .lang-dropdown .wpml-ls ul {
  display: flex;
  flex-direction: column;
  grid-gap: 8px;
  justify-content: center;
  align-items: center;
}
header .wrapper .top .right .lang .lang-dropdown .wpml-ls ul li.wpml-ls-current-language a {
  background: #000F1E;
}
header .wrapper .top .right .lang .lang-dropdown .wpml-ls ul li.wpml-ls-current-language a span {
  color: #ffffff;
}
header .wrapper .top .right .lang .lang-dropdown .wpml-ls ul li a {
  padding: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
}
header .wrapper .top .right .lang .lang-dropdown .wpml-ls ul li a span {
  color: #000F1E;
}
header .wrapper .top .right .clients {
  display: inline-flex;
  align-items: center;
  grid-gap: 3px;
  border-radius: 8px;
  border: 2px solid rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.1);
  padding: 8px 20px;
  text-decoration: none;
}
@media (max-width: 1024px) {
  header .wrapper .top .right .clients {
    display: none;
  }
}
header .wrapper .top .right .clients img {
  height: 17px;
  width: auto;
  display: block;
}
header .wrapper .top .right .clients span {
  font-weight: 600;
  line-height: 1.25;
  color: #CCCFD2;
}
header .wrapper .top .right .try-free {
  padding: 8px 20px;
  text-decoration: none;
  color: #ffffff;
  border-radius: 8px;
  background: #e2454b;
  font-weight: 600;
  line-height: 1.25;
}
@media (max-width: 1024px) {
  header .wrapper .top .right .try-free {
    display: none;
  }
}
header .wrapper .top .right .responsive-btn {
  display: none;
  cursor: pointer;
  position: relative;
  width: 25px;
  height: 15px;
}
@media (max-width: 1024px) {
  header .wrapper .top .right .responsive-btn {
    display: block;
  }
}
header .wrapper .top .right .responsive-btn:hover span {
  background: #ffffff;
}
header .wrapper .top .right .responsive-btn.active span:nth-of-type(1) {
  transform: rotate(45deg);
  top: 6px;
}
header .wrapper .top .right .responsive-btn.active span:nth-of-type(2) {
  opacity: 0;
}
header .wrapper .top .right .responsive-btn.active span:nth-of-type(3) {
  transform: rotate(-45deg);
  bottom: 6px;
}
header .wrapper .top .right .responsive-btn span {
  width: 25px;
  height: 3px;
  background: #ffffff;
  display: block;
  margin: 0 0 3px;
  opacity: 1;
  position: absolute;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
header .wrapper .top .right .responsive-btn span:nth-of-type(1) {
  top: 0;
  left: 0;
}
header .wrapper .top .right .responsive-btn span:nth-of-type(2) {
  top: 6px;
  left: 0;
}
header .wrapper .top .right .responsive-btn span:nth-of-type(3) {
  bottom: 0;
  left: 0;
}
header .wrapper .top .right .responsive-btn span:last-of-type {
  margin: 0;
}
header .wrapper .bottom {
  padding: 16px 0 16px;
}
@media (max-width: 1024px) {
  header .wrapper .bottom {
    display: none;
  }
}
header .wrapper .bottom .nav ul {
  list-style-type: none;
  display: flex;
  grid-gap: 44px;
  margin: 0;
  padding: 0;
}
header .wrapper .bottom .nav ul li {
  position: relative;
}
header .wrapper .bottom .nav ul li:hover .sub-menu {
  display: flex;
}
header .wrapper .bottom .nav ul li > a {
  cursor: default;
}
header .wrapper .bottom .nav ul li a {
  text-decoration: none;
  color: #CCCFD2;
  font-weight: 600;
  line-height: 1.25;
}
header .wrapper .bottom .nav ul li .sub-menu {
  display: none;
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: #97d6f6;
  padding: 8px 8px;
  border-radius: 8px;
  flex-direction: column;
  grid-gap: 8px;
  top: 32px;
}
header .wrapper .bottom .nav ul li .sub-menu:before {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  position: absolute;
  top: -10px;
  left: 0;
}
header .wrapper .bottom .nav ul li .sub-menu:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 8px;
  background: #000F1E;
  z-index: -1;
}
header .wrapper .bottom .nav ul li .sub-menu li {
  position: relative;
  z-index: 1;
}
header .wrapper .bottom .nav ul li .sub-menu li a {
  white-space: nowrap;
  font-weight: 500;
  cursor: pointer;
  color: #28547c;
}

.responsive-menu {
  display: none;
}
@media (max-width: 1024px) {
  .responsive-menu {
    display: block;
    overflow: auto;
    width: 100%;
    max-width: 480px;
    right: -100vw;
    position: fixed;
    top: 0;
    background: #28547c;
    height: 100dvh;
    z-index: 49;
    padding: 75px 0 0;
    -webkit-transition: right 0.2s ease-in-out;
    -moz-transition: right 0.2s ease-in-out;
    -ms-transition: right 0.2s ease-in-out;
    -o-transition: right 0.2s ease-in-out;
    transition: right 0.2s ease-in-out;
  }
}
@media (max-width: 480px) {
  .responsive-menu {
    width: 100%;
  }
}
.responsive-menu .wrap {
  height: 100%;
  padding: 32px 32px;
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
}
.responsive-menu .wrap .second-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.responsive-menu .wrap .second-wrap .mobile-nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  grid-gap: 20px;
  text-align: center;
}
.responsive-menu .wrap .second-wrap .mobile-nav ul li.menu-item-has-children {
  position: relative;
}
.responsive-menu .wrap .second-wrap .mobile-nav ul li.menu-item-has-children a {
  position: relative;
}
.responsive-menu .wrap .second-wrap .mobile-nav ul li.menu-item-has-children a:before {
  display: block;
  border-left: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  width: 7px;
  content: "";
  height: 7px;
  transform: rotate(225deg);
  margin-top: 0;
  margin-right: 0;
  position: absolute;
  right: -21px;
  top: 6px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.responsive-menu .wrap .second-wrap .mobile-nav ul li.is-open a:before {
  transform: rotate(45deg);
  top: 8px;
}
.responsive-menu .wrap .second-wrap .mobile-nav ul li.is-open .sub-menu {
  max-height: 300px;
  padding-top: 10px;
}
.responsive-menu .wrap .second-wrap .mobile-nav ul li .sub-menu {
  padding: 0 0 0 20px;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  grid-gap: 10px;
}
.responsive-menu .wrap .second-wrap .mobile-nav ul li .sub-menu li a:before {
  display: none;
}
.responsive-menu .wrap .second-wrap .mobile-nav ul li a {
  text-decoration: none;
  color: #ffffff;
  display: inline-block;
}
.responsive-menu .wrap .second-wrap .lang {
  margin: 32px 0 0;
}
.responsive-menu .wrap .second-wrap .lang .wpml-ls {
  border: none;
}
.responsive-menu .wrap .second-wrap .lang .wpml-ls ul {
  display: flex;
  justify-content: center;
  grid-gap: 8px;
  align-items: center;
}
.responsive-menu .wrap .second-wrap .lang .wpml-ls ul li.wpml-ls-current-language a {
  background: #ffffff;
}
.responsive-menu .wrap .second-wrap .lang .wpml-ls ul li.wpml-ls-current-language a span {
  color: #28547c;
}
.responsive-menu .wrap .second-wrap .lang .wpml-ls ul li a {
  padding: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
}
.responsive-menu .wrap .second-wrap .lang .wpml-ls ul li a span {
  color: #ffffff;
}
.responsive-menu .wrap .second-wrap .links {
  margin: 32px 0 0;
  display: flex;
  flex-direction: column;
  grid-gap: 16px;
  padding: 0 0 32px;
}
.responsive-menu .wrap .second-wrap .links .clients {
  display: inline-flex;
  align-items: center;
  grid-gap: 3px;
  border-radius: 8px;
  border: 2px solid rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.1);
  padding: 8px 20px;
  text-decoration: none;
  justify-content: center;
  text-align: center;
}
.responsive-menu .wrap .second-wrap .links .clients img {
  height: 17px;
  width: auto;
  display: block;
}
.responsive-menu .wrap .second-wrap .links .clients span {
  font-weight: 600;
  line-height: 1.25;
  color: #CCCFD2;
}
.responsive-menu .wrap .second-wrap .links .try-free {
  padding: 8px 20px;
  text-decoration: none;
  color: #ffffff;
  border-radius: 8px;
  background: #e2454b;
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
}
.responsive-menu.active {
  right: 0;
}

footer {
  background: #000F1E;
  background: #28547c;
  padding: 56px 0 56px;
}
footer .wrapper .top {
  padding: 0 0 48px;
  border-bottom: 1px solid #CCCFD2;
}
@media (max-width: 1024px) {
  footer .wrapper .top {
    padding: 0 0 40px;
  }
}
footer .wrapper .top .logo {
  height: 43px;
  width: auto;
  display: block;
}
@media (max-width: 768px) {
  footer .wrapper .top .logo {
    height: 38px;
  }
}
footer .wrapper .middle {
  padding: 38px 0 48px;
  border-bottom: 1px solid #CCCFD2;
  display: flex;
  align-items: flex-start;
  grid-gap: 48px;
  width: 100%;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  footer .wrapper .middle {
    padding: 32px 0 40px;
    grid-gap: 40px;
  }
}
@media (max-width: 768px) {
  footer .wrapper .middle {
    flex-direction: column;
  }
}
footer .wrapper .middle .cols {
  display: flex;
  align-items: flex-start;
  grid-gap: 64px;
  padding: 22px 0 0;
}
@media (max-width: 1280px) {
  footer .wrapper .middle .cols {
    display: grid;
    grid-gap: 32px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-row-gap: 40px;
  }
}
@media (max-width: 1024px) {
  footer .wrapper .middle .cols {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 480px) {
  footer .wrapper .middle .cols {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
footer .wrapper .middle .cols .single-col .title {
  display: block;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
}
footer .wrapper .middle .cols .single-col .text {
  margin: 28px 0 0;
}
@media (max-width: 1024px) {
  footer .wrapper .middle .cols .single-col .text {
    margin: 20px 0 0;
  }
}
footer .wrapper .middle .cols .single-col .text * {
  color: #CCCFD2;
  text-decoration: none;
}
@media (max-width: 768px) {
  footer .wrapper .middle .cols .single-col .text * {
    margin: 8px 0;
  }
}
footer .wrapper .middle .contact-col {
  flex: none;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.1);
  padding: 20px 17px;
}
footer .wrapper .middle .contact-col .title {
  display: block;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
}
footer .wrapper .middle .contact-col .desc {
  margin: 28px 0 0;
}
footer .wrapper .middle .contact-col .desc * {
  color: #CCCFD2;
  text-decoration: none;
}
footer .wrapper .middle .contact-col .social {
  margin: 39px 0 0;
  display: flex;
  grid-gap: 18px;
}
footer .wrapper .middle .contact-col .social a {
  text-decoration: none;
  display: inline-block;
}
footer .wrapper .middle .contact-col .social a img {
  height: 35px;
  width: auto;
  display: block;
}
footer .wrapper .bottom {
  padding: 60px 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1280px) {
  footer .wrapper .bottom {
    flex-direction: column;
    align-items: flex-start;
    grid-gap: 40px;
    padding: 48px 0 0;
  }
}
footer .wrapper .bottom .copy {
  display: block;
  font-weight: 500;
  color: #CCCFD2;
}
@media (max-width: 1280px) {
  footer .wrapper .bottom .copy {
    order: 2;
  }
}
footer .wrapper .bottom .links {
  display: flex;
  align-items: center;
  grid-gap: 24px;
  grid-row-gap: 16px;
}
@media (max-width: 1280px) {
  footer .wrapper .bottom .links {
    order: 1;
    flex-wrap: wrap;
  }
}
footer .wrapper .bottom .links a {
  display: block;
  font-weight: 500;
  text-decoration: none;
  color: #CCCFD2;
}

.hero-inner-section-global {
  position: relative;
  height: 534px;
}
@media (max-width: 1024px) {
  .hero-inner-section-global {
    height: 430px;
  }
}
.hero-inner-section-global.no-photo {
  height: 350px;
}
.hero-inner-section-global.no-photo .wrapper {
  bottom: 0;
}
.hero-inner-section-global:after {
  content: "";
  display: block;
  width: 100%;
  height: 364px;
  background: linear-gradient(0deg, #000F1E 0%, rgba(0, 15, 30, 0) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}
.hero-inner-section-global:before {
  content: "";
  display: block;
  width: 100%;
  height: 279px;
  background: linear-gradient(180deg, #000F1E 11.47%, rgba(0, 15, 30, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
}
.hero-inner-section-global .wrapper {
  position: absolute;
  bottom: 56px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
  text-align: center;
}
@media (max-width: 1024px) {
  .hero-inner-section-global .wrapper {
    bottom: 40px;
  }
}
.hero-inner-section-global .wrapper .tag {
  display: inline-block;
  border-radius: 5px;
  background: linear-gradient(90deg, #D02D1D 0%, #2891F5 100%);
  margin: 0 0 15px;
  padding: 7px 48px;
  font-weight: 600;
  color: #ffffff;
}
.hero-inner-section-global .wrapper .page-title {
  font-weight: 800;
  line-height: 1.21;
  letter-spacing: 1.16px;
  max-width: 816px;
  margin: 0 auto;
  text-align: center;
  color: #ffffff;
}
.hero-inner-section-global .wrapper .desc {
  max-width: 816px;
  margin: 16px auto 0;
  text-align: center;
}
.hero-inner-section-global .wrapper .desc p {
  color: #ffffff;
}

.membership-section-global .wrapper .block-title {
  margin: 0 0 54px;
  color: #ffffff;
}
.membership-section-global .wrapper .center {
  text-align: center;
  margin: 0 0 16px;
}
.membership-section-global .wrapper .center .custom-title {
  display: inline-block;
  padding: 12px 24px;
  border-radius: 8px;
  background: #192734;
  margin: 0;
}
.membership-section-global .wrapper .center .custom-title span {
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 0.12px;
}
.membership-section-global .wrapper .center .custom-title span span {
  color: #D02D1D;
}
.membership-section-global .wrapper .photos {
  margin: 0 0 42px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.membership-section-global .wrapper .photos .single:after {
  content: "";
  display: block;
  padding-top: 66%;
  width: 100%;
}
.membership-section-global .wrapper .list {
  column-count: 2;
  column-gap: 16px;
}
.membership-section-global .wrapper .list .single {
  border-radius: 8px;
  background: #192734;
  padding: 32px 48px;
  display: flex;
  align-items: center;
  grid-gap: 36px;
}
.membership-section-global .wrapper .list .single:nth-child(1) {
  margin: 0 0 16px;
  padding: 44px 48px;
}
.membership-section-global .wrapper .list .single:nth-child(2) {
  padding: 44px 48px;
}
.membership-section-global .wrapper .list .single:nth-child(3) {
  margin: 0 0 16px;
}
.membership-section-global .wrapper .list .single:nth-child(4) {
  margin: 0 0 16px;
}
.membership-section-global .wrapper .list .single .info .feature {
  font-weight: 800;
  line-height: 1.1;
  color: #ffffff;
}
.membership-section-global .wrapper .list .single .info p {
  margin: 8px 0 0;
  color: #ffffff;
}
.membership-section-global .wrapper .list .single .icon-wrap {
  flex: none;
}
.membership-section-global .wrapper .list .single .icon-wrap img {
  width: auto;
  display: block;
}
.membership-section-global .wrapper .center-btn {
  margin: 42px 0 0;
}
.list-timeline-section-global .wrapper .top-icon {
  height: 96px;
  width: auto;
  display: block;
  margin: 0 auto 17px;
}
.list-timeline-section-global .wrapper .block-title {
  color: #ffffff;
}
.list-timeline-section-global .wrapper .desc {
  margin: 10px auto 0;
  text-align: center;
  max-width: 1238px;
  width: 100%;
}
.list-timeline-section-global .wrapper .timeline-wrap-global {
  margin: 54px 0 0;
  position: relative;
}
.list-timeline-section-global .wrapper .timeline-wrap-global .timeline-line {
  background: linear-gradient(to bottom, #46A5AF 0%, #2891F5 50%, #CA3125 100%);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  /* thickness of the line */
  top: 0;
  /* JS will set */
  height: 0;
  /* JS will set */
  pointer-events: none;
}
.list-timeline-section-global .wrapper .timeline-wrap-global .list {
  position: relative;
}
.list-timeline-section-global .wrapper .timeline-wrap-global .list .single {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: flex-start;
  grid-gap: 95px;
  margin: 0 0 42px;
  position: relative;
}
.list-timeline-section-global .wrapper .timeline-wrap-global .list .single:after {
  content: "";
  display: block;
  border-radius: 48px;
  background: #2891F5;
  box-shadow: 0 0 8.4px 0 rgba(255, 255, 255, 0.65);
  position: absolute;
  width: 10px;
  height: 10px;
  top: calc(50% - 5px);
  left: 0;
  right: 0;
  margin: 0 auto;
  pointer-events: none;
}
.list-timeline-section-global .wrapper .timeline-wrap-global .list .single:before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 100%;
  background: #000F1E;
  position: absolute;
  top: calc(50% - 11px);
  left: 0;
  right: 0;
  margin: 0 auto;
  pointer-events: none;
}
.list-timeline-section-global .wrapper .timeline-wrap-global .list .single:last-child {
  margin: 0;
}
.list-timeline-section-global .wrapper .timeline-wrap-global .list .single:nth-of-type(2n + 2) .photo-wrap {
  order: 2;
}
.list-timeline-section-global .wrapper .timeline-wrap-global .list .single:nth-of-type(2n + 2) .info {
  order: 1;
}
.list-timeline-section-global .wrapper .timeline-wrap-global .list .single .photo-wrap {
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.1);
  padding: 11px 11px;
}
.list-timeline-section-global .wrapper .timeline-wrap-global .list .single .photo-wrap .photo {
  border-radius: 8px;
  width: 100%;
}
.list-timeline-section-global .wrapper .timeline-wrap-global .list .single .photo-wrap .photo:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 49.5%;
}
.list-timeline-section-global .wrapper .timeline-wrap-global .list .single .info {
  padding: 31px 0 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.list-timeline-section-global .wrapper .timeline-wrap-global .list .single .info .icon-wrap:after {
  border-radius: 100%;
}
.list-timeline-section-global .wrapper .timeline-wrap-global .list .single .info .icon-wrap .icon {
  height: 48px;
  width: auto;
  display: block;
}
.list-timeline-section-global .wrapper .timeline-wrap-global .list .single .info .step {
  margin: 14px 0 0;
  font-weight: 800;
  color: #ffffff;
}
.list-timeline-section-global .wrapper .timeline-wrap-global .list .single .info .desc {
  margin: 18px 0 0;
  text-align: left;
}
.list-timeline-section-global .wrapper .timeline-wrap-global .list .single .info .more {
  margin: 30px 0 0;
  padding: 8px 29px;
}

.solutions-section-global {
  padding: 56px 0 56px;
  background: #28547c;
}
.solutions-section-global .wrapper .block-title {
  color: #ffffff;
}
.solutions-section-global .wrapper .desc {
  margin: 0 auto 0;
  max-width: 918px;
  text-align: center;
}
.solutions-section-global .wrapper .desc p {
  color: #ffffff;
}
.solutions-section-global .wrapper .solutions {
  grid-gap: 23px;
  display: flex;
  margin: 54px 0 0;
}
@media (max-width: 1280px) {
  .solutions-section-global .wrapper .solutions {
    max-width: 820px;
    width: 100%;
    margin: 54px auto 0;
    flex-wrap: wrap;
    justify-content: center;
    grid-row-gap: 56px;
  }
}
.solutions-section-global .wrapper .solutions .single {
  width: 100%;
  position: relative;
  max-width: 250px;
}
.solutions-section-global .wrapper .solutions .single.link-btn .bg-btn {
  height: 141px;
  border-radius: 8px;
  position: relative;
  background: #001F66;
  background: linear-gradient(180deg, #001f66 0%, #6693fb 100%);
}
.solutions-section-global .wrapper .solutions .single .bg {
  height: 141px;
  border-radius: 8px;
  position: relative;
}
.solutions-section-global .wrapper .solutions .single .bg:after {
  display: block;
  width: 100%;
  height: 94px;
  border-radius: 0 0 8px 8px;
  background: linear-gradient(180deg, rgba(0, 20, 40, 0) 0%, #001428 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.solutions-section-global .wrapper .solutions .single .device {
  height: 163px;
  width: auto;
  display: block;
  bottom: 10px;
  right: 13px;
  position: absolute;
}
.solutions-section-global .wrapper .solutions .single .icon-wrap {
  position: absolute;
  background: #ffffff;
  width: 96px;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 8px;
  left: 8px;
  border-radius: 100%;
}
.solutions-section-global .wrapper .solutions .single .icon-wrap img {
  display: block;
  width: auto;
  height: auto;
  max-height: 64px;
  max-width: 64px;
}
.solutions-section-global .wrapper .solutions .single span {
  position: absolute;
  bottom: 16px;
  left: 16px;
  font-weight: 800;
  color: #000F1E;
  z-index: 5;
  padding: 8px;
  background: #ffffff;
  border-radius: 8px;
}

.facts-section-global {
  padding: 56px 0 56px;
}
.facts-section-global .wrapper .facts {
  display: grid;
  border-radius: 8px;
  background: #c2e9ff;
  padding: 9px;
  grid-gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (max-width: 768px) {
  .facts-section-global .wrapper .facts {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    width: 100%;
    max-width: 453px;
    margin: 0 auto;
  }
}
.facts-section-global .wrapper .facts .single {
  border-radius: 8px;
  padding: 40px 30px;
  background: #97d6f6;
}
@media (max-width: 1024px) {
  .facts-section-global .wrapper .facts .single {
    padding: 32px 24px;
  }
}
.facts-section-global .wrapper .facts .single span {
  display: block;
  font-weight: 800;
  line-height: 1.1;
}
.facts-section-global .wrapper .facts .single p {
  margin: 8px 0 0;
}

.testimonials-section-global {
  padding: 56px 0 56px;
  padding: 72px 0 72px;
  background: #ffffff;
}
.testimonials-section-global .wrapper .block-title {
  color: #000F1E;
}
.testimonials-section-global .wrapper .testimonials-single-carousel .single {
  max-width: 953px;
  margin: 0 auto;
}
.testimonials-section-global .wrapper .testimonials-single-carousel .single .logo-wrap {
  margin: 0 auto 30px;
  width: 200px;
  height: 81px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonials-section-global .wrapper .testimonials-single-carousel .single .logo-wrap img {
  width: auto;
  height: auto;
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.testimonials-section-global .wrapper .testimonials-single-carousel .single .desc * {
  color: #000F1E;
  text-align: center;
}
.testimonials-section-global .wrapper .testimonials-single-carousel .single .author {
  margin: 40px 0 0;
  text-align: center;
  display: block;
  color: #000F1E;
}
.testimonials-section-global .wrapper .testimonials-single-carousel .single .author.second {
  margin: 16px 0 0;
}
.testimonials-section-global .wrapper .testimonials-single-carousel .single .center-btn {
  margin: 30px 0 0;
}
.cta-bg-section-global {
  padding: 56px 0 56px;
  padding: 72px 0 72px;
}
.cta-bg-section-global .wrapper .cta {
  padding: 96px 24px;
  text-align: center;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
@media (max-width: 480px) {
  .cta-bg-section-global .wrapper .cta {
    padding: 72px 24px;
  }
}
.cta-bg-section-global .wrapper .cta:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}
.cta-bg-section-global .wrapper .cta .block-title {
  max-width: 702px;
  margin: 0 auto 40px;
  color: #ffffff;
  z-index: 2;
  position: relative;
}
.cta-bg-section-global .wrapper .cta .desc {
  max-width: 735px;
  margin: 0 auto;
  z-index: 2;
  position: relative;
}
.cta-bg-section-global .wrapper .cta .desc * {
  color: #ffffff;
}
.cta-bg-section-global .wrapper .cta .center-btn {
  margin: 40px auto 0;
  z-index: 2;
  position: relative;
}
.features-table-section-global .wrapper .table {
  display: flex;
  grid-gap: 8px;
  border-radius: 8px;
}
@media (max-width: 768px) {
  .features-table-section-global .wrapper .table {
    display: flex;
    max-width: 100%;
    overflow: hidden;
  }
}
.features-table-section-global .wrapper .table .sidebar {
  background: linear-gradient(208deg, rgba(233, 73, 77, 0.55) -1.08%, rgba(29, 135, 247, 0.55) 99.38%);
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 22px 28px;
  border-radius: 8px;
  width: 460px;
}
@media (max-width: 1280px) {
  .features-table-section-global .wrapper .table .sidebar {
    width: 360px;
  }
}
@media (max-width: 1024px) {
  .features-table-section-global .wrapper .table .sidebar {
    width: 260px;
  }
}
@media (max-width: 768px) {
  .features-table-section-global .wrapper .table .sidebar {
    width: 310px;
    flex: none;
  }
}
@media (max-width: 640px) {
  .features-table-section-global .wrapper .table .sidebar {
    width: 250px;
  }
}
@media (max-width: 480px) {
  .features-table-section-global .wrapper .table .sidebar {
    padding: 16px 16px;
    width: 200px;
  }
}
@media (max-width: 400px) {
  .features-table-section-global .wrapper .table .sidebar {
    width: 180px;
  }
}
.features-table-section-global .wrapper .table .sidebar .label {
  font-weight: 800;
  line-height: 1.1;
  color: #000F1E;
  display: block;
  margin: 0 0 65px;
}
.features-table-section-global .wrapper .table .sidebar .list-1 .row {
  height: 71px;
  border-bottom: 1px solid #CCCFD2;
  display: flex;
  align-items: center;
}
@media (max-width: 1280px) {
  .features-table-section-global .wrapper .table .sidebar .list-1 .row {
    height: auto;
    padding: 12px 0;
  }
}
.features-table-section-global .wrapper .table .sidebar .list-1 .row:last-child {
  border: none;
}
@media (max-width: 480px) {
  .features-table-section-global .wrapper .table .sidebar .list-1 .row span {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.features-table-section-global .wrapper .table .solutions-list {
  width: calc(100% - 468px);
}
@media (max-width: 1280px) {
  .features-table-section-global .wrapper .table .solutions-list {
    width: calc(100% - 368px);
  }
}
@media (max-width: 1024px) {
  .features-table-section-global .wrapper .table .solutions-list {
    width: calc(100% - 268px);
  }
}
@media (max-width: 768px) {
  .features-table-section-global .wrapper .table .solutions-list {
    width: calc(100% - 318px);
    overflow-x: scroll;
  }
}
@media (max-width: 640px) {
  .features-table-section-global .wrapper .table .solutions-list {
    width: calc(100% - 258px);
  }
}
@media (max-width: 480px) {
  .features-table-section-global .wrapper .table .solutions-list {
    width: calc(100% - 208px);
  }
}
@media (max-width: 400px) {
  .features-table-section-global .wrapper .table .solutions-list {
    width: calc(100% - 188px);
  }
}
.features-table-section-global .wrapper .table .solutions-list .solutions-list-wrap {
  width: 100%;
  display: grid;
  grid-gap: 8px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  height: 100%;
}
@media (max-width: 768px) {
  .features-table-section-global .wrapper .table .solutions-list .solutions-list-wrap {
    width: calc(400% - 32px);
  }
}
.features-table-section-global .wrapper .table .solutions-list .solutions-list-wrap .single-solution {
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.1);
  padding: 22px 10px;
  background: #c2e9ff;
  position: relative;
}
.features-table-section-global .wrapper .table .solutions-list .solutions-list-wrap .single-solution .solution-name {
  font-weight: 800;
  line-height: 1.1;
  display: block;
  text-align: center;
  margin: 0 0 65px;
}
@media (max-width: 1280px) {
  .features-table-section-global .wrapper .table .solutions-list .solutions-list-wrap .single-solution .solution-name {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media (max-width: 1024px) {
  .features-table-section-global .wrapper .table .solutions-list .solutions-list-wrap .single-solution .solution-name {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (min-width: 768px) and (max-width: 870px) {
  .features-table-section-global .wrapper .table .solutions-list .solutions-list-wrap .single-solution .solution-name {
    hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
}
.features-table-section-global .wrapper .table .solutions-list .solutions-list-wrap .single-solution .list-2 {
  position: absolute;
  top: 141px;
  left: 0;
  right: 0;
}
@media (max-width: 480px) {
  .features-table-section-global .wrapper .table .solutions-list .solutions-list-wrap .single-solution .list-2 {
    top: 115px;
  }
}
.features-table-section-global .wrapper .table .solutions-list .solutions-list-wrap .single-solution .list-2 .row {
  height: 71px;
  display: flex;
  align-items: center;
}
@media (max-width: 1280px) {
  .features-table-section-global .wrapper .table .solutions-list .solutions-list-wrap .single-solution .list-2 .row {
    height: auto;
  }
}
.features-table-section-global .wrapper .table .solutions-list .solutions-list-wrap .single-solution .list-2 .row.on span {
  background-image: url("../images/icon-table-yes.svg");
}
.features-table-section-global .wrapper .table .solutions-list .solutions-list-wrap .single-solution .list-2 .row span {
  display: block;
  margin: 0 auto;
  width: 31px;
  height: 31px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  background-image: url("../images/icon-table-no.svg");
}

.solution-description-section-global {
  padding: 72px 0 0;
}
.solution-description-section-global .wrapper {
  display: flex;
  grid-gap: 134px;
  max-width: 1130px;
}
@media (max-width: 1280px) {
  .solution-description-section-global .wrapper {
    grid-gap: 96px;
  }
}
@media (max-width: 1024px) {
  .solution-description-section-global .wrapper {
    grid-gap: 40px;
    justify-content: space-between;
  }
}
@media (max-width: 880px) {
  .solution-description-section-global .wrapper {
    flex-direction: column;
    grid-gap: 56px;
  }
}
@media (max-width: 1024px) {
  .solution-description-section-global .wrapper .info {
    min-width: 340px;
  }
}
@media (max-width: 880px) {
  .solution-description-section-global .wrapper .info {
    width: 100%;
    order: 2;
    text-align: center;
  }
}
.solution-description-section-global .wrapper .info *:first-child {
  margin-top: 0 !important;
}
.solution-description-section-global .wrapper .info img {
  height: 67px;
  width: auto;
  display: block;
}
.solution-description-section-global .wrapper .info .block-title {
  margin: 32px 0 0;
  color: #ffffff;
}
.solution-description-section-global .wrapper .info .tag {
  padding: 3px 15px;
  background: #2891F5;
  border-radius: 43px;
  display: inline-block;
  margin: 26px 0 0;
}
.solution-description-section-global .wrapper .info .text {
  margin: 26px 0 0;
}
.solution-description-section-global .wrapper .info .btn {
  margin: 26px 0 0;
}
.solution-description-section-global .wrapper .photos {
  align-self: flex-start;
  max-width: 489px;
  width: 100%;
  flex: none;
  position: relative;
}
@media (max-width: 1280px) {
  .solution-description-section-global .wrapper .photos {
    max-width: 450px;
  }
}
@media (max-width: 1024px) {
  .solution-description-section-global .wrapper .photos {
    max-width: 400px;
  }
}
@media (max-width: 880px) {
  .solution-description-section-global .wrapper .photos {
    order: 1;
    margin: 0 auto;
  }
}
.solution-description-section-global .wrapper .photos .bg-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  height: 262px;
  overflow: hidden;
}
@media (max-width: 480px) {
  .solution-description-section-global .wrapper .photos .bg-wrap {
    height: 100%;
  }
}
.solution-description-section-global .wrapper .photos .bg-wrap .bg {
  width: 100%;
  display: block;
  height: auto;
  border-radius: 8px;
  position: absolute;
}
.solution-description-section-global .wrapper .photos .bg-wrap:after {
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  border-radius: 0 0 8px 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.45) 100%);
}
.solution-description-section-global .wrapper .photos .video-btn {
  padding: 8px 8px;
  border-radius: 8px;
  position: absolute;
  top: 16px;
  left: 16px;
  background: #c2e9ff;
  text-decoration: none;
  display: inline-block;
  color: #03142a;
}
.solution-description-section-global .wrapper .photos .device {
  height: 270px;
  width: auto;
  display: block;
  position: absolute;
  top: 70px;
  right: 28px;
  z-index: 5;
}
@media (max-width: 1280px) {
  .solution-description-section-global .wrapper .photos .device {
    height: 230px;
  }
}
@media (max-width: 1024px) {
  .solution-description-section-global .wrapper .photos .device {
    height: 200px;
    top: 90px;
  }
}
@media (max-width: 480px) {
  .solution-description-section-global .wrapper .photos .device {
    height: 190px;
  }
}

.accordion-section-global .wrapper {
  padding: 46px 59px;
  max-width: 1254px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: linear-gradient(111deg, #633750 15.65%, #1D4C8A 84.35%);
}
.accordion-section-global .wrapper .block-title {
  color: #ffffff;
}
.accordion-section-global .wrapper .desc {
  max-width: 756px;
  margin: 16px auto 0;
  text-align: center;
}
.accordion-section-global .wrapper .accordion-disabled {
  margin: 38px 0 0;
  display: flex;
  flex-direction: column;
  grid-gap: 15px;
}
.accordion-section-global .wrapper .accordion-disabled .single {
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.accordion-section-global .wrapper .accordion-disabled .single .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.accordion-section-global .wrapper .accordion-disabled .single .header.ui-state-active .state {
  transform: rotate(180deg);
}
.accordion-section-global .wrapper .accordion-disabled .single .header h4 {
  padding: 16px 16px;
  margin: 0;
}
.accordion-section-global .wrapper .accordion-disabled .single .header .state {
  display: none;
  width: 24px;
  height: 12px;
  background-image: url("../images/icon-arrow-bottom-white.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  margin: 0 16px 0 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.accordion-section-global .wrapper .accordion-disabled .single .acc-text {
  padding: 0 16px 16px;
}

.sectors-section-global .wrapper .custom-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.sectors-section-global .wrapper .custom-title span {
  font-weight: 800;
  color: #28547c;
  line-height: 1.1;
  letter-spacing: 0.12px;
  text-align: center;
  padding: 0 10px;
  position: relative;
  display: inline-block;
  align-items: center;
  z-index: 2;
}
.sectors-section-global .wrapper .custom-title:before {
  content: "";
  display: block;
  width: 100%;
  height: 1.5px;
  background: #ffffff;
  position: absolute;
  z-index: 1;
}
.sectors-section-global .wrapper .desc {
  margin: 24px 0 0;
  text-align: center;
}
.sectors-section-global .wrapper .sectors {
  margin: 24px 0 0;
  display: flex;
  justify-content: center;
  grid-gap: 8px;
  flex-wrap: wrap;
}
.sectors-section-global .wrapper .sectors .single {
  width: calc(33.3333333333% - 5.3333333333px);
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  padding: 25px 25px;
}
.sectors-section-global .wrapper .sectors .single img {
  height: 40px;
  width: auto;
  display: block;
  margin: 0 auto;
}
.sectors-section-global .wrapper .sectors .single span {
  margin: 16px auto 0;
  text-align: center;
  display: block;
}

.sectors-section-2-global {
  padding: 96px 0 96px;
}
@media (max-width: 480px) {
  .sectors-section-2-global {
    padding: 72px 0 72px;
  }
}
.sectors-section-2-global .wrapper .sectors {
  margin: 0;
  display: flex;
  justify-content: center;
  grid-gap: 8px;
  flex-wrap: wrap;
  background: #c2e9ff;
  border-radius: 8px;
  padding: 7px 7px;
  border: 2px solid #03142a;
}
.sectors-section-2-global .wrapper .sectors .single {
  width: calc(33.3333333333% - 5.3333333333px);
  border-radius: 8px;
  background: #97d6f6;
  text-align: center;
  padding: 14px 14px;
  display: flex;
  align-items: center;
  grid-gap: 14px;
  justify-content: center;
}
@media (max-width: 1024px) {
  .sectors-section-2-global .wrapper .sectors .single {
    width: calc(50% - 8px);
  }
}
@media (max-width: 480px) {
  .sectors-section-2-global .wrapper .sectors .single {
    width: 100%;
  }
}
.sectors-section-2-global .wrapper .sectors .single img {
  height: 96px;
  width: auto;
  display: block;
}
@media (max-width: 768px) {
  .sectors-section-2-global .wrapper .sectors .single img {
    height: 64px;
  }
}
.sectors-section-2-global .wrapper .sectors .single span {
  text-align: left;
  display: block;
}
.sectors-section-2-global .wrapper .sectors .single span b, .sectors-section-2-global .wrapper .sectors .single span strong {
  display: block;
}

.cta-form-section-global {
  margin: 0 0 72px;
}
.cta-form-section-global .wrapper {
  border-radius: 8px;
  background: #357490;
  padding: 17px 17px;
  display: flex;
  grid-gap: 50px;
}
@media (max-width: 768px) {
  .cta-form-section-global .wrapper {
    flex-direction: column;
  }
}
.cta-form-section-global .wrapper .photo {
  width: 100%;
  max-width: 501px;
  border-radius: 8px;
}
@media (max-width: 1280px) {
  .cta-form-section-global .wrapper .photo {
    max-width: 400px;
  }
}
@media (max-width: 768px) {
  .cta-form-section-global .wrapper .photo {
    display: none;
  }
}
.cta-form-section-global .wrapper .form-global {
  padding: 55px 55px 55px 0;
}
@media (max-width: 1280px) {
  .cta-form-section-global .wrapper .form-global {
    padding: 32px 32px 32px 0;
  }
}
@media (max-width: 768px) {
  .cta-form-section-global .wrapper .form-global {
    padding: 16px 16px 16px 16px;
  }
}
.cta-form-section-global .wrapper .form-global .form-wrap form .disclaimer {
  color: #ffffff;
}
.additional-technologies-section-global {
  padding: 42px 0;
  background: #192734;
}
.additional-technologies-section-global .wrapper {
  max-width: 1130px;
}
.additional-technologies-section-global .wrapper .technologies {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 48px;
}
.additional-technologies-section-global .wrapper .technologies .single {
  display: flex;
  flex-direction: column;
}
.additional-technologies-section-global .wrapper .technologies .single .photo {
  border-radius: 16px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.additional-technologies-section-global .wrapper .technologies .single .photo:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 51%;
}
.additional-technologies-section-global .wrapper .technologies .single .info {
  padding: 24px 24px;
  border-radius: 16px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background: rgba(255, 255, 255, 0.1);
  height: 100%;
}
.additional-technologies-section-global .wrapper .technologies .single .info .title {
  display: block;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 0.12px;
  color: #ffffff;
}
.additional-technologies-section-global .wrapper .technologies .single .info .text {
  margin: 24px 0 0;
}
.what-numbers-talk-global {
  margin: 96px 0 0;
}
@media (max-width: 480px) {
  .what-numbers-talk-global {
    margin: 72px 0 0;
  }
}
.what-numbers-talk-global .wrapper .list {
  display: flex;
  flex-direction: column;
  grid-gap: 7px;
  padding: 7px 7px;
  border: 2px solid #03142a;
  border-radius: 8px;
}
.what-numbers-talk-global .wrapper .list .single {
  padding: 14px 14px;
  border-radius: 8px;
}
.what-numbers-talk-global .wrapper .list .single:nth-child(1) {
  background: #28547c;
}
.what-numbers-talk-global .wrapper .list .single:nth-child(1) * {
  color: #ffffff;
}
.what-numbers-talk-global .wrapper .list .single:nth-child(2) {
  background: #97d6f6;
}
.what-numbers-talk-global .wrapper .list .single:nth-child(3), .what-numbers-talk-global .wrapper .list .single:nth-child(4) {
  background: #c2e9ff;
}
.what-numbers-talk-global .wrapper .list .single:nth-child(5) {
  background: #97d6f6;
}
.what-numbers-talk-global .wrapper .list .single .text {
  text-align: center;
}
.needs-list-global .wrapper .list {
  padding: 14px 14px;
  background: #c2e9ff;
  border-radius: 8px;
  grid-gap: 14px;
  display: flex;
  flex-direction: column;
}
.needs-list-global .wrapper .list .single {
  display: flex;
  align-items: center;
  padding: 14px 14px;
  border-radius: 8px;
  grid-gap: 14px;
  background: #97d6f6;
}
@media (max-width: 480px) {
  .needs-list-global .wrapper .list .single {
    flex-direction: column;
  }
}
.needs-list-global .wrapper .list .single:last-child {
  background: #28547c;
}
.needs-list-global .wrapper .list .single:last-child .icon-wrap img {
  filter: invert(1);
}
.needs-list-global .wrapper .list .single:last-child * {
  color: #ffffff;
}
.needs-list-global .wrapper .list .single .icon-wrap {
  width: 72px;
  flex: none;
}
@media (max-width: 480px) {
  .needs-list-global .wrapper .list .single .icon-wrap {
    width: 64px;
    height: 64px;
  }
}
.needs-list-global .wrapper .list .single .icon-wrap img {
  width: auto;
  height: auto;
  display: block;
  max-width: 100%;
  max-height: 100%;
}
@media (max-width: 480px) {
  .needs-list-global .wrapper .list .single .info {
    text-align: center;
  }
}
.needs-list-global .wrapper .list .single .info .title {
  display: inline;
  font-weight: 700;
}
.needs-list-global .wrapper .list .single .info p {
  display: inline;
  margin: 0;
}
.needs-list-global .wrapper .cta {
  margin: 14px 0 0;
  border: 2px solid #03142a;
  background: #97d6f6;
  padding: 24px 24px;
  text-align: center;
  border-radius: 8px;
}
.needs-list-global .wrapper .cta .block-title {
  color: #03142a;
}
.needs-list-global .wrapper .cta .text {
  margin: 0 auto 0;
  max-width: 1056px;
  width: 100%;
}
.all-functions-section-global .list .single {
  background: #c2e9ff;
  padding: 32px 0;
  padding: 48px 0;
}
.all-functions-section-global .list .single:nth-child(2n+2) {
  background: #97d6f6;
}
.all-functions-section-global .list .single:nth-child(2n+2) .wrapper .info {
  order: 2;
}
@media (max-width: 768px) {
  .all-functions-section-global .list .single:nth-child(2n+2) .wrapper .info {
    order: 1;
  }
}
.all-functions-section-global .list .single:nth-child(2n+2) .wrapper .photo {
  order: 1;
}
@media (max-width: 768px) {
  .all-functions-section-global .list .single:nth-child(2n+2) .wrapper .photo {
    order: 2;
  }
}
.all-functions-section-global .list .single .wrapper {
  display: flex;
  align-items: center;
  grid-gap: 40px;
}
@media (max-width: 768px) {
  .all-functions-section-global .list .single .wrapper {
    flex-direction: column;
  }
}
@media (max-width: 480px) {
  .all-functions-section-global .list .single .wrapper {
    grid-gap: 32px;
  }
}
.all-functions-section-global .list .single .wrapper .info .title {
  display: block;
  color: #28547c;
  font-weight: 700;
}
.all-functions-section-global .list .single .wrapper .info .desc {
  margin: 16px 0 0;
}
.all-functions-section-global .list .single .wrapper .photo {
  border-radius: 8px;
  width: 33.3333333333%;
  flex: none;
}
@media (max-width: 768px) {
  .all-functions-section-global .list .single .wrapper .photo {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
  }
}
.all-functions-section-global .list .single .wrapper .photo:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 75%;
}

main.page-home .hero-section {
  padding: 186px 0 0;
}
@media (max-width: 1024px) {
  main.page-home .hero-section {
    padding: 124px 0 0;
  }
}
main.page-home .hero-section .wrapper {
  text-align: center;
}
main.page-home .hero-section .wrapper .gradient-border {
  display: inline-block;
  padding: 8px 24px;
  background: #c2e9ff;
  border-radius: 8px;
}
main.page-home .hero-section .wrapper h1 {
  text-align: center;
  line-height: 1.21;
  font-weight: 800;
  margin: 16px auto 0;
  max-width: 1034px;
  color: #28547c;
}
@media (max-width: 768px) {
  main.page-home .hero-section .wrapper h1 {
    margin: 24px auto 0;
  }
}
main.page-home .hero-section .wrapper .text {
  max-width: 744px;
  margin: 16px auto 0;
  text-align: center;
}
main.page-home .hero-section .wrapper .btns {
  margin: 24px 0 0;
  display: flex;
  justify-content: center;
  grid-gap: 20px;
}
@media (max-width: 768px) {
  main.page-home .hero-section .wrapper .btns {
    flex-direction: column;
    grid-gap: 16px;
    align-items: center;
    justify-content: center;
  }
}
main.page-home .hero-section .wrapper .icon-points-grid-global {
  margin: 48px auto 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (max-width: 1024px) {
  main.page-home .hero-section .wrapper .icon-points-grid-global {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 768px) {
  main.page-home .hero-section .wrapper .icon-points-grid-global {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
main.page-home .hero-section .wrapper .icon-points-grid-global .single {
  width: auto;
}
main.page-home .hero-section .wrapper .icon-points-grid-global .text {
  text-align: left;
  margin: 4px 0 0;
}
main.page-home .hero-section .wrapper .gallery {
  margin: 16px auto 0;
  border-radius: 8px;
  background: #c2e9ff;
  display: grid;
  grid-gap: 5px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-template-rows: repeat(3, minmax(0, 1fr));
  height: 413px;
  padding: 7px 7px;
  max-width: 1238px;
  position: relative;
}
@media (max-width: 768px) {
  main.page-home .hero-section .wrapper .gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }
}
main.page-home .hero-section .wrapper .gallery .bg {
  border-radius: 8px;
}
main.page-home .hero-section .wrapper .gallery .bg:nth-child(1) {
  grid-column: span 1;
  grid-row: span 2;
}
@media (max-width: 768px) {
  main.page-home .hero-section .wrapper .gallery .bg:nth-child(1) {
    order: 1;
  }
}
@media (max-width: 768px) {
  main.page-home .hero-section .wrapper .gallery .bg:nth-child(2) {
    order: 2;
  }
}
@media (max-width: 768px) {
  main.page-home .hero-section .wrapper .gallery .bg:nth-child(3) {
    order: 3;
  }
}
main.page-home .hero-section .wrapper .gallery .bg:nth-child(4) {
  grid-column: span 1;
  grid-row: span 3;
}
@media (max-width: 768px) {
  main.page-home .hero-section .wrapper .gallery .bg:nth-child(4) {
    order: 6;
    grid-row: span 2;
  }
}
main.page-home .hero-section .wrapper .gallery .bg:nth-child(5) {
  position: absolute;
  left: 7px;
  bottom: 7px;
  width: calc((100% - 14px) / 4 - 5px);
  height: calc((100% - 14px) / 3 - 5px);
}
@media (max-width: 768px) {
  main.page-home .hero-section .wrapper .gallery .bg:nth-child(5) {
    position: relative;
    width: auto;
    height: auto;
    left: inherit;
    bottom: inherit;
    order: 5;
  }
}
main.page-home .hero-section .wrapper .gallery .bg:nth-child(6) {
  grid-column: span 2;
  grid-row: span 2;
}
@media (max-width: 768px) {
  main.page-home .hero-section .wrapper .gallery .bg:nth-child(6) {
    grid-row: span 1;
    grid-column: span 1;
    order: 6;
  }
}
main.page-home .features-table-section-global {
  margin: 96px 0 0;
}
@media (max-width: 480px) {
  main.page-home .features-table-section-global {
    margin: 72px 0 0;
  }
}
main.page-home .features-table-section-global .wrapper .table .sidebar .label {
  margin: 0 0 119px;
}
@media (max-width: 480px) {
  main.page-home .features-table-section-global .wrapper .table .sidebar .label {
    margin: 0 0 99px;
  }
}
main.page-home .features-table-section-global .wrapper .table .solutions-list .solutions-list-wrap {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (max-width: 768px) {
  main.page-home .features-table-section-global .wrapper .table .solutions-list .solutions-list-wrap {
    width: calc(300% - 32px);
  }
}
main.page-home .needs-list-global {
  margin: 96px 0 96px;
}
@media (max-width: 480px) {
  main.page-home .needs-list-global {
    margin: 72px 0 72px;
  }
}
main.page-home .sectors-v2-section {
  background: #97d6f6;
  padding: 56px 0;
}
main.page-home .sectors-v2-section .wrapper .block-title {
  color: #28547c;
}
main.page-home .sectors-v2-section .wrapper .sectors {
  grid-gap: 23px;
  display: flex;
}
@media (max-width: 1280px) {
  main.page-home .sectors-v2-section .wrapper .sectors {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 768px) {
  main.page-home .sectors-v2-section .wrapper .sectors {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 400px) {
  main.page-home .sectors-v2-section .wrapper .sectors {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
main.page-home .sectors-v2-section .wrapper .sectors .single {
  height: 160px;
  height: 200px;
  text-decoration: none;
  display: block;
  position: relative;
  border-radius: 8px;
  width: 100%;
}
@media (max-width: 768px) {
  main.page-home .sectors-v2-section .wrapper .sectors .single {
    height: 160px;
  }
}
main.page-home .sectors-v2-section .wrapper .sectors .single span {
  border-radius: 8px;
  background: #ffffff;
  padding: 8px 8px;
  color: #03142a;
  font-weight: 700;
  position: absolute;
  top: 16px;
  left: 16px;
  max-width: calc(100% - 32px);
  display: inline-block;
}
main.page-home .sertificates-section {
  padding: 56px 0 56px;
  background: #97d6f6;
}
main.page-home .sertificates-section .wrapper .desc {
  margin: 0 auto 0;
  text-align: center;
  max-width: 661px;
}
main.page-home .sertificates-section .wrapper .sertificates {
  margin: 32px 0 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-gap: 10px;
  background: #c2e9ff;
  padding: 12px 12px;
  border-radius: 8px;
}
@media (max-width: 768px) {
  main.page-home .sertificates-section .wrapper .sertificates {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 678px;
    width: 100%;
    margin: 32px 0 0;
  }
}
main.page-home .sertificates-section .wrapper .sertificates .single {
  border-radius: 8px;
  background: #ffffff;
  padding: 12px;
}
main.page-home .sertificates-section .wrapper .sertificates .single img {
  width: 100%;
  height: auto;
  display: block;
}
main.page-solutions .solutions-section {
  padding: 86px 0 0;
}
@media (max-width: 1024px) {
  main.page-solutions .solutions-section {
    padding: 72px 0 0;
  }
}
main.page-solutions .solutions-section .wrapper .solutions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-column-gap: 24px;
  grid-row-gap: 53px;
}
@media (max-width: 1024px) {
  main.page-solutions .solutions-section .wrapper .solutions {
    grid-row-gap: 24px;
  }
}
@media (max-width: 768px) {
  main.page-solutions .solutions-section .wrapper .solutions {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
main.page-solutions .solutions-section .wrapper .solutions .single {
  border-radius: 8px;
  background: #c2e9ff;
  padding: 16px 16px;
  position: relative;
}
@media (max-width: 768px) {
  main.page-solutions .solutions-section .wrapper .solutions .single {
    max-width: 660px;
    width: 100%;
    margin: 0 auto;
  }
}
main.page-solutions .solutions-section .wrapper .solutions .single .bg {
  position: relative;
  width: 100%;
  height: 234px;
  border-radius: 8px;
}
main.page-solutions .solutions-section .wrapper .solutions .single .bg:after {
  position: absolute;
  bottom: 0;
  height: 85%;
  display: block;
  width: 100%;
  border-radius: 0 0 8px 8px;
  background: linear-gradient(175deg, rgba(0, 20, 40, 0) 20%, #001428 82.43%);
  z-index: 2;
}
main.page-solutions .solutions-section .wrapper .solutions .single .bg span {
  position: absolute;
  left: 12px;
  bottom: 12px;
  display: block;
  z-index: 3;
  font-weight: 800;
  padding: 8px 8px;
  background: #ffffff;
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.2);
}
main.page-solutions .solutions-section .wrapper .solutions .single .bg img {
  height: 269px;
  width: auto;
  display: block;
  position: absolute;
  bottom: 16px;
  right: 41px;
}
@media (max-width: 1024px) {
  main.page-solutions .solutions-section .wrapper .solutions .single .bg img {
    height: 200px;
    right: 20px;
  }
}
main.page-solutions .solutions-section .wrapper .solutions .single .icon-wrap {
  position: absolute;
  border-radius: 100%;
  width: 190px;
  height: 190px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  top: 12px;
  left: 12px;
}
main.page-solutions .solutions-section .wrapper .solutions .single .icon-wrap img {
  display: block;
  width: auto;
  height: auto;
  max-height: 130px;
  max-width: 130px;
}
main.page-solutions .solutions-section .wrapper .solutions .single p {
  margin: 16px 0 0;
  line-height: 1.1;
}
main.page-solutions .solutions-section .wrapper .solutions .single .btn {
  margin: 16px 0 0;
}
main.page-solutions .features-table-section-global {
  margin: 96px 0 0;
  padding: 0;
}
@media (max-width: 480px) {
  main.page-solutions .features-table-section-global {
    margin: 72px 0 0;
  }
}
main.page-solutions .features-table-section-global .wrapper .table .solutions-list .single-solution .solution-name {
  margin: 0 0 40px;
}
main.page-solutions .features-table-section-global .wrapper .table .solutions-list .single-solution .list-2 {
  top: 87px;
}
main.page-single-solution .solution-description-section-global .wrapper {
  align-items: center;
}
main.page-single-solution .solution-description-section-global .wrapper .photos .bg-wrap {
  border: 2px solid #03142a;
  border-radius: 8px;
  position: relative;
}
main.page-single-solution .solution-description-section-global .wrapper .photos .bg-wrap .bg {
  border-radius: 8px;
  position: relative;
}
main.page-single-solution .icons-list-section {
  margin: 148px 0 0;
}
@media (max-width: 1024px) {
  main.page-single-solution .icons-list-section {
    margin: 104px 0 0;
  }
}
@media (max-width: 880px) {
  main.page-single-solution .icons-list-section {
    margin: 72px 0 0;
  }
}
main.page-single-solution .icons-list-section.second {
  margin: 96px 0 0;
}
@media (max-width: 480px) {
  main.page-single-solution .icons-list-section.second {
    margin: 72px 0 0;
  }
}
main.page-single-solution .icons-list-section.second .wrapper {
  background: #5ca3ff;
}
main.page-single-solution .icons-list-section.second .wrapper .block-title {
  color: #ffffff;
}
main.page-single-solution .icons-list-section.second .wrapper .desc * {
  color: #ffffff;
}
main.page-single-solution .icons-list-section.second .wrapper .list .single {
  background: #28547c;
}
main.page-single-solution .icons-list-section.second .wrapper .list .single .info .title {
  color: #ffffff;
}
main.page-single-solution .icons-list-section.second .wrapper .list .single .info p {
  color: #ffffff;
}
main.page-single-solution .icons-list-section .wrapper {
  background: #c2e9ff;
  border-radius: 8px;
  padding: 32px 14px 14px;
}
main.page-single-solution .icons-list-section .wrapper .block-title {
  color: #03142a;
}
main.page-single-solution .icons-list-section .wrapper .desc {
  text-align: center;
  margin: 16px auto 0;
}
main.page-single-solution .icons-list-section .wrapper .desc * {
  text-align: center;
  color: #03142a;
}
main.page-single-solution .icons-list-section .wrapper .list {
  margin: 32px 0 0;
  grid-gap: 14px;
  display: flex;
  flex-direction: column;
}
main.page-single-solution .icons-list-section .wrapper .list .single {
  display: flex;
  align-items: center;
  padding: 14px 14px;
  border-radius: 8px;
  grid-gap: 14px;
  background: #97d6f6;
}
@media (max-width: 480px) {
  main.page-single-solution .icons-list-section .wrapper .list .single {
    flex-direction: column;
  }
}
main.page-single-solution .icons-list-section .wrapper .list .single .icon-wrap {
  width: 72px;
  flex: none;
}
@media (max-width: 480px) {
  main.page-single-solution .icons-list-section .wrapper .list .single .icon-wrap {
    width: 64px;
    height: 64px;
    margin: 0 auto;
  }
}
main.page-single-solution .icons-list-section .wrapper .list .single .icon-wrap img {
  width: auto;
  height: auto;
  display: block;
  max-width: 100%;
  max-height: 100%;
}
@media (max-width: 480px) {
  main.page-single-solution .icons-list-section .wrapper .list .single .info {
    text-align: center;
  }
}
main.page-single-solution .icons-list-section .wrapper .list .single .info .title {
  display: inline;
  font-weight: 700;
}
main.page-single-solution .icons-list-section .wrapper .list .single .info p {
  display: inline;
  margin: 0;
}
main.page-single-solution .sectors-section-global {
  margin: 76px 0 0;
  padding: 0 0 77px;
}
main.page-single-solution .how-it-works-section {
  background: #329bff;
}
main.page-single-solution .how-it-works-section .wrapper {
  max-width: 1210px;
}
main.page-single-solution .how-it-works-section .wrapper .how-it-works-carousel .owl-dots {
  bottom: 50px;
  position: absolute;
  justify-content: center;
  width: 100%;
}
main.page-single-solution .how-it-works-section .wrapper .how-it-works-carousel .owl-dots .owl-dot {
  background: #000F1E;
}
main.page-single-solution .how-it-works-section .wrapper .how-it-works-carousel .owl-dots .owl-dot.active {
  background: #ffffff;
}
main.page-single-solution .how-it-works-section .wrapper .how-it-works-carousel .single {
  grid-gap: 128px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 32px 0;
}
@media (max-width: 1280px) {
  main.page-single-solution .how-it-works-section .wrapper .how-it-works-carousel .single {
    grid-gap: 80px;
  }
}
@media (max-width: 1024px) {
  main.page-single-solution .how-it-works-section .wrapper .how-it-works-carousel .single {
    grid-gap: 56px;
    padding: 48px 0;
  }
}
@media (max-width: 768px) {
  main.page-single-solution .how-it-works-section .wrapper .how-it-works-carousel .single {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 56px 0 96px;
    grid-gap: 32px;
  }
}
main.page-single-solution .how-it-works-section .wrapper .how-it-works-carousel .single .info {
  padding: 80px 0;
}
@media (max-width: 768px) {
  main.page-single-solution .how-it-works-section .wrapper .how-it-works-carousel .single .info {
    padding: 0;
    text-align: center;
  }
}
main.page-single-solution .how-it-works-section .wrapper .how-it-works-carousel .single .info .number {
  height: 28px;
  width: 28px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
}
@media (max-width: 768px) {
  main.page-single-solution .how-it-works-section .wrapper .how-it-works-carousel .single .info .number {
    margin: 0 auto;
  }
}
main.page-single-solution .how-it-works-section .wrapper .how-it-works-carousel .single .info .number:after {
  border-radius: 100%;
}
main.page-single-solution .how-it-works-section .wrapper .how-it-works-carousel .single .info .number span {
  display: block;
  text-align: center;
  color: #03142a;
  font-weight: 800;
  line-height: 1;
}
main.page-single-solution .how-it-works-section .wrapper .how-it-works-carousel .single .info h3 {
  margin: 14px 0 0;
  font-weight: 800;
  line-height: 1.1;
  color: #ffffff;
}
@media (max-width: 768px) {
  main.page-single-solution .how-it-works-section .wrapper .how-it-works-carousel .single .info h3 {
    text-align: center;
  }
}
main.page-single-solution .how-it-works-section .wrapper .how-it-works-carousel .single .info .text {
  margin: 18px 0 0;
}
@media (max-width: 768px) {
  main.page-single-solution .how-it-works-section .wrapper .how-it-works-carousel .single .info .text {
    text-align: center;
  }
}
main.page-single-solution .how-it-works-section .wrapper .how-it-works-carousel .single .info .text p {
  color: #ffffff;
}
main.page-single-solution .how-it-works-section .wrapper .how-it-works-carousel .single img {
  display: block;
  width: 100%;
  max-width: 538px;
  max-width: 560px;
  height: auto;
}
@media (max-width: 1280px) {
  main.page-single-solution .how-it-works-section .wrapper .how-it-works-carousel .single img {
    max-width: 480px;
  }
}
@media (max-width: 1024px) {
  main.page-single-solution .how-it-works-section .wrapper .how-it-works-carousel .single img {
    max-width: 420px;
  }
}
main.page-single-solution .cta-bg-section-global {
  margin: 0;
}
main.page-single-sector .what-numbers-talk-global {
  padding: 72px 0 96px;
  margin: 0;
}
@media (max-width: 480px) {
  main.page-single-sector .what-numbers-talk-global {
    padding: 72px 0 72px;
  }
}
main.page-single-sector .benefits-section .wrapper .icon-points-grid-global {
  display: flex;
  justify-content: center;
}
@media (max-width: 1024px) {
  main.page-single-sector .benefits-section .wrapper .icon-points-grid-global .single {
    width: calc(50% - 7px);
  }
}
@media (max-width: 768px) {
  main.page-single-sector .benefits-section .wrapper .icon-points-grid-global .single {
    width: 100%;
  }
}
main.page-single-sector .solutions-section-global {
  position: relative;
  background: #A77580;
  background: radial-gradient(circle, #a77580 0%, #76aad9 100%);
  margin: 96px 0 0;
}
@media (max-width: 480px) {
  main.page-single-sector .solutions-section-global {
    margin: 72px 0 0;
  }
}
main.page-single-sector .solutions-section-global .wrapper .block-title {
  color: #ffffff;
}
main.page-single-sector .solutions-section-global .wrapper .solutions {
  justify-content: center;
}
main.page-single-sector .solutions-section-global .wrapper .solutions .single {
  max-width: 350px;
}
main.page-single-sector .solutions-section-global .wrapper .solutions .single .bg {
  height: 160px;
}
main.page-single-sector .needs-list-global {
  background: #f7f7f7;
  padding: 96px 0 72px;
}
@media (max-width: 480px) {
  main.page-single-sector .needs-list-global {
    padding: 72px 0 72px;
  }
}
main.page-technologies .cta-form-section-global {
  margin: 72px 0 72px;
}
main.page-about-us .mission-vision-section {
  padding: 72px 0 0;
}
main.page-about-us .mission-vision-section .wrapper .list {
  display: flex;
  flex-direction: column;
  grid-gap: 16px;
}
main.page-about-us .mission-vision-section .wrapper .list .single {
  background: #76aad9;
  padding: 24px 24px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  grid-gap: 24px;
}
@media (max-width: 768px) {
  main.page-about-us .mission-vision-section .wrapper .list .single {
    flex-direction: column;
  }
}
main.page-about-us .mission-vision-section .wrapper .list .single:nth-child(2) {
  background: #97d6f6;
}
main.page-about-us .mission-vision-section .wrapper .list .single:nth-child(2) .info h2 {
  color: #28547c;
}
main.page-about-us .mission-vision-section .wrapper .list .single:nth-child(2) .info .desc * {
  color: #03142a;
}
main.page-about-us .mission-vision-section .wrapper .list .single .icon-wrap {
  width: 156px;
  flex: none;
}
@media (max-width: 1280px) {
  main.page-about-us .mission-vision-section .wrapper .list .single .icon-wrap {
    width: 128px;
  }
}
@media (max-width: 1024px) {
  main.page-about-us .mission-vision-section .wrapper .list .single .icon-wrap {
    width: 96px;
  }
}
main.page-about-us .mission-vision-section .wrapper .list .single .icon-wrap img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
@media (max-width: 768px) {
  main.page-about-us .mission-vision-section .wrapper .list .single .info {
    text-align: center;
  }
}
main.page-about-us .mission-vision-section .wrapper .list .single .info h2 {
  color: #ffffff;
  margin: 0;
}
main.page-about-us .mission-vision-section .wrapper .list .single .info .desc {
  margin: 8px 0 0;
}
main.page-about-us .mission-vision-section .wrapper .list .single .info .desc * {
  color: #ffffff;
}
main.page-about-us .values-section {
  margin: 96px 0 0;
}
@media (max-width: 480px) {
  main.page-about-us .values-section {
    margin: 72px 0 0;
  }
}
main.page-about-us .values-section .wrapper .values {
  border: none;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  display: grid;
}
@media (max-width: 768px) {
  main.page-about-us .values-section .wrapper .values {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
main.page-about-us .values-section .wrapper .values .single {
  background: #f7f7f7;
  width: auto;
}
main.page-about-us .values-section .wrapper .values .single .title {
  color: #28547c;
}
main.page-about-us .needs-list-global {
  margin: 96px 0 0;
}
@media (max-width: 480px) {
  main.page-about-us .needs-list-global {
    margin: 72px 0 0;
  }
}
main.page-about-us .needs-list-global .wrapper .list .single {
  background: #97d6f6;
}
main.page-about-us .needs-list-global .wrapper .list .single .icon-wrap img {
  filter: none;
}
main.page-about-us .needs-list-global .wrapper .list .single .info .title {
  color: #03142a;
}
main.page-about-us .needs-list-global .wrapper .list .single .info p {
  color: #03142a;
}
main.page-about-us .global-solution {
  margin: 96px 0 0;
}
@media (max-width: 480px) {
  main.page-about-us .global-solution {
    margin: 72px 0 0;
  }
}
main.page-about-us .global-solution .wrapper .desc-wrap {
  display: flex;
  align-items: flex-start;
  align-items: center;
  grid-gap: 16px;
  background: #97d6f6;
  border-radius: 8px;
  padding: 16px 16px;
}
@media (max-width: 768px) {
  main.page-about-us .global-solution .wrapper .desc-wrap {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
main.page-about-us .global-solution .wrapper .desc-wrap .icon-wrap {
  width: 64px;
  height: 64px;
}
main.page-about-us .global-solution .wrapper .desc-wrap .icon-wrap img {
  display: block;
  width: 64px;
  height: auto;
}
@media (max-width: 768px) {
  main.page-about-us .global-solution .wrapper .desc-wrap .text {
    text-align: center;
  }
}
main.page-about-us .global-solution .wrapper .map {
  margin: 32px 0 0;
}
main.page-about-us .global-solution .wrapper .map img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
}
main.page-about-us .team-section {
  margin: 96px 0 0px;
}
@media (max-width: 480px) {
  main.page-about-us .team-section {
    margin: 72px 0 0;
  }
}
main.page-about-us .team-section .wrapper .desc-wrap {
  display: flex;
  align-items: flex-start;
  grid-gap: 16px;
  background: #97d6f6;
  border-radius: 8px;
  padding: 16px 16px;
  margin: 40px 0 0;
}
@media (max-width: 768px) {
  main.page-about-us .team-section .wrapper .desc-wrap {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
main.page-about-us .team-section .wrapper .desc-wrap .icon-wrap {
  width: 96px;
  height: 96px;
}
@media (max-width: 480px) {
  main.page-about-us .team-section .wrapper .desc-wrap .icon-wrap {
    width: 64px;
    height: 64px;
  }
}
main.page-about-us .team-section .wrapper .desc-wrap .icon-wrap img {
  display: block;
  width: 96px;
  height: auto;
}
@media (max-width: 480px) {
  main.page-about-us .team-section .wrapper .desc-wrap .icon-wrap img {
    width: 64px;
  }
}
@media (max-width: 768px) {
  main.page-about-us .team-section .wrapper .desc-wrap .text {
    text-align: center;
  }
}
main.page-about-us .team-section .wrapper .team {
  margin: 48px auto 0;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  grid-gap: 32px;
  grid-row-gap: 32px;
  width: 100%;
}
@media (max-width: 1024px) {
  main.page-about-us .team-section .wrapper .team {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media (max-width: 768px) {
  main.page-about-us .team-section .wrapper .team {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (max-width: 480px) {
  main.page-about-us .team-section .wrapper .team {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 24px;
    grid-row-gap: 24px;
  }
}
@media (max-width: 400px) {
  main.page-about-us .team-section .wrapper .team {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
main.page-about-us .team-section .wrapper .team .single .photo {
  border-radius: 20px;
}
main.page-about-us .team-section .wrapper .team .single .photo:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
main.page-about-us .cta-bg-section-global {
  margin-top: 24px;
}
@media (max-width: 480px) {
  main.page-about-us .cta-bg-section-global {
    margin-top: 0;
  }
}
main.page-for-partners .about-partnership-section {
  padding: 32px 0;
}
main.page-for-partners .about-partnership-section .wrapper .wrap {
  background: #76aad9;
  padding: 24px 24px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  grid-gap: 24px;
}
main.page-for-partners .about-partnership-section .wrapper .wrap .icon-wrap {
  width: 156px;
  flex: none;
}
main.page-for-partners .about-partnership-section .wrapper .wrap .icon-wrap img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
main.page-for-partners .about-partnership-section .wrapper .wrap .info h2 {
  color: #ffffff;
  margin: 0;
}
main.page-for-partners .about-partnership-section .wrapper .wrap .info .desc {
  margin: 8px 0 0;
}
main.page-for-partners .about-partnership-section .wrapper .wrap .info .desc * {
  color: #ffffff;
}
main.page-for-partners .partnerships-section {
  padding: 63px 0 45px;
  background: #ffffff;
}
main.page-for-partners .partnerships-section .wrapper .block-title {
  color: #000F1E;
}
main.page-for-partners .partnerships-section .wrapper .testimonials-single-carousel {
  margin: 30px auto 0;
}
main.page-for-partners .partnerships-section .wrapper .testimonials-single-carousel .single {
  max-width: 953px;
  margin: 0 auto;
}
main.page-for-partners .partnerships-section .wrapper .testimonials-single-carousel .single .logo-wrap {
  margin: 0 auto 30px;
  width: 200px;
  height: 81px;
  display: flex;
  align-items: center;
  justify-content: center;
}
main.page-for-partners .partnerships-section .wrapper .testimonials-single-carousel .single .logo-wrap img {
  width: auto;
  height: auto;
  display: block;
  max-width: 100%;
  max-height: 100%;
}
main.page-for-partners .partnerships-section .wrapper .testimonials-single-carousel .single .block-title {
  color: #000F1E;
}
main.page-for-partners .partnerships-section .wrapper .testimonials-single-carousel .single .text {
  margin: 30px 0 0;
  text-align: center;
}
main.page-for-partners .partnerships-section .wrapper .testimonials-single-carousel .single .text * {
  color: #000F1E;
}
main.page-for-partners .partnerships-section .wrapper .testimonials-single-carousel .single .center-btn {
  margin: 45px 0 0;
}
main.page-for-partners .cta-bg-section-global {
  padding: 72px 0 72px;
}
main.page-contacts .form-map-contact-section {
  margin: 72px 0 0;
}
main.page-contacts .form-map-contact-section .wrapper {
  display: flex;
  grid-gap: 14px;
}
@media (max-width: 1024px) {
  main.page-contacts .form-map-contact-section .wrapper {
    flex-direction: column;
  }
}
main.page-contacts .form-map-contact-section .wrapper .form-global {
  padding: 27px 72px;
  border-radius: 8px;
  background: #357490;
}
@media (max-width: 1024px) {
  main.page-contacts .form-map-contact-section .wrapper .form-global {
    padding: 27px 27px;
  }
}
main.page-contacts .form-map-contact-section .wrapper .form-global .disclaimer {
  color: #ffffff;
}
main.page-contacts .form-map-contact-section .wrapper .map-info {
  width: 450px;
  flex: none;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1024px) {
  main.page-contacts .form-map-contact-section .wrapper .map-info {
    width: 100%;
  }
}
main.page-contacts .form-map-contact-section .wrapper .map-info .random-order-people {
  height: 100%;
  display: flex;
  flex-direction: column;
  grid-gap: 14px;
}
main.page-contacts .form-map-contact-section .wrapper .map-info .random-order-people.count-1 .single {
  height: 100%;
}
main.page-contacts .form-map-contact-section .wrapper .map-info .random-order-people.count-2 .single {
  height: calc(50% - 7px);
}
main.page-contacts .form-map-contact-section .wrapper .map-info .random-order-people.count-3 .single {
  height: calc(33.3333333333% - 4.6666666667px);
}
@media (max-width: 1024px) {
  main.page-contacts .form-map-contact-section .wrapper .map-info .random-order-people.count-3 .single {
    height: auto;
  }
}
main.page-contacts .form-map-contact-section .wrapper .map-info .map {
  border-radius: 8px;
  overflow: hidden;
  margin: 14px 0 0;
  height: 100%;
}
main.page-contacts .form-map-contact-section .wrapper .map-info .map iframe {
  width: 100%;
  border: none;
  margin: 0;
  height: 100%;
}
main.page-contacts .team-help-section {
  margin: 56px 0 56px;
}
main.page-contacts .team-help-section .wrapper .block-title {
  color: #ffffff;
}
main.page-contacts .team-help-section .wrapper .blocks {
  margin: 54px auto 0;
  border-radius: 8px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 14px;
  background: #c2e9ff;
  padding: 16px 16px;
}
@media (max-width: 1024px) {
  main.page-contacts .team-help-section .wrapper .blocks {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
main.page-contacts .team-help-section .wrapper .blocks .single {
  border-radius: 8px;
  background: #97d6f6;
  padding: 16px 16px;
  display: flex;
  grid-gap: 16px;
}
@media (max-width: 1024px) {
  main.page-contacts .team-help-section .wrapper .blocks .single {
    align-items: center;
  }
}
@media (max-width: 480px) {
  main.page-contacts .team-help-section .wrapper .blocks .single {
    flex-direction: column;
    justify-content: center;
  }
}
main.page-contacts .team-help-section .wrapper .blocks .single img {
  height: 64px;
  width: auto;
  display: block;
  flex: none;
}
main.page-contacts .team-help-section .wrapper .blocks .single .info .title {
  display: block;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 0.12px;
}
main.page-contacts .team-help-section .wrapper .blocks .single .info .text {
  margin: 8px 0 0;
}
main.page-contacts .map-section {
  padding: 0 0 70px;
}
main.page-contacts .map-section .wrapper .map-wrap {
  border-radius: 8px;
  overflow: hidden;
  margin: 14px 0 0;
  height: 300px;
}
main.page-contacts .map-section .wrapper .map-wrap iframe {
  width: 100%;
  border: none;
  margin: 0;
  height: 100%;
}

main.page-success-stories .success-stories-posts-section {
  margin: 96px 0 0;
}
@media (max-width: 480px) {
  main.page-success-stories .success-stories-posts-section {
    margin: 72px 0 0;
  }
}
main.page-success-stories .success-stories-posts-section .wrapper .success-stories-wrap .success-stories-posts {
  display: flex;
  flex-direction: column;
  grid-gap: 12px;
}
main.page-success-stories .success-stories-posts-section .wrapper .success-stories-wrap .success-stories-posts .single-story {
  border-radius: 8px;
  background: #c2e9ff;
  padding: 25px 25px;
  display: flex;
  align-items: flex-start;
  grid-gap: 83px;
}
@media (max-width: 1280px) {
  main.page-success-stories .success-stories-posts-section .wrapper .success-stories-wrap .success-stories-posts .single-story {
    grid-gap: 56px;
  }
}
@media (max-width: 1024px) {
  main.page-success-stories .success-stories-posts-section .wrapper .success-stories-wrap .success-stories-posts .single-story {
    grid-gap: 40px;
  }
}
@media (max-width: 768px) {
  main.page-success-stories .success-stories-posts-section .wrapper .success-stories-wrap .success-stories-posts .single-story {
    flex-direction: column;
    grid-gap: 24px;
  }
}
@media (max-width: 768px) {
  main.page-success-stories .success-stories-posts-section .wrapper .success-stories-wrap .success-stories-posts .single-story .info {
    order: 2;
  }
}
main.page-success-stories .success-stories-posts-section .wrapper .success-stories-wrap .success-stories-posts .single-story .info .title {
  display: inline-block;
  line-height: 1.1;
  letter-spacing: 0.18px;
  color: #000F1E;
  text-decoration: none;
  font-weight: 700;
}
main.page-success-stories .success-stories-posts-section .wrapper .success-stories-wrap .success-stories-posts .single-story .info .text {
  margin: 16px 0 0;
}
main.page-success-stories .success-stories-posts-section .wrapper .success-stories-wrap .success-stories-posts .single-story .info .btn {
  margin: 16px 0 0;
}
main.page-success-stories .success-stories-posts-section .wrapper .success-stories-wrap .success-stories-posts .single-story .logo-wrap {
  height: 198px;
  width: 198px;
  background: #ffffff;
  display: flex;
  flex: none;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  main.page-success-stories .success-stories-posts-section .wrapper .success-stories-wrap .success-stories-posts .single-story .logo-wrap {
    width: 150px;
    height: 150px;
    order: 1;
  }
}
main.page-success-stories .success-stories-posts-section .wrapper .success-stories-wrap .success-stories-posts .single-story .logo-wrap img {
  display: block;
  width: auto;
  height: auto;
  max-width: calc(100% - 20px);
  max-height: calc(100% - 20px);
}
main.page-success-stories .success-stories-posts-section .wrapper .success-stories-wrap .load-more-posts {
  margin: 24px 0 0;
}
main.page-success-stories .cta-form-section-global {
  margin: 72px 0 72px;
}
/*
.testimonials-blur-carousel-global .owl-stage-outer{ overflow:visible; }


.testimonials-blur-carousel-global .owl-item{ margin:0 -48px; }


.testimonials-blur-carousel-global .owl-item{
  --t: 1;
  transition: filter .25s linear, transform .25s linear, opacity .25s linear, z-index .25s linear;
  transform: scale(calc(1 - min(var(--t),1) * .08));
  filter: blur(calc(min(var(--t),1) * 6px));
  z-index: calc(100 - min(var(--t),1) * 100);
  opacity: calc(1 - max(0, var(--t) - 1) * .9);
  pointer-events:none;
}
.testimonials-blur-carousel-global .owl-item.is-center{ pointer-events:auto; }


.single-blur-testimonial{
  background:#fff;border-radius:16px;box-shadow:0 20px 60px rgba(0,0,0,.25);
  padding:32px;min-height:340px;
}
 */
main.page-blog.eu-funds .blog-posts-section {
  margin: 72px 0 72px;
}
main.page-blog .blog-posts-section {
  margin: 72px 0 0;
}
main.page-blog .blog-posts-section .wrapper .icon {
  height: 77px;
  width: auto;
  display: block;
  margin: 0 auto;
}
main.page-blog .blog-posts-section .wrapper .block-title {
  margin: 17px 0 0;
  color: #ffffff;
}
main.page-blog .blog-posts-section .wrapper .desc {
  margin: 17px auto 0;
  text-align: center;
  max-width: 849px;
  width: 100%;
}
main.page-blog .blog-posts-section .wrapper .blog-posts-wrap {
  margin: 54px 0 0;
}
main.page-blog .blog-posts-section .wrapper .blog-posts-wrap .blog-posts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 9px;
}
@media (max-width: 768px) {
  main.page-blog .blog-posts-section .wrapper .blog-posts-wrap .blog-posts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 480px) {
  main.page-blog .blog-posts-section .wrapper .blog-posts-wrap .blog-posts {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
main.page-blog .blog-posts-section .wrapper .blog-posts-wrap .blog-posts .single-blog-post {
  border-radius: 8px;
  background: #c2e9ff;
  padding: 13px 13px;
}
main.page-blog .blog-posts-section .wrapper .blog-posts-wrap .blog-posts .single-blog-post .photo {
  display: block;
  text-decoration: none;
  border-radius: 8px;
}
main.page-blog .blog-posts-section .wrapper .blog-posts-wrap .blog-posts .single-blog-post .photo:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 55.77%;
}
main.page-blog .blog-posts-section .wrapper .blog-posts-wrap .blog-posts .single-blog-post .title {
  display: inline-block;
  margin: 16px 0 0;
  color: #03142a;
  text-decoration: none;
}
main.page-blog .blog-posts-section .wrapper .blog-posts-wrap .load-more-posts {
  margin: 24px 0 0;
}
main.page-blog .cta-form-section-global {
  margin: 96px 0 72px;
}
@media (max-width: 480px) {
  main.page-blog .cta-form-section-global {
    margin: 72px 0 72px;
  }
}
main.page-text .content-section {
  margin: 96px 0 96px;
}
main.page-text .content-section .wrapper {
  max-width: 1035px;
}
main.page-text .content-section .wrapper .bottom-text {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 35px 0 0;
}
main.single-success-story .hero-inner-section-global .wrapper .page-title {
  max-width: 1206px;
}
main.single-success-story .company-info-section {
  margin: 72px 0 0;
}
main.single-success-story .company-info-section .wrapper .wrap {
  display: flex;
  align-items: center;
  border-radius: 8px;
  grid-gap: 68px;
  padding: 17px 122px 17px 17px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: #97d6f6;
}
@media (max-width: 1280px) {
  main.single-success-story .company-info-section .wrapper .wrap {
    grid-gap: 56px;
  }
}
@media (max-width: 1024px) {
  main.single-success-story .company-info-section .wrapper .wrap {
    grid-gap: 40px;
    padding: 17px 17px;
  }
}
@media (max-width: 768px) {
  main.single-success-story .company-info-section .wrapper .wrap {
    flex-direction: column;
    grid-gap: 24px;
    align-items: flex-start;
  }
}
main.single-success-story .company-info-section .wrapper .wrap .logo-wrap {
  width: 230px;
  height: 208px;
  border-radius: 8px;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
}
@media (max-width: 768px) {
  main.single-success-story .company-info-section .wrapper .wrap .logo-wrap {
    margin: 0 auto;
  }
}
main.single-success-story .company-info-section .wrapper .wrap .logo-wrap img {
  display: block;
  width: auto;
  height: auto;
  max-width: calc(100% - 40px);
  max-height: calc(100% - 40px);
}
main.single-success-story .story-info-section {
  margin: 37px 0 0;
}
main.single-success-story .story-info-section .wrapper .story-timeline-wrap .story-line {
  background: linear-gradient(to bottom, #46A5AF 0%, #2891F5 50%, #CA3125 100%);
  background: #28547c;
  position: absolute;
  left: 48px;
  transform: translateX(-50%);
  width: 2px;
  /* thickness of the line */
  top: 0;
  /* JS will set */
  height: 0;
  /* JS will set */
  pointer-events: none;
}
@media (max-width: 768px) {
  main.single-success-story .story-info-section .wrapper .story-timeline-wrap .story-line {
    left: 24px;
  }
}
@media (max-width: 480px) {
  main.single-success-story .story-info-section .wrapper .story-timeline-wrap .story-line {
    left: 16px;
  }
}
main.single-success-story .story-info-section .wrapper .story-timeline-wrap .list {
  display: flex;
  flex-direction: column;
  grid-gap: 30px;
  padding: 0 34px 0 107px;
}
@media (max-width: 768px) {
  main.single-success-story .story-info-section .wrapper .story-timeline-wrap .list {
    padding: 0 34px 0 59px;
  }
}
@media (max-width: 480px) {
  main.single-success-story .story-info-section .wrapper .story-timeline-wrap .list {
    padding: 0 34px 0 43px;
  }
}
main.single-success-story .story-info-section .wrapper .story-timeline-wrap .list .single {
  position: relative;
}
main.single-success-story .story-info-section .wrapper .story-timeline-wrap .list .single .title {
  display: block;
  color: #28547c;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 0.12px;
  position: relative;
}
main.single-success-story .story-info-section .wrapper .story-timeline-wrap .list .single .title:after {
  content: "";
  display: block;
  border-radius: 48px;
  background: #28547c;
  box-shadow: 0 0 8.4px 0 rgba(255, 255, 255, 0.65);
  position: absolute;
  width: 10px;
  height: 10px;
  top: calc(50% - 5px);
  left: -64px;
  pointer-events: none;
}
@media (max-width: 768px) {
  main.single-success-story .story-info-section .wrapper .story-timeline-wrap .list .single .title:after {
    left: -40px;
  }
}
@media (max-width: 480px) {
  main.single-success-story .story-info-section .wrapper .story-timeline-wrap .list .single .title:after {
    left: -32px;
  }
}
main.single-success-story .story-info-section .wrapper .story-timeline-wrap .list .single .title:before {
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 100%;
  background: #000F1E;
  position: absolute;
  top: calc(50% - 11px);
  left: -64px;
  pointer-events: none;
}
main.single-success-story .story-info-section .wrapper .story-timeline-wrap .list .single .text {
  margin: 13px 0 0;
}
main.single-success-story .cta-form-section-global {
  margin: 96px 0 72px;
}
@media (max-width: 480px) {
  main.single-success-story .cta-form-section-global {
    margin: 72px 0 72px;
  }
}
main.single-post .hero-inner-section-global .wrapper .page-title {
  max-width: 1206px;
}
main.single-post .content-section {
  margin: 72px 0 72px;
}
main.single-post .content-section .wrapper {
  max-width: 1035px;
}

/*# sourceMappingURL=style.css.map */
