@import url(https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&family=Space+Grotesk:wght@300..700&display=swap);@keyframes one{0%{--column-one:100}}@keyframes two{0%{--column-two:100}}@keyframes three{0%{--column-three:100}}@keyframes four{0%{--column-four:100}}@keyframes five{0%{--column-five:100}}:root{--gradient-color-1:light-dark( #F8FF2E , #ffa12e);--gradient-color-2:light-dark( #fafc91 , #f24848);--gradient-color-3:light-dark(#dfdfdf, #000000);--color-same-dark:light-dark(#282828, #282828);--color-same-light:light-dark(#F1F1F1, #F1F1F1);--cursor-color:light-dark(#282828, #F1F1F1);--cursor-follower-color:light-dark(rgba(40, 40, 40, 0.5), rgba(241, 241, 241, 0.392));--primary-color:light-dark(#F8FF2E, #ed5959);--primary-color-hover:light-dark(#fafc91, #d65959);--background-primary:light-dark(#F1F1F1, #282828);--background-primary-invert:light-dark(#282828, #F1F1F1);--background-secondary:light-dark(#ffffff, #353535);--background-opacity:light-dark(rgba(241, 241, 241, 0.5), rgba(40, 40, 40, 0.5));--background-opacity-invert:light-dark(rgba(40, 40, 40, 0.5), rgba(241, 241, 241, 0.5));--text-primary:light-dark(#282828, #F1F1F1);--text-primary-invert:light-dark(#F1F1F1, #282828);--title-font:"Bricolage Grotesque", sans-serif;--body-font:"Space Grotesk", sans-serif;--font-size-xs:0.8rem;--font-size-sm:0.875rem;--font-size-md:1rem;--font-size-lg:1.125rem;--font-size-xl:1.25rem;--font-size-2xl:1.5rem;--font-size-3xl:1.875rem;--font-size-4xl:2.25rem;--font-size-5xl:3rem;--font-title-weight-thin:200;--font-title-weight-light:300;--font-title-weight-regular:400;--font-title-weight-medium:500;--font-title-weight-semibold:600;--font-title-weight-bold:700;--font-title-weight-extrabold:800;--font-body-weight-regular:400;--font-body-weight-medium:500;--font-body-weight-semibold:600;--font-body-weight-bold:700;--open-color:#2EFF93;--closed-color:#ed5959;--status-agency-color:#282828;--lines-color:light-dark(#282828, #F1F1F1);--lines-color-opacity:light-dark(rgba(40, 40, 40, 0.1), rgba(241, 241, 241, 0.1))}html{scroll-behavior:smooth}@property --column-one{inherits:true;initial-value:0;syntax:"<number>"}@property --column-two{inherits:true;initial-value:0;syntax:"<number>"}@property --column-three{inherits:true;initial-value:0;syntax:"<number>"}@property --column-four{inherits:true;initial-value:0;syntax:"<number>"}@property --column-five{inherits:true;initial-value:0;syntax:"<number>"}[data-style=slides]::view-transition-new(root){clip-path:polygon(0 100%,0 calc(var(--column-one)*1%),20% calc(var(--column-one)*1%),20% 100%,20% 100%,20% calc(var(--column-two)*1%),40% calc(var(--column-two)*1%),40% 100%,40% 100%,40% calc(var(--column-three)*1%),60% calc(var(--column-three)*1%),60% 100%,60% 100%,60% calc(var(--column-four)*1%),80% calc(var(--column-four)*1%),80% 100%,80% 100%,80% calc(var(--column-five)*1%),100% calc(var(--column-five)*1%),100% 100%);--speed:0.625;animation:one calc(var(--speed)*1s) calc(sin((0/5)*45deg)*var(--speed)*1s),two calc(var(--speed)*1s) calc(sin((1/5)*45deg)*var(--speed)*1s),three calc(var(--speed)*1s) calc(sin((2/5)*45deg)*var(--speed)*1s),four calc(var(--speed)*1s) calc(sin((3/5)*45deg)*var(--speed)*1s),five calc(var(--speed)*1s) calc(sin((4/5)*45deg)*var(--speed)*1s);animation-fill-mode:both;animation-timing-function:linear(0 0%,.0027 3.64%,.0106 7.29%,.0425 14.58%,.0957 21.87%,.1701 29.16%,.2477 35.19%,.3401 41.23%,.5982 55.18%,.7044 61.56%,.7987 68.28%,.875 75%,.9297 81.25%,.9687 87.5%,.9922 93.75%,1 100%);z-index:2}[data-style=slides]::view-transition-old(root){animation:none}[data-theme=light]{color-scheme:light only}[data-theme=dark]{color-scheme:dark only}body{margin:0;padding:0;height:100vh;width:100%;background-color:var(--background-primary);transition:background-color .3s ease;overflow-x:hidden}main{position:relative;z-index:1}.error-message{text-align:center;padding:50px 20px;max-width:600px;margin:0 auto}.error-message h1{font-size:2.5em;margin-bottom:20px;color:#333}.error-message p{font-size:1.2em;color:#666;line-height:1.6}