.eq-cookie-consent,
.eq-cookie-consent * {
  box-sizing: border-box;
}

.eq-cookie-consent[hidden],
.eq-cookie-consent .cky-hide {
  display: none !important;
}

.eq-cookie-consent .cky-overlay {
  background: #000;
  height: 100%;
  left: 0;
  opacity: 0.4;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999999;
}

.eq-cookie-consent .cky-btn-revisit-wrapper {
  align-items: center;
  background: var(--cky-revisit, #0056a7);
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 45px;
  justify-content: center;
  position: fixed;
  width: 45px;
  z-index: 999999;
}

.eq-cookie-consent .cky-revisit-bottom-left {
  bottom: 15px;
  left: 15px;
}

.eq-cookie-consent .cky-revisit-bottom-right {
  bottom: 15px;
  right: 15px;
}

.eq-cookie-consent .cky-revisit-top-left {
  left: 15px;
  top: 15px;
}

.eq-cookie-consent .cky-revisit-top-right {
  right: 15px;
  top: 15px;
}

.eq-cookie-consent .cky-btn-revisit {
  align-items: center;
  background: none !important;
  border: 0;
  box-shadow: none;
  cursor: pointer;
  display: flex;
  height: 45px;
  justify-content: center;
  margin: 0;
  min-height: 0;
  padding: 0;
  width: 45px;
}

.eq-cookie-consent .cky-btn-revisit svg {
  display: block;
  fill: #fff;
  height: 30px;
  width: 30px;
}

.eq-cookie-consent .cky-btn-revisit-wrapper:hover::before {
  background: #4e4b66;
  border-radius: 4px;
  color: #fff;
  content: attr(data-tooltip);
  font-size: 12px;
  line-height: 16px;
  padding: 4px 8px;
  position: absolute;
  width: max-content;
}

.eq-cookie-consent .cky-revisit-bottom-left:hover::before,
.eq-cookie-consent .cky-revisit-top-left:hover::before {
  left: calc(100% + 7px);
}

.eq-cookie-consent .cky-revisit-bottom-right:hover::before,
.eq-cookie-consent .cky-revisit-top-right:hover::before {
  right: calc(100% + 7px);
}

.eq-cookie-consent .cky-consent-container {
  border-radius: 6px;
  position: fixed;
  width: 440px;
  z-index: 9999999;
}

.eq-cookie-consent .cky-box-bottom-left {
  bottom: 40px;
  left: 40px;
}

.eq-cookie-consent .cky-box-bottom-right {
  bottom: 40px;
  right: 40px;
}

.eq-cookie-consent .cky-box-top-left {
  left: 40px;
  top: 40px;
}

.eq-cookie-consent .cky-box-top-right {
  right: 40px;
  top: 40px;
}

.eq-cookie-consent .cky-consent-bar {
  background: var(--cky-bg, #fff);
  border: 1px solid var(--cky-border, #f4f4f4);
  border-radius: 6px;
  box-shadow: 0 -1px 10px 0 #acabab4d;
  padding: 20px 26px;
}

.eq-cookie-consent .cky-title {
  color: var(--cky-text, #212121);
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  margin: 0 0 12px;
}

.eq-cookie-consent .cky-notice-des,
.eq-cookie-consent .cky-preference-content-wrapper,
.eq-cookie-consent .cky-accordion-header-des {
  color: var(--cky-text, #212121);
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.eq-cookie-consent .cky-notice-des *,
.eq-cookie-consent .cky-preference-content-wrapper *,
.eq-cookie-consent .cky-accordion-header-des * {
  font-size: 14px;
}

.eq-cookie-consent .cky-notice-des p,
.eq-cookie-consent .cky-preference-content-wrapper p,
.eq-cookie-consent .cky-accordion-header-des p {
  color: inherit;
  margin-top: 0;
  overflow-wrap: break-word;
}

.eq-cookie-consent .cky-notice-des p:last-child,
.eq-cookie-consent .cky-preference-content-wrapper p:last-child,
.eq-cookie-consent .cky-accordion-header-des p:last-child {
  margin-bottom: 0;
}

.eq-cookie-consent .cky-policy,
.eq-cookie-consent .cky-policy:visited {
  background: transparent;
  border: 0;
  color: var(--cky-primary, #1863dc) !important;
  cursor: pointer;
  font-size: 14px;
  text-decoration: underline !important;
  transform: none !important;
  white-space: nowrap;
}

.eq-cookie-consent .cky-notice-btn-wrapper {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 16px;
}

.eq-cookie-consent .cky-btn {
  border: 2px solid var(--cky-primary, #1863dc);
  border-radius: 2px;
  box-shadow: none;
  cursor: pointer;
  flex: auto;
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  margin: 0 8px 0 0;
  max-width: 100%;
  min-height: 0;
  padding: 8px;
  text-align: center;
  text-shadow: none;
  text-transform: none;
}

.eq-cookie-consent .cky-btn:hover {
  opacity: 0.8;
}

.eq-cookie-consent .cky-btn:last-child {
  margin-right: 0;
}

.eq-cookie-consent .cky-btn-customize,
.eq-cookie-consent .cky-btn-reject,
.eq-cookie-consent .cky-btn-preferences {
  background: transparent !important;
  color: var(--cky-primary, #1863dc) !important;
}

.eq-cookie-consent .cky-btn-accept {
  background: var(--cky-primary, #1863dc) !important;
  color: #fff !important;
}

.eq-cookie-consent .cky-btn:focus-visible,
.eq-cookie-consent .cky-btn-close:focus-visible,
.eq-cookie-consent .cky-btn-revisit:focus-visible,
.eq-cookie-consent .cky-accordion-btn:focus-visible,
.eq-cookie-consent .cky-switch input:focus-visible {
  outline: 2px solid var(--cky-primary, #1863dc);
  outline-offset: 2px;
}

.eq-cookie-consent .cky-modal {
  background: var(--cky-bg, #fff);
  border-radius: 6px;
  box-shadow: 0 32px 68px rgba(0, 0, 0, 0.3);
  color: var(--cky-text, #212121);
  left: 50%;
  margin: 0 auto;
  max-width: 100%;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 999999999;
}

.eq-cookie-consent .cky-preference-center {
  background: var(--cky-bg, #fff);
  border: 1px solid var(--cky-border, #f4f4f4);
  border-radius: 6px;
  color: var(--cky-text, #212121);
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  max-height: 79vh;
  overflow: hidden;
  width: 845px;
}

.eq-cookie-consent .cky-preference-header {
  align-items: center;
  border-bottom: 1px solid var(--cky-border, #f4f4f4);
  display: flex;
  justify-content: space-between;
  padding: 22px 24px;
}

.eq-cookie-consent .cky-preference-title {
  color: var(--cky-text, #212121);
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.eq-cookie-consent .cky-btn-close {
  align-items: center;
  background: none !important;
  border: 0;
  box-shadow: none;
  color: var(--cky-text, #212121);
  cursor: pointer;
  display: flex;
  font-size: 24px;
  height: 24px;
  justify-content: center;
  line-height: 1;
  margin: 0;
  min-height: 0;
  padding: 0;
  width: 24px;
}

.eq-cookie-consent .cky-preference-body-wrapper {
  flex: 1;
  overflow: auto;
  padding: 0 24px;
}

.eq-cookie-consent .cky-preference-content-wrapper {
  border-bottom: 1px solid var(--cky-border, #f4f4f4);
  padding: 12px 0;
}

.eq-cookie-consent .cky-accordion-wrapper {
  margin-bottom: 10px;
}

.eq-cookie-consent .cky-accordion {
  border-bottom: 1px solid var(--cky-border, #f4f4f4);
}

.eq-cookie-consent .cky-accordion:last-child {
  border-bottom: 0;
}

.eq-cookie-consent .cky-accordion-item {
  display: flex;
  margin-top: 10px;
}

.eq-cookie-consent .cky-accordion-chevron {
  cursor: pointer;
  margin-right: 22px;
  position: relative;
}

.eq-cookie-consent .cky-accordion-chevron i::before {
  border-bottom: 1.4px solid var(--cky-text, #212121);
  border-right: 1.4px solid var(--cky-text, #212121);
  content: "";
  height: 6px;
  position: absolute;
  top: 8px;
  transform: rotate(-45deg);
  transition: transform 0.2s ease-in-out;
  width: 6px;
}

.eq-cookie-consent .cky-accordion-active .cky-accordion-chevron i::before {
  transform: rotate(45deg);
}

.eq-cookie-consent .cky-accordion-header-wrapper {
  cursor: pointer;
  width: 100%;
}

.eq-cookie-consent .cky-accordion-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.eq-cookie-consent .cky-accordion-btn {
  background: none !important;
  border: 0;
  box-shadow: none;
  color: var(--cky-text, #212121);
  cursor: pointer;
  font-family: inherit;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin: 0;
  min-height: 0;
  padding: 0;
  text-align: left;
  text-shadow: none;
  text-transform: none;
}

.eq-cookie-consent .cky-always-active {
  color: #008000;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  margin-left: 12px;
}

.eq-cookie-consent .cky-accordion-header-des {
  margin: 10px 0 16px;
}

.eq-cookie-consent .cky-accordion-body {
  display: none;
}

.eq-cookie-consent .cky-accordion-active .cky-accordion-body {
  display: block;
  margin-bottom: 16px;
  padding: 0 22px;
}

.eq-cookie-consent .cky-audit-table {
  background: var(--cky-audit-bg, #f4f4f4);
  border: 1px solid var(--cky-audit-border, #ebebeb);
  border-radius: 6px;
  color: var(--cky-text, #212121);
}

.eq-cookie-consent .cky-empty-cookies-text {
  color: inherit;
  font-size: 12px;
  line-height: 24px;
  margin: 0;
  padding: 10px;
}

.eq-cookie-consent .cky-switch {
  display: flex;
}

.eq-cookie-consent .cky-switch input[type="checkbox"] {
  appearance: none;
  background: #d0d5d2;
  border: 0;
  border-radius: 50px;
  cursor: pointer;
  height: 24px;
  margin: 0;
  outline: 0;
  position: relative;
  top: 0;
  width: 44px;
}

.eq-cookie-consent .cky-switch input[type="checkbox"]:checked {
  background: var(--cky-primary, #1863dc);
}

.eq-cookie-consent .cky-switch input[type="checkbox"]::before {
  background: #fff;
  border-radius: 50%;
  bottom: 2px;
  content: "";
  height: 20px;
  left: 2px;
  position: absolute;
  transition: 0.4s;
  width: 20px;
}

.eq-cookie-consent .cky-switch input[type="checkbox"]:checked::before {
  transform: translateX(20px);
}

.eq-cookie-consent .cky-footer-wrapper {
  position: relative;
}

.eq-cookie-consent .cky-footer-shadow {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, var(--cky-bg, #fff) 100%);
  bottom: calc(100% - 1px);
  display: block;
  height: 40px;
  position: absolute;
  width: 100%;
}

.eq-cookie-consent .cky-prefrence-btn-wrapper {
  align-items: center;
  border-top: 1px solid var(--cky-border, #f4f4f4);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 22px 24px;
}

.eq-cookie-consent .cky-prefrence-btn-wrapper .cky-btn {
  flex: auto;
  max-width: 100%;
}

@media (max-width: 845px) {
  .eq-cookie-consent .cky-modal {
    max-width: calc(100% - 16px);
  }

  .eq-cookie-consent .cky-preference-center {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .eq-cookie-consent .cky-box-bottom-left,
  .eq-cookie-consent .cky-box-bottom-right {
    bottom: 0;
    left: 0;
    right: 0;
  }

  .eq-cookie-consent .cky-box-top-left,
  .eq-cookie-consent .cky-box-top-right {
    left: 0;
    right: 0;
    top: 0;
  }

  .eq-cookie-consent .cky-consent-container {
    max-width: 100%;
    width: 100%;
  }

  .eq-cookie-consent .cky-consent-bar {
    padding: 20px 0;
  }

  .eq-cookie-consent .cky-title,
  .eq-cookie-consent .cky-notice-des,
  .eq-cookie-consent .cky-notice-btn-wrapper {
    padding: 0 24px;
  }

  .eq-cookie-consent .cky-notice-des {
    max-height: 40vh;
    overflow-y: auto;
  }

  .eq-cookie-consent .cky-notice-btn-wrapper,
  .eq-cookie-consent .cky-prefrence-btn-wrapper {
    flex-direction: column;
    margin-top: 0;
  }

  .eq-cookie-consent .cky-btn,
  .eq-cookie-consent .cky-prefrence-btn-wrapper .cky-btn {
    margin: 10px 0 0;
    width: 100%;
  }

  .eq-cookie-consent .cky-notice-btn-wrapper .cky-btn-accept,
  .eq-cookie-consent .cky-prefrence-btn-wrapper .cky-btn-accept {
    margin-top: 16px;
    order: 1;
  }

  .eq-cookie-consent .cky-notice-btn-wrapper .cky-btn-customize,
  .eq-cookie-consent .cky-prefrence-btn-wrapper .cky-btn-preferences {
    order: 2;
  }

  .eq-cookie-consent .cky-notice-btn-wrapper .cky-btn-reject,
  .eq-cookie-consent .cky-prefrence-btn-wrapper .cky-btn-reject {
    order: 3;
  }

  .eq-cookie-consent .cky-modal {
    max-width: 100%;
  }

  .eq-cookie-consent .cky-preference-center {
    max-height: 100vh;
  }
}

@media (max-width: 425px) {
  .eq-cookie-consent .cky-accordion-chevron {
    margin-right: 15px;
  }

  .eq-cookie-consent .cky-accordion-active .cky-accordion-body {
    padding: 0 15px;
  }

  .eq-cookie-consent .cky-switch input[type="checkbox"] {
    height: 21px;
    width: 38px;
  }

  .eq-cookie-consent .cky-switch input[type="checkbox"]::before {
    height: 17px;
    width: 17px;
  }

  .eq-cookie-consent .cky-switch input[type="checkbox"]:checked::before {
    transform: translateX(17px);
  }
}

@media (max-width: 352px) {
  .eq-cookie-consent .cky-title,
  .eq-cookie-consent .cky-preference-title {
    font-size: 16px;
  }

  .eq-cookie-consent .cky-notice-des,
  .eq-cookie-consent .cky-notice-des *,
  .eq-cookie-consent .cky-preference-content-wrapper,
  .eq-cookie-consent .cky-preference-content-wrapper *,
  .eq-cookie-consent .cky-accordion-header-des,
  .eq-cookie-consent .cky-accordion-header-des *,
  .eq-cookie-consent .cky-btn,
  .eq-cookie-consent .cky-policy {
    font-size: 12px;
  }

  .eq-cookie-consent .cky-accordion-btn {
    font-size: 14px;
  }
}
