
.newSections body {
    margin: 0;
    line-height: inherit
}

.newSections hr {
    height: 0;
    color: inherit;
    border-top-width: 1px
}

.newSections abbr:where([title]) {
    text-decoration: underline dotted
}

.newSections h1,h2,h3,h4,h5,h6 {
    font-size: inherit;
    font-weight: inherit
}

.newSections a {
    color: inherit;
    text-decoration: inherit
}

.newSections b,strong {
    font-weight: bolder
}

.newSections code,kbd,pre,samp {
    font-family: Tajawal;
    font-feature-settings: normal;
    font-variation-settings: normal;
    font-size: 1em
}

.newSections small {
    font-size: 80%
}

.newSections sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

.newSections sub {
    bottom: -.25em
}

.newSections sup {
    top: -.5em
}

.newSections table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse
}

.newSections button,input,optgroup,select,textarea {
    font-family: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    color: inherit;
    margin: 0;
    padding: 0
}

.newSections button,select {
    text-transform: none
}

button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]) {
    -webkit-appearance: button;
    background-color: transparent;
    background-image: none
}

.newSections :-moz-focusring {
    outline: auto
}

.newSections :-moz-ui-invalid {
    box-shadow: none
}

.newSections progress {
    vertical-align: baseline
}

.newSections ::-webkit-inner-spin-button,::-webkit-outer-spin-button {
    height: auto
}

.newSections [type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

.newSections ::-webkit-search-decoration {
    -webkit-appearance: none
}

.newSections ::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

.newSections summary {
    display: list-item
}

.newSections blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre {
    margin: 0
}

.newSections fieldset {
    margin: 0
}

.newSections fieldset,legend {
    padding: 0
}

.newSections menu,ol,ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.newSections dialog {
    padding: 0
}

.newSections textarea {
    resize: vertical
}

.newSections input::placeholder,textarea::placeholder {
    opacity: 1;
    color: #9ca3af
}

.newSections [role=button],.newSections button {
    cursor: pointer
}

.newSections :disabled {
    cursor: default
}

.newSections audio,canvas,embed,iframe,img,object,svg,video {
    display: block;
    vertical-align: middle
}

.newSections img,video {
    max-width: 100%;
    height: auto
}

.newSections [hidden]:where(:not([hidden=until-found])) {
    display: none
}

 body {
    font-family: 'Tajawal',Arial,Helvetica,sans-serif
}

 .newSections {
    --background: 0 0% 100%;
    --foreground: 213 27% 15%;
    --primary: 213 50% 25%;
    --primary-foreground: 0 0% 100%;
    --secondary: 210 20% 96%;
    --secondary-foreground: 213 27% 15%;
    --accent: 24 95% 53%;
    --accent-foreground: 0 0% 100%;
    --card: 0 0% 100%;
    --card-foreground: 213 27% 15%;
    --popover: 0 0% 100%;
    --popover-foreground: 213 27% 15%;
    --muted: 210 20% 96%;
    --muted-foreground: 213 15% 45%;
    --destructive: 0 84.2% 60.2%;
    --destructive-foreground: 0 0% 98%;
    --border: 213 20% 88%;
    --input: 213 20% 88%;
    --ring: 24 95% 53%;
    --chart-1: 213 50% 35%;
    --chart-2: 24 95% 53%;
    --chart-3: 173 58% 39%;
    --chart-4: 43 74% 66%;
    --chart-5: 197 37% 24%;
    --radius: 0.5rem
}

 .newSections .dark {
    --background: 213 27% 8%;
    --foreground: 210 20% 98%;
    --primary: 24 95% 53%;
    --primary-foreground: 213 27% 8%;
    --secondary: 213 30% 15%;
    --secondary-foreground: 210 20% 98%;
    --accent: 24 95% 53%;
    --accent-foreground: 213 27% 8%;
    --card: 213 27% 10%;
    --card-foreground: 210 20% 98%;
    --popover: 213 27% 10%;
    --popover-foreground: 210 20% 98%;
    --muted: 213 30% 15%;
    --muted-foreground: 213 15% 65%;
    --destructive: 0 62.8% 30.6%;
    --destructive-foreground: 0 0% 98%;
    --border: 213 30% 20%;
    --input: 213 30% 20%;
    --ring: 24 95% 53%;
    --chart-1: 220 70% 50%;
    --chart-2: 24 95% 53%;
    --chart-3: 30 80% 55%;
    --chart-4: 280 65% 60%;
    --chart-5: 340 75% 55%
}

.newSections * {
    border-color: hsl(var(--border))
}

.newSections body,html {
    background-color: hsl(var(--background));
    color: hsl(var(--foreground));
    overflow-x: hidden;
    max-width: 100vw
}

.newSections .newSections .container {
    width: 100%
}

@media (min-width: 640px) {
    .newSections .container {
        max-width:640px
    }
}

@media (min-width: 768px) {
    .newSections .container {
        max-width:768px
    }
}

@media (min-width: 1024px) {
    .newSections .container {
        max-width:1024px
    }
}

@media (min-width: 1280px) {
    .newSections .container {
        max-width:1280px
    }
}

@media (min-width: 1536px) {
    .newSections .container {
        max-width:1536px
    }
}

.newSections .prose {
    color: var(--tw-prose-body);
    max-width: 65ch
}

.prose :where(p):not(:where([class~=not-prose],[class~=not-prose] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em
}

.prose :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)) {
    color: var(--tw-prose-lead);
    font-size: 1.25em;
    line-height: 1.6;
    margin-top: 1.2em;
    margin-bottom: 1.2em
}

.prose :where(a):not(:where([class~=not-prose],[class~=not-prose] *)) {
    color: var(--tw-prose-links);
    text-decoration: underline;
    font-weight: 500
}

.prose :where(strong):not(:where([class~=not-prose],[class~=not-prose] *)) {
    color: var(--tw-prose-bold);
    font-weight: 600
}

.prose :where(a strong):not(:where([class~=not-prose],[class~=not-prose] *)) {
    color: inherit
}

.prose :where(blockquote strong):not(:where([class~=not-prose],[class~=not-prose] *)) {
    color: inherit
}

.prose :where(thead th strong):not(:where([class~=not-prose],[class~=not-prose] *)) {
    color: inherit
}

.prose :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)) {
    list-style-type: decimal;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-inline-start:1.625em}

.prose :where(ol[type=A]):not(:where([class~=not-prose],[class~=not-prose] *)) {
    list-style-type: upper-alpha
}

.prose :where(ol[type=a]):not(:where([class~=not-prose],[class~=not-prose] *)) {
    list-style-type: lower-alpha
}

.prose :where(ol[type=A s]):not(:where([class~=not-prose],[class~=not-prose] *)) {
    list-style-type: upper-alpha
}

.prose :where(ol[type=a s]):not(:where([class~=not-prose],[class~=not-prose] *)) {
    list-style-type: lower-alpha
}

.prose :where(ol[type=I]):not(:where([class~=not-prose],[class~=not-prose] *)) {
    list-style-type: upper-roman
}

.prose :where(ol[type=i]):not(:where([class~=not-prose],[class~=not-prose] *)) {
    list-style-type: lower-roman
}

.prose :where(ol[type=I s]):not(:where([class~=not-prose],[class~=not-prose] *)) {
    list-style-type: upper-roman
}

.prose :where(ol[type=i s]):not(:where([class~=not-prose],[class~=not-prose] *)) {
    list-style-type: lower-roman
}

.prose :where(ol[type="1"]):not(:where([class~=not-prose],[class~=not-prose] *)) {
    list-style-type: decimal
}

.prose :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)) {
    list-style-type: disc;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-inline-start:1.625em}

.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker {
    font-weight: 400;
    color: var(--tw-prose-counters)
}

.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker {
    color: var(--tw-prose-bullets)
}

.prose :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    margin-top: 1.25em
}

.prose :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)) {
    border-color: var(--tw-prose-hr);
    border-top-width: 1px;
    margin-top: 3em;
    margin-bottom: 3em
}

.prose :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)) {
    font-weight: 500;
    font-style: italic;
    color: var(--tw-prose-quotes);
    border-inline-start-width:.25rem;border-inline-start-color:var(--tw-prose-quote-borders);quotes: "\201C""\201D""\2018""\2019";
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-inline-start:1em}

.prose :where(blockquote p:first-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):before {
    content: open-quote
}

.prose :where(blockquote p:last-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):after {
    content: close-quote
}

.prose :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)) {
    color: var(--tw-prose-headings);
    font-weight: 800;
    font-size: 2.25em;
    margin-top: 0;
    margin-bottom: .8888889em;
    line-height: 1.1111111
}

.prose :where(h1 strong):not(:where([class~=not-prose],[class~=not-prose] *)) {
    font-weight: 900;
    color: inherit
}

.prose :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)) {
    color: var(--tw-prose-headings);
    font-weight: 700;
    font-size: 1.5em;
    margin-top: 2em;
    margin-bottom: 1em;
    line-height: 1.3333333
}

.prose :where(h2 strong):not(:where([class~=not-prose],[class~=not-prose] *)) {
    font-weight: 800;
    color: inherit
}

.prose :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    font-size: 1.25em;
    margin-top: 1.6em;
    margin-bottom: .6em;
    line-height: 1.6
}

.prose :where(h3 strong):not(:where([class~=not-prose],[class~=not-prose] *)) {
    font-weight: 700;
    color: inherit
}

.prose :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    margin-top: 1.5em;
    margin-bottom: .5em;
    line-height: 1.5
}

.prose :where(h4 strong):not(:where([class~=not-prose],[class~=not-prose] *)) {
    font-weight: 700;
    color: inherit
}

.prose :where(img):not(:where([class~=not-prose],[class~=not-prose] *)) {
    margin-top: 2em;
    margin-bottom: 2em
}

.prose :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)) {
    display: block;
    margin-top: 2em;
    margin-bottom: 2em
}

.prose :where(video):not(:where([class~=not-prose],[class~=not-prose] *)) {
    margin-top: 2em;
    margin-bottom: 2em
}

.prose :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)) {
    font-weight: 500;
    font-family: inherit;
    color: var(--tw-prose-kbd);
    box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows),0 3px 0 var(--tw-prose-kbd-shadows);
    font-size: .875em;
    border-radius: .3125rem;
    padding-top: .1875em;
    padding-inline-end:.375em;padding-bottom: .1875em;
    padding-inline-start:.375em}

.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)) {
    color: var(--tw-prose-code);
    font-weight: 600;
    font-size: .875em
}

.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):before {
    content: "`"
}

.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):after {
    content: "`"
}

.prose :where(a code):not(:where([class~=not-prose],[class~=not-prose] *)) {
    color: inherit
}

.prose :where(h1 code):not(:where([class~=not-prose],[class~=not-prose] *)) {
    color: inherit
}

.prose :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)) {
    color: inherit;
    font-size: .875em
}

.prose :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)) {
    color: inherit;
    font-size: .9em
}

