@charset "UTF-8";

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Config
# 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: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

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

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

.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: 15px;
  padding-left: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333333%;
  }

  .offset-sm-2 {
    margin-left: 16.66666667%;
  }

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

  .offset-sm-4 {
    margin-left: 33.33333333%;
  }

  .offset-sm-5 {
    margin-left: 41.66666667%;
  }

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

  .offset-sm-7 {
    margin-left: 58.33333333%;
  }

  .offset-sm-8 {
    margin-left: 66.66666667%;
  }

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

  .offset-sm-10 {
    margin-left: 83.33333333%;
  }

  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}

@media only screen and (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333333%;
  }

  .offset-md-2 {
    margin-left: 16.66666667%;
  }

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

  .offset-md-4 {
    margin-left: 33.33333333%;
  }

  .offset-md-5 {
    margin-left: 41.66666667%;
  }

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

  .offset-md-7 {
    margin-left: 58.33333333%;
  }

  .offset-md-8 {
    margin-left: 66.66666667%;
  }

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

  .offset-md-10 {
    margin-left: 83.33333333%;
  }

  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}

@media only screen and (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333333%;
  }

  .offset-lg-2 {
    margin-left: 16.66666667%;
  }

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

  .offset-lg-4 {
    margin-left: 33.33333333%;
  }

  .offset-lg-5 {
    margin-left: 41.66666667%;
  }

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

  .offset-lg-7 {
    margin-left: 58.33333333%;
  }

  .offset-lg-8 {
    margin-left: 66.66666667%;
  }

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

  .offset-lg-10 {
    margin-left: 83.33333333%;
  }

  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}

@media only screen and (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xl-2 {
    margin-left: 16.66666667%;
  }

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

  .offset-xl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xl-5 {
    margin-left: 41.66666667%;
  }

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

  .offset-xl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xl-8 {
    margin-left: 66.66666667%;
  }

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

  .offset-xl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}

/*--------------------------------------------------------------
# Helpers
--------------------------------------------------------------*/

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

.font-ico-arrow:before,
.font-ico-chevron:before,
.font-ico-comment:before,
.font-ico-eye:before,
.font-ico-facebook:before,
.font-ico-google-plus:before,
.font-ico-heart-2:before,
.font-ico-heart:before,
.font-ico-like:before,
.font-ico-play:before,
.font-ico-twitter:before,
.font-ico-youtube: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-arrow:before {
  content: "\E001";
}

.font-ico-chevron:before {
  content: "\E002";
}

.font-ico-comment:before {
  content: "\E003";
}

.font-ico-eye:before {
  content: "\E004";
}

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

.font-ico-google-plus:before {
  content: "\E006";
}

.font-ico-heart-2:before {
  content: "\E007";
}

.font-ico-heart:before {
  content: "\E008";
}

.font-ico-like:before {
  content: "\E009";
}

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

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

.font-ico-youtube:before {
  content: "\E00C";
}

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

@media only screen and (max-width: 991.98px) {
  .hide--touch {
    display: none;
  }
}

.show {
  display: block;
}

.clear {
  clear: both;
}

.no-margin {
  margin: 0;
}

.fleft {
  float: left;
}

.fright {
  float: right;
}

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

.dblock {
  display: block;
}

.dinlineblock {
  display: inline-block;
}

.centered {
  text-align: center;
}

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

.m0 {
  margin: 0;
}

.mlr-20 {
  margin-left: 20px;
  margin-right: 20px;
}

