@charset "UTF-8";
/*!
 * 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: none;
  text-decoration: none; }

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 {
  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'] {
  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;
  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; }

* {
  box-sizing: border-box; }

*:before,
*:after {
  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.42857;
  color: #333333;
  background-color: #fff; }

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.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  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; }
  .container:before, .container:after {
    content: ' ';
    display: table; }
  .container:after {
    clear: both; }
  @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; }
  .container-fluid:before, .container-fluid:after {
    content: ' ';
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: ' ';
    display: table; }
  .row:after {
    clear: both; }

.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-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

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

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

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

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

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

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

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

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

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

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

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

.col-xs-offset-12 {
  margin-left: 100%; }

@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-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@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-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@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-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

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

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

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.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 !important; }
  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 !important; }
  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 !important; }
  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 !important; }
  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 !important; }
  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; } }

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: '';
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir='rtl'] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

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

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px 10px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }
  .hamburger.is-active .hamburger-inner::before, .hamburger.is-active .hamburger-inner::after {
    background-color: white; }

.hamburger-box {
  width: 20px;
  height: 18px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 20px;
    height: 2px;
    background-color: #037387;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: '';
    display: block; }
  .hamburger-inner::before {
    top: -8px; }
  .hamburger-inner::after {
    bottom: -8px; }

/*
   * Stand
   */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear; }
  .hamburger--stand .hamburger-inner::before {
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand .hamburger-inner::after {
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear; }
  .hamburger--stand.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

.selectric-wrapper {
  position: relative;
  cursor: pointer; }

.selectric-responsive {
  width: 100%; }

.selectric {
  border: 1px solid #ddd;
  border-radius: 20px;
  background: #ffffff;
  position: relative;
  overflow: hidden;
  padding: 0px 20px; }
  .selectric .label {
    float: left;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    line-height: 38px;
    color: #898989;
    height: 38px;
    -webkit-user-select: none;
            user-select: none; }
  .selectric .button {
    display: block;
    position: absolute;
    right: 20px;
    top: 0;
    width: 38px;
    height: 38px;
    line-height: 38px;
    background-color: rgba(255, 255, 255, 0);
    color: #bbb;
    text-align: center;
    min-height: 100%; }

.selectric-focus .selectric {
  border-color: #d0d0d0; }

.selectric-hover .selectric {
  border-color: #c4c4c4; }
  .selectric-hover .selectric .button {
    color: #a2a2a2; }
    .selectric-hover .selectric .button:after {
      border-top-color: #a2a2a2; }

.selectric-open {
  z-index: 3; }
  .selectric-open.selectric-below .selectric {
    border-radius: 20px 20px 0 0; }
  .selectric-open.selectric-below .selectric-items {
    border-radius: 0 0 20px 20px; }
  .selectric-open.selectric-above .selectric {
    border-radius: 0 0 20px 20px; }
  .selectric-open.selectric-above .selectric-items {
    border-radius: 20px 20px 0 0; }
  .selectric-open .selectric {
    border-color: #c4c4c4; }
  .selectric-open .selectric-items {
    display: block; }

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
          user-select: none; }

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0; }
  .selectric-hide-select select {
    position: absolute;
    left: -100%; }
  .selectric-hide-select.selectric-is-native {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10; }
    .selectric-hide-select.selectric-is-native select {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 100%;
      width: 100%;
      border: none;
      z-index: 1;
      box-sizing: border-box;
      opacity: 0; }

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important; }

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important; }

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  background: #ffffff;
  border: 1px solid #c4c4c4;
  z-index: -1;
  overflow: hidden; }
  .selectric-items .selectric-scroll {
    height: 100%;
    overflow: auto; }
  .selectric-above .selectric-items {
    top: auto;
    bottom: 100%; }
  .selectric-items ul,
  .selectric-items li {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 20px; }
  .selectric-items li {
    display: block;
    color: #898989;
    cursor: pointer;
    padding: 0px 20px;
    line-height: 38px; }
    .selectric-items li.selected {
      background: #e0e0e0;
      color: #444; }
    .selectric-items li.highlighted {
      background: #d0d0d0;
      color: #444; }
    .selectric-items li:hover {
      background: #d5d5d5;
      color: #444; }
  .selectric-items .disabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default !important;
    background: none !important;
    color: #666 !important;
    -webkit-user-select: none;
            user-select: none; }
  .selectric-items .selectric-group .selectric-group-label {
    font-weight: bold;
    padding-left: 10px;
    cursor: default;
    -webkit-user-select: none;
            user-select: none;
    background: none;
    color: #444; }
  .selectric-items .selectric-group.disabled li {
    filter: alpha(opacity=100);
    opacity: 1; }
  .selectric-items .selectric-group li {
    padding-left: 25px; }

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative; }

.select2-container[dir='rtl'] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px; }

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-search--inline {
  float: left; }

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0; }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-results__option:focus {
  outline: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 0;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 5; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 9px 20px;
  user-select: none;
  -webkit-user-select: none; }

.select2-results__option[data-selected],
.select2-results__option[aria-selected] {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  overflow: hidden; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }

.select2-search--dropdown .select2-search__field {
  padding: 9px 20px;
  border-radius: 20px;
  width: 100%;
  box-sizing: border-box; }
  .select2-search--dropdown .select2-search__field:focus {
    outline: none; }

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide {
  display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border-radius: 20px;
  border: 1px solid #aaa; }
  .select2-container--default .select2-selection--single:focus {
    outline: none; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #898989;
  font-size: 14px;
  line-height: 38px; }

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  transform: rotate(180deg); }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  right: 20px;
  background-image: url("../img/icons/icon-arrow-down-purple.svg");
  position: absolute;
  height: 38px;
  width: 20px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: 200ms; }

.select2-container--default[dir='rtl'] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir='rtl'] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none; }

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left; }

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333; }

.select2-container--default[dir='rtl'] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir='rtl'] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir='rtl'] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir='rtl'] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir='rtl'] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[aria-disabled='true'] {
  color: #999; }

.select2-container--default .select2-results__option[data-selected='true'],
.select2-container--default .select2-results__option[aria-selected='true'] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[data-selected],
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #d0d0d0; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0 ); }

.select2-container--classic .select2-selection--single:focus {
  border: none; }

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px; }

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0 ); }

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--classic[dir='rtl'] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir='rtl'] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #0073aa; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0 ); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0 ); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }

.select2-container--classic .select2-selection--multiple:focus {
  border: none;
  outline: none; }

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555; }

.select2-container--classic[dir='rtl'] .select2-selection--multiple .select2-selection__choice {
  float: right; }

.select2-container--classic[dir='rtl'] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir='rtl'] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #0073aa; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role='group'] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled='true'] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[data-selected],
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #0073aa; }

