/*!*********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/master.scss ***!
  \*********************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,100..900;1,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap);
/*!*************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/master.scss (1) ***!
  \*************************************************************************************************************************************************************/
@charset "UTF-8";
/*!
 * Bootstrap Reboot & Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
*/
@-ms-viewport {
  width: device-width;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p, .faq-block__description {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: rgb(0, 86.1, 178.5);
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.container {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1440px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

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

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
/* --
@Font face
------------------------- */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

/*
// .icon {
//     font-size: 10px;
//     &:before {
//       content:' ';
//       vertical-align:middle;
//       display: inline-block;
//       background-image: url("../scss/svg/svg-sprite.svg");
//       background-repeat: no-repeat;
//       background-size: 38em 127.9em;

//       .no-svg & {
//         background-image: url("../svg-sprite.png");
//       }
//     }
// }


// 

// .icon.akd-logo-desktop {
//   &:before {
//       background-position: 0em 0em;
//       width: 10.4em;
//       height: 4.6em;
//     }
//   }

//   @mixin icon-akd-logo-desktop(){
//     @extend .akd-logo-desktop;
//   }
// 

// .icon.akd-logo-highlight {
//   &:before {
//       background-position: 0em -4.6em;
//       width: 14.2em;
//       height: 6.3em;
//     }
//   }

//   @mixin icon-akd-logo-highlight(){
//     @extend .akd-logo-highlight;
//   }
// 

// .icon.akd-logo-mobile {
//   &:before {
//       background-position: 0em -10.9em;
//       width: 8em;
//       height: 3.5em;
//     }
//   }

//   @mixin icon-akd-logo-mobile(){
//     @extend .akd-logo-mobile;
//   }
// 

// .icon.android-icon {
//   &:before {
//       background-position: 0em -14.4em;
//       width: 2.4em;
//       height: 2.8em;
//     }
//   }

//   @mixin icon-android-icon(){
//     @extend .android-icon;
//   }
// 

// .icon.arrow {
//   &:before {
//       background-position: 0em -17.2em;
//       width: 0.9em;
//       height: 1.4em;
//     }
//   }

//   @mixin icon-arrow(){
//     @extend .arrow;
//   }
// 

// .icon.arrow-down {
//   &:before {
//       background-position: 0em -18.6em;
//       width: 1.4em;
//       height: 0.9em;
//     }
//   }

//   @mixin icon-arrow-down(){
//     @extend .arrow-down;
//   }
// 

// .icon.brand-pametni-dokumenti {
//   &:before {
//       background-position: 0em -19.5em;
//       width: 17.4em;
//       height: 3.6em;
//     }
//   }

//   @mixin icon-brand-pametni-dokumenti(){
//     @extend .brand-pametni-dokumenti;
//   }
// 

// .icon.download-icon {
//   &:before {
//       background-position: 0em -23.1em;
//       width: 1.4em;
//       height: 1.7em;
//     }
//   }

//   @mixin icon-download-icon(){
//     @extend .download-icon;
//   }
// 

// .icon.download-icon-hover {
//   &:before {
//       background-position: 0em -24.8em;
//       width: 1.4em;
//       height: 1.7em;
//     }
//   }

//   @mixin icon-download-icon-hover(){
//     @extend .download-icon-hover;
//   }
// 

// .icon.dropdown-white {
//   &:before {
//       background-position: 0em -26.5em;
//       width: 1em;
//       height: 0.7em;
//     }
//   }

//   @mixin icon-dropdown-white(){
//     @extend .dropdown-white;
//   }
// 

// .icon.home-eid {
//   &:before {
//       background-position: 0em -27.2em;
//       width: 4.2em;
//       height: 4.3em;
//     }
//   }

//   @mixin icon-home-eid(){
//     @extend .home-eid;
//   }
// 

// .icon.home-eoi {
//   &:before {
//       background-position: 0em -31.5em;
//       width: 5.6em;
//       height: 2.9em;
//     }
//   }

//   @mixin icon-home-eoi(){
//     @extend .home-eoi;
//   }
// 

// .icon.home-epotpis {
//   &:before {
//       background-position: 0em -34.4em;
//       width: 5.7em;
//       height: 4.6em;
//     }
//   }

//   @mixin icon-home-epotpis(){
//     @extend .home-epotpis;
//   }
// 

// .icon.home-mpotpis {
//   &:before {
//       background-position: 0em -39em;
//       width: 5.7em;
//       height: 3.6100000000000003em;
//     }
//   }

//   @mixin icon-home-mpotpis(){
//     @extend .home-mpotpis;
//   }
// 

// .icon.i-os-icon {
//   &:before {
//       background-position: 0em -42.7em;
//       width: 2.2em;
//       height: 2.7em;
//     }
//   }

//   @mixin icon-i-os-icon(){
//     @extend .i-os-icon;
//   }
// 

// .icon.icon-idp-05 {
//   &:before {
//       background-position: 0em -45.4em;
//       width: 3.2em;
//       height: 3.8em;
//     }
//   }

//   @mixin icon-icon-idp-05(){
//     @extend .icon-idp-05;
//   }
// 

// .icon.icon-info-sustav-01 {
//   &:before {
//       background-position: 0em -49.2em;
//       width: 3.4em;
//       height: 3.4em;
//     }
//   }

//   @mixin icon-icon-info-sustav-01(){
//     @extend .icon-info-sustav-01;
//   }
// 

// .icon.icon-kid-07 {
//   &:before {
//       background-position: 0em -52.6em;
//       width: 3.6em;
//       height: 3.4em;
//     }
//   }

//   @mixin icon-icon-kid-07(){
//     @extend .icon-kid-07;
//   }
// 

// .icon.icon-pametni-tahograf-02 {
//   &:before {
//       background-position: 0em -56em;
//       width: 6.4em;
//       height: 4.1em;
//     }
//   }

//   @mixin icon-icon-pametni-tahograf-02(){
//     @extend .icon-pametni-tahograf-02;
//   }
// 

// .icon.icon-pki-04 {
//   &:before {
//       background-position: 0em -60.1em;
//       width: 2.7em;
//       height: 3.6em;
//     }
//   }

//   @mixin icon-icon-pki-04(){
//     @extend .icon-pki-04;
//   }
// 

// .icon.icon-sdk-06 {
//   &:before {
//       background-position: 0em -63.7em;
//       width: 4.8em;
//       height: 4.2em;
//     }
//   }

//   @mixin icon-icon-sdk-06(){
//     @extend .icon-sdk-06;
//   }
// 

// .icon.icon-slijedivost-03 {
//   &:before {
//       background-position: 0em -67.9em;
//       width: 4.4em;
//       height: 4.4em;
//     }
//   }

//   @mixin icon-icon-slijedivost-03(){
//     @extend .icon-slijedivost-03;
//   }
// 

// .icon.mosi-logo-n {
//   &:before {
//       background-position: 0em -72.3em;
//       width: 7.6em;
//       height: 4.9em;
//     }
//   }

//   @mixin icon-mosi-logo-n(){
//     @extend .mosi-logo-n;
//   }
// 

// .icon.nav-dropdown-arrow-black {
//   &:before {
//       background-position: 0em -77.2em;
//       width: 1.2em;
//       height: 0.7em;
//     }
//   }

//   @mixin icon-nav-dropdown-arrow-black(){
//     @extend .nav-dropdown-arrow-black;
//   }
// 

// .icon.nav-dropdown-arrow-blue {
//   &:before {
//       background-position: 0em -77.9em;
//       width: 1.2em;
//       height: 0.7em;
//     }
//   }

//   @mixin icon-nav-dropdown-arrow-blue(){
//     @extend .nav-dropdown-arrow-blue;
//   }
// 

// .icon.nav-dropdown-arrow-yellow {
//   &:before {
//       background-position: 0em -78.6em;
//       width: 1.2em;
//       height: 0.7em;
//     }
//   }

//   @mixin icon-nav-dropdown-arrow-yellow(){
//     @extend .nav-dropdown-arrow-yellow;
//   }
// 

// .icon.octo-bg {
//   &:before {
//       background-position: 0em -79.3em;
//       width: 19.6em;
//       height: 20em;
//     }
//   }

//   @mixin icon-octo-bg(){
//     @extend .octo-bg;
//   }
// 

// .icon.search-icon-desktop {
//   &:before {
//       background-position: 0em -99.3em;
//       width: 2.4em;
//       height: 2.4em;
//     }
//   }

//   @mixin icon-search-icon-desktop(){
//     @extend .search-icon-desktop;
//   }
// 

// .icon.search-icon-desktop-hover {
//   &:before {
//       background-position: 0em -101.7em;
//       width: 2.4em;
//       height: 2.4em;
//     }
//   }

//   @mixin icon-search-icon-desktop-hover(){
//     @extend .search-icon-desktop-hover;
//   }
// 

// .icon.search-icon-mobile {
//   &:before {
//       background-position: 0em -104.1em;
//       width: 1.8em;
//       height: 1.8em;
//     }
//   }

//   @mixin icon-search-icon-mobile(){
//     @extend .search-icon-mobile;
//   }
// 

// .icon.search-icon-mobile-hover {
//   &:before {
//       background-position: 0em -105.9em;
//       width: 1.8em;
//       height: 1.8em;
//     }
//   }

//   @mixin icon-search-icon-mobile-hover(){
//     @extend .search-icon-mobile-hover;
//   }
// 

// .icon.sotah_logo_D {
//   &:before {
//       background-position: 0em -107.7em;
//       width: 38em;
//       height: 11.9em;
//     }
//   }

//   @mixin icon-sotah_logo_D(){
//     @extend .sotah_logo_D;
//   }
// 

// .icon.sotah_logo_M {
//   &:before {
//       background-position: 0em -119.6em;
//       width: 24em;
//       height: 7.6em;
//     }
//   }

//   @mixin icon-sotah_logo_M(){
//     @extend .sotah_logo_M;
//   }
// 

// .icon.toggle-arrow {
//   &:before {
//       background-position: 0em -127.2em;
//       width: 1em;
//       height: 0.7em;
//     }
//   }

//   @mixin icon-toggle-arrow(){
//     @extend .toggle-arrow;
//   }
// 
*/
/*
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<

Custom variables, mixins and classes:

- VARIABLES
-- Colors
- MIXINS
-- Gradient mixin
-- Clear last child
-- Clearfix
--- mixin clearfix
--- class clearfix
-- Mobile negative margin
-- Desktop negative margin
- CLASS
-- text-alignement

>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
*/
/*
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
VARIABLES
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
*/
/* <<<< Colors >>>> */
/*
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
MIXINS
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
*/
/* <<<< Gradient mixin >>>> */
/* <<<< CLear last child >>>> */
/* <<<< Clearfix >>>> */
.clearfix {
  zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}

/* <<<< Mobile negative margin >>>> */
/* <<<< Desktop negative margin >>>> */
/* <<<< Image object fit >>>> */
/*
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
Aspect ratio mixin
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
*/
/*
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
Media ratio mixin // requires @mixin objectFit, aspectRatio
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
*/
/*
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
CLASS
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
*/
/* <<<< Text-aligement >>>> */
.text-center {
  text-align: center;
}

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

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

/* <<<< position >>>> */
.position-relative {
  position: relative;
}

.position-fixed {
  position: fixed;
}

.position-static {
  position: static;
}

.position-absolute {
  position: absolute;
}

/*2025 helper klase */
.page-title {
  color: #fff;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.2857142857em;
  font-weight: 500;
}
@media (min-width: 992px) {
  .page-title {
    font-size: 52px;
    font-size: 5.2rem;
    line-height: 1.2307692308em;
  }
}

/*
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<

Layout - everything after header and before footer

- BOOTRSTRAP FLUID GRID FIX
- HEADER
- FOOTER
- MAIN
- CONTENT HEAD
- CONTENT BODY
- SIDEBAR

>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
*/
/*
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
BOOTRSTRAP FLUID GRID FIX
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
*/
.container {
  max-width: 100%;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1680px;
  }
}

/*
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
HEADER
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
*/
.header {
  position: fixed;
  width: 100%;
  z-index: 100;
}
/*
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
FOOTER
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
*/
/*
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
MAIN
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
*/
.l-main {
  margin-bottom: 40px;
}
@media (min-width: 1200px) {
  .l-main {
    margin-bottom: 80px;
  }
}

/*
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
CONTENT HEAD
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
*/
/*
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
CONTENT BODY
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
*/
.l-content-body {
  zoom: 1;
}
.l-content-body:before, .l-content-body:after {
  content: "";
  display: table;
}
.l-content-body:after {
  clear: both;
}

/*
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
SIDEBAR
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
*/
/*


/*
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
MASTER BLOCK
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
*/
.l-master-block {
  padding: 50px 0;
}
.l-master-block--border {
  border-bottom: 1px solid #cddbfa;
}

/*

<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
PAGE LIST
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
*/
/*
.page-list.page-list--no-padding {
	background: transparent;
	padding: 0 20px 60px;
	@include media-breakpoint-up(lg){
		padding: 0;
	}
}*/
ul:not([class]) {
  list-style: none;
}

/*
.service-box.kartica-vozaca:before {
	background: url("/src/img/gfx/kartica-vozaca.svg") no-repeat 0 0;
	width: 38px;
	height: 53px;
	top: 15px;
}
.service-box.kartica-poduzeca:before {
	background: url("/src/img/gfx/kartica-poduzeca.svg") no-repeat 0 0;
	width: 64px;
	height: 41px;
	top: 27px;
}
.service-box.kartica-radionice:before {
	background: url("/src/img/gfx/kartica-radionice.svg") no-repeat 0 0;
	width: 44px;
	height: 40px;
	top: 28px;
}
.service-box.kontrolna-kartica:before {
	background: url("/src/img/gfx/kontrolna-kartica.svg") no-repeat 0 0;
	width: 48px;
	height: 52px;
	top: 16px;
}
.service-box.kartica-radionice:before {
	background: url("/src/img/gfx/kartica-radionice.svg") no-repeat 0 0;
	width: 48px;
	height: 52px;
	top: 16px;
}
*/
.site-header__cta--mobile {
  position: relative;
  right: inherit;
  margin: 10px 0;
  display: block;
  padding: 14px 20px;
  background: #35a4fb;
  color: #0e2338;
  position: relative;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5em;
  font-weight: 700;
  min-height: 70px;
}
@media (min-width: 991px) {
  .site-header__cta--mobile {
    display: none;
  }
}

.top-services__section-title {
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 1.2083333333em;
  color: #35a4fb;
  margin-bottom: 80px;
  text-align: center;
}

.service-box.kartica-vozaca:before {
  background: url(assets/a11f9d47b341b41f1339.svg) no-repeat 0 0;
  width: 56px;
  height: 56px;
  top: 5px;
}

.service-box.kartica-poduzeca:before {
  background: url(assets/6dd73c43f5c22404c231.svg) no-repeat 0 0;
  width: 56px;
  height: 56px;
  top: 5px;
}

.service-box.kartica-radionice:before {
  background: url(assets/4ed25e5707d958212fba.svg) no-repeat 0 0;
  width: 56px;
  height: 56px;
  top: 5px;
}

.service-box.kontrolna-kartica:before {
  background: url(assets/b22df9e977b381998f22.svg) no-repeat 0 0;
  width: 56px;
  height: 56px;
  top: 5px;
}

::marker {
  content: ""; /* or "" to remove */
  color: inherit;
  font-size: inherit;
}

.timeline {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  margin-bottom: 60px;
}
.timeline__item {
  display: flex;
  align-items: flex-start;
  position: relative;
  padding: 20px 0;
}
@media (max-width: 768px) {
  .timeline__item {
    flex-direction: column;
    padding-left: 20px;
  }
}
.timeline__left {
  position: relative;
  width: 140px;
  padding-left: 40px;
  text-align: left;
}
@media (max-width: 768px) {
  .timeline__left {
    width: 100%;
    text-align: left;
    padding-right: 0;
    margin-bottom: 10px;
  }
}
.timeline__dot {
  position: absolute;
  left: 0;
  top: 9px;
  width: 20px;
  height: 20px;
  background-color: #35a4fb;
  border-radius: 50%;
  z-index: 1;
}
.timeline__dot::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 12px;
  transform: translateX(-50%);
  width: 2px;
  height: calc(800% + 20px);
  background: #35a4fb;
  z-index: -1;
}
@media (max-width: 768px) {
  .timeline__dot {
    position: relative;
    right: auto;
    margin-bottom: 10px;
  }
  .timeline__dot::after {
    display: none;
  }
}
.timeline__year {
  font-size: 24px;
  font-weight: bold;
}
.timeline__month {
  font-size: 16px;
  color: #1A1A1A;
}
.timeline__right {
  flex: 1;
  padding-left: 30px;
}
@media (max-width: 768px) {
  .timeline__right {
    padding-left: 0;
  }
}
.timeline__text {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 10px;
}
.timeline__text--highlight {
  color: #35a4fb;
  font-weight: 500;
}
@media (max-width: 768px) {
  .timeline__text {
    font-size: 13px;
  }
}

/* entire container, keeps perspective */
.flip-container {
  perspective: 1000px;
  transform-style: preserve-3d;
}

/*  UPDATED! flip the pane when hovered */
.flip-container:hover .back {
  transform: rotateY(0deg);
}

.flip-container:hover .front {
  transform: rotateY(180deg);
}

.flip-container, .front, .back {
  width: 570px;
  height: 367px;
}
@media (max-width: 991.98px) {
  .flip-container, .front, .back {
    width: 100%;
    max-width: 400px;
    height: 300px;
  }
}

/* flip speed goes here */
.flipper {
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative;
}

/* hide back of pane during swap */
.front, .back {
  backface-visibility: hidden;
  transition: 0.6s;
  transform-style: preserve-3d;
  position: absolute;
  top: 0;
  left: 0;
}

/*  UPDATED! front pane, placed above back */
.front {
  z-index: 2;
  transform: rotateY(0deg);
}

/* back, initially hidden pane */
.back {
  transform: rotateY(-180deg);
}

/*
	Some vertical flip updates
*/
.vertical.flip-container {
  position: relative;
}

.vertical .back {
  transform: rotateX(180deg);
}

.vertical.flip-container:hover .back {
  transform: rotateX(0deg);
}

.vertical.flip-container:hover .front {
  transform: rotateX(180deg);
}

.accordion-wrap h2 {
  cursor: pointer;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5555555556em;
  font-weight: bold;
  padding: 10px 0;
  margin: 0;
  border-bottom: 1px solid #d9d9d9;
  position: relative;
}
.accordion-wrap h2:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -1px;
  width: 12px;
  height: 4px;
  background: #002e5c;
  transition: all 0.2s ease-in;
}
.accordion-wrap h2:before {
  content: "";
  position: absolute;
  right: 4px;
  top: 50%;
  margin-top: -5px;
  width: 4px;
  height: 12px;
  background: #002e5c;
  transition: all 0.2s ease-in;
}
.accordion-wrap h2.js-accordion--open:after, .accordion-wrap h2.js-accordion--open:before {
  transform: rotate(45deg);
}
.accordion-wrap h2:hover {
  color: #35a4fb;
}

