*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: Inter, ui-sans-serif, system-ui, sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
  html {
    scroll-behavior: smooth;
  }

  body {
  overflow-x: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(248 245 236 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(23 36 39 / var(--tw-text-opacity, 1));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
    background-image:
      linear-gradient(rgba(248, 245, 236, 0.88), rgba(248, 245, 236, 0.88)),
      -webkit-image-set(
        url("/assets/lovart-yadlyad/textures/parchment-blue-texture.webp") type("image/webp"),
        url("/assets/lovart-yadlyad/textures/parchment-blue-texture.png") type("image/png")
      );
    background-image:
      linear-gradient(rgba(248, 245, 236, 0.88), rgba(248, 245, 236, 0.88)),
      image-set(
        url("/assets/lovart-yadlyad/textures/parchment-blue-texture.webp") type("image/webp"),
        url("/assets/lovart-yadlyad/textures/parchment-blue-texture.png") type("image/png")
      );
    background-size: auto, 620px 620px;
}

  a {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

  :focus-visible {
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 4px;
  outline-color: #ba8a3b;
}
@media (max-width: 639px) {

    .quiet-panel > .page-shell {
      flex-wrap: wrap;
    }
  }
.page-shell {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  overflow-x: hidden;
}
@media (max-width: 639px) {

    .quiet-panel > .page-shell > main {
      flex-wrap: wrap;
    }
  }
.page-shell > main {
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
}
.page-shell > main > .featured-campaign-band:only-child {
    flex: 1 0 auto;
  }
.container-site {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 72rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (min-width: 640px) {

  .container-site {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1024px) {

  .container-site {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 639px) {

    .quiet-panel > .site-header-row {
      flex-wrap: wrap;
    }
  }
.site-header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
    min-height: 4.5rem;
}
@media (max-width: 639px) {

    .quiet-panel > .site-brand {
      flex-wrap: wrap;
    }
  }
.site-brand {
  display: flex;
  min-width: 0px;
  align-items: center;
  gap: 0.75rem;
}
.site-logo {
  height: 3rem;
  width: 3rem;
  flex-shrink: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 640px) {

  .site-logo {
    height: 3.5rem;
    width: 3.5rem;
  }
}
.site-wordmark {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: Georgia, Cambria, Times New Roman, serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(11 37 47 / var(--tw-text-opacity, 1));
}
@media (min-width: 640px) {

  .site-wordmark {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.site-tagline {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(16 50 63 / var(--tw-text-opacity, 1));
}
@media (min-width: 640px) {

  .site-tagline {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
.site-nav-desktop {
    display: none;
  }
.site-header-primary {
    flex-shrink: 0;
  }
.site-nav-mobile {
  border-top-width: 1px;
  border-color: rgb(11 37 47 / 0.1);
}
@media (max-width: 480px) {
    .site-tagline {
      display: none;
    }
  }
@media (min-width: 1180px) {
    .site-header-row {
      min-height: 4.75rem;
    }

  @media (max-width: 639px) {

    .quiet-panel > .site-nav-desktop {
      flex-wrap: wrap;
    }
  }

    .site-nav-desktop {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(11 37 47 / var(--tw-text-opacity, 1));
  }

    .site-header-primary {
    display: inline-flex;
  }

    .site-nav-mobile {
      display: none;
    }
  }
@media (max-width: 340px) {
    .site-header-row {
      gap: 0.5rem;
    }

    .site-brand {
      gap: 0.5rem;
    }

    .site-logo {
      width: 2.5rem;
      height: 2.5rem;
    }

    .site-wordmark {
      overflow: visible;
      font-size: 1rem;
      line-height: 1.2;
      white-space: nowrap;
    }

    .site-tagline {
      display: none;
    }

    .btn.site-header-primary {
      min-height: 2.625rem;
      padding: 0.625rem 0.75rem;
      font-size: 0.875rem;
    }
  }
.container-site > *,
  figure,
  aside,
  article,
  form {
    min-width: 0;
  }
img,
  iframe,
  video {
    max-width: 100%;
  }
@media (max-width: 639px) {
    .container-site {
      width: 100%;
      max-width: 390px;
    }

    .container-site > * {
      max-width: 100%;
    }

    .section .container-site,
    section > .container-site {
      display: block;
    }

    .section .container-site > * + *,
    section > .container-site > * + * {
      margin-top: 2rem;
    }

    .section .btn,
    section .btn {
      width: 100%;
    }

    .quiet-panel > .flex {
      flex-wrap: wrap;
    }
  }
.section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (min-width: 640px) {

  .section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.section-tight {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (min-width: 640px) {

  .section-tight {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}
.eyebrow {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(186 138 59 / var(--tw-text-opacity, 1));
}
.display-title {
  font-family: Georgia, Cambria, Times New Roman, serif;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 600;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(11 37 47 / var(--tw-text-opacity, 1));
}
@media (min-width: 640px) {

  .display-title {
    font-size: 3rem;
    line-height: 1;
  }
}
@media (min-width: 1024px) {

  .display-title {
    font-size: 3.75rem;
    line-height: 1;
  }

  .home-hero-title {
    font-size: 3rem;
    line-height: 1;
  }
}
@media (min-width: 1280px) {

  .home-hero-title {
    font-size: 3.75rem;
    line-height: 1;
  }
}
.page-title {
  font-family: Georgia, Cambria, Times New Roman, serif;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 600;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(11 37 47 / var(--tw-text-opacity, 1));
}
@media (min-width: 640px) {

  .page-title {
    font-size: 3rem;
    line-height: 1;
  }
}
.lead {
  font-size: 1rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(16 50 63 / var(--tw-text-opacity, 1));
}
@media (min-width: 640px) {

  .lead {
    font-size: 1.25rem;
    line-height: 2rem;
  }
}
.btn {
  display: inline-flex;
  min-height: 3rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  --tw-shadow: 0 1px 0 rgba(16, 50, 63, 0.12);
  --tw-shadow-colored: 0 1px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.btn-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(16 50 63 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.btn-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(22 72 90 / var(--tw-bg-opacity, 1));
}
.btn-secondary {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(16 50 63 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(11 37 47 / var(--tw-text-opacity, 1));
}
.btn-secondary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(11 37 47 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.btn-gold {
  --tw-bg-opacity: 1;
  background-color: rgb(186 138 59 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(11 37 47 / var(--tw-text-opacity, 1));
}
.btn-gold:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(201 154 80 / var(--tw-bg-opacity, 1));
}
.card {
  min-width: 0px;
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: rgb(16 50 63 / 0.1);
  background-color: rgb(255 255 255 / 0.8);
  padding: 1.5rem;
  --tw-shadow: 0 18px 45px rgba(16, 50, 63, 0.10);
  --tw-shadow-colored: 0 18px 45px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.quiet-panel {
  min-width: 0px;
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: rgb(16 50 63 / 0.1);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1.5rem;
  --tw-shadow: 0 18px 45px rgba(16, 50, 63, 0.10);
  --tw-shadow-colored: 0 18px 45px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.surface-parchment {
  --tw-bg-opacity: 1;
  background-color: rgb(255 250 240 / var(--tw-bg-opacity, 1));
    background-image:
      linear-gradient(rgba(255, 250, 240, 0.9), rgba(255, 250, 240, 0.9)),
      -webkit-image-set(
        url("/assets/lovart-yadlyad/textures/parchment-blue-texture.webp") type("image/webp"),
        url("/assets/lovart-yadlyad/textures/parchment-blue-texture.png") type("image/png")
      );
    background-image:
      linear-gradient(rgba(255, 250, 240, 0.9), rgba(255, 250, 240, 0.9)),
      image-set(
        url("/assets/lovart-yadlyad/textures/parchment-blue-texture.webp") type("image/webp"),
        url("/assets/lovart-yadlyad/textures/parchment-blue-texture.png") type("image/png")
      );
    background-size: auto, 560px 560px;
}
.surface-cream {
  --tw-bg-opacity: 1;
  background-color: rgb(248 245 236 / var(--tw-bg-opacity, 1));
    background-image:
      linear-gradient(rgba(248, 245, 236, 0.86), rgba(248, 245, 236, 0.86)),
      -webkit-image-set(
        url("/assets/lovart-yadlyad/textures/parchment-blue-texture.webp") type("image/webp"),
        url("/assets/lovart-yadlyad/textures/parchment-blue-texture.png") type("image/png")
      );
    background-image:
      linear-gradient(rgba(248, 245, 236, 0.86), rgba(248, 245, 236, 0.86)),
      image-set(
        url("/assets/lovart-yadlyad/textures/parchment-blue-texture.webp") type("image/webp"),
        url("/assets/lovart-yadlyad/textures/parchment-blue-texture.png") type("image/png")
      );
    background-size: auto, 620px 620px;
}
.hero-atmosphere {
  position: relative;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(255 250 240 / var(--tw-bg-opacity, 1));
    background-image:
      linear-gradient(180deg, rgba(255, 250, 240, 0.96) 0%, rgba(255, 250, 240, 0.82) 45%, rgba(255, 250, 240, 0.52) 100%),
      -webkit-image-set(
        url("/assets/lovart-yadlyad/backgrounds/hero-bg-mobile.webp") type("image/webp"),
        url("/assets/lovart-yadlyad/backgrounds/hero-bg-mobile.png") type("image/png")
      );
    background-image:
      linear-gradient(180deg, rgba(255, 250, 240, 0.96) 0%, rgba(255, 250, 240, 0.82) 45%, rgba(255, 250, 240, 0.52) 100%),
      image-set(
        url("/assets/lovart-yadlyad/backgrounds/hero-bg-mobile.webp") type("image/webp"),
        url("/assets/lovart-yadlyad/backgrounds/hero-bg-mobile.png") type("image/png")
      );
    background-position: center, bottom center;
    background-size: cover, cover;
}
.home-hero-grid {
  display: grid;
  align-items: center;
  gap: 2rem;
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}
@media (min-width: 640px) {

  .home-hero-grid {
    gap: 2.5rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media (min-width: 760px) {
    .home-hero-grid {
      grid-template-columns: minmax(0, 1.05fr) minmax(19rem, 0.95fr);
      padding-top: 3rem;
      padding-bottom: 3rem;
    }

    .home-hero-title {
      font-size: 2.75rem;
    }

    .home-path-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
@media (min-width: 1280px) {
    .home-hero-grid {
      padding-top: 5.5rem;
      padding-bottom: 5.5rem;
    }

    .home-hero-title {
      font-size: 3.35rem;
    }
  }
.hero-atmosphere::after,
  .section-hairline::after {
    content: "";
    pointer-events: none;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(186, 138, 59, 0.72), transparent);
  }
@media (min-width: 1024px) {
    .hero-atmosphere {
      background-image:
        linear-gradient(90deg, rgba(255, 250, 240, 0.98) 0%, rgba(255, 250, 240, 0.86) 42%, rgba(255, 250, 240, 0.24) 72%, rgba(255, 250, 240, 0.02) 100%),
        -webkit-image-set(
          url("/assets/lovart-yadlyad/backgrounds/hero-bg-desktop.webp") type("image/webp"),
          url("/assets/lovart-yadlyad/backgrounds/hero-bg-desktop.png") type("image/png")
        );
      background-image:
        linear-gradient(90deg, rgba(255, 250, 240, 0.98) 0%, rgba(255, 250, 240, 0.86) 42%, rgba(255, 250, 240, 0.24) 72%, rgba(255, 250, 240, 0.02) 100%),
        image-set(
          url("/assets/lovart-yadlyad/backgrounds/hero-bg-desktop.webp") type("image/webp"),
          url("/assets/lovart-yadlyad/backgrounds/hero-bg-desktop.png") type("image/png")
        );
      background-position: center, center right;
    }
  }
.hero-atmosphere > *,
  .donate-atmosphere > *,
  .application-atmosphere > *,
  .campaign-atmosphere > *,
  .section-hairline > * {
  position: relative;
  z-index: 10;
}
.brand-panel {
  min-width: 0px;
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.6);
  background-color: rgb(255 255 255 / 0.85);
  padding: 1.5rem;
  --tw-shadow: 0 18px 45px rgba(16, 50, 63, 0.10);
  --tw-shadow-colored: 0 18px 45px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-backdrop-blur: blur(8px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.crisis-path-grid {
  display: grid;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: rgb(255 255 255 / 0.15);
}
.crisis-path {
  min-width: 0px;
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
.crisis-path + .crisis-path {
  border-top-width: 1px;
  border-color: rgb(255 255 255 / 0.15);
}
.crisis-path-label {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
}
.crisis-path-risk .crisis-path-label {
  color: rgb(255 255 255 / 0.55);
}
.crisis-path-help .crisis-path-label {
  --tw-text-opacity: 1;
  color: rgb(186 138 59 / var(--tw-text-opacity, 1));
}
.crisis-path h3 {
  margin-top: 0.75rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.crisis-path ol {
  margin-top: 1.5rem;
}
.crisis-path ol > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.crisis-path ol {
    counter-reset: crisis-path;
  }
.crisis-path li {
  position: relative;
  padding-left: 2.5rem;
  line-height: 1.75rem;
  color: rgb(255 255 255 / 0.75);
    counter-increment: crisis-path;
}
.crisis-path li::before {
    content: counter(crisis-path);
  }
@media (max-width: 639px) {

    .quiet-panel > .crisis-path li::before {
      flex-wrap: wrap;
    }
  }
.crisis-path li::before {
  position: absolute;
  left: 0px;
  top: 0px;
  display: flex;
  height: 1.75rem;
  width: 1.75rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.25);
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.crisis-path-help li::before {
  --tw-border-opacity: 1;
  border-color: rgb(186 138 59 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(186 138 59 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(11 37 47 / var(--tw-text-opacity, 1));
}
.impact-conclusion {
  margin-top: 2rem;
  border-left-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(186 138 59 / var(--tw-border-opacity, 1));
  padding-left: 1.25rem;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    max-width: 48rem;
}
@media (min-width: 768px) {
    .outcome-sequence {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .outcome-step {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

    .outcome-step:first-child {
      padding-left: 0;
    }

    .outcome-step:last-child {
      padding-right: 0;
    }

    .outcome-step + .outcome-step {
    border-left-width: 1px;
    border-top-width: 0px;
    border-color: rgb(255 255 255 / 0.15);
  }

    .crisis-path-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .crisis-path {
    padding-left: 2rem;
    padding-right: 2rem;
  }

    .crisis-path:first-child {
      padding-left: 0;
    }

    .crisis-path:last-child {
      padding-right: 0;
    }

    .crisis-path + .crisis-path {
    border-left-width: 1px;
    border-top-width: 0px;
    border-color: rgb(255 255 255 / 0.15);
  }
  }
.document-frame {
  position: relative;
  overflow: hidden;
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: rgb(16 50 63 / 0.15);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 18px 45px rgba(16, 50, 63, 0.10);
  --tw-shadow-colored: 0 18px 45px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.document-frame::before {
    content: "";
    pointer-events: none;
    position: absolute;
    inset: 0.75rem;
    border-radius: 0.375rem;
    border-width: 1px;
    border-color: rgb(186 138 59 / 0.3);
  }
.document-frame > * {
  position: relative;
  z-index: 10;
}
.haskama-quote-layout {
  display: grid;
  align-items: center;
  gap: 2rem;
}
.haskama-quote {
  font-family: Georgia, Cambria, Times New Roman, serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 600;
  line-height: 1.375;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 640px) {

  .haskama-quote {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
.haskama-quote {
    max-width: 48rem;
  }
@media (max-width: 639px) {

    .quiet-panel > .haskama-portrait-wrap {
      flex-wrap: wrap;
    }
  }
.haskama-portrait-wrap {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  min-height: 18rem;
  width: 100%;
  max-width: 24rem;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
  border-bottom-width: 1px;
  border-color: rgb(186 138 59 / 0.6);
}
.haskama-portrait-wrap::before {
    content: "";
    pointer-events: none;
    position: absolute;
    left: 1.5rem;
    right: 1.5rem;
    bottom: 0px;
    height: 13rem;
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
    border-width: 1px;
    border-color: rgb(255 255 255 / 0.1);
    background-color: rgb(255 255 255 / 0.05);
  }
.haskama-portrait {
  position: relative;
  z-index: 10;
  max-height: 20rem;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
}
.haskama-document img {
    max-height: none;
  }
@media (min-width: 768px) {
    .haskama-quote-layout {
      grid-template-columns: minmax(0, 1.3fr) minmax(15rem, 0.7fr);
    }
  }
@media (min-width: 1024px) {
    .haskama-details {
      position: sticky;
      top: 7rem;
    }
  }
.dark-texture {
  --tw-bg-opacity: 1;
  background-color: rgb(11 37 47 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    background-image:
      linear-gradient(rgba(11, 37, 47, 0.87), rgba(11, 37, 47, 0.9)),
      -webkit-image-set(
        url("/assets/lovart-yadlyad/textures/teal-dark-texture.webp") type("image/webp"),
        url("/assets/lovart-yadlyad/textures/teal-dark-texture.png") type("image/png")
      );
    background-image:
      linear-gradient(rgba(11, 37, 47, 0.87), rgba(11, 37, 47, 0.9)),
      image-set(
        url("/assets/lovart-yadlyad/textures/teal-dark-texture.webp") type("image/webp"),
        url("/assets/lovart-yadlyad/textures/teal-dark-texture.png") type("image/png")
      );
    background-size: auto, 560px 560px;
}
.donate-atmosphere {
  position: relative;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(11 37 47 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-image:
      linear-gradient(180deg, rgba(11, 37, 47, 0.9), rgba(11, 37, 47, 0.72)),
      -webkit-image-set(
        url("/assets/lovart-yadlyad/backgrounds/donate-cta-mobile.webp") type("image/webp"),
        url("/assets/lovart-yadlyad/backgrounds/donate-cta-mobile.png") type("image/png")
      );
    background-image:
      linear-gradient(180deg, rgba(11, 37, 47, 0.9), rgba(11, 37, 47, 0.72)),
      image-set(
        url("/assets/lovart-yadlyad/backgrounds/donate-cta-mobile.webp") type("image/webp"),
        url("/assets/lovart-yadlyad/backgrounds/donate-cta-mobile.png") type("image/png")
      );
    background-position: center, center;
    background-size: cover, cover;
}
.donate-hero-title {
  font-family: Georgia, Cambria, Times New Roman, serif;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 600;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 1280px) {

  .donate-hero-title {
    font-size: 3.75rem;
    line-height: 1;
  }
}
.donate-hero-grid {
  display: grid;
  align-items: center;
  gap: 2rem;
}
.donate-clarity-panel {
  max-width: 64rem;
}
@media (min-width: 760px) {
    .donate-hero-grid {
      grid-template-columns: minmax(0, 0.95fr) minmax(17rem, 0.72fr);
      gap: 1.5rem;
    }

    .donate-hero-title {
      font-size: 2.25rem;
    }

    .donate-clarity-panel {
      max-width: none;
      padding: 1rem;
    }
  }
@media (min-width: 1040px) {
    .donate-hero-grid {
      grid-template-columns: minmax(0, 0.95fr) minmax(20rem, 0.76fr);
      gap: 1.5rem;
    }

    .donate-hero-title {
      font-size: 2.5rem;
    }

    .donate-clarity-panel {
      padding: 1.25rem;
    }
  }
@media (min-width: 1280px) {
    .donate-hero-grid {
      grid-template-columns: minmax(0, 1fr) minmax(23rem, 0.72fr);
      gap: 2rem;
    }

    .donate-hero-title {
      font-size: 3.75rem;
    }

    .donate-atmosphere {
      padding-top: 5rem;
      padding-bottom: 5rem;
    }
  }
@media (min-width: 768px) {
    .donate-atmosphere {
      background-image:
        linear-gradient(90deg, rgba(11, 37, 47, 0.94) 0%, rgba(11, 37, 47, 0.78) 52%, rgba(11, 37, 47, 0.56) 100%),
        -webkit-image-set(
          url("/assets/lovart-yadlyad/backgrounds/donate-cta-desktop.webp") type("image/webp"),
          url("/assets/lovart-yadlyad/backgrounds/donate-cta-desktop.png") type("image/png")
        );
      background-image:
        linear-gradient(90deg, rgba(11, 37, 47, 0.94) 0%, rgba(11, 37, 47, 0.78) 52%, rgba(11, 37, 47, 0.56) 100%),
        image-set(
          url("/assets/lovart-yadlyad/backgrounds/donate-cta-desktop.webp") type("image/webp"),
          url("/assets/lovart-yadlyad/backgrounds/donate-cta-desktop.png") type("image/png")
        );
      background-position: center, center;
    }
  }
@media (max-width: 639px) {

    .quiet-panel > .featured-campaign-band,.quiet-panel > 
  .urgent-campaign-hero {
      flex-wrap: wrap;
    }
  }
.featured-campaign-band,
  .urgent-campaign-hero {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(11 37 47 / var(--tw-text-opacity, 1));
    isolation: isolate;
}
.featured-campaign-band::after,
  .urgent-campaign-hero::after {
    content: "";
    pointer-events: none;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 1px;
    z-index: 3;
    background: linear-gradient(90deg, transparent, rgba(186, 138, 59, 0.9), transparent);
  }
.featured-campaign-key-art,
  .urgent-campaign-key-art {
  position: relative;
  order: 2;
  display: block;
  width: 100%;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(11 37 47 / var(--tw-bg-opacity, 1));
    z-index: 0;
    height: clamp(26rem, 116vw, 36rem);
}
.featured-campaign-key-art img,
  .urgent-campaign-key-art img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
    -o-object-position: center 72%;
       object-position: center 72%;
}
@media (max-width: 639px) {

    .quiet-panel > .featured-campaign-layout,.quiet-panel > 
  .urgent-campaign-hero-grid {
      flex-wrap: wrap;
    }
  }
.featured-campaign-layout,
  .urgent-campaign-hero-grid {
  position: relative;
  order: 1;
  display: flex;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media (min-width: 640px) {

  .featured-campaign-layout,
  .urgent-campaign-hero-grid {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.featured-campaign-layout,
  .urgent-campaign-hero-grid {
    z-index: 2;
  }
.featured-campaign-copy,
  .urgent-campaign-hero-copy {
    max-width: 41rem;
    text-shadow: none;
  }
.featured-campaign-name {
  margin-top: 1rem;
  font-family: Georgia, Cambria, Times New Roman, serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(186 138 59 / var(--tw-text-opacity, 1));
}
@media (min-width: 640px) {

  .featured-campaign-name {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
.featured-campaign-copy h1,
  .featured-campaign-copy h2 {
  margin-top: 0.75rem;
  max-width: 42rem;
  font-family: Georgia, Cambria, Times New Roman, serif;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 600;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(11 37 47 / var(--tw-text-opacity, 1));
}
@media (min-width: 640px) {

  .featured-campaign-copy h1,
  .featured-campaign-copy h2 {
    font-size: 3rem;
    line-height: 1;
  }
}
.featured-campaign-summary {
  margin-top: 1.25rem;
  max-width: 42rem;
  font-size: 1rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(22 72 90 / var(--tw-text-opacity, 1));
}
@media (min-width: 640px) {

  .featured-campaign-summary {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (max-width: 639px) {

    .quiet-panel > .featured-campaign-actions {
      flex-wrap: wrap;
    }
  }
.featured-campaign-actions {
  margin-top: 1.75rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}
@media (min-width: 640px) {

  .featured-campaign-actions {
    flex-direction: row;
    align-items: center;
  }
}
.campaign-progress {
  margin: 0px;
  max-width: none;
  border-width: 0px;
  padding: 0px;
}
.campaign-progress-band {
  position: relative;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: rgb(11 37 47 / 0.1);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
@media (min-width: 640px) {

  .campaign-progress-band {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }
}
.campaign-progress-label {
  margin-bottom: 1rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(186 138 59 / var(--tw-text-opacity, 1));
}
.campaign-progress-heading {
  display: grid;
  gap: 0.75rem;
}
.campaign-progress-heading p {
  min-width: 0px;
}
.campaign-progress-heading strong {
  display: block;
}
.campaign-progress-heading p > span {
  display: block;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(30 99 117 / var(--tw-text-opacity, 1));
}
.campaign-progress-heading strong {
  margin-top: 0.25rem;
  font-family: Georgia, Cambria, Times New Roman, serif;
  font-weight: 600;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(11 37 47 / var(--tw-text-opacity, 1));
}
.campaign-progress-raised strong {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
@media (min-width: 640px) {

  .campaign-progress-raised strong {
    font-size: 3rem;
    line-height: 1;
  }
}
.campaign-progress-goal strong {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
@media (min-width: 640px) {

  .campaign-progress-goal strong {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
.campaign-progress-percent {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(186 138 59 / var(--tw-text-opacity, 1));
}
.campaign-progress-track {
  margin-top: 1.25rem;
  height: 0.75rem;
  overflow: hidden;
  border-width: 1px;
  border-color: rgb(11 37 47 / 0.1);
  background-color: rgb(11 37 47 / 0.1);
}
.campaign-progress-track > span {
  display: block;
  height: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(186 138 59 / var(--tw-bg-opacity, 1));
    min-width: 0.25rem;
}
.campaign-progress-updated {
  margin-top: 0.75rem;
  font-size: 0.75rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(30 99 117 / var(--tw-text-opacity, 1));
}
.featured-campaign-text-link {
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(11 37 47 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
  text-decoration-color: #ba8a3b;
  text-underline-offset: 4px;
}
.featured-campaign-text-link:hover {
  --tw-text-opacity: 1;
  color: rgb(30 99 117 / var(--tw-text-opacity, 1));
}
.campaign-site-header {
  border-bottom-width: 1px;
  border-color: rgb(11 37 47 / 0.1);
  --tw-bg-opacity: 1;
  background-color: rgb(248 245 236 / var(--tw-bg-opacity, 1));
}
@media (max-width: 639px) {

    .quiet-panel > .campaign-site-header-row {
      flex-wrap: wrap;
    }
  }
.campaign-site-header-row {
  display: flex;
  min-height: 6rem;
  align-items: center;
  justify-content: center;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.campaign-site-brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.campaign-site-logo {
  height: 4rem;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 640px) {

  .campaign-site-logo {
    height: 5rem;
  }
}
.campaign-site-logo {
    max-width: min(19rem, 76vw);
  }
.campaign-site-footer {
  border-top-width: 1px;
  border-color: rgb(255 255 255 / 0.15);
  --tw-bg-opacity: 1;
  background-color: rgb(11 37 47 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    padding-bottom: 6.5rem;
}
.campaign-site-footer-inner {
  display: grid;
  gap: 2rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media (min-width: 768px) {

  .campaign-site-footer-inner {
    grid-template-columns: minmax(0,1fr) minmax(17rem,0.72fr);
    align-items: flex-start;
  }
}
.campaign-site-footer-brand {
  max-width: 36rem;
}
.campaign-site-footer-logo {
  height: 4rem;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
    filter: brightness(0) invert(1);
}
.campaign-site-footer-brand p {
  margin-top: 1rem;
  font-size: 0.875rem;
  line-height: 1.75rem;
  color: rgb(255 255 255 / 0.7);
}
.campaign-site-footer-contact h2 {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(186 138 59 / var(--tw-text-opacity, 1));
}
.campaign-site-footer-contact p {
  margin-top: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: rgb(255 255 255 / 0.75);
}
.campaign-site-footer-contact a {
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
  text-decoration-color: #ba8a3b;
  text-underline-offset: 4px;
}
.campaign-site-footer-contact a:hover {
  --tw-text-opacity: 1;
  color: rgb(186 138 59 / var(--tw-text-opacity, 1));
}
.campaign-site-footer-oversight {
  border-left-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(186 138 59 / var(--tw-border-opacity, 1));
  padding-left: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (max-width: 639px) {

    .quiet-panel > .campaign-site-footer-legal {
      flex-wrap: wrap;
    }
  }
.campaign-site-footer-legal {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  border-top-width: 1px;
  border-color: rgb(255 255 255 / 0.15);
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  color: rgb(255 255 255 / 0.6);
}
@media (min-width: 640px) {

  .campaign-site-footer-legal {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.urgent-campaign-name {
  margin-top: 1rem;
  font-family: Georgia, Cambria, Times New Roman, serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(186 138 59 / var(--tw-text-opacity, 1));
}
@media (min-width: 640px) {

  .urgent-campaign-name {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
.urgent-campaign-hero-copy h1 {
  margin-top: 0.75rem;
  font-family: Georgia, Cambria, Times New Roman, serif;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 600;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(11 37 47 / var(--tw-text-opacity, 1));
}
@media (min-width: 640px) {

  .urgent-campaign-hero-copy h1 {
    font-size: 3rem;
    line-height: 1;
  }
}
.urgent-campaign-lead {
  margin-top: 1.5rem;
  max-width: 42rem;
  font-size: 1.125rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(22 72 90 / var(--tw-text-opacity, 1));
}
@media (min-width: 640px) {

  .urgent-campaign-lead {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (max-width: 639px) {

    .quiet-panel > .urgent-campaign-hero-actions {
      flex-wrap: wrap;
    }
  }
.urgent-campaign-hero-actions {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}
@media (min-width: 640px) {

  .urgent-campaign-hero-actions {
    flex-direction: row;
    align-items: center;
  }
}
.urgent-campaign-text-link {
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(11 37 47 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
  text-decoration-color: #ba8a3b;
  text-underline-offset: 4px;
}
.urgent-campaign-text-link:hover {
  --tw-text-opacity: 1;
  color: rgb(30 99 117 / var(--tw-text-opacity, 1));
}
.campaign-documentary-band {
  border-bottom-width: 1px;
  border-color: rgb(255 255 255 / 0.1);
  --tw-bg-opacity: 1;
  background-color: rgb(11 37 47 / var(--tw-bg-opacity, 1));
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.campaign-documentary-media {
  margin-left: auto;
  margin-right: auto;
  min-width: 0px;
  overflow: hidden;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(11 37 47 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 18px 45px rgba(16, 50, 63, 0.10);
  --tw-shadow-colored: 0 18px 45px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    border-color: rgba(186, 138, 59, 0.56);
    max-width: 72rem;
}
.campaign-documentary-media picture {
  display: block;
  width: 100%;
    aspect-ratio: 5 / 6;
}
.campaign-documentary-media img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
    -o-object-position: center;
       object-position: center;
}
.campaign-documentary-media figcaption {
  border-top-width: 1px;
  border-color: rgb(255 255 255 / 0.15);
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: rgb(255 255 255 / 0.7);
}
.urgent-campaign-story-grid {
  display: grid;
  gap: 2.5rem;
}
@media (min-width: 1024px) {

  .urgent-campaign-story-grid {
    grid-template-columns: minmax(0,1.15fr) minmax(18rem,0.72fr);
    gap: 4rem;
  }
}
.urgent-campaign-story h2,
  .urgent-campaign-source-note h2,
  .campaign-materials-pending h2 {
  margin-top: 0.75rem;
  font-family: Georgia, Cambria, Times New Roman, serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 600;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(11 37 47 / var(--tw-text-opacity, 1));
}
@media (min-width: 640px) {

  .urgent-campaign-story h2,
  .urgent-campaign-source-note h2,
  .campaign-materials-pending h2 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
.urgent-campaign-story > p:not(.eyebrow),
  .urgent-campaign-source-note > p:not(.eyebrow) {
  margin-top: 1.25rem;
  font-size: 1rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(16 50 63 / var(--tw-text-opacity, 1));
}
.urgent-campaign-story > .urgent-campaign-story-subtitle {
  margin-top: 1.5rem;
  max-width: 42rem;
  border-left-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(186 138 59 / var(--tw-border-opacity, 1));
  padding-left: 1.25rem;
  font-family: Georgia, Cambria, Times New Roman, serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  line-height: 1.375;
  --tw-text-opacity: 1;
  color: rgb(11 37 47 / var(--tw-text-opacity, 1));
}
@media (min-width: 640px) {

  .urgent-campaign-story > .urgent-campaign-story-subtitle {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.urgent-campaign-status {
  margin-top: 2rem;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: rgb(16 50 63 / 0.15);
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.urgent-campaign-status-label {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(186 138 59 / var(--tw-text-opacity, 1));
}
.urgent-campaign-status a {
  margin-top: 0.5rem;
  display: block;
  font-family: Georgia, Cambria, Times New Roman, serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(11 37 47 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
  text-decoration-color: #ba8a3b;
  text-underline-offset: 4px;
}
.urgent-campaign-status span {
  margin-top: 0.5rem;
  display: block;
  font-size: 0.875rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(22 72 90 / var(--tw-text-opacity, 1));
}
.urgent-campaign-source-note {
  align-self: flex-start;
  border-left-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(186 138 59 / var(--tw-border-opacity, 1));
  padding-left: 1.5rem;
}
.campaign-purpose-list {
  margin-top: 1.5rem;
  display: grid;
  gap: 0px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: rgb(16 50 63 / 0.15);
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(11 37 47 / var(--tw-text-opacity, 1));
}
.campaign-purpose-list li {
  border-bottom-width: 1px;
  border-color: rgb(16 50 63 / 0.1);
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.campaign-purpose-list li:last-child {
  border-bottom-width: 0px;
}
.campaign-rabbinic-endorsement {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
@media (max-width: 639px) {

    .quiet-panel > .campaign-rabbinic-inner {
      flex-wrap: wrap;
    }
  }
.campaign-rabbinic-inner {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  max-width: 56rem;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.campaign-rabbinic-copy {
  margin-left: auto;
  margin-right: auto;
  max-width: 56rem;
}
.campaign-rabbinic-quote {
  margin-top: 1.25rem;
  font-family: Georgia, Cambria, Times New Roman, serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 600;
  line-height: 1.375;
  --tw-text-opacity: 1;
  color: rgb(11 37 47 / var(--tw-text-opacity, 1));
}
@media (min-width: 640px) {

  .campaign-rabbinic-quote {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 1024px) {

  .campaign-rabbinic-quote {
    font-size: 3rem;
    line-height: 1;
  }
}
.campaign-rabbinic-attribution {
  margin-top: 1.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(22 72 90 / var(--tw-text-opacity, 1));
}
.campaign-rabbinic-portrait {
  margin-top: 2.5rem;
  overflow: hidden;
  border-radius: 0.25rem;
  border-width: 1px;
  border-color: rgb(16 50 63 / 0.15);
  --tw-bg-opacity: 1;
  background-color: rgb(248 245 236 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 18px 45px rgba(16, 50, 63, 0.10);
  --tw-shadow-colored: 0 18px 45px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    width: clamp(14rem, 28vw, 20rem);
}
.campaign-rabbinic-portrait img {
  display: block;
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
    aspect-ratio: 707 / 1000;
    -o-object-position: center top;
       object-position: center top;
}
.campaign-final-section {
    padding-bottom: 9rem;
  }
.campaign-sticky-give {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 50;
  border-top-width: 1px;
  border-color: rgb(255 255 255 / 0.15);
  --tw-bg-opacity: 1;
  background-color: rgb(11 37 47 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 -10px 30px rgba(4,20,28,0.24);
  --tw-shadow-colored: 0 -10px 30px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.campaign-sticky-give-inner {
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  align-items: center;
  gap: 0.75rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.campaign-sticky-give-inner > div {
  min-width: 0px;
}
.campaign-sticky-give span,
  .campaign-sticky-give strong {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.campaign-sticky-give span {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(186 138 59 / var(--tw-text-opacity, 1));
}
.campaign-sticky-give strong {
  margin-top: 0.25rem;
  font-family: Georgia, Cambria, Times New Roman, serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 640px) {

  .campaign-sticky-give strong {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.campaign-sticky-tax-id {
  margin-top: 0.25rem;
  display: block;
  white-space: nowrap;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.campaign-sticky-give .btn {
  min-height: 2.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
@media (min-width: 640px) {

  .campaign-sticky-give .btn {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
    .campaign-progress-heading {
      grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) auto;
      align-items: end;
      gap: 2rem;
    }

    .campaign-progress-percent {
      padding-bottom: 0.3rem;
      text-align: right;
    }

    .campaign-documentary-media picture {
      aspect-ratio: 1 / 1;
    }
}
@media (min-width: 768px) {
    .campaign-documentary-media picture {
      aspect-ratio: 8 / 5;
    }

    .urgent-campaign-hero-note {
    border-left-width: 1px;
    border-top-width: 0px;
    border-color: rgb(255 255 255 / 0.2);
    padding-left: 2rem;
    padding-top: 0px;
  }
  }
@media (min-width: 1120px) {
    .page-shell > main > .featured-campaign-band:only-child {
      display: flex;
      flex-direction: row;
      align-items: stretch;
    }

    .featured-campaign-band,
    .urgent-campaign-hero {
      display: block;
      min-height: clamp(34rem, 58svh, 40rem);
    }

    .featured-campaign-key-art,
    .urgent-campaign-key-art {
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
      width: 50%;
      height: 100%;
  }

    .featured-campaign-key-art img,
    .urgent-campaign-key-art img {
      -o-object-position: 88% center;
         object-position: 88% center;
      transform: scale(1.1);
      transform-origin: right center;
    }

    .featured-campaign-layout,
    .urgent-campaign-hero-grid {
      background-color: #fff;
      width: 50%;
      max-width: none;
      margin-left: 0;
      margin-right: 0;
      min-height: inherit;
      padding-left: clamp(2rem, 4vw, 5rem);
      padding-right: clamp(2rem, 3.5vw, 4rem);
      border-right: 1px solid rgba(186, 138, 59, 0.34);
      box-shadow: 2rem 0 4rem rgba(2, 31, 43, 0.12);
    }

    .featured-campaign-copy,
    .urgent-campaign-hero-copy {
      width: 100%;
      max-width: none;
      padding-right: 0;
    }

    .featured-campaign-copy h1,
    .featured-campaign-copy h2,
    .urgent-campaign-hero-copy h1 {
      font-size: clamp(3.25rem, 4.4vw, 4rem);
      line-height: 1.04;
    }
  }
@media (min-width: 1280px) {
    .featured-campaign-key-art {
      width: 54%;
    }

    .urgent-campaign-key-art {
      width: 53%;
    }

    .featured-campaign-layout {
      width: 46%;
    }

    .urgent-campaign-hero-grid {
      width: 47%;
    }
  }
@media (min-width: 1440px) {
    .featured-campaign-key-art img,
    .urgent-campaign-key-art img {
      transform: scale(1.16);
    }
  }
@media (min-width: 1680px) {
    .featured-campaign-key-art {
      width: 56%;
    }

    .urgent-campaign-key-art {
      width: 55%;
    }

    .featured-campaign-layout {
      width: 44%;
    }

    .urgent-campaign-hero-grid {
      width: 45%;
    }

    .featured-campaign-key-art img,
    .urgent-campaign-key-art img {
      transform: scale(1.22);
    }
  }
@media (max-width: 420px) {
    .featured-campaign-copy h1,
    .featured-campaign-copy h2,
    .urgent-campaign-hero-copy h1 {
      font-size: 2.5rem;
    }

    .campaign-sticky-give span {
      display: none;
    }

    .campaign-sticky-give strong {
    margin-top: 0px;
    font-size: 1rem;
    line-height: 1.5rem;
  }

    .campaign-sticky-tax-id {
    font-size: 0.75rem;
    line-height: 1rem;
  }

    .campaign-sticky-give .btn {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    font-size: 0.75rem;
    line-height: 1rem;
  }
  }
@media (max-width: 340px) {
    .campaign-sticky-give-inner {
    gap: 0.5rem;
  }

    .campaign-sticky-give strong {
      overflow: visible;
      text-overflow: clip;
      white-space: normal;
      line-height: 1.05;
    }

    .campaign-sticky-give .btn {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  }
.application-atmosphere {
  position: relative;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(255 250 240 / var(--tw-bg-opacity, 1));
    background-image:
      linear-gradient(180deg, rgba(255, 250, 240, 0.98) 0%, rgba(255, 250, 240, 0.92) 50%, rgba(255, 250, 240, 0.72) 100%),
      -webkit-image-set(
        url("/assets/lovart-yadlyad/backgrounds/application-bg-mobile.webp") type("image/webp"),
        url("/assets/lovart-yadlyad/backgrounds/application-bg-mobile.png") type("image/png")
      );
    background-image:
      linear-gradient(180deg, rgba(255, 250, 240, 0.98) 0%, rgba(255, 250, 240, 0.92) 50%, rgba(255, 250, 240, 0.72) 100%),
      image-set(
        url("/assets/lovart-yadlyad/backgrounds/application-bg-mobile.webp") type("image/webp"),
        url("/assets/lovart-yadlyad/backgrounds/application-bg-mobile.png") type("image/png")
      );
    background-position: center, bottom center;
    background-size: cover, cover;
}
.campaign-atmosphere {
  position: relative;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(255 250 240 / var(--tw-bg-opacity, 1));
    background-image:
      linear-gradient(180deg, rgba(255, 250, 240, 0.95) 0%, rgba(255, 250, 240, 0.82) 52%, rgba(255, 250, 240, 0.68) 100%),
      -webkit-image-set(
        url("/assets/lovart-yadlyad/backgrounds/campaign-bg-mobile.webp") type("image/webp"),
        url("/assets/lovart-yadlyad/backgrounds/campaign-bg-mobile.png") type("image/png")
      );
    background-image:
      linear-gradient(180deg, rgba(255, 250, 240, 0.95) 0%, rgba(255, 250, 240, 0.82) 52%, rgba(255, 250, 240, 0.68) 100%),
      image-set(
        url("/assets/lovart-yadlyad/backgrounds/campaign-bg-mobile.webp") type("image/webp"),
        url("/assets/lovart-yadlyad/backgrounds/campaign-bg-mobile.png") type("image/png")
      );
    background-position: center, center;
    background-size: cover, cover;
}
@media (min-width: 768px) {
    .application-atmosphere {
      background-image:
        linear-gradient(90deg, rgba(255, 250, 240, 0.98) 0%, rgba(255, 250, 240, 0.9) 50%, rgba(255, 250, 240, 0.46) 100%),
        -webkit-image-set(
          url("/assets/lovart-yadlyad/backgrounds/application-bg-desktop.webp") type("image/webp"),
          url("/assets/lovart-yadlyad/backgrounds/application-bg-desktop.png") type("image/png")
        );
      background-image:
        linear-gradient(90deg, rgba(255, 250, 240, 0.98) 0%, rgba(255, 250, 240, 0.9) 50%, rgba(255, 250, 240, 0.46) 100%),
        image-set(
          url("/assets/lovart-yadlyad/backgrounds/application-bg-desktop.webp") type("image/webp"),
          url("/assets/lovart-yadlyad/backgrounds/application-bg-desktop.png") type("image/png")
        );
      background-position: center, center right;
    }

    .campaign-atmosphere {
      background-image:
        linear-gradient(90deg, rgba(255, 250, 240, 0.92) 0%, rgba(255, 250, 240, 0.74) 48%, rgba(255, 250, 240, 0.42) 100%),
        -webkit-image-set(
          url("/assets/lovart-yadlyad/backgrounds/campaign-bg-desktop.webp") type("image/webp"),
          url("/assets/lovart-yadlyad/backgrounds/campaign-bg-desktop.png") type("image/png")
        );
      background-image:
        linear-gradient(90deg, rgba(255, 250, 240, 0.92) 0%, rgba(255, 250, 240, 0.74) 48%, rgba(255, 250, 240, 0.42) 100%),
        image-set(
          url("/assets/lovart-yadlyad/backgrounds/campaign-bg-desktop.webp") type("image/webp"),
          url("/assets/lovart-yadlyad/backgrounds/campaign-bg-desktop.png") type("image/png")
        );
      background-position: center, center;
    }
  }
.testimonial-card {
  position: relative;
  overflow: hidden;
}
.testimonial-card::after {
    content: "";
    pointer-events: none;
    position: absolute;
    right: -3rem;
    bottom: -4rem;
    width: 12rem;
    height: 12rem;
    background-image:
      -webkit-image-set(
        url("/assets/lovart-yadlyad/accents/testimonial-watermark.webp") type("image/webp"),
        url("/assets/lovart-yadlyad/accents/testimonial-watermark.png") type("image/png")
      );
    background-image:
      image-set(
        url("/assets/lovart-yadlyad/accents/testimonial-watermark.webp") type("image/webp"),
        url("/assets/lovart-yadlyad/accents/testimonial-watermark.png") type("image/png")
      );
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.5;
  }
.testimonial-card > * {
  position: relative;
  z-index: 10;
}
.donate-trust-list {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: rgb(16 50 63 / 0.1);
}
.donate-trust-list li {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.donate-trust-list li + li {
  border-top-width: 1px;
  border-color: rgb(16 50 63 / 0.1);
}
.donate-trust-list strong,
  .donate-trust-list span {
  display: block;
}
.donate-trust-list strong {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(186 138 59 / var(--tw-text-opacity, 1));
}
.donate-trust-list span {
  margin-top: 0.25rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(16 50 63 / var(--tw-text-opacity, 1));
}
.donate-trust-list a {
  text-decoration-line: underline;
  text-decoration-color: rgb(186 138 59 / 0.6);
  text-underline-offset: 4px;
}
.giving-methods {
  display: grid;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: rgb(16 50 63 / 0.15);
}
.giving-method {
  min-width: 0px;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.giving-method + .giving-method {
  border-top-width: 1px;
  border-color: rgb(16 50 63 / 0.15);
}
.giving-method-label {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(186 138 59 / var(--tw-text-opacity, 1));
}
.giving-method h3 {
  margin-top: 0.5rem;
  overflow-wrap: break-word;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(11 37 47 / var(--tw-text-opacity, 1));
}
.giving-method p:not(.giving-method-label) {
  margin-top: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(16 50 63 / var(--tw-text-opacity, 1));
}
.giving-method a {
  margin-top: 1rem;
  display: inline-block;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(30 99 117 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
  text-decoration-color: #ba8a3b;
  text-underline-offset: 4px;
}
@media (min-width: 640px) {
    .giving-methods {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .giving-method {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

    .giving-method:nth-child(2) {
    border-left-width: 1px;
    border-top-width: 0px;
    border-color: rgb(16 50 63 / 0.15);
  }

    .giving-method:nth-child(3) {
      padding-left: 1.5rem;
    }

    .giving-method:first-child,
    .giving-method:nth-child(3) {
      padding-left: 0;
    }
  }
@media (min-width: 1024px) {
    .giving-methods {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .giving-method,
    .giving-method:nth-child(3) {
    border-top-width: 0px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

    .giving-method:first-child {
      padding-left: 0;
    }

    .giving-method + .giving-method {
    border-left-width: 1px;
    border-color: rgb(16 50 63 / 0.15);
  }

    .giving-method:last-child {
      padding-right: 0;
    }
  }
/* Mayer brief: stable public giving paths and zoom-safe layout */
.home-hero-grid {
    grid-template-columns: minmax(0, 1fr);
    min-height: 31rem;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
.home-hero-copy {
    max-width: 45rem;
  }
.hero-proof-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 1.5rem;
    max-width: 44rem;
    border-top: 1px solid rgba(16, 74, 82, 0.16);
    padding-top: 1.25rem;
  }
.hero-proof-links a {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(22 72 90 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
  text-decoration-color: rgb(186 138 59 / 0.8);
  text-underline-offset: 4px;
}
.hero-proof-links a:hover {
  --tw-text-opacity: 1;
  color: rgb(11 37 47 / var(--tw-text-opacity, 1));
}
.giving-paths-band {
  position: relative;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: rgb(11 37 47 / 0.1);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    background-image:
      linear-gradient(rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.94)),
      -webkit-image-set(
        url("/assets/lovart-yadlyad/textures/parchment-blue-texture.webp") type("image/webp"),
        url("/assets/lovart-yadlyad/textures/parchment-blue-texture.png") type("image/png")
      );
    background-image:
      linear-gradient(rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.94)),
      image-set(
        url("/assets/lovart-yadlyad/textures/parchment-blue-texture.webp") type("image/webp"),
        url("/assets/lovart-yadlyad/textures/parchment-blue-texture.png") type("image/png")
      );
    background-size: auto, 620px 620px;
}
.giving-paths-heading {
  display: grid;
  gap: 1rem;
}
.giving-paths-heading > p {
  max-width: 36rem;
  font-size: 1rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(16 50 63 / var(--tw-text-opacity, 1));
}
.giving-paths-grid {
  display: grid;
  gap: 1.25rem;
}
.giving-path {
  position: relative;
  min-width: 0px;
  overflow: hidden;
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: rgb(16 50 63 / 0.15);
  --tw-shadow: 0 18px 45px rgba(16, 50, 63, 0.10);
  --tw-shadow-colored: 0 18px 45px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    min-height: 20rem;
    isolation: isolate;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.giving-path::before {
    content: "";
    pointer-events: none;
    position: absolute;
    inset: 0px;
    z-index: 0;
  }
.giving-path-cases {
    background-image:
      -webkit-image-set(
        url("/assets/lovart-yadlyad/backgrounds/application-bg-mobile.webp") type("image/webp"),
        url("/assets/lovart-yadlyad/backgrounds/application-bg-mobile.png") type("image/png")
      );
    background-image:
      image-set(
        url("/assets/lovart-yadlyad/backgrounds/application-bg-mobile.webp") type("image/webp"),
        url("/assets/lovart-yadlyad/backgrounds/application-bg-mobile.png") type("image/png")
      );
  }
.giving-path-cases::before {
    background: linear-gradient(90deg, rgba(255, 250, 240, 0.98) 0%, rgba(255, 250, 240, 0.92) 68%, rgba(255, 250, 240, 0.58) 100%);
  }
.giving-path-campaigns {
    border-color: rgba(255, 255, 255, 0.2);
    background-image:
      -webkit-image-set(
        url("/assets/lovart-yadlyad/backgrounds/campaign-bg-mobile.webp") type("image/webp"),
        url("/assets/lovart-yadlyad/backgrounds/campaign-bg-mobile.png") type("image/png")
      );
    background-image:
      image-set(
        url("/assets/lovart-yadlyad/backgrounds/campaign-bg-mobile.webp") type("image/webp"),
        url("/assets/lovart-yadlyad/backgrounds/campaign-bg-mobile.png") type("image/png")
      );
  }
.giving-path-campaigns::before {
    background: linear-gradient(90deg, rgba(8, 39, 56, 0.97) 0%, rgba(8, 39, 56, 0.9) 62%, rgba(8, 39, 56, 0.5) 100%);
  }
@media (max-width: 639px) {

    .quiet-panel > .giving-path-content {
      flex-wrap: wrap;
    }
  }
.giving-path-content {
  position: relative;
  z-index: 10;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.75rem;
}
@media (min-width: 640px) {

  .giving-path-content {
    padding: 2rem;
  }
}
.giving-path-content {
    max-width: 34rem;
    min-height: inherit;
  }
.giving-path-kicker {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(186 138 59 / var(--tw-text-opacity, 1));
}
.giving-path h3 {
  margin-top: 0.75rem;
  font-family: Georgia, Cambria, Times New Roman, serif;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 600;
  line-height: 1.25;
}
.giving-path p:not(.giving-path-kicker) {
  margin-top: 1rem;
  font-size: 1rem;
  line-height: 1.75rem;
    max-width: 27rem;
}
.giving-path a {
  margin-top: 1.75rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  align-self: flex-start;
  font-weight: 600;
  text-decoration-line: underline;
  text-decoration-color: #ba8a3b;
  text-underline-offset: 4px;
}
.giving-path-cases h3,
  .giving-path-cases p,
  .giving-path-cases a {
  --tw-text-opacity: 1;
  color: rgb(11 37 47 / var(--tw-text-opacity, 1));
}
.giving-path-campaigns h3,
  .giving-path-campaigns a {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.giving-path-campaigns p:not(.giving-path-kicker) {
  color: rgb(255 255 255 / 0.8);
}
@media (max-width: 639px) {

    .quiet-panel > .giving-paths-footer {
      flex-wrap: wrap;
    }
  }
.giving-paths-footer {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  border-top-width: 1px;
  border-color: rgb(16 50 63 / 0.15);
  padding-top: 1.75rem;
}
@media (min-width: 640px) {

  .giving-paths-footer {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.giving-paths-footer p {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(11 37 47 / var(--tw-text-opacity, 1));
}
.home-rabbinic-quote {
  margin-top: 1.75rem;
  border-left-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(186 138 59 / var(--tw-border-opacity, 1));
  padding-left: 1.25rem;
  font-family: Georgia, Cambria, Times New Roman, serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  line-height: 1.375;
  --tw-text-opacity: 1;
  color: rgb(11 37 47 / var(--tw-text-opacity, 1));
}
.listing-grid {
  display: grid;
  gap: 1.25rem;
}
@media (min-width: 768px) {

  .listing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.listing-card {
  position: relative;
  min-width: 0px;
  overflow: hidden;
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: rgb(16 50 63 / 0.15);
  --tw-bg-opacity: 1;
  background-color: rgb(248 245 236 / var(--tw-bg-opacity, 1));
  padding: 1.75rem;
  --tw-shadow: 0 18px 45px rgba(16, 50, 63, 0.10);
  --tw-shadow-colored: 0 18px 45px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.listing-card-campaign {
  padding: 0px;
}
.listing-campaign-art {
  display: block;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(11 37 47 / var(--tw-bg-opacity, 1));
    aspect-ratio: 1 / 1;
}
.listing-campaign-art img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.listing-campaign-art:hover img {
    transform: scale(1.018);
  }
.listing-campaign-copy {
  padding: 1.75rem;
}
.listing-card::after {
    content: "";
    pointer-events: none;
    position: absolute;
    bottom: -4rem;
    right: -4rem;
    height: 12rem;
    width: 12rem;
    opacity: 0.2;
    background-image:
      -webkit-image-set(
        url("/assets/lovart-yadlyad/accents/testimonial-watermark.webp") type("image/webp"),
        url("/assets/lovart-yadlyad/accents/testimonial-watermark.png") type("image/png")
      );
    background-image:
      image-set(
        url("/assets/lovart-yadlyad/accents/testimonial-watermark.webp") type("image/webp"),
        url("/assets/lovart-yadlyad/accents/testimonial-watermark.png") type("image/png")
      );
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
.listing-card > * {
  position: relative;
  z-index: 10;
}
.listing-label {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(186 138 59 / var(--tw-text-opacity, 1));
}
.listing-card h2,
  .listing-empty-state h2,
  .giving-page-footer h2 {
  margin-top: 0.75rem;
  font-family: Georgia, Cambria, Times New Roman, serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 600;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(11 37 47 / var(--tw-text-opacity, 1));
}
.listing-card > p:not(.listing-label):not(.listing-goal),
  .listing-campaign-copy > p:not(.listing-label):not(.listing-goal),
  .listing-empty-state > p:not(.eyebrow) {
  margin-top: 1rem;
  max-width: 42rem;
  font-size: 1rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(16 50 63 / var(--tw-text-opacity, 1));
}
.listing-card .btn {
  margin-top: 1.5rem;
}
.listing-goal {
  margin-top: 1.25rem;
  border-left-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(186 138 59 / var(--tw-border-opacity, 1));
  padding-left: 1rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(11 37 47 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px) {
    .listing-card-campaign {
    display: grid;
      grid-column: 1 / -1;
      grid-template-columns: minmax(18rem, 0.9fr) minmax(0, 1.1fr);
  }

    .listing-campaign-art {
      min-height: 28rem;
      aspect-ratio: auto;
    }

  @media (max-width: 639px) {

    .quiet-panel > .listing-campaign-copy {
      flex-wrap: wrap;
    }
  }

    .listing-campaign-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2.5rem;
  }
  }
.listing-empty-state {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 56rem;
  overflow: hidden;
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: rgb(16 50 63 / 0.15);
  --tw-bg-opacity: 1;
  background-color: rgb(248 245 236 / var(--tw-bg-opacity, 1));
  padding: 1.75rem;
  --tw-shadow: 0 18px 45px rgba(16, 50, 63, 0.10);
  --tw-shadow-colored: 0 18px 45px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@media (min-width: 640px) {

  .listing-empty-state {
    padding: 2.5rem;
  }
}
.listing-empty-state {
    background-image:
      linear-gradient(rgba(255, 250, 240, 0.92), rgba(255, 250, 240, 0.92)),
      -webkit-image-set(
        url("/assets/lovart-yadlyad/textures/parchment-blue-texture.webp") type("image/webp"),
        url("/assets/lovart-yadlyad/textures/parchment-blue-texture.png") type("image/png")
      );
    background-image:
      linear-gradient(rgba(255, 250, 240, 0.92), rgba(255, 250, 240, 0.92)),
      image-set(
        url("/assets/lovart-yadlyad/textures/parchment-blue-texture.webp") type("image/webp"),
        url("/assets/lovart-yadlyad/textures/parchment-blue-texture.png") type("image/png")
      );
    background-size: auto, 540px 540px;
  }
.fundraising-embed-shell {
  overflow: hidden;
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: rgb(16 50 63 / 0.15);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 18px 45px rgba(16, 50, 63, 0.10);
  --tw-shadow-colored: 0 18px 45px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.fundraising-embed-frame {
    display: block;
    width: 100%;
    border: 0;
    background: white;
  }
.fundraising-embed-page {
    height: 46rem;
  }
.fundraising-embed-home {
    height: 34rem;
  }
.fundraising-embed-fallback {
  border-top-width: 1px;
  border-color: rgb(16 50 63 / 0.1);
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(16 50 63 / var(--tw-text-opacity, 1));
}
.fundraising-embed-fallback a {
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(30 99 117 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
  text-underline-offset: 4px;
}
.home-live-giving {
  display: grid;
  gap: 2rem;
}
.home-live-panel {
  min-width: 0px;
}
@media (max-width: 639px) {

    .quiet-panel > .home-live-panel-heading {
      flex-wrap: wrap;
    }
  }
.home-live-panel-heading {
  margin-bottom: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 640px) {

  .home-live-panel-heading {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
  }
}
.home-live-panel-heading h3 {
  margin-top: 0.5rem;
  font-family: Georgia, Cambria, Times New Roman, serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(11 37 47 / var(--tw-text-opacity, 1));
}
.home-live-panel-heading > a {
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(22 72 90 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
  text-decoration-color: #ba8a3b;
  text-underline-offset: 4px;
}
.donation-inline-frame {
    display: block;
    width: 100%;
    height: clamp(38rem, 78dvh, 47.5rem);
    border: 0;
    background: white;
  }
.donation-dialog {
    width: min(62rem, calc(100% - 2rem));
    max-width: none;
    max-height: calc(100dvh - 2rem);
    margin: auto;
    padding: 0;
    overflow: hidden;
    border: 1px solid rgba(16, 50, 63, 0.2);
    border-radius: 0.5rem;
    background: #fffaf0;
    color: #172427;
    box-shadow: 0 28px 80px rgba(11, 37, 47, 0.32);
  }
.donation-dialog::backdrop {
    background: rgba(5, 24, 31, 0.76);
    backdrop-filter: blur(3px);
  }
.donation-dialog-shell {
    display: grid;
    grid-template-rows: auto minmax(0, 1fr) auto;
    max-height: calc(100dvh - 2rem);
  }
@media (max-width: 639px) {

    .quiet-panel > .donation-dialog-header {
      flex-wrap: wrap;
    }
  }
.donation-dialog-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.25rem;
  border-bottom-width: 1px;
  border-color: rgb(16 50 63 / 0.1);
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 640px) {

  .donation-dialog-header {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}
.donation-dialog-header h2 {
  margin-top: 0.25rem;
  font-family: Georgia, Cambria, Times New Roman, serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(11 37 47 / var(--tw-text-opacity, 1));
}
@media (min-width: 640px) {

  .donation-dialog-header h2 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
.donation-dialog-close {
  display: inline-flex;
  height: 2.75rem;
  width: 2.75rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: rgb(16 50 63 / 0.15);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  font-size: 1.875rem;
  line-height: 2.25rem;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(11 37 47 / var(--tw-text-opacity, 1));
}
.donation-dialog-close:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(248 245 236 / var(--tw-bg-opacity, 1));
}
.donation-dialog-frame-wrap {
    min-height: 0;
    overflow: hidden;
    background: white;
  }
.donation-dialog-frame {
    display: block;
    width: 100%;
    height: min(70dvh, 48rem);
    border: 0;
    background: white;
  }
.donation-dialog-fallback {
  border-top-width: 1px;
  border-color: rgb(16 50 63 / 0.1);
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(16 50 63 / var(--tw-text-opacity, 1));
}
@media (min-width: 640px) {

  .donation-dialog-fallback {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}
.donation-dialog-fallback a {
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(30 99 117 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
  text-underline-offset: 4px;
}
@media (max-width: 639px) {

    .quiet-panel > .giving-page-footer {
      flex-wrap: wrap;
    }
  }
.giving-page-footer {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 640px) {

  .giving-page-footer {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.giving-page-footer > div {
    max-width: 44rem;
  }
.giving-page-footer-dark h2 {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.contact-layout {
  display: grid;
  gap: 2rem;
}
@media (min-width: 1024px) {

  .contact-layout {
    grid-template-columns: 0.72fr 1.28fr;
  }
}
.contact-details {
    align-self: start;
  }
.form-control {
  margin-top: 0.5rem;
  min-height: 3rem;
  width: 100%;
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: rgb(16 50 63 / 0.2);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(11 37 47 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 1px 0 rgba(16, 50, 63, 0.12);
  --tw-shadow-colored: 0 1px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@media (min-width: 768px) {
    .home-hero-grid {
      min-height: 36rem;
      padding-top: 4rem;
      padding-bottom: 4rem;
    }

    .home-hero-title {
      font-size: 3.35rem;
    }

    .giving-paths-heading {
      grid-template-columns: minmax(0, 1.15fr) minmax(18rem, 0.85fr);
      align-items: end;
    }

    .giving-paths-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .giving-path {
      min-height: 22rem;
    }

    .giving-path-cases {
      background-image:
        -webkit-image-set(
          url("/assets/lovart-yadlyad/backgrounds/application-bg-desktop.webp") type("image/webp"),
          url("/assets/lovart-yadlyad/backgrounds/application-bg-desktop.png") type("image/png")
        );
      background-image:
        image-set(
          url("/assets/lovart-yadlyad/backgrounds/application-bg-desktop.webp") type("image/webp"),
          url("/assets/lovart-yadlyad/backgrounds/application-bg-desktop.png") type("image/png")
        );
    }

    .giving-path-campaigns {
      background-image:
        -webkit-image-set(
          url("/assets/lovart-yadlyad/backgrounds/campaign-bg-desktop.webp") type("image/webp"),
          url("/assets/lovart-yadlyad/backgrounds/campaign-bg-desktop.png") type("image/png")
        );
      background-image:
        image-set(
          url("/assets/lovart-yadlyad/backgrounds/campaign-bg-desktop.webp") type("image/webp"),
          url("/assets/lovart-yadlyad/backgrounds/campaign-bg-desktop.png") type("image/png")
        );
    }
  }
@media (min-width: 1280px) {
    .home-hero-grid {
      min-height: 37rem;
      padding-top: 4.5rem;
      padding-bottom: 4.5rem;
    }

    .home-hero-title {
      font-size: 3.65rem;
    }
  }
@media (min-width: 768px) and (max-height: 700px) {
    .home-hero-grid {
      min-height: 31rem;
      padding-top: 2.5rem;
      padding-bottom: 2.5rem;
    }

  }
@media (max-height: 700px) {
    .site-header-row {
      min-height: 3.5rem;
      padding-top: 0.25rem;
      padding-bottom: 0.25rem;
    }

    .site-logo {
      width: 2.75rem;
      height: 2.75rem;
    }

    .site-tagline {
      display: none;
    }

    .site-nav-mobile nav {
      padding-top: 0.375rem;
      padding-bottom: 0.375rem;
    }

    .campaign-site-header-row {
      min-height: 4rem;
      padding-top: 0.25rem;
      padding-bottom: 0.25rem;
    }

    .campaign-site-logo {
      height: 3rem;
    }

    .featured-campaign-band,
    .featured-campaign-layout,
    .urgent-campaign-hero,
    .urgent-campaign-hero-grid {
      min-height: auto;
    }

    .featured-campaign-layout,
    .urgent-campaign-hero-grid {
      padding-top: 1.75rem;
      padding-bottom: 1.75rem;
    }

    .featured-campaign-name,
    .urgent-campaign-name {
      margin-top: 0.5rem;
      font-size: 1.5rem;
      line-height: 1.2;
    }

    .featured-campaign-copy h1,
    .featured-campaign-copy h2,
    .urgent-campaign-hero-copy h1 {
      margin-top: 0.625rem;
      font-size: clamp(2rem, 7vh, 2.5rem);
      line-height: 1.05;
    }

    .featured-campaign-summary,
    .urgent-campaign-lead {
      margin-top: 1rem;
      font-size: 1rem;
      line-height: 1.5;
    }

    .featured-campaign-actions,
    .urgent-campaign-hero-actions {
      margin-top: 1.25rem;
    }

  }
@media (max-width: 639px) {
    .featured-campaign-key-art img,
    .urgent-campaign-key-art img {
      -o-object-position: center bottom;
         object-position: center bottom;
    }

    .featured-campaign-layout,
    .urgent-campaign-hero-grid {
      padding-top: 1.5rem;
      padding-bottom: 1.5rem;
    }

    .featured-campaign-name,
    .urgent-campaign-name {
      margin-top: 0.5rem;
      font-size: 1.35rem;
      line-height: 1.2;
    }

    .featured-campaign-copy h2,
    .urgent-campaign-hero-copy h1 {
      margin-top: 0.625rem;
      font-size: 2.25rem;
      line-height: 1.08;
    }

    .featured-campaign-summary,
    .urgent-campaign-lead {
      margin-top: 1rem;
      font-size: 0.95rem;
      line-height: 1.5;
    }

    .featured-campaign-actions,
    .urgent-campaign-hero-actions {
      margin-top: 1.25rem;
      gap: 0.75rem;
    }

    .hero-proof-links {
      display: grid;
    }

    .giving-paths-footer .btn,
    .giving-page-footer .btn {
      width: 100%;
    }

    .fundraising-embed-page,
    .fundraising-embed-home {
      height: 42rem;
    }

    .donation-dialog {
      width: 100%;
      height: 100dvh;
      max-height: 100dvh;
      border: 0;
      border-radius: 0;
    }

    .donation-dialog-shell {
      height: 100dvh;
      max-height: 100dvh;
    }

    .donation-dialog-frame {
      height: 100%;
    }
  }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.visible {
  visibility: visible;
}
.sticky {
  position: sticky;
}
.top-0 {
  top: 0px;
}
.z-40 {
  z-index: 40;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-7 {
  margin-top: 1.75rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-9 {
  margin-top: 2.25rem;
}
.block {
  display: block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.h-14 {
  height: 3.5rem;
}
.h-48 {
  height: 12rem;
}
.h-5 {
  height: 1.25rem;
}
.max-h-\[720px\] {
  max-height: 720px;
}
.min-h-36 {
  min-height: 9rem;
}
.w-14 {
  width: 3.5rem;
}
.w-48 {
  width: 12rem;
}
.w-5 {
  width: 1.25rem;
}
.w-full {
  width: 100%;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-xl {
  max-width: 36rem;
}
.shrink-0 {
  flex-shrink: 0;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-y-2 {
  row-gap: 0.5rem;
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.overflow-hidden {
  overflow: hidden;
}
.break-words {
  overflow-wrap: break-word;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.border {
  border-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-teal-900\/10 {
  border-color: rgb(16 50 63 / 0.1);
}
.border-teal-900\/30 {
  border-color: rgb(16 50 63 / 0.3);
}
.border-teal-950\/10 {
  border-color: rgb(11 37 47 / 0.1);
}
.border-white\/15 {
  border-color: rgb(255 255 255 / 0.15);
}
.border-white\/25 {
  border-color: rgb(255 255 255 / 0.25);
}
.bg-cream {
  --tw-bg-opacity: 1;
  background-color: rgb(248 245 236 / var(--tw-bg-opacity, 1));
}
.bg-cream\/95 {
  background-color: rgb(248 245 236 / 0.95);
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-white\/5 {
  background-color: rgb(255 255 255 / 0.05);
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.font-serif {
  font-family: Georgia, Cambria, Times New Roman, serif;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.leading-6 {
  line-height: 1.5rem;
}
.leading-7 {
  line-height: 1.75rem;
}
.leading-8 {
  line-height: 2rem;
}
.leading-tight {
  line-height: 1.25;
}
.text-gold {
  --tw-text-opacity: 1;
  color: rgb(186 138 59 / var(--tw-text-opacity, 1));
}
.text-teal-700 {
  --tw-text-opacity: 1;
  color: rgb(30 99 117 / var(--tw-text-opacity, 1));
}
.text-teal-800 {
  --tw-text-opacity: 1;
  color: rgb(22 72 90 / var(--tw-text-opacity, 1));
}
.text-teal-900 {
  --tw-text-opacity: 1;
  color: rgb(16 50 63 / var(--tw-text-opacity, 1));
}
.text-teal-950 {
  --tw-text-opacity: 1;
  color: rgb(11 37 47 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-white\/60 {
  color: rgb(255 255 255 / 0.6);
}
.text-white\/70 {
  color: rgb(255 255 255 / 0.7);
}
.text-white\/75 {
  color: rgb(255 255 255 / 0.75);
}
.text-white\/80 {
  color: rgb(255 255 255 / 0.8);
}
.underline {
  text-decoration-line: underline;
}
.shadow-soft {
  --tw-shadow: 0 18px 45px rgba(16, 50, 63, 0.10);
  --tw-shadow-colored: 0 18px 45px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.backdrop-blur {
  --tw-backdrop-blur: blur(8px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.hover\:text-teal-700:hover {
  --tw-text-opacity: 1;
  color: rgb(30 99 117 / var(--tw-text-opacity, 1));
}
.hover\:text-teal-950:hover {
  --tw-text-opacity: 1;
  color: rgb(11 37 47 / var(--tw-text-opacity, 1));
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.focus\:not-sr-only:focus {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.focus\:fixed:focus {
  position: fixed;
}
.focus\:left-4:focus {
  left: 1rem;
}
.focus\:top-4:focus {
  top: 1rem;
}
.focus\:z-50:focus {
  z-index: 50;
}
.focus\:rounded-lg:focus {
  border-radius: 0.5rem;
}
.focus\:bg-white:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.focus\:px-4:focus {
  padding-left: 1rem;
  padding-right: 1rem;
}
.focus\:py-2:focus {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.focus\:text-teal-950:focus {
  --tw-text-opacity: 1;
  color: rgb(11 37 47 / var(--tw-text-opacity, 1));
}
@media (min-width: 640px) {

  .sm\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:items-center {
    align-items: center;
  }

  .sm\:justify-between {
    justify-content: space-between;
  }

  .sm\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 768px) {

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {

  .lg\:grid-cols-\[0\.72fr_1\.28fr\] {
    grid-template-columns: 0.72fr 1.28fr;
  }

  .lg\:grid-cols-\[0\.78fr_1\.22fr\] {
    grid-template-columns: 0.78fr 1.22fr;
  }

  .lg\:grid-cols-\[0\.82fr_1\.18fr\] {
    grid-template-columns: 0.82fr 1.18fr;
  }

  .lg\:grid-cols-\[0\.85fr_1\.15fr\] {
    grid-template-columns: 0.85fr 1.15fr;
  }

  .lg\:grid-cols-\[0\.8fr_1\.2fr\] {
    grid-template-columns: 0.8fr 1.2fr;
  }

  .lg\:grid-cols-\[1fr_0\.85fr\] {
    grid-template-columns: 1fr 0.85fr;
  }

  .lg\:grid-cols-\[1fr_0\.9fr\] {
    grid-template-columns: 1fr 0.9fr;
  }

  .lg\:grid-cols-\[1fr_1fr\] {
    grid-template-columns: 1fr 1fr;
  }

  .lg\:items-center {
    align-items: center;
  }

  .lg\:justify-end {
    justify-content: flex-end;
  }
}
