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

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: auto;
  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; }

html {
  background-color: #17464E;
  color: white;
  scroll-behavior: smooth;
  font-family: "Helvetice Neue","Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif; }

body {
  overflow: auto; }

h1 {
  margin: 0; }

p {
  font-weight: 300; }

img {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

a {
  color: #17BAFC; }

.about {
  font-size: 0.7em;
  padding-bottom: 40px;
  max-width: 1000px;
  margin: auto; }

.top {
  position: relative;
  z-index: 3000;
  padding: 15px;
  padding-top: 0;
  display: flex;
  align-items: center;
  justify-content: space-around; }
  .top .logo {
    margin-right: 20px; }
    .top .logo img {
      width: 200px;
      padding-top: 15px; }

.social {
  position: relative;
  top: -2px;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start; }
  .social a {
    margin-right: 10px; }
    .social a img {
      width: 50px;
      background-color: #10383d;
      border: 1px solid #17BAFC;
      padding: 10px;
      border-top: none; }

.intro {
  background-image: url("https://images.musicmagpie.co.uk/images/campaignpages/bang-for-your-buck/img/light0.svg"), url("https://images.musicmagpie.co.uk/images/campaignpages/bang-for-your-buck/img/light1.svg");
  background-position: bottom left, bottom right;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 100vh;
  position: absolute;
  z-index: 3;
  opacity: 1;
  transition: opacity 0.3s; }
  .intro.hide {
    display: none; }
  .intro.fade {
    opacity: 0; }
  .intro .inner {
    padding: 20px 0;
    position: relative;
    z-index: 200; }
    .intro .inner p {
      font-size: 1.2em;
      font-weight: initial; }
    .intro .inner img {
      width: 500px; }

.inner {
  width: 90%;
  max-width: 1536px;
  margin: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  align-items: center; }

.content {
  width: 80%;
  margin: auto;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  text-align: center;
  align-items: center; }
  .content a {
    width: 100%; }

.rain {
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0.7;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

thead img {
  min-width: 20px; }

table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child, table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child {
  white-space: normal !important; }

canvas {
  z-index: -1;
  pointer-events: none; }

button {
  background-color: transparent;
  border-radius: 0;
  color: #17FCD0;
  text-transform: uppercase;
  font-weight: bold;
  border: 2px solid #17FCD0;
  margin: 10px 0;
  font-size: 2em;
  width: 100%;
  padding: 0.5em 1em;
  position: relative;
  top: 0; }

button:hover {
  background-color: #17FCD0; }

button:active {
  background-color: #17FCD0;
  top: 4px;
  transition: all 0.2s ease; }

button:focus {
  outline: 0; }

.explore {
  position: relative;
  opacity: 0;
  visibility: collapse;
  transition: opacity 0.3s;
  z-index: 2;
  background-color: #17464E; }
  .explore.show {
    opacity: 1;
    visibility: visible; }

.explore::after {
  content: "";
  opacity: 0.2;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
  background-image: url("https://images.musicmagpie.co.uk/images/campaignpages/bang-for-your-buck/img/light0.svg"), url("https://images.musicmagpie.co.uk/images/campaignpages/bang-for-your-buck/img/light1.svg");
  background-position: bottom left, bottom right;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed; }

.key {
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  padding: 0 15px; }
  .key .k-title {
    align-items: center;
    display: flex;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    font-size: 0.9em; }
  .key .k-cont {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-size: 0.8em; }
    .key .k-cont > div {
      display: flex;
      justify-content: space-between; }
      .key .k-cont > div > div {
        padding: 5px;
        display: flex;
        align-items: center;
        text-align: left;
        width: 160px;
        line-height: 16px; }
        .key .k-cont > div > div img {
          height: 22px;
          margin-right: 10px; }

.modal.active {
  display: block; }

.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 2000;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */ }

.blur {
  filter: blur(6px); }

/* Modal Content/Box */
.modal-content {
  background-color: #17464E;
  border: 2px solid #17FCD0;
  margin: 15% auto;
  /* 15% from the top and centered */
  padding: 3%;
  position: relative;
  width: 90%;
  /* Could be more or less, depending on screen size */
  text-align: center; }
  .modal-content p {
    font-weight: 200; }

/* The Close Button */
.close {
  position: absolute;
  background-image: url("https://images.musicmagpie.co.uk/images/campaignpages/bang-for-your-buck/img/x.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-color: #17FCD0;
  width: 50px;
  height: 50px;
  right: 0;
  top: 0;
  transform: translateX(50%) translateY(-50%); }

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer; }

.table .inner {
  width: 100%;
  padding: 20px 0; }

#tbl::-webkit-scrollbar {
  width: 15px;
  height: 10px; }

/* Track */
#tbl::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 10px; }

/* Handle */
#tbl::-webkit-scrollbar-thumb {
  background: #FFFFFF;
  border-radius: 10px; }

/* Handle on hover */
#tbl::-webkit-scrollbar-thumb:hover {
  background: #D1D1D1; }

#tbl {
  border-top: 2px solid #17FCD0;
  border-bottom: 2px solid #17FCD0;
  background-image: url("https://images.musicmagpie.co.uk/images/campaignpages/bang-for-your-buck/img/table.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
  overflow: auto;
  height: 500px; }
  #tbl .thead .tr, #tbl .tbody .tr {
    width: 1320px;
    display: grid;
    grid-template-columns: 430px 90px 170px 100px 90px 90px 130px 140px 80px; }
    #tbl .thead .tr .th, #tbl .thead .tr .td, #tbl .tbody .tr .th, #tbl .tbody .tr .td {
      padding: 10px 18px; }
  #tbl .thead {
    border-bottom: 1px solid #111;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background-color: #17464E;
    width: 1320px; }
    #tbl .thead .tr {
      padding-right: 15px; }
      #tbl .thead .tr .th {
        display: flex;
        align-items: center;
        font-weight: bold;
        background-image: url("https://images.musicmagpie.co.uk/images/campaignpages/bang-for-your-buck/img/sort.png");
        background-repeat: no-repeat;
        background-size: 19px;
        background-position: center right 10px;
        cursor: pointer;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none; }
        #tbl .thead .tr .th.active.asc {
          background-image: url("https://images.musicmagpie.co.uk/images/campaignpages/bang-for-your-buck/img/sort_asc.png"); }
        #tbl .thead .tr .th.active.desc {
          background-image: url("https://images.musicmagpie.co.uk/images/campaignpages/bang-for-your-buck/img/sort_desc.png"); }
  #tbl .tbody {
    text-align: left;
    width: 1320px; }
    #tbl .tbody > :nth-child(odd) {
      background-color: rgba(255, 255, 255, 0.06); }
    #tbl .tbody .tr > :nth-child(2), #tbl .tbody .tr > :nth-child(3), #tbl .tbody .tr > :nth-child(4), #tbl .tbody .tr > :nth-child(5), #tbl .tbody .tr > :nth-child(6), #tbl .tbody .tr > :nth-child(7), #tbl .tbody .tr > :nth-child(8) {
      font-weight: 300; }
    #tbl .tbody .tr > :nth-child(5), #tbl .tbody .tr > :nth-child(6) {
      color: #17BAFC; }
    #tbl .tbody .tr > :nth-child(7), #tbl .tbody .tr > :nth-child(8) {
      color: #17FCD0; }

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before {
  content: "";
  top: 50%;
  left: initial;
  right: 20px;
  transform: translateY(-50%);
  background-image: url("https://images.musicmagpie.co.uk/images/campaignpages/bang-for-your-buck/img/down.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 25px;
  background-color: transparent;
  border-radius: initial;
  border: initial;
  height: 20px; }

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before {
  background-image: url("https://images.musicmagpie.co.uk/images/campaignpages/bang-for-your-buck/img/up.svg"); }

table.dataTable tbody th, table.dataTable tbody td {
  padding: 20px 10px;
  padding-right: 40px; }

.more {
  color: #17FCD0;
  background-image: url("https://images.musicmagpie.co.uk/images/campaignpages/bang-for-your-buck/img/more.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 250px;
  height: 50px;
  transform: translateY(-2px);
  font-size: 1.2em;
  padding-top: 5px; }

table.dataTable > tbody > tr.child ul :nth-child(1) .dtr-title,
table.dataTable > tbody > tr.child ul :nth-child(2) .dtr-title,
table.dataTable > tbody > tr.child ul :nth-child(3) .dtr-title {
  display: none; }

table.dataTable.display tbody tr.odd + .child {
  background-color: rgba(255, 255, 255, 0.06); }

table.dataTable.display tbody tr.even + .child {
  background-color: transparent; }

table.dataTable > tbody > tr.child ul.dtr-details {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline; }
  table.dataTable > tbody > tr.child ul.dtr-details > li {
    margin: 0 5px;
    padding: 0;
    border: none;
    display: flex;
    align-items: center; }
    table.dataTable > tbody > tr.child ul.dtr-details > li .dtr-title {
      margin-right: 5px;
      min-width: initial; }

.top-links {
  margin: 15px; }
  .top-links .inner {
    flex-wrap: nowrap;
    justify-content: flex-end; }
  .top-links button {
    background-color: transparent;
    border-radius: 0;
    color: #17FCD0;
    text-transform: uppercase;
    font-weight: bold;
    border: 2px solid #17FCD0;
    margin: 10px;
    font-size: 1em;
    font-weight: 300;
    padding: 0.4em 1em;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    top: 0; }
  .top-links button:hover {
    background-color: #17FCD0; }
  .top-links button:active {
    background-color: #17FCD0;
    top: 4px;
    color: white;
    transition: all 0.2s ease; }
  .top-links button:focus {
    color: white;
    outline: 0; }

.stats1 .s-row {
  max-width: 380px;
  margin: auto; }

.stats2 .s-row {
  max-width: 390px;
  margin: auto; }

.s-row {
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  margin: auto;
  border-bottom: 1px solid rgba(255, 255, 255, 0.28); }
  .s-row > div {
    padding: 10px;
    width: 50%; }
  .s-row .s-roi, .s-row .s-gross {
    text-align: right; }
  .s-row .s-budget, .s-row .s-gross {
    color: #17FCD0;
    background-repeat: no-repeat; }
  .s-row .s-name {
    padding-left: 0; }
  .s-row .s-roi {
    padding-right: 0; }
  .s-row .s-budget {
    background-image: url("https://images.musicmagpie.co.uk/images/campaignpages/bang-for-your-buck/img/budget.svg");
    padding-left: 30px;
    font-weight: 300;
    background-position: 0% 25%; }
  .s-row .s-gross {
    background-image: url("https://images.musicmagpie.co.uk/images/campaignpages/bang-for-your-buck/img/gross.svg");
    padding-left: 20px;
    padding-left: 45px;
    background-position: center left; }

.stats2 {
  padding-bottom: 10px; }
  .stats2 > :last-child {
    border: none; }
  .stats2 .s-row .s-name {
    width: 100%;
    padding: 0;
    padding-top: 10px; }
  .stats2 .s-row .s-tom, .stats2 .s-row .s-aud, .stats2 .s-row .s-roi {
    width: 33%;
    font-size: 1.2em;
    white-space: nowrap;
    background-repeat: no-repeat;
    font-weight: 800;
    background-position: left center; }
  .stats2 .s-row .s-tom {
    background-image: url("https://images.musicmagpie.co.uk/images/campaignpages/bang-for-your-buck/img/tomato.svg");
    padding-left: 30px;
    color: #17BAFC; }
  .stats2 .s-row .s-aud {
    background-image: url("https://images.musicmagpie.co.uk/images/campaignpages/bang-for-your-buck/img/audience.svg");
    color: #17BAFC;
    padding-left: 40px; }

.footer {
  padding: 30px 0; }
  .footer .inner p {
    font-size: 1.2em; }
  .footer .inner > * {
    width: 100%; }

#bottom {
  padding-bottom: 0; }

.section {
  padding: 30px 0; }

.line .inner {
  border-bottom: 2px solid #17FCD0; }

.desk {
  display: none; }

.dataTables_wrapper .dataTables_filter {
  text-align: left;
  float: left; }

.d-row {
  display: flex; }

@media only screen and (min-width: 1000px) {
  .mob {
    display: none; }
  .desk {
    display: initial; }
  .modal-content {
    max-width: 1000px; }
    .modal-content .rain-maker button {
      width: 240px; }
  .intro {
    background-image: url("https://images.musicmagpie.co.uk/images/campaignpages/bang-for-your-buck/img/light3.svg"), url("https://images.musicmagpie.co.uk/images/campaignpages/bang-for-your-buck/img/light4.svg");
    background-position: bottom left, bottom right; }
    .intro .inner {
      width: 70%;
      background-image: url("https://images.musicmagpie.co.uk/images/campaignpages/bang-for-your-buck/img/dolla.svg");
      background-position: center center;
      background-size: contain;
      background-attachment: content-box;
      background-origin: content-box;
      background-clip: content-box;
      background-repeat: no-repeat;
      padding-top: 1%; }
      .intro .inner .content {
        flex-direction: initial;
        justify-content: center; }
        .intro .inner .content p {
          max-width: 900px;
          font-size: 1.9em; }
        .intro .inner .content button {
          width: 240px;
          margin: 30px 30px; }
      .intro .inner img {
        width: 1100px; }
  .explore .inner {
    width: 90%; }
  .explore h2 {
    font-size: 1.8em; }
  .d-row {
    order: 2; }
    .d-row .deskt {
      width: 60%; }
    .d-row .rex, .d-row .toy {
      width: 40%;
      display: flex;
      align-items: flex-end; }
    .d-row table {
      white-space: nowrap;
      text-align: left;
      width: 100%; }
      .d-row table td {
        padding: 4px 10px; }
      .d-row table thead {
        font-weight: 800; }
      .d-row table tr :first-child {
        text-align: center; }
      .d-row table .blob {
        width: 40px;
        color: #17464E;
        border-radius: 50px;
        padding: 2px 16px;
        font-size: 1.4em;
        text-align: center; }
    .d-row .tbl1 tbody tr .blob {
      background-color: white; }
    .d-row .tbl1 tbody tr :nth-child(3) {
      font-weight: 300; }
    .d-row .tbl1 thead tr :nth-child(3), .d-row .tbl1 thead tr :nth-child(4), .d-row .tbl1 tbody tr :nth-child(3), .d-row .tbl1 tbody tr :nth-child(4) {
      color: #17FCD0; }
    .d-row .tbl2 tbody tr .blob {
      background-color: #17BAFC; }
    .d-row .tbl2 tbody tr :nth-child(3), .d-row .tbl2 tbody tr :nth-child(4) {
      text-align: center; }
    .d-row .tbl2 tbody > :last-child .blob {
      padding: 5px 15px; }
    .d-row .tbl2 thead tr :nth-child(3), .d-row .tbl2 thead tr :nth-child(4), .d-row .tbl2 tbody tr :nth-child(3), .d-row .tbl2 tbody tr :nth-child(4) {
      color: #17BAFC; } }

@media only screen and (min-width: 1200px) {
  .table .key .k-title {
    color: white; }
  .table .key .k-cont {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    -moz-column-gap: 20px;
         column-gap: 20px; }
    .table .key .k-cont > div {
      -moz-column-gap: 20px;
           column-gap: 20px; }
      .table .key .k-cont > div > div {
        width: auto; } }

@media only screen and (min-width: 1300px) {
  .explore .section .inner .desk {
    width: 60%; } }
