*{box-sizing:border-box}body{background:#f4f7f6;font-family:Segoe UI,sans-serif;margin:0;padding:0;color:#2d3748;-webkit-font-smoothing:antialiased}.kindera-header{background:linear-gradient(135deg,#9b3cd9,#9239d5,#8437cf,#5933ba);display:flex;justify-content:space-between;align-items:center;padding:14px 50px;color:#fff;box-shadow:0 4px 20px rgba(89,51,186,.15)}.kindera-logo{font-family:var(--font-barlow),sans-serif;font-weight:700;font-size:30px;letter-spacing:-.5px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.profile-container{position:relative;cursor:pointer}.profile-avatar{width:40px;height:40px;border-radius:50%;background:hsla(0,0%,100%,.2);border:2px solid #fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px;transition:all .2s ease}.profile-avatar:hover{background:hsla(0,0%,100%,.35);transform:scale(1.05)}.profile-dropdown{display:none;position:absolute;right:0;top:52px;background:#fff;color:#333;border-radius:10px;box-shadow:0 10px 30px rgba(0,0,0,.12);width:180px;overflow:hidden;z-index:1000;border:1px solid #e2e8f0;animation:fadeIn .2s ease}.profile-dropdown a{display:block;padding:12px 18px;text-decoration:none;color:#4a5568;font-size:14px;font-weight:500;transition:background .2s}.profile-dropdown a:hover{background:#f8fafc;color:#1a202c}.profile-dropdown a.logout-item{border-top:1px solid #edf2f7;color:#e53e3e;font-weight:600}.profile-dropdown a.logout-item:hover{background:#fff5f5}.main-content{max-width:1050px;margin:40px auto;padding:0 25px;display:flex;flex-direction:column;gap:30px}.kres-calculator-container{background:#fff;border-radius:20px;padding:35px;box-shadow:0 10px 30px rgba(160,174,192,.1)}.kres-calc-title{font-size:26px;font-weight:700;color:#1a202c;margin-bottom:30px;border-bottom:2px solid #f0f4f8;padding-bottom:15px}.kres-section-title{font-size:13.5px;font-weight:700;color:#718096;margin-bottom:15px;text-transform:uppercase;letter-spacing:1px}.kres-input-group{margin-bottom:30px;background:#fff;border-radius:12px}.kres-checkbox-grid{display:grid;grid-template-columns:repeat(6,1fr);grid-gap:12px;gap:12px}.kres-label-checkbox{display:flex;align-items:center;justify-content:center;padding:12px 14px;background:#f8fafc;border:2px solid #e2e8f0;border-radius:10px;cursor:pointer;font-size:14px;font-weight:600;color:#4a5568;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:all .2s ease;text-align:center}.kres-label-checkbox:hover{border-color:#8437cf;background:#fbf8ff;color:#8437cf}.kres-label-checkbox:has(input:checked){background:#8437cf;border-color:#8437cf;color:#fff;box-shadow:0 4px 12px rgba(132,55,207,.2)}.kres-label-checkbox input{display:none}.feature-box-style:has(input:checked){background:#38a169;border-color:#38a169;box-shadow:0 4px 12px rgba(56,161,105,.2)}.feature-box-style:hover{border-color:#38a169;background:#f5fbf7;color:#38a169}.kres-features-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:12px;gap:12px}.kres-modules-branch-row{display:grid;grid-template-columns:1fr 2fr;grid-gap:24px;gap:24px;margin-bottom:30px;align-items:start}.kres-flex-field label{display:block;margin-bottom:15px;font-size:13.5px;font-weight:700;color:#718096;text-transform:uppercase;letter-spacing:1px}.kres-sube-stepper{display:flex;align-items:center;background:#f8fafc;border:2px solid #e2e8f0;border-radius:10px;overflow:hidden;height:48px}.kres-sube-stepper button{background:#edf2f7;border:none;color:#4a5568;font-size:20px;font-weight:700;width:50px;height:100%;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:background .15s}.kres-sube-stepper button:hover{background:#cbd5e0;color:#1a202c}.kres-sube-stepper input{flex:1 1;width:100%;border:none!important;background:transparent!important;text-align:center;font-size:16px;font-weight:600;color:#2d3748;padding:0!important;box-shadow:none!important;-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.kres-sube-stepper input::-webkit-inner-spin-button,.kres-sube-stepper input::-webkit-outer-spin-button{-webkit-appearance:none;appearance:none;margin:0}.kres-quick-summary{display:flex;justify-content:space-between;background:linear-gradient(135deg,#fff,#f8fafc);border:2px solid #e2e8f0;padding:20px 40px;border-radius:14px;margin:30px 0;box-shadow:inset 0 1px 3px rgba(0,0,0,.01)}.kres-quick-summary div{text-align:center;flex:1 1}.kres-quick-summary div:first-child{border-right:1px solid #e2e8f0}.kres-quick-summary div span{font-size:12px;font-weight:700;color:#a0aec0;text-transform:uppercase;letter-spacing:1px;margin-bottom:6px;display:block}.kres-quick-summary div strong{font-size:26px;color:#4a5568;font-family:monospace;font-weight:700}.kres-quick-summary div.discount-quick strong{color:#38a169}.action-buttons-container{display:flex;gap:15px;justify-content:center;flex-wrap:wrap;margin-top:20px}.btn-wizard{width:100%;padding:16px;border:none;border-radius:12px;font-size:16px;font-weight:700;cursor:pointer;transition:all .25s ease}.btn-compare{width:auto;min-width:200px;padding:12px 30px;background:linear-gradient(135deg,#a855f7,#7c3aed);color:#fff;border-radius:30px;box-shadow:0 4px 15px rgba(124,58,237,.4);font-weight:600;letter-spacing:.5px;border:none;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer;display:inline-flex;justify-content:center;align-items:center}.btn-compare:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(124,58,237,.5);background:linear-gradient(135deg,#9333ea,#6d28d9)}.btn-compare-return{display:none;width:100%;margin-top:14px;width:auto;padding:12px 30px;background:rgba(139,92,246,.1);border:1px solid rgba(139,92,246,.2);color:#7c3aed;border-radius:30px;font-weight:600;transition:all .3s ease;cursor:pointer;display:inline-flex;justify-content:center;align-items:center}.btn-compare-return:hover{background:rgba(139,92,246,.2);color:#6d28d9;transform:translateY(-1px)}.info-alert{background:#ebf8ff;border-left:4px solid #3182ce;color:#2b6cb0;padding:14px;border-radius:8px;font-size:14px;font-weight:600;display:none;margin-top:20px;margin-bottom:0;animation:fadeIn .3s ease}.results-wrapper{margin-top:15px}.view-section{display:none}.view-section.active{display:block}#singleView .proposal-card{max-width:520px;margin:0 auto 25px}.proposal-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;overflow:hidden;box-shadow:0 10px 25px rgba(160,174,192,.08);margin-bottom:25px;transition:all .3s ease}.proposal-card-header{background:#5933ba;color:#fff;padding:16px 25px;font-weight:700;font-size:17px;display:flex;justify-content:space-between;align-items:center}.proposal-card-body{padding:30px}.config-meta-text{font-size:15px;color:#2d3748;margin-bottom:6px;font-weight:700}.config-features-text{font-size:14px;color:#718096;margin-bottom:25px;border-bottom:2px dashed #f0f4f8;padding-bottom:16px;font-weight:500}.simplified-price-row{margin-bottom:20px;padding-bottom:16px;border-bottom:1px dashed #edf2f7}.simplified-price-row:last-of-type{border-bottom:none;margin-bottom:0;padding-bottom:0}.price-title{font-size:12px;font-weight:700;color:#a0aec0;text-transform:uppercase;letter-spacing:1px;margin-bottom:4px}.price-formula{font-size:14.5px;color:#718096;font-weight:500}.price-formula strong{font-size:26px;color:#2b6cb0;font-family:monospace;font-weight:700;margin-left:5px}.price-formula.discounted strong{color:#38a169}.toggle-details-btn{background:#f7fafc;color:#4a5568;width:100%;padding:12px;border:2px solid #e2e8f0;border-radius:10px;font-weight:700;font-size:14px;cursor:pointer;margin-top:20px;display:flex;align-items:center;justify-content:center;gap:8px;transition:all .2s}.toggle-details-btn:hover{background:#edf2f7;border-color:#cbd5e0;color:#2d3748}.details-panel{display:none;margin-top:25px;padding-top:20px;border-top:2px dashed #e2e8f0}.details-section-title{font-weight:700;font-size:12px;color:#a0aec0;margin-bottom:15px;text-transform:uppercase;letter-spacing:.5px}.details-row{display:flex;justify-content:space-between;font-size:14.5px;margin-bottom:10px;color:#4a5568;font-weight:500}.details-row.sub{padding-left:15px;color:#718096;font-size:13px;margin-top:-6px;margin-bottom:12px}.compare-grid-layout{display:grid;grid-template-columns:1fr 1fr;grid-gap:24px;gap:24px}.compare-column-main-title{background:#5933ba;color:#fff;padding:14px 20px;font-weight:700;font-size:16px;border-radius:12px 12px 0 0;box-shadow:0 4px 10px rgba(89,51,186,.1)}.compare-card-box{background:#fff;border:1px solid #e2e8f0;border-radius:0 0 12px 12px;padding:25px;box-shadow:0 4px 15px rgba(160,174,192,.05)}.kindera-footer{margin-top:40px;padding:25px 0;border-top:1px solid #e2e8f0;display:flex;justify-content:space-between;align-items:center;font-size:13px;color:#a0aec0;font-weight:500}.kindera-footer-links{display:flex;gap:25px}.kindera-footer-links a{color:#718096;text-decoration:none;font-weight:600;transition:color .15s ease}.kindera-footer-links a:hover{color:#5933ba}@media (max-width:768px){.kindera-header{padding:12px 20px}.kindera-logo{font-size:26px}.main-content{padding:0 15px;margin:20px auto;gap:20px}.kres-calculator-container{padding:20px}.kres-calc-title{font-size:22px;margin-bottom:20px}.kres-checkbox-grid{grid-template-columns:repeat(2,1fr);gap:8px}.kres-label-checkbox{padding:10px;font-size:13px}.kres-modules-branch-row{grid-template-columns:1fr;gap:20px}.kres-features-grid{grid-template-columns:1fr;gap:8px}.kres-quick-summary{flex-direction:column;padding:15px;gap:15px}.kres-quick-summary div:first-child{border-right:none;border-bottom:1px dashed #e2e8f0;padding-bottom:15px}.kres-quick-summary div strong{font-size:22px}.btn-wizard{width:100%;padding:14px}.compare-grid-layout{grid-template-columns:repeat(2,1fr)!important;gap:10px}.compare-card-box{padding:12px}.compare-column-main-title{padding:10px;font-size:13px}#c1_isimlendirme,#c2_isimlendirme{font-size:15px!important}.price-formula strong{font-size:16px!important;margin-left:2px}.price-formula{font-size:11px!important}.price-title{font-size:10px}.config-meta-text{font-size:11px}.config-features-text{font-size:10px;margin-bottom:12px;padding-bottom:8px}.simplified-price-row{margin-bottom:12px;padding-bottom:10px}.toggle-details-btn{padding:8px;font-size:11px;margin-top:10px}.details-row{font-size:11px;margin-bottom:6px}.details-row.sub{font-size:10px}#singleView .proposal-card{max-width:100%}.kindera-footer{flex-direction:column-reverse;gap:15px;text-align:center;padding:20px 0}.kindera-footer-links{gap:20px}}@keyframes fadeIn{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.landing-page-wrapper{background-color:#fafafa;min-height:100vh;color:#1e293b;font-family:Inter,Segoe UI,sans-serif}.glass-header{position:-webkit-sticky;position:sticky;top:15px;z-index:1000;margin:0 auto;max-width:1200px;width:95%;background:hsla(0,0%,100%,.85);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-radius:50px;border:1px solid hsla(0,0%,100%,.5);box-shadow:0 10px 30px rgba(0,0,0,.05);display:flex;justify-content:space-between;align-items:center;padding:12px 30px}.header-nav{display:flex;gap:30px}.header-nav a{color:#475569;text-decoration:none;font-weight:500;font-size:15px;transition:color .2s}.header-nav a:hover{color:#8b5cf6}.header-actions .btn-login{background:linear-gradient(135deg,#9b3cd9,#7c3aed);color:#fff;padding:10px 24px;border-radius:30px;font-weight:600;text-decoration:none;font-size:14px;box-shadow:0 4px 15px rgba(124,58,237,.3);transition:transform .2s,box-shadow .2s}.header-actions .btn-login:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(124,58,237,.4)}.hero-section{display:flex;flex-direction:column;align-items:center;text-align:center;padding:100px 20px 40px;max-width:900px;margin:0 auto}.hero-title{font-size:3.5rem;font-weight:800;color:#0f172a;line-height:1.1;margin-bottom:20px;letter-spacing:-1.5px}.hero-subtitle{font-size:1.25rem;color:#64748b;margin-bottom:40px;font-weight:400}.hero-buttons{display:flex;gap:15px;justify-content:center}.btn-primary{background:linear-gradient(135deg,#9b3cd9,#7c3aed);color:#fff;box-shadow:0 10px 25px rgba(124,58,237,.3)}.btn-primary,.btn-secondary{padding:16px 32px;border-radius:30px;font-weight:600;text-decoration:none;font-size:16px;transition:transform .2s}.btn-secondary{background:#fff;color:#1e293b;border:1px solid #e2e8f0;box-shadow:0 4px 10px rgba(0,0,0,.05);display:flex;align-items:center;gap:10px}.btn-primary:hover,.btn-secondary:hover{transform:translateY(-2px)}.hero-image-container{max-width:1200px;margin:0 auto 80px;position:relative;display:flex;justify-content:center}.hero-glow{position:absolute;width:600px;height:600px;background:radial-gradient(circle,rgba(139,92,246,.2) 0,hsla(0,0%,100%,0) 70%);top:50%;left:50%;transform:translate(-50%,-50%);z-index:0}.hero-img{position:relative;z-index:1;width:100%;max-width:1000px;height:auto}.features-section{max-width:1200px;margin:0 auto 100px;padding:0 20px}.section-title{text-align:center;font-size:2.5rem;font-weight:800;color:#0f172a;margin-bottom:50px}.bento-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}.bento-card{background:#fff;border-radius:30px;padding:30px;box-shadow:0 20px 40px rgba(0,0,0,.03);border:1px solid #f1f5f9;display:flex;flex-direction:column;position:relative;overflow:hidden;transition:transform .3s,box-shadow .3s}.bento-card:hover{transform:translateY(-5px);box-shadow:0 25px 50px rgba(0,0,0,.06)}.bento-wide{grid-column:span 2}.bento-icon{width:50px;height:50px;background:#f5f3ff;border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}.bento-icon svg{width:24px;height:24px;fill:#8b5cf6}.bento-title{font-size:1.25rem;font-weight:700;color:#1e293b;margin-bottom:10px}.bento-desc{font-size:15px;color:#64748b;margin-bottom:30px;line-height:1.5}.bento-img-wrapper{margin-top:auto;display:flex;justify-content:center}.bento-img-wrapper img{max-width:100%;height:auto;border-radius:12px}.security-band{background:linear-gradient(135deg,#4c1d95,#3b0764);padding:40px 20px;display:flex;justify-content:center;gap:80px;color:#fff}.security-item{display:flex;align-items:center;gap:12px;font-weight:500;font-size:1.1rem}.security-item svg{fill:hsla(0,0%,100%,.8);width:28px;height:28px}.modern-footer{background:#f8fafc;padding:60px 20px 40px;border-top:1px solid #e2e8f0}.footer-content{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between}.footer-column{display:flex;flex-direction:column;gap:15px}.footer-column h4{font-size:16px;font-weight:700;color:#0f172a;margin-bottom:5px}.footer-column a{color:#64748b;text-decoration:none;font-size:14px;transition:color .2s}.footer-column a:hover{color:#8b5cf6}.footer-bottom{max-width:1200px;margin:40px auto 0;padding-top:20px;border-top:1px solid #e2e8f0;display:flex;justify-content:space-between;align-items:center;color:#94a3b8;font-size:14px}@media (max-width:900px){.bento-grid{grid-template-columns:1fr}.bento-wide{grid-column:span 1}.header-actions,.header-nav{display:none!important}.mobile-menu-btn{display:block!important}.glass-header,.kindera-header{padding:10px 15px!important}.glass-header{border-radius:0;width:100%;max-width:100%;top:0;position:-webkit-sticky;position:sticky}.hero-title{font-size:2.5rem}.security-band{flex-direction:column;align-items:center;gap:30px}.footer-content{flex-direction:column;gap:40px}}.mobile-menu-btn{display:none;cursor:pointer;color:#fff;margin-right:12px}.glass-header:not(.purple-theme) .mobile-menu-btn{color:#5933ba}.mobile-menu-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.4);z-index:2000;display:flex;justify-content:flex-end;animation:fadeIn .3s ease}.mobile-menu-content{width:80%;max-width:320px;height:max-content;background:#fff;box-shadow:-5px 0 25px rgba(0,0,0,.1);padding:30px;display:flex;flex-direction:column;animation:slideLeft .3s ease forwards;border-bottom-left-radius:20px}.mobile-menu-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:40px}.mobile-menu-close{font-size:24px;font-weight:700;color:#475569;cursor:pointer}.mobile-nav-links{display:flex;flex-direction:column;gap:20px;margin-bottom:auto}.mobile-nav-links a{text-decoration:none;font-size:1.1rem;font-weight:600;color:#1e293b;border-bottom:1px solid #f1f5f9;padding-bottom:15px}.mobile-nav-links a.nav-pricing-highlight{color:#8b5cf6;font-weight:800}.mobile-bottom-actions{display:flex;flex-direction:column;gap:15px}.btn-login-mobile{background:#8b5cf6;color:#fff;padding:14px;border-radius:10px;text-align:center;text-decoration:none;font-weight:700}.mobile-lang-select{display:flex;align-items:center;justify-content:center;gap:10px;padding:10px;border:1px solid #e2e8f0;border-radius:10px;cursor:pointer;font-weight:600;color:#475569}.mobile-lang-select img{width:24px;height:24px;border-radius:50%;object-fit:cover}@keyframes slideLeft{0%{transform:translateX(100%)}to{transform:translateX(0)}}.glass-header.purple-theme{background:linear-gradient(135deg,#9b3cd9,#9239d5,#8437cf,#5933ba);border:1px solid hsla(0,0%,100%,.2);box-shadow:0 10px 30px rgba(155,60,217,.3)}.glass-header.purple-theme .header-nav a{color:hsla(0,0%,100%,.9)}@media (max-width:900px){.profile-menu{position:fixed;top:65px;right:15px;width:80%;max-width:320px;height:max-content;box-shadow:-5px 5px 25px rgba(0,0,0,.15);border-radius:20px;border-top-right-radius:5px;padding:10px 0}.profile-menu .menu-item{font-size:16px;padding:15px 20px;border-bottom:1px solid #f1f5f9}.profile-menu .menu-item:last-child{border-bottom:none}}.pricing-intro-header{display:flex;align-items:center}.pricing-intro-chevron{display:none;transition:transform .3s ease}.pricing-intro-chevron.open{transform:rotate(180deg)}.pricing-explanation-content{display:block}@media (max-width:900px){.pricing-intro-header{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.pricing-intro-chevron{display:block}.pricing-explanation-content{display:none}.pricing-explanation-content.open{display:block;animation:fadeIn .3s ease}}.glass-header.purple-theme .header-nav a:hover{color:#fff}.glass-header.purple-theme .btn-login{background:#fff;color:#8b5cf6;box-shadow:0 4px 15px rgba(0,0,0,.1)}.glass-header.purple-theme .btn-login:hover{background:#f8fafc;transform:translateY(-2px)}.glass-header.purple-theme .profile-icon{background:#fff;color:#8b5cf6}.profile-wrapper{position:relative;cursor:pointer}.profile-icon{width:40px;height:40px;border-radius:50%;background:#f1f5f9;color:#475569;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px;transition:all .2s}.profile-icon:hover{background:#e2e8f0}.profile-menu{position:absolute;top:50px;right:0;background:#fff;border-radius:8px;box-shadow:0 4px 15px rgba(0,0,0,.1);padding:10px 0;width:150px;z-index:1000}.profile-menu .menu-item{padding:10px 20px;font-size:14px;color:#475569}.profile-menu .menu-item:hover{background:#f8fafc;color:#8b5cf6}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:U+0460-052f,U+1c80-1c8a,U+20b4,U+2de0-2dff,U+a640-a69f,U+fe2e-fe2f}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:U+0301,U+0400-045f,U+0490-0491,U+04b0-04b1,U+2116}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:U+1f??}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:U+0370-0377,U+037a-037f,U+0384-038a,U+038c,U+038e-03a1,U+03a3-03ff}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01a0-01a1,U+01af-01b0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1ea0-1ef9,U+20ab}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:U+0100-02ba,U+02bd-02c5,U+02c7-02cc,U+02ce-02d7,U+02dd-02ff,U+0304,U+0308,U+0329,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:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+0304,U+0308,U+0329,U+2000-206f,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:__Inter_Fallback_f367f3;src:local("Arial");ascent-override:90.20%;descent-override:22.48%;line-gap-override:0.00%;size-adjust:107.40%}.__className_f367f3{font-family:__Inter_f367f3,__Inter_Fallback_f367f3;font-style:normal}@font-face{font-family:__Barlow_Semi_Condensed_8014fd;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/fa64e74b88370ed1-s.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01a0-01a1,U+01af-01b0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1ea0-1ef9,U+20ab}@font-face{font-family:__Barlow_Semi_Condensed_8014fd;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/6b99d524c7bef2f7-s.woff2) format("woff2");unicode-range:U+0100-02ba,U+02bd-02c5,U+02c7-02cc,U+02ce-02d7,U+02dd-02ff,U+0304,U+0308,U+0329,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:__Barlow_Semi_Condensed_8014fd;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/2afc1581e19cce3f-s.p.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+0304,U+0308,U+0329,U+2000-206f,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:__Barlow_Semi_Condensed_Fallback_8014fd;src:local("Arial");ascent-override:114.65%;descent-override:22.93%;line-gap-override:0.00%;size-adjust:87.22%}.__className_8014fd{font-family:__Barlow_Semi_Condensed_8014fd,__Barlow_Semi_Condensed_Fallback_8014fd;font-weight:700;font-style:normal}.__variable_8014fd{--font-barlow:"__Barlow_Semi_Condensed_8014fd","__Barlow_Semi_Condensed_Fallback_8014fd"}