@import url("https://use.typekit.net/vpe1alz.css");
/* stylelint-disable order/properties-alphabetical-order */
/* stylelint-enable */
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: helvetica, 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: helvetica, 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']::-moz-placeholder, [type='date']::-moz-placeholder, [type='datetime']::-moz-placeholder, [type='datetime-local']::-moz-placeholder, [type='email']::-moz-placeholder, [type='month']::-moz-placeholder, [type='number']::-moz-placeholder, [type='password']::-moz-placeholder, [type='search']::-moz-placeholder, [type='tel']::-moz-placeholder, [type='text']::-moz-placeholder, [type='time']::-moz-placeholder, [type='url']::-moz-placeholder, [type='week']::-moz-placeholder, input:not([type])::-moz-placeholder, textarea::-moz-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: helvetica, sans-serif;
  font-size: 100%;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: bebas-neue, 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; }

.wrapper {
  background: transparent linear-gradient(190deg, #96388D 0%, #4B1C47 100%) 0% 0% no-repeat padding-box;
  color: #fff;
  font-family: open-sans, sans-serif;
  font-style: normal;
  font-weight: 300;
  overflow: hidden; }
  .wrapper p {
    font-weight: 100;
    font-size: 16px; }
    .wrapper p.bold {
      font-weight: bold; }
  .wrapper h2 {
    color: #FFC787;
    font-size: 32px;
    letter-spacing: 2px;
    text-align: center;
    font-family: bebas-neue-by-fontfabric, sans-serif;
    font-weight: 400;
    font-style: normal; }
  .wrapper hr {
    margin: 0; }
  .wrapper .line {
    border-bottom: 1px solid #fff;
    margin: 20px 0;
    width: 60%;
    position: relative; }
    .wrapper .line .cup {
      height: 120px;
      width: 120px;
      top: 0;
      left: 110%;
      -webkit-transform: translate(0%, -30%);
              transform: translate(0%, -30%);
      position: absolute; }
      .wrapper .line .cup:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        height: 100%;
        width: 100%;
        background-image: url("../img/cup.png");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
        position: relative; }
      .wrapper .line .cup:before {
        content: "";
        position: absolute;
        height: 98%;
        width: 200%;
        top: 0;
        left: 0;
        background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.4)), to(transparent));
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0.4), transparent);
        -webkit-transform: rotate(25deg) translate(18.75%, 0);
                transform: rotate(25deg) translate(18.75%, 0);
        -webkit-transform-origin: 22.75% 65%;
                transform-origin: 22.75% 65%; }
  .wrapper .move {
    width: 65%; }
  .wrapper .inner {
    max-width: 1100px;
    width: 90%;
    margin: auto;
    padding: 20px 0; }
  .wrapper .header h1 {
    max-width: 600px; }
  .wrapper .header p {
    text-align: left; }
  .wrapper .key {
    text-align: center; }
    .wrapper .key img {
      width: 100%;
      margin-bottom: 20px;
      max-width: 800px; }
  .wrapper input {
    margin: 0; }
  .wrapper .interactive {
    display: none; }
  .wrapper .map {
    overflow: scroll;
    scroll-behavior: smooth; }
    .wrapper .map #toolbar-container {
      visibility: hidden !important;
      display: none; }
  .wrapper .table .inner p {
    text-align: center; }
  .wrapper .table_wrap {
    max-width: 500px;
    margin: auto; }
    .wrapper .table_wrap ::-webkit-scrollbar {
      width: 10px; }
    .wrapper .table_wrap ::-webkit-scrollbar-track {
      background: rgba(255, 255, 255, 0.14);
      border-radius: 30px; }
    .wrapper .table_wrap ::-webkit-scrollbar-thumb {
      background: white;
      border-radius: 30px; }
    .wrapper .table_wrap ::-webkit-scrollbar-thumb:hover {
      background: #C3C3C3; }
    .wrapper .table_wrap .nav {
      display: -webkit-box;
      display: flex;
      justify-content: space-around;
      -webkit-box-align: center;
              align-items: center; }
      .wrapper .table_wrap .nav > * {
        cursor: pointer;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none; }
      .wrapper .table_wrap .nav img {
        width: 16px;
        margin-left: 5px; }
      .wrapper .table_wrap .nav .tri-sort {
        display: none; }
      .wrapper .table_wrap .nav .sort .tri-n {
        display: none; }
      .wrapper .table_wrap .nav .sort .tri-sort {
        display: block; }
      .wrapper .table_wrap .nav > * {
        padding: 15px;
        padding-left: 0; }
      .wrapper .table_wrap .nav .label {
        display: -webkit-box;
        display: flex;
        font-family: bebas-neue-by-fontfabric, sans-serif;
        font-weight: 300;
        font-style: normal;
        -webkit-box-align: center;
                align-items: center;
        font-size: 24px; }
        .wrapper .table_wrap .nav .label .true {
          -webkit-transform: rotate(180deg);
                  transform: rotate(180deg); }
      .wrapper .table_wrap .nav .search > * {
        border-radius: 30px;
        padding: 5px 10px; }
    .wrapper .table_wrap .table-cont {
      height: 468px;
      scroll-behavior: smooth;
      overflow-y: scroll;
      overflow-x: hidden;
      border-radius: 20px; }
      .wrapper .table_wrap .table-cont .row {
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: justify;
                justify-content: space-between; }
        .wrapper .table_wrap .table-cont .row .country {
          background-color: white;
          border-radius: 38px 0 0 38px;
          color: #6B4C35;
          padding: 5px 10px;
          margin: 2px;
          width: 75%;
          border: 2px solid white; }
        .wrapper .table_wrap .table-cont .row .price {
          width: 25%;
          padding: 5px 10px;
          text-align: center;
          margin: 2px;
          background-color: orange;
          border: 2px solid white;
          border-radius: 0 38px 38px 0; }
  .wrapper .logo {
    width: 100px;
    height: auto;
    margin: 20px; }
  .wrapper .caveat p {
    margin-top: 10px;
    font-style: italic;
    font-weight: normal;
    text-align: center;
    font-size: 12px; }
  .wrapper a {
    color: inherit; }
  .wrapper .footer .inner {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    text-align: center;
    font-size: 14px; }
    .wrapper .footer .inner > * {
      margin: 10px 0; }
    .wrapper .footer .inner > :last-child {
      margin-top: 0; }
  @media screen and (min-width: 480px) {
    .wrapper .header .inner {
      padding-top: 50px; }
    .wrapper .header .text {
      width: 70%; }
    .wrapper .header .move {
      width: 100%; }
    .wrapper .header .line {
      border-bottom: 1px solid #fff;
      margin: 20px 0;
      width: 100%;
      position: relative; }
      .wrapper .header .line .cup {
        height: 300px;
        width: 300px;
        top: 0;
        left: 110%;
        -webkit-transform: translate(-10%, -50%);
                transform: translate(-10%, -50%);
        position: absolute; } }
  @media screen and (min-width: 700px) {
    .wrapper .interactive {
      display: block; } }