.accordion-wrap ul {
  overflow: hidden;
  margin-top: 15px;
  margin-left: 0 !important;
}

.accordion-wrap li {
  padding-left: 15px !important;
  margin-left: 0;
  list-style: inside disc;
  margin-bottom: 25px;
}
.accordion-wrap li:before {
  content: none !important;
}

.accordion-wrap span {
  display: block;
  margin-bottom: 30px !important;
}

.accordion-wrap a:not(:first-child) {
  font-weight: 500 !important;
}

.color-box {
  padding: 10px;
  font-size: 14px;
}

.container-fluid {
  padding-right: 0;
  padding-left: 0;
}

table {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #b9d7f2;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7142857143em;
}
table th, table td {
  font-weight: normal;
  padding: 15px 10px;
  border-collapse: collapse;
}
table th {
  text-transform: uppercase;
  background: #b9d7f2;
  border-bottom: 1px solid #b9d7f2;
}
table tr:nth-child(odd) td {
  background: #eef6fd;
}
table td {
  border: 1px solid #b9d7f2;
}
table td:first-child {
  background: #d7e7f5 !important;
  text-transform: uppercase;
}
table p, table .faq-block__description {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 18px;
}

nav ul {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.l-article img {
  max-width: 100%;
  height: auto;
}

.pads-zero {
  padding-left: 0;
  padding-right: 0;
}

.block-center-title {
  color: #1a1a1a;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.1875em;
  font-weight: 600;
  position: relative;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}
.block-center-title:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  background: #35a4fb;
  height: 2px;
  width: 20px;
  left: 50%;
  transform: translate(-50%);
}
@media (min-width: 992px) {
  .block-center-title {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.2em;
    font-weight: 700;
    letter-spacing: 0.9px;
  }
}

.load-more {
  background: #f7f9fa;
  position: relative;
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.load-more__frill {
  height: 100%;
  display: flex !important;
  align-items: center;
}

.frill-extra {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.frill-extra__frill {
  display: flex !important;
  align-items: center;
}

/*.akd-slijedivost{
	.l-footer{
		padding-top: 0;
	}
}*/
body:before {
  content: "";
  position: fixed;
  top: 65px;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease-in-out;
  z-index: 9000;
}
@media (min-width: 992px) {
  body:before {
    top: 100px;
  }
}

body[data-overlay=on]:before {
  opacity: 1;
  pointer-events: initial;
  transition: opacity 0.2s ease-in-out;
}

.c-link {
  text-decoration: none;
}
.c-link:hover {
  color: #ebff58;
  text-decoration: none;
}

.c-text {
  color: #fff;
  margin-bottom: 0;
}
.c-text--blue {
  color: #35a4fb;
}
.c-text--black {
  color: #1a1a1a;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Albert Sans", sans-serif;
  font-weight: 500;
  background-color: #0E102B;
}

h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

h1, .h1, .title {
  font-size: 64px;
  font-size: 6.4rem;
  line-height: 1.25em;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
h2, .h2, .sub-title {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.2857142857em;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  h2, .h2, .sub-title {
    font-size: 52px;
    font-size: 5.2rem;
    line-height: 1.2307692308em;
  }
}

h3, .h3 {
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 1.2916666667em;
  margin-bottom: 30px;
}
h4, .h4 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.4em;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  h4, .h4 {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 1.5em;
  }
}

h5, .h5 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.3333333333em;
  margin-bottom: 30px;
}
h6, .h6 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.4em;
  margin-bottom: 30px;
}
p, .faq-block__description {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.625em;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  p, .faq-block__description {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.625em;
  }
}

a:not([class]) {
  color: #6B75FD;
  transition: all 350ms linear;
}
a:not([class]):hover {
  color: #A3AAFF;
}

ul:not([class]), ol:not([class]) {
  list-style: none;
  margin-left: 0;
  padding-left: 1em;
}

ul:not([class]), ol:not([class]) {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5em;
  list-style-position: outside;
  padding-left: 0px;
}
ul:not([class]) li, ol:not([class]) li {
  margin-bottom: 24px;
  color: #D6D8DE;
}
ul:not([class]) a, ol:not([class]) a {
  color: inherit;
}
ul:not([class]) a:hover, ol:not([class]) a:hover {
  color: inherit;
  text-decoration: none;
}
@media (min-width: 992px) {
  ul:not([class]), ol:not([class]) {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5em;
  }
}

ul:not([class]) {
  margin-left: 24px;
}
ul:not([class]) li::before {
  content: "•";
  color: #F49E45;
  position: absolute;
  left: 10px;
}

ol:not([class]) {
  counter-reset: countPlease;
  margin-left: 48px;
}
ol:not([class]) li {
  counter-increment: countPlease;
}
ol:not([class]) li::before {
  content: counter(countPlease);
  color: #0E102B;
  font-weight: 500;
  background: #2A98EC;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.625em;
  width: 26px;
  height: 26px;
  display: block;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  left: 10px;
}

blockquote {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.6666666667em;
  color: #2A98EC;
  font-style: italic;
  padding: 83px 0 0 38px;
  border-left: 6px solid #2A98EC;
  margin: 48px 0;
  position: relative;
}
@media (min-width: 992px) {
  blockquote {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.5833333333em;
  }
}
blockquote::before {
  content: " ";
  background: url(assets/d56d299bcbc0d5c3cd3b.svg) no-repeat center;
  width: 70px;
  height: 61px;
  position: absolute;
  top: 0;
  left: 38px;
}

table:not([class]) {
  font-style: normal;
  font-weight: 400;
  border-collapse: collapse;
  position: relative;
  text-align: left;
  width: 100%;
  margin-bottom: 32px;
  padding-bottom: 10px;
  border: none;
}
table:not([class]) td {
  padding: 18px 16px;
}
table:not([class]) th {
  padding: 11px 16px;
  border: none;
}
table:not([class]) th,
table:not([class]) th a {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4285714286em;
  background-color: transparent;
  color: #FFFFFF;
  text-transform: capitalize;
}
table:not([class]) td,
table:not([class]) td a {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4285714286em;
  color: #FFFFFF;
  border: none;
  background-color: transparent;
}
table:not([class]) td a {
  color: #6B75FD;
}
table:not([class]) td strong,
table:not([class]) td b {
  font-style: normal;
  font-weight: 700;
}
table:not([class]) td em,
table:not([class]) td i {
  font-style: normal;
  font-weight: 500;
}
table:not([class]) tbody tr {
  background-color: #181A34;
}
table:not([class]) tbody tr:nth-child(odd) {
  background-color: #030521;
}
table:not([class]) tbody tr:nth-child(odd) td {
  background-color: transparent;
}
table:not([class]) tbody th,
table:not([class]) tfoot th {
  font-style: normal;
  font-weight: 700;
}
table:not([class]) td:first-child {
  background-color: transparent !important;
  text-transform: capitalize;
}

table:not([class]) tbody tr:nth-child(odd) {
  background-color: #030521;
}

.frill-link {
  color: #1a1a1a;
  font-size: 14px;
  font-size: 1.4rem;
  display: inline-block;
  position: relative;
  font-weight: 600;
}
.frill-link:hover {
  color: #35a4fb;
  text-decoration: none;
}
.frill-link:after {
  content: "";
  background: #35a4fb;
  display: block;
  position: absolute;
  left: calc(100% + 8px);
  width: 4px;
  height: 4px;
  border-radius: 2px;
  top: 50%;
  transform: translateY(-50%);
  transition: width 0.2s ease-out;
}
.frill-link:hover:after {
  width: 20px;
}
.frill-link--invert {
  color: #35a4fb;
}
.frill-link--invert:hover {
  color: #ebff58;
}
.frill-link--invert:after {
  background: #ebff58;
}

.col-1-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 767px) {
  .col-1-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

.underline {
  text-decoration: underline;
}

.styleguidePage {
  background-color: #0E102B;
  color: #FFFFFF;
}
.styleguidePage .l-main {
  padding-top: 150px;
}

.l-footer {
  padding: 40px 0 70px;
  background: #fff;
  border-top: 2px solid #eaf0f7;
}
@media (min-width: 992px) {
  .l-footer {
    padding: 110px 0 110px;
  }
}
.l-footer a {
  display: inline-block;
}

.l-foot-nav-wrap {
  padding-bottom: 90px;
}
.foot-nav-flex {
  width: 100%;
  display: inline-block;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .foot-nav-flex {
    display: flex;
  }
}
@media (min-width: 992px) {
  .foot-nav-flex {
    flex-wrap: nowrap;
  }
}

.foot-nav__list {
  font-size: 14px;
  font-size: 1.4rem;
  width: 100%;
  max-height: 50px;
  overflow: hidden;
  transition: all 0.35s ease-in-out;
  padding-left: 0;
  margin: 0 0 0px;
  padding: 0 0 0px;
  position: relative;
}
.foot-nav__list:last-child {
  max-height: inherit;
}
@media screen and (max-width: 991px) {
  .foot-nav__list:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    background: #eeeeee;
  }
}
@media (min-width: 992px) {
  .foot-nav__list {
    padding-bottom: 58px;
    max-height: inherit;
  }
}
.foot-nav__list.js-toggle {
  max-height: 700px;
}
.foot-nav__item {
  list-style: none;
  width: 100%;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 991px) {
  .foot-nav__item:first-child {
    display: flex;
    align-items: center;
    height: 50px;
  }
  .foot-nav__item:last-child {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .foot-nav__item:last-child .foot-nav__link {
    padding: 0;
  }
}
.foot-nav__toggle {
  position: absolute;
  right: 0;
  top: 50%;
  padding: 10px;
  z-index: 10;
  transform: translateY(-50%);
  cursor: pointer;
}
@media (min-width: 992px) {
  .foot-nav__toggle {
    display: none;
  }
}
.foot-nav__toggle svg {
  fill: #fff;
  transition: all 0.12s ease-in-out;
}
.foot-nav__toggle.js-toggle-rotate svg {
  transform: rotate(180deg);
}
.foot-nav__title, .foot-nav__link {
  color: #4a4a4a;
  position: relative;
  display: inline-block;
  padding: 6px 0;
}
.foot-nav__title:after, .foot-nav__link:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 0;
  transition: all 0.25s cubic-bezier(0.67, 0.72, 0.86, 0.6);
}
.foot-nav__title:hover, .foot-nav__link:hover {
  text-decoration: underline;
}
.foot-nav__title:hover:after, .foot-nav__link:hover:after {
  width: 100%;
}
@media (min-width: 992px) {
  .foot-nav__title, .foot-nav__link {
    padding: 0 0 20px 0;
  }
}
.foot-nav__title {
  color: #35a4fb;
  text-transform: uppercase;
}
.foot-nav__title:hover {
  text-decoration: underline;
}
.foot-nav__title:hover:after {
  width: 100%;
}
@media (min-width: 992px) {
  .foot-nav__title {
    padding: 0 0 20px 0;
    margin-bottom: 0;
  }
}

.footer-info {
  position: relative;
  text-align: center;
}
.footer-info__akd-logo {
  margin: 0 auto 33px;
  display: block;
}
.footer-info__akd-logo--sotah {
  width: 159px;
  max-width: 100%;
}
.footer-info__details {
  color: #585858;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7142857143em;
  text-align: center;
  margin-bottom: 20px;
}
.footer-info__new-line {
  display: block;
}
.footer-info__homepage-link {
  color: #585858;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7142857143em;
  text-align: center;
}
.footer-info__nivas-logo {
  margin: 70px auto 33px;
  display: block;
}
@media (min-width: 992px) {
  .footer-info__nivas-logo {
    margin: 0;
    bottom: 8px;
    right: 0;
  }
}

.skip-to-content-link {
  left: 50%;
  position: absolute;
  transform: translateY(-100%);
}

.site-header {
  background: #000;
  position: fixed;
  width: 100%;
  z-index: 10000;
}
@media (min-width: 992px) {
  .site-header {
    background: rgba(0, 0, 0, 0.8);
  }
}
.site-header > .container {
  margin: auto;
  width: 100%;
  height: 65px;
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  justify-content: space-between;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 992px) {
  .site-header > .container {
    height: 100px;
  }
}
.site-header__logo {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .site-header__logo {
    margin-right: 0px;
  }
}
.site-header__logo-link {
  position: relative;
  display: flex;
}
.site-header__logo-link:after {
  content: "";
  font-size: 10px;
  background-image: url(assets/0cef388551eebf94dbc9.svg);
  background-position: 0em -10.9em;
  width: 8em;
  height: 3.5em;
}
@media (min-width: 992px) {
  .site-header__logo-link:after {
    font-size: 10px;
    background-image: url(assets/0cef388551eebf94dbc9.svg);
    background-position: 0em 0em;
    width: 10.4em;
    height: 4.6em;
  }
}
.site-header__logo-link--singlepage:after {
  content: none;
}
.site-header__logo-link--tahograf:after {
  content: "";
  background: url(assets/97a05ebdf8483b786158.svg) no-repeat 0 0;
  width: 174px;
  height: 36px;
  background-size: auto;
}
@media (min-width: 992px) {
  .site-header__logo-link--tahograf:after {
    background: url(assets/97a05ebdf8483b786158.svg) no-repeat 0 0;
    width: 174px;
    height: 36px;
    background-size: auto;
  }
}
.site-header__logo-link--sotah:after {
  content: "";
  background: url(assets/afe0bca976dbc45408ec.svg) no-repeat 0 0;
  height: 40px;
  background-size: auto 40px;
  width: 102px;
}
@media (min-width: 992px) {
  .site-header__logo-link--sotah:after {
    background: url(assets/e0c7e9820294e8fb18cd.svg) no-repeat 0 0;
    width: 132px;
    height: 52px;
    background-size: contain;
    background-position: center;
  }
}
.site-header__right {
  height: 100%;
  display: flex;
  order: 1;
  align-items: center;
  margin-right: -10px;
  width: auto;
}
@media (min-width: 992px) {
  .site-header__right {
    width: auto;
  }
}
.site-header__search {
  height: 100%;
  position: relative;
  order: 1;
}
@media (min-width: 992px) {
  .site-header__search {
    order: 0;
  }
}
.site-header__search:before {
  content: none;
  position: absolute;
  top: 50%;
  right: -3px;
  transform: translateY(-50%);
  background: #35a4fb;
  width: 3px;
  height: 3px;
  opacity: 1;
  transition: 0.29s ease-in-out;
}
@media (min-width: 992px) {
  .site-header__search:before {
    content: "";
  }
}
.site-header__search:hover:before {
  background: #ebff58;
  opacity: 0.65;
  transition: 0.29s ease-in-out;
}
.site-header__search-toggle {
  padding: 0 17px 0 27px;
  position: relative;
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}
@media (min-width: 992px) {
  .site-header__search-toggle {
    padding: 0 18px;
  }
}
.site-header__search-toggle:before {
  content: "";
  position: relative;
  font-size: 10px;
  background-image: url(assets/0cef388551eebf94dbc9.svg);
  background-position: 0em -104.1em;
  width: 1.8em;
  height: 1.8em;
}
@media (min-width: 992px) {
  .site-header__search-toggle:before {
    font-size: 10px;
    background-image: url(assets/0cef388551eebf94dbc9.svg);
    background-position: 0em -99.3em;
    width: 2.4em;
    height: 2.4em;
  }
}
.site-header__search-toggle:hover:before {
  font-size: 10px;
  background-image: url(assets/0cef388551eebf94dbc9.svg);
  background-position: 0em -105.9em;
  width: 1.8em;
  height: 1.8em;
}
@media (min-width: 992px) {
  .site-header__search-toggle:hover:before {
    font-size: 10px;
    background-image: url(assets/0cef388551eebf94dbc9.svg);
    background-position: 0em -101.7em;
    width: 2.4em;
    height: 2.4em;
  }
}
.site-header__search-toggle:after {
  content: "";
  position: absolute;
  left: 27px;
  bottom: 0;
  background: #ebff58;
  width: 18px;
  height: 3px;
  opacity: 0;
  transition: 0.29s ease-in-out;
}
@media (min-width: 992px) {
  .site-header__search-toggle:after {
    left: 18px;
    width: 24px;
  }
}
.site-header__search-toggle:hover:after {
  opacity: 1;
  transition: 0.29s ease-in-out;
}
.site-header__lang-wrapper {
  padding: 0;
  position: relative;
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
}
@media (min-width: 992px) {
  .site-header__lang-wrapper {
    padding: 0 18px;
  }
}
.site-header__lang-separator {
  padding: 0 5px;
  color: #4a4a4a;
}
.site-header__lang-link {
  color: #35a4fb;
}
.site-header__lang-current {
  color: #ebff58;
}
.site-header .c-text-hr,
.site-header .c-text-en {
  position: relative;
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.site-header .c-text-hr:after,
.site-header .c-text-en:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #ebff58;
  width: 100%;
  height: 3px;
  opacity: 0;
  transition: 0.29s ease-in-out;
}
.site-header .c-text-hr:hover:after,
.site-header .c-text-en:hover:after {
  opacity: 1;
  transition: 0.29s ease-in-out;
}
.site-header__cta {
  display: block;
  padding: 14px 20px;
  background: #35a4fb;
  color: #0e2338;
  position: relative;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5em;
  font-weight: 700;
  min-height: 70px;
}
.site-header__cta span {
  line-height: 42px;
}
.site-header__cta:hover {
  text-decoration: none;
  color: inherit;
  background: #e9ffc2;
}
@media (max-width: 991.98px) {
  .site-header__cta {
    right: 190px;
    position: absolute;
  }
  .sotah-akd .site-header__cta {
    right: 100px;
  }
}

