@import url(https://fonts.googleapis.com/css?family=Varela+Round|Lato:300,400,700|Open+Sans:400,300,600,700,800,300italic,400italic,600italic,700italic,800italic);@charset "UTF-8";

/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=d149bb4cfb571bfa008b)
 * Config saved to config.json and https://gist.github.com/d149bb4cfb571bfa008b
 */

/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

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

body {
  margin: 0;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

* {
  box-sizing: border-box;
}

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

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

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

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

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

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

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

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

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  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: 16px;
  padding-right: 16px;
}

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

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

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

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}

.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,
.col-xs-13,
.col-sm-13,
.col-md-13,
.col-lg-13,
.col-xs-14,
.col-sm-14,
.col-md-14,
.col-lg-14,
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15,
.col-xs-16,
.col-sm-16,
.col-md-16,
.col-lg-16,
.col-xs-17,
.col-sm-17,
.col-md-17,
.col-lg-17,
.col-xs-18,
.col-sm-18,
.col-md-18,
.col-lg-18,
.col-xs-19,
.col-sm-19,
.col-md-19,
.col-lg-19,
.col-xs-20,
.col-sm-20,
.col-md-20,
.col-lg-20,
.col-xs-21,
.col-sm-21,
.col-md-21,
.col-lg-21,
.col-xs-22,
.col-sm-22,
.col-md-22,
.col-lg-22,
.col-xs-23,
.col-sm-23,
.col-md-23,
.col-lg-23,
.col-xs-24,
.col-sm-24,
.col-md-24,
.col-lg-24 {
  position: relative;
  min-height: 1px;
  padding-left: 16px;
  padding-right: 16px;
}

.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,
.col-xs-13,
.col-xs-14,
.col-xs-15,
.col-xs-16,
.col-xs-17,
.col-xs-18,
.col-xs-19,
.col-xs-20,
.col-xs-21,
.col-xs-22,
.col-xs-23,
.col-xs-24 {
  float: left;
}

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

.col-xs-23 {
  width: 95.83333333%;
}

.col-xs-22 {
  width: 91.66666667%;
}

.col-xs-21 {
  width: 87.5%;
}

.col-xs-20 {
  width: 83.33333333%;
}

.col-xs-19 {
  width: 79.16666667%;
}

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

.col-xs-17 {
  width: 70.83333333%;
}

.col-xs-16 {
  width: 66.66666667%;
}

.col-xs-15 {
  width: 62.5%;
}

.col-xs-14 {
  width: 58.33333333%;
}

.col-xs-13 {
  width: 54.16666667%;
}

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

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

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

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

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

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

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

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

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

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

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

.col-xs-1 {
  width: 4.16666667%;
}

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

.col-xs-pull-23 {
  right: 95.83333333%;
}

.col-xs-pull-22 {
  right: 91.66666667%;
}

.col-xs-pull-21 {
  right: 87.5%;
}

.col-xs-pull-20 {
  right: 83.33333333%;
}

.col-xs-pull-19 {
  right: 79.16666667%;
}

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

.col-xs-pull-17 {
  right: 70.83333333%;
}

.col-xs-pull-16 {
  right: 66.66666667%;
}

.col-xs-pull-15 {
  right: 62.5%;
}

.col-xs-pull-14 {
  right: 58.33333333%;
}

.col-xs-pull-13 {
  right: 54.16666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-xs-push-23 {
  left: 95.83333333%;
}

.col-xs-push-22 {
  left: 91.66666667%;
}

.col-xs-push-21 {
  left: 87.5%;
}

.col-xs-push-20 {
  left: 83.33333333%;
}

.col-xs-push-19 {
  left: 79.16666667%;
}

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

.col-xs-push-17 {
  left: 70.83333333%;
}

.col-xs-push-16 {
  left: 66.66666667%;
}

.col-xs-push-15 {
  left: 62.5%;
}

.col-xs-push-14 {
  left: 58.33333333%;
}

.col-xs-push-13 {
  left: 54.16666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-13,
  .col-sm-14,
  .col-sm-15,
  .col-sm-16,
  .col-sm-17,
  .col-sm-18,
  .col-sm-19,
  .col-sm-20,
  .col-sm-21,
  .col-sm-22,
  .col-sm-23,
  .col-sm-24 {
    float: left;
  }

  .col-sm-24 {
    width: 100%;
  }

  .col-sm-23 {
    width: 95.83333333%;
  }

  .col-sm-22 {
    width: 91.66666667%;
  }

  .col-sm-21 {
    width: 87.5%;
  }

  .col-sm-20 {
    width: 83.33333333%;
  }

  .col-sm-19 {
    width: 79.16666667%;
  }

  .col-sm-18 {
    width: 75%;
  }

  .col-sm-17 {
    width: 70.83333333%;
  }

  .col-sm-16 {
    width: 66.66666667%;
  }

  .col-sm-15 {
    width: 62.5%;
  }

  .col-sm-14 {
    width: 58.33333333%;
  }

  .col-sm-13 {
    width: 54.16666667%;
  }

  .col-sm-12 {
    width: 50%;
  }

  .col-sm-11 {
    width: 45.83333333%;
  }

  .col-sm-10 {
    width: 41.66666667%;
  }

  .col-sm-9 {
    width: 37.5%;
  }

  .col-sm-8 {
    width: 33.33333333%;
  }

  .col-sm-7 {
    width: 29.16666667%;
  }

  .col-sm-6 {
    width: 25%;
  }

  .col-sm-5 {
    width: 20.83333333%;
  }

  .col-sm-4 {
    width: 16.66666667%;
  }

  .col-sm-3 {
    width: 12.5%;
  }

  .col-sm-2 {
    width: 8.33333333%;
  }

  .col-sm-1 {
    width: 4.16666667%;
  }

  .col-sm-pull-24 {
    right: 100%;
  }

  .col-sm-pull-23 {
    right: 95.83333333%;
  }

  .col-sm-pull-22 {
    right: 91.66666667%;
  }

  .col-sm-pull-21 {
    right: 87.5%;
  }

  .col-sm-pull-20 {
    right: 83.33333333%;
  }

  .col-sm-pull-19 {
    right: 79.16666667%;
  }

  .col-sm-pull-18 {
    right: 75%;
  }

  .col-sm-pull-17 {
    right: 70.83333333%;
  }

  .col-sm-pull-16 {
    right: 66.66666667%;
  }

  .col-sm-pull-15 {
    right: 62.5%;
  }

  .col-sm-pull-14 {
    right: 58.33333333%;
  }

  .col-sm-pull-13 {
    right: 54.16666667%;
  }

  .col-sm-pull-12 {
    right: 50%;
  }

  .col-sm-pull-11 {
    right: 45.83333333%;
  }

  .col-sm-pull-10 {
    right: 41.66666667%;
  }

  .col-sm-pull-9 {
    right: 37.5%;
  }

  .col-sm-pull-8 {
    right: 33.33333333%;
  }

  .col-sm-pull-7 {
    right: 29.16666667%;
  }

  .col-sm-pull-6 {
    right: 25%;
  }

  .col-sm-pull-5 {
    right: 20.83333333%;
  }

  .col-sm-pull-4 {
    right: 16.66666667%;
  }

  .col-sm-pull-3 {
    right: 12.5%;
  }

  .col-sm-pull-2 {
    right: 8.33333333%;
  }

  .col-sm-pull-1 {
    right: 4.16666667%;
  }

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

  .col-sm-push-24 {
    left: 100%;
  }

  .col-sm-push-23 {
    left: 95.83333333%;
  }

  .col-sm-push-22 {
    left: 91.66666667%;
  }

  .col-sm-push-21 {
    left: 87.5%;
  }

  .col-sm-push-20 {
    left: 83.33333333%;
  }

  .col-sm-push-19 {
    left: 79.16666667%;
  }

  .col-sm-push-18 {
    left: 75%;
  }

  .col-sm-push-17 {
    left: 70.83333333%;
  }

  .col-sm-push-16 {
    left: 66.66666667%;
  }

  .col-sm-push-15 {
    left: 62.5%;
  }

  .col-sm-push-14 {
    left: 58.33333333%;
  }

  .col-sm-push-13 {
    left: 54.16666667%;
  }

  .col-sm-push-12 {
    left: 50%;
  }

  .col-sm-push-11 {
    left: 45.83333333%;
  }

  .col-sm-push-10 {
    left: 41.66666667%;
  }

  .col-sm-push-9 {
    left: 37.5%;
  }

  .col-sm-push-8 {
    left: 33.33333333%;
  }

  .col-sm-push-7 {
    left: 29.16666667%;
  }

  .col-sm-push-6 {
    left: 25%;
  }

  .col-sm-push-5 {
    left: 20.83333333%;
  }

  .col-sm-push-4 {
    left: 16.66666667%;
  }

  .col-sm-push-3 {
    left: 12.5%;
  }

  .col-sm-push-2 {
    left: 8.33333333%;
  }

  .col-sm-push-1 {
    left: 4.16666667%;
  }

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

  .col-sm-offset-24 {
    margin-left: 100%;
  }

  .col-sm-offset-23 {
    margin-left: 95.83333333%;
  }

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

  .col-sm-offset-21 {
    margin-left: 87.5%;
  }

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

  .col-sm-offset-19 {
    margin-left: 79.16666667%;
  }

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

  .col-sm-offset-17 {
    margin-left: 70.83333333%;
  }

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

  .col-sm-offset-15 {
    margin-left: 62.5%;
  }

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

  .col-sm-offset-13 {
    margin-left: 54.16666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-13,
  .col-md-14,
  .col-md-15,
  .col-md-16,
  .col-md-17,
  .col-md-18,
  .col-md-19,
  .col-md-20,
  .col-md-21,
  .col-md-22,
  .col-md-23,
  .col-md-24 {
    float: left;
  }

  .col-md-24 {
    width: 100%;
  }

  .col-md-23 {
    width: 95.83333333%;
  }

  .col-md-22 {
    width: 91.66666667%;
  }

  .col-md-21 {
    width: 87.5%;
  }

  .col-md-20 {
    width: 83.33333333%;
  }

  .col-md-19 {
    width: 79.16666667%;
  }

  .col-md-18 {
    width: 75%;
  }

  .col-md-17 {
    width: 70.83333333%;
  }

  .col-md-16 {
    width: 66.66666667%;
  }

  .col-md-15 {
    width: 62.5%;
  }

  .col-md-14 {
    width: 58.33333333%;
  }

  .col-md-13 {
    width: 54.16666667%;
  }

  .col-md-12 {
    width: 50%;
  }

  .col-md-11 {
    width: 45.83333333%;
  }

  .col-md-10 {
    width: 41.66666667%;
  }

  .col-md-9 {
    width: 37.5%;
  }

  .col-md-8 {
    width: 33.33333333%;
  }

  .col-md-7 {
    width: 29.16666667%;
  }

  .col-md-6 {
    width: 25%;
  }

  .col-md-5 {
    width: 20.83333333%;
  }

  .col-md-4 {
    width: 16.66666667%;
  }

  .col-md-3 {
    width: 12.5%;
  }

  .col-md-2 {
    width: 8.33333333%;
  }

  .col-md-1 {
    width: 4.16666667%;
  }

  .col-md-pull-24 {
    right: 100%;
  }

  .col-md-pull-23 {
    right: 95.83333333%;
  }

  .col-md-pull-22 {
    right: 91.66666667%;
  }

  .col-md-pull-21 {
    right: 87.5%;
  }

  .col-md-pull-20 {
    right: 83.33333333%;
  }

  .col-md-pull-19 {
    right: 79.16666667%;
  }

  .col-md-pull-18 {
    right: 75%;
  }

  .col-md-pull-17 {
    right: 70.83333333%;
  }

  .col-md-pull-16 {
    right: 66.66666667%;
  }

  .col-md-pull-15 {
    right: 62.5%;
  }

  .col-md-pull-14 {
    right: 58.33333333%;
  }

  .col-md-pull-13 {
    right: 54.16666667%;
  }

  .col-md-pull-12 {
    right: 50%;
  }

  .col-md-pull-11 {
    right: 45.83333333%;
  }

  .col-md-pull-10 {
    right: 41.66666667%;
  }

  .col-md-pull-9 {
    right: 37.5%;
  }

  .col-md-pull-8 {
    right: 33.33333333%;
  }

  .col-md-pull-7 {
    right: 29.16666667%;
  }

  .col-md-pull-6 {
    right: 25%;
  }

  .col-md-pull-5 {
    right: 20.83333333%;
  }

  .col-md-pull-4 {
    right: 16.66666667%;
  }

  .col-md-pull-3 {
    right: 12.5%;
  }

  .col-md-pull-2 {
    right: 8.33333333%;
  }

  .col-md-pull-1 {
    right: 4.16666667%;
  }

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

  .col-md-push-24 {
    left: 100%;
  }

  .col-md-push-23 {
    left: 95.83333333%;
  }

  .col-md-push-22 {
    left: 91.66666667%;
  }

  .col-md-push-21 {
    left: 87.5%;
  }

  .col-md-push-20 {
    left: 83.33333333%;
  }

  .col-md-push-19 {
    left: 79.16666667%;
  }

  .col-md-push-18 {
    left: 75%;
  }

  .col-md-push-17 {
    left: 70.83333333%;
  }

  .col-md-push-16 {
    left: 66.66666667%;
  }

  .col-md-push-15 {
    left: 62.5%;
  }

  .col-md-push-14 {
    left: 58.33333333%;
  }

  .col-md-push-13 {
    left: 54.16666667%;
  }

  .col-md-push-12 {
    left: 50%;
  }

  .col-md-push-11 {
    left: 45.83333333%;
  }

  .col-md-push-10 {
    left: 41.66666667%;
  }

  .col-md-push-9 {
    left: 37.5%;
  }

  .col-md-push-8 {
    left: 33.33333333%;
  }

  .col-md-push-7 {
    left: 29.16666667%;
  }

  .col-md-push-6 {
    left: 25%;
  }

  .col-md-push-5 {
    left: 20.83333333%;
  }

  .col-md-push-4 {
    left: 16.66666667%;
  }

  .col-md-push-3 {
    left: 12.5%;
  }

  .col-md-push-2 {
    left: 8.33333333%;
  }

  .col-md-push-1 {
    left: 4.16666667%;
  }

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

  .col-md-offset-24 {
    margin-left: 100%;
  }

  .col-md-offset-23 {
    margin-left: 95.83333333%;
  }

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

  .col-md-offset-21 {
    margin-left: 87.5%;
  }

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

  .col-md-offset-19 {
    margin-left: 79.16666667%;
  }

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

  .col-md-offset-17 {
    margin-left: 70.83333333%;
  }

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

  .col-md-offset-15 {
    margin-left: 62.5%;
  }

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

  .col-md-offset-13 {
    margin-left: 54.16666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-13,
  .col-lg-14,
  .col-lg-15,
  .col-lg-16,
  .col-lg-17,
  .col-lg-18,
  .col-lg-19,
  .col-lg-20,
  .col-lg-21,
  .col-lg-22,
  .col-lg-23,
  .col-lg-24 {
    float: left;
  }

  .col-lg-24 {
    width: 100%;
  }

  .col-lg-23 {
    width: 95.83333333%;
  }

  .col-lg-22 {
    width: 91.66666667%;
  }

  .col-lg-21 {
    width: 87.5%;
  }

  .col-lg-20 {
    width: 83.33333333%;
  }

  .col-lg-19 {
    width: 79.16666667%;
  }

  .col-lg-18 {
    width: 75%;
  }

  .col-lg-17 {
    width: 70.83333333%;
  }

  .col-lg-16 {
    width: 66.66666667%;
  }

  .col-lg-15 {
    width: 62.5%;
  }

  .col-lg-14 {
    width: 58.33333333%;
  }

  .col-lg-13 {
    width: 54.16666667%;
  }

  .col-lg-12 {
    width: 50%;
  }

  .col-lg-11 {
    width: 45.83333333%;
  }

  .col-lg-10 {
    width: 41.66666667%;
  }

  .col-lg-9 {
    width: 37.5%;
  }

  .col-lg-8 {
    width: 33.33333333%;
  }

  .col-lg-7 {
    width: 29.16666667%;
  }

  .col-lg-6 {
    width: 25%;
  }

  .col-lg-5 {
    width: 20.83333333%;
  }

  .col-lg-4 {
    width: 16.66666667%;
  }

  .col-lg-3 {
    width: 12.5%;
  }

  .col-lg-2 {
    width: 8.33333333%;
  }

  .col-lg-1 {
    width: 4.16666667%;
  }

  .col-lg-pull-24 {
    right: 100%;
  }

  .col-lg-pull-23 {
    right: 95.83333333%;
  }

  .col-lg-pull-22 {
    right: 91.66666667%;
  }

  .col-lg-pull-21 {
    right: 87.5%;
  }

  .col-lg-pull-20 {
    right: 83.33333333%;
  }

  .col-lg-pull-19 {
    right: 79.16666667%;
  }

  .col-lg-pull-18 {
    right: 75%;
  }

  .col-lg-pull-17 {
    right: 70.83333333%;
  }

  .col-lg-pull-16 {
    right: 66.66666667%;
  }

  .col-lg-pull-15 {
    right: 62.5%;
  }

  .col-lg-pull-14 {
    right: 58.33333333%;
  }

  .col-lg-pull-13 {
    right: 54.16666667%;
  }

  .col-lg-pull-12 {
    right: 50%;
  }

  .col-lg-pull-11 {
    right: 45.83333333%;
  }

  .col-lg-pull-10 {
    right: 41.66666667%;
  }

  .col-lg-pull-9 {
    right: 37.5%;
  }

  .col-lg-pull-8 {
    right: 33.33333333%;
  }

  .col-lg-pull-7 {
    right: 29.16666667%;
  }

  .col-lg-pull-6 {
    right: 25%;
  }

  .col-lg-pull-5 {
    right: 20.83333333%;
  }

  .col-lg-pull-4 {
    right: 16.66666667%;
  }

  .col-lg-pull-3 {
    right: 12.5%;
  }

  .col-lg-pull-2 {
    right: 8.33333333%;
  }

  .col-lg-pull-1 {
    right: 4.16666667%;
  }

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

  .col-lg-push-24 {
    left: 100%;
  }

  .col-lg-push-23 {
    left: 95.83333333%;
  }

  .col-lg-push-22 {
    left: 91.66666667%;
  }

  .col-lg-push-21 {
    left: 87.5%;
  }

  .col-lg-push-20 {
    left: 83.33333333%;
  }

  .col-lg-push-19 {
    left: 79.16666667%;
  }

  .col-lg-push-18 {
    left: 75%;
  }

  .col-lg-push-17 {
    left: 70.83333333%;
  }

  .col-lg-push-16 {
    left: 66.66666667%;
  }

  .col-lg-push-15 {
    left: 62.5%;
  }

  .col-lg-push-14 {
    left: 58.33333333%;
  }

  .col-lg-push-13 {
    left: 54.16666667%;
  }

  .col-lg-push-12 {
    left: 50%;
  }

  .col-lg-push-11 {
    left: 45.83333333%;
  }

  .col-lg-push-10 {
    left: 41.66666667%;
  }

  .col-lg-push-9 {
    left: 37.5%;
  }

  .col-lg-push-8 {
    left: 33.33333333%;
  }

  .col-lg-push-7 {
    left: 29.16666667%;
  }

  .col-lg-push-6 {
    left: 25%;
  }

  .col-lg-push-5 {
    left: 20.83333333%;
  }

  .col-lg-push-4 {
    left: 16.66666667%;
  }

  .col-lg-push-3 {
    left: 12.5%;
  }

  .col-lg-push-2 {
    left: 8.33333333%;
  }

  .col-lg-push-1 {
    left: 4.16666667%;
  }

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

  .col-lg-offset-24 {
    margin-left: 100%;
  }

  .col-lg-offset-23 {
    margin-left: 95.83333333%;
  }

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

  .col-lg-offset-21 {
    margin-left: 87.5%;
  }

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

  .col-lg-offset-19 {
    margin-left: 79.16666667%;
  }

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

  .col-lg-offset-17 {
    margin-left: 70.83333333%;
  }

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

  .col-lg-offset-15 {
    margin-left: 62.5%;
  }

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

  .col-lg-offset-13 {
    margin-left: 54.16666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

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

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !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;
  }
}

/**
 * Swiper 3.4.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/swiper/
 *
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under MIT
 *
 * Released on: October 16, 2016
 */

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}

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

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

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

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

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  flex-wrap: wrap;
}

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

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

/* Auto Height */

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

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

/* a11y */

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

/* IE10 Windows Phone 8 Fixes */

.swiper-wp8-horizontal {
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  touch-action: pan-x;
}

/* Arrows */

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

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

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

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

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

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

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

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

/* Pagination Styles */

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

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

/* Common Styles */

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

/* Bullets */

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

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

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

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

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

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

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

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

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

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

/* Progress */

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

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

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

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

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

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}

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

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

