.edc-detail{--cimo-color:#000000;--cimo-color-light:transparent;--cimo-gradient:linear-gradient(90deg, #ffffff 0%, #000000 100%);display:flex;flex-direction:row}.edc-detail.color--orange{--cimo-color:var(--cimo-orange);--cimo-color-light:var(--cimo-orange-light);--cimo-gradient:var(--cimo-orange-gradient)}.edc-detail.color--green{--cimo-color:var(--cimo-green);--cimo-color-light:var(--cimo-green-light);--cimo-gradient:var(--cimo-green-gradient)}.edc-detail.color--grey{--cimo-color:var(--cimo-grey);--cimo-color-light:var(--cimo-grey-light);--cimo-gradient:var(--cimo-grey-gradient)}.edc-detail.color--blue{--cimo-color:var(--cimo-blue);--cimo-color-light:var(--cimo-blue-light);--cimo-gradient:var(--cimo-blue-gradient)}.edc-detail.layout{position:unset}.edc-detail .cimo-warning{text-align:center;padding:20px 10px;background:var(--cimo-color-light);font-weight:bolder;color:var(--cimo-color);border:1px solid var(--cimo-color);border-radius:4px;display:none}.edc-detail .cimo-warning.show{display:block}.edc-detail__aside,.edc-detail__content{padding:50px 0;width:100%;flex:0 1 100%}@media (min-width:1100px){.edc-detail__aside,.edc-detail__content{padding:50px 45px}}.edc-detail__aside{background:#fff;position:absolute;max-width:310px;inset:0 0 0 -310px;transition:inset .4s ease-in-out;z-index:11}@media (min-width:1100px){.edc-detail__aside{position:relative;inset:unset;max-width:400px;z-index:unset}}.edc-detail__aside.open{width:310px;inset:0}.edc-detail__aside.open .edc-detail__aside-toggle{inset:140px auto auto 310px}.edc-detail__aside.open .edc-detail__aside-toggle svg:last-child{transform:rotate(0)}.edc-detail__aside.open+.edc-detail__aside-blur{display:block;position:absolute;inset:0;width:100dvw;background:rgba(0,0,0,.2);backdrop-filter:blur(2px);z-index:10;opacity:1;pointer-events:auto}.edc-detail__aside-toggle{position:fixed;inset:140px auto auto 0;width:52px;height:44px;display:flex;gap:6px;justify-content:center;align-items:center;background:#009b48;border-radius:0 8px 8px 0;z-index:100;transition:all .4s ease-in-out}.edc-detail__aside-toggle svg:last-child{transform:rotate(180deg);transition:all .4s ease-in-out}@media (min-width:1100px){.edc-detail__aside-toggle{display:none}}.edc-detail__aside-blur{opacity:0;pointer-events:none;transition:all .2s ease-in-out}.edc-detail__slider{margin:unset;padding:unset}.edc-detail .cimo-tag{padding:4px 8px;font-size:12px;font-weight:600;border-radius:4px;color:#fff;background:var(--cimo-color);height:fit-content;white-space:nowrap}.edc-detail__complexities{margin:32px 0 24px;display:grid;grid-template-columns:1fr;box-shadow:0 1px 4px 1px rgba(0,0,0,.25);border-radius:4px;overflow:hidden;background:#fff}@media (min-width:1100px){.edc-detail__complexities{grid-template-columns:235px 1fr}}.edc-detail__complexities__left{color:var(--cimo-color);background:var(--cimo-color-light);padding:32px;display:flex;align-items:center;gap:20px}.edc-detail__complexities__left>div.media{display:flex;align-items:center}.edc-detail__complexities__left svg{max-height:40px;max-width:40px;width:auto;height:auto}.edc-detail__complexities__left p{font-size:18px;font-weight:500;text-transform:uppercase;line-height:18px}.edc-detail__complexities__left p,.edc-detail__complexities__left svg{color:var(--cimo-color)}.edc-detail__complexities__right{position:relative;display:grid;align-items:center;grid-template-columns:1fr 1fr;grid-template-areas:"slider slider" "low high";gap:32px;padding:24px;background-color:#fff}@media (min-width:800px){.edc-detail__complexities__right{grid-template-columns:1fr 1fr 1fr;grid-template-areas:"low slider high"}}.edc-detail__complexities__right .cimo-tag:first-of-type{grid-area:low;margin-right:auto}.edc-detail__complexities__right .cimo-tag:last-child{grid-area:high;margin-left:auto}.edc-detail__complexities__right .edc-triangle{grid-area:slider}.edc-detail__complexities__right::after{content:'';position:absolute;height:4px;width:100%;bottom:0;background-color:var(--cimo-color-light)}.edc-detail__title{font-size:3.6rem;margin-bottom:3.2rem;font-weight:500;line-height:40px}@media (min-width:600px){.edc-detail__title{font-size:4.8rem}}.edc-detail__pdf{display:flex;align-items:center;justify-content:flex-end;gap:8px;margin:24px 0 32px;color:#009b48;font-size:15px;font-weight:bolder}.edc-detail__pdf:hover{color:#009b48}.edc-detail__body{margin:32px 0 48px;font-size:16px}.edc-detail__body .field--body{display:grid;gap:12px}.edc-detail__body ol,.edc-detail__body ul{margin-block:0.25em;margin-inline:2em 0;padding:0}.edc-detail__body ol{list-style-type:decimal}.edc-detail__body ol ol{list-style-type:lower-latin}.edc-detail__body ol ol ol{list-style-type:lower-roman}.edc-detail__body ol ol ol ol{list-style-type:upper-latin}.edc-detail__body ol ol ol ol ol{list-style-type:upper-roman}.edc-detail__body ul{list-style-type:disc}.edc-detail__body ul ul{list-style-type:circle}.edc-detail__body ul ul ul,.edc-detail__body ul ul ul ul{list-style-type:square}.edc-detail__cimos{margin:48px 0 65px}.edc-detail__cimos .cimo{background-color:#fff;padding:12px;border-radius:4px}@media (min-width:600px){.edc-detail__cimos .cimo{padding:12px 32px}}.edc-detail__cimos .cimo.is-open .cimo__content{max-height:9999px}.edc-detail__cimos .cimo.is-open .cimo__header svg{transform:rotate(180deg)}.edc-detail__cimos .cimo.is-open .cimo__header{margin-bottom:8px}.edc-detail__cimos .cimo.is-open h2{font-weight:bolder}.edc-detail__cimos .cimo:not(:last-child){margin-bottom:8px}.edc-detail__cimos .cimo__header{display:flex;align-items:center;flex-flow:row wrap;justify-content:space-between;gap:16px;cursor:pointer}@media (min-width:600px){.edc-detail__cimos .cimo__header{flex-flow:unset;justify-content:unset}}.edc-detail__cimos .cimo__header h2{font-size:22px;margin:unset;width:calc(100% - 42px)}.edc-detail__cimos .cimo__header .cimo-tag{order:-1}@media (min-width:600px){.edc-detail__cimos .cimo__header .cimo-tag{margin-left:auto;order:unset}}.edc-detail__cimos .cimo__header svg{width:26px;height:24px;transition:all .2s ease-in-out}.edc-detail__cimos .cimo__content{max-height:0;overflow:hidden;font-size:16px}.edc-detail__cimos .cimo__content .field--field-body{display:grid;gap:12px}.edc-detail__actions{display:grid;grid-template-areas:"boxed boxed" "prev next";grid-template-columns:1fr 1fr;align-items:center;justify-content:space-between}@media (min-width:768px){.edc-detail__actions{grid-template-areas:"prev boxed next";grid-template-columns:1fr 1fr 1fr}}.edc-detail__actions .link{display:flex;align-items:center;gap:8px;margin:24px 0 32px}.edc-detail__actions .link a{color:#009b48;font-size:15px;font-weight:bolder}.edc-detail__actions .link svg{color:#009b48;width:16px;height:16px}.edc-detail__actions .link.prev{grid-area:prev;justify-content:flex-start;order:2}@media (min-width:768px){.edc-detail__actions .link.prev{order:1}}.edc-detail__actions .link.prev svg{transform:rotate(90deg)}.edc-detail__actions .link.next{grid-area:next;justify-content:flex-end;order:3}@media (min-width:768px){.edc-detail__actions .link.next{order:3}}.edc-detail__actions .link.next svg{transform:rotate(-90deg)}.edc-detail__actions .link.boxed{grid-area:boxed;justify-content:center;padding:14px 28px;background:#fff;transition:all .2s ease-in-out;order:1;width:100%;margin:12px 0}@media (min-width:768px){.edc-detail__actions .link.boxed{order:2;width:auto}}.edc-detail__actions .link.boxed:hover{background:#009b48}.edc-detail__actions .link.boxed:hover a{color:#fff;text-decoration:unset}