.container{display:flex;flex-direction:column;align-items:center;justify-content:space-between;min-height:100vh;box-sizing:border-box;position:relative;overflow:hidden}.container:before{content:"";position:absolute;top:-50%;left:-50%;right:-50%;bottom:-50%;background:linear-gradient(to bottom right,rgba(147,186,61,.1),rgba(46,151,216,.1));animation:gradientBG 15s ease infinite;z-index:-1}.decorativeHeader{height:100px;position:relative;z-index:2;background-image:url(/decorative-header-2.png);background-repeat:repeat;background-size:cover;background-position:50%;width:100%;margin-top:-20px}.borderedWrapper{position:relative;z-index:2;background-color:hsla(0,0%,100%,.9);border:2px solid #e0e0e0;border-radius:20px;box-shadow:0 4px 15px rgba(0,0,0,.1);padding:40px;max-width:900px;width:90%;margin:20px 0}.main{display:flex;flex-direction:column;align-items:center;justify-content:center;flex-grow:1}.headerContent,.main{text-align:center;width:100%}.headerContent{padding:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;box-shadow:10px 0 20px rgba(0,0,0,.2);margin-bottom:20px;max-width:600px;background-color:hsla(0,0%,100%,.9)}.title{font-size:28px;color:#14264e;margin-bottom:10px;font-weight:700}.subtitle{font-size:24px;margin-bottom:10px;font-weight:800}.subsubtitle,.subtitle{color:#2e97d8;text-transform:uppercase}.subsubtitle{font-size:18px;font-weight:700}.layoutWrapper{display:flex;justify-content:space-between;align-items:stretch;gap:20px;width:100%;margin-top:20px;flex-grow:1}.thermometerWrapper{display:flex;flex-direction:column;align-items:center;width:100%;max-width:150px;margin:0 auto}.thermometerContainer{position:relative;width:60px;height:300px;margin-bottom:20px}.thermometerBulb{bottom:-20px;width:50px;height:50px;background-color:#93ba3d;border-radius:50%;z-index:2;background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent)}.thermometerBulb,.thermometerTube{position:absolute;left:50%;transform:translateX(-50%)}.thermometerTube{bottom:15px;width:20px;height:280px;background-color:#e0e0e0;border-radius:10px;overflow:hidden}.thermometerBar{height:100%;background-color:#e0e0e0}.thermometerBar,.thermometerFill{position:absolute;bottom:0;left:0;width:100%;border-radius:30px}.thermometerFill{background-color:#93ba3d;transition:height .5s ease;background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-size:40px 40px;animation:fillAnimation 2s ease-out,stripeAnimation 1s linear infinite}.thermometerMilestones{position:absolute;top:0;left:100%;height:100%;display:flex;flex-direction:column;justify-content:space-between;padding:10px 0}.thermometerMilestone{position:absolute;display:flex;align-items:center;transform:translateY(50%)}.thermometerMilestoneTick{width:10px;height:2px;background-color:#666;margin-right:5px}.thermometerMilestoneLabel{font-size:12px;color:#666}.thermometerGoal{font-size:14px;font-weight:700;color:#333}.currentValue{font-size:18px;font-weight:700;margin-bottom:20px;color:#93ba3d}.contentWrapper{display:flex;flex-direction:column;background-color:hsla(0,0%,100%,.9);padding:20px;border-radius:10px;box-shadow:0 2px 10px rgba(0,0,0,.1)}.leftContent{flex:1;max-width:300px}.rightContent{flex:2;align-items:center;justify-content:center}.textCenter{font-size:20px;color:#000;font-weight:700;margin-top:20px;margin-bottom:10px}.counterDisplay{font-size:80px;color:#06c;margin:30px 0}.buttonContainer{display:flex;gap:30px;margin-top:20px}.button{padding:15px 30px;font-size:20px;background-color:#06c;color:#fff;border:none;border-radius:5px;cursor:pointer;transition:background-color .3s ease}.button:hover{background-color:#004c99}.footer{height:300px;width:100%;position:relative;overflow:hidden}.footerImage{position:absolute;bottom:0;left:50%;transform:translateX(-50%);max-width:100%;height:auto;object-fit:cover;object-position:top center}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{transform:translateX(-50px);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes slideUp{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes shake{0%{transform:translateX(0)}25%{transform:translateX(5px)}50%{transform:translateX(-5px)}75%{transform:translateX(5px)}to{transform:translateX(0)}}@keyframes gradientBG{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes fillAnimation{0%{height:0;opacity:0}to{opacity:1}}@keyframes stripeAnimation{0%{background-position:0 0}to{background-position:40px 0}}.fadeIn{animation:fadeIn 1s ease-out}.slideIn{animation:slideIn .5s ease-out}.slideUp{animation:slideUp .5s ease-out}.pulse{animation:pulse 2s infinite}.shakeOnHover:hover{animation:shake .5s ease-in-out}@media (max-width:1024px){.layoutWrapper{flex-direction:column;align-items:center}.leftContent,.rightContent{width:100%;max-width:100%}.thermometerContainer{width:40px;height:250px}}@media (max-width:768px){.borderedWrapper{padding:20px}.headerContent{padding:15px 20px}.title{font-size:24px}.subtitle{font-size:20px}.subsubtitle{font-size:16px}.counterDisplay{font-size:60px}.button{padding:12px 24px;font-size:18px}.thermometerContainer{width:30px;height:200px}.thermometerMilestoneLabel{font-size:10px}}@media (max-width:480px){.container{padding:10px}.borderedWrapper{padding:15px}.headerContent{padding:10px 15px}.title{font-size:20px}.subtitle{font-size:18px}.subsubtitle{font-size:14px}.counterDisplay{font-size:48px}.button{padding:10px 20px;font-size:16px}.thermometerContainer{width:25px;height:150px}.thermometerMilestoneLabel{font-size:8px}.footer{height:150px;margin-top:10px}.footerImage{height:100%;width:auto;max-width:none;object-fit:cover}}*,:after,:before{--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:rgba(59,130,246,.5);--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: }::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:rgba(59,130,246,.5);--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: }/*
! tailwindcss v3.4.13 | MIT License | https://tailwindcss.com
*/*,:after,:before{box-sizing:border-box;border:0 solid #e5e7eb}:after,:before{--tw-content:""}:host,html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-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,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}.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}}.relative{position:relative}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:root{--background:#fff;--foreground:#171717}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}body{color:var(--foreground);font-family:Arial,Helvetica,sans-serif;margin:0;padding:0}#__next,body{min-height:100vh}#__next{background:linear-gradient(-45deg,#1f9dd0,#123a5a,#88b13a);background-size:400% 400%;animation:gradientAnimation 15s ease infinite}@keyframes gradientAnimation{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}