.cookie {
  position: fixed;
  top: 0;
  z-index: 1025;
  overflow: hidden;
  font-weight: 400; }
  @media (min-width: 1280px) {
    .cookie .d-xl-block {
      display: block !important; } }
  @media (min-width: 1280px) {
    .cookie .d-xl-inline-block {
      display: inline-block !important; } }
  .cookie h2,
  .cookie h3,
  .cookie h4,
  .cookie h5,
  .cookie h6 {
    color: inherit; }
  .cookie .text-white {
    color: #ffffff !important; }
  .cookie .btn-primary {
    min-width: 110px; }
    .cookie .btn-primary span:before {
      display: none; }
    .cookie .btn-primary span:active, .cookie .btn-primary span:focus, .cookie .btn-primary span:hover {
      padding: 8px 20px; }
  .cookie .btn-link {
    text-decoration: none;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    color: rgba(255, 255, 255, 0.85) !important;
    font-weight: 500; }
    .cookie .btn-link:hover {
      color: #224099 !important; }
  .cookie .btn-light {
    font-size: 20px;
    display: inline-block;
    min-width: 110px;
    padding: 5px 15px;
    background: #224099;
    color: #fff !important;
    text-shadow: 0 0 0;
    border-radius: 0;
    text-align: center; }
    .cookie .btn-light:hover {
      background: #FFCA05; }
    .cookie .btn-light:focus {
      background: #224099; }
  .cookie-notice {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1052;
    width: 100%;
    padding: 1rem 0;
    color: white;
    background-color: rgba(50, 58, 56, 0.85); }
    .cookie-notice--show {
      display: block; }
    .cookie-notice__text {
      margin-bottom: 0; }
      @media (max-width: 768px) {
        .cookie-notice__text {
          margin-bottom: 16px; } }
    .cookie-notice__link {
      color: rgba(255, 255, 255, 0.85) !important;
      text-decoration: underline;
      font-weight: 500; }
      .cookie-notice__link:hover {
        color: #224099 !important; }
    .cookie-notice__button {
      position: absolute;
      top: 0;
      right: 15px;
      bottom: 0;
      display: flex;
      display: -ms-flexbox;
      align-items: center;
      -ms-flex-align: center;
      margin: auto 0; }
      .cookie-notice__button a {
        margin-left: 1rem; }
      @media (max-width: 768px) {
        .cookie-notice__button {
          position: relative;
          right: 0;
          justify-content: center;
          -ms-flex-pack: center; } }
  .cookie-setting {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1054;
    width: 100%;
    height: 100vh;
    color: white;
    background-color: rgba(50, 58, 56, 0.75);
    transition: .2s ease all;
    transform: translateX(-100%); }
    @media (min-width: 769px) {
      .cookie-setting {
        width: 70vw; } }
    @media (min-width: 993px) {
      .cookie-setting {
        width: 50vw; } }
    @media (min-width: 1201px) {
      .cookie-setting {
        width: 25vw; } }
    .cookie-setting--show {
      transform: translateX(0); }
    .cookie-setting__wrapper {
      position: relative;
      display: flex;
      flex-direction: column;
      height: 100%;
      padding: 2rem 1.5rem;
      overflow: auto; }
    .cookie-setting__item:nth-child(n+2) {
      margin-top: 1.5rem; }
    .cookie-setting__item--highlight {
      padding-bottom: 1.5rem;
      border-bottom: 1px solid white; }
    .cookie-setting__header {
      display: flex;
      align-items: center;
      justify-content: space-between; }
    .cookie-setting__title {
      margin-bottom: .5rem;
      font-size: 20px !important; }
      .cookie-setting__item--highlight .cookie-setting__title {
        font-size: 24px !important; }
    .cookie-setting__remark {
      color: #7acea3; }
    .cookie-setting__close {
      position: absolute;
      top: 1rem;
      right: 2.5rem;
      z-index: 50;
      text-decoration: none;
      font-size: 30px;
      line-height: 1;
      color: white !important; }
      .cookie-setting__close:hover {
        text-decoration: none; }
    .cookie-setting__body {
      margin-bottom: 1rem; }
  .cookie-button {
    position: relative;
    display: block;
    width: 50px;
    height: 25px;
    cursor: pointer;
    overflow: hidden; }
    .cookie-button:before {
      content: "";
      height: 100%;
      font-size: 100%;
      display: block;
      background-color: #fb8484;
      border-radius: 1rem; }
    .cookie-button__point {
      position: absolute;
      top: 2px;
      bottom: 0;
      left: 2px;
      display: block;
      width: 17px;
      height: 17px;
      margin: 2px;
      background-color: #7d7d7d;
      border: 2px solid #7d7d7d;
      border-radius: 20px;
      transform: translateX(0);
      transition: all .2s ease-in 0s; }
    .cookie-button--active:before {
      background-color: #7acea3; }
    .cookie-button--active .cookie-button__point {
      left: 100%;
      transform: translateX(calc(-100% - 4px)); }
  .cookie--backdrop {
    height: 100vh;
    width: 100vw; }
    .cookie--backdrop:before {
      content: "";
      position: absolute;
      z-index: 1054;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.6); }
  .cookie--theme-2 .cookie-setting {
    top: 0;
    left: 100%;
    transform: translateX(0); }
    .cookie--theme-2 .cookie-setting--show {
      transform: translateX(-100%); }