/* 3D Container */

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

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

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

.swiper-container-3d .swiper-slide-shadow-left {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-right {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-top {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

/* Coverflow */

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

/* Cube + Flip */

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

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

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

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

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

/* Cube */

.swiper-container-cube .swiper-slide {
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

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

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

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

/* Fade */

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

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

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

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

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

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

/* Scrollbar */

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

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

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

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

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

/* Preloader */

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

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

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

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

/* Magnific Popup CSS */

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

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

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
}

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */

.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */

  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    transform-origin: 0;
  }

  .mfp-arrow-right {
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

.rangeslider,
.rangeslider__fill {
  display: block;
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

.rangeslider {
  background: #e6e6e6;
  position: relative;
}

.rangeslider--horizontal {
  height: 20px;
  width: 100%;
}

.rangeslider--vertical {
  width: 20px;
  min-height: 150px;
  max-height: 100%;
}

.rangeslider--disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}

.rangeslider__fill {
  background: #00ff00;
  position: absolute;
}

.rangeslider--horizontal .rangeslider__fill {
  top: 0;
  height: 100%;
}

.rangeslider--vertical .rangeslider__fill {
  bottom: 0;
  width: 100%;
}

.rangeslider__handle {
  background: white;
  border: 1px solid #ccc;
  cursor: pointer;
  display: inline-block;
  width: 40px;
  height: 40px;
  position: absolute;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g");
  background-size: 100%;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
}

.rangeslider__handle:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEzIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
  border-radius: 50%;
}

.rangeslider__handle:active,
.rangeslider--active .rangeslider__handle {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
}

.rangeslider--horizontal .rangeslider__handle {
  top: -10px;
  touch-action: pan-y;
  -ms-touch-action: pan-y;
}

.rangeslider--vertical .rangeslider__handle {
  left: -10px;
  touch-action: pan-x;
  -ms-touch-action: pan-x;
}

input[type=range]:focus + .rangeslider .rangeslider__handle {
  box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
}

@font-face {
  font-family: "entercard-icons";
  src: url("/content/themes/entercard/dist/fonts/entercard-icons.eot");
  src: url("/content/themes/entercard/dist/fonts/entercard-icons.eot?#iefix") format("embedded-opentype"), url("/content/themes/entercard/dist/fonts/entercard-icons.woff") format("woff"), url("/content/themes/entercard/dist/fonts/entercard-icons.ttf") format("truetype"), url("/content/themes/entercard/dist/fonts/entercard-icons.svg#entercard-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Wremena-Light";
  src: url("/content/themes/entercard/dist/fonts/Wremena_Light.eot");
  src: url("/content/themes/entercard/dist/fonts/Wremena_Light.otf"), url("/content/themes/entercard/dist/fonts/Wremena_Light.woff"), url("/content/themes/entercard/dist/fonts/Wremena_Light.woff2");
  font-weight: normal;
  font-style: normal;
}

[data-icon]:before {
  font-family: "entercard-icons" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^=icon-]:before,
[class*=" icon-"]:before {
  font-family: "entercard-icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-logo:before {
  content: "a";
}

.icon-arrow-right-chevron-black-circle:before {
  content: "b";
}

.icon-close-round:before {
  content: "c";
}

.icon-credicon:before {
  content: "e";
}

.icon-customer-service:before {
  content: "f";
}

.icon-entercard:before {
  content: "g";
}

.icon-facebook-with-circle:before {
  content: "h";
}

.icon-instagram-with-circle:before {
  content: "i";
}

.icon-linkedin-with-circle:before {
  content: "j";
}

.icon-loan:before {
  content: "k";
}

.icon-arrow-down:before {
  content: "m";
}

.icon-arrow-up:before {
  content: "n";
}

.icon-arrow-right-black-circle:before {
  content: "o";
}

.icon-percent:before {
  content: "p";
}

.icon-cooperation:before {
  content: "q";
}

.icon-security:before {
  content: "r";
}

.icon-security-bla:before {
  content: "s";
}

.icon-magnifyingglass:before {
  content: "t";
}

.icon-questionmark:before {
  content: "u";
}

.icon-stegforsteg:before {
  content: "v";
}

.icon-tothetop:before {
  content: "w";
}

.icon-twitter-with-circle:before {
  content: "x";
}

.icon-partner-values:before {
  content: "y";
}

.icon-hamburger:before {
  content: "d";
}

.icon-twitter:before {
  content: "l";
}

.icon-twitter-inverted:before {
  content: url("/content/themes/entercard/dist/images/twitter-box.svg");
  width: 24px;
  height: 24px;
}

.icon-linkedin:before {
  content: "z";
}

.icon-linkedin-inverted:before {
  content: url("/content/themes/entercard/dist/images/linkedin-box.svg");
  width: 24px;
  height: 24px;
}

.icon-facebook:before {
  content: "A";
}

.page-wrapper {
  *zoom: 1;
}

.page-wrapper:before,
.page-wrapper:after {
  content: " ";
  display: table;
}

.page-wrapper:after {
  clear: both;
}

input[type=search] {
  box-sizing: border-box !important;
}

.index-header {
  background-color: #8DC8E8;
  text-align: left;
  padding: 60px;
}

@media screen and (max-width: 992px) {
  .index-header {
    padding: 30px;
  }
}

.index-header h1 {
  font-size: 36px;
  line-height: 49px;
  max-width: 940px;
  margin: 0 auto;
  margin-bottom: 20px;
}

@media screen and (max-width: 992px) {
  .index-header h1 {
    font-size: 45px;
    line-height: 55px;
  }
}

@media screen and (max-width: 768px) {
  .index-header h1 {
    font-size: 26px;
    line-height: 44px;
  }
}

.index-header p {
  font-size: 22px;
  line-height: 30px;
  max-width: 940px;
  margin: 0 auto;
  text-align: left;
}

@media screen and (max-width: 992px) {
  .index-header p {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .index-header p {
    font-size: 15px;
  }
}

.full-page-wrapper {
  background-color: #FFFFFF;
}

.full-page-wrapper .full-page-wrapper-inner {
  width: calc(100% - 80px);
  max-width: 1440px;
  margin: 0 auto;
  padding: 40px 0;
}

@media screen and (max-width: 992px) {
  .full-page-wrapper .full-page-wrapper-inner {
    width: 100%;
  }

  .full-page-wrapper .full-page-wrapper-inner .post-wrapper {
    padding-top: 0px;
  }
}

img[class*=wp-image-] {
  max-width: 100%;
  height: auto;
}

body {
  font-family: "Open Sans", sans-serif;
  color: #141B4D;
  background-color: #FFFFFF;
}

h1 {
  font-family: "Open Sans", sans-serif;
  font-size: 46px;
  line-height: 62px;
  font-weight: 400;
  margin: 0;
  margin-bottom: 30px;
  text-decoration: none;
}

@media screen and (max-width: 992px) {
  h1 {
    font-size: 37px;
    line-height: 44px;
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 768px) {
  h1 {
    font-size: 31px;
    line-height: 39px;
    margin-bottom: 17px;
  }
}

h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 48px;
  line-height: 52px;
  font-weight: 500;
  margin: 0;
  margin-bottom: 25px;
  text-decoration: none;
}

@media screen and (max-width: 992px) {
  h2 {
    font-size: 38px;
  }
}

@media screen and (max-width: 540px) {
  h2 {
    font-size: 29px;
    line-height: 34px;
  }
}

h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  margin: 0;
  margin-bottom: 10px;
  text-decoration: none;
}

h3.description-header {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
}

h4 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0;
}

h4 + p {
  margin-top: 0.1em;
}

h5 {
  font-size: 13px;
  line-height: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  color: rgba(0, 38, 62, 0.8);
  margin: 0;
}

p {
  font-size: 17px;
  line-height: 26px;
}

@media screen and (max-width: 992px) {
  p {
    font-size: 15px;
    line-height: 28px;
  }
}

@media screen and (max-width: 768px) {
  p {
    font-size: 14px;
  }
}

p.excerpt {
  font-weight: 600;
  color: #2D4C5F;
}

@media screen and (max-width: 992px) {
  p.excerpt {
    font-size: 17px;
  }
}

@media screen and (max-width: 768px) {
  p.excerpt {
    font-size: 16px;
  }
}

p.small {
  font-size: 13px;
  line-height: 20px;
}

@media screen and (max-width: 768px) {
  ul {
    padding-left: 30px;
  }
}

li {
  font-size: 16px;
  line-height: 30px;
}

@media screen and (max-width: 992px) {
  li {
    font-size: 15px;
    line-height: 28px;
  }
}

@media screen and (max-width: 768px) {
  li {
    font-size: 14px;
  }
}

a {
  color: #1E22AA;
}

a:hover {
  color: #bfbfbf;
}

a.orange-arrow,
a.blue-arrow {
  text-decoration: none;
}

a.orange-arrow:hover:before,
a.blue-arrow:hover:before {
  color: #ea8573;
}

a.orange-arrow:before,
a.blue-arrow:before {
  font-family: "entercard-icons" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "o";
  color: #E56A54;
  font-size: 27px;
  transition: all 0.4s ease;
}

#topbar {
  position: relative;
  background-color: #1E22AA;
  z-index: 2;
}

#topbar .mobile-banks {
  display: none;
}

#topbar.transparent {
  background-color: transparent;
}

#topbar .sub-navigation-overlay {
  position: absolute;
  z-index: 9;
  top: 0px;
  left: 0;
  height: 0;
}

#topbar .first-row {
  z-index: 11;
  position: relative;
  *zoom: 1;
}

#topbar .first-row:before,
#topbar .first-row:after {
  content: " ";
  display: table;
}

#topbar .first-row:after {
  clear: both;
}

#topbar .first-row .language-picker {
  position: relative;
  float: right;
}

#topbar .first-row .language-picker:hover .current-site {
  background-color: rgba(255, 255, 255, 0.09);
}

#topbar .first-row .language-picker:hover ul.sites {
  display: block;
  height: auto;
}

#topbar .first-row .language-picker .current-site {
  padding: 17px 26px;
  color: #FFFFFF;
  font-size: 10px;
  line-height: 16px;
  transition: all 0.5s ease 0s;
  cursor: pointer;
}

#topbar .first-row .language-picker .current-site .icon-arrow-down {
  vertical-align: middle;
  line-height: 1px;
  font-size: 9px;
}

#topbar .first-row .language-picker .current-site span.active-site {
  font-size: 12px;
  line-height: 17px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}

#topbar .first-row .language-picker ul.sites {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #FFFFFF;
  z-index: 11;
  margin: 0;
  padding: 0 20px;
  list-style: none;
  cursor: auto;
  text-transform: lowercase;
}

#topbar .first-row .language-picker ul.sites li {
  margin-bottom: 4px;
}

#topbar .first-row .language-picker ul.sites li:first-of-type {
  padding-top: 21px;
}

#topbar .first-row .language-picker ul.sites li:last-of-type {
  padding-bottom: 21px;
}

#topbar .first-row .language-picker ul.sites li a {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
}

#topbar .first-row .right {
  float: right;
}

#topbar .first-row .right .search {
  float: right;
}

#topbar .first-row .right .search.expanded .input-wrapper {
  width: 250px;
}

#topbar .first-row .right .search.expanded .search-icon {
  position: relative;
  background-color: #E56A54;
}

#topbar .first-row .right .search.expanded .search-icon:before {
  display: none;
}

#topbar .first-row .right .search.expanded .search-icon .close-text {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#topbar .first-row .right .search.expanded .search-icon:hover {
  background-color: #ea8573;
}

#topbar .first-row .right .search .search-icon {
  float: right;
  width: 100px;
  color: #8DC8E8;
  height: 50px;
  text-align: center;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}

#topbar .first-row .right .search .search-icon:hover {
  background-color: rgba(255, 255, 255, 0.09);
}

#topbar .first-row .right .search .search-icon .close-text {
  display: none;
  color: #FFFFFF;
}

#topbar .first-row .right .search .search-icon:before {
  font-size: 42px;
  line-height: 50px;
}

#topbar .first-row .right .search .input-wrapper {
  position: relative;
  float: left;
  overflow: hidden;
  width: 0;
  transition: width 0.4s ease;
}

#topbar .first-row .right .search .input-wrapper input[type=search] {
  padding: 12.5px;
  font-size: 18px;
  border: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  width: 100%;
}

#topbar .first-row .right .search .input-wrapper input[type=search]::-webkit-input-placeholder {
  color: rgb(110, 98, 89);
}

#topbar .first-row .right .search .input-wrapper input[type=search]:-moz-placeholder {
  color: rgb(110, 98, 89);
}

#topbar .first-row .right .search .input-wrapper input[type=search]::-moz-placeholder {
  color: rgb(110, 98, 89);
}

#topbar .first-row .right .search .input-wrapper input[type=search]:-ms-input-placeholder {
  color: rgb(110, 98, 89);
}

#topbar .first-row .right .search .input-wrapper .reset-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
  height: 20px;
  width: 20px;
  cursor: pointer;
}

#topbar .first-row .right .search .input-wrapper .reset-icon:before {
  font-family: "entercard-icons" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "c";
  font-size: 20px;
  color: rgb(110, 98, 89);
}

#topbar .second-row {
  position: relative;
  height: 80px;
  z-index: 10;
}

#topbar .second-row .logo-wrapper {
  width: calc(100% - 60px);
  max-width: 1440px;
  margin: 0 auto;
}

#topbar .second-row .logo-wrapper > a {
  display: inline-block;
  position: relative;
  z-index: 5;
}

@media screen and (max-width: 1275px) {
  #topbar .second-row .logo-wrapper > a {
    padding-top: 10px;
  }
}

#topbar .second-row .logo-wrapper .logo {
  margin-top: 5px;
  width: 140px;
  height: 40px;
  padding-left: 2px;
  display: inline-block;
  overflow: hidden;
  background-size: auto;
  background: url("/content/themes/entercard/dist/images/logo.svg") no-repeat;
  margin-top: 14px;
}

