.rwc-cookie-consent[hidden] {
  display: none !important;
}

.rwc-cookie-consent,
.rwc-cookie-consent *,
.rwc-cookie-consent *::before,
.rwc-cookie-consent *::after {
  box-sizing: border-box;
}

.rwc-cookie-consent {
  position: fixed;
  z-index: 100002;
  right: clamp(10px, 1.25vw, 24px);
  bottom: 0;
  left: clamp(10px, 1.25vw, 24px);
  max-height: calc(100vh - 20px);
  overflow-x: hidden;
  overflow-y: auto;
  color: #111111;
  background: #f9f9f9;
  border-bottom: 5px solid #03aeef;
  border-radius: 24px 24px 0 0;
  box-shadow: 0 -10px 40px rgba(0, 0, 0, 0.18);
  opacity: 0;
  transform: translateY(calc(100% + 24px));
  transition: opacity 240ms ease, transform 240ms ease;
}

.rwc-cookie-consent.is-open {
  opacity: 1;
  transform: translateY(0);
}

.rwc-cookie-consent__content {
  position: relative;
  width: 100%;
  padding: clamp(28px, 3vw, 48px) clamp(24px, 3.5vw, 56px) calc(clamp(28px, 3vw, 48px) + env(safe-area-inset-bottom));
}

.rwc-cookie-consent__title {
  max-width: calc(100% - 56px);
  margin: 0;
  color: inherit;
  font-family: inherit;
  font-size: clamp(20px, 1.6vw, 26px);
  font-weight: 700;
  line-height: 1.25;
  text-transform: none;
}

.rwc-cookie-consent__description {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
  margin: 12px 0 0;
  font-size: 16px;
  line-height: 1.5;
}

.rwc-cookie-consent__description a {
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.rwc-cookie-consent .rwc-cookie-consent__description a:hover,
.rwc-cookie-consent .rwc-cookie-consent__description a:focus,
.rwc-cookie-consent .rwc-cookie-consent__description a:active {
  color: #03aeef;
}

.rwc-cookie-consent__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.rwc-cookie-consent__button,
.rwc-cookie-consent__close {
  appearance: none;
  margin: 0;
  color: inherit;
  background: transparent;
  border: 0;
  border-radius: 0;
  font: inherit;
  cursor: pointer;
}

.rwc-cookie-consent__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 12px 30px;
  border: 2px solid #03aeef;
  border-radius: 999px;
  color: #008fc8;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.rwc-cookie-consent__button--accept {
  color: #ffffff;
  background: #03aeef;
}

.rwc-cookie-consent .rwc-cookie-consent__button:hover,
.rwc-cookie-consent .rwc-cookie-consent__button:focus,
.rwc-cookie-consent .rwc-cookie-consent__button:active {
  position: static;
  top: auto;
  color: #008fc8;
  background: transparent;
  border: 2px solid #03aeef;
}

.rwc-cookie-consent .rwc-cookie-consent__button--accept:hover,
.rwc-cookie-consent .rwc-cookie-consent__button--accept:focus,
.rwc-cookie-consent .rwc-cookie-consent__button--accept:active {
  color: #ffffff;
  background: #03aeef;
}

.rwc-cookie-consent .rwc-cookie-consent__button:hover,
.rwc-cookie-consent .rwc-cookie-consent__button:focus-visible {
  filter: brightness(0.9);
}

.rwc-cookie-consent__button:focus-visible,
.rwc-cookie-consent__close:focus-visible,
.rwc-cookie-consent__description a:focus-visible,
.rwc-cookie-legal a:focus-visible {
  outline: 3px solid #03aeef;
  outline-offset: 3px;
}

.rwc-cookie-consent__close {
  position: absolute;
  top: clamp(24px, 2.5vw, 40px);
  right: clamp(24px, 3vw, 48px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 2px solid currentColor;
  font-size: 32px;
  font-weight: 400;
  line-height: 1;
}

.rwc-cookie-consent .rwc-cookie-consent__close:hover,
.rwc-cookie-consent .rwc-cookie-consent__close:focus,
.rwc-cookie-consent .rwc-cookie-consent__close:active {
  position: absolute;
  top: clamp(24px, 2.5vw, 40px);
  right: clamp(24px, 3vw, 48px);
  left: auto;
  color: inherit;
  background: transparent;
  border: 2px solid currentColor;
}

.rwc-cookie-consent__close span {
  display: block;
  transform: translateY(-1px);
}

.rwc-cookie-legal {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px 18px;
  font-size: 15px;
  line-height: 1.5;
}

.rwc-cookie-legal a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}

body > .rwc-cookie-legal {
  padding: 14px 20px;
  color: #ffffff;
  background: #666666;
}

