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

html {
  font-size: 100%;
}

body, html {
  overflow-x: hidden;
}

body {
  background: #000F1E;
}

* {
  -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: #CCCFD2;
}

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-instruction .content-section .wrapper .text-sections .single .text *, main.page-instruction .top-content-section .wrapper .wrap .desc *, main.page-text .content-section .wrapper .content *, 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, .form-global .form-wrap form .row label {
  font-size: 16px;
  font-size: 1rem;
}

.fs-18, main.page-instruction .content-section .wrapper .text-sections .single .blue, body, p, ul, ol, table {
  font-size: 18px;
  font-size: 1.125rem;
}

.fs-20, .contact-info-global .info .job {
  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-contacts .team-help-section .wrapper .blocks .single .title, main.page-for-partners .partnerships-section .wrapper .testimonials-single-carousel .single .text *, main.page-about-us .values-section .wrapper .values .single .title, main.page-single-sector .challenge-solution-sector .wrapper .block .text p, main.page-solutions .solutions-section .wrapper .solutions .single p, main.page-home .sectors-section .wrapper .tabs .tab-content .info .title, main.page-home .sectors-section .wrapper .tabs .tab-list li a, main.page-home .steps-3-section .wrapper .single .name-wrap .name, .additional-technologies-section-global .wrapper .technologies .single .info .title, .sectors-section-global .wrapper .custom-title span, .features-table-section-global .wrapper .table .solutions-list .single-solution .solution-name, .features-table-section-global .wrapper .table .sidebar .label, .testimonials-section-global .wrapper .testimonials-single-carousel .single .desc *, .solutions-section-global .wrapper .solutions .single span, .membership-section-global .wrapper .list .single .info .feature, .membership-section-global .wrapper .center .custom-title span, .contact-info-global .info .name {
  font-size: 24px;
  font-size: 1.5rem;
}
@media (max-width: 1440px) {
  .fs-24, main.single-success-story .story-info-section .wrapper .story-timeline-wrap .list .single .title, main.page-contacts .team-help-section .wrapper .blocks .single .title, main.page-for-partners .partnerships-section .wrapper .testimonials-single-carousel .single .text *, main.page-about-us .values-section .wrapper .values .single .title, main.page-single-sector .challenge-solution-sector .wrapper .block .text p, main.page-solutions .solutions-section .wrapper .solutions .single p, main.page-home .sectors-section .wrapper .tabs .tab-content .info .title, main.page-home .sectors-section .wrapper .tabs .tab-list li a, main.page-home .steps-3-section .wrapper .single .name-wrap .name, .additional-technologies-section-global .wrapper .technologies .single .info .title, .sectors-section-global .wrapper .custom-title span, .features-table-section-global .wrapper .table .solutions-list .single-solution .solution-name, .features-table-section-global .wrapper .table .sidebar .label, .testimonials-section-global .wrapper .testimonials-single-carousel .single .desc *, .solutions-section-global .wrapper .solutions .single span, .membership-section-global .wrapper .list .single .info .feature, .membership-section-global .wrapper .center .custom-title span, .contact-info-global .info .name {
    font-size: 23px;
    font-size: 1.4375rem;
  }
}
@media (max-width: 1280px) {
  .fs-24, main.single-success-story .story-info-section .wrapper .story-timeline-wrap .list .single .title, main.page-contacts .team-help-section .wrapper .blocks .single .title, main.page-for-partners .partnerships-section .wrapper .testimonials-single-carousel .single .text *, main.page-about-us .values-section .wrapper .values .single .title, main.page-single-sector .challenge-solution-sector .wrapper .block .text p, main.page-solutions .solutions-section .wrapper .solutions .single p, main.page-home .sectors-section .wrapper .tabs .tab-content .info .title, main.page-home .sectors-section .wrapper .tabs .tab-list li a, main.page-home .steps-3-section .wrapper .single .name-wrap .name, .additional-technologies-section-global .wrapper .technologies .single .info .title, .sectors-section-global .wrapper .custom-title span, .features-table-section-global .wrapper .table .solutions-list .single-solution .solution-name, .features-table-section-global .wrapper .table .sidebar .label, .testimonials-section-global .wrapper .testimonials-single-carousel .single .desc *, .solutions-section-global .wrapper .solutions .single span, .membership-section-global .wrapper .list .single .info .feature, .membership-section-global .wrapper .center .custom-title span, .contact-info-global .info .name {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media (max-width: 1024px) {
  .fs-24, main.single-success-story .story-info-section .wrapper .story-timeline-wrap .list .single .title, main.page-contacts .team-help-section .wrapper .blocks .single .title, main.page-for-partners .partnerships-section .wrapper .testimonials-single-carousel .single .text *, main.page-about-us .values-section .wrapper .values .single .title, main.page-single-sector .challenge-solution-sector .wrapper .block .text p, main.page-solutions .solutions-section .wrapper .solutions .single p, main.page-home .sectors-section .wrapper .tabs .tab-content .info .title, main.page-home .sectors-section .wrapper .tabs .tab-list li a, main.page-home .steps-3-section .wrapper .single .name-wrap .name, .additional-technologies-section-global .wrapper .technologies .single .info .title, .sectors-section-global .wrapper .custom-title span, .features-table-section-global .wrapper .table .solutions-list .single-solution .solution-name, .features-table-section-global .wrapper .table .sidebar .label, .testimonials-section-global .wrapper .testimonials-single-carousel .single .desc *, .solutions-section-global .wrapper .solutions .single span, .membership-section-global .wrapper .list .single .info .feature, .membership-section-global .wrapper .center .custom-title span, .contact-info-global .info .name {
    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-contacts .team-help-section .wrapper .blocks .single .title, main.page-for-partners .partnerships-section .wrapper .testimonials-single-carousel .single .text *, main.page-about-us .values-section .wrapper .values .single .title, main.page-single-sector .challenge-solution-sector .wrapper .block .text p, main.page-solutions .solutions-section .wrapper .solutions .single p, main.page-home .sectors-section .wrapper .tabs .tab-content .info .title, main.page-home .sectors-section .wrapper .tabs .tab-list li a, main.page-home .steps-3-section .wrapper .single .name-wrap .name, .additional-technologies-section-global .wrapper .technologies .single .info .title, .sectors-section-global .wrapper .custom-title span, .features-table-section-global .wrapper .table .solutions-list .single-solution .solution-name, .features-table-section-global .wrapper .table .sidebar .label, .testimonials-section-global .wrapper .testimonials-single-carousel .single .desc *, .solutions-section-global .wrapper .solutions .single span, .membership-section-global .wrapper .list .single .info .feature, .membership-section-global .wrapper .center .custom-title span, .contact-info-global .info .name {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.fs-36, main.page-success-stories .success-stories-posts-section .wrapper .success-stories-wrap .success-stories-posts .single-story .info .title, main.page-single-sector .challenges-section .wrapper .list .challenges .single .info .title, main.page-single-sector .challenge-solution-sector .wrapper .block .big-tag, main.page-single-solution .how-it-works-section .wrapper .how-it-works-carousel .single .info h3, .facts-section-global .wrapper .facts .single 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-success-stories .success-stories-posts-section .wrapper .success-stories-wrap .success-stories-posts .single-story .info .title, main.page-single-sector .challenges-section .wrapper .list .challenges .single .info .title, main.page-single-sector .challenge-solution-sector .wrapper .block .big-tag, main.page-single-solution .how-it-works-section .wrapper .how-it-works-carousel .single .info h3, .facts-section-global .wrapper .facts .single 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-success-stories .success-stories-posts-section .wrapper .success-stories-wrap .success-stories-posts .single-story .info .title, main.page-single-sector .challenges-section .wrapper .list .challenges .single .info .title, main.page-single-sector .challenge-solution-sector .wrapper .block .big-tag, main.page-single-solution .how-it-works-section .wrapper .how-it-works-carousel .single .info h3, .facts-section-global .wrapper .facts .single 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-success-stories .success-stories-posts-section .wrapper .success-stories-wrap .success-stories-posts .single-story .info .title, main.page-single-sector .challenges-section .wrapper .list .challenges .single .info .title, main.page-single-sector .challenge-solution-sector .wrapper .block .big-tag, main.page-single-solution .how-it-works-section .wrapper .how-it-works-carousel .single .info h3, .facts-section-global .wrapper .facts .single 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-success-stories .success-stories-posts-section .wrapper .success-stories-wrap .success-stories-posts .single-story .info .title, main.page-single-sector .challenges-section .wrapper .list .challenges .single .info .title, main.page-single-sector .challenge-solution-sector .wrapper .block .big-tag, main.page-single-solution .how-it-works-section .wrapper .how-it-works-carousel .single .info h3, .facts-section-global .wrapper .facts .single 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, main.page-single-sector .challenges-section .wrapper .tag, main.page-solutions .solutions-section .wrapper .solutions .single .bg span, .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, main.page-single-sector .challenges-section .wrapper .tag, main.page-solutions .solutions-section .wrapper .solutions .single .bg span, .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, main.page-single-sector .challenges-section .wrapper .tag, main.page-solutions .solutions-section .wrapper .solutions .single .bg span, .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, main.page-single-sector .challenges-section .wrapper .tag, main.page-solutions .solutions-section .wrapper .solutions .single .bg span, .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, main.page-single-sector .challenges-section .wrapper .tag, main.page-solutions .solutions-section .wrapper .solutions .single .bg span, .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: #CCCFD2;
  line-height: 1.35;
  font-weight: 400;
}

.block-title {
  margin: 0;
  font-weight: 800;
  line-height: 1.2;
}
.block-title.center {
  text-align: center;
}
.block-title span {
  color: #D02D1D;
}

.btn {
  line-height: 1.25;
  font-weight: 600;
  display: inline-block;
  text-decoration: none;
  border-radius: 8px;
  padding: 16px 30px;
  cursor: pointer;
}
.btn.black {
  color: #CCCFD2;
  border: 2.5px solid rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.1);
}
.btn.red {
  color: #ffffff;
  border: 2.5px solid #DF584B;
  background: #D02D1D;
  box-shadow: 0 0 6px 0 #FFF inset, 0 0 11.9px 0 rgba(240, 72, 72, 0.35);
}
.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;
}
.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;
}
.form-global .form-wrap form .row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 32px;
}
.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%;
}
.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%;
}
.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;
  flex-direction: column;
  background: #357490;
  padding: 24px 24px;
  border-radius: 8px;
}
.contact-info-global .photo {
  border-radius: 100%;
  width: 200px;
  margin: 0 auto;
}
.contact-info-global .photo:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.contact-info-global .info {
  margin: 16px 0 0;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.contact-info-global .info .name {
  color: #ffffff;
  display: block;
  text-align: center;
  font-weight: 600;
}
.contact-info-global .info .job {
  color: #ffffff;
  display: block;
  text-align: center;
  margin: 8px 0 0;
  font-weight: 600;
}
.contact-info-global .info a {
  color: #CCCFD2;
  text-decoration: none;
  margin: 8px 0 0;
}
.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;
}
.posts-filter-global .fields-wrap {
  display: flex;
  grid-gap: 18px;
  align-items: flex-end;
}
.posts-filter-global .fields-wrap .single-select {
  min-width: 378px;
}
.posts-filter-global .fields-wrap .single-select label {
  color: #ffffff;
  display: block;
  margin: 0 0 11px 0;
}
.posts-filter-global .fields-wrap .single-select select {
  padding: 16px 21px;
  border-radius: 8px;
  border: 2.5px solid rgba(255, 255, 255, 0.4);
  background: none;
  line-height: 1;
  width: 100%;
  display: block;
  color: #ffffff;
}
.posts-filter-global .fields-wrap .single-select select option {
  color: #000F1E;
}
.posts-filter-global .fields-wrap .search-field {
  position: relative;
  min-width: 378px;
}
.posts-filter-global .fields-wrap .search-field input[type=text] {
  padding: 16px 21px;
  border-radius: 8px;
  border: 2.5px solid rgba(255, 255, 255, 0.4);
  background: none;
  line-height: 1;
  color: #ffffff;
  display: block;
  width: 100%;
}
.posts-filter-global .fields-wrap .search-field input[type=text].placeholder {
  color: #ffffff;
}
.posts-filter-global .fields-wrap .search-field input[type=text]:-moz-placeholder {
  color: #ffffff;
}
.posts-filter-global .fields-wrap .search-field input[type=text]::-moz-placeholder {
  color: #ffffff;
}
.posts-filter-global .fields-wrap .search-field input[type=text]:-ms-input-placeholder {
  color: #ffffff;
}
.posts-filter-global .fields-wrap .search-field input[type=text]::-webkit-input-placeholder {
  color: #ffffff;
}
.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;
}
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 {
  background: #192734;
}
header .wrapper .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
  border-bottom: 1px solid #CCCFD2;
}
header .wrapper .top .logo {
  display: inline-block;
  text-decoration: none;
}
header .wrapper .top .logo img {
  height: 43px;
  width: auto;
  display: block;
}
header .wrapper .top .right {
  display: flex;
  align-items: center;
  grid-gap: 16px;
}
header .wrapper .top .right .lang img {
  height: 26px;
  width: auto;
  display: block;
}
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;
}
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: #D02D1D;
  font-weight: 600;
  line-height: 1.25;
}
header .wrapper .bottom {
  padding: 16px 0 16px;
}
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: rgba(255, 255, 255, 0.1);
  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;
}