.px-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.pt-150 {
  padding-top: 150px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-70 {
  padding-top: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-50 {
  padding-bottom: 50px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-10 {
  margin-bottom: 10px;
}

.pl-0 {
  padding: 0;
}

.pl-10 {
  padding-left: 10px;
}

.pl-100 {
  padding-left: 100px;
}

.px-40 {
  padding: 0 40px 0 40px;
}

.p-50 {
  padding: 50px;
}

.w50 {
  width: 50%;
}

.w80 {
  width: 80%;
}

.w20 {
  width: 20%;
}

.wh-32 {
  width: 32px;
  height: 32px;
}

.wh-120 {
  display: block;
  width: 120px;
  height: 120px;
}

.lh-45 {
  line-height: 45px;
}

.mauto {
  margin-left: auto;
  margin-right: auto;
}

.error-code {
  display: block;
  font-size: 100px;
  color: #222;
  margin-bottom: 20px;
}

.title {
  display: block;
  font-size: 30px;
  margin-bottom: 10px;
  color: #444;
}

.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(.1);
          transform: translate(-50%, -50%) scale(.1);
}

.bg-black {
  background-color: #000;
}

.color-black {
  color: #000;
}

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

.color-white {
  color: #fff;
}

.bg-blue {
  background-color: #4099de;
}

.color-blue {
  color: #4099de;
}

.text-white {
  color: white;
}

.text-grey {
  color: #9b9b9b;
}

.text-black {
  color: #000;
}

.blue {
  color: #4099de;
}

.red {
  color: red;
}

.text-dark-grey {
  color: #4a4a4a;
}

.text-20 {
  font-size: 20px;
}

.text-medium {
  font-size: 1.2em;
}

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

.row-top {
  -webkit-box-align: normal !important;
      -ms-flex-align: normal !important;
          align-items: normal !important;
}

.row-top .icon {
  text-align: center;
  height: 150px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.row-top .icon.icon-200 {
  height: 200px;
}

.section .row.row-small {
  min-height: 220px;
}

.section .row.row-smaller {
  min-height: 150px;
}

.section .row.row-smallest {
  min-height: 50px;
}

.section--lightblue {
  background-color: #edf0f5;
}

section .card-holder {
  min-height: 300px;
}

section .wrap .row .card {
  max-width: 450px;
  margin: 0 20px 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section .wrap .row .card h2 {
  font-size: 30px;
}

section .wrap .row .card p {
  font-size: 25px;
}

section .wrap .row .card span {
  color: #4099de;
}

section .wrap .row .card img.small {
  width: 150px;
  margin-right: 20px;
}

section .wrap .row .card s {
  font-size: 18px;
  color: #000;
}

section .wrap .row .card .arrow {
  width: 100px;
  font-size: 50px;
  color: #4099de;
  text-align: center;
}

section .wrap .row .card.small {
  width: 290px;
  height: 60px;
  margin: 10px 20px;
  -webkit-box-shadow: 5px 5px 5px #ddd;
          box-shadow: 5px 5px 5px #ddd;
  border-radius: 5px;
  background-color: white;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 10px;
}

section .wrap .row .card.small p {
  color: #000;
  font-size: 18px;
  line-height: 20px;
}

section .wrap .row .card.small span {
  color: #a1a7ac;
}

.flex-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-space {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.flex-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex-v-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.margin-auto {
  margin: auto !important;
}

.pull-right {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.flex-v-top {
  -webkit-box-align: self-start !important;
      -ms-flex-align: self-start !important;
          align-items: self-start !important;
}

.flex-v-bottom {
  -webkit-box-align: self-end !important;
      -ms-flex-align: self-end !important;
          align-items: self-end !important;
}

.circle {
  border-radius: 50%;
  border-color: #1b86f1;
  border-width: 4px;
  border-style: solid;
  height: 100px;
  width: 100px;
  padding: 10px;
  text-align: center;
}

.icons {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

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

.workflow-icon svg {
  width: 85px;
  height: 85px;
}

.workflow-icon.right {
  text-align: left;
}

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

.badge span {
  width: 70px;
  height: 70px;
  background-color: #4099de;
  border-radius: 50%;
  color: #fff;
  line-height: 70px;
  font-size: 28px;
  display: block;
  text-align: center;
  margin: 10px 20px 10px 0;
}

.badge span img {
  height: 70px;
  width: 70px;
}

.badge.badge--small span {
  width: 50px;
  height: 50px;
  min-width: 50px;
  line-height: 45px;
  font-size: 20px;
}

.badge.badge--small span img {
  height: 50px;
  width: 50px;
}

.badge.badge--center span {
  margin-left: auto;
  margin-right: auto;
}

.badge.badge--white {
  width: 25%;
}

.badge.badge--white span {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(198, 202, 202, .4);
          box-shadow: 0px 0px 15px 0px rgba(198, 202, 202, .4);
}

.badge.badge--white span svg {
  fill: #1b86f1;
  width: 25px;
  height: 25px;
  margin-top: 12px;
}

.badge.badge--white p {
  color: #000;
  font-weight: 600;
  font-size: 18px;
}

.bottom-border {
  border-style: solid;
  border-color: #a1a7ac;
  border-width: 0 0 1px 0;
}

.row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}

.text-big {
  font-size: 45px;
  font-weight: normal;
  line-height: 45px;
}

.text-large {
  font-size: 40px;
  font-weight: normal;
  line-height: 45px;
}

.weight-normal {
  font-weight: normal;
}

.weight-normal li {
  font-weight: normal;
}

.four-cols {
  padding-bottom: 50px;
}

.four-cols img {
  max-width: 175px;
  margin-bottom: 20px;
}

.bold {
  font-weight: bolder;
}

.the-team small {
  color: #a1a7ac;
}

.investors img {
  width: 200px;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: .6;
}

.link-grey {
  color: #f4f7fa;
  text-decoration: underline;
}

.box-shadow {
  -webkit-box-shadow: 5px 5px 5px #ddd;
          box-shadow: 5px 5px 5px #ddd;
}

.line-height-2 {
  line-height: 2rem;
}

.extra-info {
  color: #1b68e9;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 13px;
  line-height: 1.2em;
}

.quality-badge {
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 50px;
}

.weare {
  margin-top: 100px;
  margin-bottom: 100px;
}

.weare .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.weare .info .cloud {
  width: 150px;
}

.weare .info .secure {
  width: 170px;
}

.weare .info .cloud,
.weare .info .secure {
  margin-right: 20px;
}

.weare .info .content {
  width: 250px;
}

.weare .info .content h2 {
  font-size: 30px;
}

.weare .info .content p {
  font-size: 25px;
}

.imgh-80 img {
  height: 80px;
}

.imgh-100 img {
  height: 100px;
}

.imgh-200 img {
  display: block;
  height: 200px;
}

.imgh-300 img {
  display: block;
  height: 300px;
}

.imgw-300 img {
  display: block;
  width: 300px;
}

.arrow-image::after {
  content: url("/images/homepage/arrow.svg");
  position: absolute;
  top: 40px;
  right: 0;
  display: block;
}

.arrow-image-mobile {
  content: url("/images/homepage/arrow.svg");
  display: block;
  margin: auto;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-top: 30px;
  margin-bottom: -15px;
  display: none;
}

.ico-instagram {
  padding-top: 7px;
  margin-left: 10px;
}

ul.circle-tick {
  text-align: left;
  width: 730px;
  margin-left: auto;
  margin-right: auto;
}

ul.circle-tick li {
  margin-top: 50px;
}

ul.circle-tick li p {
  display: inline-block;
  line-height: 35px;
}

ul.circle-tick li:before {
  content: '';
  display: inline-block;
  height: 35px;
  width: 35px;
  background-image: url("/images/circle-tick.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 40px;
  vertical-align: middle;
  margin-top: -5px;
}

ol.ordered-circle {
  text-align: left;
  width: 610px;
  margin-left: auto;
  margin-right: auto;
  counter-reset: item;
}

ol.ordered-circle li {
  list-style-type: none;
  margin-bottom: 50px;
}

ol.ordered-circle li:before {
  content: counter(item) "  ";
  counter-increment: item;
  float: left;
  width: 30px;
  height: 30px;
  clear: both;
  background-color: #4099de;
  border-radius: 50%;
  text-align: center;
  line-height: 29px;
  margin-right: 50px;
  margin-top: -2px;
  color: white;
}

@media screen and (max-width: 767px) {
  .arrow-image.arrow-image-hide::after {
    display: none;
  }

  .width-icon-767 {
    max-width: 230px;
  }

  ul.circle-tick,
  ol.ordered-circle {
    width: auto;
    text-align: center;
    padding: 0;
  }

  ul.circle-tick li:before,
  ol.ordered-circle li:before {
    display: block;
    margin: auto;
    float: unset;
    margin-bottom: 10px;
  }

  .no-flex-center-770 {
    display: block;
    text-align: center;
  }

  .no-flex-center-770 .workflow-icon {
    text-align: center;
  }

  .no-flex-center-770 .row {
    display: block;
    margin-bottom: 20px;
  }

  .no-flex-center-770 .mb-40 {
    margin: 0;
  }

  .hidebg-770 {
    background-image: none !important;
  }
}

@media screen and (max-width: 575px) {
  .arrow-image::after {
    display: none;
  }

  .arrow-image-mobile {
    display: block;
  }

  .pb-30-575 {
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 1000px) {
  .weare .info {
    display: block;
  }

  .weare .info .cloud,
  .weare .info .secure {
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 20px;
  }

  .weare .info .content {
    text-align: center;
  }

  .w50 {
    width: 90%;
  }

  .pl-50-1000 {
    padding-left: 50px;
  }
}

@media screen and (max-width: 650px) {
  .weare {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .weare .info {
    margin-bottom: 40px;
    width: 100%;
  }

  .weare .info .content {
    width: 100%;
  }
}

@media screen and (max-width: 470px) {
  .black-friday-page .with-arrow {
    display: block !important;
    text-align: center;
  }

  .black-friday-page .with-arrow .arrow {
    display: none;
  }
}

@media screen and (max-width: 770px) {
  .badge.badge--white {
    width: 33%;
  }

  .no-flex-770 {
    display: block;
  }

  .pb-50-770 {
    padding-bottom: 50px;
  }

  .pb-30-770 {
    padding-bottom: 30px;
  }

  .pt-50-770 {
    padding-top: 50px;
  }

  .hide-770 {
    display: none;
  }

  .fnone-770 {
    float: unset;
  }

  .inline-badge-770 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .inline-badge-770 .badge {
    width: 50px;
    margin-right: 20px;
  }

  .inline-badge-770 h2 {
    display: inline;
    line-height: 50px;
  }

  .center-770 {
    text-align: center;
  }

  .center-770 .circle {
    margin-left: auto;
    margin-right: auto;
  }

  .height300-770 {
    max-height: 300px;
  }

  .height150-770 {
    max-height: 150px;
  }

  .pt50-770 {
    padding-top: 50px;
  }

  .four-cols p {
    margin-bottom: 30px;
  }

  .badge {
    display: block;
    text-align: center;
  }

  .badge span {
    margin: auto;
    margin-bottom: 20px;
    margin-top: 20px;
  }

  .pl-50-1000 {
    padding-left: 15px;
  }
}

@media screen and (max-width: 500px) {
  .center-500 {
    text-align: center;
  }
}

@media screen and (max-width: 420px) {
  .badge.badge--white {
    width: 50%;
  }

  .text-big {
    font-size: 30px;
  }

  .text-large {
    font-size: 20px;
  }
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

@font-face {
  font-family: 'Raleway';
  src: url("https://publit.io/fonts/Raleway-Medium.woff2") format("woff2"), url("https://publit.io/fonts/Raleway-Medium.woff") format("woff"), url("https://publit.io/fonts/Raleway-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Raleway';
  src: url("https://publit.io/fonts/Raleway-SemiBold.woff2") format("woff2"), url("https://publit.io/fonts/Raleway-SemiBold.woff") format("woff"), url("https://publit.io/fonts/Raleway-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Raleway';
  src: url("https://publit.io/fonts/Raleway-Bold.woff2") format("woff2"), url("https://publit.io/fonts/Raleway-Bold.woff") format("woff"), url("https://publit.io/fonts/Raleway-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Raleway", sans-serif;
  line-height: 1.35em;
  color: #252d37;
}

h1,
.h1 {
  font-size: 46px;
  font-weight: 600;
  margin-bottom: 17px;
  line-height: 56px;
}

h2,
.h2 {
  font-size: 28px;
  line-height: 32px;
  font-weight: bold;
  margin-bottom: 18px;
}

h3,
.h3 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 20px;
}

h4,
.h4 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 8px;
}

p {
  color: #a1a7ac;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 13px;
}

p a {
  color: #4099de;
}

@media only screen and (min-width: 1025px) {
  .no-touch p a:hover {
    color: #4d6d90;
  }
}

blockquote {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 30px 0;
}

ul {
  padding-left: 20px;
}

ol {
  padding-left: 20px;
}

ul li {
  list-style: none;
}

ol li {
  list-style-type: decimal-leading-zero;
}

img {
  max-width: 100%;
}

.link {
  color: #4099de;
  position: relative;
  -webkit-transition: color .4s ease-out;
  transition: color .4s ease-out;
}

.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: "\E001";
  position: absolute;
  right: -25px;
  top: 2px;
}

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

.rte p {
  font-size: 16px;
  color: #252d37;
  line-height: 1.778;
}

.rte p a {
  color: #4099de;
  text-decoration: underline;
  -webkit-transition: .4s ease-out;
  transition: .4s ease-out;
}

.rte ul {
  padding-left: 0;
}

.rte ul li {
  color: #252d37;
  line-height: 1.778;
  padding-left: 15px;
  position: relative;
}

.rte ul li::before {
  content: '';
  width: 5px;
  height: 5px;
  background-color: #252d37;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 12px;
}

.rte .image-with-caption {
  margin: 40px 0 30px;
}

.rte .image-with-caption span {
  color: #999fa3;
  display: block;
  font-size: 14px;
  line-height: 4;
  text-align: center;
}

body {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  color: #000;
}

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

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

.wrap-small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin: auto;
}

.iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/*--------------------------------------------------------------
# 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(64, 153, 222, .2);
  }
}

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

.btn {
  background-color: #4099de;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  letter-spacing: .4px;
  height: 40px;
  line-height: 40px;
  padding: 0 27px;
  border-radius: 5px;
}

@media only screen and (min-width: 1025px) {
  .no-touch .btn:hover {
    background-color: #6bb0e6;
  }
}

.loaded .btn {
  -webkit-transition: background-color .4s ease-out;
  transition: background-color .4s ease-out;
}

.btn.btn--big {
  height: 60px;
  line-height: 65px;
  padding: 0 50px;
}

.btn--cta {
  min-width: 190px;
  border-radius: 5px;
  text-align: center;
}

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

.btn--round {
  border-radius: 20px;
}

.btn--round.btn--big {
  border-radius: 30px;
}

.btn--close {
  position: absolute;
  top: -60px;
  right: -60px;
  height: 30px;
  width: 30px;
  border: 4px solid #fff;
  border-radius: 50%;
  padding: 30px;
}

.btn--close::before,
.btn--close::after {
  content: '';
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 38px;
  height: 0;
  border-top: 4px solid #fff;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: .4s ease-out;
  transition: .4s ease-out;
}

.btn--close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.btn--close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media only screen and (min-width: 1025px) {
  .no-touch .btn--close:hover {
    border-color: #4099de;
  }

  .no-touch .btn--close:hover::before,
  .no-touch .btn--close:hover::after {
    border-top-color: #4099de;
  }

  .no-touch .btn--close:hover::before {
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
  }

  .no-touch .btn--close:hover::after {
    -webkit-transform: rotate(315deg);
            transform: rotate(315deg);
  }
}

@media only screen and (min-width: 768px) {
  .btn--close {
    top: -60px;
    right: -60px;
  }
}

@media only screen and (max-width: 767.98px) {
  .btn--close {
    top: -80px;
    right: 0;
  }
}

.btn--silver {
  background-color: #eef1f4;
  color: #252d37;
  -webkit-transition: .4s ease-out;
  transition: .4s ease-out;
}

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

.btn--grey {
  background-color: #999fa3;
  color: #fff;
}

.btn--play {
  position: absolute;
  font-weight: bold;
  color: #fff;
}

@media only screen and (min-width: 1025px) {
  .no-touch .btn--play:hover {
    color: #4099de;
    border-bottom-color: #4099de;
  }
}

.btn--play .font-ico-play {
  display: block;
  text-decoration: none;
}

.loaded .btn--play {
  -webkit-transition: color .4s ease-out, border-bottom-color .4s ease-out;
  transition: color .4s ease-out, border-bottom-color .4s ease-out;
}

@media only screen and (min-width: 992px) {
  .btn--play {
    font-size: 18px;
  }

  .btn--play .font-ico-play {
    font-size: 40px;
    margin-bottom: 10px;
  }
}

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

  .btn--play .font-ico-play {
    font-size: 26px;
    margin-bottom: 5px;
  }
}

@media only screen and (max-width: 767.98px) {
  .btn--play {
    font-size: 11px;
  }

  .btn--play .font-ico-play {
    font-size: 26px;
    margin-bottom: 5px;
  }
}

.pagination-wrap {
  margin: 0 auto;
}

.pagination-wrap .btn {
  display: block;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 600;
  margin: 40px auto;
}

.pagination-wrap .btn2 {
  display: block;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 600;
  margin: 40px 10px;
  float: left;
}

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

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

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

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

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

.input-group label {
  display: block;
}

.input-group.input-with-prepend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.input-group.input-with-prepend span.prepend {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  line-height: 34px;
  padding: 0 .75rem;
  border-width: 1px 0 1px 1px;
  border-style: solid;
  border-color: #cdd1d5;
  border-top-left-radius: .5rem;
  border-bottom-left-radius: .5rem;
  font-weight: 400;
  color: #555;
  font-size: 14px;
  background-color: #eee;
}

.input-group.input-with-prepend input {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  border-top-left-radius: unset;
  border-bottom-left-radius: unset;
}

.input-group.input-with-prepend.input-with-postpend input {
  border-top-right-radius: unset;
  border-bottom-right-radius: unset;
}

.input-group.input-with-prepend span.postpend {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  line-height: 34px;
  padding: 0 .75rem;
  border-width: 1px 1px 1px 0;
  border-style: solid;
  border-color: #cdd1d5;
  border-top-right-radius: .5rem;
  border-bottom-right-radius: .5rem;
  font-weight: 400;
  font-size: 14px;
  background-color: #eee;
}

.input-group.input-with-prepend span.postpend .indicator {
  height: 20px;
  margin-top: 3px;
}

.input-group .vdp-datepicker {
  display: inline-block;
}

.input-group .file_upload label {
  display: inline-block;
}

.input-group .file_upload input {
  display: none;
}

.input-group .post-cover {
  width: 1000px;
  max-height: 350px;
}

.input-group.form-submit {
  text-align: center;
}

.input-group.form-submit button {
  margin: 0 5px;
}

.dialog-modal {
  padding: 30px;
  text-align: center;
}

.dialog-modal .modal-input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin: auto;
  margin-top: 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.dialog-modal .modal-input-group .btn {
  margin: 0;
}

/*
.form-control {
  height: 2.25rem;
  line-height: normal;
}

.form-control-sm {
  height: 2rem;
}

.form-input {
  background-color: white;
  border-width: 1px;
  border-color: white;
  padding-left: .75rem;
  padding-right: .75rem;
  color: #7c858e;
  border-radius: .5rem;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .05);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .05);
}

.form-control-focus {
  outline: none;
  -webkit-box-shadow: 0 0 8px #4099de;
          box-shadow: 0 0 8px #4099de;
}

.form-input:focus,
.form-input:active {
  border-radius: .5rem;
  outline: none;
  -webkit-box-shadow: 0 0 8px #4099de;
          box-shadow: 0 0 8px #4099de;
}

.form-control-lg {
  height: 3rem;
}

.form-input-bordered {
  background-color: white;
  border-width: 1px;
  border-color: #bacad6;
  padding-left: .75rem;
  padding-right: .75rem;
  color: #7c858e;
  border-radius: .5rem;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .05);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .05);
}

.form-select {
  background-color: white;
  border-width: 1px;
  border-color: #bacad6;
  padding-left: .75rem;
  padding-right: 2rem;
  border-radius: .5rem;
  color: #7c858e;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .05);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .05);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-repeat: no-repeat;
  background-size: 10px 6px;
  background-position: center right .75rem;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 6"><path fill="#35393C" fill-rule="nonzero" d="M8.293.293a1 1 0 0 1 1.414 1.414l-4 4a1 1 0 0 1-1.414 0l-4-4A1 1 0 0 1 1.707.293L5 3.586 8.293.293z"/></svg>');
}

input.form-input:-moz-read-only,
textarea.form-input:-moz-read-only,
.form-input:active:disabled,
.form-input:focus:disabled,
.form-select:active:disabled,
.form-select:focus:disabled {
  box-shadow: none;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .05);
}

input.form-input:read-only,
textarea.form-input:read-only,
.form-input:active:disabled,
.form-input:focus:disabled,
.form-select:active:disabled,
.form-select:focus:disabled {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .05);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .05);
}

input.form-input:-moz-read-only,
textarea.form-input:-moz-read-only,
.form-input:disabled,
.form-select:disabled {
  background-color: #f4f7fa;
  cursor: not-allowed;
}

input.form-input:read-only,
textarea.form-input:read-only,
.form-input:disabled,
.form-select:disabled {
  background-color: #f4f7fa;
  cursor: not-allowed;
}

.form-select:focus {
  outline: none;
  -webkit-box-shadow: 0 0 8px #4099de;
          box-shadow: 0 0 8px #4099de;
}

.form-combo {
  background-color: white;
  border-width: 1px;
  border-color: #bacad6;
  border-radius: .5rem;
  color: #7c858e;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .05);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .05);
  overflow: hidden;
}

.form-combo-select {
  background-color: white;
  background-color: transparent;
  padding-right: 1rem;
  outline: none;
  background-repeat: no-repeat;
  background-size: 10px 6px;
  background-position: center right .75rem;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 6"><path fill="#35393C" fill-rule="nonzero" d="M8.293.293a1 1 0 0 1 1.414 1.414l-4 4a1 1 0 0 1-1.414 0l-4-4A1 1 0 0 1 1.707.293L5 3.586 8.293.293z"/></svg>');
}
*/

ul.list-disc {
  color: #4a4a4a;
  list-style: disc;
}

ul.list-disc li {
  list-style: disc;
  padding: 5px;
}

ol.list-ordered {
  color: #a1a7ac;
}

ol.list-ordered li {
  list-style-type: decimal;
  padding: 5px;
}

.tooltip {
  position: relative;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: white;
  color: var(--primary);
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  top: -5px;
  position: absolute;
  z-index: 1;
}

.tooltip .tooltiptext.left {
  right: 100%;
  margin-right: 15px;
}

.tooltip .tooltiptext.left:after {
  content: '';
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid white;
  position: absolute;
  right: -5px;
  top: 7px;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.black-friday {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -1.5rem;
  background-color: #000;
  text-align: center;
  height: auto;
  padding: 100px;
}

.black-friday .countdown-container {
  width: 570px;
  height: 490px;
  background-image: url("/images/black-friday/heroimageillustration.svg");
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -60px;
  padding: 75px 0 0 120px;
}

.black-friday.bf-sale {
  text-align: unset;
  background-image: url("/images/black-friday/heroimagebackground2.svg");
  background-color: white;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 100%;
}

.black-friday.bf-sale.bottom {
  background-image: none;
  background-color: #242c37;
  text-align: center;
  padding: 40px;
  margin-top: 20px;
}

.black-friday.bf-sale .sale {
  font-size: 38px;
  color: white;
  font-weight: 200;
}

.black-friday.bf-sale h1 {
  color: white;
  font-size: 42px;
}

.black-friday.bf-sale p {
  font-size: 24px;
}

.black-friday.bf-sale .btn {
  background-color: #4099de;
  color: white;
  margin-bottom: 20px;
  border-radius: 5px;
  margin-top: 20px;
}

.black-friday.bf-sale span {
  color: #4099de;
}

.black-friday.bf-sale .small {
  font-size: 18px;
  line-height: 30px;
}

.black-friday .bf-arrow:before {
  content: '';
  position: absolute;
  margin-left: -40px;
  margin-top: 30px;
  border: solid #4099de;
  border-width: 0 7px 7px 0;
  height: 20px;
  width: 20px;
  display: inline-block;
  padding: 3px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-animation-name: arrow-move;
          animation-name: arrow-move;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}

@-webkit-keyframes arrow-move {
  0% {
    margin-left: -40px;
  }

  80% {
    margin-left: -60px;
  }

  100% {
    margin-left: -40px;
  }
}

@keyframes arrow-move {
  0% {
    margin-left: -40px;
  }

  80% {
    margin-left: -60px;
  }

  100% {
    margin-left: -40px;
  }
}

.black-friday-page .info {
  width: 300px;
}

.black-friday-page .info span {
  color: #4099de;
  line-height: 35px;
  font-size: 25px;
  height: 40px;
  display: block;
  min-width: 80px;
  border-radius: 20px;
  text-align: center;
  float: left;
}

.black-friday-page .info span.rounded {
  font-size: 18px;
  border: solid 2px #4099de;
}

.black-friday-page .info p {
  float: left;
  padding-left: 10px;
  font-size: 13px;
  line-height: 19px;
}

.black-friday-page .left-right img {
  width: 200px;
  margin-right: 40px;
}

.black-friday-page .avgH2 {
  margin-bottom: 30px;
}

.black-friday-page .bytBtnMT {
  margin-top: 50px;
}

.black-friday-page .explainer {
  max-width: 680px;
}

.black-friday-page .cloud-background {
  background-image: url("/images/black-friday/shape.svg");
  background-repeat: no-repeat;
  background-size: 70%;
}

.black-friday-page .macbook-section {
  min-height: 650px;
}

.black-friday-page .macbook-section .macbook {
  position: absolute;
  width: 1000px;
  top: -350px;
  right: 0;
}

.black-friday-page .bf-dashboard img {
  -webkit-box-shadow: 5px 5px 5px #ddd;
          box-shadow: 5px 5px 5px #ddd;
}

.section.reviews .wrap {
  min-height: 450px;
}

.section.reviews small {
  color: #a4a5a7;
}

.section.reviews .video-review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}

.section.reviews .video-review img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 20px;
}

.section.reviews .video-review span {
  display: block;
  font-weight: 200;
}

.section.reviews .video-review a,
.section.reviews .video-review a:visited {
  color: #4099de;
  text-decoration: underline;
}

.section.reviews .review-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
}

.section.reviews .review-container .review-card {
  min-height: 210px;
  max-width: 450px;
  background-color: white;
  border-radius: 5px;
  -webkit-box-shadow: 5px 5px 5px #ddd;
          box-shadow: 5px 5px 5px #ddd;
  margin: 15px;
}

.section.reviews .review-container .review-card img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  padding: 15px;
}

.section.reviews .review-container .review-card p {
  color: #a4a5a9;
  padding: 0 15px 15px 15px;
  font-size: 15px;
  min-height: 80px;
}

.section.reviews .review-container .review-card p.name {
  color: #5d6a7a;
  min-height: unset;
  height: unset;
}

@media screen and (max-width: 1170px) {
  .black-friday .wrap .row .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .black-friday .wrap .row .col-md-6 .countdown-container {
    margin: auto;
    margin-top: 50px;
  }

  .left-right .row .col-md-7 {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .section-clouds {
    padding: 20px;
  }

  .section-clouds .full-width-sm {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin: 10px;
  }

  .section-clouds .full-width-sm .review-card {
    margin: auto;
  }
}

@media screen and (max-width: 970px) {
  .black-friday-page .review-container {
    display: block !important;
  }

  .black-friday-page .macbook-section .col-md-4,
  .black-friday-page .macbook-section .col-md-8 {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .black-friday-page .macbook-section .macbook {
    width: 100%;
    position: relative;
    top: 0;
  }

  .black-friday-page .macbook-section .col-md-12 {
    padding-bottom: 0;
  }

  .black-friday-page .black-friday .hero-row .col-md-6 {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

@media screen and (max-width: 900px) {
  .rating .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin: 10px;
  }

  .rating .col-md-4 .info {
    margin: auto;
  }
}

@media screen and (max-width: 770px) {
  .black-friday-page .mt-100 {
    margin-top: unset;
  }

  .black-friday-page .mb-100 {
    margin-bottom: unset;
  }

  .black-friday-page .p-50 {
    padding: unset;
  }

  .black-friday-page .pb-100 {
    padding-bottom: unset;
  }

  .black-friday-page section.bf-save .wrap .row .card {
    margin-bottom: 40px;
  }

  .black-friday-page .explainer {
    margin: auto;
  }

  .black-friday-page .badge {
    display: block;
    text-align: center;
  }

  .black-friday-page .badge span {
    margin: auto;
    margin-bottom: 20px;
    margin-top: 20px;
  }

  .black-friday-page .left-right .row .col-md-7 {
    display: block !important;
    text-align: center;
  }
}

@media screen and (max-width: 760px) {
  .black-friday-page .bf-dashboard {
    text-align: center;
  }

  .black-friday-page .bf-dashboard .row-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }

  .black-friday-page .bf-dashboard .col-md-6 {
    margin-bottom: 30px;
  }

  .black-friday-page .bf-dashboard .col-md-6 img {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 700px) {
  .black-friday-page .black-friday {
    padding: 10px 10px 100px 10px;
  }

  .black-friday-page .black-friday h1 {
    font-size: 26px;
  }

  .black-friday-page .black-friday h2 {
    font-size: 22px;
  }

  .black-friday-page .black-friday .countdown-container {
    width: 300px;
    height: 260px;
    padding: 75px 0 0 65px;
  }

  .black-friday-page section .wrap .row .card {
    margin: auto;
    text-align: center;
    margin: 10px;
  }
}

@media screen and (max-width: 550px) {
  .black-friday h1 {
    font-size: 24px;
  }
}

@media screen and (max-width: 500px) {
  .black-friday-page .section-clouds .review-card {
    height: unset !important;
    width: unset !important;
  }
}

@media screen and (max-width: 360px) {
  .black-friday h1 {
    font-size: 20px;
  }
}

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

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

  .section,
  .section .row {
    min-height: auto;
  }

  .nav,
  .slider__container,
  .hide--touch,
  .section__media,
  .homepage-banner__img-wrapper {
    display: none;
  }
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border-bottom: 1px solid #cdd1d5;
  padding-top: 54px;
}

@media only screen and (max-width: 1199.98px) {
  .header__container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-height: 87px;
  }
}

.header__home {
  position: relative;
  top: -19px;
}

.header__logo {
  width: 100px;
}

.header--menu-open .header__logo {
  display: none;
}

@media only screen and (min-width: 1200px) {
  .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 77px;
  }
}

@media only screen and (max-width: 1199.98px) {
  .nav {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    background-color: #4099de;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 100;
    left: 60px;
    padding: 20px 0;
    -webkit-transition: .4s ease-out;
    transition: .4s ease-out;
    overflow-y: scroll;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }

  .header--menu-open .nav {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@media only screen and (min-width: 1200px) {
  .nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.nav__item {
  font-size: 16px;
  position: relative;
}

@media only screen and (min-width: 1025px) {
  .no-touch .nav__item:hover::after {
    left: 0;
    width: 100%;
  }
}

.nav__item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 3px;
  width: 0;
  background-color: #4099de;
}

.loaded .nav__item::after {
  -webkit-transition: width .2s ease-out, left .2s ease-out;
  transition: width .2s ease-out, left .2s ease-out;
}

@media only screen and (min-width: 1200px) {
  .nav__item {
    padding: 0 12px 15px 13px;
  }

  .nav__item:last-child {
    padding-right: 0;
  }
}

@media only screen and (max-width: 1199.98px) {
  .nav__item {
    padding: 5px 10px;
  }

  .nav__list--secondary .nav__item {
    width: 50%;
    background-color: #fff;
    margin: 0 10px;
    text-align: center;
    border-radius: 20px;
    max-width: 150px;
  }
}

@media only screen and (min-width: 1200px) {
  .nav__link {
    color: #000;
    display: block;
  }
}

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

  .nav__list--secondary .nav__link {
    color: #4099de;
  }
}

@media only screen and (max-width: 1199.98px) {
  .nav__list--secondary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (min-width: 1200px) {
  .nav__link--highlighted {
    color: #4099de;
  }
}

@media only screen and (max-width: 1199.98px) {
  .hamburger {
    width: 40px;
    height: 30px;
    border-top: 4px solid #4099de;
    border-bottom: 4px solid #4099de;
    position: relative;
    bottom: 19px;
    right: 0;
  }

  .hamburger::before {
    content: '';
    position: absolute;
    top: 9px;
    left: 0;
    width: 40px;
    height: 4px;
    background-color: #4099de;
  }

  .loaded .hamburger {
    -webkit-transition: .4s ease-out;
    transition: .4s ease-out;
  }
}

@media only screen and (max-width: 1199.98px) {
  .hamburger--open {
    border-bottom: 0;
    border-right: 4px solid #4099de;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    width: 20px;
    height: 20px;
    right: calc(100% - 30px);
  }

  .hamburger--open::before {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    width: 30px;
    top: 9px;
    left: -10px;
  }
}

@media only screen and (min-width: 1200px) {
  .nav__secondary {
    position: absolute;
    left: 0;
    top: 37px;
    opacity: 0;
    visibility: hidden;
    background-color: #f4f7fa;
    z-index: 20;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    width: 250px;
    -webkit-box-shadow: 0 0 15px 0 rgba(37, 45, 55, .2);
            box-shadow: 0 0 15px 0 rgba(37, 45, 55, .2);
    padding: 20px 12px 10px;
  }

  .loaded .nav__secondary {
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out;
  }

  .nav__item--has-children:hover .nav__secondary {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@media only screen and (max-width: 1199.98px) {
  .nav__secondary {
    padding: 10px 10px 5px;
  }
}

@media only screen and (min-width: 1200px) {
  .nav__secondary-item {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 1199.98px) {
  .nav__secondary-item {
    margin-bottom: 10px;
    font-size: 16px;
  }
}

.nav__secondary-link {
  -webkit-transition: color .4s ease-out;
  transition: color .4s ease-out;
  display: block;
}

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

@media only screen and (min-width: 1200px) {
  .nav__secondary-link {
    color: #252d37;
  }
}

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

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15; /* 1 */
      -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: .67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

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

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

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

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"],
/* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: .35em .75em .625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details,
/* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * 1. Prevent padding and border from affecting element width
 * https://goo.gl/pYtbK7
 * 2. Change the default font family in all browsers (opinionated)
 */

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  font-family: sans-serif; /* 2 */
}

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

/**
 * Removes the default spacing and border for appropriate elements.
 */

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
figure,
p,
pre {
  margin: 0;
}

button {
  background: transparent;
  padding: 0;
}

/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 */

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

fieldset {
  margin: 0;
  padding: 0;
}

ol,
ul {
  margin: 0;
}

/**
 * Tailwind custom reset styles
 */

/**
 * Allow adding a border to an element by just adding a border-width.
 *
 * By default, the way the browser specifies that an element should have no
 * border is by setting it's border-style to `none` in the user-agent
 * stylesheet.
 *
 * In order to easily add borders to elements by just setting the `border-width`
 * property, we change the default border-style for all elements to `solid`, and
 * use border-width to hide them instead. This way our `border` utilities only
 * need to set the `border-width` property instead of the entire `border`
 * shorthand, making our border utilities much more straightforward to compose.
 *
 * https://github.com/tailwindcss/tailwindcss/pull/116
 */

*,
*::before,
*::after {
  border-width: 0;
  border-style: solid;
  border-color: var(--black);
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

/**
 * Temporary reset for a change introduced in Chrome 62 but now reverted.
 *
 * We can remove this when the reversion is in a normal Chrome release.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  border-radius: 0;
}

textarea {
  resize: vertical;
}

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: .5;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: inherit;
  opacity: .5;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: inherit;
  opacity: .5;
}

input::placeholder,
textarea::placeholder {
  color: inherit;
  opacity: .5;
}

button,
[role=button] {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

.container {
  width: 100%;
}

@media (min-width: 350px) {
  .container {
    max-width: 350px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 992px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

:root {
  --primary: #4099de;
  --primary-10: rgba(64, 153, 222, .1);
  --primary-30: rgba(64, 153, 222, .3);
}

#website-navbar {
  max-width: 1200px;
}

.reg-link {
  color: #4099de;
}

@media only screen and (max-width: 450px) {
  #website-navbar {
    padding-left: 10px;
  }
}

.font-family-raleway {
  font-family: "Raleway", sans-serif;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  display: table;
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle,
.btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret,
.btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret,
.dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}

.btn-group-vertical > .btn-group:after {
  clear: both;
}

.btn-group-vertical > .btn-group > .btn {
  float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}

.btn-group-justified > .btn-group .btn {
  width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #476688;
  border-color: #3b5470;
}

.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:active.focus,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #3b5470;
  border-color: #243445;
}

.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  background-image: none;
}

.btn-danger:active:hover,
.btn-danger:active:focus,
.btn-danger:active.focus,
.btn-danger.active:hover,
.btn-danger.active:focus,
.btn-danger.active.focus,
.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #78341a;
  border-color: #411c0e;
}

.btn-danger:active,
.btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  background-image: none;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.6;
  color: #333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #5a7fa8;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.btn-group .dropdown-toggle {
  padding: 6px 12px;
  color: #5a7fa8;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.link {
  color: #4099de;
  position: relative;
  -webkit-transition: color .4s ease-out;
          transition: color .4s ease-out;
  text-decoration: none;
  font-size: 18px;
  margin: 0 30px 0 0;
}

#website-navbar .list-reset li {
  margin: 0;
}

#website-navbar .list-reset li a {
  padding-bottom: 10px;
  font-weight: 600;
}

#website-navbar .list-reset li a:hover {
  background-color: #f4f7fa;
}

#website-navbar .list-reset li p {
  color: #252d37;
}

.no-underline {
  text-decoration: none;
}

.block {
  display: block;
}

.p-3 {
  padding: .75rem;
}

.header-links {
  padding: 10px;
}

.dropdown-links {
  position: relative;
  display: inline-block;
}

.dropdown-links-content {
  display: none;
  position: absolute;
  background-color: #f4f7fa;
  min-width: 300px;
  -webkit-box-shadow: 0 0 15px 0 rgba(37, 45, 55, .2);
          box-shadow: 0 0 15px 0 rgba(37, 45, 55, .2);
  z-index: 20;
  left: 0;
  top: 32px;
}

.dropdown-links-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-weight: 600;
}

.dropdown-links-content a:hover {
  color: #4099de;
}

.dropdown-links:hover .dropdown-links-content {
  display: block;
}

.dropdown-links:hover .dropbtn {
  border-bottom: 4px solid #4099de;
}

/* ------------------------- DASHBOARD CSS ---------------------------- */

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

.w-full {
  width: 100%;
}

.shadow {
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .05);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .05);
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.border-b-2 {
  border-bottom-width: 1px;
}

.border-50 {
  border-color: #e3e7eb;
}

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

.items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.relative {
  position: relative;
}

.h-header {
  height: 3.75rem;
}

.z-20 {
  z-index: 20;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.m-auto {
  margin: auto;
}

.dropdown-menu-left {
  top: 3rem;
  left: 0;
  right: auto;
  display: none;
}

.dropdown-arrow-left {
  top: calc(-1.35rem);
  left: 2.3rem;
}

.dropdown-menu-right {
  top: 3rem;
  left: auto;
  right: 0;
}

.dropdown-arrow-right {
  top: calc(-1.35rem);
  right: 1rem;
}

dropdown-alt .dropdown-trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 2.25rem;
  padding-left: .75rem;
  padding-right: .75rem;
  background-color: #eef1f4;
  border-radius: .25rem;
}

.dropdown-trigger-active .dropdown-trigger {
  background-color: #e3e7eb;
}

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

.ml-2 {
  margin-left: .5rem;
}

.z-40 {
  z-index: 40;
}

.z-50 {
  z-index: 50;
}

.overflow-hidden {
  overflow: hidden;
}

.border {
  border-width: 1px;
  border-style: solid;
}

.border-60 {
  border-color: #bacad6;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: .5rem;
}

.w-8 {
  width: 2rem;
}

.h-8 {
  height: 2rem;
}

.mr-3 {
  margin-right: .75rem;
}

.mt-3 {
  margin-top: .75rem;
}

.cursor-pointer {
  cursor: pointer;
}

.list-reset {
  list-style: none;
  padding: 0;
}

.absolute {
  position: absolute;
}

.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.font-sans {
  font-family: Nunito, system-ui, BlinkMacSystemFont, -apple-system, sans-serif;
}

.ml-auto {
  margin-left: auto;
}

.h-9 {
  height: 2.25rem;
}

.no-underline {
  text-decoration: none;
}

.dim:hover,
.dim:active {
  opacity: .5;
}

.dim:active {
  opacity: .8;
}

.font-bold {
  font-weight: 800;
}

.text-90 {
  color: #252d37;
}

.mr-6 {
  margin-right: 1.5rem;
}

.font-light {
  font-weight: 300;
}

.hamburger-menu {
  padding-left: 1.25em;
  position: relative;
  height: 19px;
  margin-right: 9px;
  display: none;
  cursor: pointer;
  z-index: 99;
}

.hamburger-menu:before {
  content: "";
  position: absolute;
  left: 0;
  top: .21em;
  bottom: .21em;
  width: 1em;
  background: -webkit-gradient(linear, left top, left bottom, from(black), color-stop(20%, black), color-stop(20%, white), color-stop(40%, white), color-stop(40%, black), color-stop(60%, black), color-stop(60%, white), color-stop(80%, white), color-stop(80%, black), to(black));
  background: linear-gradient(to bottom, black, black 20%, white 20%, white 40%, black 40%, black 60%, white 60%, white 80%, black 80%, black 100%);
}

.hamburger-logo {
  display: none;
}

/*___________________________________*/

/* globalsearch */

.max-w-xs {
  max-width: 20rem;
}

.fill-current {
  fill: currentColor;
}

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

.search-icon-center {
  top: 8px;
}

.ml-3 {
  margin-left: .75rem;
}

.text-70 {
  color: #b3b9bf;
}

.pl-search {
  padding-left: 2.75rem !important;
}

.form-control {
  height: 2.25rem;
  line-height: normal;
}

.form-input {
  background-color: white;
  border-width: 1px;
  border-color: white;
  padding-left: .75rem;
  padding-right: .75rem;
  color: #7c858e;
  border-radius: .5rem;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .05);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .05);
}

.form-control-focus {
  outline: none;
  -webkit-box-shadow: 0 0 8px #4099de;
          box-shadow: 0 0 8px #4099de;
}

.form-input:focus,
.form-input:active {
  border-radius: .5rem;
  outline: none;
  -webkit-box-shadow: 0 0 8px #4099de;
          box-shadow: 0 0 8px #4099de;
}

.form-input-bordered {
  background-color: white;
  border-width: 1px;
  border-color: #bacad6;
  border-style: solid;
  padding-left: .75rem;
  padding-right: .75rem;
  color: #7c858e;
  border-radius: .5rem;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .05);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .05);
}

.form-select {
  background-color: white;
  border-width: 1px;
  border-color: #bacad6;
  padding-left: .75rem;
  padding-right: 2rem;
  border-radius: .5rem;
  color: #7c858e;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .05);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .05);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-repeat: no-repeat;
  background-size: 10px 6px;
  background-position: center right .75rem;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 6"><path fill="#35393C" fill-rule="nonzero" d="M8.293.293a1 1 0 0 1 1.414 1.414l-4 4a1 1 0 0 1-1.414 0l-4-4A1 1 0 0 1 1.707.293L5 3.586 8.293.293z"/></svg>');
}

input.form-input:-moz-read-only,
textarea.form-input:-moz-read-only,
.form-input:active:disabled,
.form-input:focus:disabled,
.form-select:active:disabled,
.form-select:focus:disabled {
  box-shadow: none;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .05);
}

input.form-input:read-only,
textarea.form-input:read-only,
.form-input:active:disabled,
.form-input:focus:disabled,
.form-select:active:disabled,
.form-select:focus:disabled {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .05);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .05);
}

input.form-input:-moz-read-only,
textarea.form-input:-moz-read-only,
.form-input:disabled,
.form-select:disabled {
  background-color: #f4f7fa;
  cursor: not-allowed;
}

input.form-input:read-only,
textarea.form-input:read-only,
.form-input:disabled,
.form-select:disabled {
  background-color: #f4f7fa;
  cursor: not-allowed;
}

.form-select:focus {
  outline: none;
  -webkit-box-shadow: 0 0 8px #4099de;
          box-shadow: 0 0 8px #4099de;
}

.shadow-lg {
  -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
          box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
}

.mt-2 {
  margin-top: .5rem;
}

.max-h-search {
  max-height: 24.5rem;
}

.overflow-y-auto {
  overflow-y: auto;
}

.tracking-wide {
  letter-spacing: .05em;
}

.uppercase {
  text-transform: uppercase;
}

.text-xs {
  font-size: .75rem;
}

.px-3 {
  padding-left: .75rem;
  padding-right: .75rem;
}

.py-2 {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

#globalSearch {
  margin: 0 10px 0 35px;
}

#globalSearch.mobile {
  display: none;
  padding: 10px;
  margin: 0 35px;
}

#globalSearch.mobile .max-w-xs {
  max-width: unset;
  z-index: 10;
}

#globalSearch.mobile .max-w-xs .globSearch {
  width: 100%;
}

