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

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

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=ba745229b912691ab229ea4be66cd3b3)
 * Config saved to config.json and https://gist.github.com/ba745229b912691ab229ea4be66cd3b3
 */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

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

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

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

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

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff; }

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

a {
  color: #337ab7;
  text-decoration: none; }

a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline; }

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

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

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

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

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

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

@media only screen and (max-width: 768px) {
  .hidden-xs {
    display: none; } }

.visible-xs {
  display: none; }
  @media only screen and (max-width: 768px) {
    .visible-xs {
      display: block; } }

form.simple_form .linedwrap {
  border: 0; }
form.simple_form .error_notification {
  color: #FFFFFF;
  margin-top: 0; }
form.simple_form .form-inputs div.field-comment span {
  font-style: italic;
  font-size: 90%;
  color: #DD8629; }
form.simple_form .form-inputs h2, form.simple_form .form-inputs h3, form.simple_form .form-inputs h4 {
  margin: 30px 0 20px 0;
  border-bottom: 1px solid #EEEEEE; }
form.simple_form .form-inputs h2.compact, form.simple_form .form-inputs h3.compact, form.simple_form .form-inputs h4.compact {
  margin: 0 0 20px 0; }
form.simple_form .form-inputs.with-seperator {
  border-bottom: 1px dotted #EEEEEE; }
form.simple_form .form-inputs div.input, form.simple_form .form-inputs div.custom-inputs {
  margin: 8px 0; }
  form.simple_form .form-inputs div.input span.error, form.simple_form .form-inputs div.custom-inputs span.error {
    color: #FFFFFF;
    margin-left: 10px; }
  form.simple_form .form-inputs div.input label, form.simple_form .form-inputs div.custom-inputs label {
    color: white;
    float: left;
    width: 170px;
    margin-right: 20px; }
    form.simple_form .form-inputs div.input label abbr[title], form.simple_form .form-inputs div.custom-inputs label abbr[title] {
      display: none; }
  form.simple_form .form-inputs div.input div.input-prepend, form.simple_form .form-inputs div.custom-inputs div.input-prepend {
    display: inline-block;
    margin: 0; }
    form.simple_form .form-inputs div.input div.input-prepend input, form.simple_form .form-inputs div.input div.input-prepend textarea, form.simple_form .form-inputs div.input div.input-prepend select, form.simple_form .form-inputs div.custom-inputs div.input-prepend input, form.simple_form .form-inputs div.custom-inputs div.input-prepend textarea, form.simple_form .form-inputs div.custom-inputs div.input-prepend select {
      border: 1px solid #0071BC;
      width: 300px;
      padding: 5px;
      background-color: #F8F8F8; }
      form.simple_form .form-inputs div.input div.input-prepend input:focus, form.simple_form .form-inputs div.input div.input-prepend textarea:focus, form.simple_form .form-inputs div.input div.input-prepend select:focus, form.simple_form .form-inputs div.custom-inputs div.input-prepend input:focus, form.simple_form .form-inputs div.custom-inputs div.input-prepend textarea:focus, form.simple_form .form-inputs div.custom-inputs div.input-prepend select:focus {
        outline: 0 none;
        background-color: white; }
    form.simple_form .form-inputs div.input div.input-prepend input.datetime.part-missing, form.simple_form .form-inputs div.custom-inputs div.input-prepend input.datetime.part-missing {
      border: 1px solid #FFFFFF; }
  form.simple_form .form-inputs div.input input, form.simple_form .form-inputs div.input textarea, form.simple_form .form-inputs div.input select, form.simple_form .form-inputs div.custom-inputs input, form.simple_form .form-inputs div.custom-inputs textarea, form.simple_form .form-inputs div.custom-inputs select {
    border: 1px solid #0071BC;
    width: 300px;
    padding: 5px;
    background-color: #F8F8F8; }
    form.simple_form .form-inputs div.input input:focus, form.simple_form .form-inputs div.input textarea:focus, form.simple_form .form-inputs div.input select:focus, form.simple_form .form-inputs div.custom-inputs input:focus, form.simple_form .form-inputs div.custom-inputs textarea:focus, form.simple_form .form-inputs div.custom-inputs select:focus {
      outline: 0 none;
      background-color: white; }
  form.simple_form .form-inputs div.input.field_with_errors input, form.simple_form .form-inputs div.input.field_with_errors textarea, form.simple_form .form-inputs div.input.field_with_errors select, form.simple_form .form-inputs div.custom-inputs.field_with_errors input, form.simple_form .form-inputs div.custom-inputs.field_with_errors textarea, form.simple_form .form-inputs div.custom-inputs.field_with_errors select {
    border: 1px solid #FFFFFF; }
  form.simple_form .form-inputs div.input.field_with_errors input.untouched-border-color, form.simple_form .form-inputs div.input.field_with_errors textarea.untouched-border-color, form.simple_form .form-inputs div.input.field_with_errors select.untouched-border-color, form.simple_form .form-inputs div.custom-inputs.field_with_errors input.untouched-border-color, form.simple_form .form-inputs div.custom-inputs.field_with_errors textarea.untouched-border-color, form.simple_form .form-inputs div.custom-inputs.field_with_errors select.untouched-border-color {
    border-color: #BBB; }
  form.simple_form .form-inputs div.input.field_with_errors span.error, form.simple_form .form-inputs div.custom-inputs.field_with_errors span.error {
    color: #FFFFFF;
    margin-left: 10px; }
  form.simple_form .form-inputs div.input.field_with_errors label, form.simple_form .form-inputs div.custom-inputs.field_with_errors label {
    color: #FFFFFF; }
  form.simple_form .form-inputs div.input.field_with_errors div.input-prepend input, form.simple_form .form-inputs div.input.field_with_errors div.input-prepend textarea, form.simple_form .form-inputs div.input.field_with_errors div.input-prepend select, form.simple_form .form-inputs div.custom-inputs.field_with_errors div.input-prepend input, form.simple_form .form-inputs div.custom-inputs.field_with_errors div.input-prepend textarea, form.simple_form .form-inputs div.custom-inputs.field_with_errors div.input-prepend select {
    border: 1px solid #FFFFFF; }
  form.simple_form .form-inputs div.input.field_with_errors div.input-prepend input.untouched-border-color, form.simple_form .form-inputs div.input.field_with_errors div.input-prepend textarea.untouched-border-color, form.simple_form .form-inputs div.input.field_with_errors div.input-prepend select.untouched-border-color, form.simple_form .form-inputs div.custom-inputs.field_with_errors div.input-prepend input.untouched-border-color, form.simple_form .form-inputs div.custom-inputs.field_with_errors div.input-prepend textarea.untouched-border-color, form.simple_form .form-inputs div.custom-inputs.field_with_errors div.input-prepend select.untouched-border-color {
    border-color: #BBB; }
  form.simple_form .form-inputs div.input.field_with_errors div.input-prepend span.error, form.simple_form .form-inputs div.custom-inputs.field_with_errors div.input-prepend span.error {
    color: #FFFFFF;
    margin-left: 10px; }
  form.simple_form .form-inputs div.input a.input-btn, form.simple_form .form-inputs div.custom-inputs a.input-btn {
    display: inline-block;
    margin-left: 20px; }
  form.simple_form .form-inputs div.input.inline-block, form.simple_form .form-inputs div.custom-inputs.inline-block {
    display: inline-block;
    margin-top: 0; }
  form.simple_form .form-inputs div.input textarea.import-task-text-input, form.simple_form .form-inputs div.custom-inputs textarea.import-task-text-input {
    width: 90%;
    height: 200px; }
form.simple_form .form-inputs div.input.boolean label.checkbox {
  width: 300px;
  margin: 5px 0 15px 0; }
  form.simple_form .form-inputs div.input.boolean label.checkbox span a {
    color: #fff;
    text-decoration: underline; }
  form.simple_form .form-inputs div.input.boolean label.checkbox span a:hover {
    text-decoration: none; }
  form.simple_form .form-inputs div.input.boolean label.checkbox input {
    width: auto;
    float: right; }
form.simple_form .form-inputs div.input.phone .input-prepend {
  display: inline-block; }
  form.simple_form .form-inputs div.input.phone .input-prepend .phone-country-plus {
    display: inline-block;
    margin-right: 5px;
    width: 10px; }
  form.simple_form .form-inputs div.input.phone .input-prepend input:first-of-type {
    width: 110px;
    margin-right: 5px; }
  form.simple_form .form-inputs div.input.phone .input-prepend input:last-of-type {
    width: 170px; }
form.simple_form .form-actions {
  margin-top: 20px;
  padding-left: 190px; }
  form.simple_form .form-actions input[type=submit] {
    margin-right: 10px; }
  form.simple_form .form-actions a {
    color: #4C4C4C; }

.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.8) url("http://i.stack.imgur.com/FhHRx.gif") 50% 50% no-repeat; }

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading .modal {
  overflow: hidden; }

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modal {
  display: block; }

/* Base styles */
body, html {
  font-family: roboto, sans-serif;
  text-align: left;
  font-size: 14px;
  line-height: 16px;
  word-wrap: break-word;
  text-rendering: optimizeLegibility; }

.form-inputs > .vignette_customer_accept_tos:after {
  content: "";
  display: table;
  clear: both; }

/* Navbar styles */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 75px;
  border-bottom: 4px solid #FDAD0D;
  background: #087189;
  z-index: 300; }
  @media only screen and (max-width: 768px) {
    .navbar {
      height: 50px; } }
  .navbar .navbar-logo {
    width: 239px;
    height: 61px;
    margin-top: 4px; }
    .navbar .navbar-logo img {
      max-height: 100%;
      max-width: 100%; }
    @media only screen and (max-width: 768px) {
      .navbar .navbar-logo {
        height: 35px;
        line-height: 35px; } }
  .navbar .site-nav {
    margin-top: 5px;
    height: 65px;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .navbar .site-nav .login-link {
      padding-right: 20px;
      background: transparent url(/assets/vignette_landing_page/lock-ce4efcea4c41617a23c0a9da0e66672e8c38e1a369698c94f14fa0f458fbd44a.png) no-repeat center right;
      background-size: 17px 17px;
      font-size: 10px;
      color: white;
      float: right;
      line-height: 40px;
      text-decoration: none; }
      .navbar .site-nav .login-link:hover {
        background: transparent url(/assets/vignette_landing_page/lock-active-ec2fed801b0ad1821eb5ee4782800e19e11a290b7a3463d2efb131d370561329.png) no-repeat center right;
        color: #00FFFF; }
    .navbar .site-nav .header-language-switcher {
      float: right;
      position: relative;
      min-width: 95px;
      margin-left: 15px; }
      .navbar .site-nav .header-language-switcher.opened .header-language-item.current-lang:after {
        transform: translateY(-50%) rotate(180deg); }
      .navbar .site-nav .header-language-switcher .header-language-dropdown {
        display: none;
        height: 0;
        overflow: hidden;
        position: absolute;
        width: 100%;
        top: 100%;
        top: calc(100% + 5px);
        right: 0;
        background: white;
        border-radius: 4px;
        box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.2); }
        .navbar .site-nav .header-language-switcher .header-language-dropdown .header-language-item {
          margin-top: 5px; }
          .navbar .site-nav .header-language-switcher .header-language-dropdown .header-language-item:last-child {
            margin-bottom: 5px; }
          .navbar .site-nav .header-language-switcher .header-language-dropdown .header-language-item .language-item-name {
            color: #087189; }
      .navbar .site-nav .header-language-switcher .header-language-item {
        text-align: center;
        display: flex;
        flex-direction: column;
        cursor: pointer;
        text-decoration: none; }
        .navbar .site-nav .header-language-switcher .header-language-item:hover:not(.current-lang) .language-item-name {
          color: #3FA9F4; }
        .navbar .site-nav .header-language-switcher .header-language-item.current-lang {
          position: relative;
          padding-right: 13px; }
          .navbar .site-nav .header-language-switcher .header-language-item.current-lang:after {
            content: '';
            position: absolute;
            right: 3px;
            top: 50%;
            transform: translateY(-50%);
            transition: transform .2s;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 5px 3.5px 0 3.5px;
            border-color: #087189 transparent transparent transparent; }
        .navbar .site-nav .header-language-switcher .header-language-item .language-item-flag {
          height: 25px;
          width: 25px;
          position: relative;
          display: inline-block;
          margin: auto;
          vertical-align: middle; }
          .navbar .site-nav .header-language-switcher .header-language-item .language-item-flag.ru {
            background: transparent url(/assets/vignette_landing_page/ru-eb961ddfdb9b56d11235cd107e94842bffdc0e6fb66d4390eaeab8ed1f3c749d.png) no-repeat center;
            background-size: 23px; }
          .navbar .site-nav .header-language-switcher .header-language-item .language-item-flag.en {
            background: transparent url(/assets/vignette_landing_page/uk-52725b38ca51a8aeca2d8432a1f1063e06e376dd48d2279428923e1bc845abec.png) no-repeat center;
            background-size: 23px; }
          .navbar .site-nav .header-language-switcher .header-language-item .language-item-flag.lv {
            background: transparent url(/assets/vignette_landing_page/lv-bd6ec230982f1afba04f1f5dfc779869861aeaea262eff60e1283c194eba959d.png) no-repeat center;
            background-size: 23px; }
          .navbar .site-nav .header-language-switcher .header-language-item .language-item-flag.pl {
            background: transparent url(/assets/vignette_landing_page/pl-c3cf7ea1d99a8cfeff6313cf026cb0d90f7f19fcd470e66bd48cecd45ac98328.png) no-repeat center;
            background-size: 23px; }
          .navbar .site-nav .header-language-switcher .header-language-item .language-item-flag.lt {
            background: transparent url(/assets/vignette_landing_page/lt-805dbdf5dcc7a35d1dad549b58c4571ca6c3e74c5d85e56265ca3910efafef3b.png) no-repeat center;
            background-size: 23px; }
          .navbar .site-nav .header-language-switcher .header-language-item .language-item-flag.et {
            background: transparent url(/assets/vignette_landing_page/est-b70be8dabd3d5a50e21264c644a532412b8c8c3972352ef2e6a94a88afb431cd.png) no-repeat center;
            background-size: 23px; }
        .navbar .site-nav .header-language-switcher .header-language-item .language-item-name {
          color: white;
          font-size: 10px; }
    .navbar .site-nav .navbar-text {
      float: right;
      color: #087189;
      font-weight: 300;
      font-size: 13px;
      line-height: 25px; }
  .navbar .site-menu .site-menu-item-wrapper {
    width: 14.2857%;
    display: inline-block;
    float: left;
    text-align: center;
    text-decoration: none;
    color: white; }
    .navbar .site-menu .site-menu-item-wrapper:not(:last-of-type) {
      padding-right: 2px; }
    .navbar .site-menu .site-menu-item-wrapper .site-menu-item {
      color: white;
      text-decoration: none;
      display: block;
      font-size: 13px;
      font-weight: 300;
      white-space: nowrap; }
      .navbar .site-menu .site-menu-item-wrapper .site-menu-item:hover {
        color: #FDAD0D; }

.profiler-results.profiler-right {
  display: none !important; }

/* Burger icon */
.hamburger-menu-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  width: 50px; }

.hamburger-menu {
  position: absolute;
  top: 12px;
  right: 10px;
  margin: auto;
  width: 35px;
  height: 22px;
  cursor: pointer; }

.bar,
.bar:after,
.bar:before {
  width: 35px;
  height: 4px; }

.bar {
  position: relative;
  transform: translateY(9px);
  background: #3FA9F4;
  transition: all 0ms 300ms; }
  .bar.animate {
    background: rgba(255, 255, 255, 0); }

.bar:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 9px;
  background: #3FA9F4;
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1); }

.bar:after {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  background: #3FA9F4;
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1); }

.bar.animate:after {
  top: 0;
  transform: rotate(45deg);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1); }

.bar.animate:before {
  bottom: 0;
  transform: rotate(-45deg);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1); }

/* Mobile menu */
.mobile-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(63, 169, 244, 0.98);
  z-index: 200; }
  .mobile-menu .mobile-menu-links {
    text-align: center;
    list-style-type: none;
    padding-top: 80px;
    padding-bottom: 20px;
    max-height: 100%;
    overflow-y: scroll; }
    .mobile-menu .mobile-menu-links li {
      display: block; }
      .mobile-menu .mobile-menu-links li a {
        display: inline-block;
        font-size: 20px;
        font-weight: bold;
        color: white;
        padding: 12px 30px;
        text-decoration: none; }
        .mobile-menu .mobile-menu-links li a:hover, .mobile-menu .mobile-menu-links li a:focus {
          background: rgba(255, 255, 255, 0.1); }
        .mobile-menu .mobile-menu-links li a.language-item.ru {
          background: transparent url(/assets/vignette_landing_page/ru-eb961ddfdb9b56d11235cd107e94842bffdc0e6fb66d4390eaeab8ed1f3c749d.png) no-repeat center left;
          background-size: 23px; }
        .mobile-menu .mobile-menu-links li a.language-item.en {
          background: transparent url(/assets/vignette_landing_page/uk-52725b38ca51a8aeca2d8432a1f1063e06e376dd48d2279428923e1bc845abec.png) no-repeat center left;
          background-size: 23px; }
        .mobile-menu .mobile-menu-links li a.language-item.lv {
          background: transparent url(/assets/vignette_landing_page/lv-bd6ec230982f1afba04f1f5dfc779869861aeaea262eff60e1283c194eba959d.png) no-repeat center left;
          background-size: 23px; }
        .mobile-menu .mobile-menu-links li a.language-item.pl {
          background: transparent url(/assets/vignette_landing_page/pl-c3cf7ea1d99a8cfeff6313cf026cb0d90f7f19fcd470e66bd48cecd45ac98328.png) no-repeat center left;
          background-size: 23px; }
        .mobile-menu .mobile-menu-links li a.language-item.lt {
          background: transparent url(/assets/vignette_landing_page/lt-805dbdf5dcc7a35d1dad549b58c4571ca6c3e74c5d85e56265ca3910efafef3b.png) no-repeat center left;
          background-size: 23px; }
        .mobile-menu .mobile-menu-links li a.language-item.et {
          background: transparent url(/assets/vignette_landing_page/est-b70be8dabd3d5a50e21264c644a532412b8c8c3972352ef2e6a94a88afb431cd.png) no-repeat center left;
          background-size: 23px; }

/* Banner styles */
.banner {
  text-align: center; }
  .banner.top-banner {
    height: 460px;
    padding: 165px 0 30px 0; }
    @media only screen and (max-width: 991px) {
      .banner.top-banner {
        padding: 155px 0 30px 0; } }
    @media only screen and (max-width: 768px) {
      .banner.top-banner {
        height: 480px;
        padding: 80px 0 10px; } }
  .banner .container {
    position: relative; }
  .banner .banner-heading {
    text-shadow: 6px 6px 8px rgba(0, 0, 0, 0.5);
    box-shadow: none;
    background-color: transparent;
    color: white;
    text-align: center;
    font-size: 46px;
    line-height: 55px;
    font-family: roboto, sans-serif;
    font-weight: 700; }
    .banner .banner-heading .blue {
      color: #3FA9F4; }
    @media only screen and (max-width: 1200px) {
      .banner .banner-heading {
        font-size: 40px;
        line-height: 46px; } }
    @media only screen and (max-width: 768px) {
      .banner .banner-heading {
        font-size: 32px;
        line-height: 36px; } }
  .banner.small {
    padding: 20px 0 40px;
    background-position: center; }
    .banner.small p {
      margin-top: 15px;
      color: white;
      font-size: 16px; }

.banner-button {
  display: inline-block;
  font-size: 14px;
  line-height: 17px;
  background: #F15A24;
  border: 3px solid white;
  border-radius: 20px;
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  padding: 13px 80px;
  text-decoration: none;
  transition: all 0.5s;
  text-decoration: none; }
  .banner-button:hover {
    background: white;
    color: #F15A24;
    border-color: #F15A24; }
  @media only screen and (max-width: 768px) {
    .banner-button {
      display: block;
      padding: 13px 20px; } }

.demo-block {
  border-bottom: 4px solid #FDAD0D; }
  @media only screen and (max-width: 768px) {
    .demo-block {
      overflow: hidden; } }
  .demo-block .grey-bg {
    background: #F8F8FC; }
    @media only screen and (min-width: 992px) {
      .demo-block .grey-bg {
        padding-bottom: 80px; } }
  .demo-block .overflow {
    overflow-x: hidden; }
  @media only screen and (max-width: 991px) {
    .demo-block .banner-button {
      display: none; } }
  .demo-block .image-container {
    max-width: 100%; }
    .demo-block .image-container.first {
      position: relative;
      text-align: center;
      margin-bottom: 30px; }
      @media only screen and (min-width: 992px) {
        .demo-block .image-container.first {
          margin-top: -30px;
          margin-bottom: 0; } }
      .demo-block .image-container.first .smartphone {
        height: auto;
        max-width: none;
        width: 80%;
        margin-left: 45px; }
        @media only screen and (min-width: 992px) {
          .demo-block .image-container.first .smartphone {
            width: auto;
            height: 550px;
            margin-left: 50px; } }
      .demo-block .image-container.first .nokia {
        position: absolute;
        bottom: -25px;
        width: auto;
        height: 75%;
        left: 32%; }
        @media only screen and (min-width: 992px) {
          .demo-block .image-container.first .nokia {
            bottom: -50px;
            width: 400px;
            height: 444px; } }
    .demo-block .image-container.second {
      text-align: center;
      margin-bottom: 100px; }
      .demo-block .image-container.second img {
        max-width: 100%; }
    @media only screen and (min-width: 992px) {
      .demo-block .image-container img {
        max-width: 100%; } }
  .demo-block .heading {
    line-height: 52px;
    font-size: 40px;
    color: #087189;
    font-family: roboto, sans-serif;
    font-weight: 700; }
    @media only screen and (max-width: 768px) {
      .demo-block .heading {
        font-size: 32px;
        line-height: 40px; } }
    .demo-block .heading.visible-xs {
      display: block; }
      @media only screen and (min-width: 992px) {
        .demo-block .heading.visible-xs {
          display: none; } }
    .demo-block .heading.visible-md {
      display: none; }
      @media only screen and (min-width: 992px) {
        .demo-block .heading.visible-md {
          display: block; } }
  .demo-block .text-container {
    text-align: center; }
    @media only screen and (min-width: 992px) {
      .demo-block .text-container {
        margin-top: 5px; } }
    .demo-block .text-container .text {
      font-family: roboto, sans-serif;
      font-weight: 300;
      color: #484848;
      line-height: 23px;
      font-size: 18px;
      margin-bottom: 20px;
      text-align: left; }

.store-links {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 50px 0 -20px; }
  @media only screen and (min-width: 992px) {
    .store-links {
      flex-direction: column; } }
  .store-links .app-store {
    margin-right: 10px; }
    @media only screen and (min-width: 992px) {
      .store-links .app-store {
        margin-right: 0;
        margin-bottom: 10px; } }
    .store-links .app-store img {
      height: 40px;
      width: 123px; }
  .store-links .google-play img {
    height: 40px;
    width: 133px; }

/* Advantages block styles */
.advantages-block {
  padding: 40px 0 40px;
  text-align: center; }
  .advantages-block .advantage-item {
    text-align: center;
    margin-bottom: 20px; }
    .advantages-block .advantage-item .advantage-image-wrapper {
      height: 120px;
      width: 120px;
      border-radius: 50%;
      margin-bottom: 20px;
      border: 4px solid #A3DDFF;
      position: relative;
      display: inline-block;
      background: white; }
    .advantages-block .advantage-item .advantage-image {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100px;
      height: 100px; }
    .advantages-block .advantage-item .advantage-text {
      color: white;
      font-size: 16px;
      line-height: 19px;
      font-weight: 300; }

.partner {
  text-align: center;
  margin-top: 20px;
  color: #006225;
  font-size: 16px;
  line-height: 19px;
  font-weight: 400; }
  .partner .csdd {
    margin-right: 20px; }
  .partner .maanteeamet {
    margin-right: 20px; }
  @media only screen and (max-width: 768px) {
    .partner .csdd {
      margin-right: 0;
      margin-bottom: 20px;
      margin-top: 20px; }
    .partner .maanteeamet {
      margin-right: 0;
      margin-bottom: 20px; } }

/* Block with background image */
.with-bg {
  background: transparent url(/assets/vignette_landing_page/girtafons-71bf2f14fac88e4c8a5e52ff0e6c8534f2ef01e2e21ec03d4c3b7285f8faef48.jpg) no-repeat center top;
  background-size: cover; }
  .with-bg.with-overlay {
    position: relative;
    z-index: 1; }
    .with-bg.with-overlay:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #087189;
      opacity: 0.77;
      z-index: -1; }

.action-button {
  appearance: none;
  background: white;
  text-transform: uppercase;
  border: 3px solid #3FA9F4;
  border-radius: 20px 0px 20px 0px;
  color: #3FA9F4;
  line-height: 18px;
  font-size: 15px;
  padding: 5px 35px;
  font-weight: 700;
  font-family: roboto, sans-serif;
  transition: all 0.2s;
  text-decoration: none; }
  .action-button:focus {
    outline: none; }
  .action-button:hover, .action-button.active {
    color: white;
    border-color: #A3DDFF;
    background-color: #3FA9F4;
    text-decoration: none; }
  .action-button.small {
    font-size: 14px;
    padding: 1px 10px;
    line-height: 17px;
    font-weight: 300;
    text-transform: none;
    border-width: 2px;
    border-radius: 10px 0px 10px 0px; }

.accordion .accordion-button {
  width: 100%;
  background-color: #087189;
  border-radius: 30px 0px 30px 0px;
  font-size: 25px;
  line-height: 25px;
  padding: 10px 25px;
  color: white;
  border: none;
  appearance: none;
  font-weight: 700;
  margin-bottom: 20px; }
  .accordion .accordion-button.active {
    background: #3FA9F4; }
  .accordion .accordion-button.small-text {
    font-size: 20px; }
.accordion .accordion-content {
  display: none; }
.accordion.pricing-accordion .accordion-button {
  background-color: #FDAD0D; }
  .accordion.pricing-accordion .accordion-button.active {
    background: #3FA9F4; }

/* About block */
.about-block {
  padding: 40px 0; }
  .about-block .about-heading {
    font-size: 40px;
    color: #3FA9F4;
    line-height: 48px;
    font-weight: 700;
    font-family: roboto, sans-serif;
    text-align: center;
    margin-bottom: 30px; }
  .about-block .about-accordion {
    display: none; }
    @media only screen and (max-width: 768px) {
      .about-block .about-accordion {
        display: block; } }
    .about-block .about-accordion .about-accordion-content-heading {
      color: #3FA9F4;
      text-align: center;
      font-size: 32px;
      line-height: 38px;
      font-weight: 700;
      margin-bottom: 20px; }
    .about-block .about-accordion .about-accordion-content-text {
      color: black;
      font-size: 16px;
      line-height: 19px;
      font-weight: 300;
      margin-bottom: 20px; }
    .about-block .about-accordion .about-accordion-content-list {
      list-style-type: disc;
      padding-left: 30px;
      margin: -20px 0 20px; }
      .about-block .about-accordion .about-accordion-content-list li {
        color: black;
        font-size: 16px;
        line-height: 19px;
        font-weight: 300; }
  .about-block .about-carousel {
    margin-bottom: 20px; }
    @media only screen and (max-width: 768px) {
      .about-block .about-carousel {
        display: none; } }
    .about-block .about-carousel .carousel-buttons {
      margin-bottom: 30px; }
      .about-block .about-carousel .carousel-buttons .carousel-button:not(:last-child) {
        margin-right: 15px; }
    .about-block .about-carousel .carousel-item-container {
      overflow: hidden;
      white-space: nowrap;
      display: flex; }
      .about-block .about-carousel .carousel-item-container .carousel-item {
        width: 100%;
        display: flex;
        flex-shrink: 0; }
        .about-block .about-carousel .carousel-item-container .carousel-item .about-item {
          width: calc(50% + 20px);
          display: inline-block;
          white-space: normal; }
          .about-block .about-carousel .carousel-item-container .carousel-item .about-item.top {
            background-color: #38CB22;
            border-radius: 30px;
            padding: 15px 55px 15px 25px;
            margin: 0 -20px auto 0; }
          .about-block .about-carousel .carousel-item-container .carousel-item .about-item.bottom {
            background-color: #3FA9F4;
            border-radius: 30px;
            padding: 15px 55px 15px 25px;
            margin: 50px 0 0 -40px; }
          .about-block .about-carousel .carousel-item-container .carousel-item .about-item.large {
            background-color: #38CB22;
            border-radius: 30px;
            padding: 15px 55px 15px 25px;
            margin: auto 0;
            width: 100%; }
          .about-block .about-carousel .carousel-item-container .carousel-item .about-item .about-item-heading {
            color: white;
            text-align: center;
            font-size: 36px;
            line-height: 44px;
            font-weight: 700;
            margin-bottom: 30px; }
          .about-block .about-carousel .carousel-item-container .carousel-item .about-item .about-item-text {
            color: white;
            font-size: 16px;
            line-height: 19px;
            font-weight: 300;
            margin-bottom: 20px; }
          .about-block .about-carousel .carousel-item-container .carousel-item .about-item .about-item-list {
            list-style-type: disc;
            padding-left: 30px;
            margin: -20px 0 20px; }
            .about-block .about-carousel .carousel-item-container .carousel-item .about-item .about-item-list li {
              color: white;
              font-size: 16px;
              line-height: 19px;
              font-weight: 300; }

/* Reviews block */
.reviews-block {
  padding: 40px 0; }
  .reviews-block .review-item .review-text {
    margin-top: 10px;
    display: inline-block;
    color: #087189;
    font-weight: 300; }
    .reviews-block .review-item .review-text .review-image {
      display: block;
      margin: auto;
      width: 170px;
      height: 170px;
      border-radius: 50%; }
      @media only screen and (min-width: 375px) {
        .reviews-block .review-item .review-text .review-image {
          float: left;
          margin-right: 20px; } }
    .reviews-block .review-item .review-text p {
      margin-top: 15px;
      margin-bottom: 30px; }
    .reviews-block .review-item .review-text .review-author {
      text-align: right; }

/* How it works block */
.how-it-works-block {
  padding: 40px 0; }
  .how-it-works-block .how-it-works-heading {
    color: #A3DDFF;
    text-align: center;
    font-size: 36px;
    line-height: 44px;
    font-weight: 700;
    margin-bottom: 30px; }
  .how-it-works-block .how-it-works-item {
    width: 100%;
    display: block;
    margin-bottom: 30px; }
    @media only screen and (min-width: 768px) {
      .how-it-works-block .how-it-works-item {
        width: 48%;
        display: inline-block; } }
    @media only screen and (min-width: 992px) {
      .how-it-works-block .how-it-works-item {
        width: 24%; } }
    .how-it-works-block .how-it-works-item .how-it-works-image {
      display: block;
      margin: 0 auto 10px; }
    .how-it-works-block .how-it-works-item .how-it-works-text {
      color: white;
      font-size: 16px;
      line-height: 19px;
      font-weight: 300; }

/* About developer block */
.about-developer-block {
  padding: 40px 0; }
  .about-developer-block .about-developer-heading {
    color: #3FA9F4;
    text-align: center;
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    margin-bottom: 40px; }
  .about-developer-block .developer-item {
    margin-bottom: 60px; }
  .about-developer-block .developer-image {
    width: 100%;
    height: 60px;
    display: block;
    margin: auto;
    position: relative;
    margin-bottom: 10px; }
    .about-developer-block .developer-image .since {
      position: absolute;
      top: 100%;
      right: 0;
      color: #000;
      font-size: 12px;
      font-weight: 300; }
  .about-developer-block .developer-vignette .developer-image {
    width: 250px;
    background-image: url(/assets/vignette_landing_page/g-logo_250-2681e77684c696ff737817e962c95611c581019bb0fe0b6d7a946efdb0fc488b.png); }
  .about-developer-block .developer-instantic .developer-image {
    width: 249px;
    background: transparent url(/assets/vignette_landing_page/u7258-624821ad7e2b2225eaa6d11a4814d2ce4561f67924ff1ffd95f9a736d3a7eadf.png) no-repeat 6px 6px; }
    .about-developer-block .developer-instantic .developer-image:hover {
      background: transparent url(/assets/vignette_landing_page/u7258-r-1273f6c59a5c9b02aa0f75b53199c481de7ef88c3d7fa108924a8989a1ecc929.png) no-repeat 0 0; }
  .about-developer-block .developer-tank .developer-image {
    width: 159px;
    background: transparent url(/assets/vignette_landing_page/u7367-a721b82c8dafdd62c45b0a1fb40b22297a2f71d258c4e362a3f22e96cdcd764e.png) no-repeat 6px 6px; }
    .about-developer-block .developer-tank .developer-image:hover {
      background: transparent url(/assets/vignette_landing_page/u7367-r-b9a8d40bee63e08fbb18f3a9db6716dc4e22e97eb534e0960d7602179c9f6a40.png) no-repeat 0 0; }
  .about-developer-block p {
    color: #087189;
    font-size: 16px;
    line-height: 19px;
    font-weight: 300;
    margin-bottom: 20px; }
  .about-developer-block .developer-profile {
    color: #087189; }
    @media only screen and (max-width: 768px) {
      .about-developer-block .developer-profile {
        text-align: center; } }
    .about-developer-block .developer-profile .developer-profile-image-wrapper {
      width: 172px;
      height: 172px;
      margin-bottom: 10px;
      position: relative; }
      @media only screen and (max-width: 768px) {
        .about-developer-block .developer-profile .developer-profile-image-wrapper {
          margin: auto; } }
      .about-developer-block .developer-profile .developer-profile-image-wrapper img {
        border-radius: 50%; }
      .about-developer-block .developer-profile .developer-profile-image-wrapper .linkedin-link {
        top: 20px;
        left: 0;
        height: 36px;
        width: 36px;
        position: absolute;
        background: url(/assets/vignette_landing_page/linkedin-icon-small-73e3d5ac6d63284455fccf0088bbf76e49da536821b132cf35fc2b7f121df7d0.jpg) no-repeat center; }
        .about-developer-block .developer-profile .developer-profile-image-wrapper .linkedin-link:hover {
          box-shadow: 0px 0px 1px rgba(0, 113, 188, 0.32), 0px 0px 1px rgba(0, 113, 188, 0.32); }
    .about-developer-block .developer-profile p {
      font-weight: 300;
      font-size: 14px;
      line-height: 17px; }
    .about-developer-block .developer-profile strong {
      font-size: 16px;
      line-height: 19px;
      font-weight: 700; }
    .about-developer-block .developer-profile i {
      font-style: italic; }

/* Map block */
.map-block {
  position: relative;
  overflow: hidden; }
  @media only screen and (min-width: 992px) {
    .map-block {
      height: 460px; } }
  .map-block .map-image {
    position: absolute;
    top: 0;
    left: 20%;
    height: 100%;
    z-index: -1; }
    @media only screen and (min-width: 992px) {
      .map-block .map-image {
        left: 45%; } }
  @media only screen and (min-width: 992px) {
    .map-block .content-wrapper {
      display: flex;
      justify-content: flex-end; } }
  .map-block .heading {
    margin-top: 50px;
    line-height: 34px;
    font-size: 30px;
    color: #087189;
    font-family: roboto, sans-serif;
    font-weight: 700;
    margin-bottom: 25px; }
    @media only screen and (max-width: 768px) {
      .map-block .heading {
        margin-top: 30px; } }
    @media only screen and (min-width: 1200px) {
      .map-block .heading {
        margin-top: 75px; } }
  .map-block .flag-image {
    width: 28px;
    height: 18px;
    margin-right: 15px; }
  .map-block ul {
    margin-bottom: 50px; }
  .map-block li {
    font-family: roboto, sans-serif;
    font-weight: 700;
    color: #484848;
    margin-bottom: 15px; }

/* Prices block */
.prices-block {
  padding: 40px 0;
  background: #087189;
  min-height: 335px; }
  @media only screen and (max-width: 768px) {
    .prices-block .desktop {
      display: none; } }
  .prices-block .mobile {
    display: none; }
    @media only screen and (max-width: 768px) {
      .prices-block .mobile {
        display: block; } }
  .prices-block .mobile-pricing-table {
    font-size: 12px;
    color: white;
    text-align: center;
    width: 100%; }
    .prices-block .mobile-pricing-table td {
      padding: 5px; }
      .prices-block .mobile-pricing-table td.rates_apply_from {
        text-align: left; }
    .prices-block .mobile-pricing-table .table-header {
      color: #A3DDFF;
      font-weight: 300; }
    .prices-block .mobile-pricing-table .section-header td:first-child {
      color: #FDAD0D;
      font-size: 14px;
      text-align: left; }
    .prices-block .mobile-pricing-table .info-row td:first-child {
      color: #A3DDFF;
      font-weight: 400;
      text-align: left; }
  .prices-block .prices-heading {
    color: #A3DDFF;
    text-align: center;
    font-size: 36px;
    line-height: 44px;
    font-weight: 700;
    margin-bottom: 30px; }
  .prices-block .country-switcher {
    text-align: center;
    margin-bottom: 30px; }
  .prices-block .prices-text {
    margin-top: 25px;
    color: white;
    font-size: 16px;
    line-height: 20px;
    text-align: center; }
  .prices-block .prices-text span {
    color: #A3DDFF; }
  .prices-block .prices-country {
    display: none; }
    .prices-block .prices-country.active {
      display: block; }
  .prices-block .prices-tabs-links {
    font-size: 14px;
    font-weight: 300;
    color: white;
    line-height: 20px;
    text-align: center;
    position: relative; }
    .prices-block .prices-tabs-links span {
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%); }
      @media only screen and (max-width: 1200px) {
        .prices-block .prices-tabs-links span {
          display: none; } }
      .prices-block .prices-tabs-links span.rates_apply_from {
        font-size: 10px; }
    @media only screen and (max-width: 768px) {
      .prices-block .prices-tabs-links a.prices-tabs-link {
        display: block;
        margin-bottom: 5px; } }
    .prices-block .prices-tabs-links .prices-tabs-links-container {
      display: inline-block;
      text-align: center; }
    .prices-block .prices-tabs-links .prices-tabs-link {
      margin: 0 30px; }
      .prices-block .prices-tabs-links .prices-tabs-link.slim {
        margin: 5px 5px;
        display: inline-block; }
  .prices-block .prices-tabs-content {
    overflow-x: auto;
    display: none;
    margin-bottom: 45px; }
    .prices-block .prices-tabs-content.active {
      display: block; }
  .prices-block .prices-table {
    margin-top: 20px; }
    @media only screen and (min-width: 768px) {
      .prices-block .prices-table {
        width: 100%;
        table-layout: fixed; } }
    .prices-block .prices-table td {
      padding: 0 3px 10px;
      color: white;
      font-weight: 300; }
      @media only screen and (max-width: 768px) {
        .prices-block .prices-table td {
          padding: 0 10px 10px;
          min-width: 65px; } }
    .prices-block .prices-table .prices-table-header td {
      color: #A3DDFF;
      font-size: 16px;
      line-height: 19px;
      padding-bottom: 15px; }
    .prices-block .prices-table .prices-table-header + .prices-table-sub-header td {
      padding-bottom: 5px; }
    .prices-block .prices-table .prices-table-sub-header td {
      color: #A3DDFF;
      font-size: 12px;
      line-height: 14px;
      padding-bottom: 15px; }
    .prices-block .prices-table tr td:first-child {
      font-size: 11px; }
      @media only screen and (min-width: 768px) {
        .prices-block .prices-table tr td:first-child {
          width: 214px; } }
    .prices-block .prices-table tr.eu_prices_2 td:first-child {
      font-size: 11px; }
      @media only screen and (min-width: 768px) {
        .prices-block .prices-table tr.eu_prices_2 td:first-child {
          width: 80px; } }
    .prices-block .prices-table tr.eu_prices_2 td.co2_class {
      font-size: 11px; }
      @media only screen and (min-width: 768px) {
        .prices-block .prices-table tr.eu_prices_2 td.co2_class {
          width: 134px; } }

/* FAQ block */
.faq-block {
  padding: 40px 0; }
  .faq-block .faq-heading {
    color: #3FA9F4;
    text-align: center;
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    margin-bottom: 40px; }
  .faq-block .question-block {
    margin-bottom: 20px; }
    .faq-block .question-block .question {
      display: block;
      cursor: pointer;
      font-size: 16px;
      font-weight: 500;
      margin-bottom: 10px; }
    .faq-block .question-block .answer {
      font-size: 14px;
      font-weight: 300;
      line-height: 17px;
      overflow: hidden;
      height: 0; }
      .faq-block .question-block .answer ul {
        padding-left: 40px;
        list-style-type: disc; }

.full-width-block {
  background: #3FA9F4;
  padding: 20px 40px;
  margin-bottom: 30px;
  margin-top: -15px; }
  .full-width-block .full-width-block-title {
    text-align: center;
    color: white;
    font-size: 32px;
    font-weight: bold; }

.register-block {
  padding: 40px 0; }
  .register-block .register-block-heading {
    color: white;
    text-align: center;
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    margin-bottom: 30px; }
  .register-block #dkv-switch-on-segment, .register-block #dkv-switch-off-segment {
    color: white;
    text-align: center;
    font-size: 30px;
    line-height: 48px;
    font-weight: 700;
    margin-bottom: 30px; }
    .register-block #dkv-switch-on-segment a, .register-block #dkv-switch-off-segment a {
      color: white; }
  .register-block #dkv-switch-off-segment {
    display: none; }
  .register-block .register-block-steps {
    padding: 20px 40px;
    margin-bottom: 30px;
    overflow-x: hidden; }
    .register-block .register-block-steps .steps-items {
      display: flex;
      align-items: center; }
      @media only screen and (max-width: 768px) {
        .register-block .register-block-steps .steps-items {
          flex-direction: column; } }
    .register-block .register-block-steps .step-item {
      color: white;
      text-align: center;
      font-size: 16px;
      line-height: 19px;
      font-weight: 300;
      width: 19%;
      display: inline-block;
      float: left;
      padding: 0 30px 0 5px; }
      .register-block .register-block-steps .step-item.step-item-mid {
        width: 24%; }
        @media only screen and (max-width: 768px) {
          .register-block .register-block-steps .step-item.step-item-mid {
            width: 100%; } }
      @media only screen and (max-width: 768px) {
        .register-block .register-block-steps .step-item {
          padding: 5px 0 0 0;
          width: 100%; } }
      .register-block .register-block-steps .step-item:not(:last-of-type) {
        background: transparent url(/assets/vignette_landing_page/sharp-u7239-5a379bd9ffed4be044a3168d946cd5908c58ad9c2176d15dc16674ce6d6a8f30.png) no-repeat center right; }
        @media only screen and (max-width: 768px) {
          .register-block .register-block-steps .step-item:not(:last-of-type) {
            padding: 5px 0 30px 0;
            background: transparent url(/assets/vignette_landing_page/sharp-u7239-r-15a8c30926530bd2942c09c8bce2c22a09c684ecf4c3d27753c69eb3249a2348.png) no-repeat center bottom; } }
  .register-block #new_public_customer_wrapper, .register-block #new_public_dkv_customer_wrapper {
    border-color: #A3DDFF;
    background-color: rgba(63, 169, 244, 0.8);
    border-radius: 40px;
    padding: 30px 20px;
    display: inline-block; }
    .register-block #new_public_customer_wrapper form, .register-block #new_public_dkv_customer_wrapper form {
      margin: auto; }
    .register-block #new_public_customer_wrapper .vignette_customer_legal_person, .register-block #new_public_dkv_customer_wrapper .vignette_customer_legal_person {
      height: 40px; }
    .register-block #new_public_customer_wrapper .vignette_customer_country .select, .register-block #new_public_dkv_customer_wrapper .vignette_customer_country .select {
      text-align: left; }
      @media only screen and (max-width: 768px) {
        .register-block #new_public_customer_wrapper .vignette_customer_country .select, .register-block #new_public_dkv_customer_wrapper .vignette_customer_country .select {
          width: 100%; } }
    .register-block #new_public_customer_wrapper .form-inputs div.input, .register-block #new_public_dkv_customer_wrapper .form-inputs div.input {
      display: block;
      align-items: center; }
      @media only screen and (max-width: 768px) {
        .register-block #new_public_customer_wrapper .form-inputs div.input, .register-block #new_public_dkv_customer_wrapper .form-inputs div.input {
          flex-direction: column; } }
      .register-block #new_public_customer_wrapper .form-inputs div.input label, .register-block #new_public_dkv_customer_wrapper .form-inputs div.input label {
        display: inline-block;
        text-align: left; }
        @media only screen and (max-width: 768px) {
          .register-block #new_public_customer_wrapper .form-inputs div.input label, .register-block #new_public_dkv_customer_wrapper .form-inputs div.input label {
            width: 100%;
            margin: 0 0 5px 0; } }
        @media only screen and (min-width: 992px) {
          .register-block #new_public_customer_wrapper .form-inputs div.input label, .register-block #new_public_dkv_customer_wrapper .form-inputs div.input label {
            width: 200px; } }
      .register-block #new_public_customer_wrapper .form-inputs div.input label.checkbox, .register-block #new_public_dkv_customer_wrapper .form-inputs div.input label.checkbox {
        width: 205px;
        margin-bottom: 5px; }
        @media only screen and (max-width: 768px) {
          .register-block #new_public_customer_wrapper .form-inputs div.input label.checkbox, .register-block #new_public_dkv_customer_wrapper .form-inputs div.input label.checkbox {
            width: 100%;
            margin: 0 0 5px 0; } }
        @media only screen and (min-width: 992px) {
          .register-block #new_public_customer_wrapper .form-inputs div.input label.checkbox, .register-block #new_public_dkv_customer_wrapper .form-inputs div.input label.checkbox {
            width: 230px; } }
      .register-block #new_public_customer_wrapper .form-inputs div.input input, .register-block #new_public_dkv_customer_wrapper .form-inputs div.input input {
        border: 2px solid #A3DDFF;
        border-radius: 15px;
        display: inline-block; }
        .register-block #new_public_customer_wrapper .form-inputs div.input input.boolean, .register-block #new_public_dkv_customer_wrapper .form-inputs div.input input.boolean {
          float: left;
          margin-right: 5px; }
          @media only screen and (max-width: 768px) {
            .register-block #new_public_customer_wrapper .form-inputs div.input input.boolean, .register-block #new_public_dkv_customer_wrapper .form-inputs div.input input.boolean {
              float: none;
              margin-right: 10px; } }
        .register-block #new_public_customer_wrapper .form-inputs div.input input:hover, .register-block #new_public_dkv_customer_wrapper .form-inputs div.input input:hover {
          border-color: #6B6B6B; }
        @media only screen and (max-width: 768px) {
          .register-block #new_public_customer_wrapper .form-inputs div.input input:not(.phone):not(.boolean), .register-block #new_public_dkv_customer_wrapper .form-inputs div.input input:not(.phone):not(.boolean) {
            width: 100%; } }
      .register-block #new_public_customer_wrapper .form-inputs div.input span.error, .register-block #new_public_dkv_customer_wrapper .form-inputs div.input span.error {
        display: inline-block;
        text-align: left;
        margin: 5px 0 5px 0;
        display: block;
        width: 520px;
        text-align: right; }
        @media only screen and (max-width: 768px) {
          .register-block #new_public_customer_wrapper .form-inputs div.input span.error, .register-block #new_public_dkv_customer_wrapper .form-inputs div.input span.error {
            margin: 5px 0 5px 0;
            display: block;
            width: auto;
            text-align: left; } }
    .register-block #new_public_customer_wrapper .form-inputs-dkv div.input, .register-block #new_public_dkv_customer_wrapper .form-inputs-dkv div.input {
      display: block;
      align-items: center; }
      @media only screen and (max-width: 768px) {
        .register-block #new_public_customer_wrapper .form-inputs-dkv div.input, .register-block #new_public_dkv_customer_wrapper .form-inputs-dkv div.input {
          flex-direction: column; } }
      .register-block #new_public_customer_wrapper .form-inputs-dkv div.input a, .register-block #new_public_dkv_customer_wrapper .form-inputs-dkv div.input a {
        color: #d3e5f5;
        text-decoration: none; }
      .register-block #new_public_customer_wrapper .form-inputs-dkv div.input label, .register-block #new_public_dkv_customer_wrapper .form-inputs-dkv div.input label {
        display: inline-block;
        text-align: left; }
        @media only screen and (max-width: 768px) {
          .register-block #new_public_customer_wrapper .form-inputs-dkv div.input label, .register-block #new_public_dkv_customer_wrapper .form-inputs-dkv div.input label {
            width: 100%;
            margin: 0 0 5px 0; } }
        @media only screen and (min-width: 992px) {
          .register-block #new_public_customer_wrapper .form-inputs-dkv div.input label, .register-block #new_public_dkv_customer_wrapper .form-inputs-dkv div.input label {
            width: 300px; } }
      .register-block #new_public_customer_wrapper .form-inputs-dkv div.input label.checkbox, .register-block #new_public_dkv_customer_wrapper .form-inputs-dkv div.input label.checkbox {
        width: 405px;
        margin-bottom: 5px; }
        @media only screen and (max-width: 768px) {
          .register-block #new_public_customer_wrapper .form-inputs-dkv div.input label.checkbox, .register-block #new_public_dkv_customer_wrapper .form-inputs-dkv div.input label.checkbox {
            width: 100%;
            margin: 0 0 5px 0; } }
        @media only screen and (min-width: 992px) {
          .register-block #new_public_customer_wrapper .form-inputs-dkv div.input label.checkbox, .register-block #new_public_dkv_customer_wrapper .form-inputs-dkv div.input label.checkbox {
            width: 430px; } }
      .register-block #new_public_customer_wrapper .form-inputs-dkv div.input input, .register-block #new_public_dkv_customer_wrapper .form-inputs-dkv div.input input {
        border: 2px solid #A3DDFF;
        border-radius: 15px;
        display: inline-block; }
        .register-block #new_public_customer_wrapper .form-inputs-dkv div.input input.boolean, .register-block #new_public_dkv_customer_wrapper .form-inputs-dkv div.input input.boolean {
          float: left;
          margin-right: 5px; }
          @media only screen and (max-width: 768px) {
            .register-block #new_public_customer_wrapper .form-inputs-dkv div.input input.boolean, .register-block #new_public_dkv_customer_wrapper .form-inputs-dkv div.input input.boolean {
              float: none;
              margin-right: 10px; } }
        .register-block #new_public_customer_wrapper .form-inputs-dkv div.input input:hover, .register-block #new_public_dkv_customer_wrapper .form-inputs-dkv div.input input:hover {
          border-color: #6B6B6B; }
        @media only screen and (max-width: 768px) {
          .register-block #new_public_customer_wrapper .form-inputs-dkv div.input input:not(.phone):not(.boolean), .register-block #new_public_dkv_customer_wrapper .form-inputs-dkv div.input input:not(.phone):not(.boolean) {
            width: 100%; } }
      .register-block #new_public_customer_wrapper .form-inputs-dkv div.input span.error, .register-block #new_public_dkv_customer_wrapper .form-inputs-dkv div.input span.error {
        display: inline-block;
        text-align: left;
        margin: 5px 0 5px 0;
        display: block;
        width: 520px;
        text-align: right; }
        @media only screen and (max-width: 768px) {
          .register-block #new_public_customer_wrapper .form-inputs-dkv div.input span.error, .register-block #new_public_dkv_customer_wrapper .form-inputs-dkv div.input span.error {
            margin: 5px 0 5px 0;
            display: block;
            width: auto;
            text-align: left; } }
    .register-block #new_public_customer_wrapper .form-actions, .register-block #new_public_dkv_customer_wrapper .form-actions {
      padding: 0; }
      @media only screen and (min-width: 768px) {
        .register-block #new_public_customer_wrapper .form-actions, .register-block #new_public_dkv_customer_wrapper .form-actions {
          padding-left: 140px; } }
      @media only screen and (min-width: 992px) {
        .register-block #new_public_customer_wrapper .form-actions, .register-block #new_public_dkv_customer_wrapper .form-actions {
          padding-left: 190px; } }
      .register-block #new_public_customer_wrapper .form-actions .submit-btn, .register-block #new_public_dkv_customer_wrapper .form-actions .submit-btn {
        width: 235px;
        border: 3px solid white;
        background-color: #F15A24;
        border-radius: 18px;
        color: white;
        text-align: center;
        font-size: 17px;
        line-height: 28px;
        font-family: roboto, sans-serif;
        font-weight: 700;
        position: relative; }
        @media only screen and (max-width: 768px) {
          .register-block #new_public_customer_wrapper .form-actions .submit-btn, .register-block #new_public_dkv_customer_wrapper .form-actions .submit-btn {
            width: 100%; } }
        .register-block #new_public_customer_wrapper .form-actions .submit-btn:hover, .register-block #new_public_dkv_customer_wrapper .form-actions .submit-btn:hover {
          color: #3FA9F4;
          border-color: #3FA9F4;
          background-color: #F2F2F2; }
    .register-block #new_public_customer_wrapper .form-actions-dkv, .register-block #new_public_dkv_customer_wrapper .form-actions-dkv {
      padding: 0; }
      @media only screen and (min-width: 768px) {
        .register-block #new_public_customer_wrapper .form-actions-dkv, .register-block #new_public_dkv_customer_wrapper .form-actions-dkv {
          padding-left: 140px; } }
      @media only screen and (min-width: 992px) {
        .register-block #new_public_customer_wrapper .form-actions-dkv, .register-block #new_public_dkv_customer_wrapper .form-actions-dkv {
          padding-left: 150px; } }
      .register-block #new_public_customer_wrapper .form-actions-dkv .submit-btn, .register-block #new_public_dkv_customer_wrapper .form-actions-dkv .submit-btn {
        width: 235px;
        border: 3px solid white;
        background-color: #F15A24;
        border-radius: 18px;
        color: white;
        text-align: center;
        font-size: 17px;
        line-height: 28px;
        font-family: roboto, sans-serif;
        font-weight: 700;
        position: relative; }
        @media only screen and (max-width: 768px) {
          .register-block #new_public_customer_wrapper .form-actions-dkv .submit-btn, .register-block #new_public_dkv_customer_wrapper .form-actions-dkv .submit-btn {
            width: 100%; } }
        .register-block #new_public_customer_wrapper .form-actions-dkv .submit-btn:hover, .register-block #new_public_dkv_customer_wrapper .form-actions-dkv .submit-btn:hover {
          color: #3FA9F4;
          border-color: #3FA9F4;
          background-color: #F2F2F2; }

