/*! tailwindcss v4.3.0 | 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;
        --color-red-500: oklch(63.7% 0.237 25.331);
        --color-black: #000;
        --color-white: #fff;
        --spacing: 0.25rem;
        --text-sm: 0.875rem;
        --text-sm--line-height: calc(1.25 / 0.875);
        --text-base: 1rem;
        --text-base--line-height: calc(1.5 / 1);
        --text-lg: 1.125rem;
        --text-lg--line-height: calc(1.75 / 1.125);
        --font-weight-normal: 400;
        --font-weight-medium: 500;
        --font-weight-semibold: 600;
        --font-weight-bold: 700;
        --font-weight-extrabold: 800;
        --radius-md: 0.375rem;
        --radius-lg: 0.5rem;
        --radius-xl: 0.75rem;
        --radius-3xl: 1.5rem;
        --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);
    }
}
@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 {
    .absolute {
        position: absolute;
    }
    .fixed {
        position: fixed;
    }
    .relative {
        position: relative;
    }
    .sticky {
        position: sticky;
    }
    .inset-0 {
        inset: calc(var(--spacing) * 0);
    }
    .top-0 {
        top: calc(var(--spacing) * 0);
    }
    .top-1 {
        top: calc(var(--spacing) * 1);
    }
    .top-1\/12 {
        top: calc(1 / 12 * 100%);
    }
    .top-\[-22\%\] {
        top: -22%;
    }
    .top-\[-26\%\] {
        top: -26%;
    }
    .top-\[50\%\] {
        top: 50%;
    }
    .right-\[2\%\] {
        right: 2%;
    }
    .right-\[15\%\] {
        right: 15%;
    }
    .right-\[21\%\] {
        right: 21%;
    }
    .left-\[50\%\] {
        left: 50%;
    }
    .z-10 {
        z-index: 10;
    }
    .z-20 {
        z-index: 20;
    }
    .my-4 {
        margin-block: calc(var(--spacing) * 4);
    }
    .my-4\.5 {
        margin-block: calc(var(--spacing) * 4.5);
    }
    .my-6 {
        margin-block: calc(var(--spacing) * 6);
    }
    .my-7 {
        margin-block: calc(var(--spacing) * 7);
    }
    .mt-1 {
        margin-top: calc(var(--spacing) * 1);
    }
    .mt-1\.5 {
        margin-top: calc(var(--spacing) * 1.5);
    }
    .mt-4 {
        margin-top: calc(var(--spacing) * 4);
    }
    .mt-4\.5 {
        margin-top: calc(var(--spacing) * 4.5);
    }
    .mt-6 {
        margin-top: calc(var(--spacing) * 6);
    }
    .mt-20 {
        margin-top: calc(var(--spacing) * 20);
    }
    .mt-52 {
        margin-top: calc(var(--spacing) * 52);
    }
    .mt-52\.5 {
        margin-top: calc(var(--spacing) * 52.5);
    }
    .mt-\[140\.5px\] {
        margin-top: 140.5px;
    }
    .mt-auto {
        margin-top: auto;
    }
    .mb-3 {
        margin-bottom: calc(var(--spacing) * 3);
    }
    .mb-3\.5 {
        margin-bottom: calc(var(--spacing) * 3.5);
    }
    .mb-4 {
        margin-bottom: calc(var(--spacing) * 4);
    }
    .mb-4\.5 {
        margin-bottom: calc(var(--spacing) * 4.5);
    }
    .mb-6 {
        margin-bottom: calc(var(--spacing) * 6);
    }
    .mb-12 {
        margin-bottom: calc(var(--spacing) * 12);
    }
    .mb-20 {
        margin-bottom: calc(var(--spacing) * 20);
    }
    .mb-21 {
        margin-bottom: calc(var(--spacing) * 21);
    }
    .mb-21\.25 {
        margin-bottom: calc(var(--spacing) * 21.25);
    }
    .mb-58 {
        margin-bottom: calc(var(--spacing) * 58);
    }
    .mb-58\.25 {
        margin-bottom: calc(var(--spacing) * 58.25);
    }
    .mb-\[81\.5px\] {
        margin-bottom: 81.5px;
    }
    .ml-7 {
        margin-left: calc(var(--spacing) * 7);
    }
    .flex {
        display: flex;
    }
    .grid {
        display: grid;
    }
    .hidden {
        display: none;
    }
    .table {
        display: table;
    }
    .h-11 {
        height: calc(var(--spacing) * 11);
    }
    .h-34 {
        height: calc(var(--spacing) * 34);
    }
    .h-34\.75 {
        height: calc(var(--spacing) * 34.75);
    }
    .h-fit {
        height: fit-content;
    }
    .h-full {
        height: 100%;
    }
    .w-1 {
        width: calc(var(--spacing) * 1);
    }
    .w-1\/2 {
        width: calc(1 / 2 * 100%);
    }
    .w-10 {
        width: calc(var(--spacing) * 10);
    }
    .w-10\/12 {
        width: calc(10 / 12 * 100%);
    }
    .w-fit {
        width: fit-content;
    }
    .w-full {
        width: 100%;
    }
    .max-w-100 {
        max-width: calc(var(--spacing) * 100);
    }
    .max-w-125 {
        max-width: calc(var(--spacing) * 125);
    }
    .max-w-155 {
        max-width: calc(var(--spacing) * 155);
    }
    .max-w-214 {
        max-width: calc(var(--spacing) * 214);
    }
    .max-w-214\.5 {
        max-width: calc(var(--spacing) * 214.5);
    }
    .max-w-230 {
        max-width: calc(var(--spacing) * 230);
    }
    .border-collapse {
        border-collapse: collapse;
    }
    .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;
    }
    .resize {
        resize: both;
    }
    .resize-none {
        resize: none;
    }
    .list-disc {
        list-style-type: disc;
    }
    .grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .grid-cols-\[55\%_45\%\] {
        grid-template-columns: 55% 45%;
    }
    .flex-col {
        flex-direction: column;
    }
    .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-3 {
        gap: calc(var(--spacing) * 3);
    }
    .gap-3\.5 {
        gap: calc(var(--spacing) * 3.5);
    }
    .gap-4 {
        gap: calc(var(--spacing) * 4);
    }
    .gap-6 {
        gap: calc(var(--spacing) * 6);
    }
    .gap-10 {
        gap: calc(var(--spacing) * 10);
    }
    .gap-10\.5 {
        gap: calc(var(--spacing) * 10.5);
    }
    .gap-12 {
        gap: calc(var(--spacing) * 12);
    }
    .gap-15 {
        gap: calc(var(--spacing) * 15);
    }
    .gap-20 {
        gap: calc(var(--spacing) * 20);
    }
    .overflow-clip {
        overflow: clip;
    }
    .overflow-hidden {
        overflow: hidden;
    }
    .overflow-x-auto {
        overflow-x: auto;
    }
    .rounded-3xl {
        border-radius: var(--radius-3xl);
    }
    .rounded-\[10px\] {
        border-radius: 10px;
    }
    .rounded-lg {
        border-radius: var(--radius-lg);
    }
    .rounded-md {
        border-radius: var(--radius-md);
    }
    .rounded-xl {
        border-radius: var(--radius-xl);
    }
    .border {
        border-style: var(--tw-border-style);
        border-width: 1px;
    }
    .border-2 {
        border-style: var(--tw-border-style);
        border-width: 2px;
    }
    .border-x {
        border-inline-style: var(--tw-border-style);
        border-inline-width: 1px;
    }
    .border-\[\#1A3A6B\] {
        border-color: #1a3a6b;
    }
    .border-\[\#4C658C\] {
        border-color: #4c658c;
    }
    .border-\[\#D8E3EF\] {
        border-color: #d8e3ef;
    }
    .border-\[\#E8A820\] {
        border-color: #e8a820;
    }
    .border-\[\#FFFFFF14\] {
        border-color: #ffffff14;
    }
    .border-\[\#FFFFFF66\] {
        border-color: #ffffff66;
    }
    .bg-\[\#0F2447\] {
        background-color: #0f2447;
    }
    .bg-\[\#1A3A6B66\] {
        background-color: #1a3a6b66;
    }
    .bg-\[\#1A3A6B\] {
        background-color: #1a3a6b;
    }
    .bg-\[\#00000073\] {
        background-color: #00000073;
    }
    .bg-\[\#E8A820\] {
        background-color: #e8a820;
    }
    .bg-\[\#EDEDED\] {
        background-color: #ededed;
    }
    .bg-\[\#EEF2F5\] {
        background-color: #eef2f5;
    }
    .bg-\[\#FFFFFF26\] {
        background-color: #ffffff26;
    }
    .bg-white {
        background-color: var(--color-white);
    }
    .p-4 {
        padding: calc(var(--spacing) * 4);
    }
    .p-6 {
        padding: calc(var(--spacing) * 6);
    }
    .p-7 {
        padding: calc(var(--spacing) * 7);
    }
    .px-4 {
        padding-inline: calc(var(--spacing) * 4);
    }
    .px-5 {
        padding-inline: calc(var(--spacing) * 5);
    }
    .px-7 {
        padding-inline: calc(var(--spacing) * 7);
    }
    .px-10 {
        padding-inline: calc(var(--spacing) * 10);
    }
    .px-12 {
        padding-inline: calc(var(--spacing) * 12);
    }
    .px-15 {
        padding-inline: calc(var(--spacing) * 15);
    }
    .py-2 {
        padding-block: calc(var(--spacing) * 2);
    }
    .py-3 {
        padding-block: calc(var(--spacing) * 3);
    }
    .py-3\.5 {
        padding-block: calc(var(--spacing) * 3.5);
    }
    .py-3\.75 {
        padding-block: calc(var(--spacing) * 3.75);
    }
    .py-6 {
        padding-block: calc(var(--spacing) * 6);
    }
    .py-6\.5 {
        padding-block: calc(var(--spacing) * 6.5);
    }
    .py-7 {
        padding-block: calc(var(--spacing) * 7);
    }
    .py-8 {
        padding-block: calc(var(--spacing) * 8);
    }
    .py-20 {
        padding-block: calc(var(--spacing) * 20);
    }
    .py-30 {
        padding-block: calc(var(--spacing) * 30);
    }
    .py-\[12\.5px\] {
        padding-block: 12.5px;
    }
    .pt-13 {
        padding-top: calc(var(--spacing) * 13);
    }
    .pb-6 {
        padding-bottom: calc(var(--spacing) * 6);
    }
    .pb-6\.5 {
        padding-bottom: calc(var(--spacing) * 6.5);
    }
    .text-center {
        text-align: center;
    }
    .text-left {
        text-align: left;
    }
    .text-base {
        font-size: var(--text-base);
        line-height: var(--tw-leading, var(--text-base--line-height));
    }
    .text-lg {
        font-size: var(--text-lg);
        line-height: var(--tw-leading, var(--text-lg--line-height));
    }
    .text-sm {
        font-size: var(--text-sm);
        line-height: var(--tw-leading, var(--text-sm--line-height));
    }
    .text-\[12px\] {
        font-size: 12px;
    }
    .text-\[13px\] {
        font-size: 13px;
    }
    .text-\[14px\] {
        font-size: 14px;
    }
    .text-\[15px\] {
        font-size: 15px;
    }
    .text-\[16px\] {
        font-size: 16px;
    }
    .text-\[17px\] {
        font-size: 17px;
    }
    .text-\[18px\] {
        font-size: 18px;
    }
    .text-\[21px\] {
        font-size: 21px;
    }
    .text-\[32px\] {
        font-size: 32px;
    }
    .text-\[38px\] {
        font-size: 38px;
    }
    .text-\[40px\] {
        font-size: 40px;
    }
    .text-\[92px\] {
        font-size: 92px;
    }
    .leading-6 {
        --tw-leading: calc(var(--spacing) * 6);
        line-height: calc(var(--spacing) * 6);
    }
    .leading-6\.5 {
        --tw-leading: calc(var(--spacing) * 6.5);
        line-height: calc(var(--spacing) * 6.5);
    }
    .leading-\[21\.75px\] {
        --tw-leading: 21.75px;
        line-height: 21.75px;
    }
    .leading-\[23\.25px\] {
        --tw-leading: 23.25px;
        line-height: 23.25px;
    }
    .leading-\[24\.65px\] {
        --tw-leading: 24.65px;
        line-height: 24.65px;
    }
    .leading-\[114\%\] {
        --tw-leading: 114%;
        line-height: 114%;
    }
    .leading-\[150\%\] {
        --tw-leading: 150%;
        line-height: 150%;
    }
    .leading-\[165\%\] {
        --tw-leading: 165%;
        line-height: 165%;
    }
    .leading-\[170\%\] {
        --tw-leading: 170%;
        line-height: 170%;
    }
    .font-bold {
        --tw-font-weight: var(--font-weight-bold);
        font-weight: var(--font-weight-bold);
    }
    .font-extrabold {
        --tw-font-weight: var(--font-weight-extrabold);
        font-weight: var(--font-weight-extrabold);
    }
    .font-medium {
        --tw-font-weight: var(--font-weight-medium);
        font-weight: var(--font-weight-medium);
    }
    .font-normal {
        --tw-font-weight: var(--font-weight-normal);
        font-weight: var(--font-weight-normal);
    }
    .font-semibold {
        --tw-font-weight: var(--font-weight-semibold);
        font-weight: var(--font-weight-semibold);
    }
    .text-\[\#0F2447\] {
        color: #0f2447;
    }
    .text-\[\#000000\] {
        color: #000000;
    }
    .text-\[\#1A3A6B\] {
        color: #1a3a6b;
    }
    .text-\[\#1D4F75\] {
        color: #1d4f75;
    }
    .text-\[\#5A6A7E\] {
        color: #5a6a7e;
    }
    .text-\[\#16324F\] {
        color: #16324f;
    }
    .text-\[\#E8A820\] {
        color: #e8a820;
    }
    .text-\[\#F6F6F6\] {
        color: #f6f6f6;
    }
    .text-\[\#FFFFFF66\] {
        color: #ffffff66;
    }
    .text-\[\#FFFFFF\] {
        color: #ffffff;
    }
    .text-black {
        color: var(--color-black);
    }
    .text-red-500 {
        color: var(--color-red-500);
    }
    .text-white {
        color: var(--color-white);
    }
    .italic {
        font-style: italic;
    }
    .underline {
        text-decoration-line: underline;
    }
    .opacity-40 {
        opacity: 40%;
    }
    .opacity-55 {
        opacity: 55%;
    }
    .opacity-70 {
        opacity: 70%;
    }
    .opacity-80 {
        opacity: 80%;
    }
    .opacity-85 {
        opacity: 85%;
    }
    .shadow-sm {
        --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
    .outline {
        outline-style: var(--tw-outline-style);
        outline-width: 1px;
    }
    .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,
            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));
    }
    .outline-none {
        --tw-outline-style: none;
        outline-style: none;
    }
    .placeholder\:text-\[\#8B8B8B\] {
        &::placeholder {
            color: #8b8b8b;
        }
    }
    .hover\:bg-\[\#163866\] {
        &:hover {
            @media (hover: hover) {
                background-color: #163866;
            }
        }
    }
    .max-pc\:top-\[-50\%\] {
        @media (width < 1350px) {
            top: -50%;
        }
    }
    .max-pc\:grid-cols-2 {
        @media (width < 1350px) {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }
    }
    .max-pc\:gap-6 {
        @media (width < 1350px) {
            gap: calc(var(--spacing) * 6);
        }
    }
    .max-md\:mt-10 {
        @media (width < 1050px) {
            margin-top: calc(var(--spacing) * 10);
        }
    }
    .max-md\:block {
        @media (width < 1050px) {
            display: block;
        }
    }
    .max-md\:flex {
        @media (width < 1050px) {
            display: flex;
        }
    }
    .max-md\:hidden {
        @media (width < 1050px) {
            display: none;
        }
    }
    .max-md\:h-full {
        @media (width < 1050px) {
            height: 100%;
        }
    }
    .max-md\:grid-cols-1 {
        @media (width < 1050px) {
            grid-template-columns: repeat(1, minmax(0, 1fr));
        }
    }
    .max-md\:grid-cols-2 {
        @media (width < 1050px) {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }
    }
    .max-md\:flex-col {
        @media (width < 1050px) {
            flex-direction: column;
        }
    }
    .max-md\:items-center {
        @media (width < 1050px) {
            align-items: center;
        }
    }
    .max-md\:justify-between {
        @media (width < 1050px) {
            justify-content: space-between;
        }
    }
    .max-md\:gap-3 {
        @media (width < 1050px) {
            gap: calc(var(--spacing) * 3);
        }
    }
    .max-md\:p-5 {
        @media (width < 1050px) {
            padding: calc(var(--spacing) * 5);
        }
    }
    .max-md\:text-center {
        @media (width < 1050px) {
            text-align: center;
        }
    }
    .max-md\:text-base {
        @media (width < 1050px) {
            font-size: var(--text-base);
            line-height: var(--tw-leading, var(--text-base--line-height));
        }
    }
    .max-md\:text-\[\#1A3A6B\] {
        @media (width < 1050px) {
            color: #1a3a6b;
        }
    }
    .max-custom\:grid-cols-1 {
        @media (width < 900px) {
            grid-template-columns: repeat(1, minmax(0, 1fr));
        }
    }
    .max-800\:mb-9 {
        @media (width < 800px) {
            margin-bottom: calc(var(--spacing) * 9);
        }
    }
    .max-800\:block {
        @media (width < 800px) {
            display: block;
        }
    }
    .max-800\:hidden {
        @media (width < 800px) {
            display: none;
        }
    }
    .max-800\:text-\[70px\] {
        @media (width < 800px) {
            font-size: 70px;
        }
    }
    .max-710\:mt-10 {
        @media (width < 710px) {
            margin-top: calc(var(--spacing) * 10);
        }
    }
    .max-710\:grid {
        @media (width < 710px) {
            display: grid;
        }
    }
    .max-710\:grid-cols-2 {
        @media (width < 710px) {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }
    }
    .max-mobile\:max-w-100 {
        @media (width < 600px) {
            max-width: calc(var(--spacing) * 100);
        }
    }
    .max-mobile\:max-w-\[400px\] {
        @media (width < 600px) {
            max-width: 400px;
        }
    }
    .max-mobile\:gap-2 {
        @media (width < 600px) {
            gap: calc(var(--spacing) * 2);
        }
    }
    .max-mobile\:px-5 {
        @media (width < 600px) {
            padding-inline: calc(var(--spacing) * 5);
        }
    }
    .max-mobile\:py-4 {
        @media (width < 600px) {
            padding-block: calc(var(--spacing) * 4);
        }
    }
    .max-mobile\:py-10 {
        @media (width < 600px) {
            padding-block: calc(var(--spacing) * 10);
        }
    }
    .max-mobile\:py-15 {
        @media (width < 600px) {
            padding-block: calc(var(--spacing) * 15);
        }
    }
    .max-mobile\:text-\[30px\] {
        @media (width < 600px) {
            font-size: 30px;
        }
    }
    .max-mobile\:text-\[50px\] {
        @media (width < 600px) {
            font-size: 50px;
        }
    }
    .max-500\:w-full {
        @media (width < 500px) {
            width: 100%;
        }
    }
    .max-500\:max-w-fit {
        @media (width < 500px) {
            max-width: fit-content;
        }
    }
    .max-500\:justify-between {
        @media (width < 500px) {
            justify-content: space-between;
        }
    }
    .max-500\:gap-1 {
        @media (width < 500px) {
            gap: calc(var(--spacing) * 1);
        }
    }
    .max-500\:gap-10 {
        @media (width < 500px) {
            gap: calc(var(--spacing) * 10);
        }
    }
    .max-500\:px-0 {
        @media (width < 500px) {
            padding-inline: calc(var(--spacing) * 0);
        }
    }
    .max-500\:py-0 {
        @media (width < 500px) {
            padding-block: calc(var(--spacing) * 0);
        }
    }
    .max-450\:top-\[-35\%\] {
        @media (width < 450px) {
            top: -35%;
        }
    }
    .max-450\:my-3 {
        @media (width < 450px) {
            margin-block: calc(var(--spacing) * 3);
        }
    }
    .max-450\:mt-32 {
        @media (width < 450px) {
            margin-top: calc(var(--spacing) * 32);
        }
    }
    .max-450\:mb-6 {
        @media (width < 450px) {
            margin-bottom: calc(var(--spacing) * 6);
        }
    }
    .max-450\:mb-20 {
        @media (width < 450px) {
            margin-bottom: calc(var(--spacing) * 20);
        }
    }
    .max-450\:flex {
        @media (width < 450px) {
            display: flex;
        }
    }
    .max-450\:w-fit {
        @media (width < 450px) {
            width: fit-content;
        }
    }
    .max-450\:w-full {
        @media (width < 450px) {
            width: 100%;
        }
    }
    .max-450\:max-w-90 {
        @media (width < 450px) {
            max-width: calc(var(--spacing) * 90);
        }
    }
    .max-450\:max-w-\[340px\] {
        @media (width < 450px) {
            max-width: 340px;
        }
    }
    .max-450\:max-w-\[360px\] {
        @media (width < 450px) {
            max-width: 360px;
        }
    }
    .max-450\:flex-col {
        @media (width < 450px) {
            flex-direction: column;
        }
    }
    .max-450\:items-center {
        @media (width < 450px) {
            align-items: center;
        }
    }
    .max-450\:gap-1\.5 {
        @media (width < 450px) {
            gap: calc(var(--spacing) * 1.5);
        }
    }
    .max-450\:gap-2 {
        @media (width < 450px) {
            gap: calc(var(--spacing) * 2);
        }
    }
    .max-450\:gap-3 {
        @media (width < 450px) {
            gap: calc(var(--spacing) * 3);
        }
    }
    .max-450\:gap-4 {
        @media (width < 450px) {
            gap: calc(var(--spacing) * 4);
        }
    }
    .max-450\:gap-5 {
        @media (width < 450px) {
            gap: calc(var(--spacing) * 5);
        }
    }
    .max-450\:p-2 {
        @media (width < 450px) {
            padding: calc(var(--spacing) * 2);
        }
    }
    .max-450\:py-10 {
        @media (width < 450px) {
            padding-block: calc(var(--spacing) * 10);
        }
    }
    .max-450\:text-center {
        @media (width < 450px) {
            text-align: center;
        }
    }
    .max-450\:text-base {
        @media (width < 450px) {
            font-size: var(--text-base);
            line-height: var(--tw-leading, var(--text-base--line-height));
        }
    }
    .max-450\:text-lg {
        @media (width < 450px) {
            font-size: var(--text-lg);
            line-height: var(--tw-leading, var(--text-lg--line-height));
        }
    }
    .max-450\:text-\[25px\] {
        @media (width < 450px) {
            font-size: 25px;
        }
    }
    .max-450\:text-\[43px\] {
        @media (width < 450px) {
            font-size: 43px;
        }
    }
}
* {
    box-sizing: border-box;
}
.max-450\:max-w-85 {
    @media (width < 450px) {
        max-width: calc(var(--spacing) * 85);
    }
}
html {
    scroll-behavior: smooth;
}
.my-container {
    max-width: 1232px;
    margin-inline: auto;
    padding-inline: 16px;
}
@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-VariableFont_opsz\,wght.ttf');
}
@font-face {
    font-family: 'IBM Plex Sans';
    src: url('../fonts/IBMPlexSans-VariableFont_wdth\,wght.ttf');
}
@font-face {
    font-family: 'Unbounded';
    src: url('../fonts/Unbounded-VariableFont_wght.ttf');
}
@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-VariableFont_wght.ttf');
}
.font-inter {
    font-family: 'Inter';
}
.font-plex {
    font-family: 'IBM Plex Sans';
}
.font-unb {
    font-family: 'Unbounded';
}
.font-manrope {
    font-family: 'Manrope';
}
.fon-first_section {
    background-image: url('../../img/home-fon.png');
    background-size: cover;
}
.fon-first_section {
    position: relative;
}
.fon-first_section::before {
    content: '';
    inset: 0;
    position: absolute;
    background-color: #00000080;
}
.work-fon {
    background-image: url('../../img/work.png');
    background-size: inherit;
    position: relative;
}
.work-fon * {
    position: relative;
}
.work-fon::before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: #00000080;
}
.burger__button {
    cursor: pointer;
}
.feedback-form.active {
    display: block;
}
.feedback-fon.active {
    display: block;
    background-color: #1a3a6bb2;
}
.feedback-form-product.active {
    display: block;
}
.feedback-fon-product.active {
    display: block;
    background-color: #1a3a6bb2;
}
header {
    position: relative;
}
.letter-3 {
    letter-spacing: 0.03em;
}
.letter-2 {
    letter-spacing: 0.02em;
}
.header-line_bottom {
    content: '';
    position: absolute;
    bottom: -1px;
    width: 100%;
    height: 30px;
    background: #f0f0f0;
    transform: rotate(180deg);
    clip-path: ellipse(51% 70% at 50% -11%);
}
#agree {
    border: 1px solid #1d8def;
    border-radius: 6px;
    outline: #1d8def;
    background: #f5f5f5;
    width: 20px;
    height: 20px;
    appearance: none;
    -webkit-appearance: none;
    position: relative;
}
#agree:checked {
    background: #1d8def;
}
#agree:checked::after {
    content: '✓';
    color: white;
    font-size: 18px;
    position: absolute;
    left: 19%;
    top: -21%;
}
.active-feedback {
    cursor: pointer;
}

.equipment {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}

.equipment > div > div {
    padding: 10px 10px;
}

.equipment-img {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.product_content {
    margin-top: 50px;
}

.product_content p {
    font-size: 18px;
}

.product_price {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product_price bdi {
    font-size: 21px;
}

.product_landing {
    height: 52px;
}

.active_product-icon {
    padding-top: 16.5px;
    padding-bottom: 16.5px;
}

.equipment-single {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 30px;
}

.equipment-single_right {
    display: flex;
    flex-direction: column;
    padding: 0 10px 10px 10px;
    gap: 15px;
}

.equipment-img {
    width: 100%;
}

.new-single img {
    margin-top: 15px;
    margin-bottom: 15px;
}

.new-single p {
    margin-bottom: 10px;
    font-size: 16px;
    color: #000000;
    line-height: 150%;
    font-family: 'Inter';
}

.aligncenter {
    margin-inline: auto;
}

.alignright {
    float: right;
    padding: 5px 0px 7px 15px;
}

.alignleft {
    float: left;
    padding: 5px 15px 5px 0px;
}

/* .new {
    overflow: hidden;
} */

