@import url("https://use.typekit.net/ute0xbz.css");
button, [type='button'], [type='reset'], [type='submit'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #1565c0;
  border: 0;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1.5em;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background-color 150ms ease;
  transition: background-color 150ms ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap; }
  button:hover, [type='button']:hover, [type='reset']:hover, [type='submit']:hover {
    background-color: #11519a;
    color: #fff; }
  button:focus, [type='button']:focus, [type='reset']:focus, [type='submit']:focus {
    outline: 3px solid rgba(21, 101, 192, 0.6);
    outline-offset: 2px; }
  button:disabled, [type='button']:disabled, [type='reset']:disabled, [type='submit']:disabled {
    cursor: not-allowed;
    opacity: 0.5; }
    button:disabled:hover, [type='button']:disabled:hover, [type='reset']:disabled:hover, [type='submit']:disabled:hover {
      background-color: #1565c0; }

fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0; }

legend {
  font-weight: 600;
  margin-bottom: 0.375em;
  padding: 0; }

label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.375em; }

input,
select,
textarea {
  display: block;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  font-size: 16px; }

[type='color'], [type='date'], [type='datetime'], [type='datetime-local'], [type='email'], [type='month'], [type='number'], [type='password'], [type='search'], [type='tel'], [type='text'], [type='time'], [type='url'], [type='week'], input:not([type]), textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  margin-bottom: 0.75em;
  padding: 0.5em;
  -webkit-transition: border-color 150ms ease;
  transition: border-color 150ms ease;
  width: 100%; }
  [type='color']:hover, [type='date']:hover, [type='datetime']:hover, [type='datetime-local']:hover, [type='email']:hover, [type='month']:hover, [type='number']:hover, [type='password']:hover, [type='search']:hover, [type='tel']:hover, [type='text']:hover, [type='time']:hover, [type='url']:hover, [type='week']:hover, input:not([type]):hover, textarea:hover {
    border-color: #b1b1b1; }
  [type='color']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='email']:focus, [type='month']:focus, [type='number']:focus, [type='password']:focus, [type='search']:focus, [type='tel']:focus, [type='text']:focus, [type='time']:focus, [type='url']:focus, [type='week']:focus, input:not([type]):focus, textarea:focus {
    border-color: #1565c0;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(21, 101, 192, 0.7);
    outline: none; }
  [type='color']:disabled, [type='date']:disabled, [type='datetime']:disabled, [type='datetime-local']:disabled, [type='email']:disabled, [type='month']:disabled, [type='number']:disabled, [type='password']:disabled, [type='search']:disabled, [type='tel']:disabled, [type='text']:disabled, [type='time']:disabled, [type='url']:disabled, [type='week']:disabled, input:not([type]):disabled, textarea:disabled {
    background-color: #f2f2f2;
    cursor: not-allowed; }
    [type='color']:disabled:hover, [type='date']:disabled:hover, [type='datetime']:disabled:hover, [type='datetime-local']:disabled:hover, [type='email']:disabled:hover, [type='month']:disabled:hover, [type='number']:disabled:hover, [type='password']:disabled:hover, [type='search']:disabled:hover, [type='tel']:disabled:hover, [type='text']:disabled:hover, [type='time']:disabled:hover, [type='url']:disabled:hover, [type='week']:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover {
      border: 1px solid #ddd; }
  [type='color']::-webkit-input-placeholder, [type='date']::-webkit-input-placeholder, [type='datetime']::-webkit-input-placeholder, [type='datetime-local']::-webkit-input-placeholder, [type='email']::-webkit-input-placeholder, [type='month']::-webkit-input-placeholder, [type='number']::-webkit-input-placeholder, [type='password']::-webkit-input-placeholder, [type='search']::-webkit-input-placeholder, [type='tel']::-webkit-input-placeholder, [type='text']::-webkit-input-placeholder, [type='time']::-webkit-input-placeholder, [type='url']::-webkit-input-placeholder, [type='week']::-webkit-input-placeholder, input:not([type])::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #858585; }
  [type='color']:-ms-input-placeholder, [type='date']:-ms-input-placeholder, [type='datetime']:-ms-input-placeholder, [type='datetime-local']:-ms-input-placeholder, [type='email']:-ms-input-placeholder, [type='month']:-ms-input-placeholder, [type='number']:-ms-input-placeholder, [type='password']:-ms-input-placeholder, [type='search']:-ms-input-placeholder, [type='tel']:-ms-input-placeholder, [type='text']:-ms-input-placeholder, [type='time']:-ms-input-placeholder, [type='url']:-ms-input-placeholder, [type='week']:-ms-input-placeholder, input:not([type]):-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #858585; }
  [type='color']::-ms-input-placeholder, [type='date']::-ms-input-placeholder, [type='datetime']::-ms-input-placeholder, [type='datetime-local']::-ms-input-placeholder, [type='email']::-ms-input-placeholder, [type='month']::-ms-input-placeholder, [type='number']::-ms-input-placeholder, [type='password']::-ms-input-placeholder, [type='search']::-ms-input-placeholder, [type='tel']::-ms-input-placeholder, [type='text']::-ms-input-placeholder, [type='time']::-ms-input-placeholder, [type='url']::-ms-input-placeholder, [type='week']::-ms-input-placeholder, input:not([type])::-ms-input-placeholder, textarea::-ms-input-placeholder {
    color: #858585; }
  [type='color']::placeholder, [type='date']::placeholder, [type='datetime']::placeholder, [type='datetime-local']::placeholder, [type='email']::placeholder, [type='month']::placeholder, [type='number']::placeholder, [type='password']::placeholder, [type='search']::placeholder, [type='tel']::placeholder, [type='text']::placeholder, [type='time']::placeholder, [type='url']::placeholder, [type='week']::placeholder, input:not([type])::placeholder, textarea::placeholder {
    color: #858585; }

textarea {
  resize: vertical; }

[type="checkbox"],
[type="radio"] {
  display: inline;
  margin-right: 0.375em; }

[type="file"] {
  margin-bottom: 0.75em;
  width: 100%; }

select {
  margin-bottom: 0.75em;
  width: 100%; }

[type="checkbox"]:focus,
[type="radio"]:focus,
[type="file"]:focus,
select:focus {
  outline: 3px solid rgba(21, 101, 192, 0.6);
  outline-offset: 2px; }

html {
  background-color: #fff;
  box-sizing: border-box; }

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

html,
body {
  height: 100%; }

body {
  margin: 0; }

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0; }

dl {
  margin: 0; }

dt {
  font-weight: 600;
  margin: 0; }

dd {
  margin: 0; }

figure {
  margin: 0; }

img,
picture {
  margin: 0;
  max-width: 100%; }

table {
  border-collapse: collapse;
  margin: 1.5em 0;
  table-layout: fixed;
  text-align: left;
  width: 100%; }

thead {
  line-height: 1.2;
  vertical-align: bottom; }

tbody {
  vertical-align: top; }

tr {
  border-bottom: 1px solid #ddd; }

th {
  font-weight: 600; }

th,
td {
  padding: 0.75em 0.75em 0.75em 0; }

html {
  color: #333;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  font-size: 100%;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  font-size: 1.25em;
  line-height: 1.2;
  margin: 0 0 0.75em; }

p {
  margin: 0 0 0.75em; }

a {
  color: #1565c0;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip: ink;
  -webkit-transition: color 150ms ease;
  transition: color 150ms ease; }
  a:hover {
    color: #104c90; }
  a:focus {
    outline: 3px solid rgba(21, 101, 192, 0.6);
    outline-offset: 2px; }

hr {
  border-bottom: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.5em 0; }

.center {
  text-align: center; }

.left {
  text-align: left; }

.wide {
  width: 100%; }

.inner {
  width: 80%;
  max-width: 1000px;
  margin: auto; }

h1 {
  font-family: "acumin-pro-extra-condensed";
  font-weight: lighter;
  margin: 0;
  font-size: 100px;
  line-height: 80px; }

a {
  color: black;
  font-weight: bold; }

p {
  margin: 0; }

.card {
  font-family: "acumin-pro-condensed";
  font-weight: lighter; }

h2 {
  font-family: "acumin-pro-extra-condensed";
  font-weight: lighter; }

th {
  font-weight: 500; }

.header {
  color: #6A1A2A;
  background-image: url("../img/header.png");
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-clip: content-box; }
  .header .inner {
    padding: 0; }
    .header .inner .box {
      width: 100%;
      max-width: 330px;
      text-align: left;
      padding: 50px 0;
      background-image: -webkit-linear-gradient(left, #fff 0%, #fff 50%, rgba(255, 255, 255, 0.5) 90%, transparent 100%);
      background-image: linear-gradient(to right, #fff 0%, #fff 50%, rgba(255, 255, 255, 0.5) 90%, transparent 100%); }
  .header p {
    font-family: "acumin-pro-condensed";
    font-weight: lighter;
    font-size: 28px;
    line-height: 30px; }

.main {
  background: url("../img/bg.jpg") repeat; }
  .main .overlay {
    width: 100%;
    max-width: 1600px;
    background: url("../img/bg2.png") repeat-y;
    background-size: 90%;
    background-position: 50% 0%;
    padding-top: 40px; }
    .main .overlay .sans {
      margin: 30px 0;
      -webkit-column-count: 1;
              column-count: 1; }
    .main .overlay h2 {
      font-size: 60px;
      line-height: 60px;
      margin: 0;
      height: 60px;
      font-weight: 100;
      margin-top: 40px; }

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-content: start;
          align-content: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center; }

.footer img {
  width: 300px;
  height: auto; }

.sans {
  font-family: "open-sans";
  font-weight: lighter; }

.card {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  border-radius: 20px;
  width: 260px;
  margin: 10px 10px;
  color: white;
  padding: 20px 30px;
  white-space: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between; }
  .card .flex {
    width: 100%;
    -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap; }

p.flex {
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  width: 100%;
  height: 30px; }
  p.flex span .img {
    bottom: -200px; }
  p.flex span.dots {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
            flex: 1;
    margin: 0 5px;
    display: block;
    border-bottom: dotted 1px #fff; }

.card-bottom {
  margin-top: 10px;
  line-height: 25px;
  width: 100%; }
  .card-bottom .big {
    font-size: 30px; }
  .card-bottom .bigger {
    font-size: 40px; }
  .card-bottom .small {
    font-size: 20px; }
  .card-bottom .smaller {
    font-size: 14px; }

tr {
  border: 0; }

tr > :last-child {
  padding-left: 10px; }

table {
  max-width: 100%;
  margin: 0; }
  table .table-header {
    font-size: 20px;
    height: 1%;
    vertical-align: middle; }
    table .table-header :first-child {
      background-color: rgba(255, 255, 255, 0.4);
      border-radius: 20px 0 0 20px; }
    table .table-header :last-child {
      background-color: rgba(255, 255, 255, 0.6);
      border-radius: 0 20px 20px 0; }
  table th, table td {
    padding: 0; }
  table tbody > :nth-child(2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4); }
  table tr > :first-child {
    border-right: 1px solid rgba(255, 255, 255, 0.4); }

.main {
  padding-bottom: 40px;
  padding-top: 40px; }

.footer {
  padding-top: 40px;
  padding-bottom: 40px; }
  .footer img {
    width: 140px;
    height: auto; }
  .footer h2 {
    font-family: "acumin-pro-condensed";
    font-weight: lighter;
    color: #701F33; }
  .footer .spacing {
    line-height: 40px; }
  .footer p {
    font-size: 12px; }

.uk {
  background: url("../img/uk.png") no-repeat;
  background-size: 100%; }

.main .overlay .uk h2 {
  margin-top: 0;
  white-space: initial;
  text-align: left;
  height: 100px;
  line-height: 45px; }

.austria {
  background: url("../img/austria.png") no-repeat;
  background-size: 100%; }

.belgium {
  background: url("../img/belgium.png") no-repeat;
  background-size: 100%; }

.denmark {
  background: url("../img/denmark.png") no-repeat;
  background-size: 100%; }

.france {
  background: url("../img/france.png") no-repeat;
  background-size: 100%; }

.germany {
  background: url("../img/germany.png") no-repeat;
  background-size: 100%; }

.greece {
  background: url("../img/greece.png") no-repeat;
  background-size: 100%; }

.ireland {
  background: url("../img/ireland.png") no-repeat;
  background-size: 100%; }

.italy {
  background: url("../img/italy.png") no-repeat;
  background-size: 100%; }

.malta {
  background: url("../img/malta.png") no-repeat;
  background-size: 100%; }

.netherlands {
  background: url("../img/netherlands.png") no-repeat;
  background-size: 100%; }

.poland {
  background: url("../img/poland.png") no-repeat;
  background-size: 100%; }

.portugal {
  background: url("../img/portugal.png") no-repeat;
  background-size: 100%; }

.spain {
  background: url("../img/spain.png") no-repeat;
  background-size: 100%; }

.sweden {
  background: url("../img/sweden.png") no-repeat;
  background-size: 100%; }

.house {
  width: 20px;
  margin-right: 6px;
  height: auto; }

@media screen and (min-width: 400px) {
  h1 {
    font-size: 120px;
    line-height: 90px;
    margin-bottom: 30px; }
  .footer-bottom {
    -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap; } }