/* Footer */
.footer {
  color: #3FA9F4;
  padding: 40px 0; }
  .footer .contacts-block-heading {
    color: #3FA9F4;
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    margin-bottom: 40px;
    white-space: nowrap; }
  .footer .developer-profile-image-wrapper {
    width: 150px;
    height: 150px;
    margin-bottom: 10px;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .footer .developer-profile-image-wrapper {
        margin: 0 auto 20px; } }
    .footer .developer-profile-image-wrapper img {
      border-radius: 50%;
      width: 100%;
      height: 100%; }
    .footer .developer-profile-image-wrapper + .developer-profile-info {
      margin-top: 0; }
  @media only screen and (max-width: 768px) {
    .footer {
      text-align: center; } }
  .footer .developer-profile-info {
    margin-top: 160px; }
    @media only screen and (max-width: 768px) {
      .footer .developer-profile-info {
        margin-top: 10px;
        margin-bottom: 30px; } }
    .footer .developer-profile-info p {
      line-height: 20px; }
    .footer .developer-profile-info em {
      color: #337ab7; }
    .footer .developer-profile-info .name {
      font-size: 20px; }
    .footer .developer-profile-info .languages-profile-info {
      font-size: 16px;
      padding: 5px; }
    .footer .developer-profile-info .languages {
      margin-top: 10px; }
    .footer .developer-profile-info a, .footer .developer-profile-info em {
      font-weight: 500; }
    .footer .developer-profile-info ul {
      display: inline-flex;
      align-items: center;
      margin: 0;
      padding: 0; }
      .footer .developer-profile-info ul li {
        margin: 0 5px 0 0;
        border: 1px solid rgba(0, 0, 0, 0.1);
        display: flex; }
        .footer .developer-profile-info ul li .flag-image {
          width: 30px;
          height: 20px; }
  .footer .developer-profile-contacts {
    height: 140px; }
  .footer span {
    font-weight: 300; }
  .footer strong, .footer span {
    margin-bottom: 10px;
    display: block; }

/* Prices warning */
.prices-warning-block {
  padding: 40px 0;
  border-bottom: 4px solid #FDAD0D; }
  .prices-warning-block .prices-warning-heading {
    color: #F15A24;
    text-align: center;
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    margin-bottom: 40px; }
  .prices-warning-block .text-container {
    font-size: 17px;
    line-height: 28px; }
    @media only screen and (min-width: 992px) {
      .prices-warning-block .text-container {
        margin-top: 5px; } }
    .prices-warning-block .text-container .text {
      font-family: roboto, sans-serif;
      font-weight: 300;
      color: #484848;
      line-height: 23px;
      font-size: 18px;
      margin-bottom: 20px;
      text-align: left; }
  .prices-warning-block dl {
    display: grid;
    grid-template-columns: max-content auto; }
  .prices-warning-block dt {
    grid-column-start: 1; }
  .prices-warning-block dd {
    grid-column-start: 2;
    padding-left: 30px; }
