@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@400;700&family=Space+Grotesk:wght@400;700&display=swap");

@font-face {
  font-family: "WixCookhand";
  src: url("https://static.parastorage.com/fonts/v2/212f8cc3-46f3-414e-b5a9-f9d08046691f/v1/cookhand.latin.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "WixLulo";
  src: url("https://static.parastorage.com/fonts/v2/e3cf8f7e-35c4-446f-9b93-de93e989f66f/v1/lulo-clean-w05-one-bold.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "WixOpenSans";
  src: url("https://static.parastorage.com/fonts/v2/e59e6f5c-7ac5-47cf-8fe5-22ee5f11aa42/v1/open%20sans.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "WixOpenSans";
  src: url("https://static.parastorage.com/fonts/v2/66ed32a6-d63b-4f2e-9895-91f58fc7bde6/v1/open%20sans.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}

:root {
  color-scheme: light;
  --wix-blue: #003594;
  --wix-red: #8b0000;
  --line: #c7c7c7;
  --ink: #000;
  --site-width: 980px;
  font-family: "WixOpenSans", "Open Sans", Arial, Helvetica, sans-serif;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
  background: #fff;
  color: var(--ink);
}

body {
  overflow-x: auto;
  font-size: 17px;
  line-height: 1.53;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  background: #fff;
}

.header-inner {
  position: relative;
  width: var(--site-width);
  margin: 0 auto;
  padding-top: 39px;
}

.brand {
  text-align: center;
}

.brand-title {
  margin: 0;
  font-family: "WixCookhand", "Bradley Hand", "Comic Sans MS", "STKaiti", cursive;
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
}

.brand-title a {
  color: #000;
}

.brand-subtitle {
  margin: 10px 0 0;
  font-family: "WixLulo", "Space Grotesk", Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 1.45;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nav-toggle {
  display: none;
}

.nav {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: var(--site-width);
  height: 34px;
  margin-top: 45px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  font-family: "WixOpenSans", "Open Sans", Arial, sans-serif;
}

.nav a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
}

.nav a.active {
  color: var(--wix-blue);
}

.page {
  width: var(--site-width);
  margin: 0 auto;
}

.home-page {
  min-height: 2004px;
  padding-top: 60px;
}

.home-grid {
  display: grid;
  grid-template-columns: 283px 518px;
  gap: 53px;
  width: 854px;
  margin-left: 72px;
  align-items: start;
}

.portrait {
  display: block;
  width: 283px;
  height: 362px;
  object-fit: cover;
  object-position: center top;
}

.copy {
  padding-top: 1px;
  color: #000;
  font-family: "WixOpenSans", "Open Sans", Arial, sans-serif;
  font-size: 19px;
  line-height: 1.42;
  text-align: justify;
}

.copy p {
  margin: 0 0 27px;
}

.copy .welcome {
  margin-bottom: 29px;
  text-align: left;
}

.cv-download {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 263px;
  min-height: 62px;
  padding: 9px 18px;
  border-radius: 31px;
  background: #ffb51b;
  color: var(--wix-blue);
  font-size: 16px;
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
}

.home-cv-row {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 263px;
  min-height: 78px;
  margin: 51px 0 0 355px;
  background: #eee;
}

.home-contact-panel {
  width: 854px;
  min-height: 393px;
  margin: 76px 0 0 72px;
  padding: 20px;
  background: #eee;
}

.home-contact-card {
  min-height: 343px;
  padding: 36px 30px 28px;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.13);
  text-align: left;
}

.home-contact-card h2,
.home-contact-card h3 {
  margin: 0;
  color: var(--wix-blue);
  font-family: "Libre Baskerville", Georgia, serif;
  font-weight: 700;
}

.home-contact-card h2 {
  font-size: 26px;
  line-height: 1.3;
}

.home-contact-card .wix-rule {
  height: 2px;
  margin: 15px 0 37px;
  background: #ffb51b;
}

.home-contact-card .wix-rule::before {
  width: 60px;
  height: 2px;
  background: var(--wix-blue);
}

.home-contact-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 29px;
}

.home-contact-card h3 {
  padding-bottom: 9px;
  border-bottom: 1px solid #ffb51b;
  font-size: 19px;
  line-height: 1.3;
}

.home-contact-card p {
  position: relative;
  margin: 17px 0 0;
  padding-left: 30px;
  color: #222;
  font-size: 16px;
  line-height: 1.55;
}

.contact-icon {
  position: absolute;
  left: 0;
  top: 1px;
  color: var(--wix-blue);
  font-size: 15px;
}

.home-markers {
  text-align: center;
}

.wix-marker {
  margin: 0;
  font-family: "Space Grotesk", "WixOpenSans", Arial, sans-serif;
  font-size: 28px;
  line-height: 1.4;
  font-weight: 700;
}

.home-marker-location {
  margin-top: 66px;
}

.home-marker-visitors {
  margin-top: 93px;
}

.home-visitors-map {
  width: 608px;
  height: 314px;
  margin: 19px auto 44px;
  background: #e0e0e0;
  overflow: hidden;
}

.home-visitors-map img {
  display: block;
  width: 100%;
  height: 100%;
}

.home-map {
  width: 608px;
  height: 277px;
  margin: 11px auto 0;
  background: #f3f3f3;
}

.home-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.blank-page {
  min-height: 1558px;
}

.blank-page.tall {
  min-height: 1810px;
}

.blank-page.short {
  min-height: 1090px;
}

.wix-rule {
  position: relative;
  height: 4px;
  background: var(--wix-blue);
}

.wix-rule::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 4px;
  background: #ffb51b;
  content: "";
}

.research-page {
  min-height: 1801px;
  padding: 36px 0 80px;
  color: var(--wix-blue);
}

.research-section {
  width: 814px;
  margin-left: 89px;
}

.research-section h2,
.data-card h2 {
  margin: 0 0 14px;
  color: var(--wix-blue);
  font-family: "Space Grotesk", "WixOpenSans", Arial, sans-serif;
  font-size: 29px;
  line-height: 1.25;
  font-weight: 700;
}

.research-card,
.data-card,
.course-card {
  background: #fbfbfb;
  border-radius: 6px;
  box-shadow: 0 2px 13px rgba(0, 0, 0, 0.11);
}

.research-card {
  margin-top: 21px;
  padding: 43px 26px 25px;
}

.research-card + .research-card {
  margin-top: 39px;
}

.research-card h3 {
  margin: 0 0 18px;
  color: var(--wix-blue);
  font-size: 24px;
  line-height: 1.45;
  font-weight: 700;
}

.research-actions {
  display: flex;
  gap: 10px;
  margin-bottom: 26px;
}

.research-actions a,
.research-actions button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 39px;
  padding: 0 14px;
  border: 2px solid var(--wix-blue);
  border-radius: 4px;
  background: #fbfbfb;
  color: var(--wix-blue);
  font: inherit;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}

.research-actions .download {
  border-color: #ffb51b;
  background: #ffb51b;
  color: var(--wix-blue);
}

.abstract-content {
  display: none;
  margin: -6px 0 24px;
  padding: 18px 16px 4px;
  border-left: 4px solid #ffb51b;
  background: #fff;
  color: #333;
  font-size: 15px;
  line-height: 1.5;
}

.abstract-content.is-open {
  display: block;
}

.abstract-content p {
  margin: 0 0 14px;
}

.presentation-box {
  margin-top: 18px;
  padding: 18px 15px 18px;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
}

.presentation-box h4 {
  display: inline-block;
  margin: 0 0 12px;
  padding-bottom: 8px;
  border-bottom: 2px solid #ffb51b;
  color: var(--wix-blue);
  font-size: 17px;
  line-height: 1.2;
  font-weight: 700;
}

.presentation-box ul,
.research-card ul,
.data-card ul,
.course-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.presentation-box li {
  position: relative;
  margin: 0 0 8px;
  padding-left: 14px;
  color: #5c5c5c;
  font-size: 15px;
  line-height: 1.45;
}

.presentation-box li::before,
.code-list li::before {
  position: absolute;
  left: 0;
  color: #ffb51b;
  content: "•";
}

.working-papers {
  margin-top: 45px;
}

.research-card .authors,
.research-card .note {
  margin: 0 0 20px;
  color: #5c5c5c;
  font-size: 15px;
  line-height: 1.45;
}

.research-card .authors strong,
.research-card .note strong {
  color: var(--wix-blue);
}

.teaching-page {
  min-height: 1716px;
  padding-bottom: 50px;
  color: var(--wix-blue);
}

.course-hero,
.course-download {
  width: 846px;
  margin-left: 70px;
  background: #07358b;
  color: #fff;
  text-align: center;
}

.course-hero {
  min-height: 338px;
  padding: 84px 36px 40px;
}

.course-hero p {
  margin: 0;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.2em;
}

.course-hero h2 {
  margin: 20px 0 23px;
  color: #fff;
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 38px;
  line-height: 1.25;
  font-weight: 700;
  white-space: nowrap;
}

.course-hero .course-subtitle {
  font-size: 22px;
  line-height: 1.55;
  font-weight: 400;
  letter-spacing: 0;
}

.course-heading {
  margin: 70px 0 47px;
  color: var(--wix-blue);
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 30px;
  line-height: 1.25;
  text-align: center;
}

.course-cards {
  display: grid;
  grid-template-columns: 381px 381px;
  gap: 30px;
  width: 791px;
  margin-left: 98px;
}

.course-card {
  min-height: 356px;
  padding: 37px 30px 28px;
  border-top: 4px solid #ffb51b;
  color: #496073;
}

.course-card-centered {
  grid-column: 1 / -1;
  width: 381px;
  min-height: 287px;
  margin: 0 auto;
}

.course-card .part {
  margin: 0 0 15px;
  color: #ffae00;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
}

.course-card h3 {
  margin: 0 0 24px;
  color: var(--wix-blue);
  font-size: 20px;
  line-height: 1.25;
  font-weight: 700;
  text-align: center;
}

.course-card li {
  padding: 8px 0;
  border-bottom: 1px solid #e6e6e6;
  font-size: 15px;
  line-height: 1.25;
}

.course-card li:last-child {
  border-bottom: 0;
}

.course-download {
  min-height: 207px;
  margin-top: 59px;
  padding: 67px 0 42px;
}

.course-download h2 {
  margin: 0 0 29px;
  color: #fff;
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 28px;
  line-height: 1.25;
}

.course-download a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 265px;
  min-height: 58px;
  border-radius: 7px;
  background: #ffb51b;
  color: var(--wix-blue);
  font-size: 16px;
  font-weight: 700;
}

