@import"https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,100..900&family=Roboto+Condensed:wght@100..900&display=swap";*,*:before,*:after{box-sizing:border-box}html{font-size:62.5%;scroll-behavior:smooth}@media(max-width:48rem){html{font-size:46.5%}}body{margin:0;min-height:100vh;font-family:Inter,sans-serif;font-size:1.6rem;background-color:#fff;color:#2f2f2f}img{max-width:100%;height:auto;display:block}button,input,textarea,select{font:inherit}button{background:none;border:none}h1,h2,h3,h4,h5,h6,p{margin:0}a{color:inherit;text-decoration:none}body{font-family:Inter,sans-serif;color:#2f2f2f}h1,h2,h3,h4,h5,h6{font-weight:700;color:#1c1c1c}.container{max-width:104rem;padding-inline:2.4rem;margin:0 auto;width:100%}.page__wrapper{display:flex;flex-direction:column;min-height:100vh;background-color:#fff}.page-header,.main,.page-footer{width:100%}.main{flex:1}.button{display:inline-flex;align-items:center;justify-content:center;gap:1.2rem;padding:0 3.2rem;height:5.6rem;border-radius:0;border:none;font-family:Inter,sans-serif;font-weight:600;font-size:1.8rem;line-height:1;text-transform:uppercase;background-color:#03c;color:#fff;cursor:pointer;transition:transform .3s ease-in-out,background-color .3s ease-in-out,box-shadow .3s ease-in-out}@media(max-width:48rem){.button{height:5.2rem;padding:0 2.4rem;font-size:1.6rem}}.button:hover,.button:focus-visible{background-color:#001e77;transform:translateY(-.2rem);box-shadow:0 1.2rem 2.4rem #010ca94d}.button:active{transform:translateY(0);box-shadow:none}.button:after{content:"";display:inline-block;width:1.8rem;height:1.8rem;background-image:url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 9H15' stroke='white' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9 3L15 9L9 15' stroke='white' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}.button--light{background-color:#fff;color:#000}.button--light:after{background-image:url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 9H15' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9 3L15 9L9 15' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.button--light:hover,.button--light:focus-visible{background-color:#ebebeb;box-shadow:none}.form-field{display:flex;flex-direction:column;gap:.8rem}.form-field__label{font-weight:600;font-size:1.4rem;text-transform:uppercase;color:#fff;letter-spacing:.05em}.form-field__input{padding:1.8rem 2rem;background:#fff;color:#000;font-size:1.6rem;transition:border-color .3s ease-in-out,background-color .3s ease-in-out}.form-field__input:focus{outline:none;border-color:#03c;color:#000}.form-field__input::placeholder{color:#fff9}.checkbox{display:flex;align-items:flex-start;gap:1.6rem}.checkbox__input{position:absolute;opacity:0;pointer-events:none}.checkbox__box{width:2.2rem;height:2.2rem;border-radius:.4rem;border:.1rem solid rgba(255,255,255,.4);background:transparent;position:relative;transition:background-color .3s ease-in-out,border-color .3s ease-in-out;flex:none}.checkbox__input:focus-visible+.checkbox__box{outline:.2rem solid #03c;outline-offset:.2rem}.checkbox__input:checked+.checkbox__box{background-color:#03c;border-color:#03c}.checkbox__input:checked+.checkbox__box:after{content:"";position:absolute;top:50%;left:50%;width:1.2rem;height:.8rem;border:.2rem solid #ffffff;border-top:none;border-right:none;transform:translate(-50%,-55%) rotate(-45deg)}.checkbox__label{color:#ffffffe6;font-size:1.6rem}.pillar-card{display:flex;flex-direction:column;gap:2rem;padding:3.2rem;background:#fff;border:.4rem solid #03c;text-align:left}.pillar-card__icon{gap:3rem;display:flex;align-items:center}@media(max-width:48rem){.pillar-card__icon{flex-direction:column}}.pillar-card__icon img{max-width:9.6rem;width:100%}.pillar-card__title{font-size:2.8rem;line-height:1.2;color:#1c1c1c;font-weight:600}.pillar-card__subtitle{font-weight:600;font-size:1.8rem;line-height:1.4;color:#03c}.pillar-card__text{font-family:Inter,sans-serif;font-weight:400;font-size:2rem;line-height:1.6;color:#2f2f2f}@media(max-width:99.2rem){.pillar-card__text{font-size:1.8rem}}@media(max-width:48rem){.pillar-card__text{font-size:1.6rem}}.pillar-card__text{font-size:1.7rem}@media(max-width:76.8rem){.pillar-card{padding:2.8rem}}.speaker-card{display:flex;flex-direction:column;gap:2rem}.speaker-card__figure{position:relative;overflow:hidden;display:flex;margin:0}.speaker-card__image{width:100%;object-fit:cover;flex:1}.speaker-card__body{display:flex;flex-direction:column;gap:.8rem}.speaker-card__name{font-family:Roboto Condensed,sans-serif;font-size:3.2rem;color:#1c1c1c}.speaker-card__role{font-size:1.6rem;color:#5e5e5e}.page-header{padding-block:3.2rem}.page-header__container{display:flex;align-items:center;justify-content:flex-start}.page-header__logos{display:flex;align-items:center;gap:4rem}.page-header__logo{height:4rem;object-fit:contain}.page-header__divider{width:.1rem;height:6.4rem;background:#000}@media(max-width:48rem){.page-header{padding-block:2.4rem}.page-header__logo{height:3.2rem}.page-header__logos{gap:24px}}.hero{padding-top:0}.hero__container{max-width:114rem;margin:0 auto;width:100%}@media(max-width:76.8rem){.hero__container{padding:0}}.hero__card{overflow:hidden}.hero__media{position:relative;overflow:hidden}.hero__image{width:100%;height:100%;object-fit:cover}.hero__content{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:1.6rem;padding:4.8rem;color:#fff}@media(max-width:76.8rem){.hero__content{padding:3.2rem}}@media(max-width:48rem){.hero__content{padding:2.4rem}}.hero__kicker{font-family:Roboto Condensed,sans-serif;font-weight:700;text-transform:uppercase;letter-spacing:.02em;font-size:2.8rem;color:#fff}.hero__headline{font-family:Roboto Condensed,sans-serif;font-weight:700;text-transform:uppercase;font-size:7.2rem;letter-spacing:.01em;line-height:1.05;color:#fff;max-width:64rem}@media(max-width:99.2rem){.hero__headline{font-size:6.2rem}}@media(max-width:76.8rem){.hero__headline{font-size:4.8rem;max-width:none}}@media(max-width:48rem){.hero__headline{font-size:3.6rem}}.hero__details{font-size:2.2rem;font-weight:600;font-family:Inter,sans-serif;text-transform:uppercase;letter-spacing:.08em}.hero__body{display:flex;flex-direction:column;gap:2.4rem;padding:4.8rem 0;background:#fff;align-items:flex-start}@media(max-width:76.8rem){.hero__body{padding:3.2rem 0}}@media(max-width:48rem){.hero__body{padding:2.4rem 0}}.hero__description{font-family:Inter,sans-serif;font-weight:400;font-size:2rem;line-height:1.6;color:#2f2f2f}@media(max-width:99.2rem){.hero__description{font-size:1.8rem}}@media(max-width:48rem){.hero__description{font-size:1.6rem}}.hero__description{font-size:2.6rem;color:#2f2f2f;font-weight:500}.hero__button{align-self:flex-end}@media(max-width:48rem){.hero__button{align-self:center}}.vision{padding-block:4.6rem;background:#f7f7f7}.vision__container{text-align:left}.vision__title{font-size:3.6rem;line-height:1.2;color:#1c1c1c;margin-bottom:2.4rem;font-weight:500}.vision__text{font-family:Inter,sans-serif;font-weight:400;font-size:2rem;line-height:1.6;color:#2f2f2f}@media(max-width:99.2rem){.vision__text{font-size:1.8rem}}@media(max-width:48rem){.vision__text{font-size:1.6rem}}.vision__text{margin-bottom:1.6rem}.vision__text:last-child{margin-bottom:0}.pillars{padding-block:8.2rem}@media(max-width:99.2rem){.pillars{padding-block:7.2rem}}@media(max-width:76.8rem){.pillars{padding-block:5.6rem}}.pillars__container{display:flex;flex-direction:column;gap:4rem;align-items:flex-start;text-align:left}.pillars__title{font-size:6.2rem;line-height:1.2;color:#1c1c1c;text-align:left;font-family:Roboto Condensed,sans-serif}.pillars__intro{font-family:Inter,sans-serif;font-weight:400;font-size:2rem;line-height:1.6;color:#2f2f2f}@media(max-width:99.2rem){.pillars__intro{font-size:1.8rem}}@media(max-width:48rem){.pillars__intro{font-size:1.6rem}}.pillars__intro{text-align:left;align-self:flex-start}.pillars__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:3.2rem}@media(max-width:76.8rem){.pillars__grid{grid-template-columns:1fr}}.onsite{padding-block:8.2rem}@media(max-width:99.2rem){.onsite{padding-block:7.2rem}}@media(max-width:76.8rem){.onsite{padding-block:5.6rem}}.onsite{background:#000;color:#fff}.onsite__container{display:flex;align-items:center;gap:3.2rem}@media(max-width:99.2rem){.onsite__container{flex-direction:column;align-items:flex-start}}.onsite__content{display:flex;flex-direction:column;gap:1.6rem}.onsite__title{font-size:4rem;line-height:1.1;color:#fff;font-weight:600}.onsite__text{font-family:Inter,sans-serif;font-weight:400;font-size:2rem;line-height:1.6;color:#2f2f2f}@media(max-width:99.2rem){.onsite__text{font-size:1.8rem}}@media(max-width:48rem){.onsite__text{font-size:1.6rem}}.onsite__text{color:#ffffffd9}.onsite__note{font-size:1.8rem;font-weight:600;color:#fff;padding-bottom:3rem}.onsite__button{align-self:flex-end;flex-shrink:0}@media(max-width:99.2rem){.onsite__button{align-self:stretch;justify-content:center}}.agenda{padding-block:8.2rem}@media(max-width:99.2rem){.agenda{padding-block:7.2rem}}@media(max-width:76.8rem){.agenda{padding-block:5.6rem}}.agenda{background:#fff}.agenda__container{display:flex;flex-direction:column;gap:4rem}.agenda__title{font-size:6.2rem;text-transform:uppercase;font-family:Roboto Condensed,sans-serif;letter-spacing:.04em}.agenda__table{display:grid}.agenda__row{display:grid;grid-template-columns:32rem 1fr;gap:3.2rem;padding-block:2rem;border-bottom:.2rem solid #000000}.agenda__row:first-child{border-top:.2rem solid #000000}@media(max-width:76.8rem){.agenda__row{grid-template-columns:1fr;gap:2rem}}.agenda__time{font-family:Inter,sans-serif;font-size:1.8rem;letter-spacing:.02em}.agenda__info{font-size:1.8rem;line-height:1.5;max-width:43rem}.agenda__details{display:flex;flex-direction:column;justify-content:flex-start;margin-top:3.8rem}@media(max-width:99.2rem){.agenda__details{justify-content:flex-start}}.agenda__location{margin-top:2rem;font-size:3rem;line-height:1.6}.speakers{padding-block:8.2rem}@media(max-width:99.2rem){.speakers{padding-block:7.2rem}}@media(max-width:76.8rem){.speakers{padding-block:5.6rem}}.speakers{background:#f7f7f7}.speakers__container{display:flex;flex-direction:column;gap:4rem}.speakers__title{font-size:6.2rem;font-family:Roboto Condensed,sans-serif;letter-spacing:.04em}.speakers__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:3.2rem}@media(max-width:76.8rem){.speakers__grid{grid-template-columns:1fr}}.registration{padding-block:8.2rem}@media(max-width:99.2rem){.registration{padding-block:7.2rem}}@media(max-width:76.8rem){.registration{padding-block:5.6rem}}.registration{background:#111;color:#fff}.registration__container{display:flex;flex-direction:column;gap:3.2rem}.registration__title{color:#fff;font-size:4.2rem;font-family:Roboto Condensed,sans-serif;text-transform:uppercase;letter-spacing:.04em}.registration__form{display:flex;flex-direction:column;gap:2.4rem}.registration__fields{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:2.4rem}@media(max-width:99.2rem){.registration__fields{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:76.8rem){.registration__fields{grid-template-columns:1fr}}.registration__checkbox{margin-top:.8rem}.registration__submit{align-self:flex-start}.registration__legal{font-size:1.2rem;line-height:1.6;color:#fff9}.page-footer{padding-block:3.2rem;background:#000;color:#ffffffb3}.page-footer__container{display:flex;justify-content:center;text-align:center;font-size:1.4rem}
