@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800;900&display=swap";
@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";
@tailwind base;@tailwind components;@tailwind utilities;:root{--bg:#f3f5f9;--surface:#fff;--surface-hover:#f1f5f9;--text:#0f172a;--text-muted:#64748b;--border:#e2e8f0;--shadow:0 4px 6px -1px #0000000d, 0 2px 4px -2px #0000000d;--shadow-lg:0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000000d;--radius:12px;--transition:all .3s cubic-bezier(.4, 0, .2, 1);--primary:#f26322!important;--primary-hover:#d95214!important}html,body{max-width:100vw;overflow-x:hidden}body{background-color:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;line-height:1.6;font-family:Outfit,sans-serif!important}a{color:inherit;transition:var(--transition);text-decoration:none}.post-blocks *,.post-content *,.case-study-content *{font-family:Outfit,sans-serif!important}h1,h2,h3,h4,h5,h6{margin-bottom:1rem;font-weight:700;line-height:1.2;font-family:Outfit,sans-serif!important}h1{letter-spacing:-.025em;background:linear-gradient(to right, var(--text), var(--primary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-size:3rem}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.gap-4{gap:1rem}.gap-8{gap:2rem}.btn{background-color:var(--primary);color:#fff;border-radius:var(--radius);cursor:pointer;transition:var(--transition);box-shadow:var(--shadow);border:none;justify-content:center;align-items:center;padding:.75rem 1.5rem;font-weight:600;display:inline-flex}.btn:hover{background-color:var(--primary-hover);box-shadow:var(--shadow-lg);transform:translateY(-2px)}.btn-outline{border:1px solid var(--border);color:var(--text);background-color:#0000}.btn-outline:hover{background-color:var(--surface);border-color:var(--primary)}.card{background:var(--surface);border-radius:var(--radius);border:1px solid var(--border);transition:var(--transition);padding:1.5rem;position:relative;overflow:hidden}.card:hover{border-color:var(--primary);box-shadow:var(--shadow-lg);transform:translateY(-4px)}.navbar{z-index:50;align-items:center;height:80px;padding:0;display:flex;position:relative;box-shadow:0 4px 15px #00000026;background:linear-gradient(90deg,#0a1444,#0e369f)!important;border-bottom:2px solid #f26322!important}.navbar-container{justify-content:space-between;align-items:center;width:100%;max-width:1320px;height:100%;margin:0 auto;padding:0 1.5rem;display:flex}.navbar-left-group{align-items:center;gap:2.25rem;display:flex}.navbar-phone-text{letter-spacing:-.01em;white-space:nowrap;align-items:center;font-size:1.55rem;font-weight:800;line-height:1;text-decoration:none;transition:color .2s,transform .2s;display:inline-flex;color:#fff!important;font-family:Outfit,sans-serif!important}.navbar-phone-text:hover{transform:translateY(-1px);color:#f26322!important}.navbar-nav-links{align-items:center;gap:1.75rem;display:flex}.navbar-nav-link{white-space:nowrap;font-size:1.05rem;font-weight:600;text-decoration:none;transition:color .2s;color:#fff!important;font-family:Outfit,sans-serif!important}.navbar-nav-link:hover{color:#f26322!important}@media (max-width:768px){.navbar{height:auto!important;min-height:76px!important;padding:.65rem 0!important}.navbar-container{gap:.6rem!important;padding:0 1rem!important}.navbar-left-group{gap:1rem!important}.navbar-phone-text{font-size:1.2rem!important}.navbar-nav-link{font-size:.95rem!important}}@media (max-width:580px){.navbar-container{flex-direction:column!important;align-items:center!important;gap:.5rem!important;padding:.5rem 1rem!important}.navbar-left-group{justify-content:space-between!important;align-items:center!important;gap:.5rem!important;width:100%!important}.navbar-left-group img{height:42px!important}.navbar-phone-text{font-size:1.15rem!important}.navbar-nav-links{border-top:1px solid #ffffff1f!important;justify-content:center!important;gap:1.75rem!important;width:100%!important;padding-top:.35rem!important}}.site-footer{border-top:1px solid #ffffff1a;padding:2.25rem 1.5rem;color:#fff!important;background:linear-gradient(90deg,#0a1444,#0e369f)!important}.site-footer a{color:#fff;text-decoration:none;transition:color .2s,opacity .2s}.site-footer a:hover{color:#f26322!important}.footer-nav-row{color:#fff;flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem .65rem;font-size:.95rem;font-weight:500;line-height:1.6;display:flex}.footer-separator{color:#ffffffbf;font-weight:700}.footer-social-row{justify-content:center;align-items:center;gap:.6rem;margin-top:1.1rem;display:flex}.footer-social-btn{color:#1a1a1a;border-radius:3px;justify-content:center;align-items:center;width:32px;height:32px;text-decoration:none;transition:transform .2s,filter .2s;display:inline-flex;overflow:hidden;background-color:#f26322!important}.footer-social-btn:hover{filter:brightness(1.1);transform:translateY(-2px)}@media (max-width:640px){.site-footer{padding:2rem 1rem!important}.footer-nav-row{gap:.35rem .5rem!important;font-size:.85rem!important;line-height:1.7!important}}.cs-hero-card{background-color:#fff;border:1px solid #eaeaea;border-radius:24px;margin-bottom:1.5rem;padding:2rem 2.5rem;box-shadow:0 4px 20px #00000008}@media (max-width:640px){.cs-hero-card{border-radius:16px!important;padding:1.25rem 1rem!important}}.input{background:var(--bg);border:1px solid var(--border);width:100%;color:var(--text);transition:var(--transition);border-radius:8px;padding:.75rem 1rem;font-family:inherit}.input:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 2px #f9731633}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:.5s ease-out forwards fadeIn}.hero-grid{grid-template-columns:repeat(4,1fr);grid-auto-rows:minmax(250px,auto);gap:1.5rem;margin-top:1rem;display:grid}.hero-col{flex-direction:column;gap:1.5rem;display:flex}.hero-center-col{grid-column:span 2;height:100%}.hero-center-card{border-radius:16px;height:100%;min-height:550px;transition:transform .3s,box-shadow .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 30px #00000014}.hero-center-card:hover{transform:translateY(-4px);box-shadow:0 15px 35px #0000001f}.hero-center-image{object-fit:cover;z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.hero-center-placeholder{z-index:1;background-color:#e2e8f0;width:100%;height:100%;position:absolute;top:0;left:0}.glass-overlay{z-index:2;-webkit-backdrop-filter:blur(12px);background:#ffffffbf;border:1px solid #ffffff80;border-radius:12px;flex-direction:column;padding:1.5rem;display:flex;position:absolute;bottom:1.5rem;left:1.5rem;right:1.5rem;box-shadow:0 8px 32px #0000001a}.glass-title{color:#1e293b;margin:.75rem 0;font-size:1.6rem;font-weight:800;line-height:1.3}.glass-meta{color:#475569;border-bottom:1px solid #00000014;gap:1rem;margin-bottom:1rem;padding-bottom:1rem;font-size:.85rem;display:flex}.glass-footer{justify-content:space-between;align-items:center;display:flex}.author-info{align-items:center;gap:.5rem;display:flex}.author-avatar{background:var(--primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.details-link{color:var(--primary);text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:.4rem;font-size:.85rem;font-weight:700;display:flex}.hero-side-card{border:1px solid var(--border);color:inherit;background:#fff;border-radius:12px;flex-direction:column;height:100%;text-decoration:none;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden;box-shadow:0 4px 15px #00000008}.hero-side-card:hover{border-color:var(--primary);transform:translateY(-3px);box-shadow:0 8px 25px #00000014}.card-image-wrapper{aspect-ratio:16/10;width:100%;position:relative;overflow:hidden}.card-image{object-fit:cover;width:100%;height:100%;transition:transform .5s}.hero-side-card:hover .card-image{transform:scale(1.05)}.card-placeholder{background-color:#e2e8f0;width:100%;height:100%}.card-content{flex-direction:column;flex:1;padding:1.25rem;display:flex}.badge{color:var(--primary);text-transform:uppercase;letter-spacing:.05em;background-color:#fff1e6;border-radius:20px;align-self:flex-start;margin-bottom:.75rem;padding:.35rem .8rem;font-size:.75rem;font-weight:700;display:inline-block}.card-title{color:#1e293b;margin:0 0 1rem;font-size:1.15rem;font-weight:800;line-height:1.4}.card-meta{color:#64748b;flex-wrap:wrap;gap:1rem;margin-top:auto;font-size:.8rem;display:flex}.meta-item{align-items:center;gap:.4rem;display:flex}.blog-post-header{background-color:#f8f9fa;border-bottom:1px solid #eaeaea;justify-content:center;width:100vw;margin:-2rem -50vw 3rem;padding:3rem 1.5rem;display:flex;position:relative;left:50%;right:50%}.blog-post-header-inner{justify-content:space-between;align-items:center;width:100%;max-width:1200px;display:flex}.bracket-title{flex:1;max-width:65%;padding-right:2rem}.blog-layout{grid-template-columns:2fr 1fr;align-items:start;gap:3rem;display:grid}.blog-main{background-color:#fff;border-radius:8px;padding:2rem;box-shadow:0 2px 15px #00000008}.blog-sidebar{flex-direction:column;gap:2rem;display:flex}@media (max-width:1024px){.hero-grid{grid-template-columns:1fr}.hero-center-col{grid-column:auto}.hero-center-card{min-height:450px}.grid{grid-template-columns:repeat(2,1fr)!important}}@media (max-width:768px){h1{font-size:2.25rem}.grid{grid-template-columns:1fr!important;gap:1.5rem!important}.blog-post-header-inner{gap:1.5rem;flex-direction:column!important;align-items:flex-start!important}.blog-post-header{margin-bottom:2.5rem!important;padding:2rem 1.5rem!important}.bracket-title{max-width:100%!important;padding-right:0!important}.blog-post-header h1{font-size:1.7rem!important}.blog-post-header-right{width:100%;text-align:left!important}.blog-layout{grid-template-columns:1fr!important;gap:1.5rem!important}.blog-main,.blog-sidebar{width:100%!important;padding:1.25rem!important}.blog-meta{flex-wrap:wrap;gap:.5rem}.blog-meta .separator{display:none!important}.scroll-to-top-btn{z-index:99999!important;width:45px!important;height:45px!important;display:flex!important;bottom:5rem!important;right:1.5rem!important}}.post-content img{border-radius:8px;max-width:100%;height:auto;margin:2rem auto;display:block}.share-link:hover{border-color:var(--primary)!important}.resp-list-card{background-color:#0000;flex-direction:row;align-items:center;gap:2rem;padding:1.5rem 0;display:flex}.resp-list-card-img{background-color:#f1f5f9;border-radius:0;flex-shrink:0;width:300px;height:200px;overflow:hidden}.resp-list-card-content{flex-direction:column;flex:1;height:200px;padding:.5rem 0;display:flex}.resp-admin-header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.resp-admin-list-item{border-bottom:1px solid var(--border);flex-direction:row;justify-content:space-between;align-items:center;gap:1rem;padding-bottom:1rem;display:flex}.resp-gallery-inputs{flex-direction:row;gap:1rem;display:flex}@media (max-width:768px){.resp-list-card{flex-direction:column;align-items:flex-start;gap:1rem}.resp-list-card-img{aspect-ratio:16/9;width:100%;height:auto}.resp-list-card-content{width:100%;height:auto}.resp-admin-header{flex-direction:column;align-items:flex-start;gap:1rem}.resp-admin-list-item{flex-direction:column;align-items:flex-start}.resp-admin-list-item>a{width:100%}.resp-admin-list-item>div:last-child{justify-content:flex-end;width:100%;margin-top:.5rem}.resp-gallery-inputs{flex-direction:column}.resp-admin-categories-layout{gap:1.5rem!important}.resp-admin-actions{flex-wrap:wrap;width:100%}.resp-admin-actions>*{text-align:center;flex:auto;justify-content:center}.admin-dashboard-layout{flex-direction:column!important;gap:1.5rem!important;padding:1rem!important}.admin-dashboard-sidebar{border-bottom:1px solid var(--border);padding-bottom:1.5rem;border-right:none!important;width:100%!important;padding-right:0!important}.admin-dashboard-sidebar>div{position:relative!important;top:0!important}.admin-dashboard-sidebar nav{flex-wrap:wrap;flex-direction:row!important}.admin-dashboard-sidebar nav>*{flex:auto;min-width:140px}.admin-page-container{padding:1rem!important}.admin-topbar-layout{flex-wrap:wrap;gap:1rem;padding:.85rem 1rem!important}.admin-metrics-grid{grid-template-columns:repeat(auto-fit,minmax(140px,1fr))!important}.resp-admin-hide{display:none!important}}.admin-page-container{background-color:#faf8f5;min-height:100vh;padding:2.5rem;font-family:Inter,sans-serif}.admin-topbar-layout{justify-content:space-between;align-items:center;display:flex}.admin-metrics-grid{grid-template-columns:repeat(5,1fr);gap:1.5rem;display:grid}.resp-flex-col{display:flex}.resp-sidebar-layout{flex-wrap:wrap;gap:2rem;display:flex}.resp-sidebar-main{flex:1;min-width:300px}.resp-sidebar-side{flex:0 0 300px}.resp-cs-img-wrapper{width:300px;height:300px;margin:0 auto 2.5rem;position:relative}.resp-cs-grid{grid-template-columns:repeat(auto-fill,minmax(340px,1fr))}@media (max-width:768px){.resp-cs-grid{grid-template-columns:1fr!important}.resp-flex-col,.resp-sidebar-layout{flex-direction:column!important}.resp-sidebar-main,.resp-sidebar-side{flex:auto!important;width:100%!important;min-width:0!important}.resp-cs-img-wrapper{max-width:300px;width:100%!important}}@tailwind base;@tailwind components;@tailwind utilities;[data-theme=dark] .text-\[\#78716c\],[data-theme=dark] .text-\[\#a8a29e\]{color:#a8a29e!important}:root{--font-serif:"Newsreader", Georgia, serif;--font-sans:"Plus Jakarta Sans", system-ui, sans-serif;--font-italic:"Newsreader", Georgia, serif;--bg-main:#fbf8f3;--bg-card:#fff;--bg-alt:#f4efe6;--bg-admin:#1c1917;--text-main:#292524;--text-muted:#78716c;--text-inverse:#fff;--ink-accent:#c27854;--ink-accent-hover:#a85f3d;--ink-black:#1c1917;--border-light:#eae5dc;--radius-card:24px}[data-theme=dark]{--bg-main:#141210;--bg-card:#1c1917;--bg-alt:#24201d;--bg-admin:#0c0a09;--text-main:#f5f5f4;--text-muted:#a8a29e;--text-inverse:#1c1917;--ink-black:#292524;--border-light:#2e2a27}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-sans);background-color:var(--bg-main);color:var(--text-main);flex-direction:column;min-height:100vh;line-height:1.6;transition:background-color .3s,color .3s;display:flex}input,select,textarea,.input-pill{background-color:var(--bg-card);color:var(--text-main);border:1px solid var(--border-light);transition:background-color .2s,color .2s,border-color .2s}select option{background-color:var(--bg-card);color:var(--text-main)}::placeholder,input::placeholder,textarea::placeholder{opacity:.75;color:var(--text-muted)!important}.top-strip{background:var(--ink-black);width:100%;height:8px}.inkwell-card{background:var(--bg-card);border:1px solid var(--border-light);border-radius:var(--radius-card);transition:transform .25s,box-shadow .25s}.inkwell-card:hover{transform:translateY(-4px);box-shadow:0 12px 30px -8px #29252414}.category-italic{font-family:var(--font-serif);color:var(--ink-accent);font-size:.95rem;font-style:italic}.btn-black{background-color:var(--ink-black);border-radius:9999px;padding:.65rem 1.6rem;font-size:.9rem;font-weight:600;transition:all .2s;color:#fff!important}.btn-black:hover{background-color:#383431;transform:translateY(-1px)}.input-pill{background-color:var(--bg-card);color:var(--text-main);border:1px solid var(--border-light);border-radius:9999px;outline:none;width:100%;padding:.65rem 1.25rem;font-size:.9rem;transition:border-color .2s}.input-pill:focus{border-color:var(--ink-accent)}[data-theme=dark] .bg-white{color:#f5f5f4!important;background-color:#1c1917!important;border-color:#2e2a27!important}[data-theme=dark] .text-\[\#292524\]{color:#f5f5f4!important}[data-theme=dark] .text-\[\#78716c\],[data-theme=dark] .text-\[\#a8a29e\]{color:#a8a29e!important}[data-theme=dark] .border-\[\#eae5dc\]{border-color:#2e2a27!important}[data-theme=dark] .bg-\[\#fbf8f3\]{background-color:#141210!important}[data-theme=dark] .bg-\[\#f4efe6\]{background-color:#24201d!important}[data-theme=dark] .btn-black{background-color:#f5f5f4;color:#1c1917!important}[data-theme=dark] .btn-black:hover{background-color:#e7e5e4}[data-theme=dark] input,[data-theme=dark] select,[data-theme=dark] textarea,[data-theme=dark] .input-pill{color:#f5f5f4!important;background-color:#24201d!important;border-color:#383431!important}[data-theme=dark] select option{color:#f5f5f4!important;background-color:#1c1917!important}.prose-content h2{font-family:var(--font-serif);color:var(--text-main);margin:2rem 0 1rem;font-size:2.2rem;font-weight:600}.prose-content .wp-block-quote{border-left:3px solid var(--ink-accent);background:var(--bg-alt);font-family:var(--font-serif);border-radius:0 16px 16px 0;margin:1.75rem 0;padding:1.5rem 1.75rem;font-size:1.2rem;font-style:italic}.container{max-width:1240px;margin:0 auto;padding:0 1.5rem}.home-section-badge{letter-spacing:.04em;text-transform:uppercase;background-color:#fff5f2;border:1px solid #fce8e1;border-radius:30px;align-items:center;gap:.5rem;padding:.4rem 1rem;font-size:.8rem;font-weight:700;display:inline-flex;color:#f26322!important}.home-section-title{color:#0f172a;margin:.6rem 0 .4rem;font-size:2.2rem;font-weight:800;line-height:1.2;font-family:Outfit,sans-serif!important}.home-section-desc{color:#64748b;max-width:650px;margin:0;font-size:1.05rem}.home-card-3col-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}@media (max-width:1024px){.home-card-3col-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.home-card-3col-grid{grid-template-columns:1fr}.home-section-title{font-size:1.8rem}}.home-box-card{background-color:#fff;border:1px solid #eaeaea;border-radius:20px;flex-direction:column;height:100%;transition:transform .3s cubic-bezier(.4,0,.2,1),box-shadow .3s cubic-bezier(.4,0,.2,1),border-color .3s;display:flex;overflow:hidden;box-shadow:0 4px 20px #00000008}.home-box-card:hover{border-color:#fce8e1;transform:translateY(-6px);box-shadow:0 16px 36px #00000014}.home-view-more-btn{cursor:pointer;border-radius:50px;justify-content:center;align-items:center;gap:.6rem;padding:.85rem 2.2rem;font-size:.95rem;font-weight:700;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex;box-shadow:0 4px 15px #f2632240;color:#fff!important;background-color:#f26322!important}.home-view-more-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #f2632259;color:#fff!important;background-color:#d95214!important}.timeline-section-header{align-items:flex-end;margin-top:2rem;margin-bottom:.5rem;display:flex;position:relative;border-bottom:2px solid #f26322!important}.timeline-header-badge{letter-spacing:.12em;text-transform:uppercase;cursor:pointer;border-top-left-radius:4px;border-top-right-radius:4px;align-items:center;gap:.5rem;padding:.55rem 1.5rem;font-size:.85rem;font-weight:800;transition:all .25s;display:inline-flex;color:#fff!important;background-color:#f26322!important}.timeline-header-badge:hover{transform:translateY(-1px);color:#fff!important;background-color:#d95214!important}.timeline-row-item{color:inherit;border-bottom:1px solid #d6d3cd;border-radius:6px;align-items:center;gap:2rem;padding:1.85rem 1rem;text-decoration:none;transition:background-color .25s,transform .2s;display:flex}.timeline-row-item:hover{background-color:#ffffffa6}.timeline-row-item:hover .timeline-row-title,.timeline-row-item:hover .timeline-day-number{color:#f26322!important}.timeline-row-item:hover .timeline-row-arrow{transform:translate(3px,-3px);color:#f26322!important}.timeline-row-item:hover .timeline-filmstrip-main img{transform:scale(1.05)}.timeline-date-block{text-align:center;flex-shrink:0;width:55px}.timeline-day-weekday{letter-spacing:.08em;text-transform:uppercase;color:#78716c;margin-bottom:.25rem;font-size:.72rem;font-weight:700;line-height:1}.timeline-day-number{color:#1c1917;letter-spacing:-.03em;font-size:2.5rem;font-weight:900;line-height:1;transition:color .2s;font-family:Outfit,sans-serif!important}.timeline-filmstrip-container{background-color:#e7e5df;border-radius:6px;flex-shrink:0;gap:4px;width:250px;height:140px;display:flex;overflow:hidden;box-shadow:0 4px 12px #0000000f}.timeline-filmstrip-main{flex:1;height:100%;position:relative;overflow:hidden}.timeline-filmstrip-main img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.timeline-filmstrip-preview{opacity:.85;background-color:#d6d3cd;width:18px;height:100%;overflow:hidden}.timeline-filmstrip-preview img{object-fit:cover;filter:brightness(.8);width:100%;height:100%}.timeline-content-col{flex-direction:column;flex:1;min-width:0;display:flex}.timeline-row-title{text-transform:uppercase;letter-spacing:.015em;color:#1c1917;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0 0 .35rem;font-size:1.35rem;line-height:1.25;transition:color .2s;display:-webkit-box;overflow:hidden;font-family:Outfit,sans-serif!important}.timeline-row-meta{color:#78716c;align-items:center;gap:.4rem;margin-bottom:.5rem;font-size:.82rem;font-weight:600;display:flex}.timeline-row-excerpt{color:#57534e;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0 0 .75rem;font-size:.92rem;line-height:1.5;display:-webkit-box;overflow:hidden}.timeline-pill-tags{flex-wrap:wrap;align-items:center;gap:.45rem;display:flex}.timeline-tag-chip{color:#57534e;letter-spacing:.05em;text-transform:uppercase;background-color:#fffc;border:1px solid #d6d3cd;border-radius:3px;padding:.18rem .6rem;font-size:.68rem;font-weight:700}.timeline-row-arrow{flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;transition:transform .25s cubic-bezier(.4,0,.2,1),color .2s;display:flex;color:#f26322!important}.timeline-cta-btn{letter-spacing:.1em;text-transform:uppercase;cursor:pointer;border-radius:6px;align-items:center;gap:.6rem;padding:.85rem 2.4rem;font-size:.85rem;font-weight:800;text-decoration:none;transition:all .25s cubic-bezier(.4,0,.2,1);display:inline-flex;box-shadow:0 4px 14px #f2632247;color:#fff!important;background-color:#f26322!important}.timeline-cta-btn:hover{transform:translateY(-2px);box-shadow:0 8px 24px #f263226b;color:#fff!important;background-color:#d95214!important}.timeline-cta-btn svg{transition:transform .25s}.timeline-cta-btn:hover svg{transform:translate(3px,-3px)}@media (max-width:860px){.timeline-row-item{gap:1.25rem;padding:1.5rem .5rem}.timeline-filmstrip-container{width:180px;height:110px}.timeline-filmstrip-preview{display:none}.timeline-row-title{font-size:1.15rem}}@media (max-width:640px){.timeline-row-item{flex-direction:column;align-items:flex-start;gap:1rem;padding:1.5rem 0;position:relative}.timeline-date-block{align-items:baseline;gap:.5rem;width:auto;display:flex}.timeline-day-number{font-size:1.75rem}.timeline-filmstrip-container{width:100%;height:180px}.timeline-row-arrow{position:absolute;top:1.5rem;right:0}}.resp-cs-arrow{cursor:pointer;z-index:10;color:#475569;background-color:#fff;border:1px solid #eaeaea;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:all .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 4px 12px #00000014}.resp-cs-arrow:hover{color:#f26322;background-color:#f8fafc;box-shadow:0 6px 16px #0000001f}.resp-cs-arrow-prev{left:-54px}.resp-cs-arrow-next{right:-54px}.resp-cs-card{min-height:620px;padding:3rem}@media (max-width:1320px){.resp-cs-arrow-prev{background-color:#ffffffeb!important;left:10px!important}.resp-cs-arrow-next{background-color:#ffffffeb!important;right:10px!important}}@media (max-width:768px){.resp-cs-card{border-radius:18px!important;min-height:auto!important;padding:1.5rem 1.15rem!important}.resp-cs-arrow{display:none!important}.resp-cs-subimage{width:100px!important;height:100px!important;bottom:-10px!important;right:-10px!important}}
@font-face{font-family:Outfit;font-style:normal;font-weight:300;font-display:swap;src:url(../media/b2ea385cb5ae8625-s.1spbknb88wd48.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Outfit;font-style:normal;font-weight:300;font-display:swap;src:url(../media/1b99372b3eaef0c8-s.p.1gsd1jahc5dg_.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Outfit;font-style:normal;font-weight:400;font-display:swap;src:url(../media/b2ea385cb5ae8625-s.1spbknb88wd48.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Outfit;font-style:normal;font-weight:400;font-display:swap;src:url(../media/1b99372b3eaef0c8-s.p.1gsd1jahc5dg_.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Outfit;font-style:normal;font-weight:500;font-display:swap;src:url(../media/b2ea385cb5ae8625-s.1spbknb88wd48.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Outfit;font-style:normal;font-weight:500;font-display:swap;src:url(../media/1b99372b3eaef0c8-s.p.1gsd1jahc5dg_.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Outfit;font-style:normal;font-weight:600;font-display:swap;src:url(../media/b2ea385cb5ae8625-s.1spbknb88wd48.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Outfit;font-style:normal;font-weight:600;font-display:swap;src:url(../media/1b99372b3eaef0c8-s.p.1gsd1jahc5dg_.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Outfit;font-style:normal;font-weight:700;font-display:swap;src:url(../media/b2ea385cb5ae8625-s.1spbknb88wd48.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Outfit;font-style:normal;font-weight:700;font-display:swap;src:url(../media/1b99372b3eaef0c8-s.p.1gsd1jahc5dg_.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Outfit;font-style:normal;font-weight:800;font-display:swap;src:url(../media/b2ea385cb5ae8625-s.1spbknb88wd48.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Outfit;font-style:normal;font-weight:800;font-display:swap;src:url(../media/1b99372b3eaef0c8-s.p.1gsd1jahc5dg_.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Outfit;font-style:normal;font-weight:900;font-display:swap;src:url(../media/b2ea385cb5ae8625-s.1spbknb88wd48.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Outfit;font-style:normal;font-weight:900;font-display:swap;src:url(../media/1b99372b3eaef0c8-s.p.1gsd1jahc5dg_.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Outfit Fallback;src:local(Arial);ascent-override:100.18%;descent-override:26.05%;line-gap-override:0.0%;size-adjust:99.82%}.outfit_db8af1ac-module__4e3sIG__className{font-family:Outfit,Outfit Fallback;font-style:normal}.outfit_db8af1ac-module__4e3sIG__variable{--font-outfit:"Outfit", "Outfit Fallback"}