.new a,
.new-single a {
    text-decoration: underline;
    color: #1a3a6b;
    overflow-wrap: break-word;
    word-break: break-word;
}

.none-block-img {
    display: inline;
}

.new ul li,
.new-single ul li {
    list-style-type: disc;
    margin-left: 18px;
}

.new ul,
.new ol,
.new-single ul,
.new-single ol {
    margin-top: 10px;
    margin-bottom: 10px;
}

.new ol li,
.new-single ol li {
    list-style-type: auto;
    margin-left: 18px;
}

.new-single_pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 27px;
    margin-top: 48px;
}

.new-single_pagination a {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 16px;
    color: #000000;
}

.new-single_pagination .current {
    color: #e8a820;
}

.product_price > div {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 30px;
}

.product_price > div > div {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.equipment-single {
    margin-top: 24px;
    color: #5a6a7e;
    line-height: 1.7;
}

.equipment-single h3 {
    margin: 24px 0 16px;
    color: #1a3a6b;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
}

.equipment-single h4 {
    margin: 20px 0;
    padding: 14px 20px;
    background: #f5f8fc;
    border: 1px solid #d8e3ef;
    border-radius: 12px;

    color: #1a3a6b;
    font-size: 22px;
    font-weight: 700;
}

.equipment-single ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.equipment-single li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;

    color: #5a6a7e;
    font-size: 16px;
    line-height: 1.7;
}

