@charset "utf-8"; *{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:"Playpen Sans","Segoe UI",Roboto,sans-serif;font-size:16px;color:#F3F1C4;background-image:linear-gradient(50.498759152186665deg,#8015E8 17.010498046875%,#F9C5B4 48.2696533203125%,#FEFAF1 80.902099609375%);min-height:100vh;margin:8px;line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:"Playpen Sans","Segoe UI",Roboto,sans-serif;font-weight:700;line-height:1.2;margin-bottom:1rem}h1{font-size:3rem}h2{font-size:2.25rem}h3{font-size:1.875rem}h4{font-size:1.5rem}p{margin-bottom:1rem}img{max-width:100%;height:auto;display:block}a{color:#2563eb;text-decoration:none}a:hover{opacity:.8}.rich-text{line-height:1.6}.rich-text div{margin-bottom:.75rem}.rich-text div:last-child{margin-bottom:0}.rich-text-right div{float:right}.rich-text b,.rich-text strong{font-weight:700}.rich-text i,.rich-text em{font-style:italic}.rich-text u{text-decoration:underline}.rich-text s,.rich-text strike{text-decoration:line-through}.rich-text a{text-decoration:underline;cursor:pointer}.rich-text a:hover{opacity:.8}.rich-text ul,.rich-text ol{margin-left:1.5rem;margin-top:.5rem;margin-bottom:.5rem;padding-left:.5rem}.rich-text ul{list-style-type:disc;list-style-position:outside}.rich-text ol{list-style-type:decimal;list-style-position:outside}.rich-text li{margin-bottom:.25rem;display:list-item}.rich-text p{margin-bottom:.75rem}.rich-text p:last-child{margin-bottom:0}.rich-text font[color]{display:inline}.btn{display:inline-block;padding:.75rem 1.5rem;background:#2563eb;color:#fff;border:0;border-radius:.5rem;font-weight:600;text-decoration:none;cursor:pointer;transition:all .3s ease;font-size:1rem}.btn:hover{opacity:.9;transform:translateY(-2px)}.container{max-width:100%;margin:0 auto;padding:0}.navbar{padding:1rem 0;border-bottom:1px solid #3b82f6;position:sticky;top:0;z-index:1000}.nav-container{max-width:100%;margin:0 auto;padding:0 1rem;display:flex;justify-content:space-between;align-items:center}.nav-logo{font-weight:700;font-size:1.5rem;color:#2563eb}.nav-logo-img{max-height:50px;width:auto;padding-left:25px}.nav-links{display:flex;gap:2rem;list-style:none;align-items:center}.nav-link{color:#1e293b;text-decoration:none;font-weight:500;transition:color .3s ease}.default-link{color:#F3F1C4;text-decoration:none;font-weight:500;transition:color .3s ease}.nav-link:hover{color:#2563eb}.mobile-menu-toggle{display:none;background:none;border:0;cursor:pointer;padding:.5rem}.hamburger{display:block;width:25px;height:2px;background:#1e293b;position:relative;transition:all .3s ease}.hamburger::before,.hamburger::after{content:'';position:absolute;width:25px;height:2px;background:#1e293b;transition:all .3s ease}.hamburger::before{top:-8px}.hamburger::after{bottom:-8px}.cta-section{padding:4rem 1rem;text-align:center;background:#3b82f620}.cta-content{max-width:700px;margin:0 auto}.cta-title{font-size:2rem;margin-bottom:1rem}.cta-description{font-size:1.125rem;margin-bottom:2rem;opacity:.9}.footer{padding:3rem 1rem;background:#1e293b;color:#fff;text-align:center}.footer-content{max-width:1200px;margin:0 auto}.footer-copyright{margin-bottom:1rem}.footer-links{display:flex;gap:1.5rem;list-style:none;justify-content:center;flex-wrap:wrap}.footer-link{color:#fff;opacity:.8}.footer-link:hover{opacity:1}.form-section{padding:4rem 1rem;background:#fff}.form-container{max-width:600px;margin:0 auto}.form-title{font-size:2rem;font-weight:700;text-align:center;margin-bottom:.5rem;color:#1e293b}.form-description{text-align:center;color:#1e293b;opacity:.7;margin-bottom:2rem}.form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:600;font-size:.875rem;color:#1e293b}.form-group label .required{color:#ef4444;margin-left:.25rem}.form-group input,.form-group textarea,.form-group select{width:100%;padding:.75rem;border:1px solid #3b82f6;border-radius:.5rem;font-family:inherit;font-size:1rem;background:#fff;color:#1e293b;transition:all .3s ease}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb20}.form-group textarea{min-height:120px;resize:vertical}.form-submit{width:100%;margin-top:.5rem}.form-success{margin-top:1rem;padding:.75rem;background:#dcfce7;color:#166534;border-radius:.5rem;text-align:center;font-size:.875rem;font-weight:500}.map-section{padding:4rem 2rem}.map-container{max-width:1200px;margin:0 auto}.map-title{font-size:2rem;font-weight:700;text-align:center;margin-bottom:2rem;color:#1e293b}.map{border-radius:.5rem;box-shadow:0 4px 6px rgba(0,0,0,0.1);overflow:hidden}.gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;padding:2rem 1rem}.gallery-item img{width:100%;height:100%;object-fit:cover;border-radius:.5rem}.grid-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;padding:2rem 1rem}@media (max-width:768px){.mobile-menu-toggle{display:block}.nav-links{position:absolute;top:100%;left:0;right:0;background:#FEFAF1;flex-direction:column;gap:0;padding:1rem;box-shadow:0 4px 6px rgba(0,0,0,0.1);display:none}.nav-links.show{display:flex}.nav-item{width:100%;padding:.75rem 0;border-bottom:1px solid #3b82f6}.grid-container{grid-template-columns:1fr}}@media (max-width:480px){.btn{padding:.625rem 1.25rem;font-size:.875rem}}.component-navnav{padding:20px 40px;border-bottom:1px solid #e5e7eb;box-shadow:0 1px 3px rgba(0,0,0,0.05);margin-bottom:32px}@media (max-width:1024px){.component-navnav{padding:16px 24px}}@media (max-width:768px){.component-navnav{padding:12px 20px;font-size:14px}}.component-section-h{display:flex;gap:1rem;min-width:250px}.component-section-r{padding:4rem 2rem;margin:0 auto;background-color:#711395;max-width:750px;min-width:250px}.component-section-p{padding:4rem 2rem;margin:0 auto;display:flex;align-items:center}.component-caps-head{font-size:3rem;font-weight:500;margin-bottom:1rem;font-family:"BauhausC","Bauhaus",sans-serif,"Segoe UI",Roboto,sans-serif}.component-default-head{font-size:2rem;font-weight:700;margin-bottom:1rem}.component-text-default-style{font-size:1rem;line-height:1.5}.component-img-default{max-width:100%;height:auto;min-width:250px}.component-1766933286113-lariejsjz{padding:;border-radius:.5rem;background-color:#F3F1C4;color:#403F2B;border:0;cursor:pointer}.component-1766933409403-plx4579bf{padding:;border-radius:.5rem;background-color:#F3F1C4;color:#403F2B;border:0;cursor:pointer;margin-left:8px}.component-1766933411563-vbsduhrp8{padding:;border-radius:.5rem;background-color:#F3F1C4;color:#403F2B;border:0;cursor:pointer;margin-right:0;margin-left:8px}