@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap");
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
	 ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
	 ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
	 ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
	 ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
	 ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
	 ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
	 ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

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

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

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

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

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

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

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

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

.ico-arrow-right:before {
  content: "\e901"; }

.ico-facebook:before {
  content: "\e902"; }

.ico-linkedin:before {
  content: "\e903"; }

.ico-linkedin-02:before {
  content: "\e904"; }

.ico-twitter:before {
  content: "\e907"; }

.ico-vector:before {
  content: "\e900"; }

#header .nav-menu, .intro-section .marquee-carousel .marquee-list, .contact-section .tabs-block .tabs-list, #footer .footer-menu .nav-column .nav-menu, #footer .footer-menu .socials-column .socials-list {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after {
  content: '';
  display: block;
  clear: both; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

html {
  box-sizing: border-box; }

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

* {
  max-height: 1000000px; }

body {
  color: #000;
  background: #fff;
  font: 16px/1.2 "Space Grotesk", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

.gm-style img {
  max-width: none; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: inherit;
  font-weight: bold;
  margin: 0 0 0.6em;
  color: inherit; }

h1, .h1 {
  font-size: 30px; }

h2, .h2 {
  font-size: 27px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 21px; }

h5, .h5 {
  font-size: 17px; }

h6, .h6 {
  font-size: 15px; }

p {
  margin: 0 0 1em; }

a {
  color: #000; }
  a:hover, a:focus {
    text-decoration: none; }

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  padding: 15px;
  border: 1px solid #191A23;
  border-radius: 14px;
  font-size: 14px;
  line-height: 1.22;
  font-weight: 400;
  box-shadow: 0 0 10px 2px rgba(255, 255, 255, 0);
  outline: none; }
  @media (min-width: 768px) {
    input[type='text'],
    input[type='tel'],
    input[type='email'],
    input[type='search'],
    input[type='password'],
    textarea {
      padding: 17px 30px;
      font-size: 18px; } }
  input[type='text']:focus,
  input[type='tel']:focus,
  input[type='email']:focus,
  input[type='search']:focus,
  input[type='password']:focus,
  textarea:focus {
    border-color: #AAD775;
    box-shadow: 0 0 10px 2px rgba(185, 255, 102, 0.5); }
  input[type='text']::-webkit-input-placeholder,
  input[type='tel']::-webkit-input-placeholder,
  input[type='email']::-webkit-input-placeholder,
  input[type='search']::-webkit-input-placeholder,
  input[type='password']::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #898989; }
  input[type='text']::-moz-placeholder,
  input[type='tel']::-moz-placeholder,
  input[type='email']::-moz-placeholder,
  input[type='search']::-moz-placeholder,
  input[type='password']::-moz-placeholder,
  textarea::-moz-placeholder {
    opacity: 1;
    color: #898989; }
  input[type='text']:-moz-placeholder,
  input[type='tel']:-moz-placeholder,
  input[type='email']:-moz-placeholder,
  input[type='search']:-moz-placeholder,
  input[type='password']:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #898989; }
  input[type='text']:-ms-input-placeholder,
  input[type='tel']:-ms-input-placeholder,
  input[type='email']:-ms-input-placeholder,
  input[type='search']:-ms-input-placeholder,
  input[type='password']:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #898989; }
  input[type='text'].placeholder,
  input[type='tel'].placeholder,
  input[type='email'].placeholder,
  input[type='search'].placeholder,
  input[type='password'].placeholder,
  textarea.placeholder {
    color: #898989; }

select {
  -webkit-border-radius: 0; }

textarea {
  resize: none;
  vertical-align: top;
  min-height: 190px; }

button:not(.slick-arrow),
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer; }

.error {
  border-color: #D83E57 !important;
  color: #D83E57; }
  .error:focus {
    box-shadow: 0 0 10px 2px rgba(216, 62, 87, 0.5) !important; }

label.error {
  font-size: 14px;
  margin: -7px 0 -19px; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 500; }

h1 {
  font-size: 36px;
  line-height: 1.28; }
  @media (min-width: 480px) {
    h1 {
      font-size: 48px; } }
  @media (min-width: 1024px) {
    h1 {
      font-size: 60px; } }

h2 {
  font-size: 26px;
  line-height: 1.12; }
  @media (min-width: 480px) {
    h2 {
      font-size: 34px; } }
  @media (min-width: 1024px) {
    h2 {
      font-size: 40px; } }

h3 {
  font-size: 22px;
  line-height: 1.26; }
  @media (min-width: 480px) {
    h3 {
      font-size: 24px; } }
  @media (min-width: 1024px) {
    h3 {
      font-size: 30px; } }

h4 {
  font-size: 24px; }
  @media (min-width: 480px) {
    h4 {
      font-size: 28px; } }
  @media (min-width: 1024px) {
    h4 {
      font-size: 32px; } }

h5 {
  font-size: 18px; }
  @media (min-width: 480px) {
    h5 {
      font-size: 22px; } }
  @media (min-width: 1024px) {
    h5 {
      font-size: 24px; } }

h6 {
  font-size: 16px;
  line-height: 1.2; }

mark {
  background: #B9FF66;
  padding: 2px 7px;
  display: inline-block;
  border-radius: 5px;
  font-size: 20px;
  font-weight: 500; }

@media (max-width: 767px) {
  br {
    display: none; } }

.logo {
  display: block; }
  .logo a, .logo img {
    display: block; }

.container {
  padding: 0 20px; }
  @media (min-width: 768px) {
    .container {
      padding: 0 30px; } }
  @media (min-width: 1024px) {
    .container {
      max-width: 1322px;
      margin: 0 auto;
      padding: 0 40px;
      width: 100%; } }

.btn, button:not(.slick-arrow),
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  -webkit-transition: background 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  transition: background 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  background: #000;
  padding: 15px 12px;
  border-radius: 10px;
  text-align: center;
  font-size: 16px;
  border: 1px solid #191A23;
  box-shadow: 0px 0px 27px 2px rgba(255, 255, 255, 0);
  text-decoration: none;
  display: inline-block;
  color: #fff; }
  @media (min-width: 1024px) {
    .btn, button:not(.slick-arrow),
    input[type='button'],
    input[type='reset'],
    input[type='file'],
    input[type='submit'] {
      padding: 20px 34px;
      font-size: 20px; } }
  .btn:hover, button:hover:not(.slick-arrow),
  input:hover[type='button'],
  input:hover[type='reset'],
  input:hover[type='file'],
  input:hover[type='submit'] {
    background: #292A32;
    color: #AAD775;
    box-shadow: 0px 0px 27px 2px rgba(185, 255, 102, 0.8); }
  .btn.unpainted, button.unpainted:not(.slick-arrow),
  input.unpainted[type='button'],
  input.unpainted[type='reset'],
  input.unpainted[type='file'],
  input.unpainted[type='submit'] {
    background: none;
    padding: 10px 12px;
    color: #000; }
    @media (min-width: 1024px) {
      .btn.unpainted, button.unpainted:not(.slick-arrow),
      input.unpainted[type='button'],
      input.unpainted[type='reset'],
      input.unpainted[type='file'],
      input.unpainted[type='submit'] {
        padding: 15px 20px; } }
    @media (min-width: 1200px) {
      .btn.unpainted, button.unpainted:not(.slick-arrow),
      input.unpainted[type='button'],
      input.unpainted[type='reset'],
      input.unpainted[type='file'],
      input.unpainted[type='submit'] {
        padding: 21px 34px; } }
    .btn.unpainted:hover, button.unpainted:hover:not(.slick-arrow),
    input.unpainted:hover[type='button'],
    input.unpainted:hover[type='reset'],
    input.unpainted:hover[type='file'],
    input.unpainted:hover[type='submit'] {
      background: #292A32;
      color: #AAD775; }
  .btn.green, button.green:not(.slick-arrow),
  input.green[type='button'],
  input.green[type='reset'],
  input.green[type='file'],
  input.green[type='submit'] {
    background: #B9FF66;
    font-size: 18px;
    line-height: 1.4;
    color: #000;
    border-radius: 14px;
    padding: 20px; }
    @media (min-width: 1440px) {
      .btn.green, button.green:not(.slick-arrow),
      input.green[type='button'],
      input.green[type='reset'],
      input.green[type='file'],
      input.green[type='submit'] {
        font-size: 20px;
        padding: 20px 34px; } }
    .btn.green:hover, button.green:hover:not(.slick-arrow),
    input.green:hover[type='button'],
    input.green:hover[type='reset'],
    input.green:hover[type='file'],
    input.green:hover[type='submit'] {
      background: none;
      color: #AAD775; }

.cta {
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 15px;
  width: -webkit-max-content;
  width: max-content;
  font-size: 17px;
  text-decoration: none; }
  @media (min-width: 1024px) {
    .cta {
      font-size: 20px; } }
  .cta:before {
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    width: 30px;
    height: 30px;
    content: "\e901";
    background: #191A23;
    font-family: 'icomoon';
    font-size: 16px;
    color: #B9FF66;
    padding: 5px;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transform: rotate(-30deg);
        -ms-transform: rotate(-30deg);
            transform: rotate(-30deg); }
    @media (min-width: 768px) {
      .cta:before {
        width: 41px;
        height: 41px;
        font-size: 23px; } }
  .cta:hover:before {
    -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0); }
  .cta:hover span:after {
    width: 100%; }
  .cta span {
    position: relative;
    padding: 0 0 3px; }
    .cta span:after {
      -webkit-transition: width 0.2s ease-in-out;
      transition: width 0.2s ease-in-out;
      content: '';
      position: absolute;
      left: 50%;
      bottom: 0;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      width: 0;
      height: 2px;
      background: #000; }
  .cta.easy {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    color: #B9FF66;
    gap: 0 3px; }
    .cta.easy:before {
      background: none; }
    .cta.easy span:after {
      background: #B9FF66; }

.heading-block {
  font-size: 18px;
  line-height: 1.28;
  margin: 0 0 30px; }
  @media (min-width: 768px) {
    .heading-block {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 0 20px;
      max-width: 880px; } }
  @media (min-width: 1024px) {
    .heading-block {
      gap: 0 40px; } }
  .heading-block h1, .heading-block h2, .heading-block h3, .heading-block h4, .heading-block h5, .heading-block h6 {
    background: #B9FF66;
    padding: 2px 7px;
    display: inline-block;
    border-radius: 5px; }

.slick-slider .slick-list {
  margin: 0 0 105px; }

.slick-slider .slick-slide {
  margin: 0 10px; }

.slick-slider .slick-dots {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  position: relative;
  margin: 0;
  list-style: none;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  bottom: unset;
  height: 100%;
  cursor: pointer; }
  .slick-slider .slick-dots li {
    width: 23px;
    height: 23px;
    margin: 0 5px;
    color: #f3f3f3; }
    .slick-slider .slick-dots li.slick-active {
      color: #B9FF66; }
    .slick-slider .slick-dots li i {
      font-size: 14px;
      overflow: hidden;
      display: block; }

.slick-slider .slick-arrow {
  content: '';
  background: none;
  border: none;
  text-indent: -9999px;
  z-index: 1;
  position: absolute;
  bottom: 5px; }
  .slick-slider .slick-arrow:before {
    width: 12px;
    height: 3px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: #fff; }
    @media (min-width: 1024px) {
      .slick-slider .slick-arrow:before {
        width: 20px;
        height: 3px; } }
  .slick-slider .slick-arrow:after {
    width: 10px;
    height: 10px;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    content: '';
    display: block;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        -ms-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
    margin: 0 0 0 2px; }
    @media (min-width: 1024px) {
      .slick-slider .slick-arrow:after {
        width: 16px;
        height: 16px; } }
  .slick-slider .slick-arrow.slick-prev {
    left: 30px; }
    @media (min-width: 768px) {
      .slick-slider .slick-arrow.slick-prev {
        left: calc(50% - 280px); } }
    .slick-slider .slick-arrow.slick-prev:after {
      -webkit-transform: translate(-50%, -50%) rotate(135deg);
          -ms-transform: translate(-50%, -50%) rotate(135deg);
              transform: translate(-50%, -50%) rotate(135deg);
      margin: 0 0 0 -2px; }
  .slick-slider .slick-arrow.slick-next {
    right: 30px; }
    @media (min-width: 768px) {
      .slick-slider .slick-arrow.slick-next {
        right: calc(50% - 280px); } }

#header {
  padding: 15px 0; }
  @media (min-width: 1024px) {
    #header {
      padding: 60px 0; } }
  #header .columns-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 15px; }
  #header .logo {
    width: 140px;
    position: relative;
    z-index: 9999; }
    @media (min-width: 768px) {
      #header .logo {
        width: 16vw; } }
    @media (min-width: 1200px) {
      #header .logo {
        width: 219px; } }
  #header #nav-bar.active .opener:before {
    background: #000;
    -webkit-transform: translate(0, 10px) rotate(-135deg);
        -ms-transform: translate(0, 10px) rotate(-135deg);
            transform: translate(0, 10px) rotate(-135deg);
    width: 30px; }
  #header #nav-bar.active .opener span {
    background: #000;
    width: 0; }
  #header #nav-bar.active .opener:after {
    background: #000;
    -webkit-transform: translate(0, -10px) rotate(135deg);
        -ms-transform: translate(0, -10px) rotate(135deg);
            transform: translate(0, -10px) rotate(135deg);
    width: 30px; }
  #header #nav-bar.active .drop {
    top: 0;
    left: 0;
    opacity: 1;
    -webkit-transition: top 0s 0s, left 0s 0s, opacity .2s 0s, -webkit-transform .2s 0s;
    transition: top 0s 0s, left 0s 0s, opacity .2s 0s, -webkit-transform .2s 0s;
    transition: top 0s 0s, left 0s 0s, opacity .2s 0s, transform .2s 0s;
    transition: top 0s 0s, left 0s 0s, opacity .2s 0s, transform .2s 0s, -webkit-transform .2s 0s; }
  #header #nav-bar .opener {
    -webkit-transition: background 0.2s ease-in-out, border-color 0.2s ease-in-out;
    transition: background 0.2s ease-in-out, border-color 0.2s ease-in-out;
    width: 50px;
    height: 50px;
    position: relative;
    margin: -10px;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px 0;
    text-indent: -9999px;
    overflow: hidden;
    z-index: 9999;
    float: right; }
    @media (min-width: 768px) {
      #header #nav-bar .opener {
        display: none; } }
    #header #nav-bar .opener:before, #header #nav-bar .opener:after,
    #header #nav-bar .opener span {
      -webkit-transition: background 0.2s ease-in-out, width 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
      transition: background 0.2s ease-in-out, width 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
      transition: background 0.2s ease-in-out, width 0.2s ease-in-out, transform 0.2s ease-in-out;
      transition: background 0.2s ease-in-out, width 0.2s ease-in-out, transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
      content: '';
      background: #000;
      width: 100%;
      height: 2px; }
  #header #nav-bar .drop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto; }
    @media (max-width: 767px) {
      #header #nav-bar .drop {
        -webkit-transition: opacity 0.2s ease-in-out;
        transition: opacity 0.2s ease-in-out;
        width: 100%;
        height: 100%;
        position: fixed;
        top: -99999px;
        left: -9999px;
        background: #fff;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        z-index: 9997;
        opacity: 0;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-transition: top 0s .2s, left 0s .2s, opacity .2s 0s, -webkit-transform .2s 0s;
        transition: top 0s .2s, left 0s .2s, opacity .2s 0s, -webkit-transform .2s 0s;
        transition: top 0s .2s, left 0s .2s, opacity .2s 0s, transform .2s 0s;
        transition: top 0s .2s, left 0s .2s, opacity .2s 0s, transform .2s 0s, -webkit-transform .2s 0s; } }
  #header .nav-menu {
    font-family: "Space Grotesk", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 26px;
    line-height: 34px; }
    @media (min-width: 768px) {
      #header .nav-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 0;
        font-size: 16px;
        line-height: 22px;
        gap: 0 1.5vw; } }
    @media (min-width: 1024px) {
      #header .nav-menu {
        font-size: 20px;
        line-height: 24px;
        gap: 0 2.25vw; } }
    #header .nav-menu li {
      text-align: center;
      margin: 0 0 40px; }
      @media (min-width: 768px) {
        #header .nav-menu li {
          margin: 0; } }
    #header .nav-menu a:not(.btn):not(
    input[type='button']):not(
    input[type='reset']):not(
    input[type='file']):not(
    input[type='submit']) {
      position: relative;
      padding: 5px;
      display: inline-block;
      text-decoration: none;
      color: #000; }
      @media (min-width: 1024px) {
        #header .nav-menu a:not(.btn):not(
        input[type='button']):not(
        input[type='reset']):not(
        input[type='file']):not(
        input[type='submit']) {
          padding: 10px 5px 5px; } }
      #header .nav-menu a:not(.btn):not(
      input[type='button']):not(
      input[type='reset']):not(
      input[type='file']):not(
      input[type='submit']):before {
        -webkit-transition: width 0.2s ease-in-out;
        transition: width 0.2s ease-in-out;
        content: '';
        position: absolute;
        left: 50%;
        bottom: 0;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        width: 0;
        height: 2px;
        background: #000; }
      #header .nav-menu a:not(.btn):not(
      input[type='button']):not(
      input[type='reset']):not(
      input[type='file']):not(
      input[type='submit']):hover:before {
        width: 100%; }
    @media (max-width: 767px) {
      #header .nav-menu .btn.unpainted, #header .nav-menu button.unpainted:not(.slick-arrow),
      #header .nav-menu input.unpainted[type='button'],
      #header .nav-menu input.unpainted[type='reset'],
      #header .nav-menu input.unpainted[type='file'],
      #header .nav-menu input.unpainted[type='submit'] {
        font-size: 26px;
        padding: 21px 20px; } }

