*,:after,:before{box-sizing:border-box}blockquote,body,dd,dl,figure,h1,h2,h3,h4,p{margin:0}ol[role=list],ul[role=list]{list-style:none}html:focus-within{scroll-behavior:smooth}body{line-height:1.5;min-height:100vh;text-rendering:optimizeSpeed}a:not([class]){text-decoration-skip-ink:auto}img,picture{display:block;max-width:100%}button,input,select,textarea{font:inherit}@media(prefers-reduced-motion:reduce){html:focus-within{scroll-behavior:auto}*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}.consent-mode-icon{align-items:center;background-color:#000;border-radius:0 5px 0 0;bottom:0;display:flex;height:40px;justify-content:center;left:0;padding:5px;position:fixed;width:40px;z-index:9999}.consent-mode-icon svg{display:block;height:100%;object-fit:contain;width:100%}html:has(.consent-mode-popup){overflow:hidden}html:has(.consent-mode-popup):after{background:rgba(0,0,0,.5);content:"";height:100%;left:0;position:fixed;top:0;width:100%;z-index:9998}.consent-mode-popup{background:#fff;border-radius:5px;height:80%;left:50%;max-width:90%;position:fixed;top:50%;transform:translate(-50%,-50%);width:800px;z-index:9999}.consent-mode-popup .consent-mode-popup__container{display:flex;flex-direction:column;gap:10px;height:calc(100% - 60px);overflow:auto;padding:30px;position:relative;width:100%}@media(width <= 576px){.consent-mode-popup .consent-mode-popup__container{height:calc(100% - 140px)}}.consent-mode-popup .consent-mode-actions{background:#fff;border-top:1px solid #dfdfdf;display:grid;gap:10px;grid-template-columns:1fr 1fr 1fr;height:60px;padding:10px;width:100%}@media(width <= 576px){.consent-mode-popup .consent-mode-actions{grid-template-columns:1fr;height:140px}}.consent-mode-popup .consent-mode-actions button{background:none;background:transparent;border:1px solid #000;border-radius:5px;color:#000;cursor:pointer;font-size:16px;font-weight:600;height:100%;transition:all .2s ease;width:100%}.consent-mode-popup .consent-mode-actions button:hover{background:#000;color:#fff}@media(width <= 1280px){.consent-mode-popup .consent-mode-actions button{font-size:14px}}@media(width <= 576px){.consent-mode-popup .consent-mode-actions button{padding:5px 10px}}.consent-mode-popup .consent-mode-popup__title{border-bottom:1px solid #dfdfdf;color:#000;display:block;font-size:20px;font-weight:600;padding-block:10px;width:100%}@media(width <= 1280px){.consent-mode-popup .consent-mode-popup__title{font-size:18px}}.consent-mode-popup .consent-mode-popup__description{color:#333;display:block;font-size:16px;width:100%}@media(width <= 1280px){.consent-mode-popup .consent-mode-popup__description{font-size:14px}}.consent-mode-popup .consent-mode-form{display:flex;flex-direction:column;gap:20px;margin-top:20px}.consent-mode-popup .consent-mode-form input[type=checkbox]{appearance:none;background:#cecece;border:none!important;border-radius:50px;cursor:pointer;height:20px;position:relative;transition:background .3s;width:40px}.consent-mode-popup .consent-mode-form input[type=checkbox]:before{background:#fff;border-radius:50%;content:"";height:16px;left:2px;position:absolute;top:2px;transition:transform .3s;width:16px}.consent-mode-popup .consent-mode-form input[type=checkbox]:checked{background:#468295}.consent-mode-popup .consent-mode-form input[type=checkbox]:checked:before{transform:translateX(20px)}.consent-mode-popup .consent-mode-form input[type=checkbox]:focus{border:none!important;box-shadow:none;outline:none}.consent-mode-popup .consent-mode-form .consent-mode-option{display:flex;flex-direction:column;gap:10px}.consent-mode-popup .consent-mode-form .consent-mode-option button{align-self:flex-start;background:transparent;border:none;color:#000;cursor:pointer;display:flex;font-size:13px;font-weight:600}.consent-mode-popup .consent-mode-form .consent-mode-option .consent-mode-option__checkbox{align-items:center;display:flex;font-size:18px;gap:10px}@media(width <= 576px){.consent-mode-popup .consent-mode-form .consent-mode-option .consent-mode-option__checkbox{font-size:14px}}.consent-mode-popup .consent-mode-form .consent-mode-option .consent-mode-option__description{display:none;font-size:16px;width:100%}@media(width <= 1280px){.consent-mode-popup .consent-mode-form .consent-mode-option .consent-mode-option__description{font-size:14px}}.consent-mode-popup .consent-mode-form .consent-mode-option .consent-mode-option__description--short{display:block;font-size:16px}@media(width <= 1280px){.consent-mode-popup .consent-mode-form .consent-mode-option .consent-mode-option__description--short{font-size:13px}}.consent-mode-popup .consent-mode-form .consent-mode-option .consent-mode-option__description table{border-collapse:collapse;width:100%}.consent-mode-popup .consent-mode-form .consent-mode-option .consent-mode-option__description table td{border:1px solid #dfdfdf;font-size:14px;padding:3px}.consent-mode-popup .consent-mode-form .consent-mode-option .consent-mode-option__description table th{background:hsla(0,0%,98%,.98);border:1px solid #dfdfdf;font-size:14px;padding:3px;text-align:left}.global-toasts{bottom:24px;display:flex;flex-direction:column;font-size:16px;gap:10px;left:50%;max-width:min(92vw,520px);pointer-events:none;position:fixed;transform:translateX(-50%);z-index:9999}.toast{align-items:center;border-radius:14px;box-shadow:0 12px 30px rgba(0,0,0,.18);display:flex;font-weight:500;gap:12px;opacity:0;padding:14px 16px;pointer-events:auto;transform:translateY(12px) scale(.98);transition:opacity .25s ease,transform .25s ease}.toast,.toast.is-visible{opacity:1;transform:translateY(0) scale(1)}.toast.is-hiding{opacity:0;transform:translateY(12px) scale(.98)}.toast__body{line-height:1.35}.toast__close{align-self:flex-start;background:hsla(0,0%,100%,.15);border:none;border-radius:999px;cursor:pointer;display:grid;flex-shrink:0;font-size:16px;height:26px;line-height:1;margin-left:auto;place-items:center;transition:background .15s ease;width:26px}.toast--success{background:linear-gradient(135deg,#1f8f4e,#27ae60);border:none;color:#fff}.toast--error{background:linear-gradient(135deg,#c0392b,#e74c3c);border:none;color:#fff}.toast--error .toast__close,.toast--success .toast__close{color:hsla(0,0%,100%,.8)}.toast__close:hover{background:hsla(0,0%,100%,.28)}.container{margin:0 auto;max-width:90%;padding:0 1rem;width:1200px}.container--narrow{max-width:800px}.text-center{text-align:center}body{font-family:Archivo,sans-serif;margin:0;padding:0}.header{background:#fff;box-shadow:0 2px 4px rgba(0,0,0,.1);padding:1rem 0}.header__container{align-items:center;display:flex;justify-content:space-between}.header__logo,.header__logo img{display:block}.nav__list{align-items:center;display:flex;gap:1.5rem;list-style:none;margin:0;padding:0}.nav__link{color:#1b1918;font-weight:600;text-decoration:none;transition:color .2s}.nav__link--active,.nav__link:hover{color:#468295}.lang-selector__select{background:#fff;border:1px solid #dee2e6;border-radius:4px;cursor:pointer;font-family:inherit;padding:.25rem}.btn{background-color:#cae140;border:1px solid transparent;border-radius:4px;color:#1b1918;cursor:pointer;display:inline-block;font-size:1rem;font-weight:600;padding:.75rem 1.5rem;text-align:center;text-decoration:none;transition:opacity .2s}.btn:hover{opacity:.9}.btn--secondary{background-color:#468295;color:#fff}.btn--secondary:hover{opacity:.9}.btn--full-width{width:100%}.btn--large{padding:.75rem 2rem}.hero{background:#f8f9fa;padding:5rem 0;text-align:center}.hero__title{margin-bottom:1.5rem;margin-top:0}.hero__description{color:#6c757d;font-size:1.25rem;margin-bottom:2rem}.hero__actions{display:flex;gap:1rem;justify-content:center}.contact-section{background:#fff;border-top:1px solid #dee2e6;padding:5rem 0}.auth{background-color:#f8f9fa;display:flex;flex-direction:column;min-height:100vh}.auth__content{align-items:flex-start;display:flex;flex:1;justify-content:center;padding:4rem 0}.auth__card{background:#fff;border-radius:8px;box-shadow:0 4px 6px rgba(0,0,0,.1);margin:0 auto;max-width:100%;padding:2.5rem;width:600px}.auth__title{margin-bottom:2rem;margin-top:0;text-align:center}.auth__footer{color:#6c757d;padding:2rem 0}.auth__links{font-size:.9rem;margin-top:1.5rem;text-align:center}.auth__links p{margin:.5rem 0}.auth__links a{color:#468295;text-decoration:none}.auth__links a:hover{text-decoration:underline}.form__group{margin-bottom:1.5rem}.form__group--checkbox{align-items:flex-start;display:flex;gap:.75rem;margin-bottom:2rem}.form__label{display:block;font-weight:600;margin-bottom:.5rem}.form__label--inline{color:#495057;cursor:pointer;font-size:.9rem;line-height:1.4}.form__control{border:1px solid #ced4da;border-radius:4px;box-sizing:border-box;font-family:inherit;padding:.75rem;width:100%}.form__control:focus{border-color:#cae140;box-shadow:0 0 0 2px rgba(202,225,64,.25);outline:none}.form__checkbox{cursor:pointer;height:1.25rem;margin-top:.1rem;width:1.25rem}.form__grid{display:grid;gap:1.5rem;grid-template-columns:repeat(2,1fr)}@media(width <= 768px){.form__grid{gap:0;grid-template-columns:1fr}}.alert{border:1px solid transparent;border-radius:4px;margin-bottom:1.5rem;padding:1rem}.alert--danger{background-color:#f8d7da;border-color:#f5c6cb;color:#721c24}.alert--success{background-color:#d4edda;border-color:#c3e6cb;color:#155724}