.prose :where(h4 code):not(:where([class~=not-prose],[class~=not-prose] *)) {
    color: inherit
}

.prose :where(blockquote code):not(:where([class~=not-prose],[class~=not-prose] *)) {
    color: inherit
}

.prose :where(thead th code):not(:where([class~=not-prose],[class~=not-prose] *)) {
    color: inherit
}

.prose :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)) {
    color: var(--tw-prose-pre-code);
    background-color: var(--tw-prose-pre-bg);
    overflow-x: auto;
    font-weight: 400;
    font-size: .875em;
    line-height: 1.7142857;
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
    border-radius: .375rem;
    padding-top: .8571429em;
    padding-inline-end:1.1428571em;padding-bottom: .8571429em;
    padding-inline-start:1.1428571em}

.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)) {
    background-color: transparent;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-weight: inherit;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit
}

.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):before {
    content: none
}

.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):after {
    content: none
}

.prose :where(table):not(:where([class~=not-prose],[class~=not-prose] *)) {
    width: 100%;
    table-layout: auto;
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: .875em;
    line-height: 1.7142857
}

.prose :where(thead):not(:where([class~=not-prose],[class~=not-prose] *)) {
    border-bottom-width: 1px;
    border-bottom-color: var(--tw-prose-th-borders)
}

.prose :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    vertical-align: bottom;
    padding-inline-end:.5714286em;padding-bottom: .5714286em;
    padding-inline-start:.5714286em}

.prose :where(tbody tr):not(:where([class~=not-prose],[class~=not-prose] *)) {
    border-bottom-width: 1px;
    border-bottom-color: var(--tw-prose-td-borders)
}

.prose :where(tbody tr:last-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
    border-bottom-width: 0
}

.prose :where(tbody td):not(:where([class~=not-prose],[class~=not-prose] *)) {
    vertical-align: baseline
}

.prose :where(tfoot):not(:where([class~=not-prose],[class~=not-prose] *)) {
    border-top-width: 1px;
    border-top-color: var(--tw-prose-th-borders)
}

.prose :where(tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)) {
    vertical-align: top
}

.prose :where(th,td):not(:where([class~=not-prose],[class~=not-prose] *)) {
    text-align: start
}

.prose :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)) {
    margin-top: 0;
    margin-bottom: 0
}

.prose :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)) {
    color: var(--tw-prose-captions);
    font-size: .875em;
    line-height: 1.4285714;
    margin-top: .8571429em
}

.newSections .prose {
    --tw-prose-body: #374151;
    --tw-prose-headings: #111827;
    --tw-prose-lead: #4b5563;
    --tw-prose-links: #111827;
    --tw-prose-bold: #111827;
    --tw-prose-counters: #6b7280;
    --tw-prose-bullets: #d1d5db;
    --tw-prose-hr: #e5e7eb;
    --tw-prose-quotes: #111827;
    --tw-prose-quote-borders: #e5e7eb;
    --tw-prose-captions: #6b7280;
    --tw-prose-kbd: #111827;
    --tw-prose-kbd-shadows: rgba(17,24,39,.1);
    --tw-prose-code: #111827;
    --tw-prose-pre-code: #e5e7eb;
    --tw-prose-pre-bg: #1f2937;
    --tw-prose-th-borders: #d1d5db;
    --tw-prose-td-borders: #e5e7eb;
    --tw-prose-invert-body: #d1d5db;
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-lead: #9ca3af;
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-counters: #9ca3af;
    --tw-prose-invert-bullets: #4b5563;
    --tw-prose-invert-hr: #374151;
    --tw-prose-invert-quotes: #f3f4f6;
    --tw-prose-invert-quote-borders: #374151;
    --tw-prose-invert-captions: #9ca3af;
    --tw-prose-invert-kbd: #fff;
    --tw-prose-invert-kbd-shadows: hsla(0,0%,100%,.1);
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-code: #d1d5db;
    --tw-prose-invert-pre-bg: rgba(0,0,0,.5);
    --tw-prose-invert-th-borders: #4b5563;
    --tw-prose-invert-td-borders: #374151;
    font-size: 1rem;
    line-height: 1.75
}

.prose :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)) {
    margin-top: 0;
    margin-bottom: 0
}

.prose :where(li):not(:where([class~=not-prose],[class~=not-prose] *)) {
    margin-top: .5em;
    margin-bottom: .5em
}

.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)) {
    padding-inline-start:.375em}

.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)) {
    padding-inline-start:.375em}

.prose :where(.prose>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)) {
    margin-top: .75em;
    margin-bottom: .75em
}

.prose :where(.prose>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
    margin-top: 1.25em
}

.prose :where(.prose>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
    margin-bottom: 1.25em
}

.prose :where(.prose>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
    margin-top: 1.25em
}

.prose :where(.prose>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
    margin-bottom: 1.25em
}

.prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)) {
    margin-top: .75em;
    margin-bottom: .75em
}

.prose :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em
}

.prose :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)) {
    margin-top: .5em;
    padding-inline-start:1.625em}

.prose :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)) {
    margin-top: 0
}

.prose :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)) {
    margin-top: 0
}

.prose :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)) {
    margin-top: 0
}

.prose :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)) {
    margin-top: 0
}

.prose :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
    padding-inline-start:0}

.prose :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
    padding-inline-end:0}

.prose :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)) {
    padding-top: .5714286em;
    padding-inline-end:.5714286em;padding-bottom: .5714286em;
    padding-inline-start:.5714286em}

.prose :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
    padding-inline-start:0}

.prose :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
    padding-inline-end:0}

.prose :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)) {
    margin-top: 2em;
    margin-bottom: 2em
}

.prose :where(.prose>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
    margin-top: 0
}

.prose :where(.prose>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
    margin-bottom: 0
}

.newSections .prose-lg {
    font-size: 1.125rem;
    line-height: 1.7777778
}

.prose-lg :where(p):not(:where([class~=not-prose],[class~=not-prose] *)) {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em
}

.prose-lg :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)) {
    font-size: 1.2222222em;
    line-height: 1.4545455;
    margin-top: 1.0909091em;
    margin-bottom: 1.0909091em
}

.prose-lg :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)) {
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    padding-inline-start:1em}

.prose-lg :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)) {
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: .8333333em;
    line-height: 1
}

.prose-lg :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)) {
    font-size: 1.6666667em;
    margin-top: 1.8666667em;
    margin-bottom: 1.0666667em;
    line-height: 1.3333333
}

.prose-lg :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)) {
    font-size: 1.3333333em;
    margin-top: 1.6666667em;
    margin-bottom: .6666667em;
    line-height: 1.5
}

.prose-lg :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)) {
    margin-top: 1.7777778em;
    margin-bottom: .4444444em;
    line-height: 1.5555556
}

.prose-lg :where(img):not(:where([class~=not-prose],[class~=not-prose] *)) {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em
}

.prose-lg :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)) {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em
}

.prose-lg :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)) {
    margin-top: 0;
    margin-bottom: 0
}

.prose-lg :where(video):not(:where([class~=not-prose],[class~=not-prose] *)) {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em
}

.prose-lg :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)) {
    font-size: .8888889em;
    border-radius: .3125rem;
    padding-top: .2222222em;
    padding-inline-end:.4444444em;padding-bottom: .2222222em;
    padding-inline-start:.4444444em}

.prose-lg :where(code):not(:where([class~=not-prose],[class~=not-prose] *)) {
    font-size: .8888889em
}

.prose-lg :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)) {
    font-size: .8666667em
}

.prose-lg :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)) {
    font-size: .875em
}

.prose-lg :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)) {
    font-size: .8888889em;
    line-height: 1.75;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: .375rem;
    padding-top: 1em;
    padding-inline-end:1.5em;padding-bottom: 1em;
    padding-inline-start:1.5em}

.prose-lg :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)) {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-inline-start:1.5555556em}

.prose-lg :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)) {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-inline-start:1.5555556em}

.prose-lg :where(li):not(:where([class~=not-prose],[class~=not-prose] *)) {
    margin-top: .6666667em;
    margin-bottom: .6666667em
}

.prose-lg :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)) {
    padding-inline-start:.4444444em}

.prose-lg :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)) {
    padding-inline-start:.4444444em}

.prose-lg :where(.prose-lg>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)) {
    margin-top: .8888889em;
    margin-bottom: .8888889em
}

.prose-lg :where(.prose-lg>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
    margin-top: 1.3333333em
}

.prose-lg :where(.prose-lg>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
    margin-bottom: 1.3333333em
}

.prose-lg :where(.prose-lg>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
    margin-top: 1.3333333em
}

.prose-lg :where(.prose-lg>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
    margin-bottom: 1.3333333em
}

.prose-lg :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)) {
    margin-top: .8888889em;
    margin-bottom: .8888889em
}

.prose-lg :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)) {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em
}

.prose-lg :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)) {
    margin-top: 1.3333333em
}

.prose-lg :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)) {
    margin-top: .6666667em;
    padding-inline-start:1.5555556em}

.prose-lg :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)) {
    margin-top: 3.1111111em;
    margin-bottom: 3.1111111em
}

.prose-lg :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)) {
    margin-top: 0
}

.prose-lg :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)) {
    margin-top: 0
}

.prose-lg :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)) {
    margin-top: 0
}

.prose-lg :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)) {
    margin-top: 0
}

.prose-lg :where(table):not(:where([class~=not-prose],[class~=not-prose] *)) {
    font-size: .8888889em;
    line-height: 1.5
}

.prose-lg :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)) {
    padding-inline-end:.75em;padding-bottom: .75em;
    padding-inline-start:.75em}

.prose-lg :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
    padding-inline-start:0}

.prose-lg :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
    padding-inline-end:0}

.prose-lg :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)) {
    padding-top: .75em;
    padding-inline-end:.75em;padding-bottom: .75em;
    padding-inline-start:.75em}

.prose-lg :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
    padding-inline-start:0}

.prose-lg :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
    padding-inline-end:0}

.prose-lg :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)) {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em
}

.prose-lg :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)) {
    margin-top: 0;
    margin-bottom: 0
}

.prose-lg :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)) {
    font-size: .8888889em;
    line-height: 1.5;
    margin-top: 1em
}

.prose-lg :where(.prose-lg>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
    margin-top: 0
}

.prose-lg :where(.prose-lg>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
    margin-bottom: 0
}