@media screen and (max-width: 1500px) {
  #topbar .second-row .logo-wrapper .logo {
    margin-top: 17px;
  }
}

#topbar .second-row .hamburger {
  display: none;
}

#topbar .second-row nav.main-navigation {
  position: absolute;
  top: 3px;
  width: 100%;
  white-space: nowrap;
  text-align: center;
}

#topbar .second-row nav.main-navigation > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 124px;
}

#topbar .second-row nav.main-navigation > ul > li {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  text-align: left;
}

@media screen and (max-width: 1500px) {
  #topbar .second-row nav.main-navigation > ul > li {
    margin-right: 0;
  }
}

#topbar .second-row nav.main-navigation > ul > li:hover ul.sub-navigation {
  display: block;
}

#topbar .second-row nav.main-navigation > ul > li:hover > *,
#topbar .second-row nav.main-navigation > ul > li:hover .selected-page {
  color: #FFFFFF;
  background-color: #141B4D;
}

#topbar .second-row nav.main-navigation > ul > li:hover .bank-button {
  cursor: pointer;
  color: #FFFFFF;
}

#topbar .second-row nav.main-navigation > ul > li:hover .bank-button .bank-border {
  border: none;
  padding: 11px 18px 13px;
}

#topbar .second-row nav.main-navigation > ul > li:hover .bank-button .arrow-icon:before {
  color: #00263E;
}

#topbar .second-row nav.main-navigation > ul > li:hover .arrow-icon:before {
  color: #FFFFFF;
}

#topbar .second-row nav.main-navigation > ul > li > a,
#topbar .second-row nav.main-navigation > ul > li .bank-button {
  display: inline-block;
  position: relative;
  color: #FFFFFF;
  filter: contrast(15.59/1);
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
  padding: 10px 17px 40px;
  text-decoration: none;
}

@media screen and (max-width: 1500px) {
  #topbar .second-row nav.main-navigation > ul > li > a,
  #topbar .second-row nav.main-navigation > ul > li .bank-button {
    padding: 15px 7px;
  }
}

#topbar .second-row nav.main-navigation > ul > li > a.selected-page,
#topbar .second-row nav.main-navigation > ul > li .bank-button.selected-page {
  color: #8DC8E8;
}

#topbar .second-row nav.main-navigation > ul > li > a.selected-page .arrow-icon:before,
#topbar .second-row nav.main-navigation > ul > li .bank-button.selected-page .arrow-icon:before {
  color: #8DC8E8;
}

#topbar .second-row nav.main-navigation > ul > li > a.bank-button,
#topbar .second-row nav.main-navigation > ul > li .bank-button.bank-button {
  padding: 0 17px 3px;
  color: #8DC8E8;
}

#topbar .second-row nav.main-navigation > ul > li > a.bank-button .arrow-icon:before,
#topbar .second-row nav.main-navigation > ul > li .bank-button.bank-button .arrow-icon:before {
  color: #8DC8E8;
}

#topbar .second-row nav.main-navigation > ul > li > a .bank-border,
#topbar .second-row nav.main-navigation > ul > li .bank-button .bank-border {
  padding: 10px 17px 12px;
  border: solid #8DC8E8 1px;
}

#topbar .second-row nav.main-navigation > ul > li > a .arrow-icon:before,
#topbar .second-row nav.main-navigation > ul > li .bank-button .arrow-icon:before {
  font-family: "entercard-icons" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "m";
  color: #FFFFFF;
  font-size: 9px;
  margin-left: 3px;
}

#topbar .second-row nav.main-navigation > ul > li > a:hover,
#topbar .second-row nav.main-navigation > ul > li .bank-button:hover {
  color: #FFFFFF;
}

#topbar .second-row nav.main-navigation > ul > li > a:hover:after,
#topbar .second-row nav.main-navigation > ul > li .bank-button:hover:after {
  opacity: 0.2;
  transform: translate(-50%, 15px);
}

#topbar .second-row nav.main-navigation > ul > li > a:hover .arrow-icon:before,
#topbar .second-row nav.main-navigation > ul > li .bank-button:hover .arrow-icon:before {
  color: #FFFFFF;
}

#topbar .second-row nav.main-navigation > ul > li ul.sub-navigation {
  position: absolute;
  top: 46px;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  background-color: #141B4D;
}

#topbar .second-row nav.main-navigation > ul > li ul.sub-navigation.bank-list {
  right: 0;
  top: 46px;
  left: auto;
  white-space: nowrap;
}

#topbar .second-row nav.main-navigation > ul > li ul.sub-navigation.bank-list li a {
  display: inline-block;
}

#topbar .second-row nav.main-navigation > ul > li ul.sub-navigation .bank-links:before {
  font-family: "entercard-icons" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  content: url("/content/themes/entercard/dist/images/icon_external.svg");
  margin-left: 18px;
  top: 2px;
}

#topbar .second-row nav.main-navigation > ul > li ul.sub-navigation li {
  display: block;
  margin-top: 4px;
  margin-bottom: 4px;
  word-wrap: break-word;
}

#topbar .second-row nav.main-navigation > ul > li ul.sub-navigation li:first-of-type {
  padding-top: 5px;
}

#topbar .second-row nav.main-navigation > ul > li ul.sub-navigation li a {
  position: relative;
  color: #FFFFFF;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.35s;
  padding: 0 15px;
  display: block;
}

#topbar .second-row nav.main-navigation > ul > li ul.sub-navigation li a:hover {
  color: #8DC8E8;
}

#topbar .second-row nav.main-navigation .mobile-search {
  display: none;
}

#topbar .second-row nav.main-navigation .mobile-search .input-wrapper {
  position: relative;
}

#topbar .second-row nav.main-navigation .mobile-search .input-wrapper .icon-magnifyingglass {
  position: absolute;
  right: 15px;
  top: 4px;
  font-size: 40px;
  line-height: 1px;
  color: #FFFFFF;
}

#topbar .second-row nav.main-navigation .mobile-search .input-wrapper .icon-magnifyingglass:hover {
  cursor: pointer;
}

#topbar .second-row nav.main-navigation .mobile-search .input-wrapper input[type=search] {
  width: 100%;
  padding: 12.5px 60px 12.5px 20px;
  font-size: 18px;
  border: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  background-color: #141B4D;
  color: #FFFFFF;
  box-sizing: border-box;
  -webkit-appearance: none;
  border-radius: 0;
}

#topbar .second-row nav.main-navigation .mobile-search .input-wrapper input[type=search]::-webkit-input-placeholder {
  color: #FFFFFF;
}

#topbar .second-row nav.main-navigation .mobile-search .input-wrapper input[type=search]:-moz-placeholder {
  color: #FFFFFF;
}

#topbar .second-row nav.main-navigation .mobile-search .input-wrapper input[type=search]::-moz-placeholder {
  color: #FFFFFF;
}

#topbar .second-row nav.main-navigation .mobile-search .input-wrapper input[type=search]:-ms-input-placeholder {
  color: #FFFFFF;
}

@media screen and (max-width: 1275px) {
  #topbar {
    z-index: 10;
  }

  #topbar.transparent {
    background-color: #1E22AA;
  }

  #topbar .first-row {
    display: none;
  }

  #topbar .sub-navigation-overlay {
    display: none;
  }

  #topbar .second-row {
    height: 65px;
  }

  #topbar .second-row .logo-wrapper {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1440px;
    padding-left: 20px;
    padding-top: 13px;
    margin: 0 auto;
    background-color: #1E22AA;
    padding-bottom: 7px;
    margin-top: 0px;
  }

  #topbar .second-row .logo-wrapper .logo {
    margin-top: 0px;
  }

  #topbar .second-row .logo-wrapper .logo:before {
    font-size: 125px;
  }

  #topbar .second-row .hamburger {
    position: absolute;
    z-index: 1;
    top: 17px;
    right: 14px;
    display: block;
    height: 34px;
    width: 42px;
    text-decoration: none;
    text-align: center;
  }

  #topbar .second-row .hamburger .bars:before {
    font-family: "entercard-icons" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "d";
    color: #FFFFFF;
    font-size: 32px;
  }

  #topbar .second-row nav.main-navigation {
    top: 65px;
    left: 0;
    transform: translateY(-100%);
    text-align: center;
    width: 100%;
    background-color: #1E22AA;
  }

  #topbar .second-row nav.main-navigation.mobile-transition {
    transition: transform 0.4s;
  }

  #topbar .second-row nav.main-navigation.mobile-open {
    transform: translateY(0);
  }

  #topbar .second-row nav.main-navigation > ul {
    padding-top: 20px;
    padding-left: 124px;
  }

  #topbar .second-row nav.main-navigation > ul > li {
    width: 100%;
    text-align: left;
    display: block;
    margin-bottom: 10px;
    margin-right: 0;
  }

  #topbar .second-row nav.main-navigation > ul > li.bank-list-wrapper {
    display: none;
  }

  #topbar .second-row nav.main-navigation .arrow-icon {
    display: none;
  }

  #topbar .second-row nav.main-navigation .mobile-search {
    display: block;
  }

  #topbar .second-row nav.main-navigation .mobile-banks {
    display: block;
  }

  #topbar .second-row nav.main-navigation .mobile-banks .mobile-bank-button {
    color: #141B4D;
    text-align: left;
    padding: 20px 0 20px 138px;
    background-color: #8DC8E8;
    cursor: pointer;
  }

  #topbar .second-row nav.main-navigation .mobile-banks .mobile-bank-button .icon-arrow-down {
    font-size: 10px;
  }

  #topbar .second-row nav.main-navigation .mobile-banks ul {
    display: none;
    list-style: none;
    padding-left: 138px;
    margin: 0;
    text-align: left;
    margin: 10px 0;
  }

  #topbar .second-row nav.main-navigation .mobile-banks ul a {
    color: #FFFFFF;
  }

  #topbar .second-row ul.sub-navigation {
    display: none !important;
  }
}

footer {
  background-color: #8DC8E8;
  padding-top: 10px;
  margin-top: 50px;
}

@media screen and (max-width: 992px) {
  footer {
    margin-top: 0;
  }
}

footer .footer-wrapper {
  margin: 0 auto;
  width: calc(100% - 60px);
  max-width: calc(1440px - 60px);
  padding: 35px 0;
  padding-top: 0;
}

footer .footer-wrapper .footer-row {
  display: flex;
}

@media screen and (max-width: 992px) {
  footer .footer-wrapper .footer-row {
    flex-direction: column;
  }
}

footer .footer-wrapper .footer-row .column {
  display: flex;
  width: 50%;
  flex-wrap: wrap;
}

@media screen and (max-width: 992px) {
  footer .footer-wrapper .footer-row .column {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  footer .footer-wrapper .footer-row .column {
    flex-direction: column;
  }
}

footer .footer-wrapper .footer-row .column .inner-column {
  width: 50%;
}

footer .footer-wrapper .footer-row .column .inner-column.location-box .location-text {
  margin-right: 20px;
  max-width: 299px;
  line-height: 21px;
}

@media screen and (max-width: 768px) {
  footer .footer-wrapper .footer-row .column .inner-column {
    width: 100%;
  }
}

footer .footer-wrapper .bottom-row {
  margin-top: 20px;
  flex-wrap: wrap;
}

footer .footer-wrapper .footer-background {
  position: absolute;
  background-image: url("/content/themes/entercard/dist/images/Footer_bg_image.svg");
  height: 210px;
  width: 440px;
  background-repeat: no-repeat;
  margin-top: -175px;
  right: 0;
}

@media screen and (max-width: 992px) {
  footer .footer-wrapper .footer-background {
    margin-top: 0;
    background-color: #8DC8E8;
    width: 100%;
  }
}

footer .footer-wrapper .owner-box {
  margin-top: 50px;
}

footer .footer-wrapper .owner-box p {
  margin-bottom: 0;
  line-height: 19px;
}

footer .footer-wrapper .owner-box div {
  display: inline-block;
}

footer .footer-wrapper .owner-box .swedbank-logo {
  background-image: url("/content/themes/entercard/dist/images/Swedbank_logo.svg");
  height: 20px;
  width: 114px;
}

footer .footer-wrapper .owner-box .barclays-logo {
  background-image: url("/content/themes/entercard/dist/images/Barclays_Logo.svg");
  height: 16px;
  width: 100px;
  margin-right: 25px;
}

footer .footer-wrapper p {
  font-size: 14px;
}

footer .footer-wrapper p.black-text {
  color: black;
}

footer .footer-wrapper h4 {
  font-family: "Open Sans", sans-serif;
  color: #00263e;
  font-size: 17px;
  line-height: 23px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 35px;
}

footer .footer-wrapper h4.big-text {
  text-transform: none;
  font-size: 22px;
  font-weight: 400;
}

footer .footer-wrapper h4 a {
  color: #00263e;
}

footer .footer-wrapper ul {
  list-style: none;
  padding: 0;
  margin: 0;
  max-width: 209px;
}

footer .footer-wrapper ul li {
  margin-bottom: 20px;
  line-height: 17px;
  width: 100%;
}

footer .footer-wrapper ul li a {
  color: rgba(0, 38, 62, 0.8);
  transition: all 500ms ease;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  line-height: 12px;
  font-weight: 600;
}

footer .footer-wrapper ul li a:hover {
  color: #141B4D;
}

footer .footer-wrapper ul li a .link-button {
  padding: 12px 15px;
  border: 1px solid black;
  width: 100%;
  text-align: center;
  font-size: 17px;
  line-height: 23px;
  font-weight: 400;
}

footer .footer-wrapper .misc-info {
  margin-top: 53px;
  font-family: "Open Sans", sans-serif;
}

footer .footer-wrapper .misc-info a {
  color: #141B4D;
  transition: all 500ms ease;
  text-decoration: underline;
  font-size: 12px;
  line-height: 17px;
}

footer .footer-wrapper .misc-info span {
  margin-top: 5px;
  font-size: 12px;
  font-weight: 400;
}

footer .footer-wrapper .misc-info .info-entry {
  display: inline-block;
  margin-right: 25px;
}

footer .footer-wrapper .social-media-buttons {
  align-self: flex-end;
  white-space: nowrap;
  margin-bottom: -7px;
  padding-left: 0;
}

@media screen and (max-width: 992px) {
  footer .footer-wrapper .social-media-buttons {
    padding-top: 35px;
    padding-left: 16px;
    margin-bottom: 0;
  }
}

footer .footer-wrapper .social-media-buttons a {
  text-decoration: none;
}

footer .footer-wrapper .social-media-buttons a:hover span {
  color: rgba(0, 38, 62, 0.8);
}

footer .footer-wrapper .social-media-buttons a span,
footer .footer-wrapper .social-media-buttons a img {
  width: 34px;
  height: 34px;
  margin-right: 10px;
  color: #141B4D;
  transition: all 500ms ease;
}

body.full-page footer {
  margin-top: 0;
}

.post-wrapper {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  background-color: #FFFFFF;
  padding-top: 50px;
  *zoom: 1;
}

@media screen and (max-width: 992px) {
  .post-wrapper {
    margin-top: 0;
    padding-top: 0;
  }
}

.post-wrapper:before,
.post-wrapper:after {
  content: " ";
  display: table;
}

.post-wrapper:after {
  clear: both;
}

.post-wrapper .post-header {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.post-wrapper .post-header:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 33.3333333333%;
}

.post-wrapper .post-navigation {
  padding-top: 30px;
  position: relative;
  width: 25%;
  float: left;
  overflow-y: auto;
}

.post-wrapper .post-navigation.max-height {
  max-height: 100vh;
}

.post-wrapper .post-navigation .mobile-expander {
  background-color: #141B4D;
  color: #FFFFFF;
  padding: 14px;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  cursor: pointer;
  display: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.post-wrapper .post-navigation .mobile-expander span.icon-arrow-down {
  font-size: 9px;
  margin-left: 5px;
}

.post-wrapper .post-navigation .mobile-expander span.icon-arrow-down:before {
  display: inline-block;
  position: relative;
}

.post-wrapper .post-navigation.expanded .mobile-expander span.icon-arrow-down:before {
  top: -1px;
  transform: rotate(180deg);
}

.post-wrapper .post-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.post-wrapper .post-navigation ul li.sub a {
  font-family: "Open Sans", sans-serif;
  color: rgba(0, 38, 62, 0.6);
  font-size: 17px;
  font-weight: 600;
  line-height: 32px;
  padding: 2px 65px;
  transition: all 0.25s ease;
}

.post-wrapper .post-navigation ul li.hidden {
  display: none;
}

.post-wrapper .post-navigation ul li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px 45px;
  transition: all 0.5s ease;
  color: rgba(0, 38, 62, 0.8);
  text-decoration: none;
  text-align: left;
  font-size: 17px;
  line-height: 26px;
}

.post-wrapper .post-navigation ul li a.active {
  font-weight: 600;
  color: #141B4D;
}

.post-wrapper .post-navigation ul li a.active:after {
  position: absolute;
  left: 22px;
  content: "";
  height: 20px;
  width: 3px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #E56A54;
}

.post-wrapper .post-navigation ul li a:hover {
  color: #141B4D;
}

.post-wrapper .post-navigation ul li a:hover:after {
  position: absolute;
  left: 22px;
  content: "";
  height: 20px;
  width: 3px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #E56A54;
}

@media screen and (max-width: 992px) {
  .post-wrapper .post-navigation {
    width: 100%;
  }

  .post-wrapper .post-navigation .mobile-expander {
    display: block;
  }

  .post-wrapper .post-navigation ul {
    display: none;
  }
}

.post-wrapper .newsdesk-image {
  width: 75%;
  max-width: 820px;
  background-size: cover;
  background-position: 50%;
  margin: 0 auto;
  margin-top: 60px;
  *zoom: 1;
  position: relative;
}

@media screen and (max-width: 992px) {
  .post-wrapper .newsdesk-image {
    width: 100%;
    max-width: none;
  }
}

.post-wrapper .newsdesk-image:before,
.post-wrapper .newsdesk-image:after {
  content: " ";
  display: table;
}

.post-wrapper .newsdesk-image:after {
  clear: both;
}

.post-wrapper .newsdesk-image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 62.5%;
}