footer {
  background: #000F1E;
  padding: 70px 0 62px;
}
footer .wrapper .top {
  padding: 0 0 48px;
  border-bottom: 1px solid #CCCFD2;
}
footer .wrapper .top .logo {
  height: 43px;
  width: auto;
  display: block;
}
footer .wrapper .middle {
  padding: 38px 0 48px;
  border-bottom: 1px solid #CCCFD2;
  display: flex;
  align-items: flex-start;
  grid-gap: 48px;
}
footer .wrapper .middle .cols {
  display: flex;
  align-items: flex-start;
  grid-gap: 64px;
  padding: 22px 0 0;
}
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;
}
footer .wrapper .middle .cols .single-col .text * {
  color: #CCCFD2;
  text-decoration: none;
}
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;
}
footer .wrapper .bottom .copy {
  display: block;
  font-weight: 500;
  color: #CCCFD2;
}
footer .wrapper .bottom .links {
  display: flex;
  align-items: center;
  grid-gap: 24px;
}
footer .wrapper .bottom .links a {
  display: block;
  font-weight: 500;
  text-decoration: none;
  color: #CCCFD2;
}

.hero-inner-section-global {
  position: relative;
  height: 534px;
}
.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: 55px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
  text-align: center;
}
.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;
}
.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: 46px 0 60px;
  background: #ffffff;
}
.solutions-section-global .wrapper .block-title {
  color: #000F1E;
}
.solutions-section-global .wrapper .desc {
  margin: 16px auto 0;
  max-width: 918px;
  text-align: center;
}
.solutions-section-global .wrapper .desc p {
  color: #000F1E;
}
.solutions-section-global .wrapper .solutions {
  grid-gap: 23px;
  display: flex;
  margin: 54px 0 0;
}
.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: linear-gradient(270deg, #1F6EC3 0%, #D02D1D 100%);
}
.solutions-section-global .wrapper .solutions .single .bg {
  height: 141px;
  border-radius: 8px;
  position: relative;
}
.solutions-section-global .wrapper .solutions .single .bg:after {
  content: "";
  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 img {
  height: 163px;
  width: auto;
  display: block;
  bottom: 10px;
  right: 13px;
  position: absolute;
}
.solutions-section-global .wrapper .solutions .single span {
  position: absolute;
  bottom: 24px;
  left: 24px;
  font-weight: 800;
  color: #ffffff;
  z-index: 5;
}

.facts-section-global {
  padding: 0 0 105px;
}
.facts-section-global .wrapper .block-title {
  color: #ffffff;
}
.facts-section-global .wrapper .facts {
  margin: 40px 0 0;
  display: grid;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  padding: 9px;
  grid-gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.facts-section-global .wrapper .facts .single {
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 40px 30px;
}
.facts-section-global .wrapper .facts .single:nth-child(1) {
  background: linear-gradient(90deg, rgba(208, 45, 29, 0.75) 0%, rgba(40, 145, 245, 0.75) 100%);
}
.facts-section-global .wrapper .facts .single:nth-child(2) {
  background: linear-gradient(90deg, rgba(44, 152, 255, 0.75) 0%, rgba(0, 231, 255, 0.75) 100%);
}
.facts-section-global .wrapper .facts .single:nth-child(3) {
  background: linear-gradient(90deg, rgba(79, 234, 254, 0.75) 13.95%, rgba(208, 45, 29, 0.75) 100%);
}
.facts-section-global .wrapper .facts .single span {
  display: block;
  color: #ffffff;
  font-weight: 800;
  line-height: 1.1;
}
.facts-section-global .wrapper .facts .single p {
  margin: 8px 0 0;
  color: #ffffff;
}

.testimonials-section-global {
  padding: 59px 0 31px;
  background: #ffffff;
}
.testimonials-section-global .wrapper .block-title {
  color: #000F1E;
}
.testimonials-section-global .wrapper .testimonials-single-carousel {
  margin: 54px 0 0;
}
.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 {
  background: linear-gradient(180deg, #000F1E 0%, #2891F5 100%);
  padding: 56px 0 98px;
}
.cta-bg-section-global .wrapper .cta {
  padding: 88px 0;
  text-align: center;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.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.75);
}
.cta-bg-section-global .wrapper .cta .block-title {
  max-width: 702px;
  margin: 0 auto;
  color: #ffffff;
  z-index: 2;
  position: relative;
}
.cta-bg-section-global .wrapper .cta .desc {
  max-width: 735px;
  margin: 40px auto 0;
  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 .block-title {
  color: #ffffff;
}
.features-table-section-global .wrapper .table {
  display: flex;
  grid-gap: 8px;
  margin: 54px 0 0;
}
.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;
}
.features-table-section-global .wrapper .table .sidebar .label {
  font-weight: 800;
  line-height: 1.1;
  color: #ffffff;
  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;
}
.features-table-section-global .wrapper .table .sidebar .list-1 .row:last-child {
  border: none;
}
.features-table-section-global .wrapper .table .solutions-list {
  width: calc(100% - 468px);
  display: grid;
  grid-gap: 8px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.features-table-section-global .wrapper .table .solutions-list .single-solution {
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.1);
  padding: 22px 10px;
}
.features-table-section-global .wrapper .table .solutions-list .single-solution .solution-name {
  font-weight: 800;
  line-height: 1.1;
  color: #ffffff;
  display: block;
  text-align: center;
  margin: 0 0 65px;
}
.features-table-section-global .wrapper .table .solutions-list .single-solution .list-2 .row {
  height: 71px;
  display: flex;
  align-items: center;
}
.features-table-section-global .wrapper .table .solutions-list .single-solution .list-2 .row.on span {
  background-image: url("../images/icon-table-yes.svg");
}
.features-table-section-global .wrapper .table .solutions-list .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: 94px 0 0;
}
.solution-description-section-global .wrapper {
  display: flex;
  grid-gap: 134px;
  max-width: 1130px;
}
.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;
}
.solution-description-section-global .wrapper .photos .bg-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  height: 262px;
  overflow: hidden;
}
.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 .device {
  height: 342px;
  width: auto;
  display: block;
  position: absolute;
  top: 37px;
  right: 28px;
  z-index: 5;
}