.course-download a::before {
  margin-right: 10px;
  content: "□";
}

.data-page {
  min-height: 2576px;
  padding: 40px 0 70px;
}

.data-hero {
  width: 814px;
  min-height: 227px;
  margin-left: 89px;
  padding-top: 73px;
  border-radius: 7px;
  background: #07358b;
  color: #fff;
  text-align: center;
}

.data-hero h2 {
  margin: 0 0 26px;
  color: #fff;
  font-size: 39px;
  line-height: 1.2;
  font-weight: 700;
}

.data-hero p {
  margin: 0;
  font-size: 20px;
  line-height: 1.3;
}

.data-card {
  width: 814px;
  margin: 34px 0 0 89px;
  padding: 43px 25px 42px;
  color: #333;
  font-size: 16px;
  line-height: 1.48;
}

.data-card + .data-card {
  margin-top: 38px;
}

.data-card .wix-rule {
  margin-bottom: 24px;
}

.data-card article + article {
  margin-top: 32px;
}

.data-card h3 {
  margin: 0 0 18px;
  color: var(--wix-blue);
  font-size: 21px;
  line-height: 1.25;
  font-weight: 700;
}

.data-card p {
  margin: 0 0 16px;
}

.code-list li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 20px;
}

.code-list a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin: 0 13px 0 0;
  padding: 0 11px;
  border-radius: 4px;
  background: #ffb51b;
  color: var(--wix-blue);
  font-weight: 700;
}