.post-wrapper .post-content-wrapper {
  width: 75%;
  float: right;
  *zoom: 1;
}

.post-wrapper .post-content-wrapper .rich-text-wrapper table {
  width: 100% !important;
}

.post-wrapper .post-content-wrapper .rich-text-wrapper table tbody p {
  margin: 0 0;
}

.post-wrapper .post-content-wrapper .rich-text-wrapper .link-buttons-wrapper {
  margin-bottom: 52px;
}

.post-wrapper .post-content-wrapper .rich-text-wrapper .link-buttons-wrapper .link-buttons {
  line-height: 23px;
  padding: 11px 27px;
  border: #141B4D solid 1px;
  text-decoration: none;
}

.post-wrapper .post-content-wrapper .rich-text-wrapper .link-buttons-wrapper .link-buttons.first {
  margin-right: 15px;
}

.post-wrapper .post-content-wrapper .rich-text-wrapper .link-buttons-wrapper .link-buttons.primary {
  background-color: #141B4D;
  color: #FFFFFF;
}

.post-wrapper .post-content-wrapper .rich-text-wrapper .link-buttons-wrapper .link-buttons.secondary {
  background-color: #FFFFFF;
  color: #141B4D;
}

.post-wrapper .post-content-wrapper .rich-text-wrapper .link-buttons-wrapper .link-buttons.orange {
  color: #141B4D;
  background-color: #E56A54;
}

.post-wrapper .post-content-wrapper .rich-text-wrapper ul {
  list-style: none;
}

.post-wrapper .post-content-wrapper .rich-text-wrapper ul li {
  font-size: 17px;
  line-height: 26px;
}

.post-wrapper .post-content-wrapper .rich-text-wrapper ul li:before {
  color: #E56A54;
  content: "\2022";
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.post-wrapper .post-content-wrapper:before,
.post-wrapper .post-content-wrapper:after {
  content: " ";
  display: table;
}

.post-wrapper .post-content-wrapper:after {
  clear: both;
}

@media screen and (max-width: 992px) {
  .post-wrapper .post-content-wrapper {
    width: 100%;
  }
}

.post-wrapper .post-content-wrapper.center {
  float: none;
  margin: 0 auto;
  border-left: 0;
}

.post-wrapper .post-content-wrapper.center .post-content {
  margin: 0 auto;
}

.post-wrapper .post-content-wrapper .post-header {
  position: relative;
  overflow: hidden;
}

.post-wrapper .post-content-wrapper .post-header:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 40%;
}

.post-wrapper .post-content-wrapper .post-header img {
  position: absolute;
  top: 50%;
  left: 29%;
  transform: translate(-50%, -70%);
  width: 50%;
  max-width: 840px;
  transition: all 1400ms;
  border-radius: 21px;
  box-shadow: rgba(0, 0, 0, 0.29) 7px 7px 20px 0px;
}

.post-wrapper .post-content-wrapper .post-header img.lazyload,
.post-wrapper .post-content-wrapper .post-header img.lazyloading {
  opacity: 0;
}

.post-wrapper .post-content-wrapper .post-header img.lazyloaded {
  opacity: 1;
  transform: translate(-50%, -50%);
}

.post-wrapper .post-content-wrapper .post-content {
  padding: 40px;
  max-width: 840px;
}

.post-wrapper .post-content-wrapper .post-content[data-scope=NewsList] {
  padding: 40px 0;
}

.post-wrapper .post-content-wrapper .post-content.news-post-content {
  padding-bottom: 0;
}

@media screen and (max-width: 768px) {
  .post-wrapper .post-content-wrapper .post-content {
    padding: 20px;
  }
}

.post-wrapper .post-content-wrapper .post-content h1 {
  margin-top: 26px;
}

.post-wrapper .post-content-wrapper .post-content h3 {
  margin-top: 2em;
}

.post-wrapper .post-content-wrapper .post-content h4 {
  font-family: Lato, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 1.6em;
}

.post-wrapper .post-content-wrapper .post-content blockquote {
  margin: 30px;
  max-width: 630px;
}

.post-wrapper .post-content-wrapper .post-content blockquote.image-quote {
  margin: 30px 0;
  display: table;
  max-width: none;
}

.post-wrapper .post-content-wrapper .post-content blockquote.image-quote .image,
.post-wrapper .post-content-wrapper .post-content blockquote.image-quote .text {
  display: table-cell;
  vertical-align: middle;
}

.post-wrapper .post-content-wrapper .post-content blockquote.image-quote .image {
  max-width: 300px;
  padding-right: 30px;
}

.post-wrapper .post-content-wrapper .post-content blockquote.image-quote .image img {
  width: 190px;
  height: 190px;
  border-radius: 50%;
  max-width: none;
}

.post-wrapper .post-content-wrapper .post-content blockquote p {
  color: #8dc8e8;
  font-size: 33px;
  line-height: 47px;
  font-style: italic;
  font-weight: 400;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .post-wrapper .post-content-wrapper .post-content blockquote.image-quote .image img {
    width: 170px;
  }

  .post-wrapper .post-content-wrapper .post-content blockquote p {
    font-size: 20px;
    line-height: 32px;
  }
}

@media screen and (max-width: 540px) {
  .post-wrapper .post-content-wrapper .post-content blockquote.image-quote {
    display: block;
  }

  .post-wrapper .post-content-wrapper .post-content blockquote.image-quote .image,
  .post-wrapper .post-content-wrapper .post-content blockquote.image-quote .text {
    display: block;
    text-align: center;
    padding: 0;
    max-width: none;
  }

  .post-wrapper .post-content-wrapper .post-content blockquote.image-quote .image {
    margin-bottom: 15px;
  }
}

.post-wrapper .post-content-wrapper .post-content img.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.post-wrapper .post-content-wrapper .post-content p a,
.post-wrapper .post-content-wrapper .post-content li a {
  text-decoration: underline;
}

.post-wrapper .post-content-wrapper .breadcrumbs ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.post-wrapper .post-content-wrapper .breadcrumbs ul li {
  position: relative;
  display: inline-block;
  margin-right: 15px;
  color: #777777;
  font-size: 14px;
  line-height: 19px;
}

.post-wrapper .post-content-wrapper .breadcrumbs ul li:last-of-type:after {
  display: none;
}

.post-wrapper .post-content-wrapper .breadcrumbs ul li:after {
  position: absolute;
  right: -10px;
  content: "/";
  top: 0;
}

.post-wrapper .post-content-wrapper .breadcrumbs ul li a {
  color: #1E22AA;
  text-decoration: underline;
}

@media screen and (max-width: 992px) {
  .post-wrapper .post-content-wrapper .breadcrumbs ul {
    padding: 15px 25px 5px;
  }
}

.post-wrapper .post-content-wrapper .date {
  margin-top: 1.5em;
  color: #bfbfbf;
}

.post-wrapper .post-content-wrapper .extra-info {
  font-size: 13px;
  line-height: 20px;
  color: rgba(0, 38, 62, 0.6);
  margin-bottom: 40px;
}

.post-wrapper .post-content-wrapper .extra-info p {
  font-size: 13px;
  line-height: 20px;
}

.post-wrapper .post-content-wrapper .interest-link {
  display: block;
  text-decoration: none;
  background-color: #E8F4FB;
  text-align: center;
  padding: 30px;
  color: #141B4D;
  transition: all 0.3s;
}

@media screen and (max-width: 768px) {
  .post-wrapper .post-content-wrapper .interest-link {
    margin-left: -20px;
    margin-right: -20px;
  }
}

.post-wrapper .post-content-wrapper .interest-link:hover {
  background-color: #d7ecf8;
}

.post-wrapper .post-content-wrapper .interest-link .icon {
  font-size: 100px;
  line-height: 1;
}

.post-wrapper .post-content-wrapper .interest-link h3 {
  margin-top: 15px;
}

@media screen and (max-width: 992px) {
  .post-wrapper {
    display: table;
  }

  .post-wrapper > .post-header {
    display: table-row-group;
    float: none;
  }

  .post-wrapper > .post-navigation {
    display: table-header-group;
    float: none;
  }

  .post-wrapper > .post-content-wrapper:not(.keep-still) {
    display: table-footer-group;
    float: none;
  }
}

.product-index-list {
  width: calc(100% - 80px);
  max-width: 1440px;
  margin: 0 auto;
  padding: 40px 0;
  *zoom: 1;
  padding-bottom: 0;
}

.product-index-list:before,
.product-index-list:after {
  content: " ";
  display: table;
}

.product-index-list:after {
  clear: both;
}

@media screen and (max-width: 992px) {
  .product-index-list {
    width: calc(100% - 40px);
    padding: 20px 0;
  }
}

.product-index-list .entry-row {
  *zoom: 1;
  margin: 0 -10px;
}

.product-index-list .entry-row:before,
.product-index-list .entry-row:after {
  content: " ";
  display: table;
}

.product-index-list .entry-row:after {
  clear: both;
}

.product-index-list .entry {
  display: block;
  float: left;
  width: calc(33.33% - 20px);
  margin: 10px;
  padding: 30px 0px;
  color: #141B4D;
  text-decoration: none;
  text-align: center;
  transition: all 0.5s;
}

@media screen and (max-width: 768px) {
  .product-index-list .entry {
    width: calc(100% - 20px);
  }
}

.product-index-list .entry:hover {
  background-color: #F2F2F2;
}

.product-index-list .entry .image {
  padding: 0 55px;
  margin-bottom: 2em;
}

@media screen and (max-width: 992px) {
  .product-index-list .entry .image {
    padding: 0 30px;
  }
}

.product-index-list .entry .image img {
  width: 100%;
  border-radius: 17px;
  box-shadow: rgba(0, 0, 0, 0.49) 4px 4px 30px 0px;
}

.product-index-list .entry .info {
  padding: 0 15px;
}

.product-index-list .entry .info h3 {
  padding: 0 20px;
}

.product-index-list .entry .info p {
  margin-bottom: 0;
}

.faq-wrapper {
  margin-top: 20px;
}

.faq-wrapper .faq-section {
  margin-top: 35px;
}

.faq-wrapper .faq-section h2 {
  margin-bottom: 0;
  font-size: 24px;
  line-height: 26px;
  font-weight: 600;
}

.faq-wrapper .faq-section h3 {
  font-family: "Open Sans", sans-serif;
  color: #00263e;
  font-size: 17px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 0.2em;
  margin-top: 1.2em !important;
}

.faq-wrapper .faq-section h3 + p {
  margin-top: 0;
}

.faq-wrapper .faq-section .faq-question {
  margin-bottom: 50px;
}

.grid {
  *zoom: 1;
}

.grid:before,
.grid:after {
  content: " ";
  display: table;
}

.grid:after {
  clear: both;
}

.grid .half {
  float: left;
  width: 50%;
}

@media screen and (max-width: 992px) {
  .grid .half {
    width: 100%;
  }
}

.grid .whole {
  float: left;
  width: 100%;
}

.tile-list {
  width: calc(100% - 80px);
  max-width: 1440px;
  margin: 0 auto;
  padding: 40px 0;
  *zoom: 1;
  padding-bottom: 0;
}

.tile-list:before,
.tile-list:after {
  content: " ";
  display: table;
}

.tile-list:after {
  clear: both;
}

@media screen and (max-width: 992px) {
  .tile-list {
    width: calc(100% - 40px);
    padding: 20px 0;
  }
}

@media screen and (max-width: 768px) {
  .tile-list {
    width: 100%;
    padding: 0;
  }
}

.tile-list .quiz-container {
  display: none;
}

.tile-list .tile {
  position: relative;
  display: block;
  float: left;
  margin: 10px;
  padding: 30px 0px;
  text-decoration: none;
  transition: all 0.7s;
  background-color: #F0F0F0;
  color: #141B4D;
  height: 350px;
  overflow: hidden;
  cursor: pointer;
}

.tile-list .tile.size1-3 {
  width: calc(33.3333% - 20px);
}

.tile-list .tile.size2-3 {
  width: calc(66.6666% - 20px);
}

.tile-list .tile.size3-3 {
  width: calc(100% - 20px);
}

.tile-list .tile .icon {
  position: absolute;
  top: 34%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 100px;
}

.tile-list .tile .icon:before {
  vertical-align: middle;
}

.tile-list .tile .icon.icon-partner-values {
  font-size: 160px;
}

.tile-list .tile .icon.icon-credicon {
  font-size: 120px;
}

.tile-list .tile .icon.icon-security {
  font-size: 120px;
}

.tile-list .tile .icon.icon-customer-service {
  font-size: 115px;
}

.tile-list .tile .icon.icon-security-bla {
  font-size: 110px;
}

.tile-list .tile.image .info {
  color: #FFFFFF;
}

.tile-list .tile.image:hover {
  background-position: calc(50% + 25px) 50%;
  opacity: 0.85;
}

.tile-list .tile .image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
  width: calc(100% + 40px);
  transition: margin-left 0.5s ease;
  margin-left: -10px;
}

.tile-list .tile .image:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 42%;
  content: " ";
  background-image: linear-gradient(rgba(38, 38, 38, 0), rgba(38, 38, 38, 0.57) 67%, #262626 100%);
}

.tile-list .tile:hover {
  background-color: #C6C6C6;
}

.tile-list .tile:hover .image {
  margin-left: 20px;
}

.tile-list .tile .info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-height: 170px;
  text-overflow: ellipsis;
}

.tile-list .tile .info h3 {
  padding: 0 20px;
  margin-bottom: 5px;
}

.tile-list .tile .info p {
  font-size: 16px;
  line-height: 23px;
  font-weight: 400;
  padding: 0 20px;
  margin: 0.4em 0 1em 0;
}

@media screen and (max-width: 992px) {
  .tile-list .tile .info h3 {
    font-size: 19px;
    line-height: 24px;
    padding: 0 15px;
  }

  .tile-list .tile .info p {
    font-size: 13px;
    line-height: 16px;
    padding: 0 15px;
  }
}

@media screen and (max-width: 768px) {
  .tile-list .tile {
    width: 100% !important;
    margin: 0;
    height: 300px;
  }

  .tile-list .tile .info h3 {
    font-size: 24px;
    line-height: 32px;
    padding: 0 30px;
  }

  .tile-list .tile .info p {
    font-size: 16px;
    line-height: 23px;
    padding: 0 30px;
  }
}

@media screen and (max-width: 540px) {
  .tile-list .tile .info h3 {
    font-size: 19px;
    line-height: 24px;
    padding: 0 15px;
  }

  .tile-list .tile .info p {
    font-size: 13px;
    line-height: 16px;
    padding: 0 15px;
  }
}

@media screen and (max-width: 768px) {
  .cookie-no-scroll {
    overflow-y: hidden;
  }
}

.cookie-warning {
  position: fixed;
  left: 0;
  top: 0;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
  color: #141B4D;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: none;
}

.cookie-warning .cookie-header {
  padding: 15px 0;
  border-bottom: 1px solid #e5e5e5;
}

.cookie-warning .cookie-wrapper {
  margin: 10% auto;
  padding: 20px 35px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  background-color: #f1f1f1;
  width: 80%;
  overflow-y: auto;
  max-height: 70%;
}

@media screen and (max-width: 768px) {
  .cookie-warning .cookie-wrapper {
    max-height: 90%;
  }
}

.cookie-warning .settings-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}

.cookie-warning .settings-wrapper .input-half {
  width: 50%;
}

@media screen and (max-width: 992px) {
  .cookie-warning .settings-wrapper .input-half {
    width: 100%;
  }
}