.rwc-ccpa-page .fl-content-full.container {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.rwc-ccpa-page .fl-content-full.container > .row {
  width: 100%;
  margin: 0;
}

.rwc-ccpa-page .fl-content.col-md-12,
.rwc-ccpa-page .fl-post {
  float: none;
  width: 100%;
  margin: 0;
  padding: 0;
}

.rwc-ccpa-page .fl-post-header {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-height: max(360px, 40vh);
  margin: 0;
  padding: 40px 20px 48px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.52)), url("/wp-content/uploads/2020/05/pic2.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}

.rwc-ccpa-page .fl-post-title {
  margin: 0;
  color: #ffffff;
  font-size: clamp(38px, 3.4vw, 52px);
  font-weight: 400;
  line-height: 1.2;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.82);
  text-transform: uppercase;
}

.rwc-ccpa-page .fl-post-header .post-edit-link {
  display: none;
}

.rwc-ccpa-page .fl-post-content {
  width: min(1024px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(44px, 5vw, 72px) 0 clamp(56px, 7vw, 96px);
}

.rwc-ccpa {
  width: 100%;
  color: #242424;
}

.rwc-ccpa,
.rwc-ccpa *,
.rwc-ccpa *::before,
.rwc-ccpa *::after {
  box-sizing: border-box;
}

.rwc-ccpa__intro {
  margin: 0 0 24px;
  font-size: clamp(18px, 1.5vw, 22px);
  line-height: 1.5;
}

.rwc-ccpa__notice {
  margin: 0 0 20px;
  padding: 14px 18px;
  border-left: 5px solid #03aeef;
  background: #eefaff;
  font-size: 16px;
  line-height: 1.5;
}

.rwc-ccpa__notice--error {
  border-left-color: #b42318;
  background: #fff3f2;
}

.rwc-ccpa-form {
  display: grid;
  gap: 18px;
}

.rwc-ccpa-form__field {
  margin: 0;
}

.rwc-ccpa-form__label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.rwc-ccpa-form input[type="text"],
.rwc-ccpa-form input[type="email"],
.rwc-ccpa-form textarea {
  display: block;
  width: 100%;
  margin: 0;
  padding: 18px 20px;
  color: #242424;
  background: #ffffff;
  border: 1px solid #b9b9b9;
  border-radius: 0;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.18);
  font: inherit;
  font-size: 18px;
  line-height: 1.35;
}

.rwc-ccpa-form input[type="text"],
.rwc-ccpa-form input[type="email"] {
  min-height: 64px;
}

.rwc-ccpa-form textarea {
  min-height: 170px;
  resize: vertical;
}

.rwc-ccpa .rwc-ccpa-form input[type="text"]::placeholder,
.rwc-ccpa .rwc-ccpa-form input[type="email"]::placeholder,
.rwc-ccpa .rwc-ccpa-form textarea::placeholder {
  color: #727272;
  opacity: 1;
}

.rwc-ccpa-form input:focus,
.rwc-ccpa-form textarea:focus {
  border-color: #03aeef;
  outline: 3px solid rgba(3, 174, 239, 0.28);
  outline-offset: 1px;
}

.rwc-ccpa-form__honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.rwc-ccpa__reference code {
  overflow-wrap: anywhere;
}

.rwc-ccpa .rwc-ccpa-form__submit,
.rwc-ccpa .rwc-ccpa-form__submit:hover,
.rwc-ccpa .rwc-ccpa-form__submit:focus,
.rwc-ccpa .rwc-ccpa-form__submit:active {
  position: static;
  justify-self: start;
  min-width: 0;
  min-height: 0;
  margin: 8px 0 0;
  padding: 12px 24px;
  color: #ffffff;
  background: #03aeef;
  border: 0;
  border-radius: 4px;
  font-family: Quicksand, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  text-transform: none;
  box-shadow: none;
  cursor: pointer;
}

.rwc-ccpa .rwc-ccpa-form__submit:hover,
.rwc-ccpa .rwc-ccpa-form__submit:focus-visible {
  color: #ffffff;
  background: #03aeef;
  filter: brightness(0.9);
}

.rwc-ccpa .rwc-ccpa-form__submit:focus-visible {
  outline: 3px solid rgba(3, 174, 239, 0.35);
  outline-offset: 3px;
}

@media (max-width: 600px) {
  .rwc-cookie-consent {
    right: 0;
    left: 0;
    border-radius: 20px 20px 0 0;
  }

  .rwc-cookie-consent__title {
    font-size: 20px;
  }

  .rwc-cookie-consent__description,
  .rwc-cookie-consent__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .rwc-cookie-consent__button {
    width: 100%;
  }

  .rwc-ccpa-page .fl-post-header {
    min-height: 320px;
    padding-right: 20px;
    padding-bottom: 32px;
    padding-left: 20px;
  }

  .rwc-ccpa-page .fl-post-title {
    font-size: 34px;
  }

  .rwc-ccpa-page .fl-post-content {
    width: calc(100% - 32px);
    padding-top: 36px;
    padding-bottom: 56px;
  }

  .rwc-ccpa-form {
    gap: 14px;
  }

  .rwc-ccpa .rwc-ccpa-form__submit {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .rwc-cookie-consent {
    transition: none;
  }
}