.schedule-page {
  min-height: 1164px;
  padding-top: 64px;
}

.zoom-widget {
  width: 980px;
  min-height: 945px;
  padding: 20px;
  background: #efefef;
}

.zoom-widget h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 77px;
  margin: 0;
  border-radius: 5px;
  background: #4caf50;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 32px;
  line-height: 1;
  font-weight: 700;
}

.zoom-widget form {
  display: flex;
  align-items: center;
  gap: 24px;
  width: 940px;
  min-height: 121px;
  margin-top: 40px;
  padding: 0 140px;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.14);
}

.zoom-widget input {
  width: 272px;
  height: 40px;
  padding: 0 11px;
  border: 1px solid #cfcfcf;
  border-radius: 4px;
  color: #666;
  font: 16px Arial, Helvetica, sans-serif;
}

.zoom-widget button {
  width: 89px;
  height: 38px;
  border: 0;
  border-radius: 4px;
  background: #4caf50;
  color: #fff;
  font: 700 15px Arial, Helvetica, sans-serif;
}

.contact-page {
  min-height: 1041px;
  padding-top: 80px;
}

.contact-grid {
  display: grid;
  grid-template-columns: 245px 135px 310px;
  gap: 0;
  width: 690px;
  margin-left: 145px;
  font-family: "WixOpenSans", "Open Sans", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.53;
}

