@charset "UTF-8";
/* stylelint-disable order/properties-alphabetical-order */
/* stylelint-enable */
@import "../fonts/Lato/Lato-Bold-min.css";
@import "../fonts/Lato/Lato-Regular-min.css";
button, [type=button], [type=reset], [type=submit] {
  appearance: none;
  background-color: #1565c0;
  border: 0;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Lato";
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1.5em;
  text-align: center;
  text-decoration: none;
  transition: background-color 150ms ease;
  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: "Lato";
  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 {
  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;
  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]::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 {
  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 {
  margin: 3em 0 !important;
  text-align: left;
}

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

tbody {
  vertical-align: top;
  color: #444;
  font-size: 0.8em;
}

tr {
  border-bottom: 1px solid #ddd;
}
tr.b {
  font-weight: 700;
}

th {
  font-weight: 600;
}

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

html {
  color: #333;
  font-family: "Lato";
  font-size: 100%;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lato";
  font-size: 1.25em;
  line-height: 1.2;
  margin: 1.875em 0 0.75em;
}

h1 {
  margin: 0;
}

p {
  margin: 0 0 0.75em;
}

a {
  color: inherit;
  text-decoration-skip: ink;
  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;
}

body {
  background-color: #1f262c;
  color: #fff;
}

.ip_wrapper {
  text-align: center;
  font-size: 1em;
}
.ip_wrapper .inner {
  max-width: 1000px;
  margin: auto;
  padding: 0 1em;
}
.ip_wrapper h1 {
  max-width: 900px;
  margin: auto;
}
.ip_wrapper h2 {
  font-size: 1.5em;
  color: #30ACDA;
}
.ip_wrapper h3 {
  font-size: 1.2em;
}
.ip_wrapper .intro {
  margin: 2em 0 4em;
}
.ip_wrapper table.dataTable {
  width: 100% !important;
}
.ip_wrapper table.dataTable > tbody > tr.child:hover {
  background: #fff !important;
}
.ip_wrapper .table_wrap .table_top {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 700px) {
  .ip_wrapper .table_wrap .table_top {
    flex-wrap: wrap;
  }
  .ip_wrapper .table_wrap .table_top > * {
    width: 100%;
  }
}
.ip_wrapper .table_wrap .table_top > * {
  margin: 0 10px;
}
.ip_wrapper .table_wrap .table_top .key h3 {
  line-height: 1em;
  font-size: 1em;
  margin: 1em 0;
}
.ip_wrapper .table_wrap .table_top .key ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ip_wrapper .table_wrap .table_top .key ul li {
  background-color: #fff;
  color: #30ACDA;
  padding: 0.6em 1em;
  border-radius: 20px;
  margin: 0 5px;
  line-height: 1.1em;
  cursor: pointer;
  transition: all 0.3s;
}
.ip_wrapper .table_wrap .table_top .key ul li.active {
  background-color: #30ACDA;
  color: #fff;
}
.ip_wrapper .table_wrap .table_top .search_filter {
  flex: 1;
  min-width: 200px;
}
.ip_wrapper .table_wrap .table_top .search_filter .inflation {
  line-height: 1em;
  margin: 1em 0;
  font-weight: 700;
  cursor: pointer;
}
.ip_wrapper .table_wrap .table_top .search_filter .inflation .toggle {
  background-color: #D93845;
  width: 50px;
  height: 1.5em;
  margin-bottom: -8px;
  margin-left: 10px;
  border-radius: 20px;
  border: 1px solid #fff;
  display: inline-block;
  cursor: pointer;
  position: relative;
  transition: background-color 0.1s;
}
.ip_wrapper .table_wrap .table_top .search_filter .inflation .toggle.on {
  background-color: #A7CA59;
}
.ip_wrapper .table_wrap .table_top .search_filter .inflation .toggle.on span {
  left: calc(50px - 1.5em);
}
.ip_wrapper .table_wrap .table_top .search_filter .inflation .toggle span {
  display: block;
  height: 1.5em;
  width: 1.5em;
  background-color: #fff;
  border-radius: 20px;
  margin-top: -1px;
  position: absolute;
  top: 0;
  left: 0;
  transition: left 0.1s;
}
.ip_wrapper .table_wrap .table_top .search_filter .search input {
  border-radius: 20px;
  padding: 0.5em 1em;
  line-height: 1.1em;
}
.ip_wrapper .table_wrap .table_header {
  margin: 40px 0 20px;
}
.ip_wrapper .table_wrap .table_header ul {
  display: flex;
  justify-content: space-around;
}
.ip_wrapper .table_wrap .table_header ul li {
  width: calc(100% / 5);
  margin: 0 5px;
  padding: 0 5px;
  text-align: center;
  cursor: pointer;
}
.ip_wrapper .table_wrap .table_header ul li .icon {
  position: relative;
  height: 0;
  padding-bottom: 75%;
}
.ip_wrapper .table_wrap .table_header ul li .icon figure {
  position: absolute;
  width: 100%;
  transition: opacity 0.3s;
}
.ip_wrapper .table_wrap .table_header ul li .icon figure.blue {
  opacity: 0;
}
.ip_wrapper .table_wrap .table_header ul li img {
  max-width: 70%;
}
.ip_wrapper .table_wrap .table_header ul li p {
  font-weight: 700;
  margin: 0.5em 0;
  position: relative;
}
.ip_wrapper .table_wrap .table_header ul li.asc p:after, .ip_wrapper .table_wrap .table_header ul li.desc p:after {
  content: "";
  color: #30ACDA;
  position: absolute;
  margin-left: 5px;
  margin-top: 5px;
  width: 10px;
  height: 10px;
  display: inline-block;
  border-bottom: 2px solid #30ACDA;
  border-right: 2px solid #30ACDA;
  transform: rotate(45deg);
  transition: transform 0.1s;
}
.ip_wrapper .table_wrap .table_header ul li.asc .icon figure, .ip_wrapper .table_wrap .table_header ul li.desc .icon figure {
  opacity: 0;
}
.ip_wrapper .table_wrap .table_header ul li.asc .icon figure.blue, .ip_wrapper .table_wrap .table_header ul li.desc .icon figure.blue {
  opacity: 1;
}
.ip_wrapper .table_wrap .table_header ul li.asc p:after {
  transform: rotate(225deg);
}
@media screen and (max-width: 700px) {
  .ip_wrapper .table_wrap .table_header {
    font-size: 0.8em;
    line-height: 1.1em;
  }
}
.ip_wrapper .table_wrap .table_rows ul {
  display: flex;
  padding: 5px 0;
  border-bottom: 1px solid #30ACDA;
}
.ip_wrapper .table_wrap .table_rows ul:nth-child(even) li {
  background-color: #D8D8D8;
}
.ip_wrapper .table_wrap .table_rows ul li {
  width: calc(100% / 5);
  margin: 0 5px;
  background-color: #fff;
  border-radius: 5px;
  line-height: 1.1em;
  font-size: 0.9em;
  color: #1f262c;
  padding: 0.5em 1em;
  text-align: left;
}
.ip_wrapper .table_wrap .table_rows ul li.infl {
  display: none;
}
.ip_wrapper .table_wrap .table_rows ul li.infl:before, .ip_wrapper .table_wrap .table_rows ul li.no_infl:before {
  content: "£";
}
.ip_wrapper .table_wrap .table_rows.infl ul li.infl {
  display: block;
}
.ip_wrapper .table_wrap .table_rows.infl ul li.no_infl {
  display: none;
}
@media screen and (max-width: 700px) {
  .ip_wrapper .table_wrap .table_rows {
    font-size: 0.8em;
    line-height: 1.1em;
  }
  .ip_wrapper .table_wrap .table_rows ul li {
    margin: 0 2px;
    overflow: scroll;
  }
}
@media screen and (max-width: 500px) {
  .ip_wrapper .table_wrap .table_rows {
    font-size: 0.5em;
    line-height: 1.1em;
  }
  .ip_wrapper .table_wrap .table_rows ul li {
    overflow: auto;
    padding: 0;
    background-color: transparent !important;
    color: #fff;
    border-radius: 0;
  }
  .ip_wrapper .table_wrap .table_rows ul li:nth-child(4), .ip_wrapper .table_wrap .table_rows ul li:nth-child(5) {
    text-align: center;
  }
}

.bv header {
  margin-bottom: 20px;
}
.bv header .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1100px;
  padding: 0 10px;
  margin: auto;
}
.bv header .inner .logo {
  max-width: 150px;
  width: 100%;
  padding-top: 10px;
}
.bv header .inner ul {
  display: flex;
  align-items: center;
}
.bv header .inner ul li {
  margin: 0 5px;
  line-height: 10px;
}
.bv .footer {
  padding: 32px 40px 20px;
  background-color: #1f262b;
  text-align: center;
  font-size: 12px;
  margin: 40px 0 0;
  color: #fff;
}
.bv .footer.fixed {
  margin-top: 69px;
}
.bv .footer .inner {
  max-width: 100%;
}
.bv .footer a {
  color: #fff;
}
.bv .footer .links {
  padding: 30px 0 16px;
}
.bv .footer .links a {
  display: inline-block;
  padding: 0 6px;
  text-align: center;
  border-left: 1px solid #d8d8d8;
  margin-top: 10px;
}
.bv .footer .links a:nth-of-type(1) {
  border-left: 0;
}
.bv .footer .icons {
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.bv .footer .icons li {
  margin: 10px;
}
