@font-face{font-family:"Noto Sans";font-style:normal;font-weight:400;font-stretch:normal;font-display:swap;src:url(https://fonts.gstatic.com/s/notosans/v42/o-0mIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjcz6L1SoM-jCpoiyD9A99d.ttf) format("truetype")}@font-face{font-family:"Noto Sans";font-style:normal;font-weight:700;font-stretch:normal;font-display:swap;src:url(https://fonts.gstatic.com/s/notosans/v42/o-0mIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjcz6L1SoM-jCpoiyAaBN9d.ttf) format("truetype")}@font-face{font-family:"Vujahday Script";font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/vujahdayscript/v10/RWmQoKGA8fEkrIPtSZ3_J7er2dUiDA.ttf) format("truetype")}.popup-button{background-color:#b8b9b8;color:#fff;border:none;padding:12px 24px;font-size:16px;border-radius:5px;cursor:pointer;margin:20px}.popup-button:hover{background-color:#219a52}@media (max-width:768px){.popup-button{padding:10px 20px;font-size:14px}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,"Noto Sans",Arial,sans-serif;background-color:#b8b8b8;color:#333;padding-top:70px}.vujahday-script-regular{font-family:"Vujahday Script",cursive;font-weight:400;font-style:normal;font-size:96px}h1.a{font-family:"Vujahday Script",sans-serif}.container{max-width:1200px;margin:0 auto;margin-top:100px}.hero-section{background:#fff;padding:60px 40px;margin-bottom:40px;border-radius:4px}.hero-header{margin-bottom:40px}.hero-header h1{font-size:96px;font-weight:300;margin-bottom:30px;line-height:1.2;color:#222}.hero-body{display:grid;grid-template-columns:45% 1fr;gap:40px;align-items:flex-start}.hero-images{display:flex;flex-direction:column;gap:20px}.hero-images img{width:100%;height:auto;border-radius:4px;display:block}.hero-text p{font-size:18px;line-height:1.6;margin-bottom:15px;color:#555}.grid-section{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-bottom:40px}.grid-card{background:#fff;padding:30px;border-radius:4px;text-align:left}.grid-card h2{font-size:24px;font-weight:600;margin-bottom:15px;color:#222}.grid-card h3{font-size:24px;font-weight:600;margin-bottom:15px;color:#222}.grid-card p{font-size:16px;line-height:1.7;color:#666;margin-bottom:20px}.btn{background-color:#a6a7a6;color:#fff;padding:10px 20px;border:none;border-radius:3px;cursor:pointer;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;transition:background-color .3s}.btn:hover{background-color:#5f2d6f}.content_area{max-height:280px;overflow:hidden;transition:max-height .5s ease}footer{background-color:#fff;margin:0 calc(-1 * var(--side-margin));margin-bottom:50px;margin-top:20px;padding:10px 20px;color:#666;text-align:center}.footer-top{display:flex;justify-content:space-between;align-items:center;padding-bottom:20px;padding-top:25px;border-bottom:1px solid #999}.footer-center{flex:1;text-align:center}.footer-center a{color:#666;text-decoration:none;font-size:1.3rem}.footer-center a:hover{color:#8b1538}.popup{height:auto;width:80%;max-width:1300px;margin:5% auto;display:block;border-radius:8px;overflow:hidden;box-shadow:0 0 5px #000}.title{width:100%;display:block;background:#71bbf2;color:#0c63a4;font-weight:700;padding:5px}.title p{margin:5px}@media (max-width:768px){body{padding-top:60px}.vujahday-script-regular{font-size:48px}.hero-content{grid-template-columns:1fr}.hero-text h1{font-size:32px}.hero-text p{font-size:15px;line-height:1.3}p{font-size:14px;line-height:1.3}.grid-card p{font-size:13px;line-height:1.4}.container{padding:20px 10px}.hero-section{padding:30px 20px}.hero-header h1{font-size:48px}.popup{max-width:600px}.grid-section{grid-template-columns:1fr}.footer-top{flex-direction:column;gap:20px;text-align:center}}:root{--primary:#2563eb;--secondary:#e5e7eb;--text:#1f2937;--bg:#f9fafb;--shadow:rgba(0, 0, 0, 0.1);--spacing-sm:0.5rem;--spacing-md:1rem;--spacing-lg:1.5rem;--border-radius:8px}.cookie-consent{position:fixed;bottom:20px;left:50%;transform:translateX(-50%);max-width:600px;width:calc(100% - 40px);background:var(--bg);padding:var(--spacing-lg);border-radius:var(--border-radius);box-shadow:0 4px 12px var(--shadow);z-index:1000;display:none;font-family:system-ui,sans-serif;color:var(--text)}.cookie-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);z-index:1000;display:none}.cookie-header{font-size:1.25rem;font-weight:600;margin-bottom:var(--spacing-sm);display:flex;justify-content:space-between;align-items:center}.cookie-close{cursor:pointer;font-size:1.5rem;line-height:1;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background .2s}.cookie-close:hover{background:rgba(0,0,0,.05)}.cookie-content{margin-bottom:var(--spacing-md);line-height:1.5}.cookie-types{display:grid;grid-template-columns:1fr 1fr;gap:var(--spacing-sm);margin-bottom:var(--spacing-md)}.cookie-type{display:flex;align-items:center;gap:var(--spacing-sm)}.cookie-type input{cursor:pointer}.btn-container{display:flex;gap:var(--spacing-sm);flex-wrap:wrap}button{padding:.6rem 1.2rem;border-radius:var(--border-radius);cursor:pointer;font-weight:500;transition:all .2s ease;border:none}.btn-accept{background:var(--primary);color:#fff}.btn-reject{background:var(--secondary);color:var(--text)}.btn-settings{background:0 0;color:var(--primary);border:1px solid var(--primary)}.btn-save{background:var(--primary);color:#fff}@media (max-width:480px){.cookie-types{grid-template-columns:1fr}.btn-container{flex-direction:column}}body,html{margin:0}.hidden{display:none}body{background-color:#b3b3b3;margin:0;font-family:"Noto Sans",-apple-system,BlinkMacSystemFont,Arial,sans-serif}.hgrid{display:flex}.column{flex:1;padding:10px}.left{flex:0 0 35%}.right{flex:0 0 60%}.button{display:inline-block;background:#939493;color:#fff;padding:5px;text-decoration:none;border-radius:5px;margin-top:10px;font-size:18px}.content{max-width:1000px;margin:40px auto 20px auto;padding:30px;background-color:#fff}.blog-grid{display:flex;flex-wrap:wrap;gap:10px}.blog-grid div{flex:1 1 calc(25% - 10px);text-align:center;min-width:0}.blog-grid div img{width:100%;height:auto}.hero-section{display:flex;gap:20px;align-items:flex-start;margin-bottom:20px}.hero-section figure{flex:0 0 40%;margin:0}.hero-section figure img{width:100%;height:auto}.hero-section .hero-text{flex:1}footer{background-color:#fff;max-width:900px;margin:0 auto;padding:20px 30px;box-sizing:border-box}p{font-size:18px;line-height:1.4}@media (max-width:768px){body{padding:10px 0}.content{margin:50px 10px 10px 10px;padding:20px;max-width:none}.hero-section{flex-direction:column}.hero-section figure{flex:1 0 auto;width:100%}.hgrid{flex-direction:column}.left,.right{flex:1 0 auto}.blog-grid div{flex:1 0 45%}footer{margin:0 10px;padding:20px;max-width:none}h1{font-size:48px!important}}@media (max-width:480px){.blog-grid div{flex:1 0 100%}h1{font-size:36px!important}}.vujahday-script-regular{font-family:"Vujahday Script",cursive;font-weight:400;font-style:normal}h1.a{font-family:"Vujahday Script",sans-serif}.popup-button{background-color:#b8b9b8;color:#fff;border:none;padding:12px 24px;font-size:16px;border-radius:5px;cursor:pointer;margin:20px}.popup-button:hover{background-color:#219a52}@media (max-width:768px){.popup-button{padding:10px 20px;font-size:14px}}:root{--primary:#2563eb;--secondary:#e5e7eb;--text:#1f2937;--bg:#f9fafb;--shadow:rgba(0, 0, 0, 0.1);--spacing-sm:0.5rem;--spacing-md:1rem;--spacing-lg:1.5rem;--border-radius:8px}.cookie-consent{position:fixed!important;bottom:20px;left:50%;transform:translateX(-50%);max-width:600px;width:calc(100% - 40px);background:var(--bg);padding:var(--spacing-lg);border-radius:var(--border-radius);box-shadow:0 4px 12px var(--shadow);z-index:10001!important;display:none!important;font-family:system-ui,sans-serif;color:var(--text)}.cookie-overlay{position:fixed!important;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);z-index:10000!important;display:none!important;pointer-events:auto!important}.cookie-header{font-size:1.25rem;font-weight:600;margin-bottom:var(--spacing-sm);display:flex;justify-content:space-between;align-items:center}.cookie-close{cursor:pointer;font-size:1.5rem;line-height:1;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background .2s}.cookie-close:hover{background:rgba(0,0,0,.05)}.cookie-content{margin-bottom:var(--spacing-md);line-height:1.5}.cookie-types{display:grid;grid-template-columns:1fr 1fr;gap:var(--spacing-sm);margin-bottom:var(--spacing-md)}.cookie-type{display:flex;align-items:center;gap:var(--spacing-sm)}.cookie-type input{cursor:pointer}.btn-container{display:flex;gap:var(--spacing-sm);flex-wrap:wrap}button{padding:.6rem 1.2rem;border-radius:var(--border-radius);cursor:pointer;font-weight:500;transition:all .2s ease;border:none}.btn-accept{background:var(--primary);color:#fff}.btn-reject{background:var(--secondary);color:var(--text)}.btn-settings{background:0 0;color:var(--primary);border:1px solid var(--primary)}.btn-save{background:var(--primary);color:#fff}@media (max-width:480px){.cookie-types{grid-template-columns:1fr}.btn-container{flex-direction:column}}