.contact-grid section {
  width: auto;
}

.contact-grid section + section {
  margin-left: 0;
}

.contact-grid p {
  margin: 0;
}

.contact-primary {
  color: var(--wix-red);
  font-weight: 700;
}

.contact-location {
  margin-top: 112px;
  text-align: center;
}

.contact-visitors {
  margin-top: 55px;
  text-align: center;
}

.contact-map {
  width: 608px;
  height: 277px;
  margin: 11px auto 0;
  background: #f3f3f3;
}

.contact-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.isis-page {
  min-height: 894px;
  padding-top: 31px;
}

.isis-content {
  width: 770px;
  margin-left: 55px;
}

.isis-content h2 {
  margin: 0 0 15px;
  font-family: "Space Grotesk", "WixOpenSans", Arial, sans-serif;
  font-size: 28px;
  line-height: 1.4;
  font-weight: 700;
}

.isis-body {
  color: var(--wix-red);
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 17px;
  line-height: 1.42;
  font-weight: 700;
}

.isis-body p {
  margin: 0 0 24px;
}

.isis-body .label {
  margin-bottom: 24px;
}

.isis-body ol {
  margin: 25px 0 0 31px;
  padding: 0;
}

.isis-body li {
  margin: 0;
  padding-left: 0;
}

.isis-body .subnote {
  margin: 2px 0 0 30px;
  color: #000;
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 15px;
  line-height: 1.45;
}

.blog-page {
  min-height: 1001px;
  padding-top: 26px;
}

.blog-tabs {
  display: flex;
  gap: 39px;
  margin-left: 7px;
  font-family: "WixOpenSans", "Open Sans", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.45;
}

.blog-tabs .active {
  color: var(--wix-red);
}

.blog-gallery {
  display: grid;
  grid-template-columns: 313px 314px 313px;
  gap: 10px;
  width: 960px;
  margin: 37px 0 0 7px;
  align-items: start;
}

.blog-card {
  border: 1px solid #e5e5e5;
  background: #fff;
}

.blog-card a {
  display: block;
}