@media only screen and (max-width: 600px) {
  #globalSearch {
    display: none;
  }

  #globalSearch.mobile {
    display: block;
  }
}

#globalSearch .bg-40 {
  background-color: #eef1f4;
}

.font-medium,
.font-normal {
  font-weight: 400;
}

.items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.block {
  display: block;
}

.cursor-pointer {
  cursor: pointer;
}

#globalSearch .bg-20 {
  background-color: #f6fbff;
}

.w-8 {
  width: 2rem;
}

.mr-3 {
  margin-right: .75rem;
}

.h-8 {
  height: 2rem;
}

.rounded-full {
  border-radius: 9999px;
}

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

img {
  border-style: solid;
}

#globalSearch ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.text-60 {
  color: #bacad6;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.py-3 {
  padding-top: .75rem;
  padding-bottom: .75rem;
}

/*___________________________________*/

@media (max-width: 992px) {
  .dropdown-menu-left {
    display: block;
  }

  .bg-logo-responsive,
  .list-responsive {
    display: block;
  }

  .list-reset-regular {
    display: none;
  }

  .header-items-regular {
    display: none;
  }

  .hamburger-logo {
    display: block;
    position: relative;
    top: -6px;
    cursor: pointer;
  }

  .hamburger-menu {
    display: block;
    margin-right: 1rem;
  }
}

