@property --tw-animation-delay{syntax:"*";inherits:false;initial-value:0s}@property --tw-animation-direction{syntax:"*";inherits:false;initial-value:normal}@property --tw-animation-duration{syntax:"*";inherits:false}@property --tw-animation-fill-mode{syntax:"*";inherits:false;initial-value:forwards}@property --tw-animation-iteration-count{syntax:"*";inherits:false;initial-value:1}@property --tw-enter-opacity{syntax:"*";inherits:false;initial-value:1}@property --tw-enter-rotate{syntax:"*";inherits:false;initial-value:0}@property --tw-enter-scale{syntax:"*";inherits:false;initial-value:1}@property --tw-enter-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-enter-translate-y{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-opacity{syntax:"*";inherits:false;initial-value:1}@property --tw-exit-rotate{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-scale{syntax:"*";inherits:false;initial-value:1}@property --tw-exit-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-translate-y{syntax:"*";inherits:false;initial-value:0}@theme inline{--animation-delay-0: 0s; --animation-delay-75: 75ms; --animation-delay-100: .1s; --animation-delay-150: .15s; --animation-delay-200: .2s; --animation-delay-300: .3s; --animation-delay-500: .5s; --animation-delay-700: .7s; --animation-delay-1000: 1s; --animation-repeat-0: 0; --animation-repeat-1: 1; --animation-repeat-infinite: infinite; --animation-direction-normal: normal; --animation-direction-reverse: reverse; --animation-direction-alternate: alternate; --animation-direction-alternate-reverse: alternate-reverse; --animation-fill-mode-none: none; --animation-fill-mode-forwards: forwards; --animation-fill-mode-backwards: backwards; --animation-fill-mode-both: both; --percentage-0: 0; --percentage-5: .05; --percentage-10: .1; --percentage-15: .15; --percentage-20: .2; --percentage-25: .25; --percentage-30: .3; --percentage-35: .35; --percentage-40: .4; --percentage-45: .45; --percentage-50: .5; --percentage-55: .55; --percentage-60: .6; --percentage-65: .65; --percentage-70: .7; --percentage-75: .75; --percentage-80: .8; --percentage-85: .85; --percentage-90: .9; --percentage-95: .95; --percentage-100: 1; --percentage-translate-full: 1; --animate-in: enter var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,forwards); --animate-out: exit var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,forwards); @keyframes enter { from { 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)); }}--animate-accordion-down: accordion-down var(--tw-animation-duration,var(--tw-duration,.2s))ease-out; --animate-accordion-up: accordion-up var(--tw-animation-duration,var(--tw-duration,.2s))ease-out; --animate-collapsible-down: collapsible-down var(--tw-animation-duration,var(--tw-duration,.2s))ease-out; --animate-collapsible-up: collapsible-up var(--tw-animation-duration,var(--tw-duration,.2s))ease-out; @keyframes accordion-down { from { height: 0; }to { height: var(--radix-accordion-content-height,var(--bits-accordion-content-height,var(--reka-accordion-content-height,var(--kb-accordion-content-height,auto)))); }}@keyframes accordion-up { from { height: var(--radix-accordion-content-height,var(--bits-accordion-content-height,var(--reka-accordion-content-height,var(--kb-accordion-content-height,auto)))); }to { height: 0; }}@keyframes collapsible-down { from { height: 0; }to { height: var(--radix-collapsible-content-height,var(--bits-collapsible-content-height,var(--reka-collapsible-content-height,var(--kb-collapsible-content-height,auto)))); }}@keyframes collapsible-up { from { height: var(--radix-collapsible-content-height,var(--bits-collapsible-content-height,var(--reka-collapsible-content-height,var(--kb-collapsible-content-height,auto)))); }to { height: 0; }}--animate-caret-blink: caret-blink 1.25s ease-out infinite; @keyframes caret-blink { 0%,70%,100% { opacity: 1; }20%,50% { opacity: 0; }}}@utility animation-duration-*{--tw-animation-duration: calc(--value(number)*1ms); --tw-animation-duration: --value(--animation-duration-*,[duration],"initial",[*]); animation-duration: calc(--value(number)*1ms); animation-duration: --value(--animation-duration-*,[duration],"initial",[*]);}@utility delay-*{animation-delay: calc(--value(number)*1ms); animation-delay: --value(--animation-delay-*,[duration],"initial",[*]); --tw-animation-delay: calc(--value(number)*1ms); --tw-animation-delay: --value(--animation-delay-*,[duration],"initial",[*]);}@utility repeat-*{animation-iteration-count: --value(--animation-repeat-*,number,"initial",[*]); --tw-animation-iteration-count: --value(--animation-repeat-*,number,"initial",[*]);}@utility direction-*{animation-direction: --value(--animation-direction-*,"initial",[*]); --tw-animation-direction: --value(--animation-direction-*,"initial",[*]);}@utility fill-mode-*{animation-fill-mode: --value(--animation-fill-mode-*,"initial",[*]); --tw-animation-fill-mode: --value(--animation-fill-mode-*,"initial",[*]);}@utility running{animation-play-state: running;}@utility paused{animation-play-state: paused;}@utility play-state-*{animation-play-state: --value("initial",[*]);}@utility fade-in{--tw-enter-opacity: 0;}@utility fade-in-*{--tw-enter-opacity: calc(--value(number)/100); --tw-enter-opacity: --value(--percentage-*,[*]);}@utility fade-out{--tw-exit-opacity: 0;}@utility fade-out-*{--tw-exit-opacity: calc(--value(number)/100); --tw-exit-opacity: --value(--percentage-*,[*]);}@utility zoom-in{--tw-enter-scale: 0;}@utility zoom-in-*{--tw-enter-scale: calc(--value(number)*1%); --tw-enter-scale: calc(--value(ratio)); --tw-enter-scale: --value(--percentage-*,[*]);}@utility -zoom-in-*{--tw-enter-scale: calc(--value(number)*-1%); --tw-enter-scale: calc(--value(ratio)*-1); --tw-enter-scale: --value(--percentage-*,[*]);}@utility zoom-out{--tw-exit-scale: 0;}@utility zoom-out-*{--tw-exit-scale: calc(--value(number)*1%); --tw-exit-scale: calc(--value(ratio)); --tw-exit-scale: --value(--percentage-*,[*]);}@utility -zoom-out-*{--tw-exit-scale: calc(--value(number)*-1%); --tw-exit-scale: calc(--value(ratio)*-1); --tw-exit-scale: --value(--percentage-*,[*]);}@utility spin-in{--tw-enter-rotate: 30deg;}@utility spin-in-*{--tw-enter-rotate: calc(--value(number)*1deg); --tw-enter-rotate: calc(--value(ratio)*360deg); --tw-enter-rotate: --value(--rotate-*,[*]);}@utility -spin-in{--tw-enter-rotate: -30deg;}@utility -spin-in-*{--tw-enter-rotate: calc(--value(number)*-1deg); --tw-enter-rotate: calc(--value(ratio)*-360deg); --tw-enter-rotate: --value(--rotate-*,[*]);}@utility spin-out{--tw-exit-rotate: 30deg;}@utility spin-out-*{--tw-exit-rotate: calc(--value(number)*1deg); --tw-exit-rotate: calc(--value(ratio)*360deg); --tw-exit-rotate: --value(--rotate-*,[*]);}@utility -spin-out{--tw-exit-rotate: -30deg;}@utility -spin-out-*{--tw-exit-rotate: calc(--value(number)*-1deg); --tw-exit-rotate: calc(--value(ratio)*-360deg); --tw-exit-rotate: --value(--rotate-*,[*]);}@utility slide-in-from-top{--tw-enter-translate-y: -100%;}@utility slide-in-from-top-*{--tw-enter-translate-y: calc(--value(integer)*var(--spacing)*-1); --tw-enter-translate-y: calc(--value(--percentage-*,--percentage-translate-*)*-100%); --tw-enter-translate-y: calc(--value(ratio)*-100%); --tw-enter-translate-y: calc(--value(--translate-*,[percentage],[length])*-1);}@utility slide-in-from-bottom{--tw-enter-translate-y: 100%;}@utility slide-in-from-bottom-*{--tw-enter-translate-y: calc(--value(integer)*var(--spacing)); --tw-enter-translate-y: calc(--value(--percentage-*,--percentage-translate-*)*100%); --tw-enter-translate-y: calc(--value(ratio)*100%); --tw-enter-translate-y: --value(--translate-*,[percentage],[length]);}@utility slide-in-from-left{--tw-enter-translate-x: -100%;}@utility slide-in-from-left-*{--tw-enter-translate-x: calc(--value(integer)*var(--spacing)*-1); --tw-enter-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*-100%); --tw-enter-translate-x: calc(--value(ratio)*100%); --tw-enter-translate-x: calc(--value(--translate-*,[percentage],[length])*-1);}@utility slide-in-from-right{--tw-enter-translate-x: 100%;}@utility slide-in-from-right-*{--tw-enter-translate-x: calc(--value(integer)*var(--spacing)); --tw-enter-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*100%); --tw-enter-translate-x: calc(--value(ratio)*100%); --tw-enter-translate-x: --value(--translate-*,[percentage],[length]);}@utility slide-out-to-top{--tw-exit-translate-y: -100%;}@utility slide-out-to-top-*{--tw-exit-translate-y: calc(--value(integer)*var(--spacing)*-1); --tw-exit-translate-y: calc(--value(--percentage-*,--percentage-translate-*)*-100%); --tw-exit-translate-y: calc(--value(ratio)*100%); --tw-exit-translate-y: calc(--value(--translate-*,[percentage],[length])*-1);}@utility slide-out-to-bottom{--tw-exit-translate-y: 100%;}@utility slide-out-to-bottom-*{--tw-exit-translate-y: calc(--value(integer)*var(--spacing)); --tw-exit-translate-y: calc(--value(--percentage-*,--percentage-translate-*)*100%); --tw-exit-translate-y: calc(--value(ratio)*100%); --tw-exit-translate-y: --value(--translate-*,[percentage],[length]);}@utility slide-out-to-left{--tw-exit-translate-x: -100%;}@utility slide-out-to-left-*{--tw-exit-translate-x: calc(--value(integer)*var(--spacing)*-1); --tw-exit-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*-100%); --tw-exit-translate-x: calc(--value(ratio)*100%); --tw-exit-translate-x: calc(--value(--translate-*,[percentage],[length])*-1);}@utility slide-out-to-right{--tw-exit-translate-x: 100%;}@utility slide-out-to-right-*{--tw-exit-translate-x: calc(--value(integer)*var(--spacing)); --tw-exit-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*100%); --tw-exit-translate-x: calc(--value(ratio)*100%); --tw-exit-translate-x: --value(--translate-*,[percentage],[length]);}
@custom-variant dark (&:is(.dark*));:root{--background:#f9fcff;--foreground:#040c13;--card:#fff;--card-foreground:#040c13;--popover:#fff;--popover-foreground:#040c13;--primary:#003f60;--primary-foreground:#f9fcff;--secondary:#e9f0f5;--secondary-foreground:#0e2433;--muted:#edf3f7;--muted-foreground:#59656e;--accent:#e3edf4;--accent-foreground:#0e2433;--destructive:#e40014;--destructive-foreground:#f9fcff;--border:#d8dfe4;--input:#d8dfe4;--ring:#003f60;--chart-1:#0079b6;--chart-2:#009399;--chart-3:#595c9b;--chart-4:#009fc2;--chart-5:#4a79c6;--radius:.5rem;--sidebar:#fafafa;--sidebar-foreground:#0a0a0a;--sidebar-primary:#171717;--sidebar-primary-foreground:#fafafa;--sidebar-accent:#f5f5f5;--sidebar-accent-foreground:#171717;--sidebar-border:#e5e5e5;--sidebar-ring:#a1a1a1}@supports (color:lab(0% 0 0)){:root{--background:lab(98.8481% -.82323 -1.6523);--foreground:lab(3.04768% -1.31044 -4.08459);--card:lab(100% 0 0);--card-foreground:lab(3.04768% -1.31044 -4.08459);--popover:lab(100% 0 0);--popover-foreground:lab(3.04768% -1.31044 -4.08459);--primary:lab(24.4811% -7.8918 -24.9024);--primary-foreground:lab(98.8481% -.82323 -1.6523);--secondary:lab(94.2156% -1.63248 -3.29677);--secondary-foreground:lab(12.9812% -4.83533 -12.6029);--muted:lab(95.3727% -1.31044 -2.6399);--muted-foreground:lab(42.0236% -3.11171 -6.51679);--accent:lab(93.0624% -2.42803 -4.93382);--accent-foreground:lab(12.9812% -4.83533 -12.6029);--destructive:lab(48.4493% 77.4328 61.5452);--destructive-foreground:lab(98.8481% -.82323 -1.6523);--border:lab(88.4155% -1.63096 -3.29593);--input:lab(88.4155% -1.63096 -3.29593);--ring:lab(24.4811% -7.8918 -24.9024);--chart-1:lab(47.4743% -12.5258 -46.4196);--chart-2:lab(54.7518% -37.4343 -15.3271);--chart-3:lab(40.8877% 11.7206 -35.4314);--chart-4:lab(60.0504% -30.7834 -32.7379);--chart-5:lab(50.345% 2.49147 -45.8883);--sidebar:lab(98.26% 0 0);--sidebar-foreground:lab(2.75381% 0 0);--sidebar-primary:lab(7.78201% -.0000149012 0);--sidebar-primary-foreground:lab(98.26% 0 0);--sidebar-accent:lab(96.52% -.0000298023 .0000119209);--sidebar-accent-foreground:lab(7.78201% -.0000149012 0);--sidebar-border:lab(90.952% 0 -.0000119209);--sidebar-ring:lab(66.128% -.0000298023 .0000119209)}}html,body,#__next{box-sizing:border-box;-webkit-overflow-scrolling:touch;background-color:#fff;height:100%;margin:0;padding:0;overflow:hidden}.dark{--background:#02060a;--foreground:#e9f0f5;--card:#050c12;--card-foreground:#e9f0f5;--popover:#050c12;--popover-foreground:#e9f0f5;--primary:#4fa8e1;--primary-foreground:#02060a;--secondary:#101c25;--secondary-foreground:#e9f0f5;--muted:#0e171e;--muted-foreground:#7f92a0;--accent:#14242f;--accent-foreground:#e9f0f5;--destructive:#bb0914;--destructive-foreground:#e9f0f5;--border:#14242f;--input:#14242f;--ring:#4fa8e1;--chart-1:#0089d3;--chart-2:#00a3aa;--chart-3:#6568b6;--chart-4:#00b1da;--chart-5:#58d;--sidebar:#171717;--sidebar-foreground:#fafafa;--sidebar-primary:#1447e6;--sidebar-primary-foreground:#fafafa;--sidebar-accent:#262626;--sidebar-accent-foreground:#fafafa;--sidebar-border:#262626;--sidebar-ring:#525252}@supports (color:lab(0% 0 0)){.dark{--background:lab(1.56103% -.642374 -1.94168);--foreground:lab(94.2156% -1.63248 -3.29677);--card:lab(3.04954% -1.21945 -3.61945);--card-foreground:lab(94.2156% -1.63248 -3.29677);--popover:lab(3.04954% -1.21945 -3.61945);--popover-foreground:lab(94.2156% -1.63248 -3.29677);--primary:lab(65.1237% -14.0752 -37.7215);--primary-foreground:lab(1.56103% -.642374 -1.94168);--secondary:lab(9.52464% -3.37376 -7.96205);--secondary-foreground:lab(94.2156% -1.63248 -3.29677);--muted:lab(7.23336% -2.52666 -6.34827);--muted-foreground:lab(59.4329% -4.61835 -9.75332);--accent:lab(13.0029% -3.99203 -9.53898);--accent-foreground:lab(94.2156% -1.63248 -3.29677);--destructive:lab(39.9887% 63.0811 47.5284);--destructive-foreground:lab(94.2156% -1.63248 -3.29677);--border:lab(13.0029% -3.99203 -9.53898);--input:lab(13.0029% -3.99203 -9.53898);--ring:lab(65.1237% -14.0752 -37.7215);--chart-1:lab(53.1307% -13.296 -55.5381);--chart-2:lab(60.8306% -46.6432 -19.0615);--chart-3:lab(46.4195% 14.6904 -42.411);--chart-4:lab(65.927% -34.743 -37.3325);--chart-5:lab(56.0787% 2.58672 -49.431);--sidebar:lab(7.78201% -.0000149012 0);--sidebar-foreground:lab(98.26% 0 0);--sidebar-primary:lab(36.9089% 35.0961 -85.6872);--sidebar-primary-foreground:lab(98.26% 0 0);--sidebar-accent:lab(15.204% 0 -.00000596046);--sidebar-accent-foreground:lab(98.26% 0 0);--sidebar-border:lab(15.204% 0 -.00000596046);--sidebar-ring:lab(34.924% 0 0)}}@theme inline{--font-sans: "Geist","Geist Fallback"; --font-mono: "Geist Mono","Geist Mono Fallback"; --color-background: var(--background); --color-foreground: var(--foreground); --color-card: var(--card); --color-card-foreground: var(--card-foreground); --color-popover: var(--popover); --color-popover-foreground: var(--popover-foreground); --color-primary: var(--primary); --color-primary-foreground: var(--primary-foreground); --color-secondary: var(--secondary); --color-secondary-foreground: var(--secondary-foreground); --color-muted: var(--muted); --color-muted-foreground: var(--muted-foreground); --color-accent: var(--accent); --color-accent-foreground: var(--accent-foreground); --color-destructive: var(--destructive); --color-destructive-foreground: var(--destructive-foreground); --color-border: var(--border); --color-input: var(--input); --color-ring: var(--ring); --color-chart-1: var(--chart-1); --color-chart-2: var(--chart-2); --color-chart-3: var(--chart-3); --color-chart-4: var(--chart-4); --color-chart-5: var(--chart-5); --radius-sm: calc(var(--radius) - 4px); --radius-md: calc(var(--radius) - 2px); --radius-lg: var(--radius); --radius-xl: calc(var(--radius) + 4px); --color-sidebar: var(--sidebar); --color-sidebar-foreground: var(--sidebar-foreground); --color-sidebar-primary: var(--sidebar-primary); --color-sidebar-primary-foreground: var(--sidebar-primary-foreground); --color-sidebar-accent: var(--sidebar-accent); --color-sidebar-accent-foreground: var(--sidebar-accent-foreground); --color-sidebar-border: var(--sidebar-border); --color-sidebar-ring: var(--sidebar-ring);}@layer base{@apply border-border outline-ring/50;@apply bg-background text-foreground;}@media (max-width:520px){.mobile-px-4{padding-left:1rem!important;padding-right:1rem!important}}.rj-hero-content{flex-direction:column;justify-content:space-between;height:100%;min-height:0;display:flex}.rj-hero-header{margin-bottom:0}.rj-hero-logo,.rj-hero-title{margin-bottom:1.5rem}.rj-hero-subtitle{margin-bottom:2rem;font-family:public-sans,sans-serif}.rj-terms-of-service{color:#727171;text-align:center;margin-top:1rem;font-size:.75rem;line-height:1.4}.rj-logo{-webkit-user-select:none;user-select:none;width:auto;height:3vw}.rj-text{--H97cbQ:40px;letter-spacing:.04em;text-transform:uppercase;opacity:calc(var(--kPI9Uw,1)*var(--q1eooA,1));color:#fff;font-kerning:none;text-decoration-line:none;text-decoration-thickness:initial;-webkit-text-decoration-style:initial;text-decoration-style:initial;font-family:sans-serif,auto;font-size:clamp(10rem,2.5vw,1.25rem);font-style:normal;font-weight:700;line-height:1.2;list-style-type:none}.rj-sidebar{color:#fff;background:#5790a3;padding:0}.rj-sidebar h2{font-size:2rem;line-height:1.05}.rj-cta{color:#111827;background:#eecb7b;border:none}.rj-cta:hover{background:#edc66b}@media (min-width:768px){.rj-sidebar{padding:1rem}.rj-sidebar h2{font-size:1.25rem}}@media (min-width:1024px){.rj-sidebar{padding:2rem}.rj-sidebar h2{font-size:1.75rem}}@media (min-width:1300px){.rj-sidebar{padding:3rem}.rj-sidebar h2{font-size:2.25rem}}.rj-grid{box-sizing:border-box;grid-template-columns:30% 70%;width:100%;height:100%;display:grid}@media (max-width:768px){.rj-sidebar{padding:1rem}.rj-sidebar h2{font-size:1rem}.rj-grid{grid-template-columns:1fr;gap:1rem}.rj-hero-content{height:auto;margin:0;padding:1rem}.rj-hero-header{margin:0}.rj-sidebar h2{margin:1em;font-size:1.25rem}.rj-hero-logo{margin-bottom:.5em}.rj-logo{height:8vw}.rj-hero-subtitle{margin:1em}p{margin:0}}@media (max-width:640px){.rj-grid{gap:.75rem}.rj-hero-content{padding:1.25rem}.rj-sidebar h2{font-size:1.25rem}.rj-text{font-size:1rem}}@media (max-width:520px){.rj-grid{gap:.5rem}.rj-hero-content{padding:1rem}.rj-sidebar h2{font-size:1.1rem}.rj-text{font-size:.9rem}}@media (max-width:480px){.rj-grid{gap:.25rem}.rj-hero-content{padding:.75rem}.rj-sidebar h2{font-size:1rem}.rj-text{font-size:.85rem}}.rj-content,.rj-grid>*,.rj-sidebar,.rj-cta-panel,.rj-center{box-sizing:border-box;width:100%;max-width:100vw}.rj-grid{align-items:stretch}.rj-cta-panel{width:80vw;margin-left:auto;margin-right:auto}@media (min-width:768px){.rj-cta-panel{width:60vw}}@media (min-width:1024px){.rj-cta-panel{width:30vw}}.rj-cta-center{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;display:flex}.rj-cta-button{border-radius:9999px}.rj-mr-48{margin-right:48px}.rj-center{text-align:center;justify-content:center;align-items:center;display:flex}.rj-cta-bottom{z-index:40;pointer-events:auto;justify-content:center;display:flex}.hide-on-mobile{display:block}@media (max-width:767px){.hide-on-mobile{display:none}.no-padding-top-mobile{padding-top:0!important}}.table-header-cell{color:#fff!important;background-color:#5790a3!important}