@font-face {
  font-family: 'Cera GR';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/cera-gr-regular.woff") format("woff"); }

@font-face {
  font-family: 'Cera GR';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/cera-gr-bold.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

@font-face {
  font-family: 'Cera GR';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/cera-gr-medium.woff") format("woff"); }

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/montserrat/Montserrat-Regular.woff") format("woff"), url("../fonts/montserrat/Montserrat-Regular.woff2") format("woff2"); }

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/montserrat/Montserrat-Medium.woff") format("woff"), url("../fonts/montserrat/Montserrat-Medium.woff2") format("woff2"); }

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/montserrat/Montserrat-SemiBold.woff") format("woff"), url("../fonts/montserrat/Montserrat-SemiBold.woff2") format("woff2"); }

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/montserrat/Montserrat-Bold.woff") format("woff"), url("../fonts/montserrat/Montserrat-Bold.woff2") format("woff2"); }

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/montserrat/Montserrat-ExtraBold.woff") format("woff"), url("../fonts/montserrat/Montserrat-ExtraBold.woff2") format("woff2"); }

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/poppins/Poppins-Regular.woff") format("woff"), url("../fonts/poppins/Poppins-Regular.woff2") format("woff2"); }

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/poppins/Poppins-Medium.woff") format("woff"), url("../fonts/poppins/Poppins-Medium.woff2") format("woff2"); }

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/poppins/Poppins-SemiBold.woff") format("woff"), url("../fonts/poppins/Poppins-SemiBold.woff2") format("woff2"); }

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/poppins/Poppins-Bold.woff") format("woff"), url("../fonts/poppins/Poppins-Bold.woff2") format("woff2"); }

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/poppins/Poppins-ExtraBold.woff") format("woff"), url("../fonts/poppins/Poppins-ExtraBold.woff2") format("woff2"); }

.icon:not(.before):not(.after) {
  height: 20px;
  width: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }

.icon.after {
  padding-right: 30px;
  position: relative; }
  .icon.after:after {
    content: '';
    position: absolute;
    height: 20px;
    width: 20px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; }

.icon.before {
  position: relative; }
  @media (min-width: 768px) {
    .icon.before {
      padding-left: 30px; } }
  .icon.before:before {
    content: '';
    position: absolute;
    height: 20px;
    width: 20px;
    left: 50%;
    top: -17px;
    transform: translateY(-50%) translateX(-50%);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; }
    @media (min-width: 768px) {
      .icon.before:before {
        left: 0;
        top: 50%;
        transform: translateX(0) translateY(-50%); } }

.icon.calendar:not(.before):not(.after) {
  background-image: url("../img/icons/new/calendar.svg"); }

.icon.calendar.before:before, .icon.calendar.after:after {
  background-image: url("../img/icons/new/calendar.svg"); }

.icon.dots:not(.before):not(.after) {
  background-image: url("../img/icons/new/dots.svg"); }

.icon.dots.before:before, .icon.dots.after:after {
  background-image: url("../img/icons/new/dots.svg"); }

.icon.facebook-logo:not(.before):not(.after) {
  background-image: url("../img/icons/new/facebook-logo.svg"); }

.icon.facebook-logo.before:before, .icon.facebook-logo.after:after {
  background-image: url("../img/icons/new/facebook-logo.svg"); }

.icon.facebook-purple:not(.before):not(.after) {
  background-image: url("../img/icons/new/facebook-purple.svg"); }

.icon.facebook-purple.before:before, .icon.facebook-purple.after:after {
  background-image: url("../img/icons/new/facebook-purple.svg"); }

.icon.instagram-logo:not(.before):not(.after) {
  background-image: url("../img/icons/new/instagram-logo.svg"); }

.icon.instagram-logo.before:before, .icon.instagram-logo.after:after {
  background-image: url("../img/icons/new/instagram-logo.svg"); }

.icon.location-point:not(.before):not(.after) {
  background-image: url("../img/icons/new/location-point.svg"); }

.icon.location-point.before:before, .icon.location-point.after:after {
  background-image: url("../img/icons/new/location-point.svg"); }

.icon.icon-mail:not(.before):not(.after) {
  background-image: url("../img/icons/new/icon-mail.svg"); }

.icon.icon-mail.before:before, .icon.icon-mail.after:after {
  background-image: url("../img/icons/new/icon-mail.svg"); }

.icon.menu-item:not(.before):not(.after) {
  background-image: url("../img/icons/new/menu-item.svg"); }

.icon.menu-item.before:before, .icon.menu-item.after:after {
  background-image: url("../img/icons/new/menu-item.svg"); }

.icon.menu-kruisje:not(.before):not(.after) {
  background-image: url("../img/icons/new/menu-kruisje.svg"); }

.icon.menu-kruisje.before:before, .icon.menu-kruisje.after:after {
  background-image: url("../img/icons/new/menu-kruisje.svg"); }

.icon.phone:not(.before):not(.after) {
  background-image: url("../img/icons/new/phone.svg"); }

.icon.phone.before:before, .icon.phone.after:after {
  background-image: url("../img/icons/new/phone.svg"); }

.icon.pin-purple:not(.before):not(.after) {
  background-image: url("../img/icons/new/pin-purple.svg"); }

.icon.pin-purple.before:before, .icon.pin-purple.after:after {
  background-image: url("../img/icons/new/pin-purple.svg"); }

.icon.shopping-bin:not(.before):not(.after) {
  background-image: url("../img/icons/new/shopping-bin.svg"); }

.icon.shopping-bin.before:before, .icon.shopping-bin.after:after {
  background-image: url("../img/icons/new/shopping-bin.svg"); }

.icon.usp-betaalbaar:not(.before):not(.after) {
  background-image: url("../img/icons/new/usp-betaalbaar.svg"); }

.icon.usp-betaalbaar.before:before, .icon.usp-betaalbaar.after:after {
  background-image: url("../img/icons/new/usp-betaalbaar.svg"); }

.icon.usp-snel:not(.before):not(.after) {
  background-image: url("../img/icons/new/usp-snel.svg"); }

.icon.usp-snel.before:before, .icon.usp-snel.after:after {
  background-image: url("../img/icons/new/usp-snel.svg"); }

.icon.youtube-logo:not(.before):not(.after) {
  background-image: url("../img/icons/new/youtube-logo.svg"); }

.icon.youtube-logo.before:before, .icon.youtube-logo.after:after {
  background-image: url("../img/icons/new/youtube-logo.svg"); }

.icon.zoek-icon:not(.before):not(.after) {
  background-image: url("../img/icons/new/zoek-icon.svg"); }

.icon.zoek-icon.before:before, .icon.zoek-icon.after:after {
  background-image: url("../img/icons/new/zoek-icon.svg"); }

.icon.user-icon:not(.before):not(.after) {
  background-image: url("../img/icons/new/user-icon.svg"); }

.icon.user-icon.before:before, .icon.user-icon.after:after {
  background-image: url("../img/icons/new/user-icon.svg"); }

.icon.icon-plus:not(.before):not(.after) {
  background-image: url("../img/icons/new/icon-plus.svg"); }

.icon.icon-plus.before:before, .icon.icon-plus.after:after {
  background-image: url("../img/icons/new/icon-plus.svg"); }

.icon.icon-min:not(.before):not(.after) {
  background-image: url("../img/icons/new/icon-min.svg"); }

.icon.icon-min.before:before, .icon.icon-min.after:after {
  background-image: url("../img/icons/new/icon-min.svg"); }

.icon.icon-back:not(.before):not(.after) {
  background-image: url("../img/icons/new/icon-back.svg"); }

.icon.icon-back.before:before, .icon.icon-back.after:after {
  background-image: url("../img/icons/new/icon-back.svg"); }

.icon.icon-cross-purple:not(.before):not(.after) {
  background-image: url("../img/icons/new/icon-cross-purple.svg"); }

.icon.icon-cross-purple.before:before, .icon.icon-cross-purple.after:after {
  background-image: url("../img/icons/new/icon-cross-purple.svg"); }

.icon.icon-oval:not(.before):not(.after) {
  background-image: url("../img/icons/new/icon-oval.svg"); }

.icon.icon-oval.before:before, .icon.icon-oval.after:after {
  background-image: url("../img/icons/new/icon-oval.svg"); }

.icon.icon-info:not(.before):not(.after) {
  background-image: url("../img/icons/new/icon-info.svg"); }

.icon.icon-info.before:before, .icon.icon-info.after:after {
  background-image: url("../img/icons/new/icon-info.svg"); }

.icon.icon-star-yellow:not(.before):not(.after) {
  background-image: url("../img/icons/new/icon-star-yellow.svg"); }

.icon.icon-star-yellow.before:before, .icon.icon-star-yellow.after:after {
  background-image: url("../img/icons/new/icon-star-yellow.svg"); }

.v-align {
  display: table;
  width: 100%;
  height: 100%; }
  .v-align > div {
    display: table-cell;
    vertical-align: middle; }

@media (min-width: 768px) {
  .v-align-sm {
    display: table;
    width: 100%;
    height: 100%; }
    .v-align-sm > div {
      display: table-cell;
      vertical-align: middle; } }

.v-align-flex {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center; }

.flex-same-height {
  display: flex; }
  .flex-same-height > * {
    display: flex;
    flex-direction: column; }

.h-align {
  margin: 0 auto;
  float: none;
  display: block; }

.dh-align {
  text-align: center; }
  .dh-align > div {
    display: inline-block;
    text-align: left; }

.dv-align {
  position: relative; }
  .dv-align > div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }

.no-margin {
  margin: 0; }

.no-margin-top {
  margin-top: 0; }

.no-margin-bottom {
  margin-bottom: 0; }

.italic {
  font-style: italic; }

.strong {
  font-weight: bold; }

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

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

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

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

html {
  -webkit-font-smoothing: antialiased !important;
  height: 100%; }

html,
body {
  height: 100%;
  color: black !important;
  min-height: 100%; }

body {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  color: #f9f9fb;
  line-height: 24px;
  font-weight: 400;
  background-color: #ffffff;
  margin-left: auto;
  margin-right: auto;
  border-top: 4px solid #10a1ab; }

.bg-grey {
  background-color: #f9f9fb; }

.background-black {
  background-color: #000000; }

.bg-gradient {
  background: white; }
  @media (min-width: 768px) {
    .bg-gradient {
      background: linear-gradient(180deg, #fbfcfe 0%, #f5f8fc 100%); } }

.bg-lightgrey {
  background: white; }
  @media (min-width: 768px) {
    .bg-lightgrey {
      background: #fbfcfe; } }

.text-dark {
  color: #000000; }

h1,
.h1,
h2,
.h2,
p,
.micro,
body {
  margin-bottom: 0; }

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Poppins", sans-serif; }

p {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 28px;
  color: #343a50;
  font-weight: 400; }
  p b {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    line-height: 28px;
    color: #343a50;
    font-weight: 600; }

h1,
.h1 {
  margin-top: 0;
  font-size: 36px;
  line-height: 50px;
  font-weight: 800;
  letter-spacing: 0.8px;
  color: #343a50; }
  @media (min-width: 768px) {
    h1,
    .h1 {
      font-size: 50px;
      line-height: 65px;
      letter-spacing: 1px; } }

h2,
.h2 {
  margin-top: 0;
  font-size: 24px;
  line-height: 33px;
  font-weight: 700;
  color: #343a50; }
  @media (min-width: 768px) {
    h2,
    .h2 {
      font-size: 30px;
      line-height: 43px;
      letter-spacing: 1px; } }

h3,
.h3 {
  font-family: "Poppins", sans-serif;
  margin-top: 0;
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
  color: #343a50; }
  @media (min-width: 768px) {
    h3,
    .h3 {
      font-size: 20px;
      line-height: 32px; } }
  h3.card-title,
  .h3.card-title {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.5px;
    margin-bottom: 0; }

h4,
.h4 {
  margin-top: 0;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  color: #343a50; }

h5,
.h5 {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  color: #10a1ab; }

.blue {
  color: #00abb5; }

.small-text {
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  color: #343a50; }

.purple {
  color: #000000; }

.black {
  color: #000000; }

.medium {
  font-weight: 500; }

.max-content {
  width: 630px;
  max-width: 100%;
  margin: 0 auto; }

.table-fixed {
  table-layout: fixed; }

.flex-container {
  display: flex; }
  .flex-container .flex-grow-1 {
    flex-grow: 1; }

.woocommerce-info {
  text-align: left;
  max-width: 260px; }

button,
input[type='submit'] {
  border: none; }

.m-b-50 {
  margin-bottom: 50px; }

.m-b-40 {
  margin-bottom: 40px; }

.m-b-20 {
  margin-bottom: 20px; }

.m-b-15 {
  margin-bottom: 15px !important; }

.m-b-10 {
  margin-bottom: 10px; }

.m-b-5 {
  margin-bottom: 5px; }

.m-b-0 {
  margin-bottom: 0 !important; }

.m-t-20 {
  margin-top: 20px; }

.m-t-10 {
  margin-top: 10px; }

.m-t-5 {
  margin-top: 5px; }

.m-t-0 {
  margin-top: 0 !important; }

.content-margin-top {
  margin-top: 60px; }

.flex-row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row; }

.login-btn-checkmark-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: space-between; }
  @media (max-width: 575.98px) {
    .login-btn-checkmark-wrapper {
      flex-direction: column-reverse;
      justify-content: space-between;
      align-items: flex-start; } }

.veilige-verbinding {
  display: none !important; }

.btn {
  display: inline-block;
  max-width: 100%;
  padding: 15px 60px;
  cursor: pointer;
  border-radius: 25px;
  background: #fcd33d;
  outline: none;
  line-height: 18px;
  color: #343a50;
  font-weight: 500;
  font-size: 16px;
  text-decoration: none;
  text-align: center;
  margin-top: 30px;
  font-family: "Poppins", sans-serif; }
  @media (min-width: 768px) {
    .btn {
      margin-top: 50px; } }
  .btn.showlogin {
    margin-top: 5px;
    margin-bottom: 20px; }
  .btn:hover, .btn:active, .btn.active, .btn:visited {
    text-decoration: none; }
  .btn.white {
    background-color: transparent;
    color: #343a50;
    border: 1px solid #343a50;
    border-radius: 25px;
    padding: 15px 25px;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 500; }

.text-link {
  text-decoration: underline;
  font-size: 16px;
  float: right; }

input.btn {
  white-space: normal; }

.section, .section-margin, .section-padding {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px; }
  @media (min-width: 768px) {
    .section, .section-margin, .section-padding {
      padding-left: 40px;
      padding-right: 40px; } }
  .section.no-top-margin, .no-top-margin.section-margin, .no-top-margin.section-padding {
    margin-top: 0; }
  .section.no-bottom-margin, .no-bottom-margin.section-margin, .no-bottom-margin.section-padding {
    margin-bottom: 0; }
  .section.no-top-padding, .no-top-padding.section-margin, .no-top-padding.section-padding {
    padding-top: 0; }
  .section.no-bottom-padding, .no-bottom-padding.section-margin, .no-bottom-padding.section-padding {
    padding-bottom: 0; }

.section-margin {
  margin-top: 20px;
  margin-bottom: 50px; }
  @media (min-width: 768px) {
    .section-margin {
      margin-top: 40px;
      margin-bottom: 100px; } }

.section-padding {
  padding-top: 50px;
  padding-bottom: 50px; }
  @media (min-width: 768px) {
    .section-padding {
      padding-top: 100px;
      padding-bottom: 100px; } }

.main-wrapper-block {
  display: flex;
  flex-direction: column;
  min-height: 100%; }

.separator-block {
  background: linear-gradient(to right, #037387, #014f5d); }
  @media (min-width: 992px) {
    .separator-block {
      border-radius: 100px;
      margin: 0 40px; } }
  @media (min-width: 768px) {
    .separator-block section {
      padding-top: 30px;
      padding-bottom: 30px; } }
  .separator-block .col {
    margin-bottom: 25px; }
    @media (min-width: 768px) {
      .separator-block .col {
        margin-bottom: 0; } }
    .separator-block .col:last-child {
      margin-bottom: 0; }
    .separator-block .col h3 {
      color: #fcd33d;
      font-weight: 500;
      text-align: center;
      margin-bottom: 0; }
    .separator-block .col h2 {
      color: #ffffff;
      margin-bottom: 11px;
      text-align: center; }

@media (min-width: 768px) {
  .events-block.section-padding {
    padding-top: 90px;
    padding-bottom: 50px; } }

.events-block .col {
  margin-bottom: 20px; }
  .events-block .col:last-child {
    margin-bottom: 30px; }
  @media (min-width: 768px) {
    .events-block .col {
      margin-bottom: 30px; } }

.events-block a {
  color: #f9f9fb; }
  .events-block a:hover {
    text-decoration: none; }

.events-block .card {
  background: #ffffff;
  text-align: center;
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  display: block;
  text-decoration: none; }
  .events-block .card .card-img-top {
    height: 172px;
    border-radius: 10px 10px 0 0; }
  .events-block .card .card-body {
    padding: 20px 20px 30px 20px; }
  .events-block .card .card-title {
    font-weight: 700;
    color: #343a50;
    font-size: 18px;
    line-height: 27px;
    font-family: "Poppins", sans-serif; }
  .events-block .card .btn {
    margin-top: 0;
    font-size: 16px;
    padding: 15px 30px; }
    @media (min-width: 992px) {
      .events-block .card .btn {
        padding: 15px 60px; } }
  .events-block .card .card-text {
    margin-top: 0;
    margin-bottom: 14px;
    font-size: 14px;
    font-weight: 400;
    font-family: "Montserrat", sans-serif; }

@media (min-width: 768px) {
  .events-block .more-button.double-padding-bottom {
    padding-bottom: 50px; } }

.events-block .more-button .btn {
  margin-top: 10px;
  min-width: 260px; }

@media (min-width: 768px) and (max-width: 1199px) {
  .events-block .tablet-flex {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row; } }

@media (min-width: 768px) {
  .vacancy-block .intro {
    text-align: center; } }

.vacancy-block .slick-dots {
  display: flex;
  margin-top: 34px;
  margin-bottom: 39px;
  padding-left: 0; }
  @media (min-width: 768px) {
    .vacancy-block .slick-dots {
      margin-top: 52px;
      margin-bottom: 59px; } }
  .vacancy-block .slick-dots h3 {
    margin: 0;
    font-weight: 500; }
  .vacancy-block .slick-dots li {
    flex-grow: 1;
    text-align: center;
    list-style-type: none; }

.vacancy-block .slick-active span.string {
  padding: 6px 0px;
  border-bottom: 3px solid #fcd33d; }

.vacancy-block ul {
  padding-left: 20px;
  list-style-type: disc;
  list-style-position: outside; }
  @media (min-width: 768px) {
    .vacancy-block ul {
      padding: 0; } }

@media (min-width: 768px) {
  .vacancy-block .indent-content {
    padding-left: 50px; } }

.vacancy-block .img-wrapper {
  background-repeat: no-repeat;
  background-image: url(../img/blue-shape.svg), url(../img/dots.svg);
  background-position: left bottom, bottom right;
  height: 250px;
  max-width: 400px;
  margin-left: auto;
  margin-right: 20px; }
  @media (min-width: 768px) {
    .vacancy-block .img-wrapper {
      height: 280px; } }
  .vacancy-block .img-wrapper .img {
    width: 80%;
    margin-left: 20%;
    height: 70%;
    border-radius: 10px; }

.main-content-block {
  overflow-x: hidden;
  flex: 1 0 auto; }

.footer-block {
  background: #f3fafb;
  overflow: hidden; }
  .footer-block a {
    color: #000000; }
  .footer-block .footer-inner {
    padding-top: 50px;
    padding-bottom: 60px;
    text-align: center;
    color: #000000; }
    .footer-block .footer-inner h3 {
      color: #000000; }
    @media (min-width: 768px) {
      .footer-block .footer-inner {
        text-align: left;
        padding-top: 40px;
        padding-bottom: 40px; } }
  .footer-block .wrapper {
    width: 100%;
    margin: 0 auto; }
  @media (min-width: 768px) {
    .footer-block .row {
      display: flex; } }
  .footer-block .row .col {
    margin-bottom: 40px; }
    .footer-block .row .col:last-child {
      margin-bottom: 0; }
    @media (min-width: 768px) {
      .footer-block .row .col {
        display: flex;
        flex-direction: column;
        margin-bottom: 0; } }
  .footer-block .logo {
    background-image: url(../img/brand/PT-logo.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 70px;
    background-color: #000000;
    border: 10px solid #000000;
    width: 100%;
    margin: 0 auto; }
    @media (min-width: 768px) {
      .footer-block .logo {
        margin: 0; } }
  .footer-block p {
    margin: 0;
    line-height: 26px;
    font-size: 14px; }
  .footer-block h3 {
    margin-top: 10px;
    margin-bottom: 4px;
    font-weight: 500; }
  .footer-block h4 {
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 18px;
    margin-top: 30px; }
    @media (min-width: 992px) {
      .footer-block h4 {
        margin-top: 0; } }
  .footer-block .icons {
    padding-left: 0;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 250px;
    justify-content: space-evenly; }
    @media (min-width: 768px) {
      .footer-block .icons {
        margin: 15px 0 0; } }
    .footer-block .icons a {
      width: 30px;
      height: 20px; }
    @media (max-width: 767.98px) {
      .footer-block .icons .icon.before:before {
        top: 50%; } }
    @media (min-width: 768px) {
      .footer-block .icons {
        display: block;
        width: 100%;
        margin-left: 0; } }
  .footer-block .footer-logo {
    margin-bottom: 15px;
    max-width: 100%; }
    @media (max-width: 991px) {
      .footer-block .footer-logo {
        margin-left: auto;
        margin-right: auto;
        display: block; } }
  @media (max-width: 767.98px) {
    .footer-block .contact-data {
      margin-top: 40px; }
      .footer-block .contact-data .icon.before:before {
        left: -30px;
        top: 50%;
        transform: translateY(-50%); } }
  .footer-block .col-row {
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row; }
    .footer-block .col-row .col {
      flex: 1;
      align-items: flex-start;
      justify-content: center;
      padding: 0 20px; }
    @media (max-width: 991px) {
      .footer-block .col-row {
        flex-direction: column;
        align-items: center; }
        .footer-block .col-row .col {
          padding: 0;
          text-align: center; } }
  .footer-block span.small {
    font-size: 12px;
    line-height: 20px;
    padding: 10px 0;
    text-align: center;
    display: block;
    margin-top: 15px;
    margin-bottom: 20px; }
    @media (min-width: 992px) {
      .footer-block span.small {
        text-align: left;
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0; } }
  .footer-block .quality-marks {
    margin: 0 auto;
    width: 250px; }
    @media (min-width: 992px) {
      .footer-block .quality-marks {
        margin: 0; } }
    .footer-block .quality-marks .quality-mark {
      height: 60px;
      width: 60px;
      margin-right: 30px;
      display: inline-block; }
      .footer-block .quality-marks .quality-mark.iso-blue {
        background: url("../img/ISO-9001.png") center no-repeat;
        background-size: contain; }
      .footer-block .quality-marks .quality-mark.iso-green {
        background: url("../img/ISO-14001.png") center no-repeat;
        background-size: contain; }
      .footer-block .quality-marks .quality-mark.knv {
        background: url("../img/koninklijk-nederlands-vervoer.png") center no-repeat;
        background-size: contain;
        margin-right: 0; }

@media (min-width: 768px) {
  .intro-usp-block {
    padding-bottom: 140px; } }

@media (min-width: 992px) {
  .intro-usp-block {
    padding-bottom: 180px; } }

.intro-usp-block .row {
  position: relative; }
  .intro-usp-block .row .bg-mobile {
    position: absolute;
    width: calc(100% - 30px);
    left: 15px;
    top: 0;
    height: calc(100% - 180px); }
    @media (min-width: 576px) {
      .intro-usp-block .row .bg-mobile {
        display: none; } }
  .intro-usp-block .row .bg-tablet {
    position: absolute;
    width: calc(100% - 30px);
    left: 15px;
    top: 0;
    height: calc(100% - 310px); }
    @media (min-width: 768px) {
      .intro-usp-block .row .bg-tablet {
        display: none; } }

.intro-usp-block .content-wrapper {
  padding: 70px 50px;
  position: relative; }
  @media (max-width: 991px) {
    .intro-usp-block .content-wrapper {
      padding: 50px 20px; } }
  .intro-usp-block .content-wrapper .bg-shape {
    background-image: url(../img/shapes/bg-intro-usp-block.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left top;
    position: absolute;
    left: 0;
    top: 0;
    height: calc(100% + 20px);
    width: 1103px;
    z-index: 0; }
    @media (max-width: 767.98px) {
      .intro-usp-block .content-wrapper .bg-shape {
        display: none; } }
  .intro-usp-block .content-wrapper .content {
    position: relative; }
    .intro-usp-block .content-wrapper .content .icon-text-wrapper {
      display: flex;
      flex-wrap: wrap;
      flex-direction: row;
      margin-top: 30px; }
      @media (max-width: 767.98px) {
        .intro-usp-block .content-wrapper .content .icon-text-wrapper {
          flex-direction: column;
          margin-top: 40px; } }
      .intro-usp-block .content-wrapper .content .icon-text-wrapper .icon {
        width: 50px;
        height: 50px;
        margin-right: 30px;
        margin-top: 5px; }
        @media (max-width: 767.98px) {
          .intro-usp-block .content-wrapper .content .icon-text-wrapper .icon {
            margin-bottom: 20px; } }
      .intro-usp-block .content-wrapper .content .icon-text-wrapper .text-half {
        flex: 1; }
        .intro-usp-block .content-wrapper .content .icon-text-wrapper .text-half h4 {
          margin: 0; }
        .intro-usp-block .content-wrapper .content .icon-text-wrapper .text-half p {
          margin: 0; }
    @media (min-width: 992px) {
      .intro-usp-block .content-wrapper .content .btn {
        margin-top: 40px; } }

.intro-usp-block .image-wrapper {
  top: 250px;
  position: absolute;
  display: block;
  width: 100%; }
  @media (max-width: 767.98px) {
    .intro-usp-block .image-wrapper {
      position: relative;
      bottom: 0;
      top: 0;
      margin-left: 35px;
      width: 100%;
      display: block; } }
  .intro-usp-block .image-wrapper:before {
    content: '';
    background-image: url(../img/dots.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left bottom;
    position: absolute;
    bottom: -50px;
    left: -50px;
    width: 250px;
    height: 275px; }
    @media (max-width: 767.98px) {
      .intro-usp-block .image-wrapper:before {
        width: 65%;
        height: 65%;
        bottom: -30px;
        left: -30px; } }
  .intro-usp-block .image-wrapper .image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    padding-top: 100%;
    border-radius: 20px;
    box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.05);
    position: relative; }
    @media (max-width: 767.98px) {
      .intro-usp-block .image-wrapper .image {
        width: calc(100% - 60px);
        height: auto;
        padding-top: 400px; } }
    @media (max-width: 575.98px) {
      .intro-usp-block .image-wrapper .image {
        padding-top: 250px; } }

body.no-header {
  padding-top: 50px; }
  @media (min-width: 992px) {
    body.no-header {
      padding-top: 100px; } }
  body.no-header.single-landing_page {
    padding-top: 10px; }
    @media (min-width: 992px) {
      body.no-header.single-landing_page {
        padding-top: 0; } }

.nav-bar-block {
  background: transparent;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  transition: background 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  color: #000000; }
  .nav-bar-block.is-scrolled {
    background: #ffffff; }
    @media (min-width: 992px) {
      .nav-bar-block.is-scrolled .wrapper {
        height: 60px; } }
  .nav-bar-block .wrapper {
    height: auto;
    transition: height 0.3s cubic-bezier(0.86, 0, 0.07, 1);
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media (min-width: 768px) {
      .nav-bar-block .wrapper {
        padding-top: 20px;
        padding-bottom: 20px; } }
    @media (min-width: 992px) {
      .nav-bar-block .wrapper {
        padding-top: 20px;
        padding-bottom: 20px;
        height: 100px; } }
  .nav-bar-block .holder {
    float: right; }
    @media (min-width: 992px) {
      .nav-bar-block .holder {
        float: none; } }
    .nav-bar-block .holder .my-account {
      background: #fcd33d;
      display: block;
      border-radius: 20px;
      float: right;
      max-width: 165px;
      margin-top: -3px;
      color: #343a50;
      font-family: "Poppins", sans-serif;
      font-weight: 500;
      text-align: center;
      text-decoration: none;
      padding: 10px;
      box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.1); }
      @media (min-width: 992px) {
        .nav-bar-block .holder .my-account {
          float: inherit;
          padding: 7px 35px;
          margin-right: 20px;
          margin-top: 0;
          box-shadow: none; } }
  .nav-bar-block .veilige-verbinding {
    display: flex;
    position: absolute;
    left: 30px;
    margin-top: 2px; }
    @media (min-width: 400px) {
      .nav-bar-block .veilige-verbinding {
        left: 50%;
        transform: translateX(-50%); } }
    @media (min-width: 768px) {
      .nav-bar-block .veilige-verbinding {
        left: auto;
        right: 120px; } }
    @media (min-width: 992px) {
      .nav-bar-block .veilige-verbinding {
        display: flex;
        margin-right: 30px;
        position: inherit;
        margin-top: 0px; } }
    .nav-bar-block .veilige-verbinding .icon {
      margin-right: 3px;
      margin-left: 3px; }
      @media (min-width: 768px) {
        .nav-bar-block .veilige-verbinding .icon {
          margin-right: 10px;
          margin-left: 10px; } }
    .nav-bar-block .veilige-verbinding .label {
      display: block; }
      @media (min-width: 768px) {
        .nav-bar-block .veilige-verbinding .label {
          display: none; } }
      @media (min-width: 1200px) {
        .nav-bar-block .veilige-verbinding .label {
          display: block; } }
  .nav-bar-block .logo {
    background-image: url(../img/brand/PT-logo.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    float: left;
    transition: height 0.3s cubic-bezier(0.86, 0, 0.07, 1);
    display: block;
    width: 170px;
    height: 40px; }
    @media (min-width: 992px) {
      .nav-bar-block .logo {
        width: 210px; } }
  .nav-bar-block .hamburger {
    outline: none;
    position: relative;
    z-index: 12;
    float: left;
    padding-left: 0; }
    .nav-bar-block .hamburger .hamburger-box {
      width: 40px;
      height: 40px;
      display: inline-block;
      position: relative;
      border-radius: 50%;
      box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.1); }
      .nav-bar-block .hamburger .hamburger-box span {
        position: relative;
        width: 100%;
        display: block;
        height: 100%;
        padding-right: 0; }
        .nav-bar-block .hamburger .hamburger-box span:after {
          content: '';
          position: relative;
          display: block;
          height: 16px;
          width: 18px;
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center;
          margin-left: 11px; }
  .nav-bar-block .holder {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center; }
    .nav-bar-block .holder .cart {
      float: right;
      margin-left: 15px;
      display: inline-block;
      padding: 10px;
      background: #ffffff;
      box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.1);
      border-radius: 50%; }
      @media (min-width: 992px) {
        .nav-bar-block .holder .cart {
          margin-right: 0;
          margin-left: 0;
          box-shadow: none;
          background: rgba(16, 161, 171, 0.2); } }
      .nav-bar-block .holder .cart .icon {
        height: 20px;
        width: 20px;
        position: relative; }
      .nav-bar-block .holder .cart .count {
        background: #fcd33d;
        text-align: center;
        border-radius: 50%;
        position: absolute;
        bottom: -14px;
        right: -24px;
        line-height: 17px;
        color: #000000;
        width: 25px;
        height: 25px;
        font-size: 12px;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        align-items: center;
        justify-content: center; }
  .nav-bar-block .person {
    float: right; }
    .nav-bar-block .person .label {
      display: none; }
      @media (min-width: 992px) {
        .nav-bar-block .person .label {
          display: block;
          width: 100%;
          color: #000; } }
  .nav-bar-block .menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: translateX(-100%);
    z-index: 11;
    transition: transform 0.3s cubic-bezier(0.86, 0, 0.07, 1);
    padding: 50px 20px 0; }
    @media (min-width: 768px) {
      .nav-bar-block .menu {
        transform: translateY(0);
        position: static;
        background: none;
        padding: 0; } }
    .nav-bar-block .menu ul {
      list-style: none;
      padding: 0;
      margin: 0;
      overflow: auto;
      max-height: 100%; }
      @media (min-width: 768px) {
        .nav-bar-block .menu ul li {
          display: inline-block; } }
      .nav-bar-block .menu ul li.hr {
        border-bottom: 2px solid #ffffff;
        width: 40px;
        margin: 15px 0; }
        @media (min-width: 768px) {
          .nav-bar-block .menu ul li.hr {
            display: none; } }
      .nav-bar-block .menu ul a {
        text-decoration: none;
        color: #000000;
        display: block;
        padding: 5px 0;
        font-family: "Poppins", sans-serif;
        font-size: 14px;
        font-weight: 500;
        line-height: 21px; }
        @media (min-width: 768px) {
          .nav-bar-block .menu ul a {
            padding: 10px; } }
    @media (max-width: 767.98px) {
      .nav-bar-block .menu {
        padding-top: 100px;
        padding-left: 20px; }
        .nav-bar-block .menu:before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background-color: rgba(255, 255, 255, 0.8);
          -webkit-backdrop-filter: blur(20px);
                  backdrop-filter: blur(20px);
          box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.1); }
        .nav-bar-block .menu ul {
          position: relative; }
          .nav-bar-block .menu ul a {
            font-size: 20px;
            font-weight: 500;
            line-height: 30px;
            color: #343a50;
            padding: 15px 0; } }
    .nav-bar-block .menu.is-active {
      transform: translateX(0);
      width: calc(100% - 65px);
      padding-top: 100px;
      padding-left: 20px; }

.steps-block .steps {
  margin: 50px -8px 0 -8px; }
  .steps-block .steps:before, .steps-block .steps:after {
    content: '';
    display: table;
    clear: both; }
  .steps-block .steps .single-step {
    float: left;
    min-height: 1px;
    width: 50%;
    padding: 0px 8px;
    margin-bottom: 30px; }
    .steps-block .steps .single-step:nth-last-child(-n + 2) {
      margin-bottom: 0; }
    .steps-block .steps .single-step.hidden-sm {
      align-items: center;
      display: flex; }
    .steps-block .steps .single-step p {
      margin: 0; }
    .steps-block .steps .single-step img {
      max-width: 100%;
      margin-bottom: 30px; }
    @media (min-width: 768px) {
      .steps-block .steps .single-step {
        width: 20%; }
        .steps-block .steps .single-step .content {
          padding: 0px 20px; } }

.single-event-block {
  padding-top: 60px; }
  .single-event-block .accordion-block .accordion-row {
    padding-left: 0;
    padding-right: 0; }
    @media (min-width: 768px) {
      .single-event-block .accordion-block .accordion-row {
        padding-left: 15px;
        padding-right: 15px; } }
    @media (min-width: 992px) {
      .single-event-block .accordion-block .accordion-row {
        padding: 10px 30px 16px 30px; } }
  .single-event-block .d-step-1,
  .single-event-block .d-step-2,
  .single-event-block .d-step-3 {
    display: none; }
    .single-event-block .d-step-1.active,
    .single-event-block .d-step-2.active,
    .single-event-block .d-step-3.active {
      display: block; }
    .single-event-block .d-step-1.disabled,
    .single-event-block .d-step-2.disabled,
    .single-event-block .d-step-3.disabled {
      opacity: 0.3;
      pointer-events: none;
      cursor: not-allowed; }
  .single-event-block.d-step-3.prev-step-btn {
    width: 95%;
    margin: auto; }
  .single-event-block .lightgrey {
    color: #b4b4b4; }
  .single-event-block .description {
    color: #000000; }
  .single-event-block .img-wrapper {
    background-repeat: no-repeat;
    background-image: url(../img/blue-shape.svg), url(../img/dots.svg);
    background-position: right bottom, bottom;
    display: none; }
    @media (min-width: 768px) {
      .single-event-block .img-wrapper {
        height: 300px;
        display: block; } }
    .single-event-block .img-wrapper .img {
      width: 90%;
      height: 80%;
      border-radius: 10px; }
  .single-event-block .department-location .show-max-tickets {
    display: none; }
    .single-event-block .department-location .show-max-tickets.active {
      display: block; }
  .single-event-block .departure-information-block {
    margin-top: 0;
    padding-top: 0; }
    .single-event-block .departure-information-block .intro-text {
      padding: 30px; }
      .single-event-block .departure-information-block .intro-text b.dark {
        color: #343a50;
        font-weight: 700; }
    .single-event-block .departure-information-block .not-available {
      display: none; }
      .single-event-block .departure-information-block .not-available .text-link {
        float: none; }
      .single-event-block .departure-information-block .not-available.show {
        display: block; }
  .single-event-block .italic {
    display: inline-block;
    margin-left: 30px; }
  .single-event-block a.open-modal-block {
    cursor: pointer;
    bottom: 0;
    left: 0; }
    @media (min-width: 768px) and (max-width: 940px) {
      .single-event-block a.open-modal-block {
        position: relative;
        margin-top: 25px; } }
    @media (max-width: 510px) {
      .single-event-block a.open-modal-block {
        position: relative;
        margin: 10px 15px; } }
  .single-event-block .step-3-btn-container {
    padding-left: 15px;
    padding-right: 15px; }
  .single-event-block .step-3-text {
    padding-left: 15px;
    padding-right: 15px; }
  @media (max-width: 767.98px) {
    .single-event-block .smaller-mobile {
      width: 95% !important;
      margin-left: 2.5% !important; } }
  .single-event-block .padding-mobile {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px; }
  .single-event-block .btn {
    margin-top: 0;
    width: 100%; }
    @media (min-width: 768px) {
      .single-event-block .btn {
        width: auto;
        margin-top: 20px; } }
    .single-event-block .btn:not(.visible-xs)[name='submit'] {
      margin-top: 30px; }
    @media (min-width: 768px) {
      .single-event-block .btn.margin-left {
        margin-left: 15px; } }
    .single-event-block .btn.request-departure-location {
      width: auto; }
    .single-event-block .btn.show-step-3-btn {
      display: none;
      margin-top: 20px; }
      .single-event-block .btn.show-step-3-btn.active {
        display: block; }
    .single-event-block .btn.prev-step-btn {
      margin-top: 20px;
      background-color: #10a1ab;
      color: white; }
    @media (min-width: 992px) {
      .single-event-block .btn {
        margin-bottom: 0; } }
    .single-event-block .btn.submit {
      display: none;
      margin-top: 14px; }
      .single-event-block .btn.submit.active {
        display: block; }
      @media (max-width: 768px) {
        .single-event-block .btn.submit {
          width: 95%;
          margin: auto; } }
      .single-event-block .btn.submit.desktop {
        margin-top: 20px; }
    .single-event-block .btn.confirm-ticket-btn {
      width: auto;
      margin-top: 20px;
      display: none; }
      .single-event-block .btn.confirm-ticket-btn.active {
        display: inline-block; }
      @media (max-width: 768px) {
        .single-event-block .btn.confirm-ticket-btn {
          width: 100%; } }
  .single-event-block .btn-wrapper {
    margin: 20px 0;
    position: relative;
    height: auto; }
    @media (max-width: 510px) {
      .single-event-block .btn-wrapper .open-modal-block {
        position: relative;
        margin: 10px 0; } }
  .single-event-block .date-location {
    position: relative;
    height: 160px; }
    .single-event-block .date-location .icon {
      padding-left: 30px; }
      .single-event-block .date-location .icon:before {
        left: 0;
        top: 50%;
        transform: translateX(0) translateY(-50%); }
      .single-event-block .date-location .icon.icon-marker-purple {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        margin-top: 0; }
        @media (min-width: 768px) {
          .single-event-block .date-location .icon.icon-marker-purple {
            -webkit-line-clamp: 3;
            margin-top: 1em; } }
    .single-event-block .date-location .btn {
      position: absolute;
      left: 0;
      bottom: 0;
      margin: 0 auto;
      width: calc(100% - 30px);
      right: 0; }
      @media (min-width: 768px) {
        .single-event-block .date-location .btn {
          width: auto;
          left: 15px;
          bottom: -70px;
          right: unset; } }
      @media (min-width: 992px) {
        .single-event-block .date-location .btn {
          bottom: -60px; } }
      .single-event-block .date-location .btn.mobileButton {
        top: unset;
        bottom: -60px; }
    @media (min-width: 768px) {
      .single-event-block .date-location {
        height: 100px; } }
  .single-event-block .map-wrapper .map-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 28px; }
  .single-event-block .map-wrapper .location-map {
    width: 100%;
    height: 300px;
    overflow: hidden; }
    .single-event-block .map-wrapper .location-map h3,
    .single-event-block .map-wrapper .location-map p {
      padding: 0 15px; }
      @media (min-width: 768px) {
        .single-event-block .map-wrapper .location-map h3,
        .single-event-block .map-wrapper .location-map p {
          padding: 0 20px; } }
    .single-event-block .map-wrapper .location-map .text {
      padding: 20px 0 0 15px; }
    .single-event-block .map-wrapper .location-map .map {
      padding-right: 0;
      padding-left: 0; }
    .single-event-block .map-wrapper .location-map .btn {
      padding: 12px 17px;
      color: #000000;
      position: static; }
    .single-event-block .map-wrapper .location-map .location-map {
      width: 100%;
      min-height: 200px;
      margin-top: 0;
      margin-bottom: 0;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }
      @media (min-width: 768px) {
        .single-event-block .map-wrapper .location-map .location-map {
          min-height: 100%; } }
  .single-event-block .map-wrapper .no-location {
    font-size: 12px;
    line-height: 18px;
    color: #333333;
    font-weight: 600;
    font-family: "Poppins", sans-serif; }
    .single-event-block .map-wrapper .no-location a {
      color: #10a1ab;
      text-decoration: underline; }
  .single-event-block .tabs {
    margin-top: 100px;
    margin-bottom: 50px; }
    .single-event-block .tabs .tab {
      min-height: 80px;
      border-bottom: #b5b5b5; }
      .single-event-block .tabs .tab:not(:last-child) {
        border-right: 1px solid #b5b5b5; }
  .single-event-block .step {
    visibility: hidden;
    height: 0;
    overflow: hidden; }
    .single-event-block .step.step-3 {
      margin-top: 50px;
      display: none; }
      .single-event-block .step.step-3.active {
        display: block; }
    .single-event-block .step h4 .blue {
      color: #10a1ab; }
    .single-event-block .step .text-dark {
      font-family: "Montserrat", sans-serif;
      font-weight: 500;
      color: #343a50; }
    @media (max-width: 767.98px) {
      .single-event-block .step .amount-block {
        margin-top: 20px; } }
    .single-event-block .step .selectric-wrapper .selectric {
      margin: 0;
      font-family: "Poppins", sans-serif;
      background-color: #fbfbfc;
      border-radius: 5px;
      border: 0;
      min-height: 48px; }
      @media (max-width: 767.98px) {
        .single-event-block .step .selectric-wrapper .selectric {
          width: 100%; } }
      .single-event-block .step .selectric-wrapper .selectric span.label {
        color: #000000;
        font-weight: 500;
        padding: 15px;
        box-sizing: content-box;
        line-height: 16px;
        font-size: 14px;
        height: auto; }
      .single-event-block .step .selectric-wrapper .selectric .icon.icon-arrow-down-purple {
        background: url("../img/icons/icon-arrow-down-purple.svg") center no-repeat;
        background-size: 16px;
        transition: 0.1s all ease-in-out;
        transform: rotate(0); }
    .single-event-block .step .selectric-wrapper.selectric-open .icon.icon-arrow-down-purple {
      transform: rotate(180deg); }
    .single-event-block .step .more-info-wrapper {
      display: inline-block;
      margin-left: 10px; }
      .single-event-block .step .more-info-wrapper .icon {
        margin-top: 0;
        cursor: pointer; }
        .single-event-block .step .more-info-wrapper .icon:after {
          top: -5px;
          transform: none;
          left: 0;
          width: 18px;
          height: 18px; }
    @media (min-width: 768px) {
      .single-event-block .step {
        visibility: visible;
        overflow: visible;
        display: block;
        height: auto; } }
    .single-event-block .step.active {
      visibility: visible;
      overflow: visible;
      display: block;
      height: auto; }
    @media (min-width: 768px) {
      .single-event-block .step {
        display: block; } }
    .single-event-block .step .next:not(.w-100),
    .single-event-block .step .back:not(.w-100) {
      float: right;
      width: 50%; }
    .single-event-block .step .back {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      border-right: 1px solid #cdb400; }
    .single-event-block .step .next:not(.w-100) {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }
  .single-event-block .button-row {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
    gap: 14px;
    flex-wrap: wrap; }
    @media (max-width: 767.98px) {
      .single-event-block .button-row {
        gap: 20px; } }
  .single-event-block .tabs {
    padding: 0; }
    .single-event-block .tabs .tab {
      padding: 0;
      position: relative; }
      .single-event-block .tabs .tab.icon-step-1 {
        background-image: url("../img/icons/pin.svg");
        background-repeat: no-repeat;
        background-size: auto 30px;
        background-position: center; }
        .single-event-block .tabs .tab.icon-step-1.active {
          border-bottom: 2px solid #000000;
          background-image: url("../img/icons/pin-green.svg"); }
      .single-event-block .tabs .tab.icon-step-2 {
        background-image: url("../img/icons/route.svg");
        background-repeat: no-repeat;
        background-size: auto 30px;
        background-position: center;
        border-bottom: 2px solid transparent; }
        .single-event-block .tabs .tab.icon-step-2.active {
          border-bottom: 2px solid #000000;
          background-image: url("../img/icons/route-green.svg"); }
      .single-event-block .tabs .tab.icon-step-3 {
        background-image: url("../img/icons/ticket.svg");
        background-repeat: no-repeat;
        background-size: auto 20px;
        background-position: center;
        border-bottom: 2px solid transparent; }
        .single-event-block .tabs .tab.icon-step-3.active {
          border-bottom: 2px solid #000000;
          background-image: url("../img/icons/ticket-green.svg"); }
      .single-event-block .tabs .tab.completed {
        border-bottom: 2px solid #000000; }
        .single-event-block .tabs .tab.completed:after {
          content: '';
          background-image: url("../img/icons/check.svg");
          position: absolute;
          right: 20%;
          top: 20%;
          width: 15px;
          height: 15px;
          background-repeat: no-repeat;
          background-size: cover; }
      .single-event-block .tabs .tab span {
        font-size: 12px;
        position: absolute;
        bottom: 0;
        left: 50%;
        padding-bottom: 5px;
        text-align: center;
        line-height: 12px;
        transform: translateX(-50%);
        width: 100%;
        display: block; }
  .single-event-block .step2-wrapper {
    background-color: #f9f9f9; }
    @media (max-width: 767.98px) {
      .single-event-block .step2-wrapper {
        margin-top: 20px;
        width: 100vw; } }
    @media (min-width: 768px) {
      .single-event-block .step2-wrapper {
        padding-left: 15px;
        padding-right: 15px;
        left: 0;
        background-color: transparent; } }
    @media (min-width: 768px) {
      .single-event-block .step2-wrapper .step {
        width: 100%; } }
  .single-event-block .show-on-fail {
    display: none; }
  .single-event-block .load-button-wrapper {
    margin-top: 20px;
    display: none; }
    .single-event-block .load-button-wrapper.active {
      display: block; }
  .single-event-block .buttons-on-fail {
    margin-top: 20px; }
    .single-event-block .buttons-on-fail button {
      width: 100%; }
    .single-event-block .buttons-on-fail a {
      margin-top: 20px;
      width: 100%; }
  @media (max-width: 767.98px) {
    .single-event-block .no-margin-top {
      margin-top: 0 !important; } }
  .single-event-block .text-ask-location-btn {
    margin-left: 0; }
    .single-event-block .text-ask-location-btn .ask-location-btn {
      margin-left: 5px;
      text-align: left; }
      @media (max-width: 767.98px) {
        .single-event-block .text-ask-location-btn .ask-location-btn {
          width: 100%;
          margin-left: 0;
          display: block; } }

.accordion-block {
  left: 5px;
  position: relative; }
  @media (min-width: 768px) {
    .accordion-block {
      left: 0; } }
  @media (min-width: 1200px) {
    .accordion-block {
      background-color: white; } }
  .accordion-block.no-collapse .accordion-row {
    display: none; }
    .accordion-block.no-collapse .accordion-row .accordion-title:after {
      background: none; }
    .accordion-block.no-collapse .accordion-row .accordion-content {
      padding-bottom: 0; }
      @media (min-width: 768px) {
        .accordion-block.no-collapse .accordion-row .accordion-content {
          padding-bottom: 14px; } }
      .accordion-block.no-collapse .accordion-row .accordion-content .map {
        width: 100vw;
        left: -20px;
        height: 190px;
        margin: 0; }
        @media (min-width: 768px) {
          .accordion-block.no-collapse .accordion-row .accordion-content .map {
            left: 0;
            width: 100%; } }
        @media (min-width: 1200px) {
          .accordion-block.no-collapse .accordion-row .accordion-content .map {
            height: 370px; } }
  .accordion-block h5 {
    color: #000000;
    font-weight: bold; }
    .accordion-block h5:not(:first-child) {
      margin-top: 20px; }
  .accordion-block h3 {
    font-weight: 600;
    margin: 0;
    padding-right: 30px;
    font-size: 14px;
    color: #343a50;
    font-family: "Montserrat", sans-serif; }
    .accordion-block h3.type {
      font-size: 16px;
      font-weight: 700; }
  .accordion-block h2 {
    text-transform: capitalize; }
  .accordion-block .accordion-row {
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    background-color: #f9f9f9;
    border-radius: 20px; }
  .accordion-block .accordion-title {
    padding: 18px 0px 0;
    position: relative; }
    .accordion-block .accordion-title h4 {
      margin: 0; }
    .accordion-block .accordion-title:hover {
      cursor: pointer; }
    .accordion-block .accordion-title:after {
      content: '';
      right: 0;
      top: 50%;
      margin-top: -10px;
      background: url("../img/icons/icon-arrow-down-purple.svg") center no-repeat;
      background-size: contain;
      position: absolute;
      height: 20px;
      width: 20px;
      transition: 0.2s; }
    .accordion-block .accordion-title.special:after {
      transform: rotate(180deg); }
  .accordion-block .accordion-content {
    padding-top: 14px;
    padding-bottom: 14px;
    color: #000000; }
    @media (min-width: 768px) {
      .accordion-block .accordion-content {
        padding-top: 20px;
        padding-bottom: 20px; } }
    .accordion-block .accordion-content .color-time {
      color: #10a1ab;
      font-size: 15px;
      font-weight: 500; }
    .accordion-block .accordion-content .starInfo {
      margin-top: 10px;
      color: #555555;
      display: inline-block; }
    .accordion-block .accordion-content .dashed-border {
      padding: 0 0 0 10px;
      list-style-type: none; }
      .accordion-block .accordion-content .dashed-border li {
        padding-left: 20px;
        margin-bottom: 20px;
        position: relative;
        font-size: 15px;
        font-weight: 400;
        font-family: "Montserrat", sans-serif; }
        .accordion-block .accordion-content .dashed-border li:before {
          content: '';
          background: #fcd33d;
          height: 11px;
          width: 11px;
          border-radius: 50%;
          position: absolute;
          left: -6px;
          top: 8px;
          z-index: 1; }
        .accordion-block .accordion-content .dashed-border li:not(:last-child):after {
          content: '';
          height: 100%;
          width: 1px;
          background-image: linear-gradient(#000000 66%, rgba(255, 255, 255, 0) 0%);
          background-position: top left;
          background-size: 1px 11px;
          background-repeat: repeat-y;
          position: absolute;
          left: -1px;
          top: 24px;
          z-index: 2; }
        .accordion-block .accordion-content .dashed-border li p {
          margin: 0; }

.customer-service-block h1 {
  color: #000000;
  font-weight: 500; }

.faq-block h2 {
  margin-bottom: 30px; }

.faq-block .faq-section {
  margin-top: 50px; }
  .faq-block .faq-section:first-child {
    margin-top: 0; }

.faq-block .sticky-service {
  text-align: center;
  color: #f9f9fb; }
  .faq-block .sticky-service .list {
    display: inline-block; }
    .faq-block .sticky-service .list a {
      display: block;
      color: #343a50;
      font-size: 18px;
      text-decoration: none;
      padding: 5px;
      border-bottom: 2px solid #c2c3ca;
      margin-bottom: 5px;
      transition: border-color 0.3s ease;
      text-transform: capitalize; }
      .faq-block .sticky-service .list a:hover, .faq-block .sticky-service .list a.active {
        border-color: #fcd33d; }

.faq-block .accordion-block {
  margin-bottom: 50px; }

.form-styling-block .field-wrapper {
  display: block;
  margin-bottom: 30px; }
  .form-styling-block .field-wrapper .input-wrapper {
    border-radius: 10px;
    background-color: #f9f9fb;
    padding: 15px 20px;
    position: relative;
    display: block; }
    .form-styling-block .field-wrapper .input-wrapper .wpcf7-not-valid-tip {
      position: absolute;
      min-width: 200px;
      bottom: -45px; }
    .form-styling-block .field-wrapper .input-wrapper .file {
      position: static; }
      .form-styling-block .field-wrapper .input-wrapper .file:before, .form-styling-block .field-wrapper .input-wrapper .file:after {
        content: '';
        display: table; }
      .form-styling-block .field-wrapper .input-wrapper .file:after {
        clear: both; }
      .form-styling-block .field-wrapper .input-wrapper .file .wpcf7-not-valid-tip {
        bottom: -25px;
        left: 20px; }
    .form-styling-block .field-wrapper .input-wrapper.error {
      border: 1px solid #10a1ab; }
    .form-styling-block .field-wrapper .input-wrapper.p-0 {
      padding: 0; }
    .form-styling-block .field-wrapper .input-wrapper.p-l-20 {
      padding-left: 20px; }
    .form-styling-block .field-wrapper .input-wrapper input,
    .form-styling-block .field-wrapper .input-wrapper textarea {
      background: none;
      border: none;
      transition: 0.3s all ease-in-out;
      position: relative;
      font-size: 14px;
      font-family: "Poppins", sans-serif;
      font-weight: 700;
      color: #343a50;
      width: 100%; }
      .form-styling-block .field-wrapper .input-wrapper input:focus, .form-styling-block .field-wrapper .input-wrapper input:hover,
      .form-styling-block .field-wrapper .input-wrapper textarea:focus,
      .form-styling-block .field-wrapper .input-wrapper textarea:hover {
        outline: 0;
        background: none; }
      .form-styling-block .field-wrapper .input-wrapper input.file-upload-input,
      .form-styling-block .field-wrapper .input-wrapper textarea.file-upload-input {
        display: none; }
    .form-styling-block .field-wrapper .input-wrapper textarea {
      height: 150px;
      width: 100%;
      resize: none; }
    .form-styling-block .field-wrapper .input-wrapper label {
      position: absolute;
      left: 20px;
      font-size: 14px;
      font-weight: 500;
      color: #343a50;
      font-family: "Poppins", sans-serif;
      transition: 0.3s all ease-in-out;
      top: 50%;
      transform: translateY(-50%); }
      .form-styling-block .field-wrapper .input-wrapper label.form-group {
        pointer-events: none; }
      .form-styling-block .field-wrapper .input-wrapper label.file-upload-text {
        padding: 25px;
        padding-left: 0;
        transition: 0s; }
        .form-styling-block .field-wrapper .input-wrapper label.file-upload-text.active {
          font-size: 14px;
          font-family: "Poppins", sans-serif;
          font-weight: 700;
          color: #343a50; }
    .form-styling-block .field-wrapper .input-wrapper.active label {
      transform: translateY(calc(50% - 35px));
      color: #10a1ab;
      font-size: 12px; }
    .form-styling-block .field-wrapper .input-wrapper.active input,
    .form-styling-block .field-wrapper .input-wrapper.active textarea {
      bottom: -10px;
      left: 0;
      padding-left: 0; }
    .form-styling-block .field-wrapper .input-wrapper .upload-btn {
      padding: 25px 40px;
      background-color: #343a50;
      display: inline-block;
      float: right;
      color: #ffffff;
      cursor: pointer;
      border-top-right-radius: 10px;
      border-bottom-right-radius: 10px; }
  .form-styling-block .field-wrapper .btn {
    font-size: 16px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    padding: 15px 50px; }
  .form-styling-block .field-wrapper .checkbox-wrapper {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
    -webkit-user-select: none;
            user-select: none;
    color: #343a50; }
    .form-styling-block .field-wrapper .checkbox-wrapper input {
      position: absolute;
      opacity: 0;
      cursor: pointer;
      height: 0;
      width: 0; }
      .form-styling-block .field-wrapper .checkbox-wrapper input:checked ~ .checkmark:after {
        display: block; }
    .form-styling-block .field-wrapper .checkbox-wrapper .checkmark {
      position: absolute;
      top: 0;
      left: 0;
      height: 21px;
      width: 21px;
      background-color: #ffffff;
      border-radius: 5px;
      border: 1px solid #c2c3ca; }
      .form-styling-block .field-wrapper .checkbox-wrapper .checkmark:after {
        content: '';
        position: absolute;
        display: none;
        top: 50%;
        left: 50%;
        transform: translate(-50%, calc(-50% - 1px)) rotate(45deg);
        width: 6px;
        height: 11px;
        border: solid black;
        border-width: 0 3px 3px 0; }
    .form-styling-block .field-wrapper .checkbox-wrapper:hover input ~ .checkmark {
      background-color: #ffffff; }
    .form-styling-block .field-wrapper .checkbox-wrapper:hover input:checked ~ .checkmark {
      background-color: #ffffff; }
      .form-styling-block .field-wrapper .checkbox-wrapper:hover input:checked ~ .checkmark::after {
        display: block; }
  .form-styling-block .field-wrapper .error-message {
    font-size: 12px;
    color: #10a1ab;
    font-family: "Montserrat", sans-serif; }
  .form-styling-block .field-wrapper.is-textarea .input-wrapper .form-group {
    transform: translateY(0);
    top: 20px; }
  .form-styling-block .field-wrapper.is-textarea .input-wrapper.active .form-group {
    top: 10px; }
  .form-styling-block .field-wrapper.is-textarea .input-wrapper.active textarea {
    padding-top: 30px; }

.form-styling-block .selectric {
  width: calc(100% + 20px); }

.form-styling-block .select2 {
  width: 100% !important; }
  .form-styling-block .select2 .select2-selection--single .select2-selection__arrow b {
    width: 16px; }
  .form-styling-block .select2 .select2-selection {
    border-radius: 10px;
    background-color: #f9f9fb;
    border: none;
    padding: 5px; }
    .form-styling-block .select2 .select2-selection .select2-selection__rendered {
      color: #343a50;
      font-weight: 500;
      font-family: "Poppins", sans-serif;
      font-size: 14px; }
  .form-styling-block .select2 .select2-selection__arrow {
    top: 50%;
    transform: translateY(calc(-50% - 6px)); }

.form-styling-block .input-group {
  margin-bottom: 0 !important;
  margin-top: 0 !important; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 0 !important;
  -webkit-text-fill-color: #343a50 !important;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
  transition: background-color 5000s ease-in-out 0s !important; }

.select2-results__option {
  color: #343a50 !important;
  font-family: "Poppins", sans-serif;
  font-weight: 500; }

.select2-search__field {
  color: #343a50; }

.select2-dropdown {
  background-color: #f9f9fb;
  border: none; }

.amount-block {
  position: relative; }
  .amount-block input[type='number']::-webkit-inner-spin-button,
  .amount-block input[type='number']::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .amount-block input[type='number'] {
    -moz-appearance: textfield; }
  .amount-block input {
    max-width: 100%;
    margin-bottom: 30px;
    border: 1px solid #ddd;
    border-radius: 25px;
    background: #ffffff;
    position: relative;
    overflow: hidden;
    color: #898989;
    padding: 7px 20px;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    width: 100%; }
    .amount-block input:focus {
      outline: 0; }
  .amount-block .nav {
    position: absolute;
    height: 40px;
    top: 0;
    right: 15px; }
    .amount-block .nav .button {
      position: relative;
      cursor: pointer;
      width: 20px;
      transform: translateX(-100%);
      -webkit-user-select: none;
              user-select: none; }
      .amount-block .nav .button .icon {
        width: 60%;
        height: inherit; }
      .amount-block .nav .button.down {
        position: absolute;
        bottom: -1px;
        height: 50%; }
      .amount-block .nav .button.up {
        position: absolute;
        height: 50%;
        top: 0; }
        .amount-block .nav .button.up .icon {
          transform: rotate(180deg);
          display: inline-grid;
          bottom: 0;
          position: absolute; }

.review-block .subtitle {
  font-size: 14px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  color: #10a1ab;
  margin-top: 0; }

@media (max-width: 767.98px) {
  .review-block h2 {
    margin-bottom: 40px; } }

.review-block .reviews {
  width: 100%;
  margin-left: 0; }
  @media (min-width: 768px) {
    .review-block .reviews {
      margin-top: 30px; } }
  .review-block .reviews .review {
    margin-bottom: 20px;
    max-width: 100%;
    position: relative; }
    @media (min-width: 768px) {
      .review-block .reviews .review {
        min-height: 215px;
        max-width: 33.33%; } }
    .review-block .reviews .review .image {
      height: 100px;
      width: 200px;
      margin: 0 auto;
      background-size: cover;
      background-position: top;
      border-radius: 20px; }
    .review-block .reviews .review .content-wrap {
      position: relative;
      padding: 0 15px; }
  .review-block .reviews .stars {
    margin: 15px 0 10px; }
    .review-block .reviews .stars .icon {
      display: inline-block; }
  .review-block .reviews .details {
    margin: 10px 0 15px;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    color: #343a50; }
  .review-block .reviews .from {
    color: #343a50;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 16px; }

.review-block a {
  text-decoration: none; }
  .review-block a:hover {
    text-decoration: none; }

.review-block .btn {
  margin-left: 10px; }
  .review-block .btn.white {
    margin-right: 10px;
    margin-left: 0; }

.wysiwyg-block h1 {
  color: #000000;
  font-size: 40px;
  line-height: 50px;
  font-weight: 500; }

.wysiwyg-block h4 {
  color: #000000;
  font-weight: 500;
  margin-bottom: 0; }

.wysiwyg-block .leading {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 20px; }

.wysiwyg-block .wysiwyg-margin {
  margin-top: 50px;
  margin-bottom: 50px; }

.wysiwyg-block .flex-container {
  display: block; }
  @media (min-width: 768px) {
    .wysiwyg-block .flex-container {
      display: flex; } }
  .wysiwyg-block .flex-container .flex-wysiwyg {
    padding-bottom: 30px;
    position: relative; }
    @media (min-width: 768px) {
      .wysiwyg-block .flex-container .flex-wysiwyg {
        flex: 1 100%;
        padding: 0 9px; }
        .wysiwyg-block .flex-container .flex-wysiwyg:first-child {
          padding-left: 0; }
        .wysiwyg-block .flex-container .flex-wysiwyg:last-child {
          padding-right: 0; } }
    .wysiwyg-block .flex-container .flex-wysiwyg figure {
      max-width: 100%; }
    .wysiwyg-block .flex-container .flex-wysiwyg img,
    .wysiwyg-block .flex-container .flex-wysiwyg .img {
      max-width: 100%;
      object-fit: contain;
      height: auto; }
      .wysiwyg-block .flex-container .flex-wysiwyg img.full-width-image,
      .wysiwyg-block .flex-container .flex-wysiwyg .img.full-width-image {
        min-height: 350px;
        height: 100%;
        width: 100%;
        background-position: center;
        border-radius: 10px; }
        @media (min-width: 768px) {
          .wysiwyg-block .flex-container .flex-wysiwyg img.full-width-image,
          .wysiwyg-block .flex-container .flex-wysiwyg .img.full-width-image {
            max-width: 100%; } }
    .wysiwyg-block .flex-container .flex-wysiwyg .quote {
      text-align: center; }
      .wysiwyg-block .flex-container .flex-wysiwyg .quote h4 {
        line-height: 30px; }
        .wysiwyg-block .flex-container .flex-wysiwyg .quote h4:before {
          content: open-quote; }
        .wysiwyg-block .flex-container .flex-wysiwyg .quote h4:after {
          content: close-quote; }
    .wysiwyg-block .flex-container .flex-wysiwyg ul,
    .wysiwyg-block .flex-container .flex-wysiwyg ol {
      list-style-position: inside;
      padding-left: 0; }
      .wysiwyg-block .flex-container .flex-wysiwyg ul.numbered-list,
      .wysiwyg-block .flex-container .flex-wysiwyg ol.numbered-list {
        list-style-type: decimal; }
      .wysiwyg-block .flex-container .flex-wysiwyg ul.checkmark-list,
      .wysiwyg-block .flex-container .flex-wysiwyg ol.checkmark-list {
        list-style-type: none;
        padding-left: 40px; }
        .wysiwyg-block .flex-container .flex-wysiwyg ul.checkmark-list li:before,
        .wysiwyg-block .flex-container .flex-wysiwyg ol.checkmark-list li:before {
          content: '';
          left: 9px;
          background-image: url("../img/icons/icon-checkmark-yellow.svg");
          position: absolute;
          height: 23px;
          width: 20px;
          background-size: contain;
          background-position: center;
          background-repeat: no-repeat; }
    .wysiwyg-block .flex-container .flex-wysiwyg .highlight {
      border-left: 2px solid #000000;
      padding: 20px 0 20px 40px; }
    .wysiwyg-block .flex-container .flex-wysiwyg .big-highlight {
      padding: 50px 40px; }

.follow-block {
  text-align: left; }
  .follow-block h2 {
    font-weight: 500; }
  @media (min-width: 768px) {
    .follow-block {
      text-align: center; } }
  .follow-block .icons {
    flex-wrap: wrap; }
    .follow-block .icons .flex-grow-1 {
      margin: 15px 0; }
      @media (min-width: 768px) {
        .follow-block .icons .flex-grow-1 {
          margin: 30px 0; } }
      .follow-block .icons .flex-grow-1 a {
        color: #f9f9fb; }

.modal-block {
  display: none;
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4); }
  .modal-block.visible {
    display: block; }
  .modal-block .modal-content {
    background-color: #fefefe;
    margin: 5% 10px;
    padding: 20px;
    border: 1px solid #888;
    overflow: hidden; }
    @media (min-width: 768px) {
      .modal-block .modal-content {
        margin: 5% auto;
        padding: 50px;
        border: 1px solid #888;
        width: 50%; } }
    .modal-block .modal-content h2 {
      margin-bottom: 50px; }
    .modal-block .modal-content .close {
      color: #aaa;
      float: right;
      font-size: 28px;
      font-weight: bold; }
    .modal-block .modal-content .close:hover,
    .modal-block .modal-content .close:focus {
      color: black;
      text-decoration: none;
      cursor: pointer; }
    .modal-block .modal-content .banner-modal-block {
      padding: 50px 0; }
      .modal-block .modal-content .banner-modal-block h2 {
        margin-bottom: 20px; }
      .modal-block .modal-content .banner-modal-block .btn {
        margin-top: 30px; }
  .modal-block.new-location-request h2 {
    margin-bottom: 0; }

.wpcf7-form {
  color: #898989; }
  .wpcf7-form label {
    margin-bottom: 20px;
    color: #000000;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px; }
    @media (min-width: 768px) {
      .wpcf7-form label {
        margin-bottom: 50px; } }
    .wpcf7-form label input,
    .wpcf7-form label textarea {
      background: transparent;
      width: 100%;
      min-width: 100%;
      max-width: 100%;
      padding: 9px 0;
      border: none;
      border-bottom: 1px solid #f9f9fb; }
      .wpcf7-form label input:focus,
      .wpcf7-form label textarea:focus {
        outline: none;
        border-color: #000000; }
    .wpcf7-form label textarea {
      width: 100%;
      margin-top: 10px; }
  .wpcf7-form .checkbox input {
    display: none; }
  .wpcf7-form .checkbox span:before {
    content: '';
    margin-right: 10px;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #f9f9fb; }
  .wpcf7-form .checkbox input:checked + span:before {
    background-image: url(../img/icons/icon-checkmark-purple.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain; }
  .wpcf7-form .btn {
    margin-top: 0; }
  .wpcf7-form input[type='submit'] {
    display: inline-block;
    max-width: 100%;
    padding: 12px 33px;
    cursor: pointer;
    border-radius: 25px;
    background: #fcd33d;
    outline: none;
    line-height: 18px;
    color: #000000;
    font-weight: 500;
    text-decoration: none;
    text-align: center; }
    .wpcf7-form input[type='submit']:hover, .wpcf7-form input[type='submit']:active, .wpcf7-form input[type='submit'].active {
      text-decoration: none; }

.departure-information-block {
  padding: 30px 0 0 0; }
  @media (min-width: 768px) {
    .departure-information-block {
      padding-right: 20px;
      padding-left: 20px; } }
  .departure-information-block .intro-text {
    color: #000000;
    padding: 0 30px 30px;
    border-radius: 0px;
    background-color: #f9f9f9;
    position: relative;
    left: -15px; }
    @media (min-width: 768px) {
      .departure-information-block .intro-text {
        border-radius: 20px;
        left: 0;
        padding: 30px; } }
    .departure-information-block .intro-text p {
      margin: 0; }
    .departure-information-block .intro-text.hide {
      display: none; }
  .departure-information-block h3:not(.type) {
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    margin: 0;
    color: #343a50; }
  .departure-information-block h3.type.return {
    margin-top: 20px; }
    @media (min-width: 992px) {
      .departure-information-block h3.type.return {
        margin-top: 0; } }
  .departure-information-block .accordion-title h3,
  .departure-information-block .intro-text h3 {
    font-weight: 600; }

.route-block {
  margin-top: 50px; }
  @media (min-width: 992px) {
    .route-block {
      margin-top: 0; } }
  .route-block h1 {
    font-weight: 700; }
    .route-block h1.purple {
      color: #000000; }
    @media (min-width: 992px) {
      .route-block h1 {
        margin-bottom: 30px; } }
  .route-block h3 {
    margin-bottom: 0;
    font-weight: 600;
    color: #10a1ab;
    font-size: 14px;
    line-height: 21px; }
  .route-block p.purple {
    color: #343a50;
    font-weight: 600;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif; }
  .route-block .introduction {
    margin-top: 10px; }
    .route-block .introduction p {
      margin-top: 0; }
  .route-block .subtitle {
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 0; }
  .route-block .date-location p {
    margin-top: 10px; }
  .route-block .information {
    margin-top: 50px; }
    .route-block .information .important-info {
      list-style-type: none;
      position: relative;
      padding: 0;
      margin: 0; }
      .route-block .information .important-info li {
        list-style-type: none;
        position: relative;
        padding-left: 30px; }
        .route-block .information .important-info li:before {
          content: '•';
          position: absolute;
          left: 2px;
          color: #10a1ab;
          font-size: 40px;
          top: -2px; }
  .route-block .route {
    margin-top: 50px; }
    @media (min-width: 768px) {
      .route-block .route {
        margin-top: 30px;
        padding-left: 100px; } }
    @media (min-width: 992px) {
      .route-block .route {
        padding-left: 150px; } }
    .route-block .route.full-width {
      padding-left: 0; }
    .route-block .route .dashed-border {
      padding: 0;
      margin: 0 0 0 10px;
      list-style-type: none; }
      .route-block .route .dashed-border li {
        padding-left: 20px;
        margin-bottom: 20px;
        position: relative; }
        .route-block .route .dashed-border li:before {
          content: '';
          background: #fcd33d;
          height: 11px;
          width: 11px;
          border-radius: 50%;
          position: absolute;
          left: -6px;
          top: 8px;
          z-index: 1; }
        .route-block .route .dashed-border li:not(:last-child):after {
          content: '';
          height: 100%;
          width: 1px;
          background-image: linear-gradient(#000000 66%, rgba(255, 255, 255, 0) 0%);
          background-position: top left;
          background-size: 1px 11px;
          background-repeat: repeat-y;
          position: absolute;
          left: -1px;
          top: 24px;
          z-index: 2; }
        .route-block .route .dashed-border li p {
          margin: 0; }
    .route-block .route .static-map {
      height: 200px;
      width: 100%;
      margin-top: 30px; }
      @media (min-width: 768px) {
        .route-block .route .static-map {
          min-height: 300px;
          margin-top: 0; } }
  .route-block .location {
    margin-top: 20px; }
    @media (min-width: 768px) {
      .route-block .location {
        margin-top: 50px; } }
    .route-block .location .route {
      margin-top: 30px; }
      @media (min-width: 768px) {
        .route-block .location .route {
          margin-top: 0; } }
    .route-block .location .locatieapp {
      background: url(../img/landingspage/locatieapp.png) top center no-repeat;
      background-size: auto;
      min-height: 200px;
      margin: 30px 0; }
      @media (min-width: 768px) {
        .route-block .location .locatieapp {
          margin: 0; } }
    .route-block .location .checkmark {
      padding: 0;
      margin: 0 0 50px;
      list-style-type: none; }
      @media (min-width: 768px) {
        .route-block .location .checkmark {
          margin: 0; } }
      .route-block .location .checkmark li {
        padding-left: 30px;
        position: relative; }
        .route-block .location .checkmark li:before {
          content: '';
          background: url(../img/icons/icon-checkmark-yellow.svg) center no-repeat;
          height: 11px;
          width: 11px;
          border-radius: 50%;
          position: absolute;
          left: 0;
          top: 6px; }
        .route-block .location .checkmark li p {
          margin: 0; }

.bus-block .subtitle {
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 0; }
  @media (min-width: 768px) {
    .bus-block .subtitle {
      margin-top: 50px; } }
  @media (min-width: 992px) {
    .bus-block .subtitle {
      margin-top: 80px; } }

.bus-block .img-wrapper {
  background-repeat: no-repeat;
  background-image: url(../img/blue-shape.svg), url(../img/dots.svg);
  background-position: right bottom, bottom;
  height: 300px;
  display: block;
  margin-bottom: 30px;
  margin-top: 20px; }
  @media (min-width: 768px) {
    .bus-block .img-wrapper {
      margin-top: -50px; } }
  .bus-block .img-wrapper .img {
    width: 80%;
    height: 80%;
    border-radius: 10px;
    background-position: bottom right;
    position: absolute;
    right: 60px;
    top: 10px; }
    @media (min-width: 768px) {
      .bus-block .img-wrapper .img {
        width: 60%;
        top: -30px; } }

.subnav-block {
  position: fixed;
  top: 60px;
  left: 0;
  right: 0;
  z-index: 5;
  background: white; }
  .subnav-block .nav-item {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.03), 0 2px 5px 0 rgba(70, 70, 70, 0.13);
    padding: 14px 15px;
    background: white; }
    .subnav-block .nav-item.active {
      z-index: 10; }
      .subnav-block .nav-item.active a {
        color: #10a1ab; }
  .subnav-block a {
    text-align: center;
    display: block;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    text-decoration: none; }
    .subnav-block a:active {
      color: #000000;
      z-index: 10;
      text-decoration: none; }

.breadcrumbs-block {
  padding: 8px 15px; }
  @media (min-width: 768px) {
    .breadcrumbs-block {
      padding: 8px 0 8px 40px; } }
  .breadcrumbs-block .breadcrumb-arrow-right {
    display: inline-block;
    width: 7px;
    height: 10px;
    padding: 0 10px;
    background: url(../img/icons/icon-arrow-right-grey.svg) center no-repeat;
    background-size: contain; }
  .breadcrumbs-block a,
  .breadcrumbs-block span {
    color: #f9f9fb;
    font-size: 14px;
    line-height: 24px;
    text-decoration: none; }
    .breadcrumbs-block a:hover,
    .breadcrumbs-block span:hover {
      text-decoration: none; }
  .breadcrumbs-block > span:last-child > span {
    color: #000000; }

.terms-block {
  padding-top: 0; }

.blog-overview-block .card {
  text-decoration: none;
  color: #000;
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.05);
  display: block;
  border-radius: 10px;
  transition: box-shadow 0.2s ease-in-out;
  height: 100%;
  position: relative;
  margin-bottom: 50px;
  background-color: #ffffff; }
  .blog-overview-block .card .card-header {
    width: 100%;
    height: 200px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px; }
  .blog-overview-block .card .content {
    padding: 30px; }
  .blog-overview-block .card .author {
    color: #343a50;
    font-weight: 800;
    font-family: "Poppins", sans-serif; }
  .blog-overview-block .card .date {
    color: #343a50;
    font-size: 14px;
    font-weight: 400;
    font-family: "Montserrat", sans-serif; }
  .blog-overview-block .card:hover {
    box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.1); }
  .blog-overview-block .card .info {
    height: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 30px; }
    .blog-overview-block .card .info .author-image {
      height: 50px;
      width: 50px;
      margin-right: 15px; }
      .blog-overview-block .card .info .author-image img {
        height: 50px;
        width: 50px;
        border-radius: 50%; }

.blog-overview-block .text-link {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #10a1ab;
  letter-spacing: 0.5px; }

.blog-overview-block.home-overview .title-button-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px; }

.vacancy-overview-block a.card {
  text-decoration: none;
  color: #000;
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.05);
  display: block;
  padding: 0 0 110px;
  border-radius: 10px;
  transition: box-shadow 0.2s ease-in-out;
  height: 100%;
  background-color: #ffffff;
  position: relative; }
  @media (max-width: 991px) {
    .vacancy-overview-block a.card {
      margin-bottom: 50px; } }
  .vacancy-overview-block a.card .card-header {
    width: 100%;
    height: 200px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px; }
  .vacancy-overview-block a.card .content {
    padding: 30px;
    padding-bottom: 0; }
    .vacancy-overview-block a.card .content ul {
      margin: 0; }
  .vacancy-overview-block a.card:hover {
    box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.1); }
  .vacancy-overview-block a.card .btn-holder {
    position: absolute;
    bottom: 30px;
    width: 100%; }
    .vacancy-overview-block a.card .btn-holder .btn {
      display: block;
      margin: 0 auto; }

.vacancy-overview-block.home-overview .title-button-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px; }

.vacancy-overview-block.home-overview .btn-holder {
  padding-left: 30px;
  padding-right: 30px;
  left: 0; }
  .vacancy-overview-block.home-overview .btn-holder .btn {
    float: left; }

.text-link {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #10a1ab;
  letter-spacing: 0.5px; }

.vacancy-overview-home-bg {
  background-image: url(../img/shapes/bg-vacature.svg);
  background-position: left top;
  background-size: cover;
  background-repeat: no-repeat; }

.first-content-block {
  padding-top: 0; }
  @media (max-width: 767.98px) {
    .first-content-block {
      padding-top: 50px; } }

.header-detail-page-block {
  position: relative; }
  @media (min-width: 992px) {
    .header-detail-page-block .section-padding {
      padding-top: 130px;
      min-height: 580px; } }
  .header-detail-page-block .bg-grey-shape {
    position: absolute;
    background-image: url("../img/header-bg-shape-grey.svg");
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 90%;
    width: 100%; }
    @media (max-width: 767.98px) {
      .header-detail-page-block .bg-grey-shape {
        height: 100%;
        right: -100px !important;
        width: calc(100% + 100px); } }
  .header-detail-page-block .header-confetti-left {
    position: absolute;
    left: 0;
    top: 80px;
    height: 100%;
    width: 260px;
    background-image: url(../img/shapes/PT-confetti-left-mobile.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain; }
    @media (min-width: 992px) {
      .header-detail-page-block .header-confetti-left {
        width: 390px;
        background-image: url(../img/shapes/PT-confetti-left.png); } }
  .header-detail-page-block .header-confetti-right {
    position: absolute;
    right: 30px;
    top: 160px;
    height: 100%;
    width: 200px;
    background-image: url(../img/shapes/PT-confetti-right.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1; }
    @media (min-width: 992px) {
      .header-detail-page-block .header-confetti-right {
        z-index: 0;
        width: 300px; } }
  .header-detail-page-block .header-shape-bottom-right {
    position: absolute;
    right: 0;
    display: block;
    bottom: -52%;
    height: 80%;
    width: 30%;
    background-image: url(../img/shapes/bg-shape1.svg);
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain; }
  .header-detail-page-block .content {
    padding-top: 50px; }
    @media (min-width: 992px) {
      .header-detail-page-block .content {
        padding-top: 100px; } }
    .header-detail-page-block .content .label {
      padding: 7px 27px;
      display: inline-block;
      background-color: rgba(16, 161, 171, 0.2);
      border-radius: 20.5px;
      color: #10a1ab;
      font-family: "Poppins", sans-serif;
      font-weight: 700;
      font-size: 14px;
      line-height: 21px;
      margin-bottom: 20px; }
    .header-detail-page-block .content .author-wrapper {
      display: inline-flex;
      flex-wrap: wrap;
      flex-direction: row;
      justify-content: center;
      height: 50px;
      margin-top: 30px; }
      .header-detail-page-block .content .author-wrapper p {
        margin: 0;
        padding: 0;
        font-size: 14px;
        line-height: 18px; }
      .header-detail-page-block .content .author-wrapper .name {
        font-family: "Poppins", sans-serif;
        font-size: 14px;
        font-weight: 800;
        color: #343a50; }
      .header-detail-page-block .content .author-wrapper .date {
        font-family: "Montserrat", sans-serif;
        font-size: 14px; }
      .header-detail-page-block .content .author-wrapper .avatar {
        height: 50px;
        width: 50px;
        border-radius: 100%;
        margin-right: 15px;
        overflow: hidden;
        position: relative; }
        .header-detail-page-block .content .author-wrapper .avatar img {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          object-fit: cover;
          object-position: center; }
  .header-detail-page-block .image-wrapper {
    position: relative;
    width: 439px;
    height: 439px;
    float: right; }
    @media (max-width: 1199px) {
      .header-detail-page-block .image-wrapper {
        width: calc(100% - 50px);
        height: 350px; } }
    .header-detail-page-block .image-wrapper:before {
      content: '';
      position: absolute;
      top: 50px;
      left: -50px;
      width: 100%;
      height: 100%;
      background-color: #10a1ab;
      border-radius: 20px;
      z-index: 1; }
    .header-detail-page-block .image-wrapper .image {
      width: 100%;
      height: 100%;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      position: relative;
      border-radius: 20px;
      box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.1);
      z-index: 2; }
  @media (max-width: 767.98px) {
    .header-detail-page-block.overview .section-padding {
      padding-bottom: 50px; } }
  @media (max-width: 767.98px) {
    .header-detail-page-block.overview .bg-grey-shape {
      right: -100px !important;
      width: calc(100% + 100px);
      height: 100%; } }
  .header-detail-page-block.overview .image-wrapper {
    width: 540px;
    height: 350px; }
    @media (max-width: 1199px) {
      .header-detail-page-block.overview .image-wrapper {
        width: calc(100% - 50px); } }
  .header-detail-page-block.home-header .section-padding {
    padding-bottom: 0; }
  .header-detail-page-block.home-header .bg-grey-shape-home {
    position: absolute;
    background-image: url("../img/shapes/bg-shape-home.svg");
    background-position: left bottom;
    background-size: cover;
    background-repeat: no-repeat;
    height: 90%;
    max-height: 600px;
    width: 100%;
    right: 0;
    top: 0; }
    @media (max-width: 991px) {
      .header-detail-page-block.home-header .bg-grey-shape-home {
        display: none; } }
  @media (max-width: 991px) {
    .header-detail-page-block.home-header .overflow-hidden {
      overflow: hidden; } }
  .header-detail-page-block.home-header .header-confetti-left {
    top: 0; }
  .header-detail-page-block.home-header img {
    position: relative; }
    @media (max-width: 991px) {
      .header-detail-page-block.home-header img {
        right: 0px;
        width: calc(100% + 110px); } }
  .header-detail-page-block.home-header h1 b {
    color: #10a1ab; }
  .header-detail-page-block.home-header .search-container {
    background-color: #f9f9fb;
    width: 100%;
    display: block;
    position: relative;
    margin-top: 40px;
    margin-bottom: 20px;
    border-radius: 10px; }
    @media (min-width: 992px) {
      .header-detail-page-block.home-header .search-container {
        margin-top: 60px;
        margin-bottom: 0; } }
    .header-detail-page-block.home-header .search-container .search-input {
      border: none;
      padding: 20px;
      width: 100%;
      background: none;
      font-family: "Poppins", sans-serif;
      font-size: 16px;
      font-weight: 500;
      color: #343a50;
      outline: 0; }
      .header-detail-page-block.home-header .search-container .search-input::placeholder {
        color: rgba(52, 58, 80, 0.6); }
    .header-detail-page-block.home-header .search-container .btn {
      display: inline-flex;
      flex-wrap: wrap;
      flex-direction: row;
      align-items: center;
      justify-content: right;
      float: right;
      position: absolute;
      right: 0;
      top: 0;
      margin-top: 0;
      height: 100%;
      border-radius: 10px;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
      font-weight: 500;
      font-family: "Poppins", sans-serif;
      font-size: 16px;
      color: #343a50; }
      .header-detail-page-block.home-header .search-container .btn .icon-search {
        background-image: url(../img/icons/zoek.svg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        width: 16px;
        height: 16px;
        display: inline-block;
        margin-left: 15px; }
      @media (max-width: 991px) {
        .header-detail-page-block.home-header .search-container .btn {
          padding: 20px; }
          .header-detail-page-block.home-header .search-container .btn .text {
            display: none; }
          .header-detail-page-block.home-header .search-container .btn .icon-search {
            margin-left: 0; } }
  @media (min-width: 768px) {
    .header-detail-page-block.header-checkout .section-padding {
      padding-top: 50px;
      padding-bottom: 100px;
      min-height: auto; } }
  @media (min-width: 768px) {
    .header-detail-page-block.header-checkout .section-padding h1 {
      padding-bottom: 20px; } }
  .header-detail-page-block.header-checkout .section-padding .label {
    padding: 0;
    background: none;
    border-radius: 0;
    margin-bottom: 0; }
  .header-detail-page-block.header-checkout .section-padding .header-back-link {
    color: #515464;
    font-size: 12px;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    font-family: "Montserrat", sans-serif; }
    @media (max-width: 767.98px) {
      .header-detail-page-block.header-checkout .section-padding .header-back-link {
        padding-left: 30px; }
        .header-detail-page-block.header-checkout .section-padding .header-back-link:before {
          transform: none;
          top: 0;
          left: 0; } }
  .header-detail-page-block.checkout-account-header {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-height: 650px;
    z-index: -1; }
    .header-detail-page-block.checkout-account-header .header-confetti-left {
      top: 0;
      height: 100%;
      width: 200px; }
    .header-detail-page-block.checkout-account-header .header-confetti-right {
      top: 0;
      height: 100%;
      width: 60px; }
  .header-detail-page-block.single-event-header .bg-grey-shape {
    height: calc(100% + 50px); }
    @media (min-width: 992px) {
      .header-detail-page-block.single-event-header .bg-grey-shape {
        height: calc(100% + 100px); } }
  .header-detail-page-block.single-event-header .header-buttons a {
    cursor: pointer; }
  .header-detail-page-block.single-event-header section.section-padding {
    padding-bottom: 0; }
  .header-detail-page-block.single-event-header .label {
    background: none;
    padding: 0;
    margin-bottom: 0; }
  @media (max-width: 767.98px) {
    .header-detail-page-block.single-event-header .icon:before {
      left: -30px;
      top: 50%;
      transform: translateY(-50%); } }
  .header-detail-page-block.single-event-header .ticket-info {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 30px; }
    @media (min-width: 576px) {
      .header-detail-page-block.single-event-header .ticket-info {
        flex-direction: row;
        align-items: center; } }
    @media (min-width: 768px) {
      .header-detail-page-block.single-event-header .ticket-info {
        margin-left: 0; } }
    .header-detail-page-block.single-event-header .ticket-info .event-date {
      margin-right: 60px;
      font-family: "Poppins", sans-serif;
      font-size: 14px;
      font-weight: 600;
      color: #545454;
      margin-bottom: 20px; }
      .header-detail-page-block.single-event-header .ticket-info .event-date:before {
        height: 17px;
        width: 17px; }
      @media (min-width: 768px) {
        .header-detail-page-block.single-event-header .ticket-info .event-date {
          margin-right: 30px; } }
      @media (min-width: 576px) {
        .header-detail-page-block.single-event-header .ticket-info .event-date {
          margin-bottom: 0; } }
    .header-detail-page-block.single-event-header .ticket-info .event-location {
      font-family: "Poppins", sans-serif;
      font-size: 14px;
      font-weight: 600;
      color: #545454; }
      .header-detail-page-block.single-event-header .ticket-info .event-location:before {
        height: 20px; }
  .header-detail-page-block.single-event-header .header-buttons {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 10px;
    flex-direction: column;
    align-items: flex-start; }
    @media (min-width: 768px) {
      .header-detail-page-block.single-event-header .header-buttons {
        flex-direction: row;
        align-items: center;
        margin-bottom: 50px; } }
    .header-detail-page-block.single-event-header .header-buttons a {
      font-size: 14px;
      padding: 15px 30px;
      margin-top: 20px; }
      .header-detail-page-block.single-event-header .header-buttons a:first-of-type {
        padding-left: 60px; }
        @media (min-width: 768px) {
          .header-detail-page-block.single-event-header .header-buttons a:first-of-type {
            padding-left: 30px; } }
      .header-detail-page-block.single-event-header .header-buttons a.ghost {
        background-color: #ffffff;
        margin-left: 0;
        flex: 1; }
        @media (min-width: 768px) {
          .header-detail-page-block.single-event-header .header-buttons a.ghost {
            margin-left: 20px; } }

.event-search-header-block .search-container {
  position: relative; }
  .event-search-header-block .search-container .output {
    position: absolute;
    width: 100%;
    background: #f9f9fb;
    border-radius: 0 0 25px 25px;
    z-index: 2;
    box-shadow: 0 20px 20px -15px rgba(0, 0, 0, 0.2); }
    .event-search-header-block .search-container .output .scroll {
      overflow: auto;
      max-height: 200px; }
    .event-search-header-block .search-container .output a {
      color: #343a50;
      display: block;
      padding: 12px 40px 13px 25px;
      border-top: 1px solid #e6e6e6;
      text-decoration: none;
      position: relative; }
      .event-search-header-block .search-container .output a:hover {
        color: #000000;
        background-color: #e5e5e5; }
      .event-search-header-block .search-container .output a:after {
        border-style: solid;
        border-width: 2px 2px 0 0;
        content: '';
        display: inline-block;
        height: 8px;
        width: 8px;
        transform: rotate(45deg);
        margin-left: 5px;
        vertical-align: top;
        margin-top: 5px; }
      .event-search-header-block .search-container .output a:after {
        right: 22px;
        position: absolute;
        top: 50%;
        margin-top: -5px; }

.content-block {
  position: relative; }
  .content-block .content-shape {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
    background-image: url("../img/shapes/bg-shape2.svg");
    height: 351px;
    width: 440px;
    position: absolute;
    left: 0;
    top: 20%; }

.about-us-block {
  position: relative; }
  .about-us-block .bg-shape {
    background-image: url(../img/shapes/bg-about.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 240px;
    left: -100px;
    width: 836px;
    height: 479px; }
    @media (max-width: 991px) {
      .about-us-block .bg-shape {
        background-image: url(../img/shapes/bg-about-mobile.svg);
        top: 310px;
        left: -100px;
        width: 100%;
        height: 550px; } }
  .about-us-block .text-wrapper {
    margin-bottom: 40px;
    padding-left: 75px; }
    @media (max-width: 991px) {
      .about-us-block .text-wrapper {
        padding-left: 0; } }
  .about-us-block .image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: calc(100% + 65px);
    padding-top: 460px;
    border-radius: 25px; }
    @media (max-width: 991px) {
      .about-us-block .image {
        width: 100%;
        height: 250px;
        padding-top: 0; } }
    @media (max-width: 575.98px) {
      .about-us-block .image {
        width: 100%;
        height: 170px; } }
  .about-us-block .usps {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    padding-right: 50px; }
    @media (max-width: 991px) {
      .about-us-block .usps {
        margin-bottom: 40px;
        padding-left: 30px;
        padding-top: 10px;
        padding-right: 100px; } }
    @media (max-width: 575.98px) {
      .about-us-block .usps {
        flex-direction: column;
        padding-right: 50px; } }
    .about-us-block .usps .usp p {
      color: #343a50; }
      .about-us-block .usps .usp p.number {
        font-family: "Poppins", sans-serif;
        font-weight: 700;
        font-size: 30px;
        letter-spacing: 1px;
        color: #10a1ab; }
  .about-us-block .card {
    background-color: #ffffff;
    padding: 25px;
    border-radius: 20px;
    box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.05); }
    @media (max-width: 991px) {
      .about-us-block .card:first-of-type {
        margin-bottom: 20px; } }
    .about-us-block .card .card-title {
      font-size: 24px;
      line-height: 35px;
      letter-spacing: 0.8px;
      font-weight: 700; }
    .about-us-block .card p {
      color: #343a50; }
    .about-us-block .card .btn {
      width: 100%;
      font-size: 16px;
      padding: 15px; }

.cart-page-block .cart-empty {
  color: #343a50; }

.cart-page-block .items {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center; }
  .cart-page-block .items .notification {
    background-color: #f9f9fb;
    border-radius: 20px;
    width: 100%;
    padding: 10px;
    margin-bottom: 30px;
    display: block; }
    .cart-page-block .items .notification p {
      display: block;
      margin-top: 0;
      padding-left: 35px;
      text-align: left; }
      .cart-page-block .items .notification p:before {
        width: 24px;
        height: 24px;
        left: 0;
        top: 50%;
        transform: translateX(0) translateY(-50%); }
      .cart-page-block .items .notification p a {
        float: none; }
  .cart-page-block .items .tickets {
    width: 100%;
    text-align: left; }
    .cart-page-block .items .tickets thead tr td {
      padding: 0 15px;
      padding-bottom: 15px; }
      .cart-page-block .items .tickets thead tr td:first-of-type {
        padding-left: 0; }
      .cart-page-block .items .tickets thead tr td:last-of-type {
        padding-right: 0; }
    @media (max-width: 575.98px) {
      .cart-page-block .items .tickets thead {
        display: none; } }
    .cart-page-block .items .tickets .single-ticket {
      border-bottom: 1px solid #c2c3ca; }
      @media (max-width: 575.98px) {
        .cart-page-block .items .tickets .single-ticket {
          display: flex;
          flex-wrap: wrap;
          flex-direction: column; } }
      .cart-page-block .items .tickets .single-ticket td {
        padding: 40px 15px; }
        @media (max-width: 575.98px) {
          .cart-page-block .items .tickets .single-ticket td {
            padding: 20px 0; }
            .cart-page-block .items .tickets .single-ticket td:first-of-type {
              padding-top: 40px; }
            .cart-page-block .items .tickets .single-ticket td:last-of-type {
              padding-bottom: 40px; } }
        .cart-page-block .items .tickets .single-ticket td.product-name {
          text-align: left;
          padding-left: 0;
          flex: 1; }
          .cart-page-block .items .tickets .single-ticket td.product-name span {
            font-weight: 500;
            font-size: 16px;
            line-height: 28px;
            font-family: "Montserrat", sans-serif;
            color: #343a50; }
            .cart-page-block .items .tickets .single-ticket td.product-name span.ticket-type {
              font-size: 14px;
              font-weight: 400; }
        .cart-page-block .items .tickets .single-ticket td.amount {
          width: 158px; }
          .cart-page-block .items .tickets .single-ticket td.amount .amount-input {
            display: flex;
            flex-wrap: nowrap;
            flex-direction: row;
            align-items: center;
            background-color: #f9f9fb;
            border-radius: 10px;
            max-width: 133px; }
            .cart-page-block .items .tickets .single-ticket td.amount .amount-input input {
              background: none;
              border: none;
              color: #343a50;
              font-size: 16px;
              font-weight: 500;
              font-family: "Montserrat", sans-serif;
              outline: 0;
              padding: 10px;
              text-align: center;
              max-width: 50px; }
              .cart-page-block .items .tickets .single-ticket td.amount .amount-input input::-webkit-inner-spin-button, .cart-page-block .items .tickets .single-ticket td.amount .amount-input input::-webkit-outer-spin-button {
                -webkit-appearance: none;
                margin: 0; }
            .cart-page-block .items .tickets .single-ticket td.amount .amount-input .btn-plus,
            .cart-page-block .items .tickets .single-ticket td.amount .amount-input .btn-min {
              padding: 10px 15px;
              cursor: pointer; }
              .cart-page-block .items .tickets .single-ticket td.amount .amount-input .btn-plus .icon,
              .cart-page-block .items .tickets .single-ticket td.amount .amount-input .btn-min .icon {
                font-size: 23px;
                font-weight: 500;
                color: #343a50;
                cursor: pointer;
                width: 9px;
                height: 9px;
                display: block; }
        .cart-page-block .items .tickets .single-ticket td.subtotal {
          min-width: 100px;
          color: #343a50; }
          .cart-page-block .items .tickets .single-ticket td.subtotal .product-subtotal {
            font-weight: 500;
            font-size: 16px;
            color: #343a50; }
        .cart-page-block .items .tickets .single-ticket td.product-remove {
          width: 100px;
          text-align: right;
          padding-right: 0; }
          .cart-page-block .items .tickets .single-ticket td.product-remove .delete {
            text-decoration: underline;
            font-size: 16px;
            color: #343a50;
            font-family: "Montserrat", sans-serif; }
      .cart-page-block .items .tickets .single-ticket:first-of-type td {
        padding-top: 0; }
      .cart-page-block .items .tickets .single-ticket:last-of-type {
        border-bottom: 0; }

.cart-page-block.thank-you-order-page .order-text-content {
  margin-bottom: 25px; }

.cart-page-block.thank-you-order-page .items .tickets thead td {
  padding: 15px;
  color: #343a50;
  font-size: 16px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif; }

.cart-page-block.thank-you-order-page .items .tickets tbody .single-ticket {
  border: none; }
  .cart-page-block.thank-you-order-page .items .tickets tbody .single-ticket td {
    padding: 15px; }
    @media (max-width: 575.98px) {
      .cart-page-block.thank-you-order-page .items .tickets tbody .single-ticket td {
        padding: 20px 0; } }
    .cart-page-block.thank-you-order-page .items .tickets tbody .single-ticket td.product-name {
      padding-left: 0; }
    .cart-page-block.thank-you-order-page .items .tickets tbody .single-ticket td.passenger {
      color: #343a50;
      font-family: "Montserrat", sans-serif;
      font-size: 14px;
      line-height: 18px; }
  .cart-page-block.thank-you-order-page .items .tickets tbody .single-ticket:first-of-type td {
    padding-top: 0; }

.cart-page-block.thank-you-order-page .order-text-content .label {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #10a1ab; }

.checkout-account-block ~ main {
  position: relative; }

.checkout-account-block .forgot-password {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: space-between; }

.checkout-account-block .flex-row {
  margin-top: 20px;
  display: block;
  flex-wrap: nowrap; }
  @media (min-width: 992px) {
    .checkout-account-block .flex-row {
      display: flex; } }
  @media (min-width: 992px) {
    .checkout-account-block .flex-row .login {
      border-right: 1px solid #c2c3ca; }
      .checkout-account-block .flex-row .login .p-r {
        padding-right: 30px; } }
  .checkout-account-block .flex-row .no-account {
    margin-top: 40px; }
    @media (min-width: 992px) {
      .checkout-account-block .flex-row .no-account {
        margin-top: 0; }
        .checkout-account-block .flex-row .no-account .p-l {
          padding-left: 30px; }
        .checkout-account-block .flex-row .no-account .btn {
          position: absolute;
          bottom: 0; } }
  .checkout-account-block .flex-row .btn {
    cursor: pointer; }

.checkout-card-block {
  background-color: #f9f9fb;
  border-radius: 20px;
  padding: 30px;
  text-align: left; }
  .checkout-card-block .title {
    margin-bottom: 10px; }
  .checkout-card-block .subtotal p {
    margin-top: 0; }
  .checkout-card-block .discount .discount-title {
    margin-bottom: 5px; }
  .checkout-card-block .discount .discount-filled {
    display: none;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between; }
    .checkout-card-block .discount .discount-filled p {
      color: #898989;
      font-size: 16px;
      margin-top: 0;
      line-height: 28px; }
    .checkout-card-block .discount .discount-filled .icon {
      display: block;
      width: 9px; }
  .checkout-card-block .discount .text-link {
    float: none;
    display: block;
    color: #343a50;
    cursor: pointer; }
  .checkout-card-block .discount .input-wrapper {
    background: white;
    border-radius: 10px;
    display: none;
    flex-wrap: wrap;
    flex-direction: row;
    padding: 10px 20px; }
    .checkout-card-block .discount .input-wrapper input {
      border: none;
      background: none;
      outline: 0;
      width: 70%;
      padding-right: 10px;
      float: left;
      flex: 1; }
    .checkout-card-block .discount .input-wrapper .apply-discount-btn {
      float: right;
      font-size: 14px;
      font-weight: 600;
      color: #343a50;
      font-family: "Poppins", sans-serif; }
      @media (max-width: 767.98px) {
        .checkout-card-block .discount .input-wrapper .apply-discount-btn {
          width: auto;
          flex: 0; } }
  .checkout-card-block .flex-row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between; }
  .checkout-card-block .line {
    padding-bottom: 20px;
    border-bottom: 1px solid #c2c3ca; }
  .checkout-card-block .total-price p {
    color: #343a50;
    font-weight: 700; }
  .checkout-card-block .btw span {
    color: #343a50;
    font-size: 12px;
    font-family: "Montserrat", sans-serif; }
  .checkout-card-block .btn {
    margin-top: 30px; }
    @media (min-width: 768px) {
      .checkout-card-block .btn {
        width: 100%; } }
  .checkout-card-block.checkout-page .item {
    flex-wrap: nowrap;
    align-items: center;
    margin-top: 20px; }
    .checkout-card-block.checkout-page .item p {
      margin-top: 0; }
    .checkout-card-block.checkout-page .item .ticket-info p b {
      font-weight: 700; }
    .checkout-card-block.checkout-page .item .ticket-info p:first-child {
      font-weight: 500; }
    .checkout-card-block.checkout-page .item .ticket-info p:last-of-type {
      font-size: 14px; }
    .checkout-card-block.checkout-page .item .ticket-price {
      min-width: 80px;
      text-align: right; }
  .checkout-card-block.checkout-page .subtotal {
    margin-top: 20px; }

.edit-card {
  margin-top: 20px;
  display: block;
  text-decoration: underline;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  background: none;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer !important; }

.checkout-block .overflow-hidden {
  overflow: hidden;
  padding-bottom: 50px; }

.checkout-block .label {
  font-size: 14px;
  font-weight: 800;
  color: #10a1ab;
  font-family: "Poppins", sans-serif; }

.checkout-block .make-password {
  position: relative;
  background-color: #0ea1ab;
  border-radius: 20px;
  margin-bottom: 40px; }
  .checkout-block .make-password .field-wrapper .checkbox-wrapper .checkmark {
    border: none; }
  .checkout-block .make-password .field-wrapper {
    margin-bottom: 0; }
  .checkout-block .make-password .content-wrapper {
    position: relative;
    z-index: 1;
    padding: 30px; }
    .checkout-block .make-password .content-wrapper p {
      margin-top: 0;
      color: #ffffff;
      font-weight: 500;
      font-family: "Poppins", sans-serif; }
    .checkout-block .make-password .content-wrapper .checkbox-wrapper {
      color: #ffffff; }

.checkout-block .item-passenger .item-title {
  margin-bottom: 15px;
  font-size: 14px; }
  .checkout-block .item-passenger .item-title b {
    font-size: 16px; }

.checkout-block .create-password-input.password-wrapper {
  display: none; }

.notification-block {
  background-color: #f9f9fb;
  border-radius: 20px;
  width: 100%;
  padding: 10px;
  margin-bottom: 30px;
  display: block; }
  .notification-block p {
    display: block;
    margin-top: 0;
    padding-left: 35px;
    text-align: left; }
    .notification-block p.icon:before {
      left: 0;
      top: 50%;
      transform: translateX(0) translateY(-50%); }
    .notification-block p a {
      float: none; }

.payment-method-block .header-ideal {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  margin-bottom: 15px; }
  .payment-method-block .header-ideal h3 {
    margin-bottom: 0; }
  .payment-method-block .header-ideal img {
    width: 40px;
    height: 40px;
    display: block;
    margin-left: 20px; }

.table-block {
  overflow-x: auto;
  margin-top: 150px;
  margin-bottom: 100px; }
  @media (min-width: 768px) {
    .table-block {
      margin-top: 50px; } }
  .table-block thead th {
    text-align: left;
    padding: 15px 20px; }
    .table-block thead th:first-of-type {
      padding: 0 15px;
      text-align: center; }
  .table-block tbody tr {
    border-bottom: 1px solid #f9f9fb; }
    .table-block tbody tr td {
      padding: 15px 20px; }
      .table-block tbody tr td.first-name {
        min-width: 100px; }
      .table-block tbody tr td.last-name {
        min-width: 100px; }
      .table-block tbody tr td.event-name {
        min-width: 150px; }
      .table-block tbody tr td.ticket-type {
        min-width: 150px; }
  .table-block .email {
    display: none; }

.bus-driver-landingspage-block {
  margin-top: 100px;
  margin-bottom: 100px;
  display: none; }
  @media (min-width: 768px) {
    .bus-driver-landingspage-block {
      margin-top: 100px;
      margin-bottom: 100px; } }
  .bus-driver-landingspage-block.active {
    display: block; }
  .bus-driver-landingspage-block .btn {
    margin-top: 0; }

.hide-before-submit {
  display: none; }
  .hide-before-submit.active {
    display: block;
    animation-name: fadeIn;
    animation-duration: 0.6s;
    animation-fill-mode: forwards; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

body.woocommerce-account .woocommerce {
  overflow: hidden; }
  body.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
    text-align: center; }
    @media (min-width: 768px) {
      body.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
        width: 30%;
        float: left;
        padding-right: 30px; } }
    body.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation .select-url-block {
      margin-bottom: 20px; }
      @media (min-width: 768px) {
        body.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation .select-url-block {
          display: none; } }
    body.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation .desktop-nav {
      list-style: none;
      padding: 0;
      display: none; }
      @media (min-width: 768px) {
        body.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation .desktop-nav {
          display: inline-block; } }
      body.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation .desktop-nav li.is-active a, body.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation .desktop-nav li:hover a {
        border-color: #fcd33d; }
      body.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation .desktop-nav a {
        color: #343a50;
        font-size: 18px;
        padding: 5px;
        display: block;
        border-bottom: 3px solid transparent;
        margin-bottom: 5px;
        text-decoration: none; }
  @media (min-width: 768px) {
    body.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
      width: 70%;
      float: left; } }
  body.woocommerce-account .woocommerce .woocommerce-MyAccount-content a {
    color: #343a50;
    font-weight: bold; }

.woocommerce .woocommerce-MyAccount-content .form-row-last {
  margin-left: 0; }

.woocommerce-account .dashboard h3 {
  color: #000000;
  margin-bottom: 0; }

.woocommerce-account .woocommerce-MyAccount-navigation a {
  color: #343a50; }

.woocommerce-message, .woocommerce-Message, .woocommerce-error {
  background: #f5f8fc;
  color: #000000;
  border-left: 6px solid #000000;
  padding: 7px 20px;
  list-style: none; }
  .woocommerce-message a, .woocommerce-Message a, .woocommerce-error a {
    color: #000000;
    text-decoration: underline; }

.woocommerce-account .woocommerce-Addresses {
  overflow: hidden;
  margin-left: -20px;
  margin-right: -20px; }
  .woocommerce-account .woocommerce-Addresses h3 {
    color: #000000;
    font-weight: 500; }
  .woocommerce-account .woocommerce-Addresses .woocommerce-Address {
    margin-top: 20px;
    float: left;
    padding: 0 20px;
    width: 50%; }
    @media (min-width: 768px) {
      .woocommerce-account .woocommerce-Addresses .woocommerce-Address {
        width: 200px; } }
    .woocommerce-account .woocommerce-Addresses .woocommerce-Address .btn {
      margin-top: 20px; }

.woocommerce .form-row-first {
  width: 100%; }

.woocommerce .selectric-wrapper {
  margin-top: 10px; }

.woocommerce-edit-account fieldset {
  border: none;
  padding: 50px 0 0;
  margin: 0; }
  .woocommerce-edit-account fieldset h2 {
    margin-bottom: 20px; }

body.woocommerce-cart .woocommerce {
  text-align: center; }
  body.woocommerce-cart .woocommerce .cart-empty {
    color: #343a50; }

body.woocommerce-cart .woocommerce-cart-form .item-row {
  text-align: left;
  margin-bottom: 20px;
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 25px; }
  body.woocommerce-cart .woocommerce-cart-form .item-row:last-child {
    border-bottom: none; }
  @media (min-width: 768px) {
    body.woocommerce-cart .woocommerce-cart-form .item-row {
      padding-bottom: 20px; } }
  @media (min-width: 768px) {
    body.woocommerce-cart .woocommerce-cart-form .item-row .inner-col {
      height: 50px;
      display: flex;
      align-items: center; } }
  @media (min-width: 768px) {
    body.woocommerce-cart .woocommerce-cart-form .item-row .product-col {
      width: calc(100% - 200px);
      float: left; } }
  body.woocommerce-cart .woocommerce-cart-form .item-row .product-col h3 {
    margin-bottom: 15px; }
    @media (min-width: 768px) {
      body.woocommerce-cart .woocommerce-cart-form .item-row .product-col h3 {
        margin-left: 40px;
        margin-bottom: 30px; } }
  body.woocommerce-cart .woocommerce-cart-form .item-row h3 {
    margin: 0;
    color: #000000;
    font-weight: 500; }
    @media (min-width: 768px) {
      body.woocommerce-cart .woocommerce-cart-form .item-row h3 {
        margin-bottom: 30px; } }
  body.woocommerce-cart .woocommerce-cart-form .item-row .product-details {
    display: flex;
    justify-content: space-between; }
    @media (min-width: 768px) {
      body.woocommerce-cart .woocommerce-cart-form .item-row .product-details {
        justify-content: flex-start; } }
    body.woocommerce-cart .woocommerce-cart-form .item-row .product-details .product-remove {
      width: 40px;
      display: flex;
      align-items: center;
      font-size: 30px; }
      body.woocommerce-cart .woocommerce-cart-form .item-row .product-details .product-remove a {
        color: #000000; }
    body.woocommerce-cart .woocommerce-cart-form .item-row .product-details .product-name a {
      color: #f9f9fb; }
  body.woocommerce-cart .woocommerce-cart-form .item-row .quantity-col {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0; }
    @media (min-width: 768px) {
      body.woocommerce-cart .woocommerce-cart-form .item-row .quantity-col {
        display: block;
        float: left;
        width: 100px;
        padding: 0; } }
    body.woocommerce-cart .woocommerce-cart-form .item-row .quantity-col .amount-block {
      width: 90px; }
      body.woocommerce-cart .woocommerce-cart-form .item-row .quantity-col .amount-block input {
        margin-bottom: 0; }
  body.woocommerce-cart .woocommerce-cart-form .item-row .price-total {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media (min-width: 768px) {
      body.woocommerce-cart .woocommerce-cart-form .item-row .price-total {
        display: block;
        float: left;
        width: 100px;
        text-align: right; } }
    body.woocommerce-cart .woocommerce-cart-form .item-row .price-total .woocommerce-Price-amount {
      font-size: 16px; }
      @media (min-width: 768px) {
        body.woocommerce-cart .woocommerce-cart-form .item-row .price-total .woocommerce-Price-amount {
          width: 100%; } }

body.woocommerce-cart .actions {
  text-align: right; }
  body.woocommerce-cart .actions .btn {
    margin-top: 10px; }
    @media (min-width: 768px) {
      body.woocommerce-cart .actions .btn {
        margin-top: 30px; } }
    body.woocommerce-cart .actions .btn[disabled] {
      opacity: 0.2; }

@media (min-width: 768px) {
  body.woocommerce-cart .coupon {
    display: flex;
    border: 1px solid #d0d0d0;
    border-radius: 25px; } }

body.woocommerce-cart .coupon #coupon_code {
  height: 50px;
  border: 1px solid #d0d0d0;
  border-radius: 25px;
  width: 100%;
  margin-bottom: 10px;
  padding: 0 20px;
  background: transparent; }
  @media (min-width: 768px) {
    body.woocommerce-cart .coupon #coupon_code {
      margin-bottom: 0;
      border: none; } }

@media (min-width: 768px) {
  body.woocommerce-cart .coupon .btn {
    margin-top: 0;
    background: none;
    border-radius: 0;
    border: none;
    box-shadow: none;
    position: relative;
    border: none;
    border-left: 1px solid #d0d0d0; } }

body.woocommerce-cart .cart-collaterals table {
  width: 100%;
  margin-top: 30px; }
  body.woocommerce-cart .cart-collaterals table tr {
    margin-bottom: 20px; }
  body.woocommerce-cart .cart-collaterals table th {
    color: #000000;
    font-size: 16px;
    text-align: left;
    padding: 10px 0; }
  body.woocommerce-cart .cart-collaterals table td {
    font-size: 16px;
    text-align: right; }
  body.woocommerce-cart .cart-collaterals table .order-total td {
    color: #000000; }

body.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout {
  text-align: right; }
  body.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout a {
    margin-left: 0; }

.woocommerce-account form.login .btn {
  width: 200px;
  margin-right: 20px; }

.woocommerce-account form.login .checkbox {
  width: 100%;
  float: left;
  margin-top: 15px; }
  @media (min-width: 768px) {
    .woocommerce-account form.login .checkbox {
      float: right;
      margin-top: 0;
      width: auto; } }

.woocommerce-account form.login .lost_password {
  margin-top: 20px;
  display: block; }

.woocommerce-checkout-review-order-table {
  width: 100%;
  text-align: left; }
  .woocommerce-checkout-review-order-table h4 {
    margin-bottom: 0;
    color: #000000;
    margin-top: 30px;
    font-weight: 500; }

body.woocommerce-checkout.woocommerce-order-received .woocommerce-order-overview {
  display: flex;
  padding: 0;
  list-style: none;
  justify-content: space-around;
  text-align: center;
  flex-flow: row wrap;
  margin-bottom: 50px; }
  @media (min-width: 768px) {
    body.woocommerce-checkout.woocommerce-order-received .woocommerce-order-overview {
      justify-content: space-between; } }
  body.woocommerce-checkout.woocommerce-order-received .woocommerce-order-overview li {
    padding: 20px;
    min-width: 200px;
    background: #f9f9fb;
    margin-top: 20px; }
    @media (min-width: 768px) {
      body.woocommerce-checkout.woocommerce-order-received .woocommerce-order-overview li {
        margin-top: 30px; } }
    body.woocommerce-checkout.woocommerce-order-received .woocommerce-order-overview li strong {
      display: block; }

body.woocommerce-checkout.woocommerce-order-received .woocommerce-order-overview ~ p {
  margin-bottom: 40px; }

body.woocommerce-checkout.woocommerce-order-received .order_details {
  width: 100%;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    body.woocommerce-checkout.woocommerce-order-received .order_details {
      margin-bottom: 50px; } }
  body.woocommerce-checkout.woocommerce-order-received .order_details thead th {
    font-size: 20px; }
  body.woocommerce-checkout.woocommerce-order-received .order_details th {
    text-align: left;
    font-weight: 400; }
  body.woocommerce-checkout.woocommerce-order-received .order_details th,
  body.woocommerce-checkout.woocommerce-order-received .order_details td {
    padding-bottom: 20px; }

body.woocommerce-checkout.woocommerce-order-received .order-again {
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    body.woocommerce-checkout.woocommerce-order-received .order-again {
      margin-bottom: 50px; } }

body.woocommerce-checkout.woocommerce-order-received .woocommerce-customer-details {
  display: none; }

body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-orders {
  width: 100%; }
  body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-orders th {
    text-align: left;
    color: #000000;
    font-size: 18px;
    padding-bottom: 15px; }
  body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-orders td {
    padding-bottom: 10px; }
  body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-orders a {
    font-weight: 400; }
  body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-orders .btn {
    margin-top: 0; }

body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details {
  margin-top: 50px; }
  body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details .order_details {
    width: 100%;
    margin-bottom: 30px; }
    body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details .order_details thead th {
      font-size: 20px; }
    body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details .order_details th {
      text-align: left;
      font-weight: 400; }
    body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details .order_details th,
    body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details .order_details td {
      padding-bottom: 20px; }
  body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details .order-again {
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details .order-again {
        margin-bottom: 50px; } }

body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .order-mobile {
  padding: 30px 0;
  border-bottom: 1px solid #d8d8d8; }
  body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .order-mobile:last-child {
    border: none; }
  body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .order-mobile h4 {
    color: #000000;
    font-weight: 500; }
  body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .order-mobile p {
    margin-bottom: 21px;
    margin-top: 0; }
  body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .order-mobile .btn {
    margin-top: 0; }

.order-details.widefat.shadow-table {
  width: 100%;
  table-layout: fixed;
  text-align: left; }
  .order-details.widefat.shadow-table th,
  .order-details.widefat.shadow-table td {
    padding: 10px 0px; }
  .order-details.widefat.shadow-table td:last-child a {
    display: inline-block;
    max-width: 100%;
    padding: 6px 6px;
    cursor: pointer;
    border-radius: 25px;
    background: #fcd33d;
    outline: none;
    line-height: 18px;
    color: #000000;
    font-weight: 500;
    text-decoration: none;
    text-align: center; }
    @media (min-width: 768px) {
      .order-details.widefat.shadow-table td:last-child a {
        padding: 6px 12px; } }
    @media (min-width: 992px) {
      .order-details.widefat.shadow-table td:last-child a {
        padding: 12px 33px; } }
    .order-details.widefat.shadow-table td:last-child a:hover, .order-details.widefat.shadow-table td:last-child a:active, .order-details.widefat.shadow-table td:last-child a.active {
      text-decoration: none; }
  @media (max-width: 991px) {
    .order-details.widefat.shadow-table {
      display: flex; }
      .order-details.widefat.shadow-table tbody {
        width: 100%;
        margin-top: 50px; }
        .order-details.widefat.shadow-table tbody tr {
          display: block;
          width: 47%;
          text-align: center;
          box-shadow: 0 20px 20px -15px rgba(0, 0, 0, 0.2);
          padding: 15px;
          float: left; }
          .order-details.widefat.shadow-table tbody tr:nth-of-type(even) {
            margin-right: 6%; }
          .order-details.widefat.shadow-table tbody tr:nth-of-type(n + 4) {
            margin-top: 25px; }
          .order-details.widefat.shadow-table tbody tr:first-of-type {
            display: none; }
          .order-details.widefat.shadow-table tbody tr td {
            display: block;
            padding-bottom: 0; }
            .order-details.widefat.shadow-table tbody tr td:first-child {
              display: inline-block; }
              .order-details.widefat.shadow-table tbody tr td:first-child a {
                font-size: 20px;
                color: #000000;
                font-family: "Cera GR", sans-serif;
                font-weight: bold; }
            .order-details.widefat.shadow-table tbody tr td:nth-of-type(2) {
              color: #f9f9fb;
              font-size: 14px;
              font-weight: 400; }
            .order-details.widefat.shadow-table tbody tr td:nth-of-type(3), .order-details.widefat.shadow-table tbody tr td:nth-of-type(4) {
              color: #000000;
              font-size: 16px;
              display: inline-block; } }
  @media (max-width: 575.98px) {
    .order-details.widefat.shadow-table tbody tr {
      width: 100%; }
      .order-details.widefat.shadow-table tbody tr:nth-of-type(even) {
        margin-right: 0; }
      .order-details.widefat.shadow-table tbody tr:nth-of-type(n + 3) {
        margin-top: 25px; } }

.woocommerce-checkout-payment .payment_methods {
  list-style: none;
  padding: 0; }
  .woocommerce-checkout-payment .payment_methods .wc_payment_method input {
    display: none; }
    .woocommerce-checkout-payment .payment_methods .wc_payment_method input:checked + label:before {
      background: #000000; }
  .woocommerce-checkout-payment .payment_methods .wc_payment_method label:before {
    content: '';
    height: 20px;
    border: 1px solid #000000;
    border-radius: 50%;
    width: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px; }
  .woocommerce-checkout-payment .payment_methods .payment_method_mollie_wc_gateway_ideal {
    margin-bottom: 20px; }

.woocommerce-checkout-payment .wc-terms-and-conditions {
  margin-bottom: 20px; }

.cart-collaterals .wc-proceed-to-checkout {
  display: flex;
  flex-direction: column-reverse; }
  @media (min-width: 768px) {
    .cart-collaterals .wc-proceed-to-checkout {
      display: block; } }
  .cart-collaterals .wc-proceed-to-checkout a:last-child {
    margin-left: 50px; }
    @media (min-width: 768px) {
      .cart-collaterals .wc-proceed-to-checkout a:last-child {
        margin-left: 25px;
        margin-bottom: 25px;
        float: right; } }
  .cart-collaterals .wc-proceed-to-checkout a:first-child {
    margin-left: 50px;
    margin-bottom: 25px; }
    @media (min-width: 768px) {
      .cart-collaterals .wc-proceed-to-checkout a:first-child {
        margin-bottom: 0;
        margin-left: 0;
        float: left; } }

.woocommerce-checkout h2 {
  font-size: 20px; }

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
  overflow: hidden; }

@media (min-width: 768px) {
  .woocommerce-checkout .input-group {
    margin: 0;
    width: 100%;
    padding: 0;
    float: none; } }

.woocommerce-checkout .input-group input {
  border-color: #d0d0d0; }

.woocommerce-checkout .tickera_buyer_info {
  border-bottom: none;
  margin-top: 20px;
  padding-bottom: 0;
  margin-bottom: 5px;
  float: none; }
  .woocommerce-checkout .tickera_buyer_info h2 {
    float: none; }

.woocommerce-checkout .tickera_owner_info h3 {
  font-size: 18px; }

.woocommerce-checkout .tickera_additional_info .required {
  color: #000000; }

.woocommerce-checkout.woocommerce-order-received .step-5 {
  display: none !important; }

.tickera_owner_info h4 {
  margin: 0; }

.tickera_owner_info h2 {
  float: none; }

.tickera_owner_info p {
  margin: 0; }

.tickera_owner_info input {
  color: #898989;
  font-size: 14px; }

.tickera_owner_info .flex-container {
  display: block; }
  @media (min-width: 768px) {
    .tickera_owner_info .flex-container {
      display: flex;
      margin-bottom: 30px; } }
  .tickera_owner_info .flex-container .input-group {
    flex-grow: 1; }
    @media (min-width: 768px) {
      .tickera_owner_info .flex-container .input-group {
        margin-left: 9px;
        margin-right: 9px; }
        .tickera_owner_info .flex-container .input-group:first-of-type {
          margin-left: 0; }
        .tickera_owner_info .flex-container .input-group:last-of-type {
          margin-right: 0; } }

body .nav-bar-block ul li a.nav-main-link {
  color: #343a50; }

@media (min-width: 992px) {
  body .nav-bar-block.is-scrolled {
    box-shadow: 0 0 12px 0 rgba(70, 70, 70, 0.1); }
    body .nav-bar-block.is-scrolled ul li a {
      color: #000000; } }

@media (min-width: 992px) {
  body.no-header .nav-bar-block .menu a {
    color: #000000; } }
  @media (min-width: 992px) and (min-width: 768px) {
    body.no-header .nav-bar-block .menu a {
      color: #000000; } }

/*# sourceMappingURL=app.css.map */