.cookie-warning .settings-wrapper .input-half .input-container {
  margin-right: 40px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.cookie-warning .settings-wrapper .input-half .input-container .radio {
  border: solid 1px #141B4D;
  margin-bottom: 20px;
  display: flex;
  width: 100%;
  cursor: pointer;
}

.cookie-warning .settings-wrapper .input-half .input-container .radio .cookie-border-box {
  display: flex;
  padding: 15px;
  border-right: solid 1px #141B4D;
  align-items: center;
}

.cookie-warning .settings-wrapper .input-half .input-container .radio .cookie-text-box {
  display: flex;
  flex-wrap: wrap;
  padding-left: 10px;
}

.cookie-warning .settings-wrapper .input-half .input-container .radio .cookie-text-box p {
  width: 100%;
  align-self: center;
  margin: 10px 0;
}

.cookie-warning .settings-wrapper .input-half .input-container .radio .cookie-text-box p.cookie-title {
  font-weight: 700;
  font-size: 16px;
}

.cookie-warning .settings-wrapper .input-half .input-container .radio .cookie-text-box p.hidden-text {
  height: auto;
  max-height: 0px;
  visibility: hidden;
  margin: 0;
  transition: max-height 0.6s, margin 0.6s, visibility 0.2s cubic-bezier(0.1, 0.95, 0.83, 0.1);
}

.cookie-warning .settings-wrapper .input-half .input-container .radio .cookie-text-box p.open {
  max-height: 100px;
  height: auto;
  margin-bottom: 10px;
  visibility: visible;
}

.cookie-warning .settings-wrapper .input-half .input-container .radio .cookie-text-box a {
  font-size: 12px;
  text-decoration: none;
  color: #141B4D;
  margin-bottom: 10px;
}

.cookie-warning .settings-wrapper .input-half .input-container .radio .cookie-text-box a:hover {
  text-decoration: underline;
}

.cookie-warning .settings-wrapper .input-half .input-container .radio input {
  display: none;
}

.cookie-warning .settings-wrapper .input-half .input-container .radio input + span {
  line-height: 27px;
  height: 27px;
  padding-left: 27px;
  display: block;
  position: relative;
}

.cookie-warning .settings-wrapper .input-half .input-container .radio input + span:not(:empty) {
  padding-left: 35px;
}

.cookie-warning .settings-wrapper .input-half .input-container .radio input + span:before,
.cookie-warning .settings-wrapper .input-half .input-container .radio input + span:after {
  border: solid 1px #141B4D;
  content: "";
  width: 27px;
  height: 27px;
  display: block;
  border-radius: 50%;
  left: 0;
  top: 0;
  position: absolute;
}

.cookie-warning .settings-wrapper .input-half .input-container .radio input + span:before {
  background: #fff;
  transition: background 0.2s ease, transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2);
}

.cookie-warning .settings-wrapper .input-half .input-container .radio input + span:after {
  background: #141B4D;
  transform: scale(0);
  transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.1);
}

.cookie-warning .settings-wrapper .input-half .input-container .radio input:checked + span:before {
  transform: scale(1.04);
  background: #fff;
}

.cookie-warning .settings-wrapper .input-half .input-container .radio input:checked + span:after {
  transform: scale(0.6);
  transition: transform 0.3s ease;
}

.cookie-warning .settings-wrapper .input-half .input-container .radio.greyed-out {
  border: solid 1px #e5e5e5;
  color: #e5e5e5;
}

.cookie-warning .settings-wrapper .input-half .input-container .radio.greyed-out a {
  color: #e5e5e5 !important;
}

.cookie-warning .settings-wrapper .input-half .input-container .radio.greyed-out .cookie-border-box {
  border: solid 1px #e5e5e5;
}

.cookie-warning .settings-wrapper .input-half .input-container .radio.greyed-out input + span:before,
.cookie-warning .settings-wrapper .input-half .input-container .radio.greyed-out input + span:after {
  border: solid 1px #e5e5e5;
}

.cookie-warning .settings-wrapper .input-half .input-container .radio.greyed-out input + span:after {
  background: #e5e5e5;
}

.cookie-warning .settings-wrapper .input-half .input-container .radio:hover input + span:before {
  transform: scale(0.94);
}

.cookie-warning .settings-wrapper .input-half .input-container .radio:hover input + span:after {
  transform: scale(0.6);
}

.cookie-warning .settings-wrapper .input-half .input-container .radio:hover input:checked + span:after {
  transform: scale(0.5);
}

.cookie-warning .settings-wrapper .explanation-half {
  padding-left: 30px;
  width: 50%;
  border-left: solid 3px #e5e5e5;
}

@media screen and (max-width: 992px) {
  .cookie-warning .settings-wrapper .explanation-half {
    width: 100%;
    border-left: none;
    padding-left: 0;
  }
}

.cookie-warning .settings-wrapper .explanation-half ul {
  list-style-type: none;
}

.cookie-warning .settings-wrapper .explanation-half ul > li:before {
  display: inline-block;
  content: "-";
  width: 1em;
  margin-left: -1em;
}

.cookie-warning .cookie-buttons {
  margin-top: 30px;
}

.cookie-warning .cookie-buttons a {
  margin-top: 10px;
  float: right;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}

.cookie-warning .cookie-buttons a span.cookie-arrow {
  margin-left: 10px;
  display: inline-block;
  border-right: 3px solid #141B4D;
  border-bottom: 3px solid #141B4D;
  width: 10px;
  height: 10px;
  transform: rotate(-45deg);
}

.cookie-warning .cookie-buttons button {
  background-color: #141B4D;
  color: #FFFFFF;
  display: inline-block;
  padding: 8px 40px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  line-height: 21px;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 2px;
}

.cookie-warning .cookie-buttons button#settings-cancel {
  margin-left: 30px;
  background-color: #FFFFFF;
  color: #141B4D;
  border: 1px solid #141B4D;
}

@media screen and (max-width: 992px) {
  .cookie-warning .cookie-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .cookie-warning .cookie-buttons button {
    width: 100%;
    margin-bottom: 15px;
  }

  .cookie-warning .cookie-buttons button#settings-cancel {
    margin-left: 0;
  }
}

.cookie-warning p {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
}

.cookie-warning .primary a {
  color: #141B4D;
}

.cookie-warning .primary button {
  color: #FFFFFF;
  background-color: #141B4D;
}

.cookie-warning .secondary a {
  color: #E56A54;
}

.cookie-warning .secondary button {
  color: #FFFFFF;
  background-color: #E56A54;
}

.cookie-warning .secondary .cookie-arrow {
  border-right: 3px solid #E56A54 !important;
  border-bottom: 3px solid #E56A54 !important;
}

.interest-calculator {
  margin: 2em 0;
}

.interest-calculator .interest-calculator-header {
  *zoom: 1;
  background-color: #E56A54;
  padding: 19px 30px 9px 30px;
}

.interest-calculator .interest-calculator-header:before,
.interest-calculator .interest-calculator-header:after {
  content: " ";
  display: table;
}

.interest-calculator .interest-calculator-header:after {
  clear: both;
}

.interest-calculator .interest-calculator-header .icon {
  float: left;
  color: #FFFFFF;
}

.interest-calculator .interest-calculator-header .icon span {
  font-size: 40px;
}

.interest-calculator .interest-calculator-header .icon span:before {
  background-color: #141B4D;
  border-radius: 50%;
}

.interest-calculator .interest-calculator-header .header-text {
  float: left;
  margin-left: 13px;
}

.interest-calculator .interest-calculator-header .header-text h2 {
  font-size: 30px;
  margin: 0;
  color: #FFFFFF;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
}

.interest-calculator .interest-calculator-subheader {
  background-color: #141B4D;
  padding: 13px 30px;
}

.interest-calculator .interest-calculator-subheader h5 {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-transform: none;
  color: #FFFFFF;
  margin: 0;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  line-height: normal;
}

.interest-calculator .interest-calculator-form {
  padding: 30px;
  border-left: 1px solid #ccd3d8;
  border-right: 1px solid #ccd3d8;
}

.interest-calculator .interest-calculator-form label,
.interest-calculator .interest-calculator-form h3 {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
}

.interest-calculator .interest-calculator-form label {
  line-height: 41px;
}

.interest-calculator .interest-calculator-form .top {
  position: relative;
}

.interest-calculator .interest-calculator-form .top input {
  font-family: "Varela Round", sans-serif;
  font-size: 18px;
  width: 120px;
  float: right;
  text-align: right;
  padding: 8px 35px 8px 0;
  border: none;
}

.interest-calculator .interest-calculator-form .top input#loan_duration {
  padding-right: 57px;
}

.interest-calculator .interest-calculator-form .top input:focus {
  outline: 2px solid #E3E3E3;
}

.interest-calculator .interest-calculator-form .top .input-overlay {
  position: absolute;
  top: 8px;
  right: 10px;
  font-family: "Varela Round", sans-serif;
  font-size: 18px;
  color: #bfbfbf;
  pointer-events: none;
}

.interest-calculator .interest-calculator-form .bottom .slider {
  margin-top: 40px;
}

@media screen and (max-width: 992px) {
  .interest-calculator .interest-calculator-form .bottom .slider {
    margin-top: 20px;
  }
}

.interest-calculator .interest-calculator-form .bottom .slider .noUi-background {
  background: #f6cac3;
}

.interest-calculator .interest-calculator-form .bottom .slider .noUi-handle:after {
  content: none;
}

.interest-calculator .interest-calculator-form .half:first-of-type {
  padding-right: 15px;
}

@media screen and (max-width: 992px) {
  .interest-calculator .interest-calculator-form .half:first-of-type {
    padding-right: 0;
  }
}

.interest-calculator .interest-calculator-form .half:nth-of-type(2) {
  padding-left: 15px;
}

@media screen and (max-width: 992px) {
  .interest-calculator .interest-calculator-form .half:nth-of-type(2) {
    padding-left: 0;
  }
}

.interest-calculator .interest-calculator-result {
  padding: 30px 30px 20px 30px;
  border-left: 1px solid #ccd3d8;
  border-right: 1px solid #ccd3d8;
}

@media screen and (max-width: 992px) {
  .interest-calculator .interest-calculator-result {
    padding-top: 0;
  }
}

.interest-calculator .interest-calculator-result .grid {
  position: relative;
  padding-bottom: 20px;
}

.interest-calculator .interest-calculator-result .grid:last-of-type {
  padding-top: 20px;
  padding-bottom: 0;
}

.interest-calculator .interest-calculator-result .grid .left h3 {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.interest-calculator .interest-calculator-result .grid .right {
  text-align: right;
}

@media screen and (max-width: 992px) {
  .interest-calculator .interest-calculator-result .grid .right {
    text-align: left;
  }
}

.interest-calculator .interest-calculator-result .grid .right span {
  font-family: "Varela Round", sans-serif;
  font-size: 30px;
}

.interest-calculator .interest-calculator-result .grid .fullwidth-line {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #E3E3E3;
}

.interest-calculator .interest-calculator-info {
  padding: 30px;
  background-color: #8DC8E8;
}

.interest-calculator .interest-calculator-info p {
  font-size: 15px;
  margin: 0;
}

.news-list {
  width: calc(100% + 40px);
  margin: 0;
  margin-left: -20px;
  padding: 40px 0 0;
  transition: all 0.4s ease;
  *zoom: 1;
}

.news-list:before,
.news-list:after {
  content: " ";
  display: table;
}

.news-list:after {
  clear: both;
}

@media screen and (max-width: 992px) {
  .news-list {
    padding: 20px 0;
  }
}

@media screen and (max-width: 768px) {
  .news-list {
    padding: 0;
  }
}

.news-list.loading {
  opacity: 0;
  pointer-events: none;
}

.news-list .news-entry {
  width: 50%;
  color: #141B4D;
  text-decoration: none;
  float: left;
  padding: 20px;
  padding-top: 10px;
}

@media screen and (max-width: 768px) {
  .news-list .news-entry {
    width: 100%;
  }
}

.news-list .news-entry:nth-child(odd) {
  clear: left;
}

.news-list .news-entry .news-entry-inner {
  transition: all 0.3s ease;
}

.news-list .news-entry:hover .news-entry-inner {
  background-color: rgba(141, 200, 232, 0.2);
  opacity: 0.83;
}

.news-list .news-entry .image {
  width: 100%;
  vertical-align: middle;
  background-size: cover;
  background-position: 50% 30%;
  position: relative;
  background-color: #F0F0F0;
}

.news-list .news-entry .image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 62.5%;
}

.news-list .news-entry .content {
  vertical-align: top;
  padding: 20px 25px;
}

.news-list .news-entry .content h3 {
  margin-top: 0.5em;
}

.person-list {
  width: calc(100% + 40px);
  margin: 0;
  margin-left: -20px;
  padding: 40px 0 0;
  transition: all 0.4s ease;
  margin-bottom: 60px;
  *zoom: 1;
}

.person-list:before,
.person-list:after {
  content: " ";
  display: table;
}

.person-list:after {
  clear: both;
}

@media screen and (max-width: 992px) {
  .person-list {
    padding: 20px 0;
  }
}

@media screen and (max-width: 768px) {
  .person-list {
    padding: 0;
  }
}

.person-list .person-entry {
  width: 50%;
  float: left;
  padding: 20px;
  padding-top: 10px;
}

@media screen and (max-width: 768px) {
  .person-list .person-entry {
    width: 100%;
  }
}

.person-list .person-entry:nth-child(odd) {
  clear: left;
}

.person-list .person-entry .image {
  width: 100%;
  vertical-align: middle;
  background-size: cover;
  background-position: 50%;
  position: relative;
  background-color: #F0F0F0;
}

.person-list .person-entry .image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 64.7058823529%;
}

.person-list .person-entry .content {
  vertical-align: top;
}

.person-list .person-entry .content h3 {
  margin-top: 0.5em;
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
}

.person-list .person-entry .content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.person-list .person-entry .content ul li {
  font-size: 17px;
  line-height: 21px;
}

.person-list .person-entry .content ul li.title {
  margin-bottom: 10px;
}

.person-list .person-entry .content ul li.info {
  font-size: 14px;
}

@media screen and (max-width: 992px) {
  .person-list .person-entry .content ul li {
    font-size: 15px;
    line-height: 28px;
  }
}

@media screen and (max-width: 768px) {
  .person-list .person-entry .content ul li {
    font-size: 14px;
  }
}

.gallery-list {
  width: calc(100% + 40px);
  margin: 0;
  margin-left: -20px;
  padding: 40px 0 0;
  transition: all 0.4s ease;
  *zoom: 1;
}

.gallery-list:before,
.gallery-list:after {
  content: " ";
  display: table;
}

.gallery-list:after {
  clear: both;
}

@media screen and (max-width: 992px) {
  .gallery-list {
    padding: 20px 0;
  }
}

@media screen and (max-width: 768px) {
  .gallery-list {
    padding: 0;
  }
}

.gallery-list .gallery-entry {
  width: 33.33332%;
  float: left;
  padding: 20px;
  padding-top: 10px;
}

.gallery-list .gallery-entry:nth-child(3n+4) {
  clear: left;
}

.gallery-list .gallery-entry .gallery-entry-inner {
  transition: all 0.3s ease;
  cursor: pointer;
}

.gallery-list .gallery-entry .gallery-entry-inner:hover {
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  .gallery-list .gallery-entry {
    width: 50%;
  }

  .gallery-list .gallery-entry:nth-child(3n+4) {
    clear: none;
  }

  .gallery-list .gallery-entry:nth-child(odd) {
    clear: left;
  }
}

.gallery-list .gallery-entry .image {
  width: 100%;
  vertical-align: middle;
  background-size: cover;
  background-position: 50%;
  position: relative;
}

.gallery-list .gallery-entry .image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 75%;
}

#gallery-popup {
  display: none;
}

.mfp-container {
  padding: 0px !important;
}

.mfp-content {
  height: 100%;
}

.mfp-content #gallery-popup {
  display: block;
  height: 100%;
  background-color: #141B4D;
  color: #FFFFFF;
}

.mfp-content #gallery-popup .close {
  position: absolute;
  top: 35px;
  right: 35px;
  height: 75px;
  width: 75px;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  cursor: pointer;
  z-index: 2;
  transition: all 0.2s ease;
}

@media screen and (max-width: 768px) {
  .mfp-content #gallery-popup .close {
    top: 15px;
    right: 15px;
    height: 40px;
    width: 40px;
  }
}

.mfp-content #gallery-popup .close:hover {
  background-color: #FFFFFF;
}

.mfp-content #gallery-popup .close:hover:before,
.mfp-content #gallery-popup .close:hover:after {
  background-color: #141B4D;
}

.mfp-content #gallery-popup .close:before,
.mfp-content #gallery-popup .close:after {
  position: absolute;
  display: block;
  top: 23%;
  content: " ";
  width: 1px;
  height: 70%;
  background-color: #FFFFFF;
  transition: all 0.2s ease;
}

.mfp-content #gallery-popup .close:before {
  left: 20px;
  transform-origin: top;
  transform: rotate(-40deg);
}

@media screen and (max-width: 768px) {
  .mfp-content #gallery-popup .close:before {
    left: 10.5px;
  }
}

.mfp-content #gallery-popup .close:after {
  right: 20px;
  transform-origin: top;
  transform: rotate(40deg);
}

@media screen and (max-width: 768px) {
  .mfp-content #gallery-popup .close:after {
    right: 10.5px;
  }
}

.mfp-content #gallery-popup .gallery-slider {
  height: 100%;
}

.mfp-content #gallery-popup .gallery-slider .swiper-container {
  height: 100%;
}

.mfp-content #gallery-popup .gallery-slider .swiper-container .swiper-slide {
  text-align: center;
  font-size: 18px;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}

.mfp-content #gallery-popup .gallery-slider .swiper-container .swiper-slide .slide-inner {
  width: calc(100% - 80px);
  max-width: 500px;
  text-align: left;
}

.mfp-content #gallery-popup .gallery-slider .swiper-container .swiper-slide .slide-inner .text {
  display: flex;
  justify-content: flex-end;
  padding: 20px 0;
}

.mfp-content #gallery-popup .gallery-slider .swiper-container .swiper-slide .slide-inner .text > p {
  flex: 1;
  margin: 0;
}

.mfp-content #gallery-popup .gallery-slider .swiper-container .swiper-slide .slide-inner .text .link a {
  white-space: nowrap;
  display: inline-block;
  background-color: #FFFFFF;
  color: #141B4D;
  font-size: 13px;
  line-height: 19px;
  font-weight: 700;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  padding: 8px;
  padding-right: 16px;
  transition: all 0.3s ease;
  text-decoration: none;
  margin-left: 10px;
}