.intro-section {
  padding: 40px 0;
  font-size: 18px;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .intro-section {
      padding: 50px 0; } }
  @media (min-width: 1024px) {
    .intro-section {
      padding: 10px 0 70px;
      font-size: 20px; } }
  @media (min-width: 1024px) {
    .intro-section h1, .intro-section h2, .intro-section h3, .intro-section h4, .intro-section h5, .intro-section h6 {
      margin: 0 0 .6em; } }
  @media (min-width: 768px) {
    .intro-section .columns-block {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      gap: 0 30px;
      margin: 0 0 75px; } }
  .intro-section .left-column {
    margin: 0 0 30px; }
    @media (min-width: 768px) {
      .intro-section .left-column {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        max-width: 503px;
        margin: 0; } }
    .intro-section .left-column .btn, .intro-section .left-column button:not(.slick-arrow),
    .intro-section .left-column input[type='button'],
    .intro-section .left-column input[type='reset'],
    .intro-section .left-column input[type='file'],
    .intro-section .left-column input[type='submit'] {
      margin: 15px 0 0; }
  .intro-section .right-column {
    max-width: 400px;
    margin: 0 auto 30px; }
    @media (min-width: 768px) {
      .intro-section .right-column {
        max-width: 600px;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        margin: 0; } }
  .intro-section .marquee-carousel {
    position: relative;
    overflow: hidden; }
    .intro-section .marquee-carousel .marquee-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 9999px;
      float: left;
      list-style-type: none; }
      .intro-section .marquee-carousel .marquee-list li {
        margin: 0 20px;
        line-height: 0; }
        @media (min-width: 480px) {
          .intro-section .marquee-carousel .marquee-list li {
            margin: 0 30px; } }
        @media (min-width: 768px) {
          .intro-section .marquee-carousel .marquee-list li {
            margin: 0 48px; } }
        .intro-section .marquee-carousel .marquee-list li:first-child {
          margin-left: 0; }
        @media (max-width: 767px) {
          .intro-section .marquee-carousel .marquee-list li img {
            width: 90px; } }

