:root{--ci-orange: #E15200;--ci-orange-dark: #C24700;--ci-orange-light: #E75610;--ci-teal: #00AD9A;--ci-teal-dark: #009D92;--ci-dark: #424953;--ci-link: #CC3366;--ci-white: #FFFFFF;--ci-gray-50: #F9FAFB;--ci-gray-100: #F3F4F6;--ci-gray-200: #E5E7EB;--ci-gray-400: #9CA3AF;--ci-gray-600: #4B5563;--ci-gray-700: #424953;--ci-gray-900: #111827;--bs-primary: var(--ci-orange);--bs-primary-rgb: 225, 82, 0;--bs-secondary: var(--ci-teal);--bs-link-color: var(--ci-link);--bs-link-hover-color: var(--ci-orange);--bs-body-font-family: "Open Sans", system-ui, -apple-system, sans-serif;--bs-body-color: var(--ci-gray-700);--bs-body-bg: var(--ci-white)}html{scroll-behavior:smooth}body{font-family:var(--bs-body-font-family);color:var(--bs-body-color);background-color:var(--bs-body-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a:focus-visible,button:focus-visible,[role=button]:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:3px solid var(--ci-orange);outline-offset:2px;border-radius:2px}.visually-hidden-focusable:focus,.visually-hidden-focusable:focus-within{z-index:9999}img{max-width:100%;height:auto}h1,h2,h3,h4,h5,h6{font-weight:700;color:var(--ci-dark);line-height:1.2}.ci-top-bar{background:var(--ci-dark);color:var(--ci-white);font-size:.88rem;padding:.7rem 0;line-height:1.5}.ci-top-bar__left,.ci-top-bar__right{display:flex;align-items:center;gap:1.25rem;flex-wrap:wrap}.ci-top-bar__link{color:var(--ci-white);text-decoration:none;display:inline-flex;align-items:center;gap:.4rem}.ci-top-bar__link:hover{color:var(--ci-orange)}.ci-top-bar__link i{font-size:.95rem}.ci-top-bar__socials{display:inline-flex;gap:.6rem;margin-left:.5rem}.ci-top-bar__socials a{color:var(--ci-white);font-size:1rem;line-height:1}.ci-top-bar__socials a:hover{color:var(--ci-orange)}@media (max-width: 575.98px){.ci-top-bar{font-size:.75rem}.ci-top-bar__left,.ci-top-bar__right{gap:.75rem}}.ci-header{background:var(--ci-white);border-bottom:1px solid var(--ci-gray-100);box-shadow:0 1px 4px #0000000a;position:sticky;top:0;z-index:1020;padding:.85rem 0}.ci-header__brand img{display:block;max-height:72px;width:auto}@media (max-width: 575.98px){.ci-header{padding:.5rem 0}.ci-header__brand img{max-height:56px}}.ci-header__toggle{background:transparent;border:1px solid var(--ci-gray-200);border-radius:.4rem;padding:.35rem .6rem;font-size:1.4rem;line-height:1;color:var(--ci-dark)}.ci-header__toggle:hover{border-color:var(--ci-orange);color:var(--ci-orange)}.ci-header__nav-wrap{display:flex;align-items:center;gap:.75rem;flex:1;justify-content:flex-end}.ci-header__search-toggle{background:transparent;border:1px solid var(--ci-gray-200);color:var(--ci-dark);width:40px;height:40px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:1.05rem;cursor:pointer;transition:all .2s ease;flex-shrink:0}.ci-header__search-toggle:hover{background:var(--ci-orange);border-color:var(--ci-orange);color:var(--ci-white);transform:scale(1.05)}.ci-header__search-toggle:focus-visible{outline:3px solid var(--ci-orange);outline-offset:2px}.ci-header__ctas{display:flex;gap:.4rem;flex-wrap:nowrap}.ci-btn{border-radius:.4rem;font-weight:600;font-size:.9rem;padding:.45rem .85rem;transition:all .18s ease;border:1px solid transparent;white-space:nowrap}.ci-btn--primary{background:var(--ci-orange);color:var(--ci-white);border-color:var(--ci-orange)}.ci-btn--primary:hover{background:var(--ci-orange-dark);border-color:var(--ci-orange-dark);color:var(--ci-white)}.ci-btn--secondary{background:var(--ci-teal);color:var(--ci-white);border-color:var(--ci-teal)}.ci-btn--secondary:hover{background:var(--ci-teal-dark);border-color:var(--ci-teal-dark);color:var(--ci-white)}.ci-btn--outline{background:transparent;color:var(--ci-dark);border-color:var(--ci-gray-200)}.ci-btn--outline:hover{border-color:var(--ci-orange);color:var(--ci-orange)}.ci-btn--lg{padding:.7rem 1.4rem;font-size:1.05rem}@media (min-width: 1200px){.ci-header__nav-wrap.collapse:not(.show){display:flex!important}.ci-header__nav-wrap.collapsing{display:flex!important}}@media (max-width: 1199.98px){.ci-header__nav-wrap{flex-direction:column;align-items:stretch;gap:1rem;padding:1rem 0;width:100%;flex-basis:100%}.ci-header__search{max-width:none}.ci-header__ctas{justify-content:center}}.ci-mega{display:flex;align-items:center}.ci-mega__list{display:flex;list-style:none;margin:0;padding:0;gap:.1rem;align-items:center;flex-wrap:nowrap}.ci-mega__link{color:var(--ci-dark);text-decoration:none;font-weight:600;padding:.45rem .55rem;font-size:.94rem;border-radius:.4rem;transition:all .18s ease;display:inline-flex;align-items:center;white-space:nowrap}.ci-mega__link:hover,.ci-mega__link:focus{color:var(--ci-orange);background:#e152000f}.ci-mega__item--has-children{position:relative}.ci-mega__panel{position:absolute;top:calc(100% + .25rem);left:0;background:var(--ci-white);border:1px solid var(--ci-gray-100);border-radius:.6rem;box-shadow:0 16px 40px #0000001f;opacity:0;visibility:hidden;transform:translateY(8px);transition:opacity .18s ease,transform .18s ease,visibility .18s;z-index:1100}.ci-mega__item--has-children:hover .ci-mega__panel,.ci-mega__item--has-children:focus-within .ci-mega__panel{opacity:1;visibility:visible;transform:translateY(0)}.ci-mega__panel--simple{min-width:220px;padding:.75rem 0}.ci-mega__sublist{list-style:none;margin:0;padding:0}.ci-mega__sublink{display:block;color:var(--ci-gray-700);text-decoration:none;padding:.5rem 1rem;font-size:.92rem}.ci-mega__sublink:hover,.ci-mega__sublink:focus{color:var(--ci-orange);background:var(--ci-gray-50)}.ci-mega__panel--mega{left:50%;transform:translate(-50%) translateY(8px);width:min(1100px,92vw);padding:1.5rem}.ci-mega__item--has-children:hover .ci-mega__panel--mega,.ci-mega__item--has-children:focus-within .ci-mega__panel--mega{transform:translate(-50%) translateY(0)}.ci-mega__mega-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.25rem 1.5rem}.ci-mega__area{display:flex;flex-direction:column;gap:.5rem}.ci-mega__area-title{display:flex;align-items:center;gap:.4rem;font-weight:700;color:var(--ci-orange);text-decoration:none;padding-bottom:.4rem;border-bottom:2px solid var(--ci-gray-100);font-size:.92rem;text-transform:uppercase;letter-spacing:.03em}.ci-mega__area-title:hover{color:var(--ci-orange-dark)}.ci-mega__area-title i{color:var(--ci-teal);font-size:1rem}.ci-mega__area-items{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.2rem;min-height:60px}.ci-mega__area-link{display:block;color:var(--ci-gray-700);text-decoration:none;font-size:.85rem;line-height:1.35;padding:.2rem 0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.ci-mega__area-link:hover{color:var(--ci-orange)}.ci-mega__area-empty{color:var(--ci-gray-400);font-size:.82rem;font-style:italic;margin:0;min-height:60px}.ci-mega__type-chips{display:flex;flex-wrap:wrap;gap:.3rem;margin-top:.4rem}.ci-mega__type-chip{display:inline-flex;align-items:center;gap:.3rem;padding:.18rem .5rem;background:var(--ci-gray-50);border:1px solid var(--ci-gray-100);border-radius:999px;color:var(--ci-gray-700);text-decoration:none;font-size:.72rem;font-weight:600;transition:background .15s ease,border-color .15s ease,color .15s ease}.ci-mega__type-chip:hover{background:var(--ci-orange);color:var(--ci-white);border-color:var(--ci-orange)}.ci-mega__type-chip:hover .ci-mega__type-count{background:#ffffff40;color:var(--ci-white)}.ci-mega__type-count{background:var(--ci-orange);color:var(--ci-white);border-radius:999px;padding:0 .35rem;font-size:.68rem;font-weight:700;min-width:18px;text-align:center}.ci-mega__area-cta{margin-top:auto;padding-top:.4rem;color:var(--ci-teal);text-decoration:none;font-size:.82rem;font-weight:700;display:inline-flex;align-items:center;gap:.3rem;text-transform:uppercase;letter-spacing:.04em}.ci-mega__area-cta:hover{color:var(--ci-orange)}.ci-mega__area-cta i{transition:transform .2s ease}.ci-mega__area-cta:hover i{transform:translate(3px)}@media (max-width: 1199.98px){.ci-mega__list{flex-direction:column;align-items:stretch;gap:0}.ci-mega__link{padding:.85rem .5rem;border-radius:0;border-bottom:1px solid var(--ci-gray-100);display:flex;justify-content:space-between;align-items:center}.ci-mega__link .bi-chevron-down{font-size:1.05rem;transition:transform .22s ease}.ci-mega__item--has-children.is-expanded>.ci-mega__link .bi-chevron-down{transform:rotate(180deg)}.ci-mega__panel{position:static;display:none;opacity:1;visibility:visible;transform:none;width:100%;max-width:100%;box-shadow:none;border:none;padding:.75rem .5rem 1.25rem;background:var(--ci-gray-50)}.ci-mega__item--has-children.is-expanded>.ci-mega__panel{display:block;animation:ciMegaSlideDown .22s ease-out}.ci-mega__panel--mega{transform:none;left:0}.ci-mega__item--has-children:hover .ci-mega__panel,.ci-mega__item--has-children:focus-within .ci-mega__panel{display:none}.ci-mega__item--has-children.is-expanded:hover .ci-mega__panel,.ci-mega__item--has-children.is-expanded:focus-within .ci-mega__panel{display:block}.ci-mega__mega-grid{grid-template-columns:1fr;gap:.75rem}}@keyframes ciMegaSlideDown{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 575.98px){.ci-mega__mega-grid{grid-template-columns:1fr}}.ci-footer{background:linear-gradient(180deg,var(--ci-teal) 0%,var(--ci-teal-dark) 100%);color:var(--ci-white);padding:3rem 0 0;margin-top:4rem}.ci-footer__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem;padding-bottom:2.5rem}.ci-footer__title{color:var(--ci-white);font-size:1rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;margin-bottom:1rem;line-height:1.3;padding-bottom:.5rem;border-bottom:2px solid var(--ci-orange);width:fit-content}.ci-footer__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.ci-footer__list li{display:flex;align-items:flex-start;gap:.5rem}.ci-footer__list i{margin-top:.18rem;opacity:.9;color:var(--ci-orange)}.ci-footer__list a{color:var(--ci-white);text-decoration:none;transition:color .15s ease}.ci-footer__list a:hover{color:var(--ci-orange);text-decoration:none}.ci-footer__socials{display:flex;gap:.6rem;flex-wrap:wrap}.ci-footer__socials a{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:#ffffff24;color:var(--ci-white);font-size:1.1rem;transition:background .18s ease,transform .18s ease,color .18s ease}.ci-footer__socials a:hover{background:var(--ci-orange);color:var(--ci-white);transform:translateY(-2px)}.ci-footer__bottom{background:#00000038;padding:1rem 0;font-size:.85rem;color:#ffffffeb}.ci-footer__legal a{color:var(--ci-white);text-decoration:none;margin:0 .25rem}.ci-footer__legal a:hover{color:var(--ci-orange);text-decoration:none}.ci-whatsapp{position:fixed;right:20px;bottom:20px;width:58px;height:58px;border-radius:50%;background:#25d366;color:var(--ci-white);display:inline-flex;align-items:center;justify-content:center;font-size:30px;text-decoration:none;box-shadow:0 8px 22px #25d36673;z-index:1050;transition:transform .2s ease,box-shadow .2s ease;animation:ciWaPulse 2.4s ease-in-out infinite}.ci-whatsapp:hover,.ci-whatsapp:focus{color:var(--ci-white);transform:scale(1.08);box-shadow:0 12px 28px #25d3668c;animation:none}@keyframes ciWaPulse{0%,to{box-shadow:0 8px 22px #25d36673,0 0 #25d36666}70%{box-shadow:0 8px 22px #25d36673,0 0 0 16px #25d36600}}@media (max-width: 575.98px){.ci-whatsapp{right:14px;bottom:14px;width:52px;height:52px;font-size:26px}}.ci-breadcrumbs{background:transparent;padding:.5rem 0}.ci-breadcrumbs ol{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:.4rem;align-items:center;font-size:.85rem;color:var(--ci-gray-600)}.ci-breadcrumbs li+li:before{content:"/";margin-right:.4rem;color:var(--ci-gray-400)}.ci-breadcrumbs a{color:var(--ci-gray-700);text-decoration:none}.ci-breadcrumbs a:hover{color:var(--ci-orange)}.ci-breadcrumbs__current span{color:var(--ci-orange);font-weight:600}.ci-share{display:inline-flex;align-items:center;gap:.5rem;margin-left:.5rem}.ci-share__label{font-size:.85rem;color:var(--ci-gray-600);font-weight:600}.ci-share a{width:32px;height:32px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:var(--ci-gray-100);color:var(--ci-gray-700);text-decoration:none;font-size:.95rem;transition:background .15s ease,color .15s ease}.ci-share a:hover{background:var(--ci-orange);color:var(--ci-white)}#ci-inscripcion-modal .modal-content{border:none;border-radius:8px;overflow:hidden}#ci-inscripcion-modal .modal-header{background:var(--ci-orange);color:var(--ci-white);border-bottom:none}#ci-inscripcion-modal .modal-header .btn-close{filter:invert(1) brightness(2)}#ci-inscripcion-modal .modal-title{color:var(--ci-white);margin:0}#ci-inscripcion-modal .modal-body{padding:1.5rem}#ci-inscripcion-modal .ci-enroll-form .form-label{font-weight:600;color:var(--ci-dark)}#ci-inscripcion-modal .ci-enroll-form .form-control{border-color:var(--ci-gray-200)}#ci-inscripcion-modal .ci-enroll-form .form-control:focus{border-color:var(--ci-orange);box-shadow:0 0 0 .18rem #e152002e}#ci-inscripcion-modal .ci-enroll-form button[type=submit]{background:var(--ci-orange);color:var(--ci-white);border:none;padding:.7rem 1.4rem;border-radius:.4rem;font-weight:700;width:100%}#ci-inscripcion-modal .ci-enroll-form button[type=submit]:hover{background:var(--ci-orange-dark)}.ci-search-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#33373deb;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);z-index:1080;opacity:0;visibility:hidden;transition:opacity .25s ease,visibility .25s;display:flex;align-items:flex-start;justify-content:center;padding:6rem 1.5rem 2rem;overflow-y:auto}.ci-search-overlay.is-open{opacity:1;visibility:visible}.ci-search-overlay__inner{position:relative;width:100%;max-width:720px;transform:translateY(-20px);transition:transform .3s ease}.ci-search-overlay.is-open .ci-search-overlay__inner{transform:translateY(0)}.ci-search-overlay__close{position:absolute;top:-3rem;right:0;width:44px;height:44px;border-radius:50%;border:1px solid rgba(255,255,255,.3);background:transparent;color:var(--ci-white);font-size:1.1rem;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:all .2s ease}.ci-search-overlay__close:hover{background:var(--ci-white);color:var(--ci-dark);border-color:var(--ci-white);transform:rotate(90deg)}.ci-search-overlay__content{background:var(--ci-white);border-radius:16px;padding:2.5rem;box-shadow:0 30px 60px #00000059}.ci-search-overlay__title{color:var(--ci-dark);text-align:center;font-size:clamp(1.3rem,2.4vw,1.8rem);margin-bottom:1.5rem;font-weight:700}.ci-search-overlay__form{position:relative;display:flex;align-items:center;background:var(--ci-gray-50);border:2px solid var(--ci-gray-200);border-radius:999px;padding:.4rem;transition:border-color .2s ease,box-shadow .2s ease}.ci-search-overlay__form:focus-within{border-color:var(--ci-teal);box-shadow:0 0 0 4px #00ad9a1f}.ci-search-overlay__icon{color:var(--ci-gray-600);font-size:1.2rem;padding:0 .5rem 0 1rem;flex-shrink:0}.ci-search-overlay__form:focus-within .ci-search-overlay__icon{color:var(--ci-teal)}.ci-search-overlay__input{flex:1;border:none;background:transparent;font-size:1.05rem;color:var(--ci-dark);padding:.7rem .5rem;min-width:0}.ci-search-overlay__input::placeholder{color:var(--ci-gray-400)}.ci-search-overlay__input:focus,.ci-search-overlay__input:focus-visible{outline:none!important;outline-offset:0!important;box-shadow:none!important}.ci-search-overlay__submit{background:var(--ci-orange);color:var(--ci-white);border:none;padding:.6rem 1.5rem;border-radius:999px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;font-size:.85rem;cursor:pointer;flex-shrink:0;transition:background .2s ease,opacity .2s ease,transform .15s ease}.ci-search-overlay__submit:hover:not(:disabled){background:var(--ci-orange-dark)}.ci-search-overlay__submit:active:not(:disabled){transform:scale(.97)}.ci-search-overlay__submit:disabled{background:var(--ci-gray-200);color:var(--ci-gray-400);cursor:not-allowed}.ci-search-overlay__hint{text-align:center;color:var(--ci-gray-400);font-size:.82rem;margin:.75rem 0 0;transition:opacity .2s ease}.ci-search-overlay__hint.is-hidden{opacity:0;pointer-events:none}.ci-search-overlay__suggestions{margin-top:1.5rem;display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;justify-content:center}.ci-search-overlay__suggestions-label{width:100%;text-align:center;color:var(--ci-gray-600);font-size:.82rem;margin-bottom:.25rem;text-transform:uppercase;letter-spacing:.04em;font-weight:600}.ci-search-overlay__chip{display:inline-flex;align-items:center;gap:.4rem;padding:.4rem .85rem;background:var(--ci-white);border:1px solid var(--ci-gray-200);color:var(--ci-gray-700);text-decoration:none;border-radius:999px;font-size:.85rem;font-weight:600;transition:all .15s ease}.ci-search-overlay__chip i{color:var(--ci-teal)}.ci-search-overlay__chip:hover{background:var(--ci-teal);border-color:var(--ci-teal);color:var(--ci-white);transform:translateY(-1px)}.ci-search-overlay__chip:hover i{color:var(--ci-white)}@media (max-width: 575.98px){.ci-search-overlay{padding-top:4.5rem}.ci-search-overlay__content{padding:1.5rem}.ci-search-overlay__close{top:-3.5rem}.ci-search-overlay__form{flex-wrap:wrap}.ci-search-overlay__submit{width:100%;margin-top:.4rem}}body.ci-search-open{overflow:hidden}.ci-clients{padding:4rem 0 4.5rem;background:var(--ci-white);overflow:hidden;border-top:4px solid var(--ci-teal)}.ci-clients__header{max-width:720px;margin:0 auto 2.5rem}.ci-clients__eyebrow{color:var(--ci-orange);font-weight:700;letter-spacing:.12em;text-transform:uppercase;font-size:.82rem;margin:0 0 .5rem}.ci-clients__title{color:var(--ci-teal);font-size:clamp(1.5rem,2.6vw,2rem);font-weight:700;margin:0 0 .5rem}.ci-clients__title:after{content:"";display:block;width:56px;height:3px;background:var(--ci-orange);margin:.75rem auto 0;border-radius:999px}.ci-clients__text{color:var(--ci-gray-600);font-size:1rem;line-height:1.6;margin:1rem auto 0}.ci-clients__marquee{position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(to right,transparent 0,#000 80px,#000 calc(100% - 80px),transparent 100%);mask-image:linear-gradient(to right,transparent 0,#000 80px,#000 calc(100% - 80px),transparent 100%)}.ci-clients__track{display:flex;align-items:center;gap:3rem;list-style:none;margin:0;padding:0;width:max-content;animation:ciClientsScroll 40s linear infinite}.ci-clients__marquee:hover .ci-clients__track{animation-play-state:paused}.ci-clients__item{flex:0 0 auto;height:120px;display:flex;align-items:center;justify-content:center}.ci-clients__item img{max-height:100px;width:auto;max-width:240px;object-fit:contain;filter:grayscale(100%);opacity:.75;transition:filter .25s ease,opacity .25s ease,transform .25s ease}.ci-clients__item:hover img,.ci-clients__item a:focus img{filter:grayscale(0%);opacity:1;transform:scale(1.05)}@keyframes ciClientsScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (prefers-reduced-motion: reduce){.ci-clients__track{animation:none;flex-wrap:wrap;justify-content:center}}@media (max-width: 575.98px){.ci-clients{padding:2.5rem 0 3rem}.ci-clients__header{margin-bottom:1.5rem}.ci-clients__track{gap:2.25rem;animation-duration:30s}.ci-clients__item{height:90px}.ci-clients__item img{max-height:72px;max-width:170px}}.ci-hero{position:relative}.ci-hero--banners .ci-hero__slider{position:relative;overflow:hidden;background:var(--ci-dark);height:clamp(420px,60vh,620px);outline:none}.ci-hero--banners .ci-hero__slider:focus-visible{box-shadow:inset 0 0 0 3px var(--ci-orange)}.ci-hero__slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .9s cubic-bezier(.4,0,.2,1);pointer-events:none}.ci-hero__slide.is-active{opacity:1;z-index:2;pointer-events:auto}.ci-hero__media{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block;transform:scale(1.05);transition:transform 7s ease-out}.ci-hero__slide.is-active .ci-hero__media{transform:scale(1)}.ci-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0000002e,#0000000d 40%,#000000b3);z-index:1}.ci-hero__caption{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:flex-end;padding:0 0 6rem;z-index:3;color:var(--ci-white)}.ci-hero__caption-title{color:var(--ci-white);font-size:clamp(1.6rem,4vw,2.8rem);font-weight:800;line-height:1.1;margin:0 0 1.25rem;max-width:720px;text-shadow:0 2px 16px rgba(0,0,0,.45);letter-spacing:-.01em;opacity:0;transform:translateY(20px);transition:opacity .8s ease .3s,transform .8s ease .3s}.ci-hero__slide.is-active .ci-hero__caption-title{opacity:1;transform:translateY(0)}.ci-hero__caption-text{color:#fffffff2;font-size:clamp(.95rem,1.4vw,1.15rem);font-weight:400;line-height:1.5;margin:0 0 1.5rem;max-width:640px;text-shadow:0 2px 12px rgba(0,0,0,.45);opacity:0;transform:translateY(20px);transition:opacity .8s ease .45s,transform .8s ease .45s}.ci-hero__slide.is-active .ci-hero__caption-text{opacity:1;transform:translateY(0)}.ci-hero__caption-cta{opacity:0;transform:translateY(20px);transition:opacity .8s ease .55s,transform .8s ease .55s;background:var(--ci-orange);color:var(--ci-white);border:none;box-shadow:0 8px 24px #e1520066}.ci-hero__slide.is-active .ci-hero__caption-cta{opacity:1;transform:translateY(0)}.ci-hero__caption-cta:hover{background:var(--ci-orange-dark);color:var(--ci-white);transform:translateY(-2px);box-shadow:0 12px 28px #e1520080}.ci-hero__arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:5;width:52px;height:52px;border-radius:50%;border:1px solid rgba(255,255,255,.35);background:#00000040;color:var(--ci-white);font-size:1.4rem;line-height:1;cursor:pointer;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);transition:background .2s ease,border-color .2s ease,transform .2s ease;display:flex;align-items:center;justify-content:center}.ci-hero__arrow:hover{background:var(--ci-orange);border-color:var(--ci-orange);transform:translateY(-50%) scale(1.08)}.ci-hero__arrow--prev{left:24px}.ci-hero__arrow--next{right:24px}.ci-hero__indicators{position:absolute;bottom:24px;left:0;right:0;z-index:5;display:flex;flex-direction:column;align-items:center;gap:12px}.ci-hero__dots{display:flex;gap:10px}.ci-hero__dot{width:10px;height:10px;border-radius:50%;border:1.5px solid rgba(255,255,255,.7);background:transparent;cursor:pointer;padding:0;transition:all .25s ease}.ci-hero__dot:hover{background:#ffffff80}.ci-hero__dot.is-active{background:var(--ci-orange);border-color:var(--ci-orange);width:32px;border-radius:5px}.ci-hero__progress{width:min(560px,70%);height:3px;background:#ffffff2e;border-radius:999px;overflow:hidden}.ci-hero__progress-bar{width:0;height:100%;background:var(--ci-orange);border-radius:999px}@media (max-width: 575.98px){.ci-hero__arrow{width:40px;height:40px;font-size:1.1rem}.ci-hero__arrow--prev{left:8px}.ci-hero__arrow--next{right:8px}.ci-hero__caption{padding-bottom:5rem}}.ci-hero--static .ci-hero__static{background:linear-gradient(135deg,#36c8ce,#1ea7ce);color:var(--ci-white);padding:4rem 0;position:relative}.ci-hero__inner{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:center}.ci-hero__content{max-width:560px}.ci-hero__eyebrow{background:var(--ci-orange);color:var(--ci-white);display:inline-block;padding:.4rem .9rem;border-radius:4px;font-weight:600;font-size:.95rem;margin-bottom:1rem}.ci-hero__title{color:var(--ci-white);font-size:clamp(1.6rem,3.6vw,2.4rem);font-weight:800;line-height:1.2;margin-bottom:1rem}.ci-hero__text{font-size:1.05rem;line-height:1.55;color:#fffffff2;margin-bottom:1.5rem}.ci-btn--white{background:var(--ci-orange);color:var(--ci-white);border-color:var(--ci-orange)}.ci-btn--white:hover{background:var(--ci-orange-dark);color:var(--ci-white);border-color:var(--ci-orange-dark)}.ci-hero__art img{width:100%;height:auto;max-height:380px;object-fit:contain;display:block}@media (max-width: 767.98px){.ci-hero__inner{grid-template-columns:1fr}.ci-hero__art{display:none}}.ci-areas{padding:4rem 0;background:var(--ci-gray-50)}.ci-areas__header{text-align:center;max-width:720px;margin:0 auto 2.5rem}.ci-areas__title{color:var(--ci-teal);font-size:clamp(1.5rem,2.6vw,2rem);margin-bottom:.5rem}.ci-areas__subtitle{color:var(--ci-gray-600);margin:0}.ci-areas__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.25rem;max-width:1200px;margin:0 auto}@media (max-width: 991.98px){.ci-areas__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 575.98px){.ci-areas__grid{grid-template-columns:1fr}}.ci-area-card{position:relative;display:flex;flex-direction:column;background:var(--ci-white);border:1px solid var(--ci-gray-100);border-radius:12px;padding:1.75rem 1.5rem 1.25rem;text-decoration:none;color:inherit;overflow:hidden;transition:all .25s ease;isolation:isolate}.ci-area-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--ci-orange);transform:scaleX(0);transform-origin:left;transition:transform .35s ease}.ci-area-card:hover{border-color:var(--ci-orange);transform:translateY(-4px);box-shadow:0 18px 32px #00000014;color:inherit}.ci-area-card:hover:before{transform:scaleX(1)}.ci-area-card__icon{width:56px;height:56px;border-radius:14px;background:linear-gradient(135deg,var(--ci-orange) 0%,var(--ci-orange-dark) 100%);color:var(--ci-white);display:inline-flex;align-items:center;justify-content:center;font-size:1.6rem;margin-bottom:1rem;transition:transform .25s ease;box-shadow:0 8px 18px #e1520040}.ci-area-card:hover .ci-area-card__icon{transform:scale(1.08) rotate(-4deg)}.ci-area-card__name{font-size:1.15rem;color:var(--ci-dark);font-weight:700;margin:0 0 .5rem;line-height:1.25}.ci-area-card__desc{color:var(--ci-gray-600);font-size:.875rem;line-height:1.5;margin:0 0 1rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.ci-area-card__footer{margin-top:auto;padding-top:.75rem;border-top:1px dashed var(--ci-gray-100);display:flex;align-items:center;justify-content:space-between;gap:.5rem}.ci-area-card__count{font-size:.78rem;color:var(--ci-teal);font-weight:700;text-transform:lowercase}.ci-area-card__cta{display:inline-flex;align-items:center;gap:.3rem;color:var(--ci-orange);font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;transition:gap .2s ease}.ci-area-card:hover .ci-area-card__cta{gap:.55rem}.ci-whyus{padding:4rem 0;background:var(--ci-gray-50)}.ci-whyus__header{text-align:center;margin-bottom:2.5rem}.ci-whyus__title{color:var(--ci-teal);font-size:2rem;margin-bottom:.75rem}.ci-whyus__subtitle{color:var(--ci-gray-600);max-width:720px;margin:0 auto;line-height:1.55}.ci-whyus__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem 1.5rem;max-width:1080px;margin:0 auto}@media (max-width: 991.98px){.ci-whyus__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 575.98px){.ci-whyus__grid{grid-template-columns:1fr;gap:1.5rem}}.ci-whyus__item{text-align:center;padding:0 1rem}.ci-whyus__icon{width:72px;height:72px;border-radius:50%;background:var(--ci-orange);color:var(--ci-white);display:flex;align-items:center;justify-content:center;font-size:2rem;margin:0 auto 1rem}.ci-whyus__item-title{font-size:1.05rem;text-transform:uppercase;color:var(--ci-orange);letter-spacing:.04em;margin-bottom:.5rem}.ci-whyus__item-text{color:var(--ci-gray-600);font-size:.9rem;line-height:1.55;margin:0}.ci-featured{padding:4rem 0;background:var(--ci-white)}.ci-featured__header{text-align:center;margin-bottom:2rem}.ci-featured__title{color:var(--ci-teal);font-size:1.75rem;margin-bottom:.5rem}.ci-featured__subtitle{color:var(--ci-gray-600)}.ci-featured__grid{display:grid;grid-template-columns:repeat(4,minmax(0,260px));justify-content:center;gap:1.5rem;margin-bottom:2.5rem}@media (max-width: 991.98px){.ci-featured__grid{grid-template-columns:repeat(2,minmax(0,280px))}}@media (max-width: 575.98px){.ci-featured__grid{grid-template-columns:minmax(0,1fr)}}.ci-featured__cta{text-align:center}.ci-featured__cta .ci-btn--primary{background:var(--ci-orange);color:var(--ci-white);border-color:var(--ci-orange);text-transform:uppercase;letter-spacing:.05em;padding:.85rem 2rem}.ci-featured__grid .ci-training-card{box-shadow:0 2px 8px #0000000d}.ci-community{background:var(--ci-teal);color:var(--ci-white);padding:3.5rem 0}.ci-community__inner{text-align:center;max-width:720px;margin:0 auto}.ci-community__eyebrow{color:var(--ci-white);font-size:1.4rem;margin-bottom:.4rem;font-weight:700}.ci-community__eyebrow:first-letter{color:var(--ci-orange);font-size:1.4em;font-weight:800}.ci-community__title{color:var(--ci-white);font-size:clamp(1.8rem,3vw,2.4rem);margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.04em}.ci-community__text{color:#fffffff2;margin-bottom:1.5rem}.ci-community__cta.ci-btn--white{background:var(--ci-white);color:var(--ci-teal);border-color:var(--ci-white);font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:.85rem 2rem}.ci-community__cta.ci-btn--white:hover{background:var(--ci-dark);color:var(--ci-white);border-color:var(--ci-dark)}.ci-testimonials{padding:4rem 0;background:var(--ci-white)}.ci-testimonials__header{text-align:center;margin-bottom:2.5rem}.ci-testimonials__title{color:var(--ci-teal);text-transform:uppercase;letter-spacing:.05em;font-size:1.6rem}.ci-testimonial{text-align:center;max-width:760px;margin:0 auto;padding:0 3rem}.ci-testimonial__photo{width:110px;height:110px;border-radius:50%;overflow:hidden;margin:0 auto 1.25rem;border:3px solid var(--ci-orange)}.ci-testimonial__photo img{width:100%;height:100%;object-fit:cover;display:block}.ci-testimonial__quote{font-size:1rem;line-height:1.7;color:var(--ci-gray-700);margin:0 0 1rem;position:relative;padding:0 1rem}.ci-testimonial__quote:before{content:"“";font-size:4rem;color:var(--ci-orange);position:absolute;left:-10px;top:-25px;line-height:1;opacity:.4}.ci-testimonial__quote p{margin:0}.ci-testimonial__name{color:var(--ci-orange);text-transform:uppercase;letter-spacing:.05em;display:block}.ci-testimonial__role{color:var(--ci-gray-600);font-size:.85rem;display:block;margin-top:.2rem}.ci-testimonials__carousel .carousel-control-prev,.ci-testimonials__carousel .carousel-control-next{width:40px;opacity:.6}.ci-testimonials__carousel .carousel-control-prev-icon,.ci-testimonials__carousel .carousel-control-next-icon{background-color:var(--ci-orange);border-radius:50%;padding:1rem;background-size:50%}.ci-testimonials__carousel .carousel-indicators{bottom:-3rem}.ci-testimonials__carousel .carousel-indicators [data-bs-target]{background-color:var(--ci-gray-400);border:none;width:10px;height:10px;border-radius:50%;opacity:.5}.ci-testimonials__carousel .carousel-indicators .active{background-color:var(--ci-orange);opacity:1}.ci-newsletter{padding:3rem 0;background:var(--ci-gray-50);border-top:1px solid var(--ci-gray-100)}.ci-newsletter__inner{text-align:center;max-width:640px;margin:0 auto}.ci-newsletter__title{color:var(--ci-orange);text-transform:uppercase;letter-spacing:.04em;margin-bottom:.4rem}.ci-newsletter__text{color:var(--ci-gray-600);margin-bottom:1.5rem}.ci-newsletter__alert{font-size:.95rem}.ci-newsletter__form{display:flex;gap:0;background:var(--ci-white);border-radius:6px;overflow:hidden;box-shadow:0 2px 8px #0000000f}.ci-newsletter__input{border:none;flex:1;padding:.85rem 1rem;font-size:1rem}.ci-newsletter__input:focus{box-shadow:none;outline:none}.ci-newsletter__form .ci-btn{border-radius:0;text-transform:uppercase;letter-spacing:.04em;padding:.85rem 1.5rem}@media (max-width: 575.98px){.ci-newsletter__form{flex-direction:column;box-shadow:none}.ci-newsletter__input{border:1px solid var(--ci-gray-200);border-radius:6px;margin-bottom:.5rem}.ci-newsletter__form .ci-btn{border-radius:6px}}.ci-training-hero{background:linear-gradient(135deg,var(--ci-teal) 0%,var(--ci-teal-dark) 100%);color:var(--ci-white);padding:3rem 0 2rem;margin-bottom:0;position:relative;overflow:hidden}.ci-training-hero:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--ci-orange)}.ci-training-hero__title{color:var(--ci-white);font-size:clamp(1.6rem,4vw,2.4rem);font-weight:800;margin:0 0 .5rem;line-height:1.15}.ci-training-hero__subtitle{color:#ffffffd9;margin-bottom:.5rem}.ci-training-hero .ci-breadcrumbs ol,.ci-training-hero .ci-breadcrumbs a{color:#ffffffd9}.ci-training-hero .ci-breadcrumbs a:hover{color:var(--ci-white);text-decoration:underline}.ci-training-hero .ci-breadcrumbs li+li:before{color:#ffffff8c}.ci-training-hero .ci-breadcrumbs__current span{color:var(--ci-white)}.ci-training-hero .ci-breadcrumbs{padding:0}.ci-training-hero .ci-breadcrumbs .container{padding-left:0;padding-right:0}.ci-training-hero__actions{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem}.ci-training-hero__actions .ci-btn--primary{background:var(--ci-white);color:var(--ci-orange);border-color:var(--ci-white);font-weight:700}.ci-training-hero__actions .ci-btn--primary:hover{background:var(--ci-dark);color:var(--ci-white);border-color:var(--ci-dark)}.ci-training-hero__secondary-link{color:var(--ci-white);text-decoration:none;font-weight:600;border-bottom:1px solid rgba(255,255,255,.5);padding-bottom:2px}.ci-training-hero__secondary-link:hover{color:var(--ci-white);border-color:var(--ci-white)}.ci-training-hero .ci-share{margin-left:auto}.ci-training-hero .ci-share__label{color:#ffffffd9}.ci-training-hero .ci-share a{background:#ffffff2e;color:var(--ci-white)}.ci-training-hero .ci-share a:hover{background:var(--ci-orange);color:var(--ci-white)}.ci-training-hero--secondary{background:linear-gradient(135deg,var(--ci-orange) 0%,var(--ci-orange-dark) 100%)}.ci-info-bar{background:var(--ci-white);border-bottom:1px solid var(--ci-gray-100);padding:1.25rem 0;box-shadow:0 4px 14px #0000000d;position:relative;z-index:2;margin-top:-1rem;border-radius:8px}.ci-info-bar .container{background:var(--ci-white);border-radius:8px}.ci-info-bar__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1rem;align-items:stretch}.ci-info-bar__item{display:flex;align-items:center;gap:.75rem;padding:.5rem .75rem;border-right:1px solid var(--ci-gray-100);text-decoration:none;color:var(--ci-gray-700)}.ci-info-bar__item:last-child{border-right:none}.ci-info-bar__icon{font-size:1.7rem;color:var(--ci-orange);flex-shrink:0}.ci-info-bar__label{font-size:.78rem;text-transform:uppercase;letter-spacing:.04em;color:var(--ci-gray-600);font-weight:700}.ci-info-bar__value{font-weight:700;color:var(--ci-dark);font-size:.98rem;line-height:1.25}.ci-info-bar__item--highlight{background:linear-gradient(180deg,#e152000d,#e1520000)}.ci-info-bar__item--highlight .ci-info-bar__value{color:var(--ci-orange);font-size:1.1rem}.ci-info-bar__item--cta{background:var(--ci-teal);border-radius:6px;border-right:none;color:var(--ci-white);transition:background .15s ease}.ci-info-bar__item--cta .ci-info-bar__icon,.ci-info-bar__item--cta .ci-info-bar__label,.ci-info-bar__item--cta .ci-info-bar__value{color:var(--ci-white)}.ci-info-bar__item--cta:hover{background:var(--ci-teal-dark);color:var(--ci-white)}@media (max-width: 767.98px){.ci-info-bar__item{border-right:none;border-bottom:1px solid var(--ci-gray-100);padding:.6rem 0}.ci-info-bar__item:last-child{border-bottom:none}}.ci-training-body{padding-top:2.5rem;padding-bottom:3rem}.ci-tabs__nav.nav-tabs{border-bottom:2px solid var(--ci-orange);flex-wrap:nowrap;overflow-x:auto;scrollbar-width:thin}.ci-tabs__nav .nav-link{color:var(--ci-gray-700);font-weight:600;border:none;border-radius:0;padding:.75rem 1.25rem;white-space:nowrap}.ci-tabs__nav .nav-link:hover{color:var(--ci-orange)}.ci-tabs__nav .nav-link.active{background:var(--ci-orange);color:var(--ci-white);border-radius:6px 6px 0 0}.ci-tabs__content{padding:1.5rem 0;line-height:1.65}.ci-tabs__content h3,.ci-tabs__content h4,.ci-tabs__content h5{color:var(--ci-dark);margin-top:1.25rem}.ci-tabs__content ul,.ci-tabs__content ol{padding-left:1.5rem}.ci-tabs__content li{margin-bottom:.35rem}.ci-tab-section{margin-bottom:1.75rem}.ci-tab-section:last-child{margin-bottom:0}.ci-tab-section__title{font-size:1.25rem;color:var(--ci-orange);border-left:4px solid var(--ci-orange);padding-left:.75rem;margin-bottom:.75rem}.ci-tab-section__rich ul,.ci-tab-section__rich ol{padding-left:1.5rem}.ci-tab-section__rich li{margin-bottom:.4rem}.ci-training-blocks{margin-top:2rem}.ci-training-block{margin-bottom:2rem}.ci-training-block h2{font-size:1.35rem;color:var(--ci-orange);border-left:4px solid var(--ci-orange);padding-left:.75rem;margin-bottom:.75rem}.ci-training-block p{line-height:1.65}.ci-training-block__rich ul,.ci-training-block__rich ol{padding-left:1.5rem}.ci-training-block__rich li{margin-bottom:.4rem}.ci-instructors{margin-top:3rem}.ci-instructors__header{text-align:center;margin-bottom:1.5rem}.ci-instructors__title{color:var(--ci-orange);font-size:1.5rem}.ci-instructors__subtitle{color:var(--ci-gray-600)}.ci-instructors__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem}.ci-instructor-card{text-align:center;background:var(--ci-white);border:1px solid var(--ci-gray-100);border-radius:8px;padding:1.25rem}.ci-instructor-card__photo{width:140px;height:140px;margin:0 auto 1rem;border-radius:50%;overflow:hidden}.ci-instructor-card__photo img{width:100%;height:100%;object-fit:cover;display:block}.ci-instructor-card__photo--placeholder{background:var(--ci-gray-100);display:flex;align-items:center;justify-content:center;font-size:4rem;color:var(--ci-gray-400)}.ci-instructor-card__name{font-size:1rem;color:var(--ci-dark);margin-bottom:.2rem}.ci-instructor-card__role{color:var(--ci-orange);font-size:.85rem;font-weight:600;margin-bottom:.5rem}.ci-instructor-card__bio{font-size:.85rem;color:var(--ci-gray-600);line-height:1.5;margin-bottom:0}.ci-related{background:var(--ci-gray-50);border-radius:8px;padding:1.25rem;position:sticky;top:90px}.ci-related__title{background:var(--ci-teal);color:var(--ci-white);font-size:1.05rem;text-transform:uppercase;text-align:center;padding:.6rem;margin:-1.25rem -1.25rem 1rem;border-radius:8px 8px 0 0}.ci-related__list{display:flex;flex-direction:column;gap:.5rem}.ci-sidebar-card{display:flex;gap:.6rem;align-items:center;background:var(--ci-white);padding:.6rem;border-radius:6px;text-decoration:none;border:1px solid var(--ci-gray-100);transition:all .15s ease}.ci-sidebar-card:hover{border-color:var(--ci-orange);transform:translate(2px)}.ci-sidebar-card__thumb{flex-shrink:0;width:60px;height:50px;border-radius:4px;overflow:hidden;background:var(--ci-gray-100)}.ci-sidebar-card__thumb img{width:100%;height:100%;object-fit:cover}.ci-sidebar-card__body{flex:1;min-width:0}.ci-sidebar-card__title{display:block;font-size:.85rem;font-weight:600;color:var(--ci-dark);line-height:1.25;margin-bottom:.15rem}.ci-sidebar-card__cta{display:block;font-size:.75rem;color:var(--ci-orange);font-weight:600}.ci-cohorts-section{margin-top:2.5rem;padding:1.5rem 1.75rem 1.25rem;background:var(--ci-gray-50);border-radius:12px;border-left:5px solid var(--ci-teal);position:relative}.ci-cohorts-section:before{content:"";position:absolute;top:-1px;left:-5px;right:0;height:4px;background:linear-gradient(90deg,var(--ci-teal) 0%,var(--ci-orange) 100%);border-radius:0 12px 0 0}.ci-cohorts-section__title{color:var(--ci-teal);font-size:1.35rem;margin-bottom:.4rem;display:flex;align-items:center;gap:.5rem}.ci-cohorts-section__title i{color:var(--ci-white);background:var(--ci-teal);width:36px;height:36px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:1rem;margin-right:.25rem}.ci-cohorts-section__intro{color:var(--ci-gray-600);font-size:.95rem;margin-bottom:1.25rem}.ci-cohorts-list{display:flex;flex-direction:column;gap:.75rem}.ci-cohort-card{display:grid;grid-template-columns:90px 1fr auto;gap:1.25rem;align-items:center;background:var(--ci-white);border:1px solid var(--ci-gray-100);border-left:4px solid var(--ci-orange);border-radius:8px;padding:1rem 1.25rem;transition:box-shadow .15s ease,transform .15s ease}.ci-cohort-card:hover{box-shadow:0 6px 18px #0000000f;transform:translateY(-1px)}.ci-cohort-card--finished,.ci-cohort-card--cancelled{border-left-color:var(--ci-gray-400);opacity:.85}.ci-cohort-card--in_progress{border-left-color:var(--ci-teal)}.ci-cohort-card--full{border-left-color:var(--ci-gray-400)}.ci-cohort-card__date{text-align:center;background:var(--ci-gray-50);padding:.6rem .4rem;border-radius:8px}.ci-cohort-card__date-label{display:block;font-size:.65rem;color:var(--ci-gray-600);text-transform:uppercase;letter-spacing:.05em;font-weight:700}.ci-cohort-card__date-value{display:block;font-weight:800;color:var(--ci-orange);font-size:.95rem;line-height:1.15;margin-top:.15rem}.ci-cohort-card__date-year{display:block;font-size:.72rem;color:var(--ci-gray-600)}.ci-cohort-card__body{min-width:0}.ci-cohort-card__meta{display:flex;gap:1rem;flex-wrap:wrap;color:var(--ci-gray-600);font-size:.82rem;margin-top:.25rem}.ci-cohort-card__meta i{color:var(--ci-teal);margin-right:.25rem}.ci-cohort-card__price{color:var(--ci-orange);font-weight:800;margin-top:.4rem;font-size:1.05rem}.ci-cohort-card__cta{text-align:right;display:flex;flex-direction:column;align-items:flex-end;gap:.4rem}.ci-cohort-card__status{text-transform:uppercase;letter-spacing:.04em;font-weight:700;font-size:.72rem;padding:.3rem .6rem;border-radius:999px}.ci-cohort-card__status--open,.ci-cohort-card__status--in_progress{background:#00ad9a26;color:var(--ci-teal)}.ci-cohort-card__status--closed{background:#e152001f;color:var(--ci-orange)}.ci-cohort-card__status--full{background:#dc35451f;color:#dc3545}.ci-cohort-card__status--finished,.ci-cohort-card__status--cancelled,.ci-cohort-card__status--draft{background:var(--ci-gray-100);color:var(--ci-gray-600)}@media (max-width: 575.98px){.ci-cohort-card{grid-template-columns:1fr}.ci-cohort-card__cta{text-align:left}}.ci-area-hero{background:var(--ci-white);padding:2.5rem 0 1.5rem;border-bottom:1px solid var(--ci-gray-100)}.ci-area-hero__title{color:var(--ci-orange);font-size:clamp(1.6rem,3vw,2.2rem);font-weight:800;text-transform:uppercase;letter-spacing:.04em;text-align:center;margin-bottom:.5rem}.ci-area-hero__subtitle{text-align:center;color:var(--ci-gray-600);max-width:720px;margin:0 auto .75rem}.ci-area-hero .ci-breadcrumbs ol{justify-content:center}.ci-area-band{background:var(--ci-teal);color:var(--ci-white);padding:1.5rem 0;text-align:center}.ci-area-band__title{color:var(--ci-white);font-size:1.35rem;text-transform:uppercase;letter-spacing:.04em;margin-bottom:.25rem;font-weight:700}.ci-area-band__subtitle{color:#ffffffeb;margin:0;font-size:.95rem}.ci-area-grid{display:grid;grid-template-columns:repeat(4,minmax(0,280px));justify-content:center;gap:1.5rem}@media (max-width: 1199.98px){.ci-area-grid{grid-template-columns:repeat(3,minmax(0,280px))}}@media (max-width: 991.98px){.ci-area-grid{grid-template-columns:repeat(2,minmax(0,320px))}}@media (max-width: 575.98px){.ci-area-grid{grid-template-columns:minmax(0,1fr)}}.ci-training-card{display:flex;flex-direction:column;background:var(--ci-white);border:1px solid var(--ci-gray-100);border-radius:8px;overflow:hidden;text-decoration:none;color:inherit;height:100%;transition:all .18s ease}.ci-training-card:hover{border-color:var(--ci-orange);transform:translateY(-2px);box-shadow:0 6px 16px #00000014;color:inherit}.ci-training-card__cover{aspect-ratio:16 / 10;background:var(--ci-gray-100);overflow:hidden}.ci-training-card__cover img{width:100%;height:100%;object-fit:cover;display:block}.ci-training-card__cover--placeholder{display:flex;align-items:center;justify-content:center;color:var(--ci-gray-400);font-size:3rem}.ci-training-card__body{padding:1rem 1.25rem 1.25rem;flex:1;display:flex;flex-direction:column}.ci-training-card__meta{font-size:.75rem;color:var(--ci-gray-600);text-transform:uppercase;letter-spacing:.04em;margin-bottom:.4rem;font-weight:600}.ci-training-card__title{font-size:1rem;color:var(--ci-dark);line-height:1.3;margin:0 0 .75rem;flex:1}.ci-training-card__cta{color:var(--ci-orange);font-weight:700;font-size:.85rem;margin-top:auto;display:inline-flex;align-items:center;gap:.4rem;text-transform:uppercase;letter-spacing:.04em}.ci-area-types__chip{padding:.5rem 1rem;border-radius:999px;text-decoration:none;font-weight:600;font-size:.85rem;border:1px solid var(--ci-gray-200);background:var(--ci-white);color:var(--ci-gray-700);transition:all .15s ease}.ci-area-types__chip:hover{border-color:var(--ci-orange);color:var(--ci-orange)}.ci-area-types__chip--active{background:var(--ci-orange);color:var(--ci-white);border-color:var(--ci-orange)}.ci-area-types__chip--active:hover{color:var(--ci-white)}.ci-empty{text-align:center;padding:3rem 1rem;color:var(--ci-gray-600)}.ci-empty__icon{font-size:3.5rem;color:var(--ci-gray-400);display:block;margin-bottom:1rem}.ci-empty__title{color:var(--ci-dark);font-size:1.2rem;margin-bottom:.5rem}.ci-empty__message{margin-bottom:1.5rem}.ci-search-form{display:flex;gap:.5rem;max-width:640px;margin:0 auto 2rem}.ci-search-results{display:flex;flex-direction:column;gap:1rem;max-width:760px;margin:0 auto}.ci-search-result{background:var(--ci-white);border:1px solid var(--ci-gray-100);border-radius:6px;padding:1.25rem}.ci-search-result__title{font-size:1.1rem;margin-bottom:.4rem}.ci-search-result__title a{color:var(--ci-dark);text-decoration:none}.ci-search-result__title a:hover{color:var(--ci-orange)}.ci-search-result__excerpt{color:var(--ci-gray-600);font-size:.95rem;margin:0}.ci-search-section__title{color:var(--ci-orange);font-size:1.25rem;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid var(--ci-gray-100);display:flex;align-items:center}.ci-search-section__title i{color:var(--ci-orange)}.ci-search-section__count{color:var(--ci-gray-400);font-weight:400;font-size:.95rem;margin-left:.5rem}.ci-search-trainings{display:grid;grid-template-columns:1fr;gap:1rem}.ci-search-training{display:grid;grid-template-columns:200px 1fr;gap:1.25rem;background:var(--ci-white);border:1px solid var(--ci-gray-100);border-radius:8px;overflow:hidden;transition:border-color .15s ease,box-shadow .15s ease}.ci-search-training:hover{border-color:var(--ci-orange);box-shadow:0 4px 14px #0000000f}.ci-search-training__cover{display:block;overflow:hidden;background:var(--ci-gray-100)}.ci-search-training__cover img{width:100%;height:100%;object-fit:cover;display:block}.ci-search-training__body{padding:1rem 1.25rem 1rem 0;display:flex;flex-direction:column;justify-content:center}.ci-search-training__meta{font-size:.75rem;color:var(--ci-teal);text-transform:uppercase;letter-spacing:.04em;font-weight:700;margin-bottom:.4rem}.ci-search-training__title{font-size:1.1rem;margin:0 0 .4rem}.ci-search-training__title a{color:var(--ci-dark);text-decoration:none}.ci-search-training__title a:hover{color:var(--ci-orange)}.ci-search-training__excerpt{color:var(--ci-gray-600);font-size:.92rem;line-height:1.5;margin:0}@media (max-width: 575.98px){.ci-search-training{grid-template-columns:1fr}.ci-search-training__cover{aspect-ratio:16 / 9}.ci-search-training__body{padding:1rem 1.25rem}}.ci-conocenos-hero{background:var(--ci-white)}.ci-conocenos-intro{padding:3rem 0;background:var(--ci-white)}.ci-conocenos-intro__title{color:var(--ci-orange);font-size:clamp(1.4rem,2.6vw,1.9rem);margin-bottom:.4rem}.ci-conocenos-intro__tagline{color:var(--ci-teal);font-style:italic;font-weight:600;margin-bottom:1rem}.ci-conocenos-cards{display:grid;grid-template-columns:1fr;gap:1rem}.ci-conocenos-card{background:var(--ci-teal);color:var(--ci-white);padding:1.5rem;border-radius:8px;position:relative}.ci-conocenos-card h3{color:var(--ci-white);font-size:1.1rem;margin:0 0 .5rem;text-transform:uppercase;letter-spacing:.04em}.ci-conocenos-card p{margin:0;color:#ffffffeb;line-height:1.55}.ci-conocenos-card__icon{position:absolute;right:1rem;top:1rem;width:36px;height:36px;border-radius:50%;background:#ffffff2e;display:flex;align-items:center;justify-content:center;font-size:1.1rem}.ci-values{background:var(--ci-gray-50);padding:3rem 0}.ci-values__title{text-align:center;color:var(--ci-orange);text-transform:uppercase;letter-spacing:.04em;margin-bottom:2rem}.ci-values__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1.5rem;text-align:center;max-width:800px;margin:0 auto}.ci-values__item{display:flex;flex-direction:column;align-items:center;gap:.5rem}.ci-values__item i{font-size:2.5rem;color:var(--ci-teal)}.ci-values__item span{font-weight:700;color:var(--ci-dark);text-transform:uppercase;letter-spacing:.03em;font-size:.95rem}.ci-values__footer{text-align:center;color:var(--ci-gray-600);margin-top:2rem;max-width:720px;margin-left:auto;margin-right:auto}.ci-business-hero{background:linear-gradient(135deg,#f1c40f,#e67e22);color:var(--ci-dark);padding:4rem 0}.ci-business-hero__inner{max-width:720px}.ci-business-hero__title{color:var(--ci-white);font-size:clamp(1.8rem,4vw,2.6rem);font-weight:800;margin-bottom:1rem;text-shadow:1px 2px 6px rgba(0,0,0,.18)}.ci-business-hero__subtitle{color:#fffffff2;font-size:1.1rem;line-height:1.55;margin-bottom:1.5rem}.ci-business-hero__cta.ci-btn--secondary{background:var(--ci-teal);color:var(--ci-white);border-color:var(--ci-teal);text-transform:uppercase;letter-spacing:.04em;padding:.85rem 1.75rem}.ci-business-hero__cta.ci-btn--secondary:hover{background:var(--ci-teal-dark);border-color:var(--ci-teal-dark)}.ci-business-why{padding:3.5rem 0;background:var(--ci-white)}.ci-business-why__header{text-align:center;max-width:720px;margin:0 auto 2rem}.ci-business-why__title{color:var(--ci-teal);font-size:1.8rem;margin-bottom:.5rem}.ci-business-why__text{color:var(--ci-gray-600)}.ci-business-why__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem}.ci-business-feature{text-align:center;padding:1.5rem;background:var(--ci-gray-50);border-radius:8px;border-bottom:3px solid var(--ci-orange)}.ci-business-feature__icon{width:56px;height:56px;border-radius:50%;background:var(--ci-orange);color:var(--ci-white);display:inline-flex;align-items:center;justify-content:center;font-size:1.5rem;margin-bottom:1rem}.ci-business-feature__title{color:var(--ci-dark);font-size:1.05rem;margin-bottom:.5rem}.ci-business-feature__text{color:var(--ci-gray-600);font-size:.9rem;line-height:1.5;margin:0}.ci-business-about{padding:3rem 0;background:var(--ci-gray-50)}.ci-business-about h2{color:var(--ci-orange);margin-bottom:1rem}.ci-business-mvv{display:flex;flex-direction:column;gap:1rem}.ci-business-mvv__item{background:var(--ci-white);border-left:4px solid var(--ci-teal);padding:1rem 1.25rem;border-radius:4px}.ci-business-mvv__item h3{color:var(--ci-teal);font-size:1rem;margin-bottom:.4rem;display:flex;align-items:center;gap:.5rem}.ci-business-mvv__item p{margin:0;color:var(--ci-gray-700);font-size:.92rem;line-height:1.5}.ci-business-form{padding:4rem 0;background:var(--ci-white)}.ci-business-form__intro{padding-right:1rem}.ci-business-form__eyebrow{color:var(--ci-orange);font-weight:700;letter-spacing:.08em;text-transform:uppercase;font-size:.85rem}.ci-business-form__title{color:var(--ci-dark);font-size:clamp(1.5rem,2.5vw,2rem);margin-bottom:1rem;line-height:1.2}.ci-business-form__text{color:var(--ci-gray-700);font-size:1rem;line-height:1.6;margin-bottom:1.25rem}.ci-business-form__bullets{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.ci-business-form__bullets li{display:flex;align-items:center;gap:.5rem;color:var(--ci-gray-700)}.ci-business-form__bullets i{color:var(--ci-teal);font-size:1.2rem}.ci-business-form__card{background:var(--ci-gray-50);border-radius:8px;padding:1.5rem;box-shadow:0 4px 14px #0000000f}.ci-business-form__card .form-label{font-weight:600;color:var(--ci-dark);font-size:.9rem}.ci-business-form__card .form-control,.ci-business-form__card .form-select{border-color:var(--ci-gray-200)}.ci-business-form__card .form-control:focus,.ci-business-form__card .form-select:focus{border-color:var(--ci-orange);box-shadow:0 0 0 .18rem #e152002e}.ci-business-form__card button[type=submit]{background:var(--ci-orange);color:var(--ci-white);border:none;padding:.75rem 1.5rem;border-radius:.4rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;width:100%;margin-top:1rem}.ci-business-form__card button[type=submit]:hover{background:var(--ci-orange-dark)}.ci-faq{padding:2rem 0 4rem}.ci-faq-accordion .accordion-item{border:1px solid var(--ci-gray-100);margin-bottom:.5rem;border-radius:6px!important;overflow:hidden}.ci-faq-accordion .accordion-button{background:var(--ci-white);color:var(--ci-orange);font-weight:700;padding:1rem 1.25rem;box-shadow:none}.ci-faq-accordion .accordion-button:not(.collapsed){background:var(--ci-orange);color:var(--ci-white)}.ci-faq-accordion .accordion-button:not(.collapsed):after{filter:brightness(0) invert(1)}.ci-faq-accordion .accordion-button:focus{box-shadow:0 0 0 .18rem #e1520040}.ci-faq-accordion .accordion-body{color:var(--ci-gray-700);line-height:1.65;padding:1.25rem;background:var(--ci-gray-50)}.ci-faq-accordion .accordion-body a{color:var(--ci-orange)}.ci-faq-accordion .accordion-body a:hover{color:var(--ci-orange-dark)}.ci-page-body{line-height:1.65}.ci-page-body h2,.ci-page-body h3{color:var(--ci-orange);margin-top:1.5rem}.ci-page-body img{max-width:100%;height:auto;border-radius:6px}.ci-contact-form{padding:4rem 0;background:var(--ci-gray-50)}.ci-contact-form__intro{padding-right:1rem;height:100%;display:flex;flex-direction:column;justify-content:center}.ci-contact-form__eyebrow{color:var(--ci-orange);font-weight:700;letter-spacing:.08em;text-transform:uppercase;font-size:.85rem;display:block;margin-bottom:.5rem}.ci-contact-form__title{color:var(--ci-dark);font-size:clamp(1.5rem,2.5vw,2rem);margin-bottom:1rem;line-height:1.2}.ci-contact-form__text{color:var(--ci-gray-700);font-size:1rem;line-height:1.6;margin-bottom:1.5rem}.ci-contact-form__details{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.ci-contact-form__details li{display:flex;align-items:flex-start;gap:.65rem;color:var(--ci-gray-700);font-size:.95rem;line-height:1.5}.ci-contact-form__details i{color:var(--ci-teal);font-size:1.05rem;margin-top:.18rem;flex-shrink:0}.ci-contact-form__details a{color:var(--ci-gray-700);text-decoration:none;transition:color .15s ease}.ci-contact-form__details a:hover{color:var(--ci-orange)}.ci-contact-form__card{background:var(--ci-white);border-radius:10px;padding:1.75rem;box-shadow:0 4px 14px #0000000f}.ci-contact-form__card .form-label{font-weight:600;color:var(--ci-dark);font-size:.9rem}.ci-contact-form__card .form-control,.ci-contact-form__card .form-select{border-color:var(--ci-gray-200)}.ci-contact-form__card .form-control:focus,.ci-contact-form__card .form-select:focus{border-color:var(--ci-orange);box-shadow:0 0 0 .18rem #e152002e}.ci-contact-form__card .btn-primary{background:var(--ci-orange);border-color:var(--ci-orange);color:var(--ci-white);font-weight:600;padding:.55rem 1.4rem}.ci-contact-form__card .btn-primary:hover,.ci-contact-form__card .btn-primary:focus{background:var(--ci-orange-dark);border-color:var(--ci-orange-dark);box-shadow:0 0 0 .18rem #e1520040}@media (max-width: 991.98px){.ci-contact-form{padding:2.5rem 0}.ci-contact-form__intro{padding-right:0;margin-bottom:1.5rem}}.ci-blog-list{padding:3rem 0 4rem}.ci-post-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.75rem}@media (max-width: 991.98px){.ci-post-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 575.98px){.ci-post-grid{grid-template-columns:1fr}}.ci-post-card{display:flex;flex-direction:column;background:#fff;border-radius:12px;overflow:hidden;transition:transform .18s ease,box-shadow .18s ease;border:1px solid #eee}.ci-post-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px -8px #0000001f}.ci-post-card__cover-link{display:block;aspect-ratio:16 / 9;overflow:hidden;background:#f5f5f5}.ci-post-card__cover{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.ci-post-card:hover .ci-post-card__cover{transform:scale(1.04)}.ci-post-card__cover--placeholder{display:flex;align-items:center;justify-content:center;color:var(--ci-orange, #ED6E2E);font-size:3rem;background:linear-gradient(135deg,#fff1e5,#fce6d2)}.ci-post-card__body{padding:1.25rem;display:flex;flex-direction:column;gap:.6rem;flex:1}.ci-post-card__categories{display:flex;gap:.4rem;flex-wrap:wrap}.ci-post-card__category{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;padding:.3rem .65rem;background:var(--ci-orange-soft, #FFF1E5);color:var(--ci-orange, #ED6E2E);border-radius:999px;text-decoration:none;transition:background .15s ease}.ci-post-card__category:hover{background:var(--ci-orange, #ED6E2E);color:#fff}.ci-post-card__title{margin:0;font-size:1.15rem;font-weight:700;line-height:1.3;color:var(--ci-dark, #424953)}.ci-post-card__title a{color:inherit;text-decoration:none;transition:color .15s ease}.ci-post-card__title a:hover{color:var(--ci-orange, #ED6E2E)}.ci-post-card__excerpt{margin:0;font-size:.92rem;line-height:1.55;color:var(--ci-gray-700, #424953);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.ci-post-card__meta{margin-top:auto;padding-top:.75rem;border-top:1px solid #eee;display:flex;gap:1rem;font-size:.8rem;color:var(--ci-gray-700, #424953)}.ci-post-card__meta-item{display:inline-flex;align-items:center;gap:.35rem}.ci-post-card__meta-item i{font-size:.95em;opacity:.75}.ci-blog-post__header{padding:2.5rem 0 1.5rem}.ci-blog-post__categories{margin-bottom:1rem;display:flex;gap:.4rem;flex-wrap:wrap}.ci-blog-post__category{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;padding:.35rem .75rem;background:var(--ci-orange-soft, #FFF1E5);color:var(--ci-orange, #ED6E2E);border-radius:999px;text-decoration:none}.ci-blog-post__title{margin:0 0 1rem;font-size:2.5rem;font-weight:800;line-height:1.15;letter-spacing:-.025em;color:var(--ci-dark, #424953)}@media (max-width: 768px){.ci-blog-post__title{font-size:1.75rem}}.ci-blog-post__meta{display:flex;gap:1.25rem;font-size:.92rem;color:var(--ci-gray-700, #424953);flex-wrap:wrap}.ci-blog-post__meta-item{display:inline-flex;align-items:center;gap:.4rem}.ci-blog-post__cover{margin:0 0 2rem;max-height:480px;overflow:hidden}.ci-blog-post__cover img{width:100%;height:auto;max-height:480px;object-fit:cover}.ci-blog-post__body{padding-bottom:4rem}.ci-blog-post__content{max-width:760px;margin:0 auto;font-size:1.0625rem;line-height:1.75;color:var(--ci-dark)}.ci-blog-post__content h2,.ci-blog-post__content h3,.ci-blog-post__content h4{margin-top:2.5rem;margin-bottom:.75rem;color:var(--ci-dark, #424953);font-weight:700;letter-spacing:-.015em}.ci-blog-post__content h2{font-size:1.75rem}.ci-blog-post__content h3{font-size:1.4rem}.ci-blog-post__content h4{font-size:1.15rem}.ci-blog-post__content p{margin-bottom:1.25rem}.ci-blog-post__content img,.ci-blog-post__content figure{max-width:100%;height:auto;margin:1.5rem auto;border-radius:8px;display:block}.ci-blog-post__content figure{margin:1.5rem 0}.ci-blog-post__content figcaption{text-align:center;color:var(--ci-gray-700, #424953);font-size:.85rem;margin-top:.5rem}.ci-blog-post__content blockquote{border-left:4px solid var(--ci-orange, #ED6E2E);background:var(--ci-orange-soft, #FFF1E5);padding:1rem 1.25rem;margin:1.5rem 0;border-radius:0 8px 8px 0;font-style:italic}.ci-blog-post__content ul,.ci-blog-post__content ol{margin-bottom:1.25rem;padding-left:1.5rem}.ci-blog-post__content li{margin-bottom:.4rem}.ci-blog-post__content a{color:var(--ci-orange, #ED6E2E);text-decoration:underline;text-underline-offset:3px}.ci-blog-post__content a:hover{opacity:.85}.ci-blog-post__tags{max-width:760px;margin:2.5rem auto 0;display:flex;align-items:center;flex-wrap:wrap;gap:.5rem}.ci-blog-post__tags-label{color:var(--ci-gray-700, #424953);font-size:.9rem}.ci-blog-post__tag{font-size:.85rem;padding:.25rem .6rem;background:#f5f5f5;color:var(--ci-gray-700, #424953);border-radius:4px;text-decoration:none;transition:background .15s ease}.ci-blog-post__tag:hover{background:var(--ci-orange-soft, #FFF1E5);color:var(--ci-orange, #ED6E2E)}.ci-page__body{padding:3rem 0 5rem;background:#fff}.ci-page__content{max-width:820px;margin:0 auto;font-size:1.0625rem;line-height:1.75;color:var(--ci-dark)}.ci-page__content h1,.ci-page__content h2,.ci-page__content h3,.ci-page__content h4{color:var(--ci-dark, #424953);font-weight:700;letter-spacing:-.015em;line-height:1.25}.ci-page__content h1{font-size:2rem;margin:2rem 0 1rem}.ci-page__content h2{font-size:1.55rem;margin:2.25rem 0 .75rem}.ci-page__content h3{font-size:1.25rem;margin:1.75rem 0 .5rem}.ci-page__content h4{font-size:1.1rem;margin:1.5rem 0 .5rem}.ci-page__content h2:first-child,.ci-page__content h3:first-child{margin-top:0}.ci-page__content p{margin:0 0 1.15rem}.ci-page__content p:last-child{margin-bottom:0}.ci-page__content strong{font-weight:700;color:var(--ci-dark, #424953)}.ci-page__content em{font-style:italic}.ci-page__content small{font-size:.85em}.ci-page__content ul,.ci-page__content ol{margin:0 0 1.25rem;padding-left:1.5rem}.ci-page__content li{margin-bottom:.45rem;line-height:1.65}.ci-page__content ul ul,.ci-page__content ol ol,.ci-page__content ul ol,.ci-page__content ol ul{margin-top:.4rem;margin-bottom:.4rem}.ci-page__content a{color:var(--ci-orange, #ED6E2E);text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:1.5px;transition:opacity .15s ease}.ci-page__content a:hover{opacity:.78}.ci-page__content blockquote{margin:1.5rem 0;padding:1rem 1.25rem;background:var(--ci-orange-soft, #FFF1E5);border-left:4px solid var(--ci-orange, #ED6E2E);border-radius:0 8px 8px 0;font-style:italic;color:var(--ci-gray-700, #424953)}.ci-page__content blockquote p:last-child{margin-bottom:0}.ci-page__content code{font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,monospace;font-size:.92em;background:#f5f5f5;color:var(--ci-orange, #ED6E2E);padding:.15rem .4rem;border-radius:4px}.ci-page__content pre{background:#1e293b;color:#e2e8f0;padding:1rem;border-radius:8px;overflow-x:auto;margin:1.25rem 0}.ci-page__content pre code{background:transparent;color:inherit;padding:0}.ci-page__content hr{border:0;border-top:1px solid #e0e0e0;margin:2rem 0}.ci-page__content img,.ci-page__content figure{max-width:100%;height:auto;margin:1.5rem auto;border-radius:8px;display:block}.ci-page__content figure{margin:1.5rem 0}.ci-page__content figcaption{text-align:center;color:var(--ci-gray-700, #424953);font-size:.85rem;margin-top:.5rem}.ci-page__content table{width:100%;margin:1.5rem 0;border-collapse:collapse;font-size:.95rem}.ci-page__content th,.ci-page__content td{text-align:left;padding:.65rem .85rem;border-bottom:1px solid #e0e0e0}.ci-page__content th{background:#f8f9fa;color:var(--ci-dark, #424953);font-weight:700}@media (max-width: 575.98px){.ci-page__body{padding:2rem 0 3rem}.ci-page__content{font-size:1rem}.ci-page__content h1{font-size:1.5rem}.ci-page__content h2{font-size:1.25rem}.ci-page__content h3{font-size:1.1rem}}.ci-newsletter-message__icon{display:inline-flex;align-items:center;justify-content:center;width:96px;height:96px;margin:0 auto;border-radius:50%;background:var(--ci-orange-soft, #FFF1E5);color:var(--ci-orange, #ED6E2E);font-size:2.75rem}
