/*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */
@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-rotate-x: initial;
            --tw-rotate-y: initial;
            --tw-rotate-z: initial;
            --tw-skew-x: initial;
            --tw-skew-y: initial;
            --tw-font-weight: initial;
            --tw-shadow: 0 0 #0000;
            --tw-shadow-color: initial;
            --tw-shadow-alpha: 100%;
            --tw-inset-shadow: 0 0 #0000;
            --tw-inset-shadow-color: initial;
            --tw-inset-shadow-alpha: 100%;
            --tw-ring-color: initial;
            --tw-ring-shadow: 0 0 #0000;
            --tw-inset-ring-color: initial;
            --tw-inset-ring-shadow: 0 0 #0000;
            --tw-ring-inset: initial;
            --tw-ring-offset-width: 0px;
            --tw-ring-offset-color: #fff;
            --tw-ring-offset-shadow: 0 0 #0000;
            --tw-text-shadow-color: initial;
            --tw-text-shadow-alpha: 100%;
            --tw-scale-x: 1;
            --tw-scale-y: 1;
            --tw-scale-z: 1
        }
    }
}

@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-slate-400: oklch(70.4% .04 256.788);
        --color-slate-950: oklch(12.9% .042 264.695);
        --color-white: #fff;
        --spacing: .25rem;
        --container-2xs: 18rem;
        --container-xl: 36rem;
        --text-xs: .75rem;
        --text-xs--line-height: calc(1/.75);
        --text-base: 1rem;
        --text-base--line-height: 1.5;
        --text-lg: 1.125rem;
        --text-lg--line-height: calc(1.75/1.125);
        --text-xl: 1.25rem;
        --text-xl--line-height: calc(1.75/1.25);
        --text-2xl: 1.5rem;
        --text-2xl--line-height: calc(2/1.5);
        --text-4xl: 2.25rem;
        --text-4xl--line-height: calc(2.5/2.25);
        --font-weight-semibold: 600;
        --radius-lg: .5rem;
        --default-transition-duration: .15s;
        --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
        --default-font-family: var(--font-sans);
        --default-mono-font-family: var(--font-mono)
    }
}