.services-section {
  padding: 40px 0; }
  @media (min-width: 768px) {
    .services-section {
      padding: 50px 0; } }
  @media (min-width: 1024px) {
    .services-section {
      padding: 70px 0; } }
  .services-section h1 span, .services-section h2 span, .services-section h3 span, .services-section h4 span, .services-section h5 span, .services-section h6 span {
    padding: 0 7px;
    border-radius: 7px;
    overflow: hidden; }
  @media (min-width: 1024px) {
    .services-section .heading-block {
      margin: 0 0 60px; } }
  .services-section .columns-block {
    margin: 0 0 30px; }
    @media (min-width: 768px) {
      .services-section .columns-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        gap: 20px;
        margin: 0 0 70px; } }
    @media (min-width: 1024px) {
      .services-section .columns-block {
        gap: 40px;
        margin: 0 0 125px; } }
    .services-section .columns-block h1, .services-section .columns-block h2, .services-section .columns-block h3, .services-section .columns-block h4, .services-section .columns-block h5, .services-section .columns-block h6 {
      margin: 0 0 15px; }
      @media (min-width: 768px) {
        .services-section .columns-block h1, .services-section .columns-block h2, .services-section .columns-block h3, .services-section .columns-block h4, .services-section .columns-block h5, .services-section .columns-block h6 {
          -webkit-box-flex: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1;
          margin: 0 0 30px; } }
      @media (min-width: 1024px) {
        .services-section .columns-block h1, .services-section .columns-block h2, .services-section .columns-block h3, .services-section .columns-block h4, .services-section .columns-block h5, .services-section .columns-block h6 {
          margin: 0 0 50px; } }
    .services-section .columns-block .column {
      border: 1px solid #191A23;
      border-radius: 45px;
      box-shadow: 0 5px 0px #191A23;
      overflow: hidden;
      max-width: 400px;
      margin: 0 auto 30px; }
      @media (min-width: 768px) {
        .services-section .columns-block .column {
          width: calc(50% - 10px);
          max-width: 600px;
          margin: 0; } }
      @media (min-width: 1024px) {
        .services-section .columns-block .column {
          width: calc(50% - 20px); } }
      .services-section .columns-block .column.gray {
        background: #f3f3f3; }
        .services-section .columns-block .column.gray h1 span, .services-section .columns-block .column.gray h2 span, .services-section .columns-block .column.gray h3 span, .services-section .columns-block .column.gray h4 span, .services-section .columns-block .column.gray h5 span, .services-section .columns-block .column.gray h6 span {
          background: #B9FF66; }
      .services-section .columns-block .column.green {
        background: #B9FF66; }
        .services-section .columns-block .column.green h1 span, .services-section .columns-block .column.green h2 span, .services-section .columns-block .column.green h3 span, .services-section .columns-block .column.green h4 span, .services-section .columns-block .column.green h5 span, .services-section .columns-block .column.green h6 span {
          background: #f3f3f3; }
      .services-section .columns-block .column.black {
        background: #191A23; }
        .services-section .columns-block .column.black h1 span, .services-section .columns-block .column.black h2 span, .services-section .columns-block .column.black h3 span, .services-section .columns-block .column.black h4 span, .services-section .columns-block .column.black h5 span, .services-section .columns-block .column.black h6 span {
          background: #fff; }
        .services-section .columns-block .column.black .cta {
          color: #fff; }
          .services-section .columns-block .column.black .cta:before {
            background: #f3f3f3;
            color: #191A23; }
          .services-section .columns-block .column.black .cta span:after {
            background: #fff; }
      .services-section .columns-block .column.green-text {
        color: #fff; }
        .services-section .columns-block .column.green-text h1, .services-section .columns-block .column.green-text h2, .services-section .columns-block .column.green-text h3, .services-section .columns-block .column.green-text h4, .services-section .columns-block .column.green-text h5, .services-section .columns-block .column.green-text h6 {
          color: #191A23; }
          .services-section .columns-block .column.green-text h1 span, .services-section .columns-block .column.green-text h2 span, .services-section .columns-block .column.green-text h3 span, .services-section .columns-block .column.green-text h4 span, .services-section .columns-block .column.green-text h5 span, .services-section .columns-block .column.green-text h6 span {
            background: #B9FF66; }
      .services-section .columns-block .column .column-wrapper {
        padding: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse; }
        @media (min-width: 768px) {
          .services-section .columns-block .column .column-wrapper {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
                -ms-flex-direction: row;
                    flex-direction: row;
            gap: 0 30px;
            min-height: 250px; } }
        @media (min-width: 1200px) {
          .services-section .columns-block .column .column-wrapper {
            padding: 50px;
            min-height: 310px; } }
      .services-section .columns-block .column .left-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; }
        @media (min-width: 768px) {
          .services-section .columns-block .column .left-block {
            width: calc(60% - 10px); } }
      .services-section .columns-block .column .right-block {
        margin: 0 0 15px; }
        @media (min-width: 768px) {
          .services-section .columns-block .column .right-block {
            width: calc(40% - 10px);
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: end;
                -ms-flex-pack: end;
                    justify-content: flex-end;
            margin: 0; } }
        .services-section .columns-block .column .right-block .img-holder {
          max-width: 210px;
          margin: 0 auto; }
          @media (min-width: 768px) {
            .services-section .columns-block .column .right-block .img-holder {
              margin: 0; } }
  .services-section .contact_us-block {
    background: #f3f3f3;
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    font-size: 18px;
    line-height: 1.25;
    border-radius: 45px;
    max-width: 550px;
    margin: 0 auto; }
    @media (min-width: 768px) {
      .services-section .contact_us-block {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        max-width: none;
        margin: 0; } }
    @media (min-width: 1024px) {
      .services-section .contact_us-block {
        padding: 60px; } }
    .services-section .contact_us-block h1, .services-section .contact_us-block h2, .services-section .contact_us-block h3, .services-section .contact_us-block h4, .services-section .contact_us-block h5, .services-section .contact_us-block h6 {
      margin: 0 0 0.9em; }
    .services-section .contact_us-block .post-block {
      max-width: 500px; }
      @media (min-width: 768px) {
        .services-section .contact_us-block .post-block {
          width: calc(50% - 15px); } }
    .services-section .contact_us-block .btn, .services-section .contact_us-block button:not(.slick-arrow),
    .services-section .contact_us-block input[type='button'],
    .services-section .contact_us-block input[type='reset'],
    .services-section .contact_us-block input[type='file'],
    .services-section .contact_us-block input[type='submit'] {
      margin: 10px 0 0; }
    .services-section .contact_us-block .img-block {
      max-width: 300px;
      margin: 0 auto 30px; }
      @media (min-width: 768px) {
        .services-section .contact_us-block .img-block {
          width: calc(50% - 15px);
          margin: -60px 0; } }
      @media (min-width: 1024px) {
        .services-section .contact_us-block .img-block {
          margin: -83px 6.7% -83px 0;
          max-width: 360px; } }

.case_studies-section {
  padding: 40px 0;
  font-size: 18px;
  line-height: 1.28; }
  @media (min-width: 768px) {
    .case_studies-section {
      padding: 50px 0; } }
  @media (min-width: 1024px) {
    .case_studies-section {
      padding: 90px 0; } }
  @media (min-width: 1024px) {
    .case_studies-section .container {
      max-width: 1314px; } }
  .case_studies-section .heading-block {
    margin: 0 0 30px; }
    @media (min-width: 1024px) {
      .case_studies-section .heading-block {
        margin: 0 0 60px; } }
  .case_studies-section .black-box {
    background: #191A23;
    padding: 30px;
    color: #fff;
    border-radius: 45px; }
    @media (min-width: 768px) {
      .case_studies-section .black-box {
        padding: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    @media (min-width: 1200px) {
      .case_studies-section .black-box {
        padding: 70px 60px 60px; } }
  @media (min-width: 768px) {
    .case_studies-section .column {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; } }
  .case_studies-section .column:not(:last-child) {
    padding: 0 0 30px;
    margin: 0 0 30px;
    border-bottom: 1px solid #fff; }
    @media (min-width: 768px) {
      .case_studies-section .column:not(:last-child) {
        border-bottom: none;
        border-right: 1px solid #fff;
        padding: 0 30px 0 0;
        margin: 0 30px 0 0; } }
    @media (min-width: 1200px) {
      .case_studies-section .column:not(:last-child) {
        padding-right: 64px;
        margin-right: 64px; } }
  .case_studies-section .post-block {
    margin: 0 0 -1em; }
  .case_studies-section .cta-holder {
    margin: 33px 0 0; }

.working_process-section {
  padding: 40px 0; }
  @media (min-width: 768px) {
    .working_process-section {
      padding: 50px 0; } }
  @media (min-width: 1024px) {
    .working_process-section .heading-block {
      margin: 0 0 60px; } }
  .working_process-section .step-item {
    -webkit-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
    background: #f3f3f3;
    margin: 0 0 30px;
    border-radius: 35px;
    border: 1px solid #191A23;
    box-shadow: 0 5px 0px #191A23; }
    @media (min-width: 768px) {
      .working_process-section .step-item {
        border-radius: 45px; } }
    .working_process-section .step-item:last-child {
      margin: 0; }
    .working_process-section .step-item .opener {
      -webkit-transition: padding 0.2s ease-in-out;
      transition: padding 0.2s ease-in-out;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 0 10px;
      padding: 15px;
      font-weight: 500;
      color: #191A23;
      text-decoration: none; }
      @media (min-width: 480px) {
        .working_process-section .step-item .opener {
          padding: 20px; } }
      @media (min-width: 768px) {
        .working_process-section .step-item .opener {
          gap: 0 25px; } }
      @media (min-width: 1024px) {
        .working_process-section .step-item .opener {
          padding: 40px 63px 43px; } }
      .working_process-section .step-item .opener .ico {
        width: 40px;
        height: 40px;
        background: #f3f3f3;
        border: 1px solid #191A23;
        border-radius: 50%;
        margin: 0 0 0 auto;
        position: relative;
        display: inline-block;
        min-width: 40px; }
        @media (min-width: 768px) {
          .working_process-section .step-item .opener .ico {
            width: 58px;
            height: 58px; } }
        .working_process-section .step-item .opener .ico:before, .working_process-section .step-item .opener .ico:after {
          content: '';
          display: block;
          position: absolute;
          top: 50%;
          left: 50%;
          width: 4px;
          height: 20px;
          background: #000; }
          @media (min-width: 768px) {
            .working_process-section .step-item .opener .ico:before, .working_process-section .step-item .opener .ico:after {
              width: 6px;
              height: 25px; } }
        .working_process-section .step-item .opener .ico:before {
          -webkit-transform: translate(-50%, -50%) rotate(0deg);
              -ms-transform: translate(-50%, -50%) rotate(0deg);
                  transform: translate(-50%, -50%) rotate(0deg); }
        .working_process-section .step-item .opener .ico:after {
          -webkit-transform: translate(-50%, -50%) rotate(90deg);
              -ms-transform: translate(-50%, -50%) rotate(90deg);
                  transform: translate(-50%, -50%) rotate(90deg); }
      .working_process-section .step-item .opener .step-number {
        font-size: 24px;
        display: block; }
        @media (min-width: 480px) {
          .working_process-section .step-item .opener .step-number {
            font-size: 40px; } }
        @media (min-width: 1024px) {
          .working_process-section .step-item .opener .step-number {
            font-size: 60px; } }
      .working_process-section .step-item .opener .step-title {
        font-size: 18px;
        display: block; }
        @media (min-width: 480px) {
          .working_process-section .step-item .opener .step-title {
            font-size: 26px; } }
        @media (min-width: 1024px) {
          .working_process-section .step-item .opener .step-title {
            font-size: 32px;
            letter-spacing: -1.1px; } }
    .working_process-section .step-item .slide {
      display: block;
      font-weight: 500;
      font-size: 16px;
      line-height: 1.28;
      letter-spacing: -.05px;
      padding: 0 15px 15px; }
      @media (min-width: 480px) {
        .working_process-section .step-item .slide {
          padding: 0 20px 15px;
          font-size: 18px; } }
      @media (min-width: 1024px) {
        .working_process-section .step-item .slide {
          padding: 0 63px 35px; } }
      .working_process-section .step-item .slide .slide-content {
        padding: 10px 0 0;
        border-top: 1px solid #191A23;
        margin: 0 0 -1em; }
        @media (min-width: 768px) {
          .working_process-section .step-item .slide .slide-content {
            padding: 30px 0 0; } }
    .working_process-section .step-item.active {
      background: #B9FF66; }
      @media (min-width: 1024px) {
        .working_process-section .step-item.active .opener {
          padding: 40px 63px 30px; } }
      .working_process-section .step-item.active .opener .ico:before {
        display: none; }
      .working_process-section .step-item.active .opener .slide .slide-content {
        border: none; }

.team-section {
  padding: 40px 0; }
  @media (min-width: 768px) {
    .team-section {
      padding: 50px 0; } }
  @media (min-width: 1024px) {
    .team-section {
      padding: 60px 0; } }
  .team-section .heading-block {
    margin: 0 0 30px; }
    @media (min-width: 1024px) {
      .team-section .heading-block {
        margin: 0 0 60px; } }
  .team-section .columns-block {
    max-width: 400px;
    margin: 0 auto; }
    @media (min-width: 768px) {
      .team-section .columns-block {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (minmax(300px, 1fr))[auto-fit];
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 0 20px;
        max-width: none;
        margin: 0; } }
    @media (min-width: 1024px) {
      .team-section .columns-block {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; } }
    @media (min-width: 1200px) {
      .team-section .columns-block {
        gap: 0 40px; } }
  .team-section .column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0 0 20px;
    text-decoration: none; }
    @media (min-width: 1200px) {
      .team-section .column {
        margin: 0 0 40px; } }
  .team-section .profile-box {
    border: 1px solid #191A23;
    box-shadow: 0 5px 0px #191A23;
    border-radius: 45px;
    padding: 30px 15px;
    font-size: 16px;
    line-height: 1.25;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    @media (min-width: 1024px) {
      .team-section .profile-box {
        font-size: 18px; } }
    @media (min-width: 1200px) {
      .team-section .profile-box {
        padding: 40px 35px; } }
  .team-section .top-block {
    display: -ms-grid;
    display: grid;
    grid-template-areas: 'profile-photo ico-holder' 'profile-info profile-info';
    gap: 0 10px;
    padding: 0 0 15px;
    border-bottom: 1px solid #191A23; }
    @media (min-width: 1024px) {
      .team-section .top-block {
        grid-template-areas: 'profile-photo ico-holder' 'profile-photo profile-info';
        -ms-grid-columns: 1fr calc(63.41% - 5px);
            grid-template-columns: 1fr calc(63.41% - 5px);
        padding: 0 0 30px; } }
    .team-section .top-block .profile-photo {
      grid-area: profile-photo;
      max-width: 103px;
      margin: 0 0 15px; }
      @media (min-width: 1024px) {
        .team-section .top-block .profile-photo {
          margin: 0; } }
    .team-section .top-block .ico-holder {
      -webkit-transition: background 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
      transition: background 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
      width: 34px;
      height: 34px;
      background: #191A23;
      grid-area: ico-holder;
      margin: 0 0 0 auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      font-size: 16px;
      color: #B9FF66;
      text-decoration: none;
      border-radius: 50%;
      box-shadow: 0px 0px 27px 2px rgba(255, 255, 255, 0); }
      .team-section .top-block .ico-holder:hover {
        background: #292A32;
        color: #AAD775;
        box-shadow: 0px 0px 27px 2px rgba(185, 255, 102, 0.8); }
    .team-section .top-block .profile-info {
      grid-area: profile-info; }
      @media (min-width: 1024px) {
        .team-section .top-block .profile-info {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-pack: end;
              -ms-flex-pack: end;
                  justify-content: flex-end; } }
      .team-section .top-block .profile-info p {
        margin: 0; }
    .team-section .top-block .name {
      font-size: 18px;
      font-weight: 500; }
      @media (min-width: 1024px) {
        .team-section .top-block .name {
          font-size: 20px; } }
  .team-section .bottom-block {
    margin: 15px 0 -1em; }
    @media (min-width: 1024px) {
      .team-section .bottom-block {
        margin: 25px 0 -1em; } }
  .team-section .btn-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (min-width: 768px) {
      .team-section .btn-holder {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; } }
    .team-section .btn-holder .btn, .team-section .btn-holder button:not(.slick-arrow),
    .team-section .btn-holder input[type='button'],
    .team-section .btn-holder input[type='reset'],
    .team-section .btn-holder input[type='file'],
    .team-section .btn-holder input[type='submit'] {
      width: 100%;
      max-width: 269px; }

.testimonials-section {
  padding: 30px 0; }
  @media (min-width: 1024px) {
    .testimonials-section {
      padding: 40px 0; } }
  .testimonials-section .heading-block {
    margin: 0 0 55px; }
  .testimonials-section .black-box {
    background: #191A23;
    border-radius: 45px;
    padding: 50px 0;
    color: #fff; }
    @media (min-width: 768px) {
      .testimonials-section .black-box {
        padding: 85px 0 55px; } }
  .testimonials-section .review-block {
    max-width: 605px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.28; }
    @media (min-width: 1024px) {
      .testimonials-section .review-block {
        font-size: 18px; } }
  .testimonials-section .post-block {
    padding: 25px 20px;
    position: relative;
    border: 1px solid #B9FF66;
    border-radius: 45px; }
    @media (min-width: 650px) {
      .testimonials-section .post-block {
        padding: 30px 35px; } }
    @media (min-width: 1200px) {
      .testimonials-section .post-block {
        padding: 50px 55px 30px 50px; } }
    .testimonials-section .post-block:before {
      width: 36px;
      height: 1px;
      content: '';
      position: absolute;
      bottom: -1px;
      left: 51px;
      background: #191A23; }
      @media (min-width: 768px) {
        .testimonials-section .post-block:before {
          width: 55px;
          height: 1px; } }
    .testimonials-section .post-block:after {
      width: 26px;
      height: 26px;
      content: '';
      display: block;
      border-right: 1px solid #B9FF66;
      border-bottom: 1px solid #B9FF66;
      position: absolute;
      bottom: -14px;
      left: 56px;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
      @media (min-width: 768px) {
        .testimonials-section .post-block:after {
          width: 40px;
          height: 40px;
          bottom: -21px;
          left: 58px; } }
  .testimonials-section .info-author {
    padding: 0 10px;
    margin: 30px 0 0; }
    @media (min-width: 480px) {
      .testimonials-section .info-author {
        padding: 0 35px;
        margin: 50px 0 0; } }
    @media (min-width: 768px) {
      .testimonials-section .info-author {
        padding: 0 70px; } }
  .testimonials-section .name-author {
    font-size: 16px;
    color: #B9FF66; }
    @media (min-width: 1024px) {
      .testimonials-section .name-author {
        font-size: 20px; } }

.contact-section {
  padding: 40px 0; }
  @media (min-width: 768px) {
    .contact-section {
      padding: 50px 0; } }
  @media (min-width: 1024px) {
    .contact-section {
      padding: 90px 0; } }
  .contact-section .field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 9px 0;
    margin: 0 0 30px; }
    .contact-section .field:last-child {
      margin: 40px 0 0; }
  .contact-section .heading-block {
    margin: 0 0 60px; }
  .contact-section .gray-box {
    background: #f3f3f3;
    padding: 15px;
    border-radius: 30px; }
    @media (min-width: 480px) {
      .contact-section .gray-box {
        padding: 30px;
        border-radius: 45px; } }
    @media (min-width: 768px) {
      .contact-section .gray-box {
        padding: 50px 0 50px 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    @media (min-width: 1024px) {
      .contact-section .gray-box {
        padding: 50px 0 50px 50px; } }
    @media (min-width: 1400px) {
      .contact-section .gray-box {
        padding: 60px 0 60px 100px; } }
  @media (min-width: 768px) {
    .contact-section .left-column {
      width: calc(60% - 15px);
      max-width: 556px; } }
  @media (min-width: 1024px) {
    .contact-section .left-column {
      width: calc(66.4% - 15px); } }
  .contact-section .tabs-block .tabs-list {
    margin: 0 0 30px 42px; }
    @media (min-width: 768px) {
      .contact-section .tabs-block .tabs-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 0 77px;
        margin: 0 0 48px 42px; } }
    .contact-section .tabs-block .tabs-list a {
      display: block;
      position: relative;
      font-weight: 400;
      font-size: 18px;
      line-height: 1.44;
      color: #191A23;
      text-decoration: none; }
      @media (min-width: 768px) {
        .contact-section .tabs-block .tabs-list a {
          line-height: 1.33;
          text-align: center; } }
      .contact-section .tabs-block .tabs-list a:before {
        width: 24px;
        height: 24px;
        content: '';
        border: 1px solid #191A23;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: -39px;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); }
        @media (min-width: 768px) {
          .contact-section .tabs-block .tabs-list a:before {
            width: 30px;
            height: 30px;
            left: -42px; } }
      .contact-section .tabs-block .tabs-list a:after {
        -webkit-transition: background 0.2s ease-in-out;
        transition: background 0.2s ease-in-out;
        width: 12px;
        height: 12px;
        content: '';
        background: none;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: -33px;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); }
        @media (min-width: 768px) {
          .contact-section .tabs-block .tabs-list a:after {
            width: 16px;
            height: 16px;
            left: -35px; } }
      .contact-section .tabs-block .tabs-list a:first-child {
        margin: 0 0 20px; }
        @media (min-width: 768px) {
          .contact-section .tabs-block .tabs-list a:first-child {
            margin: 0; } }
      .contact-section .tabs-block .tabs-list a.active:after {
        background: #B9FF66; }
  .contact-section .tabs-block .tabs {
    position: relative; }
  .contact-section .tabs-block .tab-content {
    -webkit-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out; }
    .contact-section .tabs-block .tab-content.js-tab-hidden {
      height: auto;
      width: 100%;
      display: block !important;
      position: absolute !important;
      left: -9999px !important;
      top: -9999px !important;
      opacity: 0; }
    .contact-section .tabs-block .tab-content.active {
      opacity: 1; }
  .contact-section .right-column {
    display: none; }
    @media (min-width: 768px) {
      .contact-section .right-column {
        display: block;
        width: calc(40% - 15px);
        max-width: 368px; } }
    @media (min-width: 1024px) {
      .contact-section .right-column {
        width: calc(33.6% - 15px); } }

#footer {
  padding: 30px 0 0; }
  @media (min-width: 768px) {
    #footer {
      padding: 50px 0 0; } }
  @media (min-width: 1024px) {
    #footer {
      font-size: 18px; } }
  #footer mark {
    margin: 0 0 27px; }
  #footer p {
    margin: 0 0 1.2em; }
  #footer .black-box {
    background: #191A23;
    color: #fff;
    border-radius: 45px 45px 0 0;
    padding: 30px 15px; }
    @media (min-width: 480px) {
      #footer .black-box {
        padding: 30px; } }
    @media (min-width: 1200px) {
      #footer .black-box {
        padding: 55px 60px; } }
    #footer .black-box a {
      font-size: 16px;
      color: #fff; }
      @media (min-width: 1200px) {
        #footer .black-box a {
          font-size: 18px; } }
    #footer .black-box i {
      font-size: 30px; }
  #footer .footer-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 0 30px; }
    @media (min-width: 768px) {
      #footer .footer-menu {
        margin: 0 0 50px; } }
    @media (min-width: 1024px) {
      #footer .footer-menu {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        margin: 0 0 65px; } }
    #footer .footer-menu .logo-column {
      margin: 0 auto; }
      @media (min-width: 768px) {
        #footer .footer-menu .logo-column {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; } }
      @media (min-width: 1024px) {
        #footer .footer-menu .logo-column {
          width: calc(20% - 15px);
          margin: 0; } }
      #footer .footer-menu .logo-column .logo {
        width: 150px; }
        @media (min-width: 1200px) {
          #footer .footer-menu .logo-column .logo {
            width: 180px; } }
    #footer .footer-menu .nav-column {
      margin: 30px auto;
      text-align: center; }
      @media (min-width: 768px) {
        #footer .footer-menu .nav-column {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; } }
      @media (min-width: 1024px) {
        #footer .footer-menu .nav-column {
          width: calc(60% - 15px);
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          margin: 0; } }
      #footer .footer-menu .nav-column .nav-menu {
        gap: 0 30px; }
        @media (min-width: 650px) {
          #footer .footer-menu .nav-column .nav-menu {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; } }
        @media (min-width: 1200px) {
          #footer .footer-menu .nav-column .nav-menu {
            gap: 0 40px; } }
        #footer .footer-menu .nav-column .nav-menu li:not(:last-child) {
          margin: 0 0 20px; }
          @media (min-width: 768px) {
            #footer .footer-menu .nav-column .nav-menu li:not(:last-child) {
              margin: 0; } }
    #footer .footer-menu .socials-column {
      margin: 0 auto; }
      @media (min-width: 768px) {
        #footer .footer-menu .socials-column {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; } }
      @media (min-width: 1024px) {
        #footer .footer-menu .socials-column {
          width: calc(20% - 15px);
          -webkit-box-pack: end;
              -ms-flex-pack: end;
                  justify-content: flex-end;
          margin: 0; } }
      #footer .footer-menu .socials-column a {
        -webkit-transition: color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
        transition: color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
        display: block;
        text-decoration: none;
        border-radius: 100%;
        box-shadow: 0px 0px 27px 2px rgba(255, 255, 255, 0); }
        #footer .footer-menu .socials-column a:hover {
          color: #AAD775;
          box-shadow: 0px 0px 27px 2px rgba(185, 255, 102, 0.8); }
      #footer .footer-menu .socials-column .socials-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 0 20px; }
  #footer .contact-block {
    border-bottom: 1px solid #fff;
    padding: 0 0 35px; }
    @media (min-width: 768px) {
      #footer .contact-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        gap: 0 30px; } }
    #footer .contact-block .left-column {
      text-align: center;
      margin: 0 0 30px; }
      @media (min-width: 768px) {
        #footer .contact-block .left-column {
          width: calc(42.05% - 15px);
          text-align: left;
          margin: 0 0 -1em; } }
    @media (min-width: 768px) {
      #footer .contact-block .right-column {
        width: calc(57.95% - 15px); } }
    #footer .contact-block .dark-box {
      background: #292A32;
      padding: 10px;
      border-radius: 14px;
      overflow: hidden;
      max-width: 352px;
      margin: 0 auto; }
      @media (min-width: 480px) {
        #footer .contact-block .dark-box {
          padding: 30px; } }
      @media (min-width: 768px) {
        #footer .contact-block .dark-box {
          max-width: none;
          margin: 0; } }
      @media (min-width: 1200px) {
        #footer .contact-block .dark-box {
          padding: 55px 40px; } }
    @media (min-width: 1024px) {
      #footer .contact-block form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 0 20px; } }
    #footer .contact-block form .field:first-child {
      margin: 0 0 20px; }
      @media (min-width: 1024px) {
        #footer .contact-block form .field:first-child {
          margin: 0; } }
    #footer .contact-block form input {
      background: none;
      padding: 20px;
      border: 1px solid #fff;
      width: 100%; }
      @media (min-width: 1200px) {
        #footer .contact-block form input {
          padding: 21px 35px; } }
      #footer .contact-block form input::-webkit-input-placeholder {
        color: #fff; }
      #footer .contact-block form input::-moz-placeholder {
        opacity: 1;
        color: #fff; }
      #footer .contact-block form input:-moz-placeholder {
        color: #fff; }
      #footer .contact-block form input:-ms-input-placeholder {
        color: #fff; }
      #footer .contact-block form input.placeholder {
        color: #fff; }
    #footer .contact-block form .btn, #footer .contact-block form button:not(.slick-arrow),
    #footer .contact-block form input[type='button'],
    #footer .contact-block form input[type='reset'],
    #footer .contact-block form input[type='file'],
    #footer .contact-block form input[type='submit'] {
      width: 100%; }
  #footer .copyright-block {
    padding: 30px 0 0; }
    @media (min-width: 650px) {
      #footer .copyright-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 0 40px; } }
    @media (min-width: 768px) {
      #footer .copyright-block {
        padding: 55px 0 0; } }
/*# sourceMappingURL=main.css.map */