#gdpr-overlay {
  display: none;
}

html {
  scroll-behavior: smooth;
}

.nav {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 65px;
  left: 0;
  background: #000;
  padding: 5px 20px;
  opacity: 0;
  pointer-events: none;
  transition: 0.2s ease-in-out;
}
@media (min-width: 992px) {
  .nav {
    width: auto;
    height: 100%;
    position: relative;
    top: auto;
    left: auto;
    background: none;
    padding: 0;
    opacity: 1;
    pointer-events: initial;
    transition: none;
  }
}
.nav.menu-open {
  opacity: 1;
  pointer-events: initial;
  overflow: scroll;
}
.nav__list {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  line-height: 1.19;
}
@media (min-width: 992px) {
  .nav__list {
    flex-direction: row;
    align-items: center;
  }
}
.nav__item {
  position: relative;
}
.nav__item.nav__item-current .nav__forge-link {
  color: #ebff58;
}
@media (min-width: 992px) {
  .nav__item {
    display: flex;
    height: 100%;
    padding: 0 18px;
  }
}
@media (min-width: 992px) {
  .nav__item[data-active=on] .nav-level2__lists {
    display: flex;
    position: absolute;
    left: 0;
    top: 100px;
    background: rgba(0, 0, 0, 0.9);
    opacity: 1;
    transition: opacity 0.29s ease-in-out;
  }
}
.nav__item[data-active=on] .nav-level2__lists:before {
  content: "";
  background: #ebff58;
  width: 100%;
  height: 1px;
  position: absolute;
  top: -1px;
  left: 0;
}
.nav__item[data-active=on] .nav__link {
  color: #ebff58;
  text-decoration: none;
  transition: 0.29s ease-in-out;
}
@media (min-width: 992px) {
  .nav__item[data-active=on] .nav__link:after {
    opacity: 1;
  }
}
@media (min-width: 992px) {
  .nav__item--big[data-active=on] .nav-level2__lists {
    left: -290px;
  }
}
@media (min-width: 992px) {
  .nav__item:not(:last-child):before {
    content: "";
    position: absolute;
    top: 50%;
    right: -3px;
    transform: translateY(-50%);
    background: #35a4fb;
    width: 3px;
    height: 3px;
    opacity: 1;
    transition: 0.29s ease-in-out;
    border-radius: 50%;
  }
}
.nav__item:hover:before {
  background: #ebff58;
  opacity: 0.65;
  transition: 0.29s ease-in-out;
}
.nav__item.level2-showing .nav__link {
  color: #ebff58;
  text-decoration: none;
  transition: 0.29s ease-in-out;
}
.nav__item.level2-showing .dropdown__indicator:before {
  font-size: 10px;
  background-image: url(assets/0cef388551eebf94dbc9.svg);
  background-position: 0em -78.6em;
  width: 1.2em;
  height: 0.7em;
  transition: 0.2s ease-in-out;
}
@media (min-width: 992px) {
  .nav__item-current:before {
    background: #ebff58;
    opacity: 1;
  }
}
.nav__link, .nav__forge-link {
  width: 100%;
  font-size: 17px;
  line-height: 20px;
  font-weight: 400;
  display: block;
  padding: 18px 0 19px;
  position: relative;
  transition: 0.29s ease-in-out;
  color: #fff;
}
@media (min-width: 992px) {
  .nav__link, .nav__forge-link {
    display: flex;
    align-items: center;
    height: 100%;
    transition: 0.29s ease-in-out;
    text-align: center;
    width: min-content;
    font-size: 16px;
    line-height: 23px;
    padding: 0;
    align-items: baseline;
    padding-top: 38px;
    white-space: nowrap;
  }
}
.nav__link:after, .nav__forge-link:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #b2b2b2;
  opacity: 0.25;
  width: 100%;
  height: 1px;
  transition: 0.29s ease-in-out;
}
@media (min-width: 992px) {
  .nav__link:after, .nav__forge-link:after {
    background: #ebff58;
    width: 100%;
    height: 3px;
    opacity: 0;
  }
}
@media (min-width: 992px) {
  .nav__link:hover:after, .nav__forge-link:hover:after {
    opacity: 1;
    transition: 0.29s ease-in-out;
  }
}
.nav__btn-toggle {
  position: relative;
  order: 2;
  display: flex;
  padding: 19px 10px;
  background: transparent;
  border: none;
  outline: none !important;
}
@media (min-width: 992px) {
  .nav__btn-toggle {
    display: none;
  }
}
.nav__btn-toggle[data-mob-nav=on] .btn__line {
  background: transparent;
}
.nav__btn-toggle[data-mob-nav=on] .btn__line:before, .nav__btn-toggle[data-mob-nav=on] .btn__line:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #35a4fb;
  width: 100%;
  height: 100%;
}
.nav__btn-toggle[data-mob-nav=on] .btn__line:before {
  transform-origin: 50%;
  transform: rotate(45deg);
}
.nav__btn-toggle[data-mob-nav=on] .btn__line:after {
  transform-origin: 50%;
  transform: rotate(-45deg);
}
.nav__btn-toggle .btn__line {
  background: #35a4fb;
  width: 20px;
  height: 2px;
  position: relative;
  display: inline-block;
  transition: 0.29s cubic-bezier(0.52, 0.01, 0.16, 1);
}
.nav__btn-toggle .btn__line:before, .nav__btn-toggle .btn__line:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #35a4fb;
  width: 100%;
  height: 100%;
}
.nav__btn-toggle .btn__line:before {
  transform-origin: 50%;
  transform: translateY(-6px);
  transition: 0.29s cubic-bezier(0.52, 0.01, 0.16, 1);
}
.nav__btn-toggle .btn__line:after {
  transform-origin: 50%;
  transform: translateY(6px);
  transition: 0.29s cubic-bezier(0.52, 0.01, 0.16, 1);
}
.nav .select-menu {
  display: block;
}
@media (min-width: 992px) {
  .nav .select-menu {
    display: none;
  }
}

.nav__link.active {
  color: #ebff58;
  text-decoration: none;
  transition: 0.29s ease-in-out;
}
@media (min-width: 992px) {
  .nav__link.active:after {
    opacity: 1;
  }
}

.dropdown__indicator {
  display: inline-block;
  width: 52px;
  height: 57px;
  position: absolute;
  top: 0;
  right: -20px;
}
@media (min-width: 992px) {
  .dropdown__indicator {
    display: none;
  }
}
.dropdown__indicator:before {
  content: "";
  font-size: 10px;
  background-image: url(assets/0cef388551eebf94dbc9.svg);
  background-position: 0em -77.9em;
  width: 1.2em;
  height: 0.7em;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.2s ease-in-out;
}

.nav-level2__lists {
  display: none;
  margin-left: -20px;
  margin-right: -20px;
  padding: 14px 20px 24px;
  background: #f4f8fc;
  font-size: 17px;
  line-height: 38px;
  font-weight: 400;
}
@media (min-width: 992px) {
  .nav-level2__lists {
    padding: 30px 44px;
    display: none;
  }
}
.nav-level2__list-wrapper {
  min-width: 320px;
  width: 100%;
}
@media (min-width: 992px) {
  .nav-level2__title {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #35a4fb;
    text-transform: uppercase;
    margin-bottom: 38px;
    position: relative;
  }
}
.nav-level2__title:after {
  content: none;
  background-color: #35a4fb;
  width: 20px;
  height: 2px;
  position: absolute;
  bottom: -20px;
  left: 0;
}
@media (min-width: 992px) {
  .nav-level2__title:after {
    content: "";
  }
}
@media (min-width: 992px) {
  .nav-level2__list {
    display: block;
    font-size: 16px;
    line-height: 33px;
    font-weight: 500;
    color: #f4f8fc;
  }
}
.nav-level2__item {
  position: relative;
  padding-left: 0;
}
.nav-level2__item:before {
  content: none;
}
@media (min-width: 992px) {
  .nav-level2__item {
    padding-left: 35px;
  }
  .nav-level2__item:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #35a4fb;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.nav-level2__link {
  color: #1a1a1a;
}
@media (min-width: 992px) {
  .nav-level2__link {
    color: #f4f8fc;
  }
  .nav-level2__link:hover {
    color: #f4f8fc;
  }
}
.select-menu {
  display: none;
  cursor: pointer;
}
@media (min-width: 992px) {
  .select-menu {
    display: block;
  }
}
.select-menu__toggle {
  transition: all 0.1s ease-in;
  background: #229eff;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  padding: 10px 24px;
  margin: 0;
  line-height: 1;
  width: 100%;
  border-radius: 4px;
  position: relative;
}
.select-menu__toggle:before {
  position: absolute;
  right: 0;
  top: 0;
  width: 10px;
  height: 7px;
  background: url(assets/dbdfc6bc490304af3eb4.svg) no-repeat 0 0;
}
.select-menu__toggle svg {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateX(-50%);
  fill: #fff;
}
.select-menu__toggle.is-active {
  color: #1a1a1a;
  background: #ebff58;
  border-radius: 0;
}
.select-menu__toggle:hover svg {
  fill: #1A1A1A;
}
@media (min-width: 992px) {
  .select-menu__toggle {
    padding: 12px 45px 12px 35px;
    width: unset;
    border-radius: 6px;
  }
  .select-menu__toggle:hover {
    color: #1a1a1a;
    background: #ebff58;
  }
}
.select-menu__toggle p, .select-menu__toggle .faq-block__description {
  display: inline-block;
  margin-bottom: 0;
}
.select-menu.active .select-menu__toggle {
  color: #1a1a1a;
  background: #ebff58;
  padding: 41px 45px 41px 35px;
  border-radius: 0;
}
.select-menu.active .select-menu__toggle svg {
  transform: rotate(180deg);
  fill: #1a1a1a;
  right: 25px;
  top: 48%;
}
.select-menu__dropdown-indicator {
  right: 0;
  height: 52px;
}
.select-menu__dropdown-indicator::before {
  font-size: 10px;
  background-image: url(assets/0cef388551eebf94dbc9.svg);
  background-position: 0em -26.5em;
  width: 1em;
  height: 0.7em;
  transition: none;
}
.is-active .select-menu__dropdown-indicator::before {
  font-size: 10px;
  background-image: url(assets/0cef388551eebf94dbc9.svg);
  background-position: 0em -77.2em;
  width: 1.2em;
  height: 0.7em;
  transition: none;
}
.select-menu__sub {
  background: #000;
  width: 100%;
  display: none;
}
@media (min-width: 992px) {
  .select-menu__sub {
    display: block;
    position: absolute;
    left: 0;
    top: 100px;
    transform: translateY(20px);
    transition: all 0.1s ease-in;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
  }
}
@media (min-width: 992px) {
  .select-menu__sub:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: #fff;
    z-index: 1;
  }
}
.select-menu__sub-list {
  padding: 30px 16px;
  position: relative;
  z-index: 10;
  height: 100%;
  border: 1px solid #2d2d2d;
  list-style-type: none;
}
@media (min-width: 992px) {
  .select-menu__sub-list {
    padding: 150px 100px;
    border: none;
  }
}
.select-menu__sub-toggle {
  display: inline-block;
  width: 100%;
  color: #fff;
  padding: 12px 0;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.4em;
  font-weight: 300;
  transition: all 0.2s ease-in;
}
@media (min-width: 992px) {
  .select-menu__sub-toggle {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 1.3125em;
    padding: 10px 0;
  }
}
.select-menu__sub-toggle span {
  position: relative;
  z-index: 1;
}
.select-menu__sub-toggle:hover {
  color: #ebff58;
  text-decoration: none;
}
.select-menu__sub-panel {
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  position: absolute;
  padding: 100px;
  opacity: 0;
  z-index: -5;
  transition: all 0.2s ease-in;
  text-align: center;
}
.select-menu__sub-panel:before {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(137deg, #6526ff 25%, #229eff 100%);
  z-index: 0;
}
.select-menu__trans {
  margin: 0 100px;
  font-weight: 500px;
  transition: all 0.35s ease-in;
  transform: translateY(150px);
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.625em;
  color: #333;
}
.select-menu__frame {
  width: 350px;
  height: 204px;
  text-align: center;
  margin: 20px auto 40px auto;
  overflow: hidden;
  position: relative;
  background: #333;
  border: 5px solid #000;
  border-top: 20px solid #000;
  border-radius: 10px;
}
.select-menu__frame img {
  width: 100%;
  position: relative;
  transition: all;
  transform: translateY(5%);
  animation: webscroll 10s cubic-bezier(1, 0.01, 0.47, 1) alternate infinite;
  scroll-behavior: smooth;
}

@keyframes webscroll {
  to {
    transform: translateY(-88%);
  }
}
#menu-globe-video {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  bottom: -60%;
}
@media (min-width: 992px) {
  #menu-globe-video {
    width: 488px;
    height: 488px;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
  }
}

.select-menu__sub {
  overflow: hidden;
  position: relative;
}

@media (min-width: 992px) {
  #select-menu__sub.open {
    transform: translateY(0);
    opacity: 1;
    z-index: 0;
    visibility: visible;
  }
}

.select-menu__sub-toggle img,
.select-menu__sub-toggle svg,
.select-menu__sub-toggle .select-menu__frame,
.select-menu__sub-toggle .select-menu__trans {
  transform: translateY(50px);
  transition: all 0.3s ease-in;
  opacity: 0;
}

.select-menu__sub-toggle:hover img,
.select-menu__sub-toggle:hover svg,
.select-menu__sub-toggle:hover .select-menu__frame,
.select-menu__sub-toggle:hover .select-menu__trans {
  transform: translateY(0);
  opacity: 1;
}

.select-menu__sub-toggle .select-menu__sub-panel {
  display: inline-block;
  opacity: 1;
  z-index: 0;
}

.select-menu__sub-toggle--current img,
.select-menu__sub-toggle--current svg,
.select-menu__sub-toggle--current .select-menu__frame,
.select-menu__sub-toggle--current .select-menu__trans {
  transform: translateY(0);
  opacity: 1;
}

.select-menu__sub-toggle--current-off img,
.select-menu__sub-toggle--current-off svg,
.select-menu__sub-toggle--current-off .select-menu__frame,
.select-menu__sub-toggle--current-off .select-menu__trans {
  transform: translateY(50px);
  opacity: 0;
  z-index: -5;
}

.select-menu__sub-toggle--current span {
  font-weight: bold;
  color: #ebff58;
}