.equipment-single li::before {
    content: '✓';
    position: absolute;
    left: 0;
    top: 0;

    color: #e8a820;
    font-weight: 700;
    font-size: 18px;
}

.equipment-single h3:first-child {
    margin-top: 0;
}

.equipment-single bdi {
    font-size: 21px;
}

.equipment-single-img {
    position: sticky;
    top: 10px;
}

.product_content {
    margin-top: 50px;
    color: #5a6a7e;
    font-family: 'Inter', sans-serif;
}

.product_content h2 {
    margin: 0 0 20px;
    color: #1a3a6b;
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.25;
}

.product_content ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0 0 10px;
    padding: 0;
    list-style: none;
}

.product_content li {
    position: relative;
    padding: 12px 16px 12px 42px;

    border: 1px solid #d8e3ef;
    border-radius: 10px;
    background: #ffffff;

    color: #1a3a6b;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.45;

    transition: 0.3s;
}

.product_content li:hover {
    border-color: #e8a820;
    transform: translateY(-2px);
}

.product_content li::before {
    content: '✓';

    position: absolute;
    left: 14px;
    top: 12px;

    width: 18px;
    height: 18px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;
    background: #e8a820;

    color: #0f2447;
    font-size: 12px;
    font-weight: 700;
}

.product_content p {
    margin: 0 0 16px;

    color: #5a6a7e;
    font-size: 16px;
    line-height: 1.75;
}

