@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap);
@charset "UTF-8";
/* Bulma Base */
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }

  *,
*::before,
*::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/*! 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 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  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;
}

/* Bulma Grid */
.column {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 0.75rem;
}
.columns.is-mobile > .column.is-narrow {
  flex: none;
  width: unset;
}
.columns.is-mobile > .column.is-full {
  flex: none;
  width: 100%;
}
.columns.is-mobile > .column.is-three-quarters {
  flex: none;
  width: 75%;
}
.columns.is-mobile > .column.is-two-thirds {
  flex: none;
  width: 66.6666%;
}
.columns.is-mobile > .column.is-half {
  flex: none;
  width: 50%;
}
.columns.is-mobile > .column.is-one-third {
  flex: none;
  width: 33.3333%;
}
.columns.is-mobile > .column.is-one-quarter {
  flex: none;
  width: 25%;
}
.columns.is-mobile > .column.is-one-fifth {
  flex: none;
  width: 20%;
}
.columns.is-mobile > .column.is-two-fifths {
  flex: none;
  width: 40%;
}
.columns.is-mobile > .column.is-three-fifths {
  flex: none;
  width: 60%;
}
.columns.is-mobile > .column.is-four-fifths {
  flex: none;
  width: 80%;
}
.columns.is-mobile > .column.is-offset-three-quarters {
  margin-left: 75%;
}
.columns.is-mobile > .column.is-offset-two-thirds {
  margin-left: 66.6666%;
}
.columns.is-mobile > .column.is-offset-half {
  margin-left: 50%;
}
.columns.is-mobile > .column.is-offset-one-third {
  margin-left: 33.3333%;
}
.columns.is-mobile > .column.is-offset-one-quarter {
  margin-left: 25%;
}
.columns.is-mobile > .column.is-offset-one-fifth {
  margin-left: 20%;
}
.columns.is-mobile > .column.is-offset-two-fifths {
  margin-left: 40%;
}
.columns.is-mobile > .column.is-offset-three-fifths {
  margin-left: 60%;
}
.columns.is-mobile > .column.is-offset-four-fifths {
  margin-left: 80%;
}
.columns.is-mobile > .column.is-0 {
  flex: none;
  width: 0%;
}
.columns.is-mobile > .column.is-offset-0 {
  margin-left: 0%;
}
.columns.is-mobile > .column.is-1 {
  flex: none;
  width: 8.33333337%;
}
.columns.is-mobile > .column.is-offset-1 {
  margin-left: 8.33333337%;
}
.columns.is-mobile > .column.is-2 {
  flex: none;
  width: 16.66666674%;
}
.columns.is-mobile > .column.is-offset-2 {
  margin-left: 16.66666674%;
}
.columns.is-mobile > .column.is-3 {
  flex: none;
  width: 25%;
}
.columns.is-mobile > .column.is-offset-3 {
  margin-left: 25%;
}
.columns.is-mobile > .column.is-4 {
  flex: none;
  width: 33.33333337%;
}
.columns.is-mobile > .column.is-offset-4 {
  margin-left: 33.33333337%;
}
.columns.is-mobile > .column.is-5 {
  flex: none;
  width: 41.66666674%;
}
.columns.is-mobile > .column.is-offset-5 {
  margin-left: 41.66666674%;
}
.columns.is-mobile > .column.is-6 {
  flex: none;
  width: 50%;
}
.columns.is-mobile > .column.is-offset-6 {
  margin-left: 50%;
}
.columns.is-mobile > .column.is-7 {
  flex: none;
  width: 58.33333337%;
}
.columns.is-mobile > .column.is-offset-7 {
  margin-left: 58.33333337%;
}
.columns.is-mobile > .column.is-8 {
  flex: none;
  width: 66.66666674%;
}
.columns.is-mobile > .column.is-offset-8 {
  margin-left: 66.66666674%;
}
.columns.is-mobile > .column.is-9 {
  flex: none;
  width: 75%;
}
.columns.is-mobile > .column.is-offset-9 {
  margin-left: 75%;
}
.columns.is-mobile > .column.is-10 {
  flex: none;
  width: 83.33333337%;
}
.columns.is-mobile > .column.is-offset-10 {
  margin-left: 83.33333337%;
}
.columns.is-mobile > .column.is-11 {
  flex: none;
  width: 91.66666674%;
}
.columns.is-mobile > .column.is-offset-11 {
  margin-left: 91.66666674%;
}
.columns.is-mobile > .column.is-12 {
  flex: none;
  width: 100%;
}
.columns.is-mobile > .column.is-offset-12 {
  margin-left: 100%;
}
@media screen and (max-width: 768px) {
  .column.is-narrow-mobile {
    flex: none;
    width: unset;
  }
  .column.is-full-mobile {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-mobile {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-mobile {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-mobile {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-mobile {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-mobile {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-mobile {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-mobile {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-mobile {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-mobile {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-mobile {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-mobile {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-mobile {
    margin-left: 50%;
  }
  .column.is-offset-one-third-mobile {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-mobile {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-mobile {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-mobile {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-mobile {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-mobile {
    margin-left: 80%;
  }
  .column.is-0-mobile {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-mobile {
    margin-left: 0%;
  }
  .column.is-1-mobile {
    flex: none;
    width: 8.33333337%;
  }
  .column.is-offset-1-mobile {
    margin-left: 8.33333337%;
  }
  .column.is-2-mobile {
    flex: none;
    width: 16.66666674%;
  }
  .column.is-offset-2-mobile {
    margin-left: 16.66666674%;
  }
  .column.is-3-mobile {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-mobile {
    margin-left: 25%;
  }
  .column.is-4-mobile {
    flex: none;
    width: 33.33333337%;
  }
  .column.is-offset-4-mobile {
    margin-left: 33.33333337%;
  }
  .column.is-5-mobile {
    flex: none;
    width: 41.66666674%;
  }
  .column.is-offset-5-mobile {
    margin-left: 41.66666674%;
  }
  .column.is-6-mobile {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-mobile {
    margin-left: 50%;
  }
  .column.is-7-mobile {
    flex: none;
    width: 58.33333337%;
  }
  .column.is-offset-7-mobile {
    margin-left: 58.33333337%;
  }
  .column.is-8-mobile {
    flex: none;
    width: 66.66666674%;
  }
  .column.is-offset-8-mobile {
    margin-left: 66.66666674%;
  }
  .column.is-9-mobile {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-mobile {
    margin-left: 75%;
  }
  .column.is-10-mobile {
    flex: none;
    width: 83.33333337%;
  }
  .column.is-offset-10-mobile {
    margin-left: 83.33333337%;
  }
  .column.is-11-mobile {
    flex: none;
    width: 91.66666674%;
  }
  .column.is-offset-11-mobile {
    margin-left: 91.66666674%;
  }
  .column.is-12-mobile {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-mobile {
    margin-left: 100%;
  }
}
@media screen and (min-width: 769px), print {
  .column.is-narrow, .column.is-narrow-tablet {
    flex: none;
    width: unset;
  }
  .column.is-full, .column.is-full-tablet {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters, .column.is-three-quarters-tablet {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds, .column.is-two-thirds-tablet {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half, .column.is-half-tablet {
    flex: none;
    width: 50%;
  }
  .column.is-one-third, .column.is-one-third-tablet {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter, .column.is-one-quarter-tablet {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth, .column.is-one-fifth-tablet {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths, .column.is-two-fifths-tablet {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths, .column.is-three-fifths-tablet {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths, .column.is-four-fifths-tablet {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters, .column.is-offset-three-quarters-tablet {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds, .column.is-offset-two-thirds-tablet {
    margin-left: 66.6666%;
  }
  .column.is-offset-half, .column.is-offset-half-tablet {
    margin-left: 50%;
  }
  .column.is-offset-one-third, .column.is-offset-one-third-tablet {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter, .column.is-offset-one-quarter-tablet {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth, .column.is-offset-one-fifth-tablet {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths, .column.is-offset-two-fifths-tablet {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths, .column.is-offset-three-fifths-tablet {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths, .column.is-offset-four-fifths-tablet {
    margin-left: 80%;
  }
  .column.is-0, .column.is-0-tablet {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0, .column.is-offset-0-tablet {
    margin-left: 0%;
  }
  .column.is-1, .column.is-1-tablet {
    flex: none;
    width: 8.33333337%;
  }
  .column.is-offset-1, .column.is-offset-1-tablet {
    margin-left: 8.33333337%;
  }
  .column.is-2, .column.is-2-tablet {
    flex: none;
    width: 16.66666674%;
  }
  .column.is-offset-2, .column.is-offset-2-tablet {
    margin-left: 16.66666674%;
  }
  .column.is-3, .column.is-3-tablet {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3, .column.is-offset-3-tablet {
    margin-left: 25%;
  }
  .column.is-4, .column.is-4-tablet {
    flex: none;
    width: 33.33333337%;
  }
  .column.is-offset-4, .column.is-offset-4-tablet {
    margin-left: 33.33333337%;
  }
  .column.is-5, .column.is-5-tablet {
    flex: none;
    width: 41.66666674%;
  }
  .column.is-offset-5, .column.is-offset-5-tablet {
    margin-left: 41.66666674%;
  }
  .column.is-6, .column.is-6-tablet {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6, .column.is-offset-6-tablet {
    margin-left: 50%;
  }
  .column.is-7, .column.is-7-tablet {
    flex: none;
    width: 58.33333337%;
  }
  .column.is-offset-7, .column.is-offset-7-tablet {
    margin-left: 58.33333337%;
  }
  .column.is-8, .column.is-8-tablet {
    flex: none;
    width: 66.66666674%;
  }
  .column.is-offset-8, .column.is-offset-8-tablet {
    margin-left: 66.66666674%;
  }
  .column.is-9, .column.is-9-tablet {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9, .column.is-offset-9-tablet {
    margin-left: 75%;
  }
  .column.is-10, .column.is-10-tablet {
    flex: none;
    width: 83.33333337%;
  }
  .column.is-offset-10, .column.is-offset-10-tablet {
    margin-left: 83.33333337%;
  }
  .column.is-11, .column.is-11-tablet {
    flex: none;
    width: 91.66666674%;
  }
  .column.is-offset-11, .column.is-offset-11-tablet {
    margin-left: 91.66666674%;
  }
  .column.is-12, .column.is-12-tablet {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12, .column.is-offset-12-tablet {
    margin-left: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .column.is-narrow-touch {
    flex: none;
    width: unset;
  }
  .column.is-full-touch {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-touch {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-touch {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-touch {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-touch {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-touch {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-touch {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-touch {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-touch {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-touch {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-touch {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-touch {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-touch {
    margin-left: 50%;
  }
  .column.is-offset-one-third-touch {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-touch {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-touch {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-touch {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-touch {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-touch {
    margin-left: 80%;
  }
  .column.is-0-touch {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-touch {
    margin-left: 0%;
  }
  .column.is-1-touch {
    flex: none;
    width: 8.33333337%;
  }
  .column.is-offset-1-touch {
    margin-left: 8.33333337%;
  }
  .column.is-2-touch {
    flex: none;
    width: 16.66666674%;
  }
  .column.is-offset-2-touch {
    margin-left: 16.66666674%;
  }
  .column.is-3-touch {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-touch {
    margin-left: 25%;
  }
  .column.is-4-touch {
    flex: none;
    width: 33.33333337%;
  }
  .column.is-offset-4-touch {
    margin-left: 33.33333337%;
  }
  .column.is-5-touch {
    flex: none;
    width: 41.66666674%;
  }
  .column.is-offset-5-touch {
    margin-left: 41.66666674%;
  }
  .column.is-6-touch {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-touch {
    margin-left: 50%;
  }
  .column.is-7-touch {
    flex: none;
    width: 58.33333337%;
  }
  .column.is-offset-7-touch {
    margin-left: 58.33333337%;
  }
  .column.is-8-touch {
    flex: none;
    width: 66.66666674%;
  }
  .column.is-offset-8-touch {
    margin-left: 66.66666674%;
  }
  .column.is-9-touch {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-touch {
    margin-left: 75%;
  }
  .column.is-10-touch {
    flex: none;
    width: 83.33333337%;
  }
  .column.is-offset-10-touch {
    margin-left: 83.33333337%;
  }
  .column.is-11-touch {
    flex: none;
    width: 91.66666674%;
  }
  .column.is-offset-11-touch {
    margin-left: 91.66666674%;
  }
  .column.is-12-touch {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-touch {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .column.is-narrow-desktop {
    flex: none;
    width: unset;
  }
  .column.is-full-desktop {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-desktop {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-desktop {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-desktop {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-desktop {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-desktop {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-desktop {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-desktop {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-desktop {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-desktop {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-desktop {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-desktop {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-desktop {
    margin-left: 50%;
  }
  .column.is-offset-one-third-desktop {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-desktop {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-desktop {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-desktop {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-desktop {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-desktop {
    margin-left: 80%;
  }
  .column.is-0-desktop {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-desktop {
    margin-left: 0%;
  }
  .column.is-1-desktop {
    flex: none;
    width: 8.33333337%;
  }
  .column.is-offset-1-desktop {
    margin-left: 8.33333337%;
  }
  .column.is-2-desktop {
    flex: none;
    width: 16.66666674%;
  }
  .column.is-offset-2-desktop {
    margin-left: 16.66666674%;
  }
  .column.is-3-desktop {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-desktop {
    margin-left: 25%;
  }
  .column.is-4-desktop {
    flex: none;
    width: 33.33333337%;
  }
  .column.is-offset-4-desktop {
    margin-left: 33.33333337%;
  }
  .column.is-5-desktop {
    flex: none;
    width: 41.66666674%;
  }
  .column.is-offset-5-desktop {
    margin-left: 41.66666674%;
  }
  .column.is-6-desktop {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-desktop {
    margin-left: 50%;
  }
  .column.is-7-desktop {
    flex: none;
    width: 58.33333337%;
  }
  .column.is-offset-7-desktop {
    margin-left: 58.33333337%;
  }
  .column.is-8-desktop {
    flex: none;
    width: 66.66666674%;
  }
  .column.is-offset-8-desktop {
    margin-left: 66.66666674%;
  }
  .column.is-9-desktop {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-desktop {
    margin-left: 75%;
  }
  .column.is-10-desktop {
    flex: none;
    width: 83.33333337%;
  }
  .column.is-offset-10-desktop {
    margin-left: 83.33333337%;
  }
  .column.is-11-desktop {
    flex: none;
    width: 91.66666674%;
  }
  .column.is-offset-11-desktop {
    margin-left: 91.66666674%;
  }
  .column.is-12-desktop {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-desktop {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1216px) {
  .column.is-narrow-widescreen {
    flex: none;
    width: unset;
  }
  .column.is-full-widescreen {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-widescreen {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-widescreen {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-widescreen {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-widescreen {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-widescreen {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-widescreen {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-widescreen {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-widescreen {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-widescreen {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-widescreen {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-widescreen {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-widescreen {
    margin-left: 50%;
  }
  .column.is-offset-one-third-widescreen {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-widescreen {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-widescreen {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-widescreen {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-widescreen {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-widescreen {
    margin-left: 80%;
  }
  .column.is-0-widescreen {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-widescreen {
    margin-left: 0%;
  }
  .column.is-1-widescreen {
    flex: none;
    width: 8.33333337%;
  }
  .column.is-offset-1-widescreen {
    margin-left: 8.33333337%;
  }
  .column.is-2-widescreen {
    flex: none;
    width: 16.66666674%;
  }
  .column.is-offset-2-widescreen {
    margin-left: 16.66666674%;
  }
  .column.is-3-widescreen {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-widescreen {
    margin-left: 25%;
  }
  .column.is-4-widescreen {
    flex: none;
    width: 33.33333337%;
  }
  .column.is-offset-4-widescreen {
    margin-left: 33.33333337%;
  }
  .column.is-5-widescreen {
    flex: none;
    width: 41.66666674%;
  }
  .column.is-offset-5-widescreen {
    margin-left: 41.66666674%;
  }
  .column.is-6-widescreen {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-widescreen {
    margin-left: 50%;
  }
  .column.is-7-widescreen {
    flex: none;
    width: 58.33333337%;
  }
  .column.is-offset-7-widescreen {
    margin-left: 58.33333337%;
  }
  .column.is-8-widescreen {
    flex: none;
    width: 66.66666674%;
  }
  .column.is-offset-8-widescreen {
    margin-left: 66.66666674%;
  }
  .column.is-9-widescreen {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-widescreen {
    margin-left: 75%;
  }
  .column.is-10-widescreen {
    flex: none;
    width: 83.33333337%;
  }
  .column.is-offset-10-widescreen {
    margin-left: 83.33333337%;
  }
  .column.is-11-widescreen {
    flex: none;
    width: 91.66666674%;
  }
  .column.is-offset-11-widescreen {
    margin-left: 91.66666674%;
  }
  .column.is-12-widescreen {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-widescreen {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1408px) {
  .column.is-narrow-fullhd {
    flex: none;
    width: unset;
  }
  .column.is-full-fullhd {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-fullhd {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-fullhd {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-fullhd {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-fullhd {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-fullhd {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-fullhd {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-fullhd {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-fullhd {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-fullhd {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-fullhd {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-fullhd {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-fullhd {
    margin-left: 50%;
  }
  .column.is-offset-one-third-fullhd {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-fullhd {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-fullhd {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-fullhd {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-fullhd {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-fullhd {
    margin-left: 80%;
  }
  .column.is-0-fullhd {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-fullhd {
    margin-left: 0%;
  }
  .column.is-1-fullhd {
    flex: none;
    width: 8.33333337%;
  }
  .column.is-offset-1-fullhd {
    margin-left: 8.33333337%;
  }
  .column.is-2-fullhd {
    flex: none;
    width: 16.66666674%;
  }
  .column.is-offset-2-fullhd {
    margin-left: 16.66666674%;
  }
  .column.is-3-fullhd {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-fullhd {
    margin-left: 25%;
  }
  .column.is-4-fullhd {
    flex: none;
    width: 33.33333337%;
  }
  .column.is-offset-4-fullhd {
    margin-left: 33.33333337%;
  }
  .column.is-5-fullhd {
    flex: none;
    width: 41.66666674%;
  }
  .column.is-offset-5-fullhd {
    margin-left: 41.66666674%;
  }
  .column.is-6-fullhd {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-fullhd {
    margin-left: 50%;
  }
  .column.is-7-fullhd {
    flex: none;
    width: 58.33333337%;
  }
  .column.is-offset-7-fullhd {
    margin-left: 58.33333337%;
  }
  .column.is-8-fullhd {
    flex: none;
    width: 66.66666674%;
  }
  .column.is-offset-8-fullhd {
    margin-left: 66.66666674%;
  }
  .column.is-9-fullhd {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-fullhd {
    margin-left: 75%;
  }
  .column.is-10-fullhd {
    flex: none;
    width: 83.33333337%;
  }
  .column.is-offset-10-fullhd {
    margin-left: 83.33333337%;
  }
  .column.is-11-fullhd {
    flex: none;
    width: 91.66666674%;
  }
  .column.is-offset-11-fullhd {
    margin-left: 91.66666674%;
  }
  .column.is-12-fullhd {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-fullhd {
    margin-left: 100%;
  }
}

.columns {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem;
}
.columns:last-child {
  margin-bottom: -0.75rem;
}
.columns:not(:last-child) {
  margin-bottom: calc(1.5rem - 0.75rem);
}
.columns.is-centered {
  justify-content: center;
}
.columns.is-gapless {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}
.columns.is-gapless > .column {
  margin: 0;
  padding: 0 !important;
}
.columns.is-gapless:not(:last-child) {
  margin-bottom: 1.5rem;
}
.columns.is-gapless:last-child {
  margin-bottom: 0;
}
.columns.is-mobile {
  display: flex;
}
.columns.is-multiline {
  flex-wrap: wrap;
}
.columns.is-vcentered {
  align-items: center;
}
@media screen and (min-width: 769px), print {
  .columns:not(.is-desktop) {
    display: flex;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-desktop {
    display: flex;
  }
}

.columns.is-variable {
  --columnGap: 0.75rem;
  margin-left: calc(-1 * var(--columnGap));
  margin-right: calc(-1 * var(--columnGap));
}
.columns.is-variable > .column {
  padding-left: var(--columnGap);
  padding-right: var(--columnGap);
}
.columns.is-variable.is-0 {
  --columnGap: 0rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-0-mobile {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-0-tablet {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-0-tablet-only {
    --columnGap: 0rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-0-touch {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-0-desktop {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-0-desktop-only {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-0-widescreen {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-0-widescreen-only {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-0-fullhd {
    --columnGap: 0rem;
  }
}
.columns.is-variable.is-1 {
  --columnGap: 0.25rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-1-mobile {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-1-tablet {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-1-tablet-only {
    --columnGap: 0.25rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-1-touch {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-1-desktop {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-1-desktop-only {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-1-widescreen {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-1-widescreen-only {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-1-fullhd {
    --columnGap: 0.25rem;
  }
}
.columns.is-variable.is-2 {
  --columnGap: 0.5rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-2-mobile {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-2-tablet {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-2-tablet-only {
    --columnGap: 0.5rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-2-touch {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-2-desktop {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-2-desktop-only {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-2-widescreen {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-2-widescreen-only {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-2-fullhd {
    --columnGap: 0.5rem;
  }
}
.columns.is-variable.is-3 {
  --columnGap: 0.75rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-3-mobile {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-3-tablet {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-3-tablet-only {
    --columnGap: 0.75rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-3-touch {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-3-desktop {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-3-desktop-only {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-3-widescreen {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-3-widescreen-only {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-3-fullhd {
    --columnGap: 0.75rem;
  }
}
.columns.is-variable.is-4 {
  --columnGap: 1rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-4-mobile {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-4-tablet {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-4-tablet-only {
    --columnGap: 1rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-4-touch {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-4-desktop {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-4-desktop-only {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-4-widescreen {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-4-widescreen-only {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-4-fullhd {
    --columnGap: 1rem;
  }
}
.columns.is-variable.is-5 {
  --columnGap: 1.25rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-5-mobile {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-5-tablet {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-5-tablet-only {
    --columnGap: 1.25rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-5-touch {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-5-desktop {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-5-desktop-only {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-5-widescreen {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-5-widescreen-only {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-5-fullhd {
    --columnGap: 1.25rem;
  }
}
.columns.is-variable.is-6 {
  --columnGap: 1.5rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-6-mobile {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-6-tablet {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-6-tablet-only {
    --columnGap: 1.5rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-6-touch {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-6-desktop {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-6-desktop-only {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-6-widescreen {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-6-widescreen-only {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-6-fullhd {
    --columnGap: 1.5rem;
  }
}
.columns.is-variable.is-7 {
  --columnGap: 1.75rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-7-mobile {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-7-tablet {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-7-tablet-only {
    --columnGap: 1.75rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-7-touch {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-7-desktop {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-7-desktop-only {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-7-widescreen {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-7-widescreen-only {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-7-fullhd {
    --columnGap: 1.75rem;
  }
}
.columns.is-variable.is-8 {
  --columnGap: 2rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-8-mobile {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-8-tablet {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-8-tablet-only {
    --columnGap: 2rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-8-touch {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-8-desktop {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-8-desktop-only {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-8-widescreen {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-8-widescreen-only {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-8-fullhd {
    --columnGap: 2rem;
  }
}

.tile {
  align-items: stretch;
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  min-height: -webkit-min-content;
  min-height: -moz-min-content;
  min-height: min-content;
}
.tile.is-ancestor {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem;
}
.tile.is-ancestor:last-child {
  margin-bottom: -0.75rem;
}
.tile.is-ancestor:not(:last-child) {
  margin-bottom: 0.75rem;
}
.tile.is-child {
  margin: 0 !important;
}
.tile.is-parent {
  padding: 0.75rem;
}
.tile.is-vertical {
  flex-direction: column;
}
.tile.is-vertical > .tile.is-child:not(:last-child) {
  margin-bottom: 1.5rem !important;
}
@media screen and (min-width: 769px), print {
  .tile:not(.is-child) {
    display: flex;
  }
  .tile.is-1 {
    flex: none;
    width: 8.33333337%;
  }
  .tile.is-2 {
    flex: none;
    width: 16.66666674%;
  }
  .tile.is-3 {
    flex: none;
    width: 25%;
  }
  .tile.is-4 {
    flex: none;
    width: 33.33333337%;
  }
  .tile.is-5 {
    flex: none;
    width: 41.66666674%;
  }
  .tile.is-6 {
    flex: none;
    width: 50%;
  }
  .tile.is-7 {
    flex: none;
    width: 58.33333337%;
  }
  .tile.is-8 {
    flex: none;
    width: 66.66666674%;
  }
  .tile.is-9 {
    flex: none;
    width: 75%;
  }
  .tile.is-10 {
    flex: none;
    width: 83.33333337%;
  }
  .tile.is-11 {
    flex: none;
    width: 91.66666674%;
  }
  .tile.is-12 {
    flex: none;
    width: 100%;
  }
}

.container {
  flex-grow: 1;
  margin: 0 auto;
  position: relative;
  width: auto;
}
.container.is-fluid {
  max-width: none !important;
  padding-left: 32px;
  padding-right: 32px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .container {
    max-width: 960px;
  }
}
@media screen and (max-width: 1215px) {
  .container.is-widescreen:not(.is-max-desktop) {
    max-width: 1152px;
  }
}
@media screen and (max-width: 1407px) {
  .container.is-fullhd:not(.is-max-desktop):not(.is-max-widescreen) {
    max-width: 1344px;
  }
}
@media screen and (min-width: 1216px) {
  .container:not(.is-max-desktop) {
    max-width: 1152px;
  }
}
@media screen and (min-width: 1408px) {
  .container:not(.is-max-desktop):not(.is-max-widescreen) {
    max-width: 1344px;
  }
}

body {
  -webkit-font-smoothing: antialiased;
}
body.modal-open {
  overflow: hidden;
}

.columns,
.columns:last-child {
  margin: 0;
}

.case-studies .owl-carousel .owl-item img {
  width: auto;
}

.heroes .owl-carousel .owl-stage-outer,
.case-studies .owl-carousel .owl-stage-outer {
  padding-top: 80px;
  padding-bottom: 100px;
}
.heroes .owl-nav.disabled + .owl-dots,
.case-studies .owl-nav.disabled + .owl-dots {
  margin-top: 0;
  top: -70px;
  position: relative;
}
.heroes .owl-dots .owl-dot span,
.case-studies .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
}
.heroes .owl-dots .owl-dot.active span,
.heroes .owl-dots .owl-dot:hover span,
.case-studies .owl-dots .owl-dot.active span,
.case-studies .owl-dots .owl-dot:hover span {
  background: #1d1f26;
}

.monit-thanks {
  position: fixed;
  right: -110%;
  bottom: 12px;
  background-color: #ffffff;
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.6);
  padding: 20px;
  transition: all 0.6s ease;
  z-index: 10000;
}
.monit-thanks.active {
  right: 32px;
}

.testimonials .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
}
.testimonials .owl-dots .owl-dot.active span,
.testimonials .owl-dots .owl-dot:hover span {
  background: #1d1f26;
}

body {
  font-family: "Poppins", sans-serif;
}

.header__link {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.5px;
  color: #000000;
  text-transform: uppercase;
  text-decoration: none;
}
@media (min-width: 990px) {
  .header__link {
    line-height: 2;
    font-size: 14px;
    letter-spacing: 1.5px;
  }
}
.header .dropdown__link {
  text-decoration: none;
  text-align: left;
  font-size: 14px;
  font-weight: normal;
  line-height: 2;
  letter-spacing: 0.5px;
  color: #000000;
}

.footer__url {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #000000;
  text-decoration: none;
}
.footer__name {
  font-size: 14px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 1.5px;
  color: #737373;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.footer__slogan {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #000000;
}

.intro__title {
  font-weight: 600;
  line-height: 1.27;
  letter-spacing: normal;
  color: #000000;
  margin-bottom: 40px;
  font-size: 30px;
}
@media (min-width: 769px) {
  .intro__title {
    font-size: 55px;
  }
}
@media (min-width: 1024px) {
  .intro__title {
    font-size: 65px;
  }
}
@media (min-width: 1408px) {
  .intro__title {
    font-size: 75px;
  }
}
.intro__subtitle {
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.5px;
  color: #000000;
}
.intro__points {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.5px;
  color: #000000;
}
.intro.about .intro__title, .intro.homepage .intro__title {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #000000;
}
@media (min-width: 769px) {
  .intro.about .intro__title, .intro.homepage .intro__title {
    font-size: 60px;
    letter-spacing: 0.6px;
  }
}
.intro.about .intro__subtitle, .intro.homepage .intro__subtitle {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.5px;
}
@media (min-width: 769px) {
  .intro.about .intro__subtitle, .intro.homepage .intro__subtitle {
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 0.5px;
    color: #000000;
  }
}

.button {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.5px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
}
.button.small, .button.footer {
  font-size: 12px;
}

.headline {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.5px;
  text-align: center;
  color: #1d1f26;
}
.headline__subtitle {
  font-size: 16px;
  line-height: 1.75;
  font-weight: normal;
  letter-spacing: 0.5px;
  text-align: center;
  color: #737373;
}
@media (min-width: 1024px) {
  .headline {
    font-size: 50px;
  }
  .headline__subtitle {
    font-size: 20px;
    line-height: 1.6;
  }
}

.technologies__box-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.5px;
  text-align: center;
  color: #000000;
  margin-bottom: 15px;
}
.technologies__box-subtitle {
  font-size: 14px;
  font-weight: normal;
  line-height: 2;
  letter-spacing: 0.5px;
  text-align: center;
  color: #000000;
}

.team__box-title {
  font-size: 14px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 1.5px;
  color: #000000;
  text-transform: uppercase;
  margin: 20px 0 0 0;
}
.team__box-subtitle {
  font-size: 14px;
  font-weight: normal;
  line-height: 2;
  letter-spacing: 0.5px;
  color: #737373;
}
.team__box-ln {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
  text-align: center;
  color: #000000;
  text-decoration: none;
}
.team__box-ln span {
  line-height: 1;
}
@media (min-width: 1024px) {
  .team__box-ln {
    font-size: 14px;
  }
}

.testimonials__title {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 1.5px;
  color: #000000;
}
.testimonials__subtitle {
  font-size: 14px;
  font-weight: normal;
  line-height: 2;
  letter-spacing: 0.5px;
  color: #737373;
}
.testimonials__text {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.5px;
  color: #000000;
}

.modal__title {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-align: left;
  color: #000000;
}
@media (min-width: 1024px) {
  .modal__title {
    font-size: 30px;
  }
}
.modal__subtitle {
  font-size: 20px;
  font-weight: normal;
  line-height: 1.6;
  letter-spacing: 0.5px;
  text-align: left;
  color: #737373;
}
.modal__form-consent {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.5px;
  color: #737373;
}
.modal__form-consent a {
  color: #000000;
}
.modal__form-box-name {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.5px;
  color: #737373;
  text-align: left;
}
@media (min-width: 769px) {
  .modal__form-box-name {
    font-size: 12px;
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .modal__form-box-name {
    font-size: 14px;
  }
}
.modal__form-slogan {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #000000;
  text-align: left;
}
@media (min-width: 769px) {
  .modal__form-slogan {
    font-size: 22px;
  }
}
@media (max-width: 769px) {
  .modal__form .headline {
    text-align: left;
    font-size: 22px;
  }
  .modal__form .headline__subtitle {
    font-size: 20px;
    text-align: left;
    line-height: 1.6;
    letter-spacing: 0.5px;
  }
}

.text {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-align: left;
  color: #000000;
}
@media (min-width: 769px) {
  .text {
    text-align: center;
    font-size: 30px;
  }
}

.values__title {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #000000;
}
.values__info {
  font-size: 14px;
  line-height: 1.75;
  letter-spacing: 0.5px;
  color: #737373;
}
@media (min-width: 769px) {
  .values__info {
    font-size: 16px;
  }
}

.impactful__header {
  font-size: 30px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.5px;
  text-align: center;
  color: #000000;
}
.impactful__title {
  font-size: 14px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.5px;
  color: #000000;
}
.impactful__text {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.5px;
  color: #000000;
}

.case-studies__title {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #000000;
}
.case-studies__subtitle {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 1.5px;
  color: #737373;
}
.case-studies__subtitle span {
  text-transform: none;
  font-size: 14px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.5px;
  color: #000000;
}
.case-studies__text {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.5px;
  color: #737373;
}
.case-studies__more {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 1.5px;
  color: #000000;
}

.diagram__text {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.55;
  letter-spacing: 0.5px;
  color: #737373;
}
.diagram__text strong {
  font-size: 30px;
  font-weight: 600;
  color: #000000;
  line-height: 1.45;
}
.diagram .mobile .diagram__text {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.5px;
}
.diagram .mobile .diagram__text strong {
  font-size: 22px;
}

.heroes__box-title {
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 1.5px;
  color: #000000;
  text-transform: uppercase;
}
.heroes__box-subtitle {
  font-size: 14px;
  font-weight: normal;
  line-height: 2;
  letter-spacing: 0.5px;
  color: #737373;
}
.heroes__box-text {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.5px;
  color: #737373;
}

.contact__title {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #000000;
}
@media (min-width: 1024px) {
  .contact__title {
    font-size: 60px;
    letter-spacing: 0.6px;
  }
}
.contact__left {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #000000;
}
@media (min-width: 1024px) {
  .contact__left {
    font-size: 30px;
  }
}
.contact__number span {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.5px;
  color: #737373;
}
.contact__number a span {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.5px;
  color: #000000;
}
@media (min-width: 1024px) {
  .contact__number a span {
    font-size: 20px;
  }
}
.contact__map-title {
  font-size: 30px;
  font-weight: 900;
  line-height: 1.27;
  text-align: left;
  color: #000000;
  letter-spacing: 0.5px;
}
@media (min-width: 1024px) {
  .contact__map-title {
    font-weight: 600;
    text-align: center;
    letter-spacing: 0;
    line-height: 1.27;
    font-size: 75px;
  }
}
.contact__map-subtitle {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.5px;
  text-align: left;
  color: #000000;
}
.contact__map-subtitle .first {
  color: #04cfd1;
}
.contact__map-subtitle .second {
  color: #ed9b1c;
}
@media (min-width: 1024px) {
  .contact__map-subtitle {
    text-align: center;
    font-size: 20px;
  }
}
.contact__form-consent {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.5px;
  color: #737373;
}
.contact__form-consent a {
  color: #000000;
}
.contact__form-box-name {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.5px;
  color: #737373;
  text-align: left;
}
@media (min-width: 769px) {
  .contact__form-box-name {
    font-size: 12px;
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .contact__form-box-name {
    font-size: 14px;
  }
}
.contact__form-slogan {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #000000;
  text-align: left;
}
@media (min-width: 769px) {
  .contact__form-slogan {
    font-size: 22px;
    text-align: center;
  }
}
@media (max-width: 769px) {
  .contact__form .headline {
    text-align: left;
    font-size: 22px;
  }
  .contact__form .headline__subtitle {
    font-size: 20px;
    text-align: left;
    line-height: 1.6;
    letter-spacing: 0.5px;
  }
}

.career__title {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #000000;
}
.career__subtitle {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.5px;
  color: #737373;
}
.career__desc {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.5px;
  color: #737373;
}
.career__more {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 1.5px;
  color: #000000;
}

.work__title {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #000000;
}
@media (min-width: 769px) {
  .work__title {
    font-size: 30px;
  }
}
.work__subtitle {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 1.5px;
  color: #737373;
}
.work__subtitle span {
  text-transform: none;
  font-size: 14px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.5px;
  color: #000000;
}
.work__text {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.5px;
  color: #737373;
}
.work__more {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 1.5px;
  color: #000000;
}

.info__box-title {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #000000;
}
@media (min-width: 769px) {
  .info__box-title {
    font-size: 30px;
  }
}
.info__box-text {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.5px;
  color: #737373;
}

.career__box-title {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #000000;
}
.career__box-text {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.5px;
  color: #737373;
}

.consulting__box-title {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #000000;
}
.consulting__box-text {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.5px;
  color: #737373;
}

.create__title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.5px;
  text-align: center;
  color: #000000;
}

.stories__title {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #000000;
  line-height: 1;
}
.stories__text {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.5px;
  color: #737373;
}

.cookies__text {
  font-size: 12px;
  letter-spacing: 0.5px;
  color: #737373;
}
.cookies__text a {
  text-decoration: none;
  font-size: 12px;
  color: #000000;
}
.cookies__button {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1.5px;
  color: #000000;
}

.opinions__box-title {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.5px;
  text-align: center;
  color: #737373;
  font-weight: normal;
}
@media (min-width: 769px) {
  .opinions__box-title {
    font-size: 18px;
    line-height: 1.6;
  }
}

.monit-thanks {
  font-size: 14px;
  letter-spacing: 0.5px;
  text-align: center;
  color: #737373;
}

.block-content {
  font-size: 12px;
  letter-spacing: 0.5px;
  color: #ffffff;
  line-height: normal;
}
.block-content strong {
  font-size: 20px;
  letter-spacing: 0.5px;
  color: #ffffff;
  line-height: 1.4;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}

.privacy {
  padding: 0;
}
@media (min-width: 1024px) {
  .privacy {
    padding: 90px 0;
  }
}
.privacy__title {
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #000000;
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .privacy__title {
    font-size: 50px;
    letter-spacing: 0.6px;
  }
}
.privacy__subtitle {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #000000;
  margin-bottom: 50px;
}
@media (min-width: 1024px) {
  .privacy__subtitle {
    font-size: 26px;
    letter-spacing: 0.6px;
  }
}
.privacy__subtitle span {
  display: block;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #000000;
  margin-top: 20px;
  margin-bottom: 60px;
}
@media (min-width: 1024px) {
  .privacy__subtitle span {
    font-size: 22px;
  }
}
.privacy__header {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #000000;
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .privacy__header {
    font-size: 22px;
  }
}
.privacy__text {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.5px;
  color: #000000;
  margin-bottom: 40px;
}
.privacy__text a {
  color: #1e1e81;
}
.privacy__list {
  display: block;
  position: relative;
  margin: 26px;
}
.privacy__list i {
  position: relative;
  top: -2px;
  margin-right: 5px;
  width: 6px;
  height: 6px;
  display: inline-block;
  background-color: #000000;
  border-radius: 50%;
}

.header {
  padding: 21px 16px 0 16px;
  width: 100%;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  background-color: #ffffff;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 990px) {
  .header {
    padding: 41px 16px 0 16px;
  }
}
.header__logo {
  text-decoration: none;
  min-width: 200px;
}
.header__logo span.first {
  position: relative;
  right: 0px;
  width: 33px;
  height: 16px;
  display: inline-block;
  background-image: url("/images/elements/logo/1.svg");
  background-repeat: no-repeat;
}
.header__logo span.second {
  position: relative;
  bottom: -2px;
  right: 1px;
  width: 67px;
  height: 27px;
  display: inline-block;
  background-image: url("/images/elements/logo/2.svg");
  background-repeat: no-repeat;
}
.header__logo span.third {
  position: relative;
  bottom: -2px;
  right: 2px;
  width: 30px;
  height: 19px;
  display: inline-block;
  background-image: url("/images/elements/logo/3.svg");
  background-repeat: no-repeat;
}
.header__logo span.fourth {
  position: relative;
  bottom: -2px;
  right: 7px;
  width: 56px;
  height: 19px;
  display: inline-block;
  background-image: url("/images/elements/logo/4.svg");
  background-repeat: no-repeat;
}
.header__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1390px;
  margin: 0 auto;
}
.header__nav {
  width: 100%;
  background-color: #ffffff;
  position: absolute;
  top: 65px;
  left: -100%;
  height: 726px;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 990px) {
  .header__nav {
    height: auto;
    left: auto;
    top: auto;
    position: relative;
    width: auto;
    display: flex;
    align-items: center;
  }
}
.header__nav.active {
  left: 0;
}
.header__list {
  list-style: none;
  padding-left: 22px;
  margin-top: 45px;
}
@media (min-width: 990px) {
  .header__list {
    display: flex;
    margin: 0;
  }
}
.header__list li {
  position: relative;
  display: block;
  align-items: center;
}
@media (min-width: 990px) {
  .header__list li {
    display: flex;
  }
}
.header__list li.active .header__link:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -4px;
  left: 0;
  background-color: #000000;
  transform: none;
}
@media (min-width: 990px) {
  .header__list li:hover ul {
    visibility: visible;
    opacity: 1;
    display: block;
  }
}
@media (max-width: 990px) {
  .header__list li:hover .active {
    visibility: visible;
    opacity: 1;
    display: block;
  }
}
@media (min-width: 1024px) {
  .header__list li {
    height: 40px;
  }
}
.header__link {
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
}
.header__link.special {
  padding-right: 10px;
}
.header__link.special span.active {
  transform: rotate(180deg);
}
.header__link span {
  transition: all 0.6 ease-in-out;
  display: block;
  position: absolute;
  right: -10px;
  top: 12px;
  width: 12px;
  height: 8px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/images/elements/triangle-down.svg");
}
@media (min-width: 990px) {
  .header__link span {
    right: 0;
    width: 6px;
    height: 4px;
  }
}
.header__link:after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 1px;
  bottom: -4px;
  left: 0;
  background-color: #000000;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
.header__link:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
@media (min-width: 990px) {
  .header__link {
    display: flex;
    margin-right: 30px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .header__link {
    margin-right: 40px;
  }
}
@media (min-width: 1216px) {
  .header__link {
    margin-right: 50px;
  }
}
.header.frozen {
  padding: 7px 16px;
  box-shadow: 0 2px 16px 0 rgba(149, 150, 160, 0.2);
}
@media (max-width: 990px) {
  .header.frozen .header__nav {
    top: 45px;
  }
}
.header__spacer {
  width: 100%;
  height: 101px;
}
.header .dropdown {
  width: 207px;
  visibility: hidden;
  opacity: 0;
  position: relative;
  left: 0px;
  display: none;
  top: -15px;
  padding: 0;
}
.header .dropdown li {
  height: auto;
  margin-bottom: 8px;
  list-style: none;
  position: relative;
  display: inline-block;
}
.header .dropdown li::after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 1px;
  bottom: -4px;
  left: 0;
  background-color: #000000;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
.header .dropdown li.active::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.header .dropdown li.last {
  margin-bottom: 0;
}
@media (min-width: 990px) {
  .header .dropdown li.last {
    margin-bottom: 16px;
  }
}
.header .dropdown li:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
@media (min-width: 990px) {
  .header .dropdown li {
    margin-bottom: 16px;
  }
}
@media (min-width: 990px) {
  .header .dropdown {
    border-radius: 15px;
    box-shadow: 0 20px 60px 0 rgba(29, 31, 38, 0.1);
    background-color: #fff;
    padding: 30px 30px 14px 30px;
    position: absolute;
    left: -110px;
    display: none;
    top: 40px;
  }
}
.header button.small {
  font-size: 16px;
  max-width: 320px;
  width: calc(100% - 44px);
  padding: 20px 0;
  position: relative;
  left: 22px;
}
@media (min-width: 990px) {
  .header button.small {
    left: auto;
    font-size: 12px;
    width: 105px;
    padding: 10px 0;
  }
}

.footer {
  padding: 27px 0 24px;
  position: relative;
  background-color: #f9f9f9;
}
@media (min-width: 769px) {
  .footer {
    padding: 77px 0 64px;
  }
}
.footer .container {
  z-index: 2;
}
.footer__social {
  max-width: 124px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.footer__url {
  display: flex;
  margin-bottom: 10px;
  transition: color 0.3s ease-in-out;
}
.footer__url:hover {
  color: #04cfd1;
}
.footer__slogan {
  max-width: 160px;
  margin-bottom: 30px;
}
.footer__rectangle-left {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  width: 200px;
  height: 448px;
  background: url("/images/mobile/rectangle-left.png");
  background-repeat: no-repeat;
}
@media (min-width: 769px) {
  .footer__rectangle-left {
    width: 355px;
    height: 342px;
    right: auto;
    left: 0;
    background: url("/images/elements/rectangle-left.png");
  }
}
.footer__rectangle-right {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 175px;
  height: 130px;
}
@media (min-width: 769px) {
  .footer__rectangle-right {
    background: url("/images/elements/rectangle-right.svg");
    background-repeat: no-repeat;
  }
}
.footer__fb {
  display: block;
  width: 20px;
  height: 20px;
  background: url("/images/elements/fb.svg");
}
.footer__tw {
  display: block;
  width: 20px;
  height: 20px;
  background: url("/images/elements/twitter.svg");
}
.footer__ln {
  display: block;
  width: 20px;
  height: 20px;
  background: url("/images/elements/linkedin.svg");
}
.footer__clutch {
  display: block;
  margin-top: 20px;
  padding: 20px;
  background-color: #ffffff;
  box-shadow: 0 20px 60px 0 rgba(29, 31, 38, 0.1);
  max-width: 230px;
  height: 80px;
  position: relative;
}
.footer__clutch-link {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  background: transparent;
  width: 100%;
  height: 100%;
  display: block;
}
.footer__clutch-link::after {
  display: block;
  content: "";
  border-bottom: solid 2px #04cfd1;
  opacity: 0;
  position: relative;
  left: 0;
  bottom: -100%;
}
.footer__clutch-link:hover::after {
  opacity: 1;
  transition: opacity 0.15s ease-in-out;
}
@media (min-width: 769px) {
  .footer__clutch {
    margin-top: 25px;
  }
}
.footer .logo-column {
  min-width: 255px;
}

.intro.about .intro__content {
  max-width: 1024px;
  margin: 0 auto;
}

.button {
  display: block;
  background-color: #00808d;
  padding: 19px 0;
  width: 199px;
  border-radius: 14px;
  border: none;
  transition: all 0.2s ease;
}
.button.small {
  width: 105px;
  padding: 10px 0;
}
.button.footer {
  width: 162px;
  padding: 10px 0;
}
.button.wide {
  width: 278px;
}
.button:hover {
  cursor: pointer;
  background-color: #04cfd1;
}

.headline {
  margin: 0 auto;
  padding: 0 16px;
}
.headline__subtitle {
  margin-top: 5px;
}

#pulstaing-yellow {
  fill: #ed9b1c;
  -webkit-animation: pulse 2.5s infinite;
          animation: pulse 2.5s infinite;
  -webkit-transform-origin: center center;
  opacity: 1;
}

@-webkit-keyframes pulse {
  0% {
    stroke-width: 2;
    stroke: #ed9b1c;
  }
  100% {
    stroke-width: 14;
    stroke: rgba(237, 155, 28, 0);
  }
}

@keyframes pulse {
  0% {
    stroke-width: 2;
    stroke: #ed9b1c;
  }
  100% {
    stroke-width: 14;
    stroke: rgba(237, 155, 28, 0);
  }
}
#pulsating-blue {
  fill: #04cfd1;
  -webkit-animation: pulse-blue 2.5s infinite;
          animation: pulse-blue 2.5s infinite;
  -webkit-transform-origin: center center;
  opacity: 1;
}

@-webkit-keyframes pulse-blue {
  0% {
    stroke-width: 2;
    stroke: #04cfd1;
  }
  100% {
    stroke-width: 14;
    stroke: rgba(4, 207, 209, 0);
  }
}

@keyframes pulse-blue {
  0% {
    stroke-width: 2;
    stroke: #04cfd1;
  }
  100% {
    stroke-width: 14;
    stroke: rgba(4, 207, 209, 0);
  }
}
#nav-icon3 {
  width: 34px;
  height: 34px;
  position: relative;
  top: 3px;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
@media (min-width: 990px) {
  #nav-icon3 {
    display: none;
  }
}

#nav-icon3 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #000000;
  border-radius: 60px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
  top: 12px;
}

#nav-icon3 span:nth-child(4) {
  top: 24px;
}

#nav-icon3.open span:nth-child(1) {
  top: 12px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 12px;
  width: 0%;
  left: 50%;
}

.cookies {
  position: fixed;
  z-index: 100;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #f9f9f9;
  transition: all 0.6s;
  box-shadow: 0 2px 16px 0 rgba(149, 150, 160, 0.2);
}
.cookies.noactive {
  bottom: -100%;
}
.cookies__content {
  max-width: 1060px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.cookies__icon {
  min-width: 36px;
  height: 36px;
  margin-right: 10px;
  background: url("/images/elements/cookies.svg");
}
@media (min-width: 769px) {
  .cookies__icon {
    margin-right: 41px;
  }
}
.cookies__text a {
  border-bottom: 1px solid #000000;
  transition: color 0.3s ease-in-out;
}
.cookies__text a:hover {
  cursor: pointer;
  color: #04cfd1;
}
.cookies__button {
  margin-left: 10px;
  min-width: 98px;
  height: 20px;
  border-bottom: 1px solid #000000;
  transition: color 0.3s ease-in-out;
}
.cookies__button:hover {
  cursor: pointer;
  color: #04cfd1;
}
@media (min-width: 769px) {
  .cookies__button {
    margin-left: 30px;
  }
}

.intro__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 769px) {
  .intro__content {
    flex-wrap: nowrap;
  }
}
.intro__info {
  order: 2;
  width: 100%;
}
@media (min-width: 769px) {
  .intro__info {
    width: 50%;
    order: 1;
  }
}
.intro__title {
  max-width: 545px;
  margin-top: 0px;
}
@media (min-width: 769px) {
  .intro__title {
    margin-top: 75px;
  }
}
.intro__subtitle {
  max-width: 450px;
}
.intro__photo {
  width: 100%;
  flex-shrink: 0;
  order: 1;
}
@media (min-width: 769px) {
  .intro__photo {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .intro__photo {
    width: calc(100% - 465px);
  }
}
.intro__point {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.intro__icon {
  border-radius: 20px;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 75px;
  width: 75px;
  height: 75px;
  background-color: #ffffff;
  box-shadow: 0 20px 60px 0 rgba(29, 31, 38, 0.1);
}
.intro__icon .list {
  width: 36px;
  height: 36px;
  background: url("/images/elements/icons/list-ok.svg");
}
.intro__icon .code {
  width: 36px;
  height: 36px;
  background: url("/images/elements/icons/code.svg");
}
.intro__icon .hipchat {
  width: 36px;
  height: 36px;
  background: url("/images/elements/icons/hipchat.svg");
}
.intro__icon .laptop {
  width: 36px;
  height: 36px;
  background: url("/images/elements/icons/laptop.svg");
}
.intro__icon .apps {
  width: 36px;
  height: 36px;
  background: url("/images/elements/icons/apps.svg");
}
.intro__icon .business {
  width: 36px;
  height: 36px;
  background: url("/images/elements/icons/business.svg");
}
.intro__icon .branch {
  width: 36px;
  height: 36px;
  background: url("/images/elements/icons/branch.svg");
}
.intro__icon .product {
  width: 36px;
  height: 36px;
  background: url("/images/elements/icons/product.svg");
}
.intro__icon .people {
  width: 36px;
  height: 36px;
  background: url("/images/elements/icons/people.svg");
}
.intro__icon .mobile {
  width: 36px;
  height: 36px;
  background: url("/images/elements/icons/mobile.svg");
}
.intro__icon .tech {
  width: 36px;
  height: 36px;
  background: url("/images/elements/icons/tech.svg");
}
.intro__icon .graph {
  width: 36px;
  height: 36px;
  background: url("/images/elements/icons/screen-graph.svg");
}
.intro.case .intro__graphic {
  position: relative;
  width: 311px;
  margin: 0 auto 60px;
}
@media (min-width: 769px) {
  .intro.case .intro__graphic {
    margin: 80px auto 0;
    order: 2;
  }
}
@media (min-width: 1024px) {
  .intro.case .intro__graphic {
    width: 50%;
    order: 2;
  }
  .intro.case .intro__graphic .piece-red {
    width: 430px;
  }
  .intro.case .intro__graphic .piece-blue {
    width: 430px;
  }
  .intro.case .intro__graphic .piece-yellow {
    width: 430px;
  }
  .intro.case .intro__graphic .piece-azure {
    width: 430px;
  }
}
@media (min-width: 1216px) {
  .intro.case .intro__graphic {
    width: 610px;
    margin: 0 auto 0;
  }
  .intro.case .intro__graphic .piece-red {
    width: 500px;
  }
  .intro.case .intro__graphic .piece-blue {
    width: 500px;
  }
  .intro.case .intro__graphic .piece-yellow {
    width: 500px;
  }
  .intro.case .intro__graphic .piece-azure {
    width: 500px;
  }
}
@media (min-width: 1024px) {
  .intro.case .intro__img img {
    margin-left: 135px;
  }
}
@media (min-width: 1216px) {
  .intro.case .intro__img img {
    margin-left: 175px;
  }
}
@media (min-width: 769px) {
  .intro.wide .intro__info {
    width: 40%;
  }
}
.intro.wide .intro__graphic {
  margin: 60px auto 80px;
  position: relative;
}
@media (min-width: 769px) {
  .intro.wide .intro__graphic {
    margin: 80px auto 0;
    order: 2;
  }
}
.intro.wide .intro__graphic .piece-double {
  left: -20px;
}
.intro.wide .intro__graphic .piece-red {
  margin: 28px 0 50px 85px;
  width: 175px;
  height: 165px;
}
@media (min-width: 1024px) {
  .intro.wide .intro__graphic .piece-red {
    border-radius: 95px;
    width: 396px;
    height: 369px;
    margin: 90px 0 90px 205px;
  }
}
@media (min-width: 1216px) {
  .intro.wide .intro__graphic .piece-red {
    margin: 90px 0 90px 235px;
  }
}
.intro.wide .intro__img img {
  max-width: 240px;
  margin-left: 0;
}
@media (min-width: 1024px) {
  .intro.wide .intro__img img {
    max-width: none;
    margin-left: 30px;
    margin-top: 20px;
  }
}
.intro__img img {
  padding: 5px;
  border-radius: 22px;
  box-shadow: 0 20px 70px 0 rgba(29, 31, 38, 0.5);
  background-color: #ffffff;
  max-width: 151px;
  margin-left: 98px;
}
@media (min-width: 1024px) {
  .intro__img img {
    padding: 10px;
    border-radius: 37px;
    height: auto;
    margin-left: 165px;
    max-width: initial;
  }
}
@media (min-width: 1216px) {
  .intro__img img {
    margin-left: 185px;
  }
}
.intro .piece-double {
  position: absolute;
  z-index: -1;
  left: -15px;
  top: -45px;
  width: 85px;
  height: 220px;
  background: url("/images/portfolio/folio-rectangles.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 1024px) {
  .intro .piece-double {
    width: 154px;
    height: 458px;
  }
}
.intro .piece-bulb {
  position: absolute;
  z-index: -1;
  left: 0px;
  top: 10px;
  width: 105px;
  height: 105px;
  background: url("/images/portfolio/folio-top.svg");
  background-size: contain;
}
@media (min-width: 1024px) {
  .intro .piece-bulb {
    width: 205px;
    height: 205px;
  }
}
.intro .piece-red {
  position: absolute;
  z-index: -1;
  display: block;
  width: 277px;
  height: 228px;
  margin: 38px 0 49px 33px;
  border-radius: 50px;
  background-image: linear-gradient(to left, #fe443b 100%, #fe443b 93%, #000000 73%, #fe443b 53%, #fe443b);
}
@media (min-width: 1024px) {
  .intro .piece-red {
    margin: 74px 0 98px 65px;
    border-radius: 95px;
    width: 500px;
    height: 449px;
  }
}
@media (min-width: 1216px) {
  .intro .piece-red {
    width: 545px;
  }
}
.intro .piece-yellow {
  position: absolute;
  z-index: -1;
  display: block;
  width: 277px;
  height: 228px;
  margin: 38px 0 49px 33px;
  border-radius: 50px;
  background-image: linear-gradient(to left, #f8ef24 100%, #f8ef24 93%, #000000 73%, #f8ef24 53%, #f8ef24);
}
@media (min-width: 1024px) {
  .intro .piece-yellow {
    margin: 74px 0 98px 65px;
    border-radius: 95px;
    width: 500px;
    height: 449px;
  }
}
@media (min-width: 1216px) {
  .intro .piece-yellow {
    width: 545px;
  }
}
.intro .piece-blue {
  position: absolute;
  z-index: -1;
  display: block;
  width: 277px;
  height: 228px;
  margin: 38px 0 49px 33px;
  border-radius: 50px;
  background-image: linear-gradient(to left, #2268ae 100%, #2268ae 93%, #000000 73%, #2268ae 53%, #2268ae);
}
@media (min-width: 1024px) {
  .intro .piece-blue {
    margin: 74px 0 98px 65px;
    border-radius: 95px;
    width: 500px;
    height: 449px;
  }
}
@media (min-width: 1216px) {
  .intro .piece-blue {
    width: 545px;
  }
}
.intro .piece-azure {
  position: absolute;
  z-index: -1;
  display: block;
  width: 277px;
  height: 228px;
  margin: 38px 0 49px 33px;
  border-radius: 50px;
  background-image: linear-gradient(to left, #91bff2 100%, #91bff2 93%, #000000 73%, #91bff2 53%, #91bff2);
}
@media (min-width: 1024px) {
  .intro .piece-azure {
    margin: 74px 0 98px 65px;
    border-radius: 95px;
    width: 500px;
    height: 449px;
  }
}
@media (min-width: 1216px) {
  .intro .piece-azure {
    width: 545px;
  }
}
@media (max-width: 600px) {
  .intro .button {
    width: 100%;
  }
}
@media (max-width: 769px) {
  .intro.about .intro__title {
    margin-bottom: 20px;
  }
}
@media (max-width: 769px) {
  .intro.about .intro__info {
    margin-top: 40px;
  }
}
.intro.about .button.show-modal.wide {
  margin-top: 30px;
}

.technologies {
  padding: 80px 0;
}
.technologies__box {
  max-width: 334px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .technologies__box img {
    max-height: 200px;
    width: auto;
  }
}
.technologies__box img {
  margin-left: 30px;
}
@media (min-width: 1024px) {
  .technologies__box img {
    margin-left: -30px;
  }
}
.technologies__box-title {
  margin: 0;
  margin-bottom: 10px;
}
.technologies .headline {
  max-width: 735px;
}
.technologies.mobile-apps .technologies__box img {
  margin: 0 auto 20px;
}
.technologies.mobile-apps .technolgies__content {
  margin-top: 30px;
}
@media (min-width: 769px) {
  .technologies.mobile-apps .technolgies__content {
    margin-top: 70px;
  }
}
@media (max-width: 769px) {
  .technologies.mobile-apps {
    padding: 80px 0 40px;
  }
}
@media (min-width: 1024px) {
  .technologies {
    padding: 121px 0;
  }
}

.team {
  margin-bottom: 128px;
}
.team__content {
  margin-top: 40px;
}
.team__container {
  max-width: 956px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 769px) {
  .team__container {
    flex-wrap: nowrap;
  }
}
.team__box {
  max-width: 260px;
  margin: 0 auto;
  padding-bottom: 40px;
}
.team__box figure {
  position: relative;
  margin-right: 15px;
  margin-left: 15px;
}
@media (min-width: 1024px) {
  .team__box figure {
    margin-left: 0;
    margin-right: 0;
  }
}
.team__box-bulb {
  width: 70px;
  height: 70px;
  position: absolute;
  left: -20px;
  top: 20px;
  background-image: url("/images/elements/shape.svg");
}
.team__box-bulb.green {
  background-image: url("/images/elements/shape-1.svg");
  top: auto;
  bottom: 20px;
}
.team__box-bulb.yellow {
  background-image: url("/images/elements/shape-2.svg");
  top: 50px;
}
.team__box-bulb.blue {
  background-image: url("/images/elements/shape-3.svg");
  top: auto;
  bottom: 20px;
}
.team__box-ln {
  display: inline-block;
  margin-top: 10px;
}
.team__box-ln i {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background-image: url("/images/contact/linkedin.svg");
}
.team__box-ln span {
  transition: color 0.3s ease-in-out;
  display: inline-block;
  border-bottom: 1px solid #000000;
}
.team__box-ln:hover span {
  color: #04cfd1;
}
@media (min-width: 769px) {
  .team__box {
    padding-bottom: 0;
  }
}

.testimonials {
  padding: 40px 0;
  background-color: #f9f9f9;
}
.testimonials__content {
  margin-top: 20px;
}
@media (min-width: 1024px) {
  .testimonials__content {
    margin-top: 80px;
  }
}
.testimonials__box {
  max-width: 535px;
  padding: 0 20px;
}
.testimonials__box.first {
  margin-bottom: 40px;
}
@media (min-width: 769px) {
  .testimonials__box.first {
    margin-bottom: 0px;
  }
}
.testimonials__top {
  display: flex;
  justify-content: space-between;
}
.testimonials__icon {
  position: relative;
  width: 32px;
  height: 30px;
  flex-shrink: 0;
  border-radius: 30%;
  margin-right: 24px;
  margin-bottom: 40px;
  background: url("/images/home/testimonials/quote.svg");
  background-size: contain;
}
@media (min-width: 1024px) {
  .testimonials__icon {
    width: 71px;
    height: 67px;
  }
}
.testimonials__bottom {
  margin-top: 51px;
  display: flex;
  align-items: center;
}
@media (min-width: 1024px) {
  .testimonials__bottom {
    margin-left: 95px;
  }
}
.testimonials__avatar {
  width: 70px;
  height: 70px;
  flex-shrink: 0;
  margin-right: 25px;
}
@media (min-width: 1024px) {
  .testimonials {
    padding: 75px 0;
  }
}
.testimonials__slider {
  max-width: 1344px;
  margin: 0 auto;
  position: relative;
}
.testimonials__container {
  max-width: 1000px;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .testimonials__content {
    margin-top: 40px;
  }
}
.testimonials__left {
  width: 36px;
  height: 36px;
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translate(-50%, -50%);
  z-index: 99;
}
.testimonials__left svg path {
  transition: 0.3s ease-in-out;
}
.testimonials__left:hover {
  cursor: pointer;
}
.testimonials__left:hover svg path:last-of-type {
  fill: #04cfd1;
}
@media (max-width: 769px) {
  .testimonials__left {
    display: none;
  }
}
.testimonials__right {
  width: 36px;
  height: 36px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-50%, -50%);
  z-index: 99;
}
.testimonials__right svg path {
  transition: 0.3s ease-in-out;
}
.testimonials__right:hover {
  cursor: pointer;
}
.testimonials__right:hover svg path:last-of-type {
  fill: #04cfd1;
}
@media (max-width: 769px) {
  .testimonials__right {
    display: none;
  }
}
@media (max-width: 769px) {
  .testimonials .owl-carousel .heroes__box figure img {
    max-width: 239px;
  }
}
.testimonials .owl-carousel .owl-stage-outer {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 769px) {
  .testimonials .owl-carousel .owl-stage-outer {
    padding-top: 80px;
  }
}
.testimonials .owl-carousel .owl-item img {
  width: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2000;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  outline: 0;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 1024px) {
  .modal {
    padding: 60px 16px;
  }
}
.modal__close {
  position: absolute;
  top: 25px;
  right: 25px;
  border: 0;
  background-color: transparent;
  width: 36px;
  height: 36px;
  background-image: url("/images/elements/close.svg");
  transition: transform 0.3s ease-in-out;
}
.modal__close:hover {
  cursor: pointer;
  transform: rotate(180deg);
}
.modal__show {
  visibility: visible;
  opacity: 1;
}
.modal__overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
  background: rgba(0, 0, 0, 0.3);
  transition: all 0.3s;
}
.modal__content {
  position: relative;
  background-color: #ffffff;
  margin: 0 auto;
  max-width: 1115px;
  padding: 90px 0 30px;
}
@media (min-width: 1024px) {
  .modal__content {
    padding: 60px 90px;
    border-radius: 29px;
  }
}
.modal__title {
  padding: 0 12px;
}
.modal__subtitle {
  padding-top: 8px;
  padding-bottom: 16px;
}
.modal__form-consent {
  display: flex;
  margin-bottom: 30px;
}
.modal__form-consent span {
  transition: box-shadow 0.3s ease-in-out;
  margin-right: 10px;
  min-width: 30px;
}
.modal__form-consent:hover {
  cursor: pointer;
}
.modal__form-consent.error {
  color: #de2f00;
}
.modal__form-consent.error span {
  border: solid 1px #de2f00;
  box-shadow: 2px 2px 6px 0px rgba(222, 47, 0, 0.6);
}
.modal__form-inputs {
  width: 100%;
  display: flex;
  margin-top: 40px;
  flex-wrap: wrap;
}
@media (min-width: 769px) {
  .modal__form-inputs {
    flex-wrap: nowrap;
  }
}
.modal__form-left {
  width: 100%;
}
.modal__form-left input {
  padding: 15px 17px;
  border: solid 1px #d8d8d8;
  border-radius: 10px;
  margin-bottom: 25px;
  width: 100%;
  transition: box-shadow 0.3s ease-in-out;
}
.modal__form-left input:focus {
  outline: none;
}
.modal__form-left input:hover {
  box-shadow: 2px 2px 6px 0px rgba(66, 68, 90, 0.6);
}
.modal__form-left input.error {
  border: solid 1px #de2f00;
  box-shadow: 2px 2px 6px 0px rgba(222, 47, 0, 0.6);
}
.modal__form-left input.error::-moz-placeholder {
  color: #de2f00;
}
.modal__form-left input.error:-ms-input-placeholder {
  color: #de2f00;
}
.modal__form-left input.error::placeholder {
  color: #de2f00;
}
@media (min-width: 769px) {
  .modal__form-left {
    width: 50%;
    margin-right: 46px;
  }
}
.modal__form-right {
  width: 100%;
}
.modal__form-right textarea {
  padding: 17px;
  border: solid 1px #d8d8d8;
  border-radius: 10px;
  margin-bottom: 25px;
  width: 100%;
  height: 201px;
  resize: none;
  transition: box-shadow 0.3s ease-in-out;
}
.modal__form-right textarea:focus {
  outline: none;
}
.modal__form-right textarea:hover {
  box-shadow: 2px 2px 6px 0px rgba(66, 68, 90, 0.6);
}
.modal__form-right textarea.error {
  border: solid 1px #de2f00;
  box-shadow: 2px 2px 6px 0px rgba(222, 47, 0, 0.6);
}
.modal__form-right textarea.error::-moz-placeholder {
  color: #de2f00;
}
.modal__form-right textarea.error:-ms-input-placeholder {
  color: #de2f00;
}
.modal__form-right textarea.error::placeholder {
  color: #de2f00;
}
@media (min-width: 769px) {
  .modal__form-right {
    width: 50%;
  }
}
.modal__form-checkboxes {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (min-width: 769px) {
  .modal__form-checkboxes {
    flex-wrap: nowrap;
  }
}
.modal__form-box {
  border-radius: 23px;
  width: 100%;
  height: 113px;
  padding: 16px;
  text-align: center;
  border: 2px solid transparent;
  margin-bottom: 16px;
  transition: box-shadow 0.3s ease-in-out;
  position: relative;
}
.modal__form-box:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 103%;
  width: 101%;
  border-radius: 23px;
  box-shadow: 0 20px 20px 0 rgba(29, 31, 38, 0.1);
}
@media (min-width: 769px) {
  .modal__form-box {
    width: 145px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .modal__form-box {
    width: 165px;
  }
}
.modal__form-box-top {
  display: flex;
  justify-content: space-between;
}
.modal__form-box-name {
  display: block;
  margin-top: 20px;
}
.modal__form-box:hover {
  cursor: pointer;
  box-shadow: 2px 2px 6px 0px rgba(66, 68, 90, 0.6);
}
.modal__form-box.active {
  cursor: pointer;
  box-shadow: 2px 2px 6px 0px rgba(66, 68, 90, 0.6);
}
.modal__form-box.active .modal__form-input {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal__form-box.active .modal__form-input::after {
  content: "";
  display: block;
  background-image: url("/images/contact/check.svg");
  background-repeat: no-repeat;
  width: 15px;
  height: 13px;
}
.modal__form-input {
  transition: border 0.1s ease-out;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 10px;
  border: solid 1px #d8d8d8;
}
.modal__form-input.active {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal__form-input.active::after {
  content: "";
  display: block;
  background-image: url("/images/contact/check.svg");
  background-repeat: no-repeat;
  width: 15px;
  height: 13px;
}
.modal__form-input:hover {
  cursor: pointer;
  box-shadow: 2px 2px 6px 0px rgba(66, 68, 90, 0.6);
}
.modal__form-icon {
  width: 36px;
  height: 36px;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
}
.modal__form-icon.code {
  background-image: url("/images/contact/code.svg");
}
.modal__form-icon.apps {
  background-image: url("/images/contact/apps.svg");
}
.modal__form-icon.consulting {
  background-image: url("/images/contact/hipchat.svg");
}
.modal__form-icon.dev {
  background-image: url("/images/contact/laptop.svg");
}
.modal__form-icon.other {
  background-image: url("/images/contact/tech.svg");
}
.modal__form-slogan {
  padding-bottom: 16px;
}
.modal__form .button {
  width: 100%;
}
@media (min-width: 769px) {
  .modal__form .button {
    width: 111px;
    margin-left: auto;
  }
}
.modal__form .headline {
  padding: 0 16px;
}
.modal .header__logo {
  position: absolute;
  left: 16px;
  top: 24px;
}
@media (min-width: 1024px) {
  .modal .header__logo {
    display: none;
  }
}

.modal__show ~ .modal__overlay {
  opacity: 1;
  visibility: visible;
}

.modal__effect .modal__content {
  transform: scale(0.7);
  opacity: 0;
  transition: all 0.3s;
}

.modal__show.modal__effect .modal__content {
  transform: scale(1);
  opacity: 1;
}

.text {
  padding: 60px 0;
  position: relative;
}
@media (min-width: 769px) {
  .text {
    padding: 150px 0;
  }
}
.text__bulb-left {
  position: absolute;
  top: 50%;
  left: 0;
  background: url("/images/about/rectangle-left.svg");
  width: 282px;
  height: 499px;
  transform: translateY(-50%);
}
.text__bulb-right {
  position: absolute;
  top: 50%;
  right: 0;
  background: url("/images/about/rectangle-right.svg");
  width: 232px;
  height: 465px;
  transform: translateY(-50%);
}
.text__content {
  max-width: 761px;
  margin: 0 auto;
}

.values {
  position: relative;
}
.values__content {
  margin-top: 45px;
}
.values__info {
  margin-left: 10px;
  margin-top: 25px;
}
.values__box {
  display: flex;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
@media (min-width: 769px) {
  .values__box {
    margin-bottom: 80px;
    flex-wrap: nowrap;
  }
}
.values__title {
  margin: 0 0 10px;
}
.values__icon {
  width: 242px;
  height: 242px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background-color: #ffffff;
  border-radius: 60px;
  box-shadow: 0 20px 60px 0 rgba(29, 31, 38, 0.1);
  position: relative;
  margin: 0 auto;
}
.values__icon .continious {
  position: absolute;
  display: flex;
  width: 375px;
  height: 380px;
  flex-shrink: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("/images/about/continous.svg");
}
@media (min-width: 769px) {
  .values__icon {
    margin-left: 0;
    margin-right: 44px;
  }
}
.values .info__button .button {
  margin: 0 auto;
}
.values__cloud {
  position: absolute;
  top: 50%;
  right: 0;
  background: url("/images/about/rectangle-left.svg");
  width: 282px;
  height: 499px;
  transform: rotate(180deg);
}

.impactful {
  margin: 60px 0 100px;
}
.impactful__header {
  margin-bottom: 50px;
}
.impactful__box {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 445px;
  margin: 0 auto;
}
.impactful__box figure {
  margin-right: 25px;
}
.impactful__box figure img {
  min-width: 75px;
}
@media (min-width: 769px) {
  .impactful__box {
    justify-content: left;
  }
}
@media (min-width: 769px) {
  .impactful__info {
    max-width: 240px;
  }
}

.clients {
  max-width: 1344px;
  margin: 0 auto 75px;
}
@media (min-width: 1024px) {
  .clients {
    margin: 0 auto 150px;
  }
}
.clients__content {
  display: flex;
  justify-content: space-between;
  padding: 35px 20px;
  border-radius: 29px;
  background-color: #ffffff;
  box-shadow: 0 20px 60px 0 rgba(29, 31, 38, 0.1);
  margin: 0 16px;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
}
@media (min-width: 769px) {
  .clients__content {
    overflow-x: hidden;
  }
}
@media (min-width: 1024px) {
  .clients__content {
    padding: 35px 94px;
  }
}
.clients__logo {
  display: flex;
  align-items: center;
}
.clients__logo img {
  margin: 0 auto;
}
@media (max-width: 769px) {
  .clients__logo img {
    max-width: 100%;
    min-width: 165px;
  }
}
.clients__logo.svg {
  max-width: 170px;
}

.case-studies {
  position: relative;
}
.case-studies__content {
  padding: 0 16px;
}
@media (min-width: 1024px) {
  .case-studies__content {
    margin-bottom: 61px;
  }
}
.case-studies__elements {
  width: 315px;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 1024px) {
  .case-studies__elements {
    width: 611px;
    margin: auto;
  }
}
.case-studies__box {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 769px) {
  .case-studies__box {
    flex-wrap: nowrap;
  }
}
@media (max-width: 769px) {
  .case-studies__box.wide .case-studies__photo {
    left: 40px;
  }
}
.case-studies__box.wide .case-studies__photo .piece-double {
  position: absolute;
  z-index: -1;
  left: -15px;
  top: -45px;
  width: 85px;
  height: 220px;
  background: url("/images/portfolio/folio-rectangles.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 1024px) {
  .case-studies__box.wide .case-studies__photo .piece-double {
    width: 154px;
    height: 458px;
  }
}
.case-studies__box.wide .case-studies__photo .case-studies__img img {
  max-width: 240px;
  margin-left: 0;
}
@media (min-width: 1024px) {
  .case-studies__box.wide .case-studies__photo .case-studies__img img {
    max-width: none;
    margin-left: 30px;
    margin-top: 20px;
  }
}
.case-studies__box.wide .case-studies__photo .piece-red {
  margin: 28px 0 50px 85px;
  width: 175px;
  height: 165px;
}
@media (min-width: 1024px) {
  .case-studies__box.wide .case-studies__photo .piece-red {
    border-radius: 95px;
    width: 396px;
    height: 369px;
    margin: 90px 0 90px 205px;
  }
}
@media (min-width: 1216px) {
  .case-studies__box.wide .case-studies__photo .piece-red {
    margin: 90px 0 90px 235px;
  }
}
@media (max-width: 1024px) {
  .case-studies__box.wide .case-studies__info {
    margin-top: 90px;
  }
}
.case-studies__info {
  max-width: 355px;
  order: 2;
  margin-top: 40px;
}
@media (min-width: 1024px) {
  .case-studies__info {
    margin-top: 0px;
    order: 1;
  }
}
.case-studies__photo {
  position: relative;
  width: 610px;
  order: 1;
}
@media (min-width: 1024px) {
  .case-studies__photo {
    order: 2;
  }
}
.case-studies__title {
  margin-bottom: 10px;
}
.case-studies__subtitle {
  margin-bottom: 15px;
}
.case-studies__subtitle span {
  margin-left: 10px;
}
.case-studies__text {
  margin-bottom: 15px;
}
.case-studies__more {
  border-bottom: 1px solid #000000;
  transition: color 0.3s ease-in-out;
}
.case-studies__more:hover {
  color: #04cfd1;
}
.case-studies__check-reviews {
  width: 300px;
  margin: 20px 0 0 0;
}
.case-studies__img img {
  padding: 5px;
  border-radius: 22px;
  box-shadow: 0 20px 70px 0 rgba(29, 31, 38, 0.5);
  background-color: #ffffff;
  max-width: 151px;
  margin-left: 98px;
}
@media (min-width: 1024px) {
  .case-studies__img img {
    padding: 10px;
    border-radius: 37px;
    height: auto;
    margin-left: 165px;
    max-width: initial;
  }
}
@media (min-width: 1216px) {
  .case-studies__img img {
    margin-left: 185px;
  }
}
.case-studies .piece-bulb {
  position: absolute;
  z-index: -1;
  left: 0px;
  top: 10px;
  width: 105px;
  height: 105px;
  background: url("/images/portfolio/folio-top.svg");
  background-size: contain;
}
@media (min-width: 1024px) {
  .case-studies .piece-bulb {
    width: 205px;
    height: 205px;
  }
}
.case-studies .piece-red {
  position: absolute;
  z-index: -1;
  display: block;
  width: 277px;
  height: 228px;
  margin: 38px 0 49px 33px;
  border-radius: 50px;
  background-image: linear-gradient(to left, #fe443b 100%, #fe443b 93%, #000000 73%, #fe443b 53%, #fe443b);
}
@media (min-width: 1024px) {
  .case-studies .piece-red {
    margin: 74px 0 98px 65px;
    border-radius: 95px;
    width: 500px;
    height: 449px;
  }
}
@media (min-width: 1216px) {
  .case-studies .piece-red {
    width: 545px;
  }
}
.case-studies .piece-yellow {
  position: absolute;
  z-index: -1;
  display: block;
  width: 277px;
  height: 228px;
  margin: 38px 0 49px 33px;
  border-radius: 50px;
  background-image: linear-gradient(to left, #f8ef24 100%, #f8ef24 93%, #000000 73%, #f8ef24 53%, #f8ef24);
}
@media (min-width: 1024px) {
  .case-studies .piece-yellow {
    margin: 74px 0 98px 65px;
    border-radius: 95px;
    width: 500px;
    height: 449px;
  }
}
@media (min-width: 1216px) {
  .case-studies .piece-yellow {
    width: 545px;
  }
}
.case-studies .piece-blue {
  position: absolute;
  z-index: -1;
  display: block;
  width: 277px;
  height: 228px;
  margin: 38px 0 49px 33px;
  border-radius: 50px;
  background-image: linear-gradient(to left, #2268ae 100%, #2268ae 93%, #000000 73%, #2268ae 53%, #2268ae);
}
@media (min-width: 1024px) {
  .case-studies .piece-blue {
    margin: 74px 0 98px 65px;
    border-radius: 95px;
    width: 500px;
    height: 449px;
  }
}
@media (min-width: 1216px) {
  .case-studies .piece-blue {
    width: 545px;
  }
}
.case-studies .piece-azure {
  position: absolute;
  z-index: -1;
  display: block;
  width: 277px;
  height: 228px;
  margin: 38px 0 49px 33px;
  border-radius: 50px;
  background-image: linear-gradient(to left, #91bff2 100%, #91bff2 93%, #000000 73%, #91bff2 53%, #91bff2);
}
@media (min-width: 1024px) {
  .case-studies .piece-azure {
    margin: 74px 0 98px 65px;
    border-radius: 95px;
    width: 500px;
    height: 449px;
  }
}
@media (min-width: 1216px) {
  .case-studies .piece-azure {
    width: 545px;
  }
}
@media (min-width: 769px) {
  .case-studies .container:before {
    background: linear-gradient(270deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6) 40%, #fff 75%, #fff);
    content: "";
    position: absolute;
    width: 80px;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
  }
  .case-studies .container:after {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6) 40%, #fff 75%, #fff);
    content: "";
    position: absolute;
    width: 80px;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
  }
}
.case-studies__cloud {
  position: absolute;
  width: 282px;
  height: 499px;
  top: 50px;
  left: 0;
  background-image: url("/images/elements/clouds/rectangle-left-blue.png");
}
@media (min-width: 1408px) {
  .case-studies__cloud {
    display: block;
  }
}

.diagram {
  margin-bottom: 0;
  position: relative;
  padding-top: 75px;
}
.diagram .headline {
  max-width: 925px;
}
.diagram__content {
  max-width: 740px;
  margin: 65px auto 0;
  display: flex;
  justify-content: center;
}
.diagram__content.desktop {
  display: none;
}
@media (min-width: 769px) {
  .diagram__content.desktop {
    display: flex;
  }
}
.diagram__content.mobile {
  flex-wrap: wrap;
  justify-content: center;
}
.diagram__content.mobile .diagram__line,
.diagram__content.mobile .diagram__line.bottom {
  display: none;
}
.diagram__content.mobile .diagram__item {
  margin-bottom: 45px;
  width: 100%;
}
.diagram__content.mobile .diagram__info {
  position: relative;
  width: 300px;
  margin: 0 auto;
}
.diagram__content.mobile .diagram__icon {
  min-width: 64px;
  max-width: 64px;
}
@media (min-width: 769px) {
  .diagram__content.mobile {
    display: none;
  }
}
.diagram__arrow-long {
  position: absolute;
  bottom: 43px;
  left: -30px;
  background: url("/images/diagram/arrow-long.svg");
  height: 246px;
  width: 19px;
}
.diagram__arrow-short {
  position: absolute;
  bottom: 100px;
  left: 41px;
  background: url("/images/diagram/arrow.svg");
  height: 88px;
  width: 39px;
}
.diagram__left, .diagram__right {
  width: 48%;
}
.diagram__right {
  margin-top: 95px;
}
.diagram__info {
  position: relative;
  display: flex;
  align-items: center;
}
.diagram__icon {
  margin-right: 25px;
  min-width: 94px;
}
.diagram__text strong {
  display: block;
}
.diagram__item.last {
  margin-top: -14px;
}
.diagram__line {
  height: 51px;
  background: url("/images/home/line-up.svg");
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 42px;
}
.diagram__line.bottom {
  background: url("/images/home/line-down.svg");
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: -2px;
}
.diagram__line.empty {
  background: none;
}
.diagram .button {
  margin: 0 auto;
}
.diagram__cloud {
  position: absolute;
  top: 0;
  left: 0;
  background: url("/images/about/rectangle-right.svg");
  width: 232px;
  height: 465px;
  transform: rotate(180deg);
  display: none;
}
@media (min-width: 769px) {
  .diagram__cloud {
    display: block;
  }
}

.heroes {
  background-color: #f9f9f9;
  padding-top: 40px;
}
@media (min-width: 769px) {
  .heroes {
    padding-top: 65px;
  }
}
.heroes__slider {
  max-width: 1344px;
  margin: 0 auto;
  position: relative;
}
.heroes__container {
  max-width: 1000px;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .heroes__content {
    margin-top: 40px;
  }
}
.heroes__box {
  padding: 0 16px;
  margin: 0 auto;
}
.heroes__box-title {
  margin-bottom: 0;
}
.heroes__box-subtitle {
  margin-bottom: 20px;
}
.heroes__box figure {
  position: relative;
}
.heroes__box-bulb {
  width: 70px;
  height: 70px;
  position: absolute;
  left: -8px;
  top: 20px;
  background-image: url("/images/elements/shape.svg");
}
.heroes__box-bulb.green {
  background-image: url("/images/elements/shape-1.svg");
  top: auto;
  bottom: 20px;
}
.heroes__box-bulb.yellow {
  background-image: url("/images/elements/shape-2.svg");
  top: 50px;
  left: -5px;
}
.heroes__box-bulb.blue {
  background-image: url("/images/elements/shape-3.svg");
  top: auto;
  bottom: 20px;
}
@media (min-width: 769px) {
  .heroes__box-bulb {
    left: 20px;
  }
}
@media (min-width: 769px) {
  .heroes__box {
    padding: 0 80px;
  }
}
.heroes__left {
  width: 36px;
  height: 36px;
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translate(-50%, -50%);
  z-index: 99;
}
.heroes__left svg path {
  transition: 0.3s ease-in-out;
}
.heroes__left:hover {
  cursor: pointer;
}
.heroes__left:hover svg path:last-of-type {
  fill: #04cfd1;
}
@media (max-width: 769px) {
  .heroes__left {
    display: none;
  }
}
.heroes__right {
  width: 36px;
  height: 36px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-50%, -50%);
  z-index: 99;
}
.heroes__right svg path {
  transition: 0.3s ease-in-out;
}
.heroes__right:hover {
  cursor: pointer;
}
.heroes__right:hover svg path:last-of-type {
  fill: #04cfd1;
}
@media (max-width: 769px) {
  .heroes__right {
    display: none;
  }
}
@media (max-width: 769px) {
  .heroes .owl-carousel .heroes__box figure img {
    max-width: 239px;
  }
}
.heroes .owl-carousel .owl-stage-outer {
  padding-top: 40px;
  padding-bottom: 80px;
}
@media (min-width: 769px) {
  .heroes .owl-carousel .owl-stage-outer {
    padding-top: 80px;
    padding-bottom: 100px;
  }
}
.heroes .owl-carousel .owl-item img {
  width: auto;
}

.info {
  margin-top: 60px;
}
@media (min-width: 769px) {
  .info {
    margin-top: 120px;
  }
}
.info__container {
  margin-top: 35px;
  margin-bottom: 35px;
}
@media (min-width: 769px) {
  .info__container {
    margin-top: 60px;
    margin-bottom: 80px;
  }
}
.info__box {
  margin-bottom: 55px;
}
.info__box img {
  margin: 0 auto;
}
@media (min-width: 769px) {
  .info__box {
    max-width: 336px;
    margin-bottom: 0;
  }
}
.info__box-title {
  margin-top: 25px;
}
@media (min-width: 769px) {
  .info__box-title {
    margin-top: 51px;
  }
}
.info__box-text {
  margin-top: 16px;
}
.info__button {
  margin-bottom: 80px;
}
.info__button button {
  margin: 0 auto;
}
.info__photo {
  border-radius: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 213px;
  height: 213px;
  background-color: #ffffff;
  box-shadow: 0 20px 60px 0 rgba(29, 31, 38, 0.1);
}

.best {
  background-color: #f9f9f9;
  padding-top: 60px;
}
.best .headline {
  margin-bottom: 30px;
}
.best .info__button {
  margin: 0 auto 30px;
}
.best .info__button .button {
  margin: 0 auto;
}
.best__content {
  padding-top: 50px;
  max-width: 1071px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
@media (min-width: 769px) {
  .best__content {
    padding-bottom: 0;
  }
}
.best__box {
  position: relative;
  max-width: 297px;
  width: 100%;
  height: 383px;
  display: block;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .best__box {
    width: 297px;
  }
}
.best__box:hover .best__photo {
  margin-top: -40px;
}
.best__photo {
  transition: all 0.3s;
  width: 297px;
  position: absolute;
  border-radius: 37px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #ffffff;
}
.best__img img {
  margin: 10px auto;
}
.best .owl-carousel .owl-stage {
  padding-top: 40px;
}
.best .owl-carousel .owl-item img {
  width: auto;
}
.best .owl-dots {
  padding-top: 40px;
  background-color: #ffffff;
}
.best .owl-dots .owl-dot span {
  transition: all 0.2s ease;
  width: 12px;
  height: 12px;
}
.best .owl-dots .owl-dot.active span,
.best .owl-dots .owl-dot:hover span {
  background: #000000;
}
.best .owl-nav.disabled + .owl-dots {
  margin-top: 0;
  position: relative;
}

.create {
  margin-top: 15px;
}
.create__content {
  margin: 45px 0 60px;
}
.create__box {
  text-align: center;
}
.create__box img {
  margin: 0 auto;
}
.create__title {
  margin-top: 20px;
}

.stories {
  position: relative;
}
.stories__content {
  max-width: 718px;
  margin: 80px auto 0;
}
.stories__photo img {
  margin: 0 auto;
}
.stories__title {
  margin: 0;
  padding-bottom: 30px;
}
.stories__box {
  position: relative;
  padding-left: 59px;
  padding-bottom: 55px;
}
.stories__box span {
  position: absolute;
  left: 14px;
  top: 0;
  border-left: 2px solid #04cfd1;
  height: 100%;
}
.stories__box span::before {
  position: absolute;
  top: 7px;
  left: -8.5px;
  content: "";
  width: 16px;
  height: 16px;
  border: 2px solid #04cfd1;
  background-color: #ffffff;
  display: block;
  border-radius: 50%;
}
.stories__box span.first::before {
  top: 0;
  left: -14.5px;
  width: 28px;
  height: 28px;
}
.stories__box span.last {
  border-left: 2px solid #fff;
}
.stories__box span.last::before {
  top: 0;
}
.stories__cloud-right {
  position: absolute;
  top: 0;
  right: 0;
  background: url("/images/about/rectangle-right.svg");
  width: 232px;
  height: 465px;
}

.opinions {
  padding-bottom: 150px;
  padding-top: 40px;
}
@media (min-width: 769px) {
  .opinions {
    padding-top: 0;
  }
}
.opinions__slider {
  max-width: 1344px;
  margin: 0 auto;
  position: relative;
  padding: 0 12px;
}
@media (min-width: 769px) {
  .opinions__slider {
    padding: 0;
  }
}
.opinions__container {
  max-width: 735px;
  margin: 0 auto;
  background-color: #ffffff;
  border-radius: 60px;
  box-shadow: 0 20px 60px 0 rgba(29, 31, 38, 0.1);
}
.opinions__content {
  padding-top: 40px;
}
@media (min-width: 769px) {
  .opinions__content {
    margin-top: 80px;
  }
}
.opinions__box {
  margin: 0 auto;
  max-width: 545px;
  min-height: 250px;
  display: flex;
  align-items: center;
}
.opinions__box-title {
  margin-bottom: 0;
}
.opinions__left {
  width: 36px;
  height: 36px;
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translate(-50%, -50%);
  z-index: 99;
}
.opinions__left svg path {
  transition: 0.3s ease-in-out;
}
.opinions__left:hover {
  cursor: pointer;
}
.opinions__left:hover svg path:last-of-type {
  fill: #04cfd1;
}
@media (max-width: 769px) {
  .opinions__left {
    display: none;
  }
}
.opinions__right {
  width: 36px;
  height: 36px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-50%, -50%);
  z-index: 99;
}
.opinions__right svg path {
  transition: 0.3s ease-in-out;
}
.opinions__right:hover {
  cursor: pointer;
}
.opinions__right:hover svg path:last-of-type {
  fill: #04cfd1;
}
@media (max-width: 769px) {
  .opinions__right {
    display: none;
  }
}
.opinions .owl-carousel .owl-nav.disabled + .owl-dots {
  margin-top: 20px;
  padding-bottom: 30px;
}
.opinions .owl-carousel .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
}
.opinions .owl-carousel .owl-dots .owl-dot.active span,
.opinions .owl-carousel .owl-dots .owl-dot:hover span {
  background: #1d1f26;
}

.contact__title {
  padding: 0 0 40px;
  margin-left: auto;
  margin-right: auto;
}
.contact__title br {
  display: none;
}
@media (min-width: 1024px) {
  .contact__title {
    padding: 75px 0;
  }
  .contact__title br {
    display: block;
  }
}
@media (min-width: 769px) {
  .contact__title--get-in-touch {
    text-align: center;
  }
}
.contact__info {
  display: flex;
  align-items: center;
  max-width: 930px;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (min-width: 769px) {
  .contact__info {
    justify-content: space-around;
    flex-wrap: nowrap;
  }
}
.contact__info--address {
  max-width: none;
}
.contact__map {
  background-color: #f9f9f9;
  padding-top: 45px;
  margin-top: 0px;
  margin-bottom: 80px;
  position: relative;
}
.contact__map-image {
  position: relative;
  text-align: center;
  position: relative;
}
.contact__map-image img {
  max-width: 100%;
  margin: 0 auto;
}
.contact__map-image svg {
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}
.contact__map-subtitle {
  padding: 20px 0 30px;
}
.contact__map:before {
  content: "";
  background-image: url("/images/contact/left-blue-cloud.svg");
  background-repeat: no-repeat;
  width: 258px;
  height: 515px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.contact__map:after {
  content: "";
  background-image: url("/images/contact/right-yellow-cloud.svg");
  background-repeat: no-repeat;
  width: 321px;
  height: 485px;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (min-width: 769px) {
  .contact__map {
    padding-top: 75px;
    margin-top: 80px;
    margin-bottom: 160px;
  }
}
.contact__left {
  padding-right: 122px;
  margin-bottom: 30px;
  width: 100%;
}
@media (min-width: 769px) {
  .contact__left {
    width: auto;
    margin-bottom: 0;
  }
}
@media (min-width: 769px) {
  .contact__right {
    padding-left: 50px;
    border-left: 9px solid #f9f9f9;
  }
}
.contact__number {
  padding: 4px 0 7px;
  margin-bottom: 30px;
}
.contact__number span {
  display: block;
}
.contact__number a {
  text-decoration: none;
  display: flex;
}
.contact__number a span {
  transition: color 0.3s ease-in-out;
  margin-right: 0;
  border-bottom: 1px solid #000000;
}
.contact__number a:hover span {
  color: #04cfd1;
}
@media (min-width: 769px) {
  .contact__number {
    margin-bottom: 0px;
  }
  .contact__number span {
    display: inline-block;
    margin-right: 30px;
  }
}
.contact .icon-phone {
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
  top: 5px;
  margin-right: 10px;
  background-image: url("/images/elements/phone.svg");
}
@media (min-width: 1024px) {
  .contact .icon-phone {
    top: 8px;
  }
}
.contact .icon-email {
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
  top: 5px;
  margin-right: 10px;
  background-image: url("/images/elements/email.svg");
}
@media (min-width: 1024px) {
  .contact .icon-email {
    top: 8px;
  }
}
.contact .icon-linkedin {
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
  top: 5px;
  margin-right: 10px;
  background-image: url("/images/elements/linkedin-outline.svg");
  background-color: #fff;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 1024px) {
  .contact .icon-linkedin {
    top: 8px;
  }
}
.contact .icon-clutch {
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
  top: 5px;
  margin-right: 10px;
}
@media (min-width: 1024px) {
  .contact .icon-clutch {
    top: 8px;
  }
}
.contact__form {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 70px;
  margin-top: 40px;
}
@media (min-width: 769px) {
  .contact__form {
    margin-top: 130px;
  }
}
.contact__form-consent {
  display: flex;
  margin-bottom: 30px;
}
.contact__form-consent span {
  transition: box-shadow 0.3s ease-in-out;
  margin-right: 10px;
  min-width: 30px;
}
.contact__form-consent.error {
  color: #de2f00;
}
.contact__form-consent.error span {
  border: solid 1px #de2f00;
  box-shadow: 2px 2px 6px 0px rgba(222, 47, 0, 0.6);
}
.contact__form-content {
  margin: 60px auto 0;
}
.contact__form-inputs {
  width: 100%;
  display: flex;
  margin-top: 40px;
  flex-wrap: wrap;
}
@media (min-width: 769px) {
  .contact__form-inputs {
    flex-wrap: nowrap;
  }
}
.contact__form-left {
  width: 100%;
}
.contact__form-left input {
  padding: 15px 17px;
  border: solid 1px #d8d8d8;
  border-radius: 10px;
  margin-bottom: 25px;
  width: 100%;
  transition: box-shadow 0.3s ease-in-out;
}
.contact__form-left input:focus {
  outline: none;
}
.contact__form-left input:hover {
  box-shadow: 2px 2px 6px 0px rgba(66, 68, 90, 0.6);
}
.contact__form-left input.error {
  border: solid 1px #de2f00;
  box-shadow: 2px 2px 6px 0px rgba(222, 47, 0, 0.6);
}
.contact__form-left input.error::-moz-placeholder {
  color: #de2f00;
}
.contact__form-left input.error:-ms-input-placeholder {
  color: #de2f00;
}
.contact__form-left input.error::placeholder {
  color: #de2f00;
}
@media (min-width: 769px) {
  .contact__form-left {
    width: 50%;
    margin-right: 46px;
  }
}
.contact__form-right {
  width: 100%;
}
.contact__form-right textarea {
  padding: 17px;
  border: solid 1px #d8d8d8;
  border-radius: 10px;
  margin-bottom: 25px;
  width: 100%;
  height: 201px;
  resize: none;
  transition: box-shadow 0.3s ease-in-out;
}
.contact__form-right textarea:focus {
  outline: none;
}
.contact__form-right textarea:hover {
  box-shadow: 2px 2px 6px 0px rgba(66, 68, 90, 0.6);
}
.contact__form-right textarea.error {
  border: solid 1px #de2f00;
  box-shadow: 2px 2px 6px 0px rgba(222, 47, 0, 0.6);
}
.contact__form-right textarea.error::-moz-placeholder {
  color: #de2f00;
}
.contact__form-right textarea.error:-ms-input-placeholder {
  color: #de2f00;
}
.contact__form-right textarea.error::placeholder {
  color: #de2f00;
}
@media (min-width: 769px) {
  .contact__form-right {
    width: 50%;
  }
}
.contact__form-checkboxes {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (min-width: 769px) {
  .contact__form-checkboxes {
    flex-wrap: nowrap;
  }
}
.contact__form-box {
  border-radius: 23px;
  width: 100%;
  height: 113px;
  padding: 16px;
  text-align: center;
  border: 2px solid transparent;
  margin-bottom: 16px;
  transition: box-shadow 0.3s ease-in-out;
  position: relative;
}
.contact__form-box:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 103%;
  width: 101%;
  border-radius: 23px;
  box-shadow: 0 20px 20px 0 rgba(29, 31, 38, 0.1);
}
@media (min-width: 769px) {
  .contact__form-box {
    width: 145px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .contact__form-box {
    width: 165px;
  }
}
.contact__form-box-top {
  display: flex;
  justify-content: space-between;
}
.contact__form-box-name {
  display: block;
  margin-top: 20px;
}
.contact__form-box:hover {
  cursor: pointer;
  box-shadow: 2px 2px 6px 0px rgba(66, 68, 90, 0.6);
}
.contact__form-box.active {
  cursor: pointer;
  box-shadow: 2px 2px 6px 0px rgba(66, 68, 90, 0.6);
}
.contact__form-box.active .contact__form-input {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact__form-box.active .contact__form-input::after {
  content: "";
  display: block;
  background-image: url("/images/contact/check.svg");
  background-repeat: no-repeat;
  width: 15px;
  height: 13px;
}
.contact__form-input {
  transition: border 0.1s ease-out;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 10px;
  border: solid 1px #d8d8d8;
}
.contact__form-input.active {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact__form-input.active::after {
  content: "";
  display: block;
  background-image: url("/images/contact/check.svg");
  background-repeat: no-repeat;
  width: 15px;
  height: 13px;
}
.contact__form-input:hover {
  cursor: pointer;
  box-shadow: 2px 2px 6px 0px rgba(66, 68, 90, 0.6);
}
.contact__form-icon {
  width: 36px;
  height: 36px;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
}
.contact__form-icon.code {
  background-image: url("/images/contact/code.svg");
}
.contact__form-icon.apps {
  background-image: url("/images/contact/apps.svg");
}
.contact__form-icon.consulting {
  background-image: url("/images/contact/hipchat.svg");
}
.contact__form-icon.dev {
  background-image: url("/images/contact/laptop.svg");
}
.contact__form-icon.other {
  background-image: url("/images/contact/tech.svg");
}
.contact__form-slogan {
  padding-bottom: 16px;
}
.contact__form .button {
  width: 100%;
}
@media (min-width: 769px) {
  .contact__form .button {
    width: 111px;
    margin-left: auto;
  }
}
.contact__form .headline {
  padding: 0 16px;
}
.contact .team {
  margin-bottom: 60px;
}
.contact .team__container {
  max-width: 1024px;
}

.career {
  position: relative;
}
@media (min-width: 1024px) {
  .career {
    margin-top: 80px;
  }
}
@media (min-width: 769px) {
  .career__box {
    max-width: 326px;
  }
}
.career__photo {
  margin: 0 auto;
}
.career__content {
  margin: 60px 0 0;
  position: relative;
}
@media (min-width: 769px) {
  .career__content {
    margin: 60px 0 90px;
  }
}
.career__container {
  margin-top: 60px;
  margin-bottom: 80px;
}
.career__box-title {
  margin-top: 35px;
}
@media (min-width: 769px) {
  .career__box-title {
    margin-top: 51px;
  }
}
.career__box-text {
  margin-top: 16px;
}
.career__photo {
  border-radius: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 213px;
  height: 213px;
  background-color: #ffffff;
  box-shadow: 0 20px 60px 0 rgba(29, 31, 38, 0.1);
}
.career__cloud {
  position: absolute;
  width: 282px;
  height: 499px;
  top: -120px;
  left: 0;
  background-image: url("/images/elements/clouds/rectangle-left-blue.png");
}
.career__cloud-right {
  position: absolute;
  top: 100%;
  right: 0;
  background: url("/images/about/rectangle-right.svg");
  width: 232px;
  height: 465px;
  transform: translateY(-100%);
}
.career__cloud-left {
  position: absolute;
  width: 282px;
  height: 499px;
  top: 50px;
  left: 0;
  background-image: url("/images/elements/clouds/rectangle-left-blue.png");
}

.work {
  background-color: #f9f9f9;
  padding-top: 55px;
}
.work.invert {
  background-color: #ffffff;
}
.work__container {
  margin-top: 30px;
}
.work__content {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.work__content::after {
  content: "";
  flex: auto;
}
.work__box {
  margin: 0 auto;
  width: 100%;
  text-decoration: none;
}
@media (min-width: 769px) {
  .work__box {
    width: 50%;
  }
}
.work__box.carrot:hover .work__more,
.work__box.carrot:hover .work__title {
  color: #de7458;
}
.work__box.teal:hover .work__more,
.work__box.teal:hover .work__title {
  color: #04cfd1;
}
.work__box.blue:hover .work__more,
.work__box.blue:hover .work__title {
  color: #91bff2;
}
.work__box.yellow:hover .work__more,
.work__box.yellow:hover .work__title {
  color: #ed9b1c;
}
.work__info {
  max-width: 355px;
  position: relative;
  top: -40px;
}
@media (min-width: 769px) {
  .work__info {
    margin-left: 62px;
  }
}
.work__title {
  transition: color 0.3s ease-in-out;
  margin-bottom: 10px;
}
.work__subtitle {
  margin-bottom: 15px;
}
.work__subtitle span {
  margin-left: 10px;
}
.work__text {
  margin-bottom: 15px;
}
.work__more {
  transition: color 0.3s ease-in-out;
  border-bottom: 1px solid #000000;
}
.work__img {
  position: relative;
}
.work__bulb {
  width: 70px;
  height: 70px;
  position: absolute;
  left: 40px;
  top: 60px;
  background-image: url("/images/elements/shape.svg");
}
.work__bulb.green {
  background-image: url("/images/elements/shape-1.svg");
  top: auto;
  bottom: 55px;
  right: 40px;
  left: auto;
  transform: rotate(270deg);
}
.work__bulb.yellow {
  background-image: url("/images/elements/shape-2.svg");
  top: 50px;
}
.work__bulb.blue {
  background-image: url("/images/elements/shape-3.svg");
  top: auto;
  left: auto;
  right: 65px;
  bottom: 100px;
}

.consulting {
  position: relative;
  padding-top: 30px;
}
.consulting .headline {
  max-width: 925px;
  padding: 0 16px;
}
@media (min-width: 769px) {
  .consulting__box {
    max-width: 420px;
  }
}
.consulting__photo {
  margin: 0 auto;
}
.consulting__content {
  max-width: 917px;
  display: flex;
  justify-content: space-between;
  margin: 80px auto 90px;
  flex-wrap: wrap;
  padding: 0 16px;
}
@media (min-width: 769px) {
  .consulting__content {
    flex-wrap: nowrap;
    padding: 0;
  }
}
.consulting__container {
  margin-top: 60px;
  margin-bottom: 80px;
}
.consulting__box-title {
  margin-top: 51px;
}
.consulting__box-text {
  margin-top: 16px;
}
.consulting__photo {
  border-radius: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 278px;
  height: 278px;
  background-color: #ffffff;
  box-shadow: 0 20px 60px 0 rgba(29, 31, 38, 0.1);
}
.consulting.mobile-apps .headline {
  max-width: 978px;
}
.consulting.mobile-apps .headline__subtitle {
  max-width: 925px;
}
.consulting__cloud {
  position: absolute;
  top: 50%;
  left: 0;
  background: url("/images/about/rectangle-left.svg");
  width: 282px;
  height: 499px;
}
.consulting__cloud-left {
  position: absolute;
  width: 282px;
  height: 499px;
  top: 50px;
  left: 0;
  background-image: url("/images/elements/clouds/rectangle-left-blue.png");
}

.wrapper-error-page {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 0;
  font-family: "Arial", sans-serif;
  background-color: #fff;
}
@media (min-width: 769px) {
  .wrapper-error-page {
    background-color: #f8f9fa;
  }
}

.not-found {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 800px;
  background-color: #fff;
  padding: 40px;
  border-radius: 10px;
}
@media (min-width: 769px) {
  .not-found {
    flex-direction: row;
    max-width: 800px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }
}
.not-found__content {
  flex: 1;
  padding-right: 30px;
  order: 2;
}
@media (min-width: 769px) {
  .not-found__content {
    order: 1;
  }
}
.not-found__title {
  font-size: 30px;
  margin-bottom: 20px;
  color: #333;
}
@media (min-width: 769px) {
  .not-found__title {
    font-size: 35px;
  }
}
.not-found__subtitle {
  font-size: 20px;
  margin-bottom: 30px;
  color: #666;
}
.not-found__back-home {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  color: #fff;
  background-color: #00808d;
  font-weight: bold;
  transition: 0.3s;
}
.not-found__back-home:hover {
  background-color: #04cfd1;
  transition: 0.3s;
}
.not-found__image-wrapper {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 333px;
  order: 1;
}
@media (min-width: 769px) {
  .not-found__image-wrapper {
    order: 2;
  }
}
.not-found__image {
  max-width: 333px;
  height: auto;
}

.connect-lead {
  max-width: 1400px;
  padding: 60px 20px;
  margin: 0 auto;
}
.connect-lead__title {
  font-size: 30px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.5px;
  color: #000000;
}
.connect-lead__form-inputs {
  width: 100%;
}
.connect-lead__form-left {
  width: 100%;
}
.connect-lead__comments-textarea {
  padding: 17px;
  border: solid 1px #d8d8d8;
  border-radius: 10px;
  margin-bottom: 25px;
  width: 100%;
  height: 201px;
  resize: none;
  transition: box-shadow 0.3s ease-in-out;
}
.connect-lead__comments-textarea:focus {
  outline: none;
}
.connect-lead__comments-textarea:hover {
  box-shadow: 2px 2px 6px 0px rgba(66, 68, 90, 0.6);
}
.connect-lead__comments-textarea .error {
  border: solid 1px #de2f00;
  box-shadow: 2px 2px 6px 0px rgba(222, 47, 0, 0.6);
}
.connect-lead__comments-textarea .error ::-moz-placeholder {
  color: #de2f00;
}
.connect-lead__comments-textarea .error :-ms-input-placeholder {
  color: #de2f00;
}

.industry-dropdown {
  position: relative;
  cursor: pointer;
  width: 100%;
  max-width: 360px;
}
.industry-dropdown input {
  width: 100%;
  padding: 8px;
  border: 0;
  border-bottom: 1px solid #868686;
  border-radius: 0;
}
.industry-dropdown input:hover {
  box-shadow: none;
}
.industry-dropdown__selected {
  background-color: #fff;
  padding: 10px;
  border: 1px solid #d8d8d8;
  border-radius: 10px;
  width: 100%;
  display: flex;
  align-items: center;
  transition: box-shadow 0.3s ease-in-out;
}
.industry-dropdown__selected:hover {
  box-shadow: 2px 2px 6px 0px rgba(66, 68, 90, 0.6);
}
.industry-dropdown__selected-text {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.industry-dropdown__dropdown-list {
  display: none;
  position: absolute;
  background-color: #fff;
  width: 100%;
  max-height: 400px;
  /* Maksymalna wysokość */
  overflow-y: auto;
  /* Przewijanie */
  border: 1px solid #d8d8d8;
  border-radius: 10px;
  z-index: 1000;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  padding: 10px 0;
}
.industry-dropdown__dropdown-item {
  padding: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  height: 40px;
  margin-bottom: 10px;
  border: 1px solid #d8d8d8;
  transition: background-color 0.3s ease;
}
.industry-dropdown__dropdown-item:hover {
  background-color: #f9f9f9;
}
.industry-dropdown__dropdown-item--selected {
  background-color: #7FD858;
}
.industry-dropdown__dropdown-item--selected:hover {
  background-color: #e44e4e;
}

.assignee-dropdown {
  position: relative;
  display: inline-block;
  width: 100%;
  cursor: pointer;
}
.assignee-dropdown__selected {
  background-color: #fff;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 10px;
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.assignee-dropdown__selected img {
  width: 30px;
  height: 30px;
  margin-right: 8px;
  border-radius: 50%;
}
.assignee-dropdown__selected-text {
  display: flex;
  flex-wrap: wrap;
}
.assignee-dropdown__dropdown-list {
  display: none;
  position: absolute;
  background-color: #fff;
  width: 360px;
  max-height: 400px;
  overflow-y: auto;
  border-radius: 10px;
  z-index: 1000;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  padding: 10px 0;
}
.assignee-dropdown__dropdown-item {
  padding: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: #fff;
  border-radius: 10px;
  height: 40px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  transition: background-color 0.3s ease;
}
.assignee-dropdown__dropdown-item:hover {
  background-color: #7FD858;
}
.assignee-dropdown__dropdown-item img {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  margin-right: 8px;
}
.assignee-dropdown__dropdown-item--selected {
  background-color: #7FD858;
}
.assignee-dropdown__dropdown-item--selected:hover {
  background-color: #e44e4e;
}
.assignee-dropdown__initials {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background-color: #3b8bc5;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  font-size: 12px;
  margin-right: 8px;
  color: #fff;
}

.attachment,
.comments {
  margin-top: 30px;
}

.attachment {
  position: relative;
  width: 100%;
}
.attachment__input {
  display: none;
  /* Ukrycie domyślnego inputa */
}
.attachment__drop-zone {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100px;
  border: 2px dashed #d8d8d8;
  border-radius: 10px;
  text-align: center;
  font-size: 16px;
  color: #666;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.attachment__drop-zone:hover {
  background-color: #f1f1f1;
}
.attachment__link {
  color: #0073e6;
  text-decoration: underline;
  cursor: pointer;
}
.attachment__thumbnails {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
.attachment__thumbnail {
  margin-right: 10px;
  margin-bottom: 10px;
  position: relative;
}
.attachment__thumbnail img {
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
.attachment__thumbnail-remove {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #ff4b4b;
  color: white;
  border: none;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  cursor: pointer;
  text-align: center;
  line-height: 20px;
}

.apollo-email {
  display: flex;
  flex-direction: column;
}
.apollo-email input {
  padding: 15px 17px;
  border: solid 1px #d8d8d8;
  border-radius: 10px;
  margin-bottom: 25px;
  max-width: 500px;
  transition: box-shadow 0.3s ease-in-out;
}
.apollo-email button {
  max-width: 500px;
}

.submit-container {
  margin-top: 20px;
  text-align: right;
}

.submit-btn {
  background-color: #00808d;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.3s ease;
  width: 100%;
}
.submit-btn:hover {
  background-color: #04cfd1;
}

.error {
  border: 2px solid #ff4b4b !important;
}

.error-message {
  color: #ff4b4b;
  font-size: 12px;
}

.attachment__file-box {
  border: 1px solid #ddd;
  display: inline-block;
  max-width: 200px;
  word-wrap: break-word;
  position: relative;
  margin-right: 10px;
}

.voice-record {
  margin-top: 30px;
}
.voice-record .record-btn {
  background-color: #00808d;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.3s ease;
  width: 100%;
  max-width: 360px;
  margin-top: 5px;
}
.voice-record .record-btn:hover {
  background-color: #04cfd1;
}

.spinner {
  border: 16px solid #f3f3f3;
  border-top: 16px solid #3498db;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
          animation: spin 2s linear infinite;
  margin-top: 40vh;
  margin-left: 40vw;
}

@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#loading-spinner {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  display: block;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
}

.tooltip {
  display: block;
  position: relative;
}

/* Trigger text */
.tooltip-item {
  cursor: pointer;
  display: inline-block;
}

/* Gap filler */
.tooltip-item::after {
  content: "";
  position: absolute;
  width: 400px;
  height: auto;
  bottom: 100%;
  left: 50%;
  pointer-events: none;
  transform: translateX(-50%);
}

.tooltip:hover .tooltip-item::after {
  pointer-events: auto;
}

/* Tooltip */
.tooltip-content {
  position: absolute;
  border-radius: 14px;
  background-color: #1d1f26;
  padding: 16px 25px;
  z-index: 9999;
  max-width: 400px;
  left: 0;
  bottom: 0;
  text-align: left;
  opacity: 0;
  cursor: default;
  pointer-events: none;
  font-size: 12px;
  letter-spacing: 0.5px;
  color: #ffffff;
  line-height: normal;
}
.tooltip-content strong {
  font-size: 20px;
  letter-spacing: 0.5px;
  color: #ffffff;
  line-height: 1.4;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}
@media (max-width: 769px) {
  .tooltip-content.active {
    pointer-events: auto;
    opacity: 1;
    transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
  }
}
@media (min-width: 1024px) {
  .tooltip-content {
    width: 350px;
    max-width: initial;
  }
}
@media (min-width: 1216px) {
  .tooltip-content {
    width: 400px;
  }
}

.tooltip-effect-1 .tooltip-content {
  transform: translate3d(0, -10px, 0);
  transition: opacity 0.3s, transform 0.3s;
}

@media (min-width: 769px) {
  .tooltip:hover .tooltip-content {
    pointer-events: auto;
    opacity: 1;
    transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
  }
}
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.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;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -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 {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.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: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

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

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.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;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.owl-dots,
.owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-nav {
  margin-top: 10px;
}

.owl-nav [class*=owl-] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-nav [class*=owl-]:hover {
  background: #48c78e;
  color: #fff;
  text-decoration: none;
}

.owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-nav.disabled + .owl-dots {
  margin-top: 20px;
}

.owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}

.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
  background: #48c78e;
}