.newSections .prose-slate {
    --tw-prose-body: #334155;
    --tw-prose-headings: #0f172a;
    --tw-prose-lead: #475569;
    --tw-prose-links: #0f172a;
    --tw-prose-bold: #0f172a;
    --tw-prose-counters: #64748b;
    --tw-prose-bullets: #cbd5e1;
    --tw-prose-hr: #e2e8f0;
    --tw-prose-quotes: #0f172a;
    --tw-prose-quote-borders: #e2e8f0;
    --tw-prose-captions: #64748b;
    --tw-prose-kbd: #0f172a;
    --tw-prose-kbd-shadows: rgba(15,23,42,.1);
    --tw-prose-code: #0f172a;
    --tw-prose-pre-code: #e2e8f0;
    --tw-prose-pre-bg: #1e293b;
    --tw-prose-th-borders: #cbd5e1;
    --tw-prose-td-borders: #e2e8f0;
    --tw-prose-invert-body: #cbd5e1;
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-lead: #94a3b8;
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-counters: #94a3b8;
    --tw-prose-invert-bullets: #475569;
    --tw-prose-invert-hr: #334155;
    --tw-prose-invert-quotes: #f1f5f9;
    --tw-prose-invert-quote-borders: #334155;
    --tw-prose-invert-captions: #94a3b8;
    --tw-prose-invert-kbd: #fff;
    --tw-prose-invert-kbd-shadows: hsla(0,0%,100%,.1);
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-code: #cbd5e1;
    --tw-prose-invert-pre-bg: rgba(0,0,0,.5);
    --tw-prose-invert-th-borders: #475569;
    --tw-prose-invert-td-borders: #334155
}

.newSections .prose h2 {
    margin-bottom: 1rem;
    margin-top: 2rem;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(17 24 39/var(--tw-text-opacity,1))
}

.newSections .prose h3 {
    margin-bottom: .75rem;
    margin-top: 1.5rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 600;
    color: rgb(31 41 55/var(--tw-text-opacity,1))
}

.newSections .prose h3,.prose p {
    --tw-text-opacity: 1
}

.newSections .prose p {
    margin-bottom: 1rem;
    line-height: 1.625;
    color: rgb(55 65 81/var(--tw-text-opacity,1))
}

.newSections .prose ul {
    margin-bottom: 1rem;
    list-style-position: inside;
    list-style-type: disc
}

.newSections .prose ul>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(.5rem * var(--tw-space-y-reverse))
}

.newSections .prose li {
    --tw-text-opacity: 1;
    color: rgb(55 65 81/var(--tw-text-opacity,1))
}

.newSections .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border-width: 0
}

.newSections .pointer-events-none {
    pointer-events: none
}

.newSections .visible {
    visibility: visible
}

.newSections .static {
    position: static
}

.newSections .fixed {
    position: fixed
}

.newSections .absolute {
    position: absolute
}

.newSections .relative {
    position: relative
}

.newSections .sticky {
    position: sticky
}

.newSections .-inset-4 {
    inset: -1rem
}

.newSections .inset-0 {
    inset: 0
}

.newSections .inset-x-0 {
    left: 0;
    right: 0
}

.newSections .-right-6 {
    right: -1.5rem
}

.newSections .-top-4 {
    top: -1rem
}

.newSections .bottom-0 {
    bottom: 0
}

.newSections .bottom-4 {
    bottom: 1rem
}

.newSections .bottom-6 {
    bottom: 1.5rem
}

.newSections .bottom-8 {
    bottom: 2rem
}

.newSections .left-0 {
    left: 0
}

.left-1\/2 {
    left: 50%
}

.newSections .left-3 {
    left: .75rem
}

.newSections .left-4 {
    left: 1rem
}

.newSections .left-6 {
    left: 1.5rem
}

.newSections .left-8 {
    left: 2rem
}

.newSections .right-0 {
    right: 0
}

.newSections .right-3 {
    right: .75rem
}

.newSections .right-4 {
    right: 1rem
}

.newSections .right-6 {
    right: 1.5rem
}

.newSections .right-8 {
    right: 2rem
}

.newSections .top-0 {
    top: 0
}

.top-1\/2 {
    top: 50%
}

.newSections .top-16 {
    top: 4rem
}

.newSections .top-24 {
    top: 6rem
}

.newSections .top-3 {
    top: .75rem
}

.newSections .top-4 {
    top: 1rem
}

.newSections .top-6 {
    top: 1.5rem
}

.newSections .top-8 {
    top: 2rem
}

.newSections .top-full {
    top: 100%
}

.newSections .-z-10 {
    z-index: -10
}

.newSections .z-0 {
    z-index: 0
}

.newSections .z-10 {
    z-index: 10
}

.newSections .z-20 {
    z-index: 20
}

.newSections .z-50 {
    z-index: 50
}

.newSections .order-1 {
    order: 1
}

.newSections .order-2 {
    order: 2
}

.newSections .col-span-1 {
    grid-column: span 1/span 1
}

.newSections .mx-2 {
    margin-left: .5rem;
    margin-right: .5rem
}

.newSections .mx-auto {
    margin-left: auto;
    margin-right: auto
}

.newSections .my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem
}

.newSections .my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem
}

.newSections .-mt-10 {
    margin-top: -2.5rem
}

.newSections .-mt-16 {
    margin-top: -4rem
}

.newSections .mb-1 {
    margin-bottom: .25rem
}

.newSections .mb-10 {
    margin-bottom: 2.5rem
}

.newSections .mb-12 {
    margin-bottom: 3rem
}

.newSections .mb-16 {
    margin-bottom: 4rem
}

.newSections .mb-2 {
    margin-bottom: .5rem
}

.newSections .mb-3 {
    margin-bottom: .75rem
}

.newSections .mb-4 {
    margin-bottom: 1rem
}

.newSections .mb-6 {
    margin-bottom: 1.5rem
}

.newSections .mb-8 {
    margin-bottom: 2rem
}

.newSections .ml-1 {
    margin-left: .25rem
}

.newSections .ml-16 {
    margin-left: 4rem
}

.newSections .ml-2 {
    margin-left: .5rem
}

.newSections .mr-1 {
    margin-right: .25rem
}

.newSections .mr-2 {
    margin-right: .5rem
}

.newSections .mr-3 {
    margin-right: .75rem
}

.newSections .mr-4 {
    margin-right: 1rem
}

.newSections .mt-0\.5 {
    margin-top: .125rem
}

.newSections .mt-1 {
    margin-top: .25rem
}

.newSections .mt-10 {
    margin-top: 2.5rem
}

.newSections .mt-12 {
    margin-top: 3rem
}

.newSections .mt-16 {
    margin-top: 4rem
}

.newSections .mt-2 {
    margin-top: .5rem
}

.newSections .mt-20 {
    margin-top: 5rem
}

.newSections .mt-3 {
    margin-top: .75rem
}

.newSections .mt-4 {
    margin-top: 1rem
}

.newSections .mt-6 {
    margin-top: 1.5rem
}

.newSections .mt-8 {
    margin-top: 2rem
}

.newSections .line-clamp-2 {
    -webkit-line-clamp: 2
}

.newSections .line-clamp-2,.line-clamp-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.newSections .line-clamp-3 {
    -webkit-line-clamp: 3
}

.newSections .block {
    display: block
}

.newSections .inline-block {
    display: inline-block
}

.newSections .flex {
    display: flex
}

.newSections .inline-flex {
    display: inline-flex
}

.newSections .table {
    display: table
}

.newSections .grid {
    display: grid
}

.newSections .hidden {
    display: none
}

.newSections .aspect-square {
    aspect-ratio: 1/1
}

.newSections .h-1 {
    height: .25rem
}

.newSections .h-1\.5 {
    height: .375rem
}

.newSections .h-10 {
    height: 2.5rem
}

.newSections .h-12 {
    height: 3rem
}

.newSections .h-14 {
    height: 3.5rem
}

.newSections .h-16 {
    height: 4rem
}

.newSections .h-2 {
    height: .5rem
}

.newSections .h-20 {
    height: 5rem
}

.newSections .h-24 {
    height: 6rem
}

.newSections .h-3 {
    height: .75rem
}

.newSections .h-32 {
    height: 8rem
}

.newSections .h-4 {
    height: 1rem
}

.newSections .h-48 {
    height: 12rem
}

.newSections .h-5 {
    height: 1.25rem
}

.newSections .h-6 {
    height: 1.5rem
}

.newSections .h-64 {
    height: 16rem
}

.newSections .h-7 {
    height: 1.75rem
}

.newSections .h-72 {
    height: 18rem
}

.newSections .h-8 {
    height: 2rem
}

.newSections .h-80 {
    height: 20rem
}

.newSections .h-96 {
    height: 24rem
}

.newSections .h-\[400px\] {
    height: 400px
}

.newSections .h-\[600px\] {
    height: 600px
}

.newSections .h-\[60vh\] {
    height: 60vh
}

.newSections .h-\[80vh\] {
    height: 80vh
}

.newSections .h-full {
    height: 100%
}

.newSections .h-px {
    height: 1px
}

.newSections .max-h-0 {
    max-height: 0
}

.newSections .max-h-96 {
    max-height: 24rem
}

.newSections .max-h-\[500px\] {
    max-height: 500px
}

.newSections .min-h-\[500px\] {
    min-height: 500px
}

.newSections .min-h-screen {
    min-height: 100vh
}

.newSections .w-0\.5 {
    width: .125rem
}

.newSections .w-1 {
    width: .25rem
}

.newSections .w-1\.5 {
    width: .375rem
}

.w-1\/3 {
    width: 33.333333%
}

.newSections .w-10 {
    width: 2.5rem
}

.newSections .w-12 {
    width: 3rem
}

.newSections .w-14 {
    width: 3.5rem
}

.newSections .w-16 {
    width: 4rem
}

.newSections .w-2 {
    width: .5rem
}

.newSections .w-20 {
    width: 5rem
}

.newSections .w-24 {
    width: 6rem
}

.newSections .w-3 {
    width: .75rem
}

.newSections .w-32 {
    width: 8rem
}

.newSections .w-4 {
    width: 1rem
}

.newSections .w-48 {
    width: 12rem
}

.newSections .w-5 {
    width: 1.25rem
}

.newSections .w-56 {
    width: 14rem
}

.newSections .w-6 {
    width: 1.5rem
}

.newSections .w-7 {
    width: 1.75rem
}

.newSections .w-8 {
    width: 2rem
}

.newSections .w-96 {
    width: 24rem
}

.newSections .w-fit {
    width: fit-content
}

.newSections .w-full {
    width: 100%
}

.newSections .w-px {
    width: 1px
}

.newSections .max-w-2xl {
    max-width: 42rem
}

.newSections .max-w-3xl {
    max-width: 48rem
}

.newSections .max-w-4xl {
    max-width: 56rem
}

.newSections .max-w-5xl {
    max-width: 64rem
}

.newSections .max-w-6xl {
    max-width: 72rem
}

.newSections .max-w-7xl {
    max-width: 80rem
}

.newSections .max-w-md {
    max-width: 28rem
}

.newSections .max-w-none {
    max-width: none
}

.newSections .max-w-xl {
    max-width: 36rem
}

.newSections .max-w-xs {
    max-width: 20rem
}

.newSections .flex-1 {
    flex: 1 1 0%
}

.newSections .flex-shrink-0,.shrink-0 {
    flex-shrink: 0
}

.-translate-x-1\/2 {
    --tw-translate-x: -50%
}

