@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400&family=Outfit:wght@400;500;600;700;800;900&display=swap");:root{color-scheme:light;--primary:#2563eb;--primary-dark:#1d4ed8;--primary-light:#eff6ff;--primary-gradient:linear-gradient(135deg,#2563eb,#1d4ed8);--secondary-gradient:linear-gradient(135deg,#0f172a,#1e293b);--accent:#10b981;--accent-light:#ecfdf5;--accent-gradient:linear-gradient(135deg,#10b981,#059669);--bg:#f8fafc;--surface:#fff;--text:#0f172a;--muted:#475569;--muted-light:#94a3b8;--border:#e2e8f0;--border-light:#f1f5f9;--shadow-xs:0 1px 3px rgba(15,23,42,.04);--shadow-sm:0 4px 6px -1px rgba(15,23,42,.05),0 2px 4px -2px rgba(15,23,42,.05);--shadow-md:0 12px 20px -3px rgba(15,23,42,.07),0 4px 6px -4px rgba(15,23,42,.05);--shadow-lg:0 20px 40px -10px rgba(15,23,42,.09),0 8px 16px -8px rgba(15,23,42,.06);--shadow-premium:0 30px 60px -15px rgba(37,99,235,.12),0 15px 30px -10px rgba(15,23,42,.05);--radius-xs:6px;--radius-sm:10px;--radius-md:16px;--radius-lg:24px;--radius-xl:32px;--radius-full:9999px;--font-heading:"Outfit",sans-serif;--font-body:"Plus Jakarta Sans",sans-serif;--ease:cubic-bezier(0.4,0,0.2,1)}body,html{margin:0;padding:0;background-color:var(--bg);color:var(--text);font-family:var(--font-body);line-height:1.65;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}*,:after,:before{box-sizing:border-box}a{color:inherit;text-decoration:none;transition:all .25s var(--ease)}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:700;margin-top:0;letter-spacing:-.02em;line-height:1.2}img{max-width:100%;display:block}.container{width:min(1200px,calc(100% - 3rem));margin:0 auto}.section-pad{padding:6rem 0}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:1000;background:hsla(0,0%,100%,.75);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid rgba(226,232,240,.5);transition:background .3s var(--ease),box-shadow .3s var(--ease)}.site-header.scrolled{background:hsla(0,0%,100%,.96);box-shadow:var(--shadow-md);border-bottom-color:var(--border)}.nav-wrap{display:flex;justify-content:space-between;height:70px}.brand,.nav-wrap{align-items:center}.brand{font-family:var(--font-heading);font-weight:800;color:var(--text);font-size:1.2rem;letter-spacing:-.03em;display:inline-flex;gap:.6rem}.brand-name{display:flex;align-items:center}.brand-accent{color:var(--primary)}.top-nav{display:flex;align-items:center;gap:.25rem}.nav-link{color:var(--muted);font-size:.92rem;font-weight:600;padding:.5rem .75rem;border-radius:var(--radius-xs);position:relative;transition:color .2s,background .2s}.nav-link.active,.nav-link:hover{color:var(--primary);background:var(--primary-light)}.nav-cta{background:var(--primary-gradient);color:#fff!important;padding:.55rem 1.2rem;border-radius:var(--radius-full);font-weight:700;font-size:.88rem;margin-left:.5rem;box-shadow:var(--shadow-sm);transition:all .25s var(--ease);white-space:nowrap}.nav-cta:hover{transform:translateY(-2px);box-shadow:var(--shadow-md);opacity:.93}.nav-cta.secondary{background:transparent;color:var(--text)!important;border:1.5px solid var(--border);box-shadow:none}.nav-cta.secondary:hover{background:var(--border-light);border-color:var(--muted-light);transform:none}.mobile-nav-toggle{display:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:44px;height:44px;background:transparent;border:none;cursor:pointer;padding:8px}.hamburger-bar{display:block;width:22px;height:2px;background:var(--text);border-radius:2px;transition:all .3s var(--ease);transform-origin:center}@media (max-width:900px){.mobile-nav-toggle{display:flex}.top-nav{display:none;position:absolute;top:70px;left:0;right:0;background:hsla(0,0%,100%,.98);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);flex-direction:column;padding:1.5rem 2rem;border-bottom:1px solid var(--border);box-shadow:var(--shadow-md);gap:.5rem;align-items:flex-start}.top-nav.mobile-open{display:flex}.nav-link{width:100%;padding:.75rem 1rem}.nav-cta{width:100%;text-align:center;margin-left:0;margin-top:.25rem}}.hero-section{position:relative;min-height:600px;display:flex;align-items:center;overflow:hidden}.hero-backdrop{position:absolute;inset:0;background-size:cover;background-position:top;z-index:0;opacity:0;transform:scale(1.03);transition:opacity 1.2s ease-in-out,transform 8s ease}.hero-backdrop.active{opacity:1;transform:scale(1.01)}.hero-overlay{position:absolute;inset:0;background:linear-gradient(160deg,rgba(8,8,8,.65),hsla(0,0%,6%,.8));z-index:1}.hero-content{position:relative;z-index:2;padding:7rem 0 6rem;text-align:center;color:#fff}.hero-trust-badges{display:flex;justify-content:center;flex-wrap:wrap;gap:.75rem;margin-bottom:2rem}.trust-badge{font-size:.8rem;font-weight:700;letter-spacing:.05em;padding:.4rem 1rem;border-radius:var(--radius-full);background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.2);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:hsla(0,0%,100%,.92)}.hero-main-title{font-family:var(--font-heading);font-size:clamp(2.4rem,5.5vw,4rem);font-weight:900;line-height:1.1;letter-spacing:-.03em;margin:0 auto 1.5rem;max-width:820px;color:#fff}.hero-title-accent{background:linear-gradient(135deg,#f5f5f5,#d4a853 50%,#f0e8d0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-main-subtitle{font-size:clamp(1.05rem,2.2vw,1.3rem);color:hsla(0,0%,100%,.78);max-width:580px;margin:0 auto 2.5rem;font-weight:400;line-height:1.7}.hero-cta-row{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.hero-btn-primary{background:#fff;color:var(--text)!important;font-family:var(--font-heading);font-weight:800;font-size:1rem;padding:.9rem 2rem;border-radius:var(--radius-sm);box-shadow:0 10px 30px rgba(0,0,0,.25);transition:all .25s var(--ease)}.hero-btn-primary:hover{transform:translateY(-3px);box-shadow:0 16px 40px rgba(0,0,0,.3);background:#1a1a1a;color:#fff!important}.hero-btn-secondary{background:hsla(0,0%,100%,.12);color:#fff!important;font-family:var(--font-heading);font-weight:700;font-size:1rem;padding:.9rem 2rem;border-radius:var(--radius-sm);border:1.5px solid hsla(0,0%,100%,.3);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:all .25s var(--ease)}.hero-btn-secondary:hover{background:hsla(0,0%,100%,.22);transform:translateY(-3px)}.stats-section{background:var(--surface);padding:0;position:relative;z-index:10;margin-top:-1px;border-bottom:1px solid var(--border-light)}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:0;gap:0}.stat-card{display:flex;flex-direction:column;align-items:center;text-align:center;padding:2.5rem 2rem;border-right:1px solid var(--border-light);transition:background .2s}.stat-card:last-child{border-right:none}.stat-card:hover{background:var(--primary-light)}.stat-icon{font-size:2rem;margin-bottom:.5rem;line-height:1}.stat-number{font-family:var(--font-heading);font-size:2.2rem;font-weight:900;color:var(--primary);letter-spacing:-.03em;line-height:1;margin-bottom:.3rem}.stat-label{font-size:.85rem;font-weight:600;color:var(--muted);text-transform:uppercase;letter-spacing:.06em}.section-header{text-align:center;margin-bottom:3.5rem}.section-title{font-size:clamp(1.8rem,3.5vw,2.5rem);font-weight:800;color:var(--text);margin-bottom:.75rem}.section-subtitle{font-size:1.05rem;color:var(--muted);max-width:560px;margin:0 auto;line-height:1.65}.categories-section{background:var(--bg)}.categories-grid{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:1.25rem;gap:1.25rem}.category-card{display:flex;flex-direction:column;background:var(--cat-bg,#eff6ff);border:1.5px solid color-mix(in srgb,var(--cat-accent,#2563eb) 18%,#fff);border-radius:var(--radius-md);padding:1.75rem 1.5rem;cursor:pointer;transition:all .28s var(--ease);text-decoration:none}.category-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg);border-color:var(--cat-accent,var(--primary));background:#fff}.cat-emoji{font-size:2.25rem;margin-bottom:1rem;line-height:1}.cat-title{font-size:1.05rem;font-weight:800;color:var(--text);margin-bottom:.4rem}.cat-desc{font-size:.84rem;color:var(--muted);line-height:1.55;flex:1 1;margin-bottom:1rem}.cat-arrow{font-size:.88rem;font-weight:700;color:var(--cat-accent,var(--primary));transition:transform .2s}.category-card:hover .cat-arrow{transform:translateX(4px)}.feed-section{background:#f0f4ff}.opp-cards-grid{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}.view-all-btn{display:inline-flex;align-items:center;gap:.5rem;background:var(--primary-gradient);color:#fff!important;font-family:var(--font-heading);font-weight:700;font-size:1rem;padding:.9rem 2.2rem;border-radius:var(--radius-full);box-shadow:var(--shadow-md);transition:all .25s var(--ease)}.view-all-btn:hover{transform:translateY(-3px);box-shadow:var(--shadow-lg)}.destinations-section{background:var(--surface)}.destinations-grid-pro{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.25rem;gap:1.25rem}.destination-card-pro{display:flex;align-items:center;gap:1rem;padding:1.5rem 1.75rem;background:var(--bg);border:1.5px solid var(--border);border-radius:var(--radius-md);transition:all .25s var(--ease);cursor:pointer;text-decoration:none}.destination-card-pro:hover{border-color:var(--primary);background:var(--primary-light);transform:translateY(-3px);box-shadow:var(--shadow-md)}.dest-flag{font-size:2.5rem;line-height:1;flex-shrink:0}.dest-info{display:flex;flex-direction:column;flex:1 1}.dest-country{font-weight:800;font-size:1.05rem;color:var(--text)}.dest-count{font-size:.82rem;color:var(--muted);font-weight:500}.dest-arrow{font-size:1.25rem;color:var(--muted-light);transition:color .2s,transform .2s}.destination-card-pro:hover .dest-arrow{color:var(--primary);transform:translateX(4px)}.why-us-section{background:var(--bg)}.why-us-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem}.why-card{background:var(--surface);border:1.5px solid var(--border-light);border-radius:var(--radius-lg);padding:2.5rem 2rem;text-align:center;box-shadow:var(--shadow-sm);transition:all .25s var(--ease)}.why-card:hover{border-color:var(--primary);box-shadow:var(--shadow-premium);transform:translateY(-4px)}.why-icon{font-size:2.5rem;display:block;margin-bottom:1.25rem;line-height:1}.why-title{font-size:1.25rem;font-weight:800;color:var(--text);margin-bottom:.75rem}.why-desc{font-size:.95rem;color:var(--muted);line-height:1.65;margin:0}.testimonials-section{background:var(--surface)}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem}.testimonial-card{background:var(--bg);border:1.5px solid var(--border-light);border-radius:var(--radius-lg);padding:2.25rem;position:relative;transition:all .25s var(--ease)}.testimonial-card:hover{box-shadow:var(--shadow-lg);border-color:var(--border);transform:translateY(-3px)}.testimonial-quote-mark{font-family:Georgia,serif;font-size:5rem;line-height:.8;color:var(--primary-light);position:absolute;top:1.25rem;left:1.5rem;color:var(--primary);opacity:.15}.testimonial-text{font-size:.97rem;color:var(--muted);line-height:1.75;margin-bottom:1.75rem;font-style:italic;position:relative;z-index:1}.testimonial-author{display:flex;align-items:center;gap:.9rem}.testimonial-avatar{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:800;font-size:.9rem;flex-shrink:0}.testimonial-name{font-weight:700;color:var(--text);font-size:.97rem;margin:0 0 .15rem}.testimonial-country{font-size:.82rem;color:var(--muted);margin:0}.newsletter-section{background:linear-gradient(135deg,#0f172a,#1e3a8a 60%,#1e293b);padding:6rem 0;text-align:center;color:#fff}.newsletter-inner{max-width:700px}.newsletter-title{font-size:clamp(1.8rem,3.5vw,2.6rem);font-weight:900;color:#fff;margin-bottom:1rem}.newsletter-subtitle{font-size:1.05rem;color:hsla(0,0%,100%,.72);margin-bottom:2rem;line-height:1.65}.newsletter-form{display:flex;gap:.75rem;max-width:500px;margin:0 auto 1rem}.newsletter-input{flex:1 1;padding:.9rem 1.25rem;border:1.5px solid hsla(0,0%,100%,.2);border-radius:var(--radius-sm);background:hsla(0,0%,100%,.1);color:#fff;font-family:var(--font-body);font-size:.97rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);outline:none;transition:border .2s}.newsletter-input::placeholder{color:hsla(0,0%,100%,.45)}.newsletter-input:focus{border-color:hsla(0,0%,100%,.5)}.newsletter-btn{padding:.9rem 1.75rem;background:#fff;color:var(--text);font-family:var(--font-heading);font-weight:800;font-size:.95rem;border:none;border-radius:var(--radius-sm);cursor:pointer;white-space:nowrap;transition:all .25s var(--ease)}.newsletter-btn:hover{background:var(--primary);color:#fff;transform:translateY(-2px);box-shadow:var(--shadow-md)}.newsletter-trust{font-size:.83rem;color:hsla(0,0%,100%,.52);margin:0}.site-footer{background:#0a0f1e;color:#cbd5e1;padding:5rem 0 0}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;grid-gap:4rem;gap:4rem;padding-bottom:4rem}.footer-brand{display:flex;align-items:center;gap:.6rem;font-family:var(--font-heading);font-weight:800;font-size:1.25rem;color:#f8fafc;margin-bottom:1.25rem}.footer-tagline{color:#64748b;font-size:.92rem;line-height:1.7;margin-bottom:1.75rem}.social-links{display:flex;gap:.75rem;flex-wrap:wrap}.social-icon{width:40px;height:40px;border-radius:var(--radius-sm);background:hsla(0,0%,100%,.06);border:1px solid hsla(0,0%,100%,.1);display:flex;align-items:center;justify-content:center;color:#94a3b8;transition:all .2s var(--ease)}.social-icon:hover{background:var(--primary);border-color:var(--primary);color:#fff;transform:translateY(-3px)}.footer-heading{font-family:var(--font-heading);font-size:.82rem;font-weight:700;color:#f8fafc;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1.5rem}.footer-link-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.footer-link-list a{color:#64748b;font-size:.92rem;transition:color .2s,padding-left .2s;display:inline-block}.footer-link-list a:hover{color:#38bdf8;padding-left:4px}.footer-newsletter-desc{color:#64748b;font-size:.88rem;line-height:1.65;margin-bottom:1.25rem}.footer-newsletter-form{display:flex;flex-direction:column;gap:.6rem;margin-bottom:.75rem}.footer-email-input{padding:.75rem 1rem;border:1px solid hsla(0,0%,100%,.1);border-radius:var(--radius-xs);background:hsla(0,0%,100%,.06);color:#fff;font-family:var(--font-body);font-size:.9rem;outline:none;transition:border .2s}.footer-email-input::placeholder{color:#475569}.footer-email-input:focus{border-color:rgba(56,189,248,.4)}.footer-subscribe-btn{padding:.75rem 1rem;background:var(--primary-gradient);color:#fff;font-family:var(--font-heading);font-weight:700;font-size:.9rem;border:none;border-radius:var(--radius-xs);cursor:pointer;transition:opacity .2s}.footer-subscribe-btn:hover{opacity:.88}.footer-trust-note{font-size:.78rem;color:#334155;margin:0}.footer-divider{border:none;border-top:1px solid hsla(0,0%,100%,.06);margin:0}.footer-bottom{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;padding:1.75rem 0}.footer-copyright{font-size:.85rem;color:#334155;margin:0}.footer-legal-links{display:flex;align-items:center;gap:.75rem;font-size:.85rem;color:#334155}.footer-legal-links a{color:#475569;transition:color .2s}.footer-legal-links a:hover{color:#38bdf8}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-family:var(--font-heading);font-weight:700;font-size:.95rem;padding:.75rem 1.5rem;border-radius:var(--radius-full);border:none;cursor:pointer;transition:all .25s var(--ease);text-decoration:none;background:var(--primary-gradient);color:#fff;box-shadow:var(--shadow-sm)}.btn:hover{transform:translateY(-2px);box-shadow:var(--shadow-md);opacity:.93}.btn.secondary{background:transparent;color:var(--primary);border:1.5px solid var(--primary);box-shadow:none}.btn.secondary:hover{background:var(--primary-light);transform:none}.opportunity-grid{display:grid;grid-template-columns:2.2fr 1fr;grid-gap:3rem;gap:3rem}.detail-section{border-radius:var(--radius-md);padding:2.5rem;box-shadow:var(--shadow-sm);margin-bottom:2rem}.detail-section,.sidebar-panel .sticky-card{background:#fff;border:1px solid var(--border-light)}.sidebar-panel .sticky-card{position:-webkit-sticky;position:sticky;top:90px;border-radius:var(--radius-md);padding:2rem;box-shadow:var(--shadow-md)}.breadcrumbs-nav{margin:1.5rem 0 1rem}.page-hero-section{position:relative;min-height:380px;display:flex;align-items:center;overflow:hidden}.page-hero-backdrop{position:absolute;inset:0;background-image:url(https://images.unsplash.com/photo-1523050854058-8df90110c9f1?auto=format&fit=crop&w=1920&q=80);background-size:cover;background-position:50%;z-index:0}.page-hero-overlay{position:absolute;inset:0;background:linear-gradient(135deg,hsla(0,0%,4%,.65),hsla(0,0%,8%,.8));z-index:1}.page-hero-content{position:relative;z-index:2;padding:5rem 0 4rem;color:#fff;text-align:center}.page-hero-tag{font-size:.78rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#60a5fa;margin-bottom:.75rem;display:block}.page-hero-title{font-size:clamp(2rem,4vw,3rem);font-weight:900;color:#fff;margin-bottom:1rem}.page-hero-subtitle{font-size:1.1rem;color:hsla(0,0%,100%,.72);max-width:560px;margin:0 auto}@media (max-width:1100px){.categories-grid{grid-template-columns:repeat(3,1fr)}.footer-grid{grid-template-columns:1fr 1fr;gap:3rem}}@media (max-width:900px){.section-pad{padding:4rem 0}.hero-content{padding:5rem 0 4rem}.stats-grid{grid-template-columns:repeat(2,1fr)}.stat-card{border-bottom:1px solid var(--border-light)}.stat-card,.stat-card:nth-child(2n){border-right:none}.categories-grid,.destinations-grid-pro{grid-template-columns:repeat(2,1fr)}.why-us-grid{gap:1.25rem}.opportunity-grid,.testimonials-grid,.why-us-grid{grid-template-columns:1fr}.newsletter-form{flex-direction:column}.footer-grid{grid-template-columns:1fr 1fr;gap:2.5rem}}@media (max-width:640px){.section-pad{padding:3rem 0}.stats-grid{grid-template-columns:1fr}.categories-grid{grid-template-columns:1fr 1fr}.destinations-grid-pro{grid-template-columns:1fr}.hero-main-title{font-size:2.1rem}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column;text-align:center}}.admin-shell{display:grid;grid-template-columns:280px 1fr;min-height:100vh;background:#f8fafc}.sidebar{background:#0f172a;color:#f8fafc;padding:2rem 1.25rem;display:flex;flex-direction:column;gap:.5rem;border-right:1px solid #1e293b}.sidebar-brand{font-family:var(--font-heading);font-weight:800;font-size:1.15rem;color:#fff;display:flex;align-items:center;gap:.5rem;padding-bottom:1.5rem;border-bottom:1px solid #1e293b;margin-bottom:1rem}.sidebar-brand-accent{color:#38bdf8}.sidebar-nav-item{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;color:#94a3b8;font-weight:600;font-size:.92rem;border-radius:var(--radius-xs);text-decoration:none;transition:all .2s ease}.sidebar-nav-item:hover{color:#fff;background:hsla(0,0%,100%,.06)}.sidebar-nav-item.active{color:#fff;background:var(--primary)}.sidebar-count-tag{font-size:.75rem;padding:.15rem .5rem;border-radius:999px;background:hsla(0,0%,100%,.15)}.sidebar-footer{margin-top:auto;padding-top:1.5rem;border-top:1px solid #1e293b}.sidebar-logout-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem;background:rgba(239,68,68,.15);color:#f87171;border:1px solid rgba(239,68,68,.3);border-radius:var(--radius-xs);font-weight:700;font-size:.88rem;cursor:pointer;transition:background .2s ease}.sidebar-logout-btn:hover{background:rgba(239,68,68,.3);color:#fff}.main-panel{padding:2.5rem 3rem;overflow-y:auto}.admin-page-head{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1.5rem;margin-bottom:2rem}.head-copy h1{font-family:var(--font-heading);font-size:1.85rem;font-weight:900;color:#0f172a;margin:0 0 .25rem}.head-copy p{color:#64748b;font-size:.95rem;margin:0}.admin-head-actions{display:flex;align-items:center;gap:.75rem}.admin-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:1.25rem;gap:1.25rem;margin-bottom:2rem}.admin-stat-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius-md);padding:1.5rem;box-shadow:var(--shadow-sm);display:flex;flex-direction:column}.admin-stat-number{font-family:var(--font-heading);font-size:2.2rem;font-weight:900;color:var(--primary);margin:0 0 .2rem}.admin-stat-label{font-size:.88rem;color:#64748b;font-weight:600}.admin-table-wrapper{background:#fff;border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);overflow:hidden;margin-bottom:2rem}.admin-table-toolbar{padding:1.25rem 1.5rem;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;border-bottom:1px solid var(--border-light);background:#fafafa}.admin-search-input{padding:.65rem 1rem;border:1px solid var(--border);border-radius:var(--radius-xs);font-size:.9rem;width:300px;max-width:100%}.admin-search-input:focus{border-color:var(--primary);outline:none}.admin-table{width:100%;border-collapse:collapse;text-align:left}.admin-table th{background:#f8fafc;padding:.85rem 1.25rem;font-size:.78rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em;color:#475569;border-bottom:1px solid var(--border)}.admin-table td{padding:1.1rem 1.25rem;font-size:.92rem;color:#1e293b;border-bottom:1px solid var(--border-light);vertical-align:middle}.admin-table tr:last-child td{border-bottom:none}.admin-table tr:hover td{background:#f8fafc}.item-thumb-title{display:flex;align-items:center;gap:1rem}.item-thumb{width:48px;height:48px;border-radius:8px;object-fit:cover;background:#e2e8f0;flex-shrink:0}.item-title-text{font-weight:700;color:#0f172a;line-height:1.35}.status-badge{display:inline-flex;align-items:center;gap:.35rem;padding:.35rem .75rem;border-radius:999px;font-size:.78rem;font-weight:700;text-transform:uppercase}.status-badge.published{background:#dcfce7;color:#15803d}.status-badge.draft{background:#fef3c7;color:#b45309}.action-btns{display:flex;align-items:center;gap:.5rem}.btn-edit{padding:.45rem .85rem;background:#eff6ff;color:#2563eb;border:1px solid #bfdbfe;border-radius:var(--radius-xs);font-weight:700;font-size:.82rem;cursor:pointer;transition:all .2s ease;text-decoration:none;display:inline-flex;align-items:center;gap:.25rem}.btn-edit:hover{background:#2563eb;color:#fff;border-color:#2563eb}.btn-delete{padding:.45rem .85rem;background:#fef2f2;color:#dc2626;border:1px solid #fecaca;border-radius:var(--radius-xs);font-weight:700;font-size:.82rem;cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;gap:.25rem}.btn-delete:hover{background:#dc2626;color:#fff;border-color:#dc2626}.admin-card,.admin-form-container,.detail-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius-md);padding:2.5rem;box-shadow:var(--shadow-sm);max-width:900px}.admin-card,.detail-card{margin-bottom:2rem}.admin-card h3,.detail-card h3{margin-top:0;margin-bottom:.75rem;font-size:1.25rem;font-weight:800;color:#0f172a}.admin-card p,.detail-card p{color:#64748b;font-size:.9rem;margin-bottom:1.5rem}.form-grid{display:flex;flex-direction:column;gap:1.25rem;width:100%}.detail-card input,.detail-card select,.detail-card textarea,.form-grid input,.form-grid select,.form-grid textarea{width:100%;padding:.85rem 1.15rem;border:1px solid var(--border);border-radius:var(--radius-xs);font-family:inherit;font-size:.95rem;color:#0f172a;background:#fff;box-sizing:border-box;transition:border-color .2s ease,box-shadow .2s ease;display:block}.detail-card input:focus,.detail-card select:focus,.detail-card textarea:focus,.form-grid input:focus,.form-grid select:focus,.form-grid textarea:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px rgba(37,99,235,.12)}.detail-card textarea,.form-grid textarea{min-height:120px;resize:vertical}.detail-card .btn,.form-grid .btn{align-self:flex-start;margin-top:.5rem}.admin-form-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.5rem;gap:1.5rem}.admin-form-grid .full-width{grid-column:1/-1}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-size:.88rem;font-weight:700;color:#334155}.form-group input,.form-group select,.form-group textarea{padding:.75rem 1rem;border:1px solid var(--border);border-radius:var(--radius-xs);font-family:inherit;font-size:.95rem;color:#0f172a;background:#fff;transition:border-color .2s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px rgba(37,99,235,.1)}.form-group textarea{min-height:140px;resize:vertical}@media (max-width:900px){.admin-shell{grid-template-columns:1fr}.sidebar{border-right:none;border-bottom:1px solid #1e293b}.main-panel{padding:1.5rem}.admin-form-grid,.form-grid{grid-template-columns:1fr}}.auth-container{min-height:75vh;display:flex;align-items:center;justify-content:center;padding:3rem 1rem;background:#f8fafc}.auth-card{width:100%;max-width:440px;margin:0 auto;background:#fff;border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);padding:2.5rem 2rem}.auth-header{text-align:center;margin-bottom:2rem}.auth-header h2{font-family:var(--font-heading);font-size:1.75rem;font-weight:800;color:#0f172a;margin:0 0 .5rem}.auth-note{color:#64748b;font-size:.9rem;margin:0}.auth-form{gap:1.25rem}.auth-field,.auth-form{display:flex;flex-direction:column}.auth-field{gap:.4rem}.auth-field label{font-size:.85rem;font-weight:700;color:#334155}.input-with-icon{position:relative;display:flex;align-items:center}.input-with-icon svg{position:absolute;left:1rem;color:#94a3b8;pointer-events:none}.input-with-icon input{width:100%;padding:.75rem 1rem .75rem 2.75rem;border:1px solid var(--border);border-radius:var(--radius-xs);font-size:.95rem;color:#0f172a;background:#fff;transition:all .2s ease}.input-with-icon input:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px rgba(37,99,235,.12)}.auth-error{padding:.75rem 1rem;background:#fef2f2;color:#dc2626;border:1px solid #fecaca;border-radius:var(--radius-xs);font-size:.85rem;font-weight:600;text-align:center}.auth-submit-btn{width:100%;padding:.85rem;background:#0f172a;color:#fff;font-family:var(--font-heading);font-weight:700;font-size:.98rem;border:none;border-radius:var(--radius-xs);cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;box-shadow:var(--shadow-sm)}.auth-submit-btn:hover{background:#1e293b;transform:translateY(-1px);box-shadow:var(--shadow-md)}:root{--default-font-family:"Plus Jakarta Sans","Outfit","Montserrat",-apple-system,sans-serif}.main-container,.main-container *{box-sizing:border-box}button,input,select,textarea{outline:0}.main-container{margin:0 auto;background:#fff;overflow:hidden}.box,.main-container{position:relative;width:100%}.box{height:560px;background:rgba(0,0,0,.39);z-index:2}.section{width:min(100% - 3rem,1200px);margin:43px auto 0;z-index:2}.section,.section-2{display:flex;align-items:center;flex-wrap:wrap;gap:2rem;position:relative;justify-content:space-between}.section-2{flex-shrink:0;width:100%;z-index:3}.section-3{flex-shrink:0;position:relative;width:360px;height:49px;z-index:4}.img{width:60.62%;height:104.08%;top:-2.04%;left:-.28%;background:url(/_next/static/media/e66f9809-543a-49cc-a5d3-035c7835faf5.ef46db37.svg) no-repeat 50%;background-size:100% 100%;z-index:6}.img,.img-2{position:absolute}.img-2{width:37.54%;height:59.64%;top:18.37%;left:62.46%;background:url(/_next/static/media/61c5ace4-fef0-427c-aef8-fc3b1dd0906d.ef46db37.svg) no-repeat 50%;background-size:100% 100%;z-index:5}.box-2{display:flex;align-items:center;flex-wrap:wrap;flex-shrink:0;gap:20px;position:relative;width:auto;z-index:7}.text{width:139px;z-index:8}.text,.text-2{display:flex;align-items:center;justify-content:flex-end;flex-shrink:0;flex-basis:auto;position:relative;height:24px;color:#fff;font-family:Europa-Bold,var(--default-font-family);font-size:20px;font-weight:700;line-height:24px;text-align:right;white-space:nowrap}.text-2{width:56px;z-index:9}.text-3{width:114px;z-index:10}.text-3,.text-4{display:flex;align-items:center;justify-content:flex-end;flex-shrink:0;flex-basis:auto;position:relative;height:24px;color:#fff;font-family:Europa-Bold,var(--default-font-family);font-size:20px;font-weight:700;line-height:24px;text-align:right;white-space:nowrap}.text-4{width:62px;z-index:11}.text-5{width:67px;z-index:12}.text-5,.text-6{display:flex;align-items:center;justify-content:flex-end;flex-shrink:0;flex-basis:auto;position:relative;height:24px;color:#fff;font-family:Europa-Bold,var(--default-font-family);font-size:20px;font-weight:700;line-height:24px;text-align:right;white-space:nowrap}.text-6{width:94px;z-index:13}.group{display:flex;align-items:center;flex-wrap:nowrap;gap:24px;width:400px;z-index:14}.group,.pic{flex-shrink:0;position:relative}.pic{width:36px;height:36px;background:url(/_next/static/media/66f88da5-77e7-4c53-a274-d9851b1398bd.ef46db37.svg) no-repeat 50%;background-size:cover;z-index:15;overflow:hidden}.section-4{display:flex;align-items:center;justify-content:center;flex-wrap:nowrap;flex-shrink:0;gap:10px;position:relative;width:340px;height:54px;padding:10px 40px;background:#000;z-index:16;border-radius:2px}.section-5{flex-shrink:0;width:260px;font-family:Segoe UI,var(--default-font-family);font-weight:600;text-overflow:clip;white-space:nowrap;z-index:17}.section-5,.text-7{position:relative;font-size:16px;line-height:21.281px;text-align:center;letter-spacing:1.28px}.text-7{color:#fff;font-family:Sansita,var(--default-font-family);font-weight:700;text-transform:uppercase}.text-8{font-size:20px;line-height:24px;letter-spacing:1.6px}.text-8,.text-9{position:relative;color:#fff;font-family:Sansita,var(--default-font-family);font-weight:700;text-align:center;text-transform:uppercase}.text-9{font-size:16px;line-height:21.281px;letter-spacing:1.28px}.box-3{gap:40px;width:min(100% - 3rem,1000px);margin:150px auto 0;z-index:31}.box-3,.wrapper{display:flex;flex-direction:column;align-items:center;flex-wrap:nowrap;position:relative}.wrapper{flex-shrink:0;gap:4px;width:100%;z-index:32}.text-a{font-family:Europa-Bold,var(--default-font-family);font-size:clamp(2rem,5.5vw,4rem);font-weight:700;line-height:1.2;text-transform:uppercase;letter-spacing:.5px;z-index:33;text-shadow:4px 10px 48px rgba(0,0,0,.37)}.text-a,.text-b{display:flex;align-items:center;justify-content:center;flex-shrink:0;flex-basis:auto;position:relative;width:100%;height:auto;color:#fff;text-align:center;white-space:normal}.text-b{font-family:Europa-Regular,var(--default-font-family);font-size:clamp(1.2rem,3vw,2.2rem);font-weight:400;line-height:1.3;z-index:34}.wrapper-2{flex-shrink:0;position:relative;width:320px;height:54px;background:#fff;border:2px solid #fff;z-index:35;border-radius:2px;box-sizing:content-box;margin:0 auto;box-shadow:0 10px 10px 0 rgba(0,0,0,.06)}.text-c{display:flex;align-items:center;justify-content:flex-start;position:absolute;height:24px;top:calc(50% - 12px);left:16.09%;color:#121416;font-family:Europa-Bold,var(--default-font-family);font-size:20px;font-weight:700;line-height:24px;text-align:left;white-space:nowrap;z-index:36}.group-2{justify-content:center;gap:2.5rem;width:min(100% - 3rem,1200px);height:auto;margin:41px auto 0;z-index:28}.group-2,.section-6{display:flex;align-items:center;position:relative}.section-6{flex-wrap:nowrap;flex-shrink:0;gap:8px;width:auto;z-index:19}.pic-2{width:9.336px;height:17.997px;background:url(/_next/static/media/e772957f-15c1-4731-8667-1c775f7ef2a8.ef46db37.svg) no-repeat 50%;background-size:100% 100%;z-index:20}.pic-2,.text-d{flex-shrink:0;position:relative}.text-d{flex-basis:auto;height:auto;color:#000;font-family:Roboto,var(--default-font-family);font-size:16px;font-weight:500;line-height:20px;text-align:left;white-space:nowrap;z-index:21}.group-3{display:flex;align-items:center;flex-wrap:nowrap;gap:8px;width:auto;z-index:25}.group-3,.img-3{flex-shrink:0;position:relative}.img-3{width:18px;height:18px;background:url(/_next/static/media/c9e3282c-9c4c-4713-b45d-cf37ebd75c52.ef46db37.svg) no-repeat 50%;background-size:100% 100%;z-index:26}.text-e{flex-basis:auto;height:auto;color:#000;font-family:Roboto,var(--default-font-family);font-size:16px;font-weight:500;line-height:20px;text-align:left;white-space:nowrap;z-index:27}.group-4,.text-e{flex-shrink:0;position:relative}.group-4{display:flex;align-items:center;flex-wrap:nowrap;gap:8px;width:auto;z-index:22}.pic-3{width:19.652px;height:15.962px;background:url(/_next/static/media/f38c7436-2588-41a2-b62b-03d5116b1c6a.ef46db37.svg) no-repeat 50%;background-size:100% 100%;z-index:23}.pic-3,.text-f{flex-shrink:0;position:relative}.text-f{flex-basis:auto;height:auto;color:#000;font-family:Roboto,var(--default-font-family);font-size:16px;font-weight:500;line-height:20px;text-align:left;white-space:nowrap;z-index:24}.group-5{display:flex;align-items:center;flex-wrap:nowrap;gap:8px;width:auto;z-index:28}.group-5,.pic-4{flex-shrink:0;position:relative}.pic-4{width:22.275px;height:15.78px;background:url(/_next/static/media/bc504204-bfa4-4029-8b4a-8b162ec8a570.ef46db37.svg) no-repeat 50%;background-size:100% 100%;z-index:29}.text-10{flex-shrink:0;flex-basis:auto;position:relative;height:auto;color:#000;font-family:Roboto,var(--default-font-family);font-size:16px;font-weight:300;line-height:20px;text-align:left;white-space:nowrap;z-index:30}.wrapper-3{display:flex;align-items:flex-start;flex-wrap:wrap;gap:2.5rem;position:relative;width:min(100% - 3rem,1800px);margin:41px auto 0;z-index:39;justify-content:center}.wrapper-4{flex-shrink:0;position:relative;width:360px;height:auto;min-height:520px;padding-bottom:20px;border:1px solid rgba(18,20,22,.08);border-radius:12px;overflow:hidden;background-color:#fff;box-shadow:0 4px 20px rgba(0,0,0,.02);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;z-index:40}.wrapper-5{position:relative;width:100%;height:220px;margin:0;z-index:42}.img-4{background:hsla(0,0%,85%,.2) url(https://images.unsplash.com/photo-1507525428034-b723cf961d3e?auto=format&fit=crop&w=800&q=80) no-repeat 50%;background-size:cover;z-index:43}.img-4,.section-7{position:absolute;width:100%;height:100%;top:0;left:0}.section-7{background:rgba(0,0,0,.25);z-index:44}.wrapper-6{align-items:flex-start;gap:4px;position:absolute;width:47.5%;top:7.14%;left:5.36%;z-index:45}.group-6,.wrapper-6{display:flex;flex-wrap:nowrap}.group-6{flex-direction:column;align-items:center;justify-content:center;gap:10px;width:167px;padding:8px 10px;background:hsla(0,0%,100%,.2);z-index:46;border-radius:4px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.group-6,.text-11{flex-shrink:0;position:relative}.text-11{flex-basis:auto;height:26px;color:#fff;font-family:Europa-Bold,var(--default-font-family);font-size:20px;font-weight:700;line-height:26px;text-align:left;white-space:nowrap;z-index:47}.section-8{display:flex;flex-direction:column;align-items:center;justify-content:center;flex-wrap:nowrap;gap:10px;width:95px;padding:8px 10px;background:hsla(0,0%,100%,.2);z-index:48;border-radius:4px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.section-8,.text-12{flex-shrink:0;position:relative}.text-12{flex-basis:auto;height:26px;color:#fff;font-family:Europa-Bold,var(--default-font-family);font-size:20px;font-weight:700;line-height:26px;text-align:left;white-space:nowrap;z-index:49}.wrapper-7{position:absolute;width:7.5%;height:10%;top:7.14%;left:87.14%;background:hsla(0,0%,100%,.2);z-index:50;border-radius:200px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.img-5{position:relative;width:23px;height:23px;margin:10px 0 0 9px;background:url(/_next/static/media/5770772d-2c32-487e-981e-f48c7fa8f751.ef46db37.svg) no-repeat 50%;background-size:cover;z-index:51;overflow:hidden}.box-4{flex-direction:column;flex-wrap:nowrap;gap:30px;width:100%;margin:35px 0 0;padding:0 20px;z-index:52}.box-4,.text-13{display:flex;align-items:flex-start;position:relative}.text-13{justify-content:flex-start;flex-shrink:0;width:448px;height:auto;color:#121416;font-family:Europa-Bold,var(--default-font-family);font-size:20px;font-weight:700;line-height:1.3;text-align:left;text-overflow:clip;z-index:53;overflow:hidden}.wrapper-8{display:flex;flex-direction:column;align-items:flex-start;flex-wrap:nowrap;gap:25px;z-index:54}.box-5,.wrapper-8{flex-shrink:0;position:relative;width:100%}.box-5{height:auto;z-index:55}.group-7{flex-wrap:wrap;gap:8px;width:100%;height:auto;z-index:56}.box-6,.group-7{display:flex;align-items:center;position:relative}.box-6{flex-wrap:nowrap;flex-shrink:0;gap:3px;width:auto;z-index:57}.pic-5{display:none;width:40px;background:url(/_next/static/media/323648c5-6a65-45aa-8e3d-bcbada23f9a8.ef46db37.png) no-repeat 50%;background-size:cover;z-index:58;border-radius:50%}.pic-5,.text-14{flex-shrink:0;position:relative;height:auto}.text-14{flex-basis:auto;color:#121416;font-family:Europa-Bold,var(--default-font-family);font-size:14px;font-weight:700;line-height:20px;text-align:left;white-space:nowrap;z-index:59}.group-8{width:15px;height:1px;background:hsla(208,7%,46%,.4);z-index:60}.group-8,.text-15{flex-shrink:0;position:relative}.text-15{flex-basis:auto;height:auto;color:#6c757d;font-family:EuropaNuova-Regular,var(--default-font-family);font-size:13px;font-weight:400;line-height:20px;text-align:left;white-space:nowrap;z-index:61}.section-9{display:flex;align-items:flex-start;flex-wrap:nowrap;width:auto;gap:8px;z-index:62}.section-9,.text-16{flex-shrink:0;position:relative}.text-16{flex-basis:auto;height:auto;color:hsla(208,7%,46%,.4);font-family:Europa-Regular,var(--default-font-family);font-size:20px;font-weight:400;line-height:auto;text-align:left;white-space:nowrap;z-index:63}.wrapper-9{display:flex;align-items:center;flex-wrap:nowrap;width:auto;gap:4px;z-index:64}.img-6,.wrapper-9{flex-shrink:0;position:relative}.img-6{width:15px;height:16px;background:url(/_next/static/media/a3c54c37-3d6d-4181-ad1a-acfbdfc62366.ef46db37.svg) no-repeat 50%;background-size:100% 100%;z-index:65}.text-17{flex-basis:auto;font-family:EuropaNuova-Regular,var(--default-font-family);font-size:13px;line-height:20px;white-space:nowrap;z-index:66}.text-17,.text-18{flex-shrink:0;position:relative;height:auto;color:#6c757d;font-weight:400;text-align:left}.text-18{display:flex;align-items:flex-start;justify-content:flex-start;width:100%;font-family:Europa-Regular,var(--default-font-family);font-size:14px;line-height:1.5;z-index:67}.box-7{display:flex;flex-direction:column;align-items:center;flex-wrap:nowrap;width:108px;z-index:68}.box-7,.text-19{flex-shrink:0;position:relative}.text-19{flex-basis:auto;height:auto;color:#121416;font-family:Europa-Bold,var(--default-font-family);font-size:14px;font-weight:700;line-height:20px;text-align:left;white-space:nowrap;z-index:69}.section-a{display:flex;flex-direction:column;align-items:center;flex-wrap:nowrap;gap:4px;z-index:70}.box-8,.section-a{flex-shrink:0;position:relative;width:108px}.box-8{height:1px;background:#121416;z-index:71}.section-b{position:absolute;width:100%;height:100%;top:0;left:0;background:#fff;z-index:41}.box-9{flex-shrink:0;position:relative;width:360px;height:auto;min-height:520px;padding-bottom:20px;border:1px solid rgba(18,20,22,.08);border-radius:12px;overflow:hidden;background-color:#fff;box-shadow:0 4px 20px rgba(0,0,0,.02);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;z-index:72}.section-c{position:relative;width:100%;height:220px;margin:0;z-index:74}.img-7{background:hsla(0,0%,85%,.2) url(https://images.unsplash.com/photo-1506744038136-46273834b3fb?auto=format&fit=crop&w=800&q=80) no-repeat 50%;background-size:cover;z-index:75}.img-7,.wrapper-a{position:absolute;width:100%;height:100%;top:0;left:0}.wrapper-a{background:rgba(0,0,0,.25);z-index:76}.box-a{align-items:flex-start;gap:4px;position:absolute;width:47.5%;top:7.14%;left:5.36%;z-index:77}.box-a,.group-9{display:flex;flex-wrap:nowrap}.group-9{flex-direction:column;align-items:center;justify-content:center;gap:10px;width:167px;padding:8px 10px;background:hsla(0,0%,100%,.2);z-index:78;border-radius:4px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.group-9,.text-1a{flex-shrink:0;position:relative}.text-1a{flex-basis:auto;height:26px;color:#fff;font-family:Europa-Bold,var(--default-font-family);font-size:20px;font-weight:700;line-height:26px;text-align:left;white-space:nowrap;z-index:79}.box-b{display:flex;flex-direction:column;align-items:center;justify-content:center;flex-wrap:nowrap;gap:10px;width:95px;padding:8px 10px;background:hsla(0,0%,100%,.2);z-index:80;border-radius:4px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.box-b,.text-1b{flex-shrink:0;position:relative}.text-1b{flex-basis:auto;height:26px;color:#fff;font-family:Europa-Bold,var(--default-font-family);font-size:20px;font-weight:700;line-height:26px;text-align:left;white-space:nowrap;z-index:81}.section-d{position:absolute;width:7.5%;height:10%;top:7.14%;left:87.14%;z-index:82;border-radius:200px}.group-a{width:42px;height:42px;z-index:83}.group-a,.pic-6{position:absolute;top:0;left:0;border-radius:200px}.pic-6{width:100%;height:100%;background:url(/_next/static/media/b43a7308-0bee-4352-87ce-8a7419a6cd11.ef46db37.svg) no-repeat 50%;background-size:100% 100%;z-index:84;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.box-c{flex-direction:column;flex-wrap:nowrap;gap:30px;width:100%;margin:35px 0 0;padding:0 20px;z-index:85}.box-c,.text-1c{display:flex;align-items:flex-start;position:relative}.text-1c{justify-content:flex-start;flex-shrink:0;width:448px;height:auto;color:#121416;font-family:Europa-Bold,var(--default-font-family);font-size:20px;font-weight:700;line-height:1.3;text-align:left;text-overflow:clip;z-index:86;overflow:hidden}.box-d{display:flex;flex-direction:column;align-items:flex-start;flex-wrap:nowrap;gap:25px;z-index:87}.box-d,.wrapper-b{flex-shrink:0;position:relative;width:100%}.wrapper-b{height:auto;z-index:88}.wrapper-c{flex-wrap:wrap;gap:8px;width:100%;height:auto;z-index:89}.wrapper-c,.wrapper-d{display:flex;align-items:center;position:relative}.wrapper-d{flex-wrap:nowrap;flex-shrink:0;gap:3px;width:auto;z-index:90}.pic-7{display:none;width:40px;background:url(/_next/static/media/e556bccf-2568-4403-b32a-945d70a4733e.ef46db37.png) no-repeat 50%;background-size:cover;z-index:91;border-radius:50%}.pic-7,.text-1d{flex-shrink:0;position:relative;height:auto}.text-1d{flex-basis:auto;color:#121416;font-family:Europa-Bold,var(--default-font-family);font-size:14px;font-weight:700;line-height:20px;text-align:left;white-space:nowrap;z-index:92}.wrapper-e{width:15px;height:1px;background:hsla(208,7%,46%,.4);z-index:93}.text-1e,.wrapper-e{flex-shrink:0;position:relative}.text-1e{flex-basis:auto;height:auto;color:#6c757d;font-family:EuropaNuova-Regular,var(--default-font-family);font-size:13px;font-weight:400;line-height:20px;text-align:left;white-space:nowrap;z-index:94}.box-e{display:flex;align-items:flex-start;flex-wrap:nowrap;width:auto;gap:8px;z-index:95}.box-e,.text-1f{flex-shrink:0;position:relative}.text-1f{flex-basis:auto;height:auto;color:hsla(208,7%,46%,.4);font-family:Europa-Regular,var(--default-font-family);font-size:20px;font-weight:400;line-height:auto;text-align:left;white-space:nowrap;z-index:96}.wrapper-f{display:flex;align-items:center;flex-wrap:nowrap;width:auto;gap:4px;z-index:97}.img-8,.wrapper-f{flex-shrink:0;position:relative}.img-8{width:15px;height:16px;background:url(/_next/static/media/c262cd2d-45f1-4237-8841-1c3b0300d815.ef46db37.svg) no-repeat 50%;background-size:100% 100%;z-index:98}.text-20{flex-basis:auto;font-family:EuropaNuova-Regular,var(--default-font-family);font-size:13px;line-height:20px;white-space:nowrap;z-index:99}.text-20,.text-21{flex-shrink:0;position:relative;height:auto;color:#6c757d;font-weight:400;text-align:left}.text-21{display:flex;align-items:flex-start;justify-content:flex-start;width:100%;font-family:Europa-Regular,var(--default-font-family);font-size:14px;line-height:1.5;z-index:100}.section-e{display:flex;flex-direction:column;align-items:center;flex-wrap:nowrap;width:108px;z-index:101}.section-e,.text-22{flex-shrink:0;position:relative}.text-22{flex-basis:auto;height:auto;color:#121416;font-family:Europa-Bold,var(--default-font-family);font-size:14px;font-weight:700;line-height:20px;text-align:left;white-space:nowrap;z-index:102}.group-b{display:flex;flex-direction:column;align-items:center;flex-wrap:nowrap;gap:4px;z-index:103}.group-b,.group-c{flex-shrink:0;position:relative;width:108px}.group-c{height:1px;background:#121416;z-index:104}.box-f{position:absolute;width:100%;height:100%;top:0;left:0;background:#fff;z-index:73}.wrapper-10{flex-shrink:0;position:relative;width:360px;height:auto;min-height:520px;padding-bottom:20px;border:1px solid rgba(18,20,22,.08);border-radius:12px;overflow:hidden;background-color:#fff;box-shadow:0 4px 20px rgba(0,0,0,.02);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;z-index:105}.box-10{position:relative;width:100%;height:220px;margin:0;z-index:107}.img-9{background:hsla(0,0%,85%,.2) url(https://images.unsplash.com/photo-1501785888041-af3ef285b470?auto=format&fit=crop&w=800&q=80) no-repeat 50%;background-size:cover;z-index:108}.group-d,.img-9{position:absolute;width:100%;height:100%;top:0;left:0}.group-d{background:rgba(0,0,0,.25);z-index:109}.box-11{align-items:flex-start;gap:4px;position:absolute;width:47.5%;top:7.14%;left:5.36%;z-index:110}.box-11,.section-f{display:flex;flex-wrap:nowrap}.section-f{flex-direction:column;align-items:center;justify-content:center;gap:10px;width:167px;padding:8px 10px;background:hsla(0,0%,100%,.2);z-index:111;border-radius:4px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.section-f,.text-23{flex-shrink:0;position:relative}.text-23{flex-basis:auto;height:26px;color:#fff;font-family:Europa-Bold,var(--default-font-family);font-size:20px;font-weight:700;line-height:26px;text-align:left;white-space:nowrap;z-index:112}.box-12{display:flex;flex-direction:column;align-items:center;justify-content:center;flex-wrap:nowrap;gap:10px;width:95px;padding:8px 10px;background:hsla(0,0%,100%,.2);z-index:113;border-radius:4px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.box-12,.text-24{flex-shrink:0;position:relative}.text-24{flex-basis:auto;height:26px;color:#fff;font-family:Europa-Bold,var(--default-font-family);font-size:20px;font-weight:700;line-height:26px;text-align:left;white-space:nowrap;z-index:114}.section-10{position:absolute;width:7.5%;height:10%;top:7.14%;left:87.14%;background:hsla(0,0%,100%,.2);z-index:115;border-radius:200px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.img-a{position:relative;width:23px;height:23px;margin:10px 0 0 9px;background:url(/_next/static/media/d3367e4b-46b8-4eda-b412-e7b36bccaf9d.ef46db37.svg) no-repeat 50%;background-size:cover;z-index:116;overflow:hidden}.group-e{flex-direction:column;flex-wrap:nowrap;gap:30px;width:100%;margin:35px 0 0;padding:0 20px;z-index:117}.group-e,.text-25{display:flex;align-items:flex-start;position:relative}.text-25{justify-content:flex-start;flex-shrink:0;width:448px;height:auto;color:#121416;font-family:Europa-Bold,var(--default-font-family);font-size:20px;font-weight:700;line-height:1.3;text-align:left;text-overflow:clip;z-index:118;overflow:hidden}.box-13{display:flex;flex-direction:column;align-items:flex-start;flex-wrap:nowrap;gap:25px;z-index:119}.box-13,.wrapper-11{flex-shrink:0;position:relative;width:100%}.wrapper-11{height:auto;z-index:120}.section-11{flex-wrap:wrap;gap:8px;width:100%;height:auto;z-index:121}.box-14,.section-11{display:flex;align-items:center;position:relative}.box-14{flex-wrap:nowrap;flex-shrink:0;gap:3px;width:auto;z-index:122}.pic-8{display:none;width:40px;background:url(/_next/static/media/5d460d00-8db9-4bd0-ae48-23c77f4fed9d.ef46db37.png) no-repeat 50%;background-size:cover;z-index:123;border-radius:50%}.pic-8,.text-26{flex-shrink:0;position:relative;height:auto}.text-26{flex-basis:auto;color:#121416;font-family:Europa-Bold,var(--default-font-family);font-size:14px;font-weight:700;line-height:20px;text-align:left;white-space:nowrap;z-index:124}.section-12{width:15px;height:1px;background:hsla(208,7%,46%,.4);z-index:125}.section-12,.text-27{flex-shrink:0;position:relative}.text-27{flex-basis:auto;height:auto;color:#6c757d;font-family:EuropaNuova-Regular,var(--default-font-family);font-size:13px;font-weight:400;line-height:20px;text-align:left;white-space:nowrap;z-index:126}.wrapper-12{display:flex;align-items:flex-start;flex-wrap:nowrap;width:auto;gap:8px;z-index:127}.text-28,.wrapper-12{flex-shrink:0;position:relative}.text-28{flex-basis:auto;height:auto;color:hsla(208,7%,46%,.4);font-family:Europa-Regular,var(--default-font-family);font-size:20px;font-weight:400;line-height:auto;text-align:left;white-space:nowrap;z-index:128}.box-15{display:flex;align-items:center;flex-wrap:nowrap;width:auto;gap:4px;z-index:129}.box-15,.pic-9{flex-shrink:0;position:relative}.pic-9{width:15px;height:16px;background:url(/_next/static/media/bdecdd3d-b068-4885-b1c8-2f936fa7bb9f.ef46db37.svg) no-repeat 50%;background-size:100% 100%;z-index:130}.text-29{flex-basis:auto;font-family:EuropaNuova-Regular,var(--default-font-family);font-size:13px;line-height:20px;white-space:nowrap;z-index:131}.text-29,.text-2a{flex-shrink:0;position:relative;height:auto;color:#6c757d;font-weight:400;text-align:left}.text-2a{display:flex;align-items:flex-start;justify-content:flex-start;width:100%;font-family:Europa-Regular,var(--default-font-family);font-size:14px;line-height:1.5;z-index:132}.section-13{display:flex;flex-direction:column;align-items:center;flex-wrap:nowrap;width:108px;z-index:133}.section-13,.text-2b{flex-shrink:0;position:relative}.text-2b{flex-basis:auto;height:auto;color:#121416;font-family:Europa-Bold,var(--default-font-family);font-size:14px;font-weight:700;line-height:20px;text-align:left;white-space:nowrap;z-index:134}.wrapper-13{display:flex;flex-direction:column;align-items:center;flex-wrap:nowrap;gap:4px;z-index:135}.wrapper-13,.wrapper-14{flex-shrink:0;position:relative;width:108px}.wrapper-14{height:1px;background:#121416;z-index:136}.section-14{position:absolute;width:100%;height:100%;top:0;left:0;background:#fff;z-index:106}.box-16{display:flex;align-items:flex-start;flex-wrap:wrap;gap:2.5rem;width:min(100% - 3rem,1800px);margin:80px auto 0;z-index:137;justify-content:center}.box-16,.group-f{position:relative}.group-f{flex-shrink:0;width:360px;height:auto;min-height:520px;padding-bottom:20px;border:1px solid rgba(18,20,22,.08);border-radius:12px;overflow:hidden;background-color:#fff;box-shadow:0 4px 20px rgba(0,0,0,.02);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;z-index:138}.section-15{position:relative;width:100%;height:220px;margin:0;z-index:140}.img-b{background:hsla(0,0%,85%,.2) url(https://images.unsplash.com/photo-1488646953014-85cb44e25828?auto=format&fit=crop&w=800&q=80) no-repeat 50%;background-size:cover;z-index:141}.img-b,.section-16{position:absolute;width:100%;height:100%;top:0;left:0}.section-16{background:rgba(0,0,0,.25);z-index:142}.group-10{align-items:flex-start;gap:4px;position:absolute;width:47.5%;top:7.14%;left:5.36%;z-index:143}.box-17,.group-10{display:flex;flex-wrap:nowrap}.box-17{flex-direction:column;align-items:center;justify-content:center;gap:10px;width:167px;padding:8px 10px;background:hsla(0,0%,100%,.2);z-index:144;border-radius:4px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.box-17,.text-2c{flex-shrink:0;position:relative}.text-2c{flex-basis:auto;height:26px;color:#fff;font-family:Europa-Bold,var(--default-font-family);font-size:20px;font-weight:700;line-height:26px;text-align:left;white-space:nowrap;z-index:145}.group-11{display:flex;flex-direction:column;align-items:center;justify-content:center;flex-wrap:nowrap;gap:10px;width:95px;padding:8px 10px;background:hsla(0,0%,100%,.2);z-index:146;border-radius:4px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.group-11,.text-2d{flex-shrink:0;position:relative}.text-2d{flex-basis:auto;height:26px;color:#fff;font-family:Europa-Bold,var(--default-font-family);font-size:20px;font-weight:700;line-height:26px;text-align:left;white-space:nowrap;z-index:147}.group-12{position:absolute;width:7.5%;height:10%;top:7.14%;left:87.14%;background:hsla(0,0%,100%,.2);z-index:148;border-radius:200px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.pic-a{position:relative;width:23px;height:23px;margin:10px 0 0 9px;background:url(/_next/static/media/bc845f7f-1059-4e50-b483-d90c91355c04.ef46db37.svg) no-repeat 50%;background-size:cover;z-index:149;overflow:hidden}.section-17{flex-direction:column;flex-wrap:nowrap;gap:30px;width:100%;margin:35px 0 0;padding:0 20px;z-index:150}.section-17,.text-2e{display:flex;align-items:flex-start;position:relative}.text-2e{justify-content:flex-start;flex-shrink:0;width:448px;height:auto;color:#121416;font-family:Europa-Bold,var(--default-font-family);font-size:20px;font-weight:700;line-height:1.3;text-align:left;text-overflow:clip;z-index:151;overflow:hidden}.wrapper-15{display:flex;flex-direction:column;align-items:flex-start;flex-wrap:nowrap;gap:25px;z-index:152}.wrapper-15,.wrapper-16{flex-shrink:0;position:relative;width:100%}.wrapper-16{height:auto;z-index:153}.wrapper-17{flex-wrap:wrap;gap:8px;width:100%;height:auto;z-index:154}.wrapper-17,.wrapper-18{display:flex;align-items:center;position:relative}.wrapper-18{flex-wrap:nowrap;flex-shrink:0;gap:3px;width:auto;z-index:155}.pic-b{display:none;width:40px;background:url(/_next/static/media/412bb1aa-e79f-483b-bfe0-6aabcc0a844b.ef46db37.png) no-repeat 50%;background-size:cover;z-index:156;border-radius:50%}.pic-b,.text-2f{flex-shrink:0;position:relative;height:auto}.text-2f{flex-basis:auto;color:#121416;font-family:Europa-Bold,var(--default-font-family);font-size:14px;font-weight:700;line-height:20px;text-align:left;white-space:nowrap;z-index:157}.section-18{width:15px;height:1px;background:hsla(208,7%,46%,.4);z-index:158}.section-18,.text-30{flex-shrink:0;position:relative}.text-30{flex-basis:auto;height:auto;color:#6c757d;font-family:EuropaNuova-Regular,var(--default-font-family);font-size:13px;font-weight:400;line-height:20px;text-align:left;white-space:nowrap;z-index:159}.box-18{display:flex;align-items:flex-start;flex-wrap:nowrap;width:auto;gap:8px;z-index:160}.box-18,.text-31{flex-shrink:0;position:relative}.text-31{flex-basis:auto;height:auto;color:hsla(208,7%,46%,.4);font-family:Europa-Regular,var(--default-font-family);font-size:20px;font-weight:400;line-height:auto;text-align:left;white-space:nowrap;z-index:161}.wrapper-19{display:flex;align-items:center;flex-wrap:nowrap;width:auto;gap:4px;z-index:162}.img-c,.wrapper-19{flex-shrink:0;position:relative}.img-c{width:15px;height:16px;background:url(/_next/static/media/4c824363-1507-41ee-af0e-ab9a482bb4c7.ef46db37.svg) no-repeat 50%;background-size:100% 100%;z-index:163}.text-32{flex-basis:auto;font-family:EuropaNuova-Regular,var(--default-font-family);font-size:13px;line-height:20px;white-space:nowrap;z-index:164}.text-32,.text-33{flex-shrink:0;position:relative;height:auto;color:#6c757d;font-weight:400;text-align:left}.text-33{display:flex;align-items:flex-start;justify-content:flex-start;width:100%;font-family:Europa-Regular,var(--default-font-family);font-size:14px;line-height:1.5;z-index:165}.wrapper-1a{display:flex;flex-direction:column;align-items:center;flex-wrap:nowrap;width:108px;z-index:166}.text-34,.wrapper-1a{flex-shrink:0;position:relative}.text-34{flex-basis:auto;height:auto;color:#121416;font-family:Europa-Bold,var(--default-font-family);font-size:14px;font-weight:700;line-height:20px;text-align:left;white-space:nowrap;z-index:167}.group-13{display:flex;flex-direction:column;align-items:center;flex-wrap:nowrap;gap:4px;z-index:168}.group-13,.group-14{flex-shrink:0;position:relative;width:108px}.group-14{height:1px;background:#121416;z-index:169}.group-15{position:absolute;width:100%;height:100%;top:0;left:0;background:#fff;z-index:139}.wrapper-1b{flex-shrink:0;position:relative;width:360px;height:auto;min-height:520px;padding-bottom:20px;border:1px solid rgba(18,20,22,.08);border-radius:12px;overflow:hidden;background-color:#fff;box-shadow:0 4px 20px rgba(0,0,0,.02);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;z-index:170}.section-19{position:relative;width:100%;height:220px;margin:0;z-index:172}.img-d{background:hsla(0,0%,85%,.2) url(https://images.unsplash.com/photo-1488085061387-422e29b40080?auto=format&fit=crop&w=800&q=80) no-repeat 50%;background-size:cover;z-index:173}.img-d,.section-1a{position:absolute;width:100%;height:100%;top:0;left:0}.section-1a{background:rgba(0,0,0,.25);z-index:174}.wrapper-1c{align-items:flex-start;gap:4px;position:absolute;width:47.5%;top:7.14%;left:5.36%;z-index:175}.box-19,.wrapper-1c{display:flex;flex-wrap:nowrap}.box-19{flex-direction:column;align-items:center;justify-content:center;gap:10px;width:167px;padding:8px 10px;background:hsla(0,0%,100%,.2);z-index:176;border-radius:4px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.box-19,.text-35{flex-shrink:0;position:relative}.text-35{flex-basis:auto;height:26px;color:#fff;font-family:Europa-Bold,var(--default-font-family);font-size:20px;font-weight:700;line-height:26px;text-align:left;white-space:nowrap;z-index:177}.box-1a{display:flex;flex-direction:column;align-items:center;justify-content:center;flex-wrap:nowrap;gap:10px;width:95px;padding:8px 10px;background:hsla(0,0%,100%,.2);z-index:178;border-radius:4px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.box-1a,.text-36{flex-shrink:0;position:relative}.text-36{flex-basis:auto;height:26px;color:#fff;font-family:Europa-Bold,var(--default-font-family);font-size:20px;font-weight:700;line-height:26px;text-align:left;white-space:nowrap;z-index:179}.wrapper-1d{position:absolute;width:7.5%;height:10%;top:7.14%;left:87.14%;z-index:180;border-radius:200px}.group-16{width:42px;height:42px;z-index:181}.group-16,.pic-c{position:absolute;top:0;left:0;border-radius:200px}.pic-c{width:100%;height:100%;background:url(/_next/static/media/7ad64697-be75-44ac-8c91-8482bcad1427.ef46db37.svg) no-repeat 50%;background-size:100% 100%;z-index:182;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.wrapper-1e{flex-direction:column;flex-wrap:nowrap;gap:30px;width:100%;margin:35px 0 0;padding:0 20px;z-index:183}.text-37,.wrapper-1e{display:flex;align-items:flex-start;position:relative}.text-37{justify-content:flex-start;flex-shrink:0;width:448px;height:auto;color:#121416;font-family:Europa-Bold,var(--default-font-family);font-size:20px;font-weight:700;line-height:1.3;text-align:left;z-index:184}.wrapper-1f{display:flex;flex-direction:column;align-items:flex-start;flex-wrap:nowrap;gap:25px;z-index:185}.box-1b,.wrapper-1f{flex-shrink:0;position:relative;width:100%}.box-1b{height:auto;z-index:186}.box-1c{flex-wrap:wrap;gap:8px;width:100%;height:auto;z-index:187}.box-1c,.section-1b{display:flex;align-items:center;position:relative}.section-1b{flex-wrap:nowrap;flex-shrink:0;gap:3px;width:auto;z-index:188}.pic-d{display:none;width:40px;background:url(/_next/static/media/7a5e4b3e-3079-4a04-9887-4c0a24090ec5.ef46db37.png) no-repeat 50%;background-size:cover;z-index:189;border-radius:50%}.pic-d,.text-38{flex-shrink:0;position:relative;height:auto}.text-38{flex-basis:auto;color:#121416;font-family:Europa-Bold,var(--default-font-family);font-size:14px;font-weight:700;line-height:20px;text-align:left;white-space:nowrap;z-index:190}.section-1c{width:15px;height:1px;background:hsla(208,7%,46%,.4);z-index:191}.section-1c,.text-39{flex-shrink:0;position:relative}.text-39{flex-basis:auto;height:auto;color:#6c757d;font-family:EuropaNuova-Regular,var(--default-font-family);font-size:13px;font-weight:400;line-height:20px;text-align:left;white-space:nowrap;z-index:192}.section-1d{display:flex;align-items:flex-start;flex-wrap:nowrap;width:auto;gap:8px;z-index:193}.section-1d,.text-3a{flex-shrink:0;position:relative}.text-3a{flex-basis:auto;height:auto;color:hsla(208,7%,46%,.4);font-family:Europa-Regular,var(--default-font-family);font-size:20px;font-weight:400;line-height:auto;text-align:left;white-space:nowrap;z-index:194}.section-1e{display:flex;align-items:center;flex-wrap:nowrap;width:auto;gap:4px;z-index:195}.img-e,.section-1e{flex-shrink:0;position:relative}.img-e{width:15px;height:16px;background:url(/_next/static/media/7f2ded56-e155-48b6-b6e7-c934581004ba.ef46db37.svg) no-repeat 50%;background-size:100% 100%;z-index:196}.text-3b{flex-basis:auto;font-family:EuropaNuova-Regular,var(--default-font-family);font-size:13px;line-height:20px;white-space:nowrap;z-index:197}.text-3b,.text-3c{flex-shrink:0;position:relative;height:auto;color:#6c757d;font-weight:400;text-align:left}.text-3c{display:flex;align-items:flex-start;justify-content:flex-start;width:100%;font-family:Europa-Regular,var(--default-font-family);font-size:14px;line-height:1.5;z-index:198}.group-17{display:flex;flex-direction:column;align-items:center;flex-wrap:nowrap;width:108px;z-index:199}.group-17,.text-3d{flex-shrink:0;position:relative}.text-3d{flex-basis:auto;height:auto;color:#121416;font-family:Europa-Bold,var(--default-font-family);font-size:14px;font-weight:700;line-height:20px;text-align:left;white-space:nowrap;z-index:200}.section-1f{display:flex;flex-direction:column;align-items:center;flex-wrap:nowrap;gap:4px;z-index:201}.box-1d,.section-1f{flex-shrink:0;position:relative;width:108px}.box-1d{height:1px;background:#121416;z-index:202}.box-1e{position:absolute;width:100%;height:100%;top:0;left:0;background:#fff;z-index:171}.box-1f{flex-shrink:0;position:relative;width:360px;height:auto;min-height:520px;padding-bottom:20px;border:1px solid rgba(18,20,22,.08);border-radius:12px;overflow:hidden;background-color:#fff;box-shadow:0 4px 20px rgba(0,0,0,.02);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;z-index:203}.section-20{position:relative;width:100%;height:220px;margin:0;z-index:205}.pic-e{background:hsla(0,0%,85%,.2) url(https://images.unsplash.com/photo-1493976040374-85c8e12f0c0e?auto=format&fit=crop&w=800&q=80) no-repeat 50%;background-size:cover;z-index:206}.pic-e,.section-21{position:absolute;width:100%;height:100%;top:0;left:0}.section-21{background:rgba(0,0,0,.25);z-index:207}.wrapper-20{align-items:flex-start;gap:4px;position:absolute;width:47.5%;top:7.14%;left:5.36%;z-index:208}.section-22,.wrapper-20{display:flex;flex-wrap:nowrap}.section-22{flex-direction:column;align-items:center;justify-content:center;gap:10px;width:167px;padding:8px 10px;background:hsla(0,0%,100%,.2);z-index:209;border-radius:4px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.section-22,.text-3e{flex-shrink:0;position:relative}.text-3e{flex-basis:auto;height:26px;color:#fff;font-family:Europa-Bold,var(--default-font-family);font-size:20px;font-weight:700;line-height:26px;text-align:left;white-space:nowrap;z-index:210}.section-23{display:flex;flex-direction:column;align-items:center;justify-content:center;flex-wrap:nowrap;gap:10px;width:95px;padding:8px 10px;background:hsla(0,0%,100%,.2);z-index:211;border-radius:4px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.section-23,.text-3f{flex-shrink:0;position:relative}.text-3f{flex-basis:auto;height:26px;color:#fff;font-family:Europa-Bold,var(--default-font-family);font-size:20px;font-weight:700;line-height:26px;text-align:left;white-space:nowrap;z-index:212}.wrapper-21{position:absolute;width:7.5%;height:10%;top:7.14%;left:87.14%;background:hsla(0,0%,100%,.2);z-index:213;border-radius:200px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.pic-f{position:relative;width:23px;height:23px;margin:10px 0 0 9px;background:url(/_next/static/media/c310a581-a45b-41fd-b303-85b71bd93516.ef46db37.svg) no-repeat 50%;background-size:cover;z-index:214;overflow:hidden}.wrapper-22{flex-direction:column;flex-wrap:nowrap;gap:30px;width:100%;margin:35px 0 0;padding:0 20px;z-index:215}.text-40,.wrapper-22{display:flex;align-items:flex-start;position:relative}.text-40{justify-content:flex-start;flex-shrink:0;width:448px;height:auto;color:#121416;font-family:Europa-Bold,var(--default-font-family);font-size:20px;font-weight:700;line-height:1.3;text-align:left;text-overflow:clip;z-index:216;overflow:hidden}.wrapper-23{display:flex;flex-direction:column;align-items:flex-start;flex-wrap:nowrap;gap:25px;z-index:217}.group-18,.wrapper-23{flex-shrink:0;position:relative;width:100%}.group-18{height:auto;z-index:218}.wrapper-24{flex-wrap:wrap;gap:8px;width:100%;height:auto;z-index:219}.box-20,.wrapper-24{display:flex;align-items:center;position:relative}.box-20{flex-wrap:nowrap;flex-shrink:0;gap:3px;width:auto;z-index:220}.img-f{display:none;width:40px;background:url(/_next/static/media/2cdfeb6b-e931-4e20-b2ea-c09cd0438719.ef46db37.png) no-repeat 50%;background-size:cover;z-index:221;border-radius:50%}.img-f,.text-41{flex-shrink:0;position:relative;height:auto}.text-41{flex-basis:auto;color:#121416;font-family:Europa-Bold,var(--default-font-family);font-size:14px;font-weight:700;line-height:20px;text-align:left;white-space:nowrap;z-index:222}.group-19{width:15px;height:1px;background:hsla(208,7%,46%,.4);z-index:223}.group-19,.text-42{flex-shrink:0;position:relative}.text-42{flex-basis:auto;height:auto;color:#6c757d;font-family:EuropaNuova-Regular,var(--default-font-family);font-size:13px;font-weight:400;line-height:20px;text-align:left;white-space:nowrap;z-index:224}.group-1a{display:flex;align-items:flex-start;flex-wrap:nowrap;width:auto;gap:8px;z-index:225}.group-1a,.text-43{flex-shrink:0;position:relative}.text-43{flex-basis:auto;height:auto;color:hsla(208,7%,46%,.4);font-family:Europa-Regular,var(--default-font-family);font-size:20px;font-weight:400;line-height:auto;text-align:left;white-space:nowrap;z-index:226}.group-1b{display:flex;align-items:center;flex-wrap:nowrap;width:auto;gap:4px;z-index:227}.group-1b,.img-10{flex-shrink:0;position:relative}.img-10{width:15px;height:16px;background:url(/_next/static/media/5469d2bc-ee66-426f-babc-2106cd6d0175.ef46db37.svg) no-repeat 50%;background-size:100% 100%;z-index:228}.text-44{flex-basis:auto;font-family:EuropaNuova-Regular,var(--default-font-family);font-size:13px;line-height:20px;white-space:nowrap;z-index:229}.text-44,.text-45{flex-shrink:0;position:relative;height:auto;color:#6c757d;font-weight:400;text-align:left}.text-45{display:flex;align-items:flex-start;justify-content:flex-start;width:100%;font-family:Europa-Regular,var(--default-font-family);font-size:14px;line-height:1.5;z-index:230}.section-24{display:flex;flex-direction:column;align-items:center;flex-wrap:nowrap;width:108px;z-index:231}.section-24,.text-46{flex-shrink:0;position:relative}.text-46{flex-basis:auto;height:auto;color:#121416;font-family:Europa-Bold,var(--default-font-family);font-size:14px;font-weight:700;line-height:20px;text-align:left;white-space:nowrap;z-index:232}.section-25{display:flex;flex-direction:column;align-items:center;flex-wrap:nowrap;gap:4px;z-index:233}.group-1c,.section-25{flex-shrink:0;position:relative;width:108px}.group-1c{height:1px;background:#121416;z-index:234}.group-1d{position:absolute;width:100%;height:100%;top:0;left:0;background:#fff;z-index:204}.group-1e{display:flex;align-items:flex-start;flex-wrap:wrap;gap:2.5rem;position:relative;width:min(100% - 3rem,1800px);margin:80px auto 0;z-index:235;justify-content:center}.box-21{flex-shrink:0;position:relative;width:360px;height:auto;min-height:520px;padding-bottom:20px;border:1px solid rgba(18,20,22,.08);border-radius:12px;overflow:hidden;background-color:#fff;box-shadow:0 4px 20px rgba(0,0,0,.02);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;z-index:236}.wrapper-25{position:relative;width:100%;height:220px;margin:0;z-index:238}.img-11{background:hsla(0,0%,85%,.2) url(https://images.unsplash.com/photo-1522083165195-3427ee029419?auto=format&fit=crop&w=800&q=80) no-repeat 50%;background-size:cover;z-index:239}.img-11,.section-26{position:absolute;width:100%;height:100%;top:0;left:0}.section-26{background:rgba(0,0,0,.25);z-index:240}.wrapper-26{align-items:flex-start;gap:4px;position:absolute;width:47.5%;top:7.14%;left:5.36%;z-index:241}.box-22,.wrapper-26{display:flex;flex-wrap:nowrap}.box-22{flex-direction:column;align-items:center;justify-content:center;gap:10px;width:167px;padding:8px 10px;background:hsla(0,0%,100%,.2);z-index:242;border-radius:4px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.box-22,.text-47{flex-shrink:0;position:relative}.text-47{flex-basis:auto;height:26px;color:#fff;font-family:Europa-Bold,var(--default-font-family);font-size:20px;font-weight:700;line-height:26px;text-align:left;white-space:nowrap;z-index:243}.wrapper-27{display:flex;flex-direction:column;align-items:center;justify-content:center;flex-wrap:nowrap;gap:10px;width:95px;padding:8px 10px;background:hsla(0,0%,100%,.2);z-index:244;border-radius:4px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.text-48,.wrapper-27{flex-shrink:0;position:relative}.text-48{flex-basis:auto;height:26px;color:#fff;font-family:Europa-Bold,var(--default-font-family);font-size:20px;font-weight:700;line-height:26px;text-align:left;white-space:nowrap;z-index:245}.box-23{position:absolute;width:7.5%;height:10%;top:7.14%;left:87.14%;background:hsla(0,0%,100%,.2);z-index:246;border-radius:200px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.pic-10{position:relative;width:23px;height:23px;margin:10px 0 0 9px;background:url(/_next/static/media/b47a9ff1-2bab-4cb9-aba7-9d98dc1baca7.ef46db37.svg) no-repeat 50%;background-size:cover;z-index:247;overflow:hidden}.section-27{flex-direction:column;flex-wrap:nowrap;gap:30px;width:100%;margin:35px 0 0;padding:0 20px;z-index:248}.section-27,.text-49{display:flex;align-items:flex-start;position:relative}.text-49{justify-content:flex-start;flex-shrink:0;width:448px;height:auto;color:#121416;font-family:Europa-Bold,var(--default-font-family);font-size:20px;font-weight:700;line-height:1.3;text-align:left;text-overflow:clip;z-index:249;overflow:hidden}.group-1f{display:flex;flex-direction:column;align-items:flex-start;flex-wrap:nowrap;gap:25px;z-index:250}.box-24,.group-1f{flex-shrink:0;position:relative;width:100%}.box-24{height:auto;z-index:251}.section-28{flex-wrap:wrap;gap:8px;width:100%;height:auto;z-index:252}.group-20,.section-28{display:flex;align-items:center;position:relative}.group-20{flex-wrap:nowrap;flex-shrink:0;gap:3px;width:auto;z-index:253}.pic-11{display:none;width:40px;background:url(/_next/static/media/61e3f4ba-d113-47e0-9890-bb6873f67d68.ef46db37.png) no-repeat 50%;background-size:cover;z-index:254;border-radius:50%}.pic-11,.text-4a{flex-shrink:0;position:relative;height:auto}.text-4a{flex-basis:auto;color:#121416;font-family:Europa-Bold,var(--default-font-family);font-size:14px;font-weight:700;line-height:20px;text-align:left;white-space:nowrap;z-index:255}.group-21{width:15px;height:1px;background:hsla(208,7%,46%,.4);z-index:256}.group-21,.text-4b{flex-shrink:0;position:relative}.text-4b{flex-basis:auto;height:auto;color:#6c757d;font-family:EuropaNuova-Regular,var(--default-font-family);font-size:13px;font-weight:400;line-height:20px;text-align:left;white-space:nowrap;z-index:257}.group-22{display:flex;align-items:flex-start;flex-wrap:nowrap;width:auto;gap:8px;z-index:258}.group-22,.text-4c{flex-shrink:0;position:relative}.text-4c{flex-basis:auto;height:auto;color:hsla(208,7%,46%,.4);font-family:Europa-Regular,var(--default-font-family);font-size:20px;font-weight:400;line-height:auto;text-align:left;white-space:nowrap;z-index:259}.wrapper-28{display:flex;align-items:center;flex-wrap:nowrap;width:auto;gap:4px;z-index:260}.img-12,.wrapper-28{flex-shrink:0;position:relative}.img-12{width:15px;height:16px;background:url(/_next/static/media/05f0e5fe-930e-488b-9f41-9106c56122a7.ef46db37.svg) no-repeat 50%;background-size:100% 100%;z-index:261}.text-4d{flex-basis:auto;font-family:EuropaNuova-Regular,var(--default-font-family);font-size:13px;line-height:20px;white-space:nowrap;z-index:262}.text-4d,.text-4e{flex-shrink:0;position:relative;height:auto;color:#6c757d;font-weight:400;text-align:left}.text-4e{display:flex;align-items:flex-start;justify-content:flex-start;width:100%;font-family:Europa-Regular,var(--default-font-family);font-size:14px;line-height:1.5;z-index:263}.box-25{display:flex;flex-direction:column;align-items:center;flex-wrap:nowrap;width:108px;z-index:264}.box-25,.text-4f{flex-shrink:0;position:relative}.text-4f{flex-basis:auto;height:auto;color:#121416;font-family:Europa-Bold,var(--default-font-family);font-size:14px;font-weight:700;line-height:20px;text-align:left;white-space:nowrap;z-index:265}.box-26{display:flex;flex-direction:column;align-items:center;flex-wrap:nowrap;gap:4px;z-index:266}.box-26,.section-29{flex-shrink:0;position:relative;width:108px}.section-29{height:1px;background:#121416;z-index:267}.group-23{position:absolute;width:100%;height:100%;top:0;left:0;background:#fff;z-index:237}.group-24{flex-shrink:0;position:relative;width:360px;height:auto;min-height:520px;padding-bottom:20px;border:1px solid rgba(18,20,22,.08);border-radius:12px;overflow:hidden;background-color:#fff;box-shadow:0 4px 20px rgba(0,0,0,.02);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;z-index:268}.group-25{position:relative;width:100%;height:220px;margin:0;z-index:270}.img-13{background:hsla(0,0%,85%,.2) url(https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=800&q=80) no-repeat 50%;background-size:cover;z-index:271}.img-13,.wrapper-29{position:absolute;width:100%;height:100%;top:0;left:0}.wrapper-29{background:rgba(0,0,0,.25);z-index:272}.wrapper-2a{align-items:flex-start;gap:4px;position:absolute;width:47.5%;top:7.14%;left:5.36%;z-index:273}.wrapper-2a,.wrapper-2b{display:flex;flex-wrap:nowrap}.wrapper-2b{flex-direction:column;align-items:center;justify-content:center;gap:10px;width:167px;padding:8px 10px;background:hsla(0,0%,100%,.2);z-index:274;border-radius:4px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.text-50,.wrapper-2b{flex-shrink:0;position:relative}.text-50{flex-basis:auto;height:26px;color:#fff;font-family:Europa-Bold,var(--default-font-family);font-size:20px;font-weight:700;line-height:26px;text-align:left;white-space:nowrap;z-index:275}.section-2a{display:flex;flex-direction:column;align-items:center;justify-content:center;flex-wrap:nowrap;gap:10px;width:95px;padding:8px 10px;background:hsla(0,0%,100%,.2);z-index:276;border-radius:4px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.section-2a,.text-51{flex-shrink:0;position:relative}.text-51{flex-basis:auto;height:26px;color:#fff;font-family:Europa-Bold,var(--default-font-family);font-size:20px;font-weight:700;line-height:26px;text-align:left;white-space:nowrap;z-index:277}.group-26{position:absolute;width:7.5%;height:10%;top:7.14%;left:87.14%;z-index:278;border-radius:200px}.section-2b{width:42px;height:42px;z-index:279}.img-14,.section-2b{position:absolute;top:0;left:0;border-radius:200px}.img-14{width:100%;height:100%;background:url(/_next/static/media/f0e2575e-9060-4e32-b49a-f537c842d7eb.ef46db37.svg) no-repeat 50%;background-size:100% 100%;z-index:280;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.group-27{flex-direction:column;flex-wrap:nowrap;gap:30px;width:100%;margin:35px 0 0;padding:0 20px;z-index:281}.group-27,.text-52{display:flex;align-items:flex-start;position:relative}.text-52{justify-content:flex-start;flex-shrink:0;width:448px;height:auto;color:#121416;font-family:Europa-Bold,var(--default-font-family);font-size:20px;font-weight:700;line-height:1.3;text-align:left;z-index:282}.wrapper-2c{display:flex;flex-direction:column;align-items:flex-start;flex-wrap:nowrap;gap:25px;z-index:283}.wrapper-2c,.wrapper-2d{flex-shrink:0;position:relative;width:100%}.wrapper-2d{height:auto;z-index:284}.group-28{flex-wrap:wrap;gap:8px;width:100%;height:auto;z-index:285}.group-28,.wrapper-2e{display:flex;align-items:center;position:relative}.wrapper-2e{flex-wrap:nowrap;flex-shrink:0;gap:3px;width:auto;z-index:286}.pic-12{display:none;width:40px;background:url(/_next/static/media/627f6261-ca4d-42d1-86f7-9cf6587511ad.ef46db37.png) no-repeat 50%;background-size:cover;z-index:287;border-radius:50%}.pic-12,.text-53{flex-shrink:0;position:relative;height:auto}.text-53{flex-basis:auto;color:#121416;font-family:Europa-Bold,var(--default-font-family);font-size:14px;font-weight:700;line-height:20px;text-align:left;white-space:nowrap;z-index:288}.box-27{width:15px;height:1px;background:hsla(208,7%,46%,.4);z-index:289}.box-27,.text-54{flex-shrink:0;position:relative}.text-54{flex-basis:auto;height:auto;color:#6c757d;font-family:EuropaNuova-Regular,var(--default-font-family);font-size:13px;font-weight:400;line-height:20px;text-align:left;white-space:nowrap;z-index:290}.group-29{display:flex;align-items:flex-start;flex-wrap:nowrap;width:auto;gap:8px;z-index:291}.group-29,.text-55{flex-shrink:0;position:relative}.text-55{flex-basis:auto;height:auto;color:hsla(208,7%,46%,.4);font-family:Europa-Regular,var(--default-font-family);font-size:20px;font-weight:400;line-height:auto;text-align:left;white-space:nowrap;z-index:292}.group-2a{display:flex;align-items:center;flex-wrap:nowrap;width:auto;gap:4px;z-index:293}.group-2a,.pic-13{flex-shrink:0;position:relative}.pic-13{width:15px;height:16px;background:url(/_next/static/media/0732baa1-57c8-48a8-bda5-8ea158478c64.ef46db37.svg) no-repeat 50%;background-size:100% 100%;z-index:294}.text-56{flex-basis:auto;font-family:EuropaNuova-Regular,var(--default-font-family);font-size:13px;line-height:20px;white-space:nowrap;z-index:295}.text-56,.text-57{flex-shrink:0;position:relative;height:auto;color:#6c757d;font-weight:400;text-align:left}.text-57{display:flex;align-items:flex-start;justify-content:flex-start;width:100%;font-family:Europa-Regular,var(--default-font-family);font-size:14px;line-height:1.5;z-index:296}.wrapper-2f{display:flex;flex-direction:column;align-items:center;flex-wrap:nowrap;width:108px;z-index:297}.text-58,.wrapper-2f{flex-shrink:0;position:relative}.text-58{flex-basis:auto;height:auto;color:#121416;font-family:Europa-Bold,var(--default-font-family);font-size:14px;font-weight:700;line-height:20px;text-align:left;white-space:nowrap;z-index:298}.wrapper-30{display:flex;flex-direction:column;align-items:center;flex-wrap:nowrap;gap:4px;z-index:299}.section-2c,.wrapper-30{flex-shrink:0;position:relative;width:108px}.section-2c{height:1px;background:#121416;z-index:300}.group-2b{position:absolute;width:100%;height:100%;top:0;left:0;background:#fff;z-index:269}.section-2d{flex-shrink:0;position:relative;width:360px;height:auto;min-height:520px;padding-bottom:20px;border:1px solid rgba(18,20,22,.08);border-radius:12px;overflow:hidden;background-color:#fff;box-shadow:0 4px 20px rgba(0,0,0,.02);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;z-index:301}.box-28{position:relative;width:100%;height:220px;margin:0;z-index:303}.pic-14{background:hsla(0,0%,85%,.2) url(https://images.unsplash.com/photo-1472214222555-d41475c7f214?auto=format&fit=crop&w=800&q=80) no-repeat 50%;background-size:cover;z-index:304}.group-2c,.pic-14{position:absolute;width:100%;height:100%;top:0;left:0}.group-2c{background:rgba(0,0,0,.25);z-index:305}.wrapper-31{align-items:flex-start;gap:4px;position:absolute;width:47.5%;top:7.14%;left:5.36%;z-index:306}.wrapper-31,.wrapper-32{display:flex;flex-wrap:nowrap}.wrapper-32{flex-direction:column;align-items:center;justify-content:center;gap:10px;width:167px;padding:8px 10px;background:hsla(0,0%,100%,.2);z-index:307;border-radius:4px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.text-59,.wrapper-32{flex-shrink:0;position:relative}.text-59{flex-basis:auto;height:26px;color:#fff;font-family:Europa-Bold,var(--default-font-family);font-size:20px;font-weight:700;line-height:26px;text-align:left;white-space:nowrap;z-index:308}.wrapper-33{display:flex;flex-direction:column;align-items:center;justify-content:center;flex-wrap:nowrap;gap:10px;width:95px;padding:8px 10px;background:hsla(0,0%,100%,.2);z-index:309;border-radius:4px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.text-5a,.wrapper-33{flex-shrink:0;position:relative}.text-5a{flex-basis:auto;height:26px;color:#fff;font-family:Europa-Bold,var(--default-font-family);font-size:20px;font-weight:700;line-height:26px;text-align:left;white-space:nowrap;z-index:310}.section-2e{position:absolute;width:7.5%;height:10%;top:7.14%;left:87.14%;background:hsla(0,0%,100%,.2);z-index:311;border-radius:200px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.pic-15{position:relative;width:23px;height:23px;margin:10px 0 0 9px;background:url(/_next/static/media/fc68b845-c593-4eac-8a7b-5ee9544ea0b6.ef46db37.svg) no-repeat 50%;background-size:cover;z-index:312;overflow:hidden}.section-2f{flex-direction:column;flex-wrap:nowrap;gap:30px;width:100%;margin:35px 0 0;padding:0 20px;z-index:313}.section-2f,.text-5b{display:flex;align-items:flex-start;position:relative}.text-5b{justify-content:flex-start;flex-shrink:0;width:448px;height:auto;color:#121416;font-family:Europa-Bold,var(--default-font-family);font-size:20px;font-weight:700;line-height:1.3;text-align:left;text-overflow:clip;z-index:314;overflow:hidden}.wrapper-34{display:flex;flex-direction:column;align-items:flex-start;flex-wrap:nowrap;gap:25px;z-index:315}.section-30,.wrapper-34{flex-shrink:0;position:relative;width:100%}.section-30{height:auto;z-index:316}.group-2d{flex-wrap:wrap;gap:8px;width:100%;height:auto;z-index:317}.group-2d,.group-2e{display:flex;align-items:center;position:relative}.group-2e{flex-wrap:nowrap;flex-shrink:0;gap:3px;width:auto;z-index:318}.img-15{display:none;width:40px;background:url(/_next/static/media/ac291b6a-644a-496b-b9b1-c996b61e26d1.ef46db37.png) no-repeat 50%;background-size:cover;z-index:319;border-radius:50%}.img-15,.text-5c{flex-shrink:0;position:relative;height:auto}.text-5c{flex-basis:auto;color:#121416;font-family:Europa-Bold,var(--default-font-family);font-size:14px;font-weight:700;line-height:20px;text-align:left;white-space:nowrap;z-index:320}.wrapper-35{width:15px;height:1px;background:hsla(208,7%,46%,.4);z-index:321}.text-5d,.wrapper-35{flex-shrink:0;position:relative}.text-5d{flex-basis:auto;height:auto;color:#6c757d;font-family:EuropaNuova-Regular,var(--default-font-family);font-size:13px;font-weight:400;line-height:20px;text-align:left;white-space:nowrap;z-index:322}.box-29{display:flex;align-items:flex-start;flex-wrap:nowrap;width:auto;gap:8px;z-index:323}.box-29,.text-5e{flex-shrink:0;position:relative}.text-5e{flex-basis:auto;height:auto;color:hsla(208,7%,46%,.4);font-family:Europa-Regular,var(--default-font-family);font-size:20px;font-weight:400;line-height:auto;text-align:left;white-space:nowrap;z-index:324}.box-2a{display:flex;align-items:center;flex-wrap:nowrap;width:auto;gap:4px;z-index:325}.box-2a,.img-16{flex-shrink:0;position:relative}.img-16{width:15px;height:16px;background:url(/_next/static/media/fe1010f0-5f48-4464-b84a-9f7b51eb80a6.ef46db37.svg) no-repeat 50%;background-size:100% 100%;z-index:326}.text-5f{flex-basis:auto;font-family:EuropaNuova-Regular,var(--default-font-family);font-size:13px;line-height:20px;white-space:nowrap;z-index:327}.text-5f,.text-60{flex-shrink:0;position:relative;height:auto;color:#6c757d;font-weight:400;text-align:left}.text-60{display:flex;align-items:flex-start;justify-content:flex-start;width:100%;font-family:Europa-Regular,var(--default-font-family);font-size:14px;line-height:1.5;z-index:328}.box-2b{display:flex;flex-direction:column;align-items:center;flex-wrap:nowrap;width:108px;z-index:329}.box-2b,.text-61{flex-shrink:0;position:relative}.text-61{flex-basis:auto;height:auto;color:#121416;font-family:Europa-Bold,var(--default-font-family);font-size:14px;font-weight:700;line-height:20px;text-align:left;white-space:nowrap;z-index:330}.wrapper-36{display:flex;flex-direction:column;align-items:center;flex-wrap:nowrap;gap:4px;z-index:331}.section-31,.wrapper-36{flex-shrink:0;position:relative;width:108px}.section-31{height:1px;background:#121416;z-index:332}.box-2c{position:absolute;width:100%;height:100%;top:0;left:0;background:#fff;z-index:302}.text-62{display:block;height:24px;margin:115px 0 0 976px;color:rgba(18,20,22,.6);font-family:Europa-Bold,var(--default-font-family);font-size:20px;font-weight:700;line-height:24px;text-align:left;text-transform:capitalize;white-space:nowrap;z-index:38}.pic-16,.text-62{position:relative}.pic-16{width:min(100% - 3rem,1800px);height:600px;margin:115px auto 0;background:rgba(52,58,64,.2) url(https://images.unsplash.com/photo-1476514525535-07fb3b4ae5f1?auto=format&fit=crop&w=1920&q=80) no-repeat 50%;background-size:cover;z-index:341;overflow:visible}.box-2d{display:flex;flex-direction:column;align-items:center;flex-wrap:nowrap;gap:30px;width:min(100% - 2rem,1000px);margin:120px auto 0;z-index:342}.box-2d,.box-2e{position:relative}.box-2e{flex-shrink:0;width:100%;height:auto;z-index:343}.section-32{align-items:flex-start;gap:4px;margin:0 auto;z-index:344}.section-32,.section-33{display:flex;flex-wrap:nowrap;position:relative;width:86px}.section-33{flex-direction:column;align-items:center;justify-content:center;flex-shrink:0;gap:10px;padding:0 10px;background:hsla(0,0%,100%,.2);z-index:345;border-radius:4px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.section-34{flex-shrink:0;width:66px;text-overflow:clip;white-space:nowrap;z-index:346}.section-34,.text-63{position:relative;font-family:Europa-Bold,var(--default-font-family);font-size:24px;font-weight:700;line-height:31.536px;text-align:left}.text-63{color:#fff;text-transform:capitalize}.text-64{position:relative;color:#fff;font-family:Europa-Bold,var(--default-font-family);font-size:24px;font-weight:700;line-height:31.536px;text-align:left;text-transform:lowercase}.box-2f{margin:10px 0 0;font-size:0;z-index:347;overflow:visible}.box-2f,.text-65{position:relative;width:100%;height:auto}.text-65{margin:0;color:#fff;font-family:Europa-Bold,var(--default-font-family);font-size:clamp(1.8rem,4vw,3rem);font-weight:700;line-height:1.2;letter-spacing:-1.68px;z-index:349}.text-65,.text-66{display:flex;align-items:flex-start;justify-content:center;text-align:center}.text-66{position:relative;width:min(100% - 2rem,750px);height:auto;margin:20px auto 0;color:#e5e5e5;font-family:EuropaNuova-Bold,var(--default-font-family);font-size:clamp(1rem,2vw,1.25rem);font-weight:400;line-height:1.4;z-index:348}.section-35{flex-shrink:0;position:relative;width:320px;height:64px;background:#fff;border:1px solid #7e7d84;z-index:350;border-radius:2px;box-sizing:content-box}.text-67{display:flex;align-items:center;justify-content:flex-start;position:absolute;height:24px;top:calc(50% - 12px);left:14.85%;color:#7a65e1;font-family:EuropaNuova-Bold,var(--default-font-family);font-size:20px;font-weight:400;line-height:24px;text-align:left;white-space:nowrap;z-index:351}.group-2f{align-items:center;justify-content:space-between;width:877.143px;margin:46.696px 0 0 161.143px;z-index:339}.box-30,.group-2f{display:flex;position:relative;height:28.722px}.box-30{align-items:flex-start;flex-wrap:nowrap;flex-shrink:0;gap:4px;width:177.143px;z-index:335}.wrapper-37{z-index:337}.wrapper-37,.wrapper-38{display:flex;align-items:flex-start;flex-wrap:nowrap;flex-shrink:0;gap:4px;position:relative;width:177.143px;height:28.722px}.wrapper-38{z-index:339}.box-31{display:flex;flex-direction:column;align-items:flex-start;flex-wrap:nowrap;gap:16px;position:relative;width:min(100% - 3rem,1200px);height:auto;margin:102px auto 0;z-index:377}.text-68{font-size:32px;z-index:378}.text-68,.text-69{flex-shrink:0;flex-basis:auto;position:relative;height:20px;color:#121416;font-family:Europa-Bold,var(--default-font-family);font-weight:700;line-height:20px;text-align:left;white-space:nowrap}.text-69{font-size:16px;z-index:379}.box-32{display:flex;align-items:flex-start;flex-wrap:wrap;gap:2.5rem;width:min(100% - 3rem,1800px);margin:30px auto 0;z-index:352;justify-content:center}.box-32,.box-33{position:relative}.box-33{flex-shrink:0;width:320px;height:260px;font-size:0;z-index:353}.text-6a{display:flex;align-items:flex-start;justify-content:center;position:relative;width:215px;height:28px;margin:116px 0 0 53px;color:#fff;font-family:Europa-Bold,var(--default-font-family);font-size:24px;font-weight:700;line-height:28px;text-align:center;white-space:nowrap;z-index:356}.pic-17{background:hsla(0,0%,85%,.2) url(https://images.unsplash.com/photo-1522083165195-3427ee029419?auto=format&fit=crop&w=800&q=80) no-repeat 50%;background-size:cover;z-index:354}.pic-17,.wrapper-39{position:absolute;width:100%;height:100%;top:0;left:0}.wrapper-39{background:rgba(0,0,0,.25);z-index:355}.section-36{flex-shrink:0;position:relative;width:320px;height:260px;font-size:0;z-index:357}.text-6b{display:flex;align-items:flex-start;justify-content:center;position:relative;width:217px;height:28px;margin:116px 0 0 52px;color:#fff;font-family:Europa-Bold,var(--default-font-family);font-size:24px;font-weight:700;line-height:28px;text-align:center;white-space:nowrap;z-index:360}.img-17{background:hsla(0,0%,85%,.2) url(/_next/static/media/503c043e93c7918e043b7224df0516aa2ec4a735.ef46db37.png) no-repeat 50%;background-size:cover;z-index:358}.group-30,.img-17{position:absolute;width:100%;height:100%;top:0;left:0}.group-30{background:rgba(0,0,0,.25);z-index:359}.section-37{flex-shrink:0;position:relative;width:320px;height:260px;font-size:0;z-index:361}.text-6c{display:flex;align-items:flex-start;justify-content:center;position:relative;width:215px;height:28px;margin:116px 0 0 53px;color:#fff;font-family:Europa-Bold,var(--default-font-family);font-size:24px;font-weight:700;line-height:28px;text-align:center;white-space:nowrap;z-index:364}.pic-18{background:hsla(0,0%,85%,.2) url(/_next/static/media/e74555184a4b237e0d233395c625a87d2323ce10.ef46db37.png) no-repeat 50%;background-size:cover;z-index:362}.pic-18,.wrapper-3a{position:absolute;width:100%;height:100%;top:0;left:0}.wrapper-3a{background:rgba(0,0,0,.25);z-index:363}.section-38{flex-shrink:0;position:relative;width:320px;height:260px;font-size:0;z-index:365}.text-6d{display:flex;align-items:flex-start;justify-content:center;position:relative;width:215px;height:28px;margin:116px 0 0 53px;color:#fff;font-family:Europa-Bold,var(--default-font-family);font-size:24px;font-weight:700;line-height:28px;text-align:center;white-space:nowrap;z-index:370}.group-31{position:absolute;width:100%;height:100%;top:0;left:0;z-index:366}.section-39{display:flex;align-items:flex-start;flex-wrap:nowrap;gap:4px;position:relative;width:177.143px;height:29.714px;margin:18.571px 0 0 17.143px;z-index:369}.img-18{background:hsla(0,0%,85%,.2) url(/_next/static/media/5c2cfda45ec5b081e6197d07964b54859bde6507.ef46db37.png) no-repeat 50%;background-size:cover;z-index:367}.img-18,.section-3a{position:absolute;width:100%;height:100%;top:0;left:0}.section-3a{background:rgba(0,0,0,.25);z-index:368}.section-3b{flex-shrink:0;position:relative;width:320px;height:260px;font-size:0;z-index:371}.text-6e{display:flex;align-items:flex-start;justify-content:center;position:relative;width:215px;height:28px;margin:116px 0 0 53px;color:#fff;font-family:Europa-Bold,var(--default-font-family);font-size:24px;font-weight:700;line-height:28px;text-align:center;white-space:nowrap;z-index:376}.section-3c{position:absolute;width:100%;height:100%;top:0;left:0;z-index:372}.group-32{display:flex;align-items:flex-start;flex-wrap:nowrap;gap:4px;position:relative;width:177.143px;height:29.714px;margin:18.571px 0 0 17.143px;z-index:375}.img-19{background:hsla(0,0%,85%,.2) url(/_next/static/media/bbe30d8fa8e51e519609943b07c2e4c5b4d3fea8.ef46db37.png) no-repeat 50%;background-size:cover;z-index:373}.group-33,.img-19{position:absolute;width:100%;height:100%;top:0;left:0}.group-33{background:rgba(0,0,0,.25);z-index:374}.section-3d{display:flex;align-items:flex-start;flex-wrap:nowrap;gap:24px;position:relative;width:996px;margin:198px 0 0 144px;z-index:381}.text-6f{z-index:382}.text-6f,.text-70{flex-shrink:0;flex-basis:auto;position:relative;height:28px;color:#121416;font-family:Europa-Bold,var(--default-font-family);font-size:20px;font-weight:700;line-height:28px;text-align:left;white-space:nowrap;letter-spacing:.5px}.text-70{z-index:383}.text-71{z-index:384}.text-71,.text-72{flex-shrink:0;flex-basis:auto;position:relative;height:28px;color:#121416;font-family:Europa-Bold,var(--default-font-family);font-size:20px;font-weight:700;line-height:28px;text-align:left;white-space:nowrap;letter-spacing:.5px}.text-72{z-index:385}.text-73{z-index:386}.text-73,.text-74{flex-shrink:0;flex-basis:auto;position:relative;height:28px;color:#121416;font-family:Europa-Bold,var(--default-font-family);font-size:20px;font-weight:700;line-height:28px;text-align:left;white-space:nowrap;letter-spacing:.5px}.text-74{z-index:387}.img-1a{width:1760px;height:2px;margin:8px 0 0 144px;background:url(/_next/static/media/f2fe76ee-6fc5-426b-9ea5-8390b761c329.ef46db37.svg) no-repeat 50%;background-size:cover;z-index:388}.box-34,.img-1a{position:relative}.box-34{display:flex;align-items:center;flex-wrap:wrap;justify-content:center;gap:3rem;width:min(100% - 3rem,1800px);height:auto;margin:31px auto 0;z-index:446}.section-3e{flex-shrink:0;position:relative;width:1023px;height:546px;border:1px solid rgba(18,20,22,.2);z-index:390;box-sizing:content-box}.img-1b{position:absolute;width:601px;height:289px;top:25px;left:21px;background:url(/_next/static/media/ae02463efbf89e6e02e335d60e331da2b5eb4197.ef46db37.png) no-repeat 50%;background-size:cover;z-index:396}.pic-19{position:relative;width:600px;height:289px;margin:0;background:url(/_next/static/media/106d4f6c9ccec87e0dce6e143ad30d966b349b0a.ef46db37.png) no-repeat 50%;background-size:cover;z-index:398}.wrapper-3b{display:flex;flex-direction:column;align-items:flex-start;flex-wrap:nowrap;gap:30px;position:absolute;width:340px;height:490px;top:25px;left:661px;z-index:403}.box-35{flex-shrink:0;position:relative;width:340px;height:100px;z-index:404}.pic-1a{width:144px;height:100px;left:0;background:url(/_next/static/media/6e6e9c63-558d-44f8-857d-d9aae9e7f57d.ef46db37.png) no-repeat 50%;background-size:cover;z-index:405}.group-34,.pic-1a{position:absolute;top:0}.group-34{width:176px;height:79.996px;left:164px;font-size:0;z-index:406}.text-75{display:flex;align-items:flex-start;justify-content:flex-start;width:176px;height:50px;margin:0;font-family:Europa-Bold,var(--default-font-family);font-size:18px;font-weight:700;line-height:24.577px;z-index:407}.text-75,.text-76{position:relative;color:#121416;text-align:left}.text-76{display:block;height:20px;margin:9.996px 0 0;font-family:Europa-Regular,var(--default-font-family);font-size:14px;font-weight:400;line-height:20px;white-space:nowrap;letter-spacing:.3px;opacity:.5;z-index:408}.wrapper-3c{flex-shrink:0;position:relative;width:340px;height:100px;z-index:409}.pic-1b{width:144px;height:100px;left:0;background:url(/_next/static/media/8589cd1a-34a4-4c88-b1f7-1f1fa554fad1.ef46db37.png) no-repeat 50%;background-size:cover;z-index:410}.box-36,.pic-1b{position:absolute;top:0}.box-36{width:176px;height:80px;left:164px;font-size:0;z-index:411}.text-77{display:flex;align-items:flex-start;justify-content:flex-start;width:176px;height:50px;margin:0;font-family:Europa-Bold,var(--default-font-family);font-size:18px;font-weight:700;line-height:24.577px;z-index:412}.text-77,.text-78{position:relative;color:#121416;text-align:left}.text-78{display:block;height:20px;margin:10px 0 0;font-family:Europa-Regular,var(--default-font-family);font-size:14px;font-weight:400;line-height:20px;white-space:nowrap;letter-spacing:.3px;opacity:.5;z-index:413}.box-37{flex-shrink:0;position:relative;width:340px;height:100px;z-index:414}.img-1c{width:144px;height:100px;left:0;background:url(/_next/static/media/6f682e92-d3d9-45f5-8c12-316c2a2b1d1c.ef46db37.png) no-repeat 50%;background-size:cover;z-index:415}.box-38,.img-1c{position:absolute;top:0}.box-38{width:176px;height:78px;left:164px;font-size:0;z-index:416}.text-79{display:flex;align-items:flex-start;justify-content:flex-start;width:176px;height:50px;margin:0;font-family:Europa-Bold,var(--default-font-family);font-size:18px;font-weight:700;line-height:24.577px;z-index:417}.text-79,.text-7a{position:relative;color:#121416;text-align:left}.text-7a{display:block;height:20px;margin:8px 0 0;font-family:Europa-Regular,var(--default-font-family);font-size:14px;font-weight:400;line-height:20px;white-space:nowrap;letter-spacing:.3px;opacity:.5;z-index:418}.group-35{flex-shrink:0;position:relative;width:340px;height:100px;z-index:419}.img-1d{position:absolute;width:144px;height:100px;top:0;left:0;background:url(/_next/static/media/f652418a-0802-4204-85c5-d8c3738cedfc.ef46db37.png) no-repeat 50%;background-size:cover;z-index:420}.section-3f{position:absolute;width:176px;height:77.996px;top:2px;left:164px;font-size:0;z-index:421}.text-7b{display:flex;align-items:flex-start;justify-content:flex-start;width:176px;height:50px;margin:0;font-family:Europa-Bold,var(--default-font-family);font-size:18px;font-weight:700;line-height:24.577px;z-index:422}.text-7b,.text-7c{position:relative;color:#121416;text-align:left}.text-7c{display:block;height:20px;margin:7.996px 0 0;font-family:Europa-Regular,var(--default-font-family);font-size:14px;font-weight:400;line-height:20px;white-space:nowrap;letter-spacing:.3px;opacity:.5;z-index:423}.text-7d{height:18px;top:342px;color:#6e6e6e;font-family:Poppins,var(--default-font-family);font-size:12px;font-weight:500;line-height:18px;white-space:nowrap;z-index:393}.text-7d,.text-7e{display:flex;align-items:center;justify-content:flex-start;position:absolute;left:21px;text-align:left}.text-7e{width:600px;height:48px;top:373px;right:402px;color:#121416;font-family:Europa-Bold,var(--default-font-family);font-size:18px;font-weight:700;line-height:23.652px;z-index:394}.text-7f{justify-content:flex-start;width:600px;height:42px;top:436px;right:402px;color:#6e6e6e;font-family:Poppins,var(--default-font-family);font-size:14px;font-weight:400;line-height:21px;text-align:left;z-index:395}.text-7f,.wrapper-3d{display:flex;align-items:center;position:absolute;left:21px}.wrapper-3d{flex-direction:column;flex-wrap:nowrap;width:72px;height:41px;top:493px;z-index:399}.text-80{flex-shrink:0;flex-basis:auto;position:relative;height:auto;color:#121416;font-family:Europa-Bold,var(--default-font-family);font-size:16px;font-weight:700;line-height:auto;text-align:left;white-space:nowrap;z-index:400}.wrapper-3e{display:flex;flex-direction:column;align-items:center;flex-wrap:nowrap;gap:4px;z-index:401}.section-40,.wrapper-3e{flex-shrink:0;position:relative;width:72px}.section-40{height:1px;background:#121416;z-index:402}.group-36{flex-shrink:0;position:relative;width:680px;height:545px;font-size:0;border:1px solid rgba(18,20,22,.2);z-index:446;box-sizing:content-box}.text-81{display:block;height:28px;margin:14px 0 0 42px;color:#121416;font-family:Europa-Bold,var(--default-font-family);font-size:18px;font-weight:700;line-height:28px;text-align:left;white-space:nowrap;letter-spacing:.5px;z-index:447}.box-39,.text-81{position:relative}.box-39{width:638px;height:120px;margin:20px 0 0 42px;font-size:0;z-index:427;overflow:visible}.text-82{display:flex;align-items:center;justify-content:flex-start;position:relative;width:312px;height:72px;margin:0 0 0 308px;color:#121416;font-family:Europa-Bold,var(--default-font-family);font-size:18px;font-weight:700;line-height:23.652px;text-align:left;z-index:426}.box-3a{display:flex;flex-direction:column;align-items:flex-start;flex-wrap:nowrap;gap:41.135px;position:absolute;width:638px;height:120px;top:0;left:0;z-index:427}.box-3b{flex-shrink:0;position:relative;width:638.259px;height:120px;z-index:428}.pic-1c{position:absolute;width:270.212px;height:120px;top:0;left:0;background:url(/_next/static/media/95ef0a38-3ac4-4cd1-84b7-b2b624a900ce.ef46db37.png) no-repeat 50%;background-size:cover;z-index:429}.box-3c{top:96px;left:308px;z-index:430}.box-3c,.text-83{position:absolute;width:330.259px;height:24px}.text-83{display:flex;align-items:center;justify-content:flex-start;top:0;left:0;color:#121416;font-family:Europa-Regular,var(--default-font-family);font-size:12px;font-weight:400;line-height:15.235px;text-align:left;letter-spacing:.23px;opacity:.5;z-index:431}.box-3d{width:638px;height:120px;margin:46px 0 0 42px;font-size:0;z-index:434;overflow:visible}.box-3d,.text-84{position:relative}.text-84{display:flex;align-items:center;justify-content:flex-start;width:312px;height:72px;margin:0 0 0 308px;color:#121416;font-family:Europa-Bold,var(--default-font-family);font-size:18px;font-weight:700;line-height:23.652px;text-align:left;z-index:433}.section-41{display:flex;flex-direction:column;align-items:flex-start;flex-wrap:nowrap;gap:41.135px;position:absolute;width:638px;height:120px;top:0;left:0;z-index:434}.group-37{flex-shrink:0;position:relative;width:638.259px;height:120px;z-index:435}.img-1e{position:absolute;width:270.212px;height:120px;top:0;left:0;background:url(/_next/static/media/75e3d67b-4dc7-4a4e-bcdb-a088a0e100be.ef46db37.png) no-repeat 50%;background-size:cover;z-index:436}.group-38{top:96px;left:308px;z-index:437}.group-38,.text-85{position:absolute;width:330.259px;height:24px}.text-85{display:flex;align-items:center;justify-content:flex-start;top:0;left:0;color:#121416;font-family:Europa-Regular,var(--default-font-family);font-size:12px;font-weight:400;line-height:15.235px;text-align:left;letter-spacing:.23px;opacity:.5;z-index:438}.group-39{position:relative;width:638px;height:120px;margin:46px 0 0 42px;font-size:0;z-index:441;overflow:visible}.text-86{display:flex;align-items:center;justify-content:flex-start;position:relative;width:312px;height:72px;margin:0 0 0 308px;color:#121416;font-family:Europa-Bold,var(--default-font-family);font-size:18px;font-weight:700;line-height:23.652px;text-align:left;z-index:440}.group-3a{display:flex;flex-direction:column;align-items:flex-start;flex-wrap:nowrap;gap:41.135px;position:absolute;width:638px;height:120px;top:0;left:0;z-index:441}.wrapper-3f{flex-shrink:0;position:relative;width:638.259px;height:120px;z-index:442}.pic-1d{position:absolute;width:270.212px;height:120px;top:0;left:0;background:url(/_next/static/media/48b9d6b5-4544-4353-a52d-bc9d7e3385a8.ef46db37.png) no-repeat 50%;background-size:cover;z-index:443}.section-42{top:96px;left:308px;z-index:444}.section-42,.text-87{position:absolute;width:330.259px;height:24px}.text-87{display:flex;align-items:center;justify-content:flex-start;top:0;left:0;color:#121416;font-family:Europa-Regular,var(--default-font-family);font-size:12px;font-weight:400;line-height:15.235px;text-align:left;letter-spacing:.23px;opacity:.5;z-index:445}.wrapper-40{position:relative;width:474.768px;height:124px;margin:206px 0 0 82.959px;background:#0a0a0a;z-index:451;overflow:visible}.wrapper-41{width:342.833px;height:auto;margin:42px 0 0 40.98px;text-overflow:clip;white-space:nowrap;z-index:451}.text-88,.wrapper-41{position:relative;font-family:Europa-Regular,var(--default-font-family);font-size:20px;font-weight:400;line-height:auto;text-align:left}.text-88,.text-89{color:#fff}.text-89{position:relative;font-family:EuropaNuova-Bold,var(--default-font-family);font-size:20px;font-weight:400;line-height:auto;text-align:left}.img-1f{position:absolute;height:560px;top:0;background:hsla(0,0%,85%,.2) url(https://images.unsplash.com/photo-1523050854058-8df90110c9f1?auto=format&fit=crop&w=1920&q=80) no-repeat 50%;background-size:cover;z-index:1}.img-1f,.pic-1e{width:100%;left:0}.pic-1e{position:relative;height:216px;margin-top:80px;background:url(/_next/static/media/8433d5c05cff263d5efb85719d804a5b87fb83b0.ef46db37.png) no-repeat 50%;background-size:cover;z-index:449}.box-1f:hover,.box-21:hover,.box-9:hover,.group-24:hover,.group-f:hover,.section-2d:hover,.wrapper-10:hover,.wrapper-1b:hover,.wrapper-4:hover{transform:translateY(-6px);box-shadow:0 16px 36px rgba(0,0,0,.12);border-color:rgba(18,20,22,.18)}