@charset "UTF-8";
/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  color: inherit;
  text-decoration: inherit;
}
input:focus,
select:focus,
textarea:focus,
button:focus,
body * {
  outline: none;
}
input::-ms-clear {
  display: none;
}
/* CSS Document */
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col,
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col,
  .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 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col,
  .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 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col,
  .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 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix,
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@font-face {
  font-family: "Walsheim";
  src: url('../fonts/GT-Walsheim-Light.eot') format('eot'), url('../fonts/GT-Walsheim-Light.otf') format('opentype'), url('../fonts/GT-Walsheim-Light.ttf') format('ttf'), url('../fonts/GT-Walsheim-Light.woff') format('woff'), url('../fonts/GT-Walsheim-Light.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Walsheim";
  src: url('../fonts/GT-Walsheim-Light-Oblique.eot') format('eot'), url('../fonts/GT-Walsheim-Light-Oblique.otf') format('opentype'), url('../fonts/GT-Walsheim-Light-Oblique.ttf') format('ttf'), url('../fonts/GT-Walsheim-Light-Oblique.woff') format('woff'), url('../fonts/GT-Walsheim-Light-Oblique.woff2') format('woff2');
  font-weight: 400;
  font-style: oblique;
}
@font-face {
  font-family: "Walsheim";
  src: url('../fonts/GT-Walsheim-Regular.woff') format('woff'), url('../fonts/GT-Walsheim-Regular.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Walsheim";
  src: url('../fonts/GT-Walsheim-Medium.eot') format('eot'), url('../fonts/GT-Walsheim-Medium.otf') format('opentype'), url('../fonts/GT-Walsheim-Medium.ttf') format('ttf'), url('../fonts/GT-Walsheim-Medium.woff') format('woff'), url('../fonts/GT-Walsheim-Medium.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Walsheim";
  src: url('../fonts/GT-Walsheim-Medium-Oblique.eot') format('eot'), url('../fonts/GT-Walsheim-Medium-Oblique.otf') format('opentype'), url('../fonts/GT-Walsheim-Medium-Oblique.ttf') format('ttf'), url('../fonts/GT-Walsheim-Medium-Oblique.woff') format('woff'), url('../fonts/GT-Walsheim-Medium-Oblique.woff2') format('woff2');
  font-weight: 600;
  font-style: oblique;
}
@font-face {
  font-family: "Walsheim";
  src: url('../fonts/GT-Walsheim-Bold.eot') format('eot'), url('../fonts/GT-Walsheim-Bold.otf') format('opentype'), url('../fonts/GT-Walsheim-Bold.ttf') format('ttf'), url('../fonts/GT-Walsheim-Bold.woff') format('woff'), url('../fonts/GT-Walsheim-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Walsheim";
  src: url('../fonts/GT-Walsheim-Bold-Oblique.eot') format('eot'), url('../fonts/GT-Walsheim-Bold-Oblique.otf') format('opentype'), url('../fonts/GT-Walsheim-Bold-Oblique.ttf') format('ttf'), url('../fonts/GT-Walsheim-Bold-Oblique.woff') format('woff'), url('../fonts/GT-Walsheim-Bold-Oblique.woff2') format('woff2');
  font-weight: 700;
  font-style: oblique;
}
.transition {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.transformFix {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
@media only screen and (min-width: 768px) {
  .flex-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
  }
}
.left-content-margin {
  margin-left: 40px;
}
.bg-dark {
  background-color: #001B33;
}
.headline-big {
  font-family: "Walsheim", "Helvetica", sans-serif;
  font-size: 60px;
  font-weight: 300;
}
@media only screen and (min-width: 992px) {
  .headline-big {
    font-size: 76px;
  }
}
@media only screen and (min-width: 1200px) {
  .headline-big {
    font-size: 98px;
  }
}
.headline-h1 {
  font-family: "Walsheim", "Helvetica", sans-serif;
  font-size: 40px;
  font-weight: normal;
  line-height: 1.22;
}
@media only screen and (min-width: 992px) {
  .headline-h1 {
    font-size: 60px;
  }
}
@media only screen and (min-width: 1200px) {
  .headline-h1 {
    font-size: 100px;
  }
}
.headline-h2 {
  font-family: "Walsheim", "Helvetica", sans-serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.5;
}
@media only screen and (min-width: 992px) {
  .headline-h2 {
    font-size: 26px;
  }
}
@media only screen and (min-width: 1200px) {
  .headline-h2 {
    font-size: 32px;
  }
}
.headline-h3 {
  font-family: "Walsheim", "Helvetica", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
}
@media only screen and (min-width: 992px) {
  .headline-h3 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .headline-h3 {
    font-size: 26px;
  }
}
.subheadline {
  font-family: "Walsheim", "Helvetica", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 4px;
  line-height: 1.25;
  text-transform: uppercase;
}
.paragraph {
  font-family: "Walsheim", "Helvetica", sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.57;
}
@media only screen and (min-width: 768px) {
  .paragraph {
    font-size: 16px;
    line-height: 1.25;
  }
}
.btn {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  min-width: 310px;
  height: 70px;
  line-height: 70px;
  background-color: #03fcff;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 4px;
  text-align: center;
  text-transform: uppercase;
  color: #001B33;
}
.btn:hover {
  background-color: #fff;
  color: #03fcff;
}
.before-sectionArrow:before {
  content: "";
  position: absolute;
  bottom: 16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 16px;
  height: 9px;
  background-image: url('../images/top-arrow.svg');
  background-repeat: no-repeat;
  z-index: 10;
}
.before-sectionArrow--dark:before {
  background-image: url('../images/top-arrow-dark.svg');
}
.blink {
  -webkit-animation: blink-animation 1s steps(5, start) infinite;
          animation: blink-animation 1s steps(5, start) infinite;
}
@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
.center-text {
  text-align: center;
}
@keyframes flickerAnimation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes flickerAnimation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.animate-flicker {
  -webkit-animation: flickerAnimation 1s infinite;
  animation: flickerAnimation 1s infinite;
}
.container {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100px;
  margin-top: 30px;
}
.fill {
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  left: 0;
  bottom: 10px;
  border-radius: 8px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  width: calc(100% - 5px);
  height: 10px;
  background: #03fcff;
}
.volume-slider {
  position: absolute;
  left: 0;
  -webkit-appearance: none;
  width: 100%;
  height: 10px;
  bottom: 10px;
  background: transparent;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}
.volume-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
}
.volume-slider::-ms-track {
  width: 100%;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
.volume-slider:focus {
  outline: none;
}
.volume-slider::-moz-focus-outer {
  border: 0;
}
.volume-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  cursor: pointer;
  margin-top: -11px;
  top: -15px;
  border-radius: 20px;
  background: #03F7FF;
  background: radial-gradient(#03fcff 42%, #001B33 1%);
  border: 1px solid #CED1DB;
  -webkit-transform: scale(0.7) !important;
          transform: scale(0.7) !important;
}
.volume-slider::-webkit-slider-runnable-track {
  width: 100%;
  height: 10px;
  cursor: pointer;
  background: transparent;
  border-radius: 8px;
  border: 1px solid #03fcff;
}
.volume-slider::-moz-range-thumb {
  border: 3px solid #282d32;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}
.volume-slider::-moz-range-track {
  box-sizing: border-box;
  width: 100%;
  height: 10px;
  cursor: pointer;
  background: transparent;
  border-radius: 8px;
  border: 1px solid #03fcff;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .fill {
    display: none;
  }
}
.volume-slider::-ms-thumb {
  box-shadow: 0 0 0 3px #282d32;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  margin-top: 2px;
  box-sizing: border-box;
  border: 0;
}
.volume-slider:focus::-ms-thumb {
  border: 0;
}
.volume-slider::-ms-track {
  width: 100%;
  height: 10px;
  cursor: pointer;
  background: transparent;
  border-radius: 8px;
  border: 1px solid #03fcff;
  color: transparent;
  box-sizing: border-box;
}
.volume-slider::-ms-fill-lower {
  background: #03fcff;
  border-radius: 8px;
  border: 1px solid #03fcff;
}
.volume-slider::-ms-fill-upper {
  background: transparent;
}
.volume-slider::-ms-tooltip {
  display: none;
}
.bubble {
  position: absolute;
  border: 2px #CED1DB solid;
  width: 100px;
  margin-left: calc(-100px / 2);
  text-align: center;
  border-radius: 8px;
  height: 60px;
  color: #ffffff;
  font-size: 16px;
}
.bubble h3 {
  font-weight: 600;
  margin: 10px 0 5px;
}
.bubble p {
  font-size: 14px;
}
output {
  position: absolute;
  top: -32px;
  width: 50px;
  height: 24px;
  border: 1px solid #e2e2e2;
  background-color: #fff;
  border-radius: 3px;
  color: #000 !important;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
input[type=range]:active + output {
  display: block;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
/* base styles */
.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
}
.center {
  text-align: center;
}
input,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  margin: 0;
}
input[type="submit"] {
  cursor: pointer;
}
html,
body {
  overflow-x: hidden;
}
html.blocked,
body.blocked {
  overflow: hidden;
}
body {
  font-family: "Walsheim", "Helvetica", sans-serif;
  font-weight: 400;
  letter-spacing: 0.01em;
}
.header--light {
  padding-top: 60px;
}
@media only screen and (min-width: 992px) {
  .header--light {
    padding-top: 80px;
  }
}
.header--dark .header__nav-link,
.header--dark .header__section-title {
  color: #001B33;
}
.header--mobile {
  background: #001B33;
  display: block;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  padding: 24px 0px;
  height: 74px;
}
@media only screen and (min-width: 768px) {
  .header--mobile {
    padding: 26px 0px;
    height: auto;
  }
}
@media only screen and (min-width: 992px) {
  .header--mobile {
    background: none;
    padding: 0;
    z-index: 1;
    position: static;
  }
}
.header--mobile .header__logo {
  display: block !important;
}
.header__logo {
  padding: 0;
  width: 100px;
}
@media only screen and (min-width: 768px) {
  .header__logo {
    width: 130px;
  }
}
@media only screen and (min-width: 992px) {
  .header__logo {
    padding: 55px 0 30px 0;
    width: 140px;
  }
}
.header__nav-link {
  font-family: "Walsheim", "Helvetica", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 4px;
  line-height: 1.25;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: none;
  margin-top: 14px;
  color: #fff;
}
@media only screen and (min-width: 992px) {
  .header__nav-link {
    display: block;
  }
}
.header__nav-link:first-of-type {
  margin-top: 0;
}
.header__nav-link:hover {
  color: #03fcff;
}
.header__section-title {
  font-family: "Walsheim", "Helvetica", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 4px;
  line-height: 1.25;
  text-transform: uppercase;
  margin-left: 40px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .header__section-title {
    margin: 0;
    text-align: center;
    padding: 0;
  }
}
.fixed-header {
  background: #001B33;
  display: block;
  width: 100%;
  height: 74px;
  padding: 24px 0px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  font-size: 0;
  pointer-events: none;
}
@media only screen and (min-width: 768px) {
  .fixed-header {
    padding: 26px 0px;
    height: auto;
  }
}
@media only screen and (min-width: 992px) {
  .fixed-header {
    background: none;
    padding: 0;
    margin-top: 80px;
  }
}
.fixed-header--dark .fixed-header__nav-link,
.fixed-header--dark .fixed-header__section-title {
  color: #001B33;
}
.fixed-header__logo {
  -webkit-transition: 0.35s all ease;
  transition: 0.35s all ease;
  padding: 0;
  width: 100px;
  pointer-events: auto;
}
@media only screen and (min-width: 768px) {
  .fixed-header__logo {
    width: 130px;
  }
}
@media only screen and (min-width: 992px) {
  .fixed-header__logo {
    padding: 0 0 30px 0;
    width: 140px;
  }
}
.fixed-header__nav-wrapper {
  pointer-events: auto;
}
.fixed-header__nav-link {
  font-family: "Walsheim", "Helvetica", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 4px;
  line-height: 1.25;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: none;
  margin-top: 14px;
  color: #fff;
}
@media only screen and (min-width: 992px) {
  .fixed-header__nav-link {
    display: block;
  }
}
.fixed-header__nav-link:first-of-type {
  margin-top: 0;
}
.fixed-header__nav-link:hover {
  color: #03fcff;
}
.fixed-header__section-title {
  font-family: "Walsheim", "Helvetica", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 4px;
  line-height: 1.25;
  text-transform: uppercase;
  margin-left: 40px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .fixed-header__section-title {
    margin: 0;
    text-align: center;
    padding: 0;
  }
}
nav.header {
  background-color: #001B33;
  position: fixed;
  width: 100%;
  z-index: 3;
  top: 0;
  height: 60px;
}
nav.header ul {
  margin: 0;
  list-style: none;
  overflow: hidden;
  background-color: #001B33;
  padding: 2px 0 0;
}
nav.header li a {
  display: block;
  padding: 21px 30px;
  text-decoration: none;
  text-transform: uppercase;
}
nav.header li a,
nav.header li a:visited {
  color: #ffffff;
}
nav.header li a:hover,
nav.header .menu-btn:hover {
  color: #03fcff;
}
nav.header li a.sign_up_btn {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: #03fcff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 4px;
  line-height: 26px;
  height: 50px;
  text-align: center;
  text-transform: uppercase;
  color: #001b33;
  padding: 14px 30px;
  margin: 10px;
  margin-bottom: 20px;
}
nav.header li a.sign_up_btn:hover {
  background: #ffffff;
  color: #03fcff;
}
nav.header li a.sign_in_btn {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: transparent;
  border: 1px solid #03fcff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 4px;
  line-height: 26px;
  height: 50px;
  text-align: center;
  text-transform: uppercase;
  color: #03fcff;
  padding: 14px 30px;
  margin: 10px;
  margin-bottom: 20px;
}
nav.header li a.sign_in_btn:hover {
  background: #03fcff;
  color: #001b33;
}
nav.header .logo {
  float: left;
  font-size: 2em;
  text-decoration: none;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 30px;
}
/* menu */
nav.header .menu {
  clear: both;
  max-height: 0;
  -webkit-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out;
}
/* menu icon */
nav.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 28px 30px;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.header .menu-icon .navicon {
  background: #ffffff;
  display: block;
  height: 2px;
  position: relative;
  -webkit-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
  width: 18px;
}
nav.header .menu-icon .navicon:before,
nav.header .menu-icon .navicon:after {
  background: #ffffff;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  width: 100%;
}
nav.header .menu-icon .navicon:before {
  top: 5px;
}
nav.header .menu-icon .navicon:after {
  top: -5px;
}
/* menu btn */
nav.header .menu-btn {
  display: none;
}
nav.header .menu-btn:checked ~ .menu {
  max-height: 380px;
}
nav.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}
nav.header .menu-btn:checked ~ .menu-icon .navicon:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
nav.header .menu-btn:checked ~ .menu-icon .navicon:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
nav.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
nav.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}
.fixed-header__logo {
  -webkit-transition: 0.35s all ease;
  transition: 0.35s all ease;
  padding: 0;
  width: 100px;
  pointer-events: auto;
}
/* 48em = 768px */
@media (min-width: 820px) {
  nav.header li {
    float: left;
  }
  nav.header li a {
    padding: 21px 30px;
  }
  nav.header li a.sign_up_btn {
    margin-bottom: 0;
    line-height: 11px;
    height: 37px;
  }
  nav.header li a.sign_in_btn {
    margin-left: 50px;
    margin-bottom: 0;
    line-height: 11px;
    height: 37px;
    background: transparent;
  }
  nav.header .menu {
    clear: none;
    float: right;
    max-height: none;
  }
  nav.header .menu-icon {
    display: none;
  }
}
.footer {
  background-color: #001B33;
  padding: 25px 0;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .footer {
    padding: 50px 0;
    text-align: left;
  }
}
@media only screen and (min-width: 992px) {
  .footer {
    padding: 60px 0;
  }
}
.footer__logo {
  width: 140px;
  padding: 0 0 30px 0;
}
.footer__links {
  font-size: 0;
}
@media only screen and (min-width: 768px) {
  .footer__links {
    margin-left: 40px;
  }
}
.footer__link {
  font-family: "Walsheim", "Helvetica", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 4px;
  line-height: 1.25;
  text-transform: uppercase;
  display: inline-block;
  color: #fff;
  margin-right: 80px;
}
.footer__link:last-of-type {
  margin-right: 0;
}
@media only screen and (min-width: 992px) {
  .footer__content {
    position: absolute;
    top: 50%;
    left: 15px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.footer__social-txt,
.footer__social-icon {
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (min-width: 768px) {
  .footer__links,
  .footer__social {
    display: inline-block;
    vertical-align: middle;
  }
}
.footer__social {
  font-size: 0;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .footer__social {
    margin-left: 80px;
    margin-top: 0;
  }
}
.footer__social-txt {
  font-family: "Walsheim", "Helvetica", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 4px;
  line-height: 1.25;
  text-transform: uppercase;
  color: #fff;
  margin-right: 60px;
}
@media only screen and (max-width: 767px) {
  .footer__social-txt {
    display: none;
  }
}
.footer__social-icon {
  width: 26px;
  height: 26px;
  margin-right: 20px;
}
@media only screen and (min-width: 1200px) {
  .footer__social-icon {
    width: 33px;
    height: 33px;
    margin-right: 30px;
  }
}
.footer__social-icon:last-of-type {
  margin-right: 0;
}
.footer__social-icon img {
  width: 100%;
  height: 100%;
}
.mobile-btn {
  width: 21px;
  height: 18px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  float: right;
  position: fixed;
  top: 30px;
  right: 15px;
  z-index: 1000;
}
@media only screen and (min-width: 768px) {
  .mobile-btn {
    top: 35px;
  }
}
@media only screen and (min-width: 992px) {
  .mobile-btn {
    display: none;
  }
}
.mobile-btn.active span:nth-child(1),
.mobile-btn.active span:nth-child(4) {
  opacity: 0;
}
.mobile-btn.active span:nth-child(2) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.mobile-btn.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.mobile-btn span {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 100%;
  display: block;
  background-color: #fff;
  height: 2px;
  margin-bottom: 4px;
  position: absolute;
  right: 0;
  border-radius: 999px;
}
.mobile-btn span:nth-child(1) {
  top: 0;
}
.mobile-btn span:nth-child(2),
.mobile-btn span:nth-child(3) {
  top: 6px;
  right: 0;
}
.mobile-btn span:nth-child(4) {
  top: 12px;
}
.mobile-mask {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #001B33;
  opacity: 0;
  visibility: hidden;
  z-index: 800;
}
.mobile-mask.active {
  opacity: 0.7;
  visibility: visible;
}
.mobile-nav {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 310px;
  max-width: 100%;
  background-color: #001B33;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 900;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.mobile-nav.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.mobile-nav__list {
  font-family: "Walsheim", "Helvetica", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 4px;
  line-height: 1.25;
  text-transform: uppercase;
  color: #fff;
  padding: 0 19%;
  position: absolute;
  top: 45%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.mobile-nav__list li {
  padding: 20px 0;
}
.mobile-nav__list a {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.mobile-nav__list a:hover {
  color: #03fcff;
}
.home-page .section__scroll-arrow {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 16px;
  height: 9px;
  background-image: url('../images/top-arrow.svg');
  background-repeat: no-repeat;
  z-index: 100;
}
.home-page .bg-light .section__scroll-arrow {
  background-image: url('../images/top-arrow-dark.svg');
}
.home-page .top {
  min-height: 500px;
  height: 100vh;
  background-image: url('../images/website-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .home-page .top {
    background-image: url('../images/website-bg-mobile.jpg');
  }
}
.home-page .top__scroll-arrow {
  content: "";
  position: absolute;
  bottom: 26px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 16px;
  height: 9px;
  background-image: url('../images/top-arrow.svg');
  background-repeat: no-repeat;
  z-index: 100;
}
@media only screen and (min-width: 992px) {
  .home-page .top__scroll-arrow {
    display: none;
  }
}
.home-page .top:after {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(0, 0, 0, 0.07606793)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.07606793) 40%, rgba(0, 0, 0, 0.7) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@media only screen and (min-width: 768px) {
  .home-page .top:after {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, rgba(0, 0, 0, 0.07606793)), to(rgba(0, 0, 0, 0.7)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.07606793) 10%, rgba(0, 0, 0, 0.7) 100%);
  }
}
@media only screen and (min-width: 992px) {
  .home-page .top:after {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, rgba(0, 0, 0, 0.07606793)), to(rgba(0, 0, 0, 0.7)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.07606793) 10%, rgba(0, 0, 0, 0.7) 100%);
  }
}
.home-page .top .container-fluid {
  position: relative;
  z-index: 1;
}
.home-page .top__content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  margin-top: -60px;
}
@media only screen and (max-width: 767px) {
  .home-page .top__content {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .home-page .top__content {
    top: 32%;
    -webkit-transform: none;
            transform: none;
    display: block;
  }
}
.home-page .top__logos {
  display: none;
  position: absolute;
  bottom: 40px;
  width: 100%;
  z-index: 2;
}
@media only screen and (min-width: 992px) {
  .home-page .top__logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.home-page .top__logos .content {
  margin: 0 auto;
  display: inline-block;
  text-align: center;
}
.home-page .top__logos .content > div {
  display: inline-block;
  background: no-repeat center;
  background-size: contain;
  width: 130px;
  height: 60px;
  margin: 0 10px;
}
.home-page .top__logos .content > div.jcdecaux {
  background-image: url(/assets/images/logos/jcdecaux.svg);
}
.home-page .top__logos .content > div.clear-channel {
  background-image: url(/assets/images/logos/clear-channel.svg);
}
.home-page .top__logos .content > div.branded-cities {
  background-image: url(/assets/images/logos/bc.svg);
  background-size: 60px;
  width: 80px;
}
.home-page .top__logos .content > div.global {
  background-image: url(/assets/images/logos/global.svg);
  background-size: 30px;
  width: 40px;
}
.home-page .top__logos .content > div.walldecaux {
  background-image: url(/assets/images/logos/walldecaux.svg);
  background-size: 100px;
  width: 100px;
}
.home-page .top__logos .content > div.framen {
  background-image: url(/assets/images/logos/framen.svg);
}
.home-page .top__logos .content > div.media-transports {
  background-image: url(/assets/images/logos/media-transports.png);
  background-size: 90px;
}
.home-page .top__mob {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .home-page .top__mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (min-width: 992px) {
  .home-page .top__mob {
    display: none !important;
  }
}
.home-page .top__mob-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: self-end;
      -ms-flex-align: self-end;
          align-items: self-end;
  padding-bottom: 20px;
}
.home-page .top__mob-logos {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 20%;
          flex: 1 1 20%;
  width: 100%;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.home-page .top__mob-logos .content {
  margin: 0 auto;
  display: inline-block;
  text-align: center;
}
.home-page .top__mob-logos .content > div {
  display: inline-block;
  background: no-repeat center;
  background-size: contain;
  width: 15vw;
  height: 60px;
  margin: 0 10px;
}
.home-page .top__mob-logos .content > div.jcdecaux {
  background-image: url(/assets/images/logos/jcdecaux.svg);
}
.home-page .top__mob-logos .content > div.clear-channel {
  background-image: url(/assets/images/logos/clear-channel.svg);
}
.home-page .top__mob-logos .content > div.branded-cities {
  background-image: url(/assets/images/logos/bc.svg);
  width: 10vw;
}
.home-page .top__mob-logos .content > div.global {
  background-image: url(/assets/images/logos/global.svg);
  width: 40px;
  background-size: 4vw;
}
.home-page .top__mob-logos .content > div.walldecaux {
  background-image: url(/assets/images/logos/walldecaux.svg);
  background-size: 100px;
  width: 100px;
}
.home-page .top__mob-logos .content > div.framen {
  background-image: url(/assets/images/logos/framen.svg);
}
.home-page .top__mob-logos .content > div.media-transports {
  background-image: url(/assets/images/logos/media-transports.png);
}
.home-page .top__headline {
  font-family: "Walsheim", "Helvetica", sans-serif;
  font-size: 40px;
  font-weight: normal;
  line-height: 1.22;
  color: #fff;
  font-size: 4.5vw;
  line-height: 5vw;
  text-align: left;
  font-weight: 500;
}
@media only screen and (min-width: 992px) {
  .home-page .top__headline {
    font-size: 60px;
  }
}
@media only screen and (min-width: 1200px) {
  .home-page .top__headline {
    font-size: 100px;
  }
}
@media only screen and (min-width: 1200px) {
  .home-page .top__headline {
    font-size: 4.5vw;
    line-height: 5vw;
  }
}
@media only screen and (max-width: 767px) {
  .home-page .top__headline {
    text-align: center;
    font-size: 8vw;
    line-height: 1;
  }
}
.home-page .brands {
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  height: 100vh;
}
.home-page .brands__output {
  font-size: 14px;
  margin-top: 30px;
  color: #fff;
}
.home-page .brands__content {
  color: #ffffff;
  padding: 48px 64px;
  height: 100%;
  width: 80%;
  /* GRID */
  display: grid;
  grid-column-gap: 48px;
  grid-row-gap: 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
}
@media only screen and (max-width: 767px) {
  .home-page .brands__content {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: minmax(60px, auto);
    width: 100%;
    grid-template-areas: "heading heading" "pret westminster" "logo1 logo2" "logo3 logo4" "logo5 logo6" "logo7 logo8" "logo9 logo10";
  }
}
@media only screen and (min-width: 768px) {
  .home-page .brands__content {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: minmax(60px, auto);
    width: 100%;
    grid-template-areas: "heading heading" "pret westminster" "logo1 logo2" "logo3 logo4" "logo5 logo6" "logo7 logo8" "logo9 logo10";
  }
}
@media only screen and (min-width: 992px) {
  .home-page .brands__content {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    grid-auto-rows: minmax(60px, auto);
    grid-template-areas: "pret heading heading heading westminster" "logo1 logo2 logo3 logo4 logo5" "logo6 logo7 logo8 logo9 logo10";
  }
}
.home-page .brands .brand-pret {
  grid-area: pret;
  justify-self: flex-start;
  text-align: center;
}
.home-page .brands .brand-pret img {
  width: 70%;
}
@media only screen and (max-width: 767px) {
  .home-page .brands .brand-pret img {
    width: 40%;
  }
}
@media only screen and (min-width: 768px) {
  .home-page .brands .brand-pret img {
    width: 40%;
  }
}
@media only screen and (min-width: 992px) {
  .home-page .brands .brand-pret img {
    width: 70%;
  }
}
.home-page .brands .brands-heading {
  grid-area: heading;
  text-align: center;
  font-size: 3.5vw;
  color: #03fcff;
}
.home-page .brands .brand-westminster {
  grid-area: westminster;
  justify-self: flex-end;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .home-page .brands .brand-westminster img {
    width: 40%;
  }
}
@media only screen and (min-width: 768px) {
  .home-page .brands .brand-westminster img {
    width: 40%;
  }
}
@media only screen and (min-width: 992px) {
  .home-page .brands .brand-westminster img {
    width: 70%;
  }
}
.home-page .brands .logo {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .home-page .brands .logo img {
    width: 40%;
  }
}
@media only screen and (min-width: 768px) {
  .home-page .brands .logo img {
    width: 40%;
  }
}
@media only screen and (min-width: 992px) {
  .home-page .brands .logo img {
    width: 70%;
  }
}
.home-page .brands .logo1 {
  grid-area: logo1;
}
.home-page .brands .logo2 {
  grid-area: logo2;
}
.home-page .brands .logo3 {
  grid-area: logo3;
}
.home-page .brands .logo4 {
  grid-area: logo4;
}
.home-page .brands .logo5 {
  grid-area: logo5;
}
.home-page .brands .logo6 {
  grid-area: logo6;
}
.home-page .brands .logo7 {
  grid-area: logo7;
}
.home-page .brands .logo8 {
  grid-area: logo8;
}
.home-page .brands .logo9 {
  grid-area: logo9;
}
.home-page .brands .logo10 {
  grid-area: logo10;
}
.home-page .upload {
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.home-page .upload__output {
  font-size: 14px;
  margin-top: 30px;
  color: #fff;
}
.home-page .upload__content {
  text-align: center;
  padding: 0 0 60px 0;
}
@media only screen and (min-width: 768px) {
  .home-page .upload__content {
    padding: 0 0 60px 0;
  }
}
@media only screen and (min-width: 992px) {
  .home-page .upload__content {
    padding: 0 0 70px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .home-page .upload__content {
    padding: 0 0 80px 0;
  }
}
.home-page .upload__headline {
  font-family: "Walsheim", "Helvetica", sans-serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  padding: 30px 0 30px 0;
}
@media only screen and (min-width: 992px) {
  .home-page .upload__headline {
    font-size: 26px;
  }
}
@media only screen and (min-width: 1200px) {
  .home-page .upload__headline {
    font-size: 32px;
  }
}
@media only screen and (min-width: 768px) {
  .home-page .upload__headline {
    padding: 60px 0 30px 0;
  }
}
@media only screen and (min-width: 992px) {
  .home-page .upload__headline {
    padding: 80px 0 40px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .home-page .upload__headline {
    padding: 120px 0 60px 0;
  }
}
.home-page .upload__box {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 150px;
  height: 150px;
  border: solid 1px #fff;
  border-radius: 999px;
  text-align: center;
  position: relative;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (min-width: 768px) {
  .home-page .upload__box {
    width: 169px;
    height: 169px;
  }
}
@media only screen and (min-width: 992px) {
  .home-page .upload__box {
    width: 186px;
    height: 186px;
  }
}
@media only screen and (min-width: 1200px) {
  .home-page .upload__box {
    width: 210px;
    height: 210px;
  }
}
.home-page .upload__box:before {
  content: "";
  position: absolute;
  bottom: 10px;
  right: 5px;
  width: 35px;
  height: 35px;
  background-image: url('../images/builder-add.svg');
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (min-width: 768px) {
  .home-page .upload__box:before {
    width: 37px;
    height: 37px;
    bottom: 13px;
    right: 9px;
  }
}
@media only screen and (min-width: 992px) {
  .home-page .upload__box:before {
    width: 40px;
    height: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .home-page .upload__box:before {
    width: 50px;
    height: 50px;
  }
}
.home-page .upload__box-icon {
  text-align: center;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (min-width: 768px) {
  .home-page .upload__box-icon {
    width: 45px;
    height: 45px;
  }
}
@media only screen and (min-width: 992px) {
  .home-page .upload__box-icon {
    width: 50px;
    height: 50px;
  }
}
@media only screen and (min-width: 1200px) {
  .home-page .upload__box-icon {
    width: 60px;
    height: 60px;
  }
}
.home-page .upload__box-icon img {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}
.home-page .upload .progress-bar {
  margin-top: 60px;
  display: inline-block;
  width: 100%;
  max-width: 300px;
  background-color: #001B33;
  border: 2px solid #fff;
  border-radius: 4px;
  text-align: left;
  padding: 2px;
  height: 14px;
}
@media only screen and (min-width: 768px) {
  .home-page .upload .progress-bar {
    max-width: 340px;
  }
}
@media only screen and (min-width: 992px) {
  .home-page .upload .progress-bar {
    max-width: 390px;
    height: 16px;
  }
}
@media only screen and (min-width: 1200px) {
  .home-page .upload .progress-bar {
    max-width: 420px;
  }
}
.home-page .upload .progress-bar__inner {
  width: 0%;
  height: 6px;
  display: block;
  background-color: #03fcff;
  border-radius: 1px;
}
@media only screen and (min-width: 992px) {
  .home-page .upload .progress-bar__inner {
    height: 8px;
  }
}
.home-page .register {
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.home-page .register__notify {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 20px;
  color: #03fcff;
}
.home-page .register__content {
  text-align: center;
  padding-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .home-page .register__content {
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 992px) {
  .home-page .register__content {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 1200px) {
  .home-page .register__content {
    padding-bottom: 100px;
  }
}
.home-page .register__headline {
  font-family: "Walsheim", "Helvetica", sans-serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  padding: 30px 0 30px 0;
}
@media only screen and (min-width: 992px) {
  .home-page .register__headline {
    font-size: 26px;
  }
}
@media only screen and (min-width: 1200px) {
  .home-page .register__headline {
    font-size: 32px;
  }
}
@media only screen and (min-width: 768px) {
  .home-page .register__headline {
    padding: 40px 0 20px 0;
  }
}
@media only screen and (min-width: 992px) {
  .home-page .register__headline {
    padding: 60px 0 20px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .home-page .register__headline {
    padding: 80px 0 20px 0;
  }
}
.home-page .register__desc {
  font-family: "Walsheim", "Helvetica", sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.57;
  line-height: 1.8 !important;
  color: #fff;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .home-page .register__desc {
    font-size: 16px;
    line-height: 1.25;
  }
}
@media only screen and (min-width: 768px) {
  .home-page .register__desc {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .home-page .register__desc {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 1200px) {
  .home-page .register__desc {
    margin-bottom: 60px;
  }
}
.home-page .register__form {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  max-width: 310px;
  margin: 0 auto;
}
.home-page .register__form input {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 100%;
  height: 55px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #001B33;
  color: #fff;
  border: 2px solid #fff;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  padding: 0 15px;
}
@media only screen and (min-width: 768px) {
  .home-page .register__form input {
    height: 70px;
  }
}
.home-page .register__form input[type="submit"] {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  min-width: 310px;
  height: 70px;
  line-height: 70px;
  background-color: #03fcff;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 4px;
  text-align: center;
  text-transform: uppercase;
  color: #001B33;
  border: none;
}
.home-page .register__form input[type="submit"]:hover {
  background-color: #fff;
  color: #03fcff;
}
.home-page .register__form input:focus {
  color: #03fcff;
}
.home-page .register__form input:last-of-type {
  margin-bottom: 0;
}
.home-page .register__form input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 100px #03fcff inset;
}
.home-page .register__form input::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}
.home-page .register__form input::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.home-page .register__form input::-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}
.home-page .register__form input::placeholder {
  color: #fff;
  opacity: 1;
}
.home-page .about {
  position: relative;
}
.home-page .about:before {
  background-image: url('../images/top-arrow-dark.svg');
}
.home-page .about__slide {
  margin-top: 60px;
  height: 240px;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .home-page .about__slide {
    margin-top: 30px;
    height: 360px;
  }
}
@media only screen and (min-width: 1200px) {
  .home-page .about__slide {
    margin-top: 60px;
    height: 460px;
  }
}
.home-page .about__slide-txt {
  font-family: "Walsheim", "Helvetica", sans-serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.5;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (min-width: 992px) {
  .home-page .about__slide-txt {
    font-size: 26px;
  }
}
@media only screen and (min-width: 1200px) {
  .home-page .about__slide-txt {
    font-size: 32px;
  }
}
.home-page .about__slide-bg {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.home-page .about__slider-nav {
  font-size: 0;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .home-page .about__slider-nav {
    text-align: left;
  }
}
.home-page .about__slider-bullet {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  width: 21px;
  height: 2px;
  background-color: #ced1db;
  margin-right: 12px;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .home-page .about__slider-bullet {
    width: 32px;
    height: 3px;
  }
}
.home-page .about__slider-bullet--active {
  background-color: #001B33;
}
.home-page .about__slider-bullet:hover {
  background-color: #a2a8bb;
}
.home-page .about__slider-bullet:last-of-type {
  margin-right: 0;
}
.home-page .about__footer {
  padding: 60px 0 60px 0;
}
@media only screen and (min-width: 1200px) {
  .home-page .about__footer {
    padding: 70px 0 80px 0;
  }
}
.home-page .builder {
  background-color: #001B33;
  position: relative;
  height: 100vh;
  min-height: 900px;
}
.home-page .builder__bar {
  height: 8px;
  background-color: #002955;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .home-page .builder__bar {
    display: none;
  }
}
.home-page .builder__bar:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 19%;
  height: 8px;
  background-color: #03fcff;
}
.home-page .builder__headline {
  font-family: "Walsheim", "Helvetica", sans-serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  padding: 30px 0 60px 0;
}
@media only screen and (min-width: 992px) {
  .home-page .builder__headline {
    font-size: 26px;
  }
}
@media only screen and (min-width: 1200px) {
  .home-page .builder__headline {
    font-size: 32px;
  }
}
@media only screen and (min-width: 768px) {
  .home-page .builder__headline {
    padding: 60px 0;
  }
}
@media only screen and (min-width: 992px) {
  .home-page .builder__headline {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .home-page .builder__headline {
    padding: 120px 0;
  }
}
.home-page .builder__btn {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  min-width: 310px;
  height: 70px;
  line-height: 70px;
  background-color: #03fcff;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 4px;
  text-align: center;
  text-transform: uppercase;
  color: #001B33;
  margin-top: 20px;
  margin-bottom: 60px;
  display: none;
}
.home-page .builder__btn:hover {
  background-color: #fff;
  color: #03fcff;
}
@media only screen and (min-width: 768px) {
  .home-page .builder__btn {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 992px) {
  .home-page .builder__btn {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .home-page .builder__btn {
    margin-top: 0;
  }
}
.home-page .builder__btn--visible {
  display: inline-block;
}
.home-page .builder__audience-slider {
  width: 180px;
  margin: 0 auto;
  overflow: visible;
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  .home-page .builder__audience-slider {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .home-page .builder__audience-content {
    display: none;
  }
}
.home-page .builder__steps {
  font-size: 0;
  text-align: center;
  margin-bottom: 0px;
}
@media only screen and (min-width: 992px) {
  .home-page .builder__steps {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 1200px) {
  .home-page .builder__steps {
    margin-bottom: 120px;
  }
}
.home-page .builder__step {
  display: block;
  vertical-align: top;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .home-page .builder__step {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .home-page .builder__step {
    display: inline-block;
  }
}
.home-page .builder__step--budget {
  width: 70%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .home-page .builder__step--budget {
    width: 95%;
  }
}
.home-page .builder__step--subheadline {
  font-size: 24px;
  font-weight: normal;
  line-height: 32px;
  color: #fff;
  margin-bottom: 16px;
}
.home-page .builder__step--counter .builder__step-box:hover {
  border-color: #fff;
}
.home-page .builder__step--counter,
.home-page .builder__step--upload {
  display: inline-block !important;
}
.home-page .builder__step--counter .builder__step-desc,
.home-page .builder__step--upload .builder__step-desc {
  max-width: 158px;
}
.home-page .builder__step--counter .builder__step-box,
.home-page .builder__step--upload .builder__step-box {
  float: none !important;
  display: inline-block;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .home-page .builder__step--counter,
  .home-page .builder__step--upload {
    display: block !important;
    text-align: center;
  }
}
.home-page .builder__step--upload {
  margin-right: 0;
}
@media only screen and (min-width: 1200px) {
  .home-page .builder__step--upload {
    margin-right: 130px;
  }
}
.home-page .builder__step--upload .builder__step-box:before {
  content: "";
  position: absolute;
  bottom: 10px;
  right: 7px;
  width: 35px;
  height: 35px;
  background-image: url('../images/builder-add.svg');
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  pointer-events: none;
}
.home-page .builder__step--upload:after {
  display: none !important;
}
@media only screen and (min-width: 1200px) {
  .home-page .builder__step--upload:after {
    display: block !important;
  }
}
.home-page .builder__step:last-of-type {
  margin-right: 0;
}
.home-page .builder__step:last-of-type:after {
  display: none;
}
.home-page .builder__step-box {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 150px;
  height: 150px;
  margin-right: 25px;
  border: solid 1px #fff;
  border-radius: 999px;
  text-align: center;
  position: relative;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (min-width: 768px) {
  .home-page .builder__step-box {
    width: 130px;
    height: 130px;
  }
}
.home-page .builder__step-box--active {
  border-color: #03fcff;
}
.home-page .builder__step-box:hover {
  border-color: #03fcff;
}
.home-page .builder__step-box:last-of-type {
  margin-right: 0;
}
.home-page .builder__step-content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.home-page .builder__step-icon {
  max-width: 40px;
  max-height: 40px;
  text-align: center;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .home-page .builder__step-icon {
    max-width: 32px;
    max-height: 32px;
  }
}
@media only screen and (min-width: 992px) {
  .home-page .builder__step-icon {
    max-width: 40px;
    max-height: 40px;
  }
}
.home-page .builder__step-icon img {
  max-width: 100%;
  max-height: 100%;
}
.home-page .builder__step-header {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.57;
  color: #fff;
  margin-top: 10px;
}
.home-page .builder__step-counter {
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  font-size: 50px;
  font-weight: 300;
  color: #03fcff;
  max-width: 90%;
  background: none;
  cursor: pointer;
  text-align: center;
}
.home-page .builder__step-cursor {
  -webkit-animation: blink-animation 1s steps(5, start) infinite;
          animation: blink-animation 1s steps(5, start) infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #03fcff;
  width: 1px;
  height: calc(100% - 2px);
  z-index: 2;
}
.home-page .builder__step-desc {
  font-family: "Walsheim", "Helvetica", sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.57;
  color: #fff;
  text-align: center;
  display: block;
  width: 100%;
  margin: 40px auto 50px auto;
}
@media only screen and (min-width: 768px) {
  .home-page .builder__step-desc {
    font-size: 16px;
    line-height: 1.25;
  }
}
@media only screen and (min-width: 768px) {
  .home-page .builder__step-desc {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .home-page .builder__step-desc {
    margin-top: 0;
  }
}
.home-page .preview {
  background-color: #001B33;
  position: relative;
}
.home-page .preview__header {
  padding: 30px 0 30px 0;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .home-page .preview__header {
    padding: 30px 0 40px 0;
  }
}
@media only screen and (min-width: 992px) {
  .home-page .preview__header {
    padding: 50px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .home-page .preview__header {
    padding: 60px 0;
  }
}
.home-page .preview__headline {
  font-family: "Walsheim", "Helvetica", sans-serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.5;
  color: #fff;
}
@media only screen and (min-width: 992px) {
  .home-page .preview__headline {
    font-size: 26px;
  }
}
@media only screen and (min-width: 1200px) {
  .home-page .preview__headline {
    font-size: 32px;
  }
}
.home-page .preview__remarks {
  color: #fff;
  font-size: 12px;
}
.home-page .preview__pic {
  height: 260px;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .home-page .preview__pic {
    height: 420px;
  }
}
@media only screen and (min-width: 992px) {
  .home-page .preview__pic {
    height: 480px;
  }
}
@media only screen and (min-width: 1200px) {
  .home-page .preview__pic {
    height: 640px;
    height: 50vw;
  }
}
.home-page .preview__pic a.download__btn {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  min-width: 310px;
  height: 70px;
  line-height: 70px;
  background-color: #03fcff;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 4px;
  text-align: center;
  text-transform: uppercase;
  color: #001B33;
  display: block;
  position: absolute;
  bottom: 40px;
  left: 40px;
}
.home-page .preview__pic a.download__btn:hover {
  background-color: #fff;
  color: #03fcff;
}
.home-page .preview__nav {
  padding: 40px 0;
  background-color: #001B33;
}
@media only screen and (min-width: 768px) {
  .home-page .preview__nav {
    padding: 55px 0;
  }
}
@media only screen and (min-width: 992px) {
  .home-page .preview__nav {
    padding: 60px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .home-page .preview__nav {
    padding: 70px 0;
  }
}
.home-page .preview__nav-container {
  margin-left: 40px;
  overflow: auto;
  position: relative;
}
.home-page .preview__nav-links {
  width: auto;
  white-space: nowrap;
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 767px) {
  .home-page .preview__nav-links {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .home-page .preview__nav-links {
    margin-bottom: 20px;
  }
}
.home-page .preview__nav-sublinks {
  width: auto;
  white-space: nowrap;
  display: none;
  margin-top: 20px;
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 767px) {
  .home-page .preview__nav-sublinks {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .home-page .preview__nav-sublinks {
    margin-bottom: 20px;
  }
}
.home-page .preview__nav-sublinks.active {
  display: block;
}
.home-page .preview__nav-link {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-family: "Walsheim", "Helvetica", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 4px;
  line-height: 1.25;
  text-transform: uppercase;
  margin-right: 50px;
  letter-spacing: 2px;
  color: #fff;
}
.home-page .preview__nav-link.active {
  color: #03fcff;
}
.home-page .preview__nav-link:hover {
  color: #03fcff;
}
.home-page .preview__nav-sublink {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-family: "Walsheim", "Helvetica", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 4px;
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-right: 30px;
  color: #fff;
}
.home-page .preview__nav-sublink.active {
  color: #03fcff;
}
.home-page .preview__nav-sublink:hover {
  color: #03fcff;
}
.home-page .preview__btns {
  display: none;
}
@media only screen and (min-width: 992px) {
  .home-page .preview__btns {
    display: inline-block;
    font-size: 0;
  }
}
.home-page .preview__btn {
  width: 14px;
  max-height: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
}
@media only screen and (min-width: 992px) {
  .home-page .preview__btn {
    margin-right: 40px;
  }
}
.home-page .preview__btn img {
  width: 100%;
  max-height: 100%;
}
.home-page .preview__btn:last-of-type {
  margin-right: 0;
}
.home-page .contact__container {
  margin: 80px 0 60px 0;
}
@media only screen and (min-width: 768px) {
  .home-page .contact__container {
    margin: 60px 0;
  }
}
@media only screen and (min-width: 992px) {
  .home-page .contact__container {
    margin: 90px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .home-page .contact__container {
    margin: 120px 0;
  }
}
.home-page .contact__name {
  font-family: "Walsheim", "Helvetica", sans-serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.5;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .home-page .contact__name {
    font-size: 26px;
  }
}
@media only screen and (min-width: 1200px) {
  .home-page .contact__name {
    font-size: 32px;
  }
}
.home-page .contact__photo {
  width: 200px;
  height: 200px;
  border: 1px solid #03fcff;
  border-radius: 50%;
  padding: 5px;
  margin: 0 auto;
}
.home-page .contact__photo:after {
  display: block;
  content: '';
  border-radius: 50%;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-position: top center;
}
.home-page .contact__photo.dl:after {
  background-image: url('../images/Dagmara_Lacka.jpg');
}
.home-page .contact__photo.nl:after {
  background-image: url('../images/Nikodem_Lacki.jpg');
}
.home-page .contact__photo.ll:after {
  background-image: url('../images/Lukasz_Lapinski.jpg');
  background-size: 102%;
  background-position: center;
}
.home-page .contact__photo.plk:after {
  background-image: url('../images/Philippa_Louise_King.jpg');
  background-size: 100%;
}
.home-page .contact__photo.em:after {
  background-image: url('../images/Ewan_Mason.jpg');
}
.home-page .contact__photo.cj:after {
  background-image: url('../images/Charles_Jepson.jpg');
}
.home-page .contact__photo.jl:after {
  background-image: url('../images/Jamie_Lindsay.jpg');
}
.home-page .contact__photo.kj:after {
  background-image: url('../images/Klaudia_Jarecka.jpg');
  background-position: center -50px;
}
.home-page .contact__photo.pb:after {
  background-image: url('../images/Primo_Berlinski.jpg');
}
.home-page .contact__photo.sh:after {
  background-image: url('../images/Stephen_Hayes.jpg');
}
.home-page .contact__photo.eryck:after {
  background-image: url('../images/eryck.jpg');
  background-size: 148%;
  background-position: center -32px;
}
.home-page .contact__photo.bruno:after {
  background-image: url('../images/bruno.jpg');
  background-size: 148%;
  background-position: center -32px;
}
.home-page .contact__data {
  font-family: "Walsheim", "Helvetica", sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.57;
  line-height: 1.5;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .home-page .contact__data {
    font-size: 16px;
    line-height: 1.25;
  }
}
.home-page .contact__social-icon {
  display: block;
  margin: 8px auto 0;
  width: 22px;
  height: 22px;
}
.home-page .contact__social-icon img {
  -webkit-filter: invert(0.6);
          filter: invert(0.6);
  width: 22px;
  height: 22px;
}
.home-page .contact__social-icon img:hover {
  -webkit-filter: invert(1);
          filter: invert(1);
}
.home-page .contact__box {
  padding: 40px 0 40px 0;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: left center;
  margin-bottom: 30px;
  min-height: 400px;
}
@media only screen and (min-width: 1200px) {
  .home-page .contact__box {
    margin-bottom: 0;
  }
}
.home-page .contact2__box {
  text-align: center;
  background-image: url('../images/contact-bg2.svg');
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center center;
  padding: 50px 0;
}
@media only screen and (min-width: 768px) {
  .home-page .contact2__box {
    padding: 70px 0;
  }
}
.home-page .contact2__header {
  font-family: "Walsheim", "Helvetica", sans-serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.5;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .home-page .contact2__header {
    font-size: 26px;
  }
}
@media only screen and (min-width: 1200px) {
  .home-page .contact2__header {
    font-size: 32px;
  }
}
.home-page .contact2__desc {
  font-family: "Walsheim", "Helvetica", sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.57;
  line-height: 1.5;
  padding-top: 30px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .home-page .contact2__desc {
    font-size: 16px;
    line-height: 1.25;
  }
}
@media only screen and (min-width: 768px) {
  .home-page .contact2__desc {
    padding-top: 40px;
  }
}
.home-page .results {
  background-color: #001B33;
  min-height: 520px;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .home-page .results {
    min-height: 690px;
  }
}
@media only screen and (min-width: 1200px) {
  .home-page .results {
    min-height: 870px;
  }
}
.home-page .results .header,
.home-page .results__footer {
  position: relative;
  z-index: 2;
}
.home-page .results__slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home-page .results__slider-nav {
  font-size: 0;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .home-page .results__slider-nav {
    text-align: left;
  }
}
.home-page .results__slider-bullet {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  width: 21px;
  height: 2px;
  background-color: #ced1db;
  margin-right: 12px;
  cursor: pointer;
  pointer-events: auto;
}
@media only screen and (min-width: 768px) {
  .home-page .results__slider-bullet {
    width: 32px;
    height: 3px;
  }
}
.home-page .results__slider-bullet--active {
  background-color: #03fcff;
}
.home-page .results__slider-bullet:hover {
  background-color: #fafafb;
}
.home-page .results__slider-bullet:last-of-type {
  margin-right: 0;
}
.home-page .results__slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.home-page .results__slide:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #001B33;
  opacity: 0.75;
  pointer-events: none;
  z-index: 0;
}
.home-page .results__slide .container-fluid {
  position: relative;
  z-index: 1;
}
.home-page .results__slide-content {
  text-align: center;
  padding-top: 136px;
}
@media only screen and (min-width: 992px) {
  .home-page .results__slide-content {
    padding-top: 240px;
  }
}
@media only screen and (min-width: 1200px) {
  .home-page .results__slide-content {
    padding-top: 280px;
  }
}
.home-page .results__slide-logo {
  display: inline-block;
  max-width: 110px;
  max-height: 60px;
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) {
  .home-page .results__slide-logo {
    max-width: 170px;
    margin-bottom: 70px;
  }
}
.home-page .results__slide-logo img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}
.home-page .results__slide-featured {
  font-family: "Walsheim", "Helvetica", sans-serif;
  font-size: 60px;
  font-weight: 300;
  color: #03fcff;
}
@media only screen and (min-width: 992px) {
  .home-page .results__slide-featured {
    font-size: 76px;
  }
}
@media only screen and (min-width: 1200px) {
  .home-page .results__slide-featured {
    font-size: 98px;
  }
}
.home-page .results__slide-desc {
  font-family: "Walsheim", "Helvetica", sans-serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.5;
  color: #fff;
  margin-top: 20px;
  line-height: 1.2;
}
@media only screen and (min-width: 992px) {
  .home-page .results__slide-desc {
    font-size: 26px;
  }
}
@media only screen and (min-width: 1200px) {
  .home-page .results__slide-desc {
    font-size: 32px;
  }
}
@media only screen and (min-width: 768px) {
  .home-page .results__slide-desc {
    margin-top: 30px;
  }
}
.home-page .results__footer {
  padding: 60px 0 60px 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}
@media only screen and (min-width: 992px) {
  .home-page .results__footer {
    padding: 60px 0 60px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .home-page .results__footer {
    padding: 70px 0 80px 0;
  }
}
.home-page .accounts {
  position: relative;
  background-color: #001B33;
  font-size: 0;
  overflow: hidden;
}
.home-page .accounts__slider-nav {
  font-size: 0;
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .home-page .accounts__slider-nav {
    margin-top: 15px;
  }
}
.home-page .accounts__slider-bullet {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  width: 21px;
  height: 2px;
  background-color: #ced1db;
  margin-right: 12px;
  cursor: pointer;
  pointer-events: auto;
}
@media only screen and (min-width: 768px) {
  .home-page .accounts__slider-bullet {
    width: 32px;
    height: 3px;
  }
}
.home-page .accounts__slider-bullet--active {
  background-color: #03fcff;
}
.home-page .accounts__slider-bullet:hover {
  background-color: #fafafb;
}
.home-page .accounts__slider-bullet:last-of-type {
  margin-right: 0;
}
.home-page .accounts #accountsSlider {
  max-width: 390px;
  margin: 0 auto;
  overflow: visible;
}
.home-page .accounts__container {
  text-align: center;
  padding: 30px 0;
}
@media only screen and (min-width: 768px) {
  .home-page .accounts__container {
    padding: 60px 0 40px 0;
  }
}
@media only screen and (min-width: 992px) {
  .home-page .accounts__container {
    padding: 90px 0 60px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .home-page .accounts__container {
    padding: 120px 0 80px 0;
  }
}
.home-page .accounts__headline {
  font-family: "Walsheim", "Helvetica", sans-serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  padding-bottom: 60px;
}
@media only screen and (min-width: 992px) {
  .home-page .accounts__headline {
    font-size: 26px;
  }
}
@media only screen and (min-width: 1200px) {
  .home-page .accounts__headline {
    font-size: 32px;
  }
}
@media only screen and (min-width: 992px) {
  .home-page .accounts__headline {
    padding-bottom: 70px;
  }
}
@media only screen and (min-width: 1200px) {
  .home-page .accounts__headline {
    padding-bottom: 80px;
  }
}
.home-page .accounts__btn {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  min-width: 310px;
  height: 70px;
  line-height: 70px;
  background-color: #03fcff;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 4px;
  text-align: center;
  text-transform: uppercase;
  color: #001B33;
  min-width: 0;
  margin-top: 20px;
  width: 100%;
}
.home-page .accounts__btn:hover {
  background-color: #fff;
  color: #03fcff;
}
@media only screen and (min-width: 768px) {
  .home-page .accounts__btn {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 992px) {
  .home-page .accounts__btn {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 1200px) {
  .home-page .accounts__btn {
    margin-top: 120px;
  }
}
.home-page .accounts__box {
  position: relative;
  width: 100%;
  height: 520px;
  border-radius: 12px;
  border: solid 1px #fff;
  display: inline-block;
  padding: 30px;
}
@media only screen and (min-width: 992px) {
  .home-page .accounts__box {
    width: 300px;
    height: 520px;
  }
}
@media only screen and (min-width: 1200px) {
  .home-page .accounts__box {
    width: 100%;
    max-width: 390px;
    height: 520px;
  }
}
.home-page .accounts__box-wrapper {
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
  padding: 0 10px;
}
@media only screen and (min-width: 768px) {
  .home-page .accounts__box-wrapper {
    width: 33%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0;
  }
}
.home-page .accounts__box-title {
  text-align: center;
  font-size: 29px;
  letter-spacing: 0;
  color: #FFFFFF;
  font-weight: 600;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
}
.home-page .accounts__box-subtitle {
  text-align: center;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0;
  color: #FFFFFF;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75px;
          flex: 0 0 75px;
}
@media only screen and (min-width: 992px) {
  .home-page .accounts__box-subtitle {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1200px) {
  .home-page .accounts__box-subtitle {
    font-size: 18px;
  }
}
.home-page .accounts__box-feature-list {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}
.home-page .accounts__box-feature-list li {
  text-align: left;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0;
  color: #03fcff;
  position: relative;
  padding-left: 42px;
  line-height: 24px;
  margin-bottom: 14px;
}
@media only screen and (min-width: 992px) {
  .home-page .accounts__box-feature-list li {
    font-size: 12px;
    padding-left: 32px;
  }
}
@media only screen and (min-width: 1200px) {
  .home-page .accounts__box-feature-list li {
    font-size: 16px;
    padding-left: 42px;
  }
}
.home-page .accounts__box-feature-list li::before {
  display: block;
  content: '';
  background-image: url(/assets/images/checkmark.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 22px;
  height: 100%;
  background-position: 0 center;
  left: 0;
  top: 0;
  position: absolute;
}
.home-page .accounts__box-feature-list li.unavailable {
  color: #7E7E7E;
}
.home-page .accounts__box-feature-list li.unavailable::before {
  background-image: url(/assets/images/checkmark-off.svg);
}
.home-page .accounts__box-feature-list li .feature-info {
  background-image: url(/assets/images/info.svg);
  background-repeat: no-repeat;
  background-size: 16px;
  display: inline-block;
  width: 16px;
  height: 16px;
  background-position: 0 1px;
  opacity: 0.5;
}
.home-page .accounts__box-feature-list li .feature-info:hover {
  opacity: 1;
}
.home-page .accounts__box-feature-list li small {
  display: inline-block;
  background-color: #03fcff;
  border-radius: 33px;
  color: #000;
  font-weight: 500;
  font-size: 10px;
  padding: 0 5px;
  line-height: 16px;
  text-transform: uppercase;
}
.home-page .accounts__box-content {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.home-page .accounts__box-icon {
  margin: 0 auto;
  max-width: 45px;
  height: 50px;
}
@media only screen and (min-width: 768px) {
  .home-page .accounts__box-icon {
    max-width: 54px;
    height: 50px;
  }
}
.home-page .accounts__box-icon img {
  width: 100%;
  height: 100%;
}
.home-page .accounts__box-desc {
  font-family: "Walsheim", "Helvetica", sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.57;
  color: #fff;
  margin: 30px auto 0 auto;
  max-width: 170px;
}
@media only screen and (min-width: 768px) {
  .home-page .accounts__box-desc {
    font-size: 16px;
    line-height: 1.25;
  }
}
@media only screen and (min-width: 768px) {
  .home-page .accounts__box-desc {
    max-width: 230px;
  }
}
@media only screen and (min-width: 992px) {
  .home-page .accounts__box-desc {
    margin-top: 40px;
    max-width: 300px;
  }
}
@media only screen and (min-width: 1200px) {
  .home-page .accounts__box-desc {
    margin-top: 40px;
  }
}
.home-page .appear {
  position: relative;
  background: url(../images/appear-bg.png) no-repeat center;
  background-size: cover;
  font-size: 0;
  text-align: center;
  padding: 60px 0 30px 0;
  min-height: 900px;
}
@media only screen and (max-width: 767px) {
  .home-page .appear {
    height: 100vh;
    padding-top: 100px;
  }
}
@media only screen and (min-width: 768px) {
  .home-page .appear {
    height: 100vh;
    padding-top: 100px;
  }
}
@media only screen and (min-width: 992px) {
  .home-page .appear {
    height: 100vh;
    padding: 120px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .home-page .appear {
    padding: 160px 0;
  }
}
.home-page .appear__headline {
  font-family: "Walsheim", "Helvetica", sans-serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  padding: 0 0 80px 0;
}
@media only screen and (min-width: 992px) {
  .home-page .appear__headline {
    font-size: 26px;
  }
}
@media only screen and (min-width: 1200px) {
  .home-page .appear__headline {
    font-size: 32px;
  }
}
@media only screen and (min-width: 992px) {
  .home-page .appear__headline {
    padding: 0 0 60px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .home-page .appear__headline {
    padding: 0 0 100px 0;
  }
}
.home-page .appear__btn {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  min-width: 310px;
  height: 70px;
  line-height: 70px;
  background-color: #03fcff;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 4px;
  text-align: center;
  text-transform: uppercase;
  color: #001B33;
  margin-top: 20px;
}
.home-page .appear__btn:hover {
  background-color: #fff;
  color: #03fcff;
}
@media only screen and (min-width: 992px) {
  .home-page .appear__btn {
    margin-top: 40px;
  }
}
.home-page .appear__featured {
  font-family: "Walsheim", "Helvetica", sans-serif;
  font-size: 60px;
  font-weight: 300;
  color: #03fcff;
}
@media only screen and (min-width: 992px) {
  .home-page .appear__featured {
    font-size: 76px;
  }
}
@media only screen and (min-width: 1200px) {
  .home-page .appear__featured {
    font-size: 98px;
  }
}
.home-page .appear__featured--calculating {
  font-size: 20px;
  line-height: 98px;
  display: none;
}
.home-page .appear__wrapper.calculating .appear__featured {
  display: none;
}
.home-page .appear__wrapper.calculating .appear__featured--calculating {
  display: block;
}
.home-page .appear__desc,
.home-page .appear__desc2 {
  font-family: "Walsheim", "Helvetica", sans-serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.5;
  color: #fff;
  margin-top: 10px;
}
@media only screen and (min-width: 992px) {
  .home-page .appear__desc,
  .home-page .appear__desc2 {
    font-size: 26px;
  }
}
@media only screen and (min-width: 1200px) {
  .home-page .appear__desc,
  .home-page .appear__desc2 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 992px) {
  .home-page .appear__desc,
  .home-page .appear__desc2 {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .home-page .appear__desc,
  .home-page .appear__desc2 {
    margin-top: 20px;
  }
}
.home-page .appear__desc2 {
  padding: 80px 0 0px 0;
}
@media only screen and (min-width: 992px) {
  .home-page .appear__desc2 {
    padding: 60px 0 0 0;
  }
}
@media only screen and (min-width: 1200px) {
  .home-page .appear__desc2 {
    padding: 100px 0 0 0;
  }
}
.home-page .how {
  position: relative;
}
.home-page .how:before {
  background-image: url('../images/top-arrow-dark.svg');
}
.home-page .how__container {
  margin-left: 40px;
  text-align: left;
  padding: 60px 0 30px 0;
  overflow: hidden;
  min-width: 1200px;
  background: url(../images/how-bg.png) no-repeat top 35% left 75px;
  background-size: calc(100% - 300px);
}
@media only screen and (min-width: 1200px) {
  .home-page .how__container {
    padding: 160px 0;
  }
}
.home-page .how__box {
  padding: 0 40px;
  padding-left: 0;
  margin-bottom: 30px;
  width: 25%;
  text-align: center;
  float: left;
}
@media only screen and (min-width: 768px) {
  .home-page .how__box {
    padding: 40px;
    text-align: left;
  }
}
@media only screen and (min-width: 1200px) {
  .home-page .how__box {
    margin-bottom: 0;
  }
}
.home-page .how__title {
  font-family: "Walsheim", "Helvetica", sans-serif;
  font-size: 60px;
  font-weight: 300;
}
@media only screen and (min-width: 992px) {
  .home-page .how__title {
    font-size: 76px;
  }
}
@media only screen and (min-width: 1200px) {
  .home-page .how__title {
    font-size: 98px;
  }
}
.home-page .how__data {
  font-family: "Walsheim", "Helvetica", sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.57;
  line-height: 1.5;
  padding-top: 40px;
}
@media only screen and (min-width: 768px) {
  .home-page .how__data {
    font-size: 16px;
    line-height: 1.25;
  }
}
@media only screen and (max-width: 767px) {
  .home-page .how__data {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .home-page .how__data {
    padding-top: 40px;
    padding-right: 40%;
  }
}
@media only screen and (min-width: 992px) {
  .home-page .how__slider {
    padding: 40px 0;
  }
}
.home-page .how__slider-content {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 220px;
  margin: 0 auto;
}
.home-page .how__slider-single {
  position: relative;
}
.home-page .how__slider-single img {
  width: 100%;
  height: 100%;
}
.home-page .how__slider-nav {
  font-size: 0;
  text-align: center;
  padding: 40px 0;
}
@media only screen and (min-width: 768px) {
  .home-page .how__slider-nav {
    padding: 60px 0;
  }
}
.home-page .how__slider-bullet {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  width: 21px;
  height: 2px;
  background-color: #ced1db;
  margin-right: 12px;
  cursor: pointer;
  pointer-events: auto;
}
@media only screen and (min-width: 768px) {
  .home-page .how__slider-bullet {
    width: 32px;
    height: 3px;
  }
}
.home-page .how__slider-bullet--active {
  background-color: #001B33;
}
.home-page .how__slider-bullet:hover {
  background-color: #fafafb;
}
.home-page .how__slider-bullet:last-of-type {
  margin-right: 0;
}
.home-page .features {
  height: 100vh;
  position: relative;
}
.home-page .features:before {
  background-image: url('../images/top-arrow-dark.svg');
}
.home-page .features .swiper-wrapper {
  z-index: 0;
}
.home-page .features__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home-page .features__content-wrapper {
  width: 80vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.home-page .features__content-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0  50%;
          flex: 0 0  50%;
}
.home-page .features__content-col.with-padding {
  padding: 0 5vw;
}
.home-page .features__content-col video,
.home-page .features__content-col img {
  width: 100%;
}
.home-page .features__content-col .feature-title {
  font-family: "Walsheim", "Helvetica", sans-serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.5;
  color: #001B33;
  padding: 10px 0 30px 0;
  text-transform: uppercase;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .home-page .features__content-col .feature-title {
    font-size: 26px;
  }
}
@media only screen and (min-width: 1200px) {
  .home-page .features__content-col .feature-title {
    font-size: 32px;
  }
}
.home-page .features__content-col .feature-title:before {
  content: '';
  width: 50px;
  height: 5px;
  background-color: #03fcff;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (min-width: 768px) {
  .home-page .features__content-col .feature-title {
    padding: 10px 0 20px 0;
  }
}
@media only screen and (min-width: 992px) {
  .home-page .features__content-col .feature-title {
    padding: 10px 0 20px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .home-page .features__content-col .feature-title {
    padding: 10px 0 30px 0;
  }
}
.home-page .features__content-col .feature-desc {
  color: #001B33;
  font-size: 18px;
  line-height: 30px;
  text-align: justify;
}
.home-page .features__content-col.left .feature-title {
  text-align: right;
}
.home-page .features__content-col.left .feature-title:before {
  right: 0;
  left: initial;
}
.home-page .features__slide {
  height: 100%;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .home-page .features__slide {
    height: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .home-page .features__slide {
    height: 100%;
  }
}
.home-page .features__slide-txt {
  font-family: "Walsheim", "Helvetica", sans-serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.5;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (min-width: 992px) {
  .home-page .features__slide-txt {
    font-size: 26px;
  }
}
@media only screen and (min-width: 1200px) {
  .home-page .features__slide-txt {
    font-size: 32px;
  }
}
.home-page .features__slide-bg {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.home-page .features__slide-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.home-page .features__slide-video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  background-color: #001B33;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home-page .features__slide-video .video-wrapper {
  width: 45vw;
  margin-left: -25vw;
  -webkit-box-shadow: 12px 0 15px -4px rgba(77, 102, 134, 0), -12px 4px 8px -4px rgba(239, 239, 239, 0.8);
          box-shadow: 12px 0 15px -4px rgba(77, 102, 134, 0), -12px 4px 8px -4px rgba(239, 239, 239, 0.8);
}
.home-page .features__slide-video.left .video-wrapper {
  width: 45vw;
  margin-left: 5vw;
  margin-right: -35vw;
  -webkit-box-shadow: -12px 0 15px -4px rgba(77, 102, 134, 0), 12px 4px 8px -4px rgba(239, 239, 239, 0.8);
          box-shadow: -12px 0 15px -4px rgba(77, 102, 134, 0), 12px 4px 8px -4px rgba(239, 239, 239, 0.8);
}
.home-page .features__slide-video video {
  width: 100%;
  display: block;
}
.home-page .features__slide-desc {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
}
.home-page .features__slide-desc .desc-wrapper {
  width: 40vw;
  margin-top: 100px;
  margin-left: 98px;
  display: block;
}
.home-page .features__slide-desc.left .desc-wrapper {
  margin-left: calc(35vw - 100px);
}
.home-page .features__slide-desc.left .desc-wrapper .feature-title {
  text-align: right;
}
.home-page .features__slider {
  height: 100%;
}
.home-page .features__slider-wrapper {
  margin-top: -50px;
  z-index: 10;
}
.home-page .features__slider-nav {
  font-size: 0;
  text-align: center;
}
.home-page .features__slider-bullet {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  width: 21px;
  height: 2px;
  background-color: #ced1db;
  margin-right: 12px;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .home-page .features__slider-bullet {
    width: 32px;
    height: 3px;
  }
}
.home-page .features__slider-bullet--active {
  background-color: #001B33;
}
.home-page .features__slider-bullet:hover {
  background-color: #a2a8bb;
}
.home-page .features__slider-bullet:last-of-type {
  margin-right: 0;
}
.home-page .features__footer {
  padding: 60px 0 60px 0;
}
@media only screen and (min-width: 1200px) {
  .home-page .features__footer {
    padding: 70px 0 80px 0;
  }
}
.home-page .case-study {
  height: 100vh;
  position: relative;
}
.home-page .case-study:before {
  background-image: url('../images/top-arrow-dark.svg');
}
.home-page .case-study .swiper-wrapper {
  z-index: 0;
}
.home-page .case-study__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home-page .case-study__content-wrapper {
  width: 80vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.home-page .case-study__content-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0  50%;
          flex: 0 0  50%;
  -ms-flex-item-align: center;
      align-self: center;
}
.home-page .case-study__content-col.with-padding {
  padding: 0 5vw;
}
.home-page .case-study__content-col video,
.home-page .case-study__content-col img {
  width: 100%;
}
.home-page .case-study__content-col .case-study-title {
  font-family: "Walsheim", "Helvetica", sans-serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.5;
  color: #001B33;
  padding: 10px 0 30px 0;
  text-transform: uppercase;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .home-page .case-study__content-col .case-study-title {
    font-size: 26px;
  }
}
@media only screen and (min-width: 1200px) {
  .home-page .case-study__content-col .case-study-title {
    font-size: 32px;
  }
}
.home-page .case-study__content-col .case-study-title:before {
  content: '';
  width: 50px;
  height: 5px;
  background-color: #03fcff;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (min-width: 768px) {
  .home-page .case-study__content-col .case-study-title {
    padding: 10px 0 20px 0;
  }
}
@media only screen and (min-width: 992px) {
  .home-page .case-study__content-col .case-study-title {
    padding: 10px 0 20px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .home-page .case-study__content-col .case-study-title {
    padding: 10px 0 30px 0;
  }
}
.home-page .case-study__content-col .case-study-desc {
  color: #001B33;
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
}
.home-page .case-study__content-col .case-study-desc ul {
  font-size: 16px;
  margin-top: 40px;
}
.home-page .case-study__content-col .case-study-desc ul li {
  line-height: 24px;
}
.home-page .case-study__content-col .case-study-result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #03fcff;
  font-size: 24px;
  margin-top: 20px;
  padding: 15px;
}
.home-page .case-study__content-col .case-study-result .case-study-result-figure {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
  width: 80px;
  height: 80px;
  border: 2px solid #03fcff;
  border-radius: 50%;
  text-align: center;
  line-height: 78px;
  font-weight: 700;
  color: #03fcff;
  font-size: 26px;
  margin-right: 15px;
}
.home-page .case-study__content-col .case-study-result .case-study-result-figure span {
  font-size: 18px;
}
.home-page .case-study__content-col.left .case-study-title {
  text-align: right;
}
.home-page .case-study__content-col.left .case-study-title:before {
  right: 0;
  left: initial;
}
.home-page .case-study__slide {
  height: 100%;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .home-page .case-study__slide {
    height: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .home-page .case-study__slide {
    height: 100%;
  }
}
.home-page .case-study__slide-txt {
  font-family: "Walsheim", "Helvetica", sans-serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.5;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (min-width: 992px) {
  .home-page .case-study__slide-txt {
    font-size: 26px;
  }
}
@media only screen and (min-width: 1200px) {
  .home-page .case-study__slide-txt {
    font-size: 32px;
  }
}
.home-page .case-study__slide-bg {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.home-page .case-study__slide-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.home-page .case-study__slide-video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  background-color: #001B33;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home-page .case-study__slide-video .video-wrapper {
  width: 45vw;
  margin-left: -25vw;
  -webkit-box-shadow: 12px 0 15px -4px rgba(77, 102, 134, 0), -12px 4px 8px -4px rgba(239, 239, 239, 0.8);
          box-shadow: 12px 0 15px -4px rgba(77, 102, 134, 0), -12px 4px 8px -4px rgba(239, 239, 239, 0.8);
}
.home-page .case-study__slide-video.left .video-wrapper {
  width: 45vw;
  margin-left: 5vw;
  margin-right: -35vw;
  -webkit-box-shadow: -12px 0 15px -4px rgba(77, 102, 134, 0), 12px 4px 8px -4px rgba(239, 239, 239, 0.8);
          box-shadow: -12px 0 15px -4px rgba(77, 102, 134, 0), 12px 4px 8px -4px rgba(239, 239, 239, 0.8);
}
.home-page .case-study__slide-video video {
  width: 100%;
  display: block;
}
.home-page .case-study__slide-desc {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
}
.home-page .case-study__slide-desc .desc-wrapper {
  width: 40vw;
  margin-top: 100px;
  margin-left: 98px;
  display: block;
}
.home-page .case-study__slide-desc.left .desc-wrapper {
  margin-left: calc(35vw - 100px);
}
.home-page .case-study__slide-desc.left .desc-wrapper .case-study-title {
  text-align: right;
}
.home-page .case-study__slider {
  height: 100%;
}
.home-page .case-study__slider-wrapper {
  margin-top: -50px;
  z-index: 10;
}
.home-page .case-study__slider-nav {
  font-size: 0;
  text-align: center;
}
.home-page .case-study__slider-bullet {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  width: 21px;
  height: 2px;
  background-color: #ced1db;
  margin-right: 12px;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .home-page .case-study__slider-bullet {
    width: 32px;
    height: 3px;
  }
}
.home-page .case-study__slider-bullet--active {
  background-color: #001B33;
}
.home-page .case-study__slider-bullet:hover {
  background-color: #a2a8bb;
}
.home-page .case-study__slider-bullet:last-of-type {
  margin-right: 0;
}
.home-page .case-study__footer {
  padding: 60px 0 60px 0;
}
@media only screen and (min-width: 1200px) {
  .home-page .case-study__footer {
    padding: 70px 0 80px 0;
  }
}
.home-page .ai {
  height: 100vh;
  position: relative;
}
.home-page .ai:before {
  content: "";
  position: absolute;
  bottom: 16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 16px;
  height: 9px;
  background-image: url('../images/top-arrow.svg');
  background-repeat: no-repeat;
  z-index: 10;
}
.home-page .ai .header {
  padding: 0;
}
.home-page .ai .swiper-wrapper {
  z-index: 0;
}
.home-page .ai__title {
  font-size: 6vh;
  color: #ffffff;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  text-align: center;
}
.home-page .ai__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home-page .ai__content-wrapper {
  width: 80vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 80%;
}
.home-page .ai__content-col.flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  width: 100%;
}
.home-page .ai__content-col .ai01 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  background-image: url('../images/ai-01.png');
  width: 100%;
  background-position: bottom center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) {
  .home-page .ai__content-col .ai01 {
    background-image: url('../images/ai-02.png');
  }
}
@media only screen and (max-width: 767px) {
  .home-page .ai__content-col .ai01 {
    background-image: url('../images/ai-02.png');
  }
}
@media only screen and (min-width: 992px) {
  .home-page .ai__content-col .ai01 {
    background-image: url('../images/ai-01.png');
  }
}
.home-page .ai__content-col.equal {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  -ms-flex-line-pack: center;
      align-content: center;
}
@media only screen and (min-width: 768px) {
  .home-page .ai__content-col.equal {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
@media only screen and (max-width: 767px) {
  .home-page .ai__content-col.equal {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
@media only screen and (min-width: 992px) {
  .home-page .ai__content-col.equal {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
.home-page .ai__content-col.ai-desc {
  color: #fff;
  font-size: 3vh;
  line-height: 6vh;
}
.home-page .ai__content-col.ai-desc .title {
  padding-bottom: 20px;
  font-size: 32px;
}
.home-page .ai__content-col.ai-desc ul {
  margin-left: 30px;
  margin-bottom: 30px;
}
.home-page .ai__content-col.ai-desc ul li {
  position: relative;
  padding-left: 40px;
}
.home-page .ai__content-col.ai-desc ul li::before {
  display: block;
  content: '';
  background-image: url(/assets/images/checkmark.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 22px;
  height: 100%;
  background-position: 0 center;
  left: 0;
  top: 0;
  position: absolute;
}
.home-page .ai__content-col.ai02 {
  background-image: url('../images/ai-02.png');
  width: 50%;
  background-position: bottom center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) {
  .home-page .ai__content-col.ai02 {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .home-page .ai__content-col.ai02 {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .home-page .ai__content-col.ai02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.home-page .ai__slide {
  height: 100%;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .home-page .ai__slide {
    height: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .home-page .ai__slide {
    height: 100%;
  }
}
.home-page .ai__slide-txt {
  font-family: "Walsheim", "Helvetica", sans-serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.5;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (min-width: 992px) {
  .home-page .ai__slide-txt {
    font-size: 26px;
  }
}
@media only screen and (min-width: 1200px) {
  .home-page .ai__slide-txt {
    font-size: 32px;
  }
}
.home-page .ai__slide-bg {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.home-page .ai__slide-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.home-page .ai__slide-video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  background-color: #001B33;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home-page .ai__slide-video .video-wrapper {
  width: 45vw;
  margin-left: -25vw;
  -webkit-box-shadow: 12px 0 15px -4px rgba(77, 102, 134, 0), -12px 4px 8px -4px rgba(239, 239, 239, 0.8);
          box-shadow: 12px 0 15px -4px rgba(77, 102, 134, 0), -12px 4px 8px -4px rgba(239, 239, 239, 0.8);
}
.home-page .ai__slide-video.left .video-wrapper {
  width: 45vw;
  margin-left: 5vw;
  margin-right: -35vw;
  -webkit-box-shadow: -12px 0 15px -4px rgba(77, 102, 134, 0), 12px 4px 8px -4px rgba(239, 239, 239, 0.8);
          box-shadow: -12px 0 15px -4px rgba(77, 102, 134, 0), 12px 4px 8px -4px rgba(239, 239, 239, 0.8);
}
.home-page .ai__slide-video video {
  width: 100%;
  display: block;
}
.home-page .ai__slide-desc {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
}
.home-page .ai__slide-desc .desc-wrapper {
  width: 40vw;
  margin-top: 100px;
  margin-left: 98px;
  display: block;
}
.home-page .ai__slide-desc.left .desc-wrapper {
  margin-left: calc(35vw - 100px);
}
.home-page .ai__slide-desc.left .desc-wrapper .case-study-title {
  text-align: right;
}
.home-page .ai__slider {
  height: 100%;
}
.home-page .ai__slider-wrapper {
  margin-top: -50px;
  z-index: 10;
}
.home-page .ai__slider-nav {
  font-size: 0;
  text-align: center;
}
.home-page .ai__slider-bullet {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  width: 21px;
  height: 2px;
  background-color: #ced1db;
  margin-right: 12px;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .home-page .ai__slider-bullet {
    width: 32px;
    height: 3px;
  }
}
.home-page .ai__slider-bullet--active {
  background-color: #001B33;
}
.home-page .ai__slider-bullet:hover {
  background-color: #a2a8bb;
}
.home-page .ai__slider-bullet:last-of-type {
  margin-right: 0;
}
.home-page .ai__footer {
  padding: 60px 0 60px 0;
}
@media only screen and (min-width: 1200px) {
  .home-page .ai__footer {
    padding: 70px 0 80px 0;
  }
}
.flip-image {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
@-webkit-keyframes gradient-animation {
  0% {
    background: linear-gradient(45deg, #eb00ea, #002749, #38b2ba);
  }
  50% {
    background: -webkit-gradient(linear, left top, left bottom, from(#eb00ea), color-stop(#002749), to(#38b2ba));
    background: linear-gradient(180deg, #eb00ea, #002749, #38b2ba);
  }
  100% {
    background: -webkit-gradient(linear, left bottom, left top, from(#eb00ea), color-stop(#002749), to(#38b2ba));
    background: linear-gradient(360deg, #eb00ea, #002749, #38b2ba);
  }
}
@keyframes gradient-animation {
  0% {
    background: linear-gradient(45deg, #eb00ea, #002749, #38b2ba);
  }
  50% {
    background: -webkit-gradient(linear, left top, left bottom, from(#eb00ea), color-stop(#002749), to(#38b2ba));
    background: linear-gradient(180deg, #eb00ea, #002749, #38b2ba);
  }
  100% {
    background: -webkit-gradient(linear, left bottom, left top, from(#eb00ea), color-stop(#002749), to(#38b2ba));
    background: linear-gradient(360deg, #eb00ea, #002749, #38b2ba);
  }
}
@-webkit-keyframes rotate-gradient {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate-gradient {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes bounce {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.ai-button {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 14px 18px;
  color: #ffffff;
  border-radius: 30px;
  font-family: inherit;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  -webkit-animation: pulse 3s infinite;
          animation: pulse 3s infinite;
}
.ai-button:after {
  content: '';
  display: block;
  z-index: -1;
  position: absolute;
  top: -7rem;
  right: 0;
  bottom: -7rem;
  left: 0;
  background-image: linear-gradient(45deg, #eb00ea 30%, #002749, #38b2ba);
  -webkit-animation: rotate-gradient linear 5s infinite;
          animation: rotate-gradient linear 5s infinite;
}
.ai-button {
  margin-bottom: 60px;
}
.ai-button .ai-chat-icon {
  background-image: url(../images/ai.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
}
.ai-button .ai-label {
  margin-left: 8px;
}
.ai-button:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(26, 167, 220, 0.6);
            box-shadow: 0 0 0 0 rgba(26, 167, 220, 0.6);
  }
  70% {
    -webkit-box-shadow: 0 0 0 12px rgba(26, 167, 220, 0);
            box-shadow: 0 0 0 12px rgba(26, 167, 220, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(26, 167, 220, 0);
            box-shadow: 0 0 0 0 rgba(26, 167, 220, 0);
  }
}
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(26, 167, 220, 0.6);
            box-shadow: 0 0 0 0 rgba(26, 167, 220, 0.6);
  }
  70% {
    -webkit-box-shadow: 0 0 0 12px rgba(26, 167, 220, 0);
            box-shadow: 0 0 0 12px rgba(26, 167, 220, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(26, 167, 220, 0);
            box-shadow: 0 0 0 0 rgba(26, 167, 220, 0);
  }
}
.text-center {
  text-align: center;
}
.pricing-page .section__scroll-arrow {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 16px;
  height: 9px;
  background-image: url('../images/top-arrow.svg');
  background-repeat: no-repeat;
  z-index: 1;
}
.pricing-page .bg-light .section__scroll-arrow {
  background-image: url('../images/top-arrow-dark.svg');
}
.pricing-page .pricing {
  position: relative;
  background-color: #001B33;
  font-size: 0;
  overflow: hidden;
  min-height: 700px;
}
.pricing-page .pricing__buttons {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.pricing-page .pricing__audience-selector {
  border: 2px solid transparent;
  width: 180px;
  cursor: pointer;
  float: right;
}
.pricing-page .pricing__audience-selector:hover .pricing__audience {
  border-color: #000000;
  background-color: #03fcff;
}
.pricing-page .pricing__audience-selector:hover .pricing__audience-desc {
  color: #000000;
}
.pricing-page .pricing__audience-selector:hover .pricing__audience svg path {
  fill: #000000;
}
.pricing-page .pricing__audience-selector:hover .pricing__audience svg .stroke-class {
  stroke: #000000;
}
.pricing-page .pricing__audience {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 1px solid #ced1db;
  padding: 20px;
  margin: 10px auto;
  -webkit-transition: all 100ms ease-in;
  transition: all 100ms ease-in;
  padding-top: 25%;
}
.pricing-page .pricing__audience img {
  max-width: 40px;
  max-height: 40px;
}
.pricing-page .pricing__audience svg path {
  fill: #03fcff;
}
.pricing-page .pricing__audience svg .stroke-class {
  stroke: #03fcff;
}
.pricing-page .pricing__audience-desc {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.57;
  color: #fff;
  margin-top: 10px;
}
.pricing-page .pricing__location-selector {
  border: 1px solid transparent;
  width: 400px;
  margin-top: 50px;
  background-repeat: no-repeat;
  background-position: 20px center;
  background-size: 0;
  -webkit-transition: all 300ms ease, border-color 500ms ease, background-size 1s ease-out, background-size 100ms ease-in;
  transition: all 300ms ease, border-color 500ms ease, background-size 1s ease-out, background-size 100ms ease-in;
}
.pricing-page .pricing__location-selector:before {
  content: "in";
  display: block;
  font-size: 26px;
  color: #fff;
  float: left;
  margin-left: -38px;
  line-height: 55px;
}
.pricing-page .pricing__location-selector:hover {
  background-image: url('../images/accounts2.svg');
  background-size: 30px;
  border-color: #ced1db;
}
.pricing-page .pricing__location-selector:hover .pricing__location {
  width: 100%;
  font-size: 20px;
}
.pricing-page .pricing__location {
  width: 0;
  font-size: 26px;
  font-weight: normal;
  line-height: 28px;
  color: #fff;
  padding: 14px;
  -webkit-transition: all 100ms ease-in;
  transition: all 100ms ease-in;
  white-space: nowrap;
}
.pricing-page .pricing__btn--wizard {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  min-width: 310px;
  height: 70px;
  line-height: 70px;
  background-color: #03fcff;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 4px;
  text-align: center;
  text-transform: uppercase;
  color: #001B33;
  margin-top: 20px;
  margin-bottom: 60px;
  display: none;
}
.pricing-page .pricing__btn--wizard:hover {
  background-color: #fff;
  color: #03fcff;
}
@media only screen and (min-width: 768px) {
  .pricing-page .pricing__btn--wizard {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 992px) {
  .pricing-page .pricing__btn--wizard {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .pricing-page .pricing__btn--wizard {
    margin-top: 0;
  }
}
.pricing-page .pricing__btn--wizard.pricing__btn--visible {
  display: inline-block;
}
.pricing-page .pricing__disclaimer {
  font-size: 14px;
  color: #fff;
  padding: 20px;
}
.pricing-page .pricing__slider-nav {
  font-size: 0;
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .pricing-page .pricing__slider-nav {
    text-align: left;
  }
}
.pricing-page .pricing__slider-bullet {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  width: 21px;
  height: 2px;
  background-color: #ced1db;
  margin-right: 12px;
  cursor: pointer;
  pointer-events: auto;
}
@media only screen and (min-width: 768px) {
  .pricing-page .pricing__slider-bullet {
    width: 32px;
    height: 3px;
  }
}
.pricing-page .pricing__slider-bullet--active {
  background-color: #03fcff;
}
.pricing-page .pricing__slider-bullet:hover {
  background-color: #fafafb;
}
.pricing-page .pricing__slider-bullet:last-of-type {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .pricing-page .pricing .header {
    padding-top: 80px;
  }
}
@media only screen and (min-width: 768px) {
  .pricing-page .pricing .header {
    padding-top: 100px;
  }
}
.pricing-page .pricing #pricingSlider {
  max-width: 300px;
  margin: 0 auto;
  overflow: visible;
}
.pricing-page .pricing__container {
  text-align: center;
  padding: 30px 0;
}
@media only screen and (min-width: 768px) {
  .pricing-page .pricing__container {
    padding: 60px 0 40px 0;
  }
}
@media only screen and (min-width: 992px) {
  .pricing-page .pricing__container {
    padding: 90px 0 60px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .pricing-page .pricing__container {
    padding: 70px 0 80px 0;
  }
}
.pricing-page .pricing__headline {
  font-family: "Walsheim", "Helvetica", sans-serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  padding-bottom: 60px;
}
@media only screen and (min-width: 992px) {
  .pricing-page .pricing__headline {
    font-size: 26px;
  }
}
@media only screen and (min-width: 1200px) {
  .pricing-page .pricing__headline {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .pricing-page .pricing__headline {
    padding-bottom: 30px;
    padding-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .pricing-page .pricing__headline {
    padding-bottom: 30px;
    padding-top: 0;
  }
}
@media only screen and (min-width: 992px) {
  .pricing-page .pricing__headline {
    padding-bottom: 70px;
  }
}
@media only screen and (min-width: 1200px) {
  .pricing-page .pricing__headline {
    padding-bottom: 80px;
  }
}
.pricing-page .pricing__btn {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  min-width: 310px;
  height: 70px;
  line-height: 70px;
  background-color: #03fcff;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 4px;
  text-align: center;
  text-transform: uppercase;
  color: #001B33;
  min-width: 260px;
  margin-top: 10px;
}
.pricing-page .pricing__btn:hover {
  background-color: #fff;
  color: #03fcff;
}
@media only screen and (max-width: 767px) {
  .pricing-page .pricing__btn {
    min-width: 260px;
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .pricing-page .pricing__btn {
    min-width: 260px;
    margin-top: 10px;
  }
}
@media only screen and (min-width: 992px) {
  .pricing-page .pricing__btn {
    min-width: 260px;
    margin-top: 10px;
  }
}
@media only screen and (min-width: 1200px) {
  .pricing-page .pricing__btn {
    min-width: 260px;
    margin-top: 10px;
  }
}
.pricing-page .pricing__plans {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.pricing-page .pricing__plans-free {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
}
.pricing-page .pricing__plans-pro {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
}
.pricing-page .pricing__plans-all {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pricing-page .pricing__plans-title {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 4px;
  line-height: 1.25;
  text-transform: uppercase;
  color: #fff;
  margin-top: -20px;
}
.pricing-page .pricing__box {
  width: 130px;
  height: 130px;
  border: solid 1px #fff;
  border-radius: 9999px;
  position: relative;
  display: inline-block;
}
@media only screen and (min-width: 992px) {
  .pricing-page .pricing__box {
    width: 130px;
    height: 130px;
  }
}
@media only screen and (min-width: 1200px) {
  .pricing-page .pricing__box {
    width: 130px;
    height: 130px;
  }
}
.pricing-page .pricing__box-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  height: 100%;
  position: relative;
  margin: 0 auto 20px;
}
@media only screen and (max-width: 767px) {
  .pricing-page .pricing__box-wrapper {
    width: 100%;
  }
}
.pricing-page .pricing__box-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}
.pricing-page .pricing__box-cta {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
}
.pricing-page .pricing__box-plan {
  font-family: "Walsheim", "Helvetica", sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.57;
  color: #03fcff;
  font-weight: 500;
  margin: 30px auto 0 auto;
  max-width: 170px;
  font-size: 40px;
}
@media only screen and (min-width: 768px) {
  .pricing-page .pricing__box-plan {
    font-size: 16px;
    line-height: 1.25;
  }
}
@media only screen and (max-width: 767px) {
  .pricing-page .pricing__box-plan {
    max-width: 230px;
    font-size: 40px;
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .pricing-page .pricing__box-plan {
    max-width: 230px;
    font-size: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .pricing-page .pricing__box-plan {
    margin-top: 40px;
    max-width: 300px;
    font-size: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .pricing-page .pricing__box-plan {
    margin-top: 40px;
    font-size: 40px;
  }
}
.pricing-page .pricing__box-title {
  font-size: 28px;
  text-align: center;
  width: 100%;
  line-height: 48px;
  color: #03fcff;
}
.pricing-page .pricing__box-icon {
  margin: 0 auto;
  max-width: 45px;
  height: 50px;
}
@media only screen and (min-width: 768px) {
  .pricing-page .pricing__box-icon {
    max-width: 54px;
    height: 50px;
  }
}
.pricing-page .pricing__box-icon img {
  width: 100%;
  height: 100%;
}
.pricing-page .pricing__box-bottomline {
  font-family: "Walsheim", "Helvetica", sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.57;
  color: #fff;
  margin: 0 auto 30px auto;
  max-width: 170px;
  font-size: 18px;
}
@media only screen and (min-width: 768px) {
  .pricing-page .pricing__box-bottomline {
    font-size: 16px;
    line-height: 1.25;
  }
}
@media only screen and (min-width: 768px) {
  .pricing-page .pricing__box-bottomline {
    max-width: 230px;
    font-size: 18px;
  }
}
@media only screen and (min-width: 992px) {
  .pricing-page .pricing__box-bottomline {
    max-width: 300px;
    font-size: 18px;
  }
}
@media only screen and (min-width: 1200px) {
  .pricing-page .pricing__box-bottomline {
    font-size: 18px;
  }
}
.pricing-page .pricing__box-headline {
  font-family: "Walsheim", "Helvetica", sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.57;
  color: #fff;
  text-align: left;
  margin: 20px auto 20px auto;
  font-size: 20px;
  max-width: 200px;
}
@media only screen and (min-width: 768px) {
  .pricing-page .pricing__box-headline {
    font-size: 16px;
    line-height: 1.25;
  }
}
@media only screen and (min-width: 768px) {
  .pricing-page .pricing__box-headline {
    max-width: 230px;
    font-size: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .pricing-page .pricing__box-headline {
    margin-top: 40px;
    max-width: 230px;
    font-size: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .pricing-page .pricing__box-headline {
    margin-top: 40px;
    font-size: 20px;
  }
}
.pricing-page .pricing__box-desc {
  font-family: "Walsheim", "Helvetica", sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.57;
  color: #fff;
  text-align: left;
  margin: 0 auto 30px auto;
  max-width: 200px;
  font-size: 16px;
}
@media only screen and (min-width: 768px) {
  .pricing-page .pricing__box-desc {
    font-size: 16px;
    line-height: 1.25;
  }
}
@media only screen and (min-width: 768px) {
  .pricing-page .pricing__box-desc {
    max-width: 230px;
    font-size: 16px;
  }
}
@media only screen and (min-width: 992px) {
  .pricing-page .pricing__box-desc {
    max-width: 230px;
    font-size: 16px;
  }
}
@media only screen and (min-width: 1200px) {
  .pricing-page .pricing__box-desc {
    font-size: 16px;
  }
}
.pricing-page .pricing__box-features {
  font-family: "Walsheim", "Helvetica", sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.57;
  color: #fff;
  text-align: left;
  width: 300px;
  margin: 20px auto 0;
}
@media only screen and (min-width: 768px) {
  .pricing-page .pricing__box-features {
    font-size: 16px;
    line-height: 1.25;
  }
}
.pricing-page .pricing__box-features li {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1.5;
  background: url('../images/blue-dot.png') no-repeat;
  background-position: 0px 8px;
  background-size: 8px;
  padding-left: 18px;
}
@media only screen and (max-width: 767px) {
  .pricing-page .pricing__box-features {
    max-width: 200px;
  }
}
@media only screen and (min-width: 768px) {
  .pricing-page .pricing__box-features {
    max-width: 230px;
  }
}
.pricing-page .pricing__box-level2 {
  font-family: "Walsheim", "Helvetica", sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.57;
  color: #fff;
  margin-left: 30px;
}
@media only screen and (min-width: 768px) {
  .pricing-page .pricing__box-level2 {
    font-size: 16px;
    line-height: 1.25;
  }
}
.pricing-page .pricing__box-level2 li {
  background: none;
}
.pricing-page .pricing__box-level2 li::before {
  content: "• ";
  color: #03fcff;
  margin-left: -10px;
}
.pricing-page .pricing__box-price {
  color: #03fcff;
  font-size: 32px;
  margin: 32px;
  font-weight: 600;
  min-height: 50px;
}
.pricing-page .pricing__box-price.free {
  font-size: 20px;
  line-height: 50px;
}
.pricing-page .pricing__box-price small {
  display: block;
  font-size: 14px;
  line-height: 18px;
}
.pricing-page .pricing__package {
  width: 130px;
  height: 130px;
  border: solid 1px #fff;
  border-radius: 9999px;
  position: relative;
  display: inline-block;
}
@media only screen and (min-width: 992px) {
  .pricing-page .pricing__package {
    width: 130px;
    height: 130px;
  }
}
@media only screen and (min-width: 1200px) {
  .pricing-page .pricing__package {
    width: 130px;
    height: 130px;
  }
}
.pricing-page .pricing__package-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50%;
  text-align: center;
  height: 100%;
  position: relative;
  margin: 0 auto 20px;
  padding: 0 15px;
}
@media only screen and (max-width: 767px) {
  .pricing-page .pricing__package-wrapper {
    width: 100%;
  }
}
.pricing-page .pricing__package-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  border: 1px solid #ced1db;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.pricing-page .pricing__package-content--selected {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.pricing-page .pricing__package-content--selected .pricing__package-select {
  background-color: #ffffff;
  color: #001B33;
  pointer-events: none;
}
.pricing-page .pricing__package-content--selected .pricing__package-select span {
  display: none;
}
.pricing-page .pricing__package-content--selected .pricing__package-select:after {
  content: 'SELECTED';
}
.pricing-page .pricing__package-select {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  min-width: 310px;
  line-height: 70px;
  background-color: #03fcff;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 4px;
  text-align: center;
  text-transform: uppercase;
  color: #001B33;
  width: 80%;
  height: 70px;
  display: block;
  margin: 0 auto;
  min-width: 100px;
}
.pricing-page .pricing__package-select:hover {
  background-color: #fff;
  color: #03fcff;
}
.pricing-page .pricing__package-plan {
  font-family: "Walsheim", "Helvetica", sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.57;
  color: #03fcff;
  font-weight: 500;
  margin: 30px auto 0 auto;
  max-width: 170px;
  font-size: 40px;
}
@media only screen and (min-width: 768px) {
  .pricing-page .pricing__package-plan {
    font-size: 16px;
    line-height: 1.25;
  }
}
@media only screen and (max-width: 767px) {
  .pricing-page .pricing__package-plan {
    max-width: 230px;
    font-size: 40px;
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .pricing-page .pricing__package-plan {
    max-width: 230px;
    font-size: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .pricing-page .pricing__package-plan {
    margin-top: 40px;
    max-width: 300px;
    font-size: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .pricing-page .pricing__package-plan {
    margin-top: 40px;
    font-size: 40px;
  }
}
.pricing-page .pricing__package-title {
  font-size: 28px;
  text-align: center;
  width: 100%;
  line-height: 48px;
  color: #03fcff;
}
.pricing-page .pricing__package-icon {
  margin: 0 auto;
  max-width: 45px;
  height: 50px;
}
@media only screen and (min-width: 768px) {
  .pricing-page .pricing__package-icon {
    max-width: 54px;
    height: 50px;
  }
}
.pricing-page .pricing__package-icon img {
  width: 100%;
  height: 100%;
}
.pricing-page .pricing__package-desc {
  font-family: "Walsheim", "Helvetica", sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.57;
  color: #fff;
  margin: 0 auto 30px auto;
  max-width: 170px;
  font-size: 18px;
}
@media only screen and (min-width: 768px) {
  .pricing-page .pricing__package-desc {
    font-size: 16px;
    line-height: 1.25;
  }
}
@media only screen and (min-width: 768px) {
  .pricing-page .pricing__package-desc {
    max-width: 230px;
    font-size: 18px;
  }
}
@media only screen and (min-width: 992px) {
  .pricing-page .pricing__package-desc {
    max-width: 300px;
    font-size: 18px;
  }
}
@media only screen and (min-width: 1200px) {
  .pricing-page .pricing__package-desc {
    font-size: 18px;
  }
}
.pricing-page .pricing__package-headline {
  font-family: "Walsheim", "Helvetica", sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.57;
  color: #03fcff;
  margin: 30px auto 0 auto;
  max-width: 170px;
}
@media only screen and (min-width: 768px) {
  .pricing-page .pricing__package-headline {
    font-size: 16px;
    line-height: 1.25;
  }
}
@media only screen and (min-width: 768px) {
  .pricing-page .pricing__package-headline {
    max-width: 230px;
    font-size: 18px;
  }
}
@media only screen and (min-width: 992px) {
  .pricing-page .pricing__package-headline {
    margin-top: 40px;
    max-width: 300px;
    font-size: 18px;
  }
}
@media only screen and (min-width: 1200px) {
  .pricing-page .pricing__package-headline {
    margin-top: 40px;
    font-size: 18px;
  }
}
.pricing-page .pricing__package-features {
  font-family: "Walsheim", "Helvetica", sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.57;
  color: #fff;
  text-align: left;
  width: 300px;
  margin: 20px auto 0;
}
@media only screen and (min-width: 768px) {
  .pricing-page .pricing__package-features {
    font-size: 16px;
    line-height: 1.25;
  }
}
.pricing-page .pricing__package-features li {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1.5;
  background: url('../images/blue-dot.png') no-repeat;
  background-position: 0px 8px;
  background-size: 8px;
  padding-left: 18px;
}
@media only screen and (max-width: 767px) {
  .pricing-page .pricing__package-features {
    max-width: 200px;
  }
}
@media only screen and (min-width: 768px) {
  .pricing-page .pricing__package-features {
    max-width: 230px;
  }
}
.pricing-page .pricing__package-level2 {
  font-family: "Walsheim", "Helvetica", sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.57;
  color: #fff;
  margin-left: 30px;
}
@media only screen and (min-width: 768px) {
  .pricing-page .pricing__package-level2 {
    font-size: 16px;
    line-height: 1.25;
  }
}
.pricing-page .pricing__package-level2 li {
  background: none;
}
.pricing-page .pricing__package-level2 li::before {
  content: "• ";
  color: #03fcff;
  margin-left: -10px;
}
.pricing-page .pricing__package-desc strong {
  font-weight: 700;
}
.pricing-page .pricing__package-price {
  color: #03fcff;
  font-size: 40px;
  margin: 40px 32px;
  font-weight: 600;
  min-height: 50px;
}
.pricing-page .pricing__package-price.free {
  font-size: 20px;
  line-height: 50px;
}
.pricing-page .pricing__package-price small {
  display: block;
  font-size: 14px;
  line-height: 18px;
}
.pricing-page .pricing__remarks {
  font-size: 12px;
  text-align: left;
  color: #ffffff;
}
.pricing-page .pricing .swiper-slide {
  height: auto !important;
}
.pricing-page .packages {
  position: relative;
  font-size: 0;
  overflow: hidden;
  min-height: 100vh;
}
.pricing-page .packages:before {
  content: "";
  position: absolute;
  bottom: 16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 16px;
  height: 9px;
  background-image: url('../images/top-arrow.svg');
  background-repeat: no-repeat;
  z-index: 10;
}
.pricing-page .packages__slider-nav {
  font-size: 0;
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .pricing-page .packages__slider-nav {
    text-align: left;
  }
}
.pricing-page .packages__slider-bullet {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  width: 21px;
  height: 2px;
  background-color: #ced1db;
  margin-right: 12px;
  cursor: pointer;
  pointer-events: auto;
}
@media only screen and (min-width: 768px) {
  .pricing-page .packages__slider-bullet {
    width: 32px;
    height: 3px;
  }
}
.pricing-page .packages__slider-bullet--active {
  background-color: #03fcff;
}
.pricing-page .packages__slider-bullet:hover {
  background-color: #fafafb;
}
.pricing-page .packages__slider-bullet:last-of-type {
  margin-right: 0;
}
.pricing-page .packages #packagesSlider {
  max-width: 200px;
  margin: 0 auto;
  overflow: visible;
}
.pricing-page .packages__container {
  text-align: center;
  padding: 30px 0;
}
@media only screen and (min-width: 768px) {
  .pricing-page .packages__container {
    padding: 60px 0 40px 0;
  }
}
@media only screen and (min-width: 992px) {
  .pricing-page .packages__container {
    padding: 90px 0 60px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .pricing-page .packages__container {
    padding: 120px 0 80px 0;
  }
}
.pricing-page .packages__headline {
  font-family: "Walsheim", "Helvetica", sans-serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.5;
  color: #001B33;
  text-align: center;
  padding-bottom: 60px;
}
@media only screen and (min-width: 992px) {
  .pricing-page .packages__headline {
    font-size: 26px;
  }
}
@media only screen and (min-width: 1200px) {
  .pricing-page .packages__headline {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .pricing-page .packages__headline {
    font-size: 16px;
    padding-bottom: 28px;
  }
}
@media only screen and (min-width: 992px) {
  .pricing-page .packages__headline {
    padding-bottom: 70px;
  }
}
@media only screen and (min-width: 1200px) {
  .pricing-page .packages__headline {
    padding-bottom: 80px;
  }
}
.pricing-page .packages__btn {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  min-width: 310px;
  height: 70px;
  line-height: 70px;
  background-color: #03fcff;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 4px;
  text-align: center;
  text-transform: uppercase;
  color: #001B33;
  margin-top: 40px;
}
.pricing-page .packages__btn:hover {
  background-color: #fff;
  color: #03fcff;
}
@media only screen and (min-width: 768px) {
  .pricing-page .packages__btn {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .pricing-page .packages__btn {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .pricing-page .packages__btn {
    margin-top: 40px;
  }
}
.pricing-page .packages__box {
  width: 130px;
  height: 130px;
  border: solid 1px #001B33;
  border-radius: 9999px;
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media only screen and (min-width: 992px) {
  .pricing-page .packages__box {
    width: 130px;
    height: 130px;
  }
}
@media only screen and (min-width: 1200px) {
  .pricing-page .packages__box {
    width: 130px;
    height: 130px;
  }
}
.pricing-page .packages__box-wrapper {
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .pricing-page .packages__box-wrapper {
    width: 18%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0;
  }
}
.pricing-page .packages__box-content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
}
.pricing-page .packages__box-title {
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  width: 100%;
  line-height: 48px;
  color: #001B33;
}
.pricing-page .packages__box-subtitle {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  width: 100%;
  line-height: 16px;
  color: #001B33;
}
.pricing-page .packages__box:hover {
  background-color: #001B33;
}
.pricing-page .packages__box:hover .packages__box-title {
  color: #03fcff;
}
.pricing-page .packages__box:hover .packages__box-subtitle {
  color: #fff;
}
.pricing-page .packages__box-desc {
  font-family: "Walsheim", "Helvetica", sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.57;
  color: #001B33;
  margin: 30px auto 0 auto;
  max-width: 170px;
}
@media only screen and (min-width: 768px) {
  .pricing-page .packages__box-desc {
    font-size: 16px;
    line-height: 1.25;
  }
}
@media only screen and (min-width: 768px) {
  .pricing-page .packages__box-desc {
    max-width: 230px;
  }
}
@media only screen and (min-width: 992px) {
  .pricing-page .packages__box-desc {
    margin-top: 16px;
    max-width: 300px;
  }
}
@media only screen and (min-width: 1200px) {
  .pricing-page .packages__box-desc {
    margin-top: 16px;
  }
}
.pricing-page .packages__box-desc strong {
  font-weight: 700;
}
.pricing-page .packages__box-headline {
  font-family: "Walsheim", "Helvetica", sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.57;
  color: #001B33;
  margin: 30px auto 0 auto;
  max-width: 170px;
}
@media only screen and (min-width: 768px) {
  .pricing-page .packages__box-headline {
    font-size: 16px;
    line-height: 1.25;
  }
}
@media only screen and (min-width: 768px) {
  .pricing-page .packages__box-headline {
    max-width: 230px;
    font-size: 18px;
  }
}
@media only screen and (min-width: 992px) {
  .pricing-page .packages__box-headline {
    margin-top: 40px;
    max-width: 300px;
    font-size: 18px;
  }
}
@media only screen and (min-width: 1200px) {
  .pricing-page .packages__box-headline {
    margin-top: 40px;
    font-size: 18px;
  }
}
.pricing-page .packages__box-features {
  font-family: "Walsheim", "Helvetica", sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.57;
  color: #001B33;
  text-align: left;
  width: 300px;
  margin: 20px auto 0;
}
@media only screen and (min-width: 768px) {
  .pricing-page .packages__box-features {
    font-size: 16px;
    line-height: 1.25;
  }
}
.pricing-page .packages__box-features li {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1.5;
}
.pricing-page .packages__box-features li::before {
  content: "⚫ ";
  color: #03fcff;
  margin-left: -20px;
  margin-right: 6px;
}
.pricing-page .packages__box-level2 {
  font-family: "Walsheim", "Helvetica", sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.57;
  color: #001B33;
  margin-left: 30px;
}
@media only screen and (min-width: 768px) {
  .pricing-page .packages__box-level2 {
    font-size: 16px;
    line-height: 1.25;
  }
}
.pricing-page .packages__box-level2 li::before {
  content: "• ";
  color: #03fcff;
  margin-left: -10px;
}
.pricing-page .packages__box-price {
  color: #03fcff;
  font-size: 32px;
  margin: 15px;
  font-weight: 600;
}
.pricing-page .packages__box-price small {
  display: block;
  font-size: 14px;
  line-height: 18px;
}
.pricing-page .packages__bottomline {
  font-family: "Walsheim", "Helvetica", sans-serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.5;
  color: #001B33;
  text-align: center;
  padding-top: 80px;
  padding-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .pricing-page .packages__bottomline {
    font-size: 26px;
  }
}
@media only screen and (min-width: 1200px) {
  .pricing-page .packages__bottomline {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .pricing-page .packages__bottomline {
    font-size: 16px;
  }
}
@media only screen and (min-width: 992px) {
  .pricing-page .packages__bottomline {
    padding-top: 70px;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .pricing-page .packages__bottomline {
    padding-top: 80px;
    padding-bottom: 0;
  }
}