.-translate-x-1\/2,.-translate-x-2 {
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.newSections .-translate-x-2 {
    --tw-translate-x: -0.5rem
}

.newSections .-translate-x-6 {
    --tw-translate-x: -1.5rem
}

.-translate-x-6,.-translate-y-1\/2 {
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.-translate-y-1\/2 {
    --tw-translate-y: -50%
}

.newSections .-translate-y-6 {
    --tw-translate-y: -1.5rem
}

.newSections .-translate-y-6,.translate-x-6 {
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.newSections .translate-x-6 {
    --tw-translate-x: 1.5rem
}

.newSections .translate-y-4 {
    --tw-translate-y: 1rem
}

.newSections .translate-y-4,.translate-y-6 {
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.newSections .translate-y-6 {
    --tw-translate-y: 1.5rem
}

.newSections .rotate-180 {
    --tw-rotate: 180deg
}

.newSections .rotate-180,.scale-105 {
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.newSections .scale-105 {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05
}

.newSections .transform {
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.newSections .cursor-default {
    cursor: default
}

.newSections .cursor-pointer {
    cursor: pointer
}

.newSections .list-none {
    list-style-type: none
}

.newSections .grid-cols-1 {
    grid-template-columns: repeat(1,minmax(0,1fr))
}

.newSections .grid-cols-2 {
    grid-template-columns: repeat(2,minmax(0,1fr))
}

.newSections .grid-cols-3 {
    grid-template-columns: repeat(3,minmax(0,1fr))
}

.newSections .flex-col {
    flex-direction: column
}

.newSections .flex-wrap {
    flex-wrap: wrap
}

.newSections .items-start {
    align-items: flex-start
}

.newSections .items-end {
    align-items: flex-end
}

.newSections .items-center {
    align-items: center
}

.newSections .justify-center {
    justify-content: center
}

.newSections .justify-between {
    justify-content: space-between
}

.newSections .gap-0\.5 {
    gap: .125rem
}

.newSections .gap-1 {
    gap: .25rem
}

.newSections .gap-1\.5 {
    gap: .375rem
}

.newSections .gap-12 {
    gap: 3rem
}

.newSections .gap-2 {
    gap: .5rem
}

.newSections .gap-3 {
    gap: .75rem
}

.newSections .gap-4 {
    gap: 1rem
}

.newSections .gap-6 {
    gap: 1.5rem
}

.newSections .gap-8 {
    gap: 2rem
}

.newSections .gap-x-6 {
    column-gap: 1.5rem
}

.newSections .gap-x-8 {
    column-gap: 2rem
}

.newSections .gap-y-3 {
    row-gap: .75rem
}

.newSections .gap-y-4 {
    row-gap: 1rem
}

.newSections .-space-x-2>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-.5rem * calc(1 - var(--tw-space-x-reverse)))
}

.newSections .space-x-1>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(.25rem * var(--tw-space-x-reverse));
    margin-left: calc(.25rem * calc(1 - var(--tw-space-x-reverse)))
}

.newSections .space-x-4>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)))
}

.newSections .space-y-1>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(.25rem * var(--tw-space-y-reverse))
}

.newSections .space-y-10>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse))
}

.newSections .space-y-12>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem * var(--tw-space-y-reverse))
}

.newSections .space-y-16>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4rem * var(--tw-space-y-reverse))
}

.newSections .space-y-2>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(.5rem * var(--tw-space-y-reverse))
}

.newSections .space-y-20>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5rem * var(--tw-space-y-reverse))
}

.newSections .space-y-3>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(.75rem * var(--tw-space-y-reverse))
}

.newSections .space-y-4>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse))
}

.newSections .space-y-6>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse))
}

.newSections .space-y-8>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse))
}

.newSections .space-x-reverse>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 1
}

.newSections .divide-y>:not([hidden])~:not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse))
}

.newSections .divide-gray-100>:not([hidden])~:not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(243 244 246/var(--tw-divide-opacity,1))
}

.newSections .overflow-hidden {
    overflow: hidden
}

.newSections .overflow-visible {
    overflow: visible
}

.newSections .overflow-x-auto {
    overflow-x: auto
}

.newSections .overflow-x-hidden {
    overflow-x: hidden
}

.newSections .truncate {
    overflow: hidden;
    text-overflow: ellipsis
}

.newSections .truncate,.whitespace-nowrap {
    white-space: nowrap
}

.newSections .whitespace-pre-line {
    white-space: pre-line
}

.newSections .rounded {
    border-radius: .25rem
}

.newSections .rounded-2xl {
    border-radius: 1rem
}

.newSections .rounded-3xl {
    border-radius: 1.5rem
}

.newSections .rounded-full {
    border-radius: 9999px
}

.newSections .rounded-lg {
    border-radius: var(--radius)
}

.newSections .rounded-md {
    border-radius: calc(var(--radius) - 2px)
}

.newSections .rounded-xl {
    border-radius: .75rem
}

.newSections .rounded-bl-full {
    border-bottom-left-radius: 9999px
}

.newSections .rounded-tl-2xl {
    border-top-left-radius: 1rem
}

.newSections .rounded-tr-2xl {
    border-top-right-radius: 1rem
}

.newSections .rounded-tr-full {
    border-top-right-radius: 9999px
}

.newSections .border {
    border-width: 1px
}

.newSections .border-0 {
    border-width: 0
}

.newSections .border-2 {
    border-width: 2px
}

.newSections .border-b {
    border-bottom-width: 1px
}

.newSections .border-l-4 {
    border-left-width: 4px
}

.newSections .border-r-4 {
    border-right-width: 4px
}

.newSections .border-t {
    border-top-width: 1px
}

.newSections .border-amber-500 {
    --tw-border-opacity: 1;
    border-color: rgb(245 158 11/var(--tw-border-opacity,1))
}

.newSections .border-blue-600 {
    --tw-border-opacity: 1;
    border-color: rgb(37 99 235/var(--tw-border-opacity,1))
}

.newSections .border-brand-orange-100 {
    --tw-border-opacity: 1;
    border-color: rgb(255 237 213/var(--tw-border-opacity,1))
}

.newSections .border-brand-orange-200 {
    --tw-border-opacity: 1;
    border-color: rgb(254 215 170/var(--tw-border-opacity,1))
}

.newSections .border-brand-orange-500 {
    --tw-border-opacity: 1;
    border-color: rgb(249 115 22/var(--tw-border-opacity,1))
}

.border-brand-orange-500\/30 {
    border-color: rgba(249,115,22,.3)
}

.newSections .border-gray-100 {
    --tw-border-opacity: 1;
    border-color: rgb(243 244 246/var(--tw-border-opacity,1))
}

.newSections .border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235/var(--tw-border-opacity,1))
}

.newSections .border-green-100 {
    --tw-border-opacity: 1;
    border-color: rgb(220 252 231/var(--tw-border-opacity,1))
}

.newSections .border-green-400 {
    --tw-border-opacity: 1;
    border-color: rgb(74 222 128/var(--tw-border-opacity,1))
}

.newSections .border-navy-100 {
    --tw-border-opacity: 1;
    border-color: rgb(209 219 231/var(--tw-border-opacity,1))
}

.newSections .border-navy-200 {
    --tw-border-opacity: 1;
    border-color: rgb(163 183 207/var(--tw-border-opacity,1))
}

.newSections .border-navy-50 {
    --tw-border-opacity: 1;
    border-color: rgb(232 237 243/var(--tw-border-opacity,1))
}

.newSections .border-navy-500 {
    --tw-border-opacity: 1;
    border-color: rgb(30 58 95/var(--tw-border-opacity,1))
}

.newSections .border-navy-700 {
    --tw-border-opacity: 1;
    border-color: rgb(18 35 57/var(--tw-border-opacity,1))
}

.newSections .border-orange-100 {
    --tw-border-opacity: 1;
    border-color: rgb(255 237 213/var(--tw-border-opacity,1))
}

.newSections .border-red-100 {
    --tw-border-opacity: 1;
    border-color: rgb(254 226 226/var(--tw-border-opacity,1))
}

.newSections .border-red-400 {
    --tw-border-opacity: 1;
    border-color: rgb(248 113 113/var(--tw-border-opacity,1))
}

.newSections .border-transparent {
    border-color: transparent
}

.newSections .border-white {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255/var(--tw-border-opacity,1))
}

.border-white\/10 {
    border-color: hsla(0,0%,100%,.1)
}

.border-white\/20 {
    border-color: hsla(0,0%,100%,.2)
}

.border-white\/5 {
    border-color: hsla(0,0%,100%,.05)
}

.newSections .bg-\[\#0A66C2\] {
    --tw-bg-opacity: 1;
    background-color: rgb(10 102 194/var(--tw-bg-opacity,1))
}

.newSections .bg-\[\#0B1120\] {
    --tw-bg-opacity: 1;
    background-color: rgb(11 17 32/var(--tw-bg-opacity,1))
}

.newSections .bg-\[\#0f172a\] {
    --tw-bg-opacity: 1;
    background-color: rgb(15 23 42/var(--tw-bg-opacity,1))
}

.newSections .bg-\[\#1877F2\] {
    --tw-bg-opacity: 1;
    background-color: rgb(24 119 242/var(--tw-bg-opacity,1))
}

.newSections .bg-\[\#1DA1F2\] {
    --tw-bg-opacity: 1;
    background-color: rgb(29 161 242/var(--tw-bg-opacity,1))
}

.newSections .bg-\[\#25D366\] {
    --tw-bg-opacity: 1;
    background-color: rgb(37 211 102/var(--tw-bg-opacity,1))
}

.newSections .bg-\[\#3B82F6\] {
    --tw-bg-opacity: 1;
    background-color: rgb(59 130 246/var(--tw-bg-opacity,1))
}

.newSections .bg-amber-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(255 251 235/var(--tw-bg-opacity,1))
}

.newSections .bg-amber-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(245 158 11/var(--tw-bg-opacity,1))
}

.newSections .bg-background {
    background-color: hsl(var(--background))
}

.bg-black\/30 {
    background-color: rgba(0,0,0,.3)
}

.bg-black\/60 {
    background-color: rgba(0,0,0,.6)
}

.bg-black\/90 {
    background-color: rgba(0,0,0,.9)
}

.newSections .bg-blue-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(219 234 254/var(--tw-bg-opacity,1))
}

.newSections .bg-blue-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(239 246 255/var(--tw-bg-opacity,1))
}

.newSections .bg-blue-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(59 130 246/var(--tw-bg-opacity,1))
}

.newSections .bg-blue-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(37 99 235/var(--tw-bg-opacity,1))
}

.newSections .bg-brand-orange-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(255 237 213/var(--tw-bg-opacity,1))
}

.newSections .bg-brand-orange-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(254 215 170/var(--tw-bg-opacity,1))
}

.newSections .bg-brand-orange-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(255 247 237/var(--tw-bg-opacity,1))
}

.newSections .bg-brand-orange-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(249 115 22/var(--tw-bg-opacity,1))
}

