/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
@import url("https://use.typekit.net/rts7vfv.css");
@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;
    --color-gray-300: oklch(87.2% 0.01 258.338);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --breakpoint-md: 980px;
    --text-8xl: 6rem;
    --text-8xl--line-height: 1;
    --font-weight-normal: 400;
    --radius-2xl: 1rem;
    --aspect-video: 16 / 9;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --spacing-section: 64px;
    --color-chor-gray: #2B3439;
    --color-chor-blue: #0077c8;
    --color-chor-lblue: #E9F5F9;
    --color-chor-pink: #D2007D;
    --color-chor-grad-blue-start: #0088d0;
    --color-chor-grad-blue-end: #012a40;
    --text-md-h1: 6rem;
    --text-h1: 4rem;
    --text-md-h2: 4rem;
    --text-h2: 3rem;
    --text-h3: 2rem;
    --text-h4: 1.75rem;
    --text-p: 2rem;
    --text-tiny: 1.5rem;
    --font-display: "sketchnote-square", sans-serif;
    --leading-tiny: 2rem;
    --leading-p: 3rem;
    --breakpoint-mid: 980px;
    --color-unst-hero: url("");
  }
}
@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;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-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 {
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .absolute {
    position: absolute;
  }
  .relative {
    position: relative;
  }
  .-top-\[50px\] {
    top: calc(50px * -1);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .bottom-\[-50px\] {
    bottom: -50px;
  }
  .bottom-\[350px\] {
    bottom: 350px;
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .-z-1 {
    z-index: calc(1 * -1);
  }
  .-z-2 {
    z-index: calc(2 * -1);
  }
  .z-1 {
    z-index: 1;
  }
  .z-2 {
    z-index: 2;
  }
  .z-3 {
    z-index: 3;
  }
  .-order-1 {
    order: calc(1 * -1);
  }
  .\!mx-\[24px\] {
    margin-inline: 24px !important;
  }
  .-mt-8 {
    margin-top: calc(var(--spacing) * -8);
  }
  .mb-\[100px\] {
    margin-bottom: 100px;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .table {
    display: table;
  }
  .\!aspect-square {
    aspect-ratio: 1 / 1 !important;
  }
  .aspect-\[16\/9\] {
    aspect-ratio: 16/9;
  }
  .aspect-video {
    aspect-ratio: var(--aspect-video);
  }
  .h-80 {
    height: calc(var(--spacing) * 80);
  }
  .h-125 {
    height: calc(var(--spacing) * 125);
  }
  .h-\[200\%\] {
    height: 200%;
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .min-h-fit {
    min-height: fit-content;
  }
  .w-1 {
    width: calc(var(--spacing) * 1);
  }
  .w-1\/2 {
    width: calc(1/2 * 100%);
  }
  .w-\[50\%\] {
    width: 50%;
  }
  .w-\[100\%\] {
    width: 100%;
  }
  .w-\[374px\] {
    width: 374px;
  }
  .w-\[max\(474px\,75\%\)\]\! {
    width: max(474px, 75%) !important;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[110px\]\! {
    max-width: 110px !important;
  }
  .max-w-\[200\%\]\! {
    max-width: 200% !important;
  }
  .max-w-\[354px\]\! {
    max-width: 354px !important;
  }
  .min-w-\[1400px\] {
    min-width: 1400px;
  }
  .min-w-fit {
    min-width: fit-content;
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .shrink {
    flex-shrink: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .flex-grow {
    flex-grow: 1;
  }
  .grow {
    flex-grow: 1;
  }
  .grow-0 {
    flex-grow: 0;
  }
  .basis-1 {
    flex-basis: calc(var(--spacing) * 1);
  }
  .basis-1\/2 {
    flex-basis: calc(1/2 * 100%);
  }
  .basis-full {
    flex-basis: 100%;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .-scale-x-100 {
    --tw-scale-x: calc(100% * -1);
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-y-100 {
    --tw-scale-y: 100%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .resize {
    resize: both;
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .\!gap-4 {
    gap: calc(var(--spacing) * 4) !important;
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-t-2xl {
    border-top-left-radius: var(--radius-2xl);
    border-top-right-radius: var(--radius-2xl);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-r {
    border-right-style: var(--tw-border-style);
    border-right-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-chor-lblue {
    border-color: var(--color-chor-lblue);
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-gray-300 {
    background-color: var(--color-gray-300);
  }
  .bg-linear-to-r {
    --tw-gradient-position: to right;
    @supports (background-image: linear-gradient(in lab, red, red)) {
      --tw-gradient-position: to right in oklab;
    }
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .bg-radial {
    --tw-gradient-position: in oklab;
    background-image: radial-gradient(var(--tw-gradient-stops));
  }
  .bg-\[image\:var\(--unst-img-bento-right\)\] {
    background-image: var(--unst-img-bento-right);
  }
  .bg-\[image\:var\(--unst-img-children-tower\)\] {
    background-image: var(--unst-img-children-tower);
  }
  .bg-\[image\:var\(--unst-img-hero-fallback\)\] {
    background-image: var(--unst-img-hero-fallback);
  }
  .bg-\[image\:var\(--unst-img-services\)\] {
    background-image: var(--unst-img-services);
  }
  .bg-\[image\:var\(--unst-img-treating-whole-child\)\] {
    background-image: var(--unst-img-treating-whole-child);
  }
  .from-black {
    --tw-gradient-from: var(--color-black);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-chor-grad-blue-start {
    --tw-gradient-from: var(--color-chor-grad-blue-start);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-20\% {
    --tw-gradient-from-position: 20%;
  }
  .to-chor-grad-blue-end {
    --tw-gradient-to: var(--color-chor-grad-blue-end);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-transparent {
    --tw-gradient-to: transparent;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .bg-cover {
    background-size: cover;
  }
  .bg-center {
    background-position: center;
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .px-section {
    padding-inline: var(--spacing-section);
  }
  .pt-0 {
    padding-top: calc(var(--spacing) * 0);
  }
  .pt-0\! {
    padding-top: calc(var(--spacing) * 0) !important;
  }
  .pt-\[42px\] {
    padding-top: 42px;
  }
  .pb-\[48px\]\! {
    padding-bottom: 48px !important;
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .underline {
    text-decoration-line: underline;
  }
  .opacity-80 {
    opacity: 80%;
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .\*\:z-2 {
    :is(& > *) {
      z-index: 2;
    }
  }
  .\*\:h-80 {
    :is(& > *) {
      height: calc(var(--spacing) * 80);
    }
  }
  .\*\:w-full {
    :is(& > *) {
      width: 100%;
    }
  }
  .\*\:basis-auto {
    :is(& > *) {
      flex-basis: auto;
    }
  }
  .\*\:basis-full {
    :is(& > *) {
      flex-basis: 100%;
    }
  }
  .\*\:rounded-2xl {
    :is(& > *) {
      border-radius: var(--radius-2xl);
    }
  }
  .md\:top-0 {
    @media (width >= 980px) {
      top: calc(var(--spacing) * 0);
    }
  }
  .md\:-right-\[8\%\] {
    @media (width >= 980px) {
      right: calc(8% * -1);
    }
  }
  .md\:-bottom-\[10\%\] {
    @media (width >= 980px) {
      bottom: calc(10% * -1);
    }
  }
  .md\:bottom-0 {
    @media (width >= 980px) {
      bottom: calc(var(--spacing) * 0);
    }
  }
  .md\:order-2 {
    @media (width >= 980px) {
      order: 2;
    }
  }
  .md\:order-3 {
    @media (width >= 980px) {
      order: 3;
    }
  }
  .md\:aspect-square {
    @media (width >= 980px) {
      aspect-ratio: 1 / 1;
    }
  }
  .md\:h-0 {
    @media (width >= 980px) {
      height: calc(var(--spacing) * 0);
    }
  }
  .md\:h-full {
    @media (width >= 980px) {
      height: 100%;
    }
  }
  .md\:w-1\/2 {
    @media (width >= 980px) {
      width: calc(1/2 * 100%);
    }
  }
  .md\:w-5\/6 {
    @media (width >= 980px) {
      width: calc(5/6 * 100%);
    }
  }
  .md\:w-10\/12 {
    @media (width >= 980px) {
      width: calc(10/12 * 100%);
    }
  }
  .md\:w-\[904px\] {
    @media (width >= 980px) {
      width: 904px;
    }
  }
  .md\:w-\[min\(800px\,65\%\)\]\! {
    @media (width >= 980px) {
      width: min(800px, 65%) !important;
    }
  }
  .md\:w-auto {
    @media (width >= 980px) {
      width: auto;
    }
  }
  .md\:basis-4\/12 {
    @media (width >= 980px) {
      flex-basis: calc(4/12 * 100%);
    }
  }
  .md\:-scale-y-100 {
    @media (width >= 980px) {
      --tw-scale-y: calc(100% * -1);
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .md\:flex-row {
    @media (width >= 980px) {
      flex-direction: row;
    }
  }
  .md\:flex-nowrap {
    @media (width >= 980px) {
      flex-wrap: nowrap;
    }
  }
  .md\:items-start {
    @media (width >= 980px) {
      align-items: flex-start;
    }
  }
  .md\:justify-start {
    @media (width >= 980px) {
      justify-content: flex-start;
    }
  }
  .md\:rounded-none {
    @media (width >= 980px) {
      border-radius: 0;
    }
  }
  .md\:rounded-tl-2xl {
    @media (width >= 980px) {
      border-top-left-radius: var(--radius-2xl);
    }
  }
  .md\:border-0 {
    @media (width >= 980px) {
      border-style: var(--tw-border-style);
      border-width: 0px;
    }
  }
  .md\:p-section {
    @media (width >= 980px) {
      padding: var(--spacing-section);
    }
  }
  .md\:pb-4\! {
    @media (width >= 980px) {
      padding-bottom: calc(var(--spacing) * 4) !important;
    }
  }
  .md\:text-\[1\.25vw\]\! {
    @media (width >= 980px) {
      font-size: 1.25vw !important;
    }
  }
  .md\:text-\[min\(5vw\,6rem\)\]\! {
    @media (width >= 980px) {
      font-size: min(5vw, 6rem) !important;
    }
  }
  .md\:leading-\[2vw\]\! {
    @media (width >= 980px) {
      --tw-leading: 2vw !important;
      line-height: 2vw !important;
    }
  }
  .md\:leading-\[min\(5vw\,6rem\)\]\! {
    @media (width >= 980px) {
      --tw-leading: min(5vw, 6rem) !important;
      line-height: min(5vw, 6rem) !important;
    }
  }
  .\*\:md\:m-0\! {
    :is(& > *) {
      @media (width >= 980px) {
        margin: calc(var(--spacing) * 0) !important;
      }
    }
  }
  .\*\:md\:text-left {
    :is(& > *) {
      @media (width >= 980px) {
        text-align: left;
      }
    }
  }
  .lg\:w-full {
    @media (width >= 64rem) {
      width: 100%;
    }
  }
}
* {
  box-sizing: border-box;
  margin: 0;
}
#campaign-unstoppable {
  .grid {
    margin: calc(var(--spacing) * 0);
    display: grid;
  }
  section,aside {
    display: flex;
  }
  h2,h3,h4,h5,h6 {
    color: var(--color-chor-gray);
  }
  h1, h2.display {
    font-size: var(--text-h1);
    @media (width >= 980px) {
      font-size: var(--text-md-h1);
    }
  }
  h2 {
    font-size: var(--text-h2);
    @media (width >= 980px) {
      font-size: var(--text-md-h2);
    }
  }
  h3 {
    font-size: var(--text-h3);
  }
  h4 {
    font-size: var(--text-h4);
  }
  h1.display, h2.display {
    font-family: var(--font-display);
    --tw-leading: 4rem;
    line-height: 4rem;
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
    text-transform: uppercase;
    @media (width >= 980px) {
      --tw-leading: 6rem;
      line-height: 6rem;
    }
    &.big, .big {
      margin: calc(var(--spacing) * 0);
      font-size: 6rem;
      --tw-leading: 6rem;
      line-height: 6rem;
      @media (width >= 980px) {
        font-size: 9rem;
      }
      @media (width >= 980px) {
        --tw-leading: 9rem;
        line-height: 9rem;
      }
      &.yellow, .yellow {
        color: #FFBA00;
      }
    }
  }
  p {
    font-size: var(--text-p);
    --tw-leading: var(--leading-p);
    line-height: var(--leading-p);
  }
  section {
    padding-bottom: 74px;
    @media (width >= 980px) {
      padding-bottom: 80px;
    }
  }
  #campaign-hero-main {
    position: relative;
    height: 768px;
    padding-top: calc(var(--spacing) * 12);
    @media (width >= 980px) {
      height: 768px;
    }
    @media (width >= 980px) {
      padding-top: 120px;
    }
    &>h1 {
      max-width: 100%;
    }
    @media (width >= 980px) {
      &>h1 {
        max-width: 900px;
      }
    }
    &>h1,&>p {
      color: var(--color-white);
    }
  }
  .callout-item {
    display: flex;
    min-height: 174px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: calc(var(--spacing) * 4);
    background-color: var(--color-white);
    padding: calc(var(--spacing) * 8);
    :is(& > *) {
      margin: calc(var(--spacing) * 0);
    }
    :is(& > *) {
      text-align: center;
    }
    &>h2 {
      font-size: var(--text-h4);
    }
    &>p {
      flex-grow: 1;
    }
    &>p {
      font-size: var(--text-tiny);
    }
    &>p {
      --tw-leading: var(--leading-tiny);
      line-height: var(--leading-tiny);
    }
    &.seperator {
      display: none;
      @media (width >= 980px) {
        display: flex;
      }
      * {
        height: 48px;
        width: 1px;
        background-color: var(--color-chor-lblue);
      }
    }
  }
  .unst-section {
    min-height: fit-content;
    gap: calc(var(--spacing) * 2);
    padding-block: calc(var(--spacing) * 6);
    @media (width >= 980px) {
      gap: calc(var(--spacing) * 4);
    }
    @media (width >= 980px) {
      padding-block: var(--spacing-section);
    }
  }
  .unst-section-content {
    gap: calc(var(--spacing) * 0);
  }
  .unst-section-content-image {
    height: auto;
    width: 600px;
    width: 100%;
    min-width: calc(var(--spacing) * 0);
    background-size: cover;
  }
  .btn {
    width: min-content;
    white-space: nowrap;
  }
  .unst-brand-heading {
    font-size: var(--text-8xl);
    line-height: var(--tw-leading, var(--text-8xl--line-height));
  }
  .unst-bento-container {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    overflow: hidden;
    :is(& > *) {
      grid-column: span 3 / span 3;
    }
    :is(& > *) {
      border-radius: var(--radius-2xl);
    }
    :is(& > *) {
      padding: calc(var(--spacing) * 4);
    }
    @media (width >= 980px) {
      &>*:nth-child(1) {
        grid-column: span 2 / span 2;
      }
    }
    @media (width >= 980px) {
      &>*:nth-child(2) {
        grid-column: span 1 / span 1;
      }
    }
    @media (width >= 980px) {
      &>*:nth-child(3) {
        grid-column: span 1 / span 1;
      }
    }
    @media (width >= 980px) {
      &>*:nth-child(4) {
        grid-column: span 2 / span 2;
      }
    }
  }
  .unst-bento-long {
    position: relative;
    display: flex;
    min-height: 724px;
    flex-direction: column;
    overflow: hidden;
    background-size: cover;
    background-position: bottom;
    padding: calc(var(--spacing) * 8);
    :is(& > *) {
      color: var(--color-white);
    }
    @media (width >= 980px) {
      min-height: auto;
    }
    @media (width >= 980px) {
      background-position: right bottom;
    }
    &>h2 {
      @media (width >= 980px) {
        max-width: 75%;
      }
    }
    &>p {
      @media (width >= 980px) {
        max-width: 45%;
      }
    }
  }
  .unst-bento-img-bg-container {
    position: absolute;
    top: calc(var(--spacing) * 0);
    left: calc(var(--spacing) * 0);
    z-index: 1 !important;
    height: 100%;
    width: 100%;
  }
  .unst-block-icon {
    position: relative;
    grid-column: span 2 / span 2;
    display: flex;
    height: fit-content;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    gap: calc(var(--spacing) * 4);
    overflow: hidden;
    border-radius: var(--radius-2xl);
    background-color: var(--color-chor-lblue);
    padding: 24px;
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    :is(& > *) {
      margin: calc(var(--spacing) * 0);
    }
    :is(& > *) {
      color: var(--color-chor-blue);
    }
    :is(& > *) {
      transition-property: all;
      transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
      transition-duration: var(--tw-duration, var(--default-transition-duration));
    }
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-chor-pink);
      }
    }
    &:hover {
      @media (hover: hover) {
        :is(& > *) {
          color: var(--color-white);
        }
      }
    }
    @media (width >= 980px) {
      grid-column: span 1 / span 1;
    }
    @media (width >= 980px) {
      height: 100%;
    }
    @media (width >= 980px) {
      min-height: calc(var(--spacing) * 0);
    }
    &:hover {
      @media (hover: hover) {
        &>img {
          opacity: 100%;
        }
      }
    }
    &:hover {
      @media (hover: hover) {
        &>svg {
          scale: 115%;
        }
      }
    }
  }
  .unst-block-splatter {
    position: absolute;
    top: calc(var(--spacing) * 0);
    right: calc(var(--spacing) * 0);
    width: calc(1/4 * 100%);
    --tw-scale-x: calc(100% * -1);
    --tw-scale-y: calc(100% * -1);
    --tw-scale-z: calc(100% * -1);
    scale: var(--tw-scale-x) var(--tw-scale-y);
    opacity: 0%;
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    @media (width >= 980px) {
      width: calc(1/2 * 100%);
    }
  }
  .unst-spacer-section {
    :is(& > *) {
      padding-block: calc(var(--spacing) * 10);
    }
    :is(& > *) {
      @media (width >= 980px) {
        padding-block: calc(var(--spacing) * 20);
      }
    }
  }
  .unst-icon {
    width: 4rem;
    height: 4rem;
    @media (width >= 980px) {
      width: 5rem;
      height: 5rem;
    }
  }
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  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-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-outline-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
    }
  }
}