.blog-card img {
  display: block;
  width: 100%;
  height: var(--img-h, 209px);
  object-fit: cover;
}

.blog-card.tall img {
  height: 470px;
}

.blog-card.no-image h2 {
  min-height: 209px;
  border-top: 0;
}

.blog-card h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 79px;
  margin: 0;
  padding: 0 12px;
  border-top: 1px solid #e5e5e5;
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 700;
  text-align: center;
}

.blog-widget-error {
  display: none;
}

.blog-pager {
  display: flex;
  justify-content: center;
  gap: 28px;
  margin: 34px 0 80px;
  font-family: "WixOpenSans", "Open Sans", Arial, sans-serif;
  font-size: 16px;
}

.blog-pager a {
  color: var(--wix-blue);
  text-decoration: underline;
}

.post-page {
  min-height: 1000px;
  padding: 54px 0 120px;
  font-family: "Libre Baskerville", Georgia, "Times New Roman", serif;
}

.post-article {
  width: 760px;
  margin: 0 auto;
}

.post-back {
  display: inline-block;
  margin-bottom: 28px;
  color: var(--wix-blue);
  font-family: "WixOpenSans", "Open Sans", Arial, sans-serif;
  font-size: 15px;
  text-decoration: underline;
}

.post-title {
  margin: 0 0 15px;
  font-size: 34px;
  line-height: 1.25;
  font-weight: 700;
  text-align: left;
}

.post-meta {
  margin: 0 0 34px;
  color: #555;
  font-family: "WixOpenSans", "Open Sans", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.45;
}

.post-cover {
  display: block;
  max-width: 100%;
  max-height: 760px;
  margin: 0 auto 34px;
  object-fit: contain;
}

.post-body {
  color: #000;
  font-size: 18px;
  line-height: 1.75;
}

.post-body p {
  margin: 0 0 18px;
}

.post-body a {
  color: var(--wix-blue);
  text-decoration: underline;
  overflow-wrap: anywhere;
}

.post-html-frame {
  display: block;
  width: min(100%, var(--frame-width, 640px));
  height: var(--frame-height, 550px);
  margin: 0 auto 30px;
  border: 0;
  background: #fff;
}

.post-inline-image {
  display: block;
  max-width: 100%;
  max-height: 820px;
  margin: 24px auto;
  object-fit: contain;
}

.post-gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 25px 0 32px;
}

.post-gallery-grid img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.post-nav {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 58px;
  padding-top: 22px;
  border-top: 1px solid #d8d8d8;
  font-family: "WixOpenSans", "Open Sans", Arial, sans-serif;
  font-size: 15px;
}

.post-nav a {
  color: var(--wix-blue);
  text-decoration: underline;
}

.not-found-page {
  min-height: 700px;
  padding-top: 80px;
  font-family: "WixOpenSans", "Open Sans", Arial, sans-serif;
  font-size: 17px;
}

.not-found-page h2 {
  margin: 0 0 18px;
  font-family: "Space Grotesk", "WixOpenSans", Arial, sans-serif;
  font-size: 28px;
}

.search-page {
  min-height: 760px;
  padding-top: 80px;
  font-family: "WixOpenSans", "Open Sans", Arial, sans-serif;
}

.search-panel {
  width: 620px;
  margin-left: 180px;
}

.search-panel h2 {
  margin: 0 0 22px;
  font-family: "Space Grotesk", "WixOpenSans", Arial, sans-serif;
  font-size: 32px;
  line-height: 1.25;
  font-weight: 400;
}

.search-panel form {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  margin-bottom: 32px;
}

.search-panel input {
  width: 430px;
  height: 42px;
  padding: 0 12px;
  border: 1px solid #bdbdbd;
  color: #222;
  font: 16px "WixOpenSans", "Open Sans", Arial, sans-serif;
}

.search-panel button {
  width: 96px;
  height: 42px;
  border: 1px solid var(--wix-blue);
  background: var(--wix-blue);
  color: #fff;
  font: 15px "WixOpenSans", "Open Sans", Arial, sans-serif;
}

