body {
  font-family: 'Noto Sans', sans-serif;
}


.footer .icon-link {
    font-size: 25px;
    color: #000;
}

.link-block a {
    margin-top: 5px;
    margin-bottom: 5px;
}

.dnerf {
  font-variant: small-caps;
}


.teaser .hero-body {
  padding-top: 0;
  padding-bottom: 3rem;
}

.teaser {
  font-family: 'Google Sans', sans-serif;
}


.publication-title {
}

.publication-banner {
  max-height: parent;

}

.publication-banner video {
  position: relative;
  left: auto;
  top: auto;
  transform: none;
  object-fit: fit;
}

.publication-header .hero-body {
}

.publication-title {
    font-family: 'Google Sans', sans-serif;
}

.publication-authors {
    font-family: 'Google Sans', sans-serif;
}

.publication-venue {
    color: #555;
    width: fit-content;
    font-weight: bold;
}

.publication-awards {
    color: #ff3860;
    width: fit-content;
    font-weight: bolder;
}

.publication-authors {
}

.publication-authors a {
   color: hsl(204, 86%, 53%) !important;
}

.publication-authors a:hover {
    text-decoration: underline;
}

.author-block {
  display: inline-block;
}

.publication-banner img {
}

.publication-authors {
  /*color: #4286f4;*/
}

.publication-video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;

    overflow: hidden;
    border-radius: 10px !important;
}

.publication-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.publication-body img {
}

.overview-abstract {
  font-size: 1.18rem;
  line-height: 1.55;
}

.system-overview-figure {
  margin: 2.5rem auto 0;
  text-align: center;
}

.system-overview-image {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 900px;
  width: 100%;
}

.method-framework {
  display: block;
  margin: 0 auto 1.5rem;
  max-width: 720px;
  width: 100%;
}

.results-carousel {
  overflow: hidden;
}

.results-carousel .item {
  margin: 5px;
  overflow: hidden;
  border: 1px solid #bbb;
  border-radius: 10px;
  padding: 0;
  font-size: 0;
}

.results-carousel video {
  margin: 0;
}


.interpolation-panel {
  background: #f5f5f5;
  border-radius: 10px;
}

.interpolation-panel .interpolation-image {
  width: 100%;
  border-radius: 5px;
}

.interpolation-video-column {
}

.interpolation-panel .slider {
  margin: 0 !important;
}

.interpolation-panel .slider {
  margin: 0 !important;
}

#interpolation-image-wrapper {
  width: 100%;
}
#interpolation-image-wrapper img {
  border-radius: 5px;
}


.has-bg-img { 
  background: url('/images/toss.jpeg')center center;
   background-size:cover; }



.overlay {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: rgba(0, 0, 0, 0.4); /* 40% opacity black */
z-index: 1; /* Make sure it's behind the text */
transition: opacity 1.0s;
}

.hero.video {
  background-color: #111;
}
  
.hero-body,
.hero-head,
.hero-foot {
  z-index: 2; /* Ensure text is above the overlay */
  transition: opacity 1.0s;
}

.hero-video video {
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transform: translate3d(-50%, -50%, 0) scale(1.18);
  transform-origin: center center;
  width: 100%;
}

.hero-title {
  font-size: 5rem;
  line-height: 1.04;
}

.hero-authorship {
  margin: 1.6rem auto 1rem;
  max-width: 1180px;
}

.hero-authors {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  font-family: 'Google Sans', sans-serif;
  font-size: 1.45rem;
  gap: 0.45rem 1.45rem;
  justify-content: center;
  margin-bottom: 1.1rem;
}

.hero-authors .author-block {
  color: #6fc1ff;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.55);
}

.hero-author-note {
  align-items: center;
  color: rgba(255, 255, 255, 0.88);
  display: flex;
  flex-wrap: wrap;
  font-family: 'Google Sans', sans-serif;
  font-size: 1rem;
  gap: 0.35rem 1.15rem;
  justify-content: center;
  margin: -0.35rem 0 1rem;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.65);
}

.hero-authors sup,
.affiliation-link sup {
  color: #ffffff;
  font-size: 0.7em;
  margin-left: 0.08rem;
}

.hero-affiliations {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2.5rem;
  justify-content: center;
}

.affiliation-link {
  align-items: center;
  display: inline-flex;
  gap: 0.45rem;
  text-decoration: none;
  transition: transform 0.18s ease;
}

.affiliation-link:hover {
  transform: translateY(-1px);
}

.affiliation-link sup {
  color: #ffffff;
  font-size: 0.9rem;
  margin-left: 0;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
}

.affiliation-link img {
  display: block;
  filter: drop-shadow(0 1px 3px rgba(255, 255, 255, 0.75));
  height: 56px;
  width: auto;
}

.affiliation-link span {
  color: #70147a;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 2.35rem;
  line-height: 1;
  text-shadow: 0 1px 4px rgba(255, 255, 255, 0.7);
  white-space: nowrap;
}

.featured-video,
.video-card video {
  aspect-ratio: 16 / 9;
  border-radius: 10px;
  box-shadow: 0.5em 0.5em 1em rgba(0, 0, 0, 0.2);
  display: block;
  height: auto;
  margin: 0;
  object-fit: cover;
  width: 100%;
}

.experiment-block {
  padding-top: 1.6rem;
}

.experiment-block + .experiment-block {
  margin-top: 3rem;
  padding-top: 4rem;
  border-top: 1px solid #e6e6e6;
}

.experiment-group {
  margin-top: 2.25rem;
}

.experiment-group > .title {
  margin-bottom: 1rem;
}

.experiment-group .columns.is-multiline {
  align-items: start;
  display: grid;
  gap: 2rem 2.5rem;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr));
  margin-left: 0;
  margin-right: 0;
}

.experiment-group .columns.is-multiline > .column {
  flex: none;
  max-width: none;
  padding: 0;
  width: auto;
}

.video-card {
  margin: 0;
  max-width: none;
  text-align: center;
  width: 100%;
}

.video-card figcaption {
  color: #363636;
  font-size: 1.05rem;
  font-weight: 700;
  margin-top: 0.75rem;
}

@media screen and (max-width: 768px) {
  .hero-title {
    font-size: 2.65rem;
    line-height: 1.12;
  }

  .hero-authorship {
    margin-top: 1.2rem;
  }

  .hero-authors {
    font-size: 1.05rem;
    gap: 0.35rem 0.85rem;
  }

  .hero-affiliations {
    gap: 0.7rem 1rem;
  }

  .affiliation-link {
    gap: 0.35rem;
  }

  .affiliation-link img {
    height: 40px;
  }

  .affiliation-link span {
    font-size: 1.55rem;
  }

  .overview-abstract {
    font-size: 1.05rem;
    line-height: 1.5;
  }

}
