/*! tailwindcss v4.0.9 | MIT License | https://tailwindcss.com */
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --tw-color-blue-600: oklch(0.546 0.245 262.881);
    --tw-color-white: #fff;
    --tw-spacing: 0.25rem;
  }
}
@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;
  }
  body {
    line-height: inherit;
  }
  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;
    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 {
  .tw\:relative {
    position: relative;
  }
  .tw\:my-5 {
    margin-block: calc(var(--tw-spacing) * 5);
  }
  .tw\:mt-20 {
    /* margin-top: calc(var(--tw-spacing) * 20); */
    margin-top: 3.25rem;
  }
  .tw\:mb-0 {
    margin-bottom: calc(var(--tw-spacing) * 0);
  }
  .tw\:mb-0\! {
    margin-bottom: calc(var(--tw-spacing) * 0) !important;
  }
  .tw\:mb-\[3rem\]\! {
    margin-bottom: 3rem !important;
  }
  .tw\:\!hidden {
    display: none !important;
  }
  .tw\:flex {
    display: flex;
  }
  .tw\:flex\! {
    display: flex !important;
  }
  .tw\:hidden {
    display: none;
  }
  .tw\:h-\[1\.8rem\]\! {
    height: 1.8rem !important;
  }
  .tw\:h-\[3rem\]\! {
    height: 3rem !important;
  }
  .tw\:h-full {
    height: 100%;
  }
  .tw\:\!w-full {
    width: 100% !important;
  }
  .tw\:w-full {
    width: 100%;
  }
  .tw\:cursor-pointer {
    cursor: pointer;
  }
  .tw\:flex-col {
    flex-direction: column;
  }
  .tw\:items-center {
    align-items: center;
  }
  .tw\:justify-start\! {
    justify-content: flex-start !important;
  }
  .tw\:gap-3 {
    gap: calc(var(--tw-spacing) * 3);
  }
  .tw\:gap-4 {
    gap: calc(var(--tw-spacing) * 4);
  }
  .tw\:gap-\[5px\] {
    gap: 5px;
  }
  .tw\:gap-\[50px\] {
    gap: 50px;
  }
  .tw\:overflow-hidden {
    overflow: hidden;
  }
  .tw\:rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .tw\:\!bg-white {
    background-color: var(--tw-color-white) !important;
  }
  .tw\:bg-\[\#2a62f6\] {
    background-color: #2a62f6 !important;
  }
  .tw\:bg-\[\#150b42\]\! {
    background-color: #150b42 !important;
  }
  .tw\:bg-\[\#eceef7\]\! {
    background-color: #eceef7 !important;
  }
  .tw\:bg-white {
    background-color: var(--tw-color-white);
  }
  .tw\:bg-white\! {
    background-color: var(--tw-color-white) !important;
  }
  .tw\:\!p-0 {
    padding: calc(var(--tw-spacing) * 0) !important;
  }
  .tw\:p-\[0\.25rem\] {
    padding: 0.25rem;
  }
  .tw\:p-\[15px\] {
    padding: 15px;
  }
  .tw\:px-\[1rem\] {
    padding-inline: 1rem;
  }
  .tw\:py-\[0\.75rem\] {
    padding-block: 0.75rem;
  }
  .tw\:pb-\[3rem\]\! {
    padding-bottom: 3rem !important;
  }
  .tw\:pb-\[60px\] {
    padding-bottom: 60px;
  }
  .tw\:\!pl-5 {
    padding-left: calc(var(--tw-spacing) * 5) !important;
  }
  .tw\:text-center\! {
    text-align: center !important;
  }
  .tw\:text-\[16px\] {
    font-size: 16px;
  }
  .tw\:text-blue-600 {
    color: var(--tw-color-blue-600);
  }
  .tw\:text-white {
    color: var(--tw-color-white);
  }
  .tw\:text-white\! {
    color: var(--tw-color-white) !important;
  }
}
@layer base {
  ul, ol, li {
    list-style: disc;
  }
}
.noParagraphMargin p {
  margin-bottom: 0 !important;
}
.toggleFavorite .favorite_icon.abosulte2 {
  width: 15px;
}
