.gdpr-cookie {
  position: fixed;
  width: 50%;
  background: rgba(34, 34, 34, 0.98);
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0 auto;
  padding: 20px;
  display: flex;
  align-items: center;
  transition: all ease 1s;
  transform: translateY(100%);
  z-index: 1000;
  border-radius: 3px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1), 0 2px 10px rgba(0, 0, 0, 0.15); }
  @media (max-width: 768px) {
    .gdpr-cookie {
      flex-direction: column; } }
  .gdpr-cookie-loaded .gdpr-cookie {
    transform: translateY(0); }
  .gdpr-cookie-description {
    margin: 0;
    padding: 0 16px 0 0;
    color: rgba(255, 255, 255, 0.75);
    font-size: 14px;
    line-height: 20px;
    text-align: left; }
    @media (max-width: 768px) {
      .gdpr-cookie-description {
        padding: 0;
        margin: 0 0 10px 0;
        font-size: 12px;
        line-height: 18px; } }
  .gdpr-cookie-nav {
    display: flex;
    align-items: center;
    margin: 10px 0 0 auto;
    background: none;
    width: auto;
    height: auto;
    padding: 0;
    justify-content: flex-end; }
    .gdpr-cookie-nav-item {
      white-space: nowrap;
      color: white !important;
      font-size: 12px;
      margin-right: 20px; }
      .gdpr-cookie-nav-item-accept {
        text-decoration: none !important;
        text-transform: uppercase;
        font-weight: 600;
        cursor: pointer;
        color: white !important;
        border: 1px solid rgba(255, 255, 255, 0.5);
        border-radius: 3px;
        padding: 5px 10px;
        font-size: 12px;
        transition: .2s all ease-in-out; }
        .gdpr-cookie-nav-item-accept:hover {
          background-color: rgba(255, 255, 255, 0.15); }
  .gdpr-cookie-modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml;utf8,<svg height="12" viewBox="0 0 8 12" width="8" xmlns="http://www.w3.org/2000/svg"><path d="m1.41 0-1.41 1.41 4.58 4.59-4.58 4.59 1.41 1.41 6-6z" fill="#e81c62"/></svg>');
    z-index: 1001;
    background: rgba(0, 0, 0, 0.4);
    overflow: auto;
    align-items: center;
    padding: 20px 10px;
    display: none; }
    .gdpr-cookie-show-modal .gdpr-cookie-modal {
      display: flex; }
    .gdpr-cookie-modal-content {
      width: 470px;
      border-radius: 6px;
      background: white;
      margin: auto; }
    .gdpr-cookie-modal-header {
      display: flex;
      align-items: center;
      padding: 16px;
      border-bottom: 1px solid #f4f5f7; }
    .gdpr-cookie-modal-title {
      font-size: 18px;
      color: rgba(0, 0, 0, 0.8);
      font-weight: 600;
      line-height: 18px;
      margin: 0;
      padding: 0; }
    .gdpr-cookie-modal-close {
      width: 24px;
      height: 24px;
      margin: 0 0 0 auto;
      background: none;
      border: none;
      outline: none;
      padding: 0;
      position: relative;
      transform: rotate(45deg);
      cursor: pointer; }
      .gdpr-cookie-modal-close:before, .gdpr-cookie-modal-close:after {
        width: 18px;
        height: 2px;
        content: '';
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        background: #bdbdbd; }
      .gdpr-cookie-modal-close:after {
        transform: translate(-50%, -50%) rotate(90deg); }
      .gdpr-cookie-modal-close:hover {
        transform: rotate(45deg);
        opacity: 1; }
    .gdpr-cookie-modal-cookies {
      display: block;
      margin: 0;
      padding: 0;
      list-style-type: none; }
    .gdpr-cookie-modal-cookie {
      display: block;
      border-bottom: 1px solid #f4f5f7;
      list-style-type: none;
      padding: 0;
      margin: 0; }
      .gdpr-cookie-modal-cookie-row {
        display: flex;
        align-items: center;
        padding: 12px 16px; }
      .gdpr-cookie-modal-cookie-title {
        font-weight: normal;
        font-size: 15px;
        color: rgba(0, 0, 0, 0.8);
        margin: 0;
        padding: 0;
        line-height: 1;
        position: relative;
        cursor: pointer; }
        .gdpr-cookie-modal-cookie-title:after {
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 5px 5px 0 5px;
          border-color: #bdbdbd transparent transparent transparent;
          content: '';
          display: block;
          position: absolute;
          right: -17px;
          top: 50%;
          margin-top: -2px;
          transition: all ease 0.3s; }
          .open .gdpr-cookie-modal-cookie-title:after {
            transform: rotate(180deg); }
      .gdpr-cookie-modal-cookie-state {
        margin-left: auto;
        font-size: 15px; }
      .gdpr-cookie-modal-cookie-input {
        opacity: 0; }
        .gdpr-cookie-modal-cookie-input:checked + .gdpr-cookie-modal-cookie-input-switch {
          background: #72c02c;
          box-shadow: inset 0px 0px 0px 1px #72c02c; }
        .gdpr-cookie-modal-cookie-input-switch {
          width: 24px;
          height: 24px;
          border-radius: 50%;
          box-shadow: inset 0px 0px 0px 1px #bdbdbd;
          margin: 0 0 0 auto;
          position: relative;
          transition: all ease 0.3s;
          cursor: pointer; }
          .gdpr-cookie-modal-cookie-input-switch:after {
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            top: 0;
            background: url('data:image/svg+xml;utf8,<svg height="11" viewBox="0 0 14 11" width="14" xmlns="http://www.w3.org/2000/svg"><path d="m5 10.42-5-5 1.41-1.41 3.59 3.58 7.59-7.59 1.41 1.42z" fill="rgb(255,255,255)" fill-rule="evenodd"/></svg>') no-repeat center 7px;
            content: '';
            display: block; }
      .gdpr-cookie-modal-cookie-info {
        margin: 0;
        padding: 0 16px 12px 16px;
        font-size: 13px;
        color: rgba(0, 0, 0, 0.5);
        line-height: 16px;
        display: none; }
        .open .gdpr-cookie-modal-cookie-info {
          display: block; }
    .gdpr-cookie-modal-footer {
      background: #f4f5f7;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 15px 16px 16px 16px;
      border-radius: 0 0 6px 6px;
      flex-wrap: wrap; }
      .gdpr-cookie-modal-footer-item {
        height: 40px;
        line-height: 40px;
        font-weight: 600;
        font-size: 15px;
        text-decoration: none;
        margin: 0;
        padding: 0;
        position: relative; }
        .gdpr-cookie-modal-footer-item-save.saved span {
          opacity: 0; }
        .gdpr-cookie-modal-footer-item-save.saved:after {
          opacity: 1; }
        .gdpr-cookie-modal-footer-item-save span {
          transition: all ease 0.3s; }
        .gdpr-cookie-modal-footer-item-save:after {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          margin: 0;
          content: '';
          opacity: 0;
          transition: all ease 0.3s;
          display: block;
          background: url('data:image/svg+xml;utf8,<svg height="11" viewBox="0 0 14 11" width="14" xmlns="http://www.w3.org/2000/svg"><path d="m5 10.42-5-5 1.41-1.41 3.59 3.58 7.59-7.59 1.41 1.42z" fill="rgb(255,255,255)" fill-rule="evenodd"/></svg>') no-repeat center; }
        .gdpr-cookie-modal-footer-item:after {
          position: absolute;
          right: -16px;
          top: 50%;
          margin-top: -5px;
          background: url('data:image/svg+xml;utf8,<svg height="12" viewBox="0 0 8 12" width="8" xmlns="http://www.w3.org/2000/svg"><path d="m1.41 0-1.41 1.41 4.58 4.59-4.58 4.59 1.41 1.41 6-6z" fill="#e81c62"/></svg>') no-repeat left center;
          height: 12px;
          width: 8px;
          content: '';
          display: block; }
        .gdpr-cookie-modal-footer-item-btn {
          padding: 0 16px;
          color: white;
          background: #72c02c;
          border-radius: 3px;
          position: relative; }
          .gdpr-cookie-modal-footer-item-btn span {
            transition: all ease 0.3s; }
          .gdpr-cookie-modal-footer-item-btn:after {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            margin: 0;
            content: '';
            opacity: 0;
            transition: all ease 0.3s;
            display: block;
            background: url('data:image/svg+xml;utf8,<svg height="11" viewBox="0 0 14 11" width="14" xmlns="http://www.w3.org/2000/svg"><path d="m5 10.42-5-5 1.41-1.41 3.59 3.58 7.59-7.59 1.41 1.42z" fill="rgb(255,255,255)" fill-rule="evenodd"/></svg>') no-repeat center; }
        .gdpr-cookie-modal-footer-item:hover {
          text-decoration: none;
          opacity: 1; }

@media screen and (max-width: 1200px) {
  .gdpr-cookie {
    width: 70%; } }
@media screen and (max-width: 768px) {
  .gdpr-cookie {
    width: 80%; } }
@media screen and (max-width: 575px) {
  .gdpr-cookie {
    width: 90%; }
    .gdpr-cookie-nav {
      justify-content: space-between; } }

/*# sourceMappingURL=gdpr.css.map */
