:root{--ids__text-RGB: 5, 5, 5;--ids__link-RGB: 0, 100, 240;--ids__hover-RGB: 0, 200, 0;--ids__accent-RGB: 253, 47, 75;--ids__code-RGB: 115, 120, 125;--ids__mark-RGB: 255, 225, 0;--ids__surface-RGB: 238, 240, 242;--ids__background-RGB: 255, 255, 255}body{color:rgba(var(--ids__text-RGB),1);background-color:rgba(var(--ids__background-RGB),1)}body{margin:0}*,*:before,*:after{box-sizing:border-box}*:focus:not(:focus-visible){outline:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}img{display:block;width:100%}*{box-sizing:border-box}body{font-family:Golos Text,sans-serif;-webkit-font-smoothing:antialiased;font-weight:400}:root{--ids__density: 1.3;--ids__radius: 1.5em}body{font-size:1em;line-height:var(--ids__density)}html{--mobile-font-size-min: 14;--mobile-font-size-max: 32;--desktop-font-size-min: 11.5;--desktop-font-size-max: 22.5;--mobile-viewport-min: 320;--mobile-desktop-breakpoint: 768;--desktop-viewport-max: 1500;font-size:calc(var(--mobile-font-size-min) * 1px)}@media screen and (min-width:320px){html{font-size:calc(var(--mobile-font-size-min) * 1px + (var(--mobile-font-size-max) - var(--mobile-font-size-min)) * ((100vw - var(--mobile-viewport-min) * 1px) / (var(--mobile-desktop-breakpoint) - var(--mobile-viewport-min))))}}@media screen and (min-width:768px){html{font-size:calc(var(--desktop-font-size-min) * 1px + (var(--desktop-font-size-max) - var(--desktop-font-size-min)) * ((100vw - var(--mobile-desktop-breakpoint) * 1px) / (var(--desktop-viewport-max) - var(--mobile-desktop-breakpoint))))}}@media screen and (min-width:1500px){html{font-size:calc(var(--desktop-font-size-max) * 1px)}}@media(prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}.ids__space,.ids__space.S{height:calc(var(--ids__density) * .7em)}.ids__space.M{height:calc(var(--ids__density) * 1.4em)}.ids__space.L{height:calc(var(--ids__density) * 2.4em)}.ids__space.XL{height:calc(var(--ids__density) * 4em)}.ids__wrapper{position:relative;width:90%;margin:0 auto;max-width:1920px}@media not (min-width:767px){.ids__wrapper{width:100%;padding:0 calc(var(--ids__density) * .6em)}}.ids__wrapper.L{width:90%}@media not (min-width:767px){.ids__wrapper.L{width:100%;padding:0 calc(var(--ids__density) * .6em)}}.ids__wrapper.XL{width:100%;padding:0 calc(var(--ids__density) * .75em)}@media not (min-width:767px){.ids__wrapper.XL{padding:0 calc(var(--ids__density) * .6em)}}.ids__wrapper.XXL{width:100%}@media not (min-width:767px){.ids__wrapper.XXL{padding:0}}.ids__wrapper .ids__text-width{width:85%}@media not (min-width:767px){.ids__wrapper .ids__text-width{width:100%}}.ids__sequence{display:flex;flex-wrap:wrap;margin-bottom:calc(var(--ids__density) * .4em);--gap: 0em;gap:var(--gap)}.ids__sequence.no-margin{margin-bottom:0}.ids__sequence.overlap .ids__sequence-item{margin-right:-.5px;margin-bottom:-.5px;width:calc((100% - var(--gap) * (var(--columns) - 1)) / var(--columns) + .5px)}.ids__sequence.gap-L{--gap: 1.5em;margin-bottom:calc(var(--gap) * 1.5)}.ids__sequence.gap-M{--gap: 1em;margin-bottom:calc(var(--gap) * 1.5)}.ids__sequence.gap-S{--gap: .5em;margin-bottom:calc(var(--gap) * 1.5)}.ids__sequence .ids__sequence-item{--columns: 4;width:calc((100% - var(--gap) * (var(--columns) - 1)) / var(--columns))}@media not (min-width:767px){.ids__sequence .ids__sequence-item{--columns: 2}}.ids__sequence.XL .ids__sequence-item{--columns: 2}@media not (min-width:767px){.ids__sequence.XL .ids__sequence-item{--columns: 1}}.ids__sequence.L .ids__sequence-item{--columns: 3}@media not (min-width:767px){.ids__sequence.L .ids__sequence-item{--columns: 2}}.ids__sequence.S .ids__sequence-item{--columns: 6}@media not (min-width:767px){.ids__sequence.S .ids__sequence-item{--columns: 3}}.ids__rounded{border-radius:var(--ids__radius);corner-shape:squircle;overflow:hidden}@supports not (corner-shape: squircle){.ids__rounded{border-radius:0;border-radius:initial;-webkit-mask:url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100"><path d="m0,1 c0,-1 0,-1 1,-1 l99,0 l0,100 l-100,0 Z"/></svg>') top left / calc(var(--ids__radius) * 100) no-repeat,url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100"><path d="m0,0 l99,0 c1,0 1,0 1,1 l0,99 l-100,0 l0,-100 Z"/></svg>') top right / calc(var(--ids__radius) * 100) no-repeat,url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100"><path d="m0,0 l100,0 l0,99 c0,1 -0,1 -1,1 l-99,0 Z"/></svg>') bottom right / calc(var(--ids__radius) * 100) no-repeat,url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100"><path d="m0,0 l100,0 l0,100 l-99,0 c-1,0 -1,-0 -1,-1 Z"/></svg>') bottom left / calc(var(--ids__radius) * 100) no-repeat intersect;-webkit-mask-composite:source-in,source-in,source-in,xor;mask:url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100"><path d="m0,1 c0,-1 0,-1 1,-1 l99,0 l0,100 l-100,0 Z"/></svg>') top left / calc(var(--ids__radius) * 100) no-repeat intersect,url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100"><path d="m0,0 l99,0 c1,0 1,0 1,1 l0,99 l-100,0 l0,-100 Z"/></svg>') top right / calc(var(--ids__radius) * 100) no-repeat intersect,url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100"><path d="m0,0 l100,0 l0,99 c0,1 -0,1 -1,1 l-99,0 Z"/></svg>') bottom right / calc(var(--ids__radius) * 100) no-repeat intersect,url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100"><path d="m0,0 l100,0 l0,100 l-99,0 c-1,0 -1,-0 -1,-1 Z"/></svg>') bottom left / calc(var(--ids__radius) * 100) no-repeat intersect}}header,footer{padding:calc(var(--ids__density) * 1em)}.case-study__grid{display:flex;gap:2em;align-items:flex-start}.case-study__title{margin:0;flex-shrink:0}.case-study__description{flex:1;max-width:600px;padding-top:.5%}.case-study-row{display:flex;justify-content:space-between;align-items:flex-start;gap:8%;width:100%}.case-study-item{width:46%;display:flex;align-items:flex-start;gap:1.5em}.goethe-case__container{width:60%;flex-shrink:0;position:relative}.goethe-case__bezel{position:relative;z-index:2;width:100%;height:auto;display:block;pointer-events:none}.goethe-case__video{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:93%;height:auto;border-radius:12px}.goethe-case__text{flex:1;min-width:0;margin-top:0}.mobile-only{display:none}.dodo-case__image{width:60%;height:auto;flex-shrink:0;margin:-5%}.dodo-case__text{flex:1;min-width:0;margin-top:0}@media(max-width:1024px){.case-study-row{gap:4%}.dodo-case__text h4{max-width:200px}}.ids__cta{position:fixed;top:1.5em;right:1.5em;z-index:999;background-color:#efefef;color:#050505!important;padding:.8em 1.2em;border-radius:var(--ids__radius);text-decoration:none!important;font-weight:500;transition:all .2s ease;mix-blend-mode:normal;border:none;white-space:nowrap}.ids__cta:hover{background-color:#050505;color:#efefef!important;text-decoration:none!important;filter:none}.ids__cta:active{color:#fff!important}@media(max-width:767px){.ids__cta{inset:auto auto 1.5em 50%;transform:translate(-50%);box-shadow:0 4px 12px #0000001a}.ids .case-study__title,.ids .case-study-item h3,.ids .case-study-item h4{font-size:1em;line-height:1.2}.case-study-item{width:48%;flex-direction:column;gap:1em}.goethe-case__container,.dodo-case__image{margin:auto;width:100%}.dodo-case__image{margin-bottom:-3.5em}.case-study-row{flex-direction:column;gap:3em}.case-study-item{width:100%;flex-direction:row;flex-direction:column;align-items:flex-start;gap:0em}.goethe-case__container,.dodo-case__image{width:100%}.mobile-only{display:block}}.wolfram-case{position:relative;width:100%}.wolfram-spreads{display:flex;justify-content:space-between;width:100%;gap:1%}.wolfram-spreads img{width:60%;height:auto;display:block}.wolfram-lettering{width:100%;height:auto;display:block;position:relative;z-index:2;margin-top:-5%}@media(max-width:767px){.wolfram-spreads{flex-direction:column;gap:.5em}.wolfram-spreads img{width:100%}.wolfram-lettering{width:100%;margin-top:-7%}}.dodo-deck-case{width:100%}.dodo-deck-visuals{background:linear-gradient(0deg,#ff6900,#f4f5f6 93%);padding:.5em;border-radius:var(--ids__radius);box-sizing:border-box}.dodo-deck-tool{width:100%;height:auto;display:block;border-radius:.3em}.dodo-deck-grid{display:flex;flex-direction:column;gap:.25em}.dodo-deck-row{display:flex;justify-content:space-between;gap:.25em}.dodo-deck-img{width:100%;height:auto;display:block;border-radius:.5em}.dodo-deck-row>.dodo-deck-img{flex:1;width:auto;min-width:0}.dodo-deck-group-left{flex:4;display:flex;justify-content:space-between;gap:.25em;min-width:0}.dodo-deck-group-left .dodo-deck-img{flex:1;width:auto;min-width:0}.dodo-deck-group-right{flex:1;display:flex;flex-direction:column;justify-content:space-between;gap:.25em;min-width:0}.dodo-deck-group-right .dodo-deck-img{width:100%}@media(max-width:767px){.dodo-deck-row{flex-direction:column;gap:.5em}.dodo-deck-row>.dodo-deck-img{width:100%}.dodo-deck-group-left,.dodo-deck-group-right{width:100%;display:grid;grid-template-columns:1fr 1fr;gap:.5em}.dodo-deck-group-left .dodo-deck-img,.dodo-deck-group-right .dodo-deck-img{width:100%}}.edadeal-case{display:flex;align-items:center;justify-content:center}.edadeal-character{width:41.7%;height:auto;position:relative;z-index:2}.edadeal-all{width:60.3%;height:auto;margin-left:-2%;position:relative;z-index:1}@media(max-width:767px){.edadeal-case{flex-direction:column}.edadeal-character{width:80%;height:auto;margin-bottom:1em}.edadeal-all{width:100%;height:auto;margin-left:0}}.ipak-v2-case{display:flex;align-items:stretch;width:100%;background-color:#d4ded9}.ipak-v2-l{flex-grow:10000;flex-basis:0;min-width:0;height:auto;-o-object-fit:cover;object-fit:cover;display:block;position:relative;z-index:2}.ipak-v2-middle{flex-grow:4878;flex-basis:0;min-width:0;display:flex;flex-direction:column;position:relative;z-index:1}.ipak-v2-grid-top{display:grid;grid-template-columns:1fr 1fr;gap:0}.ipak-v2-grid-top img,.ipak-v2-grid-top video{width:100%;height:auto;display:block}.ipak-v2-grid-bottom{width:100%;height:auto;display:block;flex-grow:1;-o-object-fit:cover;object-fit:cover;position:relative;z-index:0}.ipak-v2-r{flex-grow:8539;flex-basis:0;min-width:0;height:auto;-o-object-fit:cover;object-fit:cover;display:block;position:relative;z-index:0}@media(max-width:767px){.ipak-v2-case{flex-direction:column}.ipak-v2-l,.ipak-v2-middle,.ipak-v2-r{width:100%;margin-right:0}.ipak-v2-grid-bottom{order:-1}}.ecochef-case{display:flex;width:100%;background-color:#f2f2f2;overflow:hidden;align-items:flex-start;justify-content:space-between}.ecochef-logo{width:34.57%;height:auto;display:block}.ecochef-box{width:18.92%;height:auto;display:block}.ecochef-van{width:24.61%;height:auto;display:block}.ecochef-salad{width:21.9%;height:auto;display:block}@media(max-width:767px){.ecochef-case{flex-wrap:wrap;justify-content:space-between;padding:0;box-sizing:border-box}.ecochef-logo{width:64.62%;margin-bottom:0}.ecochef-box{width:35.38%;margin-bottom:0}.ecochef-van{width:52.91%;margin-bottom:0}.ecochef-salad{width:47.09%;margin-bottom:0}}.kvass-case{display:flex;flex-wrap:wrap;width:100%;background-color:#f2f2f2;overflow:hidden;align-items:flex-start}.kvass-top{width:52%;height:auto;display:block}.kvass-bottom{width:48%;height:auto;display:block}.ids a{color:rgb(var(--ids__text-RGB));text-decoration:underline;will-change:color;text-decoration-thickness:1px;text-underline-offset:.1em;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto;text-decoration-color:rgba(var(--ids__text-RGB),1);transition:color .2s ease,-webkit-text-decoration .2s ease;transition:color .2s ease,text-decoration .2s ease;transition:color .2s ease,text-decoration .2s ease,-webkit-text-decoration .2s ease}.ids a:hover{color:#007cce;text-decoration-color:#007cce;transition:color 0s ease,-webkit-text-decoration 0s ease;transition:color 0s ease,text-decoration 0s ease;transition:color 0s ease,text-decoration 0s ease,-webkit-text-decoration 0s ease}.ids .ids__promo-link{display:flex}.ids .ids__promo-link a{display:inline-block;padding:.45em .6em .5em;border:1px solid rgba(var(--ids__text-RGB),.5);border-right:0}.ids .ids__promo-link a:hover{background-color:rgba(var(--ids__hover-RGB),.1)}.ids .ids__promo-link a:first-child{border-radius:.3em 0 0 .3em;padding-left:1em}.ids .ids__promo-link a:last-child{border-radius:0 .3em .3em 0;padding-right:1em;border-right:1px solid rgba(var(--ids__text-RGB),.5)}.ids .ids__promo-link a.active{color:RGB(var(--ids__text-RGB));background-color:rgba(var(--ids__text-RGB),.05);-webkit-text-decoration:none;text-decoration:none;cursor:default}.ids .ids__promo-link a.active:after{content:" ↓"}.ids p{margin-top:0;font-size:.9em;margin-bottom:calc(var(--ids__density) * .4em)}.ids p.loud{font-size:2em;line-height:1.2}.ids p.huge{font-size:6em;line-height:1;-webkit-text-stroke:1px rgba(var(--ids__text-RGB),1);-webkit-text-fill-color:transparent}@media(max-width:767px){.ids p.huge.huge{font-size:3.2em}}@media(max-width:549.98px){.ids p.huge.huge{font-size:2.8em}}.ids h1,.ids h2,.ids h3,.ids h4,.ids h5,.ids h6{margin:0;font-weight:600}.ids h1{font-size:3.5em;font-weight:400;letter-spacing:-.01em;line-height:calc(var(--ids__density) / 1.3);margin-bottom:.2em}@media not (min-width:767px){.ids h1{font-size:2.6em}}.ids h1.S{font-size:2.4em;font-weight:650}.ids h1.XS{font-size:1.5em;font-weight:600}.ids h2{font-size:1.8em;font-weight:400;line-height:calc(var(--ids__density) / 1.2);margin-bottom:.5em}.ids h2.XS{font-size:1.5em;font-weight:600}.ids h3{font-size:1.5em;line-height:calc(var(--ids__density) / 1.1);margin-bottom:.6em}.ids h4{font-size:1.1em;line-height:var(--ids__density);margin-bottom:.5em}.ids h5{font-size:1em;line-height:var(--ids__density);margin-bottom:.5em}.ids h6{font-size:.8em;text-transform:uppercase;letter-spacing:.05em;line-height:var(--ids__density);margin-bottom:.5em}.ids strong,.ids b{font-weight:600}.ids mark{color:rgb(var(--ids__text-RGB));background-color:rgb(var(--ids__mark-RGB))}.ids ul,.ids ol{margin:0 0 calc(var(--ids__density) * .75em) 0;padding:0}:is(.ids ul,.ids ol) li{position:relative;margin-bottom:calc(var(--ids__density) * .5em)}.ids ul li{list-style-type:none;padding-left:calc(var(--ids__density) * .75em)}.ids ul li:before{position:absolute;left:0;content:"⋅ "}.ids ol li{list-style:decimal inside none}.ids blockquote{font-size:1.4em;line-height:var(--ids__density);margin:0;padding-left:calc(var(--ids__density) * .75em);margin-bottom:calc(var(--ids__density) * 1em)}.ids aside{margin:0;margin-bottom:calc(var(--ids__density) * .5em);background:rgb(var(--ids__surface-RGB));padding-top:calc(var(--ids__density) * .4em);padding-right:calc(var(--ids__density) * 1.5em);padding-bottom:calc(var(--ids__density) * .4em);padding-left:calc(var(--ids__density) * .5em);border-radius:.2em}@media not (min-width:767px){.ids aside{padding-right:calc(var(--ids__density) * .75em)}}.ids code{font-size:.9em;font-family:Golos Text,sans-serif;letter-spacing:.02em;font-weight:450;padding:.1em .25em;border-radius:.2em;color:rgba(var(--ids__code-RGB),1);border:1px solid rgba(var(--ids__code-RGB),.1);background:rgba(var(--ids__code-RGB),.1)}.ids figure{margin:0 0 calc(var(--ids__density) * .5em) 0}.ids figure.XXS,.ids figure.ids__figure__XXS{width:25%}.ids figure.XS,.ids figure.ids__figure__XS{width:50%}.ids figure.S,.ids figure.ids__figure__S{width:75%}.ids figure figcaption{margin-top:calc(var(--ids__density) * .25em);font-size:.8em;line-height:var(--ids__density);opacity:.7}.ids details{padding:.5em;cursor:pointer;border-radius:var(--ids__radius)}.ids details summary{padding-bottom:var(--ids__micro-padding)}.ids table{border-spacing:0;background-color:inherit}@media(max-width:768px){.ids table{font-size:.7em}}.ids table thead,.ids table tr{background-color:inherit}.ids table tr th{position:sticky;top:0;text-align:left;border-bottom:2px solid rgba(var(--ids__text-RGB),1);padding-bottom:.3em;background-color:inherit}@media(max-width:768px){.ids table tr th{padding-top:.8em}}.ids table tr td{padding:.8em .5em 1em 0;border-bottom:1px solid rgba(var(--ids__text-RGB),.5);vertical-align:top}.ids table tr:last-child td{border-bottom:none}.ids hr{border-top-color:rgba(var(--ids__text-RGB),.2);border-bottom:0}.ids .ids__media-full{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.ids .ids__text-constrained{max-width:800px}.ids .ids__text-meta{font-size:.95em;margin-top:1.5em;opacity:.8}
