@charset "UTF-8";
/*! @license CookieBar.css, Copyright 2024 earthware. All rights reserved. website: https://www.earthware.co.uk, contact: support@earthware.co.uk */
/*  SCSS - Following BEM naming standard  */
body {
  /*iphone font scaling fix*/
  -webkit-text-size-adjust: 100%; }

.has-ew-cookie-popup {
  overflow: hidden; }

.has-ew-cookie-policy .ew-cookie-policy h2 {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 20px;
  text-transform: none; }

.has-ew-cookie-policy .ew-cookie-policy p {
  margin-bottom: 18px; }

.has-ew-cookie-policy .ew-cookie-policy .tick-list {
  padding: 0;
  list-style: none outside;
  list-style-type: '✓ ';
  text-align: left;
  margin-left: 30px; }
  .has-ew-cookie-policy .ew-cookie-policy .tick-list li {
    margin-bottom: 18px; }

.has-ew-cookie-policy .ew-cookie-policy .cookie-table {
  display: table;
  border: none;
  border-collapse: collapse;
  font-size: 12px;
  overflow: auto;
  margin-bottom: 10px;
  width: 100%;
  table-layout: fixed; }
  .has-ew-cookie-policy .ew-cookie-policy .cookie-table tr {
    background-color: #fff;
    border: 1px solid #ddd; }
  .has-ew-cookie-policy .ew-cookie-policy .cookie-table th,
  .has-ew-cookie-policy .ew-cookie-policy .cookie-table td {
    padding: 0.625em;
    text-align: center;
    word-break: break-word; }
  .has-ew-cookie-policy .ew-cookie-policy .cookie-table thead th:nth-child(2) {
    width: 21%; }
  @media screen and (max-width: 1250px) {
    .has-ew-cookie-policy .ew-cookie-policy .cookie-table {
      border: none; }
      .has-ew-cookie-policy .ew-cookie-policy .cookie-table thead {
        display: none; }
      .has-ew-cookie-policy .ew-cookie-policy .cookie-table tbody {
        display: block; }
      .has-ew-cookie-policy .ew-cookie-policy .cookie-table tr {
        display: block;
        margin-bottom: 0.625em;
        border: 1px solid #ddd;
        border-bottom: none;
        width: 100%; }
      .has-ew-cookie-policy .ew-cookie-policy .cookie-table td {
        border-bottom: 1px solid #ddd;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
            justify-content: space-between;
        gap: 10px;
        font-size: 0.8em;
        text-align: right; } }
    @media screen and (max-width: 1250px) and (max-width: 500px) {
      .has-ew-cookie-policy .ew-cookie-policy .cookie-table td {
        -ms-flex-direction: column;
            flex-direction: column; } }
  @media screen and (max-width: 1250px) {
        .has-ew-cookie-policy .ew-cookie-policy .cookie-table td::before {
          text-align: left;
          content: attr(data-label);
          font-weight: bold;
          text-transform: uppercase;
          -ms-flex-negative: 0;
              flex-shrink: 0; } }

.ew-cookie-cog {
  background-color: #373737;
  position: fixed;
  bottom: 20px;
  left: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  border: none;
  z-index: 9999;
  cursor: pointer;
  height: 40px;
  padding: 0;
  border-radius: 50px; }
  .ew-cookie-cog svg {
    min-width: 40px;
    border: none; }
  .ew-cookie-cog__text {
    display: none;
    transition: 2s ease-in;
    text-transform: uppercase;
    color: #ffffff;
    white-space: nowrap;
    padding: 0 15px 0 5px;
    text-decoration: none;
    background-color: transparent;
    top: 0;
    left: 0;
    position: relative;
    font-size: 12px; }
  .ew-cookie-cog:hover {
    background-color: #000000 !important; }
    .ew-cookie-cog:hover .ew-cookie-cog__text {
      display: block; }
  .ew-cookie-cog.is-hidden {
    display: none; }
  .ew-cookie-cog svg {
    width: 30px;
    height: 30px;
    margin-left: -1px; }

.ew-cookie-popup {
  font-family: inherit;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  z-index: 999999;
  top: 0;
  text-align: center;
  vertical-align: middle; }
  .ew-cookie-popup__modal {
    background-color: #ffffff;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    max-height: 650px;
    height: 90%;
    width: 80vw;
    border-radius: 10px;
    margin: auto;
    -ms-flex-direction: row;
        flex-direction: row;
    max-width: 800px;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 10% 1fr;
        grid-template-rows: 10% 1fr; }
    .ew-cookie-popup__modal__info {
      background-color: #f1f1f1;
      overflow: hidden;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-pack: justify;
          justify-content: space-between;
      border-bottom-left-radius: 10px;
      border-bottom-right-radius: 10px;
      height: 100%;
      padding: 10px 20px;
      -ms-flex-pack: start;
          justify-content: flex-start; }
      .ew-cookie-popup__modal__info__buttons {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-pack: justify;
            justify-content: space-between;
        -ms-flex-align: center;
            align-items: center;
        margin: 0;
        border-top: 0.5px solid #c5c3c3;
        padding: 15px 10px 5px;
        font-size: 14px;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        gap: 5px;
        margin-top: auto; }
        .ew-cookie-popup__modal__info__buttons button {
          background-color: #0055a8;
          margin-right: 0;
          min-width: 160px;
          cursor: pointer;
          border: solid #0055a8 1px;
          min-height: 35px;
          transition: all 0.2s;
          padding: 7px 15px;
          font-size: 12px; }
          .ew-cookie-popup__modal__info__buttons button:hover {
            background-color: #fff !important;
            color: #00a300 !important;
          }
      .ew-cookie-popup__modal__info__sections {
        overflow: auto; }
      .ew-cookie-popup__modal__info-section {
        display: block;
        overflow: hidden;
        text-align: left;
        font-size: 16px;
        color: #000000;
        /* Hide default HTML checkbox */
        /* The slider */ }
        @media screen and (max-width: 1000px) {
          .ew-cookie-popup__modal__info-section {
            font-size: 14px; } }
        .ew-cookie-popup__modal__info-section.is-active {
          display: block; }
        .ew-cookie-popup__modal__info-section__title {
          font-size: 28px;
          font-weight: bolder;
          display: block;
          margin-bottom: 25px;
          background-color: #fff;
          padding: 10px;
          margin: 10px;
          margin-bottom: 0;
          position: relative;
          font-size: 16px;
          border-radius: 5px;
          cursor: pointer; }
        .ew-cookie-popup__modal__info-section__content {
          padding-right: 20px;
          overflow-y: auto; }
          .ew-cookie-popup__modal__info-section__content__validation {
            margin-top: 30px;
            transition: all 0.5s ease-in-out;
            overflow: hidden;
            max-height: 100px;
            display: block; }
            .ew-cookie-popup__modal__info-section__content__validation.is-hidden {
              max-height: 0;
              display: none; }
        .ew-cookie-popup__modal__info-section__content {
          position: relative;
          top: -5px;
          max-height: 0;
          transition: max-height 0.5s cubic-bezier(0, 1, 0, 1), padding 0.4s;
          background-color: #fff;
          margin: 0 10px 10px 10px;
          padding: 0 10px;
          border-bottom-right-radius: 5px;
          border-bottom-left-radius: 5px; }
        .ew-cookie-popup__modal__info-section__title.is-active + .ew-cookie-popup__modal__info-section__content {
          max-height: 350px;
          transition: max-height 1s ease-in-out, padding 0.4s;
          padding-bottom: 10px;
          padding-top: 5px; }
        .ew-cookie-popup__modal__info-section .switch {
          position: relative;
          display: inline-block;
          width: 40px;
          height: 23px;
          margin-top: 18px; }
          @media screen and (min-width: 768px) {
            .ew-cookie-popup__modal__info-section .switch {
              width: 55px;
              height: 32px; } }
        .ew-cookie-popup__modal__info-section .switch input {
          opacity: 0;
          width: 0;
          height: 0; }
        .ew-cookie-popup__modal__info-section .slider {
          position: absolute;
          cursor: pointer;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          background-color: #ff0000;
          transition: 0.4s;
          border-radius: 23px; }
          .ew-cookie-popup__modal__info-section .slider::before {
            position: absolute;
            content: '';
            height: 21px;
            width: 22px;
            left: 1px;
            bottom: 1px;
            background-color: #ffffff;
            transition: 0.4s;
            border-radius: 50%; }
            @media screen and (min-width: 768px) {
              .ew-cookie-popup__modal__info-section .slider::before {
                width: 28px;
                height: 30px; } }
          .ew-cookie-popup__modal__info-section .slider::after {
            content: attr(data-text-disabled);
            position: absolute;
            color: #fc0000;
            display: block;
            white-space: nowrap;
            left: 65px;
            top: 4px;
            font-weight: 400; }
        .ew-cookie-popup__modal__info-section input:checked + .slider {
          background-color: #2e9935; }
          .ew-cookie-popup__modal__info-section input:checked + .slider::after {
            content: attr(data-text-enabled);
            color: #2e9935; }
        .ew-cookie-popup__modal__info-section input:focus + .slider {
          box-shadow: 0 0 1px #0055a8; }
        .ew-cookie-popup__modal__info-section input:checked + .slider:before {
          transform: translateX(16px); }
          @media screen and (min-width: 768px) {
            .ew-cookie-popup__modal__info-section input:checked + .slider:before {
              transform: translateX(25px); } }
    .ew-cookie-popup__modal__close {
      background-color: #0055a8;
      min-width: 40px;
      min-height: 40px;
      border-radius: 50%;
      cursor: pointer;
      position: absolute;
      z-index: 10;
      right: -20px;
      top: -20px;
      border: solid #00a300 1px;
      transition: all 0.2s; }
      .ew-cookie-popup__modal__close:hover {
        background-color: #fff !important;
        color: #00a300 !important;
      }
        .ew-cookie-popup__modal__close:hover .ew-cookie-popup__modal__close-icon::before,
        .ew-cookie-popup__modal__close:hover .ew-cookie-popup__modal__close-icon::after {
          background-color: #00a300;
        }
      .ew-cookie-popup__modal__close-icon::after {
        position: absolute;
        content: '';
        width: 1px;
        background-color: #ffffff;
        height: 24px;
        top: calc(50% - 12px);
        transform: rotate(-45deg); }
      .ew-cookie-popup__modal__close-icon::before {
        position: absolute;
        content: '';
        width: 1px;
        background-color: #ffffff;
        height: 24px;
        top: calc(50% - 12px);
        transform: rotate(45deg); }
      @media screen and (max-width: 768px) {
        .ew-cookie-popup__modal__close {
          min-width: 30px;
          min-height: 30px;
          right: -15px;
          top: -15px;
          height: 33px; }
          .ew-cookie-popup__modal__close-icon::after {
            height: 12px;
            top: calc(50% - 6px); }
          .ew-cookie-popup__modal__close-icon::before {
            height: 12px;
            top: calc(50% - 6px); } }
    .ew-cookie-popup__modal__tab-group {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-pack: center;
          justify-content: center;
      width: 100%;
      gap: 30px;
      z-index: 9;
      box-shadow: 0 0 30px 0 rgba(35, 35, 35, 0.1); }
      .ew-cookie-popup__modal__tab-group__heading {
        font-weight: bold;
        font-size: 22px;
        color: #000000; }
      .ew-cookie-popup__modal__tab-group__logo-holder {
        text-align: left; }
        .ew-cookie-popup__modal__tab-group__logo-holder svg {
          max-height: 75px;
          max-width: 100%; }
        @media screen and (max-width: 768px) {
          .ew-cookie-popup__modal__tab-group__logo-holder svg {
            max-height: 40px; } }
      .ew-cookie-popup__modal__tab-group__tabs {
        display: none; }
      .ew-cookie-popup__modal__tab-group__tab {
        background-color: #f1f1f1;
        border-radius: 5px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: start;
            justify-content: flex-start;
        padding: 13px 20px;
        margin-bottom: 15px;
        cursor: pointer;
        width: 100%;
        border: 1px solid #f1f1f1; }
        .ew-cookie-popup__modal__tab-group__tab__category-text {
          color: #0055a8;
          font-size: 14px;
          text-align: left;
          line-height: 1.1;
          text-transform: uppercase; }
        .ew-cookie-popup__modal__tab-group__tab.is-active {
          background-color: #ffffff; }
          .ew-cookie-popup__modal__tab-group__tab.is-active .ew-cookie-popup__modal__tab-group__tab__category-text {
            color: #000000 !important; }
        @media screen and (max-width: 1000px) {
          .ew-cookie-popup__modal__tab-group__tab {
            padding: 10px 15px; }
            .ew-cookie-popup__modal__tab-group__tab__category-text {
              font-size: 12px; } }

.ew-cookie-bar {
  font-family: inherit;
  background-color: #f2f2f2;
  color: #333333;
  padding: 0;
  left: 0;
  bottom: 0;
  position: fixed;
  transform: translateY(100%);
  will-change: transform;
  width: 100%;
  min-height: auto;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.4);
  border-top: 1px solid #aeaeae;
  font-size: 16px;
  line-height: normal;
  z-index: 10000;
  text-align: center; }
  .ew-cookie-bar__container {
    padding: 10px 40px;
    position: static;
    display: inline-block;
    width: auto; }
  .ew-cookie-bar__content {
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    -ms-flex-align: center;
        align-items: center;
    gap: 10px; }
  .ew-cookie-bar__cookie-message-body {
    text-align: left;
    font-size: 14px;
    display: inline-block;
    line-height: 18px;
    padding-left: 4px;
    width: 100%; }
    .ew-cookie-bar__cookie-message-body span {
      display: block;
      margin: 0; }
    .ew-cookie-bar__cookie-message-body__preferences,
    .ew-cookie-bar__cookie-message-body a {
      font-size: inherit;
      color: #fff;
      cursor: pointer;
      margin: 0;
      background: inherit;
      padding: 0;
      border: none;
      text-decoration: underline;
      transition: color 0.2s; }
      .ew-cookie-bar__cookie-message-body__preferences:hover,
      .ew-cookie-bar__cookie-message-body a:hover {
        color: #0055a8 !important; }
  .ew-cookie-bar__cookie-button-body {
    -ms-flex-pack: center;
        justify-content: center;
    position: static;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    width: 100%;
    gap: 5px;
    -ms-flex-align: center;
        align-items: center;
    padding-left: 3vw; }
  .ew-cookie-bar__button {
    cursor: pointer;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    background-color: #169bd5;
    border-radius: 1px;
    box-shadow: none;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    text-align: center;
    margin: 3px 4px;
    line-height: 20px;
    padding: 8px 30px;
    white-space: nowrap;
    border: solid #0055a8 1px;
    transition: all 0.2s; }
    .ew-cookie-bar__button--accept {
      background: #0055a8;
      color: #fff; }
    .ew-cookie-bar__button--decline {
      background: #0055a8;
      color: #fff; }
    .ew-cookie-bar__button:hover {
      background-color: #fff !important;
      color: #000000 !important; }
    .ew-cookie-bar__button--settings, .ew-cookie-bar__button--close {
      background: transparent;
      opacity: 0.7;
      color: #fff;
      border: 1px solid #ffffff; }
      .ew-cookie-bar__button--settings:hover, .ew-cookie-bar__button--close:hover {
        opacity: 1;
        color: #202020 !important; }
    .ew-cookie-bar__button--close {
      position: relative;
      padding: 8px 15px; }
  .ew-cookie-bar--show-top {
    top: 0;
    transform: translateY(0); }
  .ew-cookie-bar--hide-top {
    top: 0;
    transform: translateY(-100%); }
  .ew-cookie-bar--show-bottom {
    bottom: 0;
    transform: translateY(0); }
  .ew-cookie-bar--hide-bottom {
    bottom: 0;
    transform: translateY(100%); }
  .ew-cookie-bar--animate {
    transition: transform .3s ease-in-out; }
  @media screen and (max-width: 1100px) {
    .ew-cookie-bar {
      font-size: 16px;
      min-height: 70px; } }
  @media screen and (max-width: 1080px) {
    .ew-cookie-bar__content {
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-align: start;
      align-items: flex-start;
    }
    .ew-cookie-bar__cookie-button-body {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: start;
      justify-content: flex-start;
      position: unset;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding: 0;
    }
  }
  @media screen and (max-width: 835px) {
    .ew-cookie-bar__button {
      font-size: 12px;
      padding: 5px 10px;
      white-space: normal; }
    .ew-cookie-bar__cookie-message-body {
      width: 100%; }
    .ew-cookie-bar__container {
      padding: 15px; } }