.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: #ffffff;
  line-height: 1.1;
  letter-spacing: 0.12px;
  text-align: center;
  padding: 0 10px;
  position: relative;
  display: inline-block;
  align-items: center;
  background: #000F1E;
  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;
}

.cta-form-section-global .wrapper {
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  padding: 17px 17px;
  display: flex;
  grid-gap: 50px;
}
.cta-form-section-global .wrapper .photo {
  width: 100%;
  max-width: 501px;
  border-radius: 8px;
}
.cta-form-section-global .wrapper .form-global {
  padding: 55px 55px 55px 0;
}
.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;
}
main.page-home .hero-section {
  padding: 257px 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: #000F1E;
}
main.page-home .hero-section .wrapper .gradient-border: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;
}
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: #ffffff;
}
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;
}
main.page-home .hero-section .wrapper .gallery {
  margin: 54px auto 0;
  border-radius: 8px;
  border: 1px solid #CCCFD2;
  background: rgba(255, 255, 255, 0.19);
  box-shadow: 0 0 51.9px 38px rgba(40, 145, 245, 0.1);
  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;
}
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;
}
main.page-home .hero-section .wrapper .gallery .bg:nth-child(4) {
  grid-column: span 1;
  grid-row: span 3;
}
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);
}
main.page-home .hero-section .wrapper .gallery .bg:nth-child(6) {
  grid-column: span 2;
  grid-row: span 2;
}
main.page-home .steps-3-section {
  margin: 90px 0 0;
}
main.page-home .steps-3-section .wrapper {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 17px;
}
main.page-home .steps-3-section .wrapper .single {
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.1);
  padding: 32px 24px;
  position: relative;
}
main.page-home .steps-3-section .wrapper .single:last-child:after {
  display: none;
}
main.page-home .steps-3-section .wrapper .single:after {
  content: "";
  display: block;
  background-image: url("../images/icon-connected-dots.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  width: 36px;
  height: 18px;
  position: absolute;
  top: calc(50% - 9px);
  right: -27px;
  z-index: 5;
}
main.page-home .steps-3-section .wrapper .single .icon {
  height: 60px;
  width: auto;
  display: block;
}
main.page-home .steps-3-section .wrapper .single .name-wrap {
  margin: 24px 0 0;
  display: flex;
  align-items: center;
  grid-gap: 12px;
}
main.page-home .steps-3-section .wrapper .single .name-wrap .number {
  height: 28px;
  width: 28px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
}
main.page-home .steps-3-section .wrapper .single .name-wrap .number:after {
  border-radius: 100%;
}
main.page-home .steps-3-section .wrapper .single .name-wrap .number span {
  display: block;
  text-align: center;
  color: #000000;
  font-weight: 800;
  line-height: 1;
}
main.page-home .steps-3-section .wrapper .single .name-wrap .name {
  font-weight: 800;
  line-height: 1.1;
  color: #ffffff;
}
main.page-home .steps-3-section .wrapper .single .text {
  margin: 8px 0 0;
}
main.page-home .steps-3-section .wrapper .single .btn {
  margin: 14px 0 0;
}
main.page-home .membership-section-global {
  margin: 112px 0 0;
}
main.page-home .list-timeline-section-global {
  margin: 133px 0 0;
  padding: 0 0 168px;
}
main.page-home .sectors-section {
  padding: 142px 0 86px;
}
main.page-home .sectors-section .wrapper .block-title {
  color: #ffffff;
}
main.page-home .sectors-section .wrapper .tabs {
  display: flex;
  align-items: flex-start;
  margin: 54px 0 0;
}
main.page-home .sectors-section .wrapper .tabs .tab-list {
  padding: 0;
  margin: 0 10px 0 0;
  list-style-type: none;
  width: 442px;
  border-radius: 8px;
  overflow: hidden;
  background: #192734;
}
main.page-home .sectors-section .wrapper .tabs .tab-list li {
  padding: 0 20px;
}
main.page-home .sectors-section .wrapper .tabs .tab-list li:last-child a {
  border: none;
}
main.page-home .sectors-section .wrapper .tabs .tab-list li.ui-state-active {
  background: #ffffff;
}
main.page-home .sectors-section .wrapper .tabs .tab-list li.ui-state-active a {
  color: #D02D1D;
}
main.page-home .sectors-section .wrapper .tabs .tab-list li.ui-state-active a:after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  width: calc(100% + 40px);
  left: -20px;
  height: 1px;
  background: #ffffff;
}
main.page-home .sectors-section .wrapper .tabs .tab-list li a {
  text-decoration: none;
  color: #ffffff;
  display: inline-block;
  padding: 14px 0;
  font-weight: 500;
  line-height: 1.1;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #ffffff;
}
main.page-home .sectors-section .wrapper .tabs .tab-content {
  width: calc(100% - 452px);
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.1);
  padding: 32px 26px;
  display: flex;
  grid-gap: 46px;
  align-items: flex-start;
}
main.page-home .sectors-section .wrapper .tabs .tab-content .info .title {
  color: #ffffff;
  font-weight: 800;
  line-height: 1.1;
  display: block;
}
main.page-home .sectors-section .wrapper .tabs .tab-content .info .text {
  margin: 16px 0 0;
}
main.page-home .sectors-section .wrapper .tabs .tab-content .info .btn {
  margin: 34px 0 0;
}
main.page-home .sectors-section .wrapper .tabs .tab-content .photo {
  width: 300px;
  border-radius: 8px;
  flex: none;
}
main.page-home .sectors-section .wrapper .tabs .tab-content .photo:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
main.page-home .sertificates-section {
  padding: 74px 0 57px;
}
main.page-home .sertificates-section .wrapper .block-title {
  color: #ffffff;
}
main.page-home .sertificates-section .wrapper .desc {
  margin: 16px auto 0;
  text-align: center;
  max-width: 661px;
}
main.page-home .sertificates-section .wrapper .sertificates {
  margin: 54px 0 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-gap: 10px;
}
main.page-home .sertificates-section .wrapper .sertificates .single {
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.1);
  padding: 12px;
}
main.page-home .sertificates-section .wrapper .sertificates .single img {
  width: 100%;
  height: auto;
  display: block;
}
main.page-solutions .solutions-section {
  padding: 40px 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;
}
main.page-solutions .solutions-section .wrapper .solutions .single {
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.1);
  padding: 25px 27px;
}
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 {
  content: "";
  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: 21px;
  color: #ffffff;
  display: block;
  z-index: 3;
  font-weight: 800;
}
main.page-solutions .solutions-section .wrapper .solutions .single .bg img {
  height: 269px;
  width: auto;
  display: block;
  position: absolute;
  bottom: 16px;
  right: 41px;
}
main.page-solutions .solutions-section .wrapper .solutions .single p {
  margin: 24px 0 0;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 0.12px;
}
main.page-solutions .solutions-section .wrapper .solutions .single .btn {
  margin: 24px 0 0;
}
main.page-solutions .features-table-section-global {
  margin: 53px 0 0;
  padding: 0 0 98px;
}
main.page-single-solution .accordion-section-global.acc-1 {
  margin: 93px 0 0;
}
main.page-single-solution .accordion-section-global.acc-1 .wrapper {
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: #192734;
}
main.page-single-solution .accordion-section-global.acc-2 {
  margin: 40px 0 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: #192734;
}
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;
}
main.page-single-solution .how-it-works-section .wrapper .how-it-works-carousel .single .info {
  padding: 80px 0;
}
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;
}
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: #000000;
  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;
}
main.page-single-solution .how-it-works-section .wrapper .how-it-works-carousel .single .info .text {
  margin: 18px 0 0;
}
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;
}
main.page-single-solution .cta-bg-section-global {
  margin: 42px 0 0;
}
main.page-single-sector .challenge-solution-sector {
  margin: 35px 0 0;
  padding: 0 0 93px;
}
main.page-single-sector .challenge-solution-sector .wrapper {
  display: flex;
  flex-direction: column;
  grid-gap: 93px;
  max-width: 1234px;
}
main.page-single-sector .challenge-solution-sector .wrapper .block {
  padding: 26px 26px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #192734;
  position: relative;
}
main.page-single-sector .challenge-solution-sector .wrapper .block.challenge:after {
  content: "";
  display: block;
  width: 10px;
  height: 54px;
  background-image: url("../images/icon-colored-line.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -73px;
}
main.page-single-sector .challenge-solution-sector .wrapper .block.solution .tag {
  border-color: #D02D1D;
  color: #D02D1D;
}
main.page-single-sector .challenge-solution-sector .wrapper .block.solution .big-tag {
  background: linear-gradient(90deg, #2AA3F8 0%, #D02D1D 100%);
}
main.page-single-sector .challenge-solution-sector .wrapper .block .tag {
  text-transform: uppercase;
  display: inline-block;
  font-weight: 700;
  padding: 8px 75px;
  border-radius: 5px;
  border: 1px solid #2891F5;
  color: #2891F5;
}
main.page-single-sector .challenge-solution-sector .wrapper .block .big-tag {
  margin: 17px 0 0;
  padding: 7px 21px;
  border-radius: 8px;
  background: linear-gradient(90deg, #46A5AF 0%, #2891F5 100%);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.18px;
}
main.page-single-sector .challenge-solution-sector .wrapper .block .text {
  margin: 16px 0 0;
}
main.page-single-sector .challenge-solution-sector .wrapper .block .text p {
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 0.12px;
}
main.page-single-sector .challenges-section {
  padding: 75px 0 135px;
  background: #192734;
}
main.page-single-sector .challenges-section .wrapper {
  max-width: 1218px;
}
main.page-single-sector .challenges-section .wrapper .block-title {
  color: #ffffff;
}
main.page-single-sector .challenges-section .wrapper .tag {
  font-weight: 800;
  display: block;
  text-align: center;
  border-radius: 8px;
  background: linear-gradient(90deg, #D02D1D 0%, #2891F5 100%);
  color: #ffffff;
  letter-spacing: 0.45px;
  line-height: 1.2;
  padding: 8px 16px;
  margin: 63px 0 0;
}
main.page-single-sector .challenges-section .wrapper .list {
  margin: 63px 0 0;
  padding: 0 38px;
  position: relative;
}
main.page-single-sector .challenges-section .wrapper .list .challenges-line {
  width: 2px;
  position: absolute;
  left: 87px;
  background: linear-gradient(to bottom, #CA3125 0%, #2891F5 50%, #46A5AF 100%);
  position: absolute;
  /* set x-position as you like (center/left/right). Example: */
  transform: translateX(-50%);
  top: 0;
  /* JS sets */
  height: 0;
  /* JS sets */
  pointer-events: none;
  z-index: 0;
}
main.page-single-sector .challenges-section .wrapper .list .challenges {
  display: flex;
  flex-direction: column;
  grid-gap: 80px;
  position: relative;
  z-index: 2;
}
main.page-single-sector .challenges-section .wrapper .list .challenges .single {
  grid-gap: 24px;
  display: flex;
  align-items: flex-start;
}
main.page-single-sector .challenges-section .wrapper .list .challenges .single .icon-wrap img {
  height: 99px;
  width: auto;
  display: block;
}
main.page-single-sector .challenges-section .wrapper .list .challenges .single .info {
  padding: 28px 0 0;
}
main.page-single-sector .challenges-section .wrapper .list .challenges .single .info .title {
  display: block;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 0.18px;
  color: #ffffff;
}
main.page-single-sector .challenges-section .wrapper .list .challenges .single .info .desc {
  margin: 18px 0 0;
}
main.page-single-sector .challenges-section .wrapper .list .challenges .single .info .more {
  margin: 26px 0 0;
  padding: 8px 30px;
}
main.page-single-sector .solutions-section-global {
  background: #000F1E;
}
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 .cta-form-section-global {
  margin: 23px 0 0;
}
main.page-technologies .solution-description-section-global.part-1 {
  padding: 94px 0 148px;
}
main.page-technologies .solution-description-section-global.part-3 {
  padding: 148px 0 148px;
}
main.page-technologies .solution-description-section-global.part-5 {
  padding: 148px 0 148px;
}
main.page-technologies .solution-description-section-global.part-all {
  padding: 148px 0 148px;
}
main.page-technologies .cta-form-section-global {
  margin: 95px 0 0;
}
main.page-time-accounting .solution-description-section-global {
  padding: 100px 0 0;
}
main.page-time-accounting .accordion-section-global {
  margin: 177px 0 0;
}
main.page-time-accounting .sectors-section-global {
  margin: 77px 0 0;
}
main.page-time-accounting .cta-form-section-global {
  margin: 80px 0 0;
}
main.page-employee-id .id-description-section .wrapper .wrap {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 17px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  padding: 18px 20px;
}
main.page-employee-id .id-description-section .wrapper .wrap .single {
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 40px 24px;
  display: flex;
  align-items: flex-start;
  grid-gap: 16px;
}
main.page-employee-id .id-description-section .wrapper .wrap .single:nth-child(1) {
  background: linear-gradient(90deg, rgba(36, 168, 249, 0.75) 0%, rgba(42, 192, 128, 0.75) 100%);
}
main.page-employee-id .id-description-section .wrapper .wrap .single:nth-child(2) {
  background: linear-gradient(90deg, rgba(233, 73, 77, 0.75) 0%, rgba(29, 135, 247, 0.75) 100%);
}
main.page-employee-id .id-description-section .wrapper .wrap .single img {
  height: 40px;
  width: auto;
  display: block;
  flex: none;
}
main.page-employee-id .accordion-section-global {
  margin: 62px 0 0;
}
main.page-employee-id .sectors-section-global {
  margin: 87px 0 0;
}
main.page-employee-id .cta-form-section-global {
  margin: 112px 0 0;
}
main.page-about-us .membership-section-global {
  margin: 97px 0 0;
}
main.page-about-us .membership-section-global .wrapper .list .single:nth-child(1) {
  margin: 0 0 16px;
  padding: 47px 48px;
}
main.page-about-us .membership-section-global .wrapper .list .single:nth-child(2) {
  padding: 48px 48px;
}
main.page-about-us .features-table-section-global {
  margin: 97px 0 0;
}
main.page-about-us .features-table-section-global .wrapper .table .sidebar .label {
  margin: 0 0 119px;
}
main.page-about-us .features-table-section-global .wrapper .table .solutions-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
main.page-about-us .simple-cta-section {
  margin: 89px 0 0;
  background: linear-gradient(180deg, #000F1E 0%, #2891F5 100%);
  padding: 56px 0 56px;
}
main.page-about-us .simple-cta-section .wrapper {
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(0, 0, 0, 0.25);
  max-width: 1160px;
  padding: 49px 56px;
  text-align: center;
}
main.page-about-us .simple-cta-section .wrapper .block-title {
  color: #ffffff;
}
main.page-about-us .simple-cta-section .wrapper .text {
  margin: 14px 0 0;
  text-align: center;
}
main.page-about-us .simple-cta-section .wrapper .btn {
  margin: 28px 0 0;
}
main.page-about-us .mission-section {
  margin: 88px 0 0;
}
main.page-about-us .mission-section .wrapper {
  display: flex;
  grid-gap: 134px;
  align-items: flex-start;
  max-width: 1136px;
}
main.page-about-us .mission-section .wrapper .info img {
  height: 54px;
  width: auto;
  display: block;
}
main.page-about-us .mission-section .wrapper .info .block-title {
  margin: 32px 0 0;
  color: #ffffff;
}
main.page-about-us .mission-section .wrapper .info .text {
  margin: 26px 0 0;
}
main.page-about-us .mission-section .wrapper .photo-wrap {
  width: 100%;
  max-width: 489px;
}
main.page-about-us .mission-section .wrapper .photo-wrap .photo:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 61.75%;
}
main.page-about-us .values-section {
  margin: 109px 0 0;
}
main.page-about-us .values-section .wrapper .block-title {
  color: #ffffff;
}
main.page-about-us .values-section .wrapper .values {
  margin: 46px 0 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 11px;
}
main.page-about-us .values-section .wrapper .values .single {
  padding: 31px 41px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.4);
}
main.page-about-us .values-section .wrapper .values .single:nth-child(1) {
  background: linear-gradient(90deg, rgba(0, 166, 184, 0.75) 0%, rgba(40, 145, 245, 0.75) 100%);
}
main.page-about-us .values-section .wrapper .values .single:nth-child(2) {
  background: linear-gradient(90deg, rgba(208, 45, 29, 0.75) 0%, rgba(40, 145, 245, 0.75) 100%);
}
main.page-about-us .values-section .wrapper .values .single:nth-child(3) {
  background: linear-gradient(90deg, rgba(40, 145, 245, 0.75) 0%, rgba(208, 45, 29, 0.75) 100%);
}
main.page-about-us .values-section .wrapper .values .single:nth-child(4) {
  background: linear-gradient(90deg, rgba(40, 145, 245, 0.75) 0%, rgba(70, 165, 175, 0.75) 100%);
}
main.page-about-us .values-section .wrapper .values .single .title {
  font-weight: 800;
  color: #ffffff;
  display: block;
  line-height: 1.1;
  letter-spacing: 0.12px;
}
main.page-about-us .team-section {
  margin: 109px 0 0;
}
main.page-about-us .team-section .wrapper {
  max-width: 1224px;
}
main.page-about-us .team-section .wrapper .block-title {
  color: #ffffff;
}
main.page-about-us .team-section .wrapper .text {
  margin: 34px 0 0;
  text-align: center;
}
main.page-about-us .team-section .wrapper .team {
  margin: 54px 0 0;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  grid-gap: 60px;
  grid-row-gap: 54px;
}
main.page-about-us .team-section .wrapper .team .single .photo {
  border-radius: 100%;
}
main.page-about-us .team-section .wrapper .team .single .photo:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
main.page-for-partners .list-timeline-section-global {
  margin: 46px 0 0;
  padding: 0 0 104px;
}
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-top: 104px;
}
main.page-contacts .form-map-contact-section {
  margin: 41px 0 0;
}
main.page-contacts .form-map-contact-section .wrapper {
  display: flex;
  grid-gap: 14px;
}
main.page-contacts .form-map-contact-section .wrapper .form-global {
  padding: 27px 72px;
  border-radius: 8px;
  background: linear-gradient(130deg, rgba(40, 145, 245, 0.1) 15.92%, rgba(70, 165, 175, 0.1) 99.55%);
}
main.page-contacts .form-map-contact-section .wrapper .map-info {
  width: 450px;
  flex: none;
  display: flex;
  flex-direction: column;
}
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: 86px 0 0;
}
main.page-contacts .team-help-section .wrapper .block-title {
  color: #ffffff;
}
main.page-contacts .team-help-section .wrapper .blocks {
  margin: 54px auto 0;
  max-width: 966px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 14px;
}
main.page-contacts .team-help-section .wrapper .blocks .single {
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.1);
  padding: 32px 48px;
}
main.page-contacts .team-help-section .wrapper .blocks .single img {
  height: 59px;
  width: auto;
  display: block;
}
main.page-contacts .team-help-section .wrapper .blocks .single .title {
  margin: 24px 0 0;
  display: block;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.1;
  letter-spacing: 0.12px;
}
main.page-contacts .team-help-section .wrapper .blocks .single .text {
  margin: 8px 0 0;
}

main.page-success-stories .testimonials-blur-section {
  margin: 94px 0 0;
}
main.page-success-stories .testimonials-blur-section .wrapper .testimonials-blur-carousel-global:before {
  pointer-events: none;
  content: "";
  z-index: 2;
  display: block;
  width: 33%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000F1E;
  background: linear-gradient(90deg, #000f1e 0%, rgba(255, 255, 255, 0) 100%);
}
main.page-success-stories .testimonials-blur-section .wrapper .testimonials-blur-carousel-global:after {
  pointer-events: none;
  content: "";
  z-index: 2;
  display: block;
  width: 33%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #000F1E;
  background: linear-gradient(-90deg, #000f1e 0%, rgba(255, 255, 255, 0) 100%);
}
main.page-success-stories .success-stories-posts-section {
  margin: 103px 0 0;
}
main.page-success-stories .success-stories-posts-section .wrapper .block-title {
  color: #ffffff;
}
main.page-success-stories .success-stories-posts-section .wrapper .success-stories-wrap {
  margin: 61px 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;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 4px 57.6px 0 rgba(255, 255, 255, 0.25) inset;
  padding: 25px 25px;
  display: flex;
  align-items: flex-start;
  grid-gap: 83px;
}
main.page-success-stories .success-stories-posts-section .wrapper .success-stories-wrap .success-stories-posts .single-story .info .title {
  display: inline-block;
  text-decoration: none;
  color: #ffffff;
  line-height: 1.1;
  letter-spacing: 0.18px;
}
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;
}
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: 86px 0 0;
}
/*
.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 .blog-posts-section {
  margin: 46px 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;
  padding: 27px 27px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
}
main.page-blog .blog-posts-section .wrapper .blog-posts-wrap .blog-posts .single-blog-post {
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 4px 57.6px 0 rgba(255, 255, 255, 0.25) inset;
  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;
  font-weight: 700;
  text-decoration: none;
  color: #ffffff;
}
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: 105px 0 0;
}
main.page-text .content-section {
  margin: 85px 0 0;
}
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.page-instruction .top-content-section {
  margin: 23px 0 0;
}
main.page-instruction .top-content-section .wrapper {
  max-width: 923px;
}
main.page-instruction .top-content-section .wrapper .wrap {
  display: flex;
  align-items: center;
  grid-gap: 56px;
}
main.page-instruction .top-content-section .wrapper .wrap .main-img {
  height: 286px;
  width: auto;
  display: block;
  flex: none;
}
main.page-instruction .content-section {
  margin: 54px 0 0;
}
main.page-instruction .content-section .wrapper {
  max-width: 923px;
}
main.page-instruction .content-section .wrapper .text-sections {
  display: flex;
  flex-direction: column;
  grid-gap: 54px;
}
main.page-instruction .content-section .wrapper .text-sections .single .blue {
  font-weight: 600;
  text-transform: uppercase;
  color: #2891F5;
  display: block;
  margin: 0 0 16px;
}
main.page-try-free .form-testimonials-section {
  margin: 37px 0 0;
}
main.page-try-free .form-testimonials-section .wrapper {
  display: grid;
  grid-gap: 69px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: flex-start;
}
main.page-try-free .form-testimonials-section .wrapper .form-global {
  padding: 36px 37px;
  border-radius: 8px;
  background: linear-gradient(130deg, rgba(40, 145, 245, 0.1) 15.92%, rgba(70, 165, 175, 0.1) 99.55%);
}
main.page-try-free .form-testimonials-section .wrapper .testimonials-contact .testimonials-blur-carousel-2-global .owl-item {
  box-shadow: none;
  filter: none;
}
main.page-try-free .form-testimonials-section .wrapper .testimonials-contact .testimonials-blur-carousel-2-global .owl-dots {
  transform: translateY(-30px);
}
main.page-try-free .form-testimonials-section .wrapper .testimonials-contact .contact-info-global {
  flex-direction: row;
  align-items: center;
  justify-content: center;
  grid-gap: 24px;
}
main.page-try-free .form-testimonials-section .wrapper .testimonials-contact .contact-info-global .photo {
  margin: 0;
}
main.page-try-free .form-testimonials-section .wrapper .testimonials-contact .contact-info-global .info {
  margin: 0;
}
main.page-try-free .facts-section-global {
  margin: 72px 0 0;
  padding: 0;
}
main.single-success-story .hero-inner-section-global .wrapper .page-title {
  max-width: 1206px;
}
main.single-success-story .company-info-section {
  margin: 81px 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: rgba(255, 255, 255, 0.1);
  box-shadow: 0 4px 57.6px 0 rgba(255, 255, 255, 0.25) inset;
}
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;
}
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%);
  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;
}
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;
}
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: #ffffff;
  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: #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: -64px;
  pointer-events: none;
}
main.single-success-story .story-info-section .wrapper .story-timeline-wrap .list .single .title:before {
  content: "";
  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: 104px 0 0;
}
main.single-post .hero-inner-section-global .wrapper .page-title {
  max-width: 1206px;
}
main.single-post .content-section {
  margin: 85px 0 0;
}
main.single-post .content-section .wrapper {
  max-width: 1035px;
}

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