.edc-world-in-10{--edc-bg-primary:#fff;--edc-bg-secondary:#f8f4f3;--edc-bg-tertiary:#f5f9f9;--edc-bg-accent:#355e4f;--edc-text-primary:#24272a;--edc-text-secondary:#151617;--edc-text-muted:#666;--edc-text-accent:#529179;--edc-text-accent-dark:#355e4f;--edc-text-inverse:#fff;--edc-border-color:rgba(0,0,0,.08);--edc-border-radius:6px;--edc-lightbox-bg:hsla(0,0%,100%,.7);--edc-lightbox-blur:33px;--edc-transition-fast:0.2s cubic-bezier(0.4,0,0.2,1);--edc-transition-medium:0.3s cubic-bezier(0.4,0,0.2,1);--edc-transition-slow:0.8s cubic-bezier(0.25,0.46,0.45,0.94);--edc-padding-standard:36px;--edc-padding-mobile:24px;--edc-gap-standard:36px;--edc-max-width:1460px}.edc-world-in-10.edc-theme--dark{--edc-bg-primary:#24272a;--edc-bg-secondary:#214b64;--edc-bg-tertiary:#042d41;--edc-bg-accent:#214b64;--edc-text-primary:#fff;--edc-text-secondary:#e0e0e0;--edc-text-muted:#aaa;--edc-text-accent:#7bbfa5;--edc-text-accent-dark:#5a9a7d;--edc-text-inverse:#24272a;--edc-border-color:hsla(0,0%,100%,.1);--edc-lightbox-bg:rgba(4,45,65,.7)}.edc-world-in-10{color:var(--edc-text-primary);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6}.edc-world-in-10 *,.edc-world-in-10 :after,.edc-world-in-10 :before{box-sizing:border-box}.edc-hero{align-items:center;display:flex;justify-content:center;min-height:400px;overflow:hidden;padding:240px 18px 90px;position:relative;text-align:center;width:100%}.edc-hero__background{background-position:50%;background-repeat:no-repeat;background-size:cover;bottom:-50px;left:0;position:absolute;right:0;top:-50px;will-change:transform;z-index:0}.edc-hero__overlay{background:rgba(0,0,0,.35);bottom:0;left:0;position:absolute;right:0;top:0;z-index:1}.edc-theme--dark .edc-hero__overlay{background:rgba(0,0,0,.5)}.edc-hero__content{max-width:800px;position:relative;z-index:2}.edc-hero__logo{height:auto;margin-bottom:40px;max-width:240px}.edc-hero__title{color:var(--edc-text-inverse);font-family:mulish,sans-serif;font-size:2rem;font-weight:500;margin:0 0 18px}.edc-hero__date{color:var(--edc-text-inverse);display:block;font-family:"ibm plex serif",serif;font-size:3rem;font-weight:300}.edc-intro{background-color:var(--edc-bg-secondary);padding:72px 18px;text-align:center}.edc-intro__content{border-left:4px solid var(--edc-text-accent);color:var(--edc-text-secondary);font-size:21px;line-height:1.6;margin:0 auto;max-width:1080px;padding-left:30px;text-align:left}.edc-intro__content a{color:var(--edc-text-accent);text-decoration:underline;transition:color var(--edc-transition-fast)}.edc-intro__content a:hover{color:var(--edc-text-accent-dark)}.edc-location-section{background-color:var(--edc-bg-secondary);padding:60px 20px}.edc-location__image-clickable{border-radius:var(--edc-border-radius);cursor:pointer;overflow:hidden;position:relative}.edc-location__image-clickable img{display:block;height:auto;transition:transform var(--edc-transition-medium);width:100%}.edc-location__image-clickable:hover img{transform:scale(1.03)}.edc-location__image-overlay{align-items:center;background:linear-gradient(0deg,rgba(0,0,0,.3) 0,transparent 50%);border-radius:var(--edc-border-radius);display:flex;inset:0;justify-content:center;opacity:0;position:absolute;transition:opacity var(--edc-transition-fast)}.edc-location__image-clickable:focus .edc-location__image-overlay,.edc-location__image-clickable:hover .edc-location__image-overlay{opacity:1}.edc-location__expand-icon{align-items:center;background-color:hsla(0,0%,100%,.9);border-radius:50%;display:flex;height:48px;justify-content:center;opacity:0;transform:scale(.8);transition:all var(--edc-transition-fast);width:48px}.edc-location__image-clickable:focus .edc-location__expand-icon,.edc-location__image-clickable:hover .edc-location__expand-icon{opacity:1;transform:scale(1)}.edc-location__expand-icon svg{color:var(--edc-text-accent-dark);height:24px;width:24px}.edc-location__image-clickable:focus{outline:2px solid var(--edc-text-accent);outline-offset:2px}.edc-location-grid{display:grid;gap:var(--edc-gap-standard);margin:0 auto;max-width:var(--edc-max-width)}.edc-location-grid--cards_2{grid-template-columns:repeat(2,1fr)}.edc-location-grid--cards_3{grid-template-columns:repeat(3,1fr)}.edc-location-grid--cards_4{grid-template-columns:repeat(4,1fr)}.edc-location--default{background-color:var(--edc-bg-primary);border:1px solid var(--edc-border-color);border-radius:var(--edc-border-radius);display:flex;flex-direction:column;height:100%;padding:var(--edc-padding-standard);transition:border-color var(--edc-transition-fast)}.edc-location--default:hover{border-color:var(--edc-text-accent)}.edc-location--default .edc-location__number{color:var(--edc-text-primary);font-size:16px;font-weight:600;margin-bottom:15px}.edc-location--default .edc-location__header{margin-bottom:20px}.edc-location--default .edc-location__title{font-size:21px;font-weight:400;line-height:1.3;margin:0}.edc-location--default .edc-location__location{color:var(--edc-text-accent);font-weight:400}.edc-location--default .edc-location__question,.edc-location--default .edc-location__separator{color:var(--edc-text-primary)}.edc-location--default .edc-location__image-middle{margin:0 -18px 20px;overflow:hidden}.edc-location--default .edc-location__image-middle .edc-location__image-clickable,.edc-location--default .edc-location__image-middle .edc-location__image-overlay{border-radius:0}.edc-location--default .edc-location__answer{color:var(--edc-text-accent);font-size:21px;font-weight:700;letter-spacing:.5px;margin:0 0 18px;text-transform:uppercase}.edc-location--default .edc-location__details{color:var(--edc-text-secondary);flex-grow:1;font-size:18px;line-height:1.35}.edc-location--default .edc-location__details p{margin:0 0 1rem}.edc-location--default .edc-location__details p:last-child{margin-bottom:0}.edc-location--default .edc-location__details a{color:var(--edc-text-accent);text-decoration:underline;transition:color var(--edc-transition-fast)}.edc-location--default .edc-location__details a:hover{color:var(--edc-text-accent-dark)}.edc-location-section--design1{background-color:var(--edc-bg-secondary);padding:60px 20px}.edc-location--design1{margin:0 auto;max-width:var(--edc-max-width)}.edc-location--align-left{margin-left:0;margin-right:auto}.edc-location--align-center{margin-left:auto;margin-right:auto}.edc-location--align-right{margin-left:auto;margin-right:0}.edc-location--design1 .edc-location__container{align-items:center;background-color:var(--edc-bg-primary);border:1px solid var(--edc-border-color);border-radius:var(--edc-border-radius);display:grid;gap:var(--edc-gap-standard);grid-template-columns:1fr 1.5fr;padding:var(--edc-padding-standard);transition:border-color var(--edc-transition-fast)}.edc-location--design1 .edc-location__container:hover{border-color:var(--edc-text-accent)}.edc-location--design1 .edc-location__number{color:var(--edc-text-primary);font-size:16px;font-weight:600;margin-bottom:15px}.edc-location--design1 .edc-location__title{font-size:21px;font-weight:400;line-height:1.3;margin:0 0 40px}.edc-location--design1 .edc-location__location{color:var(--edc-text-accent);display:block;font-weight:400;margin-bottom:10px}.edc-location--design1 .edc-location__question{color:var(--edc-text-primary);display:block;font-size:36px}.edc-location--design1 .edc-location__answer{color:var(--edc-text-accent);font-size:21px;letter-spacing:.5px;margin:0 0 18px;text-transform:uppercase}.edc-location--design1 .edc-location__details{color:var(--edc-text-secondary);font-size:18px;line-height:1.35}.edc-location--design1 .edc-location__details p{margin:0 0 1rem}.edc-location--design1 .edc-location__details p:last-child{margin-bottom:0}.edc-location--design1 .edc-location__details a{color:var(--edc-text-accent);text-decoration:underline;transition:color var(--edc-transition-fast)}.edc-location--design1 .edc-location__details a:hover{color:var(--edc-text-accent-dark)}.edc-location--design1 .edc-location__image{border-radius:var(--edc-border-radius);overflow:hidden;position:relative}.edc-location--design2{background-color:var(--edc-bg-secondary);padding:0}.edc-location--design2 .edc-location__design2-wrapper{background-color:var(--edc-bg-accent);margin:240px auto 0;position:relative}.edc-location--design2 .edc-location__image-top{margin:-240px auto 18px;max-width:1080px;padding:0 20px;position:relative;z-index:2}.edc-location--design2 .edc-location__image-top .edc-location__image-clickable img{border-radius:var(--edc-border-radius)}.edc-location--design2 .edc-location__content-bg{margin:0 auto;max-width:var(--edc-max-width);padding:18px;position:relative;z-index:1}.edc-location--design2 .edc-location__content-grid{align-items:start;display:grid;gap:60px;grid-template-columns:1fr 1fr;margin-top:18px}.edc-location--design2 .edc-location__content-left{padding-right:18px}.edc-location--design2 .edc-location__number{color:var(--edc-text-inverse);font-size:16px;font-weight:600;margin-bottom:15px}.edc-location--design2 .edc-location__title{font-size:21px;font-weight:400;line-height:1.3;margin:0 0 40px}.edc-location--design2 .edc-location__location{color:var(--edc-text-inverse);display:block;font-weight:400;margin-bottom:10px}.edc-location--design2 .edc-location__question{color:var(--edc-text-inverse);display:block;font-size:36px}.edc-location--design2 .edc-location__content-right{padding-left:18px}.edc-location--design2 .edc-location__answer{color:#e5f4e3;font-size:21px;font-weight:700;margin:0 0 30px;text-transform:uppercase}.edc-location--design2 .edc-location__details{color:var(--edc-text-inverse);font-size:18px;line-height:1.35}.edc-location--design2 .edc-location__details p{margin:0 0 1rem}.edc-location--design2 .edc-location__details p:last-child{margin-bottom:0}.edc-location--design2 .edc-location__details a{color:#e5f4e3;text-decoration:underline;transition:color var(--edc-transition-fast)}.edc-location--design2 .edc-location__details a:hover{color:var(--edc-text-inverse)}.edc-cta{background-color:var(--edc-bg-accent);padding:100px 20px;position:relative;text-align:center}.edc-theme--dark .edc-cta{background-color:var(--edc-bg-tertiary)}.edc-cta__container{margin:0 auto;max-width:1200px}.edc-cta__content{color:var(--edc-text-inverse);font-size:1.125rem;line-height:1.8;margin-bottom:50px}.edc-cta__content h1,.edc-cta__content h2,.edc-cta__content h3{color:var(--edc-text-inverse);font-size:2.5rem;font-weight:400;line-height:1.3;margin-bottom:30px}.edc-cta__content h4{color:var(--edc-text-inverse);font-size:2rem;font-weight:400;margin-bottom:25px}.edc-cta__content p{margin-bottom:1.5rem}.edc-cta__content p:last-child{margin-bottom:0}.edc-cta__content a{color:#e5f4e3;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:2px;transition:color var(--edc-transition-fast)}.edc-cta__content a:hover{color:var(--edc-text-inverse)}.edc-cta__content a:focus{border-radius:2px;outline:2px solid #e5f4e3;outline-offset:4px}.edc-cta__content hr{border:none;border-top:2px solid var(--edc-text-inverse);margin:30px auto;max-width:150px;opacity:.5}.edc-cta__button-wrapper{margin-top:40px}.edc-cta__button{align-items:center;background-color:var(--edc-bg-primary);border:1px solid transparent;border-radius:var(--edc-border-radius);color:var(--edc-bg-accent);cursor:pointer;display:inline-flex;font-size:1rem;font-weight:600;gap:12px;justify-content:center;min-width:180px;padding:10px 40px;text-decoration:none;transition:all var(--edc-transition-fast)}.edc-cta__button:hover{background-color:#e5f4e3;transform:translateY(-2px)}.edc-cta__button:focus{outline:3px solid #e5f4e3;outline-offset:4px}.edc-cta__button:active{transform:translateY(0)}.edc-cta__button-icon{flex-shrink:0;transition:transform var(--edc-transition-fast)}.edc-cta__button:hover .edc-cta__button-icon{transform:translateX(4px)}.edc-theme--dark .edc-cta__button{background-color:#fff;color:var(--edc-bg-tertiary)}.edc-theme--dark .edc-cta__button:hover{background-color:#e5f4e3}.edc-lightbox{align-items:center;display:flex;inset:0;justify-content:center;opacity:0;position:fixed;transition:opacity var(--edc-transition-medium),visibility var(--edc-transition-medium);visibility:hidden;z-index:9999}.edc-lightbox.is-active{opacity:1;visibility:visible}.edc-lightbox__backdrop{backdrop-filter:blur(var(--edc-lightbox-blur));-webkit-backdrop-filter:blur(var(--edc-lightbox-blur));background-color:var(--edc-lightbox-bg);inset:0;position:absolute}.edc-lightbox__close{align-items:center;background-color:var(--edc-bg-primary);border:1px solid var(--edc-border-color);border-radius:50%;color:var(--edc-text-primary);cursor:pointer;display:flex;height:44px;justify-content:center;position:absolute;right:20px;top:20px;transition:all var(--edc-transition-fast);user-select:none;width:44px;z-index:10}.edc-lightbox__close:hover{background-color:var(--edc-text-accent);border-color:var(--edc-text-accent);color:#fff;transform:rotate(90deg)}.edc-lightbox__close svg{height:20px;width:20px}.edc-lightbox__nav{align-items:center;background-color:var(--edc-bg-primary);border:1px solid var(--edc-border-color);border-radius:50%;color:var(--edc-text-primary);cursor:pointer;display:flex;height:44px;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);transition:all var(--edc-transition-fast);user-select:none;width:44px;z-index:10}.edc-lightbox__nav--prev{left:20px}.edc-lightbox__nav--next{right:20px}.edc-lightbox__nav:hover:not(.is-disabled){background-color:var(--edc-text-accent);border-color:var(--edc-text-accent);color:#fff}.edc-lightbox__nav.is-disabled{cursor:not-allowed;opacity:.3;pointer-events:none}.edc-lightbox__nav svg{height:20px;width:20px}.edc-lightbox__counter{background-color:var(--edc-bg-primary);border:1px solid var(--edc-border-color);border-radius:20px;color:var(--edc-text-muted);font-size:12px;font-weight:500;left:50%;padding:6px 14px;position:absolute;top:20px;transform:translateX(-50%);z-index:10}.edc-lightbox__image-wrapper{align-items:center;display:flex;justify-content:center;max-height:85vh;max-width:90vw;position:relative;z-index:1}.edc-lightbox__image{border-radius:var(--edc-border-radius);max-height:85vh;max-width:100%;object-fit:contain;opacity:0;transform:scale(.95);transition:transform var(--edc-transition-medium),opacity var(--edc-transition-medium)}.edc-lightbox.is-active .edc-lightbox__image{opacity:1;transform:scale(1)}.edc-lightbox__close:focus,.edc-lightbox__nav:focus{outline:2px solid var(--edc-text-accent);outline-offset:2px}.edc-lightbox__close:focus:not(:focus-visible),.edc-lightbox__nav:focus:not(:focus-visible){outline:none}.edc-lightbox__close:focus-visible,.edc-lightbox__nav:focus-visible{outline:2px solid var(--edc-text-accent);outline-offset:2px}@media (max-width:1200px){.edc-location-grid--cards_4{grid-template-columns:repeat(3,1fr)}.edc-location--design1 .edc-location__container{gap:40px;padding:40px}.edc-location--design1 .edc-location__title{font-size:2rem}.edc-location--design1 .edc-location__answer{font-size:1.75rem}}@media (max-width:1024px){.edc-location-grid--cards_3,.edc-location-grid--cards_4{grid-template-columns:repeat(2,1fr)}.edc-location--design2 .edc-location__design2-wrapper{margin-top:100px}.edc-location--design2 .edc-location__image-top{margin-top:-100px}.edc-location--design2 .edc-location__content-bg{padding:60px 40px 40px}.edc-location--design2 .edc-location__content-grid{gap:40px}.edc-location--design2 .edc-location__answer,.edc-location--design2 .edc-location__title{font-size:1.75rem}.edc-cta__content h1,.edc-cta__content h2,.edc-cta__content h3{font-size:2rem}}@media (max-width:968px){.edc-location--design1 .edc-location__container{grid-template-columns:1fr;padding:30px}.edc-location--design1 .edc-location__content{padding-right:0}.edc-location--design1 .edc-location__title{font-size:1.75rem}.edc-location--design1 .edc-location__question{font-size:28px}.edc-location--design1 .edc-location__answer{font-size:1.5rem}.edc-location--design1 .edc-location__details{font-size:1rem}}@media (max-width:768px){.edc-hero{min-height:350px;padding:180px 18px 60px}.edc-hero__title{font-size:1.75rem}.edc-hero__date{font-size:2.25rem}.edc-intro{padding:48px 18px}.edc-intro__content{font-size:18px;padding-left:20px}.edc-location-section{padding:40px 15px}.edc-location-grid--cards_2,.edc-location-grid--cards_3,.edc-location-grid--cards_4{gap:24px;grid-template-columns:1fr}.edc-location--default{padding:var(--edc-padding-mobile)}.edc-location--default .edc-location__answer,.edc-location--default .edc-location__title{font-size:18px}.edc-location--default .edc-location__details{font-size:16px}.edc-location--default .edc-location__image-middle{margin:0 -12px 20px}.edc-location--design2 .edc-location__design2-wrapper{margin-top:80px}.edc-location--design2 .edc-location__image-top{margin-top:-80px}.edc-location--design2 .edc-location__content-grid{gap:30px;grid-template-columns:1fr}.edc-location--design2 .edc-location__content-left,.edc-location--design2 .edc-location__content-right{padding-left:0;padding-right:0}.edc-location--design2 .edc-location__content-bg{padding:40px 30px}.edc-location--design2 .edc-location__question{font-size:28px}.edc-cta{padding:60px 18px}.edc-cta__content{font-size:1rem;margin-bottom:30px}.edc-cta__content h1,.edc-cta__content h2,.edc-cta__content h3{font-size:1.75rem;margin-bottom:20px}.edc-cta__button{font-size:16px;min-width:160px;padding:12px 32px}.edc-lightbox__nav{height:40px;width:40px}.edc-lightbox__nav--prev{left:10px}.edc-lightbox__nav--next{right:10px}.edc-lightbox__close{height:40px;right:10px;top:10px;width:40px}.edc-lightbox__counter{font-size:11px;padding:5px 12px;top:10px}}@media (max-width:640px){.edc-location-section--design1{padding:30px 15px}.edc-location--design1 .edc-location__container{padding:20px}.edc-location--design1 .edc-location__title{font-size:1.5rem;margin-bottom:20px}.edc-location--design1 .edc-location__location{margin-bottom:5px}.edc-location--design1 .edc-location__question{font-size:24px}.edc-location--design1 .edc-location__answer{font-size:1.25rem;margin-bottom:20px}.edc-location--design2 .edc-location__design2-wrapper{margin-top:60px}.edc-location--design2 .edc-location__image-top{margin-top:-60px;padding:0 15px}.edc-location--design2 .edc-location__content-bg{padding:30px 20px}.edc-location--design2 .edc-location__number{font-size:1.25rem;margin-bottom:15px}.edc-location--design2 .edc-location__title{font-size:1.5rem;margin-bottom:20px}.edc-location--design2 .edc-location__question{font-size:24px}.edc-location--design2 .edc-location__answer{font-size:1.5rem;margin-bottom:20px}.edc-location--design2 .edc-location__details{font-size:.95rem}}@media (max-width:480px){.edc-hero{min-height:300px;padding:140px 15px 50px}.edc-hero__logo{margin-bottom:30px;max-width:180px}.edc-hero__title{font-size:1.5rem}.edc-hero__date{font-size:1.75rem}.edc-intro__content{font-size:16px}.edc-location--default{padding:20px}.edc-location--default .edc-location__image-middle{margin:0 -10px 15px}.edc-cta{padding:50px 15px}.edc-cta__content h1,.edc-cta__content h2,.edc-cta__content h3{font-size:1.5rem}.edc-cta__button{font-size:15px;min-width:140px;padding:10px 24px}.edc-location__expand-icon{height:40px;width:40px}.edc-location__expand-icon svg{height:20px;width:20px}}.edc-location--default:focus-within,.edc-location--design1 .edc-location__container:focus-within{outline:2px solid var(--edc-text-accent);outline-offset:2px}.edc-intro__content a:focus,.edc-location__details a:focus{border-radius:2px;outline:2px solid var(--edc-text-accent);outline-offset:2px}@media (prefers-contrast:high){.edc-location--default,.edc-location--design1 .edc-location__container{border-width:2px}.edc-cta__button{border:2px solid}.edc-cta__content a{text-decoration-thickness:2px}.edc-lightbox__close,.edc-lightbox__nav{border-width:2px}}@media (prefers-reduced-motion:reduce){.edc-hero__background{transform:none!important}.edc-cta__button,.edc-cta__button-icon,.edc-intro__content a,.edc-lightbox,.edc-lightbox__close,.edc-lightbox__image,.edc-lightbox__nav,.edc-location--default,.edc-location--default .edc-location__image-middle img,.edc-location--design1 .edc-location__container,.edc-location--design1 .edc-location__image img,.edc-location__details a,.edc-location__expand-icon,.edc-location__image-clickable img{transition:none}.edc-cta__button:hover,.edc-cta__button:hover .edc-cta__button-icon,.edc-lightbox__close:hover,.edc-location--default:hover .edc-location__image-middle img,.edc-location--design1 .edc-location__container:hover .edc-location__image img,.edc-location__image-clickable:hover img{transform:none}}@media print{.edc-world-in-10{--edc-bg-primary:#fff;--edc-bg-secondary:#fff;--edc-text-primary:#000;--edc-text-secondary:#333}.edc-hero{min-height:auto;padding:40px 20px}.edc-hero__background,.edc-hero__overlay{display:none}.edc-hero__date,.edc-hero__title{color:#000}.edc-location--design2 .edc-location__design2-wrapper{background-color:#fff;margin-top:0}.edc-location--design2 .edc-location__image-top{margin-top:0}.edc-cta,.edc-location--design2 .edc-location__answer,.edc-location--design2 .edc-location__details,.edc-location--design2 .edc-location__location,.edc-location--design2 .edc-location__number,.edc-location--design2 .edc-location__question{color:#000}.edc-cta{background-color:#fff;padding:40px 20px}.edc-cta__content,.edc-cta__content h1,.edc-cta__content h2,.edc-cta__content h3,.edc-cta__content h4{color:#000}.edc-cta__button{background-color:#fff;border:2px solid #000;color:#000}.edc-lightbox,.edc-location__image-overlay{display:none!important}}@media (hover:none) and (pointer:coarse){.edc-cta__button{min-height:44px;padding:14px 32px}.edc-cta__content a,.edc-location__details a{padding:4px 0}.edc-lightbox__close,.edc-lightbox__nav{height:48px;width:48px}.edc-location__image-clickable{-webkit-tap-highlight-color:transparent}.edc-location__image-overlay{background:linear-gradient(0deg,rgba(0,0,0,.2) 0,transparent 30%);opacity:1}.edc-location__expand-icon{opacity:.8;transform:scale(.9)}}