@media (max-width: 992px) {
  .h-header .dropdown-trigger span,
  .h-header .dropdown-trigger svg {
    display: none;
  }

  .h-header .dropdown-trigger img.mr-3 {
    margin-right: 0;
  }
}

.footer {
  background-color: #f4f7fa;
  color: #fff;
}

.footer .wrap {
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 767.98px) {
  .footer {
    padding-bottom: 40px;
  }
}

.footer__heading {
  font-size: 14px;
  font-weight: 600;
  border-bottom: 1px solid #cdd1d5;
  margin-top: 53px;
  margin-bottom: 20px;
  padding-bottom: 3px;
}

@media only screen and (min-width: 992px) {
  .footer__heading {
    margin-right: -30px;
    padding-right: 30px;
  }

  .footer__col--moved-left .footer__heading {
    margin-right: -60px;
  }

  .footer__social .footer__heading {
    margin-right: -30px;
  }
}

.footer__list {
  padding-left: 0;
}

.footer__item {
  margin-bottom: 7px;
}

.footer__link {
  color: #a1a7ac;
  font-size: 12px;
  font-weight: 500;
  -webkit-transition: color .4s ease-out;
  transition: color .4s ease-out;
}

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

.footer__link:hover {
  color: #4099de;
}

.footer__social-link {
  font-size: 24px;
  color: #4099de;
  padding-left: 15px;
  -webkit-transition: color .4s ease-out;
  transition: color .4s ease-out;
}

.footer__social-link .font-ico-facebook {
  font-size: 20px;
}

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

@media only screen and (min-width: 1200px) {
  .footer__social-link .font-ico-twitter {
    padding-right: 10px;
  }
}

@media only screen and (min-width: 992px) {
  .footer__col--moved-left {
    margin-left: -30px;
    margin-right: 30px;
  }
}

.footer__bottom {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__bottom span.footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__bottom span.footer__social h3 {
  font-size: 14px;
  font-weight: 600;
  display: inline;
  line-height: 40px;
}

.footer__bottom span.footer__copyright {
  font-size: 12px;
  color: #a1a7ac;
}

@media screen and (max-width: 500px) {
  .footer__bottom {
    display: block;
    text-align: center;
  }

  .footer__bottom span.footer__social {
    display: block;
  }
}

.slider {
  padding: 60px 0 50px;
}

.slider .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider .btn--play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.slider .btn--play .font-ico-play {
  font-size: 50px;
}

.trusted-by {
  padding-bottom: 30px;
  border-bottom: 1px solid #cdd1d5;
}

.trusted-by__logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 26px auto;
  max-width: 620px;
}

.trusted-by__logos img {
  margin: 0 33px 10px;
}

.slider__container {
  margin-top: 50px;
  position: relative;
}

@media only screen and (max-width: 1199.98px) {
  .slider__container h3 {
    margin-top: 20px;
  }
}

.slider__img-wrapper {
  position: relative;
}

.slider__img-wrapper img {
  max-width: 445px;
}

.slick-arrow {
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  font-size: 0;
  line-height: 0;
}

.slick-arrow::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: "\E002";
  font-size: 40px;
  color: #cdd1d5;
  -webkit-transition: color .4s ease-out;
  transition: color .4s ease-out;
}

@media only screen and (min-width: 1025px) {
  .no-touch .slick-arrow:hover::after {
    color: #4099de;
  }
}

@media only screen and (min-width: 768px) {
  .slick-arrow {
    top: 50%;
  }
}

@media only screen and (max-width: 767.98px) {
  .slick-arrow {
    top: 25%;
  }

  .slick-arrow::after {
    color: #4099de;
  }
}

.slick-prev {
  left: -12px;
}

.slick-prev::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.slick-next {
  right: -12px;
}

.section {
  min-height: 350px;
}

.section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 350px;
}

.section-small {
  min-height: 200px;
}

.section-small .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 200px;
}

.section--smaller {
  min-height: 150px;
}

.section--grey {
  background-color: #f4f7fa;
}

.section--dark {
  background-color: #242c37;
  color: #f4f7fa;
}

.section--dark h2,
.section--dark h1 {
  color: #fff;
}

.section--black {
  background-color: #0e1c2e;
}

.section--blue {
  background-color: #385173;
  color: #fff;
}

.section--blue h1,
.section--blue h2,
.section--blue h3,
.section--blue h4 {
  color: #fff;
}

.section--lightblue {
  background-color: #e9f3ff;
}

.section-margin-fix {
  margin-top: -1.5rem;
}

.section-divider {
  margin-top: -80px;
  position: relative;
  z-index: -1;
  height: 215px;
  overflow: hidden;
}