.product_content strong {
    color: #1a3a6b;
    font-weight: 700;
}

.product_content .elementor-spacer {
    height: 20px;
}

.product_content img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
}

.product_content a {
    color: #1a3a6b;
    text-decoration: underline;
}

/* Текст */
.parameters p {
    margin-bottom: 24px;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    color: #000000;
}

/* H2 */
.parameters h2 {
    margin: 32px 0 24px;
    font-family: 'Plex', sans-serif;
    font-size: 26px;
    font-weight: 600;
    line-height: 130%;
    color: #1A3A6B;
}

/* H3 */
.parameters h3 {
    margin: 24px 0;
    font-family: 'Plex', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 140%;
    color: #1A3A6B;
}

.parameters h3 strong,
.parameters h2 strong {
    font-weight: 600;
}

/* Списки */
.parameters ul {
    margin: 0 0 24px;
    padding-left: 24px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    list-style: disc;
}

.parameters li {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    color: #000000;
}

/* Ссылки */
.parameters a {
    color: #1A3A6B;
    text-decoration: underline;
    font-weight: 500;
}

.parameters a:hover {
    text-decoration: none;
}

/* Разделитель */
.parameters hr {
    margin: 32px 0;
    border: none;
    border-top: 1px solid #D6DEE8;
}

