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 {
}

.hero > .hero-body {
  padding-bottom: 0;
}

.publication-links {
  line-height: 1;
}

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

.publication-title-icon {
    display: inline-block;
    width: 0.95em;
    height: 0.95em;
    margin-right: 0.25em;
    object-fit: contain;
    vertical-align: -0.12em;
}

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

.publication-venue {
    color: #555;
    width: auto;
    font-weight: bold;
    text-align: center;
}

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

.section-light {
  background-color: #f5f5f5;
}

.abstract-section {
  padding-top: 0;
  padding-bottom: 2rem;
}

.abstract-section .title {
  font-family: 'Google Sans', sans-serif;
  margin-bottom: 1rem;
}

.abstract-body {
  color: #333;
  max-width: 1180px;
  margin: 0 auto;
  font-size: 1rem;
  line-height: 1.58;
  text-align: left;
}

.abstract-body p:not(:last-child) {
  margin-bottom: 1rem;
}

.demo-section > .container.demo-container {
  width: 100% !important;
  max-width: none !important;
}

.demo-section {
  background-color: #f5f5f5;
  padding: 1.5rem 6rem;
}

.demo-embed-frame {
  --demo-scale: 1;
  position: relative;
  width: 100%;
  height: 1080px;
  margin: 0 auto;
  overflow: hidden;
  border: 0;
  border-radius: 12px;
  background: #f5f5f5;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}

.demo-embed {
  display: block;
  width: 1920px;
  height: 1080px;
  max-width: none;
  border: 0;
  transform: scale(var(--demo-scale));
  transform-origin: top left;
}

.demo-open-button {
  position: absolute;
  top: calc(24px * var(--demo-scale));
  right: calc(24px * var(--demo-scale));
  z-index: 2;
  border-color: transparent;
  background-color: #ffcc4d;
  color: #111111;
  transform: scale(var(--demo-scale));
  transform-origin: top right;
}

.demo-open-button:hover,
.demo-open-button:focus {
  border-color: transparent;
  background-color: #f6bd2f;
  color: #111111;
}

.demo-open-button .icon {
  color: inherit;
  font-size: 1.15rem;
}

.demo-open-button-text {
  font-size: 1.15rem;
}

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

.visuals-note {
  margin: -0.35rem 0 1rem;
  color: #555555;
  font-size: 0.95rem;
  line-height: 1.35;
}

.visuals-table-wrap {
  width: 100%;
  overflow-x: hidden;
  padding-bottom: 0.25rem;
}

.visuals-table {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1.5rem;
  box-sizing: border-box;
  padding-right: calc((100% - 2rem) * 0.026);
  align-items: center;
}

.visuals-header {
  font-family: 'Google Sans', sans-serif;
  font-weight: 700;
  text-align: center;
  color: #222222;
}

.visuals-table .visuals-cell {
  margin: 0;
  border: 0;
  box-shadow: none;
  background: #ffffff;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.visuals-table .visuals-cell img {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: contain;
}

.visuals-composite {
  position: relative;
  width: 100%;
  height: 100%;
}

.visuals-table .visuals-composite .visuals-main {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.visuals-table .visuals-composite .visuals-zoom {
  position: absolute;
  z-index: 1;
  object-fit: contain;
  pointer-events: none;
}

.visuals-table .visuals-composite .visuals-zoom--top-right {
  left: 70%;
  bottom: 70%;
  width: 37%;
  height: 37%;
}

.visuals-table .visuals-composite .visuals-zoom--bottom-right {
  left: 73%;
  bottom: 2%;
  width: 40%;
  height: 40%;
}

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

.fold-grid {
  display: grid;
  gap: 0.35rem 0.25rem;
  align-items: start;
  margin-top: 0.5rem;
}

.fold-grid + .fold-grid {
  margin-top: 0.55rem;
}

.fold-grid--six {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.fold-grid--eight {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.fold-cell {
  margin: 0;
}

.fold-image-frame {
  width: 100%;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fold-image-frame img {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: contain;
}

.fold-label {
  margin-top: 0.2rem;
  color: #222222;
  font-size: 0.72rem;
  line-height: 1.1;
  text-align: center;
}

.fold-composite {
  position: relative;
  width: 100%;
  height: 100%;
}

.fold-composite .fold-main {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.fold-composite .fold-zoom {
  position: absolute;
  left: 60%;
  bottom: 60%;
  width: 38%;
  height: 38%;
  z-index: 1;
  object-fit: contain;
  pointer-events: none;
}

.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 {
}

.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;
}

.code-card {
  position: relative;
}

.code-card pre {
  padding-right: 3rem;
  border-radius: 10px;
}

.code-card .token.number,
.code-card .token.tag,
.code-card .token.title {
  display: inline;
  min-width: 0;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  font-size: inherit;
  line-height: inherit;
  text-align: inherit;
  vertical-align: baseline;
}

.copy-button {
  position: absolute;
  top: 0.65rem;
  right: 0.65rem;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: #777777;
  font-size: 0.95rem;
  line-height: 1;
  cursor: pointer;
}

.copy-button:hover {
  background: rgba(0, 0, 0, 0.06);
  color: #222222;
}

.copy-button.is-copied {
  color: #23d160;
}
