.silktide-logo{display:none!important}#silktide-wrapper{--focus:0 0 0 2px #fff,0 0 0 4px #000,0 0 0 6px #fff;--boxShadow:-5px 5px 10px 0px #00000012,0px 0px 50px 0px #0000001a;--fontFamily:Helvetica Neue,Segoe UI,Arial,sans-serif;--primaryColor:#122430;--backgroundColor:#fff;--textColor:#122430;--backdropBackgroundColor:#0003;--backdropBackgroundBlur:0px;--cookieIconColor:#122430;--cookieIconBackgroundColor:#fff;z-index:99999;pointer-events:none;border:0;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;bottom:0;right:0}#silktide-backdrop-global{pointer-events:auto;border:0;width:100%;height:100%;display:none;position:fixed;top:0;left:0}#silktide-wrapper a{all:unset;color:var(--primaryColor);text-decoration:underline;display:inline-block}#silktide-wrapper a:hover{cursor:pointer;color:var(--textColor)}#silktide-wrapper a:focus,#silktide-wrapper #silktide-banner button:focus,#silktide-wrapper #silktide-modal button:focus,#silktide-wrapper #silktide-cookie-icon:focus{box-shadow:var(--focus);border-radius:5px;outline:none}#silktide-wrapper #silktide-cookie-icon:focus{border-radius:50%}#silktide-wrapper .st-button{color:var(--backgroundColor);background-color:var(--primaryColor);border:2px solid var(--primaryColor);text-align:center;cursor:pointer;border-radius:5px;padding:10px 20px;font-size:16px;line-height:24px;text-decoration:none;display:inline-block}#silktide-wrapper .st-button--primary:hover,#silktide-wrapper .st-button--secondary{background-color:var(--backgroundColor);color:var(--primaryColor)}#silktide-wrapper .st-button--secondary:hover{background-color:var(--primaryColor);color:var(--backgroundColor)}#silktide-banner{font-family:var(--fontFamily);color:var(--textColor);background-color:var(--backgroundColor);box-sizing:border-box;pointer-events:auto;opacity:0;border:0;border-radius:5px;width:600px;max-width:calc(100% - 32px);max-height:calc(100vh - 32px);padding:32px;animation:.35s ease-out .3s forwards silktide-slideInDown;position:fixed;bottom:16px;right:16px;overflow:auto;transform:translateY(-20px);box-shadow:-5px 5px 10px #00000012,0 0 50px #0000001a}#silktide-banner:focus{border-radius:50%}#silktide-banner.center{animation:.35s ease-out forwards silktide-slideInDown-center;position:fixed;inset:50% auto auto 50%;transform:translate(-50%,calc(-50% - 20px))}#silktide-banner.bottomLeft{position:fixed;bottom:16px;left:16px}#silktide-banner.bottomCenter{animation:.35s ease-out forwards silktide-slideInDown-bottomCenter;position:fixed;bottom:16px;left:50%;transform:translate(-50%,-20px)}#silktide-banner .preferences{color:var(--primaryColor);cursor:pointer;background-color:#0000;border:none;gap:5px;padding:15px 0;font-size:16px;display:flex}#silktide-banner .preferences span{white-space:nowrap;text-decoration:underline;display:block}#silktide-banner .preferences span:hover{color:var(--textColor)}#silktide-banner .preferences:after{content:">";text-decoration:none;display:block}#silktide-banner p{margin:0 0 15px;font-size:16px;line-height:24px}#silktide-banner a{color:var(--primaryColor);background-color:var(--backgroundColor);text-decoration:underline;display:inline-block}#silktide-banner a:hover{color:var(--textColor)}#silktide-banner a.silktide-logo{fill:var(--primaryColor);justify-content:center;align-items:center;width:48px;height:48px;margin-left:auto;display:flex}#silktide-banner .actions{flex-direction:column;gap:16px;margin-top:24px;display:flex}@media (min-width:600px){#silktide-banner .actions{flex-direction:row;align-items:center}}#silktide-banner .actions-row{flex-direction:row;flex-grow:1;justify-content:space-between;align-items:center;gap:16px;display:flex}#silktide-modal{pointer-events:auto;opacity:0;width:800px;max-width:100%;max-height:100%;font-family:var(--fontFamily);color:var(--textColor);background-color:var(--backgroundColor);box-sizing:border-box;border:0;border-radius:5px;flex-direction:column;padding:30px;animation:.35s ease-out forwards silktide-slideInUp-center;display:none;overflow:auto;transform:translateY(-20px);box-shadow:-5px 5px 10px #00000012,0 0 50px #0000001a}#silktide-modal header{justify-content:space-between;align-items:center;gap:16px;margin-bottom:20px;display:flex}#silktide-modal h1{font-family:var(--fontFamily);color:var(--textColor);margin:0;font-size:24px;font-weight:500}#silktide-modal .modal-close{cursor:pointer;background:var(--backgroundColor);color:var(--primaryColor);border:0;padding:13px;display:inline-flex}#silktide-modal .modal-close svg{fill:var(--primaryColor)}#silktide-modal section{flex:1;margin-top:32px}#silktide-modal section::-webkit-scrollbar{width:5px;display:block}#silktide-modal section::-webkit-scrollbar-thumb{background-color:var(--textColor);border-radius:10px}#silktide-modal p{color:var(--textColor);margin:0 0 15px;font-size:16px;line-height:24px}#silktide-modal p:last-of-type{margin:0}#silktide-modal fieldset{border:none;margin:0 0 32px;padding:0}#silktide-modal fieldset:last-of-type{margin:0}#silktide-modal legend{color:var(--textColor);margin:0 0 10px;padding:0;font-size:16px;font-weight:700}#silktide-modal .cookie-type-content{justify-content:space-between;align-items:flex-start;gap:24px;display:flex}#silktide-modal .switch{cursor:pointer;flex-shrink:0;width:74px;height:34px;display:inline-block;position:relative}#silktide-modal .switch:focus-within{box-shadow:var(--focus);border-radius:25px;outline:none}#silktide-modal .switch input{opacity:0;position:absolute}#silktide-modal .switch__pill{background:var(--textColor);border-radius:25px;width:74px;height:34px;display:block;position:relative}#silktide-modal .switch__dot{background:var(--backgroundColor);border-radius:50%;width:30px;height:30px;transition:left .15s ease-out;display:block;position:absolute;top:2px;left:2px}#silktide-modal .switch__off,#silktide-modal .switch__on{text-transform:uppercase;color:var(--backgroundColor);font-size:15px;font-weight:500;transition:right .15s ease-out,opacity .15s ease-out;position:absolute;top:7px;right:8px}#silktide-modal .switch__off{opacity:1}#silktide-modal .switch__on{opacity:0}#silktide-modal .switch input:checked+.switch__pill{background:var(--primaryColor)}#silktide-modal .switch input:checked~.switch__dot{left:calc(100% - 32px)}#silktide-modal .switch input:checked~.switch__off{opacity:0;right:calc(100% - 32px)}#silktide-modal .switch input:checked~.switch__on{opacity:1;right:calc(100% - 34px)}#silktide-modal .switch input:disabled+.switch__pill{opacity:.65;cursor:not-allowed}#silktide-modal footer{flex-direction:column;gap:16px;margin-top:24px;display:flex}@media (min-width:600px){#silktide-modal footer{flex-direction:row;align-items:center}}#silktide-modal footer a{margin-left:auto;padding:14px 0}#silktide-cookie-icon{background-color:var(--cookieIconColor);cursor:pointer;pointer-events:auto;border:none;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;padding:0;animation:.3s ease-in-out forwards silktide-fadeIn;display:none;position:fixed;bottom:10px;left:10px;box-shadow:0 0 6px #0000001a}#silktide-cookie-icon.bottomRight{left:auto;right:10px}#silktide-cookie-icon svg{fill:var(--cookieIconBackgroundColor)}#silktide-backdrop{background-color:var(--backdropBackgroundColor);width:100%;height:100%;-webkit-backdrop-filter:blur(var(--backdropBackgroundBlur));backdrop-filter:blur(var(--backdropBackgroundBlur));pointer-events:all;display:none;position:absolute;top:0;left:0}@keyframes silktide-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes silktide-slideInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes silktide-slideInDown-center{0%{opacity:0;transform:translate(-50%,calc(-50% - 20px))}to{opacity:1;transform:translate(-50%,-50%)}}@keyframes silktide-slideInDown-bottomCenter{0%{opacity:0;transform:translate(-50%,-20px)}to{opacity:1;transform:translate(-50%)}}@keyframes silktide-slideInUp-center{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translate(0)}}
@tailwind base;@tailwind components;@tailwind utilities;*,:before,:after,::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#3b82f680;--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border:0 solid #e5e7eb}:before,:after{--tw-content:""}html,:host{-webkit-text-size-adjust:100%;tab-size:4;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent;font-family:synthese,Times New Roman,serif;line-height:1.5}body{line-height:inherit;margin:0}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-feature-settings:normal;font-variation-settings:normal;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-feature-settings:inherit;font-variation-settings:inherit;font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:#0000;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{margin:0;padding:0;list-style:none}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder{opacity:1;color:#9ca3af}textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}:root{--background:#f3f4f5;--black:#000;--navy:#122430;--white:#fff;--lilac:#ceb6d7;--blue:#afdfe8;--green:#d2dd27;--orange:#f05c2c;--purple:#4b59a6;--raw-navy:18,36,48;--raw-white:255,255,255;--raw-lilac:206,182,215;--raw-blue:175,223,232;--raw-green:210,221,39;--raw-orange:240,92,44;--raw-purple:75,89,166;--font-sans:"synthese",ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;--font-serif:"grad",ui-serif,Georgia,Cambria,"Times New Roman",Times,serif}input,button{font-family:synthese,Times New Roman,serif}body{background:var(--background)}.container{width:100%}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.pointer-events-none{pointer-events:none}.visible{visibility:visible}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{inset:0}.inset-x-4{left:1rem;right:1rem}.bottom-0{bottom:0}.left-0{left:0}.left-4{left:1rem}.right-0{right:0}.right-4{right:1rem}.top-0{top:0}.top-1\/2{top:50%}.top-4{top:1rem}.top-\[150px\]{top:150px}.z-10{z-index:10}.z-40{z-index:40}.z-50{z-index:50}.m-0{margin:0}.m-auto{margin:auto}.mx-auto{margin-left:auto;margin-right:auto}.my-4{margin-top:1rem;margin-bottom:1rem}.my-8{margin-top:2rem;margin-bottom:2rem}.-ml-6{margin-left:-1.5rem}.-mr-6{margin-right:-1.5rem}.mb-1{margin-bottom:.25rem}.mb-12{margin-bottom:3rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.ml-1{margin-left:.25rem}.ml-2{margin-left:.5rem}.ml-3{margin-left:.75rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mt-auto{margin-top:auto}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.contents{display:contents}.hidden{display:none}.aspect-\[16\/9\]{aspect-ratio:16/9}.aspect-square{aspect-ratio:1}.size-4{width:1rem;height:1rem}.h-0{height:0}.h-10{height:2.5rem}.h-11{height:2.75rem}.h-12{height:3rem}.h-4{height:1rem}.h-44{height:11rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-7{height:1.75rem}.h-9{height:2.25rem}.h-\[calc\(100\%-1px\)\]{height:calc(100% - 1px)}.h-auto{height:auto}.h-full{height:100%}.max-h-\[90vh\]{max-height:90vh}.min-h-\[420px\]{min-height:420px}.min-h-screen{min-height:100vh}.\!w-auto{width:auto!important}.w-1\/2{width:50%}.w-10{width:2.5rem}.w-2\/3{width:66.6667%}.w-28{width:7rem}.w-3\/4{width:75%}.w-3\/5{width:60%}.w-3\/6{width:50%}.w-32{width:8rem}.w-36{width:9rem}.w-4\/5{width:80%}.w-4\/6{width:66.6667%}.w-40{width:10rem}.w-48{width:12rem}.w-5\/6{width:83.3333%}.w-56{width:14rem}.w-6{width:1.5rem}.w-\[140px\]{width:140px}.w-\[150\%\]{width:150%}.w-\[300px\]{width:300px}.w-\[350px\]{width:350px}.w-fit{width:fit-content}.w-full{width:100%}.min-w-\[120px\]{min-width:120px}.min-w-\[180px\]{min-width:180px}.min-w-\[240px\]{min-width:240px}.min-w-full{min-width:100%}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}.max-w-\[1194px\]{max-width:1194px}.max-w-\[1200px\]{max-width:1200px}.max-w-\[1600px\]{max-width:1600px}.max-w-\[520px\]{max-width:520px}.max-w-\[580px\]{max-width:580px}.max-w-\[800px\]{max-width:800px}.max-w-\[900px\]{max-width:900px}.max-w-\[960px\]{max-width:960px}.max-w-md{max-width:28rem}.max-w-xl{max-width:36rem}.flex-1{flex:1}.flex-shrink-0,.shrink-0{flex-shrink:0}.flex-grow{flex-grow:1}.caption-bottom{caption-side:bottom}.-translate-y-1\/2{--tw-translate-y:-50%;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 pulse{50%{opacity:.5}}.animate-pulse{animation:2s cubic-bezier(.4,0,.6,1) infinite pulse}.resize{resize:both}.list-none{list-style-type:none}.appearance-none{appearance:none}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.\!justify-start{justify-content:flex-start!important}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-0{gap:0}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-x-6{-moz-column-gap:1.5rem;column-gap:1.5rem}.gap-y-2{row-gap:.5rem}.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))}.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))}.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))}.space-y-5>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1.25rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.25rem*var(--tw-space-y-reverse))}.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))}.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))}.divide-\[\#E2E8F0\]>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(226 232 240/var(--tw-divide-opacity,1))}.divide-gray-200>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(229 231 235/var(--tw-divide-opacity,1))}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.whitespace-normal{white-space:normal}.whitespace-nowrap{white-space:nowrap}.text-balance{text-wrap:balance}.rounded{border-radius:.25rem}.rounded-\[1px\]{border-radius:1px}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-none{border-radius:0}.rounded-sm{border-radius:.125rem}.rounded-xl{border-radius:.75rem}.rounded-b-sm{border-bottom-right-radius:.125rem;border-bottom-left-radius:.125rem}.rounded-t-sm{border-top-left-radius:.125rem;border-top-right-radius:.125rem}.border{border-width:1px}.border-\[0\.5px\]{border-width:.5px}.border-b{border-bottom-width:1px}.border-l-4{border-left-width:4px}.border-t{border-top-width:1px}.border-\[\#501AB1\]{--tw-border-opacity:1;border-color:rgb(80 26 177/var(--tw-border-opacity,1))}.border-\[\#E2E8F0\]{--tw-border-opacity:1;border-color:rgb(226 232 240/var(--tw-border-opacity,1))}.border-\[rgba\(var\(--raw-navy\)\,0\.1\)\]{border-color:rgba(var(--raw-navy),.1)}.border-amber-200{--tw-border-opacity:1;border-color:rgb(253 230 138/var(--tw-border-opacity,1))}.border-black{--tw-border-opacity:1;border-color:rgb(0 0 0/var(--tw-border-opacity,1))}.border-black\/10{border-color:#0000001a}.border-gray-200{--tw-border-opacity:1;border-color:rgb(229 231 235/var(--tw-border-opacity,1))}.border-gray-300{--tw-border-opacity:1;border-color:rgb(209 213 219/var(--tw-border-opacity,1))}.border-green-200{--tw-border-opacity:1;border-color:rgb(187 247 208/var(--tw-border-opacity,1))}.border-green-500{--tw-border-opacity:1;border-color:rgb(34 197 94/var(--tw-border-opacity,1))}.border-orange-500{--tw-border-opacity:1;border-color:rgb(249 115 22/var(--tw-border-opacity,1))}.border-red-500{--tw-border-opacity:1;border-color:rgb(239 68 68/var(--tw-border-opacity,1))}.border-slate-100{--tw-border-opacity:1;border-color:rgb(241 245 249/var(--tw-border-opacity,1))}.border-transparent{border-color:#0000}.border-white\/10{border-color:#ffffff1a}.border-yellow-500{--tw-border-opacity:1;border-color:rgb(234 179 8/var(--tw-border-opacity,1))}.border-t-white\/10{border-top-color:#ffffff1a}.bg-\[\#0F1E27\]{--tw-bg-opacity:1;background-color:rgb(15 30 39/var(--tw-bg-opacity,1))}.bg-\[\#D1D5DB\]{--tw-bg-opacity:1;background-color:rgb(209 213 219/var(--tw-bg-opacity,1))}.bg-\[\#E5E7EB\]{--tw-bg-opacity:1;background-color:rgb(229 231 235/var(--tw-bg-opacity,1))}.bg-\[\#F1F5F9\]{--tw-bg-opacity:1;background-color:rgb(241 245 249/var(--tw-bg-opacity,1))}.bg-\[\#F8FAFC\]{--tw-bg-opacity:1;background-color:rgb(248 250 252/var(--tw-bg-opacity,1))}.bg-\[rgba\(var\(--raw-lilac\)\,0\.2\)\]{background-color:rgba(var(--raw-lilac),.2)}.bg-amber-50{--tw-bg-opacity:1;background-color:rgb(255 251 235/var(--tw-bg-opacity,1))}.bg-amber-600{--tw-bg-opacity:1;background-color:rgb(217 119 6/var(--tw-bg-opacity,1))}.bg-black\/10{background-color:#0000001a}.bg-black\/20{background-color:#0003}.bg-black\/50{background-color:#00000080}.bg-blue-600{--tw-bg-opacity:1;background-color:rgb(37 99 235/var(--tw-bg-opacity,1))}.bg-gray-100{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity,1))}.bg-gray-50{--tw-bg-opacity:1;background-color:rgb(249 250 251/var(--tw-bg-opacity,1))}.bg-green-100{--tw-bg-opacity:1;background-color:rgb(220 252 231/var(--tw-bg-opacity,1))}.bg-green-50{--tw-bg-opacity:1;background-color:rgb(240 253 244/var(--tw-bg-opacity,1))}.bg-green-600{--tw-bg-opacity:1;background-color:rgb(22 163 74/var(--tw-bg-opacity,1))}.bg-orange-50{--tw-bg-opacity:1;background-color:rgb(255 247 237/var(--tw-bg-opacity,1))}.bg-red-50{--tw-bg-opacity:1;background-color:rgb(254 242 242/var(--tw-bg-opacity,1))}.bg-slate-200{--tw-bg-opacity:1;background-color:rgb(226 232 240/var(--tw-bg-opacity,1))}.bg-slate-300{--tw-bg-opacity:1;background-color:rgb(203 213 225/var(--tw-bg-opacity,1))}.bg-transparent{background-color:#0000}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.bg-yellow-100{--tw-bg-opacity:1;background-color:rgb(254 249 195/var(--tw-bg-opacity,1))}.bg-yellow-50{--tw-bg-opacity:1;background-color:rgb(254 252 232/var(--tw-bg-opacity,1))}.object-cover{-o-object-fit:cover;object-fit:cover}.p-0{padding:0}.p-2{padding:.5rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.p-\[1\.5rem\]{padding:1.5rem}.p-\[3px\]{padding:3px}.px-2{padding-left:.5rem;padding-right:.5rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-8{padding-top:2rem;padding-bottom:2rem}.pb-3{padding-bottom:.75rem}.pb-6{padding-bottom:1.5rem}.pb-\[56\.25\%\]{padding-bottom:56.25%}.pt-11{padding-top:2.75rem}.pt-12{padding-top:3rem}.pt-2{padding-top:.5rem}.pt-3{padding-top:.75rem}.pt-6{padding-top:1.5rem}.pt-\[56\.25\%\]{padding-top:56.25%}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.align-middle{vertical-align:middle}.font-sans{font-family:synthese,Times New Roman,serif}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-\[16px\]{font-size:16px}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-black{font-weight:900}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.leading-\[11px\]{line-height:11px}.leading-none{line-height:1}.leading-normal{line-height:1.5}.tracking-tight{letter-spacing:-.025em}.tracking-tighter{letter-spacing:-.05em}.tracking-wider{letter-spacing:.05em}.\!text-\[\#0F1E27\]{--tw-text-opacity:1!important;color:rgb(15 30 39/var(--tw-text-opacity,1))!important}.text-\[\#0F1E27\]{--tw-text-opacity:1;color:rgb(15 30 39/var(--tw-text-opacity,1))}.text-\[\#0F3D91\]{--tw-text-opacity:1;color:rgb(15 61 145/var(--tw-text-opacity,1))}.text-\[\#64748B\]{--tw-text-opacity:1;color:rgb(100 116 139/var(--tw-text-opacity,1))}.text-\[rgba\(var\(--raw-navy\)\,0\.7\)\]{color:rgba(var(--raw-navy),.7)}.text-\[var\(--navy\)\]{color:var(--navy)}.text-amber-900{--tw-text-opacity:1;color:rgb(120 53 15/var(--tw-text-opacity,1))}.text-black{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity,1))}.text-gray-400{--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity,1))}.text-gray-500{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity,1))}.text-gray-600{--tw-text-opacity:1;color:rgb(75 85 99/var(--tw-text-opacity,1))}.text-gray-700{--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity,1))}.text-gray-900{--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity,1))}.text-green-500{--tw-text-opacity:1;color:rgb(34 197 94/var(--tw-text-opacity,1))}.text-green-600{--tw-text-opacity:1;color:rgb(22 163 74/var(--tw-text-opacity,1))}.text-green-700{--tw-text-opacity:1;color:rgb(21 128 61/var(--tw-text-opacity,1))}.text-green-800{--tw-text-opacity:1;color:rgb(22 101 52/var(--tw-text-opacity,1))}.text-green-900{--tw-text-opacity:1;color:rgb(20 83 45/var(--tw-text-opacity,1))}.text-orange-500{--tw-text-opacity:1;color:rgb(249 115 22/var(--tw-text-opacity,1))}.text-red-500{--tw-text-opacity:1;color:rgb(239 68 68/var(--tw-text-opacity,1))}.text-red-600{--tw-text-opacity:1;color:rgb(220 38 38/var(--tw-text-opacity,1))}.text-red-700{--tw-text-opacity:1;color:rgb(185 28 28/var(--tw-text-opacity,1))}.text-transparent{color:#0000}.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.text-white\/65{color:#ffffffa6}.text-white\/80{color:#fffc}.text-yellow-500{--tw-text-opacity:1;color:rgb(234 179 8/var(--tw-text-opacity,1))}.text-yellow-700{--tw-text-opacity:1;color:rgb(161 98 7/var(--tw-text-opacity,1))}.text-yellow-800{--tw-text-opacity:1;color:rgb(133 77 14/var(--tw-text-opacity,1))}.text-yellow-900{--tw-text-opacity:1;color:rgb(113 63 18/var(--tw-text-opacity,1))}.underline{text-decoration-line:underline}.line-through{text-decoration-line:line-through}.decoration-2{text-decoration-thickness:2px}.underline-offset-4{text-underline-offset:4px}.opacity-30{opacity:.3}.opacity-5{opacity:.05}.opacity-50{opacity:.5}.opacity-70{opacity:.7}.opacity-80{opacity:.8}.shadow{--tw-shadow:0 1px 3px 0 #0000001a,0 1px 2px -1px #0000001a;--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow:0 1px 2px 0 #0000000d;--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-xl{--tw-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;--tw-shadow-colored:0 20px 25px -5px var(--tw-shadow-color),0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.outline-none{outline-offset:2px;outline:2px solid #0000}.outline{outline-style:solid}.ring-2{--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)}.ring-\[var\(--purple\)\]{--tw-ring-color:var(--purple)}.ring-offset-2{--tw-ring-offset-width:2px}.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)}.transition-\[color\,box-shadow\]{transition-property:color,box-shadow;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-all{transition-property:all;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}*{box-sizing:border-box}html,body{margin:0;padding:0;font-family:synthese,Times New Roman,serif}body{flex-direction:column;min-height:100dvh;display:flex}body main{flex:1}h1,.h1,h2,.h2,h3,.h3,h4,.h4{font-family:grad,Helvetica,Arial,sans-serif}h1,.h1{font-size:1.875rem;line-height:100%}@media (min-width:640px){h1,.h1{font-size:40px}}@media (min-width:1024px){h1,.h1{font-size:60px}}@media (min-width:1280px){h1,.h1{font-size:80px}}h2,.h2{font-size:32px;line-height:120%}@media (min-width:1280px){h2,.h2{font-size:42px}}h3,.h3{font-size:1.5rem;line-height:120%}@media (min-width:1280px){h3,.h3{font-size:1.875rem;line-height:2.25rem}}h4,.h4{font-size:1.5rem;line-height:120%}h5,.h5,h6,.h6{margin:0;padding:0;line-height:100%}h5,.h5{font-size:1.125rem;font-weight:400;line-height:120%}h6,.h6{text-transform:uppercase;font-size:.875rem;font-weight:700;line-height:120%}h1,.h1,h2,.h2,h3,.h3,h4,.h4{margin:0;padding:0;font-weight:400}.small-caps{text-transform:uppercase;letter-spacing:.1em;font-family:synthese,Times New Roman,serif;font-size:.75rem;line-height:1rem}.block-padding.bg-white+.block-padding.bg-white:not(.border-t),.block-padding.bg-purple+.block-padding.bg-purple:not(.border-t),.block-padding.bg-blue+.block-padding.bg-blue:not(.border-t),.block-padding.bg-navy+.block-padding.bg-navy:not(.border-t),.block-padding.bg-lilac-20+.block-padding.bg-lilac-20:not(.border-t),.block-padding.bg-lilac-50+.block-padding.bg-lilac-50:not(.border-t),.block-padding.bg-lilac+.block-padding.bg-lilac:not(.border-t),.block-padding.bg-default+.block-padding.bg-default:not(.border-t),.block-padding-half.bg-white+.block-padding.bg-white:not(.border-t),.block-padding-half.bg-purple+.block-padding.bg-purple:not(.border-t),.block-padding-half.bg-blue+.block-padding.bg-blue:not(.border-t),.block-padding-half.bg-navy+.block-padding.bg-navy:not(.border-t),.block-padding-half.bg-lilac-20+.block-padding.bg-lilac-20:not(.border-t),.block-padding-half.bg-lilac-50+.block-padding.bg-lilac-50:not(.border-t),.block-padding-half.bg-lilac+.block-padding.bg-lilac:not(.border-t),.block-padding-half.bg-default+.block-padding.bg-default:not(.border-t),.hero.bg-white+.block-padding.bg-white:not(.border-t),.hero.bg-purple+.block-padding.bg-purple:not(.border-t),.hero.bg-blue+.block-padding.bg-blue:not(.border-t),.hero.bg-navy+.block-padding.bg-navy:not(.border-t),.hero.bg-lilac-20+.block-padding.bg-lilac-20:not(.border-t),.hero.bg-lilac-50+.block-padding.bg-lilac-50:not(.border-t),.hero.bg-lilac+.block-padding.bg-lilac:not(.border-t),.hero.bg-default+.block-padding.bg-default:not(.border-t){padding-top:0}.block-padding p a,.block-padding ul a,.block-padding ol a,.block-padding-half p a,.block-padding-half ul a,.block-padding-half ol a,.hero p a,.hero ul a,.hero ol a{text-underline-offset:8px;text-decoration-line:underline;text-decoration-thickness:2px;transition-property:all;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.block-padding p a:hover,.block-padding ul a:hover,.block-padding ol a:hover,.block-padding-half p a:hover,.block-padding-half ul a:hover,.block-padding-half ol a:hover,.hero p a:hover,.hero ul a:hover,.hero ol a:hover{opacity:.6}.block-padding{padding-top:1.5rem;padding-bottom:1.5rem}@media (min-width:1024px){.block-padding{padding-top:4rem;padding-bottom:4rem}}.block-padding-half{padding-top:1rem;padding-bottom:1rem}@media (min-width:1024px){.block-padding-half{padding-top:2rem;padding-bottom:2rem}}.block-divider{background:var(--black);width:60px;height:2px;margin:auto auto 1rem}.accent svg{fill:currentColor}.text-colour-default{color:var(--background)!important}.text-colour-white{color:var(--white)!important}.text-colour-black{color:var(--black)!important}.text-colour-lilac-50{color:rgba(var(--raw-lilac),.5)!important}.text-colour-lilac-20{color:rgba(var(--raw-lilac),.2)!important}.text-colour-lilac{color:var(--lilac)!important}.text-colour-blue{color:var(--blue)!important}.text-colour-purple{color:var(--purple)!important}.text-colour-navy{color:var(--navy)!important}.text-colour-navy-75{color:rgba(var(--raw-navy),.75)!important}.text-colour-white-75{color:rgba(var(--raw-white),.75)!important}.bg-default{background:var(--background)}.bg-default.wing:after,.bg-default.wing:before{background:linear-gradient(to right,var(--background),transparent)}.bg-white{background:var(--white)}.bg-white.wing:after,.bg-white.wing:before{background:linear-gradient(to right,var(--white),transparent)}.bg-black{background:var(--black)!important}.bg-black.wing:after,.bg-black.wing:before{background:linear-gradient(to right,var(--black),transparent)}.bg-lilac-50{background:rgba(var(--raw-lilac),.5)}.bg-lilac-50.wing:after,.bg-lilac-50.wing:before{background:linear-gradient(to right,rgba(var(--raw-lilac),.5),transparent)}.bg-lilac-20{background:rgba(var(--raw-lilac),.2)}.bg-lilac-20.wing:after,.bg-lilac-20.wing:before{background:linear-gradient(to right,rgba(var(--raw-lilac),.2),transparent)}.bg-lilac{background:var(--lilac)}.bg-lilac.wing:after,.bg-lilac.wing:before{background:linear-gradient(to right,var(--lilac),transparent)}.bg-blue{background:var(--blue)}.bg-blue.wing:after,.bg-blue.wing:before{background:linear-gradient(to right,var(--blue),transparent)}.bg-purple{background:var(--purple)}.bg-purple.wing:after,.bg-purple.wing:before{background:linear-gradient(to right,var(--purple),transparent)}.bg-navy{background:var(--navy)}.bg-navy.wing:after,.bg-navy.wing:before{background:linear-gradient(to right,var(--navy),transparent)}.bg-grad-purple-purple{background:linear-gradient(45deg,#14242f 0%,#501ab1 50%,#5f15d4 100%)}.bg-grad-purple-purple-y{background:linear-gradient(#5f15d4 0%,#501ab1 50%,#14242f 100%)}.bg-grad-blue-green{background:linear-gradient(#a2ff3b 0%,#00a48c 50%,#003b9f 100%);position:relative}.bg-grad-blue-green:before{background:linear-gradient(246deg,#003b9f00 0%,#003b9f 100%)}.bg-grad-blue-teal{background:linear-gradient(#00a48c 0%,#003b9f 100%);position:relative}.bg-grad-blue-teal:before{background:linear-gradient(246deg,#003b9f00 0%,#003b9f 100%)}.bg-grad-purple-pink{background:linear-gradient(#ed1c8f 0%,#7a2a8f 50%,#0e2566 100%);position:relative}.bg-grad-purple-pink:before{background:linear-gradient(246deg,#4e1da700 0%,#4e1da7 100%)}.bg-navy,.bg-black,.bg-purple,.bg-grad-blue-green,.bg-grad-blue-teal,.bg-grad-purple-pink,.bg-grad-purple-purple,.bg-grad-purple-purple-y{color:var(--white)}.bg-navy p,.bg-navy ul,.bg-navy ol,.bg-navy figure,.bg-black p,.bg-black ul,.bg-black ol,.bg-black figure,.bg-purple p,.bg-purple ul,.bg-purple ol,.bg-purple figure,.bg-grad-blue-green p,.bg-grad-blue-green ul,.bg-grad-blue-green ol,.bg-grad-blue-green figure,.bg-grad-blue-teal p,.bg-grad-blue-teal ul,.bg-grad-blue-teal ol,.bg-grad-blue-teal figure,.bg-grad-purple-pink p,.bg-grad-purple-pink ul,.bg-grad-purple-pink ol,.bg-grad-purple-pink figure,.bg-grad-purple-purple p,.bg-grad-purple-purple ul,.bg-grad-purple-purple ol,.bg-grad-purple-purple figure,.bg-grad-purple-purple-y p,.bg-grad-purple-purple-y ul,.bg-grad-purple-purple-y ol,.bg-grad-purple-purple-y figure{color:rgba(var(--raw-white),.75)}.bg-navy p a,.bg-navy ul a,.bg-navy ol a,.bg-navy figure a,.bg-black p a,.bg-black ul a,.bg-black ol a,.bg-black figure a,.bg-purple p a,.bg-purple ul a,.bg-purple ol a,.bg-purple figure a,.bg-grad-blue-green p a,.bg-grad-blue-green ul a,.bg-grad-blue-green ol a,.bg-grad-blue-green figure a,.bg-grad-blue-teal p a,.bg-grad-blue-teal ul a,.bg-grad-blue-teal ol a,.bg-grad-blue-teal figure a,.bg-grad-purple-pink p a,.bg-grad-purple-pink ul a,.bg-grad-purple-pink ol a,.bg-grad-purple-pink figure a,.bg-grad-purple-purple p a,.bg-grad-purple-purple ul a,.bg-grad-purple-purple ol a,.bg-grad-purple-purple figure a,.bg-grad-purple-purple-y p a,.bg-grad-purple-purple-y ul a,.bg-grad-purple-purple-y ol a,.bg-grad-purple-purple-y figure a,.bg-navy p strong,.bg-navy p b,.bg-navy ul strong,.bg-navy ul b,.bg-navy ol strong,.bg-navy ol b,.bg-navy figure strong,.bg-navy figure b,.bg-black p strong,.bg-black p b,.bg-black ul strong,.bg-black ul b,.bg-black ol strong,.bg-black ol b,.bg-black figure strong,.bg-black figure b,.bg-purple p strong,.bg-purple p b,.bg-purple ul strong,.bg-purple ul b,.bg-purple ol strong,.bg-purple ol b,.bg-purple figure strong,.bg-purple figure b,.bg-grad-blue-green p strong,.bg-grad-blue-green p b,.bg-grad-blue-green ul strong,.bg-grad-blue-green ul b,.bg-grad-blue-green ol strong,.bg-grad-blue-green ol b,.bg-grad-blue-green figure strong,.bg-grad-blue-green figure b,.bg-grad-blue-teal p strong,.bg-grad-blue-teal p b,.bg-grad-blue-teal ul strong,.bg-grad-blue-teal ul b,.bg-grad-blue-teal ol strong,.bg-grad-blue-teal ol b,.bg-grad-blue-teal figure strong,.bg-grad-blue-teal figure b,.bg-grad-purple-pink p strong,.bg-grad-purple-pink p b,.bg-grad-purple-pink ul strong,.bg-grad-purple-pink ul b,.bg-grad-purple-pink ol strong,.bg-grad-purple-pink ol b,.bg-grad-purple-pink figure strong,.bg-grad-purple-pink figure b,.bg-grad-purple-purple p strong,.bg-grad-purple-purple p b,.bg-grad-purple-purple ul strong,.bg-grad-purple-purple ul b,.bg-grad-purple-purple ol strong,.bg-grad-purple-purple ol b,.bg-grad-purple-purple figure strong,.bg-grad-purple-purple figure b,.bg-grad-purple-purple-y p strong,.bg-grad-purple-purple-y p b,.bg-grad-purple-purple-y ul strong,.bg-grad-purple-purple-y ul b,.bg-grad-purple-purple-y ol strong,.bg-grad-purple-purple-y ol b,.bg-grad-purple-purple-y figure strong,.bg-grad-purple-purple-y figure b{color:var(--white)}.bg-navy .accent,.bg-black .accent,.bg-purple .accent,.bg-grad-blue-green .accent,.bg-grad-blue-teal .accent,.bg-grad-purple-pink .accent,.bg-grad-purple-purple .accent,.bg-grad-purple-purple-y .accent,.bg-navy .accent-alt,.bg-black .accent-alt,.bg-purple .accent-alt,.bg-grad-blue-green .accent-alt,.bg-grad-blue-teal .accent-alt,.bg-grad-purple-pink .accent-alt,.bg-grad-purple-purple .accent-alt,.bg-grad-purple-purple-y .accent-alt{color:var(--blue)}.bg-navy .grad-text-title,.bg-black .grad-text-title,.bg-purple .grad-text-title,.bg-grad-blue-green .grad-text-title,.bg-grad-blue-teal .grad-text-title,.bg-grad-purple-pink .grad-text-title,.bg-grad-purple-purple .grad-text-title,.bg-grad-purple-purple-y .grad-text-title{background-image:linear-gradient(to bottom,var(--tw-gradient-stops));--tw-gradient-from:#003b9f var(--tw-gradient-from-position);--tw-gradient-to:#a2ff3b var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#00a48c var(--tw-gradient-via-position),var(--tw-gradient-to);color:#0000;-webkit-background-clip:text;background-clip:text}.bg-navy .theme-light>*,.bg-black .theme-light>*,.bg-purple .theme-light>*,.bg-grad-blue-green .theme-light>*,.bg-grad-blue-teal .theme-light>*,.bg-grad-purple-pink .theme-light>*,.bg-grad-purple-purple .theme-light>*,.bg-grad-purple-purple-y .theme-light>*{color:var(--navy)}.bg-navy .theme-light>* p,.bg-navy .theme-light>* ul,.bg-navy .theme-light>* ol,.bg-navy .theme-light>* figure,.bg-black .theme-light>* p,.bg-black .theme-light>* ul,.bg-black .theme-light>* ol,.bg-black .theme-light>* figure,.bg-purple .theme-light>* p,.bg-purple .theme-light>* ul,.bg-purple .theme-light>* ol,.bg-purple .theme-light>* figure,.bg-grad-blue-green .theme-light>* p,.bg-grad-blue-green .theme-light>* ul,.bg-grad-blue-green .theme-light>* ol,.bg-grad-blue-green .theme-light>* figure,.bg-grad-blue-teal .theme-light>* p,.bg-grad-blue-teal .theme-light>* ul,.bg-grad-blue-teal .theme-light>* ol,.bg-grad-blue-teal .theme-light>* figure,.bg-grad-purple-pink .theme-light>* p,.bg-grad-purple-pink .theme-light>* ul,.bg-grad-purple-pink .theme-light>* ol,.bg-grad-purple-pink .theme-light>* figure,.bg-grad-purple-purple .theme-light>* p,.bg-grad-purple-purple .theme-light>* ul,.bg-grad-purple-purple .theme-light>* ol,.bg-grad-purple-purple .theme-light>* figure,.bg-grad-purple-purple-y .theme-light>* p,.bg-grad-purple-purple-y .theme-light>* ul,.bg-grad-purple-purple-y .theme-light>* ol,.bg-grad-purple-purple-y .theme-light>* figure{color:rgba(var(--raw-navy),.75)}.bg-navy .theme-light>* p a,.bg-navy .theme-light>* ul a,.bg-navy .theme-light>* ol a,.bg-navy .theme-light>* figure a,.bg-black .theme-light>* p a,.bg-black .theme-light>* ul a,.bg-black .theme-light>* ol a,.bg-black .theme-light>* figure a,.bg-purple .theme-light>* p a,.bg-purple .theme-light>* ul a,.bg-purple .theme-light>* ol a,.bg-purple .theme-light>* figure a,.bg-grad-blue-green .theme-light>* p a,.bg-grad-blue-green .theme-light>* ul a,.bg-grad-blue-green .theme-light>* ol a,.bg-grad-blue-green .theme-light>* figure a,.bg-grad-blue-teal .theme-light>* p a,.bg-grad-blue-teal .theme-light>* ul a,.bg-grad-blue-teal .theme-light>* ol a,.bg-grad-blue-teal .theme-light>* figure a,.bg-grad-purple-pink .theme-light>* p a,.bg-grad-purple-pink .theme-light>* ul a,.bg-grad-purple-pink .theme-light>* ol a,.bg-grad-purple-pink .theme-light>* figure a,.bg-grad-purple-purple .theme-light>* p a,.bg-grad-purple-purple .theme-light>* ul a,.bg-grad-purple-purple .theme-light>* ol a,.bg-grad-purple-purple .theme-light>* figure a,.bg-grad-purple-purple-y .theme-light>* p a,.bg-grad-purple-purple-y .theme-light>* ul a,.bg-grad-purple-purple-y .theme-light>* ol a,.bg-grad-purple-purple-y .theme-light>* figure a{color:var(--purple)}.bg-navy .theme-light>* p strong,.bg-navy .theme-light>* p b,.bg-navy .theme-light>* ul strong,.bg-navy .theme-light>* ul b,.bg-navy .theme-light>* ol strong,.bg-navy .theme-light>* ol b,.bg-navy .theme-light>* figure strong,.bg-navy .theme-light>* figure b,.bg-black .theme-light>* p strong,.bg-black .theme-light>* p b,.bg-black .theme-light>* ul strong,.bg-black .theme-light>* ul b,.bg-black .theme-light>* ol strong,.bg-black .theme-light>* ol b,.bg-black .theme-light>* figure strong,.bg-black .theme-light>* figure b,.bg-purple .theme-light>* p strong,.bg-purple .theme-light>* p b,.bg-purple .theme-light>* ul strong,.bg-purple .theme-light>* ul b,.bg-purple .theme-light>* ol strong,.bg-purple .theme-light>* ol b,.bg-purple .theme-light>* figure strong,.bg-purple .theme-light>* figure b,.bg-grad-blue-green .theme-light>* p strong,.bg-grad-blue-green .theme-light>* p b,.bg-grad-blue-green .theme-light>* ul strong,.bg-grad-blue-green .theme-light>* ul b,.bg-grad-blue-green .theme-light>* ol strong,.bg-grad-blue-green .theme-light>* ol b,.bg-grad-blue-green .theme-light>* figure strong,.bg-grad-blue-green .theme-light>* figure b,.bg-grad-blue-teal .theme-light>* p strong,.bg-grad-blue-teal .theme-light>* p b,.bg-grad-blue-teal .theme-light>* ul strong,.bg-grad-blue-teal .theme-light>* ul b,.bg-grad-blue-teal .theme-light>* ol strong,.bg-grad-blue-teal .theme-light>* ol b,.bg-grad-blue-teal .theme-light>* figure strong,.bg-grad-blue-teal .theme-light>* figure b,.bg-grad-purple-pink .theme-light>* p strong,.bg-grad-purple-pink .theme-light>* p b,.bg-grad-purple-pink .theme-light>* ul strong,.bg-grad-purple-pink .theme-light>* ul b,.bg-grad-purple-pink .theme-light>* ol strong,.bg-grad-purple-pink .theme-light>* ol b,.bg-grad-purple-pink .theme-light>* figure strong,.bg-grad-purple-pink .theme-light>* figure b,.bg-grad-purple-purple .theme-light>* p strong,.bg-grad-purple-purple .theme-light>* p b,.bg-grad-purple-purple .theme-light>* ul strong,.bg-grad-purple-purple .theme-light>* ul b,.bg-grad-purple-purple .theme-light>* ol strong,.bg-grad-purple-purple .theme-light>* ol b,.bg-grad-purple-purple .theme-light>* figure strong,.bg-grad-purple-purple .theme-light>* figure b,.bg-grad-purple-purple-y .theme-light>* p strong,.bg-grad-purple-purple-y .theme-light>* p b,.bg-grad-purple-purple-y .theme-light>* ul strong,.bg-grad-purple-purple-y .theme-light>* ul b,.bg-grad-purple-purple-y .theme-light>* ol strong,.bg-grad-purple-purple-y .theme-light>* ol b,.bg-grad-purple-purple-y .theme-light>* figure strong,.bg-grad-purple-purple-y .theme-light>* figure b{color:var(--navy)}.bg-navy .theme-light>* .block-divider,.bg-black .theme-light>* .block-divider,.bg-purple .theme-light>* .block-divider,.bg-grad-blue-green .theme-light>* .block-divider,.bg-grad-blue-teal .theme-light>* .block-divider,.bg-grad-purple-pink .theme-light>* .block-divider,.bg-grad-purple-purple .theme-light>* .block-divider,.bg-grad-purple-purple-y .theme-light>* .block-divider{background:var(--purple)}.bg-navy .theme-light>* .accent,.bg-black .theme-light>* .accent,.bg-purple .theme-light>* .accent,.bg-grad-blue-green .theme-light>* .accent,.bg-grad-blue-teal .theme-light>* .accent,.bg-grad-purple-pink .theme-light>* .accent,.bg-grad-purple-purple .theme-light>* .accent,.bg-grad-purple-purple-y .theme-light>* .accent{color:var(--purple)}.bg-navy .theme-light>* .accent-alt,.bg-black .theme-light>* .accent-alt,.bg-purple .theme-light>* .accent-alt,.bg-grad-blue-green .theme-light>* .accent-alt,.bg-grad-blue-teal .theme-light>* .accent-alt,.bg-grad-purple-pink .theme-light>* .accent-alt,.bg-grad-purple-purple .theme-light>* .accent-alt,.bg-grad-purple-purple-y .theme-light>* .accent-alt{color:var(--orange)}.bg-navy .theme-light>* .grad-text-title,.bg-black .theme-light>* .grad-text-title,.bg-purple .theme-light>* .grad-text-title,.bg-grad-blue-green .theme-light>* .grad-text-title,.bg-grad-blue-teal .theme-light>* .grad-text-title,.bg-grad-purple-pink .theme-light>* .grad-text-title,.bg-grad-purple-purple .theme-light>* .grad-text-title,.bg-grad-purple-purple-y .theme-light>* .grad-text-title{background-image:linear-gradient(to bottom,var(--tw-gradient-stops));--tw-gradient-from:#95268f var(--tw-gradient-from-position);--tw-gradient-to:#fb0 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#ff493e var(--tw-gradient-via-position),var(--tw-gradient-to);color:#0000;-webkit-background-clip:text;background-clip:text}.bg-default,.bg-white,.bg-lilac-20,.bg-lilac-50,.bg-lilac,.bg-blue{color:var(--navy)}.bg-default p,.bg-default ul,.bg-default ol,.bg-default figure,.bg-white p,.bg-white ul,.bg-white ol,.bg-white figure,.bg-lilac-20 p,.bg-lilac-20 ul,.bg-lilac-20 ol,.bg-lilac-20 figure,.bg-lilac-50 p,.bg-lilac-50 ul,.bg-lilac-50 ol,.bg-lilac-50 figure,.bg-lilac p,.bg-lilac ul,.bg-lilac ol,.bg-lilac figure,.bg-blue p,.bg-blue ul,.bg-blue ol,.bg-blue figure{color:rgba(var(--raw-navy),.75)}.bg-default p a,.bg-default ul a,.bg-default ol a,.bg-default figure a,.bg-white p a,.bg-white ul a,.bg-white ol a,.bg-white figure a,.bg-lilac-20 p a,.bg-lilac-20 ul a,.bg-lilac-20 ol a,.bg-lilac-20 figure a,.bg-lilac-50 p a,.bg-lilac-50 ul a,.bg-lilac-50 ol a,.bg-lilac-50 figure a,.bg-lilac p a,.bg-lilac ul a,.bg-lilac ol a,.bg-lilac figure a,.bg-blue p a,.bg-blue ul a,.bg-blue ol a,.bg-blue figure a{color:var(--purple)}.bg-default p strong,.bg-default p b,.bg-default ul strong,.bg-default ul b,.bg-default ol strong,.bg-default ol b,.bg-default figure strong,.bg-default figure b,.bg-white p strong,.bg-white p b,.bg-white ul strong,.bg-white ul b,.bg-white ol strong,.bg-white ol b,.bg-white figure strong,.bg-white figure b,.bg-lilac-20 p strong,.bg-lilac-20 p b,.bg-lilac-20 ul strong,.bg-lilac-20 ul b,.bg-lilac-20 ol strong,.bg-lilac-20 ol b,.bg-lilac-20 figure strong,.bg-lilac-20 figure b,.bg-lilac-50 p strong,.bg-lilac-50 p b,.bg-lilac-50 ul strong,.bg-lilac-50 ul b,.bg-lilac-50 ol strong,.bg-lilac-50 ol b,.bg-lilac-50 figure strong,.bg-lilac-50 figure b,.bg-lilac p strong,.bg-lilac p b,.bg-lilac ul strong,.bg-lilac ul b,.bg-lilac ol strong,.bg-lilac ol b,.bg-lilac figure strong,.bg-lilac figure b,.bg-blue p strong,.bg-blue p b,.bg-blue ul strong,.bg-blue ul b,.bg-blue ol strong,.bg-blue ol b,.bg-blue figure strong,.bg-blue figure b{color:var(--navy)}.bg-default .block-divider,.bg-white .block-divider,.bg-lilac-20 .block-divider,.bg-lilac-50 .block-divider,.bg-lilac .block-divider,.bg-blue .block-divider{background:var(--purple)}.bg-default .accent,.bg-white .accent,.bg-lilac-20 .accent,.bg-lilac-50 .accent,.bg-lilac .accent,.bg-blue .accent{color:var(--purple)}.bg-default .accent-alt,.bg-white .accent-alt,.bg-lilac-20 .accent-alt,.bg-lilac-50 .accent-alt,.bg-lilac .accent-alt,.bg-blue .accent-alt{color:var(--orange)}.bg-default .grad-text-title,.bg-white .grad-text-title,.bg-lilac-20 .grad-text-title,.bg-lilac-50 .grad-text-title,.bg-lilac .grad-text-title,.bg-blue .grad-text-title{background-image:linear-gradient(to bottom,var(--tw-gradient-stops));--tw-gradient-from:#95268f var(--tw-gradient-from-position);--tw-gradient-to:#fb0 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#ff493e var(--tw-gradient-via-position),var(--tw-gradient-to);color:#0000;-webkit-background-clip:text;background-clip:text}.bg-default .theme-dark>*,.bg-white .theme-dark>*,.bg-lilac-20 .theme-dark>*,.bg-lilac-50 .theme-dark>*,.bg-lilac .theme-dark>*,.bg-blue .theme-dark>*{color:var(--white)}.bg-default .theme-dark>* p,.bg-default .theme-dark>* ul,.bg-default .theme-dark>* ol,.bg-default .theme-dark>* figure,.bg-white .theme-dark>* p,.bg-white .theme-dark>* ul,.bg-white .theme-dark>* ol,.bg-white .theme-dark>* figure,.bg-lilac-20 .theme-dark>* p,.bg-lilac-20 .theme-dark>* ul,.bg-lilac-20 .theme-dark>* ol,.bg-lilac-20 .theme-dark>* figure,.bg-lilac-50 .theme-dark>* p,.bg-lilac-50 .theme-dark>* ul,.bg-lilac-50 .theme-dark>* ol,.bg-lilac-50 .theme-dark>* figure,.bg-lilac .theme-dark>* p,.bg-lilac .theme-dark>* ul,.bg-lilac .theme-dark>* ol,.bg-lilac .theme-dark>* figure,.bg-blue .theme-dark>* p,.bg-blue .theme-dark>* ul,.bg-blue .theme-dark>* ol,.bg-blue .theme-dark>* figure{color:rgba(var(--raw-white),.75)}.bg-default .theme-dark>* p a,.bg-default .theme-dark>* ul a,.bg-default .theme-dark>* ol a,.bg-default .theme-dark>* figure a,.bg-white .theme-dark>* p a,.bg-white .theme-dark>* ul a,.bg-white .theme-dark>* ol a,.bg-white .theme-dark>* figure a,.bg-lilac-20 .theme-dark>* p a,.bg-lilac-20 .theme-dark>* ul a,.bg-lilac-20 .theme-dark>* ol a,.bg-lilac-20 .theme-dark>* figure a,.bg-lilac-50 .theme-dark>* p a,.bg-lilac-50 .theme-dark>* ul a,.bg-lilac-50 .theme-dark>* ol a,.bg-lilac-50 .theme-dark>* figure a,.bg-lilac .theme-dark>* p a,.bg-lilac .theme-dark>* ul a,.bg-lilac .theme-dark>* ol a,.bg-lilac .theme-dark>* figure a,.bg-blue .theme-dark>* p a,.bg-blue .theme-dark>* ul a,.bg-blue .theme-dark>* ol a,.bg-blue .theme-dark>* figure a,.bg-default .theme-dark>* p strong,.bg-default .theme-dark>* p b,.bg-default .theme-dark>* ul strong,.bg-default .theme-dark>* ul b,.bg-default .theme-dark>* ol strong,.bg-default .theme-dark>* ol b,.bg-default .theme-dark>* figure strong,.bg-default .theme-dark>* figure b,.bg-white .theme-dark>* p strong,.bg-white .theme-dark>* p b,.bg-white .theme-dark>* ul strong,.bg-white .theme-dark>* ul b,.bg-white .theme-dark>* ol strong,.bg-white .theme-dark>* ol b,.bg-white .theme-dark>* figure strong,.bg-white .theme-dark>* figure b,.bg-lilac-20 .theme-dark>* p strong,.bg-lilac-20 .theme-dark>* p b,.bg-lilac-20 .theme-dark>* ul strong,.bg-lilac-20 .theme-dark>* ul b,.bg-lilac-20 .theme-dark>* ol strong,.bg-lilac-20 .theme-dark>* ol b,.bg-lilac-20 .theme-dark>* figure strong,.bg-lilac-20 .theme-dark>* figure b,.bg-lilac-50 .theme-dark>* p strong,.bg-lilac-50 .theme-dark>* p b,.bg-lilac-50 .theme-dark>* ul strong,.bg-lilac-50 .theme-dark>* ul b,.bg-lilac-50 .theme-dark>* ol strong,.bg-lilac-50 .theme-dark>* ol b,.bg-lilac-50 .theme-dark>* figure strong,.bg-lilac-50 .theme-dark>* figure b,.bg-lilac .theme-dark>* p strong,.bg-lilac .theme-dark>* p b,.bg-lilac .theme-dark>* ul strong,.bg-lilac .theme-dark>* ul b,.bg-lilac .theme-dark>* ol strong,.bg-lilac .theme-dark>* ol b,.bg-lilac .theme-dark>* figure strong,.bg-lilac .theme-dark>* figure b,.bg-blue .theme-dark>* p strong,.bg-blue .theme-dark>* p b,.bg-blue .theme-dark>* ul strong,.bg-blue .theme-dark>* ul b,.bg-blue .theme-dark>* ol strong,.bg-blue .theme-dark>* ol b,.bg-blue .theme-dark>* figure strong,.bg-blue .theme-dark>* figure b{color:var(--white)}.bg-default .theme-dark>* .accent,.bg-white .theme-dark>* .accent,.bg-lilac-20 .theme-dark>* .accent,.bg-lilac-50 .theme-dark>* .accent,.bg-lilac .theme-dark>* .accent,.bg-blue .theme-dark>* .accent,.bg-default .theme-dark>* .accent-alt,.bg-white .theme-dark>* .accent-alt,.bg-lilac-20 .theme-dark>* .accent-alt,.bg-lilac-50 .theme-dark>* .accent-alt,.bg-lilac .theme-dark>* .accent-alt,.bg-blue .theme-dark>* .accent-alt{color:var(--blue)}.bg-default .theme-dark>* .grad-text-title,.bg-white .theme-dark>* .grad-text-title,.bg-lilac-20 .theme-dark>* .grad-text-title,.bg-lilac-50 .theme-dark>* .grad-text-title,.bg-lilac .theme-dark>* .grad-text-title,.bg-blue .theme-dark>* .grad-text-title{background-image:linear-gradient(to bottom,var(--tw-gradient-stops));--tw-gradient-from:#003b9f var(--tw-gradient-from-position);--tw-gradient-to:#a2ff3b var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#00a48c var(--tw-gradient-via-position),var(--tw-gradient-to);color:#0000;-webkit-background-clip:text;background-clip:text}.bg-navy .block-divider,.bg-black .block-divider,.bg-purple .block-divider{background:var(--blue)}.bg-grad-purple-purple .block-divider,.bg-grad-purple-purple-y .block-divider{background:var(--lilac)}.bg-grad-blue-green .block-divider,.bg-grad-blue-teal .block-divider,.bg-grad-purple-pink .block-divider{background:var(--white)}.text-purple{color:var(--purple)}.meta{text-transform:uppercase;gap:1rem;font-size:.75rem;line-height:1rem;display:flex}.meta svg{stroke:currentColor}.meta>div{gap:.25rem;display:flex}.contentFormat{font-weight:300}.contentFormat *+*{margin-top:1.2em}.contentFormat ul{margin-left:1.5rem;list-style-type:disc}.contentFormat ol{margin-left:1.5rem;list-style-type:decimal}input[type=search]::-webkit-search-cancel-button{appearance:none}input[type=search]::-webkit-search-decoration{appearance:none}.file\:border-0::file-selector-button{border-width:0}.file\:bg-transparent::file-selector-button{background-color:#0000}.file\:text-sm::file-selector-button{font-size:.875rem;line-height:1.25rem}.file\:font-medium::file-selector-button{font-weight:500}.last\:border-b-0:last-child{border-bottom-width:0}.hover\:border-\[\#0F1E27\]:hover{--tw-border-opacity:1;border-color:rgb(15 30 39/var(--tw-border-opacity,1))}.hover\:bg-\[\#0B151C\]:hover{--tw-bg-opacity:1;background-color:rgb(11 21 28/var(--tw-bg-opacity,1))}.hover\:bg-\[\#F2F5F7\]:hover{--tw-bg-opacity:1;background-color:rgb(242 245 247/var(--tw-bg-opacity,1))}.hover\:bg-\[\#F9FAFB\]:hover{--tw-bg-opacity:1;background-color:rgb(249 250 251/var(--tw-bg-opacity,1))}.hover\:bg-amber-700:hover{--tw-bg-opacity:1;background-color:rgb(180 83 9/var(--tw-bg-opacity,1))}.hover\:bg-blue-700:hover{--tw-bg-opacity:1;background-color:rgb(29 78 216/var(--tw-bg-opacity,1))}.hover\:bg-gray-100:hover{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity,1))}.hover\:bg-gray-50:hover{--tw-bg-opacity:1;background-color:rgb(249 250 251/var(--tw-bg-opacity,1))}.hover\:bg-green-700:hover{--tw-bg-opacity:1;background-color:rgb(21 128 61/var(--tw-bg-opacity,1))}.hover\:text-gray-700:hover{--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity,1))}.hover\:underline:hover{text-decoration-line:underline}.hover\:opacity-100:hover{opacity:1}.hover\:opacity-70:hover{opacity:.7}.hover\:shadow-md:hover{--tw-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.focus\:outline-none:focus{outline-offset:2px;outline:2px solid #0000}.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)}.focus\:ring-offset-2:focus{--tw-ring-offset-width:2px}.focus-visible\:outline-none:focus-visible{outline-offset:2px;outline:2px solid #0000}.focus-visible\:outline-1:focus-visible{outline-width:1px}.focus-visible\:ring-2:focus-visible{--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)}.focus-visible\:ring-\[3px\]:focus-visible{--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(3px + 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)}.focus-visible\:ring-offset-2:focus-visible{--tw-ring-offset-width:2px}.disabled\:pointer-events-none:disabled{pointer-events:none}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:border-\[\#e2e8f0\]:disabled{--tw-border-opacity:1;border-color:rgb(226 232 240/var(--tw-border-opacity,1))}.disabled\:text-\[\#94a3b8\]:disabled{--tw-text-opacity:1;color:rgb(148 163 184/var(--tw-text-opacity,1))}.disabled\:opacity-50:disabled{opacity:.5}.disabled\:opacity-60:disabled{opacity:.6}.peer:disabled~.peer-disabled\:cursor-not-allowed{cursor:not-allowed}.peer:disabled~.peer-disabled\:opacity-70{opacity:.7}.data-\[state\=selected\]\:bg-blue-50[data-state=selected]{--tw-bg-opacity:1;background-color:rgb(239 246 255/var(--tw-bg-opacity,1))}.data-\[state\=active\]\:bg-gradient-to-br[data-state=active]{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.data-\[state\=active\]\:from-blue-600[data-state=active]{--tw-gradient-from:#2563eb var(--tw-gradient-from-position);--tw-gradient-to:#2563eb00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.data-\[state\=active\]\:to-blue-700[data-state=active]{--tw-gradient-to:#1d4ed8 var(--tw-gradient-to-position)}.data-\[state\=active\]\:text-white[data-state=active]{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.data-\[state\=active\]\:shadow-md[data-state=active]{--tw-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.data-\[state\=active\]\:shadow-sm[data-state=active]{--tw-shadow:0 1px 2px 0 #0000000d;--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}@media not all and (min-width:1024px){.max-lg\:w-full{width:100%}}@media not all and (min-width:640px){.max-sm\:mb-4{margin-bottom:1rem}.max-sm\:mt-4{margin-top:1rem}}@media (min-width:640px){.sm\:flex{display:flex}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:gap-4{gap:1rem}.sm\:p-12{padding:3rem}.sm\:p-8{padding:2rem}.sm\:py-12{padding-top:3rem;padding-bottom:3rem}.sm\:text-left{text-align:left}}@media (min-width:768px){.md\:col-span-3{grid-column:span 3/span 3}.md\:col-span-9{grid-column:span 9/span 9}.md\:block{display:block}.md\:flex{display:flex}.md\:h-12{height:3rem}.md\:min-h-\[460px\]{min-height:460px}.md\:grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.md\:items-center{align-items:center}.md\:justify-between{justify-content:space-between}.md\:gap-8{gap:2rem}.md\:py-16{padding-top:4rem;padding-bottom:4rem}.md\:py-24{padding-top:6rem;padding-bottom:6rem}.md\:py-6{padding-top:1.5rem;padding-bottom:1.5rem}.md\:text-base{font-size:1rem;line-height:1.5rem}}@media (min-width:1024px){.lg\:col-span-2{grid-column:span 2/span 2}.lg\:col-span-3{grid-column:span 3/span 3}.lg\:my-auto{margin-top:auto;margin-bottom:auto}.lg\:mt-0{margin-top:0}.lg\:mt-12{margin-top:3rem}.lg\:block{display:block}.lg\:flex{display:flex}.lg\:grid{display:grid}.lg\:hidden{display:none}.lg\:min-h-\[500px\]{min-height:500px}.lg\:max-w-\[700px\]{max-width:700px}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.lg\:gap-8{gap:2rem}.lg\:px-8{padding-left:2rem;padding-right:2rem}.lg\:py-12{padding-top:3rem;padding-bottom:3rem}.lg\:py-16{padding-top:4rem;padding-bottom:4rem}.lg\:pr-16{padding-right:4rem}.lg\:text-4xl{font-size:2.25rem;line-height:2.5rem}}@media (min-width:1280px){.xl\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.xl\:px-16{padding-left:4rem;padding-right:4rem}.xl\:text-7xl{font-size:4.5rem;line-height:1}}.\[\&\:has\(\[role\=checkbox\]\)\]\:pr-0:has([role=checkbox]){padding-right:0}.\[\&\>\[role\=checkbox\]\]\:translate-y-\[2px\]>[role=checkbox]{--tw-translate-y:2px;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))}.\[\&_svg\:not\(\[class\*\=\'size-\'\]\)\]\:size-4 svg:not([class*=size-]){width:1rem;height:1rem}.\[\&_svg\]\:pointer-events-none svg{pointer-events:none}.\[\&_svg\]\:shrink-0 svg{flex-shrink:0}