.bg-brand-orange-500\/20 {
    background-color: rgba(249,115,22,.2)
}

.newSections .bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246/var(--tw-bg-opacity,1))
}

.newSections .bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(229 231 235/var(--tw-bg-opacity,1))
}

.newSections .bg-gray-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(209 213 219/var(--tw-bg-opacity,1))
}

.newSections .bg-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(249 250 251/var(--tw-bg-opacity,1))
}

.newSections .bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(55 65 81/var(--tw-bg-opacity,1))
}

.newSections .bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(17 24 39/var(--tw-bg-opacity,1))
}

.newSections .bg-green-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(220 252 231/var(--tw-bg-opacity,1))
}

.newSections .bg-green-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(240 253 244/var(--tw-bg-opacity,1))
}

.newSections .bg-green-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(34 197 94/var(--tw-bg-opacity,1))
}

.newSections .bg-green-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(22 163 74/var(--tw-bg-opacity,1))
}

.newSections .bg-indigo-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(79 70 229/var(--tw-bg-opacity,1))
}

.newSections .bg-navy-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(209 219 231/var(--tw-bg-opacity,1))
}

.newSections .bg-navy-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(232 237 243/var(--tw-bg-opacity,1))
}

.bg-navy-50\/30 {
    background-color: rgba(232,237,243,.3)
}

.newSections .bg-navy-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(30 58 95/var(--tw-bg-opacity,1))
}

.bg-navy-500\/20 {
    background-color: rgba(30,58,95,.2)
}

.newSections .bg-navy-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(24 46 76/var(--tw-bg-opacity,1))
}

.newSections .bg-navy-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(18 35 57/var(--tw-bg-opacity,1))
}

.newSections .bg-navy-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(12 23 38/var(--tw-bg-opacity,1))
}

.newSections .bg-navy-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(6 12 19/var(--tw-bg-opacity,1))
}

.bg-navy-900\/50 {
    background-color: rgba(6,12,19,.5)
}

.newSections .bg-purple-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(250 245 255/var(--tw-bg-opacity,1))
}

.newSections .bg-red-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(254 226 226/var(--tw-bg-opacity,1))
}

.newSections .bg-red-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(254 242 242/var(--tw-bg-opacity,1))
}

.newSections .bg-red-50\/30 {
    background-color: hsla(0,86%,97%,.3)
}

.newSections .bg-red-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(220 38 38/var(--tw-bg-opacity,1))
}

.newSections .bg-slate-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(15 23 42/var(--tw-bg-opacity,1))
}

.newSections .bg-teal-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(20 184 166/var(--tw-bg-opacity,1))
}

.newSections .bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity,1))
}

.bg-white\/10 {
    background-color: hsla(0,0%,100%,.1)
}

.bg-white\/20 {
    background-color: hsla(0,0%,100%,.2)
}

.bg-white\/30 {
    background-color: hsla(0,0%,100%,.3)
}

.bg-white\/5 {
    background-color: hsla(0,0%,100%,.05)
}

.bg-white\/50 {
    background-color: hsla(0,0%,100%,.5)
}

.bg-white\/90 {
    background-color: hsla(0,0%,100%,.9)
}

.newSections .bg-gradient-to-b {
    background-image: linear-gradient(to bottom,var(--tw-gradient-stops))
}

.newSections .bg-gradient-to-br {
    background-image: linear-gradient(to bottom right,var(--tw-gradient-stops))
}

.newSections .bg-gradient-to-l {
    background-image: linear-gradient(to left,var(--tw-gradient-stops))
}

.newSections .bg-gradient-to-r {
    background-image: linear-gradient(to right,var(--tw-gradient-stops))
}

.newSections .bg-gradient-to-t {
    background-image: linear-gradient(to top,var(--tw-gradient-stops))
}