.section-divider svg {
  height: 215px;
  min-width: 1920px;
}

.section-cloud {
  background-image: url("/images/black-friday/shape.svg");
  background-repeat: no-repeat;
  background-size: 70%;
}

.section-cta {
  background-image: url("/images/homepage/cta.svg");
  /*background-size: cover;
	background-repeat: no-repeat;*/
  background-color: #242c37;
}

.section-cta .row {
  max-height: 500px;
}

.section-cta .row.no-maxh {
  max-height: unset;
}

.section-cta h1 {
  font-size: 3.5em;
  font-weight: bold;
  color: #ffd451;
}

.section-cta h1.small {
  font-size: 2.5em;
}

.section-cta .cta-info {
  font-size: 1.8em;
  font-weight: bold;
  line-height: 2em;
  color: #fff;
  display: inline-block;
  border-width: 0 0 4px 0;
  border-style: solid;
  border-color: #fff;
  padding-left: 5px;
  padding-right: 5px;
}

.section-cta .btn {
  font-size: 1.7em;
  font-weight: bold;
  padding: 15px 40px;
  height: unset;
}

.section-cta .btn.small {
  font-size: 1.2em;
  padding: 5px 30px;
}

.section-cta-bf22 {
  background-image: url("/images/homepage/cta.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #242c37;
  /*min-height: 600px;*/
}

.section-cta-bf22 .row {
  max-height: 500px;
}

.section-cta-bf22 .row.no-maxh {
  max-height: unset;
}

.section-cta-bf22 h1 {
  font-size: 3.5em;
  font-weight: bold;
  color: #ffd451;
}

.section-cta-bf22 h1.small {
  font-size: 2.5em;
}

.section-cta-bf22 .cta-info {
  font-size: 1.8em;
  font-weight: bold;
  line-height: 2em;
  color: #fff;
  display: inline-block;
  border-width: 0 0 4px 0;
  border-style: solid;
  border-color: #fff;
  padding-left: 5px;
  padding-right: 5px;
}

.section-cta-bf22 .btn {
  font-size: 1.7em;
  font-weight: bold;
  padding: 15px 40px;
  height: unset;
}

.section-cta-bf22 .btn.small {
  font-size: 1.2em;
  padding: 5px 30px;
}

.section-faq ul {
  margin-top: 10px;
  list-style: none;
}

.section-faq ul li {
  color: #a1a7ac;
  font-weight: normal;
  position: relative;
  margin-left: 20px;
}

.section-faq ul li::before {
  content: "\2022";
  color: #252d37;
  font-weight: bold;
  font-size: 2em;
  position: absolute;
  top: -11px;
  left: -25px;
}

.section-cross img {
  width: 200px;
  margin-right: 40px;
}

.section--reverse .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.section-image-big .image-big {
  position: absolute;
  width: 1000px;
  top: -350px;
  right: 0;
}

.section__media {
  position: relative;
}

.section__media a {
  position: absolute;
  left: 52%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  bottom: 30%;
}

.mam-section {
  background-image: url("/images/media-asset-management/mam_background.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.row-player {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
  width: 80%;
  margin: auto;
}

.row-player .col-md-5 {
  border-width: 2px 0 0 0;
  border-color: #efefef;
  border-style: solid;
}

.row-player .row-player-item {
  margin: auto;
  margin-top: 40px;
  margin-bottom: 30px;
  width: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.row-player .row-player-item p {
  line-height: 50px;
  margin-left: 20px;
  margin-right: 20px;
}

.row-player .row-player-item.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}

@media only screen and (min-width: 576px) {
  .section__content {
    padding: 30px 0;
  }
}

@media only screen and (max-width: 767.98px) {
  .section__content {
    padding: 30px 0 10px;
  }
}

.five-in-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1170px) {
  .section-cross .row .col-md-7 {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .section-cta h1 {
    font-size: 2em;
  }

  .section-cta .cta-info {
    font-size: 1em;
  }

  .section-cta .btn {
    font-size: 1em;
  }

  .five-in-row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .five-in-row div.w20 {
    margin-bottom: 20px;
    width: 33%;
  }
}

@media screen and (max-width: 970px) {
  .section-image-big .col-md-4,
  .section-image-big .col-md-8 {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .section-image-big .image-big {
    width: 100%;
    position: relative;
    top: 0;
  }

  .section-image-big .col-md-12 {
    padding-bottom: 0;
  }

  .section-cta .btn {
    padding: 5px 20px;
  }
}

@media screen and (max-width: 770px) {
  .section-cross .row .col-md-7 {
    display: block !important;
    text-align: center;
  }

  .section-cross img {
    margin: 0;
  }

  .row-player .row-player-item.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: unset;
            flex-flow: unset;
  }
}

@media screen and (max-width: 760px) {
  .row-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }

  .five-in-row div.w20 {
    margin-bottom: 40px;
    width: 100%;
  }
}

.cta {
  background-color: #4d6d90;
  padding: 60px 0 64px;
  text-align: center;
}

.cta__heading {
  margin-bottom: 30px;
  color: #fff;
}

.cta__subheading {
  color: #fff;
  margin-bottom: 25px;
  font-weight: 500;
}

.homepage-banner .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.homepage-banner .btn--play {
  left: 43.2%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 13%;
  border-bottom: 1px solid #fff;
}

@media only screen and (min-width: 768px) {
  .homepage-banner {
    padding: 84px 0 87px;
  }
}

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

.homepage-banner__text {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  max-width: 400px;
  margin-bottom: 25px;
}

.homepage-banner__link {
  text-decoration: underline;
  color: #4099de;
  margin-left: 22px;
}

@media only screen and (min-width: 1025px) {
  .no-touch .homepage-banner__link:hover {
    color: #4d6d90;
  }
}

.loaded .homepage-banner__link {
  -webkit-transition: color .4s ease-out;
  transition: color .4s ease-out;
}

.homepage-banner__img-wrapper {
  position: relative;
}

@media only screen and (max-width: 767.98px) {
  .homepage-banner__img-wrapper {
    margin-top: 40px;
  }
}

.popup__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(37, 45, 55, .8);
  z-index: 1000;
  display: none;
}

.popup__overlay--open {
  display: block;
}

.popup__overlay--open .popup {
  margin-top: 0;
}

.popup {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 1110px;
  background-color: #fff;
  margin-top: 100px;
  -webkit-transition: margin-top .4s ease-out;
  transition: margin-top .4s ease-out;
}

.popup__content {
  position: relative;
  max-width: 100%;
  padding-top: 56.25%;
}

@media only screen and (min-width: 1200px) {
  .popup__content {
    width: 1050px;
  }
}

@media only screen and (min-width: 1025px) and (max-height: 760px) {
  .popup__content {
    width: 820px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .popup__content {
    width: 800px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .popup__content {
    width: 600px;
  }
}

@media only screen and (max-width: 767.98px) {
  .popup__content {
    width: calc(100vw - 40px);
  }
}

.home_link {
  color: white;
  text-decoration: underline;
}

.btn--cta,
.btn-cta {
  background-color: #4099de;
  color: #fff;
  display: inline-block;
  font-weight: 700;
  letter-spacing: .4px;
  height: 40px;
  line-height: 40px;
  padding: 0 27px;
  min-width: 190px;
  border-radius: 5px;
}

.btn--cta:hover,
.btn-cta:hover {
  color: #4099de;
  background-color: #fff;
  border: 1px solid #4099de;
}

.section__subheading {
  margin: 10px 0;
}

.section_home p {
  margin: 0 0 5px 0 !important;
}

@media screen and (max-width: 500px) {
  .homepage-banner__link {
    display: block;
    margin: 20px 0 0 0;
  }
}

.homepage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -1.5rem;
  background-color: #000;
  height: auto;
  padding: 100px;
  background-image: url("/images/black-friday/heroimagebackground.svg");
  background-color: white;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 100%;
}

.homepage h1 {
  color: white;
}

.homepage .header-text {
  font-size: 18px;
}

.homepage .cloud {
  width: 570px;
  margin-bottom: -60px;
}

@media screen and (max-width: 1170px) {
  .homepage .wrap .row .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .homepage .wrap .row .col-md-6 .cloud {
    margin-top: 50px;
  }
}

@media screen and (max-width: 700px) {
  .homepage {
    padding: 10px 10px 100px 10px;
  }

  .homepage h1 {
    font-size: 26px;
  }

  .homepage h2 {
    font-size: 22px;
  }

  .homepage .header-text {
    margin-top: 20px;
  }
}

@media screen and (max-width: 550px) {
  .homepage h1 {
    font-size: 24px;
  }
}

@media screen and (max-width: 360px) {
  .homepage h1 {
    font-size: 20px;
  }
}

.homepage-new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 905px;
  margin-top: -1.5rem;
  background-image: url("/images/homepage/oblak.svg");
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: auto;
}

.homepage-new .wrap {
  width: 80%;
  max-width: 1522px;
  margin: auto;
}

.homepage-new .btn-homepage {
  font-size: 1.5em;
  font-weight: bold;
  padding: 15px 40px;
  height: auto;
}

@media screen and (max-width: 1100px) {
  .homepage-new {
    background-size: 30%;
  }

  .homepage-new .row {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .homepage-new .row .col-md-6 {
    max-width: 100%;
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }

  .homepage-new .row .col-md-6.center-1100 {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .homepage-new .row .col-md-6 .btn-homepage {
    font-size: 1.1em;
    padding: 10px 30px;
  }
}

@media screen and (max-width: 740px) {
  .homepage-new h1 {
    font-size: 30px;
    line-height: 30px;
  }
}

.price-card {
  margin-top: 50px;
  margin-bottom: 50px;
  max-width: 600px;
  border-radius: 10px;
  -webkit-box-shadow: 2px 3px 10px #ddd;
          box-shadow: 2px 3px 10px #ddd;
  margin-left: auto;
  margin-right: auto;
}

.price-card.card-small {
  width: 450px;
}

.price-card .price-card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #4099de;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: white;
  font-weight: bold;
  min-height: 60px;
  font-size: 1.8em;
  padding: 10px 30px;
}

.price-card .price-card-header small {
  font-size: .5em;
}

.price-card .price-card-body {
  padding: 30px;
}

.price-card .price-card-body ul li {
  position: relative;
  padding-left: 20px;
}

.price-card .price-card-body ul li::before {
  content: url("/images/homepage/check.svg");
  padding: 5px;
  margin-right: 10px;
  position: absolute;
  left: -20px;
}

.price-card .price-card-body .separator {
  width: 100%;
  border-width: 2px 0 0;
  border-style: solid;
  border-color: #ddd;
}

.price-card .price-card-footer {
  text-align: center;
  font-size: 1em;
}

.price-card .price-card-footer .btn {
  padding: 5px 80px;
  height: unset;
}

@media screen and (max-width: 770px) {
  .price-card .price-card-body .row div {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .price-card .price-card-body .row div:last-child {
    margin-bottom: 20px;
  }

  .price-card .price-card-body .row div ul {
    display: inline-block;
    /*width: 250px;*/
    text-align: left;
  }
}

@media screen and (max-width: 500px) {
  .price-card .price-card-header {
    display: block;
  }
}

.banner .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 991.98px) {
  .banner h1 {
    font-size: 38px;
  }
}

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

.banner__text {
  color: #a1a7ac;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 25px;
}

@media only screen and (min-width: 768px) {
  .blog-items {
    padding: 0 0 40px 0;
  }
}

@media only screen and (max-width: 991.98px) {
  .blog-items {
    padding: 0 0 40px 0;
  }
}

.blog-items + .accordion-section .wrap {
  border-top: 1px solid #eef1f4;
  padding-top: 100px;
}

@media only screen and (max-width: 991.98px) {
  .blog-items + .accordion-section .wrap {
    padding-top: 50px;
  }
}

.related-blog-title {
  font-size: 32px;
  color: #252d37;
  font-weight: bold;
  line-height: 1.143;
  padding: 40px 0;
  text-align: center;
}

@media only screen and (max-width: 991.98px) {
  .related-blog-title {
    font-size: 28px;
    margin-bottom: 30px;
    padding: 0 20px;
  }
}

.blog-items-title {
  color: #000;
  font-size: 28px;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  line-height: 1.143;
  text-align: center;
}

.blog-item {
  margin: 0 0 30px;
  border: 1px solid #eef1f4;
  /*box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);*/
}

.blog-item__wrap {
  background-color: #fff;
}

@media only screen and (min-width: 768px) {
  .blog-item__wrap {
    padding: 10px 15px;
  }
}

@media only screen and (max-width: 991.98px) {
  .blog-item__wrap {
    padding: 10px;
  }
}

.blog-item__image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /*padding-bottom: 65%;*/
  position: relative;
}

.blog-item__image img {
  width: 100% !important;
}

.blog-item__title {
  color: #000;
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.3;
  -webkit-transition: color .4s ease-out;
  transition: color .4s ease-out;
}

@media only screen and (min-width: 1025px) {
  .no-touch .blog-item__title:hover {
    color: #4099de;
  }
}

.blog-item__title:hover {
  color: #4099de;
}

.blog-item__date {
  color: #999fa3;
  display: block;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 2.143;
}

.blog-info {
  border-top: 1px solid #eef1f4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
  padding-top: 5px;
}

@media only screen and (max-width: 1199.98px) {
  .blog-info {
    display: block;
  }
}

.blog-info__author {
  color: #a1a7ac;
  font-size: 12px;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  line-height: 2.5;
}

.share-options {
  color: #b3b9bf;
  font-size: 14px;
  font-family: "Raleway", sans-serif;
  line-height: 2.143;
}

.share-options [class*='share-options__'] {
  margin: 0 3px;
}

.share-options [class*='font-ico'] {
  font-size: 16px;
  margin-right: 3px;
  vertical-align: sub;
}

.share-options [class*='blog-social__'] {
  margin: 0 5px;
}

.share-options .font-ico-eye {
  font-size: 18px;
}