.search-query {
  min-height: 22px;
  margin: 0 0 14px;
  color: #555;
  font-size: 15px;
}

.search-results ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.search-results li {
  padding: 13px 0;
  border-bottom: 1px solid #e1e1e1;
}

.search-results a {
  color: var(--wix-blue);
  text-decoration: none;
  font-size: 17px;
}

.footer {
  display: none;
}

@media (max-width: 700px) {
  body {
    min-width: 0;
    overflow-x: hidden;
  }

  .header-inner,
  .page {
    width: 320px;
  }

  .header-inner {
    min-height: 249px;
    padding-top: 105px;
  }

  .nav-toggle {
    position: absolute;
    top: 16px;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border: 2px solid #000;
    border-radius: 8px;
    background: #fff;
  }

  .nav-toggle span,
  .nav-toggle::before,
  .nav-toggle::after {
    display: block;
    width: 25px;
    height: 3px;
    background: #000;
    content: "";
  }

  .nav-toggle span {
    position: relative;
  }

  .nav-toggle::before {
    position: absolute;
    transform: translateY(-11px);
  }

  .nav-toggle::after {
    position: absolute;
    transform: translateY(11px);
  }

  .brand-title {
    font-size: 22px;
  }

  .brand-subtitle {
    width: 280px;
    max-width: none;
    margin: 22px auto 0;
    font-size: 17px;
    line-height: 1.25;
    letter-spacing: 0.18em;
    overflow-wrap: normal;
  }

  .nav {
    display: none;
  }

  body.menu-open {
    overflow: hidden;
  }

  body.menu-open .nav {
    position: fixed;
    z-index: 20;
    top: 37px;
    left: 0;
    display: flex;
    flex-direction: column;
    width: 320px;
    height: calc(100vh - 37px);
    margin: 0;
    padding: 68px 0 0;
    border: 0;
    background: #fff;
  }

  body.menu-open .nav a {
    height: 45px;
    color: #000;
    font-size: 18px;
    line-height: 45px;
  }

  body.menu-open .nav a.active {
    color: var(--wix-blue);
  }

  .home-page {
    min-height: 2330px;
    padding-top: 50px;
  }

  .home-grid {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-left: 0;
    gap: 10px;
  }

  .profile-panel {
    order: -1;
    width: 100%;
  }

  .portrait {
    width: 180px;
    height: auto;
    aspect-ratio: 283 / 362;
    margin: 0 auto;
  }

  .copy {
    width: auto;
    margin: 0 20px;
    padding-top: 0;
    font-size: 17px;
    line-height: 1.53;
    text-align: justify;
  }

  .copy p {
    margin-bottom: 41px;
  }

  .copy .welcome {
    margin-bottom: 43px;
    font-size: 17px;
    text-align: justify;
  }

  .home-cv-row {
    width: 240px;
    min-height: 72px;
    margin: 44px auto 0;
  }

  .cv-download {
    width: 240px;
    min-height: 58px;
    padding: 9px 12px;
    font-size: 14px;
  }

  .home-contact-panel {
    width: 280px;
    min-height: 480px;
    margin: 58px auto 0;
    padding: 12px;
  }

  .home-contact-card {
    min-height: 440px;
    padding: 28px 18px;
  }

  .home-contact-card h2 {
    font-size: 23px;
  }

  .home-contact-card .wix-rule {
    margin: 13px 0 28px;
  }

  .home-contact-columns {
    display: block;
  }

  .home-contact-columns section + section {
    margin-top: 30px;
  }

  .home-contact-card p {
    font-size: 14px;
    line-height: 1.55;
  }

  .wix-marker {
    font-size: 22px;
    line-height: 1.4;
    text-align: left;
  }

  .home-marker-location {
    margin: 68px 0 0 20px;
  }

  .home-marker-visitors {
    margin: 82px 0 0 20px;
  }

  .home-visitors-map {
    width: 280px;
    height: 145px;
    margin: 20px 20px 20px;
  }

  .home-map {
    width: 280px;
    height: 210px;
    margin: 12px auto 0;
  }

  .blank-page,
  .blank-page.tall,
  .blank-page.short {
    min-height: 1200px;
  }

  .research-page {
    min-height: 2210px;
    padding: 41px 33px 80px;
  }

  .research-section {
    width: auto;
    margin-left: 0;
  }

  .research-section h2,
  .data-card h2 {
    margin-bottom: 14px;
    font-size: 30px;
    line-height: 1.35;
  }

  .wix-rule {
    height: 3px;
  }

  .wix-rule::before {
    width: 60px;
    height: 3px;
  }

  .research-card {
    margin-top: 23px;
    padding: 41px 22px 26px;
    border-radius: 4px;
  }

  .research-card + .research-card {
    margin-top: 39px;
  }

  .research-card h3 {
    font-size: 23px;
    line-height: 1.55;
  }

  .research-actions {
    flex-wrap: wrap;
  }

  .research-actions a,
  .research-actions button {
    min-height: 40px;
    font-size: 15px;
  }

  .presentation-box {
    padding: 15px;
  }

  .working-papers {
    margin-top: 43px;
  }

  .teaching-page {
    min-height: 2050px;
    padding-bottom: 70px;
  }

  .course-hero {
    width: 280px;
    min-height: 353px;
    margin: 38px auto 0;
    padding: 78px 18px 34px;
    overflow: hidden;
  }

  .course-hero p {
    font-size: 19px;
    letter-spacing: 0.22em;
  }

  .course-hero h2 {
    margin: 27px 0 41px;
    font-size: 39px;
    line-height: 1.2;
    white-space: normal;
  }

  .course-hero .course-subtitle {
    font-size: 21px;
    line-height: 1.6;
  }

  .course-heading {
    margin: 72px 0 36px;
    font-size: 28px;
  }

  .course-cards {
    display: block;
    width: 260px;
    margin: 0 auto;
  }

  .course-card,
  .course-card-centered {
    width: 260px;
    min-height: auto;
    margin: 0 0 31px;
    padding: 32px 24px 27px;
  }

  .course-card h3 {
    font-size: 20px;
  }

  .course-download {
    width: 280px;
    min-height: 190px;
    margin: 42px auto 0;
    padding: 49px 20px 40px;
  }

  .course-download h2 {
    font-size: 24px;
  }

  .course-download a {
    min-width: 224px;
  }

  .data-page {
    min-height: 2720px;
    padding: 38px 0 70px;
  }

  .data-hero {
    width: 280px;
    min-height: 198px;
    margin: 0 auto;
    padding: 57px 20px 0;
  }

  .data-hero h2 {
    margin-bottom: 22px;
    font-size: 32px;
  }

  .data-hero p {
    font-size: 17px;
    line-height: 1.45;
  }

  .data-card {
    width: 280px;
    margin: 33px auto 0;
    padding: 33px 22px 34px;
    font-size: 15px;
  }

  .data-card h3 {
    font-size: 21px;
    line-height: 1.35;
  }

  .code-list li {
    padding-left: 18px;
  }

  .code-list a {
    margin-bottom: 7px;
  }

  .schedule-page {
    min-height: 1100px;
    padding-top: 42px;
  }

  .zoom-widget {
    width: 320px;
    min-height: 900px;
    padding: 20px;
  }

  .zoom-widget h2 {
    height: 76px;
    font-size: 32px;
  }

  .zoom-widget form {
    display: block;
    width: 280px;
    min-height: 222px;
    margin-top: 40px;
    padding: 32px 20px;
  }

  .zoom-widget input {
    width: 240px;
    margin-bottom: 14px;
  }

  .zoom-widget button {
    width: 89px;
  }

  .contact-page {
    min-height: 1350px;
    padding: 40px 55px 0;
  }

  .contact-grid {
    display: block;
    width: auto;
    margin: 0;
    font-size: 17px;
  }

  .contact-grid section {
    width: auto;
    margin-bottom: 38px;
  }

  .contact-location {
    margin-top: 64px;
    text-align: left;
  }

  .contact-visitors {
    margin-top: 82px;
    text-align: left;
  }

  .contact-map {
    width: 280px;
    height: 210px;
    margin: 12px 0 0 -35px;
  }

  .isis-page {
    min-height: 1220px;
    padding: 42px 20px 0;
  }

  .isis-content {
    width: auto;
    margin: 0;
  }

  .isis-content h2 {
    font-size: 18px;
    white-space: nowrap;
  }

  .isis-body {
    font-size: 16px;
    line-height: 1.55;
  }

  .blog-page {
    min-height: 1395px;
    padding: 20px 0 0;
  }

  .blog-page::before {
    display: flex;
    align-items: center;
    height: 50px;
    padding-left: 20px;
    background: #e6009a;
    color: #fff;
    content: "Blog";
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 28px;
    font-weight: 300;
  }

  .blog-tabs {
    position: relative;
    display: block;
    height: 50px;
    margin: 0;
    border-bottom: 1px solid #b8b8b8;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  }

  .blog-tabs::after {
    position: absolute;
    top: 17px;
    right: 26px;
    width: 20px;
    height: 20px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    transform: rotate(45deg);
    content: "";
  }

  .blog-tabs a {
    display: none;
  }

  .blog-tabs .active {
    display: block;
    padding: 10px 0 0 20px;
    color: #000;
    font-size: 27px;
    line-height: 40px;
    font-weight: 300;
  }

  .blog-gallery {
    display: block;
    width: 320px;
    margin: 0;
  }

  .blog-card {
    border: 0;
    background: #fff;
  }

  .blog-card img,
  .blog-card.tall img {
    width: 320px;
    height: 213px;
    object-fit: cover;
  }

  .blog-card.no-image h2 {
    min-height: 139px;
  }

  .blog-card h2 {
    display: block;
    min-height: 139px;
    padding: 36px 20px 34px;
    border-top: 0;
    border-bottom: 1px solid #d4d4d4;
    font-size: 28px;
    line-height: 1.35;
    text-align: left;
  }

  .blog-widget-error {
    display: none;
  }

  .blog-widget-error .icon {
    width: 61px;
    height: 61px;
    margin-bottom: 18px;
    border: 5px solid #143d63;
    border-radius: 50%;
    font-size: 39px;
    line-height: 52px;
    font-weight: 700;
    text-align: center;
  }

  .blog-widget-error h2 {
    margin: 0 0 8px;
    font-size: 28px;
    line-height: 1.25;
    font-weight: 700;
  }

  .blog-widget-error p {
    margin: 0;
    font-size: 24px;
    line-height: 1.55;
    font-weight: 300;
  }

  .not-found-page {
    padding: 40px 55px 0;
  }

  .search-page {
    min-height: 840px;
    padding: 40px 30px 0;
  }

  .search-panel {
    width: 260px;
    margin: 0 auto;
  }

  .search-panel h2 {
    font-size: 26px;
  }

  .search-panel form {
    display: block;
  }

  .search-panel input,
  .search-panel button {
    width: 260px;
  }

  .search-panel button {
    margin-top: 12px;
  }

  .post-page {
    padding: 34px 20px 80px;
  }

  .post-article {
    width: auto;
  }

  .post-title {
    font-size: 28px;
    line-height: 1.3;
  }

  .post-body {
    font-size: 17px;
    line-height: 1.7;
  }

  .post-html-frame {
    width: 100%;
  }

  .post-gallery-grid {
    grid-template-columns: 1fr;
  }

  .post-nav {
    display: block;
  }

  .post-nav a {
    display: block;
    margin-top: 16px;
  }
}