.from-black\/30 {
    --tw-gradient-from: rgba(0,0,0,.3) var(--tw-gradient-from-position);
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-black\/40 {
    --tw-gradient-from: rgba(0,0,0,.4) var(--tw-gradient-from-position);
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-black\/50 {
    --tw-gradient-from: rgba(0,0,0,.5) var(--tw-gradient-from-position);
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-black\/60 {
    --tw-gradient-from: rgba(0,0,0,.6) var(--tw-gradient-from-position);
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-black\/70 {
    --tw-gradient-from: rgba(0,0,0,.7) var(--tw-gradient-from-position);
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-black\/80 {
    --tw-gradient-from: rgba(0,0,0,.8) var(--tw-gradient-from-position);
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.newSections .from-blue-500 {
    --tw-gradient-from: #3b82f6 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(59,130,246,0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.newSections .from-brand-orange-300 {
    --tw-gradient-from: #fdba74 var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(31,97%,72%,0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.newSections .from-brand-orange-50 {
    --tw-gradient-from: #fff7ed var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(255,247,237,0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.newSections .from-brand-orange-500 {
    --tw-gradient-from: #f97316 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(249,115,22,0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-brand-orange-500\/0 {
    --tw-gradient-from: rgba(249,115,22,0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(249,115,22,0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.newSections .from-gray-50 {
    --tw-gradient-from: #f9fafb var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(249,250,251,0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.newSections .from-indigo-50 {
    --tw-gradient-from: #eef2ff var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(238,242,255,0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.newSections .from-indigo-900 {
    --tw-gradient-from: #312e81 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(49,46,129,0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.newSections .from-navy-500 {
    --tw-gradient-from: #1e3a5f var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(30,58,95,0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.newSections .from-navy-600 {
    --tw-gradient-from: #182e4c var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(24,46,76,0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-navy-600\/90 {
    --tw-gradient-from: rgba(24,46,76,.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(24,46,76,0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-navy-700\/80 {
    --tw-gradient-from: rgba(18,35,57,.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(18,35,57,0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-navy-800\/80 {
    --tw-gradient-from: rgba(12,23,38,.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(12,23,38,0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.newSections .from-navy-900 {
    --tw-gradient-from: #060c13 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(6,12,19,0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.newSections .from-orange-500 {
    --tw-gradient-from: #f97316 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(249,115,22,0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.newSections .from-slate-900 {
    --tw-gradient-from: #0f172a var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(15,23,42,0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.newSections .from-transparent {
    --tw-gradient-from: transparent var(--tw-gradient-from-position);
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.newSections .from-white {
    --tw-gradient-from: #fff var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0,0%,100%,0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.via-black\/20 {
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from),rgba(0,0,0,.2) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.newSections .via-blue-900 {
    --tw-gradient-to: rgba(30,58,138,0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from),#1e3a8a var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.newSections .via-brand-orange-400 {
    --tw-gradient-to: rgba(251,146,60,0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from),#fb923c var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.newSections .via-navy-600 {
    --tw-gradient-to: rgba(24,46,76,0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from),#182e4c var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-navy-600\/20 {
    --tw-gradient-to: rgba(24,46,76,0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from),rgba(24,46,76,.2) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.newSections .via-navy-700 {
    --tw-gradient-to: rgba(18,35,57,0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from),#122339 var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-slate-900\/50 {
    --tw-gradient-to: rgba(15,23,42,0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from),rgba(15,23,42,.5) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.newSections .via-transparent {
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from),transparent var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.to-black\/40 {
    --tw-gradient-to: rgba(0,0,0,.4) var(--tw-gradient-to-position)
}

.to-black\/50 {
    --tw-gradient-to: rgba(0,0,0,.5) var(--tw-gradient-to-position)
}

.newSections .to-brand-orange-500 {
    --tw-gradient-to: #f97316 var(--tw-gradient-to-position)
}

.to-brand-orange-500\/0 {
    --tw-gradient-to: rgba(249,115,22,0) var(--tw-gradient-to-position)
}

.newSections .to-brand-orange-600 {
    --tw-gradient-to: #ea580c var(--tw-gradient-to-position)
}

.newSections .to-cyan-500 {
    --tw-gradient-to: #06b6d4 var(--tw-gradient-to-position)
}

.newSections .to-gray-50 {
    --tw-gradient-to: #f9fafb var(--tw-gradient-to-position)
}

.to-navy-50\/20 {
    --tw-gradient-to: rgba(232,237,243,.2) var(--tw-gradient-to-position)
}

.to-navy-600 {
    --tw-gradient-to: #182e4c var(--tw-gradient-to-position);
}

.newSections .to-navy-700 {
    --tw-gradient-to: #122339 var(--tw-gradient-to-position)
}

.newSections .to-navy-800 {
    --tw-gradient-to: #0c1726 var(--tw-gradient-to-position)
}

.newSections .to-orange-100 {
    --tw-gradient-to: #ffedd5 var(--tw-gradient-to-position)
}

.newSections .to-purple-600 {
    --tw-gradient-to: #9333ea var(--tw-gradient-to-position)
}

.newSections .to-red-500 {
    --tw-gradient-to: #ef4444 var(--tw-gradient-to-position)
}

.newSections .to-slate-900 {
    --tw-gradient-to: #0f172a var(--tw-gradient-to-position)
}

.newSections .to-transparent {
    --tw-gradient-to: transparent var(--tw-gradient-to-position)
}

.newSections .to-white {
    --tw-gradient-to: #fff var(--tw-gradient-to-position)
}

.newSections .bg-clip-text {
    background-clip: text
}

.newSections .fill-brand-orange-400 {
    fill: #fb923c
}

.newSections .fill-current {
    fill: currentColor
}

.newSections .fill-yellow-400 {
    fill: #facc15
}

.newSections .object-contain {
    object-fit: contain
}

.newSections .object-cover {
    object-fit: cover
}

.newSections .p-1 {
    padding: .25rem
}

.newSections .p-2 {
    padding: .5rem
}

.newSections .p-3 {
    padding: .75rem
}

.newSections .p-4 {
    padding: 1rem
}

.newSections .p-5 {
    padding: 1.25rem
}

.newSections .p-6 {
    padding: 1.5rem
}

.newSections .p-8 {
    padding: 2rem
}

.newSections .px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem
}

.newSections .px-2 {
    padding-left: .5rem;
    padding-right: .5rem
}

.newSections .px-3 {
    padding-left: .75rem;
    padding-right: .75rem
}

.newSections .px-4 {
    padding-left: 1rem;
    padding-right: 1rem
}

.newSections .px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem
}

.newSections .px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.newSections .px-8 {
    padding-left: 2rem;
    padding-right: 2rem
}

.newSections .py-0\.5 {
    padding-top: .125rem;
    padding-bottom: .125rem
}

.newSections .py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem
}

.newSections .py-1\.5 {
    padding-top: .375rem;
    padding-bottom: .375rem
}

.newSections .py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem
}

.newSections .py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem
}

.newSections .py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem
}

.newSections .py-2\.5 {
    padding-top: .625rem;
    padding-bottom: .625rem
}

.newSections .py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem
}

.newSections .py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem
}

.newSections .py-3 {
    padding-top: .75rem;
    padding-bottom: .75rem
}

.newSections .py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem
}

.newSections .py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem
}

.newSections .py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem
}

.newSections .pb-12 {
    padding-bottom: 3rem
}

.newSections .pb-16 {
    padding-bottom: 4rem
}

.newSections .pb-2 {
    padding-bottom: .5rem
}

.newSections .pb-3 {
    padding-bottom: .75rem
}

.newSections .pb-4 {
    padding-bottom: 1rem
}

.newSections .pb-6 {
    padding-bottom: 1.5rem
}

.newSections .pl-10 {
    padding-left: 2.5rem
}

.newSections .pl-4 {
    padding-left: 1rem
}

.newSections .pr-10 {
    padding-right: 2.5rem
}

.newSections .pr-12 {
    padding-right: 3rem
}

.newSections .pr-4 {
    padding-right: 1rem
}

.newSections .pt-10 {
    padding-top: 2.5rem
}

.newSections .pt-2 {
    padding-top: .5rem
}

.newSections .pt-3 {
    padding-top: .75rem
}

.newSections .pt-32 {
    padding-top: 8rem
}

.newSections .pt-4 {
    padding-top: 1rem
}

.newSections .pt-6 {
    padding-top: 1.5rem
}

.newSections .pt-8 {
    padding-top: 2rem
}

.newSections .text-center {
    text-align: center
}

.newSections .text-right {
    text-align: right
}

.newSections .font-cairo {
    font-family: Cairo,sans-serif
}

.newSections .font-sans {
    font-family: ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji
}

.newSections .text-2xl {
    font-size: 1.5rem;
    line-height: 2rem
}

.newSections .text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem
}

.newSections .text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem
}

.newSections .text-6xl {
    font-size: 3.75rem;
    line-height: 1
}

.newSections .text-base {
    font-size: 1rem;
    line-height: 1.5rem
}

.newSections .text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem
}

.newSections .text-sm {
    font-size: .875rem;
    line-height: 1.25rem
}

.newSections .text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem
}

.newSections .text-xs {
    font-size: .75rem;
    line-height: 1rem
}

.newSections .font-bold {
    font-weight: 700
}

.newSections .font-extrabold {
    font-weight: 800
}

.newSections .font-medium {
    font-weight: 500
}

.newSections .font-normal {
    font-weight: 400
}

.newSections .font-semibold {
    font-weight: 600
}

.newSections .uppercase {
    text-transform: uppercase
}

.newSections .italic {
    font-style: italic
}

.newSections .leading-6 {
    line-height: 1.5rem
}

.newSections .leading-8 {
    line-height: 2rem
}

.newSections .leading-relaxed {
    line-height: 1.625
}

.newSections .leading-tight {
    line-height: 1.25
}

.newSections .tracking-tight {
    letter-spacing: -.025em
}

.newSections .tracking-wide {
    letter-spacing: .025em
}

.newSections .tracking-wider {
    letter-spacing: .05em
}

.newSections .text-amber-500 {
    --tw-text-opacity: 1;
    color: rgb(245 158 11/var(--tw-text-opacity,1))
}

.newSections .text-blue-300 {
    --tw-text-opacity: 1;
    color: rgb(147 197 253/var(--tw-text-opacity,1))
}

.newSections .text-blue-400 {
    --tw-text-opacity: 1;
    color: rgb(96 165 250/var(--tw-text-opacity,1))
}

.newSections .text-blue-500 {
    --tw-text-opacity: 1;
    color: rgb(59 130 246/var(--tw-text-opacity,1))
}

.newSections .text-blue-600 {
    --tw-text-opacity: 1;
    color: rgb(37 99 235/var(--tw-text-opacity,1))
}

.newSections .text-blue-700 {
    --tw-text-opacity: 1;
    color: rgb(29 78 216/var(--tw-text-opacity,1))
}

.newSections .text-brand-orange-200 {
    --tw-text-opacity: 1;
    color: rgb(254 215 170/var(--tw-text-opacity,1))
}

.newSections .text-brand-orange-300 {
    --tw-text-opacity: 1;
    color: rgb(253 186 116/var(--tw-text-opacity,1))
}

.newSections .text-brand-orange-400 {
    --tw-text-opacity: 1;
    color: rgb(251 146 60/var(--tw-text-opacity,1))
}

.newSections .text-brand-orange-500 {
    --tw-text-opacity: 1;
    color: rgb(249 115 22/var(--tw-text-opacity,1))
}

.newSections .text-brand-orange-600 {
    --tw-text-opacity: 1;
    color: rgb(234 88 12/var(--tw-text-opacity,1))
}

.newSections .text-brand-orange-700 {
    --tw-text-opacity: 1;
    color: rgb(194 65 12/var(--tw-text-opacity,1))
}

.newSections .text-brand-orange-800 {
    --tw-text-opacity: 1;
    color: rgb(154 52 18/var(--tw-text-opacity,1))
}

.newSections .text-gray-200 {
    --tw-text-opacity: 1;
    color: rgb(229 231 235/var(--tw-text-opacity,1))
}

.newSections .text-gray-300 {
    --tw-text-opacity: 1;
    color: rgb(209 213 219/var(--tw-text-opacity,1))
}

.newSections .text-gray-400 {
    --tw-text-opacity: 1;
    color: rgb(156 163 175/var(--tw-text-opacity,1))
}

.newSections .text-gray-500 {
    --tw-text-opacity: 1;
    color: rgb(107 114 128/var(--tw-text-opacity,1))
}

.newSections .text-gray-600 {
    --tw-text-opacity: 1;
    color: rgb(75 85 99/var(--tw-text-opacity,1))
}

.newSections .text-gray-700 {
    --tw-text-opacity: 1;
    color: rgb(55 65 81/var(--tw-text-opacity,1))
}

.newSections .text-gray-800 {
    --tw-text-opacity: 1;
    color: rgb(31 41 55/var(--tw-text-opacity,1))
}

.newSections .text-gray-900 {
    --tw-text-opacity: 1;
    color: rgb(17 24 39/var(--tw-text-opacity,1))
}

.newSections .text-green-400 {
    --tw-text-opacity: 1;
    color: rgb(74 222 128/var(--tw-text-opacity,1))
}

.newSections .text-green-500 {
    --tw-text-opacity: 1;
    color: rgb(34 197 94/var(--tw-text-opacity,1))
}

.newSections .text-green-600 {
    --tw-text-opacity: 1;
    color: rgb(22 163 74/var(--tw-text-opacity,1))
}

.newSections .text-green-700 {
    --tw-text-opacity: 1;
    color: rgb(21 128 61/var(--tw-text-opacity,1))
}

.newSections .text-green-800 {
    --tw-text-opacity: 1;
    color: rgb(22 101 52/var(--tw-text-opacity,1))
}

.newSections .text-indigo-600 {
    --tw-text-opacity: 1;
    color: rgb(79 70 229/var(--tw-text-opacity,1))
}

.newSections .text-muted-foreground {
    color: hsl(var(--muted-foreground))
}

.newSections .text-navy-300 {
    --tw-text-opacity: 1;
    color: rgb(117 147 183/var(--tw-text-opacity,1))
}

.newSections .text-navy-400 {
    --tw-text-opacity: 1;
    color: rgb(71 111 159/var(--tw-text-opacity,1))
}

.newSections .text-navy-500 {
    --tw-text-opacity: 1;
    color: rgb(30 58 95/var(--tw-text-opacity,1))
}

.newSections .text-navy-600 {
    --tw-text-opacity: 1;
    color: rgb(24 46 76/var(--tw-text-opacity,1))
}

.newSections .text-navy-700 {
    --tw-text-opacity: 1;
    color: rgb(18 35 57/var(--tw-text-opacity,1))
}

.newSections .text-navy-800 {
    --tw-text-opacity: 1;
    color: rgb(12 23 38/var(--tw-text-opacity,1))
}

.newSections .text-navy-900 {
    --tw-text-opacity: 1;
    color: rgb(6 12 19/var(--tw-text-opacity,1))
}

.newSections .text-orange-100 {
    --tw-text-opacity: 1;
    color: rgb(255 237 213/var(--tw-text-opacity,1))
}

.newSections .text-purple-500 {
    --tw-text-opacity: 1;
    color: rgb(168 85 247/var(--tw-text-opacity,1))
}

.newSections .text-red-400 {
    --tw-text-opacity: 1;
    color: rgb(248 113 113/var(--tw-text-opacity,1))
}

.newSections .text-red-500 {
    --tw-text-opacity: 1;
    color: rgb(239 68 68/var(--tw-text-opacity,1))
}

.newSections .text-red-600 {
    --tw-text-opacity: 1;
    color: rgb(220 38 38/var(--tw-text-opacity,1))
}

.newSections .text-red-700 {
    --tw-text-opacity: 1;
    color: rgb(185 28 28/var(--tw-text-opacity,1))
}

.newSections .text-slate-800 {
    --tw-text-opacity: 1;
    color: rgb(30 41 59/var(--tw-text-opacity,1))
}

.newSections .text-slate-900 {
    --tw-text-opacity: 1;
    color: rgb(15 23 42/var(--tw-text-opacity,1))
}

.newSections .text-teal-600 {
    --tw-text-opacity: 1;
    color: rgb(13 148 136/var(--tw-text-opacity,1))
}

.newSections .text-transparent {
    color: transparent
}

.newSections .text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity,1))
}

.text-white\/80 {
    color: hsla(0,0%,100%,.8)
}

.newSections .text-yellow-400 {
    --tw-text-opacity: 1;
    color: rgb(250 204 21/var(--tw-text-opacity,1))
}

.newSections .text-yellow-600 {
    --tw-text-opacity: 1;
    color: rgb(202 138 4/var(--tw-text-opacity,1))
}

.newSections .placeholder-gray-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(107 114 128/var(--tw-placeholder-opacity,1))
}

.newSections .opacity-0 {
    opacity: 0
}

.newSections .opacity-10 {
    opacity: .1
}

.newSections .opacity-100 {
    opacity: 1
}

.newSections .opacity-20 {
    opacity: .2
}

.newSections .opacity-30 {
    opacity: .3
}

.newSections .opacity-40 {
    opacity: .4
}

.newSections .opacity-5 {
    opacity: .05
}

.newSections .opacity-50 {
    opacity: .5
}

.newSections .opacity-60 {
    opacity: .6
}

.newSections .opacity-70 {
    opacity: .7
}

.newSections .opacity-80 {
    opacity: .8
}

.newSections .opacity-90 {
    opacity: .9
}

.newSections .mix-blend-multiply {
    mix-blend-mode: multiply
}

.newSections .shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0,0,0,.25);
    --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color)
}

.newSections .shadow-2xl,.shadow-inner {
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.newSections .shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgba(0,0,0,.05);
    --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color)
}

.newSections .shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)
}

.newSections .shadow-lg,.shadow-md {
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.newSections .shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color)
}

.newSections .shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0,0,0,.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color)
}

.newSections .shadow-sm,.shadow-xl {
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.newSections .shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color),0 8px 10px -6px var(--tw-shadow-color)
}