/* Если таблица в редакторе WordPress внутри figure */
.parameters .wp-block-table {
    margin: 24px 0 32px;
    overflow-x: auto;
}

.parameters .wp-block-table table {
    margin: 0;
}

/* Шапка таблицы */
.parameters table thead tr,
.parameters table tr:first-child {
    background: #1A3A6B;
    color: #ffffff;
}

.parameters table th {
    padding: 16px;
    border: 1px solid #4C658C;
    text-align: left;
    font-size: 15px;
    font-weight: 700;
    line-height: 145%;
    color: #ffffff;
}

/* Ячейки */
.parameters table td {
    padding: 16px;
    border: 1px solid #1A3A6B;
    font-size: 15px;
    font-weight: 600;
    line-height: 155%;
    color: #16324F;
}

/* Первая колонка жирная и синяя */
.parameters table td:first-child {
    font-weight: 700;
    color: #1A3A6B;
}

/* Чередование строк */
.parameters table tbody tr:nth-child(odd) {
    background: #ffffff;
}

.parameters table tbody tr:nth-child(even) {
    background: #EEF2F5;
}

/* Адаптив таблицы */
.parameters table {
    min-width: 600px;
}

.parameters div:has(> table) {
    overflow-x: auto;
    border: 1px solid #1A3A6B;
    border-radius: 12px;
    background-color: #1A3A6B;
}

