#gtag-consent-banner {
  width: 100%;
  position: fixed;
  display: flex;
  flex-direction: column;
  z-index: 100;
  background-color: #fff;
  border-top: 2px solid #bf1b1d;
  padding: 2rem;
  box-shadow: 1px -6px 24px 0px rgba(255, 255, 255, 0.2);
  z-index: 99999;
  box-sizing: border-box;
  left: 0;
}
@media screen and (max-width: 1024px) {
  #gtag-consent-banner {
    padding: 2rem;
    max-height: 100vh;
    overflow: scroll;
  }
}
#gtag-consent-banner.hidden {
  display: none;
}
#gtag-consent-banner.expanded {
  bottom: 0;
}
#gtag-consent-banner.not-expanded {
  bottom: -9.5rem;
}
@media screen and (max-width: 1024px) {
  #gtag-consent-banner.not-expanded {
    bottom: -20rem;
  }
}
#gtag-consent-banner .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
#gtag-consent-banner .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
#gtag-consent-banner .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
}
#gtag-consent-banner .slider::before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: #fff;
  transition: 0.4s;
}
#gtag-consent-banner .slider.round {
  border-radius: 34px;
}
#gtag-consent-banner .slider.round::before {
  border-radius: 50%;
}
#gtag-consent-banner input:checked + .slider {
  background-color: #bf1b1d;
}
#gtag-consent-banner input:checked + .slider::before {
  transform: translateX(26px);
}
#gtag-consent-banner input:disabled:checked + .slider {
  background-color: #ccc;
}
#gtag-consent-banner input:focus + .slider {
  box-shadow: 0 0 1px #bf1b1d;
}
#gtag-consent-banner .button {
  width: 20%;
  height: 3em;
  background-color: rgba(191, 27, 29, 0.6980392157);
  color: #ffffff;
  border: 0;
  font-weight: bold;
  padding: 0.7em 2.2em;
  border-radius: 40px;
  font-size: 1em;
}
@media screen and (max-width: 576px) {
  #gtag-consent-banner .button {
    width: 60%;
    margin: 0;
  }
}
#gtag-consent-banner .button#gtag-consent-chosen {
  width: 100%;
  max-width: 300px;
  margin-left: 20px;
}
@media screen and (max-width: 1024px) {
  #gtag-consent-banner .button#gtag-consent-chosen {
    margin-left: auto;
    margin-right: auto;
  }
}
#gtag-consent-banner .button:hover {
  background-color: #bf1b1d;
  cursor: pointer;
  translate: 0.3s;
}
#gtag-consent-banner .button:focus {
  outline: none;
}
#gtag-consent-banner .up {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 1024px) {
  #gtag-consent-banner .up {
    flex-direction: column;
    padding-bottom: 2rem;
  }
}
#gtag-consent-banner .up .text {
  width: 80%;
}
@media screen and (max-width: 1024px) {
  #gtag-consent-banner .up .text {
    width: 100%;
  }
}
#gtag-consent-banner .up .text h3 {
  margin-bottom: 0.5rem;
}
#gtag-consent-banner .up .buttons {
  width: 30%;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media screen and (max-width: 1024px) {
  #gtag-consent-banner .up .buttons {
    width: 100%;
  }
}
#gtag-consent-banner .up .buttons button {
  width: 100%;
}
#gtag-consent-banner .bottom {
  display: flex;
  flex-direction: row;
  align-items: end;
  gap: 1rem;
  padding: 3rem 0 1rem 0;
}
@media screen and (max-width: 1024px) {
  #gtag-consent-banner .bottom {
    flex-direction: column;
  }
}
#gtag-consent-banner .bottom .switches-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
}
@media screen and (max-width: 1024px) {
  #gtag-consent-banner .bottom .switches-container {
    width: 100%;
    gap: 0;
  }
  #gtag-consent-banner .bottom .switches-container > div {
    width: 49%;
  }
}
#gtag-consent-banner .bottom .switches-container div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
}
#gtag-consent-banner .bottom .switches-container div p {
  font-weight: 500 !important;
}
