/*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .top-\[-52px\] {
    top: -52px;
  }
  .top-\[-70px\] {
    top: -70px;
  }
  .top-\[-95px\] {
    top: -95px;
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-\[-30px\] {
    right: -30px;
  }
  .right-\[0\] {
    right: 0;
  }
  .bottom-\[-10px\] {
    bottom: -10px;
  }
  .bottom-\[-12px\] {
    bottom: -12px;
  }
  .bottom-\[-45px\] {
    bottom: -45px;
  }
  .bottom-\[-50px\] {
    bottom: -50px;
  }
  .bottom-\[0\] {
    bottom: 0;
  }
  .left-\[0px\] {
    left: 0px;
  }
  .left-\[4px\] {
    left: 4px;
  }
  .left-\[15px\] {
    left: 15px;
  }
  .left-\[46\%\] {
    left: 46%;
  }
  .z-2 {
    z-index: 2;
  }
  .z-3 {
    z-index: 3;
  }
  .z-10 {
    z-index: 10;
  }
  .z-20 {
    z-index: 20;
  }
  .m-auto {
    margin: auto;
  }
  .mx-\[35px\] {
    margin-inline: 35px;
  }
  .my-\[8px\] {
    margin-block: 8px;
  }
  .my-\[30px\] {
    margin-block: 30px;
  }
  .mt-\[-20px\] {
    margin-top: -20px;
  }
  .mt-\[-50px\] {
    margin-top: -50px;
  }
  .mt-\[-100px\] {
    margin-top: -100px;
  }
  .mt-\[0px\] {
    margin-top: 0px;
  }
  .mt-\[8px\] {
    margin-top: 8px;
  }
  .mt-\[12px\] {
    margin-top: 12px;
  }
  .mt-\[16px\] {
    margin-top: 16px;
  }
  .mt-\[20px\] {
    margin-top: 20px;
  }
  .mt-\[22px\] {
    margin-top: 22px;
  }
  .mt-\[24px\] {
    margin-top: 24px;
  }
  .mt-\[26px\] {
    margin-top: 26px;
  }
  .mt-\[32px\] {
    margin-top: 32px;
  }
  .mt-\[40px\] {
    margin-top: 40px;
  }
  .mb-\[84px\] {
    margin-bottom: 84px;
  }
  .ml-\[-25\%\] {
    margin-left: -25%;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .table {
    display: table;
  }
  .h-\[100px\] {
    height: 100px;
  }
  .w-\[13vw\] {
    width: 13vw;
  }
  .w-\[24px\] {
    width: 24px;
  }
  .w-\[30px\] {
    width: 30px;
  }
  .w-\[40px\] {
    width: 40px;
  }
  .w-\[50\%\] {
    width: 50%;
  }
  .w-\[60px\] {
    width: 60px;
  }
  .w-\[70\%\] {
    width: 70%;
  }
  .w-\[70px\] {
    width: 70px;
  }
  .w-\[80px\] {
    width: 80px;
  }
  .w-\[83px\] {
    width: 83px;
  }
  .w-\[100px\] {
    width: 100px;
  }
  .w-\[103px\] {
    width: 103px;
  }
  .w-\[120px\] {
    width: 120px;
  }
  .w-\[140\%\] {
    width: 140%;
  }
  .w-\[140px\] {
    width: 140px;
  }
  .w-\[234px\] {
    width: 234px;
  }
  .w-\[320px\] {
    width: 320px;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[140\%\] {
    max-width: 140%;
  }
  .max-w-\[570px\] {
    max-width: 570px;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .gap-\[6px\] {
    gap: 6px;
  }
  .gap-\[20px\] {
    gap: 20px;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded-\[12px\] {
    border-radius: 12px;
  }
  .rounded-t-\[12px\] {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .p-\[10px\] {
    padding: 10px;
  }
  .px-\[3\%\] {
    padding-inline: 3%;
  }
  .px-\[12px\] {
    padding-inline: 12px;
  }
  .px-\[20px\] {
    padding-inline: 20px;
  }
  .px-\[24px\] {
    padding-inline: 24px;
  }
  .px-\[40px\] {
    padding-inline: 40px;
  }
  .px-\[58px\] {
    padding-inline: 58px;
  }
  .py-\[4px\] {
    padding-block: 4px;
  }
  .py-\[6px\] {
    padding-block: 6px;
  }
  .py-\[8px\] {
    padding-block: 8px;
  }
  .py-\[12px\] {
    padding-block: 12px;
  }
  .py-\[28px\] {
    padding-block: 28px;
  }
  .py-\[35px\] {
    padding-block: 35px;
  }
  .py-\[58px\] {
    padding-block: 58px;
  }
  .pt-\[20px\] {
    padding-top: 20px;
  }
  .pt-\[32px\] {
    padding-top: 32px;
  }
  .pt-\[60px\] {
    padding-top: 60px;
  }
  .pb-\[20px\] {
    padding-bottom: 20px;
  }
  .pb-\[42px\] {
    padding-bottom: 42px;
  }
  .pb-\[130px\] {
    padding-bottom: 130px;
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .font-\[Arial\] {
    font-family: Arial;
  }
  .text-\[7vw\] {
    font-size: 7vw;
  }
  .text-\[12px\] {
    font-size: 12px;
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .text-\[14vw\] {
    font-size: 14vw;
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .text-\[24px\] {
    font-size: 24px;
  }
  .text-\[32px\] {
    font-size: 32px;
  }
  .text-\[40px\] {
    font-size: 40px;
  }
  .text-\[52px\] {
    font-size: 52px;
  }
  .leading-\[7vw\] {
    --tw-leading: 7vw;
    line-height: 7vw;
  }
  .leading-\[12px\] {
    --tw-leading: 12px;
    line-height: 12px;
  }
  .leading-\[14vw\] {
    --tw-leading: 14vw;
    line-height: 14vw;
  }
  .leading-\[16px\] {
    --tw-leading: 16px;
    line-height: 16px;
  }
  .leading-\[24px\] {
    --tw-leading: 24px;
    line-height: 24px;
  }
  .leading-\[32px\] {
    --tw-leading: 32px;
    line-height: 32px;
  }
  .leading-\[40px\] {
    --tw-leading: 40px;
    line-height: 40px;
  }
  .leading-\[42px\] {
    --tw-leading: 42px;
    line-height: 42px;
  }
  .leading-\[54px\] {
    --tw-leading: 54px;
    line-height: 54px;
  }
  .tracking-\[-2px\] {
    --tw-tracking: -2px;
    letter-spacing: -2px;
  }
  .tracking-\[0\] {
    --tw-tracking: 0;
    letter-spacing: 0;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .underline {
    text-decoration-line: underline;
  }
  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .desktop\:absolute {
    @media (width >= 712px) {
      position: absolute;
    }
  }
  .desktop\:top-\[30\%\] {
    @media (width >= 712px) {
      top: 30%;
    }
  }
  .desktop\:top-\[40px\] {
    @media (width >= 712px) {
      top: 40px;
    }
  }
  .desktop\:right-0 {
    @media (width >= 712px) {
      right: calc(var(--spacing) * 0);
    }
  }
  .desktop\:right-\[-50px\] {
    @media (width >= 712px) {
      right: -50px;
    }
  }
  .desktop\:bottom-0 {
    @media (width >= 712px) {
      bottom: calc(var(--spacing) * 0);
    }
  }
  .desktop\:bottom-\[-20px\] {
    @media (width >= 712px) {
      bottom: -20px;
    }
  }
  .desktop\:left-\[45\%\] {
    @media (width >= 712px) {
      left: 45%;
    }
  }
  .desktop\:mx-0 {
    @media (width >= 712px) {
      margin-inline: calc(var(--spacing) * 0);
    }
  }
  .desktop\:mt-0 {
    @media (width >= 712px) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .desktop\:mt-\[16px\] {
    @media (width >= 712px) {
      margin-top: 16px;
    }
  }
  .desktop\:mt-\[40px\] {
    @media (width >= 712px) {
      margin-top: 40px;
    }
  }
  .desktop\:mt-\[52px\] {
    @media (width >= 712px) {
      margin-top: 52px;
    }
  }
  .desktop\:mb-\[80px\] {
    @media (width >= 712px) {
      margin-bottom: 80px;
    }
  }
  .desktop\:ml-0 {
    @media (width >= 712px) {
      margin-left: calc(var(--spacing) * 0);
    }
  }
  .desktop\:ml-\[60px\] {
    @media (width >= 712px) {
      margin-left: 60px;
    }
  }
  .desktop\:ml-\[80px\] {
    @media (width >= 712px) {
      margin-left: 80px;
    }
  }
  .desktop\:block {
    @media (width >= 712px) {
      display: block;
    }
  }
  .desktop\:flex {
    @media (width >= 712px) {
      display: flex;
    }
  }
  .desktop\:grid {
    @media (width >= 712px) {
      display: grid;
    }
  }
  .desktop\:hidden {
    @media (width >= 712px) {
      display: none;
    }
  }
  .desktop\:inline-block {
    @media (width >= 712px) {
      display: inline-block;
    }
  }
  .desktop\:h-full {
    @media (width >= 712px) {
      height: 100%;
    }
  }
  .desktop\:w-\[30\%\] {
    @media (width >= 712px) {
      width: 30%;
    }
  }
  .desktop\:w-\[40vw\] {
    @media (width >= 712px) {
      width: 40vw;
    }
  }
  .desktop\:w-\[44px\] {
    @media (width >= 712px) {
      width: 44px;
    }
  }
  .desktop\:w-\[45\%\] {
    @media (width >= 712px) {
      width: 45%;
    }
  }
  .desktop\:w-\[50\%\] {
    @media (width >= 712px) {
      width: 50%;
    }
  }
  .desktop\:w-\[60\%\] {
    @media (width >= 712px) {
      width: 60%;
    }
  }
  .desktop\:w-\[140px\] {
    @media (width >= 712px) {
      width: 140px;
    }
  }
  .desktop\:max-w-\[566px\] {
    @media (width >= 712px) {
      max-width: 566px;
    }
  }
  .desktop\:min-w-\[60\%\] {
    @media (width >= 712px) {
      min-width: 60%;
    }
  }
  .desktop\:min-w-\[280px\] {
    @media (width >= 712px) {
      min-width: 280px;
    }
  }
  .desktop\:flex-1 {
    @media (width >= 712px) {
      flex: 1;
    }
  }
  .desktop\:grid-cols-2 {
    @media (width >= 712px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .desktop\:flex-col {
    @media (width >= 712px) {
      flex-direction: column;
    }
  }
  .desktop\:flex-row {
    @media (width >= 712px) {
      flex-direction: row;
    }
  }
  .desktop\:items-center {
    @media (width >= 712px) {
      align-items: center;
    }
  }
  .desktop\:items-end {
    @media (width >= 712px) {
      align-items: flex-end;
    }
  }
  .desktop\:items-start {
    @media (width >= 712px) {
      align-items: flex-start;
    }
  }
  .desktop\:justify-end {
    @media (width >= 712px) {
      justify-content: flex-end;
    }
  }
  .desktop\:gap-\[20px\] {
    @media (width >= 712px) {
      gap: 20px;
    }
  }
  .desktop\:gap-\[40px\] {
    @media (width >= 712px) {
      gap: 40px;
    }
  }
  .desktop\:px-0 {
    @media (width >= 712px) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .desktop\:px-\[20px\] {
    @media (width >= 712px) {
      padding-inline: 20px;
    }
  }
  .desktop\:px-\[40px\] {
    @media (width >= 712px) {
      padding-inline: 40px;
    }
  }
  .desktop\:py-\[24px\] {
    @media (width >= 712px) {
      padding-block: 24px;
    }
  }
  .desktop\:pt-0 {
    @media (width >= 712px) {
      padding-top: calc(var(--spacing) * 0);
    }
  }
  .desktop\:pt-\[20px\] {
    @media (width >= 712px) {
      padding-top: 20px;
    }
  }
  .desktop\:pt-\[100px\] {
    @media (width >= 712px) {
      padding-top: 100px;
    }
  }
  .desktop\:pb-0 {
    @media (width >= 712px) {
      padding-bottom: calc(var(--spacing) * 0);
    }
  }
  .desktop\:pb-\[80px\] {
    @media (width >= 712px) {
      padding-bottom: 80px;
    }
  }
  .desktop\:pb-\[130px\] {
    @media (width >= 712px) {
      padding-bottom: 130px;
    }
  }
  .desktop\:text-left {
    @media (width >= 712px) {
      text-align: left;
    }
  }
  .desktop\:text-\[18px\] {
    @media (width >= 712px) {
      font-size: 18px;
    }
  }
  .desktop\:text-\[40px\] {
    @media (width >= 712px) {
      font-size: 40px;
    }
  }
  .desktop\:text-\[60px\] {
    @media (width >= 712px) {
      font-size: 60px;
    }
  }
  .desktop\:text-\[80px\] {
    @media (width >= 712px) {
      font-size: 80px;
    }
  }
  .desktop\:text-\[94px\] {
    @media (width >= 712px) {
      font-size: 94px;
    }
  }
  .desktop\:leading-\[23px\] {
    @media (width >= 712px) {
      --tw-leading: 23px;
      line-height: 23px;
    }
  }
  .desktop\:leading-\[40px\] {
    @media (width >= 712px) {
      --tw-leading: 40px;
      line-height: 40px;
    }
  }
  .desktop\:leading-\[60px\] {
    @media (width >= 712px) {
      --tw-leading: 60px;
      line-height: 60px;
    }
  }
  .desktop\:leading-\[80px\] {
    @media (width >= 712px) {
      --tw-leading: 80px;
      line-height: 80px;
    }
  }
  .desktop\:leading-\[110px\] {
    @media (width >= 712px) {
      --tw-leading: 110px;
      line-height: 110px;
    }
  }
}
body {
  font-family: "Myriad Pro Bold";
}
.h-font-700 {
  font-family: "Myriad Pro Bold";
  font-weight: 700;
  font-size: 15px;
  line-height: 15px;
  vertical-align: middle;
  text-transform: uppercase;
}
.h-background-yellow {
  background: #f8e9d3;
}
.h-color-yellow {
  color: #f8e9d3;
}
.h-background-lightyellow {
  background: #fff7e3;
}
.h-color-lightyellow {
  color: #fff7e3;
}
.h-background-green {
  background: #16623a;
}
.h-color-green {
  color: #16623a;
}
.h-background-lightgreen {
  background: #52c07f;
}
.h-background-red {
  background: #ffc1c1;
}
.h-color-red {
  color: #ffc1c1;
}
.h-background-white {
  background: #ffffff;
}
.h-color-white {
  color: #ffffff;
}
.h-color-brightred {
  color: #e4284a;
}
.h-background-brightred {
  background: #e4284a;
}
@media screen and (min-width: 712px) {
  .h-background-brightred-desktop {
    background: #e4284a !important;
  }
}
.h-color-orange {
  color: #eb9d33;
}
.h-background-orange {
  background: #eb9d33;
}
@media screen and (min-width: 712px) {
  .h-background-orange-desktop {
    background: #eb9d33 !important;
  }
}
.h-color-darkgreen {
  color: #98a930;
}
.h-background-darkgreen {
  background: #98a930;
}
@media screen and (min-width: 712px) {
  .h-background-darkgreen-desktop {
    background: #98a930 !important;
  }
}
.non-pointer-events {
  pointer-events: none;
}
.custom-checkbox {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
}
.custom-checkbox input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  pointer-events: none;
}
.custom-checkbox .checkmark {
  width: 12px;
  min-width: 12px;
  height: 12px;
  background-color: #f0f0f0;
  border-radius: 50%;
  border: 1px solid #16623a;
  display: inline-block;
  margin-left: 4px;
  margin-right: 2px;
  position: relative;
  transition: background 0.2s ease;
}
.custom-checkbox input:checked + .checkmark {
  background-color: #16623a;
}
.custom-checkbox .checkmark::after {
  content: "";
  position: absolute;
  display: none;
  left: 3px;
  top: 1px;
  width: 4px;
  height: 6px;
  border: solid white;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
}
.custom-checkbox input:checked + .checkmark::after {
  display: block;
}
.custom-checkbox2 {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
}
.custom-checkbox2 input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  pointer-events: none;
}
.custom-checkbox2 .checkmark2 {
  width: 20px;
  height: 20px;
  background-color: #fff7e3;
  border: 1px solid #16623a;
  display: inline-block;
  margin-right: 8px;
  position: relative;
  transition: background 0.2s ease;
}
.custom-checkbox2 input:checked + .checkmark2 {
  background-color: #16623a;
}
.custom-checkbox2 .checkmark2::after {
  content: "";
  position: absolute;
  display: none;
  left: 6px;
  top: 1px;
  width: 6px;
  height: 12px;
  border: solid white;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
}
.custom-checkbox2 input:checked + .checkmark2::after {
  display: block;
}
.header-background {
  background-image: url("assets/images/2_background.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.header-title {
  background-image: url("assets/images/2_yellow_background.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.raspberry {
  left: calc(50% - 132px);
  z-index: 1;
}
@media screen and (min-width: 712px) {
  .unset-top {
    top: unset;
  }
  .h-background-lightyellow-desktop {
    background: #fff7e3;
  }
  .h-background-yellow-desktop {
    background: #f8e9d3;
  }
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-tracking: initial;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}