@layer base {

    *,
    :after,
    :before,
    ::backdrop {
        box-sizing: border-box;
        border: 0 solid;
        margin: 0;
        padding: 0
    }

    ::file-selector-button {
        box-sizing: border-box;
        border: 0 solid;
        margin: 0;
        padding: 0
    }

    html,
    :host {
        -webkit-text-size-adjust: 100%;
        -moz-tab-size: 4;
        tab-size: 4;
        line-height: 1.5;
        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 {
        vertical-align: baseline;
        font-size: 75%;
        line-height: 0;
        position: relative
    }

    sub {
        bottom: -.25em
    }

    sup {
        top: -.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 {
        vertical-align: middle;
        display: block
    }

    img,
    video {
        max-width: 100%;
        height: auto
    }

    button,
    input,
    select,
    optgroup,
    textarea {
        font: inherit;
        font-feature-settings: inherit;
        font-variation-settings: inherit;
        letter-spacing: inherit;
        color: inherit;
        opacity: 1;
        background-color: #0000;
        border-radius: 0
    }

    ::file-selector-button {
        font: inherit;
        font-feature-settings: inherit;
        font-variation-settings: inherit;
        letter-spacing: inherit;
        color: inherit;
        opacity: 1;
        background-color: #0000;
        border-radius: 0
    }

    :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)) {
            ::placeholder {
                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 {
        padding-block: 0
    }

    ::-webkit-datetime-edit-year-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-month-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-day-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-hour-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-minute-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-second-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-millisecond-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-meridiem-field {
        padding-block: 0
    }

    :-moz-ui-invalid {
        box-shadow: none
    }

    button,
    input:where([type=button], [type=reset], [type=submit]) {
        -webkit-appearance: button;
        -moz-appearance: button;
        appearance: button
    }

    ::file-selector-button {
        -webkit-appearance: button;
        -moz-appearance: button;
        appearance: button
    }

    ::-webkit-inner-spin-button {
        height: auto
    }

    ::-webkit-outer-spin-button {
        height: auto
    }

    [hidden]:where(:not([hidden=until-found])) {
        display: none !important
    }
}

@layer components;

@layer utilities {
    .relative {
        position: relative
    }

    .m-719 {
        margin: calc(var(--spacing)*719)
    }

    .m-931 {
        margin: calc(var(--spacing)*931)
    }

    .m-1311 {
        margin: calc(var(--spacing)*1311)
    }

    .m-1614 {
        margin: calc(var(--spacing)*1614)
    }

    .m-1979 {
        margin: calc(var(--spacing)*1979)
    }

    .m-2321 {
        margin: calc(var(--spacing)*2321)
    }

    .mx-auto {
        margin-inline: auto
    }

    .-my-4 {
        margin-block: calc(var(--spacing)*-4)
    }

    .my-4 {
        margin-block: calc(var(--spacing)*4)
    }

    .mt-4 {
        margin-top: calc(var(--spacing)*4)
    }

    .mt-8 {
        margin-top: calc(var(--spacing)*8)
    }

    .mt-12 {
        margin-top: calc(var(--spacing)*12)
    }

    .mt-auto {
        margin-top: auto
    }

    .mb-3 {
        margin-bottom: calc(var(--spacing)*3)
    }

    .ml-auto {
        margin-left: auto
    }

    .flex {
        display: flex
    }

    .grid {
        display: grid
    }

    .inline-block {
        display: inline-block
    }

    .inline-flex {
        display: inline-flex
    }

    .aspect-square {
        aspect-ratio: 1
    }

    .h-6 {
        height: calc(var(--spacing)*6)
    }

    .w-6 {
        width: calc(var(--spacing)*6)
    }

    .w-24 {
        width: calc(var(--spacing)*24)
    }

    .w-full {
        width: 100%
    }

    .max-w-2xs {
        max-width: var(--container-2xs)
    }

    .max-w-12 {
        max-width: calc(var(--spacing)*12)
    }

    .max-w-\[1400px\] {
        max-width: 1400px
    }

    .max-w-min {
        max-width: min-content
    }

    .max-w-xl {
        max-width: var(--container-xl)
    }

    .transform {
        transform: var(--tw-rotate-x, )var(--tw-rotate-y, )var(--tw-rotate-z, )var(--tw-skew-x, )var(--tw-skew-y, )
    }

    .cursor-pointer {
        cursor: pointer
    }

    .flex-col {
        flex-direction: column
    }

    .flex-wrap {
        flex-wrap: wrap
    }

    .place-items-center {
        place-items: center
    }

    .items-center {
        align-items: center
    }

    .justify-between {
        justify-content: space-between
    }

    .justify-center {
        justify-content: center
    }

    .gap-1 {
        gap: calc(var(--spacing)*1)
    }

    .gap-1\.5 {
        gap: calc(var(--spacing)*1.5)
    }

    .gap-2 {
        gap: calc(var(--spacing)*2)
    }

    .gap-2\.5 {
        gap: calc(var(--spacing)*2.5)
    }

    .gap-6 {
        gap: calc(var(--spacing)*6)
    }

    .gap-8 {
        gap: calc(var(--spacing)*8)
    }

    .gap-x-12 {
        column-gap: calc(var(--spacing)*12)
    }

    .rounded-lg {
        border-radius: var(--radius-lg)
    }

    .bg-slate-950 {
        background-color: var(--color-slate-950)
    }

    .bg-size-\[auto_180\%\] {
        background-size: auto 180%
    }

    .bg-no-repeat {
        background-repeat: no-repeat
    }

    .fill-white {
        fill: var(--color-white)
    }

    .px-2 {
        padding-inline: calc(var(--spacing)*2)
    }

    .px-3 {
        padding-inline: calc(var(--spacing)*3)
    }

    .py-2 {
        padding-block: calc(var(--spacing)*2)
    }

    .py-6 {
        padding-block: calc(var(--spacing)*6)
    }

    .py-8 {
        padding-block: calc(var(--spacing)*8)
    }

    .pb-5 {
        padding-bottom: calc(var(--spacing)*5)
    }

    .text-center {
        text-align: center
    }

    .text-xl {
        font-size: var(--text-xl);
        line-height: var(--tw-leading, var(--text-xl--line-height))
    }

    .text-xs {
        font-size: var(--text-xs);
        line-height: var(--tw-leading, var(--text-xs--line-height))
    }

    .font-semibold {
        --tw-font-weight: var(--font-weight-semibold);
        font-weight: var(--font-weight-semibold)
    }

    .text-nowrap {
        text-wrap: nowrap
    }

    .text-\(--colorBlue\) {
        color: var(--colorBlue)
    }

    .text-\[\#7a7d80\] {
        color: #7a7d80 !important
    }

    .text-slate-400 {
        color: var(--color-slate-400)
    }

    .text-white {
        color: var(--color-white)
    }

    .capitalize {
        text-transform: capitalize
    }

    .uppercase {
        text-transform: uppercase
    }

    .shadow-\[0px_0px_8px_var\(--colorGray\)\] {
        --tw-shadow: 0px 0px 8px var(--tw-shadow-color, var(--colorGray));
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)
    }

    .transition {
        transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, visibility, content-visibility, overlay, pointer-events;
        transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
        transition-duration: var(--tw-duration, var(--default-transition-duration))
    }

    .text-shadow-lg\/25 {
        --tw-text-shadow-alpha: 25%;
        text-shadow: 0px 1px 2px var(--tw-text-shadow-color, oklab(0% 0 0/.25)), 0px 3px 2px var(--tw-text-shadow-color, oklab(0% 0 0/.25)), 0px 4px 8px var(--tw-text-shadow-color, oklab(0% 0 0/.25))
    }

    .text-shadow-md {
        text-shadow: 0px 1px 1px var(--tw-text-shadow-color, #0000001a), 0px 1px 2px var(--tw-text-shadow-color, #0000001a), 0px 2px 4px var(--tw-text-shadow-color, #0000001a)
    }

    .text-shadow-sm {
        text-shadow: 0px 1px 0px var(--tw-text-shadow-color, #00000013), 0px 1px 1px var(--tw-text-shadow-color, #00000013), 0px 2px 2px var(--tw-text-shadow-color, #00000013)
    }

    .first\:inline-block:first-child {
        display: inline-block
    }

    .first\:pr-2:first-child {
        padding-right: calc(var(--spacing)*2)
    }

    @media (hover:hover) {
        .hover\:text-\(--SecondRedColor\):hover {
            color: var(--SecondRedColor)
        }

        .hover\:text-\(--colorRed\):hover {
            color: var(--colorRed)
        }
    }

    @media not all and (min-width:690px) {
        .max-\[690px\]\:gap-0 {
            gap: calc(var(--spacing)*0)
        }
    }

    @media not all and (min-width:64rem) {
        .max-lg\:flex-col {
            flex-direction: column
        }

        .max-lg\:gap-8 {
            gap: calc(var(--spacing)*8)
        }
    }

    @media not all and (min-width:40rem) {
        .max-sm\:bg-size-\[150\%_auto\] {
            background-size: 150%
        }

        .max-sm\:bg-position-\[50\%_120\%\] {
            background-position: 50% 120%
        }

        .max-sm\:text-xs {
            font-size: var(--text-xs);
            line-height: var(--tw-leading, var(--text-xs--line-height))
        }
    }

    @media (min-width:445px) {
        @media not all and (min-width:690px) {
            :is(.min-\[445px\]\:max-\[690px\]\:\*\:w-1\/2>*) {
                width: 50%
            }
        }
    }

    @media (min-width:40rem) {
        .sm\:-mb-5 {
            margin-bottom: calc(var(--spacing)*-5)
        }

        .sm\:w-32 {
            width: calc(var(--spacing)*32)
        }

        .sm\:max-w-14 {
            max-width: calc(var(--spacing)*14)
        }

        .sm\:px-3 {
            padding-inline: calc(var(--spacing)*3)
        }

        .sm\:py-12 {
            padding-block: calc(var(--spacing)*12)
        }

        .sm\:text-base {
            font-size: var(--text-base);
            line-height: var(--tw-leading, var(--text-base--line-height))
        }
    }

    @media (min-width:48rem) {
        .md\:w-36 {
            width: calc(var(--spacing)*36)
        }

        .md\:max-w-16 {
            max-width: calc(var(--spacing)*16)
        }

        .md\:text-xl {
            font-size: var(--text-xl);
            line-height: var(--tw-leading, var(--text-xl--line-height))
        }
    }

    @media (min-width:64rem) {
        .lg\:w-40 {
            width: calc(var(--spacing)*40)
        }

        .lg\:max-w-20 {
            max-width: calc(var(--spacing)*20)
        }

        .lg\:gap-2 {
            gap: calc(var(--spacing)*2)
        }

        .lg\:bg-position-\[200px_25\%\] {
            background-position: 200px 25%
        }

        .lg\:text-2xl {
            font-size: var(--text-2xl);
            line-height: var(--tw-leading, var(--text-2xl--line-height))
        }

        .lg\:text-lg {
            font-size: var(--text-lg);
            line-height: var(--tw-leading, var(--text-lg--line-height))
        }
    }

    @media (min-width:80rem) {
        .xl\:bg-position-\[400px_25\%\] {
            background-position: 400px 25%
        }

        .xl\:text-4xl {
            font-size: var(--text-4xl);
            line-height: var(--tw-leading, var(--text-4xl--line-height))
        }
    }

    @media (min-width:96rem) {
        .\32xl\:bg-position-\[620px_25\%\] {
            background-position: 620px 25%
        }
    }

    .\[\&\.active\]\:text-\(--SecondRedColor\).active {
        color: var(--SecondRedColor)
    }

    .\[\&\:hover_svg\]\:scale-125:hover svg {
        --tw-scale-x: 125%;
        --tw-scale-y: 125%;
        --tw-scale-z: 125%;
        scale: var(--tw-scale-x)var(--tw-scale-y)
    }

    .\[\&\:hover_svg\]\:fill-\(--SecondRedColor\):hover svg {
        fill: var(--SecondRedColor)
    }

    .\[\&\:hover\>span\>svg\]\:text-\(--colorRed\):hover>span>svg {
        color: var(--colorRed)
    }

    .\[\&\:nth-child\(2\)\]\:inline-block:nth-child(2) {
        display: inline-block
    }

    .\[\&\>\*\>a\]\:flex>*>a {
        display: flex
    }

    .\[\&\>\*\>a\]\:items-center>*>a {
        align-items: center
    }
}

@property --tw-rotate-x {
    syntax: "*";
    inherits: false
}

@property --tw-rotate-y {
    syntax: "*";
    inherits: false
}

@property --tw-rotate-z {
    syntax: "*";
    inherits: false
}

@property --tw-skew-x {
    syntax: "*";
    inherits: false
}

@property --tw-skew-y {
    syntax: "*";
    inherits: false
}

@property --tw-font-weight {
    syntax: "*";
    inherits: false
}

@property --tw-shadow {
    syntax: "*";
    inherits: false;
    initial-value: 0 0 #0000
}

@property --tw-shadow-color {
    syntax: "*";
    inherits: false
}

@property --tw-shadow-alpha {
    syntax: "<percentage>";
    inherits: false;
    initial-value: 100%
}

@property --tw-inset-shadow {
    syntax: "*";
    inherits: false;
    initial-value: 0 0 #0000
}

@property --tw-inset-shadow-color {
    syntax: "*";
    inherits: false
}

@property --tw-inset-shadow-alpha {
    syntax: "<percentage>";
    inherits: false;
    initial-value: 100%
}

@property --tw-ring-color {
    syntax: "*";
    inherits: false
}

@property --tw-ring-shadow {
    syntax: "*";
    inherits: false;
    initial-value: 0 0 #0000
}

@property --tw-inset-ring-color {
    syntax: "*";
    inherits: false
}

@property --tw-inset-ring-shadow {
    syntax: "*";
    inherits: false;
    initial-value: 0 0 #0000
}

@property --tw-ring-inset {
    syntax: "*";
    inherits: false
}

@property --tw-ring-offset-width {
    syntax: "<length>";
    inherits: false;
    initial-value: 0
}

@property --tw-ring-offset-color {
    syntax: "*";
    inherits: false;
    initial-value: #fff
}

@property --tw-ring-offset-shadow {
    syntax: "*";
    inherits: false;
    initial-value: 0 0 #0000
}

@property --tw-text-shadow-color {
    syntax: "*";
    inherits: false
}

@property --tw-text-shadow-alpha {
    syntax: "<percentage>";
    inherits: false;
    initial-value: 100%
}

@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
}

.organizers {
   max-width: 1400px;
   margin: 0 auto;
}

.logo-section {
   display: grid;
   place-items: center;
}

.logo-section img {
   width: 96px;
}

.organizers-card-wrapper img {
   width: 112px;
}

.organizers-title {
   text-shadow: 0px 1px 1px rgb(0 0 0 / 0.1), 0px 1px 2px rgb(0 0 0 / 0.1), 0px 2px 4px rgb(0 0 0 / 0.1);
   color: #1D45C7;
   font-size: 16px;
}

.organizers-card-wrapper {
   display: flex;
   justify-content: center;
   flex-wrap: wrap;
   gap: 36px;
   list-style: none;
   margin-top: 32px;
   padding: 32px;
}

.organizers-card {
   border-radius: 16px;
   width: 100%;
   max-width: 420px;
   box-shadow: 0 0 8px #bcc9d4;
   display: flex;
   align-items: center;
   gap: 16px;
   justify-content: start;
   padding: 16px;
}

.organizers-card-title {
   text-align: left;
   font-size: 20px;
   color: #fff;
   margin: 0;
}


@media (width >=640px) {
   .organizers-card-wrapper img,
   .logo-section img {
      width: 128px;
   }
}

@media (width >=768px) {
   .organizers-card-wrapper img,
   .logo-section img {
      width: 144px;
   }

   .organizers-title {
      font-size: 20px;
   }
   
   .organizers-card-title {
      font-size: 16px;
   }

   .organizers-card-wrapper {
      gap: 24px;
   }
}

@media (width >=1024px) {
   .logo-section img {
      width: 160px;
   }

   .organizers-title {
      font-size: 24px;
   }

   .organizers-card-title {
      font-size: 18px;
   }

   .organizers-card-wrapper {
      gap: 28px;
   }
}

@media (width >=1280px) {
   .organizers-title {
      font-size: 36px;
   }

   .organizers-card-wrapper {
      gap: 32px;
   }
}

@media (width >=1600px) {
   .organizers-card-wrapper {
      gap: 36px;
   }
}