.ellip {
  display: block;
  height: 50px;
}

.ellip-line {
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  max-width: 100%;
}

.ellip,
.ellip-line {
  position: relative;
  overflow: hidden;
}

.blogSubTitle h2 {
  text-align: center;
  padding: 40px 0;
}

.cover-photo {
  margin: 0 0 50px 0;
}

.cover-photo img {
  width: 100% !important;
}

.postContent h2 {
  margin: 20px 0;
}

.postContent h3 {
  margin: 15px 0;
}

.postContent div {
  font-size: 18px;
  color: #252d37;
  line-height: 1.778;
  font-weight: 500;
  margin: 20px 0;
}

.postContent a {
  color: #4099de;
  -webkit-transition: .4s ease-out;
          transition: .4s ease-out;
}

.postContent div a {
  color: #4099de;
  text-decoration: underline;
  -webkit-transition: .4s ease-out;
          transition: .4s ease-out;
}

.postContent blockquote {
  color: #252d37 !important;
  padding: 11px 22px;
  margin: 20px 0;
  font-size: 17.5px;
  border-left: 5px solid #4099de !important;
  border-top: none;
  border-bottom: none;
  line-height: 24px;
}

.postContent blockquote a {
  color: #4099de;
  /*text-decoration: underline;*/
  -webkit-transition: .4s ease-out;
  border-bottom: 1px dotted #4099de;
          transition: .4s ease-out;
}

.postContent audio,
.postContent video {
  margin: 20px 0 0 0;
}

.postContent .medium-insert-images {
  padding: 0;
  margin: auto;
  text-align: center;
  width: 100%;
}

.likeIco {
  position: relative;
  top: 5px;
}

.blog-intro__date a {
  color: #4099de;
  /*text-decoration: underline;*/
  -webkit-transition: .4s ease-out;
  border-bottom: 1px dotted #4099de;
          transition: .4s ease-out;
}

.btn-more-posts {
  width: 100%;
  text-align: center;
  margin: 50px 0;
}

.btn-more-posts a {
  display: inline-block;
}

.btn-more-posts a .btn {
  margin: 0 auto;
}

.accordion-section .btn {
  display: block;
  margin: 40px auto 0;
}

@media only screen and (min-width: 768px) {
  .accordion-section {
    padding: 0 0 40px 0;
  }
}

@media only screen and (max-width: 991.98px) {
  .accordion-section {
    padding: 0 0 40px 0;
  }
}

.accordion {
  background-color: #fff;
  margin: 15px 0;
  position: relative;
}

.main-title {
  font-size: 46px;
  font-weight: bold;
  line-height: 1.217;
  margin-bottom: 50px;
  text-align: center;
}

@media only screen and (max-width: 991.98px) {
  .main-title {
    font-size: 28px;
    margin-bottom: 30px;
    padding: 0 20px;
  }
}

.accordion__top-wrap {
  padding: 15px 30px 10px 65px;
  border: 1px solid #eef1f4;
}

.accordion__top-wrap.relevant {
  height: 85px;
  padding: 15px 65px 10px 65px;
}

.accordion-header-wrap__like {
  line-height: 18px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #419ade;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 22px;
  position: absolute;
  left: 20px;
  top: 40px;
}

.accordion-header-wrap__like .font-ico-like {
  cursor: pointer;
  -webkit-transition: color .4s ease-out;
  transition: color .4s ease-out;
}

.accordion-header-wrap__like .font-ico-like.liked {
  color: #f00;
}

@media only screen and (min-width: 1025px) {
  .no-touch .accordion-header-wrap__like .font-ico-like:hover {
    color: #f00;
  }
}

.accordion-header-wrap__like .font-ico-heart {
  cursor: pointer;
  -webkit-transition: color .4s ease-out;
  transition: color .4s ease-out;
}

.accordion-header-wrap__like .font-ico-heart.liked {
  color: #f00;
}

@media only screen and (min-width: 1025px) {
  .no-touch .accordion-header-wrap__like .font-ico-heart:hover {
    color: #f00;
  }
}

.accordion-header-wrap__like .like-number {
  cursor: pointer;
  font-size: 16px;
  display: block;
  text-align: center;
}

.accordion__title {
  color: #252d37;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 20px;
  -webkit-transition: .4s ease-out;
  transition: .4s ease-out;
}

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

.accordions__filter {
  margin-bottom: 25px;
}

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

@media only screen and (min-width: 768px) {
  .accordion__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.accordion-open {
  color: #4099de;
  cursor: pointer;
  font-size: 30px;
  position: absolute;
  right: 30px;
  top: 25px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: .4s ease-out;
  transition: .4s ease-out;
  line-height: 25px;
}

.accordion-open.open {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

@media only screen and (max-width: 991.98px) {
  .accordion-open {
    right: 20px;
    top: 10px;
  }
}

.accordion__info-wrap {
  color: #b3b9bf;
  font-size: 14px;
  font-family: "Raleway", sans-serif;
  line-height: 2.143;
  margin-left: 20px;
}

.accordion__info-icon {
  vertical-align: middle;
  margin-right: 3px;
}

.accordion__info-author {
  color: #a1a7ac;
  font-size: 12px;
  font-family: "Raleway", sans-serif;
  line-height: 2.5;
  text-transform: uppercase;
}

.accordion__info-author.not-approved {
  color: red;
}

.accordion__date {
  color: #999fa3;
  display: block;
  font-size: 14px;
  line-height: 2.143;
}

.accordion__tag {
  border-radius: 3px;
  background-color: #eef1f4;
  color: #999fa3;
  display: inline-block;
  font-size: 12px;
  line-height: 2.5;
  margin-right: 3px;
  padding: 0 10px;
  text-transform: uppercase;
}

@media only screen and (max-width: 991.98px) {
  .accordion__tag {
    margin-bottom: 5px;
  }
}

.accordion__text {
  height: 0;
  overflow: hidden;
  -webkit-transition: height .5s;
  transition: height .5s;
}

.accordion__text .accordion__text-paragraph {
  color: #252d37;
  font-size: 16px;
  line-height: 1.625;
  margin-top: 10px;
}

.accordion__views {
  margin-right: 10px;
}

.accordion__comments-container {
  height: 0;
  overflow: hidden;
  -webkit-transition: height .5s;
  transition: height .5s;
}

.accordion__comments-wrap {
  border-top: 1px solid #eef1f4;
  margin: 10px 30px 20px;
  padding-top: 30px;
  padding-bottom: 25px;
}

.comment {
  border: 1px solid #eef1f4;
}

@media only screen and (min-width: 768px) {
  .comment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 50px 30px 30px;
  }
}

@media only screen and (max-width: 991.98px) {
  .comment {
    padding: 20px 30px;
  }
}

.comment:hover .comment__options {
  display: block;
}

.comment__info {
  border-bottom: 1px solid #eef1f4;
  color: #a1a7ac;
  font-size: 12px;
  line-height: 2.333;
  padding-bottom: 5px;
  text-transform: uppercase;
  display: inline-block;
}

.comment__info-author {
  display: inline-block;
}

.comment__options {
  float: right;
  display: none;
}

.comment__options button {
  color: #4099de;
  outline: none;
  background-color: transparent;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 2.5;
  margin-left: 15px;
}

@media only screen and (min-width: 768px) {
  .comment__wrap {
    width: 100%;
    padding-left: 30px;
    padding-top: 10px;
  }
}

.comment__info-date {
  display: inline-block;
  position: relative;
  padding-left: 10px;
}

.comment__info-date::before {
  content: '';
  position: absolute;
  height: 1px;
  width: 5px;
  background-color: #a1a7ac;
  top: 12px;
  left: 1px;
}

.comment__content {
  padding-top: 10px;
}

.comment__content .content__field {
  width: 100%;
  height: 150px;
}

.comment__text {
  color: #252d37;
  font-size: 14px;
  line-height: 1.857;
}

.comment-replay {
  color: #4099de;
  font-size: 14px;
  font-weight: bold;
  line-height: 2;
  margin-right: 10px;
  -webkit-transition: color ease-out .4s;
  transition: color ease-out .4s;
}

@media only screen and (min-width: 1025px) {
  .no-touch .comment-replay:hover {
    color: #4d6d90;
  }
}

.comment-like {
  color: #4099de;
  font-size: 14px;
  font-weight: bold;
  line-height: 2;
  padding-left: 13px;
  position: relative;
  -webkit-transition: color ease-out .4s;
  transition: color ease-out .4s;
}

@media only screen and (min-width: 1025px) {
  .no-touch .comment-like:hover {
    color: #4d6d90;
  }
}

.comment-like::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #eef1f4;
}

.avatar {
  height: 80px;
  max-width: 80px;
  width: 100%;
  /*padding-top: 10px;*/
}

.accordions__filter-text {
  display: inline-block;
  color: #a1a7ac;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.667;
  margin-right: 5px;
}

.filter__dropdown {
  background-color: #fff;
  border: 1px solid #eef1f4;
  border-radius: 5px;
  color: #4099de;
  display: inline-block;
  margin: 0;
  position: relative;
  width: auto;
}

.filter__default {
  cursor: pointer;
  display: block;
  padding: 10px 35px 10px 10px;
  position: relative;
  min-width: 150px;
  width: 100%;
}

.filter__default .font-ico-chevron {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  position: absolute;
  right: 10px;
  top: 13px;
}

.filter__list {
  background-color: #fff;
  border-left: 1px solid #eef1f4;
  border-right: 1px solid #eef1f4;
  padding-left: 0;
  position: absolute;
  top: 42px;
  left: -1px;
  width: 101%;
  z-index: 5;
}

.filter__list-item {
  border-bottom: 1px solid #eef1f4;
  background-color: #fff;
  color: #b3b9bf;
  cursor: pointer;
  font-size: 16px;
  font-weight: normal;
  line-height: 2.875;
  padding: 5px 10px;
  -webkit-transition: color ease-out .4s;
  transition: color ease-out .4s;
}

@media only screen and (min-width: 1025px) {
  .no-touch .filter__list-item:hover {
    color: #4099de;
  }
}

.accordions__filter-number {
  color: #a1a7ac;
  font-size: 20px;
  line-height: 1.5;
}

@media only screen and (max-width: 991.98px) {
  .accordions__filter-number {
    display: block;
    margin-bottom: 10px;
  }
}

.helpSubTitle h2 {
  text-align: center;
  padding: 50px 0 40px 0;
}

.image-banner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 50px 0;
  padding-top: 32%;
  position: relative;
  height: 100%;
  width: 100%;
}

.image-banner.no-top-margin {
  margin-top: 0;
}

.blog-intro {
  margin-bottom: 40px;
}

.blog-intro__title {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.25;
  text-align: left;
}

.blog-intro__info {
  border-bottom: 1px solid #eef1f4;
  padding-bottom: 30px;
}

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

  .blog-intro__info .share-options {
    margin-left: 30px;
  }
}

.blog-intro__name {
  color: #b3b9bf;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 2.5;
}

.blog-intro__date {
  color: #b3b9bf;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 2.5;
}

@media only screen and (min-width: 768px) {
  .blog-intro__date {
    position: relative;
    padding-left: 15px;
  }

  .blog-intro__date::before {
    content: '';
    position: absolute;
    height: 1px;
    width: 5px;
    background-color: #a1a7ac;
    top: 14px;
    left: 4px;
  }
}

.blog-intro__date.draft {
  color: red;
}

.blog-intro__date.actions {
  cursor: pointer;
}

.blog-intro__date.no-dash:before {
  display: none;
}

.blog-intro__date.no-dash:first-of-type:not(.draft) {
  padding-left: 0;
}

.social-media__wrap {
  border-bottom: 1px solid #eef1f4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  padding: 30px 0;
}

.likes {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
}

.likes__ico {
  color: #4099de;
  font-size: 25px;
  margin-right: 7px;
}

.likes__text {
  font-size: 18px;
  color: #252d37;
  line-height: 2.111;
  margin-left: 5px;
  -webkit-transition: .4s ease-out;
  transition: .4s ease-out;
}

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

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

.share__item {
  margin: 0 3px;
}

.share__item-ico {
  color: #4099de;
  font-size: 20px;
  line-height: 25px;
  margin: 0 5px;
  -webkit-transition: .4s ease-out;
  transition: .4s ease-out;
}

@media only screen and (min-width: 1025px) {
  .no-touch .share__item-ico:hover {
    color: #252d37;
  }
}

.share__item--google {
  font-size: 25px;
}

.share__item--twitter {
  font-size: 25px;
}

.share__text {
  font-size: 18px;
  color: #252d37;
  line-height: 2.111;
  margin-right: 10px;
}

.comments {
  margin: 20px 0 80px;
}

.comments textarea {
  border: 1px solid #eef1f4;
  border-radius: 3px;
  font-family: "Raleway", sans-serif;
  letter-spacing: 1.2px;
  padding: 20px;
  margin-bottom: 15px;
  height: 200px;
  width: 100%;
}

.comments textarea::-webkit-input-placeholder {
  color: #999fa3;
  font-family: "Raleway", sans-serif;
}

.comments textarea::-moz-placeholder {
  color: #999fa3;
  font-family: "Raleway", sans-serif;
}

.comments textarea::-ms-input-placeholder {
  color: #999fa3;
  font-family: "Raleway", sans-serif;
}

.comments textarea::placeholder {
  color: #999fa3;
  font-family: "Raleway", sans-serif;
}

.comments .btn--comment {
  display: block;
  margin-left: auto;
  margin-bottom: 50px;
}

.comments + .blog-items .related-blog-title {
  font-size: 28px;
}

.comments__number {
  color: #a1a7ac;
  display: block;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.5;
  padding: 20px 0;
}

.comments__wrap .comment {
  margin: 20px 0 30px;
}

