@import url(../fonts/Lato%20Black/Lato-Black-min.css);
@import url(../fonts/Lato%20Medium/Lato-Medium-min.css);
@import url(../fonts/Lato%20Thin/Lato-Thin-min.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']::-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: 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,
.fixture {
  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;
  letter-spacing: 4px; }

p {
  margin: 0 0 0.75em;
  font-size: 0.95em; }

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-color: #262D34;
  color: #fff;
  padding: 1em;
  font-family: 'Lato',sans-serif;
  background-image: url(../img/bg.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%; }
  .wrapper a {
    color: inherit; }
  .wrapper section {
    padding: 0 0 40px; }
    .wrapper section > .inner {
      max-width: 1100px;
      margin: auto; }
  .wrapper .header .banner .inner {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center; }
    .wrapper .header .banner .inner div {
      padding: 20px;
      display: inline-block; }
    @media screen and (max-width: 700px) {
      .wrapper .header .banner .inner {
        flex-wrap: wrap; }
        .wrapper .header .banner .inner div:nth-of-type(odd) {
          -webkit-box-ordinal-group: 3;
                  order: 2;
          width: 50%; } }
  .wrapper .text .subtitle {
    position: relative;
    margin: 10px 0 60px; }
    .wrapper .text .subtitle h2 {
      background-color: #262D34;
      padding-right: 20px;
      position: relative;
      display: inline-block;
      margin-bottom: 0;
      font-size: 1.4em; }
      .wrapper .text .subtitle h2 span {
        border: 1px solid #fff;
        padding: 5px 30px;
        text-transform: uppercase; }
    .wrapper .text .subtitle:before {
      content: "";
      position: absolute;
      top: 50%;
      width: 100%;
      height: 0;
      left: 0;
      border-top: 1px solid #4CCBF2; }
    @media screen and (max-width: 700px) {
      .wrapper .text .subtitle {
        font-size: 0.53em; }
        .wrapper .text .subtitle h2 span {
          padding: 5px 5px; } }
  .wrapper .text .cols {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px; }
    .wrapper .text .cols li {
      font-weight: 700; }
    .wrapper .text .cols .blue {
      color: #4CCBF2; }
    .wrapper .text .cols .grey {
      font-weight: 100; }
    @media screen and (max-width: 700px) {
      .wrapper .text .cols {
        -webkit-column-count: 1;
           -moz-column-count: 1;
                column-count: 1; } }
  .wrapper .text .quote {
    -webkit-box-flex: 1;
            flex: 1;
    padding-left: 50px; }
    .wrapper .text .quote .bubble {
      border-radius: 20px;
      border: 1px solid #4CCBF2;
      padding: 20px 30px;
      position: relative;
      font-style: italic; }
      .wrapper .text .quote .bubble:after {
        left: -40px;
        bottom: 40px;
        content: "";
        position: absolute;
        width: 40px;
        height: 37px;
        background-image: url(../img/bubble_arrow.svg); }
    .wrapper .text .quote > p {
      margin: 20px 0 0; }
      .wrapper .text .quote > p span {
        color: #4CCBF2; }
  .wrapper .text .expert_wrap {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: end;
            align-items: flex-end; }
    .wrapper .text .expert_wrap .expert {
      width: 290px; }
      .wrapper .text .expert_wrap .expert .expert_inner {
        border: 1px solid #4CCBF2;
        display: inline-block;
        box-shadow: inset 0 0 10px 0 rgba(255, 255, 255, 0.5); }
        .wrapper .text .expert_wrap .expert .expert_inner:before, .wrapper .text .expert_wrap .expert .expert_inner:after {
          content: '';
          display: block;
          background-color: rgba(22, 207, 242, 0.2);
          height: 15px; }
        .wrapper .text .expert_wrap .expert .expert_inner:before {
          border-bottom: 1px solid #4CCBF2; }
        .wrapper .text .expert_wrap .expert .expert_inner:after {
          border-top: 1px solid #4CCBF2; }
    @media screen and (max-width: 700px) {
      .wrapper .text .expert_wrap {
        flex-wrap: wrap;
        position: relative; }
        .wrapper .text .expert_wrap .expert {
          -webkit-box-ordinal-group: 3;
                  order: 2;
          width: 75px; }
          .wrapper .text .expert_wrap .expert .expert_inner:before, .wrapper .text .expert_wrap .expert .expert_inner:after {
            display: none; }
        .wrapper .text .expert_wrap .quote {
          -webkit-box-flex: 1;
                  flex: auto;
          margin-bottom: 20px; }
          .wrapper .text .expert_wrap .quote > p {
            position: absolute;
            left: 100px;
            bottom: 0; }
            .wrapper .text .expert_wrap .quote > p span {
              display: block; } }
  .wrapper .text h3 {
    text-align: center; }
    .wrapper .text h3 span {
      display: inline-block;
      color: #4CCBF2;
      padding: 0 20px 5px;
      border-bottom: 1px solid #fff;
      margin: 1em 0;
      font-size: 1.4em;
      text-transform: uppercase; }
  .wrapper .text .emot-graph img {
    max-width: 700px;
    width: 100%;
    display: block;
    margin: 1em auto; }
  .wrapper .nav {
    height: 30px;
    width: 30px;
    background-color: #4CCBF2;
    border-radius: 100px;
    text-indent: -999px;
    overflow: hidden;
    background-image: url(../img/arrow.svg);
    background-position: center center;
    background-size: 30%;
    background-repeat: no-repeat;
    position: absolute;
    top: 30px;
    left: 0;
    cursor: pointer; }
    .wrapper .nav.next {
      left: auto;
      right: 0;
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
    .wrapper .nav:hover {
      background-color: #44b7da; }
  .wrapper .data > .inner {
    max-width: 1200px; }
  .wrapper .data .options {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    margin: 40px auto; }
    .wrapper .data .options li {
      display: block;
      border-radius: 10px;
      border: 1px solid #fff;
      padding: 10px 20px;
      font-size: 1.2em;
      margin: 0 10px;
      cursor: pointer; }
      .wrapper .data .options li:hover {
        background-color: rgba(255, 255, 255, 0.1); }
      .wrapper .data .options li.active {
        background-color: #fff !important;
        color: #4CCBF2;
        cursor: default; }
    @media screen and (max-width: 700px) {
      .wrapper .data .options {
        font-size: 0.7em; } }
  .wrapper .data .match_selector {
    text-align: center;
    max-width: 700px;
    margin: auto; }
    @media screen and (max-width: 700px) {
      .wrapper .data .match_selector {
        font-size: 0.8em; } }
    .wrapper .data .match_selector h2, .wrapper .data .match_selector .fixture {
      text-transform: uppercase;
      font-weight: 700;
      font-size: 2em; }
    .wrapper .data .match_selector h2 {
      margin-bottom: 10px; }
    .wrapper .data .match_selector .fixture {
      position: relative;
      max-width: 500px;
      margin: auto;
      padding: 0 40px; }
      .wrapper .data .match_selector .fixture .border {
        display: inline-block;
        border-top: 1px solid #4CCBF2;
        padding-top: 20px; }
      .wrapper .data .match_selector .fixture .blue {
        color: #4CCBF2; }
    .wrapper .data .match_selector .date {
      font-size: 2em;
      margin: 0.5em 0;
      font-weight: 100; }
  .wrapper .data .hr_wrap .fans {
    display: -webkit-box;
    display: flex;
    font-weight: wrap;
    -webkit-box-pack: center;
            justify-content: center;
    margin: 30px 0;
    font-weight: 100; }
    .wrapper .data .hr_wrap .fans li {
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
              align-items: center;
      margin: 0 10px;
      cursor: pointer; }
      .wrapper .data .hr_wrap .fans li .tick {
        display: block;
        height: 30px;
        width: 30px;
        border-radius: 5px;
        border: 1px solid #fff;
        background-size: 80%;
        background-position: center;
        background-repeat: no-repeat;
        margin-right: 5px; }
      .wrapper .data .hr_wrap .fans li .label {
        -webkit-box-flex: 1;
                flex: 1; }
      .wrapper .data .hr_wrap .fans li.active .tick {
        background-image: url(../img/tick.svg); }
      .wrapper .data .hr_wrap .fans li:nth-child(1) .tick {
        background-color: #266679; }
      .wrapper .data .hr_wrap .fans li:nth-child(1):hover .tick {
        background-color: #2e7a91; }
      .wrapper .data .hr_wrap .fans li:nth-child(1).active .tick {
        background-color: #4CCBF2 !important; }
      .wrapper .data .hr_wrap .fans li:nth-child(2) .tick {
        background-color: #807700; }
      .wrapper .data .hr_wrap .fans li:nth-child(2):hover .tick {
        background-color: #998e00; }
      .wrapper .data .hr_wrap .fans li:nth-child(2).active .tick {
        background-color: #FFED00 !important; }
      .wrapper .data .hr_wrap .fans li:nth-child(3) .tick {
        background-color: #751b23; }
      .wrapper .data .hr_wrap .fans li:nth-child(3):hover .tick {
        background-color: #8c202a; }
      .wrapper .data .hr_wrap .fans li:nth-child(3).active .tick {
        background-color: #EA3546 !important; }
    @media screen and (max-width: 700px) {
      .wrapper .data .hr_wrap .fans {
        flex-wrap: wrap;
        font-size: .8em;
        margin: 10px 0; }
        .wrapper .data .hr_wrap .fans li {
          margin: 5px; }
          .wrapper .data .hr_wrap .fans li .tick {
            width: 20px;
            height: 20px; } }
  .wrapper .data .hr_wrap .filter_wrap {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    text-align: center;
    flex-wrap: wrap;
    margin: 30px 0;
    font-weight: 100; }
    .wrapper .data .hr_wrap .filter_wrap li {
      margin: 5px; }
      .wrapper .data .hr_wrap .filter_wrap li.filter {
        display: -webkit-inline-box;
        display: inline-flex;
        -webkit-box-align: center;
                align-items: center;
        border: 1px solid #fff;
        padding: 5px 10px;
        border-radius: 10px;
        cursor: pointer; }
        .wrapper .data .hr_wrap .filter_wrap li.filter img {
          margin-right: 5px; }
        .wrapper .data .hr_wrap .filter_wrap li.filter:hover {
          background-color: rgba(255, 255, 255, 0.1); }
        .wrapper .data .hr_wrap .filter_wrap li.filter.active {
          background-color: #ffff !important;
          color: #4CCBF2; }
    @media screen and (max-width: 700px) {
      .wrapper .data .hr_wrap .filter_wrap {
        font-size: 0.7em;
        margin: 10px 0; }
        .wrapper .data .hr_wrap .filter_wrap li img {
          max-width: 15px; } }
  .wrapper .data .cols {
    margin-top: 20px; }
  .wrapper .data .bp_wrap {
    display: none; }
    .wrapper .data .bp_wrap .bp-graph {
      margin-bottom: 60px; }
      .wrapper .data .bp_wrap .bp-graph img {
        display: block;
        max-width: 800px;
        margin: auto;
        width: 100%; }
  .wrapper .focus-groups .intro {
    max-width: 500px;
    margin: auto;
    text-align: center; }
  .wrapper .focus-groups .selector {
    position: relative;
    max-width: 350px;
    margin: 30px auto;
    padding: 0 40px;
    text-align: center;
    text-transform: uppercase; }
    .wrapper .focus-groups .selector .nav {
      top: 50%;
      margin-top: -10px; }
  .wrapper .focus-groups .row {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap; }
    .wrapper .focus-groups .row h5 {
      color: #4CCBF2;
      text-transform: uppercase;
      margin-top: 2em; }
    .wrapper .focus-groups .row .content, .wrapper .focus-groups .row .quotes {
      border-top: 1px solid #fff;
      padding-top: 1em; }
    .wrapper .focus-groups .row h6 {
      text-transform: uppercase; }
    .wrapper .focus-groups .row .quotes {
      padding: 40px 0 40px; }
      .wrapper .focus-groups .row .quotes .quote {
        padding-left: 40px; }
        .wrapper .focus-groups .row .quotes .quote .bubble {
          padding: 10px 20px; }
          .wrapper .focus-groups .row .quotes .quote .bubble p {
            margin: 0; }
          .wrapper .focus-groups .row .quotes .quote .bubble:after {
            bottom: 10px;
            width: 30px;
            left: -30px; }
        .wrapper .focus-groups .row .quotes .quote > p {
          margin: 0.1em 0 1em;
          padding: 0; }
    @media screen and (min-width: 701px) {
      .wrapper .focus-groups .row {
        flex-wrap: nowrap; }
        .wrapper .focus-groups .row:nth-child(2) h5 {
          display: none; }
        .wrapper .focus-groups .row .col:nth-child(1) {
          width: 300px; }
        .wrapper .focus-groups .row .col:nth-child(2) {
          -webkit-box-flex: 1;
                  flex: 1; }
        .wrapper .focus-groups .row .quotes {
          display: grid;
          grid-template-columns: auto auto;
          widows: 10000;
          orphans: 1000; } }
  .wrapper .footer {
    font-size: 0.7em;
    text-align: center; }
    .wrapper .footer .source {
      max-width: 700px;
      margin: 40px auto;
      padding-bottom: 60px;
      border-bottom: 1px solid; }
      .wrapper .footer .source .b {
        font-weight: 700; }
    .wrapper .footer p {
      margin: 20px 0; }
      .wrapper .footer p img {
        margin: 10px 0; }
  .wrapper .bvfooter {
    padding: 32px 40px 20px;
    text-align: center;
    font-size: 12px;
    margin: 40px 0 0;
    color: #fff; }
    .wrapper .bvfooter.fixed {
      margin-top: 69px; }
    .wrapper .bvfooter .inner {
      max-width: 100%; }
    .wrapper .bvfooter a {
      color: #fff; }
    .wrapper .bvfooter .links {
      padding: 30px 0 16px; }
      .wrapper .bvfooter .links a {
        display: inline-block;
        padding: 0 6px;
        text-align: center;
        border-left: 1px solid #d8d8d8;
        margin-top: 10px; }
        .wrapper .bvfooter .links a:nth-of-type(1) {
          border-left: 0; }
    .wrapper .bvfooter .icons {
      padding: 20px 0;
      display: -webkit-box;
      display: flex;
      flex-wrap: wrap;
      -webkit-box-align: center;
              align-items: center;
      -webkit-box-pack: center;
              justify-content: center; }
      .wrapper .bvfooter .icons li {
        margin: 10px; }