.parameters br{
	display: none;
}

/* Мобилка */
@media (max-width: 768px) {
    .parameters h2 {
        font-size: 22px;
    }

    .parameters h3 {
        font-size: 17px;
    }

    .parameters p,
    .parameters li {
        font-size: 15px;
    }

    .parameters table th,
    .parameters table td,
    .parameters table tr:first-child td {
        padding: 12px;
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .product_content {
        margin-top: 35px;
    }

    .product_content h2 {
        font-size: 26px;
        margin-bottom: 16px;
    }

    .product_content li {
        padding: 10px 14px 10px 38px;
        font-size: 14px;
    }

    .product_content li::before {
        left: 12px;
        top: 10px;
    }

    .product_content p {
        font-size: 15px;
    }
}

@media (max-width: 1200px) {
    .product_price {
        flex-direction: column;
        gap: 30px;
    }

    .product_price > div {
        width: 100%;
    }

    .equipment {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 1100px) {
    .equipment-single {
        grid-template-columns: 1fr;
    }

    .product_content {
        margin-top: 20px;
    }
}

@media (max-width: 1050px) {
    .header__nav {
        display: flex;
        flex-direction: column-reverse;
        position: fixed;
        background: #f0f0f0;
        right: 0%;
        top: 0%;
        z-index: 100;
        height: 100%;
        justify-content: space-between;
        transform: translateX(100%);
        transition: 0.3s;
        width: 355px;
    }
    .header__nav.active {
        transform: translateX(0);
    }
    .fon-black {
        display: none;
    }
    .fon-black.active {
        display: block;
        position: fixed;
        z-index: 90;
        inset: 0;
        background-color: rgba(0, 0, 0, 0.363);
    }
    .close-icon_menu {
        cursor: pointer;
    }
}
@media (max-width: 850px) {
    .alignright {
        float: unset;
        padding: 5px 0px 7px 5px;
    }
}
@media (max-width: 700px) {
    .equipment {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 600px) {
    .new-single .wp-video {
        width: 329px !important;
    }

    .new > div {
        width: 100%;
    }
}
@media (max-width: 550px) {
    .product_price > div > div {
        flex-direction: column;
        gap: 13px;
    }

    .product_price > div > div > div {
        width: 100%;
    }

    .product_price > div > div > div > a {
        display: flex;
        width: 100%;
        justify-content: center;
        height: 52px;
    }
}

@media (max-width: 450px) {
    .product_landing {
        width: 100%;
        text-align: center;
        font-size: 15px;
    }
}
@media (max-width: 400px) {
    .header__nav {
        width: 100%;
    }
}
@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-border-style {
    syntax: '*';
    inherits: false;
    initial-value: solid;
}
@property --tw-leading {
    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: 0px;
}
@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-outline-style {
    syntax: '*';
    inherits: false;
    initial-value: solid;
}
@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-border-style: solid;
            --tw-leading: 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-outline-style: solid;
        }
    }
}