.shadow-brand-orange-500\/30 {
    --tw-shadow-color: rgba(249,115,22,.3);
    --tw-shadow: var(--tw-shadow-colored)
}

.newSections .blur-2xl {
    --tw-blur: blur(40px)
}

.newSections .blur-2xl,.blur-3xl {
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

.newSections .blur-3xl {
    --tw-blur: blur(64px)
}

.newSections .blur-\[100px\] {
    --tw-blur: blur(100px)
}

.newSections .blur-\[100px\],.blur-lg {
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

.newSections .blur-lg {
    --tw-blur: blur(16px)
}

.newSections .filter {
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

.newSections .backdrop-blur {
    --tw-backdrop-blur: blur(8px)
}

.newSections .backdrop-blur,.backdrop-blur-lg {
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)
}

.newSections .backdrop-blur-lg {
    --tw-backdrop-blur: blur(16px)
}

.newSections .backdrop-blur-md {
    --tw-backdrop-blur: blur(12px)
}

.newSections .backdrop-blur-md,.backdrop-blur-sm {
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)
}

.newSections .backdrop-blur-sm {
    --tw-backdrop-blur: blur(4px)
}

.newSections .transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s
}

.newSections .transition-colors {
    transition-property: color,background-color,border-color,text-decoration-color,fill,stroke;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s
}

.newSections .transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s
}

.newSections .transition-shadow {
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s
}

.newSections .transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s
}

.newSections .delay-100 {
    transition-delay: .1s
}

.newSections .delay-200 {
    transition-delay: .2s
}

.newSections .delay-300 {
    transition-delay: .3s
}

.newSections .delay-500 {
    transition-delay: .5s
}

.newSections .duration-200 {
    transition-duration: .2s
}

.newSections .duration-300 {
    transition-duration: .3s
}

.newSections .duration-500 {
    transition-duration: .5s
}

.newSections .duration-700 {
    transition-duration: .7s
}

.newSections .ease-in-out {
    transition-timing-function: cubic-bezier(.4,0,.2,1)
}

@keyframes enter {
    0% {
        opacity: var(--tw-enter-opacity,1);
        transform: translate3d(var(--tw-enter-translate-x,0),var(--tw-enter-translate-y,0),0) scale3d(var(--tw-enter-scale,1),var(--tw-enter-scale,1),var(--tw-enter-scale,1)) rotate(var(--tw-enter-rotate,0))
    }
}

@keyframes exit {
    to {
        opacity: var(--tw-exit-opacity,1);
        transform: translate3d(var(--tw-exit-translate-x,0),var(--tw-exit-translate-y,0),0) scale3d(var(--tw-exit-scale,1),var(--tw-exit-scale,1),var(--tw-exit-scale,1)) rotate(var(--tw-exit-rotate,0))
    }
}

.newSections .duration-200 {
    animation-duration: .2s
}

.newSections .duration-300 {
    animation-duration: .3s
}

.newSections .duration-500 {
    animation-duration: .5s
}

.newSections .duration-700 {
    animation-duration: .7s
}

.newSections .delay-100 {
    animation-delay: .1s
}

.newSections .delay-200 {
    animation-delay: .2s
}

.newSections .delay-300 {
    animation-delay: .3s
}

.newSections .delay-500 {
    animation-delay: .5s
}

.newSections .ease-in-out {
    animation-timing-function: cubic-bezier(.4,0,.2,1)
}

.newSections .pattern-grid-lg {
    background-image: linear-gradient(currentColor 1px,transparent 0),linear-gradient(90deg,currentColor 1px,transparent 0);
    background-size: 40px 40px
}

@keyframes float {
    0%,to {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-10px)
    }
}

.placeholder\:text-muted-foreground\/70::placeholder {
    color: hsl(var(--muted-foreground)/.7)
}

.newSections .last\:border-0:last-child {
    border-width: 0
}

.newSections .last\:pb-0:last-child {
    padding-bottom: 0
}

.newSections .hover\:-translate-y-1:hover {
    --tw-translate-y: -0.25rem
}

.newSections .hover\:-translate-y-1:hover,.hover\:-translate-y-2:hover {
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.newSections .hover\:-translate-y-2:hover {
    --tw-translate-y: -0.5rem
}

.newSections .hover\:-translate-y-3:hover {
    --tw-translate-y: -0.75rem
}

.newSections .hover\:-translate-y-3:hover,.hover\:scale-105:hover {
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.newSections .hover\:scale-105:hover {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05
}

.newSections .hover\:scale-110:hover {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.newSections .hover\:border-brand-orange-200:hover {
    --tw-border-opacity: 1;
    border-color: rgb(254 215 170/var(--tw-border-opacity,1))
}

.newSections .hover\:border-brand-orange-300:hover {
    --tw-border-opacity: 1;
    border-color: rgb(253 186 116/var(--tw-border-opacity,1))
}

.hover\:border-brand-orange-500\/30:hover {
    border-color: rgba(249,115,22,.3)
}

.hover\:border-brand-orange-500\/50:hover {
    border-color: rgba(249,115,22,.5)
}

.newSections .hover\:border-navy-100:hover {
    --tw-border-opacity: 1;
    border-color: rgb(209 219 231/var(--tw-border-opacity,1))
}

.newSections .hover\:bg-amber-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(251 191 36/var(--tw-bg-opacity,1))
}

.newSections .hover\:bg-blue-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(29 78 216/var(--tw-bg-opacity,1))
}

.newSections .hover\:bg-brand-orange-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 247 237/var(--tw-bg-opacity,1))
}

.newSections .hover\:bg-brand-orange-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(249 115 22/var(--tw-bg-opacity,1))
}

.newSections .hover\:bg-brand-orange-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(234 88 12/var(--tw-bg-opacity,1))
}

.newSections .hover\:bg-gray-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246/var(--tw-bg-opacity,1))
}

.newSections .hover\:bg-gray-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(229 231 235/var(--tw-bg-opacity,1))
}

.newSections .hover\:bg-gray-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(249 250 251/var(--tw-bg-opacity,1))
}

.newSections .hover\:bg-gray-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(31 41 55/var(--tw-bg-opacity,1))
}

.newSections .hover\:bg-green-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(22 163 74/var(--tw-bg-opacity,1))
}

.newSections .hover\:bg-green-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(21 128 61/var(--tw-bg-opacity,1))
}

.newSections .hover\:bg-navy-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(232 237 243/var(--tw-bg-opacity,1))
}

.newSections .hover\:bg-navy-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(24 46 76/var(--tw-bg-opacity,1))
}

.newSections .hover\:bg-navy-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(18 35 57/var(--tw-bg-opacity,1))
}

.newSections .hover\:bg-white:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity,1))
}

.hover\:bg-white\/10:hover {
    background-color: hsla(0,0%,100%,.1)
}

.hover\:bg-white\/15:hover {
    background-color: hsla(0,0%,100%,.15)
}

.hover\:bg-white\/20:hover {
    background-color: hsla(0,0%,100%,.2)
}

.newSections .hover\:text-blue-600:hover {
    --tw-text-opacity: 1;
    color: rgb(37 99 235/var(--tw-text-opacity,1))
}

.newSections .hover\:text-blue-800:hover {
    --tw-text-opacity: 1;
    color: rgb(30 64 175/var(--tw-text-opacity,1))
}

.newSections .hover\:text-brand-orange-400:hover {
    --tw-text-opacity: 1;
    color: rgb(251 146 60/var(--tw-text-opacity,1))
}

.newSections .hover\:text-brand-orange-500:hover {
    --tw-text-opacity: 1;
    color: rgb(249 115 22/var(--tw-text-opacity,1))
}

.newSections .hover\:text-brand-orange-600:hover {
    --tw-text-opacity: 1;
    color: rgb(234 88 12/var(--tw-text-opacity,1))
}

.newSections .hover\:text-gray-300:hover {
    --tw-text-opacity: 1;
    color: rgb(209 213 219/var(--tw-text-opacity,1))
}

.newSections .hover\:text-navy-500:hover {
    --tw-text-opacity: 1;
    color: rgb(30 58 95/var(--tw-text-opacity,1))
}

.newSections .hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity,1))
}

.newSections .hover\:underline:hover {
    text-decoration-line: underline
}

.newSections .hover\:opacity-90:hover {
    opacity: .9
}

.newSections .hover\:shadow-2xl:hover {
    --tw-shadow: 0 25px 50px -12px rgba(0,0,0,.25);
    --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color)
}

.newSections .hover\:shadow-2xl:hover,.hover\:shadow-lg:hover {
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.newSections .hover\:shadow-lg:hover {
    --tw-shadow: 0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)
}

.newSections .hover\:shadow-md:hover {
    --tw-shadow: 0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color)
}

.newSections .hover\:shadow-md:hover,.hover\:shadow-xl:hover {
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.newSections .hover\:shadow-xl:hover {
    --tw-shadow: 0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color),0 8px 10px -6px var(--tw-shadow-color)
}

.hover\:shadow-brand-orange-500\/20:hover {
    --tw-shadow-color: rgba(249,115,22,.2);
    --tw-shadow: var(--tw-shadow-colored)
}

.hover\:shadow-brand-orange-500\/30:hover {
    --tw-shadow-color: rgba(249,115,22,.3);
    --tw-shadow: var(--tw-shadow-colored)
}

.hover\:shadow-brand-orange-500\/5:hover {
    --tw-shadow-color: rgba(249,115,22,.05);
    --tw-shadow: var(--tw-shadow-colored)
}

.hover\:shadow-green-600\/30:hover {
    --tw-shadow-color: rgba(22,163,74,.3);
    --tw-shadow: var(--tw-shadow-colored)
}

.newSections .focus\:border-brand-orange-400:focus {
    --tw-border-opacity: 1;
    border-color: rgb(251 146 60/var(--tw-border-opacity,1))
}

.newSections .focus\:bg-white:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity,1))
}

.newSections .focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px
}

.newSections .focus\:ring-2:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)
}

.newSections .focus\:ring-amber-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(245 158 11/var(--tw-ring-opacity,1))
}

.newSections .focus\:ring-blue-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(59 130 246/var(--tw-ring-opacity,1))
}

.focus\:ring-brand-orange-400\/50:focus {
    --tw-ring-color: rgba(251,146,60,.5)
}

.newSections .focus\:ring-brand-orange-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(249 115 22/var(--tw-ring-opacity,1))
}

.newSections .group:hover .group-hover\:-translate-x-1 {
    --tw-translate-x: -0.25rem
}