.comments__button {
  border: 1px solid #4099de;
  border-radius: 3px;
  cursor: pointer;
  color: #4099de;
  font-size: 18px;
  line-height: 2.111;
  margin: 40px 0;
  padding: 10px 15px;
  text-align: center;
  -webkit-transition: .4s ease-out;
  transition: .4s ease-out;
}

@media only screen and (min-width: 1025px) {
  .no-touch .comments__button:hover {
    color: #252d37;
    border-color: #252d37;
  }
}

@media only screen and (min-width: 768px) {
  .section-text-image {
    padding: 100px 0;
  }
}

@media only screen and (max-width: 991.98px) {
  .section-text-image .section__media {
    margin: 20px 0 40px;
  }
}

.section-text-image__title {
  font-size: 36px;
  color: #000;
  font-weight: bold;
  line-height: 1.111;
}

.faq-question-module {
  padding-top: 20px;
}

.faq-info-wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 37px;
}

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

.faq__info-author {
  font-size: 12px;
  color: #a1a7ac;
  text-transform: uppercase;
}

.faq__info-date {
  color: #a1a7ac;
  font-size: 12px;
  margin-left: 5px;
  padding-left: 10px;
  position: relative;
  text-transform: uppercase;
}

.faq__info-date::before {
  content: '';
  position: absolute;
  height: 1px;
  width: 5px;
  background-color: #a1a7ac;
  top: 7px;
  left: 1px;
}

.faq__question {
  font-size: 20px;
  color: #000;
  line-height: 2;
  text-align: left;
  margin: 20px 0 0 0;
}

.faq__question p {
  font-size: 18px;
  color: #252d37;
  line-height: 1.778;
}

.faq__question a {
  color: #4099de;
  /* text-decoration: underline; */
  -webkit-transition: .4s ease-out;
  border-bottom: 1px dotted #4099de;
}

.faq__title {
  color: #000;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.25;
  margin-bottom: 12px;
}

.faq {
  margin: 50px 0 0 0;
}

.faqExtra {
  text-align: center;
}

.faqExtra img {
  margin: 0 0 20px 0;
}

.section--pricing {
  background-color: #f4f7fa;
  padding: 112px 0 55px;
}

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

  .section--pricing .col-md-4 {
    display: none;
  }

  .section--pricing .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .section--pricing .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
  }
}

@media only screen and (max-width: 767.98px) {
  .section--pricing .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
}

.compare-plan__title {
  font-size: 28px;
  color: #252d37;
  font-weight: bold;
}

.compare-plan {
  padding-top: 90px;
}

.compare-plan ul {
  margin-top: 44px;
  padding-left: 0;
}

.compare-plan li {
  color: #252d37;
  font-size: 14px;
  padding-bottom: 52px;
}

.compare-plan li:last-child {
  color: #a1a7ac;
}

.plan-item__image {
  margin-bottom: 9px;
}

.plan-item {
  background-color: #fff;
  padding: 32px 5px;
  text-align: center;
}

@media only screen and (max-width: 1199.98px) {
  .plan-item {
    margin: 15px 0;
  }
}

.plan-item span {
  display: block;
  font-size: 14px;
  color: #252d37;
  line-height: 1.429;
  padding: 0 0 40px;
}

@media only screen and (max-width: 1199.98px) {
  .plan-item span {
    padding-bottom: 30px;
  }
}

.plan-item .plan-item__plan {
  font-size: 20px;
}

.plan-item .plan-item__price {
  font-size: 20px;
  color: #4099de;
  font-weight: bold;
  line-height: 1.6;
}

.plan-item .plan-item__storage {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 30px;
}

.plan-item .plan-item__bandwidth {
  padding-bottom: 30px;
}

.plan-item .plan-item__trans,
.plan-item .plan-item__tags,
.plan-item .plan-item__support,
.plan-item .plan-item__watermart,
.plan-item .plan-item__players {
  padding-bottom: 50px;
}

@media only screen and (max-width: 1199.98px) {
  .plan-item .plan-item__trans,
  .plan-item .plan-item__tags,
  .plan-item .plan-item__support,
  .plan-item .plan-item__watermart,
  .plan-item .plan-item__players {
    padding-bottom: 30px;
  }
}

.plan-item .plan-item__support span {
  padding: 0;
}

.plan-item .plan-item__domain {
  padding-bottom: 20px;
}

.plan-item .plan-item__domain span {
  padding: 0;
}

@media only screen and (max-width: 1199.98px) {
  .plan-item .plan-item__domain {
    padding-bottom: 30px;
  }
}

.plan-item .plan-item__link {
  border-top: 1px solid #eef1f4;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.25;
  padding: 20px 0 10px;
  text-decoration: underline;
  text-transform: uppercase;
}

.plan-item .plan-item__link a {
  color: #4099de;
  -webkit-transition: .4s ease-out;
  transition: .4s ease-out;
}

@media only screen and (min-width: 1025px) {
  .no-touch .plan-item .plan-item__link a:hover {
    color: #252d37;
  }
}

.price-cta {
  border-top: 1px solid #cdd1d5;
  text-align: center;
  padding-top: 50px;
  margin-top: 13px;
  width: 100%;
}

.price-cta__text {
  color: #252d37;
  font-size: 20px;
}

.price-cta__link {
  color: #4099de;
  text-decoration: underline;
  -webkit-transition: ease-out .4s;
  transition: ease-out .4s;
}

@media only screen and (min-width: 1025px) {
  .no-touch .price-cta__link:hover {
    color: #252d37;
  }
}

.reviews .wrap {
  min-height: 450px;
}

.reviews small {
  color: #a4a5a7;
}

.reviews .link-review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}

.reviews .link-review img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 20px;
}

.reviews .link-review span {
  display: block;
  font-weight: 200;
}

.reviews .link-review a,
.reviews .link-review a:visited {
  color: #4099de;
  text-decoration: underline;
}

.reviews .review-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
}

.reviews .review-container .review-card {
  min-height: 210px;
  max-width: 450px;
  background-color: white;
  border-radius: 5px;
  -webkit-box-shadow: 5px 5px 5px #ddd;
          box-shadow: 5px 5px 5px #ddd;
  margin: 15px;
}

.reviews .review-container .review-card img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  padding: 15px;
}

.reviews .review-container .review-card p {
  color: #a4a5a9;
  padding: 0 15px 15px 15px;
  font-size: 15px;
  min-height: 80px;
}

.reviews .review-container .review-card p.name {
  color: #5d6a7a;
  min-height: unset;
  height: unset;
}

@media screen and (max-width: 1170px) {
  .review-card {
    margin: auto;
  }
}

@media screen and (max-width: 970px) {
  .review-container {
    display: block !important;
  }
}

@media screen and (max-width: 500px) {
  .review-card {
    height: unset !important;
    width: unset !important;
  }
}

.pricing-plans {
  padding-bottom: 100px;
}

.pricing-plans h1 {
  font-size: 3em;
}

.pricing-plans p.coupon {
  font-size: 2em;
  margin-top: 20px;
  font-weight: bold;
}

.pricing-plans p.coupon code {
  color: #ede467;
}

.pricing-plans .plan-svh {
  background-color: #fff;
  padding: 40px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 3px solid transparent;
  height: 950px;
  font-family: "Inter", sans-serif;
  font-size: 18px;
}

.pricing-plans .plan-svh h1,
.pricing-plans .plan-svh h3,
.pricing-plans .plan-svh p {
  color: #182433;
}

.pricing-plans .plan-svh.plan-bg-grey {
  background-color: #cfcfcf;
}

.pricing-plans .plan-svh.plan-highlight {
  border-width: 3px;
  border-style: solid;
  border-color: #636c76;
  -webkit-transition: background-color .3s, -webkit-box-shadow .3s;
  transition: background-color .3s, -webkit-box-shadow .3s;
  transition: background-color .3s, box-shadow .3s;
  transition: background-color .3s, box-shadow .3s, -webkit-box-shadow .3s;
}

.pricing-plans .plan-svh.plan-highlight:hover {
  background-color: #e9f3ff;
  -webkit-box-shadow: 0px 5px 45px 0px rgba(175, 177, 177, .57);
          box-shadow: 0px 5px 45px 0px rgba(175, 177, 177, .57);
}

.pricing-plans .plan-svh .price-svh {
  font-size: 34px;
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 20px;
}

.pricing-plans .plan-svh .btn-svh {
  margin-bottom: 40px;
  margin-top: 30px;
  padding: 13px 38px;
  color: #000;
  border-width: 2px;
  border-color: #000;
  border-style: solid;
  border-radius: 6px;
  display: inline-block;
  font-size: 14px;
  line-height: 1em;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: color .3s, background-color .3s;
  transition: color .3s, background-color .3s;
}

.pricing-plans .plan-svh .btn-svh:hover {
  color: #fff;
  background-color: #000;
}

.pricing-plans .plan-svh ul {
  margin: 0;
  padding: 0;
}

.pricing-plans .plan-svh ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0;
}

.pricing-plans .plan-svh ul li p {
  color: rgba(60, 72, 84, .8);
  font-weight: normal;
}

.pricing-plans .plan-svh ul li span:not(.planInfoIcon) {
  height: 15px;
  width: 15px;
  -ms-flex-item-align: center;
      align-self: center;
  margin-right: 10px;
}

.pricing-plans .plan-svh ul li span:not(.planInfoIcon) svg {
  width: 15px;
  height: 15px;
  margin-right: 5px;
  line-height: 1.15;
}

.pricing-plans .plan-svh ul li .planInfoIcon {
  margin-left: auto;
  -ms-flex-item-align: center;
      align-self: center;
}

@media screen and (max-width: 992px) {
  .pricing-plans .plan-svh {
    height: 800px;
  }
}

@media screen and (max-width: 767px) {
  .pricing-plans .plan-svh {
    height: auto;
  }
}

/*____________________________________*/

input.globSearch {
  width: 200px;
}

#globalSearch {
  margin: 0 20px 0 35px;
}

.accountEmail {
  color: #a1a7ac !important;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.terms h2 {
  margin: 25px 0 15px 0 !important;
}

.terms h3 {
  margin: 20px 0 10px 0 !important;
}

.terms table {
  border: 2px solid #ccc;
}

.terms td {
  padding: 10px;
}

.CookieDeclarationTypeHeader {
  font-size: 24px;
  margin: 10px 0 !important;
  color: #777;
}

.damheader {
  margin: 35px 0 35px 0;
}

.damheader h1 {
  font-size: 1.8em;
}

.dam_tabel {
  margin: 20px 0 0 0;
  color: #a1a7ac;
  font-size: 14px;
}

.dam_tabel_l {
  border: 1px solid blue;
  width: 49%;
}

.dam_tabel_r {
  border: 1px solid blue;
  width: 49%;
}

.dam_tabel table {
  border-collapse: collapse;
  width: 100%;
}

.dam_tabel th,
td {
  text-align: center;
  padding: 8px 30px;
  vertical-align: middle;
}

.dam_tabel th:first-child,
td:first-child {
  text-align: left;
}

.dam_tabel tr:nth-child(even) {
  background-color: white;
}

.dam_tabel th {
  background-color: #4099de;
  color: white;
}

@media screen and (max-width: 500px) {
  .dam_tabel th,
  td {
    padding: 5px 10px;
  }
}

.damul {
  color: #a1a7ac;
  padding-left: 0 !important;
}

.damul a {
  color: #4099de;
}

.damul li {
  margin: 5px 0;
}

.mamul {
  color: #a1a7ac;
  padding-left: 10px;
}

.mamul li {
  margin: 5px;
  list-style-type: disc;
  list-style: disc;
}

.tyfaq h2 {
  text-align: center;
  /*color: #a1a7ac;*/
}

/* Override Form Field Widths For ConfirmActionModal
-----------------------------------------------------------------------------*/

.toasted-container.top-center {
  top: 30px !important;
}

.publitio {
  color: white;
  padding-top: .5rem;
  padding-bottom: .5rem;
  border-radius: .5rem;
  -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
          box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
}

.toasted.default {
  background-color: #4099de;
  color: white;
  padding-top: .5rem;
  padding-bottom: .5rem;
  border-radius: .5rem;
  -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
          box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
}

.toasted.success {
  background-color: #21b978;
  color: white;
  padding-top: .5rem;
  padding-bottom: .5rem;
  border-radius: .5rem;
  -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
          box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
}

.toasted.error {
  background-color: #e74444;
  color: white;
  padding-top: .5rem;
  padding-bottom: .5rem;
  border-radius: .5rem;
  -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
          box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
}

.toasted.info {
  background-color: #03a9f4;
  color: white;
  padding-top: .5rem;
  padding-bottom: .5rem;
  border-radius: .5rem;
  -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
          box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
}

.publitio-action {
  color: white;
  padding-top: 0;
  padding-bottom: 0;
}

.toasted .action {
  color: white !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.demotrans {
  margin-top: 30px;
  text-align: center;
}

.demotransCard {
  -webkit-box-shadow: 5px 4px 8px 5px rgba(0, 0, 0, .2), 5px 6px 20px 5px rgba(0, 0, 0, .19);
          box-shadow: 5px 4px 8px 5px rgba(0, 0, 0, .2), 5px 6px 20px 5px rgba(0, 0, 0, .19);
  /*box-shadow: 5px 10px 8px 10px #888888; */
}

.dst {
  text-align: left;
}

.dstDesc {
  text-align: left;
}

.dstOpt {
  text-align: left;
  font-weight: bold;
  margin: 10px 0;
}

.contactus {
  padding: 20px 0 50px 0;
  background-color: #f4f7fa;
}

.contactUsForm {
  width: 100%;
  margin: 0 0 20px 0;
}

.contactUsForm textarea {
  height: 200px;
  padding: 10px 10px;
}

.contactUsForm .form-title {
  margin: 10px 0 5px 0;
}

.contactUsForm .has-error {
  color: #e74444;
  margin: 5px 0 0 0;
}

.contactUsForm .has-ok {
  color: #21b978;
  margin: 0 0 0 5px;
}

.cusTicket {
  border: 1px solid #4099de;
  padding: 10px;
  margin: 10px 0 0 0;
  background-color: #fff;
}

.cusTicket a {
  color: #4099de;
  text-decoration: underline;
}

.cusTicket p {
  color: #000;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 5px 0;
}

.accordion__titles {
  margin: 0;
  display: block;
}

.accordion__titles:hover {
  color: #419ade;
}

.likes__text {
  outline: none !important;
}

.searchIconField {
  margin: 0 10px 0 0;
  color: #4099de;
  cursor: pointer;
}

.serIco {
  position: relative;
  top: 4px;
}

.serIco2 {
  position: absolute;
}

.remove_search_filter {
  position: absolute;
  height: 40px;
  width: 20px;
  text-align: center;
  line-height: 48px;
  margin-left: -30px;
}

#question-preloader {
  display: none;
  position: absolute;
  line-height: 35px;
  margin-left: 10px;
}

