/* Shared native Webflow Global Header and Global Footer styles.
   Source of truth: staging-webflow-components. */
:root{
  --accent:#C44536;--pearl:#EBEAE3;--licorice:#091F2C;--pine:#4E5B31;
  --font-display:"octin-college",sans-serif;--font-script:"bickham-script-pro-3",cursive;
  --font-sans:"acumin-pro",sans-serif;--font-condensed:"acumin-pro-condensed",sans-serif;
  --font-serif:"kepler-std-display",serif;--sans:var(--font-sans);--serif:var(--font-serif);
  --ease:cubic-bezier(.22,1,.36,1);--ease-out:var(--ease);
  --container-main:90rem;--page-padding:clamp(1.25rem,4vw,4rem);--pad:var(--page-padding);--max:90rem;
  --ltw-banner-h:3.35rem;--ltw-header-stack-h:7rem;
}

/* Extracted from conferences.html. */
.ltw-footer,.ltw-footer__stage,.ltw-footer__cover,.ltw-footer__logo-reveal{ background:var(--licorice) !important; }
.ltw-footer__logo-reveal{ overflow:hidden; }
.ltw-footer__logo-reveal-img{ transform:translateY(26%) !important; transition:transform 700ms cubic-bezier(.22,1,.36,1); will-change:transform; }
.ltw-footer__logo-reveal-img.is-revealed{ transform:translateY(0) !important; }
@media(prefers-reduced-motion:reduce){
.ltw-footer__logo-reveal-img{ transform:none !important; transition:none; }
}
@media(max-width:767px){
.ltw-mobile-menu.is-open{ visibility:visible; clip-path:inset(0% 0% 0% 0%); }
.ltw-mobile-menu.is-open .ltw-mobile-menu__item,
    .ltw-mobile-menu.is-open .ltw-mobile-menu__footer{ opacity:1; transform:none; }
}
@media(max-width:991px){
.ltw-nav__links,.ltw-nav__actions{ display:none !important; }
.ltw-menu-toggle{ display:inline-flex !important; justify-self:end; }
}

/* Extracted from conferences.html. */
.ltw-footer__col.ltw-footer__social > a.ltw-social-link{
  display:block !important;
  width:100% !important;
  max-width:18rem !important;
  color:var(--licorice) !important;
  text-decoration:none !important;
}
.ltw-social-link__inner{
  display:grid !important;
  grid-template-columns:1.75rem minmax(0,1fr) .9rem !important;
  align-items:center !important;
  gap:.72rem !important;
  min-height:2.45rem !important;
}
.ltw-social-link__iconwrap{
  display:grid !important;
  place-items:center !important;
  width:1.75rem !important;
  height:1.75rem !important;
}
.ltw-social-link__iconwrap .ltw-social-icon{
  width:1.55rem !important;
  height:1.55rem !important;
  transform:none !important;
}
.ltw-social-link__textclip{
  display:block !important;
  height:1.55rem !important;
  overflow:hidden !important;
}
.ltw-social-link__texttrack{
  display:flex !important;
  flex-direction:column !important;
  transform:translateY(0) !important;
  transition:transform 430ms var(--ease) !important;
  will-change:transform;
}
.ltw-social-link__text{
  display:block !important;
  height:1.55rem !important;
  line-height:1.55rem !important;
  white-space:nowrap !important;
  font:600 clamp(1.3rem,1.75vw,1.72rem)/1 var(--sans) !important;
  letter-spacing:-.025em !important;
}
.ltw-footer__col.ltw-footer__social > a.ltw-social-link .ltw-footer__arrow{
  display:block !important;
  justify-self:end !important;
  width:.72rem !important;
  height:.54rem !important;
  transform:rotate(-45deg) translate(0,0) !important;
  transform-origin:center !important;
  transition:transform 330ms var(--ease) !important;
  will-change:transform;
}
.ltw-footer__col.ltw-footer__social > a.ltw-social-link:hover .ltw-social-link__texttrack,
.ltw-footer__col.ltw-footer__social > a.ltw-social-link:focus-visible .ltw-social-link__texttrack{
  transform:translateY(-1.55rem) !important;
}
.ltw-footer__col.ltw-footer__social > a.ltw-social-link:hover .ltw-footer__arrow,
.ltw-footer__col.ltw-footer__social > a.ltw-social-link:focus-visible .ltw-footer__arrow{
  transform:rotate(-45deg) translate(.16rem,-.16rem) !important;
}
.ltw-social-link__clip,.ltw-social-link__track,.ltw-social-link__row{display:none !important;}
@media(max-width:560px){
.ltw-social-link__inner{grid-template-columns:1.55rem minmax(0,1fr) .82rem !important;gap:.6rem !important;min-height:2.15rem !important;}
.ltw-social-link__iconwrap{width:1.55rem !important;height:1.55rem !important;}
.ltw-social-link__iconwrap .ltw-social-icon{width:1.35rem !important;height:1.35rem !important;}
.ltw-social-link__textclip,.ltw-social-link__text{height:1.4rem !important;line-height:1.4rem !important;}
.ltw-social-link__text{font-size:1.25rem !important;}
.ltw-footer__col.ltw-footer__social > a.ltw-social-link:hover .ltw-social-link__texttrack,
  .ltw-footer__col.ltw-footer__social > a.ltw-social-link:focus-visible .ltw-social-link__texttrack{transform:translateY(-1.4rem) !important;}
}
@media(prefers-reduced-motion:reduce){
.ltw-social-link__texttrack,.ltw-footer__arrow{transition:none !important;}
}

/* Extracted from conferences.html. */
.ltw-top-banner,.ltw-mobile-menu,.ltw-menu-toggle{display:none!important}

/* Extracted from conferences.html. */
@media(max-width:991px){
.ltw-nav__links{display:flex!important;visibility:visible!important;opacity:1!important;flex:1 1 auto!important;justify-content:space-between!important;overflow:visible!important;}
.ltw-nav__link{display:inline-flex!important;visibility:visible!important;}
.ltw-nav__inner{display:flex!important;overflow:visible!important;box-shadow:none!important;}
}

/* Extracted from conferences.html. */
@media(max-width:991px){
.ltw-nav{padding:.45rem .65rem!important;}
.ltw-nav__inner{width:calc(100% - 1rem)!important;max-width:calc(100% - 1rem)!important;min-height:3.8rem!important;padding:.28rem!important;border-radius:.85rem!important;box-shadow:none!important;}
.ltw-brand{padding:.55rem .72rem!important;border-radius:.62rem!important;}
.ltw-brand__logo{width:clamp(7rem,25vw,9rem)!important;}
.ltw-nav__links{justify-content:center!important;gap:.08rem!important;padding-inline:.25rem!important;}
.ltw-nav__link{min-height:2.8rem!important;padding:.62rem clamp(.34rem,1.5vw,.7rem)!important;border-radius:.55rem!important;font-size:clamp(.58rem,1.7vw,.78rem)!important;}
}

/* Extracted from conferences.html. */
@media(max-width:991px){
.ltw-nav__inner{width:calc(100% - 2.5rem)!important;max-width:32rem!important;margin-inline:auto!important;}
}