.mfp-content #gallery-popup .gallery-slider .swiper-container .swiper-slide .slide-inner .text .link a i.down {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 8px solid #141B4D;
  transform: translateY(-1px);
}

.mfp-content #gallery-popup .gallery-slider .swiper-container .swiper-slide .slide-inner .text .link a:hover {
  background-color: #8DC8E8;
}

.mfp-content #gallery-popup .gallery-slider .swiper-container .swiper-slide .slide-inner .text .link a span {
  font-weight: 300;
}

.mfp-content #gallery-popup .gallery-slider .swiper-container .swiper-slide .slide-inner .image {
  max-height: 50vh;
  text-align: center;
}

.mfp-content #gallery-popup .gallery-slider .swiper-container .swiper-slide .slide-inner .image img {
  height: auto;
  width: auto;
  max-height: 50vh;
  max-width: 100%;
}

.mfp-content #gallery-popup .next-slide,
.mfp-content #gallery-popup .prev-slide {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  height: 60px;
  width: 60px;
  z-index: 5;
}

.mfp-content #gallery-popup .next-slide:after,
.mfp-content #gallery-popup .prev-slide:after {
  position: absolute;
  border-style: solid;
  border-width: 0.25em 0.25em 0 0;
  border-color: #FFFFFF;
  content: "";
  display: inline-block;
  height: 1.8em;
  width: 1.8em;
  top: 20px;
  vertical-align: top;
  transition: all 0.4s ease;
}

.mfp-content #gallery-popup .prev-slide {
  left: 15px;
}

.mfp-content #gallery-popup .prev-slide:after {
  left: 20px;
  transform: rotate(-135deg);
}

.mfp-content #gallery-popup .next-slide {
  right: 15px;
}

.mfp-content #gallery-popup .next-slide:after {
  right: 20px;
  transform: rotate(45deg);
}

.pagination {
  margin-top: 40px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

@media screen and (max-width: 992px) {
  .pagination {
    margin: 40px 25px;
  }
}

.pagination .page {
  position: relative;
  display: inline-block;
  color: #00263E;
  line-height: 23px;
  text-align: center;
  font-size: 17px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  margin-right: 20px;
  transition: all 0.2s ease;
  cursor: pointer;
}

.pagination .page.first-page {
  width: 12px;
  height: 18px;
  margin-bottom: -6px;
  background-repeat: no-repeat;
  background-image: url("/content/themes/entercard/dist/images/first_page.svg");
}

.pagination .page.last-page {
  transform: rotateY(180deg);
  width: 12px;
  height: 18px;
  margin-bottom: -6px;
  background-repeat: no-repeat;
  background-image: url("/content/themes/entercard/dist/images/first_page.svg");
}

.pagination .page.prev-page {
  width: 12px;
  height: 18px;
  margin-bottom: -6px;
  background-repeat: no-repeat;
  background-image: url("/content/themes/entercard/dist/images/navigate_next.svg");
}

.pagination .page.next-page {
  width: 12px;
  height: 18px;
  transform: rotateY(180deg);
  margin-bottom: -6px;
  background-repeat: no-repeat;
  background-image: url("/content/themes/entercard/dist/images/navigate_next.svg");
}

.pagination .page.hide-page {
  display: none;
}

.pagination .page.active {
  cursor: default;
  color: #2c5697;
}

.pagination .page.active:before {
  position: absolute;
  content: "";
  height: 1px;
  width: 120%;
  left: -10%;
  top: 100%;
  background-color: #141B4D;
}

.pagination .page:hover:before {
  position: absolute;
  content: "";
  height: 1px;
  width: 120%;
  left: -10%;
  bottom: 0;
  background-color: #141B4D;
}

.pagination .dots {
  display: inline-block;
  margin-right: 20px;
  font-size: 21px;
}

.facts-slider {
  position: relative;
  max-width: 1440px;
  margin: 40px auto -40px;
  height: 400px;
}

@media screen and (max-width: 992px) {
  .facts-slider {
    margin: 0 auto 0;
    height: 300px;
  }
}

@media screen and (max-width: 540px) {
  .facts-slider {
    height: 240px;
  }
}

.facts-slider .swiper-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.facts-slider .swiper-container .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #8DC8E8;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}

.facts-slider .swiper-container .swiper-slide span {
  display: inline-block;
  text-decoration: none;
  max-width: 70%;
  font-family: "Varela Round", sans-serif;
  font-size: 48px;
  line-height: 52px;
  font-weight: 500;
}

@media screen and (max-width: 992px) {
  .facts-slider .swiper-container .swiper-slide span {
    font-size: 28px;
    line-height: 34px;
  }
}

@media screen and (max-width: 540px) {
  .facts-slider .swiper-container .swiper-slide span {
    font-size: 22px;
    line-height: 27px;
  }
}

.facts-slider .swiper-container .swiper-pagination-bullets {
  bottom: 15px;
}

.facts-slider .swiper-container .swiper-pagination-bullet {
  border-radius: 0;
  background-color: #FFFFFF;
  height: 14px;
  width: 14px;
  margin: 0 3px;
  opacity: 0.4;
  transition: all 0.15s ease;
}

.facts-slider .swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

.facts-slider .swiper-container .next-slide,
.facts-slider .swiper-container .prev-slide {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  height: 60px;
  width: 60px;
  z-index: 5;
}

.facts-slider .swiper-container .next-slide:after,
.facts-slider .swiper-container .prev-slide:after {
  position: absolute;
  border-style: solid;
  border-width: 0.25em 0.25em 0 0;
  border-color: #000000;
  content: "";
  display: inline-block;
  height: 1.8em;
  width: 1.8em;
  top: 20px;
  vertical-align: top;
  transition: all 0.4s ease;
}

.facts-slider .swiper-container .prev-slide {
  left: 15px;
}

.facts-slider .swiper-container .prev-slide:after {
  left: 20px;
  transform: rotate(-135deg);
}

.facts-slider .swiper-container .next-slide {
  right: 15px;
}

.facts-slider .swiper-container .next-slide:after {
  right: 20px;
  transform: rotate(45deg);
}

.quiz-container .quiz-content-wrapper {
  width: 100%;
  display: none;
}

.quiz-popup h2 {
  text-align: center;
}

.quiz-popup .quiz-wrapper {
  position: relative;
  background-image: url("/content/themes/entercard/dist/images/quiz.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 100px 60px 100px;
  width: auto;
  max-width: 760px;
  margin: 40px auto;
  transition: 1s all;
  color: #FFFFFF;
}

@media screen and (max-width: 992px) {
  .quiz-popup .quiz-wrapper {
    padding: 60px 60px 20px 60px;
  }
}

@media screen and (max-width: 768px) {
  .quiz-popup .quiz-wrapper {
    padding: 30px 30px 15px 30px;
  }
}

.quiz-popup .quiz-wrapper .step-0 {
  padding-top: 10px;
}

.quiz-popup .quiz-wrapper .step-0 .start-button-container {
  text-align: center;
}

.quiz-popup .quiz-wrapper .step-0 .start-button-container .start-button {
  display: inline-block;
  margin: 10px auto 0 auto;
  padding: 3px 60px;
  background-color: #3261a2;
  border-radius: 20px;
  color: #FFFFFF;
}

.quiz-popup .quiz-wrapper .step-1 {
  display: none;
  padding-top: 10px;
}

.quiz-popup .quiz-wrapper .step-1 .questions {
  position: relative;
  margin-top: 20px;
}

.quiz-popup .quiz-wrapper .step-1 .questions .question {
  visibility: hidden;
  position: absolute;
  width: 100%;
  top: 0;
}

.quiz-popup .quiz-wrapper .step-1 .questions .question .answers {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 40px;
}

.quiz-popup .quiz-wrapper .step-1 .questions .question .answers .answer {
  pointer-events: auto;
  cursor: pointer;
  margin: 14px 20px;
  display: block;
  padding: 3px 40px;
  background-color: #3261a2;
  border-radius: 25px;
  color: #FFFFFF;
  text-align: center;
}

.quiz-popup .quiz-wrapper .step-1 .question-status {
  text-align: center;
  margin-top: 30px;
}

.quiz-popup .quiz-wrapper .step-2 {
  display: none;
  padding-top: 10px;
}

.quiz-popup .quiz-wrapper .step-2 .score-container {
  color: #141B4D;
  font-size: 24px;
  margin: 30px 0;
}

.quiz-popup .quiz-wrapper .step-2 .display-message {
  color: #FFFFFF;
  margin: 30px 0;
  font-size: 24px;
}

.quiz-popup .quiz-wrapper .step-2 .legend .legend-title {
  color: #141B4D;
  font-size: 18px;
  margin: 10px 0;
}

.quiz-popup .quiz-wrapper .step-2 .legend .questions {
  list-style: none;
  margin: 0;
  padding: 0;
}

.quiz-popup .quiz-wrapper .step-2 .legend .questions .question {
  margin: 10px 0;
}

.quiz-popup .quiz-wrapper .step-2 .close-button-container {
  text-align: center;
}

.quiz-popup .quiz-wrapper .step-2 .close-button-container .close-button {
  display: inline-block;
  margin: 0 auto;
  padding: 3px 40px;
  background-color: #3261a2;
  border-radius: 20px;
  color: #FFFFFF;
}

.quiz-popup .quiz-wrapper .step-2 .quiz-messages {
  display: none;
}

.article-header {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.article-header:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 33.3333333333%;
}

.article-template-margin {
  margin: 2em 0;
}

.currency-calculator {
  margin: 2em 0;
}

.currency-calculator .heading {
  background-color: #E56A54;
  padding: 19px 30px 9px 30px;
}

.currency-calculator .heading h2 {
  font-size: 30px;
  margin: 0;
  color: #FFFFFF;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
}

.currency-calculator .description {
  background-color: #141B4D;
  padding: 13px 30px;
}

.currency-calculator .description h5 {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-transform: none;
  color: #FFFFFF;
  margin: 0;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  line-height: normal;
}

.currency-calculator .options {
  padding: 30px;
  border-left: 1px solid #ccd3d8;
  border-right: 1px solid #ccd3d8;
}

.currency-calculator .options > div {
  display: flex;
  *zoom: 1;
  margin-bottom: 10px;
}

.currency-calculator .options > div:before,
.currency-calculator .options > div:after {
  content: " ";
  display: table;
}

.currency-calculator .options > div:after {
  clear: both;
}

@media screen and (max-width: 992px) {
  .currency-calculator .options > div {
    display: flex;
  }
}

.currency-calculator .options > div label,
.currency-calculator .options > div span,
.currency-calculator .options > div h3 {
  width: 25%;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
}

@media screen and (max-width: 992px) {
  .currency-calculator .options > div label,
  .currency-calculator .options > div span,
  .currency-calculator .options > div h3 {
    flex: 1;
    width: 100%;
    padding-right: 15px;
  }
}

.currency-calculator .options > div label,
.currency-calculator .options > div span {
  line-height: 41px;
}

.currency-calculator .options > div select {
  width: 75%;
  font-family: "Varela Round", sans-serif;
  font-size: 18px;
  float: right;
  text-align: left;
  padding: 8px 35px 8px 0;
  border: none;
}

.currency-calculator .options > div select:focus {
  outline: 2px solid #E3E3E3;
}

.currency-calculator .options > div select[disabled],
.currency-calculator .options > div select:disabled {
  color: hsl(0, 10%, 80%) !important;
}

.currency-calculator .result {
  padding: 0 30px 20px 30px;
  border-left: 1px solid #ccd3d8;
  border-right: 1px solid #ccd3d8;
  border-bottom: 1px solid #ccd3d8;
  position: relative;
}

.currency-calculator .result.loading .grid > div h3 {
  opacity: 0.3;
}

.currency-calculator .result.loaded .grid > div h3 {
  opacity: 1;
}

@media screen and (max-width: 992px) {
  .currency-calculator .result {
    padding-top: 0;
  }
}

.currency-calculator .result .grid {
  position: relative;
  padding-top: 0;
}

.currency-calculator .result .grid > div {
  padding: 1px;
}

.currency-calculator .result .grid > div h3 {
  width: 100%;
  display: inline-block;
  padding: 8px 35px 8px 12px;
  transition: opacity ease 0.4s;
}

.currency-calculator .result .grid:first-of-type > div h3 {
  background-color: #8DC8E8;
  color: #fff;
}

@media screen and (max-width: 992px) {
  .currency-calculator .result .grid:first-of-type > div:last-child {
    transform: translateY(100%);
  }
}

.currency-calculator .result .grid:nth-last-of-type(2) > div h3 {
  background-color: rgb(248, 248, 248);
}

@media screen and (max-width: 992px) {
  .currency-calculator .result .grid:nth-last-of-type(2) > div:first-child {
    transform: translateY(-100%);
  }
}

.currency-calculator .result .grid h3 {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.currency-calculator .result .loading-spinner-container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.currency-calculator .result .loading-spinner-container .loader,
.currency-calculator .result .loading-spinner-container .loader:before,
.currency-calculator .result .loading-spinner-container .loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  animation-fill-mode: both;
  animation: loading-spinner 1.8s infinite ease-in-out;
}

.currency-calculator .result .loading-spinner-container .loader {
  color: #141B4D;
  font-size: 10px;
  margin: 80px auto;
  position: relative;
  text-indent: -9999em;
  transform: translateZ(0);
  animation-delay: -0.16s;
  display: block;
}

.currency-calculator .result .loading-spinner-container .loader:before,
.currency-calculator .result .loading-spinner-container .loader:after {
  content: "";
  position: absolute;
  top: 0;
}

.currency-calculator .result .loading-spinner-container .loader:before {
  left: -3.5em;
  animation-delay: -0.32s;
}

.currency-calculator .result .loading-spinner-container .loader:after {
  left: 3.5em;
}

@keyframes loading-spinner {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }

  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

.home-header {
  position: relative;
  width: 100%;
  height: 221px;
  background-color: #1E22AA;
}

.home-header h1 {
  position: absolute;
  top: 125px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 771px;
  font-size: 36px;
  font-weight: 300;
  line-height: 55px;
  color: #FFFFFF;
  z-index: 1;
  text-align: center;
  padding: 0 25px;
}

@media screen and (max-width: 992px) {
  .home-header h1 {
    font-size: 27px;
    padding: 0;
  }
}

@media screen and (max-width: 540px) {
  .home-header h1 {
    font-size: 23px;
  }
}

.home-header + div {
  position: relative;
  margin-top: 65px;
}

.system-status {
  margin: 0 auto;
  max-width: 1440px;
  background-color: #FFFFFF;
  padding: 10px 15px;
  line-height: 20px;
}

.system-status .alert-icon {
  position: absolute;
  left: 15px;
  top: 10px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #DC260A;
  border-radius: 50%;
  vertical-align: middle;
}

.system-status .alert-icon:before {
  position: absolute;
  width: 15px;
  height: 15px;
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: " ";
}

.system-status .info {
  display: inline-block;
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  vertical-align: middle;
  margin-left: 30px;
}

.system-status .info p {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 20px;
}

.system-status .info p + p {
  margin: 1em 0;
}

.system-status .info p:last-of-type {
  margin-bottom: 0;
}

.link-wall-wrapper {
  display: flex;
  justify-content: center;
}

.link-wall {
  max-width: 1440px;
  margin: 0 45px;
  display: flex;
  flex-direction: row;
}

@media screen and (max-width: 992px) {
  .link-wall {
    flex-wrap: wrap;
    margin: 0 25px;
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  .link-wall {
    flex-direction: column;
  }
}

.link-wall .link-wall-entry {
  padding-right: 20px;
  position: relative;
  display: block;
  color: #141B4D;
  text-decoration: none;
  transition: background-color 0.5s ease;
  padding-bottom: 90px;
  width: 25%;
}

@media screen and (max-width: 992px) {
  .link-wall .link-wall-entry {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .link-wall .link-wall-entry {
    width: 100%;
  }
}

.link-wall .link-wall-entry:last-child {
  padding-right: 0;
}

.link-wall .link-wall-entry .image {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 230px;
  width: 100%;
}

.link-wall .link-wall-entry a,
.link-wall .link-wall-entry p {
  font-size: 14px;
  line-height: 18px;
  color: #141B4D;
}

.link-wall .link-wall-entry a:hover,
.link-wall .link-wall-entry p:hover {
  text-decoration: none;
}

.link-wall .link-wall-entry .read-more {
  text-decoration: underline;
}

.link-wall .link-wall-entry h2,
.link-wall .link-wall-entry h3 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  width: 100%;
  padding-top: 20px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .link-wall .link-wall-entry h2,
  .link-wall .link-wall-entry h3 {
    font-size: 24px;
  }
}

@media screen and (max-width: 540px) {
  .link-wall .link-wall-entry h2,
  .link-wall .link-wall-entry h3 {
    font-size: 22px;
  }
}

.link-wall .link-wall-entry.icon h2,
.link-wall .link-wall-entry.icon h3 {
  color: #141B4D;
}

.link-wall .link-wall-entry.icon .inner-icon {
  position: absolute;
  width: 100%;
  top: 40%;
  transform: translateY(-50%);
  color: #141B4D;
  text-align: center;
}

.link-wall .link-wall-entry.icon .inner-icon.icon-partner-values:before {
  content: "y";
  font-size: 170px;
  line-height: 90px;
  top: -5px;
  vertical-align: bottom;
}

.link-wall .link-wall-entry.icon .inner-icon.icon-cooperation:before {
  content: "q";
  font-size: 92px;
}

.link-wall .link-wall-entry.icon .inner-icon.icon-credicon:before {
  content: "e";
  font-size: 100px;
}

.link-wall .link-wall-entry.icon .inner-icon:before {
  pointer-events: none;
  position: relative;
  font-size: 100px;
}

.link-row {
  max-width: 778px;
  margin-left: 40px;
}

@media screen and (max-width: 992px) {
  .link-row {
    margin: 0;
    float: none;
  }
}

.link-row .mobile-flex {
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 992px) {
  .link-row .mobile-flex h3 {
    margin-top: 20px;
  }

  .link-row .mobile-flex a {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-left: 0;
  }

  .link-row .mobile-flex a .text-wrapper {
    padding-left: 0;
  }

  .link-row .mobile-flex a .image-wrapper .image {
    width: 100%;
    padding-top: 61.49%;
  }
}

.link-row a {
  position: relative;
  width: 100%;
  transition: background-color 0.5s ease, color 0.5s ease;
  color: #141B4D;
  text-decoration: none;
  overflow: hidden;
  border-bottom: 1px solid rgba(0, 38, 62, 0.09);
  display: flex;
  padding-top: 30px;
  padding-left: 15px;
  margin-left: -15px;
}

.link-row a .read-more {
  text-decoration: underline;
  font-size: 14px;
  line-height: 18px;
}

.link-row a .news-excerpt {
  max-width: 80%;
  font-size: 14px;
  line-height: 21px;
}

.link-row a h3 {
  margin: 0;
  padding: 0;
  font-size: 20px;
  line-height: 27px;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .link-row a h3 {
    font-size: 24px;
    margin: 20px 0;
  }
}

@media screen and (max-width: 540px) {
  .link-row a h3 {
    font-size: 22px;
  }
}

.link-row a .image-wrapper .image {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 99px;
  width: 161px;
}

.link-row a .text-wrapper {
  padding-left: 20px;
}

.slider {
  margin: 0 auto;
  max-width: 1440px;
  width: 100%;
}

.slider .images {
  position: relative;
  width: 50%;
  float: left;
}

.slider .images:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 58.8235294118%;
}

.slider .images .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  background-size: cover;
  background-position: center;
}

.slider .images .image:first-of-type {
  display: block;
}

.slider .images .image > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.slider .slides {
  position: relative;
  width: 50%;
  float: left;
  overflow: hidden;
  background-color: #141B4D;
  display: flex;
}

.slider .slides .left,
.slider .slides .right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  height: 60px;
  width: 60px;
}

