@import"https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&family=Raleway:wght@300;400;600&display=swap";.cookie-consent{position:fixed;bottom:2rem;left:2rem;max-width:400px;background-color:#fff;border-radius:8px;box-shadow:0 5px 20px #00000026;z-index:1000;overflow:hidden;animation:slideUp .5s ease}.cookie-content{padding:1.5rem}.cookie-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.cookie-header h3{margin:0;color:var(--text)}.cookie-close{background:none;border:none;font-size:1.5rem;cursor:pointer;color:var(--text-light)}.cookie-consent p{font-size:.9rem;margin-bottom:1rem}.cookie-links{display:flex;gap:1rem;margin-bottom:1.5rem}.cookie-links a{font-size:.85rem;text-decoration:underline}.cookie-actions{display:flex;gap:.5rem;justify-content:flex-end}.cookie-actions button{padding:.5rem 1rem;font-size:.9rem}.cookie-settings{max-height:400px;overflow-y:auto}.cookie-option{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid var(--gray-200)}.cookie-option:last-of-type{border-bottom:none;margin-bottom:1rem}.cookie-option h4{font-size:1rem;margin:0 0 .25rem}.cookie-option p{font-size:.8rem;margin:0;color:var(--text-light)}.toggle{position:relative;display:inline-block;width:50px;height:24px;flex-shrink:0}.toggle input{opacity:0;width:0;height:0}.toggle-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:var(--gray-300);transition:.3s;border-radius:24px}.toggle-slider:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;transition:.3s;border-radius:50%}input:checked+.toggle-slider{background-color:var(--primary)}input:checked+.toggle-slider:before{transform:translate(26px)}input:disabled+.toggle-slider{opacity:.7;cursor:not-allowed}.save-preferences{width:100%;margin-top:1rem}@media (max-width: 576px){.cookie-consent{left:1rem;right:1rem;bottom:1rem;max-width:none}.cookie-actions{flex-direction:column}.cookie-actions button{width:100%}}@keyframes slideUp{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.layout{display:flex;flex-direction:column;min-height:100vh}.header{position:fixed;top:0;left:0;width:100%;background-color:transparent;transition:all .3s ease;z-index:999;padding:1rem 0}.header.scrolled{background-color:#fffffff2;box-shadow:0 2px 10px #0000001a;padding:.5rem 0}.header-container{display:flex;justify-content:space-between;align-items:center}.logo{z-index:100}.logo h1{font-size:1.5rem;margin:0;color:var(--primary);transition:all .3s ease}.scrolled .logo h1{font-size:1.25rem}.nav{display:flex;align-items:center}.nav-list{display:flex;list-style:none;margin:0;padding:0}.nav-list li{margin-left:1.5rem;position:relative}.nav-list li a{color:var(--text);font-weight:600;padding:.5rem 0;position:relative}.nav-list li a:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background-color:var(--primary);transition:width .3s ease}.nav-list li a:hover:after,.nav-list li.active a:after{width:100%}.nav-toggle{display:none;cursor:pointer;z-index:100}.main{flex:1;margin-top:70px}.footer{background-color:#222;color:#fff;padding:3rem 0 1rem}.footer-content{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-bottom:2rem}.footer-section h3{color:var(--primary);margin-bottom:1.5rem;position:relative}.footer-section h3:after{content:"";position:absolute;bottom:-.5rem;left:0;width:40px;height:2px;background-color:var(--primary)}.footer-links{list-style:none;padding:0}.footer-links li{margin-bottom:.5rem}.footer-links a{color:#ddd}.footer-links a:hover{color:var(--primary)}.footer-bottom{text-align:center;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1)}.scroll-top{position:fixed;bottom:2rem;right:2rem;background-color:var(--primary);color:#fff;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;border:none;box-shadow:0 2px 10px #0000001a;z-index:998;transition:all .3s ease}.scroll-top:hover{background-color:var(--primary-dark);transform:translateY(-3px)}@media (max-width: 992px){.footer-content{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.nav{position:fixed;top:0;right:-100%;width:250px;height:100vh;background-color:#fff;flex-direction:column;align-items:flex-start;padding:5rem 2rem 2rem;transition:right .3s ease;box-shadow:-5px 0 15px #0000001a;z-index:99}.nav.open{right:0}.nav-list{flex-direction:column;width:100%}.nav-list li{margin:0 0 1rem;width:100%}.nav-list li a{display:block;padding:.5rem 0}.nav-toggle{display:block}.main{margin-top:60px}}@media (max-width: 576px){.footer-content{grid-template-columns:1fr;text-align:center}.footer-section h3:after{left:50%;transform:translate(-50%)}.footer-links{text-align:center}}.hero{min-height:100vh;height:auto;background-image:linear-gradient(#0009,#0009),url(https://images.pexels.com/photos/4614292/pexels-photo-4614292.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1);background-size:cover;background-position:center;background-attachment:fixed;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;padding:2rem;position:relative;overflow:hidden}.hero-content{max-width:1200px;width:100%;margin:0 auto;z-index:1}.hero-title{font-size:clamp(2rem,5vw,3rem);margin-bottom:1rem;line-height:1.2;animation:fadeIn 1s ease-in;color:var(--primary)}.hero-subtitle{font-size:clamp(1.2rem,3vw,1.5rem);margin-bottom:1.5rem;animation:fadeIn 1s ease-in .3s forwards;opacity:0;color:var(--primary)}.hero-text{font-size:clamp(1rem,2vw,1.1rem);margin-bottom:2rem;animation:fadeIn 1s ease-in .6s forwards;opacity:0;max-width:800px;margin-left:auto;margin-right:auto}.booking-form-container{background-color:#fffffff2;border-radius:8px;padding:2rem;max-width:900px;margin:2rem auto 0;box-shadow:0 5px 20px #0003}.booking-form{width:100%}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.form-group{margin-bottom:1rem}.form-group label{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem;color:var(--text);font-weight:600}.form-group label svg{flex-shrink:0;color:var(--primary)}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.75rem;border:1px solid var(--gray-300);border-radius:4px;font-family:inherit;font-size:1rem;background-color:#fff;color:var(--text)}.form-group input::-moz-placeholder,.form-group textarea::-moz-placeholder{color:var(--text-light)}.form-group input::placeholder,.form-group textarea::placeholder{color:var(--text-light)}.form-group select{color:var(--text)}.form-group select option{color:var(--text);background-color:#fff}.form-group textarea{height:100px;resize:vertical}.search-button{width:100%;margin-top:1.5rem;display:inline-flex;align-items:center;justify-content:center;gap:.5rem}.search-button svg{flex-shrink:0}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.about-image{height:400px;overflow:hidden;border-radius:8px;box-shadow:0 5px 15px #0000001a}.about-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:8px}.about-text ul{margin:1.5rem 0;padding-left:1.5rem}.about-text ul li{margin-bottom:.5rem}.about-text .btn{margin-top:1rem}.tours-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem}.tour-card{background-color:#fff;border-radius:8px;overflow:hidden;box-shadow:0 5px 15px #0000001a;transition:transform .3s ease,box-shadow .3s ease;text-decoration:none;color:var(--text)}.tour-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #00000026}.tour-image{position:relative;height:400px;overflow:hidden}.tour-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .5s ease}.tour-card:hover .tour-image img{transform:scale(1.05)}.tour-content{padding:1.5rem}.tour-content h3{margin-bottom:1rem}.tour-info{display:grid;grid-template-columns:1fr;gap:.5rem;margin-bottom:1rem;font-size:.9rem;color:var(--text-light)}.tour-info div{display:flex;align-items:center;gap:.5rem}.tour-content p{margin-bottom:1.5rem;font-size:.95rem}.tour-price{font-weight:600;font-size:1.1rem;color:var(--secondary)}.advantages-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.advantage-card{padding:2rem;background-color:#fff;border-radius:8px;box-shadow:0 5px 15px #0000000d;text-align:center;transition:transform .3s ease}.advantage-card:hover{transform:translateY(-5px)}.advantage-icon{display:flex;align-items:center;justify-content:center;width:70px;height:70px;background-color:var(--gray-100);border-radius:50%;margin:0 auto 1.5rem;color:var(--primary);transition:all .3s ease}.advantage-card:hover .advantage-icon{background-color:var(--primary);color:#fff}.advantage-card h3{margin-bottom:1rem}.advantage-card p{font-size:.95rem;color:var(--text-light)}.testimonials{background-color:var(--gray-100)}.testimonials-carousel{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.testimonial-card{background-color:#fff;padding:2rem;border-radius:8px;box-shadow:0 5px 15px #0000000d;position:relative}.testimonial-card:before{content:'"';position:absolute;top:1rem;left:1.5rem;font-size:4rem;font-family:Georgia,serif;color:#d4af3733;line-height:1}.testimonial-rating{display:flex;gap:.25rem;margin-bottom:1rem}.testimonial-text{font-style:italic;margin-bottom:1.5rem;position:relative;z-index:1}.testimonial-author{display:flex;align-items:center;justify-content:flex-end}.testimonial-name{font-weight:600;margin:0}.form-success{text-align:center;padding:2rem;background-color:#fff;border-radius:8px}@media (max-width: 992px){.about-content{grid-template-columns:1fr;gap:2rem}.about-image{order:-1}.tours-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.booking-form-container{margin-top:1.5rem}}@media (max-width: 768px){.hero{padding:1rem}.booking-form-container{padding:1.5rem}.form-grid,.testimonials-carousel{grid-template-columns:1fr}}@media (max-width: 576px){.tour-image{height:250px}.booking-form-container{padding:1rem}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.page-header{background-image:linear-gradient(#0009,#0009),url(https://images.pexels.com/photos/5257587/pexels-photo-5257587.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1);background-size:cover;background-position:center;color:#fff;padding:6rem 0;text-align:center}.about-story{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.about-image{position:relative}.about-image img{width:100%;height:auto;border-radius:8px;box-shadow:0 5px 15px #0000001a}.about-content h2{margin-bottom:1.5rem;position:relative}.about-content h2:after{content:"";position:absolute;bottom:-.5rem;left:0;width:60px;height:3px;background-color:var(--primary)}.about-content p{margin-bottom:1.5rem}.mission-section{background-color:var(--gray-100)}.mission-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.mission-text h2{margin-bottom:1.5rem;position:relative}.mission-text h2:after{content:"";position:absolute;bottom:-.5rem;left:0;width:60px;height:3px;background-color:var(--primary)}.mission-text p{margin-bottom:1.5rem}.mission-image img{width:100%;height:auto;border-radius:8px;box-shadow:0 5px 15px #0000001a}.values-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem}.value-card{background-color:#fff;padding:2rem;border-radius:8px;box-shadow:0 5px 15px #0000000d;transition:transform .3s ease}.value-card:hover{transform:translateY(-5px)}.value-icon{display:flex;align-items:center;justify-content:center;width:70px;height:70px;background-color:var(--gray-100);border-radius:50%;margin-bottom:1.5rem;color:var(--primary);transition:all .3s ease}.value-card:hover .value-icon{background-color:var(--primary);color:#fff}.value-card h3{margin-bottom:1rem}.value-card p{color:var(--text-light)}.team-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:2rem}.team-member{text-align:center}.team-photo{width:200px;height:200px;border-radius:50%;overflow:hidden;margin:0 auto 1.5rem;box-shadow:0 5px 15px #0000001a}.team-photo img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.team-member h3{margin-bottom:.5rem}.team-role{color:var(--primary);font-weight:600;margin-bottom:1rem}.team-bio{color:var(--text-light);font-size:.95rem}.cta-section{background-image:linear-gradient(#000000b3,#000000b3),url(https://images.pexels.com/photos/6992/forest-trees-northwestisbest-exploress.jpg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1);background-size:cover;background-position:center;background-attachment:fixed}.cta-box{background-color:#fff;padding:3rem;border-radius:8px;text-align:center;max-width:800px;margin:0 auto;box-shadow:0 10px 30px #0000001a}.cta-box h2{margin-bottom:1.5rem}.cta-box p{margin-bottom:2rem;color:var(--text-light)}.cta-buttons{display:flex;gap:1rem;justify-content:center}@media (max-width: 992px){.about-story,.mission-content{grid-template-columns:1fr;gap:2rem}.about-image,.mission-image{order:-1}}@media (max-width: 768px){.page-header{padding:4rem 0}.page-header h1{font-size:2rem}.team-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.team-photo{width:150px;height:150px}.cta-box{padding:2rem}.cta-buttons{flex-direction:column;max-width:300px;margin:0 auto}}@media (max-width: 576px){.cta-box{padding:1.5rem}}.page-header{background-image:linear-gradient(#0009,#0009),url(https://images.pexels.com/photos/2526025/pexels-photo-2526025.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1);background-size:cover;background-position:center;color:#fff;padding:6rem 0;text-align:center}.tour-tabs{display:flex;justify-content:center;margin-bottom:3rem;border-bottom:1px solid var(--gray-300)}.tour-tab{padding:1rem 2rem;margin:0 .5rem;background:none;border:none;font-weight:600;font-size:1rem;cursor:pointer;position:relative;transition:all .3s ease;color:var(--text-light)}.tour-tab:after{content:"";position:absolute;bottom:0;left:0;width:0;height:3px;background-color:var(--primary);transition:width .3s ease}.tour-tab:hover,.tour-tab.active{color:var(--text)}.tour-tab.active:after{width:100%}.tours-container{display:flex;flex-direction:column;gap:3rem}.tour-item{background-color:#fff;border-radius:8px;overflow:hidden;box-shadow:0 5px 15px #0000000d;display:grid;grid-template-columns:350px 1fr}.tour-image{position:relative;height:100%}.tour-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.tour-duration{position:absolute;bottom:1rem;right:1rem;background-color:var(--primary);color:#fff;padding:.25rem .75rem;border-radius:20px;font-size:.85rem;font-weight:600;display:flex;align-items:center;gap:.25rem}.tour-content{padding:2rem}.tour-content h2{margin-bottom:1rem}.tour-meta{display:flex;flex-wrap:wrap;gap:1.5rem;margin-bottom:1.5rem;font-size:.9rem;color:var(--text-light)}.tour-meta-item{display:flex;align-items:center;gap:.5rem}.tour-description{margin-bottom:1.5rem;line-height:1.6}.tour-highlights,.tour-includes{margin-bottom:1.5rem}.tour-highlights h3,.tour-includes h3{font-size:1.2rem;margin-bottom:.75rem}.tour-highlights ul,.tour-includes ul{list-style:none;padding:0}.tour-highlights li,.tour-includes li{display:flex;align-items:flex-start;gap:.5rem;margin-bottom:.5rem;font-size:.95rem}.tour-footer{display:flex;align-items:center;justify-content:space-between;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--gray-200)}.tour-price{font-size:1.5rem;font-weight:600;color:var(--secondary)}.tour-price span{font-size:.9rem;font-weight:400;color:var(--text-light)}.features-section{background-color:var(--gray-100)}.features-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem}.feature-item{background-color:#fff;padding:2rem;border-radius:8px;box-shadow:0 5px 15px #0000000d;text-align:center;transition:transform .3s ease}.feature-item:hover{transform:translateY(-5px)}.feature-icon{display:flex;align-items:center;justify-content:center;width:70px;height:70px;background-color:var(--gray-100);border-radius:50%;margin:0 auto 1.5rem;color:var(--primary);transition:all .3s ease}.feature-item:hover .feature-icon{background-color:var(--primary);color:#fff}.feature-item h3{margin-bottom:1rem}.feature-item p{color:var(--text-light);font-size:.95rem}.inquiry-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}.inquiry-text h2,.inquiry-text p{margin-bottom:1.5rem}.inquiry-benefits{list-style:none;padding:0}.inquiry-benefits li{display:flex;align-items:flex-start;gap:.5rem;margin-bottom:.75rem}.inquiry-form-container{background-color:#fff;border-radius:8px;overflow:hidden;box-shadow:0 5px 15px #0000001a}.inquiry-form{padding:2rem}.inquiry-form h3{margin-bottom:1.5rem;text-align:center}.form-group textarea{height:120px;resize:vertical}.form-group.error input,.form-group.error select{border-color:var(--error)}@media (max-width: 1100px){.tour-item{grid-template-columns:1fr}.tour-image{height:300px}}@media (max-width: 992px){.inquiry-content{grid-template-columns:1fr}}@media (max-width: 768px){.page-header{padding:4rem 0}.page-header h1{font-size:2rem}.tour-tabs{flex-wrap:wrap}.tour-tab{padding:.75rem 1.5rem}.tour-meta{flex-direction:column;gap:.75rem}.tour-footer{flex-direction:column;gap:1rem}.features-grid{grid-template-columns:1fr}}@media (max-width: 576px){.tour-image{height:250px}}.page-header{background-image:linear-gradient(#0009,#0009),url(https://images.pexels.com/photos/7014337/pexels-photo-7014337.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1);background-size:cover;background-position:center;color:#fff;padding:6rem 0;text-align:center}.page-header h1{font-size:2.5rem;margin-bottom:1rem;color:#fff}.page-header p{font-size:1.1rem;max-width:700px;margin:0 auto}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem}.contact-info h2{margin-bottom:1.5rem;position:relative}.contact-info h2:after{content:"";position:absolute;bottom:-.5rem;left:0;width:60px;height:3px;background-color:var(--primary)}.contact-info>p{margin-bottom:2rem}.contact-methods{display:grid;grid-template-columns:1fr;gap:1.5rem}.contact-method{display:flex;gap:1.5rem}.contact-icon{display:flex;align-items:center;justify-content:center;width:50px;height:50px;min-width:50px;background-color:var(--gray-100);border-radius:50%;color:var(--primary)}.contact-details h3{font-size:1.2rem;margin-bottom:.5rem}.contact-details p{margin-bottom:.25rem}.text-muted{color:var(--text-light);font-size:.9rem}.contact-form-container{background-color:#fff;border-radius:8px;overflow:hidden;box-shadow:0 5px 15px #0000000d}.contact-form{padding:2rem}.contact-form h2{margin-bottom:1.5rem;text-align:center}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.75rem;border:1px solid var(--gray-300);border-radius:4px;font-family:inherit;font-size:1rem}.form-group textarea{height:150px;resize:vertical}.form-group.error input,.form-group.error select,.form-group.error textarea{border-color:var(--error)}.error-message{display:block;margin-top:.25rem;color:var(--error);font-size:.85rem}.form-success{padding:3rem 2rem;text-align:center}.form-success h3{color:var(--success);margin-bottom:1rem}.map-container{height:400px;border-radius:8px;overflow:hidden;box-shadow:0 5px 15px #0000000d}.map-container iframe{width:100%;height:100%;border:none}.faq-section{background-color:var(--gray-100)}.faq-items{display:grid;grid-template-columns:repeat(auto-fill,minmax(450px,1fr));gap:2rem}.faq-item{background-color:#fff;padding:2rem;border-radius:8px;box-shadow:0 5px 15px #0000000d}.faq-item h3{margin-bottom:1rem;font-size:1.2rem;position:relative;padding-bottom:.75rem}.faq-item h3:after{content:"";position:absolute;bottom:0;left:0;width:40px;height:2px;background-color:var(--primary)}.faq-item p{color:var(--text-light);font-size:.95rem}@media (max-width: 992px){.contact-content{grid-template-columns:1fr;gap:2rem}.faq-items{grid-template-columns:1fr}}@media (max-width: 768px){.page-header{padding:4rem 0}.page-header h1{font-size:2rem}.contact-method{flex-direction:column;align-items:center;text-align:center;gap:1rem}.contact-info h2:after{left:50%;transform:translate(-50%)}.contact-info{text-align:center}.faq-item{padding:1.5rem}}@media (max-width: 576px){.map-container{height:300px}.contact-form{padding:1.5rem}}.thanks-page{min-height:calc(100vh - 70px);display:flex;align-items:center;justify-content:center;padding:3rem 1rem;background-color:var(--gray-100)}.thanks-container{max-width:600px;padding:3rem;background-color:#fff;border-radius:8px;box-shadow:0 5px 15px #0000000d;text-align:center}.thanks-icon{color:var(--success);margin-bottom:1.5rem}.thanks-container h1{font-size:2.5rem;margin-bottom:1rem}.thanks-message{font-size:1.2rem;margin-bottom:1.5rem}.thanks-subtext{color:var(--text-light);margin-bottom:2rem}.thanks-actions{display:flex;gap:1rem;justify-content:center}@media (max-width: 576px){.thanks-container{padding:2rem 1.5rem}.thanks-container h1{font-size:2rem}.thanks-message{font-size:1.1rem}.thanks-actions{flex-direction:column}}:root{--primary: #D4AF37;--primary-light: #E6C65A;--primary-dark: #B39429;--secondary: #1F7A8C;--secondary-light: #3B96A8;--secondary-dark: #185F6D;--accent: #E07A5F;--success: #4CAF50;--warning: #FF9800;--error: #F44336;--background: #FFFFFF;--text: #333333;--text-light: #666666;--gray-100: #F5F5F5;--gray-200: #EEEEEE;--gray-300: #E0E0E0;--gray-400: #BDBDBD;--gray-500: #9E9E9E}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scroll-padding-top:80px}body{font-family:Raleway,sans-serif;line-height:1.5;color:var(--text);background-color:var(--background)}h1,h2,h3,h4,h5,h6{font-family:Playfair Display,serif;line-height:1.2;margin-bottom:1rem;color:var(--text)}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}p{margin-bottom:1rem}a{text-decoration:none;color:var(--secondary);transition:all .3s ease}a:hover{color:var(--secondary-dark)}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1rem}.section{padding:4rem 1rem}.section-title{text-align:center;margin-bottom:3rem;position:relative}.section-title:after{content:"";position:absolute;bottom:-.5rem;left:50%;transform:translate(-50%);width:100px;height:3px;background-color:var(--primary)}.btn{display:inline-block;padding:.75rem 1.5rem;border-radius:4px;font-weight:600;text-align:center;cursor:pointer;transition:all .3s ease;border:none;font-size:1rem}.btn-primary{background-color:var(--primary);color:#fff}.btn-primary:hover{background-color:var(--primary-dark);color:#fff}.btn-secondary{background-color:var(--secondary);color:#fff}.btn-secondary:hover{background-color:var(--secondary-dark);color:#fff}.btn-outline{background-color:transparent;border:2px solid var(--primary);color:var(--primary)}.btn-outline:hover{background-color:var(--primary);color:#fff}.text-center{text-align:center}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.mb-5{margin-bottom:3rem}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mt-5{margin-top:3rem}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem}@media (max-width: 768px){h1{font-size:2rem}h2{font-size:1.75rem}h3{font-size:1.25rem}.section{padding:3rem 1rem}}.fade-in{animation:fadeIn .5s ease-in}.slide-in-left{animation:slideInLeft .5s ease-in}.slide-in-right{animation:slideInRight .5s ease-in}.slide-up{animation:slideUp .5s ease-in}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInLeft{0%{transform:translate(-50px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slideInRight{0%{transform:translate(50px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slideUp{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}*,:before,:after{--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: rgb(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: rgb(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: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-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{margin:0;line-height:inherit}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;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{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,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){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}}.absolute{position:absolute}.mx-auto{margin-left:auto;margin-right:auto}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.hidden{display:none}.max-w-none{max-width:none}.list-decimal{list-style-type:decimal}.list-disc{list-style-type:disc}.border{border-width:1px}.px-4{padding-left:1rem;padding-right:1rem}.py-8{padding-top:2rem;padding-bottom:2rem}.pl-6{padding-left:1.5rem}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.font-bold{font-weight:700}.font-semibold{font-weight:600}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}