.select-menu__sub-toggle--current .select-menu__trans {
  color: #333;
}

/*
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<

BUTTONS

>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
*/
/*
<<<<<<<<<<<<<<<<<<<<<
General
>>>>>>>>>>>>>>>>>>>>>
*/
button, [type=submit], [type=reset] {
  -webkit-appearence: none;
  outline: none;
}
button:focus, [type=submit]:focus, [type=reset]:focus {
  outline: none;
}

/*
<<<<<<<<<<<<<<<<<<<<<
Button
>>>>>>>>>>>>>>>>>>>>>
*/
.btn {
  outline: none;
  border: none;
}

/*
<<<<<<<<<<<<<<<<<<<<<
Button primary
>>>>>>>>>>>>>>>>>>>>>
*/
.btn-primary {
  font-family: "Montserrat", sans-serif;
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4285714286em;
  color: #FFFFFF;
  padding: 14px 24px;
  background-color: #030521;
  border-radius: 32px;
  transition: all 100ms ease-out;
}
@media (min-width: 992px) {
  .btn-primary {
    padding: 18px 24px;
  }
}
.btn-primary:hover {
  box-shadow: 0px 0px 24px 0px rgba(44, 52, 136, 0.6);
  background-color: #2A98EC;
  text-decoration: none;
  color: #FFFFFF;
}
.btn-primary.btn-primary-icon {
  padding: 14px 104px 14px 24px;
}
@media (min-width: 992px) {
  .btn-primary.btn-primary-icon {
    padding: 18px 104px 18px 24px;
  }
}
.btn-primary.btn-primary-icon .btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 24px;
}
.btn-primary.btn-primary-icon--rotate:hover .btn-icon svg {
  transform: rotate(45deg);
}
.btn-primary.btn-primary-icon--alt {
  padding: 14px 24px 14px 64px;
}
@media (min-width: 992px) {
  .btn-primary.btn-primary-icon--alt {
    padding: 18px 24px 18px 64px;
  }
}
.btn-primary.btn-primary-icon--alt .btn-icon {
  left: 24px;
  right: unset;
}
.btn-primary.btn-primary-icon--download {
  text-transform: uppercase;
  background-color: #2A98EC;
  border-radius: 40px;
}
.btn-primary.btn-primary-icon--download .btn-icon:before {
  content: " ";
  background: url(assets/2551fd7e7a174b31ce49.svg) no-repeat center;
  width: 24px;
  height: 24px;
  display: block;
}
.btn-primary.btn-primary-icon--download:hover {
  color: #2A98EC;
  background-color: #030521;
}
.btn-primary.btn-primary-icon--download:hover .btn-icon:before {
  content: " ";
  background: url(assets/650b16f3199b449e88a4.svg) no-repeat center;
}

/*
<<<<<<<<<<<<<<<<<<<<<
Button secondary
>>>>>>>>>>>>>>>>>>>>>
*/
.btn-secondary {
  font-family: "Montserrat", sans-serif;
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4285714286em;
  color: #FFFFFF;
  padding: 19px;
  width: 100%;
  text-align: center;
  background-color: #2A98EC;
  border-radius: 48px;
  transition: all 100ms ease-out;
}
.btn-secondary:hover {
  box-shadow: 0px 0px 24px 0px rgba(44, 52, 136, 0.6);
  background-color: #030521;
  text-decoration: none;
  color: #FFFFFF;
}
.btn-secondary--blue {
  background-color: #327DFF;
}
.btn-secondary--purple {
  background-color: #A211C7;
}
.btn-secondary--dark-blue {
  background-color: #1457BA;
}
.btn-secondary--yellow {
  background-color: #D18D2A;
}
.btn-secondary--lavender {
  background-color: #6948F4;
}
.btn-secondary--green {
  background-color: #008E6D;
}
.btn-secondary--red {
  background-color: #D0466A;
}
.btn-secondary--light-green {
  background-color: #089E97;
}
.btn-secondary--teal {
  background-color: #0D8FAF;
}
.btn-secondary--orange {
  background-color: #E07200;
}

/*
<<<<<<<<<<<<<<<<<<<<<
Button link
>>>>>>>>>>>>>>>>>>>>>
*/
.btn-link {
  font-family: "Montserrat", sans-serif;
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4285714286em;
  color: #2A98EC;
  padding: 8px 24px;
  background-color: #181A34;
  border-radius: 40px;
  transition: all 100ms ease-out;
  width: 100%;
}
.btn-link:hover {
  box-shadow: 0px 0px 24px 0px rgba(44, 52, 136, 0.6);
  background-color: #030521;
  text-decoration: none;
  color: #2A98EC;
}

.btn-center {
  display: inline-block;
  position: relative;
  left: 50%;
  width: auto;
  transform: translateX(-50%);
}