/* Extracted from conferences.html. */
.ltw-footer{
  position:relative;
  background:#c8dbe7;
  color:var(--licorice);
  overflow:hidden;
}
.ltw-footer__panel{
  position:relative;
  z-index:2;
  min-height:clamp(30rem,52vw,43rem);
  padding:clamp(4rem,7vw,6.5rem) 0 2rem;
  background:#fff;
  border-radius:0 0 clamp(3.5rem,6vw,6rem) clamp(3.5rem,6vw,6rem);
}
.ltw-footer__grid{
  display:grid;
  grid-template-columns:minmax(0,1.4fr) minmax(22rem,.8fr);
  gap:clamp(3rem,8vw,8rem);
  align-items:start;
}
.ltw-footer__statement{
  max-width:9.5ch;
  font-family:var(--serif);
  font-size:clamp(3.4rem,6vw,6.6rem);
  font-weight:400;
  line-height:.94;
  letter-spacing:-.045em;
}
.ltw-footer__links{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:clamp(2rem,5vw,5rem);
}
.ltw-footer__col{
  display:grid;
  align-content:start;
  gap:.75rem;
}
.ltw-footer__label{
  margin-bottom:.25rem;
  color:#8a969d;
  font-family:var(--sans);
  font-size:.84rem;
  font-weight:600;
}
.ltw-footer__col a{
  width:max-content;
  font-family:var(--sans);
  font-size:clamp(1rem,1.3vw,1.2rem);
  font-weight:500;
  line-height:1.15;
}
.ltw-footer__col a span{
  display:inline-block;
  font-size:.8em;
  transform:translateY(-.05em);
}
.ltw-footer__meta{
  position:absolute;
  left:50%;
  bottom:1.6rem;
  transform:translateX(-50%);
  display:flex;
  justify-content:space-between;
  gap:2rem;
  color:#8a969d;
  font-family:var(--sans);
  font-size:.78rem;
}
.ltw-footer__meta a{text-decoration:underline;text-underline-offset:.18em;}
.ltw-footer__reveal{
  position:relative;
  z-index:1;
  min-height:clamp(15rem,28vw,26rem);
  display:flex;
  align-items:flex-end;
  justify-content:center;
  padding:clamp(2rem,5vw,4.5rem) var(--pad) clamp(1rem,2vw,2rem);
  background:linear-gradient(180deg,#d6e2e8 0%,#8fb5ce 100%);
  overflow:hidden;
}
.ltw-footer__logo-reveal-img{
  width:min(94vw,92rem);
  max-width:none;
  filter:brightness(0) invert(1);
  opacity:.96;
  transform:translateY(28%) !important;
  transition:transform .8s cubic-bezier(.22,1,.36,1);
  will-change:transform;
}
.ltw-footer__logo-reveal-img.is-revealed{
  transform:translateY(0) !important;
}
@media(max-width:900px){
.ltw-footer__panel{min-height:auto;padding-bottom:5.5rem;}
.ltw-footer__grid{grid-template-columns:1fr;gap:3.5rem;}
.ltw-footer__statement{max-width:11ch;}
.ltw-footer__links{max-width:32rem;}
.ltw-footer__meta{position:absolute;bottom:1.35rem;}
}
@media(max-width:560px){
.ltw-footer__panel{border-radius:0 0 2.5rem 2.5rem;padding-top:3.5rem;}
.ltw-footer__links{grid-template-columns:1fr 1fr;gap:1.5rem;}
.ltw-footer__meta{display:grid;gap:.4rem;}
.ltw-footer__reveal{min-height:13rem;padding-inline:.75rem;}
}
@media(prefers-reduced-motion:reduce){
.ltw-footer__logo-reveal-img{transform:none !important;transition:none !important;}
}

/* Extracted from conferences.html. */
.ltw-footer{
  background:#fff !important;
  overflow:hidden !important;
}
.ltw-footer__panel{
  background:#fff !important;
  border-radius:0 0 clamp(3.5rem,6vw,6rem) clamp(3.5rem,6vw,6rem) !important;
}
.ltw-footer__reveal{
  min-height:clamp(16rem,28vw,27rem) !important;
  padding:clamp(1.5rem,4vw,3rem) var(--pad) 0 !important;
  background:#fff !important;
  overflow:hidden !important;
}
.ltw-footer__logo-reveal-img{
  width:min(96vw,94rem) !important;
  filter:none !important;
  opacity:.96 !important;
  transform:translateY(34%) !important;
  transition:transform 1.05s cubic-bezier(.22,1,.36,1),opacity .7s ease !important;
  will-change:transform,opacity;
}
.ltw-footer__logo-reveal-img.is-revealed{
  transform:translateY(4%) !important;
}
.ltw-footer__social{gap:.5rem !important;}
.ltw-social-link{
  display:block !important;
  width:100% !important;
  max-width:14rem;
  color:var(--licorice);
  text-decoration:none !important;
}
.ltw-social-link__clip{
  display:block;
  height:1.55rem;
  overflow:hidden;
}
.ltw-social-link__track{
  display:flex;
  flex-direction:column;
  transform:translateY(0);
  transition:transform 460ms var(--ease);
}
.ltw-social-link__row{
  display:grid;
  grid-template-columns:1.15rem 1fr 1.25rem;
  align-items:center;
  gap:.55rem;
  min-height:1.55rem;
  font:500 clamp(1rem,1.3vw,1.2rem)/1.1 var(--sans);
}
.ltw-social-link:hover .ltw-social-link__track,
.ltw-social-link:focus-visible .ltw-social-link__track{
  transform:translateY(-1.55rem);
}
.ltw-social-link:focus-visible{outline:2px solid var(--licorice);outline-offset:4px;}
.ltw-social-icon{
  width:1.08rem;
  height:1.08rem;
  fill:none;
  stroke:currentColor;
  stroke-width:1.65;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.ltw-social-icon__fill{fill:currentColor;stroke:none;}
.ltw-social-icon--apple{stroke:none;fill:currentColor;}
.ltw-footer__arrow{
  display:block;
  justify-self:end;
  width:1.25rem;
  height:.9rem;
  background:currentColor;
  -webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 34 24'%3E%3Cpath d='M2 12 H29 M21 4 L29 12 L21 20' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat;
  mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 34 24'%3E%3Cpath d='M2 12 H29 M21 4 L29 12 L21 20' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat;
}
@media(max-width:560px){
.ltw-footer__panel{border-radius:0 0 2.5rem 2.5rem !important;}
.ltw-footer__reveal{min-height:12rem !important;padding-inline:.75rem !important;}
.ltw-social-link{max-width:none;}
}
@media(prefers-reduced-motion:reduce){
.ltw-social-link__track{transition:none !important;}
.ltw-footer__logo-reveal-img{transform:none !important;transition:none !important;}
}

/* Extracted from conferences.html. */
.ltw-footer__social{
  gap:.4rem !important;
}
.ltw-social-link{
  width:100% !important;
  max-width:19rem !important;
}
.ltw-social-link__clip{
  height:2.55rem !important;
}
.ltw-social-link__row{
  grid-template-columns:1.9rem minmax(0,1fr) 1.45rem !important;
  gap:.75rem !important;
  min-height:2.55rem !important;
  font:600 clamp(1.3rem,1.85vw,1.8rem)/1 var(--sans) !important;
  letter-spacing:-.025em !important;
}
.ltw-social-icon{
  width:1.65rem !important;
  height:1.65rem !important;
  stroke-width:1.55 !important;
}
.ltw-footer__arrow{
  width:1.42rem !important;
  height:1rem !important;
}
.ltw-social-link:hover .ltw-social-link__track,
.ltw-social-link:focus-visible .ltw-social-link__track{
  transform:translateY(-2.55rem) !important;
}
@media(max-width:560px){
.ltw-social-link{max-width:100% !important;}
.ltw-social-link__clip{height:2.2rem !important;}
.ltw-social-link__row{
    grid-template-columns:1.65rem minmax(0,1fr) 1.3rem !important;
    min-height:2.2rem !important;
    font-size:1.25rem !important;
  }
.ltw-social-icon{width:1.45rem !important;height:1.45rem !important;}
.ltw-social-link:hover .ltw-social-link__track,
  .ltw-social-link:focus-visible .ltw-social-link__track{transform:translateY(-2.2rem) !important;}
}

/* Extracted from conferences.html. */
.ltw-footer__col.ltw-footer__social > a.ltw-social-link{
  display:block !important;
  width:100% !important;
  max-width:19rem !important;
  font-size:inherit !important;
  line-height:inherit !important;
}
.ltw-footer__col.ltw-footer__social > a.ltw-social-link .ltw-social-link__clip{
  display:block !important;
  width:100% !important;
  height:2.55rem !important;
  overflow:hidden !important;
  transform:none !important;
  font-size:1em !important;
}
.ltw-footer__col.ltw-footer__social > a.ltw-social-link .ltw-social-link__track{
  display:flex !important;
  flex-direction:column !important;
  width:100% !important;
  transform:translateY(0) !important;
  transition:transform 460ms var(--ease) !important;
  font-size:1em !important;
}
.ltw-footer__col.ltw-footer__social > a.ltw-social-link .ltw-social-link__row{
  display:grid !important;
  grid-template-columns:1.9rem minmax(0,1fr) 1.45rem !important;
  align-items:center !important;
  gap:.75rem !important;
  width:100% !important;
  min-height:2.55rem !important;
  height:2.55rem !important;
  font:600 clamp(1.3rem,1.85vw,1.8rem)/1 var(--sans) !important;
  letter-spacing:-.025em !important;
  transform:none !important;
}
.ltw-footer__col.ltw-footer__social > a.ltw-social-link .ltw-social-link__row > span{
  display:block !important;
  min-width:0 !important;
  font-size:1em !important;
  line-height:1 !important;
  transform:none !important;
  white-space:nowrap !important;
}
.ltw-footer__col.ltw-footer__social > a.ltw-social-link .ltw-social-icon{
  display:block !important;
  width:1.65rem !important;
  height:1.65rem !important;
  transform:none !important;
}
.ltw-footer__col.ltw-footer__social > a.ltw-social-link .ltw-footer__arrow{
  display:block !important;
  justify-self:end !important;
  width:1.42rem !important;
  height:1rem !important;
  transform:none !important;
}
.ltw-footer__col.ltw-footer__social > a.ltw-social-link:hover .ltw-social-link__track,
.ltw-footer__col.ltw-footer__social > a.ltw-social-link:focus-visible .ltw-social-link__track{
  transform:translateY(-2.55rem) !important;
}
@media(max-width:560px){
.ltw-footer__col.ltw-footer__social > a.ltw-social-link{max-width:100% !important;}
.ltw-footer__col.ltw-footer__social > a.ltw-social-link .ltw-social-link__clip{height:2.2rem !important;}
.ltw-footer__col.ltw-footer__social > a.ltw-social-link .ltw-social-link__row{
    grid-template-columns:1.65rem minmax(0,1fr) 1.3rem !important;
    min-height:2.2rem !important;
    height:2.2rem !important;
    font-size:1.25rem !important;
  }
.ltw-footer__col.ltw-footer__social > a.ltw-social-link:hover .ltw-social-link__track,
  .ltw-footer__col.ltw-footer__social > a.ltw-social-link:focus-visible .ltw-social-link__track{
    transform:translateY(-2.2rem) !important;
  }
}

/* Extracted from conferences.html. */
.ltw-footer-social a,
.footer-social a,
.social-link,
.ltw-social-link{
  align-items:center !important;
}
.ltw-footer-social .social-arrow,
.ltw-footer-social .ltw-social-arrow,
.footer-social .social-arrow,
.social-link .social-arrow,
.ltw-social-link .social-arrow,
.ltw-footer-social a svg:last-child,
.footer-social a svg:last-child{
  width:.8rem !important;
  height:.8rem !important;
  flex:0 0 .8rem !important;
  transform:rotate(-45deg) !important;
  transform-origin:center !important;
}
.ltw-footer-social a::after,
.footer-social a::after,
.social-link::after,
.ltw-social-link::after{
  width:.78rem !important;
  height:.58rem !important;
  transform:rotate(-45deg) !important;
  transform-origin:center !important;
}

/* Extracted from conferences.html. */
.ltw-footer__social-link,
.footer-social-link,
.social-link,
.ltw-social-link{
  column-gap:.42rem !important;
}
.ltw-footer__social-arrow,
.footer-social-arrow,
.social-arrow,
.ltw-social-arrow{
  width:.72rem !important;
  height:.52rem !important;
  flex:0 0 auto !important;
  margin-left:.18rem !important;
  transform:rotate(-45deg) translate(0,0) !important;
  transform-origin:center !important;
  transition:transform 260ms cubic-bezier(.22,1,.36,1) !important;
}
.ltw-footer__social-link:hover .ltw-footer__social-arrow,
.footer-social-link:hover .footer-social-arrow,
.social-link:hover .social-arrow,
.ltw-social-link:hover .ltw-social-arrow{
  transform:rotate(-45deg) translate(.14rem,-.14rem) !important;
}
.ltw-footer__social-link [class*="arrow"],
.footer-social-link [class*="arrow"],
.social-link [class*="arrow"]{
  width:.72rem !important;
  height:.52rem !important;
  margin-left:.18rem !important;
  transform:rotate(-45deg) translate(0,0) !important;
  transition:transform 260ms cubic-bezier(.22,1,.36,1) !important;
}
.ltw-footer__social-link:hover [class*="arrow"],
.footer-social-link:hover [class*="arrow"],
.social-link:hover [class*="arrow"]{
  transform:rotate(-45deg) translate(.14rem,-.14rem) !important;
}

/* Extracted from conferences.html. */
.ltw-footer__col.ltw-footer__social > a.ltw-social-link{
  display:block !important;
  width:max-content !important;
  max-width:100% !important;
}
.ltw-footer__col.ltw-footer__social > a.ltw-social-link .ltw-social-link__inner{
  display:flex !important;
  align-items:center !important;
  width:max-content !important;
  max-width:100% !important;
  min-height:2.45rem !important;
  gap:0 !important;
}
.ltw-footer__col.ltw-footer__social > a.ltw-social-link .ltw-social-link__iconwrap{
  flex:0 0 1.75rem !important;
  margin-right:.58rem !important;
}
.ltw-footer__col.ltw-footer__social > a.ltw-social-link .ltw-social-link__textclip{
  flex:0 0 auto !important;
  width:auto !important;
}
.ltw-footer__col.ltw-footer__social > a.ltw-social-link .ltw-footer__arrow{
  display:block !important;
  flex:0 0 auto !important;
  justify-self:auto !important;
  width:.48rem !important;
  height:.36rem !important;
  margin-left:.28rem !important;
  transform:rotate(-45deg) !important;
  transform-origin:center !important;
  transition:transform 280ms cubic-bezier(.22,1,.36,1) !important;
  will-change:transform;
}
.ltw-footer__col.ltw-footer__social > a.ltw-social-link:hover .ltw-footer__arrow,
.ltw-footer__col.ltw-footer__social > a.ltw-social-link:focus-visible .ltw-footer__arrow{
  transform:translate(.11rem,-.11rem) rotate(-45deg) !important;
}
@media(max-width:560px){
.ltw-footer__col.ltw-footer__social > a.ltw-social-link .ltw-social-link__inner{
    min-height:2.15rem !important;
  }
.ltw-footer__col.ltw-footer__social > a.ltw-social-link .ltw-social-link__iconwrap{
    flex-basis:1.55rem !important;
    margin-right:.5rem !important;
  }
.ltw-footer__col.ltw-footer__social > a.ltw-social-link .ltw-footer__arrow{
    width:.43rem !important;
    height:.32rem !important;
    margin-left:.24rem !important;
  }
.ltw-footer__col.ltw-footer__social > a.ltw-social-link:hover .ltw-footer__arrow,
  .ltw-footer__col.ltw-footer__social > a.ltw-social-link:focus-visible .ltw-footer__arrow{
    transform:translate(.09rem,-.09rem) rotate(-45deg) !important;
  }
}

/* Extracted from conferences.html. */
.ltw-footer__panel{
  min-height:clamp(25rem,42vw,34rem) !important;
  padding:clamp(3.5rem,5.5vw,5rem) 0 1.4rem !important;
}
.ltw-footer__grid{
  grid-template-columns:minmax(0,1.55fr) minmax(22rem,.72fr) !important;
  gap:clamp(2.5rem,6vw,6rem) !important;
}
.ltw-footer__statement{
  max-width:13.5ch !important;
  font-size:clamp(3.2rem,5.6vw,6.1rem) !important;
  line-height:.92 !important;
}
.ltw-footer__meta{
  bottom:1.2rem !important;
}
.ltw-footer__reveal{
  min-height:clamp(17rem,27vw,25rem) !important;
  padding-top:0 !important;
}
.ltw-footer__logo-reveal-img{
  width:min(97vw,96rem) !important;
  transform:translateY(22%) !important;
}
.ltw-footer__logo-reveal-img.is-revealed{
  transform:translateY(-10%) !important;
}
.ltw-footer__col.ltw-footer__social > a.ltw-social-link .ltw-footer__arrow{
  width:.62rem !important;
  height:.46rem !important;
  margin-left:.3rem !important;
}
.ltw-footer__col.ltw-footer__social > a.ltw-social-link:hover .ltw-footer__arrow,
.ltw-footer__col.ltw-footer__social > a.ltw-social-link:focus-visible .ltw-footer__arrow{
  transform:translate(.12rem,-.12rem) rotate(-45deg) !important;
}
@media(max-width:900px){
.ltw-footer__panel{
    min-height:auto !important;
    padding-bottom:4.6rem !important;
  }
.ltw-footer__statement{max-width:13.5ch !important;}
.ltw-footer__grid{gap:2.5rem !important;}
.ltw-footer__reveal{min-height:15rem !important;}
}
@media(max-width:560px){
.ltw-footer__panel{padding-top:3rem !important;padding-bottom:4.3rem !important;}
.ltw-footer__statement{max-width:12.5ch !important;font-size:clamp(2.6rem,12vw,4rem) !important;}
.ltw-footer__col.ltw-footer__social > a.ltw-social-link .ltw-footer__arrow{
    width:.56rem !important;
    height:.42rem !important;
    margin-left:.26rem !important;
  }
.ltw-footer__reveal{min-height:12.5rem !important;}
}

/* Extracted from conferences.html. */
.ltw-footer__statement{
  max-width:15.5ch !important;
}
.ltw-footer__panel{
  min-height:clamp(21rem,34vw,27rem) !important;
  padding:clamp(3rem,4.8vw,4.25rem) 0 1rem !important;
}
.ltw-footer__meta{
  bottom:.75rem !important;
}
.ltw-footer__col.ltw-footer__social > a.ltw-social-link .ltw-footer__arrow{
  width:.82rem !important;
  height:.6rem !important;
  margin-left:.28rem !important;
  transform:rotate(-45deg) !important;
}
.ltw-footer__col.ltw-footer__social > a.ltw-social-link:hover .ltw-footer__arrow,
.ltw-footer__col.ltw-footer__social > a.ltw-social-link:focus-visible .ltw-footer__arrow{
  transform:translate(.14rem,-.14rem) rotate(-45deg) !important;
}
.ltw-footer__reveal{
  min-height:clamp(15rem,24vw,21rem) !important;
}
.ltw-footer__logo-reveal-img{
  transform:translateY(10%) !important;
}
.ltw-footer__logo-reveal-img.is-revealed{
  transform:translateY(-28%) !important;
}
@media(max-width:900px){
.ltw-footer__panel{
    min-height:auto !important;
    padding-bottom:3.5rem !important;
  }
.ltw-footer__statement{max-width:15.5ch !important;}
.ltw-footer__meta{bottom:.7rem !important;}
.ltw-footer__reveal{min-height:13rem !important;}
.ltw-footer__logo-reveal-img.is-revealed{transform:translateY(-20%) !important;}
}
@media(max-width:560px){
.ltw-footer__panel{padding-bottom:3.2rem !important;}
.ltw-footer__statement{max-width:13.8ch !important;}
.ltw-footer__col.ltw-footer__social > a.ltw-social-link .ltw-footer__arrow{
    width:.72rem !important;
    height:.53rem !important;
    margin-left:.24rem !important;
  }
.ltw-footer__reveal{min-height:11rem !important;}
.ltw-footer__logo-reveal-img.is-revealed{transform:translateY(-16%) !important;}
}

/* Extracted from conferences.html. */
.ltw-footer__col.ltw-footer__social > a.ltw-social-link .ltw-footer__arrow{
  width:1.05rem !important;
  height:.76rem !important;
  margin-left:.3rem !important;
  transform:rotate(-45deg) !important;
  transition:transform 300ms var(--ease) !important;
}
.ltw-footer__col.ltw-footer__social > a.ltw-social-link:hover .ltw-footer__arrow,
.ltw-footer__col.ltw-footer__social > a.ltw-social-link:focus-visible .ltw-footer__arrow{
  transform:translate(.16rem,-.16rem) rotate(-45deg) !important;
}
.ltw-menu-toggle{
  display:none;
  position:relative;
  z-index:52;
  width:3.15rem;
  height:3.15rem;
  padding:0;
  align-items:center;
  justify-content:center;
  border:0;
  border-radius:.9rem;
  background:var(--pearl);
  color:var(--licorice);
  cursor:pointer;
}
.ltw-menu-toggle__line{
  position:absolute;
  left:50%;
  width:1.35rem;
  height:2px;
  background:currentColor;
  transform:translateX(-50%);
  transform-origin:center;
}
.ltw-menu-toggle__line:first-child{top:1.28rem;}
.ltw-menu-toggle__line:last-child{top:1.82rem;}
.ltw-mobile-menu{
  position:fixed;
  inset:0;
  z-index:49;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  padding:clamp(7rem,18vw,9rem) var(--pad) 2rem;
  background:rgba(255,255,255,.97);
  color:var(--licorice);
  backdrop-filter:blur(18px) saturate(120%);
  -webkit-backdrop-filter:blur(18px) saturate(120%);
  visibility:hidden;
  clip-path:inset(0% 0% 100% 0%);
  pointer-events:none;
}
.ltw-mobile-menu[aria-hidden="false"]{pointer-events:auto;}
.ltw-mobile-menu__nav{
  display:grid;
  gap:.15rem;
}
.ltw-mobile-menu__item{
  display:block;
  padding:.4rem 0;
  color:var(--licorice);
  font-family:var(--cond);
  font-weight:700;
  font-size:clamp(3rem,12vw,5rem);
  line-height:.92;
  letter-spacing:-.045em;
  text-transform:none;
  opacity:0;
  transform:translateY(28px);
}
.ltw-mobile-menu__footer{
  padding-top:1.25rem;
  border-top:1px solid rgba(9,31,44,.18);
  opacity:0;
  transform:translateY(14px);
}
.ltw-mobile-menu__footer a{
  display:inline-flex;
  min-height:3rem;
  align-items:center;
  padding:.8rem 1rem;
  border-radius:.8rem;
  background:var(--accent);
  color:var(--pearl);
  font-family:var(--sans);
  font-weight:700;
  text-transform:uppercase;
  font-size:.8rem;
  letter-spacing:.03em;
}
@media(max-width:991px){
.ltw-menu-toggle{display:inline-flex !important;justify-self:end;}
}
@media(min-width:992px){
.ltw-mobile-menu{display:none !important;}
}

@media(max-width:560px){
.ltw-footer__col.ltw-footer__social > a.ltw-social-link .ltw-footer__arrow{
    width:.95rem !important;
    height:.69rem !important;
  }
}
@media(prefers-reduced-motion:reduce){
.ltw-footer__arrow,
  .ltw-menu-toggle__line,
  .ltw-mobile-menu,
  .ltw-mobile-menu__item,
  .ltw-mobile-menu__footer{transition:none !important;}
}

/* Extracted from conferences.html. */
body.ltw-banner-dismissed{--ltw-banner-h:0rem;--ltw-nav-top:.75rem}
.ltw-top-banner{
  position:fixed;
  inset:0 0 auto 0;
  z-index:80;
  height:var(--ltw-banner-h);
  background:var(--accent);
  color:var(--pearl);
  overflow:hidden;
  transition:height 420ms var(--ease),opacity 260ms ease;
}
body.ltw-banner-dismissed .ltw-top-banner{opacity:0;pointer-events:none}
.ltw-top-banner__inner{
  width:min(100%,var(--max));
  height:100%;
  margin:0 auto;
  padding:0 var(--pad);
  display:flex;
  align-items:center;
  justify-content:center;
  gap:1rem;
}
.ltw-top-banner__copy{display:flex;align-items:baseline;justify-content:center;gap:.65rem;min-width:0}
.ltw-top-banner__label,
.ltw-top-banner__date{
  font-family:var(--sans);
  font-size:.78rem;
  font-weight:700;
  line-height:1;
  letter-spacing:.035em;
  text-transform:uppercase;
  white-space:nowrap;
}
.ltw-top-banner__date{font-weight:500;opacity:.9}
.ltw-top-banner__register{
  position:relative;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:2.05rem;
  padding:.52rem .85rem;
  border:1px solid rgba(235,234,227,.7);
  border-radius:.7rem;
  color:var(--pearl);
  font:700 .7rem/1 var(--sans);
  letter-spacing:.04em;
  text-transform:uppercase;
  overflow:hidden;
  transition:background-color 220ms ease,color 220ms ease;
}
.ltw-top-banner__register:hover,.ltw-top-banner__register:focus-visible{background:var(--pearl);color:var(--accent)}
.ltw-top-banner__close{
  position:absolute;
  right:clamp(.7rem,2vw,1.35rem);
  top:50%;
  width:2rem;
  height:2rem;
  padding:0;
  border:0;
  background:transparent;
  color:var(--pearl);
  transform:translateY(-50%);
  cursor:pointer;
}
.ltw-top-banner__close span{position:absolute;left:50%;top:50%;width:1rem;height:1.5px;background:currentColor}
.ltw-top-banner__close span:first-child{transform:translate(-50%,-50%) rotate(45deg)}
.ltw-top-banner__close span:last-child{transform:translate(-50%,-50%) rotate(-45deg)}
@media(max-width:991px){
body.ltw-banner-dismissed{--ltw-nav-top:.55rem}
.ltw-menu-toggle{
    display:inline-flex !important;
    width:2.55rem !important;
    height:2.55rem !important;
    border-radius:.7rem !important;
    background:rgba(235,234,227,.94) !important;
  }
.ltw-menu-toggle__line{width:1.08rem !important;height:1.5px !important}
.ltw-menu-toggle__line:first-child{top:1.03rem !important}
.ltw-menu-toggle__line:last-child{top:1.48rem !important}
.ltw-mobile-menu{
    position:fixed !important;
    inset:auto auto auto .65rem !important;
    top:calc(var(--ltw-nav-top) + 3.3rem) !important;
    z-index:69 !important;
    width:min(17.5rem,calc(100vw - 1.3rem)) !important;
    height:auto !important;
    min-height:0 !important;
    padding:.6rem !important;
    display:block !important;
    border:1px solid rgba(9,31,44,.1) !important;
    border-radius:1rem !important;
    background:rgba(255,255,255,.9) !important;
    box-shadow:none !important;
    backdrop-filter:blur(18px) saturate(120%) !important;
    -webkit-backdrop-filter:blur(18px) saturate(120%) !important;
    clip-path:none !important;
    opacity:0;
    transform:translateY(-.45rem) scale(.985);
    transform-origin:top left;
    transition:opacity 220ms ease,transform 300ms var(--ease),visibility 220ms ease !important;
  }
.ltw-mobile-menu[aria-hidden="false"]{visibility:visible !important;opacity:1;transform:none;pointer-events:auto}
.ltw-mobile-menu[aria-hidden="true"]{visibility:hidden !important;pointer-events:none}
.ltw-mobile-menu__nav{display:grid;gap:.15rem}
.ltw-mobile-menu__item{
    padding:.78rem .8rem !important;
    border-radius:.7rem;
    font-family:var(--sans) !important;
    font-size:.9rem !important;
    font-weight:700 !important;
    line-height:1 !important;
    letter-spacing:0 !important;
    text-transform:uppercase !important;
    opacity:1 !important;
    transform:none !important;
  }
.ltw-mobile-menu__item:hover,.ltw-mobile-menu__item:focus-visible{background:rgba(9,31,44,.06)}
.ltw-mobile-menu__footer{margin-top:.35rem;padding-top:.45rem !important;border-top:1px solid rgba(9,31,44,.1);opacity:1 !important;transform:none !important}
.ltw-mobile-menu__footer a{width:100%;justify-content:center;border-radius:.7rem !important}
}
@media(max-width:640px){
.ltw-top-banner__inner{justify-content:flex-start;padding-left:.8rem;padding-right:3rem;gap:.65rem}
.ltw-top-banner__copy{display:grid;gap:.16rem}
.ltw-top-banner__label{font-size:.64rem}
.ltw-top-banner__date{font-size:.69rem}
.ltw-top-banner__register{margin-left:auto;min-height:1.9rem;padding:.45rem .65rem;font-size:.63rem}
.ltw-top-banner__close{right:.42rem}
}
@media(max-width:410px){
.ltw-top-banner__label{display:none}
.ltw-top-banner__date{font-weight:700;text-transform:uppercase}
}
@media(prefers-reduced-motion:reduce){
.ltw-top-banner,.nav,.ltw-mobile-menu{transition:none !important}
}

/* Extracted from conferences.html. */
@media(max-width:991px){
.ltw-menu-toggle{
    display:inline-flex !important;
    justify-self:end !important;
    width:2.25rem !important;
    height:2.25rem !important;
    border-radius:.65rem !important;
    background:var(--pearl) !important;
  }
.ltw-menu-toggle__line{width:.95rem !important;height:1.5px !important;}
.ltw-menu-toggle__line:first-child{top:.89rem !important;}
.ltw-menu-toggle__line:last-child{top:1.31rem !important;}
.ltw-mobile-menu{
    left:.65rem !important;
    top:calc(var(--ltw-nav-top) + 3.05rem) !important;
    width:min(15.5rem,calc(100vw - 1.3rem)) !important;
  }
}

/* Extracted from conferences.html. */
@media(max-width:767px){
.ltw-menu-toggle{
    width:1.95rem !important;
    height:1.95rem !important;
    min-width:1.95rem !important;
    min-height:1.95rem !important;
    border-radius:.56rem !important;
    padding:0 !important;
  }
.ltw-menu-toggle__line{
    width:.78rem !important;
    height:1.25px !important;
  }
.ltw-menu-toggle__line:first-child{top:.77rem !important;}
.ltw-menu-toggle__line:last-child{top:1.14rem !important;}
.ltw-mobile-menu{
    left:50% !important;
    right:auto !important;
    top:calc(var(--ltw-nav-top) + 2.7rem) !important;
    width:min(14.75rem,calc(100vw - 1.25rem)) !important;
    transform:translate(-50%,-.4rem) scale(.985) !important;
    transform-origin:top center !important;
  }
.ltw-mobile-menu[aria-hidden="false"]{
    transform:translateX(-50%) !important;
  }
}
@media(max-width:380px){
.ltw-menu-toggle{width:1.85rem !important;height:1.85rem !important;min-width:1.85rem !important;min-height:1.85rem !important;}
.ltw-menu-toggle__line:first-child{top:.72rem !important;}
.ltw-menu-toggle__line:last-child{top:1.08rem !important;}
}

/* Extracted from conferences.html. */
.ltw-menu-toggle{display:none !important;}
.ltw-mobile-menu{display:none !important;}

/* Extracted from conferences.html. */
@media(max-width:560px){
.ltw-footer__panel{
    padding-bottom:2.45rem !important;
  }
.ltw-footer__meta{
    bottom:.15rem !important;
    transform:translateY(.45rem) !important;
  }
}

/* Extracted from conferences.html. */
.ltw-top-banner__register.brushfire-button{
  border:0 !important;
}

/* Extracted from conferences.html. */
.ltw-top-banner,.ltw-mobile-menu,.ltw-menu-toggle{display:none!important}

/* Extracted from conferences.html. */
.ltw-footer{
      position: relative;
      background: #fff;
      color: var(--licorice);
      overflow: hidden;
    }
.ltw-footer__panel{
      position: relative;
      z-index: 2;
      min-height: clamp(21rem, 34vw, 27rem);
      padding: clamp(3rem, 4.8vw, 4.25rem) 0 1rem;
      background: #fff;
      border-radius: 0 0 clamp(3.5rem, 6vw, 6rem) clamp(3.5rem, 6vw, 6rem);
    }
.ltw-footer__grid{
      display: grid;
      grid-template-columns: minmax(0, 1.55fr) minmax(22rem, .72fr);
      gap: clamp(2.5rem, 6vw, 6rem);
      align-items: start;
    }
.ltw-footer__statement{
      max-width: 15.5ch;
      font-family: var(--serif);
      font-size: clamp(3.2rem, 5.6vw, 6.1rem);
      font-weight: 400;
      line-height: .92;
      letter-spacing: -.045em;
    }
.ltw-footer__links{
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: clamp(2rem, 5vw, 5rem);
    }
.ltw-footer__col{
      display: grid;
      align-content: start;
      gap: .75rem;
    }
.ltw-footer__label{
      margin-bottom: .25rem;
      color: #8a969d;
      font-family: var(--sans);
      font-size: .84rem;
      font-weight: 600;
    }
.ltw-footer__col > a:not(.ltw-social-link){
      width: max-content;
      font-family: var(--sans);
      font-size: clamp(1rem, 1.3vw, 1.2rem);
      font-weight: 500;
      line-height: 1.15;
    }
.ltw-footer__social{
      gap: .5rem;
    }
.ltw-social-link{
      display: block;
      width: max-content;
      max-width: 100%;
      color: var(--licorice);
      text-decoration: none;
    }
.ltw-social-link__inner{
      display: flex;
      align-items: center;
      width: max-content;
      max-width: 100%;
      min-height: 2.45rem;
      gap: 0;
    }
.ltw-social-link__iconwrap{
      display: grid;
      place-items: center;
      flex: 0 0 1.75rem;
      width: 1.75rem;
      height: 1.75rem;
      margin-right: .58rem;
    }
.ltw-social-icon{
      width: 1.55rem;
      height: 1.55rem;
      fill: none;
      stroke: currentColor;
      stroke-width: 1.65;
      stroke-linecap: round;
      stroke-linejoin: round;
    }
.ltw-social-icon__fill{ fill: currentColor; stroke: none; }
.ltw-social-icon--apple{ stroke: none; fill: currentColor; }
.ltw-social-link__textclip{
      display: block;
      flex: 0 0 auto;
      width: auto;
      height: 1.55rem;
      overflow: hidden;
    }
.ltw-social-link__texttrack{
      display: flex;
      flex-direction: column;
      transform: translateY(0);
      transition: transform 430ms var(--ease);
      will-change: transform;
    }
.ltw-social-link__text{
      display: block;
      height: 1.55rem;
      line-height: 1.55rem;
      white-space: nowrap;
      font-family: var(--sans);
      font-size: clamp(1.3rem, 1.75vw, 1.72rem);
      font-weight: 600;
      letter-spacing: -.025em;
    }
.ltw-footer__arrow{
      display: block;
      flex: 0 0 auto;
      width: 1.05rem;
      height: .76rem;
      margin-left: .3rem;
      background: currentColor;
      transform: rotate(-45deg);
      transform-origin: center;
      transition: transform 300ms var(--ease);
      will-change: transform;
      -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 34 24'%3E%3Cpath d='M2 12 H29 M21 4 L29 12 L21 20' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
      mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 34 24'%3E%3Cpath d='M2 12 H29 M21 4 L29 12 L21 20' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
    }
.ltw-social-link:hover .ltw-social-link__texttrack,
    .ltw-social-link:focus-visible .ltw-social-link__texttrack{
      transform: translateY(-1.55rem);
    }
.ltw-social-link:hover .ltw-footer__arrow,
    .ltw-social-link:focus-visible .ltw-footer__arrow{
      transform: translate(.16rem, -.16rem) rotate(-45deg);
    }
.ltw-social-link:focus-visible{
      outline: 2px solid var(--licorice);
      outline-offset: 4px;
    }
.ltw-footer__meta{
      position: absolute;
      left: 50%;
      bottom: .75rem;
      transform: translateX(-50%);
      display: flex;
      justify-content: space-between;
      gap: 2rem;
      color: #8a969d;
      font-family: var(--sans);
      font-size: .78rem;
    }
.ltw-footer__meta a{
      text-decoration: underline;
      text-underline-offset: .18em;
    }
.ltw-footer__reveal{
      position: relative;
      z-index: 1;
      min-height: clamp(15rem, 24vw, 21rem);
      display: flex;
      align-items: flex-end;
      justify-content: center;
      padding: 0 var(--pad);
      background: #fff;
      overflow: hidden;
    }
.ltw-footer__logo-reveal-img{
      width: min(97vw, 96rem);
      max-width: none;
      opacity: .96;
      transform: translateY(10%);
      transition: transform 1.05s var(--ease), opacity .7s ease;
      will-change: transform, opacity;
    }
.ltw-footer__logo-reveal-img.is-revealed{
      transform: translateY(-28%);
    }
@media (max-width: 900px){
.ltw-footer__panel{
        min-height: auto;
        padding-bottom: 3.5rem;
      }
.ltw-footer__grid{
        grid-template-columns: 1fr;
        gap: 2.5rem;
      }
.ltw-footer__statement{ max-width: 15.5ch; }
.ltw-footer__links{ max-width: 32rem; }
.ltw-footer__meta{ bottom: .7rem; }
.ltw-footer__reveal{ min-height: 13rem; }
.ltw-footer__logo-reveal-img.is-revealed{ transform: translateY(-20%); }
}
@media (max-width: 560px){
.ltw-footer__panel{
        padding-top: 3rem;
        padding-bottom: 2.45rem;
        border-radius: 0 0 2.5rem 2.5rem;
      }
.ltw-footer__statement{
        max-width: 13.8ch;
        font-size: clamp(2.6rem, 12vw, 4rem);
      }
.ltw-footer__links{
        grid-template-columns: 1fr 1fr;
        gap: 1.5rem;
      }
.ltw-social-link__inner{ min-height: 2.15rem; }
.ltw-social-link__iconwrap{
        flex-basis: 1.55rem;
        width: 1.55rem;
        height: 1.55rem;
        margin-right: .5rem;
      }
.ltw-social-icon{ width: 1.35rem; height: 1.35rem; }
.ltw-social-link__textclip,
      .ltw-social-link__text{
        height: 1.4rem;
        line-height: 1.4rem;
      }
.ltw-social-link__text{ font-size: 1.25rem; }
.ltw-social-link:hover .ltw-social-link__texttrack,
      .ltw-social-link:focus-visible .ltw-social-link__texttrack{
        transform: translateY(-1.4rem);
      }
.ltw-footer__meta{
        bottom: .15rem;
        transform: translate(-50%, .45rem);
        display: grid;
        gap: .4rem;
      }
.ltw-footer__reveal{ min-height: 11rem; padding-inline: .75rem; }
.ltw-footer__logo-reveal-img.is-revealed{ transform: translateY(-16%); }
}
@media (prefers-reduced-motion: reduce){
.ltw-social-link__texttrack,
      .ltw-footer__arrow,
      .ltw-footer__logo-reveal-img{
        transition: none !important;
      }
.ltw-footer__logo-reveal-img{ transform: none !important; }
}

/* Extracted from conferences.html. */
.ltw-top-banner{display:block!important;}

/* Extracted from conferences.html. */
@media(max-width:480px){
.ltw-footer__statement{max-width:17ch!important;}
.ltw-footer__statement br{display:none!important;}
.ltw-footer__meta{flex-wrap:nowrap!important;white-space:nowrap!important;font-size:.72rem!important;}
}

/* Extracted from conferences.html. */
.ltw-top-banner{
  position:fixed!important;
  inset:0 0 auto 0!important;
  z-index:1100!important;
  display:block!important;
  visibility:visible!important;
  opacity:1!important;
  width:100%!important;
  height:var(--ltw-banner-h,3.35rem)!important;
  min-height:0!important;
  margin:0!important;
  transform:none;
  overflow:hidden!important;
}
.ltw-top-banner__inner{height:auto!important;min-height:3.35rem;}
.ltw-nav{position:fixed!important;top:var(--ltw-banner-h,0px)!important;right:0!important;left:0!important;bottom:auto!important;z-index:1050!important;width:100%!important;margin:0!important;}

/* Extracted from conference-shell.html. */
.ltw-nav{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 120;
  width: 100%;
  padding-block: clamp(1rem, 1.8vw, 1.45rem);
  background: var(--pearl);
  color: var(--licorice);
}
.ltw-nav__inner{
  width: min(100%, var(--container-main));
  margin-inline: auto;
  padding-inline: var(--page-padding);
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 2rem;
}
.ltw-brand{
  justify-self: start;
  display: inline-flex;
  align-items: center;
  color: var(--licorice);
  font-family: var(--font-display);
  font-size: clamp(1.15rem, 1.6vw, 1.5rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
.ltw-nav__links{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.ltw-nav__highlight{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 0;
  height: 0;
  background: var(--licorice);
  opacity: 0;
  clip-path: inset(0 100% 0 0);
  pointer-events: none;
  will-change: transform, width, height, opacity, clip-path;
}
.ltw-nav__link{
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 0.7rem;
  color: var(--licorice);
  font-family: var(--font-sans);
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}
.ltw-nav__label{
  position: relative;
  z-index: 1;
  display: block;
  color: var(--licorice);
}
.ltw-nav__actions{
  display: none;
}
.ltw-menu-toggle{
  display: none;
  position: relative;
  z-index: 130;
  width: 2.75rem;
  height: 2.75rem;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.ltw-menu-toggle__lines{
  position: relative;
  display: block;
  width: 1.55rem;
  height: 0.85rem;
}
.ltw-menu-toggle__line{
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--pearl);
  transform-origin: center;
}
.ltw-nav .ltw-menu-toggle__line{
  background: var(--licorice);
}
.ltw-menu-toggle__line:first-child{
  top: 1px;
}
.ltw-menu-toggle__line:last-child{
  bottom: 1px;
}
.ltw-mobile-menu{
  display: none;
  position: fixed;
  inset: 0;
  z-index: 110;
  background: var(--licorice);
  color: var(--pearl);
  visibility: hidden;
  clip-path: inset(0 0 100% 0);
  overflow-y: auto;
}
@media screen and (max-width: 767px){
.ltw-mobile-menu.is-open{
    visibility: visible;
    clip-path: inset(0% 0% 0% 0%);
  }
.ltw-mobile-menu.is-open .ltw-mobile-menu__item,
  .ltw-mobile-menu.is-open .ltw-mobile-menu__footer{
    opacity: 1;
    transform: none;
  }
}
.ltw-mobile-menu__inner{
  min-height: 100%;
  padding:
    clamp(7.5rem, 18vh, 9.5rem)
    var(--page-padding)
    2rem;
  display: flex;
  flex-direction: column;
}
.ltw-mobile-menu__item{
  overflow: hidden;
  border-bottom: 1px solid rgba(235, 234, 227, 0.28);
}
.ltw-mobile-menu__item:first-child{
  border-top: 1px solid rgba(235, 234, 227, 0.28);
}
.ltw-mobile-menu__link{
  width: 100%;
  padding:
    clamp(1rem, 3vw, 1.35rem)
    clamp(0.7rem, 2vw, 0.95rem);
  display: flex;
  align-items: center;
  background: transparent;
  color: var(--pearl);
  font-family: "acumin-pro", sans-serif;
  font-size: clamp(2.6rem, 11vw, 4.75rem);
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: -0.035em;
  transition:
    background-color 260ms var(--ease-out),
    color 260ms var(--ease-out);
}
.ltw-mobile-menu__label{
  display: block;
  transition: transform 360ms var(--ease-out);
}
.ltw-mobile-menu__link:hover,
.ltw-mobile-menu__link:focus-visible,
.ltw-mobile-menu__link:active{
  background: var(--pearl);
  color: var(--licorice);
}
.ltw-mobile-menu__link:hover .ltw-mobile-menu__label,
.ltw-mobile-menu__link:focus-visible .ltw-mobile-menu__label,
.ltw-mobile-menu__link:active .ltw-mobile-menu__label{
  transform: translateX(0.75rem);
}
.ltw-mobile-menu__footer{
  margin-top: auto;
  padding-top: 2.5rem;
  display: block;
}
.ltw-mobile-menu__conference-card{
  position: relative;
  display: grid;
  grid-template-columns: clamp(5rem, 18vw, 6rem) minmax(0, 1fr) auto;
  align-items: stretch;
  gap: clamp(.8rem, 2.8vw, 1.05rem);
  width: 100%;
  min-height: clamp(6.35rem, 21vw, 7.15rem);
  padding: .68rem .78rem .68rem .68rem;
  overflow: hidden;
  border: 1px solid rgba(235, 234, 227, .12);
  border-radius: .18rem;
  background: var(--pine);
  color: var(--pearl);
  box-shadow: 0 1rem 2.5rem rgba(0, 0, 0, .16);
  transition:
    transform 360ms var(--ease-out),
    background-color 280ms var(--ease-out),
    border-color 280ms var(--ease-out);
}
.ltw-mobile-menu__conference-card::before{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(110deg, rgba(255,255,255,.055), transparent 42%),
    linear-gradient(90deg, transparent 70%, rgba(9,31,44,.14) 100%);
}
.ltw-mobile-menu__conference-image{
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  min-height: 5rem;
  overflow: hidden;
  background: var(--licorice);
}
.ltw-mobile-menu__conference-image img{
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 48%;
  transform: scale(1.04);
  transition: transform 600ms var(--ease-out);
}
.ltw-mobile-menu__conference-copy{
  position: relative;
  z-index: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: .65rem;
  padding-block: .18rem .14rem;
}
.ltw-mobile-menu__conference-title{
  max-width: 14rem;
  font-family: var(--font-sans);
  font-size: clamp(.95rem, 3.4vw, 1.12rem);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -.015em;
}
.ltw-mobile-menu__conference-date{
  color: rgba(235, 234, 227, .64);
  font-family: var(--font-condensed);
  font-size: clamp(.72rem, 2.65vw, .88rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.ltw-mobile-menu__conference-arrow-wrap{
  position: relative;
  z-index: 1;
  align-self: start;
  justify-self: end;
  display: grid;
  place-items: center;
  width: clamp(1rem, 3.6vw, 1.15rem);
  margin-top: .12rem;
  color: var(--pearl);
  transform: translate(0, 0);
  transition: transform 600ms cubic-bezier(.22, 1, .36, 1);
}
.ltw-mobile-menu__conference-arrow{
  display: block;
  width: .8em;
  height: auto;
  overflow: visible;
  transform: rotate(-45deg);
}
.ltw-mobile-menu__conference-arrow path{
  fill: none;
  stroke: currentColor;
  stroke-width: 5;
  stroke-linecap: square;
  stroke-linejoin: miter;
}
.ltw-mobile-menu__conference-card:hover,
.ltw-mobile-menu__conference-card:focus-visible{
  background: #5b693a;
  border-color: rgba(235, 234, 227, .24);
  transform: translateY(-2px);
}
.ltw-mobile-menu__conference-card:hover .ltw-mobile-menu__conference-image img,
.ltw-mobile-menu__conference-card:focus-visible .ltw-mobile-menu__conference-image img{
  transform: scale(1.085);
}
.ltw-mobile-menu__conference-card:hover .ltw-mobile-menu__conference-arrow-wrap,
.ltw-mobile-menu__conference-card:focus-visible .ltw-mobile-menu__conference-arrow-wrap{
  transform: translate(.18rem, -.18rem);
}
@media screen and (max-width: 991px){
.ltw-nav__inner{
    grid-template-columns: auto 1fr auto;
  }
}
@media screen and (max-width: 767px){
.ltw-nav__inner{
    grid-template-columns: 1fr auto;
  }
.ltw-nav__links,
  .ltw-nav__actions{
    display: none;
  }
.ltw-menu-toggle{
    display: inline-flex;
    justify-self: end;
  }
.ltw-mobile-menu{
    display: block;
  }
}
@media screen and (max-width: 479px){
.ltw-brand{
    font-size: 1.12rem;
  }
.ltw-mobile-menu__footer{
    align-items: flex-start;
    flex-direction: column;
  }
}
.ltw-footer{
  position: relative;
  z-index: 20;

  width: 100%;

  background: #020708;

  color: var(--pearl);

  border-bottom:
    2px
    solid
    rgba(235,234,227,.22);
}
.ltw-footer__inner{
  display: grid;

  grid-template-columns:
    minmax(20rem, 1.15fr)
    minmax(14rem, .5fr)
    minmax(12rem, .45fr);

  align-items: start;

  gap:
    clamp(
      4rem,
      8vw,
      8rem
    );

  width:
    min(
      100%,
      100rem
    );

  margin-inline: auto;

  padding:
    clamp(5rem, 7vw, 7rem)
    clamp(1.5rem, 5vw, 5rem)
    clamp(4rem, 6vw, 6rem);
}
.ltw-footer__column{
  min-width: 0;
}
.ltw-footer__label{
  margin:
    0
    0
    2.6rem;

  color:
    rgba(
      235,
      234,
      227,
      .68
    );

  font-family: var(--font-condensed);

  font-size:
    clamp(
      .95rem,
      1.1vw,
      1.1rem
    );

  font-weight: 700;

  line-height: 1;

  text-transform: uppercase;
}
.ltw-footer__nav{
  width: 100%;
}
.ltw-footer__nav-list{
  display: grid;

  width: 100%;

  margin: 0;
  padding: 0;

  list-style: none;
}
.ltw-footer__nav-item{
  width: 100%;

  border-bottom:
    1px
    solid
    rgba(235,234,227,.32);
}
.ltw-footer__nav-link{
  position: relative;

  display: flex;

  align-items: center;
  justify-content: space-between;

  width: 100%;

  min-height:
    clamp(
      3.7rem,
      4.25vw,
      4.2rem
    );

  padding:
    .5rem
    .15rem;

  overflow: hidden;

  background: transparent;

  color: var(--pearl);

  font-family: var(--font-sans);

  font-size:
    clamp(
      1.5rem,
      2vw,
      2rem
    );

  font-weight: 600;

  line-height: 1;

  transition:
    background-color
    420ms
    cubic-bezier(.22,1,.36,1),
    color
    420ms
    cubic-bezier(.22,1,.36,1),
    padding
    520ms
    cubic-bezier(.22,1,.36,1);
}
.ltw-footer__nav-title{
  position: relative;
  z-index: 2;

  display: block;

  transform:
    translateX(0);

  transition:
    transform
    520ms
    cubic-bezier(.22,1,.36,1);
}
.ltw-footer__nav-arrow-mask{
  position: relative;
  z-index: 2;

  display: grid;

  place-items: center;

  flex:
    0
    0
    2.25rem;

  width: 2.25rem;

  margin-left: auto;

  overflow: hidden;

  opacity: 0;

  transform:
    translateX(-.45rem);

  transition:
    opacity
    260ms
    ease,
    transform
    520ms
    cubic-bezier(.22,1,.36,1);
}
.ltw-footer__nav-arrow{
  display: block;

  width: 1.75rem;

  height: auto;

  overflow: visible;

  transform:
    translateX(-.9rem);

  transition:
    transform
    540ms
    cubic-bezier(.22,1,.36,1);
}
.ltw-footer__nav-arrow path{
  fill: none;

  stroke: currentColor;

  stroke-width: 5;

  stroke-linecap: square;
  stroke-linejoin: miter;
}
.ltw-footer__nav-link:hover,
.ltw-footer__nav-link:focus-visible{
  padding-left: .8rem;
  padding-right: .65rem;

  background: var(--pearl);

  color: var(--licorice);
}
.ltw-footer__nav-link:hover
.ltw-footer__nav-title,
.ltw-footer__nav-link:focus-visible
.ltw-footer__nav-title{
  transform:
    translateX(.1rem);
}
.ltw-footer__nav-link:hover
.ltw-footer__nav-arrow-mask,
.ltw-footer__nav-link:focus-visible
.ltw-footer__nav-arrow-mask{
  opacity: 1;

  transform:
    translateX(0);
}
.ltw-footer__nav-link:hover
.ltw-footer__nav-arrow,
.ltw-footer__nav-link:focus-visible
.ltw-footer__nav-arrow{
  transform:
    translateX(0);
}
.ltw-footer__details{
  color: var(--pearl);

  font-family: var(--font-sans);

  font-size:
    clamp(
      .92rem,
      1vw,
      1rem
    );

  font-weight: 500;

  line-height: 1.35;
}
.ltw-footer__details a{
  display: inline-block;
}
.ltw-footer__details a + a{
  margin-top: .9rem;
}
.ltw-footer__address{
  margin-top: 1.75rem;
}
.ltw-footer__social{
  display: grid;

  gap: .42rem;
}
.ltw-footer__social-link{
  position: relative;

  display: inline-flex;

  align-items: center;

  width: max-content;

  color: var(--pearl);

  font-family: var(--font-sans);

  font-size:
    clamp(
      1.5rem,
      2vw,
      2rem
    );

  font-weight: 600;

  line-height: 1.08;
}
.ltw-footer__social-label-clip{
  position: relative;

  display: block;

  height: 1.16em;

  overflow: hidden;
}
.ltw-footer__social-label-track{
  display: flex;

  flex-direction: column;

  transform:
    translateY(0);

  transition:
    transform
    600ms
    cubic-bezier(.22,1,.36,1);
}
.ltw-footer__social-label-track span{
  display: flex;

  align-items: center;

  flex:
    0
    0
    1.16em;

  height: 1.16em;

  padding-top: .02em;
  padding-bottom: .09em;

  line-height: 1.06em;
}
.ltw-footer__social-link:hover
.ltw-footer__social-label-track,
.ltw-footer__social-link:focus-visible
.ltw-footer__social-label-track{
  transform:
    translateY(-1.16em);
}
.ltw-footer__social-arrow-wrap{
  display: grid;

  place-items: center;

  width: 1.15em;

  margin-left: .06em;

  transform:
    translate(0,0);

  transition:
    transform
    600ms
    cubic-bezier(.22,1,.36,1);
}
.ltw-footer__social-arrow{
  display: block;

  width: .8em;

  height: auto;

  overflow: visible;

  transform:
    rotate(-45deg);
}
.ltw-footer__social-arrow path{
  fill: none;

  stroke: currentColor;

  stroke-width: 5;

  stroke-linecap: square;
  stroke-linejoin: miter;
}
.ltw-footer__social-link:hover
.ltw-footer__social-arrow-wrap,
.ltw-footer__social-link:focus-visible
.ltw-footer__social-arrow-wrap{
  transform:
    translate(
      .24rem,
      -.24rem
    );
}
@media screen and (max-width: 991px){
.ltw-footer__inner{
    grid-template-columns:
      minmax(18rem, 1fr)
      minmax(12rem, .55fr)
      minmax(10rem, .45fr);

    gap:
      clamp(
        2.5rem,
        5vw,
        4rem
      );
  }
}
@media screen and (max-width: 666px){
.ltw-footer__inner{
    display: flex;

    flex-direction: column;

    align-items: stretch;

    gap: 4rem;

    width: 100%;

    padding:
      4.5rem
      1.25rem
      4.5rem;
  }
.ltw-footer__column{
    width: 100%;
    max-width: none;

    flex:
      0
      0
      auto;
  }
.ltw-footer__column:first-child{
    width: 100%;
    max-width: none;
    align-self: stretch;
  }
.ltw-footer__nav{
    display: block;

    width:
      calc(
        100vw - 2.5rem
      );

    max-width: none;

    margin:
      0;

    padding:
      0;
  }
.ltw-footer__nav-list{
    width: 100%;
    max-width: none;
  }
.ltw-footer__nav-item{
    width: 100%;
    max-width: none;
  }
.ltw-footer__nav-link{
    position: relative;

    width: 100%;
    max-width: none;

    min-height:
      4.35rem;

    padding-left:
      .75rem;

    padding-right:
      .75rem;
  }
.ltw-footer__nav-arrow-mask{
    position: absolute;

    top: 50%;
    right: .75rem;

    margin: 0;

    transform:
      translate(
        -.4rem,
        -50%
      );
  }
.ltw-footer__nav-link:hover
  .ltw-footer__nav-arrow-mask,
  .ltw-footer__nav-link:focus-visible
  .ltw-footer__nav-arrow-mask{
    transform:
      translate(
        0,
        -50%
      );
  }
.ltw-footer__nav-link:hover,
  .ltw-footer__nav-link:focus-visible{
    padding-left:
      .75rem;

    padding-right:
      .75rem;
  }
.ltw-footer__nav-link:hover
  .ltw-footer__nav-title,
  .ltw-footer__nav-link:focus-visible
  .ltw-footer__nav-title{
    transform:
      translateX(0);
  }
.ltw-footer__label{
    margin-bottom:
      1.8rem;
  }
.ltw-footer__details{
    font-size:
      1rem;
  }
.ltw-footer__social-link{
    font-size:
      clamp(
        1.6rem,
        7vw,
        2rem
      );
  }
}
@media screen and (max-width: 479px){
.ltw-footer__inner{
    padding-inline:
      1rem;
  }
.ltw-footer__nav{
    width:
      calc(
        100vw - 2rem
      );

    max-width: none;
  }
.ltw-footer__nav-link{
    padding-left:
      .7rem;

    padding-right:
      .7rem;
  }
.ltw-footer__nav-link:hover,
  .ltw-footer__nav-link:focus-visible{
    padding-left:
      .7rem;

    padding-right:
      .7rem;
  }
.ltw-footer__nav-arrow-mask{
    right:
      .7rem;
  }
}
@media (prefers-reduced-motion: reduce){
.ltw-contact__bg,
  .ltw-contact__headline-top,
  .ltw-contact__started-row,
  .ltw-contact__started-motion,
  .ltw-contact__script,
  .ltw-contact__copy,
  .ltw-contact__form,
  .ltw-footer__column,
  .ltw-footer__nav-title,
  .ltw-footer__nav-arrow-mask,
  .ltw-footer__nav-arrow,
  .ltw-footer__social-label-track,
  .ltw-footer__social-arrow-wrap{
    transition: none !important;
    animation: none !important;
  }
}
.ltw-footer__social-link{
  gap: .38em;
}
.ltw-footer__social-icon{
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: .92em;
  height: .92em;
}
.ltw-footer__social-icon svg{
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}
.ltw-footer__social-icon svg > *{
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.ltw-footer__social-icon .ltw-footer__social-icon-fill{
  fill: currentColor;
  stroke: none;
}
.ltw-brand{
  width: clamp(8.9rem, 10.6vw, 11rem);
  line-height: 0;
}
.ltw-brand__logo{
  display: block;
  width: 100%;
  height: auto;
}
.ltw-nav{
  background: transparent;
  padding: clamp(.8rem, 1.6vw, 1.25rem) var(--page-padding);
}
.ltw-nav__inner{
  width: max-content;
  max-width: 100%;
  padding: .34rem;
  border: 1px solid rgba(235, 234, 227, .46);
  border-radius: 1.35rem;
  background: rgba(235, 234, 227, .42);
  box-shadow: 0 .7rem 1.8rem rgba(2, 7, 8, .14);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.ltw-brand{
  width: auto;
  padding: .74rem 1.35rem;
  border-radius: .9rem;
  background: var(--pearl);
}
.ltw-brand__logo{
  width: clamp(7.6rem, 10vw, 9.5rem);
}
.ltw-nav__links{
  gap: .12rem;
}
.ltw-nav__link{
  min-height: 3.1rem;
  padding: .74rem 1.35rem;
  border-radius: .9rem;
  transition: color .2s var(--ease-out), background-color .2s var(--ease-out);
}
.ltw-nav__highlight{
  border-radius: .9rem;
  background: var(--pearl);
}
.ltw-nav__link:hover,
.ltw-nav__link:focus-visible{
  color: var(--licorice);
  background: var(--pearl);
}
@media screen and (max-width: 767px){
.ltw-nav__inner{
    width: 100%;
    max-width: none;
    grid-template-columns: 1fr auto;
  }
.ltw-menu-toggle{
    width: 3.1rem;
    height: 3.1rem;
    border-radius: .9rem;
    background: var(--pearl);
  }
}
.ltw-footer{
  overflow: hidden;
}
@media screen and (max-width: 767px){
.ltw-brand{
    width: clamp(7.9rem, 28vw, 9.1rem);
  }
}
@media screen and (max-width: 479px){
.ltw-brand{
    width: 7.65rem;
  }
}
.ltw-contact,
.ltw-footer,
.ltw-footer__stage,
.ltw-footer__cover,
.ltw-footer__logo-reveal{
  border-radius: 0 !important;
}
.ltw-footer{
  position: relative;
  z-index: 20;
  width: 100%;
  height: auto;
  min-height: 0;
  overflow: hidden;
  padding: 0;
  background: #020708;
  border: 0;
  color: var(--pearl);
}
.ltw-footer__stage{
  position: relative;
  top: auto;
  width: 100%;
  height: auto;
  min-height: 0;
  overflow: visible;
  background: #020708;
  isolation: isolate;
}
.ltw-footer__cover{
  position: relative;
  inset: auto;
  z-index: 2;
  width: 100%;
  height: auto;
  overflow: visible;
  background: #020708;
  border: 0;
  clip-path: none !important;
}
.ltw-footer__inner{
  position: relative;
  z-index: 4;
  height: auto;
  box-sizing: border-box;
  align-content: start;
  padding-bottom: clamp(2.75rem, 4vw, 4rem);
}
.ltw-footer__logo-reveal{
  position: relative;
  z-index: 3;
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #020708;
  pointer-events: none;
}
.ltw-footer__logo-reveal-inner{
  position: relative;
  width: 100%;
  height: auto;
  display: block;
  padding:
    0
    clamp(.4rem, 1vw, 1rem)
    max(clamp(1.45rem, 2.2svh, 2rem), env(safe-area-inset-bottom));
}
.ltw-footer__logo-reveal-img{
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
  transform: none;
  transform-origin: 50% 100%;
  will-change: transform;
}
@media screen and (max-width: 1199px) and (min-width: 768px){
.ltw-footer__inner{
    padding-bottom: clamp(2.5rem, 3.5vw, 3.25rem);
  }
}
@media screen and (max-width: 767px){
.ltw-footer__inner{
    padding-bottom: clamp(2rem, 5vw, 2.75rem);
  }
.ltw-footer__logo-reveal-inner{
    padding:
      .25rem
      .35rem
      max(1.15rem, env(safe-area-inset-bottom));
  }
}
@media (prefers-reduced-motion: reduce){
.ltw-footer__logo-reveal-img{
    transform: none !important;
  }
}
@media screen and (max-width: 767px){
.ltw-mobile-menu__footer{
    width: 100%;
  }
}
@media screen and (max-width: 479px){
.ltw-mobile-menu__conference-card{
    grid-template-columns: 4.7rem minmax(0, 1fr) auto;
    min-height: 6.1rem;
    gap: .72rem;
    padding: .6rem .68rem .6rem .6rem;
  }
.ltw-mobile-menu__conference-title{
    font-size: .94rem;
  }
.ltw-mobile-menu__conference-date{
    font-size: .72rem;
  }
}

/* Extracted from conference-shell.html. */
.ltw-nav{position:fixed!important;top:0!important;left:0!important;right:0!important;z-index:1000!important;background:transparent!important;}
.ltw-nav__inner{width:max-content!important;max-width:calc(100vw - 2rem)!important;grid-template-columns:auto 1fr!important;}
.ltw-brand{background:#fff!important;color:var(--licorice)!important;}
.ltw-nav__links{display:flex!important;align-items:center!important;gap:.12rem!important;min-width:0!important;}
.ltw-nav__actions,.ltw-menu-toggle,.ltw-mobile-menu{display:none!important;}
.ltw-nav__highlight{display:none!important;}
.ltw-nav__link{position:relative;isolation:isolate;overflow:hidden;transition:color .2s var(--ease-out)!important;}
.ltw-nav__link::before{content:"";position:absolute;inset:0;z-index:-1;background:#fff;transform:translateX(-105%);transition:transform .38s var(--ease-out);}
.ltw-nav__link:hover::before,.ltw-nav__link:focus-visible::before{transform:translateX(0);}
.ltw-nav__link:hover,.ltw-nav__link:focus-visible{color:var(--licorice)!important;background:transparent!important;}
@media screen and (max-width:991px){
.ltw-nav{padding:.65rem .6rem!important;}
.ltw-nav__inner{max-width:calc(100vw - 1.2rem)!important;padding:.2rem!important;gap:.15rem!important;}
.ltw-brand{padding:.48rem .65rem!important;}
.ltw-brand__logo{width:clamp(6.8rem,27vw,8.2rem)!important;}
.ltw-nav__link{min-height:2.35rem!important;padding:.48rem .45rem!important;font-size:clamp(.56rem,1.7vw,.7rem)!important;white-space:nowrap!important;}
}
@media screen and (max-width:420px){
.ltw-brand__logo{width:6.7rem!important;}
.ltw-nav__link{padding-left:.3rem!important;padding-right:.3rem!important;font-size:.54rem!important;}
}
.ltw-footer{
      position: relative;
      background: #fff;
      color: var(--licorice);
      overflow: hidden;
    }
.ltw-footer__panel{
      position: relative;
      z-index: 2;
      min-height: clamp(21rem, 34vw, 27rem);
      padding: clamp(3rem, 4.8vw, 4.25rem) 0 1rem;
      background: #fff;
      border-radius: 0 0 clamp(3.5rem, 6vw, 6rem) clamp(3.5rem, 6vw, 6rem);
    }
.ltw-footer__grid{
      display: grid;
      grid-template-columns: minmax(0, 1.55fr) minmax(22rem, .72fr);
      gap: clamp(2.5rem, 6vw, 6rem);
      align-items: start;
    }
.ltw-footer__statement{
      max-width: 15.5ch;
      font-family: var(--serif);
      font-size: clamp(3.2rem, 5.6vw, 6.1rem);
      font-weight: 400;
      line-height: .92;
      letter-spacing: -.045em;
    }
.ltw-footer__links{
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: clamp(2rem, 5vw, 5rem);
    }
.ltw-footer__col{
      display: grid;
      align-content: start;
      gap: .75rem;
    }
.ltw-footer__label{
      margin-bottom: .25rem;
      color: #8a969d;
      font-family: var(--sans);
      font-size: .84rem;
      font-weight: 600;
    }
.ltw-footer__col > a:not(.ltw-social-link){
      width: max-content;
      font-family: var(--sans);
      font-size: clamp(1rem, 1.3vw, 1.2rem);
      font-weight: 500;
      line-height: 1.15;
    }
.ltw-footer__social{
      gap: .5rem;
    }
.ltw-social-link{
      display: block;
      width: max-content;
      max-width: 100%;
      color: var(--licorice);
      text-decoration: none;
    }
.ltw-social-link__inner{
      display: flex;
      align-items: center;
      width: max-content;
      max-width: 100%;
      min-height: 2.45rem;
      gap: 0;
    }
.ltw-social-link__iconwrap{
      display: grid;
      place-items: center;
      flex: 0 0 1.75rem;
      width: 1.75rem;
      height: 1.75rem;
      margin-right: .58rem;
    }
.ltw-social-icon{
      width: 1.55rem;
      height: 1.55rem;
      fill: none;
      stroke: currentColor;
      stroke-width: 1.65;
      stroke-linecap: round;
      stroke-linejoin: round;
    }
.ltw-social-icon__fill{ fill: currentColor; stroke: none; }
.ltw-social-icon--apple{ stroke: none; fill: currentColor; }
.ltw-social-link__textclip{
      display: block;
      flex: 0 0 auto;
      width: auto;
      height: 1.55rem;
      overflow: hidden;
    }
.ltw-social-link__texttrack{
      display: flex;
      flex-direction: column;
      transform: translateY(0);
      transition: transform 430ms var(--ease);
      will-change: transform;
    }
.ltw-social-link__text{
      display: block;
      height: 1.55rem;
      line-height: 1.55rem;
      white-space: nowrap;
      font-family: var(--sans);
      font-size: clamp(1.3rem, 1.75vw, 1.72rem);
      font-weight: 600;
      letter-spacing: -.025em;
    }
.ltw-footer__arrow{
      display: block;
      flex: 0 0 auto;
      width: 1.05rem;
      height: .76rem;
      margin-left: .3rem;
      background: currentColor;
      transform: rotate(-45deg);
      transform-origin: center;
      transition: transform 300ms var(--ease);
      will-change: transform;
      -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 34 24'%3E%3Cpath d='M2 12 H29 M21 4 L29 12 L21 20' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
      mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 34 24'%3E%3Cpath d='M2 12 H29 M21 4 L29 12 L21 20' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
    }
.ltw-social-link:hover .ltw-social-link__texttrack,
    .ltw-social-link:focus-visible .ltw-social-link__texttrack{
      transform: translateY(-1.55rem);
    }
.ltw-social-link:hover .ltw-footer__arrow,
    .ltw-social-link:focus-visible .ltw-footer__arrow{
      transform: translate(.16rem, -.16rem) rotate(-45deg);
    }
.ltw-social-link:focus-visible{
      outline: 2px solid var(--licorice);
      outline-offset: 4px;
    }
.ltw-footer__meta{
      position: absolute;
      left: 50%;
      bottom: .75rem;
      transform: translateX(-50%);
      display: flex;
      justify-content: space-between;
      gap: 2rem;
      color: #8a969d;
      font-family: var(--sans);
      font-size: .78rem;
    }
.ltw-footer__meta a{
      text-decoration: underline;
      text-underline-offset: .18em;
    }
.ltw-footer__reveal{
      position: relative;
      z-index: 1;
      min-height: clamp(15rem, 24vw, 21rem);
      display: flex;
      align-items: flex-end;
      justify-content: center;
      padding: 0 var(--pad);
      background: #fff;
      overflow: hidden;
    }
.ltw-footer__logo-reveal-img{
      width: min(97vw, 96rem);
      max-width: none;
      opacity: .96;
      transform: translateY(10%);
      transition: transform 1.05s var(--ease), opacity .7s ease;
      will-change: transform, opacity;
    }
.ltw-footer__logo-reveal-img.is-revealed{
      transform: translateY(-28%);
    }
@media (max-width: 900px){
.ltw-footer__panel{
        min-height: auto;
        padding-bottom: 3.5rem;
      }
.ltw-footer__grid{
        grid-template-columns: 1fr;
        gap: 2.5rem;
      }
.ltw-footer__statement{ max-width: 15.5ch; }
.ltw-footer__links{ max-width: 32rem; }
.ltw-footer__meta{ bottom: .7rem; }
.ltw-footer__reveal{ min-height: 13rem; }
.ltw-footer__logo-reveal-img.is-revealed{ transform: translateY(-20%); }
}
@media (max-width: 560px){
.ltw-footer__panel{
        padding-top: 3rem;
        padding-bottom: 2.45rem;
        border-radius: 0 0 2.5rem 2.5rem;
      }
.ltw-footer__statement{
        max-width: 13.8ch;
        font-size: clamp(2.6rem, 12vw, 4rem);
      }
.ltw-footer__links{
        grid-template-columns: 1fr 1fr;
        gap: 1.5rem;
      }
.ltw-social-link__inner{ min-height: 2.15rem; }
.ltw-social-link__iconwrap{
        flex-basis: 1.55rem;
        width: 1.55rem;
        height: 1.55rem;
        margin-right: .5rem;
      }
.ltw-social-icon{ width: 1.35rem; height: 1.35rem; }
.ltw-social-link__textclip,
      .ltw-social-link__text{
        height: 1.4rem;
        line-height: 1.4rem;
      }
.ltw-social-link__text{ font-size: 1.25rem; }
.ltw-social-link:hover .ltw-social-link__texttrack,
      .ltw-social-link:focus-visible .ltw-social-link__texttrack{
        transform: translateY(-1.4rem);
      }
.ltw-footer__meta{
        bottom: .15rem;
        transform: translate(-50%, .45rem);
        display: grid;
        gap: .4rem;
      }
.ltw-footer__reveal{ min-height: 11rem; padding-inline: .75rem; }
.ltw-footer__logo-reveal-img.is-revealed{ transform: translateY(-16%); }
}
@media (prefers-reduced-motion: reduce){
.ltw-social-link__texttrack,
      .ltw-footer__arrow,
      .ltw-footer__logo-reveal-img{
        transition: none !important;
      }
.ltw-footer__logo-reveal-img{ transform: none !important; }
}

/* Extracted from conference-shell.html. */
.ltw-nav__inner{box-shadow:none!important;}
@media(max-width:991px){
.ltw-nav__inner{display:flex!important;width:100%!important;max-width:100%!important;overflow:visible!important;justify-content:flex-start!important;gap:.2rem!important;}
.ltw-brand{flex:0 0 auto!important;}
.ltw-nav__links{display:flex!important;flex:1 1 auto!important;justify-content:space-between!important;overflow:visible!important;}
.ltw-nav__link{padding-inline:clamp(.28rem,1.4vw,.55rem)!important;font-size:clamp(.54rem,1.65vw,.72rem)!important;}
.ltw-nav__actions,.ltw-menu-toggle,.ltw-mobile-menu{display:none!important;}
}
@media(max-width:560px){
.ltw-footer__links{gap:.75rem!important;}
.ltw-footer__meta{transform:translate(-50%,1rem)!important;}
}

/* Extracted from conference-shell.html. */
.ltw-nav__inner{box-shadow:none!important;}
@media(max-width:991px){
.ltw-nav__links{display:flex!important;visibility:visible!important;opacity:1!important;flex:1 1 auto!important;justify-content:space-between!important;overflow:visible!important;}
.ltw-nav__link{display:inline-flex!important;visibility:visible!important;}
.ltw-menu-toggle{display:none!important;}
}

/* Extracted from conference-shell.html. */
@media(max-width:991px){
.ltw-nav{padding:.45rem .65rem!important;}
.ltw-nav__inner{width:calc(100% - 1rem)!important;max-width:calc(100% - 1rem)!important;min-height:3.8rem!important;padding:.28rem!important;border-radius:.85rem!important;box-shadow:none!important;}
.ltw-brand{padding:.55rem .72rem!important;border-radius:.62rem!important;}
.ltw-brand__logo{width:clamp(7rem,25vw,9rem)!important;}
.ltw-nav__links{display:flex!important;justify-content:center!important;gap:.08rem!important;padding-inline:.25rem!important;}
.ltw-nav__link{display:inline-flex!important;min-height:2.8rem!important;padding:.62rem clamp(.34rem,1.5vw,.7rem)!important;border-radius:.55rem!important;font-size:clamp(.58rem,1.7vw,.78rem)!important;}
}

/* Extracted from conference-shell.html. */
@media(max-width:991px){
.ltw-nav__inner{width:calc(100% - 2.5rem)!important;max-width:32rem!important;margin-inline:auto!important;}
}

/* Extracted from conference-shell.html. */
.ltw-brand{min-height:3.1rem!important;display:inline-flex!important;align-items:center!important;}
.ltw-nav__link{min-height:3.1rem!important;display:inline-flex!important;align-items:center!important;}
@media(max-width:991px){
.ltw-brand,.ltw-nav__link{min-height:2.8rem!important;}
}

/* Extracted from conference-shell.html. */
.ltw-nav__link{position:relative;isolation:isolate;overflow:hidden!important;background:transparent!important;color:var(--licorice)!important;}
.ltw-nav__link::before{content:"";position:absolute;inset:0;z-index:-1;background:#fff;transform:translateX(-105%);transition:transform .38s cubic-bezier(.22,1,.36,1);}
.ltw-nav__link:hover::before,.ltw-nav__link:focus-visible::before{transform:translateX(0);}
.ltw-nav__link:hover,.ltw-nav__link:focus-visible{color:var(--licorice)!important;}
.ltw-nav__link{border-radius:.9rem!important;}
.ltw-nav__link::before{background:#fff!important;transform:translateX(-105%);transition:transform .38s cubic-bezier(.22,1,.36,1)!important;}
.ltw-nav__link::before{display:none!important;}
.ltw-nav__highlight{display:block!important;opacity:0;background:#fff!important;border-radius:.9rem!important;clip-path:none!important;transition:transform .38s cubic-bezier(.22,1,.36,1),width .38s cubic-bezier(.22,1,.36,1),opacity .2s ease!important;}
.ltw-nav__link{background:transparent!important;color:var(--licorice)!important;}
.ltw-nav{top:calc(var(--ltw-banner-h, 3.35rem) + .75rem)!important;}
@media(max-width:991px){
.ltw-nav{top:calc(var(--ltw-banner-h, 3.35rem) + .45rem)!important;}
}
@media(max-width:480px){
.ltw-nav__link{font-size:.95rem!important;}
}
@media(max-width:480px){
.ltw-nav{padding:.55rem .65rem!important;}
.ltw-nav__inner{width:calc(100% - 1rem)!important;max-width:none!important;min-height:3.55rem!important;padding:.22rem .28rem!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:.5rem!important;border-radius:1rem!important;}
.ltw-brand{min-height:3.05rem!important;padding:.5rem .72rem!important;border-radius:.72rem!important;}
.ltw-brand__logo{width:clamp(7rem,30vw,8.2rem)!important;}
.ltw-nav__links{display:none!important;}
.ltw-menu-toggle{display:inline-flex!important;flex:0 0 auto!important;align-items:center!important;justify-content:center!important;width:auto!important;min-width:4.7rem!important;height:3.05rem!important;padding:.5rem .8rem!important;border:0!important;border-radius:.72rem!important;background:transparent!important;color:var(--licorice)!important;}
.ltw-menu-toggle::after{content:'Menu';font:700 .95rem/1 var(--font-sans);text-transform:uppercase;letter-spacing:.02em;}
.ltw-menu-toggle__lines{display:none!important;}
.ltw-menu-toggle[aria-expanded="true"]::after{content:'Close';}
.ltw-mobile-menu{display:none!important;position:fixed!important;inset:calc(var(--ltw-banner-h,3.35rem) + 4.25rem) .65rem 1rem!important;z-index:999!important;visibility:hidden!important;clip-path:inset(0 0 100% 0)!important;overflow:auto!important;border-radius:1rem!important;background:#fff!important;color:var(--licorice)!important;box-shadow:0 1rem 3rem rgba(2,7,8,.16)!important;}
.ltw-mobile-menu.is-open{display:block!important;visibility:visible!important;clip-path:inset(0 0 0 0)!important;}
.ltw-mobile-menu__inner{min-height:100%!important;padding:1.25rem!important;display:flex!important;flex-direction:column!important;justify-content:space-between!important;gap:2rem!important;}
.ltw-mobile-menu__list{display:grid!important;gap:.2rem!important;}
.ltw-mobile-menu__item{border-bottom:1px solid rgba(9,31,44,.14)!important;}
.ltw-mobile-menu__link{display:flex!important;align-items:center!important;padding:1rem 0!important;color:var(--licorice)!important;font:700 1.5rem/1 var(--font-sans)!important;text-transform:uppercase!important;}
.ltw-mobile-menu__conference-card{display:grid!important;grid-template-columns:4.5rem 1fr auto!important;align-items:center!important;gap:.8rem!important;padding:.7rem!important;border:1px solid rgba(9,31,44,.18)!important;border-radius:.75rem!important;background:#fff!important;}
.ltw-mobile-menu__conference-image{width:4.5rem!important;height:4.5rem!important;border-radius:.5rem!important;overflow:hidden!important;}
.ltw-mobile-menu__conference-copy{display:grid!important;gap:.35rem!important;}
.ltw-mobile-menu__conference-title{font:700 .9rem/1.05 var(--font-sans)!important;text-transform:uppercase!important;}
.ltw-mobile-menu__conference-date{font:500 .78rem/1 var(--font-sans)!important;}
}
@media(max-width:480px){
.ltw-nav{top:1rem!important;left:1rem!important;right:1rem!important;width:auto!important;padding:.5rem!important;z-index:1001!important;background:transparent!important;}
.ltw-nav__inner{width:100%!important;max-width:none!important;border:0!important;background:rgba(190,190,190,.82)!important;backdrop-filter:blur(18px)!important;-webkit-backdrop-filter:blur(18px)!important;}
.ltw-brand{background:transparent!important;color:#111!important;padding-inline:.7rem!important;}
.ltw-brand__logo{filter:brightness(0)!important;}
.ltw-menu-toggle{color:#111!important;min-width:5.8rem!important;gap:.4rem!important;}
.ltw-menu-toggle::before{content:'✣';font-size:1.2rem;line-height:1;}
.ltw-menu-toggle::after{font-size:1.05rem!important;text-transform:none!important;}
.ltw-mobile-menu{inset:1rem 1rem 1rem!important;padding-top:5.4rem!important;background:rgba(190,190,190,.82)!important;backdrop-filter:blur(18px)!important;-webkit-backdrop-filter:blur(18px)!important;border-radius:1rem!important;box-shadow:none!important;}
.ltw-mobile-menu__inner{padding:1.35rem 2.2rem 2rem!important;}
.ltw-mobile-menu__list{gap:0!important;}
.ltw-mobile-menu__list::before{content:'Menu';display:block;margin:0 0 .25rem;color:rgba(17,17,17,.52);font:600 1rem/1.2 var(--font-sans);}
.ltw-mobile-menu__item{border-bottom:1px solid rgba(20,20,20,.12)!important;}
.ltw-mobile-menu__link{padding:1.35rem 0!important;color:#111!important;font:400 clamp(1.9rem,7vw,2.5rem)/1 var(--font-sans)!important;text-transform:none!important;}
.ltw-mobile-menu__footer{display:grid!important;grid-template-columns:1fr 1fr!important;gap:2rem!important;padding-top:2rem!important;}
.ltw-mobile-menu__info{display:grid!important;align-content:start!important;gap:.7rem!important;color:#111!important;font:400 1rem/1.2 var(--font-sans)!important;}
.ltw-mobile-menu__info-label{color:rgba(17,17,17,.52)!important;font-size:.95rem!important;}
.ltw-mobile-menu__info a{color:#111!important;text-decoration:none!important;}
.ltw-mobile-menu__conference-card{display:none!important;}
}
@media(max-width:560px){
.ltw-footer__panel{padding-top:2.25rem!important;padding-bottom:1.25rem!important;}
.ltw-footer__grid{display:flex!important;flex-direction:column!important;gap:1.75rem!important;}
.ltw-footer__statement{order:1!important;max-width:13.8ch!important;}
.ltw-footer__links{order:2!important;width:100%!important;display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;gap:1rem!important;}
.ltw-footer__meta{position:relative!important;top:2.25rem!important;left:auto!important;bottom:auto!important;width:100%!important;margin-top:.35rem!important;transform:none!important;display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:1rem!important;}
.ltw-footer__meta a{justify-self:start!important;}
.ltw-footer__meta span{display:block!important;justify-self:end!important;white-space:nowrap!important;}
}
@media(max-width:480px){
.ltw-nav{top:calc(var(--ltw-banner-h, 3.35rem) + .65rem)!important;left:5vw!important;right:5vw!important;width:auto!important;padding:0!important;background:transparent!important;}
.ltw-nav__inner{width:100%!important;min-height:4.15rem!important;padding:.3rem!important;border:1px solid rgba(255,255,255,.58)!important;border-radius:1.35rem!important;background:rgba(190,190,190,.82)!important;backdrop-filter:blur(18px)!important;-webkit-backdrop-filter:blur(18px)!important;box-shadow:none!important;}
.ltw-brand{min-height:3.5rem!important;padding:.65rem .95rem!important;border-radius:1rem!important;background:#fff!important;color:var(--licorice)!important;}
.ltw-brand__logo{width:clamp(8.15rem,40vw,10rem)!important;filter:none!important;}
.ltw-menu-toggle{height:3.5rem!important;min-width:6.4rem!important;padding:.65rem .85rem!important;border-radius:1rem!important;color:#111!important;}
.ltw-menu-toggle::before{content:'✣'!important;font-size:1.25rem!important;line-height:1!important;}
.ltw-menu-toggle::after{content:'Menu'!important;font:400 1.15rem/1 var(--font-sans)!important;text-transform:none!important;letter-spacing:0!important;}
.ltw-menu-toggle[aria-expanded="true"]::after{content:'Close'!important;}
.ltw-mobile-menu{inset:1.7rem 5vw 1rem!important;padding-top:6.35rem!important;border:1px solid rgba(255,255,255,.58)!important;border-radius:1.35rem!important;background:rgba(190,190,190,.82)!important;backdrop-filter:blur(18px)!important;-webkit-backdrop-filter:blur(18px)!important;box-shadow:none!important;}
.ltw-mobile-menu__inner{padding:1.15rem 4.7vw 2rem!important;gap:2rem!important;}
.ltw-mobile-menu__list::before{margin-bottom:.35rem!important;font-size:1rem!important;}
.ltw-mobile-menu__item{border-bottom:1px solid rgba(20,20,20,.13)!important;}
.ltw-mobile-menu__link{padding:1.35rem 0!important;color:#111!important;font:400 clamp(1.9rem,7.5vw,2.65rem)/1 var(--font-sans)!important;text-transform:none!important;}
.ltw-mobile-menu__footer{grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;gap:1.25rem!important;padding-top:1.25rem!important;}
.ltw-mobile-menu__info{gap:.65rem!important;font-size:1rem!important;}
.ltw-mobile-menu__info-label{font-size:.95rem!important;}
.ltw-mobile-menu__conference-card{display:none!important;}
}
@media(max-width:480px){
.ltw-mobile-menu{top:calc(var(--ltw-banner-h, 3.35rem) + .65rem + 4.15rem + .55rem)!important;right:5vw!important;bottom:auto!important;left:5vw!important;max-height:calc(100svh - var(--ltw-banner-h, 3.35rem) - 7rem)!important;padding-top:0!important;overflow:hidden!important;border-radius:1.35rem!important;}
.ltw-mobile-menu__inner{padding:1.35rem 4.7vw 1.5rem!important;gap:1.6rem!important;overflow:auto!important;max-height:calc(100svh - 7rem)!important;}
.ltw-mobile-menu__list::before{content:'Menu'!important;display:block!important;margin:0 0 .2rem!important;color:rgba(17,17,17,.52)!important;font:600 1rem/1.2 var(--font-sans)!important;}
.ltw-mobile-menu__link{width:100%!important;justify-content:space-between!important;padding:1.25rem 0!important;font-size:clamp(1.75rem,7vw,2.35rem)!important;}
.ltw-mobile-menu__accordion{border:0!important;background:transparent!important;text-align:left!important;cursor:pointer!important;}
.ltw-mobile-menu__accordion-icon{font:400 1.7rem/1 var(--font-sans)!important;transition:transform .35s cubic-bezier(.22,1,.36,1)!important;}
.ltw-mobile-menu__accordion[aria-expanded="true"] .ltw-mobile-menu__accordion-icon{transform:rotate(45deg)!important;}
.ltw-mobile-menu__submenu{display:grid!important;gap:0!important;max-height:0;overflow:hidden;transition:max-height .45s cubic-bezier(.22,1,.36,1)!important;}
.ltw-mobile-menu__submenu a{display:block!important;padding:.85rem 0 .9rem 1rem!important;color:rgba(17,17,17,.65)!important;text-decoration:none!important;font:400 1.12rem/1.2 var(--font-sans)!important;border-top:1px solid rgba(20,20,20,.1)!important;}
.ltw-mobile-menu__footer{padding-top:1rem!important;}
.ltw-mobile-menu__info a{font-size:1rem!important;}
}
@media(min-width:481px) and (max-width:767px){
.ltw-nav{top:calc(var(--ltw-banner-h, 3.35rem) + .65rem)!important;left:10%!important;right:8%!important;width:auto!important;padding:0!important;background:transparent!important;}
.ltw-nav__inner{width:100%!important;max-width:none!important;min-height:4.2rem!important;padding:.32rem!important;border:1px solid rgba(255,255,255,.58)!important;border-radius:1.35rem!important;background:rgba(190,190,190,.82)!important;backdrop-filter:blur(18px)!important;-webkit-backdrop-filter:blur(18px)!important;box-shadow:none!important;}
.ltw-brand{min-height:3.55rem!important;padding:.65rem 1rem!important;border-radius:1rem!important;background:#fff!important;}
.ltw-brand__logo{width:clamp(9rem,23vw,11rem)!important;filter:none!important;}
.ltw-nav__links{display:none!important;visibility:hidden!important;opacity:0!important;}
.ltw-menu-toggle{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:.45rem!important;min-width:6.7rem!important;height:3.55rem!important;padding:.65rem .9rem!important;border:0!important;border-radius:1rem!important;background:transparent!important;color:#111!important;}
.ltw-menu-toggle__lines{display:none!important;}
.ltw-menu-toggle::before{content:'✣'!important;font-size:1.3rem!important;line-height:1!important;}
.ltw-menu-toggle::after{content:'Menu'!important;font:400 1.2rem/1 var(--font-sans)!important;text-transform:none!important;letter-spacing:0!important;}
.ltw-menu-toggle[aria-expanded="true"]::after{content:'Close'!important;}
.ltw-mobile-menu{display:none!important;top:calc(var(--ltw-banner-h, 3.35rem) + .65rem + 4.2rem + .55rem)!important;right:8%!important;bottom:auto!important;left:10%!important;max-height:calc(100svh - var(--ltw-banner-h, 3.35rem) - 7rem)!important;padding-top:0!important;overflow:hidden!important;border:1px solid rgba(255,255,255,.58)!important;border-radius:1.35rem!important;background:rgba(190,190,190,.82)!important;backdrop-filter:blur(18px)!important;-webkit-backdrop-filter:blur(18px)!important;box-shadow:none!important;}
.ltw-mobile-menu__inner{padding:1.35rem 4.7% 1.5rem!important;gap:1.6rem!important;overflow:auto!important;max-height:calc(100svh - var(--ltw-banner-h, 3.35rem) - 7rem)!important;}
.ltw-mobile-menu__link{width:100%!important;justify-content:space-between!important;padding:1.25rem 0!important;color:#111!important;font:400 clamp(1.75rem,4vw,2.35rem)/1 var(--font-sans)!important;text-transform:none!important;}
.ltw-mobile-menu__accordion{border:0!important;background:transparent!important;text-align:left!important;cursor:pointer!important;}
.ltw-mobile-menu__submenu{display:grid!important;max-height:0;overflow:hidden;transition:max-height .45s cubic-bezier(.22,1,.36,1)!important;}
.ltw-mobile-menu__submenu a{display:block!important;padding:.85rem 0 .9rem 1rem!important;color:rgba(17,17,17,.65)!important;text-decoration:none!important;font:400 1.1rem/1.2 var(--font-sans)!important;border-top:1px solid rgba(20,20,20,.1)!important;}
.ltw-mobile-menu__conference-card{display:none!important;}
}
@media(max-width:767px){
.ltw-nav{position:fixed!important;top:calc(var(--ltw-banner-h, 3.35rem) + .7rem)!important;left:16px!important;right:auto!important;width:calc(100vw - 32px)!important;padding:0!important;background:transparent!important;z-index:1200!important;box-sizing:border-box!important;}
.ltw-nav__inner{width:100%!important;max-width:none!important;min-height:4.2rem!important;padding:.3rem!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:.5rem!important;border:1px solid rgba(255,255,255,.62)!important;border-radius:1.35rem!important;background:rgba(190,190,190,.84)!important;backdrop-filter:blur(18px)!important;-webkit-backdrop-filter:blur(18px)!important;box-shadow:none!important;box-sizing:border-box!important;}
.ltw-brand{min-height:3.55rem!important;padding:.65rem .95rem!important;border-radius:1rem!important;background:#fff!important;color:var(--licorice)!important;}
.ltw-brand__logo{width:clamp(8rem,42vw,10rem)!important;filter:none!important;}
.ltw-nav__links{display:none!important;visibility:hidden!important;opacity:0!important;}
.ltw-menu-toggle{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:0!important;width:auto!important;min-width:6rem!important;height:3.55rem!important;padding:.65rem .85rem!important;border:0!important;border-radius:1rem!important;background:transparent!important;color:var(--licorice)!important;font:700 1rem/1 var(--font-sans)!important;flex:0 0 auto!important;margin-left:auto!important;}
.ltw-menu-toggle__lines{display:none!important;}
.ltw-menu-toggle::before,.ltw-menu-toggle::after,.ltw-menu-toggle[aria-expanded="true"]::after{content:none!important;}
.ltw-menu-toggle[aria-expanded="true"]{background:#fff!important;color:var(--licorice)!important;border-radius:1rem!important;}
.ltw-mobile-menu{display:none!important;position:fixed!important;inset:calc(var(--ltw-banner-h, 3.35rem) + .7rem) 16px auto!important;height:4.2rem!important;max-height:calc(100svh - var(--ltw-banner-h, 3.35rem) - 1rem)!important;padding:0!important;overflow:hidden!important;visibility:hidden!important;clip-path:inset(0 0 100% 0)!important;z-index:1190!important;border:0!important;border-radius:1.35rem!important;background:rgba(190,190,190,.84)!important;backdrop-filter:blur(18px)!important;-webkit-backdrop-filter:blur(18px)!important;box-shadow:none!important;}
.ltw-mobile-menu.is-open{display:block!important;visibility:visible!important;clip-path:inset(0 0 0 0)!important;}
.ltw-mobile-menu__inner{min-height:100%!important;padding:5.35rem 4.8vw 1.5rem!important;display:flex!important;flex-direction:column!important;gap:1.35rem!important;overflow:auto!important;}
.ltw-mobile-menu__list{display:grid!important;gap:0!important;}
.ltw-mobile-menu__list::before{content:none!important;display:none!important;}
.ltw-mobile-menu__item,.ltw-mobile-menu__item:first-child{border-top:0!important;border-bottom:0!important;}
.ltw-mobile-menu__item--secondary{display:none!important;}
.ltw-mobile-menu__link{display:flex!important;align-items:center!important;justify-content:space-between!important;width:100%!important;padding:1.08rem 0!important;color:#111!important;font:400 clamp(1.7rem,7.2vw,2.35rem)/1 var(--font-sans)!important;text-transform:none!important;}
.ltw-mobile-menu__accordion{border:0!important;background:transparent!important;text-align:left!important;cursor:pointer!important;}
.ltw-mobile-menu__accordion-icon{font:400 1.6rem/1 var(--font-sans)!important;transition:transform .35s cubic-bezier(.22,1,.36,1)!important;}
.ltw-mobile-menu__accordion[aria-expanded="true"] .ltw-mobile-menu__accordion-icon{transform:rotate(45deg)!important;}
.ltw-mobile-menu__submenu{display:grid!important;max-height:0!important;overflow:hidden!important;transition:max-height .45s cubic-bezier(.22,1,.36,1)!important;}
.ltw-mobile-menu__submenu a{display:block!important;padding:.78rem 0 .85rem 1rem!important;color:rgba(17,17,17,.66)!important;text-decoration:none!important;font:400 1.05rem/1.2 var(--font-sans)!important;border-top:0!important;}
.ltw-mobile-menu__footer{display:grid!important;grid-template-columns:1fr!important;gap:1.25rem!important;padding-top:.75rem!important;border-top:0!important;}
.ltw-mobile-menu__footer a{display:block!important;min-height:0!important;padding:0!important;border-radius:0!important;background:transparent!important;color:#111!important;font:400 1rem/1.2 var(--font-sans)!important;text-transform:none!important;}
.ltw-mobile-menu__info{display:grid!important;align-content:start!important;gap:.62rem!important;color:#111!important;font:400 1rem/1.2 var(--font-sans)!important;}
.ltw-mobile-menu__info-label{color:rgba(17,17,17,.52)!important;font-size:.95rem!important;}
.ltw-mobile-menu__info a{color:#111!important;text-decoration:none!important;}
.ltw-mobile-menu__conference-card{display:none!important;}
}
@media(max-width:767px){
.ltw-nav{--ltw-nav-surface:rgba(190,190,190,.84);height:4.2rem!important;overflow:hidden!important;background:var(--ltw-nav-surface)!important;border:1px solid rgba(255,255,255,.62)!important;border-radius:1.35rem!important;backdrop-filter:blur(18px)!important;-webkit-backdrop-filter:blur(18px)!important;box-shadow:none!important;}
.ltw-nav__inner,.ltw-nav__inner::before,.ltw-nav__inner::after{background:transparent!important;background-color:transparent!important;background-image:none!important;border:0!important;border-top:0!important;border-right:0!important;border-bottom:0!important;border-left:0!important;border-radius:0!important;box-shadow:none!important;outline:0!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;opacity:1!important;filter:none!important;mix-blend-mode:normal!important;}
.ltw-nav__inner{height:4.2rem!important;min-height:4.2rem!important;overflow:visible!important;}
.ltw-menu-toggle,.ltw-menu-toggle[aria-expanded=true]{background:transparent!important;border:0!important;box-shadow:none!important;}
.ltw-mobile-menu{display:none!important;position:static!important;inset:auto!important;width:100%!important;height:auto!important;max-height:none!important;margin:0!important;padding:0!important;overflow:visible!important;visibility:hidden!important;clip-path:inset(0 0 100% 0)!important;border:0!important;border-radius:0!important;background:transparent!important;background-color:transparent!important;background-image:none!important;box-shadow:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;}
.ltw-mobile-menu.is-open{display:block!important;visibility:visible!important;clip-path:inset(0 0 0 0)!important;}
.ltw-mobile-menu__inner{min-height:0!important;max-height:none!important;padding:.55rem 1.2rem 1rem!important;overflow:visible!important;gap:.35rem!important;background:transparent!important;background-color:transparent!important;background-image:none!important;box-shadow:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;}
.ltw-mobile-menu__list{display:grid!important;gap:.15rem!important;background:transparent!important;background-color:transparent!important;background-image:none!important;box-shadow:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;}
.ltw-mobile-menu__list::before{content:none!important;display:none!important;}
.ltw-mobile-menu__item,.ltw-mobile-menu__item:first-child{border:0!important;}
.ltw-mobile-menu__link{padding:.72rem .8rem!important;border-radius:1rem!important;transition:background .25s ease,color .25s ease!important;text-transform:none!important;}
.ltw-mobile-menu__link,.ltw-mobile-menu__link:hover,.ltw-mobile-menu__link:focus-visible,.ltw-mobile-menu__link:active,.ltw-mobile-menu__accordion[aria-expanded=true]{background:transparent!important;color:#091F2C!important;}
.ltw-mobile-menu__accordion{background:transparent!important;border-radius:0!important;box-shadow:none!important;}
.ltw-mobile-menu__item--nested.is-expanded{background:rgba(255,255,255,.14)!important;border-radius:.8rem!important;overflow:hidden!important;backdrop-filter:blur(8px)!important;-webkit-backdrop-filter:blur(8px)!important;}
.ltw-mobile-menu__item--nested.is-expanded .ltw-mobile-menu__accordion{color:#091F2C!important;}
.ltw-mobile-menu__accordion-icon{display:none!important;}
.ltw-mobile-menu__submenu{max-height:0!important;overflow:hidden!important;transition:max-height .4s cubic-bezier(.22,1,.36,1)!important;}
.ltw-mobile-menu__accordion[aria-expanded=true] + .ltw-mobile-menu__submenu{max-height:var(--submenu-height,0px)!important;overflow:visible!important;}
.ltw-mobile-menu__submenu a{display:block!important;margin:0!important;padding:.65rem .8rem .65rem 1.5rem!important;border:0!important;border-radius:0!important;background:transparent!important;color:rgba(9,31,44,.72)!important;text-transform:none!important;font-size:1.06rem!important;font-weight:500!important;letter-spacing:.01em!important;}
.ltw-mobile-menu__footer{display:none!important;}
}

/* Extracted from conference-shell.html. */
.ltw-top-banner{position:relative!important;inset:auto!important;height:auto;margin:0!important;transform:none!important;}
.ltw-top-banner__inner{height:auto!important;min-height:3.35rem;}
.ltw-nav{position:fixed!important;top:var(--ltw-banner-h,0px)!important;right:0!important;bottom:auto!important;left:0!important;margin:0!important;width:100%!important;}
@media (min-width:992px){
.ltw-nav{overflow:visible!important;}
.ltw-desktop-conference-menu{position:absolute;top:calc(100% + .35rem);left:50%;z-index:5;width:min(24rem,calc(100vw - 4rem));display:flex;flex-direction:column;gap:.1rem;padding:.45rem;background:#091F2C;border-radius:.9rem;opacity:0;visibility:hidden;pointer-events:none;transform:translateX(-50%) translateY(-.6rem);}
.ltw-nav.is-conferences-open .ltw-desktop-conference-menu{visibility:visible;pointer-events:auto;}
.ltw-nav.is-conferences-open .ltw-nav__link[href="#conferences"]{background:#fff!important;color:var(--licorice)!important;}
.ltw-desktop-conference-menu a{display:block;padding:.55rem .7rem;border-radius:.5rem;color:#fff;font:500 clamp(.82rem,1vw,1rem)/1.2 var(--font-sans);text-decoration:none;transition:background-color .2s ease,transform .2s ease;}
.ltw-desktop-conference-menu a:hover,.ltw-desktop-conference-menu a:focus-visible{background:rgba(255,255,255,.12);transform:translateX(.18rem);outline:none;}
}
@media (max-width:991px){
.ltw-desktop-conference-menu{display:none!important;}
}

/* Extracted from conference-shell.html. */
.ltw-top-banner{position:fixed!important;inset:0 0 auto 0!important;z-index:1100!important;display:block!important;visibility:visible!important;opacity:1!important;height:var(--ltw-banner-h,3.35rem)!important;margin:0!important;transform:none!important;}
.ltw-top-banner__inner{height:auto!important;min-height:3.35rem;}
.ltw-nav{position:fixed!important;top:var(--ltw-banner-h,0px)!important;right:0!important;bottom:auto!important;left:0!important;margin:0!important;width:100%!important;}

/* Extracted from conference-shell.html. */
.ltw-header-stack{
  position:fixed!important;
  top:0!important;
  left:0!important;
  width:100%!important;
  height:auto!important;
  z-index:1100!important;
  pointer-events:none!important;
}
.ltw-header-stack > .ltw-top-banner,
.ltw-header-stack > .ltw-nav{
  position:relative!important;
  inset:auto!important;
  top:auto!important;
  right:auto!important;
  bottom:auto!important;
  left:auto!important;
  width:100%!important;
  margin:0!important;
  pointer-events:auto!important;
}
.ltw-header-stack > .ltw-top-banner{height:var(--ltw-banner-h,3.35rem)!important;}
.ltw-header-stack > .ltw-nav{height:auto!important;}
body.ltw-header-stack-active,
body.ltw-banner-dismissed{padding-top:var(--ltw-banner-h,0px)!important;}
@media(max-width:991px){
.header-shell > .ltw-nav{padding-top:1rem!important;}
}
@media(min-width:992px){
.ltw-footer,
  .ltw-footer__panel,
  .ltw-footer__grid,
  .ltw-footer__links,
  .ltw-footer__col,
  .ltw-footer__social{overflow:visible!important;contain:none!important;clip-path:none!important;mask:none!important;}
.ltw-footer__social .ltw-social-link,
  .ltw-footer__social .ltw-social-link__inner{overflow:visible!important;}
.ltw-footer__social .ltw-social-link{display:block!important;width:max-content!important;max-width:none!important;}
.ltw-footer__social .ltw-social-link__inner{
    display:inline-flex!important;
    align-items:center!important;
    width:max-content!important;
    max-width:none!important;
    height:auto!important;
    min-height:0!important;
    height:auto!important;
  }
.ltw-footer__social .ltw-social-link__textclip{
    position:relative!important;
    display:inline-block!important;
    width:max-content!important;
    height:auto!important;
    padding:0 0 .2em!important;
    box-sizing:content-box!important;
    overflow:visible!important;
  }
.ltw-footer__social .ltw-social-link__texttrack{
    position:relative!important;
    display:inline-block!important;
    width:max-content!important;
    height:auto!important;
    overflow:visible!important;
    transform:none!important;
    transition:none!important;
  }
.ltw-footer__col.ltw-footer__social > a.ltw-social-link:hover .ltw-social-link__texttrack,
  .ltw-footer__col.ltw-footer__social > a.ltw-social-link:focus-visible .ltw-social-link__texttrack{
    transform:none!important;
  }
.ltw-footer__social .ltw-social-link__text{
    position:static!important;
    display:inline-block!important;
    width:max-content!important;
    height:auto!important;
    line-height:1.18!important;
    padding:0!important;
    overflow:visible!important;
    transform:none!important;
    opacity:1!important;
    transition:transform 430ms var(--ease), opacity 260ms var(--ease)!important;
    transform-origin:left center!important;
  }
.ltw-footer__social .ltw-social-link__text + .ltw-social-link__text{
    position:absolute!important;
    left:0!important;
    top:0!important;
    opacity:0!important;
    transform:translateY(1.55rem) rotate(1.5deg)!important;
  }
.ltw-footer__social .ltw-social-link:hover .ltw-social-link__text:first-child,
  .ltw-footer__social .ltw-social-link:focus-visible .ltw-social-link__text:first-child{
    transform:translateY(-1.55rem) rotate(-1.5deg)!important;
    opacity:0!important;
  }
.ltw-footer__social .ltw-social-link:hover .ltw-social-link__text + .ltw-social-link__text,
.ltw-footer__social .ltw-social-link:focus-visible .ltw-social-link__text + .ltw-social-link__text{
    transform:translateY(0) rotate(0deg)!important;
    opacity:1!important;
  }
}

/* Native Webflow component shell: both children stay in normal flow inside the
   fixed stack. The mobile nav keeps the verified inset used on staging. */
@media(max-width:767px){
  .ltw-header-stack > .ltw-nav{
    width:calc(100% - 3rem)!important;
    margin:1.3rem auto 0!important;
  }
}

/* Native component parity: the mobile menu now lives inside the existing nav
   shell. Reset the extra Webflow item wrapper spacing that the legacy markup
   did not have, and preserve the approved compact glass-card proportions. */
@media(max-width:767px){
  .ltw-header-stack > .ltw-nav{
    width:calc(100% - 2rem)!important;
    margin:1rem auto 0!important;
  }
  .ltw-nav > .ltw-mobile-menu{
    position:static!important;
    width:100%!important;
    height:auto!important;
    max-height:none!important;
    margin:0!important;
    padding:0!important;
    overflow:visible!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
    backdrop-filter:none!important;
    -webkit-backdrop-filter:none!important;
  }
  .ltw-mobile-menu__inner{
    min-height:0!important;
    max-height:none!important;
    padding:.35rem .95rem .8rem!important;
    gap:.2rem!important;
    overflow:visible!important;
  }
  .ltw-mobile-menu__list{gap:.08rem!important;}
  .ltw-mobile-menu__item,
  .ltw-mobile-menu__item:first-child{
    padding:0!important;
    margin:0!important;
    opacity:1!important;
    transform:none!important;
  }
  .ltw-mobile-menu__link{
    min-height:0!important;
    padding:.58rem .68rem!important;
    border-radius:.75rem!important;
    font-size:clamp(1.3rem,5.6vw,1.55rem)!important;
    line-height:1.05!important;
  }
  .ltw-mobile-menu__item--nested.is-expanded{
    border-radius:.75rem!important;
  }
  /* Native components wrap the accordion and submenu in the item block, so
     the legacy adjacent-sibling expanded selector needs a wrapper-state twin. */
  .ltw-mobile-menu__item--nested.is-expanded .ltw-mobile-menu__submenu{
    max-height:var(--submenu-height,0px)!important;
    overflow:visible!important;
  }
  .ltw-mobile-menu__submenu a{
    padding:.48rem .7rem .55rem 1.15rem!important;
    font-size:.98rem!important;
    line-height:1.2!important;
  }
}