.newSections .group:hover .group-hover\:-translate-x-1,.group:hover .group-hover\:translate-x-0 {
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.newSections .group:hover .group-hover\:translate-x-0 {
    --tw-translate-x: 0px
}

.newSections .group:hover .group-hover\:translate-y-0 {
    --tw-translate-y: 0px
}

.newSections .group:hover .group-hover\:scale-105,.group:hover .group-hover\:translate-y-0 {
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.newSections .group:hover .group-hover\:scale-105 {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05
}

.newSections .group:hover .group-hover\:scale-110 {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

@keyframes bounce {
    0%,to {
        transform: translateY(-25%);
        animation-timing-function: cubic-bezier(.8,0,1,1)
    }

    50% {
        transform: none;
        animation-timing-function: cubic-bezier(0,0,.2,1)
    }
}

.newSections .group:hover .group-hover\:animate-bounce {
    animation: bounce 1s infinite
}

@keyframes pulse {
    50% {
        opacity: .5
    }
}

.newSections .group:hover .group-hover\:animate-pulse {
    animation: pulse 2s cubic-bezier(.4,0,.6,1) infinite
}

.group:hover .group-hover\:bg-black\/40 {
    background-color: rgba(0,0,0,.4)
}

.newSections .group:hover .group-hover\:bg-blue-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(239 246 255/var(--tw-bg-opacity,1))
}

.newSections .group:hover .group-hover\:bg-brand-orange-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(255 247 237/var(--tw-bg-opacity,1))
}

.newSections .group:hover .group-hover\:bg-brand-orange-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(249 115 22/var(--tw-bg-opacity,1))
}

.group:hover .group-hover\:bg-brand-orange-500\/20 {
    background-color: rgba(249,115,22,.2)
}

.newSections .group:hover .group-hover\:bg-green-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(34 197 94/var(--tw-bg-opacity,1))
}

.newSections .group:hover .group-hover\:bg-navy-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(30 58 95/var(--tw-bg-opacity,1))
}

.newSections .group:hover .group-hover\:bg-purple-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(168 85 247/var(--tw-bg-opacity,1))
}

.newSections .group:hover .group-hover\:bg-red-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(185 28 28/var(--tw-bg-opacity,1))
}

.group:hover .group-hover\:from-brand-orange-500\/5 {
    --tw-gradient-from: rgba(249,115,22,.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(249,115,22,0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.newSections .group:hover .group-hover\:to-transparent {
    --tw-gradient-to: transparent var(--tw-gradient-to-position)
}

.newSections .group:hover .group-hover\:text-blue-600 {
    --tw-text-opacity: 1;
    color: rgb(37 99 235/var(--tw-text-opacity,1))
}

.newSections .group:hover .group-hover\:text-blue-700 {
    --tw-text-opacity: 1;
    color: rgb(29 78 216/var(--tw-text-opacity,1))
}

.newSections .group:hover .group-hover\:text-brand-orange-300 {
    --tw-text-opacity: 1;
    color: rgb(253 186 116/var(--tw-text-opacity,1))
}

.newSections .group:hover .group-hover\:text-brand-orange-400 {
    --tw-text-opacity: 1;
    color: rgb(251 146 60/var(--tw-text-opacity,1))
}

.newSections .group:hover .group-hover\:text-brand-orange-500 {
    --tw-text-opacity: 1;
    color: rgb(249 115 22/var(--tw-text-opacity,1))
}

.newSections .group:hover .group-hover\:text-brand-orange-600 {
    --tw-text-opacity: 1;
    color: rgb(234 88 12/var(--tw-text-opacity,1))
}

.newSections .group:hover .group-hover\:text-brand-orange-700 {
    --tw-text-opacity: 1;
    color: rgb(194 65 12/var(--tw-text-opacity,1))
}

.newSections .group:hover .group-hover\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgb(156 163 175/var(--tw-text-opacity,1))
}

.newSections .group:hover .group-hover\:text-navy-500 {
    --tw-text-opacity: 1;
    color: rgb(30 58 95/var(--tw-text-opacity,1))
}

.newSections .group:hover .group-hover\:text-navy-600 {
    --tw-text-opacity: 1;
    color: rgb(24 46 76/var(--tw-text-opacity,1))
}

.newSections .group:hover .group-hover\:text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity,1))
}

.newSections .group:hover .group-hover\:opacity-100 {
    opacity: 1
}

.prose-headings\:font-bold :is(:where(h1,h2,h3,h4,h5,h6,th):not(:where([class~=not-prose],[class~=not-prose] *))) {
    font-weight: 700
}

.prose-headings\:text-slate-900 :is(:where(h1,h2,h3,h4,h5,h6,th):not(:where([class~=not-prose],[class~=not-prose] *))) {
    --tw-text-opacity: 1;
    color: rgb(15 23 42/var(--tw-text-opacity,1))
}

.prose-p\:leading-loose :is(:where(p):not(:where([class~=not-prose],[class~=not-prose] *))) {
    line-height: 2
}

.prose-p\:text-gray-600 :is(:where(p):not(:where([class~=not-prose],[class~=not-prose] *))) {
    --tw-text-opacity: 1;
    color: rgb(75 85 99/var(--tw-text-opacity,1))
}

.prose-a\:text-blue-600 :is(:where(a):not(:where([class~=not-prose],[class~=not-prose] *))) {
    --tw-text-opacity: 1;
    color: rgb(37 99 235/var(--tw-text-opacity,1))
}

.prose-img\:rounded-2xl :is(:where(img):not(:where([class~=not-prose],[class~=not-prose] *))) {
    border-radius: 1rem
}

@media (min-width: 640px) {
    .newSections .sm\:block {
        display:block
    }

    .newSections .sm\:h-96 {
        height: 24rem
    }

    .newSections .sm\:w-96 {
        width: 24rem
    }

    .newSections .sm\:grid-cols-2 {
        grid-template-columns: repeat(2,minmax(0,1fr))
    }

    .newSections .sm\:flex-row {
        flex-direction: row
    }

    .newSections .sm\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }

    .newSections .sm\:text-4xl {
        font-size: 2.25rem;
        line-height: 2.5rem
    }

    .newSections .sm\:text-5xl {
        font-size: 3rem;
        line-height: 1
    }
}

@media (min-width: 768px) {
    .newSections .md\:block {
        display:block
    }

    .newSections .md\:grid {
        display: grid
    }

    .newSections .md\:hidden {
        display: none
    }

    .newSections .md\:h-auto {
        height: auto
    }

    .md\:w-2\/5 {
        width: 40%
    }

    .md\:w-3\/5 {
        width: 60%
    }

    .newSections .md\:w-96 {
        width: 24rem
    }

    .newSections .md\:grid-cols-2 {
        grid-template-columns: repeat(2,minmax(0,1fr))
    }

    .newSections .md\:grid-cols-3 {
        grid-template-columns: repeat(3,minmax(0,1fr))
    }

    .newSections .md\:grid-cols-4 {
        grid-template-columns: repeat(4,minmax(0,1fr))
    }

    .newSections .md\:flex-row {
        flex-direction: row
    }

    .newSections .md\:justify-start {
        justify-content: flex-start
    }

    .newSections .md\:justify-end {
        justify-content: flex-end
    }

    .newSections .md\:gap-x-8 {
        column-gap: 2rem
    }

    .newSections .md\:gap-y-10 {
        row-gap: 2.5rem
    }

    .newSections .md\:space-y-0>:not([hidden])~:not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0px * var(--tw-space-y-reverse))
    }

    .newSections .md\:p-10 {
        padding: 2.5rem
    }

    .newSections .md\:p-12 {
        padding: 3rem
    }

    .newSections .md\:text-right {
        text-align: right
    }

    .newSections .md\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem
    }

    .newSections .md\:text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem
    }

    .newSections .md\:text-4xl {
        font-size: 2.25rem;
        line-height: 2.5rem
    }

    .newSections .md\:text-5xl {
        font-size: 3rem;
        line-height: 1
    }

    .newSections .md\:text-6xl {
        font-size: 3.75rem;
        line-height: 1
    }

    .newSections .md\:text-base {
        font-size: 1rem;
        line-height: 1.5rem
    }

    .newSections .md\:text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem
    }
}

@media (min-width: 1024px) {
    .newSections .lg\:order-1 {
        order:1
    }

    .newSections .lg\:order-2 {
        order: 2
    }

    .newSections .lg\:col-span-1 {
        grid-column: span 1/span 1
    }

    .newSections .lg\:col-span-2 {
        grid-column: span 2/span 2
    }

    .newSections .lg\:col-span-5 {
        grid-column: span 5/span 5
    }

    .newSections .lg\:col-span-7 {
        grid-column: span 7/span 7
    }

    .newSections .lg\:mx-auto {
        margin-left: auto;
        margin-right: auto
    }

    .newSections .lg\:block {
        display: block
    }

    .newSections .lg\:h-\[550px\] {
        height: 550px
    }

    .newSections .lg\:h-\[600px\] {
        height: 600px
    }

    .lg\:w-1\/3 {
        width: 33.333333%
    }

    .lg\:w-2\/3 {
        width: 66.666667%
    }

    .newSections .lg\:scale-105 {
        --tw-scale-x: 1.05;
        --tw-scale-y: 1.05;
        transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
    }

    .newSections .lg\:grid-cols-12 {
        grid-template-columns: repeat(12,minmax(0,1fr))
    }

    .newSections .lg\:grid-cols-2 {
        grid-template-columns: repeat(2,minmax(0,1fr))
    }

    .newSections .lg\:grid-cols-3 {
        grid-template-columns: repeat(3,minmax(0,1fr))
    }

    .newSections .lg\:grid-cols-4 {
        grid-template-columns: repeat(4,minmax(0,1fr))
    }

    .newSections .lg\:grid-cols-5 {
        grid-template-columns: repeat(5,minmax(0,1fr))
    }

    .newSections .lg\:grid-cols-6 {
        grid-template-columns: repeat(6,minmax(0,1fr))
    }

    .newSections .lg\:flex-row {
        flex-direction: row
    }

    .newSections .lg\:flex-row-reverse {
        flex-direction: row-reverse
    }

    .newSections .lg\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem
    }

    .newSections .lg\:py-28 {
        padding-top: 7rem;
        padding-bottom: 7rem
    }

    .newSections .lg\:py-32 {
        padding-top: 8rem;
        padding-bottom: 8rem
    }

    .newSections .lg\:text-center {
        text-align: center
    }

    .newSections .lg\:text-4xl {
        font-size: 2.25rem;
        line-height: 2.5rem
    }

    .newSections .lg\:text-5xl {
        font-size: 3rem;
        line-height: 1
    }

    .newSections .lg\:text-6xl {
        font-size: 3.75rem;
        line-height: 1
    }
}

@media (min-width: 1280px) {
    .newSections .xl\:grid-cols-4 {
        grid-template-columns:repeat(4,minmax(0,1fr))
    }

    .newSections .xl\:text-7xl {
        font-size: 4.5rem;
        line-height: 1
    }
}

.rtl\:rotate-180:where([dir=rtl],[dir=rtl] *) {
    --tw-rotate: 180deg;
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.rtl\:space-x-reverse:where([dir=rtl],[dir=rtl] *)>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 1
}






section.py-20.bg-gradient-to-br.from-navy-500.to-navy-600.text-white {
    background: #182e4c;
}