:root{--petrol: #0B525B;--petrol-2:#0E6973;--cream: #FFFDF7;--card: #ffffff;--text: #133337;--muted: #5a7a7e;--accent: #F58A55;--border: #e7eef0;--radius: 14px;--brand: var(--petrol);--brand-2: var(--petrol-2)}*{box-sizing:border-box}html,body{margin:0;padding:0}body{font:16px/1.6 system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,Helvetica,Arial;background:#083e44;color:#e9f3f4}.container{width:min(1120px,92%);margin:0 auto}.center{text-align:center}.mt-24{margin-top:24px}.mt-12{margin-top:12px}.mt-10{margin-top:10px}.mt-0{margin-top:0}.fw-800{font-weight:800}.btn{display:inline-block;padding:.8rem 1.1rem;border-radius:12px;font-weight:800;border:2px solid transparent;text-decoration:none}.btn.brand{background:#d97706;color:#fff;border-color:#fff}.btn.brand:hover{background:#d8691f;border-color:#bf5815}.btn.brand:focus-visible{outline:3px solid rgba(234,122,47,.45);outline-offset:2px}.btn.ghost{background:transparent;border-color:#eaf3f4;color:#f7fbfc}.btn.small{padding:.5rem .8rem;font-weight:700}.nav{position:sticky;top:0;z-index:50;background:#0000002e;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:#004351 thick solid!important}.nav .inner{display:flex;align-items:center;justify-content:space-between;gap:16px;height:64px}.brand{display:flex;align-items:center;gap:10px;font-weight:900;color:#fff;text-decoration:none}.brand-logo{display:grid;place-items:center;background:none!important;color:var(--petrol);font-weight:900;overflow:hidden;padding:4px;box-sizing:border-box;border:1px solid white!important}.brand-logo--fallback{background:linear-gradient(135deg,var(--brand),var(--brand-2));color:#fff;border:none}.brand-logo img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;display:block}.menu{list-style:none;margin:0;padding:0;display:flex;gap:18px;align-items:center}.link{color:#fff;text-decoration:none;font-weight:700}.link:hover{text-decoration:underline}.nav .menu .btn.brand{padding:.58rem .88rem;line-height:1.2}.nav .menu .btn.brand:hover{background:#d8691f;border-color:#bf5815}.nav .menu .btn.brand:focus-visible{outline:3px solid rgba(234,122,47,.45);outline-offset:2px}.hamb{display:none}@media(max-width:860px){.hamb{display:block;background:transparent;border:0;color:#fff;font-size:20px}.menu{position:absolute;left:0;right:0;top:64px;background:#000;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:none;flex-direction:column;padding:10px 0}.menu.show{display:flex}.menu .link,.menu .btn{padding:10px 24px}}.hero{background:#083e44;color:#fff;padding:84px 0 64px}.hero .wrap{display:grid;gap:28px;grid-template-columns:1.15fr .85fr;align-items:center}.hero-visual{display:flex;justify-content:center}@media(min-width:981px){.hero-visual{justify-content:flex-end;padding-left:22px}}@media(max-width:980px){.hero .wrap{grid-template-columns:1fr}}.video-frame{position:relative;padding-top:56.25%;border-radius:18px;overflow:hidden;box-shadow:0 24px 48px #0003}.video-frame--portrait{padding-top:0;aspect-ratio:4/5;border:white solid thick;width:min(360px,100%)}.video-frame>img,.video-frame>video,.video-frame>iframe{position:absolute;inset:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border:0}.video-frame>video{background:#000}.video-frame__placeholder{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;text-align:center;padding:1.5rem;background:#00000059;color:#fff;font-weight:700}.pill{display:inline-block;padding:.28rem .7rem;border-radius:999px;background:#ffffff29;color:#fff;font-weight:800;letter-spacing:.04em}.h1{font-size:clamp(32px,5vw,56px);line-height:1.08;margin:8px 0 12px;font-weight:900}.lead{max-width:60ch;color:#eaf1f1}.hero-cta{display:flex;flex-direction:column;align-items:flex-start;gap:12px;margin-top:16px}.hero-cta .btn{width:100%;max-width:260px;text-align:center}@media(min-width:640px){.hero-cta{flex-direction:row;flex-wrap:wrap;align-items:center}.hero-cta .btn{width:auto;max-width:none}}.hero h1{font-size:38px}.section{padding:72px 0}.section.soft{background:#1e3435}.card{background:var(--card);color:var(--text);border:1px solid var(--border);border-radius:var(--radius);padding:22px;box-shadow:0 10px 28px #11161f1a}.card.raise{transition:.2s}.card.raise:hover{transform:translateY(-3px);box-shadow:0 16px 40px #11161f2e}.card .h2{color:var(--text)}.language-toggle{display:inline-flex;align-items:center;gap:12px;padding:6px;border-radius:999px;background:#ffffff1f}.language-toggle__button{display:inline-flex;align-items:center;gap:8px;padding:.45rem .95rem;border-radius:999px;border:1px solid rgba(255,255,255,.35);color:#fff;font-weight:800;text-decoration:none;background:#ffffff14;transition:transform .2s,background .2s,color .2s;cursor:pointer}.language-toggle__button{padding:.6rem 1.15rem;gap:10px;font-size:1rem}.language-toggle__button img{width:40px;height:40px;-o-object-fit:cover;object-fit:cover;border-radius:999px;border:1px solid rgba(0,0,0,.15);display:block;flex:0 0 auto}.language-toggle__button.is-active{background:#fff;color:var(--petrol);border-color:#fff;transform:translateY(-1px)}.language-toggle__button:focus{outline:3px solid rgba(255,255,255,.4);outline-offset:2px}.course-card[hidden]{display:none}.cards{display:grid;gap:16px;grid-template-columns:repeat(2,minmax(0,1fr))}@media(max-width:860px){.cards{grid-template-columns:1fr}}.grid{display:grid;gap:24px}.grid.cols-2{grid-template-columns:repeat(2,1fr)}.grid.cols-3{grid-template-columns:repeat(3,1fr)}.grid.cols-4{grid-template-columns:repeat(4,1fr)}@media(max-width:980px){.grid.cols-4,.grid.cols-3{grid-template-columns:repeat(2,1fr)}}@media(max-width:680px){.grid.cols-4,.grid.cols-3,.grid.cols-2{grid-template-columns:1fr}}.team-grid{display:grid;gap:32px;grid-template-columns:repeat(2,minmax(0,1fr));max-width:980px;margin:0 auto}.team-card{display:flex;flex-direction:column;gap:16px;align-items:center;text-align:center;padding:32px}.team-card__header{display:flex;flex-direction:column;align-items:center;gap:16px}.team-card__name{font-weight:800;font-size:1.35rem;color:var(--text)}.team-card__role{color:var(--muted);font-weight:700;font-size:1rem}.team-card__short{margin:0;color:var(--text)}.team-card__more summary{cursor:pointer;color:var(--petrol);font-weight:700;list-style:none}.team-card__more summary::-webkit-details-marker{display:none}.team-card__more summary:after{content:"+";margin-left:6px;font-weight:800}.team-card__more[open] summary:after{content:"−"}.team-card__more div{margin-top:6px;color:var(--text)}.team-avatar{width:180px;height:180px;flex:0 0 auto;border-radius:20px;display:grid;place-items:center;background:linear-gradient(135deg,var(--petrol),var(--petrol-2));color:#fff;font-weight:900;font-size:2rem;border:2px solid rgba(255,255,255,.6);overflow:hidden}.team-avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}@media(max-width:900px){.team-grid{max-width:760px}}@media(max-width:740px){.team-grid{grid-template-columns:1fr}}@supports not (aspect-ratio: 9 / 16){.video-frame--portrait{padding-top:177.78%}}.video-frame{border-radius:16px;overflow:hidden;background:#000}.video-frame iframe,.video-frame video{width:100%;height:100%;display:block;border:0}.eyebrow{letter-spacing:.12em;text-transform:uppercase;color:#cde4e7;font-weight:900;font-size:.78rem;margin-bottom:6px}.h2{font-size:clamp(24px,3.1vw,36px);line-height:1.2;margin:.2rem 0 1rem;color:#fff}.sub{color:#cde4e7;max-width:70ch;margin:0 auto}.progress{height:10px;background:#eef1f6;border-radius:999px;overflow:hidden}.progress>span{display:block;height:100%;background:linear-gradient(90deg,#f37f4b,#ffc7ae)}.ph{width:100%;aspect-ratio:16/10;border:1px dashed #d7e5e7;border-radius:12px;display:grid;place-items:center;color:#77979b;background:#ffffff80}.rounded-2xl{border-radius:16px}.rounded-xl{border-radius:12px}.rounded-lg{border-radius:10px}.rounded{border-radius:8px}.border{border:1px solid rgba(226,232,240,.9)}.border-gray-200{border-color:#e5e7eb}.border-gray-100{border-color:#f3f4f6}.border-t{border-top-width:1px;border-top-style:solid}.bg-white{background:#fff}.bg-slate-100{background:#f1f5f9}.bg-emerald-100{background:#d1fae5}.bg-emerald-200{background:#a7f3d0}.bg-blue-100{background:#dbeafe}.bg-blue-200{background:#bfdbfe}.text-emerald-800{color:#065f46}.text-blue-800{color:#1e40af}.text-gray-800{color:#1f2937}.text-gray-600{color:#4b5563}.text-gray-500{color:#6b7280}.inline-flex{display:inline-flex}.flex{display:flex}.flex-col{flex-direction:column}.items-start{align-items:flex-start}.items-center{align-items:center}.justify-between{justify-content:space-between}.gap-3{gap:.75rem}.p-4{padding:1rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-2{padding-left:.5rem;padding-right:.5rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.pt-3{padding-top:.75rem}.catalog-filter-card{margin-top:32px;padding:28px;display:block}.catalog-filter-grid{display:grid;gap:18px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));align-items:end}.field-block{display:flex;flex-direction:column;gap:8px;font-weight:600;color:var(--text)}.field-label{font-size:.85rem;color:var(--muted);font-weight:700;text-transform:uppercase;letter-spacing:.04em}.field-control{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid var(--border);border-radius:var(--radius);padding:.7rem .9rem;font-size:1rem;font-weight:600;color:var(--text);background:#fff;box-shadow:0 6px 18px #11161f0d}.field-control:focus{outline:3px solid rgba(11,82,91,.2);outline-offset:2px}.filter-checkbox{display:flex;align-items:center;gap:12px;padding:.95rem 1.1rem;border:1px solid var(--border);border-radius:var(--radius);background:#f6fbfb;font-weight:600;color:var(--text)}.filter-checkbox input{width:18px;height:18px;margin:0}.filter-actions{display:flex;gap:12px;flex-wrap:wrap;justify-content:flex-end}.filter-actions .btn{flex:1 1 160px;text-align:center}.catalog-grid .card{height:100%}.catalog-empty{grid-column:1/-1}.catalog-pagination{margin-top:36px;text-align:center}@media(max-width:640px){.catalog-filter-card{padding:22px}.field-control{font-size:.95rem}.filter-actions{justify-content:stretch}.filter-actions .btn{flex:1 1 100%}}.mt-auto{margin-top:auto}.w-full{width:100%}.aspect-video{aspect-ratio:16/9}.object-cover{-o-object-fit:cover;object-fit:cover}.text-lg{font-size:1.125rem;line-height:1.5rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xs{font-size:.75rem;line-height:1rem}.font-semibold{font-weight:600}.font-medium{font-weight:500}.uppercase{text-transform:uppercase}.tracking-wide{letter-spacing:.08em}.transition{transition:all .2s ease}.shadow-sm{box-shadow:0 1px 3px #0f172a1f}.hover\:shadow-md:hover{box-shadow:0 12px 32px #0f172a2e}.hover\:bg-emerald-200:hover{background:#a7f3d0}.hover\:bg-blue-200:hover{background:#bfdbfe}.line-clamp-2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.avatar{width:220px;aspect-ratio:1/1;border-radius:999px;overflow:hidden;border:1px solid #e6eef0;background:#f6f7fb;box-shadow:inset 0 0 0 6px #fff;margin:0 auto}.avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.steps{margin:0;padding-left:1rem}.muted{color:#6ea1a7}.media-text{display:grid;gap:36px;grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:center}.media-text__visual{display:flex;justify-content:center}.media-frame{position:relative;width:100%;max-width:520px;padding-top:56.25%;border-radius:18px;overflow:hidden;box-shadow:0 24px 48px #0000003d;background:#00000059}.media-frame>img,.media-frame>video,.media-frame>iframe{position:absolute;inset:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.media-frame>iframe{border:0}.media-frame>video{background:#000}@media(max-width:980px){.media-text{grid-template-columns:1fr}.media-text__visual{order:-1}}.footer{background:#042f33;color:#eaf1f1;padding:40px 0}.footer .brand-logo{margin-bottom:8px}.footer a{color:#eaf1f1;text-decoration:none}.footer a:hover{text-decoration:underline}.footer-social-links{margin-top:.65rem;display:flex;flex-direction:column;gap:.35rem}.footer-social-links a{display:inline-flex;width:-moz-fit-content;width:fit-content}.footer-qr-row{margin-top:48px;padding-top:32px;border-top:1px solid rgba(255,255,255,.12)}.footer-qr-row__inner{display:flex;justify-content:center;align-items:flex-start;gap:60px;flex-wrap:wrap;text-align:center}.footer-qr-item{display:flex;flex-direction:column;align-items:center;gap:12px}.footer-qr-title{font-weight:600;font-size:.95rem;opacity:.9}.footer-qr-image{background:#fff;padding:12px;border-radius:14px}.footer-qr-image svg{display:block;width:180px;height:180px}@media(max-width:640px){.footer-qr-row__inner{gap:32px}}.credits{border-top:1px solid rgba(255,255,255,.15);margin-top:24px;padding-top:18px;text-align:center;color:#b8d0d3;font-size:.9rem}.footer .footer-col{display:flex;flex-direction:column}.footer .footer-col-title{height:32px;display:flex;align-items:center}.footer .footer-col-title h4{margin:0}.footer .footer-links{display:flex;flex-direction:column;gap:6px}.footer .footer-links a{display:block;line-height:1.25;margin:0;padding:0}.footer .grid{align-items:start}.footer .footer-col{display:flex;flex-direction:column;align-items:flex-start}.footer .footer-brand p{margin-top:0}.footer .footer-brand .footer-col-title{gap:10px}.footer .footer-brand .footer-col-title img,.footer .footer-brand .footer-col-title svg{display:block}.footer .footer-brand .footer-col-title{padding-top:10px;height:32px}.imprint-content{color:#111827}.imprint-content h2,.imprint-content h3,.imprint-content h4{color:var(--text)}.imprint-content p,.imprint-content li{color:#1f2937}.imprint-content a{color:#0b525b;font-weight:600}.link_special{color:var(--accent);font-weight:600;text-decoration:none;transition:color .2s,text-decoration-color .2s}.link_special:hover{color:var(--accent);text-decoration:underline;text-decoration-color:var(--accent)}.link-muted{color:var(--muted);font-weight:500}.link-invert{color:#fff;font-weight:600}.link-invert:hover{text-decoration:underline;text-decoration-color:#fff}.teacher-carousel{display:flex;align-items:center;gap:18px}.teacher-carousel-viewport{flex:1;overflow:hidden}.teacher-carousel-track{display:flex;gap:24px;overflow-x:auto;scroll-snap-type:x mandatory;padding:8px 4px 16px;scrollbar-width:none}.teacher-carousel-track::-webkit-scrollbar{display:none}.teacher-card{flex:0 0 auto;min-width:220px;scroll-snap-align:start}.carousel-nav{background:#ffffffeb;border:0;border-radius:999px;width:44px;height:44px;display:grid;place-items:center;color:var(--petrol);font-size:24px;font-weight:800;box-shadow:0 10px 28px #11161f26;cursor:pointer;transition:.2s}.carousel-nav:hover:not([disabled]){transform:translateY(-2px)}.carousel-nav[disabled]{opacity:.4;cursor:default;transform:none}.avatar-fallback{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:2.8rem;font-weight:800;color:var(--petrol);background:#e6eef0}@media(max-width:860px){.teacher-carousel{gap:12px}.teacher-carousel-track{padding-inline:0}.carousel-nav{display:none}}.language-chips{display:flex;align-items:center;gap:22px;margin:0 0 18px}.language-chip{display:flex;align-items:center;gap:10px}.language-chip__flag{width:55px;height:55px;border-radius:999px;-o-object-fit:cover;object-fit:cover;display:block}.language-chip__label{display:inline-flex;align-items:center;height:32px;padding:0 14px;border-radius:10px;border:2px solid rgba(255,255,255,.75);color:#fff;font-weight:700;line-height:1;background:transparent}.hero-copy{display:flex;flex-direction:column;align-items:center;text-align:center}.hero .lead{max-width:28ch;margin:.35rem auto 0;color:#eaf1f1;font-weight:400}.hero .lead strong,.hero .lead b{font-weight:400}.hero-cta{display:flex;flex-direction:column;align-items:center;gap:12px;margin-top:16px}@media(min-width:640px){.hero-cta{flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:center}}.cta-card{display:flex;flex-direction:column;height:100%}.cta-card__title{font-size:clamp(22px,2.4vw,30px);font-weight:900;line-height:1.15;margin:12px 0 8px;color:var(--text)}.cta-card__actions{margin-top:auto;padding-top:16px;display:flex;justify-content:flex-end}.nav-instagram{display:inline-flex;align-items:center;justify-content:center;line-height:1;padding:0;margin-right:-5px}.nav-instagram svg{display:block;width:24px;height:24px;position:relative;top:3px}