.accordion-section .wrap {
  border-top: none !important;
  padding-top: 0 !important;
}

.publitioBaner h2 {
  margin: 0 0 10px 0;
}

.publitioBaner p {
  margin: 0 0 10px 0;
}

@media screen and (max-width: 1200px) {
  .hidable {
    display: none;
  }

  .smm {
    margin-right: 1rem !important;
  }

  .globSearch {
    width: 200px;
  }
}

@media screen and (max-width: 770px) {
  .gone600 {
    display: none;
  }
}

.pubCom {
  padding: 50px 10px;
}

/* tooltip */

.tooltip {
  display: block !important;
  z-index: 10000;
}

.content-is-loading {
  width: 300px;
  height: 200px;
}

.tooltip .content-is-loading {
  width: 300px;
  height: 200px;
}

.tooltip .tooltip-inner {
  background: black;
  color: white;
  border-radius: 16px;
  padding: 5px 10px 4px;
}

.tooltip .tooltip-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  margin: 5px;
  border-color: black;
  z-index: 1;
}

.tooltip[x-placement^="top"] {
  margin-bottom: 5px;
}

.tooltip[x-placement^="top"] .tooltip-arrow {
  border-width: 5px 5px 0 5px;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  bottom: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}

.tooltip[x-placement^="bottom"] {
  margin-top: 5px;
}

.tooltip[x-placement^="bottom"] .tooltip-arrow {
  border-width: 0 5px 5px 5px;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
  top: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}

.tooltip[x-placement^="right"] {
  margin-left: 5px;
}

.tooltip[x-placement^="right"] .tooltip-arrow {
  border-width: 5px 5px 5px 0;
  border-left-color: transparent !important;
  border-top-color: transparent !important;
  border-bottom-color: transparent !important;
  left: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
}

.tooltip[x-placement^="left"] {
  margin-right: 5px;
}

.tooltip[x-placement^="left"] .tooltip-arrow {
  border-width: 5px 0 5px 5px;
  border-top-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  right: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
}

.tooltip.popover .popover-inner {
  background: #fff;
  color: black;
  padding: 20px;
  right: 40px;
  border-width: 1px;
  border-radius: .5rem;
  border-color: var(60);
  /*box-shadow: 0 5px 30px rgba(black, .1);*/
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .05);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .05);
}

.tooltip.popover .popover-arrow {
  border-color: var(60);
}

.tooltip.popover2 {
  /*position: absolute;
  z-index: 999999; 
  border: 1px solid red; */
}

.tooltip.popover2 .popover-arrow {
  top: 0px;
  border-color: var(--primary);
}

.tooltip.popover2 .popover-inner {
  top: 5px;
  left: 50px;
  width: 300px;
  height: 200px;
  background: #fff;
  background-image: url(https://media.publit.io/file/loader.gif);
  background-repeat: no-repeat;
  background-position: center;
  color: black;
  padding: 0px;
  border-width: 1px;
  border-radius: .5rem;
  border-color: var(--primary);
  /*box-shadow: 0 5px 30px rgba(black, .1);*/
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .05);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .05);
}

.tooltip.popover2 .popover-inner img {
  border-radius: .5rem;
}

.tooltip[aria-hidden='true'] {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .15s, visibility .15s;
  transition: opacity .15s, visibility .15s;
}

.tooltip[aria-hidden='false'] {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .15s;
  transition: opacity .15s;
}

.aP {
  font-size: 24px;
}

/*
.inputExtra {
  border-width: 1px;
  border-color: #bacad6;
}
*/

.toasted-container {
  z-index: 99999999999999 !important;
}

.affiliate-banner {
  margin-top: -1.5rem;
  padding: 130px 0;
  height: 500px;
  position: relative;
  background-image: url("/images/affiliate.webp");
}

.affiliate-banner:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #0e1318;
  opacity: .6;
  z-index: 0;
}

/* new pricing page */

.plansHeader {
  text-align: center;
}

.plansHeaderBottom {
  padding-top: 0;
}

.planFloaters {
  display: inline-block;
  text-align: center;
}

.planPtext {
  color: #a1a7ac;
  font-size: 20px;
  line-height: 30px;
}

.planFloaterL {
  float: left;
  margin: 5px;
}

.plansCardFormMain {
  width: 100%;
  float: left;
  margin: 30px 10px 15px 10px;
  padding: 2rem;
  background-color: #f4f7fa;
  border: 1px solid #eef1f4;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
  min-height: 300px;
}

.planInfoIcon {
  margin: 0 0 0 5px;
}

.byStripe {
  color: #21b978;
  font-size: 12px;
  margin-top: 10px;
  text-align: center;
}

.byStripe a,
.byStripe a:hover {
  color: #21b978;
  text-decoration: none;
}

.plansDoneFormMain {
  width: 100%;
  float: left;
  margin: 30px 10px 15px 10px;
  padding: 2rem;
  background-color: #f4f7fa;
  border: 1px solid #eef1f4;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
  min-height: 250px;
}

.planCCinfo {
  color: #252d37;
  margin: 5px 0;
}

.cardHolder {
  margin: 20px 0;
}

.backBtns {
  margin: 0 10px;
  display: block;
  cursor: pointer;
}

.backBtns a {
  color: #a1a7ac;
}

.text-danger {
  color: #e74444;
  margin: 5px 0;
}

.btnChange {
  margin: 0 0 0 10px;
}

.planCCinfoExisting {
  color: #252d37;
  font-size: 18px;
}

/**
 * The CSS shown here will not be introduced in the Quickstart guide, but shows
 * how you can use CSS to style your Element's container.
 */

.StripeElement {
  background-color: white;
  /*height: 40px;*/
  padding: 10px 12px;
  border-radius: 4px;
  border: 1px solid #bacad6;
  -webkit-box-shadow: 0 1px 3px 0 #e6ebf1;
          box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
          -webkit-transition: -webkit-box-shadow 150ms ease;
          transition: -webkit-box-shadow 150ms ease;
          transition: box-shadow 150ms ease;
          transition: box-shadow 150ms ease, -webkit-box-shadow 150ms ease;
}

.StripeElement--focus {
  -webkit-box-shadow: 0 0 5px #4099de;
          box-shadow: 0 0 5px #4099de;
  border: 1px solid #51cbee;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

.pricingPlan {
  width: 100%;
  float: left;
  min-height: 570px;
  /*cursor: pointer;
  display: block;*/
  margin: 30px 10px 15px 10px;
  padding: 2rem;
  background-color: #f4f7fa;
  border: 1px solid #eef1f4;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}

.pricingPlan.calculator {
  min-height: 250px;
}

.pricingPlan.calculator .planTitle {
  color: #4a4a4a;
}

.pricingPlan.calculator .calc-slider {
  width: calc(100% - 70px);
}

.pricingPlan.calculator .calc-data {
  width: 70px;
}

.pricingWrap {
  margin-bottom: 50px;
  min-height: 600px;
}

.pricingPlanM {
  margin-top: 0px;
}

.pricingPlanF {
  /*margin-top:0px;*/
}

.pricingPlanL {
  /*height:650px;*/
  margin-top: 0px;
  /*border: 1px solid #4099de;
  border-radius: .25rem;*/
  -webkit-box-shadow: 0 .5rem 1.5rem .25rem rgba(0, 0, 0, .2);
          box-shadow: 0 .5rem 1.5rem .25rem rgba(0, 0, 0, .2);
}

.planTitle {
  font-size: 24px;
  margin-bottom: 15px;
  color: #4099de;
  font-weight: bold;
}

.planPrice {
  font-size: 48px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 20px;
  color: #252d37;
  font-family: Arial, Helvetica, sans-serif;
}

.planPriceCent {
  font-size: 28px;
  margin-bottom: 15px;
  color: #252d37;
  position: relative;
  top: -15px;
  font-family: Source Sans Pro, sans-serif;
}

.planPriceUSD {
  font-size: 28px;
  color: #252d37;
  position: relative;
  top: -15px;
}

.planPriceMonthly {
  color: #252d37;
  font-weight: 600;
}

.mostPopular {
  color: #252d37;
  font-size: 18px;
  font-weight: 500;
}

.planCapacity {
  border-top: 1px dotted #ccc;
  margin-top: 20px;
  padding-top: 20px;
  margin-bottom: 20px;
}

.planCapacityIncluded {
  font-weight: bold;
  margin-bottom: 10px;
}

.btn-plan {
  width: 100%;
  text-align: center;
}

.promoCode {
  min-height: 80px;
  margin: 20px 0 0 0;
}

.promoCodeInput {
  width: 70%;
  float: left;
}

.promoCodeBtn {
  width: 30%;
  padding: 0 0 0 20px;
  float: left;
}

.couponMsg {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}

.btnCoupon {
  background-color: #4099de;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  height: 35px;
  padding: 0 27px;
  border-radius: 5px;
  width: 100%;
}

.text-success {
  color: green;
}

.couponeInput {
  padding: 10px 12px;
  border-radius: 4px;
}

.linkPromo {
  margin-top: 10px;
}

.linkPromoA {
  cursor: pointer;
}

.continueLink {
  color: #4099de;
  text-decoration: underline;
}

.text-blue {
  color: #4099de;
  /*font-weight: bold;*/
  margin: 5px 0;
}

/* modals */

/* support modal*/

.designModals .supportModal {
  background-color: rgba(0, 0, 0, .2);
}

.designModals .z-50 {
  z-index: 50;
}

.designModals .select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.designModals .pin {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.designModals .fixed {
  position: fixed;
}

.designModals .overflow-x-hidden {
  overflow-x: hidden;
}

.designModals .overflow-y-auto {
  overflow-y: auto;
}

.designModals .z-20 {
  z-index: 20;
}

.designModals .relative {
  position: relative;
}

.designModals .py-view {
  padding-top: 3.125em;
  padding-bottom: 3.125em;
}

.designModals .mx-auto {
  margin-left: auto;
  margin-right: auto;
}

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

.designModals .justify-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.designModals .shadow-lg {
  /*-webkit-box-shadow: 0 15px 30px 0 rgb(0 0 0 / 11%), 0 5px 15px 0 rgb(0 0 0 / 8%);
    box-shadow: 0 15px 30px 0 rgb(0 0 0 / 11%), 0 5px 15px 0 rgb(0 0 0 / 8%);*/
}

.designModals .rounded-lg {
  border-radius: .5rem;
}

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

.designModals .p-8 {
  padding: 2rem;
}

.designModals .mb-6 {
  margin-bottom: 1.5rem;
}

.designModals .text-80 {
  color: #7c858e;
}

.designModals .leading-normal {
  line-height: 1.5;
}

.designModals .text-xl {
  font-size: 1.25rem;
}

.designModals .text-90 {
  color: #252d37;
}

.designModals .font-normal {
  font-weight: 400;
}

.designModals h2 {
  display: block;
  font-size: 1.5em;
  -webkit-margin-before: .83em;
          margin-block-start: .83em;
  -webkit-margin-after: .83em;
          margin-block-end: .83em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  font-weight: bold;
}

.designModals .px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.designModals .py-3 {
  padding-top: .75rem;
  padding-bottom: .75rem;
}

.designModals .bg-30 {
  background-color: #f4f7fa;
}

.designModals .ml-auto {
  margin-left: auto;
}

.designModals .text-80 {
  color: #7c858e;
}

.designModals .px-3 {
  padding-left: .75rem;
  padding-right: .75rem;
}

.designModals .mr-3 {
  margin-right: .75rem;
}

.designModals .h-9 {
  height: 2.25rem;
}

.designModals .btn-link {
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
}

.designModals .btn {
  display: inline-block;
  text-decoration: none;
  font-weight: 800;
}

.designModals .btn-primary {
  background-color: #4099de;
  color: #fff;
}

.designModals .btn-default {
  height: 2.25rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  line-height: 2.25rem;
  border-radius: .5rem;
  /*-webkit-box-shadow: 0 2px 4px 0 rgb(0 0 0 / 5%);
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 5%);
    text-shadow: 0 1px 2px rgb(0 0 0 / 20%);*/
}

.designModals .btn-success {
  background-color: #21b978 !important;
}

.designModals .btn-danger {
  background-color: #dc3545 !important;
}

.designModals .btn:focus {
  outline: none;
}

/* ----- */

.fade-enter-active,
.fade-leave-active {
  -webkit-transition: opacity .15s;
  transition: opacity .15s;
}

.fade-enter,
.fade-leave-to {
  opacity: 0;
}

.imgw-400 img {
  width: 450px;
  display: block;
}

.buyNowWillHave {
  border: 1px solid var(--primary);
  margin: 30px 0;
  padding: 10px;
}

.buyNowWillHave p {
  color: #252d37;
}

.bfPremiumInfo {
  padding-left: 0 !important;
}

.bf21h p {
  font-size: 20px;
  background-color: #242c36;
}

.text-bigi {
  font-size: 35px;
  font-weight: bolder;
  line-height: 35px;
}

.bf22cd {
  text-align: center;
  margin: 50px 0 0 0;
}
