@charset "UTF-8";
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Config
# Grid
# Helpers
# Base
# Layout
# Plugins
# Print Styles
# Components
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Config
--------------------------------------------------------------*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
main {
  display: block;
}

audio:not([controls]) {
  display: none;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  font-size: 1em;
  line-height: 1.35;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

::-moz-selection {
  background: #000;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #000;
  color: #fff;
  text-shadow: none;
}

a {
  text-decoration: none;
}

a:focus,
a:hover,
a:active {
  outline: none;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 0;
}

dfn {
  font-style: italic;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}

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

pre {
  white-space: pre;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q::before,
q::after {
  content: '';
}

small {
  font-size: 85%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

nav ul,
nav ol,
ul,
li {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

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

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

label {
  cursor: pointer;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

button,
input {
  line-height: normal;
}

button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
  cursor: pointer;
  -webkit-appearance: button;
}

button[disabled],
input[disabled] {
  cursor: default;
}

input[type='text'],
input[type='email'],
input[type='password'],
input[type='search'],
textarea {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

input:invalid,
textarea:invalid {
  background-color: #f0dddd;
}

input,
textarea,
select {
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  border-color: transparent;
}

td {
  vertical-align: top;
}

/*--------------------------------------------------------------
# Grid
--------------------------------------------------------------*/
.container {
  width: 100%;
  padding-right: 5px;
  padding-left: 5px;
  margin-right: auto;
  margin-left: auto;
}

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

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

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

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

.col {
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

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

.col-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.33333%;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.66667%;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

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

.col-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.66667%;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

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

.col-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.33333%;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.66667%;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

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

.col-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.33333%;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.66667%;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (min-width: 576px) {
  .col-sm {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media only screen and (min-width: 768px) {
  .col-md {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media only screen and (min-width: 992px) {
  .col-lg {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media only screen and (min-width: 1200px) {
  .col-xl {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

/*--------------------------------------------------------------
# Helpers
--------------------------------------------------------------*/
@font-face {
  font-family: 'svgicons';
  src: url("../assets/fonts/svgicons.woff2?v=1609774586079") format("woff2"), url("../assets/fonts/svgicons.woff?v=1609774586079") format("woff"), url("../assets/fonts/svgicons.ttf?v=1609774586079") format("truetype");
}

.font-ico-book:before, .font-ico-check:before, .font-ico-code:before, .font-ico-cube:before, .font-ico-down-after:before, .font-ico-email:before, .font-ico-fb:before, .font-ico-git:before, .font-ico-help:before, .font-ico-left:before, .font-ico-linkedin:before, .font-ico-live:before, .font-ico-play:before, .font-ico-profile:before, .font-ico-right:before, .font-ico-star:before, .font-ico-twitter:before, .font-ico-viber:before {
  font-family: 'svgicons';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  display: block;
  line-height: 1;
}

[class*='font-ico'] {
  display: inline-block;
}

.font-ico-book:before {
  content: "";
}

.font-ico-check:before {
  content: "";
}

.font-ico-code:before {
  content: "";
}

.font-ico-cube:before {
  content: "";
}

.font-ico-down-after:before {
  content: "";
}

.font-ico-email:before {
  content: "";
}

.font-ico-fb:before {
  content: "";
}

.font-ico-git:before {
  content: "";
}

.font-ico-help:before {
  content: "";
}

.font-ico-left:before {
  content: "";
}

.font-ico-linkedin:before {
  content: "";
}

.font-ico-live:before {
  content: "";
}

.font-ico-play:before {
  content: "";
}

.font-ico-profile:before {
  content: "";
}

.font-ico-right:before {
  content: "";
}

.font-ico-star:before {
  content: "";
}

.font-ico-twitter:before {
  content: "";
}

.font-ico-viber:before {
  content: "";
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

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

.hide {
  display: none;
}

.show {
  display: block;
}

.clear {
  clear: both;
}

.no-margin {
  margin: 0;
}

.fleft {
  float: left;
}

.fright {
  float: right;
}

.centered {
  text-align: center;
}

.sr-only {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

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

.cover-img {
  min-width: 1000%;
  min-height: 1000%;
  max-width: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.1);
          transform: translate(-50%, -50%) scale(0.1);
}

.rotate.nav__link::after, .rotate.header__link::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.hr-line {
  height: 1px;
  opacity: 0.2;
  border-bottom: 1px solid #fff;
  position: absolute;
  width: 100%;
}

.vr-line {
  width: 1px;
  opacity: 0.2;
  position: absolute;
  border-left: 1px solid #fff;
}

.bg-black {
  background-color: #272a31;
}

.color-black {
  color: #272a31;
}

.bg-white {
  background-color: #fff;
}

.color-white {
  color: #fff;
}

@media only screen and (min-width: 768px) {
  .bkg-stripe-50::before {
    content: '';
    position: absolute;
    top: 173px;
    bottom: 0;
    border-left: 1px solid #dadada;
    z-index: 3;
    left: 50%;
    width: 1px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199.98px) {
  .bkg-stripe-50::before {
    top: 80px;
  }
}

@media only screen and (max-width: 767.98px) {
  .bkg-stripe-50 .banner__img::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    border-left: 1px solid #dadada;
    left: 50%;
    width: 1px;
  }
}

@media only screen and (min-width: 768px) {
  .bkg-stripe-33 .wrap {
    position: relative;
  }
  .bkg-stripe-33 .wrap::before {
    content: '';
    position: absolute;
    top: 173px;
    bottom: 0;
    border-left: 1px solid #dadada;
    z-index: 3;
    left: 50%;
    right: 25%;
    border-right: 1px solid #dadada;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199.98px) {
  .bkg-stripe-33 .wrap::before {
    top: 80px;
  }
}

@media only screen and (max-width: 767.98px) {
  .bkg-stripe-33 .banner__img::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    border-left: 1px solid #dadada;
    left: 33.33%;
    right: 33.33%;
    border-right: 1px solid #dadada;
  }
}

@media only screen and (min-width: 768px) {
  .bkg-stripe-25 .wrap {
    position: relative;
  }
  .bkg-stripe-25 .wrap::before {
    content: '';
    position: absolute;
    top: 173px;
    bottom: 0;
    border-left: 1px solid #dadada;
    z-index: 3;
    left: 50%;
    right: 16.67%;
    border-right: 1px solid #dadada;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199.98px) {
  .bkg-stripe-25 .wrap::before {
    top: 80px;
  }
}

@media only screen and (min-width: 768px) {
  .bkg-stripe-25 .wrap::after {
    content: '';
    position: absolute;
    top: 173px;
    bottom: 0;
    border-left: 1px solid #dadada;
    z-index: 3;
    left: 66.67%;
    width: 1px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199.98px) {
  .bkg-stripe-25 .wrap::after {
    top: 80px;
  }
}

@media only screen and (max-width: 767.98px) {
  .bkg-stripe-25 .banner__img::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    border-left: 1px solid #dadada;
    border-right: 1px solid #dadada;
    left: 25%;
    right: 25%;
    content: none;
  }
  .bkg-stripe-25 .banner__img::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    border-left: 1px solid #dadada;
    left: 50%;
    content: none;
  }
}

@-webkit-keyframes slide-top {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slide-top {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
}

@keyframes scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
}

@-webkit-keyframes scline {
  from {
    width: 0;
  }
  to {
    width: 90px;
  }
}

@keyframes scline {
  from {
    width: 0;
  }
  to {
    width: 90px;
  }
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/*
 *
 * INSTRUCTIONS
 *
 * Copy the Legal Disclaimer and the @font-faces statements to your regular CSS file.
 * The font file(s) should be placed relative to the regular CSS file.
 *
 */
/* Complete */
/*Font: Brown
Cuts: Light, Regular, Italic, Bold, Bold Italic
Format: woff, woff2

Purchase Date: January 2, 2020
––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––

Legal Disclaimer for Web licence

Licence to use self-hosted webfonts for displaying dynamic text on specified website domains. Our package includes WOFF and WOFF2 font formats.

Should the license page views limit be exceeded the license holder will be required to contact Lineto.com for an upgrade.

It is strictly prohibited to rename the font and to download or use these fonts in any other media. 

These Web fonts are licensed exclusively for the use on the following domain(s) and their subdomains:

codility.com (monthly pageviews: < 250K)

––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––

INSTRUCTIONS

The Web Font delivery folder contains all purchased Web Fonts, example CSS
file containing @font-face feature statements, and HTML Sample Pages.
You are only allowed to use the cuts listed above for the licensed
application.

We recommend using the @font-face statements from the example CSS file.
Depending on your application structure, you may need to adjust the
paths to the fonts. It is prohibited to change font/file names.

Please see the HTML Sample Page in the font delivery package for further
information about Character Groups, Language Support and
OpenType features etc.

––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––

Manufacturer  Lineto GmbH

Vendor URL    https://lineto.com

Copyright     Copyright © 2020 by Lineto GmbH.
              https://lineto.com
              All rights reserved

Designer      Aurèle Sack 
              https://lineto.com/designers

EULA          https://lineto.com/api/front/documents/eula
*/
@font-face {
  font-family: "BrownLLWeb";
  src: url("../assets/fonts/BrownLLWeb-Regular.eot?#iefix") format("eot"), url("../assets/fonts/BrownLLWeb-Regular.woff") format("woff"), url("../assets/fonts/BrownLLWeb-Regular.woff2") format("woff2");
  font-weight: normal;
}

@font-face {
  font-family: "BrownLLWeb";
  src: url("../assets/fonts/BrownLLWeb-Bold.eot?#iefix") format("eot"), url("../assets/fonts/BrownLLWeb-Bold.woff") format("woff"), url("../assets/fonts/BrownLLWeb-Bold.woff2") format("woff2");
  font-weight: bold;
}

.rte h1, .rte h2, .rte h3, .rte h4, .rte h5, .rte h6,
.h1, .h2, .h3, .h4, .subscribe__title, .h5, .h6 {
  font-weight: bold;
}

.rte h1, .h1 {
  font-size: 60px;
  line-height: 68px;
  letter-spacing: -2.5px;
}

@media only screen and (min-width: 768px) and (max-width: 1199.98px) {
  .rte h1, .h1 {
    font-size: 42px;
    line-height: 50px;
  }
}

@media only screen and (max-width: 767.98px) {
  .rte h1, .h1 {
    font-size: 32px;
    line-height: 36px;
    letter-spacing: -1.25px;
  }
}

.rte h2, .h2 {
  font-size: 50px;
  line-height: 58px;
  letter-spacing: -1.75px;
}

@media only screen and (min-width: 768px) and (max-width: 1199.98px) {
  .rte h2, .h2 {
    font-size: 38px;
    line-height: 46px;
  }
}

@media only screen and (max-width: 767.98px) {
  .rte h2, .h2 {
    font-size: 29px;
    line-height: 32px;
    letter-spacing: -1.25px;
  }
}

.rte h3, .h3 {
  font-size: 40px;
  line-height: 50px;
  letter-spacing: -1px;
}

@media only screen and (min-width: 768px) and (max-width: 1199.98px) {
  .rte h3, .h3 {
    font-size: 32px;
    line-height: 40px;
  }
}

@media only screen and (max-width: 767.98px) {
  .rte h3, .h3 {
    font-size: 26px;
    line-height: 30px;
  }
}

.rte h4, .h4, .subscribe__title {
  font-size: 30px;
  line-height: 40px;
  letter-spacing: -0.8px;
}

@media only screen and (min-width: 768px) and (max-width: 1199.98px) {
  .rte h4, .h4, .subscribe__title {
    font-size: 26px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 767.98px) {
  .rte h4, .h4, .subscribe__title {
    font-size: 23px;
    line-height: 28px;
  }
}

.rte h5, .h5 {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.6px;
}

.rte h6, .h6 {
  font-size: 16px;
}

.intro {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.8px;
}

@media only screen and (max-width: 767.98px) {
  .intro {
    font-size: 18px;
    line-height: 26px;
  }
}

.small {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.6px;
}

.rte {
  margin: 0 auto;
}

.rte h1,
.rte .btn {
  margin-bottom: 35px;
}

.rte h2,
.rte h3,
.rte h4,
.rte h5,
.rte h6 {
  margin-bottom: 30px;
}

.rte p {
  margin-bottom: 20px;
}

.rte a:not(.btn):not(.cta-link) {
  color: #393c4b;
  text-decoration: underline;
}

.loaded .rte a:not(.btn):not(.cta-link) {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media only screen and (min-width: 1025px) {
  .no-touch .rte a:not(.btn):not(.cta-link):hover {
    color: #9a6f00;
  }
}

.rte img {
  width: auto;
  height: auto;
}

.rte div {
  margin-bottom: 29px;
}

@media only screen and (max-width: 767.98px) {
  .rte .btn {
    margin-bottom: 0;
  }
}

img {
  max-width: 100%;
}

.cta-wrap {
  padding: 30px 0;
  background-color: #393c4b;
  text-align: center;
}

.cta-wrap .cta-link {
  color: #fff;
}

.cta-wrap .cta-link::before {
  color: #ffe400;
}

@media only screen and (max-width: 767.98px) {
  .cta-wrap {
    margin: 0 -20px;
  }
}

.cta-link {
  color: #393c4b;
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
  letter-spacing: -0.7px;
  padding-right: 40px;
  position: relative;
}

.cta-link::before {
  font-family: 'svgicons';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  display: block;
  line-height: 1;
  content: "";
  position: absolute;
  right: 0;
  top: 4px;
  font-size: 15px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media only screen and (min-width: 1025px) {
  .no-touch .cta-link:hover::before {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
}

@media only screen and (max-width: 767.98px) {
  .cta-link {
    font-size: 16px;
  }
  .cta-link::before {
    top: 2px;
  }
}

.title-line {
  position: relative;
  padding-bottom: 20px;
}

.title-line::after {
  position: absolute;
  content: '';
  display: block;
  width: 30px;
  height: 5px;
  left: 0;
  bottom: 0;
  background-color: #393c4b;
  border-bottom-right-radius: 4px;
}

@media only screen and (max-width: 991.98px) {
  .title-line::after {
    width: 22px;
    height: 4px;
  }
}

.title-line--center::after {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "BrownLLWeb", sans-serif;
  font-size: 18px;
  line-height: 1.5;
  color: #393c4b;
  overflow-x: hidden;
}

@media only screen and (max-width: 767.98px) {
  body {
    font-size: 16px;
    line-height: 1.3;
  }
}

.scroll-disabled {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}

.wrap {
  margin: 0 auto;
  max-width: 1384px;
  padding: 0 20px;
  width: 100%;
}

.rte-wrap {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 60px 0;
}

.rte-wrap .rte {
  max-width: 92%;
}

@media only screen and (max-width: 991.98px) {
  .rte-wrap {
    padding: 30px 0;
  }
}

.rte-wrap--border .wrap {
  border-left: 1px solid #dadada;
  border-right: 1px solid #dadada;
}

.loaded .single-post {
  visibility: visible;
}

.single-post {
  visibility: hidden;
}

.single-post .rte-wrap .rte {
  max-width: 784px;
  padding: 0;
}

.single-post .rte-wrap p {
  line-height: 30px;
  margin-bottom: 29px;
}

.single-post .rte-wrap h2 {
  font-size: 30px;
  line-height: 50px;
  letter-spacing: -1px;
  margin-top: 47px;
  margin-bottom: 26px;
}

@media only screen and (max-width: 767.98px) {
  .single-post .rte-wrap {
    padding-top: 0;
    padding-bottom: 0;
  }
  .single-post .rte-wrap h2 {
    margin-bottom: 21px;
    margin-top: 53px;
    font-size: 23px;
    line-height: 28px;
    letter-spacing: -1px;
  }
  .single-post .rte-wrap p {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.7px;
    margin-bottom: 25px;
  }
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
a,
button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
}

@media only screen and (min-width: 992px) {
  a:focus,
  button:focus {
    outline: 1px dashed rgba(255, 255, 255, 0.1);
  }
}

button,
input[type='button'],
input[type='submit'] {
  background: none;
  border: 0;
  cursor: pointer;
  outline: none;
  padding: 0;
}

.btn {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  border-radius: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.loaded .btn {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media only screen and (max-width: 767.98px) {
  .btn {
    width: 96%;
    margin: 0 2%;
    text-align: center;
  }
}

.btn--primary,
.btn--secondary {
  height: 60px;
  line-height: 60px;
  padding: 0 25px;
}

@media only screen and (max-width: 767.98px) {
  .btn--primary,
  .btn--secondary {
    height: 50px;
    line-height: 50px;
  }
}

.btn--primary {
  background-color: #ffe400;
  color: #272a31;
}

@media only screen and (min-width: 1025px) {
  .no-touch .btn--primary:hover {
    -webkit-box-shadow: 0 12px 11px 0 rgba(15, 28, 68, 0.15);
            box-shadow: 0 12px 11px 0 rgba(15, 28, 68, 0.15);
    background-color: #ffeb46;
  }
}

.btn--secondary {
  background-color: #393c4b;
  color: #fff;
}

@media only screen and (min-width: 1025px) {
  .no-touch .btn--secondary:hover {
    -webkit-box-shadow: 0 12px 11px 0 rgba(15, 28, 68, 0.15);
            box-shadow: 0 12px 11px 0 rgba(15, 28, 68, 0.15);
    background-color: #535667;
  }
}

.btn--tertiary, .btn--tertiary-dark {
  color: #fff;
  padding: 12px 25px 13px;
  position: relative;
  border: 2px solid #fff;
}

.loaded .btn--tertiary, .loaded .btn--tertiary-dark {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media only screen and (min-width: 1025px) {
  .no-touch .btn--tertiary:hover, .no-touch .btn--tertiary-dark:hover {
    -webkit-box-shadow: 0 12px 11px 0 rgba(15, 28, 68, 0.15);
            box-shadow: 0 12px 11px 0 rgba(15, 28, 68, 0.15);
  }
}

@media only screen and (max-width: 767.98px) {
  .btn--tertiary, .btn--tertiary-dark {
    background-color: transparent !important;
    padding: 7px 25px 8px;
  }
}

.btn--tertiary-dark {
  color: #393c4b;
  border-color: #393c4b;
}

.btn--quaternary {
  color: #393c4b;
  line-height: 18px;
  letter-spacing: -0.7px;
  padding-right: 40px;
  position: relative;
  border-radius: 0;
  overflow: visible;
}

.btn--quaternary::before {
  font-family: 'svgicons';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  display: block;
  line-height: 1;
  content: "";
  position: absolute;
  right: 0;
  top: 4px;
  font-size: 15px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media only screen and (min-width: 1025px) {
  .no-touch .btn--quaternary:hover::before {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
}

@media only screen and (max-width: 767.98px) {
  .btn--quaternary {
    width: unset;
    margin: unset;
    text-align: inherit;
    font-size: 16px;
  }
  .btn--quaternary::before {
    top: 2px;
  }
}

.btn--disabled {
  opacity: 0.3;
}

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

.btn--banner {
  display: none;
}

@media only screen and (max-width: 991.98px) {
  .btn--banner {
    display: inline-block;
  }
}

input,
textarea {
  background: #fff;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #bbb;
  height: 25px;
  padding: 0 20px;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #bbb;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #bbb;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #bbb;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #bbb;
}

input::placeholder,
textarea::placeholder {
  color: #bbb;
}

.hs-form-required {
  display: none !important;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select,
  textarea,
  input {
    font-size: 16px;
  }
}

.rte li {
  position: relative;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: -0.7px;
}

.rte ul {
  padding-left: 25px;
  margin-bottom: 20px;
}

.rte ul li {
  margin-bottom: 15px;
}

.rte ul li::before {
  content: '';
  position: absolute;
  top: 11px;
  left: -25px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #bbb;
}

.rte ul ul {
  padding-left: 40px;
  padding-top: 10px;
}

.rte ul ul li {
  margin-bottom: 15px;
}

.rte ul ul li::before {
  content: '';
  position: absolute;
  top: 11px;
  left: -20px;
  width: 6px;
  height: 6px;
  background-color: transparent;
  display: block;
  border-radius: 50%;
  border: 1px solid #bbb;
}

.rte ol {
  padding-left: 25px;
  counter-reset: ol-list;
  margin-bottom: 20px;
}

.rte ol li {
  margin-bottom: 15px;
}

.rte ol li::before {
  counter-increment: ol-list;
  content: counter(ol-list) ".";
  position: absolute;
  color: #bbb;
  font-weight: normal;
  top: 0;
  left: -25px;
}

@media only screen and (max-width: 767.98px) {
  .rte li {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.7px;
    margin-bottom: 25px;
  }
}

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

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

.slick-slider {
  visibility: hidden;
}

.slick-slider.slick-initialized {
  visibility: visible;
}

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

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

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

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

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

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

[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;
}

.slick-dots li {
  display: inline-block;
}

.slick-dots li:not(:last-child) {
  margin-right: 20px;
}

@media only screen and (min-width: 1025px) {
  .no-touch .slick-dots li:not(.slick-active):hover button {
    background-color: #ffe400;
  }
}

.slick-dots li button {
  background-color: #bbb;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  text-indent: -99999px;
}

.loaded .slick-dots li button {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.slick-dots .slick-active button {
  width: 79px;
  border-radius: 3.5px;
  pointer-events: none;
}

@media only screen and (max-width: 991.98px) {
  .slick-dots .slick-active button {
    width: 38px;
  }
}

.slider-prev,
.slider-next {
  display: inline-block;
  height: 53px;
  cursor: pointer;
  width: 82px;
  border-radius: 10px;
  background: #f4f4f4;
  position: relative;
  overflow: hidden;
  z-index: 5;
}

.loaded .slider-prev, .loaded
.slider-next {
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.slider-prev::after,
.slider-next::after {
  content: '';
  position: absolute;
  top: 0;
  width: 95px;
  height: 53px;
  background-color: #e4e4e4;
  -webkit-transform: skew(10deg, 0);
          transform: skew(10deg, 0);
  border-radius: 10px;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}

@media only screen and (min-width: 1025px) {
  .no-touch .slider-prev:hover, .no-touch
  .slider-next:hover {
    -webkit-box-shadow: 0 7px 20px 0 rgba(39, 42, 49, 0.4);
            box-shadow: 0 7px 20px 0 rgba(39, 42, 49, 0.4);
  }
}

.slider-prev {
  border-bottom-left-radius: 20px;
}

.slider-prev::after {
  left: 4px;
}

.slider-prev::before {
  font-family: 'svgicons';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  display: block;
  line-height: 1;
  content: "";
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 25px;
  font-size: 14px;
  z-index: 6;
}

@media only screen and (min-width: 1025px) {
  .no-touch .slider-prev:hover::after {
    -webkit-box-shadow: -7px 17px 40px 5px rgba(39, 42, 49, 0.4);
            box-shadow: -7px 17px 40px 5px rgba(39, 42, 49, 0.4);
    background-color: #f4f4f4;
  }
}

.slider-next {
  margin-right: -3px;
  border-top-right-radius: 20px;
}

.slider-next::after {
  right: 4px;
}

.slider-next::before {
  font-family: 'svgicons';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  display: block;
  line-height: 1;
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 36px;
  font-size: 14px;
  z-index: 6;
}

@media only screen and (min-width: 1025px) {
  .no-touch .slider-next:hover {
    z-index: 4;
  }
  .no-touch .slider-next:hover::after {
    -webkit-box-shadow: 7px 17px 40px 5px rgba(39, 42, 49, 0.4);
            box-shadow: 7px 17px 40px 5px rgba(39, 42, 49, 0.4);
    background-color: #f4f4f4;
  }
}

.slick-animation .vertical-carousel__name,
.slick-animation .vertical-carousel__title,
.slick-animation .vertical-carousel__content .rte,
.slick-animation .vertical-carousel__product,
.slick-animation .vertical-carousel__info,
.slick-animation .vertical-rte-carousel__num,
.slick-animation .vertical-rte-carousel__text {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.slick-animation .vertical-carousel__media {
  opacity: 1;
}

/**
 * Swiper 4.5.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 13, 2019
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-property: transform,-webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-property: transform,-webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height,-webkit-transform;
  transition-property: height,-webkit-transform;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: .2s top,.2s -webkit-transform;
  transition: .2s top,.2s -webkit-transform;
  -webkit-transition: .2s transform,.2s top;
  transition: .2s transform,.2s top;
  -webkit-transition: .2s transform,.2s top,.2s -webkit-transform;
  transition: .2s transform,.2s top,.2s -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s left,.2s -webkit-transform;
  transition: .2s left,.2s -webkit-transform;
  -webkit-transition: .2s transform,.2s left;
  transition: .2s transform,.2s left;
  -webkit-transition: .2s transform,.2s left,.2s -webkit-transform;
  transition: .2s transform,.2s left,.2s -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s right,.2s -webkit-transform;
  transition: .2s right,.2s -webkit-transform;
  -webkit-transition: .2s transform,.2s right;
  transition: .2s transform,.2s right;
  -webkit-transition: .2s transform,.2s right,.2s -webkit-transform;
  transition: .2s transform,.2s right,.2s -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

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

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

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
.header {
  position: relative;
  width: 100%;
  z-index: 20;
  border-bottom: 1px solid #dadada;
  background-color: #fff;
}

@media only screen and (min-width: 1200px) {
  .header::after {
    content: '';
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #dadada;
  }
}

.header--light {
  border-color: rgba(255, 255, 255, 0.2);
  background-color: transparent;
}

.header--light::after {
  background-color: rgba(255, 255, 255, 0.2);
}

.header--light .header__logo-white {
  display: block;
}

.header--light .header__logo-black {
  display: none;
}

.header--light .nav__link,
.header--light .header__link {
  color: #fff;
}

.header--light .header__btn.btn--primary {
  padding: 12px 25px 13px;
}

.header--light .header__hamburger::after, .header--light .header__hamburger::before {
  background-color: #fff;
}

.header--light .header__hamburger .header__hamburger-line {
  background-color: #fff;
}

@media only screen and (min-width: 1025px) {
  .no-touch .header--light .header__top-wrap:hover .header__link::after {
    color: #ffe400;
  }
}

@media only screen and (min-width: 1200px) {
  .header--light .nav__item.nav__item--light .nav__link {
    opacity: 0.7;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}

@media only screen and (min-width: 1025px) {
  .no-touch .header--light .nav__item:hover .nav__link::after {
    color: #ffe400;
  }
}

.header--light .header__btn.btn--primary,
.header--sticky .header__btn.btn--primary {
  line-height: 1.5;
  height: auto;
}

.header__hamburger {
  width: 30px;
  height: 30px;
  position: relative;
  z-index: 5;
}

.header__hamburger::after, .header__hamburger::before {
  content: '';
  position: absolute;
  right: 0;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.header__hamburger::after {
  top: 6px;
  display: block;
  width: 22px;
  height: 3px;
  border-top-left-radius: 3px;
  background-color: #393c4b;
}

.header__hamburger::before {
  bottom: 5px;
  display: block;
  width: 30px;
  height: 3px;
  border-top-left-radius: 3px;
  background-color: #393c4b;
}

@media only screen and (min-width: 1200px) {
  .header__hamburger {
    display: none;
  }
}

.header__hamburger-line {
  display: block;
  width: 26px;
  height: 3px;
  border-top-left-radius: 3px;
  background-color: #393c4b;
  position: absolute;
  right: 0;
  top: 14px;
}

.header__logo {
  display: inline-block;
  width: 130px;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}

.header__logo .header__logo-white,
.header__logo .header__logo-black {
  width: inherit;
  image-rendering: -webkit-optimize-contrast;
}

@media only screen and (max-width: 767.98px) {
  .header__logo {
    width: 90px;
  }
}

.header__logo-white {
  display: none;
}

.header__container {
  height: 173px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}

@media only screen and (min-width: 1200px) {
  .header__container {
    position: relative;
    padding-top: 70px;
  }
}

@media only screen and (max-width: 1199.98px) {
  .header__container {
    height: 80px;
  }
}

@media only screen and (min-width: 1200px) {
  .header__desktop-top {
    position: absolute;
    top: 20px;
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media only screen and (max-width: 1199.98px) {
  .header__desktop-top {
    margin-bottom: 50px;
  }
}

@media only screen and (min-width: 1200px) {
  .header__top-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    cursor: pointer;
  }
  .header__top-wrap:not(:last-child) {
    margin-right: 25px;
  }
  .header__top-wrap:hover .header__top-list {
    opacity: 1;
    visibility: visible;
  }
  .header__top-wrap:hover .header__link::after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

@media only screen and (max-width: 1199.98px) {
  .header__top-wrap {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}

.header__link {
  position: relative;
  padding-right: 25px;
}

.header__link:not(.header__link--no-dropdown)::after {
  font-family: 'svgicons';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  display: block;
  line-height: 1;
  content: "";
  position: absolute;
  font-size: 9px;
}

.loaded .header__link:not(.header__link--no-dropdown)::after {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.header__link .font-ico-profile,
.header__link .font-ico-help {
  margin-right: 6px;
  position: relative;
}

.header__link .font-ico-profile {
  font-size: 16px;
  top: 2px;
}

.header__link .font-ico-help {
  font-size: 18px;
  top: 3px;
}

@media only screen and (min-width: 1200px) {
  .header__link {
    line-height: 40px;
  }
  .header__link:not(.header__link--no-dropdown) {
    pointer-events: none;
  }
}

@media only screen and (max-width: 1199.98px) {
  .header__link {
    padding: 20px 60px 20px 20px;
    display: block;
  }
  .header__link::after {
    right: 20px;
    top: 29px;
  }
}

@media only screen and (min-width: 1200px) {
  .header__link--light {
    opacity: 0.7;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}

@media only screen and (min-width: 1025px) {
  .no-touch .header__link--light:hover::after {
    color: #ffe400;
  }
}

@media only screen and (min-width: 1200px) {
  .header__top-list,
  .nav__dropdown {
    position: absolute;
    border: 1px solid #dadada;
    -webkit-box-shadow: 10px 12px 20px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 10px 12px 20px 0 rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    z-index: 2;
  }
  .loaded .header__top-list, .loaded
  .nav__dropdown {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}

@media only screen and (min-width: 1200px) {
  .header__top-list {
    padding: 25px;
    width: 292px;
    top: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .header__top-list::before {
    content: '';
    position: absolute;
    top: -6px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(45deg);
            transform: translateX(-50%) rotate(45deg);
    width: 12px;
    height: 12px;
    border-top: 1px solid #dadada;
    border-left: 1px solid #dadada;
    background-color: #fff;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .header__top-list {
    left: -50px;
  }
  .header__top-list::before {
    left: 84%;
  }
}

@media only screen and (max-width: 1199.98px) {
  .header__top-list {
    padding: 20px;
    display: none;
  }
}

.header__top-item:not(:last-child) {
  margin-bottom: 10px;
}

@media only screen and (min-width: 1200px) {
  .header__menu {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 30px;
  }
}

@media only screen and (max-width: 1199.98px) {
  .header__menu {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: -100vh;
    left: 0;
    width: 100%;
    background-color: #272a31;
    padding: 80px 0 150px;
    height: 100vh;
    overflow: auto;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}

@media only screen and (min-width: 576px) {
  .header__btn {
    border-color: #393c4b;
    color: #393c4b;
    background-color: #ffe400;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199.98px) {
  .header__btn {
    margin-left: 20px;
  }
}

@media only screen and (min-width: 1200px) {
  .nav {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    text-align: right;
    padding-right: 5%;
  }
}

@media only screen and (max-width: 1199.98px) {
  .nav {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
}

@media only screen and (min-width: 1200px) {
  .nav__item {
    display: inline-block;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .nav__item:not(:last-child) {
    margin-right: 5%;
  }
}

@media only screen and (max-width: 1199.98px) {
  .nav__item {
    padding: 0 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}

@media only screen and (min-width: 1200px) {
  .nav__item--has-children {
    cursor: pointer;
  }
  .nav__item--has-children::before {
    content: none;
    position: absolute;
    bottom: 0;
    height: 40px;
    width: 120px;
  }
  .nav__item--has-children:hover::before {
    content: '';
  }
  .nav__item--has-children:hover .nav__dropdown {
    opacity: 1;
    visibility: visible;
  }
  .nav__item--has-children:hover .nav__link::after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .nav__item--has-children:hover .nav__link::before {
    opacity: 1;
  }
  .nav__item--has-children .nav__link {
    pointer-events: none;
    padding-right: 25px;
    position: relative;
    padding-bottom: 30px;
  }
  .nav__item--has-children .nav__link::after {
    font-family: 'svgicons';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    display: block;
    line-height: 1;
    content: "";
    position: absolute;
    top: 5px;
    right: 0;
    font-size: 9px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .nav__item--has-children .nav__link::before {
    content: '';
    position: absolute;
    top: 55px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(45deg);
            transform: translateX(-50%) rotate(45deg);
    width: 12px;
    height: 12px;
    border-top: 1px solid #dadada;
    border-left: 1px solid #dadada;
    background-color: #fff;
    z-index: 5;
    opacity: 0;
  }
}

@media only screen and (max-width: 1199.98px) {
  .nav__item--has-children .nav__link {
    position: relative;
    padding-right: 40px;
  }
  .nav__item--has-children .nav__link::after {
    font-family: 'svgicons';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    display: block;
    line-height: 1;
    content: "";
    position: absolute;
    top: 24px;
    right: 0;
    font-size: 9px;
    color: #fff;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}

.nav__dropdown {
  text-align: left;
}

@media only screen and (min-width: 1200px) {
  .nav__dropdown {
    padding: 70px 55px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    top: 173px;
    right: 0;
    width: 100%;
    cursor: default;
  }
  .nav__dropdown--3-items {
    width: 66%;
  }
}

@media only screen and (max-width: 1199.98px) {
  .nav__dropdown {
    display: none;
  }
}

@media only screen and (min-width: 1200px) {
  .nav__content {
    width: 38%;
    padding-right: 4%;
  }
  .nav__content--3-items {
    width: 65%;
  }
}

@media only screen and (max-width: 1199.98px) {
  .nav__content {
    display: none;
  }
}

.nav__text {
  line-height: 28px;
  letter-spacing: -0.7px;
  margin-top: 10px;
}

@media only screen and (min-width: 1200px) {
  .nav__secondary-list {
    width: 62%;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}

@media only screen and (min-width: 1200px) {
  .nav__secondary-list--3-items {
    width: 35%;
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}

.nav__secondary-item {
  margin-bottom: 20px;
}

@media only screen and (min-width: 1200px) {
  .nav__secondary-item {
    -webkit-column-break-inside: avoid;
       -moz-column-break-inside: avoid;
            break-inside: avoid-column;
    display: inline-block;
    width: 100%;
  }
}

@media only screen and (min-width: 1200px) {
  .nav__secondary-link {
    display: block;
  }
}

.header__link,
.header__top-link,
.nav__secondary-link,
.nav__link {
  font-size: 16px;
  font-weight: bold;
  color: #393c4b;
}

@media only screen and (max-width: 1199.98px) {
  .header__link,
  .nav__link {
    display: block;
    color: #fff;
  }
}

@media only screen and (max-width: 1199.98px) {
  .nav__link {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.loaded .header__top-link, .loaded
.nav__secondary-link {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media only screen and (min-width: 1200px) {
  .header__top-link,
  .nav__secondary-link {
    opacity: 0.7;
    padding-left: 25px;
    position: relative;
  }
  .header__top-link::before,
  .nav__secondary-link::before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 14px;
    height: 4px;
    background-color: transparent;
    border-top-left-radius: 5px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .header__top-link:hover,
  .nav__secondary-link:hover {
    opacity: 1;
  }
  .header__top-link:hover::before,
  .nav__secondary-link:hover::before {
    background-color: #393c4b;
  }
}

@media only screen and (max-width: 1199.98px) {
  .header__top-link,
  .nav__secondary-link {
    color: #bbb;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .nav__secondary-link::before {
    top: 10px;
  }
}

.nav__item-btn {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  font-size: 10px;
  padding: 0 20px;
  height: 65px;
}

.loaded .nav__item-btn {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media only screen and (min-width: 1200px) {
  .nav__item-btn {
    display: none;
  }
}

.header--opened .header__menu {
  opacity: 1;
  visibility: visible;
  top: 0;
}

.header--opened .header__logo {
  display: none;
}

.header--opened .header__hamburger::after, .header--opened .header__hamburger::before {
  background-color: #ffe400;
  width: 30px;
}

.header--opened .header__hamburger::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 14px;
  border-top-left-radius: 0;
}

.header--opened .header__hamburger::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  bottom: 12px;
  border-top-left-radius: 0;
}

.header--opened .header__hamburger-line {
  display: none;
}

@media only screen and (min-width: 1200px) {
  .header.header--sticky::after {
    position: initial;
  }
}

.header--sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

@media only screen and (min-width: 1200px) {
  .header--sticky {
    padding-top: 0;
  }
  .header--sticky::after {
    content: '';
    left: 0;
    right: 0;
    height: 0;
    background-color: #fff;
  }
}

@media only screen and (min-width: 1200px) {
  .header--sticky .nav__dropdown {
    top: 70px;
  }
}

@media only screen and (max-width: 1199.98px) {
  .header--sticky .nav__dropdown {
    display: none;
  }
}

.header--sticky .header__container {
  padding-top: 0;
}

.header--sticky .header__container .header__btn {
  padding: 9px 17px;
}

@media only screen and (min-width: 1200px) {
  .header--sticky .header__container {
    height: 70px;
  }
  .header--sticky .header__container .header__btn {
    font-size: 16px;
  }
}

@media only screen and (min-width: 992px) {
  .header--sticky .header__container .nav__link::before {
    top: 38px;
  }
}

@media only screen and (min-width: 576px) {
  .header--sticky .header__container .header__logo {
    width: 90px;
  }
}

@media only screen and (max-width: 1199.98px) {
  .header--sticky .header__container {
    height: 80px;
  }
}

.footer {
  min-height: auto;
  background-color: #272a31;
  position: relative;
}

.footer .hs-input[type='email'] {
  width: 100%;
  height: 60px;
  border-radius: 8px;
  border: 2px solid #393c4b;
  background-color: transparent;
  font-family: "BrownLLWeb", sans-serif;
}

.footer .hs-input[type='email']::-webkit-input-placeholder {
  letter-spacing: -0.7px;
  color: #dadada;
  font-size: 16px;
}

.footer .hs-input[type='email']::-moz-placeholder {
  letter-spacing: -0.7px;
  color: #dadada;
  font-size: 16px;
}

.footer .hs-input[type='email']:-ms-input-placeholder {
  letter-spacing: -0.7px;
  color: #dadada;
  font-size: 16px;
}

.footer .hs-input[type='email']::-ms-input-placeholder {
  letter-spacing: -0.7px;
  color: #dadada;
  font-size: 16px;
}

.footer .hs-input[type='email']::placeholder {
  letter-spacing: -0.7px;
  color: #dadada;
  font-size: 16px;
}

.footer .hs-fieldtype-booleancheckbox {
  margin-top: 20px;
}

.footer .hs-input[type='checkbox'] {
  height: 10px;
  opacity: 0;
  position: absolute;
}

.footer .hs-input[type='checkbox']:checked + span::before {
  display: block;
}

.footer .hs-input[type='checkbox'] + span {
  color: #bbb;
  position: relative;
  padding-left: 40px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: -0.6;
}

.footer .hs-input[type='checkbox'] + span::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  top: 0;
  border-radius: 4px;
  background-color: #393c4b;
}

.footer .hs-input[type='checkbox'] + span::before {
  content: '';
  position: absolute;
  width: 15px;
  height: 7px;
  border-bottom: 3px solid #bbb;
  border-left: 3px solid #bbb;
  left: 3px;
  top: 5px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  z-index: 2;
  display: none;
}

.footer .hs-form-required {
  display: none;
}

.footer .hs-button {
  height: 60px;
  line-height: 60px;
  background-color: #ffe400;
  color: #272a31;
  font-family: "BrownLLWeb", sans-serif;
  font-size: 18px;
  border-radius: 30px;
  font-weight: bold;
  letter-spacing: -0.7px;
  padding: 0 37px;
  margin-top: 20px;
}

.loaded .footer .hs-button {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media only screen and (min-width: 1025px) {
  .no-touch .footer .hs-button:hover {
    -webkit-box-shadow: 0 12px 11px 0 rgba(15, 28, 68, 0.15);
            box-shadow: 0 12px 11px 0 rgba(15, 28, 68, 0.15);
    background-color: #ffeb46;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .footer .input {
    max-width: 500px;
  }
}

@media only screen and (max-width: 991.98px) {
  .footer .hs-email {
    text-align: left;
  }
  .footer .hs-input[type='email'] {
    width: 100%;
  }
  .footer .hs-fieldtype-booleancheckbox {
    text-align: left;
  }
  .footer .hs_error_rollup {
    text-align: left;
  }
  .footer .actions {
    text-align: left;
  }
  .footer .hs-button {
    margin-left: 2%;
  }
}

@media only screen and (max-width: 767.98px) {
  .footer .hs-button {
    width: 96%;
    font-size: 16px;
    letter-spacing: 0.6px;
    height: 50px;
    line-height: 50px;
  }
}

.footer__top {
  position: relative;
}

.footer__top::after {
  content: '';
  position: absolute;
  left: calc(50% - 50vw);
  right: calc(50% - 50vw);
  bottom: 0;
  height: 1px;
  background-color: #393c4b;
}

@media only screen and (min-width: 1200px) {
  .footer__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.footer__top-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (min-width: 1200px) {
  .footer__top-col {
    width: 50%;
  }
}

@media only screen and (max-width: 1199.98px) {
  .footer__top-col:first-child {
    position: relative;
  }
  .footer__top-col:first-child::before {
    content: '';
    position: absolute;
    left: -20px;
    right: -20px;
    bottom: 0;
    height: 1px;
    background-color: #393c4b;
  }
}

.footer__logo {
  display: block;
  max-width: 110px;
}

@media only screen and (max-width: 767.98px) {
  .footer__logo {
    max-width: 90px;
  }
}

.footer__logo-img {
  width: 100%;
}

.footer__socials {
  border-left: 1px solid #393c4b;
}

@media only screen and (max-width: 1199.98px) {
  .footer__socials {
    border: 0;
  }
}

@media only screen and (max-width: 767.98px) {
  .footer__socials {
    margin-right: -10px;
  }
}

.footer__socials-link {
  font-size: 19px;
  line-height: 19px;
  color: #fff;
  text-align: center;
  width: 110px;
  height: 84px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 1px solid #393c4b;
}

.loaded .footer__socials-link {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media only screen and (min-width: 1025px) {
  .no-touch .footer__socials-link:hover {
    color: #ffe400;
  }
}

@media only screen and (max-width: 1199.98px) {
  .footer__socials-link {
    border: 0;
    width: auto;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199.98px) {
  .footer__socials-link {
    padding: 0 15px;
  }
}

@media only screen and (max-width: 767.98px) {
  .footer__socials-link {
    height: 64px;
    font-size: 17px;
    padding: 0 10px;
  }
}

.footer__tel {
  border-right: 1px solid #393c4b;
  width: 50%;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

@media only screen and (max-width: 1199.98px) {
  .footer__tel:last-child {
    border-right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199.98px) {
  .footer__tel {
    height: 84px;
  }
}

@media only screen and (max-width: 767.98px) {
  .footer__tel {
    height: 64px;
  }
}

.footer__tel-link {
  color: #fff;
  font-size: 16px;
  letter-spacing: -0.6px;
}

.loaded .footer__tel-link {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

@media only screen and (min-width: 1025px) {
  .no-touch .footer__tel-link:hover {
    opacity: 0.7;
  }
}

@media only screen and (max-width: 767.98px) {
  .footer__tel-link {
    font-size: 12px;
    letter-spacing: -0.45px;
  }
}

.footer__tel-ico {
  margin-right: 24px;
  font-size: 19px;
  position: relative;
  top: 4px;
}

@media only screen and (max-width: 767.98px) {
  .footer__tel-ico {
    margin-right: 11px;
  }
}

.footer__tel__country {
  margin-right: 8px;
  color: #bbb;
}

@media only screen and (max-width: 767.98px) {
  .footer__tel__country {
    margin-right: 7px;
  }
}

.footer__bottom {
  position: relative;
}

.footer__bottom::after {
  content: '';
  position: absolute;
  left: calc(50% - 50vw);
  right: calc(50% - 50vw);
  bottom: 0;
  height: 1px;
  background-color: #393c4b;
}

@media only screen and (min-width: 1200px) {
  .footer__bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.footer__link-holder {
  padding: 30px 0 32px;
  -webkit-column-count: 4;
     -moz-column-count: 4;
          column-count: 4;
}

@media only screen and (min-width: 1200px) {
  .footer__link-holder {
    width: 66.67%;
    border-right: 1px solid #393c4b;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .footer__link-holder {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
}

@media only screen and (max-width: 767.98px) {
  .footer__link-holder {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}

@media only screen and (max-width: 1199.98px) {
  .footer__link-holder {
    margin: 0 -10px;
    padding: 25px 0;
    position: relative;
  }
  .footer__link-holder::before {
    content: '';
    position: absolute;
    left: -10px;
    right: -10px;
    bottom: 25px;
    height: 1px;
    background-color: #393c4b;
  }
}

.footer__signup {
  padding: 30px 0 50px 55px;
}

@media only screen and (min-width: 1200px) {
  .footer__signup {
    width: 33.33%;
  }
}

@media only screen and (max-width: 1199.98px) {
  .footer__signup {
    padding: 0 0 50px;
  }
}

.footer__link-wrap {
  margin-bottom: 45px;
  display: inline-block;
  width: 100%;
}

@media only screen and (min-width: 1200px) {
  .footer__link-wrap {
    padding-right: 20px;
  }
}

@media only screen and (max-width: 1199.98px) {
  .footer__link-wrap {
    padding: 0 10px;
    margin-bottom: 35px;
  }
}

.footer__title {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}

.footer__list {
  margin-top: 20px;
}

@media only screen and (max-width: 767.98px) {
  .footer__list {
    margin-top: 10px;
  }
}

.footer__item:not(:last-child) {
  margin-bottom: 15px;
}

.footer__link {
  font-size: 14px;
  letter-spacing: -0.53px;
  color: #bbb;
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.footer__link::before {
  content: '';
  border-top-left-radius: 5px;
  position: absolute;
  left: -25px;
  top: 7px;
  width: 14px;
  height: 4px;
  background: transparent;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media only screen and (min-width: 1025px) {
  .no-touch .footer__link:hover {
    color: #fff;
  }
  .no-touch .footer__link:hover::before {
    background-color: #fff;
  }
}

@media only screen and (max-width: 767.98px) {
  .footer__link {
    font-size: 12px;
    line-height: 16px;
  }
}

.footer__signup-title {
  color: #fff;
  margin-bottom: 16px;
}

@media only screen and (max-width: 991.98px) {
  .footer__signup-title {
    text-align: left;
    max-width: 560px;
  }
}

.footer__signup-desc {
  color: #dadada;
  margin-bottom: 23px;
  max-width: 89%;
}

@media only screen and (max-width: 991.98px) {
  .footer__signup-desc {
    text-align: left;
    max-width: 560px;
  }
}

@media only screen and (max-width: 767.98px) {
  .footer__signup-desc {
    line-height: 24px;
    letter-spacing: -0.6px;
  }
}

@media only screen and (min-width: 992px) {
  .chrome .footer__link-wrap {
    width: 25%;
  }
  .chrome .footer__link-holder {
    max-height: 500px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .chrome .footer__link-holder {
    max-height: 700px;
  }
  .chrome .footer__link-wrap {
    width: 33.33%;
  }
}

@media only screen and (min-width: 768px) {
  .chrome .footer__link-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.footer__badge-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-left: 1px solid #393c4b;
}

@media only screen and (min-width: 1200px) {
  .footer__badge-wrap {
    min-width: 561px;
  }
}

@media only screen and (max-width: 767.98px) {
  .footer__badge-wrap {
    margin: 0 -20px;
    width: calc(100% + 40px);
  }
}

.footer__badge {
  border-right: 1px solid #393c4b;
  height: 87px;
  padding: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (min-width: 768px) {
  .footer__badge {
    width: 112px;
  }
}

@media only screen and (max-width: 767.98px) {
  .footer__badge {
    border-bottom: 1px solid #393c4b;
    height: 63px;
    width: 20%;
  }
}

.footer__badge-img {
  max-width: 100%;
  max-height: 100%;
}

.footer__copyright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 1199.98px) {
  .footer__copyright {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.copyright {
  width: 100%;
}

@media only screen and (min-width: 1200px) {
  .copyright {
    padding-left: 18px;
  }
}

@media only screen and (max-width: 1199.98px) {
  .copyright {
    margin: 0 -20px;
    width: calc(100% + 40px);
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199.98px) {
  .copyright {
    border-top: 1px solid #393c4b;
  }
}

@media only screen and (min-width: 768px) {
  .copyright {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.copyright__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 1199.98px) {
  .copyright__list {
    padding: 0 21px;
  }
}

@media only screen and (max-width: 767.98px) {
  .copyright__list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 26px 25px 10px;
  }
}

.copyright__item {
  letter-spacing: -0.5px;
}

@media only screen and (min-width: 1200px) {
  .copyright__item {
    margin-left: auto;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199.98px) {
  .copyright__item {
    margin-right: 30px;
    padding: 30px 0;
  }
  .copyright__item:last-child {
    margin-right: 0;
  }
}

@media only screen and (min-width: 768px) {
  .copyright__item {
    font-size: 14px;
  }
}

@media only screen and (max-width: 767.98px) {
  .copyright__item {
    font-size: 12px;
    width: 50%;
    margin-bottom: 15px;
  }
  .copyright__item:nth-child(even) {
    width: calc(50% - 20px);
    margin-left: auto;
  }
}

.copyright__rights {
  letter-spacing: -0.5px;
  color: #fff;
  display: inline-block;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

@media only screen and (min-width: 1200px) {
  .copyright__rights {
    margin-left: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199.98px) {
  .copyright__rights {
    margin-right: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .copyright__rights {
    font-size: 14px;
    line-height: 20px;
  }
}

@media only screen and (max-width: 767.98px) {
  .copyright__rights {
    font-size: 12px;
    line-height: 30px;
    display: block;
    padding: 20px 25px;
    border-top: 1px solid #393c4b;
  }
}

.copyright__link {
  color: #bbb;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

@media only screen and (min-width: 1025px) {
  .no-touch .copyright__link:hover {
    color: #fff;
  }
}

.banner {
  position: relative;
  border-bottom: 1px solid #dadada;
  overflow: hidden;
}

.banner .btn {
  -webkit-animation: slide-top 0.8s;
          animation: slide-top 0.8s;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  opacity: 0;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.banner .title-line::after {
  background-color: #ffe400;
}

@media only screen and (max-width: 767.98px) {
  .banner::before, .banner::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #dadada;
    z-index: 3;
  }
  .banner::after {
    left: 20px;
  }
  .banner::before {
    right: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .banner__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-animation-name: scale;
            animation-name: scale;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
}

@media only screen and (max-width: 767.98px) {
  .banner__img {
    padding-bottom: 60%;
    min-height: 350px;
    border-bottom: 1px solid #dadada;
  }
}

.banner__img--mobile {
  display: none;
}

.banner__holder {
  position: relative;
  z-index: 2;
}

@media only screen and (min-width: 1200px) {
  .banner__holder {
    min-height: 800px;
    padding: 30px 0 30px 4%;
  }
  .banner__holder::after, .banner__holder::before {
    top: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199.98px) {
  .banner__holder {
    padding: 30px 0 30px 4%;
    min-height: 650px;
  }
  .banner__holder::after, .banner__holder::before {
    top: 0;
  }
}

@media only screen and (min-width: 768px) {
  .banner__holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .banner__holder::after, .banner__holder::before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 1px;
    background-color: #dadada;
  }
  .banner__holder::before {
    left: 0;
  }
  .banner__holder::after {
    right: 0;
  }
}

@media only screen and (max-width: 767.98px) {
  .banner__holder {
    background-color: #fff;
  }
}

@media only screen and (min-width: 768px) {
  .banner__content {
    max-width: 560px;
  }
}

@media only screen and (max-width: 767.98px) {
  .banner__content {
    padding: 30px 4%;
  }
}

.banner__content--error {
  max-width: 568px;
}

.banner__content--error .rte p {
  margin-bottom: 60px;
}

.banner__content--error .btn--primary {
  padding: 0 66px;
}

.banner__content .rte li {
  color: #393c4b;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: -0.86px;
  margin-bottom: 20px;
  position: relative;
}

@media only screen and (max-width: 991.98px) {
  .banner__content .rte li {
    font-size: 16px;
  }
}

.banner__content .rte li::before {
  content: '';
  position: absolute;
  width: 16px;
  height: 10px;
  border-bottom: 5px solid #393c4b;
  border-left: 5px solid #393c4b;
  -webkit-transform: rotate(-52deg);
          transform: rotate(-52deg);
  top: 9px;
  left: -33px;
  border-radius: 0;
  background-color: transparent;
}

.banner__content .rte p {
  margin-bottom: 42px;
  -webkit-animation: slide-top 0.8s;
          animation: slide-top 0.8s;
  opacity: 0;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@media only screen and (max-width: 991.98px) {
  .banner__content .rte p {
    font-size: 16px;
  }
}

.banner__name {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 15px;
}

@media only screen and (max-width: 767.98px) {
  .banner__name {
    font-size: 12px;
    margin-bottom: 10px;
  }
}

.banner__title {
  margin-bottom: 25px;
  -webkit-animation: slide-top 1s;
          animation: slide-top 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.banner__scroll {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  position: absolute;
  right: -82px;
  bottom: 74px;
  padding-right: 100px;
  z-index: 2;
}

.banner__scroll::after {
  content: '';
  position: absolute;
  top: 12px;
  left: 80px;
  width: 90px;
  height: 3px;
  background-color: #393c4b;
}

@media only screen and (min-width: 1025px) {
  .no-touch .banner__scroll:hover::after {
    -webkit-animation: scline 1s infinite;
            animation: scline 1s infinite;
  }
}

@media only screen and (max-width: 1199.98px) {
  .banner__scroll {
    display: none;
  }
}

.banner__scroll-btn {
  color: #393c4b;
  font-size: 14px;
  line-height: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: "BrownLLWeb", sans-serif;
}

.banner__author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
  font-size: 16px;
  letter-spacing: -0.8px;
  line-height: 22px;
}

@media only screen and (min-width: 768px) {
  .banner__author {
    font-size: 20px;
  }
}

.banner__author-image {
  width: 36px;
  height: 36px;
  min-width: 36px;
  border-radius: 50%;
  margin-right: 15px;
}

@media only screen and (min-width: 768px) {
  .banner__author-image {
    margin-right: 20px;
  }
}

.banner__social-share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.banner__social-share a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 35px;
  width: 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #f4f4f4;
  margin-right: 8px;
}

@media only screen and (min-width: 768px) {
  .banner__social-share a {
    height: 50px;
    width: 50px;
    margin-right: 10px;
  }
}

.banner__social-share a svg {
  max-height: 14px;
}

@media only screen and (min-width: 768px) {
  .banner__social-share a svg {
    max-height: 22px;
  }
}

.banner__social-share a svg path {
  fill: #6c738e;
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}

.banner--animated .banner__animation,
.banner--animated .banner__ie-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100vw;
  z-index: -1;
}

@media only screen and (max-width: 767.98px) {
  .banner--animated .banner__animation,
  .banner--animated .banner__ie-image {
    display: none;
  }
}

@media only screen and (min-width: 1600px) {
  .banner--animated .banner__animation,
  .banner--animated .banner__ie-image {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 1600px;
  }
}

.banner--animated .banner__ie-image {
  display: none;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .banner--animated .banner__ie-image {
    display: block;
  }
  .banner--animated .banner__animation {
    display: none;
  }
}

.banner--animated .banner__desktop-image {
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

@media only screen and (max-width: 767.98px) {
  .banner--animated .banner__desktop-image {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .banner--animated .banner__content {
    max-width: 60%;
  }
}

@media only screen and (max-width: 767.98px) {
  .banner--animated .banner__content {
    padding: 30px 0 70px;
  }
}

@media only screen and (max-width: 767.98px) {
  .banner--animated .banner__mobile-image {
    margin: 0 -20px;
  }
}

@media only screen and (min-width: 768px) {
  .banner--animated .banner__mobile-image {
    display: none;
  }
}

.banner--animated .banner__video {
  display: none;
}

@media only screen and (max-width: 767.98px) {
  .banner--animated::before, .banner--animated::after {
    width: 0;
  }
}

.header + main .banner .banner__holder::after, .header + main .banner .banner__holder::before {
  top: 0;
}

@media only screen and (min-width: 992px) {
  .header + main .banner.banner--light .banner__holder {
    padding-top: 30px;
  }
}

.header + main .banner.bkg-stripe-50::before {
  top: 0;
}

.header + main .banner.bkg-stripe-33::before, .header + main .banner.bkg-stripe-33::after {
  top: 0;
}

.header + main .banner.bkg-stripe-33 .banner__img::before {
  top: 0;
}

.header + main .banner.bkg-stripe-25::before {
  top: 0;
}

.header--light + main .banner .banner__holder::after, .header--light + main .banner .banner__holder::before {
  background-color: rgba(255, 255, 255, 0.2);
  top: 174px;
}

@media only screen and (min-width: 1200px) {
  .header--light + main .banner {
    margin-top: -174px;
  }
}

@media only screen and (max-width: 1199.98px) {
  .header--light + main .banner {
    margin-top: -80px;
  }
  .header--light + main .banner .banner__holder::after, .header--light + main .banner .banner__holder::before {
    top: 80px;
  }
}

@media only screen and (min-width: 992px) {
  .header--light + main .banner.banner--light .banner__holder {
    padding-top: 203px;
  }
}

@media only screen and (max-width: 767.98px) {
  .header--light + main .banner.bkg-stripe-33::before, .header--light + main .banner.bkg-stripe-33::after {
    top: 80px;
  }
  .header--light + main .banner.bkg-stripe-33 .banner__img::before {
    top: 80px;
  }
  .header--light + main .banner.bkg-stripe-25::before {
    top: 80px;
  }
  .header--light + main .banner::before, .header--light + main .banner::after {
    top: 80px;
  }
}

@media only screen and (min-width: 992px) {
  .header--sticky + main .banner.banner--light .banner__holder {
    padding-top: 203px;
  }
}

@media only screen and (max-width: 1199.98px) {
  .header--sticky + main .banner {
    margin-top: 80px;
  }
}

@media only screen and (max-width: 991.98px) {
  .banner--nostripe::after, .banner--nostripe::before {
    content: none;
  }
  .banner--nostripe .banner__img::before {
    content: none;
  }
}

.single-post .banner + .rte-wrap {
  padding-top: 155px;
}

@media only screen and (min-width: 768px) and (max-width: 1199.98px) {
  .single-post .banner + .rte-wrap {
    padding-top: 83px;
  }
}

@media only screen and (max-width: 767.98px) {
  .single-post .banner + .rte-wrap {
    padding-top: 53px;
  }
}

.banner--scroll-left .banner__scroll {
  right: auto;
  left: -82px;
  bottom: 74px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .banner--full-height .banner__holder {
    min-height: 100vh;
  }
}

@media only screen and (min-width: 768px) {
  .banner--full-height .banner__holder {
    min-height: 100vh;
  }
}

@media only screen and (max-width: 767.98px) {
  .banner--full-height .banner__img {
    background-position: 100%;
  }
  .banner--full-height .banner__img--mobile {
    display: block;
  }
  .banner--full-height .banner__img--desktop {
    display: none;
  }
}

.banner--light {
  border: 0;
}

.banner--light .banner__title,
.banner--light .banner__scroll-btn {
  color: #fff;
}

.banner--light .banner__name,
.banner--light .banner__content .rte p {
  color: #dadada;
}

.banner--light .banner__content .rte li {
  color: #dadada;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: -0.86px;
  margin-bottom: 20px;
  position: relative;
}

@media only screen and (max-width: 991.98px) {
  .banner--light .banner__content .rte li {
    font-size: 16px;
  }
}

.banner--light .banner__content .rte li::before {
  content: '';
  position: absolute;
  width: 16px;
  height: 10px;
  border-bottom: 5px solid #ffe400;
  border-left: 5px solid #ffe400;
  -webkit-transform: rotate(-52deg);
          transform: rotate(-52deg);
  top: 9px;
  left: -33px;
  border-radius: 0;
  background-color: transparent;
}

.banner--light .banner__scroll::after {
  background-color: #bbb;
}

.banner--light .banner__author {
  color: #dadada;
}

.banner--light .banner__holder::after, .banner--light .banner__holder::before {
  background-color: rgba(255, 255, 255, 0.2);
  top: 173px;
}

.banner--light.bkg-stripe-50::before, .banner--light.bkg-stripe-50::after, .banner--light.bkg-stripe-33::before, .banner--light.bkg-stripe-33::after, .banner--light.bkg-stripe-25::before, .banner--light.bkg-stripe-25::after {
  border-color: rgba(255, 255, 255, 0.2);
}

.banner--light.bkg-stripe-50 .wrap::before, .banner--light.bkg-stripe-50 .wrap::after, .banner--light.bkg-stripe-33 .wrap::before, .banner--light.bkg-stripe-33 .wrap::after, .banner--light.bkg-stripe-25 .wrap::before, .banner--light.bkg-stripe-25 .wrap::after {
  border-color: rgba(255, 255, 255, 0.2);
}

@media only screen and (min-width: 1200px) {
  .banner--light .banner__holder {
    padding-top: 203px;
  }
}

@media only screen and (max-width: 1199.98px) {
  .banner--light .banner__holder::after, .banner--light .banner__holder::before {
    top: 80px;
  }
}

@media only screen and (min-width: 768px) {
  .banner--light .banner__img {
    background-position: center center;
    background-size: cover;
  }
}

@media only screen and (max-width: 767.98px) {
  .banner--light::before, .banner--light::after {
    background-color: rgba(255, 255, 255, 0.2);
  }
  .banner--light .banner__holder {
    margin: 0 -20px;
    padding: 0 20px;
    background-color: #272a31;
  }
  .banner--light .banner__img {
    border: 0;
  }
  .banner--light .banner__img::before, .banner--light .banner__img::after {
    border-color: rgba(255, 255, 255, 0.2);
  }
}

.loaded .banner--split {
  visibility: visible;
}

.banner--split {
  visibility: hidden;
}

.banner--split .banner__img {
  position: relative;
  background-position: center center;
  background-size: cover;
  display: none;
}

.banner--split .banner__holder {
  overflow: hidden;
}

.banner--split .banner__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 100%;
}

@media only screen and (max-width: 991.98px) {
  .banner--split .banner__author {
    margin-top: 0;
  }
  .banner--split .banner__social-share {
    margin-top: 47px;
    margin-bottom: -55px;
  }
}

@media only screen and (min-width: 768px) {
  .banner--split .banner__img {
    display: block;
  }
}

@media only screen and (min-width: 992px) {
  .banner--split .banner__holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    padding: 30px 0;
  }
  .banner--split .banner__img {
    margin: -30px 0;
    height: 800px;
    width: 49.5%;
  }
  .banner--split .banner__content {
    max-width: inherit;
    padding-right: 5%;
    padding-left: 4%;
    width: 50%;
  }
  .banner--split .banner__social-share {
    position: absolute;
    bottom: 55px;
    left: 4%;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1025px) {
  .banner--split .banner__img {
    position: relative;
    background-position: center bottom;
    background-size: 125%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .banner--split .banner__holder {
    min-height: 650px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .banner--split.bkg-stripe-50::after, .banner--split.bkg-stripe-50::before,
  .banner--split .wrap::after,
  .banner--split .wrap::before {
    content: none;
  }
  .banner--split.bkg-stripe-25 .banner__img::before, .banner--split.bkg-stripe-50 .banner__img::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    border-left: 1px solid #dadada;
    left: 50%;
  }
  .banner--split.bkg-stripe-33 .banner__img::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    border-left: 1px solid #dadada;
    left: 33.33%;
    right: 33.33%;
    border-right: 1px solid #dadada;
  }
  .banner--split.bkg-stripe-25 .banner__img::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    border-left: 1px solid #dadada;
    left: 25%;
    right: 25%;
    border-right: 1px solid #dadada;
  }
  .banner--split .banner__img {
    margin-left: 1px;
  }
  .banner--split .banner__content {
    position: relative;
  }
  .banner--split .banner__content::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #dadada;
  }
  .banner--split .banner__holder {
    padding: 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767.98px) {
  .banner--split .banner__img {
    min-height: 450px;
  }
}

@media only screen and (max-width: 991.98px) {
  .banner--split .banner__holder {
    min-height: inherit;
    display: block;
  }
  .banner--split .banner__img {
    padding-bottom: 60%;
    height: auto;
    -webkit-animation-name: none;
            animation-name: none;
    background-position: center 15%;
  }
  .banner--split .banner__content {
    max-width: 100%;
    width: 100%;
    padding: 40px 4% 70px;
    position: relative;
  }
}

@media only screen and (max-width: 767.98px) {
  .banner--split.bkg-stripe-50::after, .banner--split.bkg-stripe-50::before, .banner--split.bkg-stripe-33::after, .banner--split.bkg-stripe-33::before, .banner--split.bkg-stripe-25::after, .banner--split.bkg-stripe-25::before {
    content: none;
  }
  .banner--split.bkg-stripe-50 .banner__holder, .banner--split.bkg-stripe-33 .banner__holder, .banner--split.bkg-stripe-25 .banner__holder {
    border-right: 1px solid #dadada;
    border-left: 1px solid #dadada;
  }
}

.banner--split.bkg-stripe-33 .banner__img::before {
  content: none;
}

.banner--customers.banner::before, .banner--customers.banner::after {
  display: none;
}

.banner--customers .banner__holder::after,
.banner--customers .banner__holder::before {
  display: none;
}

.banner--customers .banner__video-preview,
.banner--customers .banner__video-preview--mobile {
  cursor: pointer;
}

.banner--customers .banner__video-preview {
  margin-left: 30px;
}

@media only screen and (max-width: 991px) {
  .banner--customers .split-half {
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 767.98px) {
  .banner--customers .banner__holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .banner--customers .banner__video-preview {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .banner--customers .banner__video-preview--mobile {
    display: none;
  }
}

@media only screen and (min-width: 1200px) {
  .banner--customers .banner__video-preview {
    margin-left: 70px;
  }
}

@media only screen and (min-width: 1200px) {
  .banner--customers .banner__holder {
    min-height: 700px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199.98px) {
  .banner--customers .banner__holder {
    min-height: 600px;
  }
}

.banner--customers .company-gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 4%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.banner--customers .company-gallery__logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 80px;
  margin-right: 4%;
}

.banner--customers .company-gallery__logo img {
  max-height: 50%;
}

.banner--customers .company-gallery__logo:last-child {
  margin-right: 0;
}

@media only screen and (min-width: 768px) {
  .banner--customers .company-gallery {
    -webkit-transform: translateY(-45%);
            transform: translateY(-45%);
  }
}

@media only screen and (max-width: 767.98px) {
  .banner--customers .company-gallery {
    padding-right: 4%;
  }
}

@media only screen and (min-width: 601px) {
  .banner--customers .company-gallery__logo:nth-child(1) .gallery-image {
    max-height: 75%;
  }
  .banner--customers .company-gallery__logo:nth-child(5) .gallery-image {
    max-height: 40%;
  }
}

@media only screen and (max-width: 600px) {
  .banner--customers .company-gallery {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding-right: 4%;
    -webkit-column-gap: 9%;
       -moz-column-gap: 9%;
            column-gap: 9%;
    padding-bottom: 30px;
  }
  .banner--customers .company-gallery__logo {
    margin-right: 0;
    height: 75px;
  }
  .banner--customers .company-gallery__logo:nth-child(1) .gallery-image {
    max-height: 55%;
  }
  .banner--customers .company-gallery__logo:nth-child(5) .gallery-image {
    margin-left: 10%;
  }
  .banner--customers .company-gallery__logo:nth-child(6) .gallery-image {
    max-height: 40%;
    margin-bottom: 5%;
  }
}

@media only screen and (max-width: 480px) {
  .banner--customers .company-gallery {
    -webkit-column-gap: 8%;
       -moz-column-gap: 8%;
            column-gap: 8%;
  }
  .banner--customers .company-gallery__logo {
    height: 60px;
  }
}

.blog-search {
  padding: 65px 0;
  position: relative;
  z-index: 2;
}

@media only screen and (min-width: 992px) {
  .blog-search {
    padding: 90px 0 70px;
  }
}

.blog-search__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
}

.blog-search__column {
  position: relative;
}

@media only screen and (min-width: 768px) {
  .blog-search__column {
    margin-right: 5%;
    width: 41%;
  }
}

@media only screen and (min-width: 992px) {
  .blog-search__column {
    margin-right: 15%;
  }
}

.blog-search__column--filter {
  display: none;
}

@media only screen and (min-width: 768px) {
  .blog-search__column--filter {
    display: block;
    margin-right: 0;
    margin-left: 2%;
    width: 25%;
  }
}

@media only screen and (min-width: 992px) {
  .blog-search__column--filter {
    width: 20%;
  }
}

.blog-search__header {
  color: #393c4b;
  font-size: 29px;
  letter-spacing: -1.25px;
  line-height: 32px;
  margin-bottom: 12px;
  padding-bottom: 20px;
}

.blog-search__header::after {
  background-color: #ffe400;
}

@media only screen and (min-width: 768px) {
  .blog-search__header::after {
    display: none;
  }
}

@media only screen and (min-width: 992px) {
  .blog-search__header {
    font-size: 50px;
    letter-spacing: -1.75px;
    line-height: 58px;
    margin-bottom: 46px;
    padding-bottom: 0;
  }
}

.blog-search__subheader {
  color: #393c4b;
  font-size: 16px;
  letter-spacing: -0.62px;
  line-height: 24px;
}

@media only screen and (min-width: 992px) {
  .blog-search__subheader {
    font-size: 20px;
    letter-spacing: -0.8px;
    line-height: 30px;
  }
}

.blog-search__icon {
  background-image: url("../assets/images/search-icon.svg");
  background-position: 14px center;
  background-repeat: no-repeat;
  position: absolute;
  top: 18px;
  height: 24px;
  width: 42px;
}

input[type='search'] {
  height: 60px;
  width: 100%;
  border-radius: 4px;
  border: 2px solid #f8f8f8;
  color: #393c4b;
  background-color: #f8f8f8;
  font-family: "BrownLLWeb", sans-serif;
  padding-left: 54px;
  letter-spacing: -0.6px;
  font-size: 20px;
  line-height: 22px;
}

input[type='search']:focus {
  border-color: #ffe400;
}

input[type='search']::-webkit-input-placeholder {
  letter-spacing: -0.6px;
  color: #9f9f9f;
  font-size: 20px;
  line-height: 55px;
}

input[type='search']::-moz-placeholder {
  letter-spacing: -0.6px;
  color: #9f9f9f;
  font-size: 20px;
  line-height: 55px;
}

input[type='search']:-ms-input-placeholder {
  letter-spacing: -0.6px;
  color: #9f9f9f;
  font-size: 20px;
  line-height: 55px;
}

input[type='search']::-ms-input-placeholder {
  letter-spacing: -0.6px;
  color: #9f9f9f;
  font-size: 20px;
  line-height: 55px;
}

input[type='search']::placeholder {
  letter-spacing: -0.6px;
  color: #9f9f9f;
  font-size: 20px;
  line-height: 55px;
}

input[type='search']::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

input[type='search']:-webkit-autofill, input[type='search']:-webkit-autofill:hover, input[type='search']:-webkit-autofill:focus, input[type='search']:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #f8f8f8 inset;
}

input[type='search']:-webkit-autofill::first-line {
  font-family: "BrownLLWeb", sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.codecheck {
  border-bottom: 1px solid #e4e4e4;
}

.codecheck__wrap {
  padding: 65px 0;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .codecheck__wrap {
    padding: 65px 4%;
  }
}

@media only screen and (min-width: 992px) {
  .codecheck__wrap {
    padding: 120px 4%;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
  }
}

.codecheck__title {
  margin-bottom: 38px;
}

@media only screen and (max-width: 767.98px) {
  .codecheck__title {
    margin-bottom: 12px;
  }
}

.codecheck__body-text {
  margin: 0 auto 90px;
  width: 65%;
  font-size: 20px;
}

@media only screen and (max-width: 991.98px) {
  .codecheck__body-text {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767.98px) {
  .codecheck__body-text {
    margin-bottom: 50px;
  }
}

.codecheck__interactive-ide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.codecheck__interactive-ide-col--left {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 20%;
      -ms-flex: 1 0 20%;
          flex: 1 0 20%;
}

.codecheck__interactive-ide-col--middle {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 60%;
      -ms-flex: 1 0 60%;
          flex: 1 0 60%;
}

.codecheck__background-animation {
  position: relative;
}

.codecheck__background-animation video {
  width: 100%;
}

.codecheck__pulse-button {
  cursor: pointer;
  position: absolute;
  height: 87.5px;
  width: 80px;
}

.codecheck__pulse-button--top-left {
  top: calc(12% - 40px);
  left: calc(30% - 40px);
}

.codecheck__pulse-button--bottom-left {
  bottom: calc(10% - 40px);
  left: calc(10% - 40px);
}

.codecheck__pulse-button--top-right {
  top: calc(41% - 40px);
  right: calc(14% - 40px);
}

.codecheck__pulse-button--bottom-right {
  bottom: calc(10% - 40px);
  right: calc(8% - 40px);
}

.codecheck__pulse-button > div {
  position: absolute;
  height: 87.5px;
  width: 80px;
}

.codecheck__pop-out-box {
  position: absolute;
  text-align: left;
}

.codecheck__pop-out-box--top-left {
  padding-right: 15px;
  top: 12%;
  left: 0;
}

.codecheck__pop-out-box--bottom-left {
  padding-right: 15px;
  bottom: 56px;
  left: 0;
}

.codecheck__pop-out-box--top-right {
  padding-left: 15px;
  text-align: right;
  top: 42px;
  right: 0;
}

.codecheck__pop-out-box--bottom-right {
  padding-left: 15px;
  text-align: right;
  bottom: 56px;
  right: 0;
}

.codecheck__pop-out-box-title {
  opacity: 0;
  font-size: 20px !important;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: -0.8px;
  margin: 15px 0;
}

.codecheck__pop-out-box-text {
  opacity: 0;
  font-size: 18px;
  line-height: 1.56;
  letter-spacing: -0.7px;
  margin: 0 0 15px;
}

.codecheck__pop-out-box-line {
  margin: 0;
  position: absolute;
  -webkit-transition-property: width;
  transition-property: width;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  width: 0;
  z-index: 2;
}

.codecheck__pop-out-box-line--top-left {
  margin-right: -198px;
  right: 0;
}

.codecheck__pop-out-box-line--top-left-width {
  width: 446px;
}

.codecheck__pop-out-box-line--bottom-left {
  margin-right: -49px;
  right: 0;
}

.codecheck__pop-out-box-line--bottom-left-width {
  width: 297px;
}

.codecheck__pop-out-box-line--top-right {
  margin-left: -94px;
}

.codecheck__pop-out-box-line--top-right-width {
  width: 327px;
}

.codecheck__pop-out-box-line--bottom-right {
  margin-left: -49px;
}

.codecheck__pop-out-box-line--bottom-right-width {
  width: 283px;
}

.codecheck__mobile-ide {
  margin: 0 auto;
}

.codecheck__cta {
  margin: 70px auto 0;
}

.product-carousel {
  background-color: #f4f4f4;
  background-size: 650px 650px;
  background-repeat: no-repeat;
  background-position: 82% 21%;
}

@media only screen and (max-width: 991.98px) {
  .product-carousel {
    background-size: 0 0;
  }
}

.product-carousel--centered-image {
  background-size: cover;
  background-position: center;
}

.product-carousel--centered-image .product-carousel__wrap::before {
  content: none;
}

.product-carousel__wrap {
  padding: 120px 0;
}

@media only screen and (min-width: 1200px) {
  .product-carousel__wrap {
    border-left: 1px solid #dadada;
    position: relative;
  }
  .product-carousel__wrap::before {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    border-left: 1px solid #dadada;
    left: 50%;
  }
}

@media only screen and (max-width: 991.98px) {
  .product-carousel__wrap {
    padding: 55px 0;
  }
}

.product-carousel__text-holder {
  margin-left: 4%;
  margin-bottom: 18px;
}

.product-carousel__title {
  color: #393c4b;
  max-width: 560px;
  position: relative;
  padding-bottom: 26px;
  margin-bottom: 14px;
}

@media only screen and (max-width: 991.98px) {
  .product-carousel__title {
    font-size: 29px;
    line-height: 32px;
    padding-bottom: 20px;
  }
}

.product-carousel__desc {
  color: #393c4b;
  max-width: 560px;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.8px;
  margin-top: 0;
}

@media only screen and (max-width: 991.98px) {
  .product-carousel__desc {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
  }
}

.product-carousel__slider {
  margin-right: calc(50% - 50vw);
  margin-left: calc(4% - 20px);
}

.product-carousel__slider .slick-list {
  height: auto;
  padding: 50px 0 83px 22px;
}

@media only screen and (max-width: 767.98px) {
  .product-carousel__slider .slick-list {
    padding: 30px 0 83px;
  }
}

.product-carousel__slider .slick-slide {
  width: 392px;
  margin-right: 40px;
  -webkit-box-shadow: 6px 6px 13px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 6px 6px 13px 0 rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}

.loaded .product-carousel__slider .slick-slide {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media only screen and (min-width: 1025px) {
  .no-touch .product-carousel__slider .slick-slide:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.product-carousel__slider .slick-dots {
  margin-top: 24px;
  margin-left: 25px;
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 991.98px) {
  .product-carousel__slider {
    margin-left: 0;
  }
  .product-carousel__slider .slick-dots {
    margin-left: 19px;
  }
  .product-carousel__slider .slick-dots .slick-active button {
    width: 79px;
  }
}

@media only screen and (max-width: 767.98px) {
  .product-carousel__slider {
    margin-left: -8px;
    margin-right: -20px;
  }
  .product-carousel__slider .slick-slide {
    margin-right: 18px;
    width: 300px;
  }
  .product-carousel__slider .slick-dots {
    margin-top: -30px;
    margin-left: 23px;
  }
}

.product-carousel__slide {
  min-height: 535px;
  border-radius: 8px;
  padding: 29px 45px 29px 41px;
  color: #fff;
}

.product-carousel__slide .rte.rte ul {
  padding-left: 38px;
}

.product-carousel__slide .rte.rte li {
  font-weight: bold;
  position: relative;
  color: #dadada;
  line-height: 26px;
  letter-spacing: -0.6px;
  font-size: 16px;
}

.product-carousel__slide .rte.rte li::before {
  width: 16px;
  height: 10px;
  border-bottom: 5px solid #ffe400;
  border-left: 5px solid #ffe400;
  -webkit-transform: rotate(-52deg);
          transform: rotate(-52deg);
  top: 6px;
  left: -33px;
  border-radius: 0;
  background-color: transparent;
}

.product-carousel__slide .rte.rte p a {
  color: #ffe400;
  text-decoration: underline;
}

@media only screen and (min-width: 1025px) {
  .no-touch .product-carousel__slide .rte.rte p a:hover {
    color: rgba(255, 228, 0, 0.7);
  }
}

@media only screen and (min-width: 768px) {
  .product-carousel__slide {
    background-size: calc(100% + 2px) calc(100% + 2px);
  }
}

@media only screen and (max-width: 767.98px) {
  .product-carousel__slide {
    min-height: 500px;
    padding: 29px 24px;
  }
  .product-carousel__slide .rte ul {
    padding-left: 36px;
  }
  .product-carousel__slide .rte li {
    margin-bottom: 24px;
    line-height: 24px;
    letter-spacing: -0.6px;
  }
}

.product-carousel__slide--bottom-image {
  background-size: contain;
  background-position: bottom;
}

.product-carousel__slide--dark {
  color: #393c4b;
}

.product-carousel__slide--dark .rte.rte li {
  color: #393c4b;
}

.product-carousel__slide--dark .rte.rte li::before {
  border-bottom: 5px solid #272a31;
  border-left: 5px solid #272a31;
}

.product-carousel__slide--dark .rte.rte p a {
  color: #393c4b;
  text-decoration: underline;
}

@media only screen and (min-width: 1025px) {
  .no-touch .product-carousel__slide--dark .rte.rte p a:hover {
    color: rgba(57, 60, 75, 0.7);
  }
}

.product-carousel__slide--yellow {
  background-color: #ffe400;
}

.product-carousel__slide--yellow .product__carousel-button {
  color: #393c4b;
}

.product-carousel__slide--yellow .circle-icon {
  background-color: #393c4b;
}

.product-carousel__slide--darkblue {
  background-color: #393c4b;
}

.product-carousel__slide--lightgray {
  background-color: #f4f4f4;
}

.product-carousel__slide-title {
  font-size: 30px;
  line-height: 40px;
  font-weight: bold;
  margin-bottom: 16px;
}

@media only screen and (max-width: 767.98px) {
  .product-carousel__slide-title {
    margin-bottom: 17px;
    font-size: 29px;
    line-height: 32px;
    letter-spacing: -1.25px;
    font-weight: normal;
  }
}

.arrow-holder {
  text-align: right;
  position: relative;
  z-index: 9;
  margin-top: -43px;
  width: 300px;
  float: right;
}

@media only screen and (max-width: 991.98px) {
  .arrow-holder {
    margin-right: 20px;
  }
}

@media only screen and (max-width: 767.98px) {
  .arrow-holder {
    display: none;
  }
}

.product__carousel-button {
  color: #ffe400;
  text-decoration: underline;
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "BrownLLWeb", sans-serif;
}

@media only screen and (max-width: 767.98px) {
  .product__carousel-button.cta-link {
    font-size: 15px;
  }
}

.product__carousel-button::before {
  top: unset;
}

.product__carousel-button-image {
  width: 35px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 16px;
}

@media only screen and (max-width: 767.98px) {
  .product__carousel-button-image {
    width: 25px;
  }
}

.product-carousel__popup {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(39, 42, 49, 0.6);
  z-index: 20;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

@media only screen and (min-width: 768px) {
  .product-carousel__popup {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.product-carousel__popup--open {
  opacity: 1;
  visibility: visible;
}

.product-carousel__popup-wrapper {
  max-width: 1178px;
  margin: 0 auto;
  background-color: #fff;
  z-index: 20;
  max-height: 100vh;
  overflow: auto;
}

@media only screen and (max-width: 991.98px) {
  .product-carousel__popup-wrapper {
    max-width: calc(100% + 40px);
    margin: 0 -20px;
    height: 100vh;
  }
}

@media only screen and (max-width: 767.98px) {
  .product-carousel__popup-wrapper {
    background-color: #f4f4f4;
  }
}

.product-carousel__popup-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 33px 56px;
  border-bottom: 1px solid rgba(39, 42, 49, 0.2);
}

@media only screen and (max-width: 991.98px) {
  .product-carousel__popup-top {
    padding: 24px;
  }
}

.product-carousel__popup-heading {
  font-size: 32px;
  line-height: 36px;
  letter-spacing: -0.042em;
  font-weight: 700;
}

@media only screen and (max-width: 991.98px) {
  .product-carousel__popup-heading {
    font-size: 24px;
    line-height: 26px;
  }
}

.product-carousel__popup-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 991.98px) {
  .product-carousel__popup-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.product-carousel__popup-swiper {
  width: 66.6%;
  padding: 32px 56px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .product-carousel__popup-swiper {
    padding: 24px 24px 0;
  }
}

@media only screen and (max-width: 991.98px) {
  .product-carousel__popup-swiper {
    width: 100%;
  }
}

@media only screen and (max-width: 767.98px) {
  .product-carousel__popup-swiper {
    padding: 15px 0 40px 12px;
  }
}

.product-carousel__popup-cta-container {
  background-color: #ffe400;
  padding: 45px 55px 55px 48px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media only screen and (max-width: 991.98px) {
  .product-carousel__popup-cta-container {
    padding: 48px 31px;
  }
}

.product-carousel__popup-cta-image {
  margin-bottom: 24px;
  height: auto;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .product-carousel__popup-cta-image {
    max-width: 400px;
  }
}

@media only screen and (max-width: 991.98px) {
  .product-carousel__popup-cta-image {
    margin: 0 auto 24px;
  }
}

@media only screen and (max-width: 767.98px) {
  .product-carousel__popup-cta-image {
    max-width: 271px;
  }
}

.product-carousel__popup-cta-tag {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.096px;
  font-weight: 700;
  margin-bottom: 16px;
}

@media only screen and (max-width: 767.98px) {
  .product-carousel__popup-cta-tag {
    padding: 0 17px;
  }
}

.product-carousel__popup-cta-heading {
  font-weight: 700;
  margin-bottom: 32px;
  letter-spacing: normal;
}

@media only screen and (max-width: 767.98px) {
  .product-carousel__popup-cta-heading {
    margin-bottom: 24px;
    padding: 0 17px;
  }
}

.product-carousel__popup-cta-button {
  text-align: center;
  border-radius: 34px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  padding-top: 18px;
  padding-bottom: 18px;
  height: auto;
}

@media only screen and (max-width: 767.98px) {
  .product-carousel__popup-cta-button {
    padding: 13px 0;
  }
}

.product-carousel__popup-slide-heading {
  font-weight: 700;
  letter-spacing: normal;
}

@media only screen and (max-width: 767.98px) {
  .product-carousel__popup-slide-heading {
    font-size: 12px;
    line-height: 21px;
    letter-spacing: 0.096em;
    text-transform: uppercase;
  }
}

.product-carousel__popup-slide-subheading {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 24px;
  font-weight: 400;
}

@media only screen and (max-width: 767.98px) {
  .product-carousel__popup-slide-subheading {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: -0.006em;
    font-weight: 700;
    margin-bottom: 12px;
  }
}

.product-carousel__popup-slide-paragraph {
  font-size: 16px;
  line-height: 20.8px;
  margin-bottom: 40px;
}

@media only screen and (max-width: 767.98px) {
  .product-carousel__popup-slide-paragraph {
    margin-bottom: 24px;
  }
}

.product-carousel__popup-swiper-pagination {
  position: relative;
  text-align: left;
  margin-top: -11px;
}

.product-carousel__popup-swiper-pagination .swiper-pagination-bullet-active {
  width: 80px;
  border-radius: 6px;
  background-color: #bbb;
  pointer-events: none;
}

@media only screen and (max-width: 767.98px) {
  .product-carousel__popup-swiper-pagination .swiper-pagination-bullet-active {
    width: 40px;
  }
}

.product-carousel__popup-swiper-pagination .swiper-pagination-bullet {
  background-color: #bbb;
  opacity: 1;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.product-carousel__popup-swiper-pagination .swiper-pagination-bullet:not(:last-child) {
  margin-right: 20px;
}

@media only screen and (min-width: 1025px) {
  .no-touch .product-carousel__popup-swiper-pagination .swiper-pagination-bullet:hover {
    background-color: #ffe400;
  }
}

@media only screen and (max-width: 767.98px) {
  .product-carousel__popup-swiper-pagination {
    margin-left: 12px;
    margin-top: 0;
  }
}

.product-carousel__popup-swiper-controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 767.98px) {
  .product-carousel__popup-swiper-slide {
    padding: 24px;
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 40px;
    max-width: 332px;
    -webkit-box-shadow: 8px 8px 16px 5px rgba(39, 42, 49, 0.08);
            box-shadow: 8px 8px 16px 5px rgba(39, 42, 49, 0.08);
  }
}

.product-carousel__popup-swiper-buttons {
  margin-left: auto;
  padding: 11px 20px 25px;
}

@media only screen and (max-width: 767.98px) {
  .product-carousel__popup-swiper-buttons {
    display: none;
  }
}

.product-carousel__popup-slider-prev,
.product-carousel__popup-slider-next {
  background: none;
}

.product-carousel__popup-close-button {
  position: relative;
  height: 24px;
  width: 24px;
  margin-top: -3px;
}

.product-carousel__popup-close-button::before {
  content: '';
  height: 30px;
  width: 1.5px;
  background-color: #393c4b;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-radius: 5px;
}

@media only screen and (max-width: 991.98px) {
  .product-carousel__popup-close-button::before {
    height: 22px;
  }
}

.product-carousel__popup-close-button::after {
  content: '';
  height: 30px;
  width: 1.5px;
  background-color: #393c4b;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-radius: 5px;
}

@media only screen and (max-width: 991.98px) {
  .product-carousel__popup-close-button::after {
    height: 22px;
  }
}

@media only screen and (max-width: 991.98px) {
  .product-carousel__popup-close-button {
    height: 18px;
    width: 18px;
  }
}

.product-carousel__slide-image--desktop {
  margin-bottom: 45px;
}

@media only screen and (max-width: 767.98px) {
  .product-carousel__slide-image--desktop {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .product-carousel__slide-image--mobile {
    display: none;
  }
}

.circle-icon {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #ffe400;
  overflow: hidden;
  -webkit-transform: rotate(13deg);
          transform: rotate(13deg);
  margin-right: 10px;
}

.circle-icon::after {
  content: '';
  position: absolute;
  top: -5px;
  right: -13px;
  width: 30px;
  height: 30px;
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 60%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 65%);
  -webkit-transform: rotate(-9deg);
          transform: rotate(-9deg);
}

.testimonial {
  background: #f4f4f4;
}

@media only screen and (min-width: 768px) {
  .testimonial {
    position: relative;
  }
  .testimonial::after {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    border-left: 1px solid #dadada;
    left: 50%;
  }
}

.testimonial__row {
  padding: 64px 0;
}

@media only screen and (min-width: 768px) {
  .testimonial__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-left: 1px solid #dadada;
    border-right: 1px solid #dadada;
  }
}

@media only screen and (min-width: 992px) {
  .testimonial__row {
    padding: 120px 6% 120px 4%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199.98px) {
  .testimonial__row {
    padding: 8% 4%;
  }
}

@media only screen and (max-width: 767.98px) {
  .testimonial__title {
    text-align: center;
  }
}

.testimonial__title.title-line::after {
  background-color: #ffe400;
}

@media only screen and (max-width: 767.98px) {
  .testimonial__title.title-line::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media only screen and (min-width: 768px) {
  .testimonial__content-holder {
    width: 50%;
    padding-right: 8%;
  }
}

@media only screen and (min-width: 992px) {
  .testimonial__content-holder {
    padding-right: 11%;
  }
}

.testimonial__quote-holder {
  overflow-x: hidden;
}

@media only screen and (min-width: 768px) {
  .testimonial__quote-holder {
    width: 50%;
    padding-left: 8%;
  }
}

@media only screen and (max-width: 767.98px) {
  .testimonial__quote-holder {
    margin: 40px -20px 0;
  }
}

@media only screen and (max-width: 767.98px) {
  .testimonial__item {
    padding: 39px 33px 32px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px 0 #dadada;
            box-shadow: 0 0 20px 0 #dadada;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media only screen and (min-width: 768px) {
  .testimonial__navigation {
    padding: 11px 20px 20px;
  }
}

.testimonial__navigation .swiper-button-disabled::before {
  opacity: 0.2;
}

.testimonial__navigation.contains-one {
  display: none;
}

.testimonial__pagination {
  margin-top: 30px;
  text-align: center;
}

.testimonial__pagination .swiper-pagination-bullet {
  height: 10px;
  width: 10px;
}

.testimonial__pagination .swiper-pagination-bullet-active {
  background-color: #393c4b;
}

@media only screen and (min-width: 768px) {
  .testimonial__pagination {
    display: none;
  }
}

.testimonial .swiper-slide {
  height: auto;
}

@media only screen and (max-width: 767.98px) {
  .testimonial .swiper-container {
    margin: 0 20px;
    overflow: visible;
  }
}

@media only screen and (max-width: 767.98px) {
  .testimonial .swiper-wrapper {
    margin: 0 -20px;
    padding: 20px;
  }
}

.testimonial__text {
  margin: 41px 0;
}

@media only screen and (max-width: 767.98px) {
  .testimonial__text {
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: -0.62px;
  }
}

.testimonial__quote {
  font-size: 18px;
  line-height: 1.33;
  letter-spacing: -0.7px;
  margin: 48px 0 35px;
}

@media only screen and (max-width: 767.98px) {
  .testimonial__quote {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

@media only screen and (min-width: 768px) {
  .testimonial__quote {
    margin: calc(14% - 20px) 0 8%;
  }
}

@media only screen and (min-width: 992px) {
  .testimonial__quote {
    font-size: 30px;
    line-height: 1.33;
    letter-spacing: -0.8px;
  }
}

.testimonial__header {
  display: none;
}

@media only screen and (min-width: 768px) {
  .testimonial__header, .testimonial__footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.testimonial__footer {
  padding: 20px 0 0;
  border-top: 1px solid #e4e4e4;
}

@media only screen and (min-width: 992px) {
  .testimonial__footer {
    border-color: #6e7388;
    margin-right: 10px;
  }
}

.testimonial__author, .testimonial__job-title {
  display: block;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: -0.64px;
}

@media only screen and (min-width: 992px) {
  .testimonial__author, .testimonial__job-title {
    font-size: 20px;
    letter-spacing: -0.8px;
    color: #474d65;
  }
}

.testimonial__author {
  font-weight: bold;
}

.testimonial__logo img {
  max-height: 36px;
  max-width: 120px;
}

@media only screen and (max-width: 767.98px) {
  .testimonial__logo {
    display: none;
  }
}

.testimonial__logo-mobile img {
  max-height: 27px;
  max-width: 110px;
}

@media only screen and (min-width: 768px) {
  .testimonial__logo-mobile {
    display: none;
  }
}

.blockquote {
  width: 100%;
}

.blockquote__quotes {
  margin-bottom: 25px;
}

@media only screen and (max-width: 991.98px) {
  .blockquote__quotes {
    height: 26px;
    margin-bottom: 15px;
  }
}

.blockquote__title {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.33;
  letter-spacing: -0.8px;
  margin-bottom: 15px;
}

@media only screen and (max-width: 767.98px) {
  .blockquote__title {
    font-size: 23px;
    line-height: 1.22;
  }
}

.blockquote__text {
  font-size: 20px;
  letter-spacing: -0.8px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767.98px) {
  .blockquote__text {
    font-size: 14px;
  }
}

.blockquote__name {
  font-size: 14px;
  display: block;
}

.blockquote__job-title {
  font-size: 14px;
  font-weight: bold;
}

.blockquote__cite {
  display: inline-block;
  padding-left: 16px;
  position: relative;
  font-style: normal;
}

.blockquote__cite::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 3px;
  background-color: #ffe400;
}

@media only screen and (min-width: 992px) {
  .quote-satisfaction__holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.quote-satisfaction__rating-holder {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}

.quote-satisfaction__rating-holder::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(50% - 50vw);
  right: 0;
  background-color: #ffe400;
}

@media only screen and (min-width: 1200px) {
  .quote-satisfaction__rating-holder {
    min-height: 917px;
  }
}

@media only screen and (max-width: 991.98px) {
  .quote-satisfaction__rating-holder {
    width: 100%;
    min-height: 580px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .quote-satisfaction__rating-holder::before {
    right: -20px;
    left: -20px;
  }
}

@media only screen and (max-width: 767.98px) {
  .quote-satisfaction__rating-holder {
    min-height: 480px;
  }
}

.quote-satisfaction__img {
  height: 67.6%;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 992px) {
  .quote-satisfaction__img {
    margin-right: 56px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .quote-satisfaction__img {
    min-height: 450px;
  }
}

@media only screen and (max-width: 767.98px) {
  .quote-satisfaction__img {
    min-height: 335px;
  }
}

.quote-satisfaction__rating {
  font-size: 200px;
  line-height: 200px;
  font-weight: bold;
  letter-spacing: -8.33px;
}

@media only screen and (min-width: 768px) and (max-width: 1199.98px) {
  .quote-satisfaction__rating {
    font-size: 120px;
    line-height: 120px;
  }
}

@media only screen and (max-width: 767.98px) {
  .quote-satisfaction__rating {
    font-size: 100px;
    line-height: 100px;
    letter-spacing: -4.17px;
  }
}

.quote-satisfaction__count {
  font-size: 60px;
  line-height: 68px;
  letter-spacing: -2.5px;
  font-weight: bold;
  margin-bottom: 22px;
}

@media only screen and (max-width: 991.98px) {
  .quote-satisfaction__count {
    font-size: 30px;
    line-height: 36px;
    letter-spacing: -1.25px;
    margin-bottom: 10px;
  }
}

.quote-satisfaction__desc {
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  display: block;
  max-width: 350px;
  text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .quote-satisfaction__desc {
    max-width: 250px;
  }
}

@media only screen and (max-width: 991.98px) {
  .quote-satisfaction__desc {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.42px;
  }
}

@media only screen and (max-width: 767.98px) {
  .quote-satisfaction__desc {
    max-width: 150px;
  }
}

.quote-satisfaction__text {
  width: 50%;
  padding: 99px 0 50px 110px;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .quote-satisfaction__text {
    padding: 70px 0 50px 56px;
  }
}

@media only screen and (min-width: 768px) {
  .quote-satisfaction__text .btn {
    max-width: 430px;
  }
}

@media only screen and (max-width: 991.98px) {
  .quote-satisfaction__text {
    padding: 50px 0 70px;
    width: 100%;
  }
}

.quote-satisfaction__text-title {
  margin-bottom: 26px;
  letter-spacing: -0.5px;
}

@media only screen and (max-width: 1199.98px) {
  .quote-satisfaction__text-title {
    font-size: 29px;
    line-height: 32px;
    letter-spacing: -1.25px;
    margin-bottom: 25px;
  }
}

.quote-satisfaction__text-intro {
  margin-bottom: 30px;
  letter-spacing: -0.7px;
}

@media only screen and (max-width: 1199.98px) {
  .quote-satisfaction__text-intro {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.62px;
  }
}

.quote-satisfaction__text-img {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  margin-bottom: 23px;
  width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .quote-satisfaction__text-img {
    width: 80%;
  }
}

.quote-satisfaction__star-rating {
  position: relative;
  margin-bottom: 23px;
}

.quote-satisfaction__star-rating svg {
  width: 284px;
}

@media only screen and (max-width: 1199.98px) {
  .quote-satisfaction__star-rating {
    margin-bottom: 15px;
  }
  .quote-satisfaction__star-rating svg {
    width: 160px;
  }
}

.quote-satisfaction__star-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 0;
}

.products {
  padding-top: 100px;
  background-color: #272a31;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .products {
    padding-top: 60px;
  }
}

@media only screen and (max-width: 767.98px) {
  .products {
    padding-top: 48px;
  }
}

.products__title {
  text-align: center;
  color: #fff;
  margin-bottom: 105px;
  padding: 0 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .products__title {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 767.98px) {
  .products__title {
    margin-bottom: 40px;
  }
}

.products__list {
  border-top: solid 1px #393c4b;
}

@media only screen and (min-width: 768px) {
  .products__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.products__item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.products__item:not(:last-child) {
  border-right: 1px solid #393c4b;
}

.loaded .products__item {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media only screen and (min-width: 1200px) {
  .products__item {
    width: 25%;
    min-height: 824px;
    position: relative;
  }
  .products__item:hover {
    background-color: #393c4b;
  }
  .products__item:hover .btn,
  .products__item:hover .products__item-text {
    opacity: 1;
    visibility: visible;
  }
  .products__item:hover .font-ico-code {
    color: #fff;
  }
  .products__item:hover .icon {
    color: #ffe400;
  }
  .products__item:hover .products__item-title {
    color: #fff;
  }
  .products__item .btn {
    visibility: hidden;
    opacity: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199.98px) {
  .products__item {
    width: 50%;
  }
  .products__item:nth-child(3), .products__item:nth-child(4) {
    border-top: 1px solid #393c4b;
  }
}

@media only screen and (max-width: 1199.98px) {
  .products__item .font-ico-code {
    color: #fff;
  }
  .products__item .icon {
    color: #ffe400;
  }
}

@media only screen and (max-width: 767.98px) {
  .products__item:not(:last-child) {
    border-bottom: 1px solid #393c4b;
    border-right: 0;
  }
}

.products__content {
  padding: 0 20px;
  width: 100%;
  text-align: center;
}

@media only screen and (min-width: 1200px) {
  .products__content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

@media only screen and (max-width: 1199.98px) {
  .products__content {
    padding: 90px 20px 60px;
  }
}

.products__icon {
  position: relative;
}

.products__icon .font-ico-code {
  font-size: 150px;
  line-height: 1;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.products__icon .icon {
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 50px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.products__icon .font-ico-live {
  left: calc(50% + 7px);
}

.products__item-title {
  max-width: 410px;
  margin: 0 auto;
}

.loaded .products__item-title {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media only screen and (max-width: 1199.98px) {
  .products__item-title {
    color: #fff;
  }
}

@media only screen and (max-width: 767.98px) {
  .products__item-title {
    max-width: inherit;
  }
}

.products__item-text {
  letter-spacing: -0.7px;
  color: #dadada;
  max-width: 410px;
  margin: 20px auto 60px;
}

.loaded .products__item-text {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media only screen and (min-width: 1200px) {
  .products__item-text {
    opacity: 0;
    visibility: hidden;
  }
}

@media only screen and (max-width: 1199.98px) {
  .products__item-text {
    margin: 20px auto 40px;
  }
}

@media only screen and (max-width: 767.98px) {
  .products__item-text {
    max-width: inherit;
  }
}

.request-demo {
  background-color: #393c4b;
  position: relative;
  overflow: hidden;
}

.request-demo .rte.rte {
  max-width: 390px;
  margin: 0;
}

.request-demo .rte.rte p {
  color: #dadada;
  letter-spacing: -0.77px;
  margin-bottom: 25px;
}

.request-demo .rte.rte p a {
  color: #ffe400;
  text-decoration: none;
}

.loaded .request-demo .rte.rte p a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media only screen and (min-width: 1025px) {
  .no-touch .request-demo .rte.rte p a:hover {
    text-decoration: underline;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .request-demo .rte {
    max-width: 80%;
  }
}

.request-demo__content {
  padding: 110px 0 110px 8%;
  border-left: 1px solid #272a31;
  border-right: 1px solid #272a31;
  position: relative;
}

.request-demo__content::after {
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  border-left: 1px solid #dadada;
  left: 50%;
  right: 25%;
  border-left-color: #272a31;
  border-right: 1px solid #272a31;
}

.request-demo__content .title-line::after {
  background-color: #ffe400;
  width: 18px;
  height: 3px;
  left: 3px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .request-demo__content {
    margin-left: 4%;
  }
}

@media only screen and (max-width: 991.98px) {
  .request-demo__content {
    padding: 50px 0;
    border: 0;
  }
  .request-demo__content::after {
    content: none;
  }
}

@media only screen and (max-width: 767.98px) {
  .request-demo__content .btn--primary {
    width: calc(100% - 28px);
    margin-left: 14px;
  }
}

.request-demo__title {
  color: #fff;
  margin-bottom: 20px;
  max-width: 560px;
}

@media only screen and (max-width: 991.98px) {
  .request-demo__title {
    max-width: 90%;
  }
}

.request-demo__img {
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-box-shadow: 0 2px 100px 0 #000;
          box-shadow: 0 2px 100px 0 #000;
}

@media only screen and (min-width: 992px) {
  .request-demo__img {
    max-width: 47%;
    max-height: 80%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .request-demo__img {
    width: 90%;
    margin-left: 10%;
    position: relative;
  }
}

@media only screen and (max-width: 767.98px) {
  .request-demo__img {
    position: relative;
    margin-left: 20px;
    width: 100%;
  }
}

.news--full .news__split,
.news--full .cta-wrap {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
}

.news--full .news__split-img,
.news--full .news__split-content {
  width: 50vw;
}

@media only screen and (max-width: 991.98px) {
  .news--full .news__split-img,
  .news--full .news__split-content {
    width: auto;
  }
}

.initial-wrap,
.clone-wrap {
  margin-bottom: 100px;
}

@media only screen and (max-width: 767.98px) {
  .initial-wrap,
  .clone-wrap {
    margin-bottom: 0;
  }
}

.news__head {
  padding: 100px 0 60px 4%;
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: bottom right;
  border-left: 1px solid #dadada;
  border-top: 1px solid #dadada;
  border-right: 1px solid #dadada;
  margin-top: -1px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .news__head {
    background-size: 60%;
  }
}

@media only screen and (max-width: 767.98px) {
  .news__head {
    background-size: 85%;
    border-top: 0;
    border-right: 0;
    margin-top: 0;
    padding: 50px 0 100px 14px;
    margin-right: -20px;
  }
}

.single-post .news__head {
  padding: 110px 0 106px 4%;
}

.single-post .news__excerpt {
  line-height: 30px;
}

@media only screen and (max-width: 767.98px) {
  .single-post .news__head {
    padding: 82px 0 83px 14px;
  }
}

.news__head-category {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 1.4px;
  margin-bottom: 9px;
  font-weight: bold;
  display: inline-block;
}

@media only screen and (max-width: 767.98px) {
  .news__head-category {
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 1.2px;
    max-width: 80%;
  }
}

.news__head-title {
  max-width: 550px;
  line-height: 60px;
}

@media only screen and (max-width: 767.98px) {
  .news__head-title {
    font-size: 29px;
    line-height: 32px;
    letter-spacing: -1.25px;
    max-width: 80%;
  }
}

@media only screen and (min-width: 992px) {
  .news__split {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media only screen and (max-width: 767.98px) {
  .news__split {
    margin: 0 -20px;
  }
}

@media only screen and (min-width: 992px) {
  .news__split-img,
  .news__split-content {
    width: 50%;
  }
}

@media only screen and (max-width: 991.98px) {
  .news__split-img {
    padding-bottom: 56%;
  }
}

.news__split-content {
  background-color: #ffe400;
  padding: 150px 20px 40px 100px;
}

.news__split-content .btn {
  min-width: 190px;
  text-align: center;
}

@media only screen and (min-width: 992px) {
  .news__split-content {
    min-height: 675px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .news__split-content {
    padding: 60px 30px 40px;
  }
}

@media only screen and (max-width: 767.98px) {
  .news__split-content {
    padding: 30px 29px 47px;
  }
}

.news__split-category {
  width: 100%;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1.4px;
  line-height: 28px;
  font-weight: bold;
  margin-bottom: 6px;
  display: block;
}

@media only screen and (max-width: 767.98px) {
  .news__split-category {
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 1.2px;
    margin-bottom: 1px;
  }
}

.news__split-text-category {
  width: 100%;
}

.news__split-title,
.news__split-intro {
  width: 100%;
  max-width: 466px;
}

.news__split-title {
  margin-bottom: 23px;
}

@media only screen and (max-width: 767.98px) {
  .news__split-title {
    font-size: 23px;
    line-height: 28px;
    letter-spacing: -1px;
    margin-bottom: 11px;
  }
}

.news__split-intro {
  margin-bottom: 88px;
}

@media only screen and (max-width: 767.98px) {
  .news__split-intro {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.6px;
    margin-bottom: 35px;
  }
}

@media only screen and (min-width: 768px) {
  .news__column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: calc(100% + 3px);
  }
  .news__column + .cta-wrap {
    margin-top: 1px;
  }
}

@media only screen and (min-width: 768px) {
  .news__column--spacing {
    margin-bottom: 100px;
  }
}

.news__column--topic {
  margin-bottom: 78px;
}

@media only screen and (max-width: 767.98px) {
  .news__column--topic {
    margin-bottom: 0;
  }
}

.news__item {
  padding: 55px 56px 130px;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .news__item {
    border: 1px solid #dadada;
    margin-right: -1px;
    margin-bottom: 51px;
    width: 33.33%;
  }
  .news__item:first-child {
    border-left: 1px solid #dadada;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199.98px) {
  .news__item {
    padding: 40px 20px 70px;
  }
}

@media only screen and (max-width: 767.98px) {
  .news__item {
    padding: 52px 0 59px;
  }
  .news__item:not(:first-child) {
    position: relative;
  }
  .news__item:not(:first-child)::before {
    content: '';
    position: absolute;
    top: 0;
    left: -20px;
    right: -20px;
    height: 1px;
    background-color: #dadada;
  }
}

.news__column-category {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 1.4px;
  margin-bottom: 10px;
  color: #393c4b;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
}

.loaded .news__column-category {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

@media only screen and (min-width: 1025px) {
  .no-touch .news__column-category:hover {
    opacity: 0.8;
  }
}

@media only screen and (max-width: 767.98px) {
  .news__column-category {
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 1.2px;
    margin-bottom: 10px;
  }
}

.news__column-title {
  margin-bottom: 20px;
  color: #393c4b;
  display: block;
}

.loaded .news__column-title {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

@media only screen and (min-width: 1025px) {
  .no-touch .news__column-title:hover {
    opacity: 0.8;
    text-decoration: underline;
  }
}

@media only screen and (max-width: 767.98px) {
  .news__column-title {
    margin-bottom: 10px;
    font-size: 23px;
    letter-spacing: -1px;
    line-height: 28px;
  }
}

.news__excerpt {
  line-height: 28px;
  letter-spacing: -0.7px;
  color: #393c4b;
}

.loaded .news__excerpt {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

@media only screen and (min-width: 1025px) {
  .no-touch .news__excerpt:hover {
    opacity: 0.8;
  }
}

@media only screen and (max-width: 767.98px) {
  .news__excerpt {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.6px;
    margin-bottom: 20px;
  }
}

.news__author {
  font-size: 16px;
  line-height: 38px;
  letter-spacing: -0.86px;
  color: #393c4b;
  position: absolute;
  bottom: 79px;
  left: 56px;
}

.loaded .news__author {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

@media only screen and (min-width: 1025px) {
  .no-touch .news__author:hover {
    opacity: 0.8;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199.98px) {
  .news__author {
    bottom: 20px;
    left: 20px;
  }
}

@media only screen and (max-width: 767.98px) {
  .news__author {
    line-height: 24px;
    letter-spacing: -0.6px;
    position: relative;
    display: inline-block;
    bottom: auto;
    left: 0;
  }
}

.news__column-img {
  height: 190px;
  margin-bottom: 45px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.loaded .news__column-img {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

@media only screen and (min-width: 1025px) {
  .no-touch .news__column-img:hover {
    opacity: 0.8;
  }
}

@media only screen and (max-width: 991.98px) {
  .news__column-img {
    margin: 0 -20px;
  }
}

@media only screen and (max-width: 767.98px) {
  .news__column-img {
    height: 255px;
    margin-bottom: 30px;
    margin-top: -52px;
  }
}

.news__description {
  position: absolute;
  right: 0;
  background-color: #f4f4f4;
  padding: 20px 30px 18px 64px;
  border-top-left-radius: 24px;
  font-size: 10px;
  text-transform: uppercase;
  line-height: 10px;
  letter-spacing: 1.43px;
  color: #393c4b;
  font-weight: bold;
  border-top: 1px solid #dadada;
  border-left: 1px solid #dadada;
}

.news__description::before {
  font-family: 'svgicons';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  display: block;
  line-height: 1;
  content: "";
  position: absolute;
  left: 30px;
  top: 16px;
  font-size: 18px;
}

@media only screen and (min-width: 1200px) {
  .news__description {
    bottom: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .news__description {
    right: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199.98px) {
  .news__description {
    top: 182px;
  }
}

@media only screen and (max-width: 767.98px) {
  .news__description {
    top: 207px;
    right: -20px;
  }
}

.news__link {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.btn--blog {
  display: block;
  margin: 0 auto 100px;
  font-family: "BrownLLWeb", sans-serif;
  padding: 0 40px;
}

@media only screen and (max-width: 767.98px) {
  .btn--blog {
    margin-bottom: 48px;
    margin-top: 51px;
    position: relative;
    overflow: visible;
  }
  .btn--blog::after {
    content: '';
    position: absolute;
    top: -51px;
    width: calc(100% + 68px);
    height: 1px;
    background-color: #dadada;
    left: -34px;
    z-index: 5;
  }
}

.news__error {
  width: 100%;
}

@media only screen and (max-width: 767.98px) {
  .news__error {
    margin-top: 15px;
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 767.98px) {
  .blog-section__post-body li {
    font-size: 18px;
  }
}

.blog-section__post-body figure.wp-caption.alignnone, .rte figure {
  width: auto !important;
}

.vertical-carousel {
  position: relative;
}

.vertical-carousel .slick-dots-wrap {
  padding: 0 20px;
  position: absolute;
  bottom: 0;
  height: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .vertical-carousel .slick-dots-wrap {
    left: 20px;
  }
}

@media only screen and (min-width: 1200px) {
  .vertical-carousel .slick-dots-wrap {
    max-width: 1384px;
    width: 100%;
    height: calc(100% - 87px);
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .vertical-carousel .slick-dots-wrap::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: -87px;
    left: 20px;
    width: 1px;
    background-color: #dadada;
  }
}

.vertical-carousel .slick-dots-wrap li {
  margin-right: 0;
  line-height: 5px;
}

@media only screen and (max-width: 1199.98px) {
  .vertical-carousel .slick-dots-wrap li {
    padding: 0 5px;
  }
}

@media only screen and (min-width: 1200px) {
  .vertical-carousel .slick-dots-wrap li {
    padding: 8px 0;
  }
}

.vertical-carousel .slick-dots-wrap button {
  width: 9px;
  height: 9px;
}

@media only screen and (max-width: 1199.98px) {
  .vertical-carousel .slick-dots-wrap button {
    width: 30px;
  }
}

.vertical-carousel .slick-slide {
  border: 0;
}

.vertical-carousel .slick-active button {
  background-color: #393c4b;
}

@media only screen and (min-width: 1200px) {
  .vertical-carousel .slick-active button {
    width: 9px;
    height: 79px;
  }
}

.vertical-carousel .wpbdmv-animation {
  max-height: 100%;
  margin: 0 auto;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.vertical-carousel .wpbdmv-animation svg {
  height: auto;
}

@media only screen and (min-width: 1200px) {
  .vertical-carousel .slick-dots {
    width: 9px;
    position: relative;
    left: -4px;
    z-index: 1;
  }
  .vertical-carousel .slick-dots li {
    display: block;
  }
}

.vertical-carousel__item {
  position: relative;
}

@media only screen and (min-width: 1200px) {
  .vertical-carousel__item {
    height: 1px;
  }
}

@media only screen and (max-width: 991.98px) {
  .vertical-carousel__item {
    margin: 0;
  }
}

.vertical-carousel__item .cta-wrap {
  width: 100%;
  position: relative;
  z-index: 4;
  margin: 0;
}

.vertical-carousel__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1384px;
  padding: 0 20px;
  width: 100%;
  height: 100%;
  min-height: inherit;
}

.vertical-carousel__content {
  width: 50%;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}

@media only screen and (min-width: 992px) {
  .vertical-carousel__content {
    padding: 50px 55px 45px 8%;
  }
}

@media only screen and (max-width: 1199.98px) {
  .vertical-carousel__content {
    padding: 65px 20px;
  }
}

@media only screen and (max-width: 991.98px) {
  .vertical-carousel__content {
    width: 100%;
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
    padding: 85px 20px 65px;
  }
}

.vertical-carousel__content .rte {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 0.5s linear 0.7s, background-color 0.3s ease, -webkit-transform 0.5s linear 0.7s, -webkit-box-shadow 0.3s ease;
  transition: opacity 0.5s linear 0.7s, background-color 0.3s ease, -webkit-transform 0.5s linear 0.7s, -webkit-box-shadow 0.3s ease;
  transition: transform 0.5s linear 0.7s, opacity 0.5s linear 0.7s, box-shadow 0.3s ease, background-color 0.3s ease;
  transition: transform 0.5s linear 0.7s, opacity 0.5s linear 0.7s, box-shadow 0.3s ease, background-color 0.3s ease, -webkit-transform 0.5s linear 0.7s, -webkit-box-shadow 0.3s ease;
  opacity: 0;
}

.vertical-carousel__name {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 0.5s linear 0.4s, background-color 0.3s ease, -webkit-transform 0.5s linear 0.4s, -webkit-box-shadow 0.3s ease;
  transition: opacity 0.5s linear 0.4s, background-color 0.3s ease, -webkit-transform 0.5s linear 0.4s, -webkit-box-shadow 0.3s ease;
  transition: transform 0.5s linear 0.4s, opacity 0.5s linear 0.4s, box-shadow 0.3s ease, background-color 0.3s ease;
  transition: transform 0.5s linear 0.4s, opacity 0.5s linear 0.4s, box-shadow 0.3s ease, background-color 0.3s ease, -webkit-transform 0.5s linear 0.4s, -webkit-box-shadow 0.3s ease;
  opacity: 0;
}

@media only screen and (max-width: 767.98px) {
  .vertical-carousel__name {
    font-size: 12px;
  }
}

.vertical-carousel__title {
  margin-bottom: 20px;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 0.5s linear 0.55s, background-color 0.3s ease, -webkit-transform 0.5s linear 0.55s, -webkit-box-shadow 0.3s ease;
  transition: opacity 0.5s linear 0.55s, background-color 0.3s ease, -webkit-transform 0.5s linear 0.55s, -webkit-box-shadow 0.3s ease;
  transition: transform 0.5s linear 0.55s, opacity 0.5s linear 0.55s, box-shadow 0.3s ease, background-color 0.3s ease;
  transition: transform 0.5s linear 0.55s, opacity 0.5s linear 0.55s, box-shadow 0.3s ease, background-color 0.3s ease, -webkit-transform 0.5s linear 0.55s, -webkit-box-shadow 0.3s ease;
  opacity: 0;
}

.vertical-carousel__product {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -0.77px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 0.5s linear 0.85s, background-color 0.3s ease, -webkit-transform 0.5s linear 0.85s, -webkit-box-shadow 0.3s ease;
  transition: opacity 0.5s linear 0.85s, background-color 0.3s ease, -webkit-transform 0.5s linear 0.85s, -webkit-box-shadow 0.3s ease;
  transition: transform 0.5s linear 0.85s, opacity 0.5s linear 0.85s, box-shadow 0.3s ease, background-color 0.3s ease;
  transition: transform 0.5s linear 0.85s, opacity 0.5s linear 0.85s, box-shadow 0.3s ease, background-color 0.3s ease, -webkit-transform 0.5s linear 0.85s, -webkit-box-shadow 0.3s ease;
  opacity: 0;
}

.vertical-carousel__product::after {
  content: '';
  display: inline-block;
  height: 1px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-left: 15px;
  margin-top: 13px;
  background-color: #dadada;
}

.vertical-carousel__info {
  padding: 12px 20px;
  display: inline-block;
  border-radius: 25px;
  background-color: #dadada;
  color: #393c4b;
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
  position: relative;
  margin-bottom: 10px;
  margin-right: 10px;
  z-index: 3;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 0.5s linear 1s, background-color 0.3s ease, -webkit-transform 0.5s linear 1s, -webkit-box-shadow 0.3s ease;
  transition: opacity 0.5s linear 1s, background-color 0.3s ease, -webkit-transform 0.5s linear 1s, -webkit-box-shadow 0.3s ease;
  transition: transform 0.5s linear 1s, opacity 0.5s linear 1s, box-shadow 0.3s ease, background-color 0.3s ease;
  transition: transform 0.5s linear 1s, opacity 0.5s linear 1s, box-shadow 0.3s ease, background-color 0.3s ease, -webkit-transform 0.5s linear 1s, -webkit-box-shadow 0.3s ease;
  opacity: 0;
}

.vertical-carousel__info .icon {
  position: relative;
  font-size: 10px;
  margin-left: 12px;
}

.vertical-carousel__info .icon::after {
  font-family: 'svgicons';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  display: block;
  line-height: 1;
  content: "";
  position: absolute;
  top: -8px;
  right: -9px;
  font-size: 27px;
}

.vertical-carousel__info .font-ico-live {
  font-size: 8px;
  top: -1px;
}

.vertical-carousel__info .font-ico-live::after {
  top: -9px;
}

.vertical-carousel__info .font-ico-cube {
  font-size: 9px;
  top: -1px;
}

@media only screen and (min-width: 1025px) {
  .no-touch a.vertical-carousel__info:hover {
    -webkit-box-shadow: 0 5px 11px 0 rgba(15, 28, 68, 0.15);
            box-shadow: 0 5px 11px 0 rgba(15, 28, 68, 0.15);
    background-color: rgba(218, 218, 218, 0.8);
  }
}

.vertical-carousel__copy {
  color: #bbb;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  position: absolute;
}

@media only screen and (min-width: 1779px) {
  .vertical-carousel__copy {
    top: 44%;
    left: 5%;
  }
}

@media only screen and (max-width: 1778px) and (min-width: 1500px) {
  .vertical-carousel__copy {
    top: 44%;
    left: -55px;
  }
}

@media only screen and (max-width: 1499px) and (min-width: 1450px) {
  .vertical-carousel__copy {
    top: 15%;
    left: 0;
  }
}

@media only screen and (max-width: 1449px) and (min-width: 1397px) {
  .vertical-carousel__copy {
    top: 15%;
    left: -30px;
  }
}

@media only screen and (max-width: 1396px) and (min-width: 1200px) {
  .vertical-carousel__copy {
    top: 15%;
    left: -55px;
  }
}

@media only screen and (max-width: 1199.98px) {
  .vertical-carousel__copy {
    display: none;
  }
}

.vertical-carousel__media {
  width: calc(50% - 55px);
  opacity: 0;
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (min-width: 992px) {
  .vertical-carousel__media {
    min-height: 600px;
  }
}

@media only screen and (max-width: 991.98px) {
  .vertical-carousel__media {
    width: 100%;
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .vertical-carousel__media {
    width: 80%;
    margin: 0 auto;
  }
}

.vertical-carousel__media--image {
  background-position: center 42%;
  background-size: 80%;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 991.98px) {
  .vertical-carousel__media--image {
    padding-bottom: 56%;
    background-size: contain;
    background-position: center center;
  }
}

@media only screen and (min-width: 1200px) {
  .vertical-carousel__slider--has-link .slick-dots-wrap::after {
    bottom: 0;
  }
  .vertical-carousel__slider--has-link .vertical-carousel__item .cta-wrap {
    position: absolute;
    bottom: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .vertical-carousel__slider--has-link .slick-dots-wrap {
    top: 15px;
    left: 20px;
  }
}

@media only screen and (max-width: 991.98px) {
  .vertical-carousel__slider--has-link .slick-dots-wrap {
    top: 15px;
    left: 0;
  }
}

.vertical-carousel__slider--dark .slick-active button {
  background-color: #fff;
}

@media only screen and (min-width: 992px) {
  .vertical-carousel__item--full-animation {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.vertical-carousel__item--full-animation .vertical-carousel__media--animation {
  width: 100%;
}

.vertical-carousel__item--full-animation .vertical-carousel__media--image {
  background-size: cover;
}

@media only screen and (min-width: 992px) {
  .vertical-carousel__item--full-animation .vertical-carousel__media {
    width: 100vw;
    min-height: 600px;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw);
  }
}

@media only screen and (min-width: 1300px) and (max-height: 750px) {
  .vertical-carousel__item--full-animation .vertical-carousel__media {
    margin-top: -10%;
  }
}

@media only screen and (min-width: 992px) {
  .vertical-carousel__item--full-animation .vertical-carousel__content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    z-index: 2;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .vertical-carousel__item--full-animation .vertical-carousel__content {
    top: 35%;
  }
}

@media only screen and (min-width: 1000px) and (max-width: 1300px) {
  .vertical-carousel__item--full-animation .vertical-carousel__content {
    width: 60%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .vertical-carousel__item--full-animation .vertical-carousel__content {
    padding-top: 0;
  }
}

@media only screen and (min-width: 1000px) and (max-height: 750px) {
  .vertical-carousel__item--full-animation .vertical-carousel__content {
    width: 100%;
    top: 35%;
  }
}

@media only screen and (min-width: 1200px) and (min-height: 750px) {
  .vertical-carousel__item--full-animation .vertical-carousel__content {
    top: 38%;
  }
}

@media only screen and (max-width: 991.98px) {
  .vertical-carousel__item--full-animation .vertical-carousel__content {
    padding-bottom: 50px;
  }
}

.vertical-carousel__item--full-animation .vertical-carousel__wrap {
  padding: 0;
}

@media only screen and (min-width: 992px) {
  .vertical-carousel__item--full-animation .vertical-carousel__wrap {
    position: relative;
  }
}

.vertical-carousel__item--full-animation .wpbdmv-animation {
  width: 100vw;
  max-width: 100vw !important;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .vertical-carousel__item--full-animation .wpbdmv-animation {
    -webkit-box-align: end;
    -webkit-align-items: end;
        -ms-flex-align: end;
            align-items: end;
  }
}

@media only screen and (min-width: 992px) {
  .vertical-carousel__item--full-animation .wpbdmv-animation {
    position: absolute;
    bottom: 0;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .vertical-carousel__item--full-animation .wpbdmv-animation {
    height: 100%;
  }
}

@media only screen and (max-width: 991.98px) {
  .vertical-carousel__item--full-animation .slick-active button {
    background-color: #fff;
  }
}

.vertical-carousel__item--full .vertical-carousel__wrap {
  max-width: 100%;
  padding: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .vertical-carousel__item--full .vertical-carousel__wrap {
    padding-left: 20px;
  }
}

@media only screen and (min-width: 992px) {
  .vertical-carousel__item--full .vertical-carousel__wrap {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.vertical-carousel__item--full .vertical-carousel__media--image {
  background-size: cover;
}

@media only screen and (min-width: 992px) {
  .vertical-carousel__item--full .vertical-carousel__content {
    max-width: 672px;
  }
}

@media only screen and (min-width: 1200px) {
  .vertical-carousel__item--left .vertical-carousel__content {
    padding: 50px 55px 45px;
  }
}

@media only screen and (min-width: 992px) {
  .vertical-carousel__item--left .vertical-carousel__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .vertical-carousel__item--left .vertical-carousel__media--image {
    margin-right: 55px;
  }
}

@media only screen and (min-width: 992px) {
  .vertical-carousel__item--right .vertical-carousel__media--image {
    margin-left: 55px;
  }
}

.vertical-carousel__item--grey {
  background-color: #f4f4f4;
}

.vertical-carousel__item--grey .vertical-carousel__info {
  background-color: #fff;
}

.vertical-carousel__item--dark {
  background-color: #272a31;
  color: #fff;
}

.vertical-carousel__item--dark .vertical-carousel__name,
.vertical-carousel__item--dark p, .vertical-carousel__item--dark li {
  color: #dadada;
}

.vertical-carousel__item--dark .rte li::before {
  background-color: #ffe400;
}

.vertical-carousel__item--dark .vertical-carousel__product::after,
.vertical-carousel__item--dark .vertical-carousel__title::after {
  background-color: #ffe400;
}

.vertical-carousel__item--dark .vertical-carousel__info {
  color: #fff;
  background-color: #393c4b;
}

.vertical-carousel__item--dark .vertical-carousel__info .icon::before {
  color: #ffe400;
}

.vertical-carousel__item--dark .cta-wrap {
  background-color: #ffe400;
}

.vertical-carousel__item--dark .cta-wrap .cta-link {
  color: #393c4b;
}

.vertical-carousel__item--dark .cta-wrap .cta-link::before {
  color: #393c4b;
}

.vertical-carousel__item--dark .vertical-carousel__copy {
  opacity: 0.3;
}

.stacked-content {
  position: relative;
}

.stacked-content .wpbdmv-animation {
  max-height: 100%;
  margin: 0 auto;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.stacked-content .wpbdmv-animation svg {
  height: auto;
}

.stacked-content__item {
  position: relative;
}

.stacked-content__item .cta-wrap {
  width: 100%;
  position: relative;
  z-index: 4;
  margin: 0;
}

@media only screen and (max-width: 991.98px) {
  .stacked-content__item {
    margin: 0;
  }
}

.stacked-content__item--full-animation .stacked-content__media--image {
  background-size: cover;
}

.stacked-content__item--full-animation .wpbdmv-animation {
  width: 100%;
}

@media only screen and (min-width: 992px) {
  .stacked-content__item--full-animation {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .stacked-content__item--full-animation .stacked-content__wrap {
    position: relative;
  }
  .stacked-content__item--full-animation .stacked-content__media {
    display: block;
    width: 100vw;
    min-height: 600px;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw);
  }
  .stacked-content__item--full-animation .stacked-content__content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    z-index: 2;
  }
}

.stacked-content__item--full .stacked-content__wrap {
  max-width: 100%;
  padding: 0;
}

.stacked-content__item--full .stacked-content__media--image {
  background-size: cover;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .stacked-content__item--full .stacked-content__wrap {
    padding-left: 20px;
  }
}

@media only screen and (min-width: 992px) {
  .stacked-content__item--full .stacked-content__wrap {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .stacked-content__item--full .stacked-content__content {
    max-width: 672px;
  }
}

@media only screen and (min-width: 1200px) {
  .stacked-content__item--left .stacked-content__content {
    padding: 70px 55px 45px;
  }
}

@media only screen and (min-width: 992px) {
  .stacked-content__item--left .stacked-content__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .stacked-content__item--left .stacked-content__media--image {
    margin-right: 55px;
  }
}

@media only screen and (min-width: 992px) {
  .stacked-content__item--right .stacked-content__media--image {
    margin-left: 55px;
  }
}

.stacked-content__item--grey {
  background-color: #f4f4f4;
}

.stacked-content__item--grey .stacked-content__info {
  background-color: #fff;
}

.stacked-content__item--dark {
  background-color: #272a31;
  color: #fff;
}

.stacked-content__item--dark .stacked-content__name,
.stacked-content__item--dark p, .stacked-content__item--dark li {
  color: #dadada;
}

.stacked-content__item--dark .rte li::before {
  background-color: #ffe400;
}

.stacked-content__item--dark .stacked-content__product::after,
.stacked-content__item--dark .stacked-content__title::after {
  background-color: #ffe400;
}

.stacked-content__item--dark .stacked-content__info {
  color: #fff;
  background-color: #393c4b;
}

.stacked-content__item--dark .stacked-content__info .icon::before {
  color: #ffe400;
}

.stacked-content__item--dark .cta-wrap {
  background-color: #ffe400;
}

.stacked-content__item--dark .cta-wrap .cta-link {
  color: #393c4b;
}

.stacked-content__item--dark .cta-wrap .cta-link::before {
  color: #393c4b;
}

.stacked-content__item--dark .stacked-content__copy {
  opacity: 0.3;
}

.stacked-content__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1384px;
  padding: 0 20px;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 991.98px) {
  .stacked-content__wrap {
    padding: 0;
  }
}

.stacked-content__content {
  width: 50%;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}

@media only screen and (min-width: 992px) {
  .stacked-content__content {
    padding: 70px 55px 45px 8%;
  }
}

@media only screen and (max-width: 1199.98px) {
  .stacked-content__content {
    padding: 65px 20px;
  }
}

@media only screen and (max-width: 991.98px) {
  .stacked-content__content {
    width: 100%;
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
    padding: 45px 20px 20px;
  }
}

.stacked-content__name {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}

@media only screen and (max-width: 767.98px) {
  .stacked-content__name {
    font-size: 12px;
  }
}

.stacked-content__title {
  margin-bottom: 20px;
}

.stacked-content__media {
  width: calc(50% - 55px);
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (min-width: 992px) {
  .stacked-content__media {
    min-height: 600px;
  }
}

@media only screen and (max-width: 991.98px) {
  .stacked-content__media {
    width: 100%;
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .stacked-content__media {
    width: 80%;
    margin: 0 auto;
  }
}

.stacked-content__media--image {
  background-position: center 42%;
  background-size: 80%;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 991.98px) {
  .stacked-content__media--image {
    padding-bottom: 56%;
    background-size: contain;
    background-position: center center;
  }
}

.stacked-content__product {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -0.77px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
}

.stacked-content__product::after {
  content: '';
  display: inline-block;
  height: 1px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-left: 15px;
  margin-top: 13px;
  background-color: #dadada;
}

.stacked-content__info {
  padding: 12px 20px;
  display: inline-block;
  border-radius: 25px;
  background-color: #dadada;
  color: #393c4b;
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
  position: relative;
  margin-bottom: 10px;
  margin-right: 10px;
  z-index: 3;
}

.stacked-content__info .icon {
  position: relative;
  font-size: 10px;
  margin-left: 12px;
}

.stacked-content__info .icon::after {
  font-family: 'svgicons';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  display: block;
  line-height: 1;
  content: "";
  position: absolute;
  top: -8px;
  right: -9px;
  font-size: 27px;
}

.stacked-content__info .font-ico-live {
  font-size: 8px;
  top: -1px;
}

.stacked-content__info .font-ico-live::after {
  top: -9px;
}

.stacked-content__info .font-ico-cube {
  font-size: 9px;
  top: -1px;
}

.stacked-content__copy {
  color: #bbb;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  position: absolute;
}

@media only screen and (min-width: 1779px) {
  .stacked-content__copy {
    top: 44%;
    left: 5%;
  }
}

@media only screen and (max-width: 1778px) and (min-width: 1500px) {
  .stacked-content__copy {
    top: 44%;
    left: -55px;
  }
}

@media only screen and (max-width: 1499px) and (min-width: 1450px) {
  .stacked-content__copy {
    top: 15%;
    left: 0;
  }
}

@media only screen and (max-width: 1449px) and (min-width: 1397px) {
  .stacked-content__copy {
    top: 15%;
    left: -30px;
  }
}

@media only screen and (max-width: 1396px) and (min-width: 1200px) {
  .stacked-content__copy {
    top: 15%;
    left: -55px;
  }
}

@media only screen and (max-width: 1199.98px) {
  .stacked-content__copy {
    display: none;
  }
}

.pricing {
  background-color: #f4f4f4;
}

@media only screen and (min-width: 992px) {
  .pricing__main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media only screen and (min-width: 768px) {
  .pricing__main {
    border-left: 1px solid #dadada;
    border-right: 1px solid #dadada;
  }
}

.pricing__main-content {
  padding: 50px 20px 50px 4%;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  width: 50%;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .pricing__main-content {
    width: 80%;
  }
}

@media only screen and (max-width: 767.98px) {
  .pricing__main-content {
    padding: 60px 0;
    width: 100%;
  }
}

.pricing__title {
  margin-bottom: 20px;
}

@media only screen and (max-width: 767.98px) {
  .pricing__text {
    font-size: 16px;
  }
}

.pricing__image {
  width: 50%;
  min-height: 480px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right;
}

@media only screen and (max-width: 991.98px) {
  .pricing__image {
    display: none;
  }
}

.pricing__items {
  border-top: 1px solid #dadada;
}

@media only screen and (min-width: 768px) {
  .pricing__items {
    border-left: 1px solid #dadada;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media only screen and (max-width: 767.98px) {
  .pricing__items {
    margin: 0 -20px;
  }
}

.pricing__box {
  border-bottom: 1px solid #dadada;
  border-right: 1px solid #dadada;
  padding: 8% 4%;
}

@media only screen and (min-width: 768px) {
  .pricing__box {
    width: 33.33%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199.98px) {
  .pricing__box {
    width: 50%;
  }
}

@media only screen and (max-width: 767.98px) {
  .pricing__box {
    padding: 50px 20px;
    border-right: 0;
  }
}

.pricing__box-title {
  margin-bottom: 10px;
}

.pricing__box-text {
  margin-bottom: 20px;
}

.pricing__box--yellow {
  background-color: #ffe400;
}

.pricing--dark {
  background-color: #393c4b;
  color: #fff;
}

.pricing--dark .pricing__main {
  min-height: 0;
  border-color: rgba(255, 255, 255, 0.2);
}

@media only screen and (max-width: 767.98px) {
  .pricing--dark .pricing__main {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }
}

.pricing--dark .pricing__title {
  margin-bottom: 0;
}

@media only screen and (max-width: 767.98px) {
  .pricing--dark .pricing__title {
    font-size: 32px;
    line-height: 36px;
  }
}

.pricing--dark .pricing__main-content {
  padding-top: 120px;
  padding-bottom: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .pricing--dark .pricing__main-content {
    padding-top: 80px;
  }
}

@media only screen and (max-width: 767.98px) {
  .pricing--dark .pricing__main-content {
    padding: 56px 16px 16px;
  }
}

.pricing--dark .pricing__box {
  padding-top: 56px;
  padding-bottom: 67px;
  border-color: rgba(255, 255, 255, 0.2);
}

@media only screen and (max-width: 767.98px) {
  .pricing--dark .pricing__box {
    padding: 32px 16px 20px;
  }
}

.pricing--dark .rte p {
  font-size: 16px;
  line-height: 26px;
  max-width: 336px;
}

@media only screen and (max-width: 767.98px) {
  .pricing--dark .rte p {
    line-height: 20.8px;
  }
}

.pricing--dark .rte--benefits p {
  font-size: 18px;
}

.pricing--dark .pricing__items {
  border-color: rgba(255, 255, 255, 0.2);
}

@media only screen and (max-width: 767.98px) {
  .pricing--dark .pricing__items {
    margin: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 56px;
  }
}

.pricing--dark .rte h4 {
  margin-bottom: 24px;
}

@media only screen and (max-width: 767.98px) {
  .pricing--dark .rte h4 {
    margin-bottom: 16px;
    font-size: 29px;
    line-height: 32px;
  }
}

.pricing--dark .rte img {
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 991.98px) {
  .pricing--dark .rte img {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767.98px) {
  .pricing--dark .rte img {
    height: 56px;
    width: 56px;
  }
}

.logos {
  padding-top: 50px;
  padding-bottom: 50px;
}

.logos__holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.logos__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  height: 272px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #e4e4e4;
  margin-right: -1px;
  margin-bottom: -1px;
  padding: 20px;
}

@media only screen and (max-width: 767.98px) {
  .logos__item {
    width: 50%;
    height: 100px;
  }
}

.logos__img {
  max-width: 65%;
}

@media only screen and (max-width: 767.98px) {
  .logos__img {
    width: 50%;
    max-width: 120px;
    min-width: 90px;
  }
}

@media only screen and (min-width: 992px) {
  .split-half--right.split-half--full .split-half__media {
    margin-right: calc(50% - 50vw);
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .split-half--right.split-half--full.split-half--yellow .split-half__container {
    position: relative;
  }
  .split-half--right.split-half--full.split-half--yellow .split-half__container::before {
    content: '';
    position: absolute;
    left: calc(50% - 50vw);
    right: 100%;
    top: 0;
    height: 100%;
    background-color: #ffe400;
  }
}

@media only screen and (min-width: 992px) {
  .split-half--left .split-half__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media only screen and (max-width: 991.98px) {
  .split-half--left .split-half__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media only screen and (min-width: 992px) {
  .split-half--left.split-half--full .split-half__media {
    margin-left: calc(50% - 50vw);
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .split-half--left.split-half--full.split-half--yellow .split-half__container {
    position: relative;
  }
  .split-half--left.split-half--full.split-half--yellow .split-half__container::before {
    content: '';
    position: absolute;
    right: calc(50% - 50vw);
    left: 100%;
    top: 0;
    height: 100%;
    background-color: #ffe400;
  }
}

.split-half--yellow .split-half__container {
  background-color: #ffe400;
}

.split-half--yellow .split-half__media {
  background-color: #fff;
}

@media only screen and (max-width: 991.98px) {
  .split-half--yellow .split-half__content {
    position: relative;
  }
  .split-half--yellow .split-half__content::after, .split-half--yellow .split-half__content::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 21px;
    background-color: #ffe400;
  }
  .split-half--yellow .split-half__content::after {
    left: -20px;
  }
  .split-half--yellow .split-half__content::before {
    right: -20px;
  }
}

.split-half__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media only screen and (min-width: 992px) {
  .split-half__container {
    min-height: 650px;
  }
}

.split-half__content {
  padding: 50px 50px 50px 4%;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  width: 50%;
}

.split-half__content .btn {
  margin-top: 50px;
}

@media only screen and (min-width: 992px) {
  .split-half__content {
    min-height: inherit;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media only screen and (max-width: 991.98px) {
  .split-half__content {
    width: 100%;
    padding: 20px 4%;
  }
}

.split-half__content--fill-left {
  margin-left: calc(50% - 50vw);
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.split-half__title {
  padding-bottom: 23px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767.98px) {
  .split-half__title {
    font-size: 29px;
    line-height: 32px;
    letter-spacing: -1.25px;
    padding-bottom: 31px;
    margin-bottom: 24px;
  }
}

@media only screen and (max-width: 767.98px) {
  .split-half__intro {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.6px;
  }
}

.split-half__media {
  width: 50%;
}

@media only screen and (max-width: 991.98px) {
  .split-half__media {
    width: calc(100% + 40px);
    padding-bottom: 60%;
    margin: 0 -20px;
    min-height: 287px;
  }
}

.split-half__media--video {
  position: relative;
}

.split-half__video-cover {
  background-color: #ffe400;
  z-index: 1;
  background-size: cover;
  background-position: center center;
}

@media only screen and (max-width: 991.98px) {
  .split-half__video-cover {
    background-position: center 20%;
  }
}

.split-half__play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background-color: #fff;
}

.loaded .split-half__play {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.split-half__play .font-ico-play {
  margin-left: 5px;
  margin-top: 5px;
  font-size: 40px;
  color: #393c4b;
}

.loaded .split-half__play .font-ico-play {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media only screen and (min-width: 1025px) {
  .no-touch .split-half__play:hover {
    background-color: #393c4b;
  }
  .no-touch .split-half__play:hover .font-ico-play {
    color: #ffe400;
  }
}

.split-half__video-cover,
.split-half__iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.split-half__iframe {
  width: calc(100% - 1px);
}

.vertical-rte-carousel__wrap {
  background-color: #272a31;
}

.vertical-rte-carousel__wrap .vertical-rte-carousel__name {
  color: #dadada;
}

.vertical-rte-carousel__wrap .vertical-rte-carousel__title {
  color: #fff;
}

.vertical-rte-carousel__wrap .title-line::after {
  background-color: #ffe400;
}

@media only screen and (min-width: 992px) {
  .vertical-rte-carousel__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.vertical-rte-carousel__content {
  padding: 100px 55px 100px 4%;
}

.vertical-rte-carousel__content .rte {
  color: #dadada;
}

.vertical-rte-carousel__content .rte a {
  z-index: 100;
  position: relative;
}

@media only screen and (min-width: 992px) {
  .vertical-rte-carousel__content {
    width: 50%;
    max-width: 672px;
  }
}

@media only screen and (max-width: 991.98px) {
  .vertical-rte-carousel__content {
    padding: 65px 20px;
  }
}

.vertical-rte-carousel__name {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}

@media only screen and (max-width: 767.98px) {
  .vertical-rte-carousel__name {
    font-size: 12px;
  }
}

.vertical-rte-carousel__title {
  margin-bottom: 25px;
}

.vertical-rte-carousel__slider {
  width: 50%;
}

.vertical-rte-carousel__slider .slick-slide {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.vertical-rte-carousel__slider .slick-slide > div {
  width: 100%;
}

.vertical-rte-carousel__slider .slick-dots {
  position: absolute;
}

@media only screen and (min-width: 992px) {
  .vertical-rte-carousel__slider .slick-dots {
    -webkit-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
    left: -40px;
    top: 50%;
  }
}

@media only screen and (min-width: 768px) {
  .vertical-rte-carousel__slider::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: -100%;
    background-color: transparent;
    top: 0;
  }
}

@media only screen and (max-width: 991.98px) {
  .vertical-rte-carousel__slider {
    width: 100%;
  }
  .vertical-rte-carousel__slider .slick-dots {
    bottom: 15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.vertical-rte-carousel__slider--light .slick-dots button {
  background-color: #393c4b;
}

.vertical-rte-carousel__item {
  position: relative;
}

@media only screen and (min-width: 992px) {
  .vertical-rte-carousel__item {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.vertical-rte-carousel__item-content {
  width: 100%;
  text-align: center;
}

@media only screen and (min-width: 992px) {
  .vertical-rte-carousel__item-content {
    max-width: 672px;
    padding-left: 55px;
  }
}

@media only screen and (max-width: 991.98px) {
  .vertical-rte-carousel__item-content {
    padding: 40px 20px 80px;
  }
}

.vertical-rte-carousel__num {
  display: block;
  font-size: 160px;
  font-weight: bold;
  line-height: 1.13;
  letter-spacing: -2.06px;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  opacity: 0;
}

@media only screen and (min-width: 576px) {
  .vertical-rte-carousel__num {
    width: 80%;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 1400px) and (min-width: 768px) {
  .vertical-rte-carousel__num {
    font-size: 100px;
  }
}

@media only screen and (max-width: 767.98px) {
  .vertical-rte-carousel__num {
    font-size: 80px;
    letter-spacing: -1px;
  }
}

.vertical-rte-carousel__text {
  font-size: 20px;
  letter-spacing: -0.86px;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 0.5s linear 0.5s, background-color 0.3s ease, -webkit-transform 0.5s linear 0.5s, -webkit-box-shadow 0.3s ease;
  transition: opacity 0.5s linear 0.5s, background-color 0.3s ease, -webkit-transform 0.5s linear 0.5s, -webkit-box-shadow 0.3s ease;
  transition: transform 0.5s linear 0.5s, opacity 0.5s linear 0.5s, box-shadow 0.3s ease, background-color 0.3s ease;
  transition: transform 0.5s linear 0.5s, opacity 0.5s linear 0.5s, box-shadow 0.3s ease, background-color 0.3s ease, -webkit-transform 0.5s linear 0.5s, -webkit-box-shadow 0.3s ease;
  opacity: 0;
}

@media only screen and (min-width: 576px) {
  .vertical-rte-carousel__text {
    width: 80%;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 767.98px) {
  .vertical-rte-carousel__text {
    font-size: 14px;
    letter-spacing: -0.6px;
  }
}

.vertical-rte-carousel__item--black {
  background-color: #272a31;
}

.vertical-rte-carousel__item--black .vertical-rte-carousel__num {
  color: #fff;
}

.vertical-rte-carousel__item--black .vertical-rte-carousel__text {
  color: #dadada;
}

.vertical-rte-carousel__item--dark {
  background-color: #393c4b;
}

.vertical-rte-carousel__item--dark .vertical-rte-carousel__num {
  color: #fff;
}

.vertical-rte-carousel__item--dark .vertical-rte-carousel__text {
  color: #fff;
}

.vertical-rte-carousel__item--yellow {
  background-color: #ffe400;
}

.people-carousel {
  padding-top: 87px;
  padding-bottom: 26px;
}

.people-carousel .slick-slide {
  width: 561px;
}

.people-carousel .slick-dots {
  margin-top: 81px;
  margin-left: 32px;
}

.people-carousel .arrow-holder {
  margin-top: -95px;
}

.people-carousel .arrow-holder .slider-prev,
.people-carousel .arrow-holder .slider-next {
  background-color: #fff;
}

@media only screen and (max-width: 991.98px) {
  .people-carousel .slick-dots .slick-active button {
    width: 79px;
  }
}

@media only screen and (max-width: 767.98px) {
  .people-carousel {
    padding-top: 64px;
    padding-bottom: 9px;
  }
  .people-carousel .slick-slide {
    width: 251px;
    margin-right: 30px;
  }
  .people-carousel .slick-dots {
    margin-left: -33px;
    margin-top: 42px;
  }
}

.people-carousel__title {
  margin-bottom: 51px;
  margin-left: 56px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1.4px;
  color: #393c4b;
}

@media only screen and (max-width: 767.98px) {
  .people-carousel__title {
    display: none;
  }
}

.people-carousel__slider {
  margin-right: calc(50% - 50vw);
  margin-bottom: 50px;
  margin-left: 24px;
}

@media only screen and (max-width: 767.98px) {
  .people-carousel__slider {
    margin-left: 9.1%;
  }
}

@media only screen and (min-width: 768px) {
  .people-carousel__slide {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media only screen and (max-width: 767.98px) {
  .people-carousel__slide {
    text-align: center;
  }
}

.people-carousel__content {
  padding-left: 30px;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}

@media only screen and (max-width: 767.98px) {
  .people-carousel__content {
    padding-left: 0;
  }
}

.people-carousel__name {
  margin-bottom: 3px;
}

@media only screen and (max-width: 991.98px) {
  .people-carousel__name {
    font-size: 26px;
    line-height: 40px;
    letter-spacing: -0.7px;
    margin-bottom: 1px;
  }
}

.people-carousel__position {
  line-height: 28px;
  letter-spacing: -0.7px;
  margin-bottom: 26px;
}

@media only screen and (max-width: 767.98px) {
  .people-carousel__position {
    font-size: 16px;
    letter-spacing: -0.6px;
    margin-bottom: 21px;
  }
}

.people-carousel__img {
  width: 225px;
  height: 225px;
  border-radius: 50%;
}

@media only screen and (max-width: 767.98px) {
  .people-carousel__img {
    margin: 0 auto 23px;
    display: block;
  }
}

.people-carousel__cta {
  letter-spacing: -0.7px;
}

@media only screen and (max-width: 767.98px) {
  .people-carousel__cta {
    max-width: 225px;
    font-size: 16px;
    letter-spacing: -0.6px;
  }
}

.ups {
  background-color: #f4f4f4;
}

.ups__holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 991.98px) {
  .ups__holder {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media only screen and (min-width: 768px) {
  .ups__content-holder {
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .ups__content-holder {
    width: 100%;
    padding: 64px 0 70px;
  }
}

@media only screen and (max-width: 767.98px) {
  .ups__content-holder {
    padding: 64px 0 70px;
  }
}

.ups__content {
  max-width: 450px;
  margin-left: 4%;
}

@media only screen and (max-width: 991.98px) {
  .ups__content {
    max-width: 100%;
  }
}

@media only screen and (max-width: 767.98px) {
  .ups__content {
    margin-left: 0;
  }
}

.ups__category {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 20px;
  display: block;
}

@media only screen and (max-width: 767.98px) {
  .ups__category {
    font-size: 12px;
    margin-bottom: 4px;
  }
}

.ups__title {
  padding-bottom: 29px;
  margin-bottom: 27px;
}

.ups__intro {
  line-height: 28px;
  letter-spacing: -0.7px;
  margin-bottom: 37px;
}

@media only screen and (max-width: 767.98px) {
  .ups__intro {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.6px;
    margin-bottom: 55px;
  }
}

.ups__item-holder {
  width: 50vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: calc(50% - 50vw);
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .ups__item-holder {
    width: 100vw;
    margin-right: -20px;
    margin-left: -20px;
  }
}

@media only screen and (max-width: 767.98px) {
  .ups__item-holder {
    display: block;
    width: 100%;
  }
}

@media only screen and (max-width: 991.98px) {
  .ups__item-holder--align-right-border {
    margin: auto;
    width: 100%;
  }
}

@media only screen and (min-width: 992px) {
  .ups__item-holder--align-right-border {
    margin-right: 0;
    width: 50%;
  }
}

.ups__item {
  width: 50%;
  min-height: 453px;
  text-align: center;
  padding: 20px 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media only screen and (max-width: 767.98px) {
  .ups__item {
    width: calc(100% + 40px);
    padding: 76px 20px 50px;
    margin-left: -20px;
    min-height: 420px;
  }
}

.ups__item-img {
  max-width: 80%;
  max-height: 80%;
  margin-bottom: 36px;
}

.ups__item-desc {
  display: block;
  max-width: 232px;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.6px;
  margin: 0 auto;
}

.ups__item--black {
  background-color: #272a31;
}

.ups__item--black .ups__item-desc {
  color: #dadada;
}

.ups__item--grey {
  background-color: #393c4b;
}

.ups__item--grey .ups__item-desc {
  color: #dadada;
}

.ups__item--yellow {
  background-color: #ffe400;
}

.ups__item--light {
  background-color: #fff;
}

.contact {
  background-color: #272a31;
  color: #fff;
}

.contact .rte p {
  font-size: 16px;
  letter-spacing: -0.7px;
  line-height: 1.65;
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .contact__wrap {
    border-left: 1px solid #393c4b;
  }
}

@media only screen and (max-width: 767.98px) {
  .contact__wrap {
    margin: 0 -20px;
    border-top: 1px solid #393c4b;
  }
}

.contact__title {
  margin-bottom: 20px;
}

.contact__title::after {
  background-color: #ffe400;
}

@media only screen and (max-width: 767.98px) {
  .contact__title {
    font-size: 29px;
  }
}

@media only screen and (min-width: 768px) {
  .contact__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.contact__row--top .contact__item {
  padding: 55px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: left;
  -webkit-align-items: left;
      -ms-flex-align: left;
          align-items: left;
}

.contact__row--top .rte {
  width: 100%;
}

.contact__row--top .rte h5 {
  margin-bottom: 10px;
}

.contact__row--top .rte p {
  color: #dadada;
}

.contact__row--top .rte a {
  color: #ffe400 !important;
  text-decoration: underline;
}

@media only screen and (min-width: 768px) {
  .contact__row--top .contact__item {
    min-height: 446px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199.98px) {
  .contact__row--top .contact__item {
    padding: 50px 25px;
  }
}

@media only screen and (max-width: 767.98px) {
  .contact__row--top .contact__item {
    padding: 40px 20px;
  }
}

.contact__row--bottom .contact__item {
  text-align: center;
  padding: 85px 55px;
}

.contact__row--bottom .rte h5 {
  margin-bottom: 0;
}

.contact__row--bottom .rte p {
  color: #bbb;
}

@media only screen and (min-width: 768px) and (max-width: 1199.98px) {
  .contact__row--bottom .contact__item {
    padding: 70px 25px;
  }
}

@media only screen and (max-width: 767.98px) {
  .contact__row--bottom .contact__item {
    padding: 60px 20px;
  }
}

@media only screen and (min-width: 768px) {
  .contact__item {
    border-right: 1px solid #393c4b;
    width: 33.33%;
    margin-top: -1px;
    border-top: 1px solid #393c4b;
    border-bottom: 1px solid #393c4b;
  }
}

@media only screen and (max-width: 767.98px) {
  .contact__item {
    border-bottom: 1px solid #393c4b;
  }
}

.contact__clock {
  width: 150px;
  height: 150px;
  border: 7px solid #393c4b;
  border-radius: 50%;
  margin: 0 auto 80px;
  position: relative;
  -webkit-transform: rotate(-3deg);
          transform: rotate(-3deg);
}

.contact__clock::after {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #272a31;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media only screen and (max-width: 767.98px) {
  .contact__clock {
    margin: 0 auto 30px;
  }
}

.contact__hours,
.contact__minutes {
  display: block;
  height: 7px;
  position: absolute;
  top: 50%;
  left: 50%;
}

.contact__hours {
  background-color: #ffe400;
  width: 39px;
  margin: -3px 0 -4px -29%;
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  border-bottom-left-radius: 7px;
}

.contact__minutes {
  background-color: #fff;
  height: 51px;
  width: 6px;
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  margin: -37% -3px 0;
  border-top-left-radius: 7px;
}

.header-small {
  background-color: #272a31;
  border-color: rgba(255, 255, 255, 0.2);
  border-bottom-style: solid;
  border-width: 1px;
  padding-top: 0;
}

.header-small__container {
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 111px;
}

@media only screen and (min-width: 1200px) {
  .header-small__container {
    position: relative;
  }
}

@media only screen and (max-width: 1199.98px) {
  .header-small__container {
    height: 80px;
  }
}

.header-small__logo {
  display: inline-block;
  width: 130px;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}

@media only screen and (max-width: 767.98px) {
  .header-small__logo {
    width: 90px;
  }
}

.header-small__logo-white {
  width: inherit;
}

.header-small__list {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.header-small__item:not(:last-child) {
  margin-right: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 1199.98px) {
  .header-small__item:not(:last-child) {
    margin-right: 30px;
  }
}

@media only screen and (max-width: 767.98px) {
  .header-small__item:not(:last-child) {
    margin-right: 8px;
  }
}

.header-small__link {
  color: #fff;
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.63;
  letter-spacing: -0.6px;
}

.loaded .header-small__link {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

@media only screen and (min-width: 1025px) {
  .no-touch .header-small__link:hover {
    opacity: 0.7;
  }
}

.header-small__link .font-ico-viber {
  font-size: 19px;
  margin-right: 15px;
  position: relative;
  top: 3px;
}

.header-small__link .font-ico-email {
  font-size: 19px;
  margin-right: 15px;
  position: relative;
  top: 4px;
}

@media only screen and (min-width: 768px) and (max-width: 1199.98px) {
  .header-small__link .font-ico-viber,
  .header-small__link .font-ico-email {
    margin-right: 10px;
  }
}

@media only screen and (max-width: 767.98px) {
  .header-small__link .font-ico-viber,
  .header-small__link .font-ico-email {
    margin-right: 5px;
  }
}

@media only screen and (max-width: 1199.98px) {
  .header-small__item-text {
    display: none;
  }
}

.header-small__link--email {
  font-size: 20px;
}

@media only screen and (max-width: 991.98px) {
  .header-small__link--email {
    font-size: 14px;
  }
}

@media only screen and (max-width: 767.98px) {
  .header-small__link--email {
    margin-right: 10px;
  }
}

.header-small__item--country {
  margin-right: 6px;
  opacity: 0.5;
}

@media only screen and (max-width: 1199.98px) {
  .header-small__item--country {
    margin-right: 8px;
  }
}

@media only screen and (max-width: 991.98px) {
  .header-small__item--country {
    font-size: 14px;
  }
}

.signup {
  min-height: 406px;
  background-color: #393c4b;
  padding-top: 102px;
  padding-bottom: 50px;
  margin-bottom: 100px;
}

.signup .hs-input[type='email'] {
  height: 60px;
  width: 100%;
  max-width: 448px;
  border-radius: 8px;
  border: 1px solid #fff;
  color: #bbb;
  background-color: rgba(255, 255, 255, 0.2);
  font-family: "BrownLLWeb", sans-serif;
}

.signup .hs-input[type='email']::-webkit-input-placeholder {
  letter-spacing: -0.7px;
  color: #bbb;
  font-size: 18px;
}

.signup .hs-input[type='email']::-moz-placeholder {
  letter-spacing: -0.7px;
  color: #bbb;
  font-size: 18px;
}

.signup .hs-input[type='email']:-ms-input-placeholder {
  letter-spacing: -0.7px;
  color: #bbb;
  font-size: 18px;
}

.signup .hs-input[type='email']::-ms-input-placeholder {
  letter-spacing: -0.7px;
  color: #bbb;
  font-size: 18px;
}

.signup .hs-input[type='email']::placeholder {
  letter-spacing: -0.7px;
  color: #bbb;
  font-size: 18px;
}

.signup .hs-fieldtype-booleancheckbox {
  margin-top: 19px;
}

.signup .hs-input[type='checkbox'] {
  height: 10px;
  opacity: 0;
  position: absolute;
}

.signup .hs-input[type='checkbox']:checked + span::before {
  display: block;
  max-width: 448px;
}

.signup .hs-input[type='checkbox'] + span {
  color: rgba(255, 255, 255, 0.8);
  position: relative;
  padding-left: 35px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: -0.6;
}

.signup .hs-input[type='checkbox'] + span::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  top: 0;
  border-radius: 4px;
  background-color: #fff;
}

.signup .hs-input[type='checkbox'] + span::before {
  content: '';
  position: absolute;
  width: 15px;
  height: 7px;
  border-bottom: 3px solid #393c4b;
  border-left: 3px solid #393c4b;
  left: 3px;
  top: 5px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  z-index: 2;
  display: none;
}

.signup .hs-form-required {
  display: none;
}

.signup .hs-error-msg {
  font-size: 14px;
}

.signup .hs-button {
  height: 50px;
  line-height: 50px;
  background-color: #ffe400;
  color: #272a31;
  border-radius: 30px;
  font-weight: bold;
  letter-spacing: -0.7px;
  padding: 0 59px;
  margin-top: 29px;
  font-family: "BrownLLWeb", sans-serif;
}

.loaded .signup .hs-button {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media only screen and (min-width: 1025px) {
  .no-touch .signup .hs-button:hover {
    -webkit-box-shadow: 0 12px 11px 0 rgba(15, 28, 68, 0.15);
            box-shadow: 0 12px 11px 0 rgba(15, 28, 68, 0.15);
    background-color: #ffeb46;
  }
}

@media only screen and (max-width: 991.98px) {
  .signup {
    margin: 60px 0;
  }
  .signup .hs-email {
    text-align: left;
    padding-left: 14px;
    padding-right: 14px;
  }
  .signup .hs-fieldtype-booleancheckbox {
    text-align: left;
    margin-left: 14px;
  }
  .signup .hs_error_rollup {
    text-align: left;
    padding-left: 14px;
  }
  .signup .actions {
    text-align: left;
  }
  .signup .hs-button {
    margin-left: 14px;
    width: 50%;
  }
}

@media only screen and (max-width: 767.98px) {
  .signup {
    padding-bottom: 84px;
    padding-top: 62px;
    margin: 0;
  }
  .signup .hs-input[type='email'] {
    max-width: 100%;
    background-color: transparent;
  }
  .signup .hs-button {
    width: calc(100% - 28px);
    font-size: 16px;
    letter-spacing: 0.6px;
    height: 50px;
    line-height: 50px;
    margin-top: 43px;
  }
  .signup .hs-fieldtype-booleancheckbox {
    text-align: left;
  }
}

@media only screen and (min-width: 768px) {
  .signup__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.signup__text-holder {
  width: 50%;
  padding-left: 168px;
  padding-right: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .signup__text-holder {
    padding-left: 0;
    margin-left: 4%;
  }
}

@media only screen and (max-width: 767.98px) {
  .signup__text-holder {
    margin-left: 0;
    padding-left: 14px;
    padding-right: 14px;
    width: 100%;
  }
}

.signup__title {
  color: #fff;
  max-width: 392px;
  margin-bottom: 12px;
}

@media only screen and (max-width: 767.98px) {
  .signup__title {
    max-width: 100%;
    font-size: 32px;
    line-height: 36px;
    letter-spacing: -1.25px;
    margin-bottom: 21px;
  }
}

.signup__desc {
  color: #bbb;
  max-width: 392px;
}

@media only screen and (max-width: 767.98px) {
  .signup__desc {
    max-width: 100%;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.6px;
    padding-bottom: 44px;
  }
}

.signup__form {
  width: 50%;
  padding-top: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 767.98px) {
  .signup__form {
    width: 100%;
  }
}

.hbspt-form {
  width: 100%;
}

.single-post .signup {
  margin-bottom: 0;
  margin-top: 80px;
}

.single-post .signup + .rte-wrap {
  padding-top: 80px;
}

@media only screen and (max-width: 767.98px) {
  .single-post .signup {
    margin-bottom: 0;
    margin-top: 50px;
  }
  .single-post .signup + .rte-wrap {
    padding-top: 10px;
  }
}

.request-demo-form {
  background-color: #272a31;
}

.request-demo-form .rte.rte p {
  color: #dadada;
  letter-spacing: -0.8px;
  margin-bottom: 46px;
}

.request-demo-form .rte.rte p a {
  color: #ffe400;
  text-decoration: none;
}

.loaded .request-demo-form .rte.rte p a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media only screen and (min-width: 1025px) {
  .no-touch .request-demo-form .rte.rte p a:hover {
    text-decoration: underline;
  }
}

.request-demo-form .rte.rte ul {
  padding-left: 34px;
}

.request-demo-form .rte.rte li {
  color: #dadada;
  line-height: 1.5;
  letter-spacing: -0.86px;
  margin-bottom: 20px;
  position: relative;
}

.request-demo-form .rte.rte li::before {
  content: '';
  position: absolute;
  width: 16px;
  height: 10px;
  border-bottom: 5px solid #ffe400;
  border-left: 5px solid #ffe400;
  -webkit-transform: rotate(-52deg);
          transform: rotate(-52deg);
  top: 9px;
  left: -33px;
  border-radius: 0;
  background-color: transparent;
}

.request-demo-form .hs-form-required {
  display: none;
}

@media only screen and (min-width: 768px) {
  .request-demo-form .rte p {
    font-size: 20px;
    line-height: 1.5;
  }
  .request-demo-form .rte li {
    font-size: 20px;
  }
}

@media only screen and (max-width: 991.98px) {
  .request-demo-form .rte p {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.6px;
    margin-bottom: 30px;
  }
  .request-demo-form .rte li {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.6px;
    margin-bottom: 13px;
  }
  .request-demo-form .rte li::before {
    top: 7px;
  }
}

.request-demo-form--white {
  background-color: #fff;
}

.request-demo-form--white .rte.rte p, .request-demo-form--white .rte.rte li {
  color: #393c4b;
}

.request-demo-form--white .rte.rte p a {
  color: #393c4b;
  text-decoration: underline;
}

.loaded .request-demo-form--white .rte.rte p a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media only screen and (min-width: 1025px) {
  .no-touch .request-demo-form--white .rte.rte p a:hover {
    color: #9a6f00;
  }
}

.request-demo-form--white .request-demo-form__title {
  color: #393c4b;
}

.request-demo-form--white .request-demo-form__title.title-line::after {
  background-color: #393c4b;
}

.request-demo-form--white .rte li::before {
  border-bottom-color: #393c4b;
  border-left-color: #393c4b;
}

.request-demo-form--white .request-demo-form__form {
  border-color: #e4e4e4;
}

.request-demo-form--white .request-demo-form__form .hs-input {
  border-color: #dadada;
  color: #393c4b;
}

.request-demo-form--white .request-demo-form__form .hs-input.error {
  border-color: #f40100;
}

.request-demo-form--white .request-demo-form__form .hs-input:focus {
  border-color: #393c4b;
}

.request-demo-form--white .request-demo-form__form .hs-button {
  background-color: #393c4b;
  color: #fff;
}

@media only screen and (min-width: 1025px) {
  .no-touch .request-demo-form--white .request-demo-form__form .hs-button:hover {
    -webkit-box-shadow: 0 12px 11px 0 rgba(15, 28, 68, 0.15);
            box-shadow: 0 12px 11px 0 rgba(15, 28, 68, 0.15);
    background-color: #535667;
  }
}

.request-demo-form--white .request-demo-form__form .hs-form-field {
  position: relative;
}

.request-demo-form--white .request-demo-form__form .hs-form-field.active > label {
  background-color: #fff;
  color: #393c4b;
}

.request-demo-form--white .request-demo-form__form .hs-form-field > label {
  color: #bbb;
}

.request-demo-form--white .request-demo-form__form .hs-input[type='checkbox'] + span {
  color: #393c4b;
}

.request-demo-form--white .request-demo-form__form .hs-input[type='checkbox'] + span::after {
  background-color: #dadada;
}

.request-demo-form--white .request-demo-form__form .hs-form-booleancheckbox {
  color: #393c4b;
}

.request-demo-form--white .request-demo-form__form select {
  background-image: linear-gradient(45deg, transparent 50%, #393c4b 50%), linear-gradient(135deg, #393c4b 50%, transparent 50%);
  background-position: calc(100% - 28px) calc(1em + 11px), calc(100% - 23px) calc(1em + 11px), 100% 0;
  background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
  background-repeat: no-repeat;
}

.request-demo-form--white .request-demo-form__form .select-active {
  background-image: linear-gradient(45deg, #393c4b 50%, transparent 50%), linear-gradient(135deg, transparent 50%, #393c4b 50%);
  background-position: calc(100% - 23px), calc(100% - 28px), 100% 0;
}

.request-demo-form--white .request-demo-form__form .input select {
  color: rgba(0, 0, 0, 0);
}

.request-demo-form--white .request-demo-form__form .input.active select {
  color: #393c4b;
}

.request-demo-form--white .request-demo-form__content {
  border-color: #e4e4e4;
}

@media only screen and (max-width: 767.98px) {
  .request-demo-form--white .request-demo-form__content::after {
    background-color: #e4e4e4;
  }
}

@media only screen and (min-width: 768px) {
  .request-demo-form__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.request-demo-form__content {
  position: relative;
  border-right-style: solid;
  border-left-style: solid;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.2);
}

@media only screen and (min-width: 768px) {
  .request-demo-form__content {
    padding: 138px 98px 100px 55px;
    width: 50%;
  }
}

@media only screen and (max-width: 991.98px) {
  .request-demo-form__content {
    padding: 40px 27px;
  }
}

@media only screen and (max-width: 767.98px) {
  .request-demo-form__content {
    padding: 53px 27px 42px;
  }
  .request-demo-form__content::after {
    content: '';
    position: absolute;
    width: calc(100% + 40px);
    left: -20px;
    bottom: 0;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.2);
  }
}

.request-demo-form__title {
  color: #fff;
  font-size: 60px;
  font-weight: bold;
  line-height: 1.13;
  margin-bottom: 26px;
  padding-bottom: 32px;
  letter-spacing: -2.5px;
  position: relative;
  margin-left: -3px;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .request-demo-form__title {
    font-size: 50px;
  }
}

@media only screen and (max-width: 991.98px) {
  .request-demo-form__title {
    font-size: 32px;
    letter-spacing: -1.25px;
    margin-left: 0;
    padding-bottom: 27px;
  }
}

.request-demo-form__title.title-line::after {
  background-color: #ffe400;
}

@media only screen and (min-width: 768px) {
  .request-demo-form__form {
    padding: 149px 30px 100px;
    width: 50%;
    border-right-style: solid;
    border-width: 1px;
    border-color: rgba(255, 255, 255, 0.2);
  }
}

.request-demo-form__form .hs-form-field {
  margin-bottom: 20px;
  position: relative;
}

.request-demo-form__form .hs-form-field.active > label {
  background-color: #272a31;
  color: #e4e4e4;
  font-size: 12px;
  padding: 0 6px;
  top: -8px;
}

.request-demo-form__form .hs-form-field > label {
  color: #dadada;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: -0.7px;
  position: absolute;
  left: 20px;
  top: 17px;
  pointer-events: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.request-demo-form__form .hs-input {
  background-color: #30333c;
  color: #dadada;
  font-family: "BrownLLWeb", sans-serif;
  border: 1px solid #30333c;
  border-radius: 8px;
  height: 60px;
  width: 100%;
  padding: 0 20px;
}

.request-demo-form__form .hs-input[type='checkbox'] {
  margin-right: 10px;
  vertical-align: text-top;
}

.request-demo-form__form .hs-input[type='checkbox'] + span {
  font-size: 16px;
  color: #dadada;
}

.request-demo-form__form .hs-input.error {
  border-color: #f40100;
}

.request-demo-form__form .hs-input:focus {
  border-color: #ffe400;
}

.request-demo-form__form input::-webkit-input-placeholder, .request-demo-form__form textarea::-webkit-input-placeholder {
  color: transparent;
  opacity: 0;
}

.request-demo-form__form input::-moz-placeholder, .request-demo-form__form textarea::-moz-placeholder {
  color: transparent;
  opacity: 0;
}

.request-demo-form__form input:-ms-input-placeholder, .request-demo-form__form textarea:-ms-input-placeholder {
  color: transparent;
  opacity: 0;
}

.request-demo-form__form input::-ms-input-placeholder, .request-demo-form__form textarea::-ms-input-placeholder {
  color: transparent;
  opacity: 0;
}

.request-demo-form__form input::placeholder,
.request-demo-form__form textarea::placeholder {
  color: transparent;
  opacity: 0;
}

.request-demo-form__form input:-webkit-autofill,
.request-demo-form__form input:-webkit-autofill:hover,
.request-demo-form__form input:-webkit-autofill:focus,
.request-demo-form__form textarea:-webkit-autofill,
.request-demo-form__form textarea:-webkit-autofill:hover,
.request-demo-form__form textarea:-webkit-autofill:focus,
.request-demo-form__form select:-webkit-autofill,
.request-demo-form__form select:-webkit-autofill:hover,
.request-demo-form__form select:-webkit-autofill:focus {
  background-color: #30333c;
  -webkit-box-shadow: 0 0 0 1000px #30333c inset;
  box-shadow: 0 0 0 1000px #30333c inset;
  color: #dadada;
  -webkit-text-fill-color: #dadada;
  border: 10px solid #30333c;
}

.request-demo-form__form select::-ms-expand {
  display: none;
}

.request-demo-form__form select {
  font-size: 16px;
  background-image: linear-gradient(45deg, transparent 50%, #ffe400 50%), linear-gradient(135deg, #ffe400 50%, transparent 50%);
  background-position: calc(100% - 28px) calc(1em + 11px), calc(100% - 23px) calc(1em + 11px), 100% 0;
  background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
  background-repeat: no-repeat;
  color: rgba(0, 0, 0, 0);
  -webkit-appearance: none;
  -moz-appearance: none;
}

.request-demo-form__form select option {
  color: #fff;
}

.request-demo-form__form .select-active {
  background-image: linear-gradient(45deg, #ffe400 50%, transparent 50%), linear-gradient(135deg, transparent 50%, #ffe400 50%);
  background-position: calc(100% - 23px), calc(100% - 28px), 100% 0;
}

.request-demo-form__form .input.active select {
  color: #dadada;
  font-family: "BrownLLWeb", sans-serif;
  font-size: 16px;
}

.request-demo-form__form .hs-form-booleancheckbox {
  color: #fff;
}

.request-demo-form__form .hs-input[type='checkbox'] {
  height: 10px;
  opacity: 0;
  position: absolute;
}

.request-demo-form__form .hs-input[type='checkbox']:checked + span::before {
  display: block;
  max-width: 448px;
}

.request-demo-form__form .hs-input[type='checkbox'] + span {
  color: rgba(255, 255, 255, 0.8);
  position: relative;
  padding-left: 35px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: -0.6;
}

.request-demo-form__form .hs-input[type='checkbox'] + span::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  top: 0;
  border-radius: 4px;
  background-color: #fff;
}

.request-demo-form__form .hs-input[type='checkbox'] + span::before {
  content: '';
  position: absolute;
  width: 15px;
  height: 7px;
  border-bottom: 3px solid #393c4b;
  border-left: 3px solid #393c4b;
  left: 3px;
  top: 5px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  z-index: 2;
  display: none;
}

.request-demo-form__form .hs-button {
  height: 60px;
  line-height: 60px;
  background-color: #ffe400;
  color: #272a31;
  border-radius: 30px;
  font-weight: bold;
  letter-spacing: -0.7px;
  padding: 0 37px;
  font-family: "BrownLLWeb", sans-serif;
  width: 100%;
  font-size: 24px;
  margin-top: 10px;
  text-align: center;
}

.loaded .request-demo-form__form .hs-button {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media only screen and (min-width: 1025px) {
  .no-touch .request-demo-form__form .hs-button:hover {
    -webkit-box-shadow: 0 12px 11px 0 rgba(15, 28, 68, 0.15);
            box-shadow: 0 12px 11px 0 rgba(15, 28, 68, 0.15);
    background-color: #ffeb46;
  }
}

@media only screen and (max-width: 991.98px) {
  .request-demo-form__form {
    padding: 40px 20px;
  }
}

@media only screen and (max-width: 767.98px) {
  .request-demo-form__form {
    padding: 53px 0 65px;
  }
  .request-demo-form__form .hs-submit {
    text-align: center;
  }
  .request-demo-form__form .hs-button {
    width: calc(100% - 28px);
    height: 50px;
    line-height: 50px;
    margin-top: 32px;
  }
  .request-demo-form__form .hs-form-booleancheckbox {
    margin-top: 30px;
  }
}

.form-columns-2 .hs-form-field {
  width: 49%;
}

.form-columns-2 .hs-form-field:nth-child(1) {
  float: left;
}

.form-columns-2 .hs-form-field:nth-child(2) {
  float: right;
}

.request-demo-form__form-wrap {
  margin: 0 auto;
  max-width: 450px;
  width: 100%;
}

@media only screen and (max-width: 767.98px) {
  .request-demo-form__form-wrap {
    max-width: 100%;
  }
}

.hs-error-msgs a {
  display: none;
}

.hs-error-msg,
.hs-error-msg {
  color: #f40100;
  font-size: 14px;
}

.hs-main-font-element {
  display: none;
}

.submitted-message {
  display: block;
  color: #fff;
}

.submitted-message a {
  color: #ffe400;
}

.request-demo-form.compact {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.request-demo-form.compact .request-demo-form__wrap {
  height: 100%;
  min-height: calc(100vh - 113px);
}

@media only screen and (max-width: 1199.98px) {
  .request-demo-form.compact .request-demo-form__wrap {
    min-height: calc(100vh - 81px);
  }
}

@media only screen and (min-width: 992px) {
  .request-demo-form.compact .request-demo-form__content {
    padding: 100px 55px;
  }
  .request-demo-form.compact .request-demo-form__form {
    padding: 100px 30px;
  }
}

.request-demo-form.compact .company-gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.request-demo-form.compact .company-gallery-tagline {
  margin-top: 55px;
  margin-bottom: 15px;
  color: #dadada;
}

.request-demo-form.compact .company-gallery__logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 55px;
  margin-right: 30px;
}

.request-demo-form.compact .company-gallery__logo img {
  max-height: 30px;
  max-width: 100px;
}

.request-demo-form.compact .company-gallery__logo:nth-child(3) img {
  max-height: 22px;
}

.request-demo-form.compact .company-gallery__logo:nth-child(4) img {
  max-height: 20px;
}

.request-demo-form.compact .company-gallery__logo:nth-child(5) img {
  max-height: 18px;
}

.request-demo-form.compact .company-gallery__logo:last-child {
  margin-right: 0;
}

.about-author .btn {
  letter-spacing: -0.7px;
}

.about-author .rte p {
  line-height: 28px;
  letter-spacing: -0.7px;
}

@media only screen and (max-width: 767.98px) {
  .about-author .btn {
    font-size: 16px;
    letter-spacing: 0.6px;
  }
  .about-author .rte p {
    line-height: 24px;
    letter-spacing: -0.6px;
    margin-bottom: 30px;
    padding: 0 34px;
  }
}

.about-author__wrap {
  padding: 20px 0;
  border: 1px solid #dadada;
}

@media only screen and (max-width: 767.98px) {
  .about-author__wrap {
    padding: 60px 0 72px;
  }
}

.about-author__holder {
  max-width: 785px;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .about-author__holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 200px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .about-author__holder {
    padding: 0 4%;
  }
}

@media only screen and (max-width: 767.98px) {
  .about-author__holder {
    text-align: center;
  }
}

.about-author__img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 170px;
      -ms-flex: 0 0 170px;
          flex: 0 0 170px;
  width: 170px;
  height: 170px;
  margin-right: 54px;
  border-radius: 50%;
}

@media only screen and (max-width: 767.98px) {
  .about-author__img {
    width: 110px;
    height: 110px;
    margin: 0 auto 24px;
  }
}

@media only screen and (min-width: 768px) {
  .about-author__content {
    padding-top: 16px;
  }
}

.single-post .about-author {
  margin-bottom: 100px;
  margin-top: 80px;
}

@media only screen and (max-width: 767.98px) {
  .single-post .about-author {
    margin-top: 60px;
    margin-bottom: 0;
  }
  .single-post .about-author__wrap {
    padding-bottom: 22px;
  }
}

.feature-skills {
  padding: 50px 0;
}

.feature-skills .rte {
  text-align: center;
  max-width: 610px;
  margin: 0 auto;
}

.feature-skills .rte h2 {
  position: relative;
  padding-bottom: 20px;
}

.feature-skills .rte h2::after {
  position: absolute;
  content: '';
  display: block;
  width: 30px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  background-color: #393c4b;
  border-bottom-right-radius: 4px;
}

@media only screen and (max-width: 991.98px) {
  .feature-skills {
    padding-top: 30px 0;
  }
  .feature-skills .rte h2::after {
    width: 22px;
    height: 4px;
  }
  .feature-skills .rte img {
    margin-top: 30px;
    margin-bottom: 20px;
  }
}

.feature-skills__img {
  width: 100%;
}

.filter-topics {
  padding: 46px 0 36px;
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 767.98px) {
  .filter-topics {
    padding: 30px 0 18px;
    border-top: 1px solid #dadada;
  }
}

.wrapper::after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.wrapper select {
  position: absolute;
  top: -1000em;
}

.wrapper label {
  font-weight: bold;
  padding-top: 0.2em;
}

.wrapper .select-box {
  position: relative;
  float: left;
}

@media only screen and (max-width: 767.98px) {
  .wrapper .select-box {
    text-align: center;
    float: none;
  }
}

.wrapper .select-box .trigger {
  color: #393c4b;
  cursor: pointer;
  font-size: 16px;
  line-height: 28px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding-right: 23px;
  padding-bottom: 10px;
}

.wrapper .select-box .trigger::after {
  font-family: 'svgicons';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  display: block;
  line-height: 1;
  content: "";
  position: absolute;
  top: 13px;
  right: 0;
  font-size: 7px;
  color: #393c4b;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.wrapper .select-box .trigger--active::after {
  font-family: 'svgicons';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  display: block;
  line-height: 1;
  content: "";
  position: absolute;
  top: 10px;
  right: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.wrapper .select-box .choices {
  color: #393c4b;
  background-color: #fff;
  position: absolute;
  top: 30px;
  left: 0;
  display: none;
  margin: 0;
  padding: 20px 10px;
  list-style: none;
  border: 1px solid #f4f4f4;
  width: 450px;
  -webkit-box-shadow: 10px 12px 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 10px 12px 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

@media only screen and (max-width: 767.98px) {
  .wrapper .select-box .choices {
    width: calc(100% - 28px);
    margin-left: 14px;
  }
}

.wrapper .select-box .choices li {
  display: block;
  cursor: pointer;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.6px;
  color: rgba(57, 60, 75, 0.7);
}

.loaded .wrapper .select-box .choices li {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.wrapper .select-box .choices li:hover {
  background: #f4f4f4;
  border-radius: 10px;
  color: #393c4b;
}

.cookies {
  position: fixed;
  bottom: -500px;
  background-color: #ffe400;
  width: 100%;
  z-index: 99;
}

.loaded .cookies {
  -webkit-transition: 1s ease;
  transition: 1s ease;
}

.cookies .btn {
  padding: 0 53px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  border-radius: 30px;
  background-color: #393c4b;
  color: #fff;
}

.loaded .cookies .btn {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media only screen and (min-width: 1025px) {
  .no-touch .cookies .btn:hover {
    background-color: #535667;
  }
}

@media only screen and (max-width: 767.98px) {
  .cookies .btn {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
    font-size: 14px;
    width: 60%;
    margin: 0 auto;
    display: block;
    min-width: 220px;
  }
}

.cookies--confirmed {
  bottom: -500px;
}

.cookies--show {
  bottom: 0;
}

.cookie__holder .rte {
  margin: 0;
}

.cookie__holder .rte p {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.5px;
  margin-bottom: 0;
}

.cookie__holder .rte a {
  color: #393c4b !important;
  text-decoration: underline;
  font-size: 14px;
}

.loaded .cookie__holder .rte a {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

@media only screen and (min-width: 1025px) {
  .no-touch .cookie__holder .rte a:hover {
    opacity: 0.8;
  }
}

@media only screen and (min-width: 768px) {
  .cookie__holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cookie__holder .rte p {
    margin-right: 20px;
    padding: 22px 0;
  }
}

@media only screen and (max-width: 767.98px) {
  .cookie__holder {
    padding: 10px 0;
  }
  .cookie__holder .rte p {
    margin-bottom: 10px;
    display: block;
    text-align: center;
  }
}

.vertical-carousel .swiper-pagination-wrap {
  padding: 0 20px;
  position: absolute;
  bottom: 0;
  height: 20px;
}

.vertical-carousel .swiper-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media only screen and (max-width: 1199.98px) {
  .vertical-carousel .swiper-pagination {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.vertical-carousel .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  background-color: #bbb;
  opacity: 1;
}

@media only screen and (min-width: 1025px) {
  .no-touch .vertical-carousel .swiper-pagination-bullet:hover {
    background: #ffe400;
  }
}

.loaded .vertical-carousel .swiper-pagination-bullet {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media only screen and (max-width: 1199.98px) {
  .vertical-carousel .swiper-pagination-bullet {
    margin: 0 5px;
  }
}

.vertical-carousel .swiper-pagination-bullet-active {
  background: #393c4b;
  border-radius: 3.5px;
  pointer-events: none;
}

@media only screen and (min-width: 1200px) {
  .vertical-carousel .swiper-pagination-wrap {
    max-width: 1384px;
    width: 100%;
    height: calc(100% - 87px);
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 1;
  }
  .vertical-carousel .swiper-pagination-wrap::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: -87px;
    left: 20px;
    width: 1px;
    background-color: #dadada;
  }
  .vertical-carousel .swiper-pagination {
    left: 16px;
  }
  .vertical-carousel .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    margin-bottom: 16px;
  }
  .vertical-carousel .swiper-pagination-bullet:last-child {
    margin-bottom: 0;
  }
  .vertical-carousel .swiper-pagination-bullet.swiper-pagination-bullet-active {
    height: 79px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .vertical-carousel .swiper-pagination-wrap {
    left: 20px;
  }
}

@media only screen and (max-width: 1199.98px) {
  .vertical-carousel .swiper-pagination-bullet {
    margin-bottom: 10px;
  }
  .vertical-carousel .swiper-pagination-bullet:last-child {
    margin-bottom: 0;
  }
  .vertical-carousel .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 30px;
  }
}

@media only screen and (min-width: 1200px) {
  .vertical-carousel__slider {
    height: 100vh;
  }
}

.vertical-carousel__slider .swiper-slide-active .vertical-carousel__name,
.vertical-carousel__slider .swiper-slide-active .vertical-carousel__title,
.vertical-carousel__slider .swiper-slide-active .vertical-carousel__content .rte,
.vertical-carousel__slider .swiper-slide-active .vertical-carousel__product,
.vertical-carousel__slider .swiper-slide-active .vertical-carousel__info,
.vertical-carousel__slider .swiper-slide-active .vertical-rte-carousel__num,
.vertical-carousel__slider .swiper-slide-active .vertical-rte-carousel__text {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.vertical-carousel__slider .swiper-slide-active .vertical-carousel__media {
  opacity: 1;
}

@media only screen and (min-width: 1200px) {
  .vertical-carousel__slider--has-link .swiper-pagination-wrap::after {
    bottom: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .vertical-carousel__slider--has-link .swiper-pagination-wrap {
    top: 15px;
    left: 20px;
  }
}

@media only screen and (max-width: 991.98px) {
  .vertical-carousel__slider--has-link .swiper-pagination-wrap {
    top: 15px;
    left: 0;
  }
}

.swiper-pagination-bullet-active.swiper-pagination-bullet-white {
  background: #fff;
}

@media only screen and (min-width: 1200px) {
  .vertical-carousel__item {
    height: 100vh;
  }
}

.cta-animation {
  border-bottom: 1px solid #dadada;
}

@media only screen and (max-width: 991.98px) {
  .cta-animation {
    padding-bottom: 44px;
  }
}

.cta-animation__title {
  margin-bottom: 12px;
}

@media only screen and (min-width: 768px) {
  .cta-animation__title {
    margin-bottom: 17px;
  }
}

.cta-animation__content {
  padding: 54px 0;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .cta-animation__content {
    width: 90%;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 992px) {
  .cta-animation__content {
    padding: 90px 0;
  }
}

.cta-animation__content--no-cta {
  padding: 34px 0;
}

@media only screen and (min-width: 992px) {
  .cta-animation__content--no-cta {
    padding: 70px 0;
  }
}

.cta-animation__text {
  padding-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .cta-animation__text {
    width: 65%;
    padding-bottom: 6px;
  }
}

@media only screen and (max-width: 767.98px) {
  .cta-animation__text {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: -0.62px;
  }
}

.cta-animation__text--no-cta {
  padding-bottom: 0;
}

.cta-animation__text--no-cta > p {
  margin-bottom: 0;
}

.cta-animation__animation {
  display: none;
}

@media only screen and (min-width: 768px) {
  .cta-animation__animation {
    display: block;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 768px) and (-ms-high-contrast: active), only screen and (min-width: 768px) and (-ms-high-contrast: none) {
  .cta-animation__animation .wpbdmv-animation {
    height: 500px;
  }
}

@media only screen and (min-width: 768px) {
  .cta-animation__mobile-image {
    display: none;
  }
}

.accordion {
  border-bottom: 1px solid #dadada;
  overflow-anchor: none;
}

.accordion__wrap {
  padding: 65px 0;
}

@media only screen and (min-width: 768px) {
  .accordion__wrap {
    padding: 65px 4%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media only screen and (min-width: 992px) {
  .accordion__wrap {
    padding: 80px 4%;
    border-left: 1px solid #dadada;
    border-right: 1px solid #dadada;
  }
}

.accordion__text {
  padding: 0 0 18px;
}

@media only screen and (min-width: 768px) {
  .accordion__left-col {
    width: 50%;
  }
}

@media only screen and (min-width: 992px) {
  .accordion__left-col {
    width: 28%;
  }
}

@media only screen and (min-width: 768px) {
  .accordion__right-col {
    width: 50%;
  }
}

@media only screen and (min-width: 992px) {
  .accordion__right-col {
    width: 72%;
  }
}

@media only screen and (min-width: 768px) {
  .accordion__heading {
    border-left: 1px solid #dadada;
    border-right: 1px solid #dadada;
  }
}

.accordion__heading-title {
  padding-bottom: 18px;
}

.accordion__heading-content {
  padding: 63px 0 13px;
}

@media only screen and (min-width: 768px) {
  .accordion__heading-content {
    padding: 63px 4% 0;
  }
}

@media only screen and (min-width: 992px) {
  .accordion__heading-content {
    padding: 129px 4% 0;
  }
}

.accordion__title {
  cursor: pointer;
  font-family: "BrownLLWeb", sans-serif;
  font-weight: bold;
  color: #393c4b;
  font-size: 20px;
  letter-spacing: -0.5px;
  padding: 26px 0;
  position: relative;
}

@media only screen and (min-width: 992px) {
  .accordion__title {
    font-size: 26px;
    letter-spacing: -0.65px;
    padding: 28px 0;
  }
}

.accordion__title::after {
  font-family: 'svgicons';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  display: block;
  line-height: 1;
  content: "";
  position: absolute;
  top: calc(50% - 4.5px);
  right: 0;
  font-size: 9px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media only screen and (min-width: 992px) {
  .accordion__panel:last-of-type {
    border-bottom: 1px solid #dadada;
  }
}

.accordion__content {
  margin-top: -11px;
  padding-bottom: 30px;
}

.accordion__content-text {
  font-size: 16px;
  line-height: 1.56;
  letter-spacing: -0.62px;
  color: #393c4b;
}

@media only screen and (min-width: 992px) {
  .accordion__content-text {
    font-size: 18px;
  }
}

.accordion__asset {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 20px;
  height: 450px;
}

.accordion__asset img {
  height: auto;
  max-height: 90%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (min-width: 992px) {
  .accordion__asset {
    margin-left: 4%;
  }
  .accordion__asset:not(.bodymovin) {
    height: 760px;
  }
}

.accordion__asset .wpbdmv-animation {
  width: 100%;
}

.accordion__mobile-image {
  margin-top: 40px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .accordion__mobile-image {
    display: none;
  }
}

.accordion__cta {
  margin-top: 22px;
}

@media only screen and (min-width: 576px) {
  .accordion__cta {
    margin-top: 24px;
  }
}

.accordion__progress {
  background-color: #dadada;
  height: 1px;
  width: 100%;
}

.accordion__progress--loading {
  height: 6px;
}

.accordion__progress--loading .accordion__progress-value {
  background: #ffe400;
  height: 100%;
  width: 0;
}

.accordion--animated .accordion__panel--open .accordion__title::after {
  content: '';
}

.accordion--animated .accordion__container {
  padding-top: 18px;
}

.accordion--animated-padded .accordion__asset {
  padding-left: 4%;
}

.accordion--static {
  height: auto !important;
  padding-bottom: 60px;
}

@media only screen and (min-width: 992px) {
  .accordion--static {
    padding-bottom: 120px;
  }
}

.accordion--static .accordion__container {
  border-bottom: 1px solid #dadada;
}

@media only screen and (max-width: 767.98px) {
  .accordion--static .accordion__container {
    margin: 0 -20px;
  }
}

@media only screen and (min-width: 768px) {
  .accordion--static .accordion__container {
    padding: 44px 4% 0;
    border-left: 1px solid #dadada;
    border-right: 1px solid #dadada;
  }
}

.accordion--static .accordion__title {
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: -0.86px;
  padding: 49px 59px 49px 0;
}

@media only screen and (min-width: 992px) {
  .accordion--static .accordion__title {
    font-size: 24px;
    line-height: 1.25;
    letter-spacing: -0.96px;
    padding: 54px 59px 54px 0;
  }
}

.accordion--static .accordion__content {
  position: relative;
  z-index: 1;
  display: none;
  margin-top: -21px;
}

@media only screen and (max-width: 991.98px) {
  .accordion--static .accordion__content {
    margin-top: -24px;
  }
  .accordion--static .accordion__content p {
    line-height: 1.63;
  }
}

.accordion--static .accordion__panel {
  border-bottom: 1px solid #dadada;
}

.accordion--static .accordion__panel:last-of-type {
  border-bottom: 0;
}

@media only screen and (max-width: 767.98px) {
  .accordion--static .accordion__panel {
    padding: 0 20px;
  }
}

.accordion--static .accordion__panel--open .accordion__title::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.accordion--codecheck {
  border-bottom: 0;
  padding-bottom: 0;
}

.accordion--codecheck .accordion__container {
  border: 0;
}

@media only screen and (max-width: 767.98px) {
  .accordion--codecheck .accordion__panel {
    padding: 0;
  }
}

.accordion--codecheck .accordion__panel:last-of-type {
  border-bottom: 1px solid #dadada;
}

.accordion--codecheck .accordion__title {
  padding: 39px 59px 39px 0;
}

.technologies {
  padding: 64px 0 70px;
}

@media only screen and (min-width: 992px) {
  .technologies {
    padding: 120px 0;
  }
}

.technologies__content {
  padding-bottom: 12px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .technologies__content {
    width: 90%;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 992px) {
  .technologies__content {
    padding-bottom: 30px;
  }
}

.technologies__title {
  margin-bottom: 12px;
}

@media only screen and (min-width: 768px) {
  .technologies__title {
    margin-bottom: 17px;
  }
}

.technologies__text {
  padding-bottom: 30px;
}

.technologies__text--no-cta {
  padding-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .technologies__text {
    width: 65%;
    padding-bottom: 6px;
  }
}

@media only screen and (max-width: 767.98px) {
  .technologies__text {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: -0.62px;
  }
}

.technologies__title-cta {
  margin-bottom: 40px;
}

.technologies__tabs-heading, .technologies__carousel-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.technologies__tabs-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 44px 0;
}

.technologies__tabs-heading {
  padding: 14px 0;
  margin: 0 9px;
  border-bottom: 1px solid #e4e4e4;
}

.technologies__tabs-heading .cta-link {
  display: none;
}

.technologies__tabs-container {
  display: none;
}

@media only screen and (min-width: 768px) {
  .technologies__tabs-container {
    display: block;
    padding: 0 4%;
  }
}

.technologies__tabs {
  margin: 0 -9px;
  position: relative;
}

.technologies__tab {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.62px;
  color: #dadada;
  cursor: pointer;
}

@media only screen and (min-width: 992px) {
  .technologies__tab {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: -0.8px;
  }
}

.technologies__tab--active {
  color: #393c4b;
  position: relative;
}

.technologies__tab--active::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #393c4b;
  bottom: -16px;
  left: 0;
}

.technologies__button {
  text-align: center;
  color: #dadada;
  border: 1px solid #e0e0e0;
  padding: 9px 12px;
  font-size: 16px;
  margin: 0 9px 20px;
}

.technologies__button--highlighted {
  background-color: #ecfcf6;
  color: #50c1a2;
  border-color: #50c1a2;
}

.technologies__cta {
  position: absolute;
  bottom: 0;
  left: 9px;
}

.technologies__array {
  display: none;
}

.technologies__carousel {
  overflow-x: hidden;
  margin: 0 -20px;
}

@media only screen and (min-width: 768px) {
  .technologies__carousel {
    display: none;
  }
}

@media only screen and (max-width: 767.98px) {
  .technologies__carousel .swiper-container {
    margin: 0 20px;
    overflow: visible;
  }
}

@media only screen and (max-width: 767.98px) {
  .technologies__carousel .swiper-wrapper {
    margin: 0 -20px;
    padding: 20px;
  }
}

.technologies__carousel .swiper-slide {
  height: auto;
  padding: 39px 33px 32px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px 0 #dadada;
          box-shadow: 0 0 20px 0 #dadada;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.technologies__carousel-buttons {
  margin: 0 -9px;
}

.technologies__carousel-buttons .technologies__button {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.technologies__carousel-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.67;
  letter-spacing: -0.72px;
  margin-bottom: 16px;
}

.technologies__carousel-cta {
  margin-top: auto;
}

.technologies__pagination {
  margin-top: 30px;
  text-align: center;
}

.technologies__pagination .swiper-pagination-bullet {
  height: 10px;
  width: 10px;
}

.technologies__pagination .swiper-pagination-bullet-active {
  background-color: #393c4b;
}

.select-dropdown__button {
  border: solid 1px #393c4b;
  border-radius: 4px;
  color: #393c4b;
  cursor: pointer;
  font-size: 19px;
  font-weight: bold;
  letter-spacing: -0.57px;
  line-height: 22px;
  padding: 19px;
  height: 60px;
}

.select-dropdown__button::after {
  font-family: 'svgicons';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  display: block;
  line-height: 1;
  color: #393c4b;
  content: "";
  font-size: 7px;
  position: absolute;
  top: 29px;
  right: 19px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.select-dropdown__button--active::after {
  font-family: 'svgicons';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  display: block;
  line-height: 1;
  content: "";
  position: absolute;
  top: 29px;
  right: 19px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.select-dropdown__choices {
  background-color: #fff;
  border: 1px solid #f4f4f4;
  border-radius: 10px;
  -webkit-box-shadow: 10px 12px 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 10px 12px 20px 0 rgba(0, 0, 0, 0.1);
  color: #393c4b;
  position: absolute;
  top: 80px;
  left: 0;
  margin: 0;
  padding: 10px 9px;
  min-width: 260px;
  width: 100%;
  z-index: 1;
}

.select-dropdown__choices li {
  position: relative;
  border-radius: 4px;
  margin-bottom: 5px;
  cursor: pointer;
  padding: 12px 14px 12px 44px;
  font-size: 17px;
  letter-spacing: -0.54px;
  line-height: 22px;
  color: #393c4b;
}

.select-dropdown__choices li::before {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  border: 1px solid #b3b6c6;
  border-radius: 4px;
  left: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.select-dropdown__choices li:hover, .select-dropdown__choices li.option-active {
  background-color: #f7f8f9;
  cursor: pointer;
}

.select-dropdown__choices li.option-active::before {
  background: #393c4b url("../assets/images/tick.svg") no-repeat center;
  background-size: 12px 10px;
  border-color: #393c4b;
  color: #fff;
}

.select-dropdown--single .select-dropdown__choices li {
  padding: 12px 14px;
}

.select-dropdown--single .select-dropdown__choices li::before {
  content: unset;
  width: 0;
  height: 0;
}

.subscribe {
  margin: 42px 0;
}

@media only screen and (min-width: 768px) {
  .subscribe {
    margin: 88px 0 22px;
  }
}

.subscribe .row {
  max-width: 784px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}

@media only screen and (max-width: 767.98px) {
  .subscribe__title {
    margin-bottom: 16px;
  }
}

.subscribe__intro {
  display: none;
  margin-top: 9px;
}

@media only screen and (min-width: 768px) {
  .subscribe__intro {
    display: block;
    width: 90%;
  }
}

.subscribe .mktoForm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent !important;
  padding: 0 !important;
}

.subscribe .mktoForm .mktoField {
  background-color: #f4f4f4 !important;
  color: #393c4b !important;
  font-weight: 700 !important;
  border: 2px solid #f4f4f4 !important;
}

.subscribe .mktoForm .mktoField:focus {
  border-color: #ffe400 !important;
}

@media only screen and (max-width: 767.98px) {
  .subscribe .mktoForm .mktoField {
    padding: 0 12px !important;
    height: 40px !important;
    font-weight: 400 !important;
  }
}

.subscribe .mktoForm .mktoFormCol {
  margin-bottom: 0 !important;
  min-height: unset !important;
}

.subscribe .mktoForm .mktoFieldWrap {
  margin-bottom: 0 !important;
}

.subscribe .mktoForm .mktoFieldWrap > label {
  color: #9f9f9f !important;
  font-weight: 700 !important;
}

@media only screen and (max-width: 767.98px) {
  .subscribe .mktoForm .mktoFieldWrap > label {
    top: 8px !important;
    font-weight: 400 !important;
  }
}

.subscribe .mktoForm .mktoFieldWrap.active > label {
  display: none !important;
}

.subscribe .mktoErrorMsg {
  text-shadow: none !important;
}

@media only screen and (min-width: 768px) {
  .subscribe .mktoFormRow:first-of-type {
    width: 65% !important;
  }
}

.subscribe .mktoButtonRow {
  width: auto !important;
}

@media only screen and (min-width: 768px) {
  .subscribe .mktoButtonRow {
    width: 30% !important;
  }
}

.subscribe .mktoButton {
  font-size: 20px !important;
  line-height: 22px !important;
  padding: 0 25px !important;
  margin-top: 0 !important;
  margin-left: 16px !important;
}

@media only screen and (max-width: 767.98px) {
  .subscribe .mktoButton {
    font-size: 16px !important;
    width: unset !important;
    height: 40px !important;
    line-height: 40px !important;
    white-space: nowrap !important;
  }
}

.partners-integrations-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}

.partners-integrations-cta .wrap {
  margin: 48px 31px;
}

@media only screen and (min-width: 768px) {
  .partners-integrations-cta .wrap {
    margin: 69.5px auto;
  }
}

@media only screen and (min-width: 992px) {
  .partners-integrations-cta .wrap {
    width: 50%;
  }
}

@media only screen and (min-width: 1200px) {
  .partners-integrations-cta .wrap {
    width: 33%;
  }
}

.partners-integrations-cta .wrap .row {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.partners-integrations-cta .wrap .row .btn {
  margin-top: 24px;
}

.partners-integrations-cta__body-text {
  margin-top: 24px;
}

.partner-search {
  padding: 44px 0 40px;
  position: relative;
  z-index: 2;
}

@media only screen and (min-width: 992px) {
  .partner-search {
    padding: 88px 0 72px;
  }
}

@media only screen and (max-width: 767.98px) {
  .partner-search {
    border-bottom: 1px solid #dadada;
  }
}

.partner-search__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
}

.partner-search__column {
  position: relative;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .partner-search__column {
    margin-right: 5%;
    width: 41%;
  }
}

@media only screen and (min-width: 992px) {
  .partner-search__column {
    margin-right: 9%;
    width: 35%;
  }
}

.partner-search__column--filter:not(:last-of-type) {
  margin-bottom: 24px;
}

@media only screen and (min-width: 768px) {
  .partner-search__column--filter {
    width: 100%;
    margin-right: 0;
  }
}

@media only screen and (min-width: 992px) {
  .partner-search__column--filter {
    margin-bottom: 0;
    display: block;
    margin-right: 0;
    margin-left: 2%;
    width: 25%;
  }
}

.partner-search__header {
  color: #393c4b;
  font-size: 29px;
  letter-spacing: -1.25px;
  line-height: 32px;
  margin-bottom: 12px;
}

.partner-search__header::after {
  background-color: #ffe400;
}

@media only screen and (min-width: 992px) {
  .partner-search__header {
    width: 50%;
    font-size: 50px;
    letter-spacing: -1.75px;
    line-height: 58px;
    margin-bottom: 48px;
    padding-bottom: 0;
  }
}

.partner-search__subheader {
  color: #393c4b;
  font-size: 16px;
  letter-spacing: -0.62px;
  line-height: 24px;
  margin-bottom: 32px;
}

@media only screen and (min-width: 992px) {
  .partner-search__subheader {
    margin-bottom: 0;
    font-size: 20px;
    letter-spacing: -0.8px;
    line-height: 30px;
  }
}

.partner-search__icon {
  background-image: url("../assets/images/search-icon.svg");
  background-position: 14px center;
  background-repeat: no-repeat;
  position: absolute;
  top: 18px;
  height: 24px;
  width: 42px;
}

.partner-search .news__column--topic {
  margin-bottom: 0;
}

.partner-search + .news .news__error {
  margin-bottom: 40px;
}

@media only screen and (min-width: 768px) {
  .partner-search + .news .news__error {
    margin-bottom: 72px;
  }
}

.partner-item {
  padding: 47px 0 40px;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .partner-item {
    padding: 40px;
    border: 1px solid #dadada;
    margin-right: -1px;
    margin-bottom: 51px;
    width: 33.33%;
  }
  .partner-item:first-child {
    border-left: 1px solid #dadada;
  }
}

@media only screen and (min-width: 992px) {
  .partner-item {
    padding: 52px 56px 40px;
  }
}

@media only screen and (max-width: 767.98px) {
  .partner-item:not(:first-child) {
    position: relative;
  }
  .partner-item:not(:first-child)::before {
    content: '';
    position: absolute;
    top: 0;
    left: -20px;
    right: -20px;
    height: 1px;
    background-color: #dadada;
  }
}

.partner-item__title {
  color: #393c4b;
  font-size: 20px;
  line-height: 30px;
  margin-top: 36px;
}

.partner-item__logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 64px;
}

.partner-item__logo img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.partner-item__excerpt {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 8px;
}

.partner-item__url {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.partner-item__url-text {
  color: #393c4b;
  font-size: 18px;
  line-height: 27px;
  font-weight: bold;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.partner-item .icon {
  margin-left: 16px;
  color: #272a31;
  margin-top: 4px;
  height: 15px;
}

.partner-pagination {
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 48px;
}

@media only screen and (min-width: 768px) {
  .partner-pagination {
    margin-top: 4px;
    margin-bottom: 88px;
  }
}

.partner-pagination .pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 767.98px) {
  .partner-pagination .pagination {
    border-top: 1px solid #dadada;
    padding-top: 32px;
  }
}

.partner-pagination .page-item {
  display: block;
  cursor: pointer;
}

@media only screen and (min-width: 768px) {
  .partner-pagination .page-item {
    margin-right: 32px;
  }
}

@media only screen and (max-width: 767.98px) {
  .partner-pagination .page-item--center {
    margin: 0 24px;
  }
}

@media only screen and (max-width: 767.98px) {
  .partner-pagination .page-item:first-child {
    margin-right: auto;
    margin-left: 30px;
  }
}

@media only screen and (max-width: 767.98px) {
  .partner-pagination .page-item:last-child {
    margin-left: auto;
    margin-right: 30px;
  }
}

.partners-detail-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #dadada;
}

.partners-detail-header__title {
  padding-top: 10px;
}

.partners-detail-header__title::after {
  background-color: #ffe400;
}

.partners-detail-header__sub-title {
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 8px;
}

@media only screen and (min-width: 768px) {
  .partners-detail-header__sub-title {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 0;
  }
}

.partners-detail-header__wrap {
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  padding: 25px 20px;
}

@media only screen and (min-width: 768px) {
  .partners-detail-header__wrap {
    padding: 40px 80px;
  }
}

@media only screen and (max-width: 767.98px) {
  .partners-detail-header__wrap {
    background-image: unset !important;
  }
}

.partners-detail-header__back {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  cursor: pointer;
}

.partners-detail-header__back-link {
  font-size: 16px;
  line-height: 21px;
  letter-spacing: -0.5px;
  text-decoration: underline;
  margin-left: 8px;
}

.partners-detail-header__cta .btn {
  margin: 24px 0 0;
}

@media only screen and (max-width: 767.98px) {
  .partners-detail-header__cta .btn {
    width: unset !important;
  }
}

@media only screen and (min-width: 768px) {
  .partners-detail-header__cta {
    min-height: 92px;
  }
}

@media only screen and (max-width: 767.98px) {
  .partners-detail-header + .rte-wrap .wrap .rte {
    max-width: 100%;
  }
}

@media only screen and (max-width: 767.98px) {
  .partners-detail-header + .rte-wrap .btn {
    width: calc(96% - 48px);
    margin: 0 calc(2% + 24px);
    text-align: center;
  }
}

@media only screen and (max-width: 1199.98px) {
  .header--sticky + main .partners-detail-header {
    margin-top: 80px;
  }
}

.two-col {
  width: 100%;
  border-bottom: 1px solid rgba(39, 42, 49, 0.2);
  overflow: hidden;
  position: relative;
}

.two-col .accordion {
  width: 100%;
  border: 0;
}

.two-col .accordion__heading, .two-col .accordion__container {
  border: 0;
}

.two-col .accordion__container {
  padding: 0;
}

.two-col .accordion__panel {
  border: 0;
}

.two-col .accordion__title {
  padding: 0 59px 24px 0;
  font-size: 18px;
  line-height: 27px;
}

.two-col .accordion__content {
  margin-top: 0;
}

.two-col .accordion--static {
  padding-bottom: 0;
}

@media only screen and (min-width: 992px) {
  .two-col__container {
    margin-right: calc(50% - 50vw);
  }
}

@media only screen and (max-width: 991.98px) {
  .two-col__container {
    margin: 0 -20px;
  }
}

.two-col__container .slider-prev {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: none;
  margin-right: 10px;
}

.two-col__container .slider-next {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: none;
  margin-right: 20px;
}

.two-col__container .swiper-pagination {
  width: unset;
  left: 20px;
}

@media only screen and (min-width: 768px) {
  .two-col__container .swiper-pagination {
    left: 48px;
    bottom: 60px;
  }
}

@media only screen and (max-width: 991.98px) {
  .two-col__container .swiper-pagination {
    left: 20px;
  }
}

@media only screen and (max-width: 767.98px) {
  .two-col__container .swiper-pagination {
    bottom: 20px;
    left: 50%;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
    width: 100%;
  }
}

.two-col__container .swiper-pagination-bullet {
  background-color: #bbb;
  width: 8px;
  height: 8px;
  margin-right: 20px !important;
  margin-left: 0 !important;
  border-radius: 50%;
  opacity: 1;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

.two-col__container .swiper-pagination-bullet-active {
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
  background-color: #bbb;
  width: 79px;
  border-radius: 3.5px;
}

@media only screen and (max-width: 767.98px) {
  .two-col__container .swiper-pagination-bullet-active {
    width: 40px;
  }
}

.two-col__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto !important;
}

@media only screen and (min-width: 992px) {
  .two-col__wrap {
    min-height: 650px;
  }
}

@media only screen and (max-width: 991.98px) {
  .two-col__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 20px;
  }
}

.two-col__left {
  padding-bottom: 150px;
}

@media only screen and (min-width: 992px) {
  .two-col__left {
    width: 100%;
    max-width: 50%;
    padding-right: 25px;
    padding-left: 20px;
    border-right: 1px solid rgba(39, 42, 49, 0.2);
    border-left: 1px solid rgba(39, 42, 49, 0.2);
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (max-width: 991.98px) {
  .two-col__left {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    padding-bottom: 100px;
  }
}

@media only screen and (max-width: 767.98px) {
  .two-col__left {
    padding-bottom: 50px;
  }
}

.two-col__right {
  position: relative;
}

@media only screen and (min-width: 992px) {
  .two-col__right {
    width: 100%;
    max-width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .two-col__right {
    width: 70%;
    margin: auto;
  }
}

@media only screen and (max-width: 767.98px) {
  .two-col__right {
    margin-bottom: 27px;
    width: calc(100% + 40px);
    margin-left: -20px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media only screen and (max-width: 991.98px) {
  .two-col__right--image {
    padding-bottom: 50%;
  }
}

@media only screen and (min-width: 992px) {
  .two-col__content {
    max-width: 626px;
    display: block;
    width: 100%;
    padding-top: 100px;
    padding-left: 28px;
    padding-right: 20px;
  }
}

.two-col__title {
  margin-bottom: 24px;
}

.two-col__title.title-line::after {
  background-color: #ffe400;
}

@media only screen and (min-width: 1200px) {
  .two-col__title {
    padding-right: 60px;
  }
}

.two-col__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.two-col__label {
  font-size: 14px;
  line-height: 21px;
  color: #393c4b;
  font-weight: 700;
  margin-bottom: 16px;
  display: block;
  text-transform: uppercase;
}

.two-col__controls {
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 50%;
  max-width: 692px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 991.98px) {
  .two-col__controls {
    display: none;
  }
}

.two-col__animation {
  width: 100%;
}

.stories {
  width: 100%;
  padding: 50px 0;
  border-bottom: 1px solid #bbb;
}

@media only screen and (max-width: 991.98px) {
  .stories {
    padding: 56px 0;
  }
}

.stories__heading {
  letter-spacing: -0.018em;
  font-weight: 700;
  margin-bottom: 72px;
  padding: 0 47px;
}

@media only screen and (max-width: 991.98px) {
  .stories__heading {
    margin-bottom: 24px;
    text-align: center;
    padding: 0;
  }
}

.stories__swiper-slide-wrapper {
  max-width: 798px;
  margin: 0 auto;
}

.stories__quote {
  font-size: 30px;
  line-height: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #bbb;
  margin-bottom: 21px;
  padding-right: 10px;
}

.stories__quote::before {
  content: '“';
  display: block;
  position: relative;
  font-size: 28px;
  line-height: 34px;
  font-weight: 700;
  height: 17px;
  margin-bottom: 6px;
}

.stories__quote::after {
  content: '”';
  display: inline-block;
  position: relative;
  font-size: 28px;
  line-height: 34px;
  font-weight: 700;
  height: 17px;
}

@media only screen and (max-width: 1199.98px) {
  .stories__quote::before {
    text-align: left;
  }
}

@media only screen and (max-width: 991.98px) {
  .stories__quote {
    text-align: center;
    font-size: 16px;
    line-height: 20.8px;
    padding-bottom: 0;
    border-bottom: 0;
  }
}

@media only screen and (max-width: 767.98px) {
  .stories__quote::before, .stories__quote::after {
    display: unset;
    font-size: 16px;
    line-height: unset;
    height: unset;
  }
}

.stories__writer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 991.98px) {
  .stories__writer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.stories__avatar {
  border-radius: 100px;
  height: 120px;
  width: 120px;
  margin-right: 32px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 991.98px) {
  .stories__avatar {
    height: 88px;
    width: 88px;
    margin-right: 0;
    margin-bottom: 12px;
  }
}

.stories__writer-info {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.008em;
}

@media only screen and (max-width: 991.98px) {
  .stories__writer-info {
    text-align: center;
    font-size: 16px;
    line-height: 20.8px;
  }
}

.stories__name {
  display: block;
  font-weight: 700;
}

.stories__position,
.stories__state {
  display: block;
}

.stories__swiper-wrapper {
  margin-bottom: 61px;
}

@media only screen and (max-width: 991.98px) {
  .stories__swiper-wrapper {
    margin-bottom: 40px;
  }
}

.stories__swiper-pagination {
  position: relative;
  text-align: left;
}

.stories__swiper-pagination .swiper-pagination-bullet {
  background-color: #bbb;
  opacity: 1;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.stories__swiper-pagination .swiper-pagination-bullet:not(:last-child) {
  margin-right: 20px;
}

@media only screen and (min-width: 1025px) {
  .no-touch .stories__swiper-pagination .swiper-pagination-bullet:hover {
    background-color: #ffe400;
  }
}

.stories__swiper-pagination .swiper-pagination-bullet-active {
  width: 80px;
  border-radius: 6px;
  pointer-events: none;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .stories__swiper-pagination .swiper-pagination-bullet-active {
    width: 60px;
  }
}

@media only screen and (max-width: 767.98px) {
  .stories__swiper-pagination .swiper-pagination-bullet-active {
    width: 40px;
  }
}

.stories__controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 47px;
}

@media only screen and (max-width: 991.98px) {
  .stories__controls {
    padding-left: 0;
  }
}

@media only screen and (max-width: 767.98px) {
  .stories__controls {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.stories-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 11px 20px 25px;
}

@media only screen and (max-width: 991.98px) {
  .stories-buttons {
    padding: 0;
  }
}

@media only screen and (max-width: 767.98px) {
  .stories-buttons {
    display: none;
  }
}

.stories__slider-prev {
  margin-right: 6.45px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: none;
}

.stories__slider-next {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: none;
}

.links {
  width: 100%;
  background-color: #f4f4f4;
  border-top: 1px solid rgba(39, 42, 49, 0.2);
  margin-top: -50px;
  position: -webkit-sticky;
  position: sticky;
  z-index: 1;
}

@media only screen and (min-width: 992px) {
  .links--half-width .links__box {
    width: 50%;
  }
  .links--half-width .links__box:not(:nth-child(3n)) {
    border-right: 0;
  }
  .links--half-width .links__box:nth-child(3n + 4)::after {
    content: none;
  }
  .links--half-width .links__box:nth-child(odd) {
    border-right: 1px solid rgba(39, 42, 49, 0.2);
  }
  .links--half-width .links__box:nth-child(odd)::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: 1px;
    background-color: rgba(39, 42, 49, 0.2);
  }
}

@media only screen and (min-width: 992px) {
  .links__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.links__box {
  width: 100%;
  padding: 21px 40px 21px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media only screen and (min-width: 1025px) {
  .no-touch .links__box:hover {
    opacity: 0.7;
  }
  .no-touch .links__box:hover .links__title::after {
    right: 0;
  }
}

@media only screen and (min-width: 992px) {
  .links__box {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 33.33%;
  }
  .links__box:not(:nth-child(3n)) {
    border-right: 1px solid rgba(39, 42, 49, 0.2);
  }
  .links__box:nth-child(3n + 4)::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: 1px;
    background-color: rgba(39, 42, 49, 0.2);
  }
}

@media only screen and (max-width: 991.98px) {
  .links__box {
    padding: 21px 20px;
  }
  .links__box:not(:last-child) {
    border-bottom: 1px solid rgba(39, 42, 49, 0.2);
  }
}

.links__title {
  display: inline-block;
  position: relative;
  color: #272a31;
  width: 100%;
}

.links__title::after {
  font-family: 'svgicons';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  display: block;
  line-height: 1;
  content: "";
  font-size: 15px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media only screen and (min-width: 992px) {
  .links__title {
    font-size: 30px;
    line-height: 40px;
    padding-right: 50px;
    max-width: 300px;
  }
}

@media only screen and (min-width: 1200px) {
  .links__title {
    padding-right: 80px;
  }
}

@media only screen and (max-width: 767.98px) {
  .links__title {
    font-size: 18px;
    line-height: 27px;
    padding-right: 50px;
  }
}

.links__title--font-size {
  font-size: 20px;
  line-height: 30px;
  padding-right: 0;
  font-weight: 400;
  display: block;
}

.links__title--font-size::after {
  display: none;
}

@media only screen and (min-width: 1200px) {
  .links__title--font-size {
    max-width: 252px;
    padding-right: 20px;
  }
}

@media only screen and (max-width: 767.98px) {
  .links__title--font-size {
    font-size: 16px;
    line-height: 20px;
  }
}

.links__logo {
  max-width: 70px;
  max-height: 70px;
  display: block;
  margin-right: 30px;
}

@media only screen and (max-width: 767.98px) {
  .links__logo {
    max-width: 42px;
  }
}

.customer-stories {
  border-bottom: 1px solid #dadada;
}

.customer-stories__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -webkit-column-gap: 3%;
     -moz-column-gap: 3%;
          column-gap: 3%;
  margin-bottom: 25px;
}

@media only screen and (max-width: 1199.98px) {
  .customer-stories__list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media only screen and (max-width: 767.98px) {
  .customer-stories__list {
    grid-template-columns: 1fr 1fr;
  }
}

@media only screen and (max-width: 480px) {
  .customer-stories__list {
    grid-template-columns: 1fr;
  }
}

.customer-stories__list .customer-stories-item:nth-child(1) .logo-container .customer-stories-item__logo {
  max-height: 50%;
}

.customer-stories__list .customer-stories-item:nth-child(5) .logo-container .customer-stories-item__logo {
  max-height: 90%;
}

.customer-stories__list .customer-stories-item:nth-child(12) .logo-container {
  width: 120px;
}

.customer-stories__list .customer-stories-item:nth-child(12) .logo-container .customer-stories-item__logo {
  margin-bottom: 5%;
}

.customer-stories__list .customer-stories-item:nth-child(13) .logo-container {
  width: 130px;
}

.customer-stories__list .customer-stories-item:nth-child(13) .logo-container .customer-stories-item__logo {
  margin-bottom: -3%;
}

.customer-stories__list .customer-stories-item:nth-child(6) .logo-container .customer-stories-item__logo {
  min-height: 85%;
}

.customer-stories__list .customer-stories-item:nth-child(10) .logo-container {
  width: 120px;
}

.customer-stories__list .customer-stories-item:nth-child(16) .logo-container {
  width: 120px;
}

.customer-stories__list .customer-stories-item:nth-child(17) .logo-container .customer-stories-item__logo {
  min-height: 60%;
}

.customer-stories__list .customer-stories-item:nth-child(18) .logo-container {
  width: 155px;
}

.customer-stories__list .customer-stories-item:nth-child(20) .logo-container .customer-stories-item__logo {
  min-height: 55%;
}

.customer-stories__list .customer-stories-item:nth-child(21) .logo-container .customer-stories-item__logo {
  min-height: 90%;
}

.customer-stories__list .customer-stories-item:nth-child(9) .logo-container {
  width: 125px;
}

.customer-stories__list .customer-stories-item:nth-child(9) .logo-container .customer-stories-item__logo {
  max-height: 100%;
  margin-bottom: -6%;
}

.customer-stories__list .customer-stories-item:nth-child(19) .logo-container .customer-stories-item__logo {
  max-height: 100%;
}

.customer-stories-item {
  display: none;
  margin-bottom: 70px;
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 12 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: -webkit-transform 300ms ease-in-out 25ms;
  transition: -webkit-transform 300ms ease-in-out 25ms;
  transition: transform 300ms ease-in-out 25ms;
  transition: transform 300ms ease-in-out 25ms, -webkit-transform 300ms ease-in-out 25ms;
  border-radius: 3px;
}

@media only screen and (max-width: 480px) {
  .customer-stories-item {
    margin-bottom: 30px;
  }
}

.customer-stories-item.industry-filter--show,
.customer-stories-item.noe-filter--show {
  display: block;
}

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

.customer-stories-item:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.customer-stories__heading {
  text-align: center;
}

.customer-stories__title {
  font-size: 50px;
  margin: 60px 0 20px;
  letter-spacing: -1.75px;
}

@media only screen and (max-width: 1199.98px) {
  .customer-stories__title {
    font-size: 42px;
  }
}

@media only screen and (max-width: 767.98px) {
  .customer-stories__title {
    font-size: 30px;
    position: relative;
    margin: 40px auto;
  }
  .customer-stories__title::after {
    position: absolute;
    content: '';
    display: block;
    width: 22px;
    height: 4px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -14px;
    background-color: #ffe400;
    border-bottom-right-radius: 4px;
  }
}

.customer-stories__subtitle {
  font-size: 20px;
  width: 48.666667%;
  margin: auto;
}

@media only screen and (max-width: 1199.98px) {
  .customer-stories__subtitle {
    width: 60%;
  }
}

@media only screen and (max-width: 991.98px) {
  .customer-stories__subtitle {
    width: 75%;
  }
}

@media only screen and (max-width: 767.98px) {
  .customer-stories__subtitle {
    font-size: 16px;
    width: 100%;
    margin-bottom: 40px;
  }
}

.customer-stories__filters {
  width: 48.666667%;
  margin: auto;
  padding: 70px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 5%;
     -moz-column-gap: 5%;
          column-gap: 5%;
}

@media only screen and (max-width: 1199.98px) {
  .customer-stories__filters {
    width: 60%;
  }
}

@media only screen and (max-width: 991.98px) {
  .customer-stories__filters {
    width: 75%;
  }
}

@media only screen and (max-width: 767.98px) {
  .customer-stories__filters {
    display: none;
  }
}

.customer-stories__filters .select-dropdown {
  position: relative;
  text-align: left;
}

.customer-stories__filters .select-dropdown__choices {
  z-index: 100;
}

.customer-stories-item__description {
  height: 200px;
  position: relative;
}

@media only screen and (max-width: 480px) {
  .customer-stories-item__description {
    height: 175px;
  }
}

.customer-stories-item__title {
  color: #393c4b;
  font-size: 20px;
  padding: 20px;
}

@media only screen and (max-width: 991.98px) {
  .customer-stories-item__title {
    font-size: 18px;
  }
}

@media only screen and (max-width: 767.98px) {
  .customer-stories-item__title {
    font-size: 20px;
  }
}

@media only screen and (max-width: 600px) {
  .customer-stories-item__title {
    font-size: 18px;
  }
}

@media only screen and (max-width: 480px) {
  .customer-stories-item__title {
    font-size: 20px;
  }
}

@media only screen and (max-width: 400px) {
  .customer-stories-item__title {
    font-size: 18px;
  }
}

.logo-container {
  position: absolute;
  width: 100px;
  height: 50px;
  bottom: 20px;
  right: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.customer-stories-item__logo {
  max-width: 100%;
  max-height: 75%;
}

.customer-stories__load-more-container {
  margin-top: -25px;
  margin-bottom: 70px;
}

@media only screen and (max-width: 480px) {
  .customer-stories__load-more-container a {
    width: 100% !important;
  }
}

@media only screen and (max-width: 480px) {
  .customer-stories__load-more-container {
    margin-bottom: 30px;
  }
}

.codility-reviews {
  margin-bottom: 60px;
}

.codility-reviews__title {
  font-size: 50px;
  text-align: center;
  margin: 60px auto;
  letter-spacing: -1.75px;
}

@media only screen and (max-width: 1199.98px) {
  .codility-reviews__title {
    font-size: 42px;
  }
}

@media only screen and (max-width: 767.98px) {
  .codility-reviews__title {
    font-size: 30px;
    position: relative;
    margin: 40px auto;
  }
  .codility-reviews__title::after {
    position: absolute;
    content: '';
    display: block;
    width: 22px;
    height: 4px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -14px;
    background-color: #ffe400;
    border-bottom-right-radius: 4px;
  }
}

.codility-reviews__reviews {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.codility-reviews__image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: 31%;
  margin-bottom: 1%;
}

.review-image--mobile {
  display: none;
}

@media only screen and (max-width: 767.98px) {
  .codility-reviews__image {
    width: 48%;
  }
}

@media only screen and (max-width: 480px) {
  .codility-reviews__image {
    width: 100%;
    height: 20vw;
  }
  .has-mobile .review-image {
    display: none;
  }
  .review-image--mobile {
    display: block !important;
  }
}

.event-detail {
  /* Marketo Form Styles */
  /* Add your custom CSS below */
}

.event-detail .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  min-height: 1500px;
}

.event-detail .event-detail__main {
  width: 66.67%;
  border-right: 1px solid #dadada;
  padding-top: 70px;
  padding-right: 70px;
}

.event-detail .event-detail__aside {
  width: 33.33%;
  margin-top: 150px;
}

.event-detail .event-detail__aside-wrapper {
  padding-left: 40px;
}

.event-detail .event-detail__header {
  border-bottom: 1px solid #dadada;
}

.event-detail .event-detail__hero-image-container {
  position: relative;
  margin-bottom: 40px;
}

.event-detail .event-detail__hero-image {
  height: auto;
  width: 100%;
}

.event-detail .after {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 2;
  cursor: pointer;
}

.event-detail .event-detail__event-title {
  font-size: 50px;
  margin-bottom: 25px;
  letter-spacing: -2.5px;
  line-height: 58px;
}

@media only screen and (max-width: 1199.98px) {
  .event-detail .event-detail__event-title {
    font-size: 42px;
  }
}

.event-detail .event-detail__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 35px;
}

.event-detail .event-detail__body {
  padding: 35px 0;
}

.event-detail .event-detail__description p,
.event-detail .event-detail__description ul {
  margin: 30px 0;
}

.event-detail .event-detail__description ul {
  padding-left: 40px;
}

.event-detail .event-detail__description li {
  list-style-type: disc;
}

.event-detail .youtube-play {
  width: 125px;
  height: auto;
  position: absolute;
  left: 50%;
  bottom: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}

.event-detail .event-detail__info img {
  margin-right: 7px;
  font-size: 18px;
  margin-bottom: 3px;
}

.event-detail .featured-speakers-list,
.event-detail .moderators-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.event-detail .featured-speaker,
.event-detail .moderator {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 250px;
  margin-right: 20px;
  margin-bottom: 20px;
}

.event-detail .featured-speaker__profile,
.event-detail .moderator__profile {
  font-size: 12px;
}

.event-detail .event-detail__featured-speakers,
.event-detail .event-detail__moderators {
  margin-bottom: 20px;
}

.event-detail .featured-speaker-details,
.event-detail .moderator-details {
  font-weight: 400;
}

.event-detail .featured-speaker img,
.event-detail .moderator img {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 75px;
  height: 75px;
  margin-right: 20px;
  border-radius: 50%;
}

.event-detail .event-detail__featured-speakers h2,
.event-detail .event-detail__moderators h2 {
  margin-bottom: 30px;
  font-size: 20px;
}

.event-detail .event-detail__description p:first-of-type {
  margin-top: 0;
}

.event-detail .event-detail__form-wrapper.mobile {
  padding-bottom: 30px;
}

@media only screen and (min-width: 992px) {
  .event-detail .event-detail__form-wrapper.mobile {
    display: none;
  }
}

@media only screen and (max-width: 991.98px) {
  .event-detail .event-detail__main {
    width: 100%;
    max-width: 784px;
    margin: auto;
    border-right: 0;
    padding-right: 0;
  }
  .event-detail .event-detail__aside {
    display: none;
  }
}

@media only screen and (max-width: 767.98px) {
  .event-detail .event-detail__event-title {
    font-size: 36px;
  }
  .event-detail .event-detail__main {
    padding-top: 100px;
  }
  .event-detail .youtube-play {
    width: 100px;
  }
}

.event-detail .event-detail__form-wrapper {
  /* Mobile */
  /* Disclaimer */
  /* Autofill color fix */
  /* Remove default iOS styles */
}

.event-detail .event-detail__form-wrapper .mktoForm {
  background-color: #fff !important;
  width: 100% !important;
}

.event-detail .event-detail__form-wrapper .mktoButtonRow {
  width: 100% !important;
}

.event-detail .event-detail__form-wrapper .mktoForm .mktoField,
.event-detail .event-detail__form-wrapper .mktoForm .mktoFieldWrap {
  float: none !important;
}

.event-detail .event-detail__form-wrapper .mktoForm input,
.event-detail .event-detail__form-wrapper .mktoForm select {
  background-color: #f4f4f4 !important;
  color: #393c43 !important;
  border: 1px solid #f4f4f4 !important;
  border-radius: 6px;
  outline: none;
  height: 56px !important;
  width: 100% !important;
  padding: 0 20px !important;
  font-size: 16px !important;
}

.event-detail .event-detail__form-wrapper .mktoForm select {
  background-image: linear-gradient(45deg, transparent 50%, #9f9f9f 50%), linear-gradient(135deg, #9f9f9f 50%, transparent 50%);
  background-position: calc(100% - 28px) calc(1em + 11px), calc(100% - 23px) calc(1em + 11px), 100% 0;
  background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.event-detail .event-detail__form-wrapper .mktoForm .mktoField.mktoInvalid {
  border-color: #f40100 !important;
}

.event-detail .event-detail__form-wrapper .mktoForm .mktoField:focus {
  border-color: #ffe400 !important;
  border-width: 2px !important;
}

.event-detail .event-detail__form-wrapper .mktoForm .mktoFieldWrap {
  position: relative;
  margin-bottom: 20px;
}

.event-detail .event-detail__form-wrapper .mktoForm .mktoFieldWrap > label {
  font-weight: normal !important;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.45;
  position: absolute;
  left: 20px;
  pointer-events: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  color: #9f9f9f !important;
  padding: 0 !important;
  width: auto !important;
  top: 17px;
  background-color: transparent;
}

.event-detail .event-detail__form-wrapper .mktoForm .mktoFieldWrap.active > label {
  top: -8px;
  background-color: #fff !important;
  font-size: 12px;
  padding: 0 6px !important;
}

.event-detail .event-detail__form-wrapper .mktoForm .mktoRequiredField .mktoAsterix,
.event-detail .event-detail__form-wrapper .mktoForm .mktoError .mktoErrorArrowWrap,
.event-detail .event-detail__form-wrapper .mktoForm .mktoOffset,
.event-detail .event-detail__form-wrapper .mktoForm .mktoGutter {
  display: none;
}

.event-detail .event-detail__form-wrapper .mktoForm .mktoError .mktoErrorMsg {
  color: #f40100;
  font-size: 14px !important;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  max-width: 100%;
  padding-left: 0;
  text-shadow: none;
  font-weight: 500;
}

.event-detail .event-detail__form-wrapper .mktoForm .mktoError {
  position: static;
  padding-left: 0;
  margin-bottom: -10px;
}

.event-detail .event-detail__form-wrapper .mktoButtonRow > span {
  display: block;
  margin: 0 !important;
}

.event-detail .event-detail__form-wrapper .mktoForm .mktoButtonWrap.mktoSimple button.mktoButton {
  display: block;
  border-style: none;
  border-radius: 30px;
  z-index: 4;
  width: 100%;
  height: 55px;
  position: absolute;
  background: #fee403;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  color: #393c4b;
  line-height: 22px;
  font-size: 24px !important;
  font-weight: 800;
  font-style: normal;
  text-align: center;
  background-repeat: no-repeat;
  margin-top: 0 !important;
}

.event-detail .event-detail__form-wrapper .mktoForm .mktoButtonWrap.mktoSimple button.mktoButton:hover {
  background: #f1d402;
  border: 0;
}

.event-detail .event-detail__form-wrapper .mktoForm .mktoButtonWrap.mktoSimple button.mktoButton:active {
  background: #e5c702;
}

.event-detail .event-detail__form-wrapper .mktoForm .mktoButtonWrap.mktoSimple button.mktoButton:focus {
  border: 0;
}

.event-detail .event-detail__form-wrapper .mktoForm .mktoFormRow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 !important;
}

.event-detail .event-detail__form-wrapper .mktoForm .mktoFormCol {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1 1;
  padding: 0;
  margin-bottom: 0 !important;
}

.event-detail .event-detail__form-wrapper .mktoForm .mktoFormCol + .mktoFormCol {
  padding-left: 20px;
}

@media only screen and (max-width: 480px) {
  .event-detail .event-detail__form-wrapper .mktoForm .mktoFormRow {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .event-detail .event-detail__form-wrapper .mktoForm .mktoFormCol {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
  .event-detail .event-detail__form-wrapper .mktoForm .mktoFormCol + .mktoFormCol {
    padding-left: 0;
  }
  .event-detail .event-detail__form-wrapper .mktoForm .mktoButtonWrap.mktoSimple button.mktoButton {
    min-width: 100%;
  }
}

.event-detail .event-detail__form-wrapper .mktoFormRow > .mktoFormCol > .mktoFieldWrap > .mktoHtmlText.mktoHasWidth {
  margin-bottom: -15px;
  width: 100% !important;
}

.event-detail .event-detail__form-wrapper .mktoFormRow > .mktoFormCol > .mktoFieldWrap > .mktoHtmlText.mktoHasWidth > span {
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  width: 100%;
}

.event-detail .event-detail__form-wrapper .mktoFormRow > .mktoFormCol > .mktoFieldWrap > .mktoHtmlText.mktoHasWidth > span::before {
  content: '\1F512';
  display: inline-block;
  font-style: normal;
  font-size: 18px;
  margin-right: 2px;
  -webkit-transform: translateY(1.5px);
          transform: translateY(1.5px);
}

.event-detail .event-detail__form-wrapper input:-webkit-autofill,
.event-detail .event-detail__form-wrapper input:-webkit-autofill:hover,
.event-detail .event-detail__form-wrapper input:-webkit-autofill:focus,
.event-detail .event-detail__form-wrapper textarea:-webkit-autofill,
.event-detail .event-detail__form-wrapper textarea:-webkit-autofill:hover,
.event-detail .event-detail__form-wrapper textarea:-webkit-autofill:focus,
.event-detail .event-detail__form-wrapper select:-webkit-autofill,
.event-detail .event-detail__form-wrapper select:-webkit-autofill:hover,
.event-detail .event-detail__form-wrapper select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
}

.event-detail .event-detail__form-wrapper input[type='text'],
.event-detail .event-detail__form-wrapper input[type='tel'],
.event-detail .event-detail__form-wrapper input[type='email'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.events-list .news__item.event {
  display: none;
}

.events-list .news__item.event.events-filter--show {
  display: block;
}

.events-list .limiter--hide {
  display: none !important;
}

.events-list .news__column-img {
  background-size: contain;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .events-list .news__column-img {
    margin-left: 0;
    margin-right: 0;
  }
}

.events-list ​ .cta-link::before {
  top: 2px;
}

.press {
  border-bottom: 1px solid #dadada;
}

.press__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-column-gap: 3%;
     -moz-column-gap: 3%;
          column-gap: 3%;
  margin-bottom: 25px;
}

@media only screen and (max-width: 1199.98px) {
  .press__list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media only screen and (max-width: 767.98px) {
  .press__list {
    grid-template-columns: 1fr 1fr;
  }
}

@media only screen and (max-width: 480px) {
  .press__list {
    grid-template-columns: 1fr;
  }
}

.press-item {
  margin-bottom: 70px;
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 12 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: -webkit-transform 300ms ease-in-out 25ms;
  transition: -webkit-transform 300ms ease-in-out 25ms;
  transition: transform 300ms ease-in-out 25ms;
  transition: transform 300ms ease-in-out 25ms, -webkit-transform 300ms ease-in-out 25ms;
  border-radius: 3px;
}

@media only screen and (max-width: 480px) {
  .press-item {
    margin-bottom: 30px;
  }
}

.press-item.industry-filter--show,
.press-item.noe-filter--show {
  display: block;
}

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

.press-item:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.press__heading {
  text-align: center;
}

.press__title {
  font-size: 50px;
  margin: 80px 0;
  letter-spacing: -1.75px;
}

@media only screen and (max-width: 1199.98px) {
  .press__title {
    font-size: 42px;
  }
}

@media only screen and (max-width: 767.98px) {
  .press__title {
    font-size: 30px;
    position: relative;
    margin: 40px auto;
  }
  .press__title::after {
    position: absolute;
    content: '';
    display: block;
    width: 22px;
    height: 4px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -14px;
    background-color: #ffe400;
    border-bottom-right-radius: 4px;
  }
}

.press__subtitle {
  font-size: 20px;
  width: 48.666667%;
  margin: auto;
}

@media only screen and (max-width: 1199.98px) {
  .press__subtitle {
    width: 60%;
  }
}

@media only screen and (max-width: 991.98px) {
  .press__subtitle {
    width: 75%;
  }
}

@media only screen and (max-width: 767.98px) {
  .press__subtitle {
    font-size: 16px;
    width: 100%;
    margin-bottom: 40px;
  }
}

.press__filters {
  width: 48.666667%;
  margin: auto;
  padding: 70px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 5%;
     -moz-column-gap: 5%;
          column-gap: 5%;
}

@media only screen and (max-width: 1199.98px) {
  .press__filters {
    width: 60%;
  }
}

@media only screen and (max-width: 991.98px) {
  .press__filters {
    width: 75%;
  }
}

@media only screen and (max-width: 767.98px) {
  .press__filters {
    display: none;
  }
}

.press__filters .select-dropdown {
  position: relative;
  text-align: left;
}

.press__filters .select-dropdown__choices {
  z-index: 100;
}

.press-item__description {
  height: 280px;
  position: relative;
}

@media only screen and (max-width: 1199.98px) {
  .press-item__description {
    height: 330px;
  }
}

@media only screen and (max-width: 480px) {
  .press-item__description {
    height: 280px;
  }
}

.press-item__title {
  color: #393c4b;
  font-size: 20px;
  padding: 20px;
}

@media only screen and (max-width: 1199.98px) {
  .press-item__title {
    font-size: 16px;
  }
}

@media only screen and (max-width: 480px) {
  .press-item__title {
    font-size: 20px;
  }
}

@media only screen and (max-width: 400px) {
  .press-item__title {
    font-size: 16px;
  }
}

.press-item__logo-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  margin: 20px;
}

.press-item__logo {
  max-width: 200px;
  max-height: 40px;
}

.press-item__details {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
  color: #393c4b;
  font-size: 16px;
}

.press__load-more-container {
  margin-top: -25px;
  margin-bottom: 70px;
}

@media only screen and (max-width: 480px) {
  .press__load-more-container a {
    width: 100% !important;
  }
}

@media only screen and (max-width: 480px) {
  .press__load-more-container {
    margin-bottom: 30px;
  }
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.svg-ico-cdt > svg {
  fill: #393c4b;
  -webkit-transform: translate(-2.5px, 5px);
          transform: translate(-2.5px, 5px);
}

.header--light .svg-ico-cdt > svg {
  fill: #fff;
}

@media only screen and (max-width: 1199.98px) {
  .svg-ico-cdt > svg {
    fill: #fff;
  }
}

/*--------------------------------------------------------------
# Print Styles
--------------------------------------------------------------*/
@media print {
  body {
    background: #fff;
    color: #000;
    margin: 0;
    padding: 0;
    text-align: left;
  }
  a:link, a:visited {
    background: #fff;
    color: #000;
    text-decoration: underline;
  }
  a:not([href='javascript:;']):after {
    content: "[" attr(href) "]";
  }
  h1, h2, h3, h4, h5, h6 {
    background: none;
    color: #000;
  }
  .temp {
    display: none;
  }
}

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