.block-alert-bottom {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 15;
  display: block;
  width: 100%;
  padding: 1.5rem 1.25rem 2rem 1.25rem;
  visibility: visible;
  opacity: 1;
  transition: opacity .2s linear,visibility 0s
}
.block-alert-bottom--hidden {
  visibility: hidden;
  opacity: 0;
  transition: opacity .2s linear,visibility 0s .2s
}
@media (min-width:36rem) {
  .block-alert-bottom {
    bottom: clamp(1.25rem,-.75rem + 4.1666666667vw,3rem);
    right: clamp(1.25rem,-.75rem + 4.1666666667vw,3rem);
    width: 23.4375rem
  }
}
.block-alert-bottom:not(.block-alert-bottom--hidden) ~ .block-alert-bottom {
  visibility: hidden;
  opacity: 0;
  transition: opacity .2s linear,visibility 0s .2s
}
.block-alert-bottom .wp-block-heading {
  font-weight: var(--title-1-font-weight);
  font-size: var(--title-1-font-size);
  font-family: var(--title-1-font-family);
  line-height: var(--title-1-line-height);
  font-variant-numeric: var(--title-1-font-variant-numeric);
  margin-top: 0;
  margin-bottom: var(--title-1-margin-bottom)
}
.block-alert-bottom .wp-block-heading:first-child {
  margin-top: 0
}
.block-alert-bottom .wp-block-heading:last-child {
  margin-bottom: 0
}
.block-alert-bottom p {
  font-weight: var(--subtitle-1-font-weight);
  font-size: var(--subtitle-1-font-size);
  font-family: var(--subtitle-1-font-family);
  line-height: var(--subtitle-1-line-height);
  font-variant-numeric: var(--subtitle-1-font-variant-numeric);
  margin-top: 0;
  margin-bottom: var(--subtitle-1-margin-bottom)
}
.block-alert-bottom p:first-child {
  margin-top: 0
}
.block-alert-bottom p:last-child {
  margin-bottom: 0
}
.block-alert-bottom__close-button {
  font-weight: var(--link-1-font-weight);
  font-size: var(--link-1-font-size);
  font-family: var(--link-1-font-family);
  line-height: var(--link-1-line-height);
  font-variant-numeric: var(--link-1-font-variant-numeric);
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: .6875rem 1.9375rem;
  text-align: center;
  border-radius: .5rem;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  transition: color .2s linear,background-color .2s linear,border .2s linear,transform-origin .2s linear
}
.block-alert-bottom__close-button::after {
  margin-top: .1875rem
}
.block-alert-bottom__close-button:disabled {
  cursor: not-allowed
}
.block-alert-bottom__close-button {
  position: relative;
  z-index: 2;
  padding: .75rem 2rem;
  color: #00161a;
  border: none;
  border-radius: 6.25rem;
  background-color: #daa520;
  overflow: hidden
}
@media (max-width:35.98rem) {
  .block-alert-bottom__close-button {
    width: 100%
  }
}
.bg-black .block-alert-bottom__close-button,
.bg-button-hover .block-alert-bottom__close-button,
.bg-dark .block-alert-bottom__close-button,
.bg-error .block-alert-bottom__close-button,
.bg-gold .block-alert-bottom__close-button,
.bg-gradient-a .block-alert-bottom__close-button,
.bg-gradient-b .block-alert-bottom__close-button,
.bg-gradient-c .block-alert-bottom__close-button,
.bg-gradient-d .block-alert-bottom__close-button,
.bg-green .block-alert-bottom__close-button,
.bg-information .block-alert-bottom__close-button,
.bg-light-green .block-alert-bottom__close-button,
.bg-lime-green .block-alert-bottom__close-button,
.bg-neutral-1 .block-alert-bottom__close-button,
.bg-neutral-2 .block-alert-bottom__close-button,
.bg-neutral-3 .block-alert-bottom__close-button,
.bg-neutral-4 .block-alert-bottom__close-button,
.bg-neutral-5 .block-alert-bottom__close-button,
.bg-neutral-6 .block-alert-bottom__close-button,
.bg-secondary-teal-b .block-alert-bottom__close-button,
.bg-secondary-teal-c .block-alert-bottom__close-button,
.bg-success .block-alert-bottom__close-button {
  color: #00161a;
  border-color: #daa520;
  background-color: #fff
}
.bg-black .block-alert-bottom__close-button.hover,
.bg-black .block-alert-bottom__close-button:focus,
.bg-black .block-alert-bottom__close-button:hover,
.bg-button-hover .block-alert-bottom__close-button.hover,
.bg-button-hover .block-alert-bottom__close-button:focus,
.bg-button-hover .block-alert-bottom__close-button:hover,
.bg-dark .block-alert-bottom__close-button.hover,
.bg-dark .block-alert-bottom__close-button:focus,
.bg-dark .block-alert-bottom__close-button:hover,
.bg-error .block-alert-bottom__close-button.hover,
.bg-error .block-alert-bottom__close-button:focus,
.bg-error .block-alert-bottom__close-button:hover,
.bg-gold .block-alert-bottom__close-button.hover,
.bg-gold .block-alert-bottom__close-button:focus,
.bg-gold .block-alert-bottom__close-button:hover,
.bg-gradient-a .block-alert-bottom__close-button.hover,
.bg-gradient-a .block-alert-bottom__close-button:focus,
.bg-gradient-a .block-alert-bottom__close-button:hover,
.bg-gradient-b .block-alert-bottom__close-button.hover,
.bg-gradient-b .block-alert-bottom__close-button:focus,
.bg-gradient-b .block-alert-bottom__close-button:hover,
.bg-gradient-c .block-alert-bottom__close-button.hover,
.bg-gradient-c .block-alert-bottom__close-button:focus,
.bg-gradient-c .block-alert-bottom__close-button:hover,
.bg-gradient-d .block-alert-bottom__close-button.hover,
.bg-gradient-d .block-alert-bottom__close-button:focus,
.bg-gradient-d .block-alert-bottom__close-button:hover,
.bg-green .block-alert-bottom__close-button.hover,
.bg-green .block-alert-bottom__close-button:focus,
.bg-green .block-alert-bottom__close-button:hover,
.bg-information .block-alert-bottom__close-button.hover,
.bg-information .block-alert-bottom__close-button:focus,
.bg-information .block-alert-bottom__close-button:hover,
.bg-light-green .block-alert-bottom__close-button.hover,
.bg-light-green .block-alert-bottom__close-button:focus,
.bg-light-green .block-alert-bottom__close-button:hover,
.bg-lime-green .block-alert-bottom__close-button.hover,
.bg-lime-green .block-alert-bottom__close-button:focus,
.bg-lime-green .block-alert-bottom__close-button:hover,
.bg-neutral-1 .block-alert-bottom__close-button.hover,
.bg-neutral-1 .block-alert-bottom__close-button:focus,
.bg-neutral-1 .block-alert-bottom__close-button:hover,
.bg-neutral-2 .block-alert-bottom__close-button.hover,
.bg-neutral-2 .block-alert-bottom__close-button:focus,
.bg-neutral-2 .block-alert-bottom__close-button:hover,
.bg-neutral-3 .block-alert-bottom__close-button.hover,
.bg-neutral-3 .block-alert-bottom__close-button:focus,
.bg-neutral-3 .block-alert-bottom__close-button:hover,
.bg-neutral-4 .block-alert-bottom__close-button.hover,
.bg-neutral-4 .block-alert-bottom__close-button:focus,
.bg-neutral-4 .block-alert-bottom__close-button:hover,
.bg-neutral-5 .block-alert-bottom__close-button.hover,
.bg-neutral-5 .block-alert-bottom__close-button:focus,
.bg-neutral-5 .block-alert-bottom__close-button:hover,
.bg-neutral-6 .block-alert-bottom__close-button.hover,
.bg-neutral-6 .block-alert-bottom__close-button:focus,
.bg-neutral-6 .block-alert-bottom__close-button:hover,
.bg-secondary-teal-b .block-alert-bottom__close-button.hover,
.bg-secondary-teal-b .block-alert-bottom__close-button:focus,
.bg-secondary-teal-b .block-alert-bottom__close-button:hover,
.bg-secondary-teal-c .block-alert-bottom__close-button.hover,
.bg-secondary-teal-c .block-alert-bottom__close-button:focus,
.bg-secondary-teal-c .block-alert-bottom__close-button:hover,
.bg-success .block-alert-bottom__close-button.hover,
.bg-success .block-alert-bottom__close-button:focus,
.bg-success .block-alert-bottom__close-button:hover,
a:focus .bg-black .block-alert-bottom__close-button,
a:focus .bg-button-hover .block-alert-bottom__close-button,
a:focus .bg-dark .block-alert-bottom__close-button,
a:focus .bg-error .block-alert-bottom__close-button,
a:focus .bg-gold .block-alert-bottom__close-button,
a:focus .bg-gradient-a .block-alert-bottom__close-button,
a:focus .bg-gradient-b .block-alert-bottom__close-button,
a:focus .bg-gradient-c .block-alert-bottom__close-button,
a:focus .bg-gradient-d .block-alert-bottom__close-button,
a:focus .bg-green .block-alert-bottom__close-button,
a:focus .bg-information .block-alert-bottom__close-button,
a:focus .bg-light-green .block-alert-bottom__close-button,
a:focus .bg-lime-green .block-alert-bottom__close-button,
a:focus .bg-neutral-1 .block-alert-bottom__close-button,
a:focus .bg-neutral-2 .block-alert-bottom__close-button,
a:focus .bg-neutral-3 .block-alert-bottom__close-button,
a:focus .bg-neutral-4 .block-alert-bottom__close-button,
a:focus .bg-neutral-5 .block-alert-bottom__close-button,
a:focus .bg-neutral-6 .block-alert-bottom__close-button,
a:focus .bg-secondary-teal-b .block-alert-bottom__close-button,
a:focus .bg-secondary-teal-c .block-alert-bottom__close-button,
a:focus .bg-success .block-alert-bottom__close-button,
a:hover .bg-black .block-alert-bottom__close-button,
a:hover .bg-button-hover .block-alert-bottom__close-button,
a:hover .bg-dark .block-alert-bottom__close-button,
a:hover .bg-error .block-alert-bottom__close-button,
a:hover .bg-gold .block-alert-bottom__close-button,
a:hover .bg-gradient-a .block-alert-bottom__close-button,
a:hover .bg-gradient-b .block-alert-bottom__close-button,
a:hover .bg-gradient-c .block-alert-bottom__close-button,
a:hover .bg-gradient-d .block-alert-bottom__close-button,
a:hover .bg-green .block-alert-bottom__close-button,
a:hover .bg-information .block-alert-bottom__close-button,
a:hover .bg-light-green .block-alert-bottom__close-button,
a:hover .bg-lime-green .block-alert-bottom__close-button,
a:hover .bg-neutral-1 .block-alert-bottom__close-button,
a:hover .bg-neutral-2 .block-alert-bottom__close-button,
a:hover .bg-neutral-3 .block-alert-bottom__close-button,
a:hover .bg-neutral-4 .block-alert-bottom__close-button,
a:hover .bg-neutral-5 .block-alert-bottom__close-button,
a:hover .bg-neutral-6 .block-alert-bottom__close-button,
a:hover .bg-secondary-teal-b .block-alert-bottom__close-button,
a:hover .bg-secondary-teal-c .block-alert-bottom__close-button,
a:hover .bg-success .block-alert-bottom__close-button {
  color: #00161a;
  border-color: #fff;
  background-color: #b2d235
}
.bg-black .block-alert-bottom__close-button:disabled,
.bg-button-hover .block-alert-bottom__close-button:disabled,
.bg-dark .block-alert-bottom__close-button:disabled,
.bg-error .block-alert-bottom__close-button:disabled,
.bg-gold .block-alert-bottom__close-button:disabled,
.bg-gradient-a .block-alert-bottom__close-button:disabled,
.bg-gradient-b .block-alert-bottom__close-button:disabled,
.bg-gradient-c .block-alert-bottom__close-button:disabled,
.bg-gradient-d .block-alert-bottom__close-button:disabled,
.bg-green .block-alert-bottom__close-button:disabled,
.bg-information .block-alert-bottom__close-button:disabled,
.bg-light-green .block-alert-bottom__close-button:disabled,
.bg-lime-green .block-alert-bottom__close-button:disabled,
.bg-neutral-1 .block-alert-bottom__close-button:disabled,
.bg-neutral-2 .block-alert-bottom__close-button:disabled,
.bg-neutral-3 .block-alert-bottom__close-button:disabled,
.bg-neutral-4 .block-alert-bottom__close-button:disabled,
.bg-neutral-5 .block-alert-bottom__close-button:disabled,
.bg-neutral-6 .block-alert-bottom__close-button:disabled,
.bg-secondary-teal-b .block-alert-bottom__close-button:disabled,
.bg-secondary-teal-c .block-alert-bottom__close-button:disabled,
.bg-success .block-alert-bottom__close-button:disabled {
  color: #48595b;
  border-color: #aebfc2;
  background-color: #aebfc2
}
.block-alert-bottom__close-button.hover,
.block-alert-bottom__close-button:focus,
.block-alert-bottom__close-button:hover,
a:focus .block-alert-bottom__close-button,
a:hover .block-alert-bottom__close-button {
  color: #fff;
  border-color: #03252a;
  background-color: #03252a
}
.block-alert-bottom__close-button:disabled {
  color: #677779;
  border-color: #334447;
  background-color: #334447
}
.block-alert-bottom__close-button {
  display: flex;
  width: 100%;
  margin-top: 1.5rem
}