/*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,::backdrop,:after,:before{--tw-translate-x:0;--tw-translate-y:0;--tw-translate-z:0;--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-space-y-reverse:0;--tw-space-x-reverse:0;--tw-border-style:solid;--tw-leading:initial;--tw-font-weight:initial;--tw-tracking:initial;--tw-backdrop-blur:initial;--tw-backdrop-brightness:initial;--tw-backdrop-contrast:initial;--tw-backdrop-grayscale:initial;--tw-backdrop-hue-rotate:initial;--tw-backdrop-invert:initial;--tw-backdrop-opacity:initial;--tw-backdrop-saturate:initial;--tw-backdrop-sepia:initial;--tw-duration:initial;--tw-ease:initial}}}@layer theme{:host,:root{--color-red-600:oklch(57.7% .245 27.325);--color-green-600:oklch(62.7% .194 149.214);--color-gray-900:oklch(21% .034 264.665);--color-black:#000;--color-white:#fff;--spacing:.25rem;--text-sm:.875rem;--text-sm--line-height:calc(1.25/.875);--text-base:1rem;--text-base--line-height:calc(1.5/1);--text-lg:1.125rem;--text-lg--line-height:calc(1.75/1.125);--text-xl:1.25rem;--text-xl--line-height:calc(1.75/1.25);--font-weight-normal:400;--font-weight-medium:500;--font-weight-bold:700;--ease-in-out:cubic-bezier(.4,0,.2,1);--blur-sm:8px;--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4,0,.2,1);--default-font-family:var(--font-geist-sans);--default-mono-font-family:var(--font-geist-mono)}}@layer base{*,::backdrop,:after,:before{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}:host,html{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{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}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}menu,ol,ul{list-style:none}audio,canvas,embed,iframe,img,object,svg,video{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,optgroup,select,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit,::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.top-0{top:calc(var(--spacing)*0)}.top-4{top:calc(var(--spacing)*4)}.right-4{right:calc(var(--spacing)*4)}.left-0{left:calc(var(--spacing)*0)}.left-full{left:100%}.z-0{z-index:0}.z-10{z-index:10}.z-20{z-index:20}.z-30{z-index:30}.z-40{z-index:40}.order-1{order:1}.order-2{order:2}.order-3{order:3}.mt-1{margin-top:calc(var(--spacing)*1)}.mt-2{margin-top:calc(var(--spacing)*2)}.mt-4{margin-top:calc(var(--spacing)*4)}.mt-6{margin-top:calc(var(--spacing)*6)}.mt-10{margin-top:calc(var(--spacing)*10)}.mt-\[10px\]{margin-top:10px}.mt-\[15px\]{margin-top:15px}.mt-\[20px\]{margin-top:20px}.mt-\[40px\]{margin-top:40px}.mb-2{margin-bottom:calc(var(--spacing)*2)}.mb-6{margin-bottom:calc(var(--spacing)*6)}.mb-\[10px\]{margin-bottom:10px}.mb-\[15px\]{margin-bottom:15px}.mb-\[20px\]{margin-bottom:20px}.mb-\[30px\]{margin-bottom:30px}.ml-4{margin-left:calc(var(--spacing)*4)}.ml-10{margin-left:calc(var(--spacing)*10)}.ml-\[20px\]{margin-left:20px}.block{display:block}.flex{display:flex}.hidden{display:none}.h-1{height:calc(var(--spacing)*1)}.h-8{height:calc(var(--spacing)*8)}.h-\[17px\]{height:17px}.h-\[18px\]{height:18px}.h-\[20px\]{height:20px}.h-\[24px\]{height:24px}.h-\[40px\]{height:40px}.h-\[52px\]{height:52px}.h-\[68px\]{height:68px}.h-\[70vh\]{height:70vh}.h-\[74px\]{height:74px}.h-\[80vh\]{height:80vh}.h-\[86px\]{height:86px}.h-\[90px\]{height:90px}.h-\[100\%\]{height:100%}.h-\[100vh\]{height:100vh}.h-\[120px\]{height:120px}.h-\[143vh\]{height:143vh}.h-\[150px\]{height:150px}.h-\[152px\]{height:152px}.h-\[176px\]{height:176px}.h-\[180px\]{height:180px}.h-\[186px\]{height:186px}.h-\[188px\]{height:188px}.h-\[200px\]{height:200px}.h-\[227px\]{height:227px}.h-\[230px\]{height:230px}.h-\[240px\]{height:240px}.h-\[250px\]{height:250px}.h-\[277px\]{height:277px}.h-\[293px\]{height:293px}.h-\[308px\]{height:308px}.h-\[330px\]{height:330px}.h-\[339px\]{height:339px}.h-\[360px\]{height:360px}.h-\[373px\]{height:373px}.h-\[407px\]{height:407px}.h-\[430px\]{height:430px}.h-\[434px\]{height:434px}.h-\[495px\]{height:495px}.h-\[530px\]{height:530px}.h-\[550px\]{height:550px}.h-\[600px\]{height:600px}.h-\[630px\]{height:630px}.h-\[690px\]{height:690px}.h-\[700px\]{height:700px}.h-\[736px\]{height:736px}.h-\[802px\]{height:802px}.h-\[980px\]{height:980px}.h-auto{height:auto}.h-full{height:100%}.h-screen{height:100vh}.w-1\/2{width:50%}.w-6{width:calc(var(--spacing)*6)}.w-8{width:calc(var(--spacing)*8)}.w-\[24px\]{width:24px}.w-\[74px\]{width:74px}.w-\[80\%\]{width:80%}.w-\[90\%\]{width:90%}.w-\[100\%\]{width:100%}.w-\[150px\]{width:150px}.w-\[189px\]{width:189px}.w-\[200px\]{width:200px}.w-\[209px\]{width:209px}.w-\[223px\]{width:223px}.w-\[296px\]{width:296px}.w-\[300px\]{width:300px}.w-\[309px\]{width:309px}.w-\[320px\]{width:320px}.w-\[470px\]{width:470px}.w-full{width:100%}.max-w-\[1280px\]{max-width:1280px}.-translate-x-full{--tw-translate-x:-100%}.-translate-x-full,.translate-x-0{translate:var(--tw-translate-x)var(--tw-translate-y)}.translate-x-0{--tw-translate-x:calc(var(--spacing)*0)}.-translate-y-full{--tw-translate-y:-100%}.-translate-y-full,.translate-y-0{translate:var(--tw-translate-x)var(--tw-translate-y)}.translate-y-0{--tw-translate-y:calc(var(--spacing)*0)}.-rotate-45{rotate:-45deg}.rotate-45{rotate:45deg}.transform{transform:var(--tw-rotate-x,)var(--tw-rotate-y,)var(--tw-rotate-z,)var(--tw-skew-x,)var(--tw-skew-y,)}.cursor-pointer{cursor:pointer}.flex-col{flex-direction:column}.flex-row{flex-direction:row}.items-center{align-items:center}.items-start{align-items:flex-start}.justify-around{justify-content:space-around}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.justify-start{justify-content:flex-start}.gap-4{gap:calc(var(--spacing)*4)}:where(.space-y-1>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*1)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*1)*calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-2>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*2)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*2)*calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-3>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*3)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*3)*calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-4>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*4)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*4)*calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-6>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*6)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*6)*calc(1 - var(--tw-space-y-reverse)))}:where(.space-x-4>:not(:last-child)){--tw-space-x-reverse:0;margin-inline-start:calc(calc(var(--spacing)*4)*var(--tw-space-x-reverse));margin-inline-end:calc(calc(var(--spacing)*4)*calc(1 - var(--tw-space-x-reverse)))}:where(.space-x-6>:not(:last-child)){--tw-space-x-reverse:0;margin-inline-start:calc(calc(var(--spacing)*6)*var(--tw-space-x-reverse));margin-inline-end:calc(calc(var(--spacing)*6)*calc(1 - var(--tw-space-x-reverse)))}.self-end{align-self:flex-end}.overflow-y-auto{overflow-y:auto}.rounded{border-radius:.25rem}.rounded-none{border-radius:0}.border{border-style:var(--tw-border-style);border-width:1px}.border-b{border-bottom-style:var(--tw-border-style);border-bottom-width:1px}.border-\[\#222222\]{border-color:#222}.border-gray-900{border-color:var(--color-gray-900)}.bg-\[\#3F4531\]{background-color:#3f4531}.bg-\[\#46241E\]{background-color:#46241e}.bg-\[\#222222\]{background-color:#222}.bg-\[\#22222299\]{background-color:#2229}.bg-\[\#A28D77\]{background-color:#a28d77}.bg-\[\#B4A69A\]{background-color:#b4a69a}.bg-\[\#EAE4D6\]{background-color:#eae4d6}.bg-black{background-color:var(--color-black)}.bg-\[url\(\'\/hero-banner-750\.webp\'\)\]{background-image:url(/hero-banner-750.webp)}.bg-\[url\(\'\/index\/principal\.webp\'\)\]{background-image:url(/index/principal.webp)}.bg-cover{background-size:cover}.bg-center{background-position:50%}.object-contain{object-fit:contain}.object-cover{object-fit:cover}.object-right{object-position:right}.p-3{padding:calc(var(--spacing)*3)}.p-6{padding:calc(var(--spacing)*6)}.p-\[0px\]{padding:0}.p-\[10px\]{padding:10px}.p-\[20px\]{padding:20px}.p-\[30px\]{padding:30px}.p-\[38px\]{padding:38px}.py-4{padding-block:calc(var(--spacing)*4)}.py-8{padding-block:calc(var(--spacing)*8)}.pt-\[0px\]{padding-top:0}.pt-\[10px\]{padding-top:10px}.pt-\[20px\]{padding-top:20px}.pt-\[30px\]{padding-top:30px}.pt-\[40px\]{padding-top:40px}.pt-\[60px\]{padding-top:60px}.pr-\[20px\]{padding-right:20px}.pr-\[30px\]{padding-right:30px}.pb-\[0px\]{padding-bottom:0}.pb-\[10px\]{padding-bottom:10px}.pb-\[20px\]{padding-bottom:20px}.pb-\[30px\]{padding-bottom:30px}.pb-\[40px\]{padding-bottom:40px}.pb-\[42px\]{padding-bottom:42px}.pl-10{padding-left:calc(var(--spacing)*10)}.pl-\[10px\]{padding-left:10px}.pl-\[20px\]{padding-left:20px}.pl-\[30px\]{padding-left:30px}.text-center{text-align:center}.align-middle{vertical-align:middle}.font-\[\'Roboto_Mono\'\]{font-family:Roboto Mono}.text-base{font-size:var(--text-base);line-height:var(--tw-leading,var(--text-base--line-height))}.text-lg{font-size:var(--text-lg);line-height:var(--tw-leading,var(--text-lg--line-height))}.text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.text-xl{font-size:var(--text-xl);line-height:var(--tw-leading,var(--text-xl--line-height))}.text-\[14px\]{font-size:14px}.text-\[16px\]{font-size:16px}.text-\[18px\]{font-size:18px}.text-\[20px\]{font-size:20px}.text-\[24px\]{font-size:24px}.text-\[28px\]{font-size:28px}.text-\[36px\]{font-size:36px}.leading-\[110\%\]{--tw-leading:110%;line-height:110%}.leading-\[120\%\]{--tw-leading:120%;line-height:120%}.font-\[500\]{--tw-font-weight:500;font-weight:500}.font-bold{--tw-font-weight:var(--font-weight-bold);font-weight:var(--font-weight-bold)}.font-medium{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.font-normal{--tw-font-weight:var(--font-weight-normal);font-weight:var(--font-weight-normal)}.tracking-\[0\%\]{--tw-tracking:0%;letter-spacing:0}.tracking-\[0\]{--tw-tracking:0;letter-spacing:0}.tracking-\[1\.6px\]{--tw-tracking:1.6px;letter-spacing:1.6px}.tracking-\[3\%\]{--tw-tracking:3%;letter-spacing:3%}.tracking-\[10\%\]{--tw-tracking:10%;letter-spacing:10%}.text-\[\#222222\]{color:#222}.text-\[\#EAE4D6\]{color:#eae4d6}.text-\[var\(--Dark-Gray\)\]{color:var(--Dark-Gray)}.text-black{color:var(--color-black)}.text-green-600{color:var(--color-green-600)}.text-red-600{color:var(--color-red-600)}.text-white{color:var(--color-white)}.uppercase{text-transform:uppercase}.not-italic{font-style:normal}.underline{text-decoration-line:underline}.decoration-\[\#222\]{text-decoration-color:#222}.decoration-\[1px\]{text-decoration-thickness:1px}.underline-offset-2{text-underline-offset:2px}.backdrop-blur-sm{--tw-backdrop-blur:blur(var(--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,)}.transition-transform{transition-property:transform,translate,scale,rotate;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.duration-300{--tw-duration:.3s;transition-duration:.3s}.duration-500{--tw-duration:.5s;transition-duration:.5s}.ease-in-out{--tw-ease:var(--ease-in-out);transition-timing-function:var(--ease-in-out)}@media (hover:hover){.group-hover\:border-b:is(:where(.group):hover *){border-bottom-style:var(--tw-border-style);border-bottom-width:1px}.group-hover\:border-\[\#222222\]:is(:where(.group):hover *){border-color:#222}.hover\:underline:hover{text-decoration-line:underline}.hover\:decoration-\[\#222222\]:hover,.hover\:decoration-\[\#222\]:hover{text-decoration-color:#222}.hover\:decoration-\[\#EAE4D6\]:hover{text-decoration-color:#eae4d6}.hover\:decoration-\[1px\]:hover{text-decoration-thickness:1px}}@media (min-width:40rem){.sm\:h-\[390px\]{height:390px}.sm\:h-auto{height:auto}.sm\:w-\[80\%\]{width:80%}.sm\:w-auto{width:auto}.sm\:pt-\[30px\]{padding-top:30px}}@media (min-width:48rem){.md\:order-1{order:1}.md\:order-2{order:2}.md\:mr-\[30px\]{margin-right:30px}.md\:mb-\[30px\]{margin-bottom:30px}.md\:ml-\[30px\]{margin-left:30px}.md\:block{display:block}.md\:flex{display:flex}.md\:hidden{display:none}.md\:h-\[17px\]{height:17px}.md\:h-\[80vh\]{height:80vh}.md\:h-\[100vh\]{height:100vh}.md\:h-\[140px\]{height:140px}.md\:h-\[180px\]{height:180px}.md\:h-\[330px\]{height:330px}.md\:h-\[430px\]{height:430px}.md\:h-\[453px\]{height:453px}.md\:h-\[460px\]{height:460px}.md\:h-\[495px\]{height:495px}.md\:h-\[550px\]{height:550px}.md\:h-\[630px\]{height:630px}.md\:h-\[730px\]{height:730px}.md\:h-\[750px\]{height:750px}.md\:h-\[790px\]{height:790px}.md\:h-\[830px\]{height:830px}.md\:h-\[890px\]{height:890px}.md\:h-\[930px\]{height:930px}.md\:h-auto{height:auto}.md\:h-full{height:100%}.md\:w-\[100\%\]{width:100%}.md\:w-\[112px\]{width:112px}.md\:w-\[470px\]{width:470px}.md\:w-full{width:100%}.md\:flex-row{flex-direction:row}.md\:items-start{align-items:flex-start}.md\:justify-center{justify-content:center}.md\:object-cover{object-fit:cover}.md\:p-\[0px\]{padding:0}.md\:p-\[30px\]{padding:30px}.md\:py-0{padding-block:calc(var(--spacing)*0)}.md\:pt-\[0px\]{padding-top:0}.md\:pt-\[30px\]{padding-top:30px}.md\:pr-\[30px\]{padding-right:30px}.md\:pb-\[0px\]{padding-bottom:0}.md\:pl-\[30px\]{padding-left:30px}}@media (min-width:64rem){.lg\:mt-\[0px\]{margin-top:0}.lg\:mr-\[30px\]{margin-right:30px}.lg\:mb-\[0px\]{margin-bottom:0}.lg\:ml-\[30px\]{margin-left:30px}.lg\:ml-\[40px\]{margin-left:40px}.lg\:h-\[100\%\]{height:100%}.lg\:h-\[100px\]{height:100px}.lg\:h-\[150px\]{height:150px}.lg\:h-\[330px\]{height:330px}.lg\:h-\[480px\]{height:480px}.lg\:h-\[510px\]{height:510px}.lg\:h-\[600px\]{height:600px}.lg\:h-\[630px\]{height:630px}.lg\:h-auto{height:auto}.lg\:h-full{height:100%}.lg\:w-\[38\%\]{width:38%}.lg\:w-\[58\%\]{width:58%}.lg\:w-\[100\%\]{width:100%}.lg\:w-\[300px\]{width:300px}.lg\:w-\[420px\]{width:420px}.lg\:w-\[460px\]{width:460px}.lg\:w-\[480px\]{width:480px}.lg\:w-\[595px\]{width:595px}.lg\:w-\[650px\]{width:650px}.lg\:w-\[750px\]{width:750px}.lg\:w-\[950px\]{width:950px}.lg\:flex-row{flex-direction:row}.lg\:justify-between{justify-content:space-between}.lg\:bg-\[\#EAE4D6\]{background-color:#eae4d6}.lg\:object-contain{object-fit:contain}.lg\:p-\[0px\]{padding:0}.lg\:p-\[30px\]{padding:30px}.lg\:p-\[60px\]{padding:60px}.lg\:pt-\[10px\]{padding-top:10px}.lg\:pt-\[40px\]{padding-top:40px}.lg\:pt-\[60px\]{padding-top:60px}.lg\:pb-\[0px\]{padding-bottom:0}.lg\:pb-\[10px\]{padding-bottom:10px}.lg\:pb-\[40px\]{padding-bottom:40px}.lg\:pl-\[34px\]{padding-left:34px}.lg\:text-\[24px\]{font-size:24px}}@media (min-width:80rem){.xl\:mt-\[0px\]{margin-top:0}.xl\:mt-\[20px\]{margin-top:20px}.xl\:mt-\[60px\]{margin-top:60px}.xl\:mb-\[0px\]{margin-bottom:0}.xl\:mb-\[60px\]{margin-bottom:60px}.xl\:flex{display:flex}.xl\:h-\[30px\]{height:30px}.xl\:h-\[107\]{height:107px}.xl\:h-\[120px\]{height:120px}.xl\:h-\[123px\]{height:123px}.xl\:h-\[360px\]{height:360px}.xl\:h-\[427px\]{height:427px}.xl\:h-\[440px\]{height:440px}.xl\:h-\[448px\]{height:448px}.xl\:h-\[450px\]{height:450px}.xl\:h-\[453px\]{height:453px}.xl\:h-\[480px\]{height:480px}.xl\:h-\[500px\]{height:500px}.xl\:h-\[600px\]{height:600px}.xl\:h-\[630px\]{height:630px}.xl\:h-\[690px\]{height:690px}.xl\:h-\[700px\]{height:700px}.xl\:h-\[780px\]{height:780px}.xl\:h-\[900px\]{height:900px}.xl\:h-auto{height:auto}.xl\:h-full{height:100%}.xl\:w-\[50\%\]{width:50%}.xl\:w-\[90\%\]{width:90%}.xl\:w-\[100\%\]{width:100%}.xl\:w-\[240px\]{width:240px}.xl\:w-\[360px\]{width:360px}.xl\:w-\[415px\]{width:415px}.xl\:w-\[420px\]{width:420px}.xl\:w-\[480px\]{width:480px}.xl\:w-\[590px\]{width:590px}.xl\:w-\[595px\]{width:595px}.xl\:w-\[600px\]{width:600px}.xl\:w-\[630px\]{width:630px}.xl\:w-\[750px\]{width:750px}.xl\:w-\[780px\]{width:780px}.xl\:w-\[850px\]{width:850px}.xl\:w-\[880px\]{width:880px}.xl\:w-\[900px\]{width:900px}.xl\:w-auto{width:auto}.xl\:w-full{width:100%}.xl\:flex-row{flex-direction:row}.xl\:justify-around{justify-content:space-around}.xl\:justify-between{justify-content:space-between}.xl\:justify-end{justify-content:flex-end}.xl\:justify-start{justify-content:flex-start}.xl\:object-contain{object-fit:contain}.xl\:object-cover{object-fit:cover}.xl\:p-\[0px\]{padding:0}.xl\:py-8{padding-block:calc(var(--spacing)*8)}.xl\:pt-\[0px\]{padding-top:0}.xl\:pt-\[10px\]{padding-top:10px}.xl\:pt-\[20px\]{padding-top:20px}.xl\:pt-\[30px\]{padding-top:30px}.xl\:pt-\[40px\]{padding-top:40px}.xl\:pt-\[50px\]{padding-top:50px}.xl\:pt-\[60px\]{padding-top:60px}.xl\:pr-\[0px\]{padding-right:0}.xl\:pb-\[0px\]{padding-bottom:0}.xl\:pb-\[10px\]{padding-bottom:10px}.xl\:pb-\[20px\]{padding-bottom:20px}.xl\:pb-\[40px\]{padding-bottom:40px}.xl\:pb-\[60px\]{padding-bottom:60px}.xl\:pl-\[0px\]{padding-left:0}.xl\:pl-\[60px\]{padding-left:60px}.xl\:text-\[20px\]{font-size:20px}}@media (min-width:96rem){.\32 xl\:h-\[125vh\]{height:125vh}.\32 xl\:object-cover{object-fit:cover}}}:root{--background:#fff;--foreground:#171717}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}body{background:var(--background);color:var(--foreground);font-family:Arial,Helvetica,sans-serif}@property --tw-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-y{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-z{syntax:"*";inherits:false;initial-value:0}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-space-y-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-space-x-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-leading{syntax:"*";inherits:false}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-tracking{syntax:"*";inherits:false}@property --tw-backdrop-blur{syntax:"*";inherits:false}@property --tw-backdrop-brightness{syntax:"*";inherits:false}@property --tw-backdrop-contrast{syntax:"*";inherits:false}@property --tw-backdrop-grayscale{syntax:"*";inherits:false}@property --tw-backdrop-hue-rotate{syntax:"*";inherits:false}@property --tw-backdrop-invert{syntax:"*";inherits:false}@property --tw-backdrop-opacity{syntax:"*";inherits:false}@property --tw-backdrop-saturate{syntax:"*";inherits:false}@property --tw-backdrop-sepia{syntax:"*";inherits:false}@property --tw-duration{syntax:"*";inherits:false}@property --tw-ease{syntax:"*";inherits:false}