.slider .slides .left:hover:before,
.slider .slides .right:hover:before {
  border-color: #ff8d46;
}

.slider .slides .left:before,
.slider .slides .right:before {
  position: absolute;
  border-style: solid;
  border-width: 0.215em 0.215em 0 0;
  border-color: #E56A54;
  content: "";
  display: inline-block;
  height: 1.35em;
  width: 1.35em;
  top: 20px;
  vertical-align: top;
  transition: all 0.4s ease;
}

@media screen and (max-width: 540px) {
  .slider .slides .left,
  .slider .slides .right {
    height: 40px;
    width: 40px;
  }

  .slider .slides .left:before,
  .slider .slides .right:before {
    top: 10px;
    height: 1.1em;
    width: 1.1em;
    border-width: 0.15em 0.15em 0 0;
  }
}

.slider .slides .left {
  left: 15px;
}

.slider .slides .left:before {
  left: 20px;
  transform: rotate(-135deg);
}

@media screen and (max-width: 768px) {
  .slider .slides .left {
    left: 7px;
  }
}

@media screen and (max-width: 540px) {
  .slider .slides .left {
    left: 0px;
  }

  .slider .slides .left:before {
    left: 17px;
  }
}

.slider .slides .right {
  right: 15px;
}

.slider .slides .right:before {
  right: 20px;
  transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
  .slider .slides .right {
    right: 7px;
  }
}

@media screen and (max-width: 540px) {
  .slider .slides .right {
    right: 0px;
  }

  .slider .slides .right:before {
    right: 17px;
  }
}

.slider .slides .indicator {
  position: absolute;
  bottom: 15px;
  right: 25px;
  white-space: nowrap;
}

.slider .slides .indicator .dot {
  display: inline-block;
  background-color: #FFFFFF;
  opacity: 0.5;
  border-radius: 50%;
  height: 14px;
  width: 14px;
  margin-right: 4px;
  transition: all 0.4s ease;
}

.slider .slides .indicator .dot.active {
  opacity: 1;
}

.slider .slides ul {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 0;
  line-height: 0;
}

.slider .slides ul li {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  vertical-align: middle;
  justify-content: center;
  margin: 0;
  height: 100%;
  width: 100%;
  color: #FFFFFF;
  padding: 40px 90px;
  white-space: normal;
}

@media screen and (max-width: 768px) {
  .slider .slides ul li {
    padding: 40px 60px;
  }
}

@media screen and (max-width: 540px) {
  .slider .slides ul li {
    padding: 30px 40px;
  }
}

.slider .slides ul li h2 {
  padding: 0;
  margin: 0;
  font-size: 32px;
  line-height: 60px;
}

@media screen and (max-width: 992px) {
  .slider .slides ul li h2 {
    font-size: 27px;
    line-height: 49px;
  }
}

@media screen and (max-width: 540px) {
  .slider .slides ul li h2 {
    font-size: 23px;
    line-height: 34px;
  }
}

.slider .slides ul li p {
  font-size: 15px;
}

.slider .slides ul li > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 992px) {
  .slider .images,
  .slider .slides {
    width: 100%;
    float: none;
  }
}

.accordion .entry {
  border-bottom: 1px solid #CCD3D8;
}

.accordion .entry.no-expand .entry-row {
  cursor: auto;
  pointer-events: none;
}

.accordion .entry.no-expand .entry-row .info:before {
  display: none;
}

.accordion .entry.expanded .entry-row .info:before {
  top: 6px;
  transform: rotate(-45deg);
}

.accordion .entry .entry-row {
  padding: 18px 0;
  cursor: pointer;
  *zoom: 1;
}

.accordion .entry .entry-row:before,
.accordion .entry .entry-row:after {
  content: " ";
  display: table;
}

.accordion .entry .entry-row:after {
  clear: both;
}

.accordion .entry .entry-row * {
  pointer-events: none;
}

.accordion .entry .entry-row a {
  pointer-events: auto;
  color: #667E8D;
  text-decoration: underline;
  display: inline-block;
}

.accordion .entry .entry-row a:hover {
  color: #141B4D;
}

.accordion .entry .entry-row .title {
  float: left;
  width: 50%;
  font-size: 13px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  color: #2D4C5F;
}

@media screen and (max-width: 768px) {
  .accordion .entry .entry-row .title {
    font-size: 11px;
    line-height: 15px;
  }
}

.accordion .entry .entry-row .info {
  position: relative;
  float: left;
  width: 50%;
  text-align: right;
  line-height: 16px;
  color: #667E8D;
  padding-right: 45px;
}

@media screen and (max-width: 768px) {
  .accordion .entry .entry-row .info {
    font-size: 11px;
    line-height: 15px;
    padding-right: 30px;
  }

  .accordion .entry .entry-row .info:before {
    right: 8px !important;
  }
}

.accordion .entry .entry-row .info:before {
  position: absolute;
  border-style: solid;
  border-width: 0.125em 0.125em 0 0;
  border-color: #E56A54;
  content: "";
  display: inline-block;
  height: 0.5em;
  width: 0.5em;
  top: 2px;
  right: 15px;
  vertical-align: top;
  transition: all 0.4s ease;
  transform: rotate(135deg);
}

.accordion .entry .entry-content {
  display: none;
}

.accordion .entry .entry-content .entry-content-box {
  padding: 0 30px 15px;
}

.accordion .entry .entry-content .entry-content-box p {
  font-size: 14px;
  line-height: 20px;
}

.share-buttons {
  margin-top: 30px;
}

.share-buttons a {
  display: inline-block;
  color: #2C5697;
  text-decoration: none;
  font-size: 27px;
  font-family: "entercard-icons" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 11px;
  margin-top: -7px;
  vertical-align: middle;
}

.share-buttons a.facebook {
  font-size: 25px;
}

.share-buttons a.facebook:before {
  content: "A";
}

.share-buttons a.twitter:before {
  content: "l";
}

.share-buttons a.linkedin:before {
  content: "z";
}

.two-columns {
  display: flex;
  justify-content: center;
}

.content-columns-wrapper {
  max-width: 1440px;
  margin: 0 45px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 992px) {
  .content-columns-wrapper {
    margin: 0 25px;
    flex-direction: column;
  }
}

.content-box-column {
  display: flex;
  flex-direction: column;
  max-width: 326px;
}

.content-box-column .content-box {
  padding: 25px 0 35px;
}

.content-box-column .content-box h2,
.content-box-column .content-box h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 27px;
}

.content-box-column .content-box p {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
}

@media screen and (max-width: 992px) {
  .content-box-column {
    max-width: 100%;
    padding-left: 0;
  }
}

.product-row {
  background-color: #F1F1F1;
  height: auto;
  padding-top: 75px;
  padding-bottom: 60px;
  margin-bottom: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 992px) {
  .product-row {
    height: auto;
    justify-content: flex-start;
  }
}

.product-row .product-list-wrapper {
  max-width: 1440px;
  width: 100%;
  margin: 0 45px;
  list-style: none;
}

@media screen and (max-width: 992px) {
  .product-row .product-list-wrapper {
    margin: 0 25px;
    -moz-column-count: 2;
         column-count: 2;
  }
}

@media screen and (max-width: 768px) {
  .product-row .product-list-wrapper {
    -moz-column-count: 1;
         column-count: 1;
  }
}

.product-row .product-list-wrapper h3 {
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 600;
  padding-bottom: 20px;
  letter-spacing: 0.45px;
}

.product-row .product-list-wrapper a {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: #141B4D;
}

.product-row .product-list-wrapper a.index-link {
  text-decoration: underline;
}

.product-row .product-list-wrapper ahover {
  color: #141B4D;
}

.product-row .product-list-wrapper .product-flex-wrapper {
  display: flex;
}

@media screen and (max-width: 992px) {
  .product-row .product-list-wrapper .product-flex-wrapper {
    flex-flow: column wrap;
  }
}

@media screen and (max-width: 768px) {
  .product-row .product-list-wrapper .product-flex-wrapper {
    flex-direction: column;
  }
}

.product-row .product-list-wrapper .product-icon-wrapper {
  min-width: 20%;
  max-width: 45%;
}