/* prepravi layout strukturu i obrisi nepotrebno todo andrea
@import "app/custom";
@import "app/styleguide";
@import "app/buttons";
@import "app/forms";
@import "app/tables";
@import "app/navigation";
@import "app/footer";
@import "app/header";
@import "app/layout";*/
/*
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<

breadcrumb component

>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
*/
.breadcrumb {
  display: block;
  margin-bottom: 20px;
}
.breadcrumb__list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.breadcrumb__item {
  padding: 0 10px 0 0px;
  margin-right: 8px;
  display: inline-block;
  position: relative;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media (min-width: 992px) {
  .breadcrumb__item {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.breadcrumb__item:not(:last-child):after {
  content: "";
  display: block;
  position: absolute;
  right: -1px;
  top: 50%;
  background: #FFFFFF;
  width: 3px;
  height: 3px;
  border-radius: 50%;
}
.breadcrumb__link {
  color: #333;
  line-height: 1;
  letter-spacing: 2px;
}
.breadcrumb__link:hover {
  color: #ebff58;
}
.breadcrumb--invert .breadcrumb__item {
  color: #fff;
}
.breadcrumb--invert .breadcrumb__item:not(:last-child):after {
  background: #35a4fb;
}
.breadcrumb--invert .breadcrumb__link {
  color: #fff;
}

/*
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<

download-btn component

>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
*/
.download-btn {
  color: #1a1a1a;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4375em;
  padding-right: 48px;
  display: flex;
  align-items: center;
  position: relative;
  min-height: 46px;
}
.download-btn__type {
  color: #8c8c8c;
  margin-left: 5px;
  display: contents;
}
.download-btn:before, .download-btn:after {
  content: "";
  position: absolute;
  display: block;
}
.download-btn:before {
  width: 1px;
  height: 100%;
  right: 34px;
  top: 0;
  background: #d9d9d9;
}
.download-btn:after {
  font-size: 10px;
  background-image: url(assets/0cef388551eebf94dbc9.svg);
  background-position: 0em -23.1em;
  width: 1.4em;
  height: 1.7em;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.download-btn:hover {
  color: #35a4fb;
  text-decoration: none;
}
.download-btn:hover:after {
  font-size: 10px;
  background-image: url(assets/0cef388551eebf94dbc9.svg);
  background-position: 0em -24.8em;
  width: 1.4em;
  height: 1.7em;
}
.download-btn:hover .download-btn__type {
  color: #35a4fb;
}

/*
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<

abstract text block component

>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
*/
.abstract-block__paragraph {
  margin-bottom: 20px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75em;
  color: #FFFFFF;
}
.abstract-block__paragraph:last-child {
  padding: 0;
  margin: 0;
}
@media (min-width: 992px) {
  .abstract-block {
    max-width: 60%;
  }
  .abstract-block__paragraph {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.5em;
  }
}

.l-search-wrap {
  padding: 39px 0 30px 0;
}
@media (min-width: 768px) {
  .l-search-wrap {
    padding: 76px 0;
  }
}

.search-block__text {
  color: #002e5c;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 22px;
}
.search-block__searched {
  display: block;
  color: #35a4fb;
  text-align: center;
  font-size: 42px;
  font-size: 4.2rem;
  letter-spacing: -1.2px;
  margin: 2px 0;
}
.search-block__form {
  margin-bottom: 42px;
  position: relative;
}
.search-block__input {
  background: #f4f8fc;
  height: 60px;
  width: 100%;
  position: relative;
  border: none;
  outline: none;
  padding: 0 60px 0 20px;
  box-shadow: 0px 2px 0px 0px #35a4fb;
  font-size: 24px;
  font-size: 2.4rem;
  color: #1a1a1a;
}
.search-block__icon {
  border: none;
  outline: none;
  cursor: pointer;
  background-color: transparent;
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  font-size: 10px;
  background-image: url(assets/0cef388551eebf94dbc9.svg);
  background-position: 0em -104.1em;
  width: 1.8em;
  height: 1.8em;
}
@media (min-width: 768px) {
  .search-block__icon {
    font-size: 10px;
    background-image: url(assets/0cef388551eebf94dbc9.svg);
    background-position: 0em -99.3em;
    width: 2.4em;
    height: 2.4em;
  }
}
.search-block__icon:focus {
  outline: none;
}

body.hideOverflow {
  overflow: hidden;
}

.nav__link.search-open, .c-link.search-open {
  opacity: 0.6;
}
.nav__link.search-open:hover, .c-link.search-open:hover {
  opacity: 1;
}

.site-header__search-toggle.search-open:before {
  font-size: 10px;
  background-image: url(assets/0cef388551eebf94dbc9.svg);
  background-position: 0em -105.9em;
  width: 1.8em;
  height: 1.8em;
}
@media (min-width: 992px) {
  .site-header__search-toggle.search-open:before {
    font-size: 10px;
    background-image: url(assets/0cef388551eebf94dbc9.svg);
    background-position: 0em -101.7em;
    width: 2.4em;
    height: 2.4em;
  }
}
.site-header__search-toggle.search-open:after {
  opacity: 1;
}

.l-search-overlay-wrap {
  display: none;
  position: fixed;
  top: 65px;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  z-index: 5000;
}
@media (min-width: 768px) {
  .l-search-overlay-wrap {
    top: 100px;
    height: calc(100vh - 100px);
  }
}
.l-search-overlay-wrap.open {
  display: block;
}
.l-search-overlay-wrap:before {
  content: "";
  background: #ebff58;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0px;
  left: 0;
}

.search-overlay {
  height: calc(100vh - 65px);
  overflow-y: scroll;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .search-overlay {
    height: calc(100vh - 100px);
    padding-bottom: 60px;
  }
}

.search-block-nav {
  padding: 30px 0 30px 0;
}
@media (min-width: 768px) {
  .search-block-nav {
    padding: 48px 0 30px 0;
  }
}
.search-block-nav__text {
  color: #ebff58;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0;
  text-align: left;
  margin-bottom: 0;
}
.search-block-nav__form {
  margin-bottom: 10px;
  position: relative;
}
.search-block-nav__input {
  background: transparent;
  height: 65px;
  width: 100%;
  position: relative;
  border: none;
  outline: none;
  padding: 0px;
  box-shadow: 0px 2px 0px 0px #35a4fb;
  color: #35a4fb;
  font-size: 32px;
  font-size: 3.2rem;
  letter-spacing: -0.9px;
}
@media (min-width: 768px) {
  .search-block-nav__input {
    font-size: 42px;
    font-size: 4.2rem;
    letter-spacing: -1.2px;
  }
}
.search-block-nav__icon {
  border: none;
  outline: none;
  opacity: 0;
  cursor: pointer;
  background-color: transparent;
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  font-size: 10px;
  background-image: url(assets/0cef388551eebf94dbc9.svg);
  background-position: 0em -104.1em;
  width: 1.8em;
  height: 1.8em;
}
@media (min-width: 768px) {
  .search-block-nav__icon {
    font-size: 10px;
    background-image: url(assets/0cef388551eebf94dbc9.svg);
    background-position: 0em -99.3em;
    width: 2.4em;
    height: 2.4em;
  }
}
.search-block-nav__icon:focus {
  outline: none;
}

.results {
  margin-bottom: 30px;
  list-style-position: outside;
  padding-left: 0px;
  margin-left: 0;
  list-style: none;
}
.results__category {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5em;
  letter-spacing: 2px;
  color: #35a4fb;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 600;
}
.results__item {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2.0625em;
  letter-spacing: 0;
  padding-left: 5px;
  color: #1a1a1a;
  font-weight: 500;
}
.results__item:before {
  content: "•";
  padding-left: 10px;
  padding-right: 20px;
  color: #35a4fb;
}
.results__item a {
  color: inherit;
  font-weight: inherit;
}
.results__item a:hover {
  color: #35a4fb;
  text-decoration: none;
}
.results__item--nav {
  color: #f4f8fc;
}

/*
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<

Homepage hero component

>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
*/
.lottie-waves {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1440px;
  height: 810px;
}

.lottie-hex {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .lottie-hex {
    transform: translate3d(-50%, -50%, 0);
    width: 768px;
    height: 768px;
  }
}
@media (min-width: 992px) {
  .lottie-hex {
    transform: translate3d(-50%, -50%, 0);
    width: 830px;
    height: 830px;
  }
}

.l-content-head {
  background: #229eff;
  display: inline-block;
  width: 100%;
  margin-top: 65px;
}
@media (min-width: 768px) {
  .l-content-head {
    margin-top: 100px;
  }
}

.home-hero {
  min-height: 510px;
  position: relative;
  overflow: hidden;
  display: flex;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .home-hero {
    min-height: 810px;
  }
}
.home-hero__content {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  z-index: 1;
}
.home-hero__image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.home-hero__media {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  z-index: 0;
  top: 0;
  left: 0;
  overflow: hidden;
  margin-bottom: 0;
}
.home-hero__title {
  color: #FFFFFF;
  position: relative;
  font-size: 34px;
  font-size: 3.4rem;
  line-height: 1.4117647059em;
  margin-bottom: 95px;
  font-weight: 300;
}
.home-hero__title strong {
  color: #1a1a1a;
  font-weight: 500;
}
@media (min-width: 768px) {
  .home-hero__title {
    font-size: 70px;
    font-size: 7rem;
    line-height: 1.2285714286em;
  }
}
@media (min-width: 992px) {
  .home-hero__title {
    margin-bottom: 14px;
  }
}
@media (min-width: 1200px) {
  .home-hero {
    min-height: 650px;
  }
  .home-hero__title {
    font-size: 70px;
    font-size: 7rem;
    line-height: 1.2285714286em;
    max-width: 60%;
  }
}
.home-hero__arrow {
  background: transparent;
  border-radius: 50rem;
  width: 64px;
  height: 64px;
  position: relative;
  transform: translateY(10px);
  display: inline-block;
  border: 1px dotted #fff;
}
.home-hero__arrow:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  background: url(assets/f4c2756b6e6708b20a62.svg) no-repeat 0 0;
  width: 14px;
  height: 9px;
}
.home-hero .abstract-block {
  margin-top: 0;
  max-width: unset;
  width: 100%;
}
@media (min-width: 992px) {
  .home-hero .abstract-block {
    margin-top: 120px;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .home-hero .abstract-block__paragraph {
    max-width: 28.6%;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.7142857143em;
  }
}

/*
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<

Homepage hero component

>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
*/
.singlepage-hero {
  min-height: 525px;
  position: relative;
  overflow: hidden;
  display: flex;
  padding: 0 20px;
}
.singlepage-hero__content {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
.singlepage-hero__image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.singlepage-hero__media {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  z-index: 0;
  top: 0;
  left: 0;
  overflow: hidden;
  margin-bottom: 0;
}
.singlepage-hero__title {
  color: #FFFFFF;
  position: relative;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.5em;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .singlepage-hero__title {
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 1.25em;
  }
}
@media (min-width: 1200px) {
  .singlepage-hero {
    min-height: 650px;
  }
  .singlepage-hero__title {
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 1.25em;
    max-width: 60%;
  }
}

/*
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<

Big hero component

>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
*/
.big-hero {
  min-height: 525px;
  position: relative;
  overflow: hidden;
  display: flex;
  padding: 0 20px;
}
.big-hero__content {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
.big-hero__image {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.big-hero__media {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  overflow: hidden;
  margin-bottom: 0;
}
.big-hero__title {
  color: #ebff58;
  position: relative;
  font-size: 42px;
  font-size: 4.2rem;
  line-height: 1.1428571429em;
}
@media (min-width: 1200px) {
  .big-hero {
    min-height: 650px;
  }
  .big-hero__title {
    font-size: 60px;
    font-size: 6rem;
    line-height: 1.2em;
    max-width: 60%;
  }
  .big-hero__content {
    padding: 0 96px;
  }
}

/*
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<

small hero component

>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
*/
.small-hero {
  min-height: 260px;
  position: relative;
  overflow: hidden;
  display: flex;
  padding: 0 20px;
}
.small-hero__image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.small-hero__media {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  top: 0;
  left: 0;
  overflow: hidden;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .small-hero {
    min-height: 320px;
  }
}

/*
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<

hero w/o image component

>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
*/
.blank-hero {
  min-height: 435px;
  position: relative;
  overflow: hidden;
  display: flex;
  padding: 0 20px;
}
.blank-hero__image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.blank-hero__media {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  top: 0;
  left: 0;
  overflow: hidden;
  margin-bottom: 0;
}
.blank-hero__content {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  z-index: 10;
}
.blank-hero__title {
  color: #fff;
  position: relative;
  font-size: 34px;
  font-size: 3.4rem;
  line-height: 1.4117647059em;
}
.blank-hero__title:after {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  width: 20px;
  left: 0;
  top: calc(100% + 30px);
  background: #35a4fb;
}
.blank-hero__date {
  color: #e5e9ed;
  margin-bottom: 5px;
  font-size: 15px;
  font-size: 1.5rem;
}
@media (min-width: 1200px) {
  .blank-hero {
    min-height: 531px;
  }
  .blank-hero__title {
    font-size: 72px;
    font-size: 7.2rem;
    line-height: 1.1111111111em;
    max-width: 85%;
  }
  .blank-hero__title:after {
    top: calc(100% + 50px);
  }
  .blank-hero__content {
    padding: 0 96px;
  }
}
@media (min-width: 992px) {
  .blank-hero {
    padding-top: 130px;
  }
}

/*
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<

Section tabs component

>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
*/
.section-tabs {
  position: absolute;
  width: 100%;
}
@media (min-width: 768px) {
  .section-tabs {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media (max-width: 991.98px) {
  .section-tabs {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.section-tabs__list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: -60px;
  z-index: 1000;
  width: 100%;
}
@media (min-width: 992px) {
  .section-tabs__list {
    top: -80px;
  }
}
.section-tabs__link {
  height: 60px;
  background: #000000;
  display: flex;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  color: #35a4fb;
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: uppercase;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  padding: 0 30px;
  font-weight: 600;
  position: relative;
  letter-spacing: 1.5px;
}
@media (min-width: 992px) {
  .section-tabs__link {
    letter-spacing: 2px;
    height: 80px;
  }
}
.section-tabs__link:after, .section-tabs__link:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background: #ebff58;
  top: 50%;
  transform: translateY(-50%);
}
.section-tabs__link:before {
  right: 20px;
}
@media (min-width: 992px) {
  .section-tabs__link:before {
    right: 75px;
  }
}
.section-tabs__link:after {
  left: 20px;
}
@media (min-width: 992px) {
  .section-tabs__link:after {
    left: 75px;
  }
}
.section-tabs__link:hover {
  color: #FFFFFF;
  text-decoration: none;
}
.section-tabs__link--active {
  background: #FFFFFF;
  color: #000000;
}
.section-tabs__link--active:after, .section-tabs__link--active:before {
  background: #35a4fb;
}
.section-tabs__link--active:hover {
  color: inherit;
}

.news-box {
  padding-bottom: 40px;
}
.news-box:last-of-type {
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .news-box {
    padding-bottom: 70px;
  }
  .news-box:last-of-type {
    padding-bottom: 70px;
  }
}
.news-box:first-of-type {
  padding-top: 40px;
}
@media (min-width: 768px) {
  .news-box:first-of-type {
    padding-top: 70px;
  }
}
.news-box__date {
  display: block;
  color: #9d9d9d;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: normal;
  padding-left: 13px;
  margin-bottom: 10px;
  text-align: left;
}
@media (min-width: 768px) {
  .news-box__date {
    margin-bottom: 0;
    padding-left: 0;
    padding-top: 13px;
    text-align: right;
  }
}
.news-box__link {
  display: block;
  padding-left: 13px;
  position: relative;
}
.news-box__link:before {
  content: "";
  position: absolute;
  background: #d9d9d9;
  transition: 200ms ease-in-out;
}
@media screen and (max-width: 767px) {
  .news-box__link:before {
    bottom: 0;
    left: 13px;
    width: 107px;
    height: 1px;
  }
}
@media (min-width: 768px) {
  .news-box__link:before {
    top: 6px;
    left: -1px;
    width: 1px;
    height: 107px;
  }
}
.news-box__link:hover {
  text-decoration: none;
}
.news-box__link:hover:before {
  background: #35a4fb;
}
.news-box__link:hover .news-box__title {
  color: #35a4fb;
  text-decoration: none;
}
@media (min-width: 768px) {
  .news-box__link {
    padding-left: 38px;
  }
}
.news-box__title {
  color: #1a1a1a;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.3333333333em;
  margin-bottom: 16px;
  position: relative;
  transition: 200ms ease-in-out;
}
.news-box__title:before {
  content: "";
  position: absolute;
  top: 15px;
  left: -10px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #35a4fb;
}
@media (min-width: 768px) {
  .news-box__title:before {
    top: 17px;
    left: -17px;
  }
}
@media (min-width: 768px) {
  .news-box__title {
    margin-bottom: 15px;
  }
}
.news-box__copy {
  color: #4a4a4a;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7142857143em;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .news-box__copy {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.875em;
    margin-bottom: 30px;
  }
}
.news-box__frill {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .news-box__frill {
    margin-bottom: 0;
  }
}
.news-box__media {
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .news-box__media {
    margin-bottom: 0;
  }
}
.news-box__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.gallery-carousel {
  position: relative;
}
.gallery-carousel__controls {
  position: absolute;
  bottom: 16px;
  right: 16px;
  display: flex;
  justify-content: flex-end;
}
.gallery-carousel .slick-arrow {
  width: 40px;
  height: 40px;
  background: #1a1a1a;
  border-radius: 50%;
  position: relative;
  left: auto;
  right: auto;
  margin-left: 8px;
  -webkit-transform: none;
  transform: none;
  cursor: pointer;
  border: none;
}
@media (min-width: 992px) {
  .gallery-carousel .slick-arrow {
    width: 48px;
    height: 48px;
  }
}
.gallery-carousel .slick-arrow:focus {
  color: transparent;
  outline: none;
}
.gallery-carousel .slick-arrow:hover {
  background: #229eff;
}
.gallery-carousel .slick-prev,
.gallery-carousel .slick-next {
  position: relative;
  color: transparent;
}
.gallery-carousel .slick-prev::before,
.gallery-carousel .slick-next::before {
  content: "";
  width: 9px;
  height: 14px;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.gallery-carousel .slick-prev::before {
  background: transparent url(assets/0daeb7f3ee9082f56578.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.gallery-carousel .slick-prev:hover::before {
  background: transparent url(assets/f2649051d9ffa3009060.svg);
}
.gallery-carousel .slick-next::before {
  background: transparent url(assets/cf1bf1fd4c3ff45696aa.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.gallery-carousel .slick-next:hover::before {
  background: transparent url(assets/ada4142736538f24b2f5.svg);
}
.gallery-carousel .slick-next.slick-disabled,
.gallery-carousel .slick-prev.slick-disabled {
  opacity: 0.3;
  pointer-events: none;
}

.all-news {
  background: #1a1a1a;
  position: relative;
  z-index: 0;
  text-align: center;
}
.all-news__block-title {
  margin-bottom: 50px;
}
.all-news__section-title {
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 2em;
  letter-spacing: 3px;
  position: relative;
  text-transform: uppercase;
  margin: 56px 0 50px;
  text-align: left;
}
.all-news__section-title:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  background: #35a4fb;
  width: 20px;
  height: 2px;
}
@media (min-width: 992px) {
  .all-news__section-title {
    margin: 100px 0 30px;
  }
}
.all-news__wrap {
  display: flex;
  padding-left: 20px;
}
@media screen and (max-width: 991px) {
  .all-news__wrap {
    padding-left: 0;
  }
}
@media screen and (max-width: 991px) {
  .all-news .slick-slide:first-child .all-news__item {
    padding-left: 20px;
  }
  .all-news .slick-slide:first-child .all-news__item:before {
    display: none;
  }
  .all-news .slick-slide:first-child .all-news__item:after {
    left: 0;
  }
}
.all-news .slick-list {
  padding: 0 20% 0 0 !important;
}
.all-news .slick-track {
  display: flex;
}
.all-news .slick-active {
  text-decoration: none;
  outline: none;
}
.all-news .slick-active:after {
  opacity: 1;
}
.all-news .slick-active .all-news__item-title {
  color: #1a1a1a;
}
.all-news .slick-active .all-news__item-img {
  opacity: 1;
  transform: translateY(0);
}
.all-news .slick-active .all-news__date {
  color: #1a1a1a;
}
.all-news__item {
  flex-basis: 33%;
  text-decoration: none;
  outline: none;
  transition: all 0.2s ease-in;
  padding: 30px 20px;
  transition: all 0.2s ease-in;
  position: relative;
  position: relative;
}
.all-news__item:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(34deg, #d8c7f3 0%, #b1dffa 100%);
  z-index: -1;
  opacity: 0;
  transition: all 0.2s ease-in;
}
.all-news__item--fluid {
  flex-basis: 100%;
}
.all-news__item:hover {
  text-decoration: none;
  outline: none;
}
.all-news__item:hover:after {
  opacity: 1;
}
.all-news__item:hover .all-news__item-title {
  color: #1a1a1a;
}
.all-news__item:hover .all-news__item-img {
  opacity: 1;
  transform: translateY(0);
}
.all-news__item:hover .all-news__date {
  color: #1a1a1a;
}
.all-news__item:last-of-type {
  margin-right: 0;
}
.all-news__item:first-child:before {
  content: none;
}
.all-news__item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background: #313131;
}
.all-news__item-title {
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.3333333333em;
  letter-spacing: 0;
  margin-bottom: 20px;
  transition: all 0.2s ease-in;
  text-align: left;
}
.all-news__copy {
  color: #4a4a4a;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7142857143em;
  letter-spacing: 0;
  margin-bottom: 17px;
  text-align: left;
}
.all-news__date {
  color: #9d9d9d;
  font-size: 13px;
  font-size: 1.3rem;
  margin-bottom: 11px;
  display: inline-block;
  transition: all 0.2s ease-in;
  text-align: left;
  width: 100%;
}
@media (min-width: 992px) {
  .all-news__date {
    margin-bottom: 100px;
  }
}
.all-news__item-img {
  border-radius: 50rem;
  opacity: 0;
  transition: all 0.2s ease-in;
  position: relative;
  transform: translateY(20px);
  text-align: center;
  width: 250px;
  height: 250px;
}

.all-news .frill-extra {
  padding: 30px 0;
  border-top: 1px solid #313131;
}

.all-news .frill-link {
  color: #fff;
}

/*
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<

Top-services component

>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
*/
.top-services {
  padding: 80px 0 72px;
}
@media (min-width: 992px) {
  .top-services {
    padding: 100px 0;
  }
}
.top-services__title {
  font-weight: 300;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.2777777778em;
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .top-services__title {
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 1.2083333333em;
  }
}
.top-services__intro {
  margin-bottom: 32px;
}
.top-services__intro p, .top-services__intro .faq-block__description {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7142857143em;
}
.top-services__link {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7142857143em;
  font-weight: 600;
  color: #fff;
  background: #1a1a1a;
  padding: 15px 50px;
  border-radius: 50em;
  display: inline-block;
  transition: all 0.2s ease-in;
}
.top-services__link:hover {
  text-decoration: none;
  background: #229eff;
  color: #fff;
}
.top-services--pb-0 {
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .top-services {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .top-services--no-padding {
    padding-bottom: 0;
  }
}
@media (min-width: 768px) {
  .top-services .col-12:last-child .service-box:after {
    content: none;
  }
}

.service-box-wrap {
  padding: 48px 20px 0;
}
@media (min-width: 768px) {
  .service-box-wrap {
    columns: 2;
  }
}
@media (min-width: 992px) {
  .service-box-wrap {
    padding: 0;
  }
}

.service-box {
  position: relative;
  text-align: center;
  padding: 80px 30px 40px 48px;
  min-height: 300px;
  display: block;
  border: 1px dashed #fff;
  transition: all 0.2s ease-in;
  border: 1px dashed #229eff;
  border-bottom: none;
}
.service-box:hover {
  border: 1px dashed #229eff !important;
}
.service-box:last-of-type {
  border-bottom: 1px dashed #229eff;
}
@media (min-width: 768px) {
  .service-box:last-of-type {
    border: 1px dashed transparent;
  }
}
@media (min-width: 768px) {
  .service-box {
    display: inline-block;
    border: 1px dashed transparent;
    padding: 80px 30px 40px 30px;
    min-height: 350px;
  }
}
.service-box__title {
  letter-spacing: -1px;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.4166666667em;
  font-weight: 300;
  margin-bottom: 0;
  color: #35a4fb;
}
.service-box__title--break {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.2777777778em;
  margin-bottom: 10px;
  word-spacing: 100vw;
}
.service-box__category {
  color: #4a4a4a;
  margin-bottom: 22px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.4166666667em;
  letter-spacing: 1.7px;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
}
.service-box__text {
  margin-bottom: 22px;
}
.service-box__paragraph, .service-box p, .service-box .faq-block__description {
  color: #4a4a4a;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7142857143em;
}
.service-box__paragraph:last-child, .service-box p:last-child, .service-box .faq-block__description:last-child {
  padding: 0;
  margin: 0;
}
.service-box:hover {
  text-decoration: none;
  color: #4a4a4a;
}
.service-box:before {
  content: "";
  display: block;
  position: absolute;
  top: 34px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 10px;
  background-image: url(assets/0cef388551eebf94dbc9.svg);
  background-position: 0em -49.2em;
  width: 3.4em;
  height: 3.4em;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .service-box--even:after {
    width: 96px;
    height: 2px;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.service-box--eoi:before {
  font-size: 10px;
  background-image: url(assets/0cef388551eebf94dbc9.svg);
  background-position: 0em -31.5em;
  width: 5.6em;
  height: 2.9em;
}
.service-box--eid:before {
  font-size: 10px;
  background-image: url(assets/0cef388551eebf94dbc9.svg);
  background-position: 0em -27.2em;
  width: 4.2em;
  height: 4.3em;
}

.service-box--epotpis:before {
  font-size: 10px;
  background-image: url(assets/0cef388551eebf94dbc9.svg);
  background-position: 0em -34.4em;
  width: 5.7em;
  height: 4.6em;
}

.service-box--mpotpis:before {
  font-size: 10px;
  background-image: url(assets/0cef388551eebf94dbc9.svg);
  background-position: 0em -39em;
  width: 5.7em;
  height: 3.61em;
  top: 40px;
}

.service-box--pametni-tahograf:before {
  font-size: 10px;
  background-image: url(assets/0cef388551eebf94dbc9.svg);
  background-position: 0em -56em;
  width: 6.4em;
  height: 4.1em;
  top: 38px;
}

.service-box--sustav-sljedivosti:before {
  font-size: 10px;
  background-image: url(assets/0cef388551eebf94dbc9.svg);
  background-position: 0em -67.9em;
  width: 4.4em;
  height: 4.4em;
}

.service-box--pki:before {
  font-size: 10px;
  background-image: url(assets/0cef388551eebf94dbc9.svg);
  background-position: 0em -60.1em;
  width: 2.7em;
  height: 3.6em;
  top: 38px;
}

.service-box--idp:before {
  font-size: 10px;
  background-image: url(assets/0cef388551eebf94dbc9.svg);
  background-position: 0em -45.4em;
  width: 3.2em;
  height: 3.8em;
  top: 38px;
}

.service-box--sdk:before {
  font-size: 10px;
  background-image: url(assets/0cef388551eebf94dbc9.svg);
  background-position: 0em -63.7em;
  width: 4.8em;
  height: 4.2em;
  top: 38px;
}

.service-box--kid:before {
  font-size: 10px;
  background-image: url(assets/0cef388551eebf94dbc9.svg);
  background-position: 0em -52.6em;
  width: 3.6em;
  height: 3.4em;
  top: 40px;
}

/*
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<

All services component

>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
*/
.all-services {
  background: #f4f8fc;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .all-services {
    padding-bottom: 80px;
  }
}
.all-services__col {
  padding: 50px 0 0;
}
@media (min-width: 768px) {
  .all-services__col {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.all-services__title {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5em;
  position: relative;
  text-transform: uppercase;
  margin-bottom: 42px;
  font-weight: 600;
}
.all-services__title:after {
  content: "";
  display: block;
  position: absolute;
  width: 19px;
  height: 2px;
  bottom: -20px;
  left: 0;
  background: #35a4fb;
}
.all-services__title--blue {
  color: #35a4fb;
}
.all-services .section-tabs__link--active {
  background: #f4f8fc;
}
.all-services--standards {
  background: #e7f2fa;
  padding: 60px 0;
}
.all-services--standards .service-list__link {
  color: #35a4fb;
  text-transform: uppercase;
}

.service-list {
  margin-bottom: 0;
}
.service-list__item {
  margin-bottom: 5px !important;
}

/*
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<

highlight block component

>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
*/
.who-we-are {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 275px;
  height: 275px;
}
@media (min-width: 576px) {
  .who-we-are {
    width: 319px;
    height: 319px;
  }
}
@media (min-width: 768px) {
  .who-we-are {
    width: 531px;
    height: 531px;
  }
}
@media (min-width: 992px) {
  .who-we-are {
    width: 581px;
    height: 581px;
  }
}
.who-we-are__title {
  font-size: 68px;
  font-size: 6.8rem;
  line-height: 1em;
  color: #fff;
  font-weight: normal;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .who-we-are__title {
    font-size: 120px;
    font-size: 12rem;
    line-height: 1em;
  }
}
.who-we-are__title--left {
  left: 40%;
  top: 40%;
}
.who-we-are__title--right {
  left: 60%;
  top: 60%;
}
.who-we-are img {
  width: 100%;
  height: 100%;
}

.logo-backdrop {
  width: 137px;
  height: 137px;
  z-index: 2;
  position: relative;
  left: 50%;
  top: -75px;
  transform: translateX(-68px);
  background: url(assets/5edd39c7fd40eea76c43.png) no-repeat 0 0;
  background-size: 137px 137px;
}
@media (min-width: 768px) {
  .logo-backdrop {
    width: 196px;
    height: 200px;
    background-size: 196px 200px;
    transform: translateX(-98px);
    top: -80px;
  }
}
@media (min-width: 992px) {
  .logo-backdrop {
    top: -110px;
  }
}
.logo-backdrop img {
  width: 47px;
  height: 21px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -100%, 0);
}
@media (min-width: 768px) {
  .logo-backdrop img {
    width: 86px;
    height: 38px;
  }
}
.logo-backdrop__img {
  width: 86px;
  height: 38px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -100%, 0);
}

.highlight-block {
  position: relative;
  padding: 100px 0 30px 0;
}
@media (min-width: 768px) {
  .highlight-block {
    padding: 200px 0;
  }
}
@media (min-width: 992px) {
  .highlight-block {
    padding: 250px 0;
  }
}
@media (min-width: 1200px) {
  .highlight-block {
    padding: 300px 0;
  }
}
.highlight-block__link {
  padding: 44px 0 0;
  display: block;
  position: relative;
}
.highlight-block__link:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .highlight-block__link {
    padding: 52px 0 56px 32px;
    height: 100%;
  }
}
.highlight-block__img {
  margin-bottom: 29px;
}
.highlight-block__title {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1em;
  margin-bottom: 20px;
  color: #35a4fb;
  word-break: break-word;
}
.highlight-block__category {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.4166666667em;
  color: #ebff58;
  margin-bottom: 40px;
}
.highlight-block__text {
  margin-bottom: 20px;
}
.highlight-block__paragraph {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5555555556em;
  color: #1a1a1a;
}
@media (min-width: 992px) {
  .highlight-block__paragraph {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.5em;
  }
}
.highlight-block__deco {
  position: relative;
  height: 451px;
  width: 100%;
}
@media (min-width: 768px) {
  .highlight-block__deco {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    height: 830px;
  }
}

/*
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<

Intro block component

>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
*/
.intro-block {
  margin-bottom: 40px;
}
.intro-block__paragraph, .intro-block p, .intro-block .faq-block__description {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.4583333333em;
}
.intro-block__paragraph:last-child, .intro-block p:last-child, .intro-block .faq-block__description:last-child {
  padding: 0;
  margin: 0;
}
@media (min-width: 768px) {
  .intro-block {
    margin-bottom: 35px;
  }
}

/*
@font-face {
	font-family: 'GothamRounded-Bold';
	src: url('../../source/fonts/GothamRounded/GothamRounded-Bold.eot');
	src: url('../../source/fonts/GothamRounded/GothamRounded-Bold.eot?#iefix') format('embedded-opentype'),
		url('../../source/fonts/GothamRounded/GothamRounded-Bold.woff2') format('woff2'),
		url('../../source/fonts/GothamRounded/GothamRounded-Bold.woff') format('woff'),
		url('../../source/fonts/GothamRounded/GothamRounded-Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
*/
#gdpr-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  z-index: 10000;
}

#gdpr_toolbar.compact {
  width: auto;
  padding: 0;
}
#gdpr_toolbar.compact .gdpr-msg {
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
}
#gdpr_toolbar.compact .gdpr-prompt__title span,
#gdpr_toolbar.compact .gdpr-prompt__ctrl,
#gdpr_toolbar.compact .gdpr-opt,
#gdpr_toolbar.compact .gdpr-prompt__msg {
  display: none;
}
#gdpr_toolbar.compact .gdpr-prompt__title {
  padding: 0;
  line-height: 1;
}

#gdpr_toolbar .gdpr-prompt__ctrl .x_submit_necessary {
  display: block;
}
#gdpr_toolbar .gdpr-prompt__ctrl .x_submit_selected {
  display: none;
}
#gdpr_toolbar .gdpr-prompt__ctrl.active .x_submit_necessary {
  display: none;
}
#gdpr_toolbar .gdpr-prompt__ctrl.active .x_submit_selected {
  display: block;
}

#gdpr_toolbar.hide {
  transform: translateY(100%);
  opacity: 0;
}

.gdpr-compact {
  position: fixed;
  z-index: 10;
  right: 0;
  bottom: 0;
  line-height: 1;
  display: inline-block;
  transform: translate3d(100%, 100%, 0);
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  opacity: 0;
}
.gdpr-compact.show {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.gdpr-compact:before {
  content: "";
  width: 120px;
  height: 120px;
  position: fixed;
  right: -60px;
  bottom: -60px;
  transform: rotate(45deg);
  background: #000000;
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.gdpr-compact svg {
  position: relative;
  right: 12px;
  bottom: 12px;
  width: 24px;
  height: 24px;
  display: inline-block;
  fill: #ffffff;
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.gdpr-compact:hover:before {
  background: #229eff;
}
.gdpr-compact:hover svg {
  fill: #ffffff;
}

.gdpr-prompt {
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  color: #000000;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.43;
  font-family: "PT Sans";
  position: fixed;
  right: 0;
  bottom: 0;
  width: 400px;
  z-index: 100000;
}
@media only screen and (max-width: 400px) {
  .gdpr-prompt {
    width: 100%;
  }
}
.gdpr-prompt__title {
  color: #229eff;
  font-family: "PT Sans";
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.36;
  text-transform: uppercase;
  padding: 40px 40px 0 40px;
}
.gdpr-prompt__title svg {
  display: none;
}
.gdpr-prompt__msg {
  padding: 0 40px;
}
.gdpr-prompt__msg a {
  color: #229eff;
  font-family: "PT Sans";
}
.gdpr-prompt__ctrl {
  padding: 30px 40px 20px 40px;
  display: flex;
  justify-content: space-between;
  background: #ffffff;
  position: relative;
}
@media only screen and (max-width: 400px) {
  .gdpr-prompt__ctrl {
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    padding: 10px 40px 10px 40px;
  }
}
.gdpr-prompt__cta {
  color: #000000;
  font-family: "PT Sans";
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  padding: 17px 25px 15px 0;
  transition: all 0.2s ease-in;
  position: relative;
}
@media only screen and (max-width: 400px) {
  .gdpr-prompt__cta {
    margin-bottom: 20px;
  }
}
.gdpr-prompt__cta:after, .gdpr-prompt__cta:before {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  width: 2px;
  height: 7px;
  transform: translateY(-50%) rotate(-45deg);
  background: #000000;
  transition: all 0.2s ease-in;
}
.gdpr-prompt__cta:before {
  transform: translateY(-50%) rotate(45deg);
  right: 14px;
}
.gdpr-prompt__cta.active {
  color: #229eff;
}
.gdpr-prompt__cta.active:after, .gdpr-prompt__cta.active:before {
  background: #229eff;
  transform: translateY(-50%) rotate(-135deg);
}
.gdpr-prompt__cta.active:before {
  transform: translateY(-50%) rotate(135deg);
}
.gdpr-prompt__cta:hover {
  text-decoration: none;
  color: #229eff;
}
.gdpr-prompt__cta:hover:after, .gdpr-prompt__cta:hover:before {
  background: #229eff;
}
.gdpr-prompt__cta--btn {
  font-family: "PT Sans";
  background: #229eff;
  color: #f2f2f2;
  border: 2px solid #229eff;
  border-radius: 100px;
  padding: 15px 15px;
  transition: all 0.2s ease-in;
}
.gdpr-prompt__cta--btn:hover {
  background: #ffffff;
  color: #229eff;
}
.gdpr-prompt__cta--btn:after, .gdpr-prompt__cta--btn:before {
  display: none;
}

.gdpr-msg {
  transition: all 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  position: relative;
  top: 0;
  z-index: 0;
  padding-bottom: 20px;
  background: #ffffff;
}
.gdpr-msg.show {
  transform: translateY(100%);
}

.gdpr-opt {
  padding: 40px 0;
  position: fixed;
  z-index: -1;
  right: 0;
  top: 0;
  height: 90vh;
  width: 400px;
  background: #ffffff;
  transition: all 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transform: translateY(100%);
  overflow-y: scroll;
}
@media only screen and (max-width: 400px) {
  .gdpr-opt {
    width: 100%;
    overflow-y: scroll;
  }
}
.gdpr-opt.show {
  transform: translateY(0);
}
.gdpr-opt__title {
  padding: 0 40px;
  color: #229eff;
  font-family: "PT Sans";
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.36;
  text-transform: uppercase;
}
.gdpr-opt__subtitle {
  padding: 0 40px;
}
.gdpr-opt__list {
  margin: 40px 0 0 0;
  background: #f2f2f2;
  padding: 40px;
}
.gdpr-opt__list li {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.43;
  padding-bottom: 20px;
  margin-bottom: 22px;
  border-bottom: 1px solid #ccc;
}
.gdpr-opt__list li:last-child {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.gdpr-opt__list strong {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "PT Sans";
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}
.gdpr-opt__ctrl {
  display: flex;
  justify-content: space-between;
  padding: 0 40px;
  margin-top: 40px;
}
.gdpr-opt label {
  cursor: pointer;
}

/* The switch - the box around the slider */
.switch {
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  width: 36px;
  height: 18px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:after {
  position: absolute;
  content: "Off";
  color: #ccc;
  left: 45px;
  top: -1px;
  transition: all 0.2s ease-in;
}

input:checked + .slider {
  background-color: #229eff;
}

input:checked + .slider:after {
  content: "On";
  color: #229eff;
}

input:checked + .slider:before {
  transform: translateX(18px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

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

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

/*
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<

nav-sidebar component

>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
*/
.nav-sidebar {
  box-shadow: inset 1px 0 0 0 #a7d8ff;
  padding: 30px 10px 30px 50px;
}
.nav-sidebar__download-wrapper {
  display: none;
  padding: 20px;
}
@media (min-width: 992px) {
  .nav-sidebar__download-wrapper {
    display: block;
    padding: 0;
  }
}
.nav-sidebar__list {
  padding: 0;
  list-style-type: none;
  margin: 0;
  display: none;
}
@media (min-width: 992px) {
  .nav-sidebar__list {
    display: block;
  }
}
@media (min-width: 992px) {
  .nav-sidebar__list:not(:last-child) {
    margin-bottom: 50px;
  }
}
.nav-sidebar__list--vise {
  display: none;
}
@media (min-width: 992px) {
  .nav-sidebar__list--vise {
    display: block;
  }
}
.nav-sidebar__item {
  position: relative;
  padding-top: 15px;
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .nav-sidebar__item {
    padding-top: 0;
    margin-bottom: 20px;
  }
}
.nav-sidebar__item:not(:last-child):after {
  content: "";
  position: absolute;
  display: block;
  height: 1px;
  background: #e5e9ed;
  width: calc(100% - 40px);
  bottom: 0;
  left: 20px;
}
@media (min-width: 992px) {
  .nav-sidebar__item:not(:last-child):after {
    width: 100%;
    left: 0;
  }
}
.nav-sidebar__link {
  color: #1a1a1a;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4375em;
  font-weight: 500;
}
.nav-sidebar__link:hover {
  color: #35a4fb;
  text-decoration: none;
}
.nav-sidebar__link--active {
  color: #35a4fb;
}
.nav-sidebar__title, .support-block__download-title {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5em;
  position: relative;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 600;
  color: #000;
  display: block;
  padding: 10px 20px;
}
.nav-sidebar__title:after, .support-block__download-title:after {
  content: none;
}
@media (max-width: 1199.98px) {
  .nav-sidebar__title:after, .support-block__download-title:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -1px;
    width: 12px;
    height: 4px;
    background: #002e5c;
    transition: all 0.2s ease-in;
  }
  .nav-sidebar__title:before, .support-block__download-title:before {
    content: "";
    position: absolute;
    right: 14px;
    top: 50%;
    margin-top: -5px;
    width: 4px;
    height: 12px;
    background: #002e5c;
    transition: all 0.2s ease-in;
  }
  .nav-sidebar__title.js-accordion--open:after, .js-accordion--open.support-block__download-title:after, .nav-sidebar__title.js-accordion--open:before, .js-accordion--open.support-block__download-title:before {
    transform: rotate(45deg);
  }
}
@media (min-width: 992px) {
  .nav-sidebar__title, .support-block__download-title {
    display: block;
    margin-bottom: 42px;
    padding: 0;
  }
  .nav-sidebar__title:after, .support-block__download-title:after {
    content: "";
    display: block;
    position: absolute;
    width: 19px;
    height: 2px;
    bottom: -20px;
    left: 0;
    background: #35a4fb;
  }
}

.nav-sidebar--mobile {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  box-shadow: none;
  padding: 0;
  z-index: 1000;
  background: #FFFFFF;
}
.nav-sidebar--mobile:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #a7d8ff;
  width: 100%;
  height: 1px;
}
.nav-sidebar--mobile .nav-sidebar__selected-item {
  background: #FFFFFF;
  transition: background 0.35s ease-in-out;
}
.nav-sidebar--mobile .nav-sidebar__title, .nav-sidebar--mobile .support-block__download-title {
  color: #35a4fb;
  transition: color 0.35s ease-in-out;
}
.nav-sidebar--mobile .nav-sidebar__link {
  padding: 0 20px;
}
.nav-sidebar--mobile .nav-sidebar__indicator {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.nav-sidebar--mobile .nav-sidebar__indicator-svg {
  fill: #35a4fb;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.35s ease-in-out, fill 0.35s ease-in-out;
}
.nav-sidebar--mobile.show-up .nav-sidebar__selected-item {
  background: #35a4fb;
  transition: background 0.35s ease-in-out;
}
.nav-sidebar--mobile.show-up .nav-sidebar__title, .nav-sidebar--mobile.show-up .support-block__download-title {
  color: #FFFFFF;
  transition: color 0.35s ease-in-out;
}
.nav-sidebar--mobile.show-up .nav-sidebar__indicator-svg {
  fill: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-135deg);
  transition: transform 0.35s ease-in-out, fill 0.35s ease-in-out;
}
.nav-sidebar--mobile.show-up:before {
  content: "";
  display: block;
  width: 100%;
  height: 100vh;
  background: black;
  opacity: 0.6;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.nav-sidebar__trigger {
  position: relative;
  box-shadow: inset 0 1px 0 0 #a7d8ff;
}
@media (min-width: 992px) {
  .nav-sidebar__trigger {
    display: none;
  }
}
.nav-sidebar__trigger .nav-sidebar__title, .nav-sidebar__trigger .support-block__download-title {
  display: block;
  padding: 15px 20px 19px;
  letter-spacing: 2px;
}
@media (min-width: 992px) {
  .nav-sidebar__trigger .nav-sidebar__title, .nav-sidebar__trigger .support-block__download-title {
    display: none;
  }
}
.nav-sidebar__trigger .nav-sidebar__title:after, .nav-sidebar__trigger .support-block__download-title:after {
  content: none;
}

/*
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<

Timeline component

>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
*/
.timeline-block {
  padding: 50px 0;
}
.timeline-block__list {
  margin: 0;
  padding: 0;
  position: relative;
  list-style-type: none;
}
.timeline-block__list:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: -20px;
  background: #002e5c;
  width: 1px;
  height: 100%;
}
.timeline-block__item {
  margin-bottom: 50px;
  position: relative;
}
.timeline-block__item:last-child {
  padding: 0;
  margin: 0;
}
.timeline-block__item:after {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 3px solid #FFFFFF;
  background: #35a4fb;
  position: absolute;
  left: -27px;
  top: 35px;
}
.timeline-block__title {
  color: #002e5c;
  font-size: 72px;
  font-size: 7.2rem;
  line-height: 1.1111111111em;
  letter-spacing: -1px;
  margin-bottom: 20px;
}
.timeline-block__desc {
  color: #1a1a1a;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.3333333333em;
  margin-bottom: 0;
}

/*
404 error
503 error
maintenence mode
*/
.error-body {
  color: #f4f8fc;
  background: #000912;
  padding: 180px 0 150px 0;
}
@media (max-width: 991.98px) {
  .error-body {
    padding: 280px 0 100px 0;
  }
}
.error-body__title {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.6666666667em;
  margin-bottom: 20px;
  font-weight: bold;
  letter-spacing: 3px;
  color: #ebff58;
  text-transform: uppercase;
  position: relative;
}
.error-body__title:after {
  content: "404";
  position: absolute;
  left: -35px;
  top: 0;
  font-weight: normal;
  transform: translateX(-100%) translateY(-63px);
  font-size: 240px;
  font-size: 24rem;
  line-height: 1em;
}
@media (max-width: 991.98px) {
  .error-body__title:after {
    font-size: 160px;
    font-size: 16rem;
    line-height: 1.125em;
    left: 0;
    transform: translateX(0) translateY(-100%);
  }
}
.error-body__abstract {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.3333333333em;
}
@media (max-width: 991.98px) {
  .error-body__abstract {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.4em;
  }
}
.error-body a {
  color: #35a4fb;
  position: relative;
  text-decoration: underline;
}
.error-body a:hover {
  text-decoration: none;
}

.kontakt-map {
  padding-top: 70px;
  padding-bottom: 70px;
}

.kontakt-block__map {
  display: flex;
  justify-content: flex-end;
  width: 66.667%;
}
.kontakt-block__list {
  padding-left: 0;
  list-style: none;
}
.kontakt-block__item {
  position: relative;
  margin-bottom: 50px;
}
.kontakt-block__item:before {
  content: "";
  width: 3px;
  height: 3px;
  background: #35a4fb;
  border-radius: 50%;
  position: absolute;
  top: 13px;
  left: -17px;
}
.kontakt-block__item:last-of-type {
  margin-bottom: 0;
}

.kontakt-info__department {
  color: #35a4fb;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5em;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.kontakt-info__title {
  color: #1a1a1a;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.3333333333em;
}
@media (min-width: 768px) {
  .kontakt-info__title {
    margin-bottom: 20px;
  }
}
.kontakt-info__text {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.875em;
  color: #4a4a4a;
  margin-bottom: 0;
}
.kontakt-info__link {
  font-weight: 600;
  color: #35a4fb;
}

/*
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<

flagship-highlight component

>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
*/
.flagship-page .section-tabs__link--active {
  background: #f4f8fc;
}

.flagship-highlight {
  position: relative;
  background: #f4f8fc;
}
@media (min-width: 992px) {
  .flagship-highlight:before, .flagship-highlight:after {
    content: "";
    display: block;
    position: absolute;
    width: 50%;
    top: 0;
    height: 100%;
  }
  .flagship-highlight:before {
    background: #f4f8fc;
    left: 0;
  }
  .flagship-highlight:after {
    background: linear-gradient(329deg, #002e5c, #00182b 100%);
    right: 0;
  }
}

.flagship-text {
  padding: 40px 0 27px;
}
.flagship-text__list {
  font-weight: 700;
}
@media (min-width: 992px) {
  .flagship-text {
    padding-right: 40px;
  }
}

.flagship-imgwrap {
  position: relative;
  z-index: 100;
  padding: 30px;
  height: 100%;
  background: linear-gradient(329deg, #002e5c, #00182b 100%);
}
@media (max-width: 991.98px) {
  .flagship-imgwrap {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.flagship-imgwrap__img, .flagship-imgwrap img {
  width: auto;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .flagship-imgwrap {
    background: none;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
  }
}

/*
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<

flagship-article component

>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
*/
.flagship-article {
  padding: 30px 0 120px;
}
.flagship-article__title {
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 1.2083333333em;
  letter-spacing: -1px;
  color: #002e5c;
  position: relative;
  margin-bottom: 40px;
  font-weight: 300;
}
.flagship-article__title:after {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  width: 20px;
  left: 0;
  top: calc(100% + 20px);
  background: #35a4fb;
}
.flagship-article__text > *:last-child {
  padding: 0;
  margin: 0;
}

/*
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<

flagship-sidebar component

>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
*/
.flagship-sidebar {
  background: #f4f8fc;
  padding: 40px 20px;
  position: relative;
}
@media (max-width: 991.98px) {
  .flagship-sidebar {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media (min-width: 1200px) {
  .flagship-sidebar {
    padding: 40px 0 50px 70px;
  }
}
.flagship-sidebar .extend-container {
  position: absolute;
  top: 0;
  left: 100%;
  background: #f4f8fc;
  height: 100%;
}
.flagship-sidebar__title {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5em;
  letter-spacing: 1px;
  margin-bottom: 37px;
}

.standards-block {
  margin-bottom: 40px;
}
.standards-block__item {
  padding: 5px;
  background: #FFFFFF;
  display: flex;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.375em;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.standards-block__ico {
  background: #1a1a1a;
  width: 88px;
  height: 88px;
  color: #ebff58;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.standards-block__desc {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0px 20px;
}

/*
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<

related-block component

>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
*/
.related-block {
  background-image: linear-gradient(310deg, #e9ffc2, #ffffff);
  padding: 40px 0 60px;
}
.related-block__title {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5em;
  letter-spacing: 1px;
  margin-bottom: 25px;
}

.related-item {
  background: #FFFFFF;
  padding: 24px 30px 30px;
  display: block;
  margin-bottom: 20px;
  transition: all 0.26s linear;
  position: relative;
  overflow: hidden;
}
.related-item:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 100%;
  height: 2px;
  width: 100%;
  background: #35a4fb;
  transition: inherit;
}
.related-item:hover {
  text-decoration: none;
  background: #e5e9ed;
}
.related-item:hover:after {
  right: 0;
}
@media (min-width: 992px) {
  .related-item {
    padding: 33px 40px 40px;
    margin-bottom: 0;
  }
}
.related-item__title {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.3611111111em;
  margin-bottom: 5px;
  color: #35a4fb;
}
.related-item__category {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.4166666667em;
  letter-spacing: 1px;
  margin-bottom: 0;
  color: #1a1a1a;
  text-transform: uppercase;
}

/*
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<

SPLIT TEXT BLOCK component

>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
*/
.split-text-block {
  padding: 60px 0 60px;
}
@media (min-width: 992px) {
  .split-text-block {
    padding: 90px 0 100px;
  }
}
.split-text-block__block-title {
  margin-bottom: 52px;
}
@media (min-width: 992px) {
  .split-text-block__block-title {
    margin-bottom: 48px;
  }
}
.split-text-block__wrapper {
  position: relative;
}
@media (min-width: 992px) {
  .split-text-block__wrapper:after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    width: 1px;
    background: #e7f2fa;
  }
}
.split-text-block__wrapper .col-12:nth-child(1) {
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .split-text-block__wrapper .col-12:nth-child(1) {
    margin-bottom: 0;
    padding-right: 50px;
  }
}
@media (min-width: 992px) {
  .split-text-block__wrapper .col-12:nth-child(2) {
    padding-left: 50px;
  }
}
.split-text-block__text-title {
  letter-spacing: -1px;
  color: #35a4fb;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.4166666667em;
  display: block;
  text-align: center;
  margin-bottom: 6px;
}
@media (min-width: 992px) {
  .split-text-block__text-title {
    margin-bottom: 30px;
    text-align: left;
  }
}
.split-text-block__paragraph, .split-text-block__text p, .split-text-block__text .faq-block__description {
  margin-bottom: 17px;
}

/*
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<

SIMPLE FORM BLOCK component

>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
*/
.simple-form-block {
  padding: 50px 20px 60px;
}
.simple-form-block--bg-grey {
  background-blend-mode: multiply;
  background-image: linear-gradient(to bottom, #f8f9fa, #f7f9fa);
}
.simple-form-block__title {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .simple-form-block__title {
    margin-bottom: 60px;
  }
}

@media (min-width: 992px) {
  .simple-form__wrap {
    padding: 0;
  }
}
.simple-form__flex-group {
  display: flex;
  flex-direction: column;
  padding-top: 15px;
}
@media (min-width: 992px) {
  .simple-form__flex-group {
    flex-direction: row;
    justify-content: space-between;
  }
}
.simple-form__item {
  width: 100%;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .simple-form__item--lg-50 {
    width: 48%;
  }
}
@media (min-width: 1200px) {
  .simple-form__item--lg-50 {
    width: 50%;
    max-width: 280px;
  }
}
.simple-form__item-label {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.1428571429em;
  font-weight: 600;
  color: #4a4a4a;
  margin-bottom: 4px;
}
.simple-form__item-label--checkbox {
  font-weight: normal;
  margin-bottom: 50px;
}
.simple-form__item-input {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.1428571429em;
  padding: 10px;
  height: 54px;
  box-shadow: inset 0 -1px 0 0 #dcdcdc;
  background-color: #ffffff;
  border: none;
  width: 100%;
  margin-bottom: 16px;
}
.simple-form__item-input:focus {
  outline-color: #239dff;
}
.simple-form__item-textarea {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.1428571429em;
  padding: 10px;
  box-shadow: inset 0 -1px 0 0 #dcdcdc;
  background-color: #ffffff;
  border: none;
  width: 100%;
  margin-bottom: 20px;
  min-height: 208px;
}
.simple-form__item-textarea:focus {
  outline-color: #239dff;
}
.simple-form__item-submit {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 13px 60px;
  text-align: center;
  text-transform: uppercase;
  border: none;
  min-width: 180px;
  cursor: pointer;
  letter-spacing: 2px;
}
.simple-form__item-submit:hover {
  color: #FFFFFF;
  background: #002e5c;
}

.btn--blue {
  color: #fff;
  background-color: #35a4fb;
}

input[type=checkbox]:not(old), input[type=radio]:not(old) {
  display: none;
}
input[type=checkbox]:not(old).error ~ label, input[type=radio]:not(old).error ~ label {
  color: #e92226;
}

input[type=checkbox]:not(old) + label, input[type=radio]:not(old) + label {
  padding-left: 28px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  width: 100%;
  margin-bottom: 15px;
}
input[type=checkbox]:not(old) + label.simple-form__item-label--checkbox:before, input[type=checkbox]:not(old) + label.simple-form__item-label--radio:before, input[type=radio]:not(old) + label.simple-form__item-label--checkbox:before, input[type=radio]:not(old) + label.simple-form__item-label--radio:before {
  top: 7px;
  transform: none;
  border-radius: 50%;
}
input[type=checkbox]:not(old) + label.simple-form__item-label--checkbox:after, input[type=checkbox]:not(old) + label.simple-form__item-label--radio:after, input[type=radio]:not(old) + label.simple-form__item-label--checkbox:after, input[type=radio]:not(old) + label.simple-form__item-label--radio:after {
  top: 14px;
}
input[type=checkbox]:not(old) + label:before, input[type=radio]:not(old) + label:before {
  position: absolute;
  content: "";
  box-sizing: border-box;
  top: 50%;
  left: 0;
  width: 15px;
  height: 15px;
  transform: translateY(-50%);
  background: #fff;
  border: 2px solid #35a4fb;
  transition: border-color 200ms ease-in-out;
}
input[type=checkbox]:not(old) + label:after, input[type=radio]:not(old) + label:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 4px;
  margin-top: -3px;
  background: #35a4fb;
  border-radius: 50%;
  background-size: 16px 12px;
  font-size: 10px;
  width: 7px;
  height: 7px;
  opacity: 0;
  -webkit-transform: translateY(2px) scale(0);
  transform: translateY(2px) scale(0);
  transition: opacity 200ms ease-in-out, transform 200ms cubic-bezier(0.25, 0.25, 0.255, 1.305);
}
input[type=checkbox]:not(old) + label:first-letter, input[type=radio]:not(old) + label:first-letter {
  text-transform: capitalize;
}

input[type=checkbox]:not(old):checked + label:before, input[type=radio]:not(old):checked + label:before {
  border: 2px solid #229eff;
}
input[type=checkbox]:not(old):checked + label:after, input[type=radio]:not(old):checked + label:after {
  opacity: 1;
  -webkit-transform: translateY(0) scale(1);
  transform: translateY(0) scale(1);
}

/*
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<

SCHEME BLOCK component

>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
*/
.scheme-block {
  background: #1a1a1a;
  height: 372px;
  position: relative;
  /* SOTAH */
}
.scheme-block:after {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: url(assets/1d06e5234cc08ba7ca7f.svg) no-repeat center;
  background-size: cover;
}
.akd-sotah .scheme-block {
  background: #e7f2fa;
}
.akd-sotah .scheme-block:after {
  background: none;
}
@media (min-width: 992px) {
  .scheme-block {
    height: auto;
    padding: 80px 0 85px;
  }
}
.scheme-block__wrapper {
  display: flex;
  position: relative;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  align-items: center;
  padding: 0 30px;
  z-index: 100;
}
@media (min-width: 992px) {
  .scheme-block__wrapper {
    display: block;
  }
}
.scheme-block__title {
  color: #35a4fb;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.3125em;
  text-align: center;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .scheme-block__title {
    font-size: 44px;
    font-size: 4.4rem;
    line-height: 1.1818181818em;
  }
}
.scheme-block__media {
  height: 372px;
  position: absolute;
  width: 100%;
}
@media (min-width: 992px) {
  .scheme-block__media {
    height: auto;
    position: relative;
  }
}
.scheme-block__image {
  max-width: 98%;
  max-height: 60%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.3;
}
@media (min-width: 992px) {
  .scheme-block__image {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    max-width: auto;
    width: auto;
    max-height: unset;
    margin: 0 auto;
    display: block;
    opacity: 1;
  }
}
.scheme-block__cta {
  display: block;
  width: 191px;
  padding: 14px 30px;
  background: #35a4fb;
  color: #f4f8fc;
  position: relative;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5em;
  font-weight: 700;
  /*&:after{
  	content: '';
  	display: block;
  	position: absolute;
  	width: 20px;
  	height: 20px;
  	background: url('/src/img/gfx/plus.svg');
  	z-index: 1000;
  	top: 50%;
  	transform: translateY(-50%);
  }*/
}
.scheme-block__cta:hover {
  text-decoration: none;
  color: inherit;
  background: #e9ffc2;
}
@media (min-width: 992px) {
  .scheme-block__cta {
    display: none;
  }
}

/*
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<

Support component

>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
*/
.support-block {
  background: #e7f2fa;
  padding: 50px 0;
}
.support-block__block-title {
  margin-bottom: 52px;
}
@media (min-width: 992px) {
  .support-block__block-title {
    margin-bottom: 61px;
  }
}
.support-block__intro {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .support-block__intro {
    margin-bottom: 60px;
  }
}
.support-block__paragraph, .support-block__intro p, .support-block__intro .faq-block__description {
  color: #4a4a4a;
}
.support-block__paragraph:last-child, .support-block__intro p:last-child, .support-block__intro .faq-block__description:last-child {
  padding: 0;
  margin: 0;
}
.support-block__download-block:not(:last-child) {
  margin-bottom: 40px;
}
@media (max-width: 1199.98px) {
  .support-block__download-title {
    display: block;
    margin-bottom: 36px;
  }
}
.support-block__download-list {
  padding: 0;
  margin: 0;
}
.support-block__download-item {
  list-style-type: none;
  position: relative;
  margin-bottom: 20px;
}
.support-block__download-item:not(:last-child):after {
  content: "";
  background: #e7e7e7;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -10px;
}
.support-block__download-btn {
  font-weight: 500;
  position: relative;
}

/*
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<

Faq-block component

>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
*/
.faq-block {
  padding: 60px 0;
}
@media (min-width: 992px) {
  .faq-block {
    padding: 80px 0 90px;
  }
}
.faq-block__block-title {
  margin-bottom: 54px;
}
.faq-block__list {
  margin: 0;
  padding: 0;
}
.faq-block__name {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.25em;
  color: #35a4fb;
  margin-bottom: 20px;
  font-weight: 300;
}
@media (min-width: 992px) {
  .faq-block__name {
    margin-bottom: 15px;
  }
}
.faq-block__description {
  margin-bottom: 40px;
}
.faq-block__description:last-child {
  padding: 0;
  margin: 0;
}
@media (min-width: 992px) {
  .faq-block__description {
    margin-bottom: 60px;
  }
}

/*
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<

Terms block component

>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
*/
.terms-block {
  padding: 60px 0;
}
@media (min-width: 992px) {
  .terms-block {
    padding: 100px 0 90px;
  }
}
.terms-block__item:not(:last-child) {
  margin-bottom: 70px;
}
@media (min-width: 992px) {
  .terms-block__item:not(:last-child) {
    margin-bottom: 75px;
  }
}
.terms-block__heading {
  background: #FFFFFF;
  padding: 13px 0;
  margin-bottom: 13px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) {
  .terms-block__heading {
    height: 100%;
  }
}
.terms-block__heading:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background: url(assets/eadf6f5fa53788f9fdd4.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 80px;
  height: 80px;
  display: block;
}
.terms-block__heading--factory:after {
  background: url(assets/eadf6f5fa53788f9fdd4.svg);
  width: 80px;
  height: 80px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .terms-block__heading--factory:after {
    width: 120px;
    height: 120px;
    top: 88px;
    right: -20px;
  }
}
.terms-block__heading--distributeri:after {
  background: url(assets/38e5e0a8e3eb8d24f335.svg);
  width: 80px;
  height: 80px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .terms-block__heading--distributeri:after {
    width: 120px;
    height: 120px;
    top: 88px;
    right: -20px;
  }
}
.terms-block__heading--retail:after {
  background: url(assets/b80f6f1f980862b12d24.svg);
  width: 85px;
  height: 80px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .terms-block__heading--retail:after {
    width: 128px;
    height: 120px;
    top: 88px;
    right: -20px;
  }
}
.terms-block__title {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.3333333333em;
  color: #35a4fb;
  margin-bottom: 0;
  position: relative;
  z-index: 10;
}
.terms-block__contents {
  position: relative;
}
.terms-block__contents:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #d9d9d9;
  top: -13px;
  left: 0;
}
@media (min-width: 992px) {
  .terms-block__contents:before {
    width: 1px;
    height: 100%;
    left: -20px;
    top: 0;
  }
}
.terms-block__paragraph {
  margin-bottom: 0;
  font-weight: 700;
}
.terms-block__list {
  list-style: none;
  padding: 0;
  color: #4a4a4a;
  padding-left: 30px;
  margin-bottom: 30px;
}
.terms-block__list-item {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.875em;
  position: relative;
}
.terms-block__list-item::before {
  position: absolute;
  left: -32px;
}
.terms-block__sublist {
  list-style-type: none;
  padding: 0;
  padding-left: 30px;
}
.terms-block__sublist-item {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.875em;
  position: relative;
}
.terms-block__sublist-item::before {
  content: counter(countPlease, upper-latin) ". ";
  color: #4a4a4a;
  position: absolute;
  left: -32px;
}

/*
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<

Slijedivost block component

>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
*/
.slijedivost-block {
  padding: 60px 0 60px;
}
@media (min-width: 992px) {
  .slijedivost-block {
    padding: 90px 0 100px;
  }
}
.slijedivost-block__block-title {
  margin-bottom: 52px;
}
@media (min-width: 992px) {
  .slijedivost-block__block-title {
    margin-bottom: 48px;
  }
}
.slijedivost-block__wrapper {
  position: relative;
}
.slijedivost-block__wrapper .col-12 {
  padding: 0 30px;
  position: relative;
}
@media (max-width: 991.98px) {
  .slijedivost-block__wrapper .col-12 {
    position: relative;
  }
  .slijedivost-block__wrapper .col-12:not(:last-child) {
    margin-bottom: 90px;
  }
  .slijedivost-block__wrapper .col-12:not(:last-child):after {
    content: "";
    position: absolute;
    display: block;
    bottom: -45px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #e7f2fa;
  }
}
@media (min-width: 992px) {
  .slijedivost-block__wrapper .col-12:nth-child(2) {
    padding-left: 50px;
  }
  .slijedivost-block__wrapper .col-12:nth-child(2):after, .slijedivost-block__wrapper .col-12:nth-child(2):before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    height: 100%;
    width: 1px;
    background: #e7f2fa;
  }
  .slijedivost-block__wrapper .col-12:nth-child(2):before {
    left: 0;
  }
  .slijedivost-block__wrapper .col-12:nth-child(2):after {
    right: 0;
  }
}
.slijedivost-block__text {
  margin-bottom: 40px;
}
.slijedivost-block__text-title {
  letter-spacing: -1px;
  color: #35a4fb;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.40625em;
  display: block;
  text-align: center;
  margin-bottom: 6px;
  font-weight: 300;
}
@media (min-width: 992px) {
  .slijedivost-block__text-title {
    margin-bottom: 30px;
    text-align: left;
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1.4166666667em;
  }
}
.slijedivost-block__paragraph, .slijedivost-block__text p, .slijedivost-block__text .faq-block__description {
  margin-bottom: 17px;
}
.slijedivost-block__paragraph:last-child, .slijedivost-block__text p:last-child, .slijedivost-block__text .faq-block__description:last-child {
  padding: 0;
  margin: 0;
}

/*
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<

Users block component

>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
*/
.users-block {
  padding: 60px 0 40px;
}
@media (min-width: 992px) {
  .users-block {
    padding: 90px 0 90px;
  }
}
.users-block__link {
  border: 1px solid #e7f2fa;
  height: 320px;
  display: block;
  padding: 20px 20px 26px;
  position: relative;
  text-decoration: none;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .users-block__link {
    margin-bottom: 0;
    height: 420px;
  }
}
.users-block__link:hover {
  text-decoration: none;
}
.users-block__link:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 29px;
  display: block;
}
.users-block__link--factory:after {
  background: url(assets/6f459e6b41bd4bea84e7.svg) no-repeat center;
  background-size: contain;
  width: 144px;
  height: 137px;
  z-index: -1;
}
@media (min-width: 992px) {
  .users-block__link--factory:after {
    width: 171px;
    height: 180px;
  }
}
.users-block__link--distributeri:after {
  background: url(assets/610094d5ce0d23de7baa.svg) no-repeat center;
  background-size: contain;
  width: 129px;
  height: 137px;
  z-index: -1;
  right: 0;
}
@media (min-width: 992px) {
  .users-block__link--distributeri:after {
    width: 171px;
    height: 180px;
  }
}
.users-block__link--retail:after {
  background: url(assets/6a359742fb827355a544.svg) no-repeat center;
  background-size: contain;
  width: 137px;
  height: 137px;
  z-index: -1;
  right: 0;
}
@media (min-width: 992px) {
  .users-block__link--retail:after {
    width: 171px;
    height: 180px;
  }
}
.users-block__link-title {
  letter-spacing: -1px;
  color: #35a4fb;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.40625em;
  display: block;
  font-weight: 300;
}
@media (min-width: 992px) {
  .users-block__link-title {
    font-size: 34px;
    font-size: 3.4rem;
    line-height: 1.4117647059em;
  }
}
.users-block__frill-link {
  position: absolute;
  bottom: 26px;
}

/*
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<

newsletter block component

>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
*/
.newsletter-block {
  padding: 70px 0px;
  margin-bottom: 40px;
  border-bottom: 1px solid #cddbfa;
}
@media (min-width: 992px) {
  .newsletter-block {
    padding: 100px 0 55px;
    margin-bottom: 55px;
  }
}
@media (min-width: 768px) {
  .newsletter-form {
    display: flex;
  }
}
.newsletter-form__input-text {
  width: 100%;
  height: 54px;
  background: rgba(0, 46, 92, 0.03);
  border: none;
  box-shadow: inset 0 -1px 0 0 #dcdcdc;
  padding: 14px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #4a4a4a;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .newsletter-form__input-text {
    width: 75%;
    margin-bottom: 0;
  }
}
.newsletter-form__input-submit {
  width: 144px;
  height: 54px;
  background: #35a4fb;
  font-size: 14px;
  font-size: 1.4rem;
  color: #FFFFFF;
  border: none;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
}
@media (min-width: 768px) {
  .newsletter-form__input-submit {
    width: 25%;
  }
}
.newsletter-form__input-submit:hover {
  color: #FFFFFF;
  background: #002e5c;
  box-shadow: inset 0 -1px 0 0 #dcdcdc;
}

/*
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<

pager

>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
*/
.pager-holder {
  list-style: none;
  display: flex;
  padding: 0;
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5em;
  letter-spacing: 2px;
  color: #35a4fb;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 600;
}
.pager-holder .pager {
  list-style: none;
  padding: 0 10px;
  display: flex;
  margin: 0 -4px;
}
.pager-holder .pager li {
  margin: 0 4px;
}
.pager-holder .pager li.current {
  color: #1a1a1a;
  pointer-events: none;
}
.pager-holder .pager li.current a, .pager-holder .pager li.current > span {
  background: transparent;
}
.pager-holder .pager li a, .pager-holder .pager li > span {
  background: #f4f8fc;
  padding: 13px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  border-radius: 9999px;
  user-select: none;
}
.pager-holder .pager li a {
  transition: box-shadow 0.2s ease-in-out;
}
.pager-holder .pager li a.arrow {
  color: #35a4fb;
}
.pager-holder .pager li a:hover {
  text-decoration: none;
  box-shadow: inset 0 0 0 2px #35a4fb;
}
.pager-holder .pager li a:focus:hover:active {
  box-shadow: inset 0 0 0 1px #35a4fb;
}

.app-block {
  padding: 100px 0 100px 0;
  background: #f4f8fc;
}
.app-block__title {
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 1.2083333333em;
  font-weight: 300;
}
.app-block__content {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5em;
}
.app-block__content span {
  color: #d52b2c;
}
.app-block__down-text {
  text-transform: uppercase;
  margin: 100px 0 0 0;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.8333333333em;
  font-weight: 600;
  letter-spacing: 1.71px;
  color: #4a4a4a;
  position: relative;
  padding-left: 17px;
  margin-bottom: 15px;
}
.app-block__down-text span {
  color: #229eff;
}
.app-block__down-text:after {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 8px;
  height: 8px;
  background: #229eff;
  border-radius: 50rem;
}
.app-block__links {
  margin: 0 0 50px 0;
}
.app-block__item {
  padding: 10px 50px 20px 50px;
  border-radius: 36px;
  display: inline-block;
  background-color: #ffffff;
  color: #1a1a1a;
  margin-right: 25px;
  transition: all 0.2s ease-in;
  position: relative;
}
.app-block__item svg {
  fill: #1A1A1A;
  transition: all 0.2s ease-in;
  position: relative;
  left: -10px;
  top: 5px;
}
.app-block__item:hover {
  text-decoration: none;
  box-shadow: 0 16px 32px 0 #d1d4e8;
}
.app-block__item:hover svg {
  fill: #229EFF;
}

.services-block {
  padding: 75px 0;
}
@media (min-width: 992px) {
  .services-block {
    display: flex;
  }
}
.services-block__item {
  width: 100%;
  display: inline-block;
  color: #6e758a;
  padding: 36px 20px;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.8333333333em;
  transition: all 0.2s ease-in;
  position: relative;
}
@media (min-width: 768px) {
  .services-block__item {
    width: 20%;
    padding: 20px;
  }
}
.services-block__item:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(34deg, #d8c7f3 0%, #b1dffa 100%);
  z-index: -1;
  opacity: 0;
  transition: all 0.2s ease-in;
}
.services-block__item:hover {
  text-decoration: none;
  color: #000;
}
.services-block__item:hover:before {
  opacity: 1;
}
.services-block__item:hover .services-block__arrow {
  opacity: 1;
  transform: translateY(0);
}
.services-block__item img,
.services-block__item svg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.services-block__item .logo_w {
  position: relative;
  height: 80px;
  width: 100%;
  text-align: center;
}
.services-block__text {
  margin: 30px 0;
  display: inline-block;
  width: 100%;
}
.services-block__arrow {
  opacity: 0;
  background: #fff;
  border-radius: 50rem;
  width: 64px;
  height: 64px;
  position: relative;
  transform: translateY(10px);
  display: inline-block;
  transition: all 0.2s ease-in;
}
.services-block__arrow:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  background: url(assets/81883bf6355d1b0073c7.svg) no-repeat 0 0;
  width: 8px;
  height: 14px;
  transition: all 0.2s ease-in;
}
.services-block .slick-list {
  padding: 0 20% 0 0 !important;
}
.services-block .slick-track {
  display: flex !important;
}
.services-block .slick-slide {
  margin: 0 12px;
  height: auto;
  text-decoration: none;
  color: #000;
}
.services-block .slick-slide:before {
  opacity: 1;
}
.services-block .slick-slide .services-block__arrow {
  opacity: 1;
  transform: translateY(0);
}

/*
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<

certilia block homepage

>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
*/
.certilia {
  padding: 56px 0 72px;
  background-color: #eaf0f7;
}
@media (min-width: 992px) {
  .certilia {
    padding: 120px 0;
  }
}
.certilia__title {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.3333333333em;
  margin-top: 48px;
}
@media (min-width: 992px) {
  .certilia__title {
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 1.2083333333em;
    margin-top: 0;
  }
}
.certilia__abstract p, .certilia__abstract .faq-block__description {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5555555556em;
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .certilia__abstract p, .certilia__abstract .faq-block__description {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.5em;
  }
}
.certilia img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-width: 580px;
}
@media (min-width: 992px) {
  .certilia img {
    max-width: unset;
  }
}

.news-hero {
  background: #fff;
  padding: 40px 0 32px;
  margin-bottom: -60px;
}
@media (min-width: 992px) {
  .news-hero {
    padding: 60px 0 32px;
  }
}
.news-hero__title {
  color: #002e5c;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.4166666667em;
  letter-spacing: -1px;
  font-weight: 300;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .news-hero__title {
    font-size: 40px;
    font-size: 4rem;
    line-height: 1.2em;
  }
}
.news-hero__date {
  color: #8c8c8c;
  opacity: 0.5;
  margin-bottom: 16px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.4em;
}
@media (min-width: 992px) {
  .news-hero__date {
    margin-bottom: 30px;
  }
}
.news-hero__breadcrumb {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .news-hero__breadcrumb {
    margin-bottom: 10px;
  }
}
.news-hero .breadcrumb__item {
  color: #229eff;
  padding: 0 12px 0 0;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.5333333333em;
}
@media (min-width: 992px) {
  .news-hero .breadcrumb__item {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 3em;
  }
}
.news-hero .breadcrumb__item:not(:last-child):after {
  border-radius: unset;
  width: 6px;
  height: 2px;
}
.news-hero .breadcrumb__link {
  color: #002e5c;
}

@media (min-width: 768px) {
  .sotah-akd .nav__link, .sotah-akd .nav__forge-link {
    font-size: 13px;
  }
}
.sotah-akd .site-header__cta {
  font-size: 13px;
  font-weight: 400;
}
.sotah-akd .abstract-block__paragraph {
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 1.25em;
}
@media (max-width: 991.98px) {
  .sotah-akd .abstract-block__paragraph {
    font-size: 28px;
  }
}
.sotah-akd .service-box__title--break {
  word-spacing: normal;
}
.sotah-akd .breadcrumb__item {
  font-size: 13px;
}
.sotah-akd .blank-hero__title {
  font-size: 38px;
}

@media (max-width: 991.98px) {
  .site-header__cta--taho {
    display: none;
  }
}

/*
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<

Hero

>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
*/
.hero {
  position: relative;
  background-color: #0E102B;
  padding: 152px 0 48px;
}
@media (min-width: 992px) {
  .hero {
    padding: 281px 0 194px;
  }
}
.hero__media-wrap {
  position: absolute;
  width: 100%;
  height: 440px;
  top: -64px;
  left: 0;
}
@media (min-width: 992px) {
  .hero__media-wrap {
    height: 880px;
    top: -126px;
  }
}
.hero__media {
  position: relative;
  width: 100%;
  height: 100%;
}
.hero__img {
  position: absolute;
  bottom: -46px;
  width: 100%;
  left: -20%;
}
@media (min-width: 992px) {
  .hero__img {
    bottom: -90px;
    left: initial;
    right: 55px;
  }
}
.hero__title {
  position: relative;
  z-index: 2;
  margin: 0;
  text-transform: none;
}
.hero__timestamp {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2857142857em;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 8px;
  color: #788EA7;
  padding: 8px 20px;
  background-color: #030521;
  margin-bottom: 24px;
}

/*
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<

News Card & News Card Wrap

>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
*/
.news-card {
  display: block;
  position: relative;
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .news-card {
    margin-bottom: 112px;
  }
}
.news-card:hover {
  text-decoration: none;
}
.news-card__media {
  width: 100%;
  overflow: hidden;
  margin-bottom: 16px;
  border-radius: 12px;
  aspect-ratio: 1.4909090909;
  position: relative;
  background-color: #788EA7;
}
@supports not (aspect-ratio: auto) {
  .news-card__media {
    padding-top: 67.0731707317%;
    height: 0;
    overflow: hidden;
  }
}
.news-card__media img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@supports not (aspect-ratio: auto) {
  .news-card__media img {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    width: 100%;
    height: auto;
  }
}
.news-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-card__date {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2857142857em;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 8px;
  color: #788EA7;
}
@media (min-width: 992px) {
  .news-card__date {
    margin-bottom: 24px;
  }
}
.news-card__title {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3333333333em;
  font-weight: 500;
  letter-spacing: 0%;
  color: #fff;
  margin-bottom: 0px;
}
@media (min-width: 992px) {
  .news-card__title {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.3333333333em;
  }
}
@media (min-width: 992px) {
  .news-card__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding: 10px 85px;
    width: 41.667%;
  }
}
.news-card--featured {
  margin-bottom: 48px;
}
@media (min-width: 992px) {
  .news-card--featured {
    display: flex;
  }
}
.news-card--featured:hover {
  text-decoration: none;
}
.news-card--featured .news-card__media {
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .news-card--featured .news-card__media {
    margin-bottom: 0px;
    width: 58.333%;
  }
}
.news-card--featured .news-card__date {
  padding: 8px 20px;
  background-color: #030521;
  margin-bottom: 24px;
}
.news-card--featured .news-card__title {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.4em;
}
@media (min-width: 992px) {
  .news-card--featured .news-card__title {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 1.5em;
  }
}

.news-list__load {
  margin: 10px auto 52px;
}

/*# sourceMappingURL=app_style.css.map?5741ef01ac848a0a1afc*/