@font-face {
    font-family: "Graphik-Regular";
    src: url('fonts/Graphik-Regular.woff2');
  }
  @font-face {
    font-family: "Graphik-Bold";
    src: url('fonts/Graphik-Bold.woff2');
  }
  .modalOverlay {
    align-items: center;
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 998;
  }
  .showCookieList{
    cursor: pointer;
  }
  .showCookieList:hover{
    color: #ce4c4c;
  }
  .bottomSheet {
    box-shadow: 1px 1px 15px 0 rgb(0, 0, 0, 0.2);
    position: fixed;
    z-index: 999;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #fff;
    max-height: 90%;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    font-family: "Graphik-Regular", Helvetica, Arial, sans-serif;
  }
  .bottomSheet .left {
    padding-left: 20px;
  }
  .bottomSheet .left .left-title {
    font-size: 22px;
    font-family: "Graphik-Bold", Helvetica, Arial, sans-serif;
    font-weight: 600;
    margin-bottom: 5px;
  }
  .bottomSheet .left .left-text {
    font-size: 13px;
    line-height: 17px;
  }
  .bottomSheet .left .left-link {
    color: #ed0000;
    font-weight: bold;
    margin-left: 5px;
    text-decoration: underline;
  }
  .bottomSheet .right {
    padding: 15px 50px;
    text-align: center;
    font-size: 14px;
  }
  .bottomSheet .right .right-link {
    color: #ed0000;
    text-decoration: underline;
  }
  .bottomSheet .right .right-link:hover {
    color: #dd3838;
    cursor: pointer;
  }
  .bottomSheet .right .allowButton {
    border-radius: 4px;
    background-color: #ed0000;
    border-color: #ed0000;
    color: #FFFFFF;
    min-width: 125px;
    height: auto;
    display: block;
    margin-top: 20px;
    padding: 12px 25px;
  }
  .bottomSheet .right .allowButton:hover {
    cursor: pointer;
    background-color: #dd3838;
  }
  #cookieDialog {
    position: fixed;
    width: 730px;
    max-width: 730px;
    height: 600px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 1rem;
    z-index: 1000;
    border-radius: 2px;
    background-color: #fff;
    font-family: "Graphik-Regular", Helvetica, Arial, sans-serif;
    border: 1px solid #111;
    color: #000;
  }
  #cookieDialog .cookieHeader {
    height: auto;
    padding: 10px 12px;
    display: table;
    vertical-align: middle;
    width: -webkit-calc(100% - 24px);
    width: -moz-calc(100% - 24px);
    width: calc(100% - 24px);
    border-bottom: 1px solid #d8d8d8;
    position: relative;
    justify-content: space-between;
  }
  #cookieDialog .cookieHeader h2 {
    float: left;
    font-family: "Graphik-Bold", Helvetica, Arial, sans-serif;
    margin-left: 13px;
    max-width: 85%;
    overflow: hidden;
    position: relative;
    font-size: 30px;
    line-height: 34px;
    color: #000;
  }
  #cookieDialog .cookieHeader .close {
    float: right;
    position: absolute;
    right: 30px;
    line-height: 75px;
  }
  #cookieDialog .cookieHeader .close button {
    padding: 0;
    background-color: transparent;
    border: none;
    margin: 0;
    font-size: 21px;
    color: #111;
    margin-top: 6px;
    cursor: pointer;
  }
  #cookieDialog .cookieHeader .close:hover {
    cursor: pointer;
  }
  #cookieDialog .cookieHeader .close:hover button {
    color: #888;
  }
  #cookieDialog .cookieBody {
    display: flex;
    border-bottom: 1px solid #ccc;
    min-height: 430px;
  }
  #cookieDialog .cookieBody .cookieBodyLeft ul {
    list-style: none;
    width: 220px;
    padding-left: 0;
  }
  #cookieDialog .cookieBody .cookieBodyLeft ul li {
    background: #ebebeb;
    font-size: 14px;
    padding: 14px;
    font-weight: 600;
    border-bottom: 1px solid #fff;
    color: #111;
  }
  #cookieDialog .cookieBody .cookieBodyLeft ul li:hover {
    cursor: pointer;
    background: #cbcbcb;
    color: #000;
  }
  #cookieDialog .cookieBody .cookieBodyLeft ul li.active {
    background: #fff;
    border-left: 4px solid #ffb700;
  }
  #cookieDialog .cookieBody .cookieBodyRight {
    padding: 5px 20px;
  }
  #cookieDialog .cookieBody .cookieBodyRight .right-header {
    display: flex;
    justify-content: space-between;
  }
  #cookieDialog .cookieBody .cookieBodyRight .right-header .always-active {
    color: #3860be;
    line-height: 50px;
    font-size: 13px;
    float: right;
  }
  #cookieDialog .cookieBody .cookieBodyRight h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    font-family: "Graphik-Bold", Helvetica, Arial, sans-serif;
  }
  #cookieDialog .cookieBody .cookieBodyRight p {
    text-align: left;
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 9px;
  }
  #cookieDialog .cookieBody .cookieBodyRight .showCookieList {
    cursor: pointer;
    color: #ed0000;
  }
  #cookieDialog .cookieBody .cookieBodyRight .showCookieList:hover {
    color: #3860be;
  }
  #cookieDialog .cookieFooter {
    height: 40px;
  }
  #cookieDialog .cookieFooter .allowButton {
    border-radius: 4px;
    background-color: #ed0000;
    border-color: #ed0000;
    color: #FFFFFF;
    min-width: 125px;
    height: auto;
    display: block;
    margin-top: 13px;
    padding: 12px 25px;
    float: right;
    margin-right: 20px;
    text-align: center;
  }
  #cookieDialog .cookieFooter .allowButton:hover {
    cursor: pointer;
    background-color: #dd3838;
  }
  #cookieList {
    z-index: 1000;
    width: 100%;
    height: 100vh;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    display: none;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    font-family: "Graphik-Regular", Helvetica, Arial, sans-serif;
  }
  #cookieList .cl-header {
    background-color: rgba(255, 183, 0, 0.9);
    height: 38px;
  }
  #cookieList .cl-header .close {
    cursor: pointer;
    line-height: 36px;
  }
  #cookieList .cl-header .close button {
    height: 38px;
    background-color: transparent;
    font-size: 24px;
  }
  #cookieList .cl-header .close button {
    background-color: transparent;
  }
  #cookieList .container {
    width: 980px;
    margin: auto;
  }
  #cookieList h3 {
    font-size: 26px;
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 25px;
  }
  #cookieList h4 {
    font-size: 19px;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 12px;
  }
  #cookieList p {
    font-size: 13px;
    line-height: 19px;
  }
  #cookieList table {
    border-collapse: inherit;
    margin: auto;
    border: 1px solid #d7d7d7;
    border-radius: 5px;
    border-spacing: initial;
    width: 100%;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  #cookieList table caption {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  #cookieList table thead {
    background-color: #f6f6f4;
    font-weight: bold;
  }
  #cookieList table th {
    padding: 12px 15px;
    text-align: left;
  }
  #cookieList table td {
    border-bottom: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
    padding: 12px 15px;
    text-align: left;
  }
  .animate__animated {
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  .animate__animated__fast {
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  @-webkit-keyframes fadeInDown {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
    }
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  @keyframes fadeInDown {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
    }
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  .animate__fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
  }
  @-webkit-keyframes fadeOutDown {
    from {
      opacity: 1;
    }
    to {
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
    }
  }
  @keyframes fadeOutDown {
    from {
      opacity: 1;
    }
    to {
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
    }
  }
  .animate__fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
  }
  @-webkit-keyframes zoomIn {
    from {
      opacity: 0;
      -webkit-transform: scale3d(0.3, 0.3, 0.3);
      transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
      opacity: 1;
    }
  }
  @keyframes zoomIn {
    from {
      opacity: 0;
      -webkit-transform: scale3d(0.3, 0.3, 0.3);
      transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
      opacity: 1;
    }
  }
  .animate__zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
  }
  /* Zooming exits */
  @-webkit-keyframes zoomOut {
    from {
      opacity: 1;
    }
    50% {
      opacity: 0;
      -webkit-transform: scale3d(0.3, 0.3, 0.3);
      transform: scale3d(0.3, 0.3, 0.3);
    }
    to {
      opacity: 0;
    }
  }
  @keyframes zoomOut {
    from {
      opacity: 1;
    }
    50% {
      opacity: 0;
      -webkit-transform: scale3d(0.3, 0.3, 0.3);
      transform: scale3d(0.3, 0.3, 0.3);
    }
    to {
      opacity: 0;
    }
  }
  .animate__zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
  }
  