@layer reset{html{box-sizing:border-box;text-size-adjust:100%;scroll-behavior:smooth;min-width:320px}*,:before,:after{box-sizing:inherit}body{background:var(--color-bg);min-height:100vh;color:var(--color-text);font-family:var(--font-family-body);text-rendering:optimizelegibility;margin:0}:where(h1,h2,h3,h4,h5,h6,p,figure,blockquote,dl,dd){margin:0}:where(ul:not([role=list]),ol:not([role=list])){margin:0;padding:0;list-style:none}:where(button,input,select,textarea){font:inherit;margin:0}:where(button){cursor:pointer}input[type=search]::-webkit-search-decoration{appearance:none}input[type=search]::-webkit-search-cancel-button{appearance:none}input[type=number]::-webkit-outer-spin-button{appearance:none;margin:0}input[type=number]::-webkit-inner-spin-button{appearance:none;margin:0}a{color:inherit;text-decoration:none}:where(img,picture,video,canvas,svg){max-width:100%;display:block}img,video{height:auto}table{border-spacing:0;border-collapse:collapse}:where(:focus:not(:focus-visible)){outline:none}:where(:focus-visible){outline-offset:2px;outline:2px solid}::selection{background:var(--color-selection-bg)}@media (prefers-reduced-motion:reduce){html:focus-within{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto;transition-duration:.01ms;animation-duration:.01ms;animation-iteration-count:1}}[hidden]{display:none}}@layer tokens{@font-face{font-family:Noto Sans;src:url(/assets/fonts/NotoSans-Regular.woff2)format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Noto Sans;src:url(/assets/fonts/NotoSans-Bold.woff2)format("woff2");font-weight:700;font-style:normal;font-display:swap}:root,:root[data-theme=light]{color-scheme:light;--font-family-body:"Noto Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-family-display:"Noto Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-weight-regular:400;--font-weight-bold:700;--font-size-display:clamp(44px, 8vw, 96px);--font-size-heading-lg:clamp(32px, 5vw, 64px);--font-size-heading:clamp(28px, 4vw, 48px);--font-size-heading-sm:clamp(20px, 2vw, 28px);--font-size-body-lg:clamp(18px, 1.4vw, 22px);--font-size-body:16px;--font-size-body-sm:14px;--font-size-caption:12px;--line-height-tight:.92;--line-height-heading:1;--line-height-body:1.6;--tracking-tight:-.04em;--tracking-heading:-.03em;--tracking-normal:0;--tracking-wide:.08em;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:20px;--space-6:24px;--space-8:32px;--space-10:40px;--space-12:48px;--space-14:56px;--space-18:72px;--radius-sm:6px;--radius-md:8px;--radius-lg:14px;--radius-pill:999px;--shadow-sm:0 1px 2px #00000014;--shadow-md:0 12px 34px #0000001a;--shadow-lg:0 22px 80px #0000002e;--z-index-base:0;--z-index-raised:10;--z-index-sticky:100;--z-index-dropdown:1000;--z-index-overlay:1100;--z-index-modal:1200;--z-index-toast:1300;--color-bg:#eee;--color-surface:#fff;--color-surface-muted:#f1eee8;--color-surface-raised:#fff;--color-text:#181818;--color-muted:#666;--color-border:#dadada;--color-border-strong:#c3c3c3;--color-accent:#b23b1f;--color-accent-contrast:#fff;--color-accent-hover:#9f321a;--color-accent-soft:#fff0eb;--color-danger:#af2c1a;--color-danger-contrast:#fff;--color-danger-soft:#fff0ed;--color-danger-border:#f2b9ae;--color-danger-strong:#d04734;--color-focus-ring:color-mix(in srgb, var(--color-accent) 28%, transparent);--color-input-placeholder:color-mix(in srgb, var(--color-muted) 75%, transparent);--color-backdrop:#1918176b;--color-selection-bg:color-mix(in srgb, var(--color-accent) 22%, transparent);--container-max:1120px;--input-radius:var(--radius-md);--button-radius:var(--radius-pill);--button-height:44px;--button-padding:18px;--button-font-size:15px;--button-image-size:1.1em;--button-bg:var(--color-accent);--button-border:var(--color-accent);--button-color:var(--color-accent-contrast);--checkbox-size:22px;--checkbox-radius:var(--radius-sm);--checkbox-bg:var(--color-surface);--checkbox-border:var(--color-border);--checkbox-checked-bg:var(--color-accent);--checkbox-checked-border:var(--color-accent);--checkbox-check-color:var(--color-accent-contrast);--checkbox-focus:var(--color-focus-ring);--dialog-width:min(460px, calc(100vw - 32px));--dialog-radius:var(--radius-lg);--dialog-padding:var(--space-5);--dialog-bg:var(--color-surface-raised);--dialog-border:var(--color-border);--dialog-shadow:var(--shadow-lg);--dialog-backdrop:var(--color-backdrop);--dialog-backdrop-blur:8px;--dialog-focus:var(--color-focus-ring);--dialog-button-bg:var(--color-surface);--dialog-button-border:var(--color-border);--dialog-button-color:var(--color-text);--dialog-button-radius:var(--radius-pill);--modal-width:580px;--modal-radius:var(--radius-lg);--modal-padding:var(--space-6);--modal-bg:var(--color-surface-raised);--modal-border:var(--color-border);--modal-shadow:var(--shadow-lg);--modal-backdrop:var(--color-backdrop);--modal-backdrop-blur:8px;--modal-focus:var(--color-focus-ring);--modal-trigger-bg:var(--color-surface);--modal-trigger-border:var(--color-border);--modal-trigger-color:var(--color-text);--modal-trigger-radius:var(--radius-pill);--section-spacing:var(--space-14)}:root[data-theme=dark]{color-scheme:dark;--shadow-sm:0 1px 2px #00000052;--shadow-md:0 12px 34px #00000057;--shadow-lg:0 22px 80px #0000007a;--color-bg:#11100f;--color-surface:#191817;--color-surface-muted:#22201e;--color-surface-raised:#1d1b19;--color-text:#f6f1eb;--color-muted:#a9a9a9;--color-border:#3a3531;--color-border-strong:#504943;--color-accent:#ff744f;--color-accent-contrast:#180a05;--color-accent-hover:#ff8a6b;--color-accent-soft:color-mix(in srgb, var(--color-accent) 16%, transparent);--color-danger:#ff8a78;--color-danger-contrast:#230806;--color-danger-soft:color-mix(in srgb, var(--color-danger) 14%, transparent);--color-danger-border:color-mix(in srgb, var(--color-danger) 42%, var(--color-border));--color-danger-strong:#ff7a66;--color-focus-ring:color-mix(in srgb, var(--color-accent) 34%, transparent);--color-input-placeholder:color-mix(in srgb, var(--color-muted) 68%, transparent);--color-backdrop:#0000009e;--color-selection-bg:color-mix(in srgb, var(--color-accent) 30%, transparent)}@media (prefers-color-scheme:dark){:root:not([data-theme]){color-scheme:dark;--shadow-sm:0 1px 2px #00000052;--shadow-md:0 12px 34px #00000057;--shadow-lg:0 22px 80px #0000007a;--color-bg:#11100f;--color-surface:#191817;--color-surface-muted:#22201e;--color-surface-raised:#1d1b19;--color-text:#f6f1eb;--color-muted:#aaa29a;--color-border:#3a3531;--color-border-strong:#504943;--color-accent:#ff744f;--color-accent-contrast:#180a05;--color-accent-hover:#ff8a6b;--color-accent-soft:color-mix(in srgb, var(--color-accent) 16%, transparent);--color-danger:#ff8a78;--color-danger-contrast:#230806;--color-danger-soft:color-mix(in srgb, var(--color-danger) 14%, transparent);--color-danger-border:color-mix(in srgb, var(--color-danger) 42%, var(--color-border));--color-danger-strong:#ff7a66;--color-focus-ring:color-mix(in srgb, var(--color-accent) 34%, transparent);--color-input-placeholder:color-mix(in srgb, var(--color-muted) 68%, transparent);--color-backdrop:#0000009e;--color-selection-bg:color-mix(in srgb, var(--color-accent) 30%, transparent)}}}@layer components{h1,h2,h3,h4,h5,h6{color:var(--color-text);font-family:var(--font-family-display);font-weight:var(--font-weight-regular);text-wrap:balance}h1{font-size:var(--font-size-display);line-height:var(--line-height-heading);letter-spacing:var(--tracking-tight)}h2{font-size:var(--font-size-heading);line-height:var(--line-height-heading);letter-spacing:var(--tracking-heading)}h3{font-size:var(--font-size-heading-sm);line-height:var(--line-height-heading);letter-spacing:var(--tracking-heading)}p,li{color:var(--color-muted);font-size:var(--font-size-body-lg);line-height:var(--line-height-body);text-wrap:pretty}small,figcaption{color:var(--color-muted);font-size:var(--font-size-body-sm);line-height:1.45}code{border-radius:var(--radius-sm);background:var(--color-surface-muted);color:var(--color-text);padding:.08em .32em;font-size:.9em}.skip-link{z-index:10000;border-radius:var(--radius-pill);background:var(--color-text);color:var(--color-surface);font-size:var(--font-size-body-sm);font-weight:var(--font-weight-bold);padding:10px 14px;text-decoration:none;transition:transform .16s;position:fixed;top:12px;left:12px;transform:translateY(-160%)}.skip-link:focus{transform:translateY(0)}main:focus{outline:none}.site-header{justify-content:space-between;align-items:center;gap:var(--space-6);padding:28px 0;display:flex}.site-brand{color:var(--color-text);font-weight:var(--font-weight-bold)}.site-nav{align-items:center;gap:var(--space-4);color:var(--color-muted);font-size:var(--font-size-body-sm);display:flex}.site-brand:focus-visible,.site-nav a:focus-visible,.card a:focus-visible{outline:3px solid var(--color-focus-ring);outline-offset:4px;border-radius:var(--radius-sm)}.site-nav a:hover,.site-nav a:focus-visible{color:var(--color-text)}.eyebrow{color:var(--color-accent);font-size:13px;font-weight:var(--font-weight-bold);letter-spacing:var(--tracking-wide);text-transform:uppercase}.grid{gap:var(--space-4);grid-template-columns:repeat(auto-fit,minmax(240px,1fr));display:grid}.card{gap:var(--space-4);min-height:220px;padding:var(--space-6);border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);display:grid}.card:hover{border-color:color-mix(in srgb, var(--color-accent) 55%, var(--color-border))}.meta{color:var(--color-muted);font-size:13px;font-weight:var(--font-weight-bold);letter-spacing:.06em;text-transform:uppercase}.rich-text{gap:var(--space-5);max-width:760px;display:grid}.site-footer{align-items:center;gap:var(--space-3);padding:var(--space-14) 0;color:var(--color-muted);font-size:var(--font-size-body-sm);flex-wrap:wrap;display:flex}.site-footer a{color:inherit;text-underline-offset:3px;text-decoration-thickness:1px}.site-footer a:hover,.site-footer a:focus-visible{color:var(--color-text)}.site-footer button{color:inherit;font:inherit;text-underline-offset:3px;cursor:pointer;background:0 0;border:0;padding:0;text-decoration:underline 1px}.site-footer button:hover,.site-footer button:focus-visible{color:var(--color-text)}.privacy-notice{gap:var(--space-8);max-width:860px;padding:var(--space-8) 0 var(--space-14);display:grid}.privacy-notice header,.privacy-notice section,.privacy-notice section section{gap:var(--space-3);display:grid}.privacy-notice section section{padding:var(--space-5);border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface)}.privacy-notice dl{gap:var(--space-2) var(--space-5);grid-template-columns:minmax(140px,.35fr) minmax(0,1fr);margin:0;display:grid}.privacy-notice dt{color:var(--color-muted);font-weight:var(--font-weight-bold)}.privacy-notice dd{overflow-wrap:anywhere;margin:0}.hero{gap:var(--space-2);display:grid}.hero p{max-width:620px}.hero h1{line-height:.78}.hero h1 span{line-height:.78;display:block}.hero-actions{gap:var(--space-3);flex-wrap:wrap;display:flex}@media (width<=720px){.site-header{flex-direction:column;align-items:flex-start}.privacy-notice dl{gap:var(--space-1);grid-template-columns:1fr}}}.indancedu{background:var(--cream);color:var(--ink);font-family:var(--id-font-body);font-size:var(--id-body-size);font-weight:400;line-height:var(--id-body-leading);-webkit-font-smoothing:antialiased}.indancedu *{box-sizing:border-box}.indancedu a{color:inherit;text-decoration:none}.indancedu a:not(.id-pill):not(.id-logo):hover{text-underline-offset:5px;text-decoration:underline}.indancedu :focus-visible{outline-offset:5px;outline:3px solid}.indancedu h1,.indancedu h2,.indancedu h3{letter-spacing:-.025em;font-weight:400;line-height:1.1}.indancedu h1{font-family:var(--id-font-display)}.indancedu p{max-width:none;font-size:var(--id-body-size);font-weight:400}.indancedu.is-home{background:var(--purple)}.id-header{z-index:10;background:var(--purple);justify-content:space-between;align-items:center;gap:20px;padding:22px 4.6%;display:flex;position:relative}.id-logo{flex:none;width:190px}.id-logo img{background:0 0;border-radius:0;width:100%}.id-header-actions{align-items:center;gap:6px;display:flex}.id-pill{border:1px solid var(--ink);border-radius:var(--id-radius-pill);background:var(--coral);min-height:44px;color:var(--ink);font:inherit;cursor:pointer;justify-content:center;align-items:center;padding:8px 23px;font-size:.875rem;display:inline-flex}.language-switch{width:46px;height:46px;padding:0}.id-menu{background:var(--yellow);border:1px solid var(--ink);border-radius:4px;width:min(560px,90.8vw);max-height:calc(100svh - 110px);padding:28px 32px;overflow:auto}.id-menu[hidden]{display:none}.id-menu>a{justify-content:space-between;padding:10px 0;font-size:1.6875rem;display:flex}.id-menu-secondary{flex-wrap:wrap;gap:22px;padding-top:20px;display:flex}.id-page{background:var(--cream);min-height:60vh;padding:80px 7% 100px}.id-page>h1{font-size:clamp(2.5rem,calc(6vw * var(--ooops-a11y-font-scale,1)),5.3125rem);max-width:1100px;margin:0 0 60px}.content-section{max-width:1100px;margin:0 auto 55px}.content-section h2,.content-section h3{font-size:clamp(1.625rem,calc(3.5vw * var(--ooops-a11y-font-scale,1)),3rem);margin:20px 0}.content-section p{max-width:800px;margin:14px 0}.content-section .rich-text{max-width:850px;display:block}.content-section .rich-text ul{padding-left:24px;list-style:outside}.content-section .rich-text ol{padding-left:24px;list-style:decimal}.content-section a:not(.id-pill){text-decoration:underline}.content-section img{width:auto;max-height:700px}.content-section video{max-width:100%}.content-group{margin-bottom:38px}.content-media{grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),1fr));gap:20px;margin:25px 0;display:grid}.content-media img{width:100%;height:auto}.content-media figcaption{font-size:.875rem}.entry-grid,.service-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:50px 35px;display:grid}.entry-card h2,.service-card h2{margin:20px 0 12px;font-size:1.875rem;line-height:1.1}.entry-card img,.service-card img{aspect-ratio:4/3;object-fit:cover;border-radius:0;width:100%}.entry-card p,.service-card p{margin-bottom:20px}.entry-card a{display:block}.service-card .id-pill{margin-top:12px}.id-footer{background:var(--pink);color:var(--ink);padding:65px 4.6% 25px}.id-footer-top{border-bottom:1px solid color-mix(in srgb,var(--ink) 33%,transparent);justify-content:space-between;align-items:center;gap:30px;padding-bottom:40px;display:flex}.footer-email{font-size:clamp(1.4375rem,calc(3.3vw * var(--ooops-a11y-font-scale,1)),3rem);letter-spacing:-.04em}.footer-email span{margin-left:20px}.footer-socials{gap:25px;display:flex}.id-footer-details{grid-template-columns:1fr 1fr 1fr;gap:35px;padding:40px 0;font-size:.875rem;display:grid}.id-footer-details nav{flex-wrap:wrap;align-content:start;gap:6px 20px;display:flex}.id-footer-bottom{border-top:1px solid color-mix(in srgb,var(--ink) 33%,transparent);justify-content:space-between;gap:25px;padding-top:20px;font-size:.75rem;display:flex}.home-following{background:var(--cream);padding:75px 7%}.impact-strip{background:var(--yellow);align-items:center;gap:25px;padding:24px 0;display:flex;overflow:hidden}.impact-track{white-space:nowrap;min-width:100%;font-size:clamp(1.375rem,calc(3vw * var(--ooops-a11y-font-scale,1)),2.5rem);justify-content:space-around;gap:65px;display:flex}.impact-track strong{font-weight:400}.impact-control{cursor:pointer;background:0 0;border:1px solid;border-radius:100px;flex:none;margin-right:20px;padding:8px 14px}.home-contact{background:var(--coral);padding:70px 7%}.home-contact h2{font-family:var(--id-font-display);font-size:clamp(2.25rem,calc(5vw * var(--ooops-a11y-font-scale,1)),4.75rem);max-width:900px;margin-bottom:30px}@media (width<=760px){.id-header{gap:10px;padding:18px 5%}.id-logo{width:125px}.id-header-actions{gap:6px}.id-pill{padding:8px 14px;font-size:.75rem}.language-switch{width:42px;height:42px;min-height:42px;padding:0}.id-page{padding:45px 6% 65px}.entry-grid,.service-grid{grid-template-columns:1fr;gap:45px}.id-footer-top{flex-direction:column;align-items:flex-start}.id-footer-details{grid-template-columns:1fr}.id-footer-bottom{flex-direction:column;gap:10px}.impact-track{white-space:normal;flex-wrap:wrap;gap:25px;padding:0 25px;font-size:1.375rem}.contact-link{max-width:120px}}@media (width<=370px){.contact-link{display:none}}.indancedu{--color-text:var(--ink);--color-muted:var(--ink)}.id-logo{--cms-image-radius:0;--color-surface-muted:transparent}.id-pill,.site-menu>[data-part=trigger],.cms-consent button{transition:translate var(--id-duration-hover) var(--id-ease-out),box-shadow var(--id-duration-hover),background-color var(--id-duration-hover);text-decoration:none}.indancedu .id-pill:hover,.indancedu .id-pill:focus-visible{text-decoration:none}@media (hover:hover){.id-pill:hover,.site-menu>[data-part=trigger]:hover,.cms-consent button:hover{box-shadow:0 4px 0 var(--ink);translate:0 -3px}}.id-pill:active,.site-menu>[data-part=trigger]:active,.cms-consent button:active{box-shadow:none;translate:0}.site-menu{--line-height-body:1;flex:none;order:2;display:block}.site-menu>[data-part=trigger]{border-radius:var(--id-radius-pill);background:var(--coral);cursor:pointer;border:0;width:46px;height:46px;padding:0;display:block}.menu-icon,.figma-menu-glyph{width:100%;height:100%;display:block}.figma-language-circle{width:100%;height:100%;position:absolute;inset:0}.language-switch{isolation:isolate;position:relative}.language-switch>span{position:relative}.id-menu{border-radius:var(--id-radius-panel);max-height:calc(100dvh - 160px);max-width:calc(100vw - 2 * var(--id-gutter))}#site-navigation-panel{max-width:calc(100vw - 2 * var(--id-gutter));border-radius:var(--id-radius-panel)}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.is-home .id-header{height:clamp(5.5rem,9.79vw,9.25rem);padding:0 var(--id-gutter);background:0 0;position:absolute;inset:0 0 auto}.is-home .id-logo{width:clamp(7.5rem,17.4vw,16.45rem);height:auto;display:block}.is-home .id-header-actions{gap:6px}.is-home .id-pill,.is-home .site-menu>[data-part=trigger]{height:clamp(2.75rem,4.5vw,4.25rem);min-height:0;font-size:clamp(.875rem,calc(1.2vw * var(--ooops-a11y-font-scale,1)),1.125rem);--line-height-body:1;color:var(--ink);border-color:var(--ink)}.is-home .contact-link{white-space:nowrap;order:0;width:clamp(6.5rem,12vw,11.3125rem);max-width:none;padding:0 .6rem}.is-home .language-switch,.is-home .site-menu>[data-part=trigger]{flex:none;width:clamp(2.75rem,4.5vw,4.25rem);padding:0}.is-home .language-switch{border:0;order:1}.id-hero{isolation:isolate;color:var(--id-white);background:var(--purple);padding-bottom:3rem;position:relative;overflow:clip}.hero-stage{--hero-top-space:clamp(5.5rem,9vw,8.5rem);min-height:clamp(25rem,55.95vw,52.875rem);padding:var(--hero-top-space) var(--id-gutter) 0;place-items:center;display:grid;position:relative}.hero-figure{left:50%;top:calc(50% + var(--hero-top-space)/2);width:min(calc(100% - 2 * var(--id-gutter)),calc((100svh - 2 * var(--id-gutter)) * 1710 / 924));pointer-events:none;z-index:-1;max-width:none;height:auto;position:absolute;translate:-50% -50%}.id-hero h1{width:min(100%,55.3125rem);font-family:var(--id-font-display);font-size:clamp(2.5rem,calc(6.085vw * var(--ooops-a11y-font-scale,1)),5.75rem);--line-height-heading:1.1;font-weight:400;line-height:var(--line-height-heading);text-align:center;text-wrap:balance;color:inherit;overflow-wrap:break-word;margin:0;padding:2rem 0;letter-spacing:calc(-.01em + var(--ooops-a11y-letter-spacing,0em))!important}html[lang=el] .id-hero h1{font-family:var(--id-font-body);font-size:clamp(2rem,calc(5.3vw * var(--ooops-a11y-font-scale,1)),5rem);--line-height-heading:1.1;font-weight:700}.hero-bottom{margin:0 var(--id-gutter)}.hero-bottom p{width:min(100%,26rem);font-family:var(--id-font-body);font-size:var(--id-hero-copy-size);--line-height-body:var(--id-body-leading);font-weight:400;line-height:var(--id-body-leading);color:inherit;text-wrap:pretty;margin:0}@media (width<=600px){.is-home .id-header{gap:.5rem}.is-home .id-logo{width:7.5rem}.hero-stage{min-height:25rem}.id-hero h1{font-size:clamp(2.25rem,calc(10.5vw * var(--ooops-a11y-font-scale,1)),3.9rem)}html[lang=el] .id-hero h1{font-size:clamp(1.75rem,calc(7.6vw * var(--ooops-a11y-font-scale,1)),2.85rem)}.id-menu{padding:1rem 1.25rem}.id-menu>a{font-size:1.25rem}}@media (width<=370px){.is-home .contact-link{display:none}}.hero-title-line{--title-tilt:-3deg;transform-origin:50% 65%;max-width:100%;display:inline-block}.hero-title-line:nth-of-type(2n){--title-tilt:3deg}@media (prefers-reduced-motion:no-preference){.hero-title-line{animation:hero-title-wiggle .7s ease-out calc(.85s + var(--line-index,0) * 90ms) both}.hero-bottom{animation:hero-copy-enter .65s var(--id-ease-out) 1s both}@keyframes hero-copy-enter{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}}.is-home .id-logo{width:clamp(120px,17.4vw,263px)}.is-home .language-switch,.is-home .site-menu>[data-part=trigger]{width:clamp(44px,4.5vw,68px);height:clamp(44px,4.5vw,68px)}.hero-stage{grid-template-columns:minmax(0,1fr)}.id-hero h1{overflow-wrap:anywhere;min-width:0}@media (width<=600px){.is-home .contact-link{display:none}.is-home .id-logo{width:138px}}.indancedu .id-header{top:0;height:auto;min-height:0;padding:12px var(--id-gutter);z-index:50;transition:translate .22s var(--id-ease-out);background:0 0;position:sticky;inset-inline:auto}.indancedu .id-header.is-scroll-hidden:not(:focus-within){translate:0 -110%}.is-home .hero-stage{--hero-top-space:1rem;min-height:clamp(22rem,46vw,44rem)}@media (width>=601px){.id-hero{min-height:100vh;padding-bottom:0;display:grid}.is-home .hero-stage{--hero-top-space:0rem;min-height:100vh;padding:1.5rem var(--id-gutter);grid-area:1/1}.hero-bottom{z-index:1;margin:3rem var(--id-gutter);grid-area:1/1;align-self:end;position:relative}.indancedu .id-header .contact-link{order:0}.indancedu .id-header .ooops-a11y-widget-inline{order:1}.indancedu .id-header .language-switch{order:2}.indancedu .id-header .site-menu{order:3}}@media (width>=1024px){.hero-bottom p{font-size:1rem}}@media (width<=600px){.indancedu .id-header{padding-block:10px}.id-hero{min-height:100svh;padding-bottom:0;display:grid}.is-home .hero-stage{--hero-top-space:0rem;min-height:max(30rem,100svh);padding:1.5rem var(--id-gutter);grid-area:1/1;overflow:visible}.hero-figure{width:min(calc(100svh - 2 * var(--id-gutter)),calc((100vw - 2 * var(--id-gutter)) * 1710 / 604));max-width:none;top:50%;rotate:90deg}.hero-bottom{z-index:1;margin:1.5rem var(--id-gutter);grid-area:1/1;align-self:end;position:relative}}@media (prefers-reduced-motion:reduce){.indancedu .id-header{transition:none}}html.ooops-a11y-reduce-motion .indancedu .id-header{transition:none}.indancedu.is-home .id-header{margin-bottom:calc(-1 * var(--header-height,64px))}.indancedu.is-home .id-header.has-entered{animation:none}.id-menu-newsletter{margin-top:1.5rem;padding-top:1rem}.id-menu-newsletter h2{margin:0 0 .375rem;font-size:1.125rem}html[lang=el] .id-menu-newsletter h2{font-family:var(--id-font-body);font-weight:700}.id-menu-newsletter p{margin:0;font-size:.875rem}.indancedu .id-menu a.id-menu-link:hover{text-decoration:none}.id-menu-label{isolation:isolate;display:inline-block;position:relative}.id-menu-face{z-index:-1;pointer-events:none;object-fit:contain;opacity:0;width:6rem;max-width:none;height:6rem;transition:opacity .18s ease,transform .25s var(--id-ease-out);position:absolute;top:-2.8rem;right:-2rem;transform:translate(-.4rem,.5rem)rotate(20deg)scale(.75)}.id-menu-link:focus-visible .id-menu-face{opacity:1;transform:translate(0)rotate(20deg)scale(1)}@media (hover:hover){.id-menu-link:hover .id-menu-face{opacity:1;transform:translate(0)rotate(20deg)scale(1)}}@media (prefers-reduced-motion:reduce){.id-menu-face{transition:none}}html.ooops-a11y-reduce-motion .id-menu-face{transition:none}html.ooops-a11y-reduce-motion .indancedu :is(.id-header,.id-hero h1,.hero-title-line,.hero-bottom){animation:none!important}.hero-copy-word{vertical-align:top;max-width:100%;display:inline-block}.hero-bottom:has([data-line-stagger]){animation:none}@media (prefers-reduced-motion:no-preference){[data-line-stagger] .hero-copy-word{animation:hero-line-bounce .65s ease-out calc(1s + var(--copy-line,0) * 75ms) both}}html.ooops-a11y-reduce-motion .hero-copy-word{animation:none!important}@keyframes hero-title-wiggle{0%{opacity:0;transform:translateY(24px) rotate(var(--title-tilt)) scale(.97,1.04)}55%{opacity:1;transform:translateY(-5px) rotate(calc(var(--title-tilt) * -.5)) scale(1.02,.98)}78%{transform:translateY(2px) rotate(calc(var(--title-tilt) * .2)) scale(.995,1.01)}to{opacity:1;transform:none}}@keyframes hero-line-bounce{0%{opacity:0;transform:translateY(14px)}60%{opacity:1;transform:translateY(-3px)}82%{transform:translateY(1px)}to{opacity:1;transform:none}}.is-home .id-header .id-logo{--nav-index:0}.is-home .id-header .contact-link{--nav-index:1}.is-home .id-header .ooops-a11y-trigger{--nav-index:2}.is-home .id-header .language-switch{--nav-index:3}.is-home .id-header .site-menu>[data-part=trigger]{--nav-index:4}@media (prefers-reduced-motion:no-preference){.is-home .id-header :is(.id-logo,.contact-link,.ooops-a11y-trigger,.language-switch,.site-menu>[data-part=trigger]){animation:header-wiggle-in .65s ease-out calc(.9s + var(--nav-index,0) * 65ms) both}}@keyframes header-wiggle-in{0%{opacity:0;transform:translateY(-16px)rotate(-3deg)scale(.94)}55%{opacity:1;transform:translateY(3px)rotate(1.5deg)scale(1.02)}80%{transform:translateY(-1px)rotate(-.5deg)scale(.995)}to{opacity:1;transform:none}}.is-home .id-header.has-entered :is(.id-logo,.contact-link,.ooops-a11y-trigger,.language-switch,.site-menu>[data-part=trigger]),html.ooops-a11y-reduce-motion .is-home .id-header :is(.id-logo,.contact-link,.ooops-a11y-trigger,.language-switch,.site-menu>[data-part=trigger]){animation:none!important}@media (prefers-reduced-motion:no-preference){#site-navigation-panel:not([hidden]) :is(.id-menu-link,.id-menu-newsletter){transform-origin:0;animation:menu-wiggle-in .48s ease-out calc(var(--menu-index,0) * 45ms) both}}@keyframes menu-wiggle-in{0%{opacity:0;transform:translateY(12px)rotate(-2deg)scale(.98)}60%{opacity:1;transform:translateY(-2px)rotate(.8deg)scale(1.005)}82%{transform:translateY(1px)rotate(-.25deg)}to{opacity:1;transform:none}}#site-navigation-panel .id-menu-link:focus-visible,#site-navigation-panel .id-menu-newsletter:focus-within{opacity:1!important;transform:none!important}html.ooops-a11y-reduce-motion #site-navigation-panel :is(.id-menu-link,.id-menu-newsletter){animation:none!important}@media (prefers-reduced-motion:no-preference){#site-navigation-panel:not([hidden]) .id-menu{transform-origin:100% 0;animation:.48s ease-out both menu-surface-in}}@keyframes menu-surface-in{0%{opacity:0;transform:translateY(-8px)rotate(-1.5deg)scale(.94)}62%{opacity:1;transform:translateY(2px)rotate(.4deg)scale(1.008)}82%{transform:translateY(-1px)rotate(-.15deg)scale(.998)}to{opacity:1;transform:none}}html.ooops-a11y-reduce-motion #site-navigation-panel .id-menu{animation:none!important}.id-hero h1.hero-title-two-lines{font-size:clamp(2rem,calc(5.2vw * var(--ooops-a11y-font-scale,1)),4.9rem)}@media (width>=601px) and (width<=1100px){.id-hero h1.hero-title-two-lines{font-size:clamp(2.5rem,calc(6.2vw * var(--ooops-a11y-font-scale,1)),4.9rem)}}@media (width<=600px){.id-hero h1.hero-title-two-lines{font-size:clamp(1.625rem,calc(8.2vw * var(--ooops-a11y-font-scale,1)),3.075rem)}}.brand-reveal-word{display:inline-block}@media (prefers-reduced-motion:no-preference){.brand-reveal-item:not(.brand-revealed) .brand-reveal-word,li.brand-reveal-item:not(.brand-revealed):before{opacity:0;transform:translateY(14px)}.brand-reveal-item.brand-revealed .brand-reveal-word,li.brand-reveal-item.brand-revealed:before{animation:brand-copy-reveal .56s cubic-bezier(.22,.7,.25,1) var(--brand-reveal-delay,0s) both}}@keyframes brand-copy-reveal{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}html.ooops-a11y-reduce-motion .brand-reveal-word,html.ooops-a11y-reduce-motion li.brand-reveal-item:before{opacity:1!important;animation:none!important;transform:none!important}.home-following:not(:has(.content-section>*)){display:none}.our-actions h2{width:auto;min-width:0;left:auto;overflow:hidden;transform:none}.actions-title-track{width:max-content;display:flex}.actions-title-copy{white-space:nowrap;flex:none;min-width:100vw;padding-right:.2em}@media (prefers-reduced-motion:no-preference){.actions-title-track{animation:28s linear infinite actions-title-scroll}}@keyframes actions-title-scroll{to{transform:translate(-50%)}}@media (prefers-reduced-motion:reduce){.our-actions h2{font-size:calc(10vw * var(--ooops-a11y-font-scale,1))!important}.actions-title-track{width:100%}.actions-title-copy{white-space:normal;width:100%;min-width:0;padding:0 var(--id-gutter)}.actions-title-copy[aria-hidden]{display:none}}html.ooops-a11y-reduce-motion .our-actions h2{font-size:calc(10vw * var(--ooops-a11y-font-scale,1))!important}html.ooops-a11y-reduce-motion .actions-title-track{width:100%;animation:none}html.ooops-a11y-reduce-motion .actions-title-copy{white-space:normal;width:100%;min-width:0;padding:0 var(--id-gutter)}html.ooops-a11y-reduce-motion .actions-title-copy[aria-hidden]{display:none}.actions-art>svg{width:131.15%;max-width:none;height:100%;display:block;position:absolute;top:0;right:0}.contact-scene{isolation:isolate;background:var(--purple);color:var(--ink);min-height:59vw;padding:calc(5.3vw + 1.5rem + 50px) var(--id-gutter) 29vw;position:relative;overflow:clip}.contact-scene h2{z-index:2;width:40vw;font-family:var(--id-font-display);font-size:calc(8.6vw * var(--ooops-a11y-font-scale,1));text-align:center;text-wrap:balance;margin:0 auto;font-weight:400;line-height:.9;position:relative}.contact-face{aspect-ratio:1512/637;z-index:0;pointer-events:none;width:100%;position:absolute;bottom:0;left:0}.contact-blob{width:100%;max-width:none;height:100%;display:block}.contact-eye{width:12.79%;height:47.2%;position:absolute;top:34.85%}.contact-eye-left{left:36.7%}.contact-eye-right{width:12.52%;left:50.53%}.contact-eye svg{width:100%;height:100%;display:block}.contact-eye circle{animation:1.8s cubic-bezier(.87,0,.13,1) infinite contact-eye-look}@keyframes contact-eye-look{0%,to{transform:translate(44px)}50%{transform:translate(-44px)}}.contact-chip{z-index:3;--chip-rotation:26deg;transform:rotate(var(--chip-rotation));position:absolute}.contact-chip .id-pill{font-size:clamp(.875rem,calc(1.59vw * var(--ooops-a11y-font-scale,1)),1.5rem);white-space:nowrap;border:1px solid var(--ink);min-height:clamp(44px,5.23vw,79px);color:var(--ink);background:var(--coral);border-radius:100px;padding:.8em 1.2em;font-weight:400;line-height:1.1}.contact-chip:first-child{--chip-rotation:26deg;top:18%;left:72%}.contact-chip:nth-child(2){--chip-rotation:29deg;top:22%;left:5%}.contact-chip:nth-child(3){--chip-rotation:-41deg;top:9%;left:23%}.contact-chip:nth-child(4){--chip-rotation:10deg;top:56%;left:18%}.contact-chip:nth-child(4) .id-pill{background:var(--coral)}.contact-chip:nth-child(5){--chip-rotation:-41deg;top:7%;left:59%}.contact-chip:nth-child(6){--chip-rotation:-14deg;top:39%;right:3%}html[lang=el] .contact-scene h2{font-family:var(--id-font-body);font-size:calc(7vw * var(--ooops-a11y-font-scale,1));width:43vw;line-height:1}@media (width<=760px){.contact-scene{padding:calc(4rem + 50px) var(--id-gutter) 0;min-height:0}.contact-scene h2{width:100%;max-width:24rem;font-size:clamp(2.8rem,calc(12vw * var(--ooops-a11y-font-scale,1)),5rem);line-height:1}html[lang=el] .contact-scene h2{width:100%;font-size:clamp(2.3rem,calc(10vw * var(--ooops-a11y-font-scale,1)),4.5rem)}.contact-chips{z-index:3;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem .75rem;padding:2.5rem 0 1rem;display:grid;position:relative}.contact-chip:nth-child(n){--chip-rotation:-9deg;justify-self:center;max-width:100%;position:relative;inset:auto}.contact-chip:nth-child(2n){--chip-rotation:9deg}.contact-chip .id-pill{font-size:clamp(.875rem,calc(2.8vw * var(--ooops-a11y-font-scale,1)),1rem);white-space:normal;text-align:center;padding:.75em .8em}.contact-face{width:calc(100% + 2 * var(--id-gutter));margin-left:calc(-1 * var(--id-gutter));aspect-ratio:1.8;margin-top:1rem;position:relative}.contact-blob{object-fit:cover;object-position:top}.contact-eye{width:19%;height:48%;top:35%}.contact-eye-left{left:29.5%}.contact-eye-right{width:19%;left:51.5%}}@media (prefers-reduced-motion:reduce){.contact-eye circle,.contact-chip{animation:none!important}.contact-chip{opacity:1!important;transform:rotate(var(--chip-rotation))!important}}html.ooops-a11y-reduce-motion .contact-eye circle,html.ooops-a11y-reduce-motion .contact-chip{animation:none!important}html.ooops-a11y-reduce-motion .contact-chip{opacity:1!important;transform:rotate(var(--chip-rotation))!important}.contact-snow .contact-chips{z-index:3;pointer-events:none;padding:0;display:block;position:absolute;inset:0}.contact-snow .contact-chip:nth-child(n){top:-110px;bottom:auto;left:var(--chip-left);pointer-events:auto;max-width:38%;animation:30s linear infinite contact-chip-snow;animation-delay:calc(var(--chip-index) * -5s - 2.5s);position:absolute;right:auto}.contact-snow .contact-chip:first-child{--chip-left:70%}.contact-snow .contact-chip:nth-child(2){--chip-left:5%}.contact-snow .contact-chip:nth-child(3){--chip-left:25%}.contact-snow .contact-chip:nth-child(4){--chip-left:12%}.contact-snow .contact-chip:nth-child(5){--chip-left:54%}.contact-snow .contact-chip:nth-child(6){--chip-left:77%}@keyframes contact-chip-snow{0%{transform:translate(0,0) rotate(calc(var(--chip-rotation) - 8deg))}25%{transform:translate(16px,calc(var(--chip-travel) * .25)) rotate(calc(var(--chip-rotation) + 6deg))}50%{transform:translate(-10px,calc(var(--chip-travel) * .5)) rotate(calc(var(--chip-rotation) - 5deg))}75%{transform:translate(12px,calc(var(--chip-travel) * .75)) rotate(calc(var(--chip-rotation) + 8deg))}to{transform:translate(0,var(--chip-travel)) rotate(calc(var(--chip-rotation) - 8deg))}}.contact-snow .contact-chip:hover,.contact-snow .contact-chip:has(:focus-visible){animation-play-state:paused}.contact-snow .contact-chip:has(:focus-visible){transform:rotate(var(--chip-rotation))!important;top:40%!important}@media (width<=760px){.contact-snow .contact-face{margin-top:13rem}.contact-snow .contact-chip:first-child{--chip-left:55%}.contact-snow .contact-chip:nth-child(2){--chip-left:5%}.contact-snow .contact-chip:nth-child(3){--chip-left:25%}.contact-snow .contact-chip:nth-child(4){--chip-left:8%}.contact-snow .contact-chip:nth-child(5){--chip-left:50%}.contact-snow .contact-chip:nth-child(6){--chip-left:57%}}.indancedu .id-footer{background:var(--coral);padding:2.5rem var(--id-gutter) 1.5rem;color:var(--ink)}.id-footer-top{border-bottom:0;align-items:center;gap:1.5rem;padding-bottom:2rem}.footer-email{font-family:var(--id-font-display);font-size:clamp(1.4rem,calc(3.25vw * var(--ooops-a11y-font-scale,1)),3.1rem);letter-spacing:-.025em;overflow-wrap:anywhere;font-weight:400;line-height:1.1}.footer-email span{font-family:var(--id-font-body);margin-left:.4em;font-size:.75em}.footer-socials{flex-wrap:wrap;gap:.65rem;display:flex}.indancedu .footer-socials .id-pill{background:var(--purple);color:var(--id-white);border-color:var(--ink);font-family:var(--id-font-body);min-height:44px;padding:.75rem 1.1rem;font-size:1rem}.id-footer-details{font-size:clamp(.875rem,calc(1.05vw * var(--ooops-a11y-font-scale,1)),1rem);grid-template-columns:1.15fr 1fr 1.1fr;gap:2rem;padding:2rem 0;line-height:1.2}.footer-company-name{font-family:var(--id-font-display);font-size:clamp(1.5rem,calc(2.6vw * var(--ooops-a11y-font-scale,1)),2.4rem);margin-bottom:.8rem;line-height:1.1;display:block}.id-footer-details p{margin:0 0 .4rem}.id-footer-details nav{grid-template-columns:repeat(2,minmax(0,1fr));align-content:start;gap:.5rem 1.25rem;display:grid}.id-footer-details nav a{font-family:var(--id-font-display);font-size:clamp(1rem,calc(1.35vw * var(--ooops-a11y-font-scale,1)),1.25rem);padding:.25rem 0;line-height:1.1}html[lang=el] .id-footer-details nav a{font-family:var(--id-font-body);font-weight:700}.id-footer-bottom{color:var(--ink);border-top:0;align-items:center;gap:1rem;padding-top:1.25rem;font-size:.8rem}.id-footer-bottom small{font-size:inherit}@media (width<=760px){.id-footer-top{align-items:flex-start}.footer-email{font-size:clamp(1.2rem,calc(5.5vw * var(--ooops-a11y-font-scale,1)),2rem)}.id-footer-details{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem 1rem}.id-footer-details nav{grid-column:1/-1;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem 1rem}.id-footer-details nav a{align-items:center;min-height:44px;display:flex}.id-footer-bottom{align-items:flex-start}}@media (width<=360px){.id-footer-details{grid-template-columns:1fr}}html.ooops-a11y-high-contrast .id-footer .footer-socials .id-pill{background:var(--ink);color:var(--cream)}.footer-logo{--cms-image-radius:0;--color-surface-muted:transparent;background:0 0;border-radius:0;width:clamp(150px,18vw,230px);max-width:100%;margin-bottom:1.25rem;padding:0;display:block}.footer-logo img{filter:url(#footer-logo-color);background:0 0;border-radius:0;width:100%;height:auto;display:block}.footer-email{align-items:center;gap:.35em;display:inline-flex}.footer-email span{flex-shrink:0;margin-left:0;font-size:1em;transition:transform .2s;display:inline-block}.footer-email:hover span{transform:translate(3px,-3px)}@media (prefers-reduced-motion:reduce){.footer-email span{transition:none}}.contact-scene.contact-snow{isolation:auto;overflow:visible}.contact-snow .contact-chips{height:var(--chip-field-height,100%);bottom:auto;overflow:clip}.is-home .id-footer{position:relative}.is-home .id-footer>:not(svg){z-index:4;pointer-events:none;position:relative}.is-home .id-footer :is(a,button,input,label,select,textarea){pointer-events:auto}.contact-snow .contact-chips{mask-image:linear-gradient(to bottom,#000 calc(var(--chip-scene-height) - 40px),#0000004d calc(var(--chip-scene-height) + 80px))}.footer-legal{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.footer-legal button{font:inherit;color:inherit;cursor:pointer;background:0 0;border:0;padding:0;text-decoration:none}.footer-legal button:hover{text-underline-offset:5px;text-decoration:underline}.id-privacy-page{padding:3rem var(--id-gutter) 5rem}.id-privacy-page .privacy-notice,.privacy-contact{max-width:56rem;margin-inline:auto;line-height:1.5}.id-privacy-page h1{font-family:var(--id-font-display);font-size:clamp(2.5rem,calc(6vw * var(--ooops-a11y-font-scale,1)),5rem);line-height:1.1}.id-privacy-page h2{font-family:var(--id-font-display);font-size:clamp(1.4rem,calc(2.4vw * var(--ooops-a11y-font-scale,1)),2rem);margin-top:1.5rem;line-height:1.2}html[lang=el] .id-privacy-page :is(h1,h2){font-family:var(--id-font-body);font-weight:700}.id-privacy-page p{margin:0 0 1rem}.id-privacy-page a{text-decoration:underline}.cms-consent{z-index:10000;right:var(--id-gutter);width:min(30rem,calc(100vw - 2 * var(--id-gutter)));background:var(--yellow);max-height:calc(100svh - 2.5rem);color:var(--ink);border:1px solid var(--ink);font-family:var(--id-font-body);border-radius:1.25rem;padding:1.5rem;font-size:1rem;line-height:1.35;position:fixed;bottom:1.25rem;overflow:auto;box-shadow:0 8px 30px #00000026}.cms-consent [data-ooops-consent-part=title]{font-family:var(--id-font-display);margin:0 0 .75rem;font-size:1.5rem;line-height:1.15}.cms-consent[lang=el] [data-ooops-consent-part=title]{font-family:var(--id-font-body);font-weight:700}.cms-consent p{margin:.65rem 0;line-height:1.35}.cms-consent a{text-decoration:underline}.cms-consent button{font:inherit;border:1px solid var(--ink);background:var(--coral);min-height:44px;color:var(--ink);cursor:pointer;border-radius:100px;padding:.65rem 1rem}.cms-consent button:focus-visible,.footer-legal button:focus-visible{outline:2px solid var(--ink);outline-offset:3px}.cms-consent [data-ooops-consent-part=actions]{flex-wrap:wrap;gap:.5rem;margin-top:1rem;display:flex}.cms-consent [data-ooops-consent-part=category]{border-bottom:1px solid #0003;padding:.75rem 0}@media (width<=500px){.id-privacy-page .privacy-notice dl{grid-template-columns:1fr}.id-privacy-page .privacy-notice dd{margin-bottom:.75rem}}.id-privacy-page :is(p,dd,dt){line-height:1.5}.cms-consent [data-ooops-consent-part=category-label]{align-items:flex-start;gap:.6rem;display:flex}.cms-consent [data-ooops-consent-part=category-input]{width:1.15rem;height:1.15rem;accent-color:var(--purple);flex-shrink:0}.indancedu:has(.id-privacy-page),.id-page.id-privacy-page{background:var(--pink)}.id-privacy-page .privacy-notice dt{color:var(--ink)}.id-privacy-page .privacy-notice section section{background:var(--yellow)}.cms-consent{right:max(var(--id-gutter),env(safe-area-inset-right));bottom:max(1.25rem,env(safe-area-inset-bottom));max-height:calc(100svh - max(1.25rem,env(safe-area-inset-bottom)) - max(1.25rem,env(safe-area-inset-top)));overscroll-behavior:contain}.cms-consent [data-ooops-consent-part=manage-panel]{gap:.75rem;margin-top:1rem;display:grid}.cms-consent [data-ooops-consent-part=category]{gap:.5rem;display:grid}.cms-consent [data-ooops-consent-part=category-label],.cms-consent [data-part=label]{align-items:flex-start;gap:.65rem;display:flex}.cms-consent [data-ooops-consent-part=category-description]{margin-top:.25rem;line-height:1.4;display:block}.cms-consent [data-ooops-consent-part=category-input]{block-size:20px;inline-size:20px;margin-top:.1rem}.cms-consent label[data-ooops-consent-category]{align-items:flex-start;gap:.65rem;display:flex}.cms-consent label[data-ooops-consent-category]>span{min-width:0}.cms-consent input[data-ooops-consent-part=category-input]{appearance:none;opacity:1;block-size:20px;inline-size:20px;border:1px solid var(--ink);cursor:pointer;background:0 0;border-radius:50%;min-width:20px;padding:0;position:static}.cms-consent input[data-ooops-consent-part=category-input]:checked{background-color:var(--purple);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='m4 10 4 4 8-9' fill='none' stroke='white' stroke-width='2'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:14px 14px}.cms-consent input[data-ooops-consent-part=category-input]:focus-visible{outline:2px solid var(--ink);outline-offset:3px}.cms-consent input[data-ooops-consent-part=category-input]:disabled{opacity:.55;cursor:default}.cms-consent [data-part=indicator]{display:none}@media (forced-colors:active){.cms-consent input[data-ooops-consent-part=category-input]{appearance:auto;background:0 0}}.id-header{--id-header-control-size:46px}.is-home .id-header{--id-header-control-size:clamp(44px,4.5vw,68px)}.indancedu .id-header :is(.language-switch,.site-menu>[data-part=trigger]){width:var(--id-header-control-size);height:var(--id-header-control-size);min-height:var(--id-header-control-size);flex:none;padding:0}@media (width<=760px){.indancedu:not(.is-home) .id-header{--id-header-control-size:44px}}.home-action-photo{background:var(--purple);--cms-image-radius:0;margin:0;padding:0}.home-action-photo picture,.home-action-photo img{border-radius:0;width:100%;height:auto;display:block}.about-hero-figure{aspect-ratio:958.754/674.58}.about-hero-figure>svg{width:100%;height:100%;display:block}.about-hero-figure circle{animation:1.8s cubic-bezier(.87,0,.13,1) infinite about-eye-look}@keyframes about-eye-look{0%,to{transform:translate(-20px)}50%{transform:translate(20px)}}@media (prefers-reduced-motion:reduce){.about-hero-figure circle{animation:none!important}}html.ooops-a11y-reduce-motion .about-hero-figure circle{animation:none!important}.indancedu a.about-person:not(.id-pill):not(.id-logo):hover{text-decoration:none}.about-person h3{transition:color .18s}.about-person:is(:hover,:focus-visible) h3{color:var(--purple)}@media (prefers-reduced-motion:reduce){.about-person h3{transition:none}}html.ooops-a11y-reduce-motion .about-person h3{transition:none}.indancedu:has(.projects-page,.project-detail) .id-footer{background:var(--pink)}.indancedu:has(.contact-page,.news-page,.news-detail) .id-footer{background:var(--purple);color:#fff}.indancedu:has(.contact-page,.news-page,.news-detail) .id-footer-bottom{color:#fff}.indancedu:has(.contact-page,.news-page,.news-detail) .footer-logo img{filter:none}.indancedu:has(.contact-page,.news-page,.news-detail) .footer-socials .id-pill{background:var(--coral);color:var(--ink);border-color:var(--ink)}.indancedu:has(.contact-page,.news-page,.news-detail) .id-footer :is(a,button):focus-visible{outline-color:#fff}html.ooops-a11y-high-contrast .indancedu:has(.contact-page,.news-page,.news-detail) .footer-socials .id-pill{background:var(--ink);color:var(--cream)}.indancedu:has(.contact-page,.news-page,.news-detail) .id-footer :is(p,small){color:inherit}@media (width>=601px) and (width<=760px){.indancedu .id-header .id-logo{width:150px}}