@media screen and (max-width: 992px) {
  .product-row .product-list-wrapper .product-icon-wrapper {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 768px) {
  .product-row .product-list-wrapper .product-icon-wrapper {
    max-width: 100%;
  }
}

.product-row .product-list-wrapper .product-icon-wrapper ul.product-list {
  list-style-type: none;
  margin-right: 20px;
  padding: 0;
}

.product-row .product-list-wrapper .product-icon-wrapper ul.product-list li {
  margin-bottom: 1em;
  display: inline-block;
  width: 100%;
}

.product-row .product-list-wrapper .product-icon-wrapper ul.product-list li:after {
  content: "\2192";
  width: 12px;
  height: 12px;
  margin-left: 8px;
}

.product-row .product-list-wrapper .product-icon-wrapper .product-icon {
  background-repeat: no-repeat;
  background-size: contain;
  width: 140px;
  height: 40px;
  margin-left: -3px;
}

.product-row .product-list-wrapper .product-icon-wrapper .product-icon.remember {
  background-image: url("/content/themes/entercard/dist/images/product-logos/logo_remember.svg");
}

@media all and (-ms-high-contrast: none) {
  .product-row .product-list-wrapper .product-icon-wrapper .product-icon.remember {
    background-image: url("/content/themes/entercard/dist/images/product-logos/logo_remember.png");
  }
}

.product-row .product-list-wrapper .product-icon-wrapper .product-icon.coop {
  background-image: url("/content/themes/entercard/dist/images/product-logos/logo_coop.svg");
}

@media all and (-ms-high-contrast: none) {
  .product-row .product-list-wrapper .product-icon-wrapper .product-icon.coop {
    background-image: url("/content/themes/entercard/dist/images/product-logos/logo_coop.png");
  }
}

.product-row .product-list-wrapper .product-icon-wrapper .product-icon.coop_green {
  background-image: url("/content/themes/entercard/dist/images/product-logos/logo_coop_green.svg");
}

@media all and (-ms-high-contrast: none) {
  .product-row .product-list-wrapper .product-icon-wrapper .product-icon.coop_green {
    background-image: url("/content/themes/entercard/dist/images/product-logos/logo_coop_green.png");
  }
}

.product-row .product-list-wrapper .product-icon-wrapper .product-icon.boligbygg {
  background-image: url("/content/themes/entercard/dist/images/product-logos/logo_boligbygg.svg");
}

@media all and (-ms-high-contrast: none) {
  .product-row .product-list-wrapper .product-icon-wrapper .product-icon.boligbygg {
    background-image: url("/content/themes/entercard/dist/images/product-logos/logo_boligbygg.png");
  }
}

.product-row .product-list-wrapper .product-icon-wrapper .product-icon.mastercard {
  background-image: url("/content/themes/entercard/dist/images/product-logos/logo_mastercard.svg");
}

@media all and (-ms-high-contrast: none) {
  .product-row .product-list-wrapper .product-icon-wrapper .product-icon.mastercard {
    background-image: url("/content/themes/entercard/dist/images/product-logos/logo_mastercard.png");
  }
}

.product-row .product-list-wrapper .product-icon-wrapper .product-icon.helgeland {
  background-image: url("/content/themes/entercard/dist/images/product-logos/logo_helgeland.svg");
}

@media all and (-ms-high-contrast: none) {
  .product-row .product-list-wrapper .product-icon-wrapper .product-icon.helgeland {
    background-image: url("/content/themes/entercard/dist/images/product-logos/logo_helgeland.png");
  }
}

.product-row .product-list-wrapper .product-icon-wrapper .product-icon.lo {
  background-image: url("/content/themes/entercard/dist/images/product-logos/logo_lo.png");
}

.product-row .product-list-wrapper .product-icon-wrapper .product-icon.lo_plus {
  background-image: url("/content/themes/entercard/dist/images/product-logos/logo_lo_plus.png");
}

.product-row .product-list-wrapper .product-icon-wrapper .product-icon.lo_mervarde {
  background-image: url("/content/themes/entercard/dist/images/product-logos/logo_lo_mervarde.svg");
}

@media all and (-ms-high-contrast: none) {
  .product-row .product-list-wrapper .product-icon-wrapper .product-icon.lo_mervarde {
    background-image: url("/content/themes/entercard/dist/images/product-logos/logo_lo_mervarde.png");
  }
}

.product-row .product-list-wrapper .product-icon-wrapper .product-icon.moregolf {
  background-image: url("/content/themes/entercard/dist/images/product-logos/logo_moregolf.svg");
}

@media all and (-ms-high-contrast: none) {
  .product-row .product-list-wrapper .product-icon-wrapper .product-icon.moregolf {
    background-image: url("/content/themes/entercard/dist/images/product-logos/logo_moregolf.png");
  }
}

.contact-page .flex {
  display: flex;
}

.contact-page .index-header h1 {
  padding-left: 80px;
}

@media screen and (max-width: 1200px) {
  .contact-page .index-header {
    padding: 30px 15px;
  }

  .contact-page .index-header h1 {
    padding-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .contact-page .index-header h1 {
    margin-bottom: 0;
  }
}

.contact-page .qa-wrapper {
  width: 90%;
  float: right;
}

.contact-page .qa-wrapper .faq-link-wrapper button {
  font-size: 17px;
  font-weight: 300;
  line-height: 23px;
  padding: 9px 30px;
  border: #141B4D solid 1px;
  margin-top: 10px;
  margin-bottom: 22px;
  background-color: #141B4D;
  color: #FFFFFF;
}

.contact-page .qa-wrapper h4 {
  font-family: "Open Sans", sans-serif;
  color: #00263e;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 0.45px;
  text-transform: uppercase;
  margin-bottom: 43px;
  margin-top: 35px;
}

.contact-page .qa-wrapper ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-page .qa-wrapper ul li {
  margin-bottom: 20px;
  line-height: 17px;
}

.contact-page .qa-wrapper ul li:last-child.question .question-wrapper {
  border-bottom: none;
}

.contact-page .qa-wrapper ul li.question {
  font-size: 17px;
  line-height: 23px;
  font-weight: 400;
}

.contact-page .qa-wrapper ul li.question .question-wrapper {
  padding: 0 15px 18px 0px;
  border-bottom: 1px solid rgba(0, 38, 62, 0.2);
  cursor: pointer;
}

.contact-page .qa-wrapper ul li.question .question-wrapper .question-text {
  display: inline-block;
}

.contact-page .qa-wrapper ul li.question .question-wrapper .expand-button {
  background-image: url("/content/themes/entercard/dist/images/open_tab.svg");
  width: 12px;
  height: 12px;
  margin-top: 4px;
  background-repeat: no-repeat;
  float: right;
  cursor: pointer;
  transition: transform 0.2s ease-in;
}

.contact-page .qa-wrapper ul li.question .answer {
  padding-left: 15px;
  max-height: 0px;
  overflow-y: hidden;
  width: 80%;
  transition: max-height 1s cubic-bezier(0, 1.05, 0, 1);
}

.contact-page .qa-wrapper ul li.question .answer p {
  color: #00263e;
}

.contact-page .qa-wrapper ul li.expanded .expand-button {
  transform: rotateX(180deg);
}

.contact-page .qa-wrapper ul li.expanded .answer {
  max-height: 1200px;
  transition: max-height 0.8s ease-in;
  cursor: pointer;
}

.contact-page .side-nav-wrapper {
  position: relative;
  float: left;
}

@media screen and (max-width: 992px) {
  .contact-page .side-nav-wrapper {
    order: 1;
  }
}

.contact-page .side-nav-wrapper p {
  font-size: 14px;
}

.contact-page .side-nav-wrapper p.black-text {
  color: black;
}

.contact-page .side-nav-wrapper h4 {
  font-family: "Open Sans", sans-serif;
  color: #00263e;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 0.45px;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 35px;
}

.contact-page .side-nav-wrapper h4.big-text {
  text-transform: none;
  font-size: 22px;
  font-weight: 400;
}

.contact-page .side-nav-wrapper h4 a {
  color: #00263e;
}

.contact-page .side-nav-wrapper ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 992px) {
  .contact-page .side-nav-wrapper ul {
    -moz-column-count: 2;
         column-count: 2;
  }
}

.contact-page .side-nav-wrapper ul li {
  margin-bottom: 20px;
  line-height: 17px;
  width: 209px;
}

@media screen and (max-width: 992px) {
  .contact-page .side-nav-wrapper ul li {
    width: 100%;
  }
}

.contact-page .side-nav-wrapper ul li a {
  color: rgb(0, 38, 62);
  transition: all 500ms ease;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  line-height: 12px;
  font-weight: 600;
  padding: 0;
}

.contact-page .side-nav-wrapper ul li a:hover {
  color: #141B4D;
}

.contact-page .side-nav-wrapper ul li a .link-button {
  padding: 12px 15px;
  border: 1px solid black;
  width: 100%;
  text-align: center;
  font-size: 17px;
  line-height: 23px;
  font-weight: 400;
}

@media screen and (max-width: 992px) {
  .contact-page .flex {
    flex-direction: column-reverse;
  }

  .contact-page .qa-wrapper {
    width: 100%;
    float: none;
    padding: 0 20px;
  }

  .contact-page .qa-wrapper .question-text {
    max-width: 90%;
  }

  .contact-page .side-nav-wrapper h4 {
    padding: 0 40px;
  }

  .contact-page .side-nav-wrapper ul {
    padding: 0 40px;
  }
}

.contact-page .icon-questionmark,
.contact-page .icon-security,
.contact-page .icon-customer-service,
.contact-page .icon-entercard,
.contact-page .icon-stegforsteg,
.contact-page .icon-loan {
  text-align: center;
  line-height: 100px;
  height: 100px;
}

.contact-page .icon-questionmark {
  font-size: 77px;
}

.contact-page .icon-security {
  font-size: 98px;
}

.contact-page .icon-customer-service {
  font-size: 85px;
}

.contact-page .icon-entercard {
  font-size: 75px;
}

.contact-page .icon-stegforsteg {
  font-size: 85px;
}

.contact-page .icon-loan {
  font-size: 75px;
}

.contact-page .grid {
  margin-top: 50px;
}

.contact-page .grid:first-of-type {
  margin-top: 0;
}

.contact-page .grid:first-of-type .half:first-of-type {
  border-top: 0 !important;
}

.contact-page .grid .half:first-of-type {
  padding-right: 40px;
  padding-left: 0 !important;
}

@media screen and (max-width: 992px) {
  .contact-page .grid .half:first-of-type {
    padding-left: 40px !important;
  }
}

@media screen and (max-width: 768px) {
  .contact-page .grid .half:first-of-type {
    padding-left: 20px !important;
  }
}

.contact-page .grid .half:last-of-type {
  padding-left: 40px;
}

@media screen and (max-width: 992px) {
  .contact-page .grid .half:last-of-type {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 992px) {
  .contact-page .grid .half {
    padding: 40px;
    border-top: 1px solid rgba(0, 0, 0, 0.29);
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 768px) {
  .contact-page .grid .half {
    padding: 20px !important;
    margin-bottom: 20px;
  }
}

.contact-page p {
  color: rgba(0, 38, 62, 0.6);
}

.contact-page .content ul,
.contact-page .content ol {
  color: rgba(0, 38, 62, 0.6);
}

.contact-page ul.contact-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  -moz-column-count: 2;
       column-count: 2;
}

@media screen and (max-width: 768px) {
  .contact-page ul.contact-list {
    -moz-column-count: 1;
         column-count: 1;
  }
}

.contact-page ul.contact-list li {
  margin-bottom: 1em;
  color: rgba(0, 38, 62, 0.6);
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  display: inline-block;
  width: 100%;
}

.contact-page span.title {
  display: block;
  font-family: "Open Sans", sans-serif;
  color: rgba(0, 38, 62, 0.8);
  font-size: 13px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}

.contact-page span.title.top-spacing {
  margin-top: 1em;
}

.contact-page span.title + p {
  margin-top: 0;
}

.search-page p.excerpt {
  color: rgba(0, 38, 62, 0.8);
}

.search-page .search-results .search-entry {
  display: block;
  padding: 30.7692307692px;
  transition: background-color 0.5s;
}

@media screen and (max-width: 768px) {
  .search-page .search-results .search-entry {
    padding: 0;
    margin: 40px 0;
  }
}

.search-page .search-results .search-entry:hover {
  background-color: #F2F2F2;
}

@media screen and (max-width: 768px) {
  .search-page .search-results .search-entry:hover {
    background-color: transparent;
  }
}

.search-page .search-results .search-entry h3 {
  margin-top: 0;
}

.search-page .search-results .search-entry h3 a {
  color: #141B4D;
}

.search-page .search-results .search-entry p {
  margin-bottom: 0;
}

.search-page .search-results .search-entry span.permalink {
  color: rgba(0, 38, 62, 0.6);
  font-size: 13px;
}

.search-page .search-results .search-entry span.permalink a {
  color: rgba(0, 38, 62, 0.6);
}

.mastercard-page h1,
.mastercard-page h2,
.mastercard-page h3,
.mastercard-page h4,
.mastercard-page h5,
.mastercard-page a,
.mastercard-page p {
  font-family: "Wremena-Light";
}

.mastercard-page h1 {
  font-size: 55px;
  line-height: 75px;
  letter-spacing: 0;
  color: #000014;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
}

@media screen and (max-width: 768px) {
  .mastercard-page h1 {
    font-size: 22px;
    line-height: 27px;
  }
}

.mastercard-page h2 {
  font-size: 38px;
  line-height: 45px;
  letter-spacing: 0;
  color: #000014;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
}

@media screen and (max-width: 768px) {
  .mastercard-page h2 {
    font-size: 18px;
    line-height: normal;
    margin-bottom: 0;
  }
}

.mastercard-page h3 {
  font-size: 24px;
  letter-spacing: 0;
  color: #414141;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
}

@media screen and (max-width: 768px) {
  .mastercard-page h3 {
    font-size: 14px;
    line-height: 14px;
  }
}

.mastercard-page p {
  font-family: "Lato";
  font-weight: 300;
  font-size: 22px;
  line-height: 1.32;
}

.mastercard-page p strong {
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .mastercard-page p {
    font-size: 14px;
    margin-top: 0;
    line-height: 18px;
  }
}

@media screen and (max-width: 768px) {
  .mastercard-page .article-header {
    height: 238px;
  }
}

.mastercard-page .sub-page-header {
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .mastercard-page .sub-page-header {
    justify-content: flex-start;
  }
}

.mastercard-page .sub-page-header h1 {
  padding: 40px 40px 10px;
  max-width: 1020px;
}

@media screen and (max-width: 768px) {
  .mastercard-page .sub-page-header h1 {
    padding: 20px 20px 5px;
  }
}

.mastercard-page .sub-page-header.gold {
  background-color: #fbf2ea;
}

.mastercard-page .sub-page-header.platinum {
  background-color: #f4f4f4;
}

.mastercard-page .full-page-wrapper-inner {
  max-width: 1020px;
  padding: 40px;
}

@media screen and (max-width: 768px) {
  .mastercard-page .full-page-wrapper-inner {
    margin-top: 20px;
    padding: 0px 20px;
  }
}

.mastercard-page .full-page-wrapper-inner .section-title {
  padding-bottom: 20px;
  border-bottom: solid 2px #d8d8d8;
}

@media screen and (max-width: 768px) {
  .mastercard-page .full-page-wrapper-inner .section-title {
    padding-top: 5;
    padding-bottom: 10px;
    border-bottom: solid 1px #d8d8d8;
  }
}

.mastercard-page .full-page-wrapper-inner li.content-listing {
  border-bottom: solid 2px #d8d8d8;
}

@media screen and (max-width: 768px) {
  .mastercard-page .full-page-wrapper-inner li.content-listing {
    border-bottom: solid 1px #d8d8d8;
  }
}

.mastercard-page .full-page-wrapper-inner ul.mastercard-content-list {
  list-style-type: none;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}

.mastercard-page .full-page-wrapper-inner ul.mastercard-content-list li.content-listing {
  margin-top: 28px;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .mastercard-page .full-page-wrapper-inner ul.mastercard-content-list li.content-listing {
    margin-top: 15px;
  }
}

.mastercard-page .full-page-wrapper-inner ul.mastercard-content-list li.content-listing .hidden-content {
  max-height: 0px;
  overflow-y: hidden;
  width: 80%;
  transition: max-height 1s cubic-bezier(0, 1.05, 0, 1);
}

.mastercard-page .full-page-wrapper-inner ul.mastercard-content-list li.content-listing.expanded .expand-button {
  transform: rotateX(180deg);
}

.mastercard-page .full-page-wrapper-inner ul.mastercard-content-list li.content-listing.expanded .hidden-content {
  width: 100%;
  max-height: 2000px;
  transition: max-height 0.8s ease-in;
}

.mastercard-page .full-page-wrapper-inner ul.mastercard-content-list li.content-listing .expand-button {
  background-image: url("/content/themes/entercard/dist/images/mastercard_arrow.svg");
  width: 24px;
  height: 24px;
  margin-top: 4px;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: auto;
  cursor: pointer;
  transition: transform 0.2s ease-in;
}

@media screen and (max-width: 768px) {
  .mastercard-page .full-page-wrapper-inner ul.mastercard-content-list li.content-listing .expand-button {
    width: 12px;
    height: 12px;
  }
}

.mastercard-page .full-page-wrapper-inner ul.mastercard-content-list li.content-listing .image-section {
  margin-right: 60px;
}

@media screen and (max-width: 768px) {
  .mastercard-page .full-page-wrapper-inner ul.mastercard-content-list li.content-listing .image-section {
    margin-right: 20px;
  }
}

.mastercard-page .full-page-wrapper-inner ul.mastercard-content-list li.content-listing .image-section .sidebar-image {
  margin-bottom: 30px;
  width: 150px;
  height: 150px;
  background-position: center;
  background-size: cover;
}

.mastercard-page .full-page-wrapper-inner ul.mastercard-content-list li.content-listing .image-section .sidebar-image.hidden-content {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .mastercard-page .full-page-wrapper-inner ul.mastercard-content-list li.content-listing .image-section .sidebar-image {
    height: 80px;
    width: 80px;
    margin-bottom: 8px;
  }
}

.mastercard-page .full-page-wrapper-inner ul.mastercard-content-list li.content-listing .content-section {
  width: 100%;
}

.mastercard-page .full-page-wrapper-inner ul.mastercard-content-list li.content-listing .content-section .button-wrapper {
  display: flex;
}

.mastercard-page .full-page-wrapper-inner ul.mastercard-content-list li.content-listing .content-section .content-title {
  max-width: 600px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .mastercard-page .full-page-wrapper-inner ul.mastercard-content-list li.content-listing .content-section .content-title {
    max-width: 70%;
  }
}

.mastercard-page .full-page-wrapper-inner ul.mastercard-content-list li.content-listing .content-section ul {
  list-style-type: disc;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-padding-start: 1.5em;
          padding-inline-start: 1.5em;
}

@media screen and (max-width: 768px) {
  .mastercard-page .full-page-wrapper-inner ul.mastercard-content-list li.content-listing .content-section ul {
    -webkit-margin-before: 0;
            margin-block-start: 0;
    -webkit-margin-after: 0;
            margin-block-end: 0;
    -webkit-padding-start: 1.5em;
            padding-inline-start: 1.5em;
  }
}

.mastercard-page .full-page-wrapper-inner ul.mastercard-content-list li.content-listing .content-section .content-link-wrapper {
  display: flex;
  align-items: baseline;
  width: 100%;
  font-family: "Lato";
  font-weight: 300;
}

@media screen and (max-width: 768px) {
  .mastercard-page .full-page-wrapper-inner ul.mastercard-content-list li.content-listing .content-section .content-link-wrapper {
    flex-direction: column-reverse;
  }
}

.mastercard-page .full-page-wrapper-inner ul.mastercard-content-list li.content-listing .content-section .content-link-wrapper .content-link-button {
  margin-right: auto;
  color: #000014;
  border-radius: 23px;
  padding: 3px 64px;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .mastercard-page .full-page-wrapper-inner ul.mastercard-content-list li.content-listing .content-section .content-link-wrapper .content-link-button {
    font-size: 14px;
    padding: 3px 32px;
    margin-bottom: 20px;
  }
}

.mastercard-page .full-page-wrapper-inner ul.mastercard-content-list li.content-listing .content-section .content-link-wrapper .content-link-button.gold {
  background-color: #fdcd54;
}

.mastercard-page .full-page-wrapper-inner ul.mastercard-content-list li.content-listing .content-section .content-link-wrapper .content-link-button.platinum {
  background-color: #d8d8d8;
}

.mastercard-page .full-page-wrapper-inner ul.mastercard-content-list li.content-listing .content-section .content-link-wrapper .content-link-subtitle {
  font-size: 18px;
  margin-bottom: 39px;
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
  .mastercard-page .full-page-wrapper-inner ul.mastercard-content-list li.content-listing .content-section .content-link-wrapper .content-link-subtitle {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 12px;
    margin-left: 0;
  }
}

footer.mastercard-page {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  footer.mastercard-page {
    margin-top: 40px !important;
  }
}

footer.mastercard-page .footer-content-wrapper {
  max-width: 1020px;
  width: 100%;
  padding: 40px 40px 70px;
}

@media screen and (max-width: 768px) {
  footer.mastercard-page .footer-content-wrapper {
    padding: 30px 20px 50px;
  }
}

footer.mastercard-page.gold {
  background-color: #fbf2ea;
}

footer.mastercard-page.platinum {
  background-color: #f4f4f4;
}

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */

.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  /* Fix 401 */
}

.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}

.noUi-handle {
  position: relative;
  z-index: 1;
}

.noUi-stacking .noUi-handle {
  /* This class is applied to the lower origin when
        its values is > 50%. */
  z-index: 10;
}

.noUi-state-tap .noUi-origin {
  transition: left 0.3s, top 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */

.noUi-base {
  transform: translate3d(0, 0, 0);
}

/* Slider size and handle placement;
 */

.noUi-horizontal {
  height: 15px;
}

.noUi-horizontal .noUi-handle {
  width: 37px;
  height: 37px;
  left: -17px;
  top: -12px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 37px;
  height: 37px;
  left: -6px;
  top: -19px;
}

/* Styling;
 */

.noUi-background {
  background: #bfbfbf;
  box-shadow: inset 0 1px 1px #f0f0f0;
}

.noUi-connect {
  background: #E56A54;
  transition: background 450ms;
}

.noUi-origin {
  border-radius: 7px;
}

.noUi-target {
  border-radius: 7px;
}

/* Handles and cursors;
 */

.noUi-draggable {
  cursor: w-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: n-resize;
}

.noUi-handle {
  position: relative;
  border-radius: 50%;
  background: #141B4D;
  cursor: pointer;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.45);
}

.noUi-handle:after {
  display: block;
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background: #FFFFFF;
}

/* Disabled state;
 */

[disabled].noUi-connect,
[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled].noUi-origin,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

/* Base;
 *
 */

.noUi-pips,
.noUi-pips * {
  box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

/* Values;
 *
 */

.noUi-value {
  width: 40px;
  position: absolute;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

/* Markings;
 *
 */

.noUi-marker {
  position: absolute;
  background: #CCC;
}

.noUi-marker-sub {
  background: #AAA;
}

.noUi-marker-large {
  background: #AAA;
}

/* Horizontal layout;
 *
 */

.noUi-pips-horizontal {
  padding: 10px 0;
  height: 50px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  margin-left: -20px;
  padding-top: 20px;
}

.noUi-value-horizontal.noUi-value-sub {
  padding-top: 15px;
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

/* Vertical layout;
 *
 */

.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  width: 15px;
  margin-left: 20px;
  margin-top: -5px;
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  padding: 5px;
  text-align: center;
}

.noUi-horizontal .noUi-handle-lower .noUi-tooltip {
  top: -32px;
}

.noUi-horizontal .noUi-handle-upper .noUi-tooltip {
  bottom: -32px;
}

.noUi-vertical .noUi-handle-lower .noUi-tooltip {
  left: 120%;
}

.noUi-vertical .noUi-handle-upper .noUi-tooltip {
  right: 120%;
}

.flex {
  display: flex;
}

