<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* NEWSLETTER-UNSUBSCRIBE PAGE CSS START */
.newsletter-unsubscribe-banner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.newsletter-unsubscribe-banner-top {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.newsletter-unsubscribe-banner-top h1 {
  font-size: 51px;
  letter-spacing: 0.51px;
  line-height: 55px;
  color: var(--color-eae3da);
  font-family: var(--font-ErnstExtraBold);
  padding-top: 33px;
}
.newsletter-unsubscribe-banner-top h1 span,
.newsletter-unsubscribe-banner-top h1 em {
  font-family: var(--font-ErnstMediumItalic) !important;
  font-style: italic;
  font-weight: 400;
}
.newsletter-unsubscribe-banner-top p {
  font-size: 16px;
  line-height: 1.5;
  color: var(--color-eae3da);
  font-family: var(--font-NeulisLight);
  padding-top: 12px;
  max-width: 650px;
  margin: 0 auto;
  padding-bottom: 40px;
}
.feel-the-hummingbird-button {
  padding-top: 50px;
}
.feel-the-hummingbird-button a {
  font-size: 14px;
  color: var(--color-eae3da);
  background: var(--color-003e36);
  font-family: var(--font-ErnstBold);
  letter-spacing: 0.28px;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  width: 347px;
  height: 45px;
}
.feel-the-hummingbird-button a img {
  width: 17px;
  height: 17px;
}

.newsletter-unsubscribe-check-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  padding-top: 40px;
}
.newletter-unsubscribe-form {
  text-align: left;
}
.newletter-unsubscribe-form .cr_form-component--group {
  display: grid;
  grid-template-columns: 1fr;
  gap: 6px;
  margin-bottom: 10px !important;
}
.newletter-unsubscribe-form .cr_form-inputgroup--typecheckbox {
  display: grid;
  grid-template-columns: 35px 365px;
  align-items: center;
  gap: 17px;
}
.newletter-unsubscribe-form input[type="checkbox"] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  background-color: #eae3da !important;
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 28px;
  height: 26px;
  border: none;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
  margin-top: 4px;
  cursor: pointer;
}
.newletter-unsubscribe-form input[type="checkbox"]::before {
  content: "";
  width: 35px;
  height: 35px;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 36px 36px var(--color-003e36);
}
.newletter-unsubscribe-form input[type="checkbox"]:checked::before {
  transform: scale(1) !important;
}

.newletter-unsubscribe-form .cr_form-inputgroup--typecheckbox {
  font-size: 14px;
  font-family: var(--font-NeulisLight);
  color: var(--color-ffffff);
  line-height: 1.5;
  letter-spacing: 0.14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.newletter-unsubscribe-form .cr_body label,
.newletter-unsubscribe-form .cr_body .label {
  font-size: 14px !important;
  font-family: var(--font-NeulisLight) !important;
  color: var(--color-ffffff) !important;
  line-height: 21px !important;
  letter-spacing: 0.16px !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

.newletter-unsubscribe-form .cr_form-inputgroup--typeemail {
  display: flex;
  flex-direction: column-reverse;
}
.newletter-unsubscribe-form input[type="email"] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  cursor: pointer;
  background-color: #eae3da !important;
  max-width: 357px;
  width: 100%;
  height: 45px;
}
.newletter-unsubscribe-form .cr_form-component--submit {
  display: flex !important;
  padding-left: 0 !important;
  margin-top: 40px !important;
}

@media (min-width: 1536px) and (max-width: 1700px) {
  .newsletter-unsubscribe-banner-top {
    padding-top: 20px;
    padding-bottom: 80px;
  }
}
@media (min-width: 1400px) and (max-width: 1536px) {
  .newsletter-unsubscribe-banner-top {
    padding-top: 20px;
    padding-bottom: 0px;
  }
  .newsletter-unsubscribe-banner-top h1 {
    font-size: 45px;
    line-height: 45px;
    padding-top: 20px;
  }
  .newsletter-unsubscribe-banner-top p {
    font-size: 14px;
    max-width: 589px;
    padding-bottom: 20px;
  }
  .newletter-unsubscribe-form .cr_form-component--submit {
    margin-top: 30px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .newsletter-unsubscribe-banner-top {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .newsletter-unsubscribe-banner-top h1 {
    font-size: 40px;
    line-height: 1.1;
  }
  .newsletter-unsubscribe-banner-top p {
    max-width: 550px;
  }
}

@media (max-width: 767.98px) {
  .newsletter-unsubscribe-banner-bottom {
    display: none;
  }
  .newsletter-unsubscribe-banner-top {
    text-align: center;
    padding-top: 35px;
    padding-bottom: 50px;
  }
  .newsletter-unsubscribe-banner-top p strong {
    font-size: 34px;
    line-height: 1.5;
  }
  .newsletter-unsubscribe-banner-top h1 {
    font-size: 32px;
    letter-spacing: 0.51px;
    line-height: 34px;
    padding-top: 20px;
    max-width: 295px;
    margin: 0 auto;
  }
  .newsletter-unsubscribe-banner-top p {
    font-size: 14px;
    padding: 20px 20px 0;
  }
  .newsletter-unsubscribe-banner-top p br {
    display: none;
  }
  .newletter-unsubscribe-form .cr_form-component--group {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  .newletter-unsubscribe-form .cr_body label,
  .newletter-unsubscribe-form .cr_body .label {
    font-size: 14px !important;
    line-height: 1.5 !important;
  }
}

@media (max-width: 575.98px) {
  .newsletter-unsubscribe-banner-content {
    width: 100vw;
  }
  .newsletter-unsubscribe-banner-top h1 {
    max-width: 220px;
}
}
/* NEWSLETTER-UNSUBSCRIBE PAGE CSS END */

body.page-template.page-template-newsletter-unsubscribe.page-template-newsletter-unsubscribe-php.page.page-id-706.logged-in.admin-bar.wp-embed-responsive.wps-has-sidebar.elementor-default.elementor-kit-6.elementor-page.elementor-page-706.dialog-body.dialog-buttons-body.dialog-container.dialog-buttons-container.customize-support
  .logo {
  opacity: 0;
  visibility: hidden;
}
</pre></body></html>