:root{--sc-dot-size: 6px;--sc-active-dot-size: 8px;--sc-dot-size-animation-time: .25s}.sc-carousel-dot__dot.svelte-yu7247{background-color:var(--sc-color-rgb-light);border-radius:50%;display:inline-block;opacity:.5;transition:opacity .1s ease,height var(--sc-dot-size-animation-time) ease,width var(--sc-dot-size-animation-time) ease;cursor:pointer;-webkit-tap-highlight-color:transparent;height:var(--sc-dot-size);width:var(--sc-dot-size)}.sc-carousel-dot__dot.svelte-yu7247:hover{opacity:.9}.sc-carousel-dot__dot_active.svelte-yu7247{opacity:.7;height:var(--sc-active-dot-size);width:var(--sc-active-dot-size)}.sc-carousel-dots__container.svelte-1oj5bge{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;padding:0 30px}.sc-carousel-dots__dot-container.svelte-1oj5bge{height:calc(var(--sc-dot-size) + 14px);width:calc(var(--sc-dot-size) + 10px);display:flex;align-items:center;justify-content:center}:root{--sc-arrow-size: 2px}.sc-carousel-arrow__circle.svelte-9ztt4p{width:20px;height:20px;border-radius:50%;background-color:var(--sc-color-rgb-light-50p);display:flex;align-items:center;justify-content:center;transition:opacity .1s ease;cursor:pointer;-webkit-tap-highlight-color:transparent}.sc-carousel-arrow__circle.svelte-9ztt4p:hover{opacity:.9}.sc-carousel-arrow__arrow.svelte-9ztt4p{border:solid var(--sc-color-hex-dark);border-width:0 var(--sc-arrow-size) var(--sc-arrow-size) 0;padding:var(--sc-arrow-size);position:relative}.sc-carousel-arrow__arrow-next.svelte-9ztt4p{transform:rotate(-45deg);left:calc(var(--sc-arrow-size) / -2)}.sc-carousel-arrow__arrow-prev.svelte-9ztt4p{transform:rotate(135deg);right:calc(var(--sc-arrow-size) / -2)}.sc-carousel-arrow__circle_disabled.svelte-9ztt4p,.sc-carousel-arrow__circle_disabled.svelte-9ztt4p:hover{opacity:.5}.sc-carousel-progress__indicator.svelte-nuyenl{height:100%;background-color:var(--sc-color-hex-dark-50p)}:root{--sc-color-rgb-light-50p: rgba(93, 93, 93, .5);--sc-color-rgb-light: #5d5d5d;--sc-color-hex-dark-50p: rgba(30, 30, 30, .5);--sc-color-hex-dark: #1e1e1e}.sc-carousel__carousel-container.svelte-uwo0yk{display:flex;width:100%;flex-direction:column;align-items:center}.sc-carousel__content-container.svelte-uwo0yk{position:relative;display:flex;width:100%}.sc-carousel__pages-window.svelte-uwo0yk{flex:1;display:flex;overflow:hidden;box-sizing:border-box;position:relative}.sc-carousel__pages-container.svelte-uwo0yk{width:100%;display:flex;transition-property:transform}.sc-carousel__arrow-container.svelte-uwo0yk{padding:5px;box-sizing:border-box;display:flex;align-items:center;justify-content:center}.sc-carousel-progress__container.svelte-uwo0yk{width:100%;height:5px;background-color:var(--sc-color-rgb-light-50p);position:absolute;bottom:0}.sc-carousel-button{all:unset;cursor:pointer}.sc-carousel-button:focus{outline:5px auto}main.svelte-d9nsv3{justify-content:center}section.svelte-d9nsv3{margin-bottom:2.5rem}.intro.svelte-d9nsv3{text-align:center;max-width:800px;margin:0 auto 3rem;padding:1.5rem;background-color:#0009;border-radius:8px}.intro.svelte-d9nsv3 h2:where(.svelte-d9nsv3){font-size:2rem;margin-bottom:1rem}.intro.svelte-d9nsv3 p:where(.svelte-d9nsv3){font-size:1.2rem;line-height:1.6;margin-bottom:1.5rem}.cta-button.svelte-d9nsv3{display:inline-block;background:var(--mainTheme);color:#fff;padding:.75rem 1.5rem;border-radius:5px;text-decoration:none;font-weight:600;transition:background .2s ease}.cta-button.svelte-d9nsv3:hover{background:var(--mainThemeDark);color:var(--accent)}.services.svelte-d9nsv3{display:flex;flex-wrap:wrap;justify-content:space-evenly;padding:2%;width:96%;gap:1.5rem}.service-card.svelte-d9nsv3{background-color:#0009;border:2px solid var(--accent);border-radius:8px;padding:1.5rem;width:300px;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 4px 6px #0000001a}.service-card.svelte-d9nsv3:hover{transform:translateY(-5px);box-shadow:0 8px 15px #0000001a}.service-card.svelte-d9nsv3 h3:where(.svelte-d9nsv3){color:var(--accent);margin-top:0;margin-bottom:.75rem;font-size:1.5rem}.service-card.svelte-d9nsv3 p:where(.svelte-d9nsv3){margin:0;line-height:1.5;color:var(--text)}.featured-work.svelte-d9nsv3{width:90%;max-width:1100px;margin:0 auto}.featured-work.svelte-d9nsv3 h2:where(.svelte-d9nsv3){text-align:center}.project-list.svelte-d9nsv3{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center;margin:1.5rem 0}.project-card.svelte-d9nsv3{background-color:var(--accentLight);color:var(--mainThemeDark);border-radius:8px;padding:1.5rem;width:320px;text-decoration:none;transition:transform .3s ease}.project-card.svelte-d9nsv3:hover{transform:translateY(-5px)}.project-card.svelte-d9nsv3 h3:where(.svelte-d9nsv3){color:var(--mainTheme);margin-top:0;margin-bottom:.5rem}.project-card.svelte-d9nsv3 p:where(.svelte-d9nsv3){color:var(--mainThemeDark);font-size:1rem;line-height:1.5;margin:0 0 .75rem}.stack.svelte-d9nsv3{display:inline-block;font-size:.85rem;font-weight:600;color:var(--mainThemeDark);background:#00575726;padding:.25rem .5rem;border-radius:4px}.secondary-link.svelte-d9nsv3{display:block;text-align:center;margin-top:1rem;font-weight:600}.text-box.svelte-d9nsv3{background-color:#0009;border-radius:8px;padding:1.5rem;max-width:800px;margin:0 auto 1.5rem;text-align:center}.text-box.svelte-d9nsv3 h2:where(.svelte-d9nsv3),.text-box.svelte-d9nsv3 p:where(.svelte-d9nsv3){margin:0}.text-box.svelte-d9nsv3 p:where(.svelte-d9nsv3){margin-top:.5rem}.final-cta.svelte-d9nsv3{text-align:center;padding:2rem 1rem;border:2px solid var(--accent);border-radius:8px;max-width:800px;margin:0 auto;background-color:#0009}.final-cta.svelte-d9nsv3 h2:where(.svelte-d9nsv3){margin-top:0}.carousel-container.svelte-d9nsv3{width:100%;position:relative;overflow:hidden}.testimonial-slide.svelte-d9nsv3{width:100%;min-height:200px;display:flex;justify-content:center;align-items:center;padding:1rem 0}.testimonial.svelte-d9nsv3{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:1.5rem;width:90%;max-width:800px;margin:0 auto}.testimonial.svelte-d9nsv3 p:where(.svelte-d9nsv3){margin-bottom:.75rem;line-height:1.6}.testimonial.svelte-d9nsv3 .author:where(.svelte-d9nsv3){font-style:italic;margin-top:1rem;color:var(--accent)}.testimonials.svelte-d9nsv3{display:block;width:80%;margin-left:10%;border-style:solid;border-width:2px;border-color:var(--accent);padding:1rem 0;background-color:#0009;border-radius:8px}@media (max-width: 768px){.services.svelte-d9nsv3,.project-list.svelte-d9nsv3{flex-direction:column;align-items:center;width:100%;padding:0}.service-card.svelte-d9nsv3,.project-card.svelte-d9nsv3{width:90%;margin-bottom:1rem}.intro.svelte-d9nsv3{padding:1rem;margin-bottom:2rem}.intro.svelte-d9nsv3 h2:where(.svelte-d9nsv3){font-size:1.5rem}.intro.svelte-d9nsv3 p:where(.svelte-d9nsv3){font-size:1rem}.featured-work.svelte-d9nsv3{width:100%}.testimonials.svelte-d9nsv3{width:100%;margin-left:0}.text-box.svelte-d9nsv3{padding:1rem;margin:0 auto 1rem;width:90%}.final-cta.svelte-d9nsv3{padding:1.5rem 1rem;width:90%}}
