:root {
  --white: white;
  --black: #0e0e0e;
  --section-round-corner: 3vw;
  --light-grey: #ececec;
  --section-corner-mob: 8vw;
  --green: #02737f;
  --pink: #f9a09c;
  --dark-grey: #868686;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

p {
  margin-bottom: 0;
}

a {
  text-decoration: underline;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.page-wrap {
  font-family: Lausanne, sans-serif;
  font-weight: 300;
  position: relative;
}

.section {
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  max-width: 100%;
  height: 150vw;
  padding-left: 7vw;
  padding-right: 7vw;
  display: flex;
  position: relative;
}

.section.hero {
  z-index: 9;
  object-fit: fill;
  background-image: none;
  border-bottom-right-radius: 3vw;
  border-bottom-left-radius: 3vw;
  flex-direction: column;
  justify-content: space-between;
  height: 108vh;
  padding-bottom: 3vw;
  position: relative;
  overflow: hidden;
}

.section.studying {
  background-color: var(--white);
  background-image: none;
  border-bottom-right-radius: 3vw;
  border-bottom-left-radius: 3vw;
  flex-direction: column;
  justify-content: flex-start;
  height: 94vw;
  position: relative;
}

.section.faculties {
  background-color: var(--black);
  border-bottom-right-radius: 3vw;
  border-bottom-left-radius: 3vw;
  height: 130vw;
  position: relative;
  overflow: hidden;
}

.section.footer {
  background-image: none;
  height: 100%;
  display: flex;
  position: sticky;
  bottom: 0;
}

.section.news {
  border-bottom-left-radius: var(--section-round-corner);
  border-bottom-right-radius: var(--section-round-corner);
  background-color: var(--light-grey);
  height: 80vw;
  position: relative;
  overflow: hidden;
}

.section.video {
  border-bottom-right-radius: 3vw;
  border-bottom-left-radius: 3vw;
  height: 108vh;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  overflow: hidden;
}

.section.email {
  border-bottom-left-radius: var(--section-round-corner);
  border-bottom-right-radius: var(--section-round-corner);
  background-color: var(--light-grey);
  height: 80vw;
  position: relative;
}

.section.email.fac2 {
  height: 75vw;
}

.section.email.fac3 {
  background-color: var(--black);
}

.section.research {
  border-bottom-left-radius: var(--section-round-corner);
  border-bottom-right-radius: var(--section-round-corner);
  background-color: var(--white);
  height: 73vw;
  position: relative;
}

.section.program {
  border-bottom-left-radius: var(--section-round-corner);
  border-bottom-right-radius: var(--section-round-corner);
  background-color: var(--black);
  height: 90vw;
  position: relative;
  overflow: hidden;
}

.section.program.fac3 {
  background-color: var(--light-grey);
}

.section.fac-pic {
  z-index: 1;
  border-bottom-left-radius: var(--section-round-corner);
  border-bottom-right-radius: var(--section-round-corner);
  height: 48vw;
  position: relative;
  overflow: hidden;
}

.section.people {
  border-bottom-left-radius: var(--section-round-corner);
  border-bottom-right-radius: var(--section-round-corner);
  background-color: var(--light-grey);
  height: 85vw;
  position: relative;
  overflow: hidden;
}

.section.science {
  border-bottom-left-radius: var(--section-round-corner);
  border-bottom-right-radius: var(--section-round-corner);
  background-color: var(--white);
  flex-direction: column;
  justify-content: flex-start;
  height: 113vw;
  position: relative;
}

.section.events {
  border-bottom-left-radius: var(--section-round-corner);
  border-bottom-right-radius: var(--section-round-corner);
  background-color: var(--light-grey);
  height: 78vw;
  overflow: hidden;
}

.section.fairs {
  border-bottom-left-radius: var(--section-round-corner);
  border-bottom-right-radius: var(--section-round-corner);
  background-color: var(--black);
  height: 83vw;
  overflow: hidden;
}

.section.campus {
  border-bottom-left-radius: var(--section-round-corner);
  border-bottom-right-radius: var(--section-round-corner);
  background-color: var(--light-grey);
  height: 69vw;
}

.section.staff {
  border-bottom-left-radius: var(--section-round-corner);
  border-bottom-right-radius: var(--section-round-corner);
  background-color: var(--white);
  height: 157vw;
  overflow: hidden;
}

.section.location {
  border-bottom-left-radius: var(--section-round-corner);
  border-bottom-right-radius: var(--section-round-corner);
  background-color: var(--black);
  height: 79vw;
  overflow: hidden;
}

.nav {
  z-index: 98;
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 6.5vw;
  padding-left: 7vw;
  padding-right: 7vw;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.gradient-video {
  z-index: -2;
  pointer-events: none;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.gradient-video.prog {
  width: 100%;
}

.hero-heading {
  z-index: 10;
  color: #fff;
  letter-spacing: -.2vw;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lausanne, sans-serif;
  font-size: 9.3vw;
  font-weight: 400;
  line-height: 8.5vw;
  position: absolute;
  bottom: 3vw;
  left: 7vw;
}

.hero-example-pic {
  z-index: 11;
  opacity: .4;
  width: 100%;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

.nav-links {
  order: 1;
  justify-content: flex-end;
  align-self: stretch;
  align-items: center;
  margin-right: -.4vw;
  display: flex;
}

.nav-links.footer {
  justify-content: flex-start;
  align-items: center;
  width: 34vw;
  height: 5vw;
}

.nav-links.hero {
  color: var(--white);
}

.logo {
  order: -1;
  align-items: center;
  display: flex;
}

.nav-link {
  opacity: .7;
  color: var(--white);
  letter-spacing: -.03vw;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: .3vw 3.3vw 0 .5vw;
  font-size: 1.3vw;
  display: flex;
}

.nav-link:hover {
  color: #fff;
}

.nav-link.last {
  padding-right: .5vw;
}

.nav-link.test {
  background-color: #ff9797;
}

.nav-link.hero {
  transform: none;
}

.nav-link.hero:hover {
  opacity: 1;
  transform: none;
}

.nav-link.hero.w--current {
  color: #fff;
}

.nav-link.hero._3 {
  padding-right: .5vw;
}

.nav-link.hero.click.last {
  padding-right: .7vw;
}

.nav-link.hero.one {
  transform: none;
}

.nav-link.footer._3 {
  padding-right: .5vw;
}

.nav-link.footer.click.last {
  padding-right: .7vw;
}

.logo-img {
  width: 16vw;
}

.logo-img.footer {
  margin-top: -.2vw;
}

.logo-img.black {
  opacity: 0;
  position: absolute;
}

.logo-img.preload {
  height: 150%;
}

.logo-img.preload.out, .logo-img.preload.in {
  height: auto;
}

.logo-img.menu {
  display: none;
}

.blur-wrap {
  z-index: -1;
  filter: blur(120px);
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.gradient-lottie {
  float: none;
  object-position: 150% 50%;
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
}

.hero-circle {
  filter: blur(6vw);
  background-color: #018290;
  border-radius: 100%;
  width: 80vw;
  height: 80vw;
  display: none;
}

.div-block {
  z-index: -2;
  background-color: #ff8681;
  display: none;
  position: absolute;
  inset: 0%;
}

.body {
  font-family: Lausanne, sans-serif;
  font-weight: 300;
}

.shape-6 {
  background-color: #018290;
  border-radius: 999em;
  width: 66em;
  height: 60em;
  margin-left: auto;
  position: absolute;
  top: -14.2em;
  right: -25em;
  transform: rotate(60deg);
}

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

.shape-2 {
  background-color: #ff8681;
  border-radius: 999em;
  width: 43em;
  height: 40em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -20em;
  left: -27.4em;
  right: 0;
}

.container-w3 {
  width: 100%;
  max-width: 58em;
  margin-left: auto;
  margin-right: auto;
}

.main-shapes-wrapper {
  filter: blur(120px);
}

.blending-group-wrapper {
  z-index: 1;
  filter: blur(120px);
  mix-blend-mode: overlay;
}

.intro-description {
  padding-top: 2em;
  padding-left: 4em;
  padding-right: 4em;
}

.shape-4 {
  background-color: #ff8681;
  border-radius: 999em;
  width: 65em;
  height: 40em;
  margin-left: auto;
  position: absolute;
  top: -11.3em;
  left: 0;
  transform: rotate(40deg);
}

.title-highlight {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #fcf6f326;
  border-radius: 999em;
  padding: .7em 1.4em .8em;
  font-size: 1.5em;
  display: inline-block;
}

.gradient-intro-wrapper {
  z-index: 1;
  color: #f5f5f7;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.ultra-gradient-wrapper {
  background-color: #018290;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  font-size: 1vw;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.shape-1 {
  background-color: #ff8681;
  border-radius: 999em;
  width: 40em;
  height: 40em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -24.7em;
  left: 0;
  right: 0;
}

.background-noise {
  z-index: 0;
  opacity: .3;
  background-image: url('../images/noise.png');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.copy-medium {
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.45em;
}

.container-w1 {
  width: 100%;
  max-width: 95em;
  margin-left: auto;
  margin-right: auto;
}

.shape-8 {
  background-color: #fea8a4;
  border-radius: 999em;
  width: 47em;
  height: 119em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -17.1em;
  left: 26.7em;
  right: 0;
  transform: rotate(29deg);
}

.title-highlight-wrapper {
  margin-bottom: 1.3em;
  font-size: .7em;
}

.shape-9 {
  background-color: #00545d;
  border-radius: 999em;
  width: 30em;
  height: 119em;
  position: absolute;
  top: -5.3em;
  right: 1.2em;
  transform: rotate(39deg);
}

.title1 {
  font-size: 10em;
  font-weight: 300;
  line-height: 1;
}

.shape-7 {
  background-color: #02e6ff;
  border-radius: 999em;
  width: 20em;
  height: 13em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -4.1em;
  left: 0;
  right: -23.9em;
  transform: rotate(40deg);
}

.shape-5 {
  background-color: #018290;
  border-radius: 999em;
  width: 30em;
  height: 30em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -21.7em;
  left: 0;
  right: 0;
}

.shape-3 {
  background-color: #fecbc9;
  border-radius: 999em;
  width: 53em;
  height: 100em;
  position: absolute;
  top: -19.8em;
  left: -26em;
  right: 0;
  transform: rotate(-28deg);
}

.section-ultra-gradients {
  z-index: -1;
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 45em;
  display: none;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.shapes-wrap {
  z-index: -1;
  background-color: #ffa9a5;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.color-shape {
  background-color: #fff;
  border-radius: 100%;
  width: 100vw;
  height: 100vw;
  position: absolute;
  inset: 0% auto auto 0%;
}

.color-shape.red-dark {
  background-color: #fff0;
  background-image: linear-gradient(135deg, #fe8681 19%, #fe868100);
  top: -70vw;
  left: -70vw;
}

.color-shape.red-light {
  background-color: #fecbc8;
  top: 5vw;
  bottom: auto;
  left: -80vw;
}

.color-shape.green-dark {
  background-color: #01646e;
  top: -5vw;
  bottom: auto;
  left: -10vw;
}

.color-shape.green-light {
  background-color: #04818f;
  top: -90vw;
  left: 0;
  right: auto;
}

.center {
  filter: blur(8vw);
  width: 1px;
  height: 1px;
  position: relative;
}

.background-noise-new {
  z-index: 0;
  opacity: .3;
  pointer-events: none;
  background-image: url('../images/noise.png');
  background-size: 200px;
  width: 100%;
  height: 100%;
  min-height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.background-noise-new.preload {
  opacity: .2;
  max-height: 100%;
}

.background-noise-new.prog {
  width: 41.5vw;
  min-width: 41.5vw;
  max-width: 41.5vw;
  height: 24vw;
  min-height: 24vw;
  max-height: 24vw;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.arrows-wrap {
  z-index: 11;
  justify-content: flex-end;
  align-items: flex-start;
  width: 86vw;
  height: 0;
  display: flex;
  position: sticky;
  top: 6.5vw;
  left: 7vw;
  right: 7vw;
}

.arrow-hor {
  background-color: var(--white);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.arrow-hor.legal {
  background-image: linear-gradient(to right, var(--green), var(--pink));
}

.arrow-end-hor {
  width: 6px;
  height: 5px;
  position: absolute;
  top: -2px;
  left: -4px;
  transform: rotate(-90deg);
}

.arrow-side {
  background-color: var(--white);
  width: 1px;
  height: 15vw;
  position: absolute;
  inset: 0% 0% auto auto;
}

.arrow-side.legal {
  background-color: var(--pink);
}

.arrow-side-wrap {
  justify-content: flex-end;
  align-items: center;
  width: 20vw;
  height: 20vw;
  display: flex;
  position: absolute;
  inset: -6.8vw 3.8vw auto auto;
  transform: rotate(32deg);
}

.arrow-end-side {
  width: 6px;
  min-width: 6px;
  height: 5px;
  min-height: 5px;
  position: absolute;
  inset: auto auto -1px -3.3px;
  transform: rotate(-58deg);
}

.image {
  width: 200px;
  min-width: 200px;
  height: 200px;
  min-height: 2px;
}

.arrow-vert {
  background-color: var(--white);
  width: 1px;
  height: 28vw;
  position: absolute;
  inset: 0% 0% auto auto;
}

.arrow-vert.legal {
  background-color: var(--pink);
}

.arrow-end-vert {
  width: 6px;
  min-width: 6px;
  height: 5px;
  min-height: 5px;
  position: absolute;
  bottom: 0;
  left: -2.5px;
  transform: rotate(180deg);
}

.video-wrap {
  z-index: -1;
  filter: saturate(120%);
  position: absolute;
  inset: 0%;
}

.video-wrap.footer {
  height: 37vw;
  display: block;
  inset: auto 0% 0%;
}

.video-wrap.prog {
  border-radius: 50vw;
  justify-content: center;
  align-items: center;
  width: 20vw;
  height: 20vw;
  margin: auto;
  inset: 50% auto auto 50%;
  overflow: hidden;
  transform: translate(-50%, -50%);
}

.video-wrap.modal-btn {
  z-index: 0;
}

.video-wrap.staff {
  z-index: 0;
  display: none;
}

.nav-link-wrap {
  align-items: center;
  height: 100%;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-link-wrap.test {
  transform: none;
}

.nav-link-line {
  background-color: var(--white);
  width: 1px;
  height: 1.3vw;
  position: absolute;
  inset: auto auto auto 0%;
}

.nav-link-line.slider {
  margin-right: .7vw;
  position: relative;
  left: auto;
  transform: skew(-18deg);
}

.nav-link-line.slider.program.fac3 {
  background-color: var(--black);
}

.nav-link-line.hero {
  transform: skew(-18deg);
}

.nav-link-line.footer {
  top: auto;
  left: auto;
  transform: skew(-18deg);
}

.video2 {
  z-index: 8;
  border-bottom-right-radius: 3vw;
  border-bottom-left-radius: 3vw;
  width: 100vw;
  height: 100vh;
  position: sticky;
  bottom: 0;
  overflow: hidden;
}

.video-univ {
  z-index: -1;
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.video-univ-wrap {
  z-index: 1;
  filter: saturate(130%);
  border-bottom-right-radius: 3vw;
  border-bottom-left-radius: 3vw;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.section-wrap {
  z-index: 0;
  max-width: 100%;
  height: 100vh;
  display: block;
  position: sticky;
  bottom: 0;
  overflow: visible;
}

.section-wrap.faculties {
  z-index: 6;
  background-image: none;
  height: 70vh;
}

.section-wrap.studying {
  z-index: 7;
  height: 70vh;
}

.section-wrap.news {
  z-index: 5;
  height: 70vh;
}

.section-wrap.footer {
  z-index: 4;
  height: 34vw;
}

.section-wrap.footer._2nd {
  z-index: 4;
  border-top-left-radius: 3vw;
  border-top-right-radius: 3vw;
  overflow: hidden;
}

.section-wrap.video2 {
  z-index: 8;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  max-width: 100%;
  height: 100vh;
}

.section-wrap.email {
  z-index: 9;
  height: 70vh;
}

.section-wrap.research {
  z-index: 8;
  height: 70vh;
}

.section-wrap.programs {
  z-index: 7;
  height: 70vh;
}

.section-wrap.fac-pic {
  z-index: 5;
  height: 45vw;
}

.section-wrap.people {
  z-index: 6;
  height: 70vh;
}

.section-wrap.science {
  z-index: 8;
  height: 70vh;
}

.section-wrap.events {
  z-index: 10;
  height: 70vh;
}

.section-wrap.fairs {
  z-index: 9;
  height: 70vh;
}

.section-wrap.campus {
  z-index: 8;
  height: 70vh;
}

.section-wrap.test {
  display: none;
}

.section-wrap.staff {
  z-index: 10;
  height: 70vh;
}

.section-wrap.location {
  z-index: 9;
  height: 70vh;
}

.section-spacer {
  max-width: 100%;
  height: 200vw;
  margin-top: -100vh;
  display: block;
  position: relative;
}

.section-spacer.studying {
  height: 91vw;
  margin-top: -70vh;
}

.section-spacer.faculty {
  height: 127vw;
  margin-top: -70vh;
}

.section-spacer.news {
  height: 80vw;
  margin-top: -70vh;
}

.section-spacer.video {
  height: 103vh;
}

.section-spacer.email {
  height: 77vw;
  margin-top: -70vh;
}

.section-spacer.email.fac2 {
  height: 72vw;
}

.section-spacer.fac-video {
  height: 95vh;
}

.section-spacer.research {
  height: 70vw;
  margin-top: -70vh;
}

.section-spacer.programs {
  height: 87vw;
  margin-top: -70vh;
}

.section-spacer.fac-pic {
  height: 48vw;
  margin-top: -45vw;
}

.section-spacer.people {
  height: 82vw;
  margin-top: -70vh;
}

.section-spacer.science {
  height: 110vw;
  margin-top: -70vh;
}

.section-spacer.events {
  height: 75vw;
  margin-top: -70vh;
}

.section-spacer.fairs {
  height: 80vw;
  margin-top: -70vh;
}

.section-spacer.campus {
  height: 69vw;
  margin-top: -70vh;
}

.section-spacer.test {
  display: none;
}

.section-spacer.staff {
  height: 154vw;
  margin-top: -70vh;
}

.section-spacer.location {
  height: 79vw;
  margin-top: -70vh;
}

.section-spacer.legal {
  height: 204vw;
  margin-top: -70vh;
}

.section-example {
  z-index: 0;
  opacity: .54;
  width: 100vw;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

.section-example.faculty {
  z-index: -1;
  display: none;
}

.section-example.news {
  z-index: -1;
  margin-top: 0;
  display: none;
}

.section-example.footer {
  z-index: -1;
  display: none;
  top: auto;
  bottom: 0;
}

.section-example.research {
  z-index: -1;
  display: block;
}

.section-example.program {
  z-index: -1;
  pointer-events: none;
  display: none;
  top: 2.8vw;
}

.section-example.popup-program {
  pointer-events: none;
}

.section-example.email-modal {
  pointer-events: none;
  display: none;
}

.section-example.people {
  display: none;
  top: 1vw;
}

.section-example.science {
  margin-top: -4vw;
  display: none;
}

.section-example.events {
  pointer-events: none;
  margin-top: 2.5vw;
  display: none;
}

.section-example.fairs, .section-example.campus {
  pointer-events: none;
  margin-top: 1vw;
  display: none;
}

.section-example.staff, .section-example.location {
  pointer-events: none;
  display: none;
  top: 3vw;
}

.section-example.legal {
  pointer-events: none;
  display: none;
}

.h3-heading {
  color: var(--black);
  letter-spacing: -.33vw;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 7.4vw;
  font-weight: 400;
  line-height: 100%;
}

.h3-heading.studing, .h3-heading.research {
  margin-bottom: 2vw;
}

.h3-heading.program {
  color: var(--white);
  margin-bottom: 3.3vw;
}

.h3-heading.program.fac3 {
  color: var(--black);
}

.h3-heading.science {
  margin-bottom: 3vw;
}

.h3-heading.fairs {
  color: var(--white);
  margin-bottom: 6vw;
}

.h3-heading.location {
  color: var(--white);
  text-align: center;
  margin-bottom: 6vw;
}

.h3-heading.legal {
  margin-bottom: 3vw;
}

.section-cont {
  flex-direction: column;
  width: 100%;
  margin-top: 12vw;
  margin-bottom: 12vw;
  display: flex;
}

.section-cont.faculty {
  margin-top: 12vw;
}

.section-cont.news {
  margin-top: 12vw;
  margin-bottom: 0;
}

.section-cont.footer {
  margin-top: 4vw;
  margin-bottom: 0;
}

.section-cont.email {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 14vw;
}

.section-cont.science {
  flex-direction: row;
  justify-content: space-between;
  margin-top: 4vw;
  padding-right: 5vw;
}

.section-cont.events {
  align-items: center;
  margin-top: 13vw;
}

.section-cont.fairs, .section-cont.staff {
  margin-top: 13vw;
}

.section-cont.location {
  margin-top: 18vw;
}

.section-cont.legal {
  margin-top: 0;
  margin-bottom: 8vw;
  position: relative;
  overflow: visible;
}

.section-descr {
  color: #0e0e0eb3;
  letter-spacing: -.08vw;
  width: 60vw;
  margin-bottom: 7vw;
  font-size: 2vw;
  font-weight: 300;
  line-height: 2.5vw;
}

.section-descr.faculty {
  color: #ffffffb3;
  margin-bottom: 4vw;
}

.section-descr.slider {
  color: #ffffffb3;
  letter-spacing: -.02vw;
  width: 100%;
  max-width: 90%;
  margin-bottom: 0;
  font-size: 1.5vw;
  line-height: 2vw;
}

.section-descr.press-text {
  width: 100%;
  margin-bottom: .1vw;
}

.section-descr.press-date {
  color: var(--dark-grey);
  width: 100%;
  margin-bottom: 0;
}

.section-descr.press-long {
  color: var(--black);
  width: 100%;
  max-width: 29vw;
  margin-bottom: 1vw;
}

.section-descr.footer-mail {
  color: #ffffffb3;
  margin-bottom: 0;
}

.section-descr.research {
  width: 50vw;
}

.section-descr.program {
  color: #ffffffb3;
  width: 50vw;
}

.section-descr.program.fac3 {
  color: #0e0e0eb3;
}

.section-descr.people {
  color: var(--dark-grey);
  width: auto;
  margin-bottom: 3.5vw;
  line-height: 3.4vw;
}

.section-descr.science {
  width: 40vw;
  font-size: 1.75vw;
  line-height: 130%;
}

.section-descr.science.events {
  text-align: center;
  width: 64vw;
  margin-bottom: 4vw;
}

.section-descr.science.staff-role {
  color: var(--dark-grey);
  border-radius: 0;
  width: auto;
  margin-bottom: 0;
}

.section-descr.science.locatioon-info {
  color: var(--dark-grey);
}

.section-descr.fairs {
  color: var(--white);
  width: auto;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.section-descr.legal {
  width: auto;
  margin-bottom: 0;
}

.section-descr.legal.update-date {
  margin-bottom: 3vw;
}

.section-descr.legal.privacy {
  margin-bottom: 10vw;
}

.studying-points-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  width: 100%;
  display: grid;
  position: relative;
}

.studying-point {
  flex-direction: column;
  align-items: flex-start;
  padding: 1.3vw 3.5vw 4.2vw;
  display: flex;
  position: relative;
}

.studying-point.bottom {
  padding-top: 4.2vw;
  padding-bottom: 1.3vw;
}

.gr-icon {
  height: 5.5vw;
  display: none;
}

.gr-icon._3 {
  width: 8vw;
  min-width: 8vw;
  position: absolute;
}

.studying-point-name {
  color: var(--black);
  letter-spacing: -.08vw;
  margin-bottom: 1.4vw;
  font-size: 2.6vw;
  font-weight: 400;
  line-height: 100%;
}

.studying-point-name.staff-name {
  margin-bottom: .5vw;
}

.studying-point-name.location-address {
  color: var(--white);
  text-align: center;
  margin-bottom: 2vw;
  text-decoration: none;
  transition: all .2s;
}

.studying-point-name.location-address:hover {
  color: var(--dark-grey);
}

.studying-point-text {
  opacity: .5;
  color: var(--black);
  letter-spacing: -.05vw;
  font-size: 1.3vw;
  line-height: 1.5vw;
}

.studying-point-text.press {
  color: var(--black);
  width: 100%;
  max-width: 34vw;
}

.studying-point-text.press._3 {
  max-width: 41vw;
}

.arrow-black-hor-left {
  background-color: var(--black);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.arrow-black-end-left {
  width: 6px;
  height: 5px;
  position: absolute;
  top: -2px;
  left: -4px;
  transform: rotate(-90deg);
}

.arrow-black-hor-right {
  background-color: var(--black);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.arrow-black-end-right {
  width: 6px;
  height: 5px;
  position: absolute;
  top: -2px;
  right: -4px;
  transform: rotate(90deg);
}

.arrow-black-vert-up {
  background-color: var(--black);
  width: 1px;
  height: 100%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.arrow-black-end-up {
  width: 6px;
  min-width: 6px;
  height: 5px;
  min-height: 5px;
  position: absolute;
  top: 0;
  left: -2.5px;
}

.arrow-black-vert-down {
  background-color: var(--black);
  width: 1px;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.arrow-black-end-down {
  width: 6px;
  min-width: 6px;
  height: 5px;
  min-height: 5px;
  position: absolute;
  bottom: 0;
  left: -2.5px;
  transform: rotate(180deg);
}

.h2-heading {
  letter-spacing: -.33vw;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 9.6vw;
  font-weight: 400;
  line-height: 100%;
}

.h2-heading.facullty {
  color: var(--white);
  margin-bottom: 2.2vw;
}

.h2-heading.news {
  color: var(--black);
  text-align: center;
  margin-bottom: 6.4vw;
}

.h2-heading.people {
  color: var(--black);
  text-align: center;
  margin-bottom: 8vw;
}

.h2-heading.campus {
  color: var(--black);
}

.faculty-slider {
  background-color: #ddd0;
  height: 33vw;
  margin-bottom: 7vw;
}

.facilty-slide {
  background-color: #0000008f;
  border-radius: 2vw;
  margin-right: 3vw;
  overflow: hidden;
}

.slide-nav {
  display: none;
}

.faculty-mask {
  width: 87%;
  overflow: visible;
}

.faculty-link {
  background-image: linear-gradient(#0000000d 35%, #00000080);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 3vw 3vw 2.7vw;
  text-decoration: none;
  display: flex;
  position: relative;
}

.faculty-link._2 {
  background-image: linear-gradient(#0000000d 35%, #00000080), url('../images/fac2a_1.png');
}

.faculty-link._3 {
  background-image: linear-gradient(#0000000d 35%, #00000080), url('../images/fac3_1.png');
}

.faculty-slider-bottom {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: relative;
}

.faculty-slider-left {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.slider-heading {
  color: var(--white);
  letter-spacing: -.05vw;
  margin-bottom: .8vw;
  font-size: 3.3vw;
  line-height: 100%;
}

.slider-label {
  border: 1px solid var(--white);
  border-radius: 5vw;
  justify-content: center;
  align-items: center;
  padding: 1.1vw 2vw;
  display: flex;
  position: relative;
}

.slider-label.program {
  z-index: 0;
  border-width: .5px;
}

.slider-label.program.fac3 {
  border-color: var(--black);
}

.slider-text {
  color: var(--white);
}

.slider-arrow {
  border: .5px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 4.5vw;
  height: 4.5vw;
  display: flex;
  inset: -9vw 0% auto auto;
  overflow: hidden;
}

.slider-arrow.left {
  right: 5.5vw;
}

.slider-arrow.left.prog {
  top: -10vw;
}

.slider-arrow.left.prog.dark {
  border-color: var(--black);
}

.slider-arrow.bottom {
  min-width: 4.5vw;
  position: relative;
  top: auto;
  bottom: 0%;
  right: 0%;
}

.slider-arrow.news {
  border-color: var(--black);
  top: 0;
  right: 5vw;
}

.slider-arrow.news.left {
  right: 10.8vw;
}

.slider-arrow.prog {
  top: -10vw;
}

.slider-arrow.prog.dark {
  border-color: var(--black);
}

.slider-arrow-icon {
  width: 2vw;
  transform: translate(0);
}

.slider-arrow-icon.left {
  transform: rotate(180deg);
}

.slider-arrow-icon.left.hide {
  transform-style: preserve-3d;
  display: block;
  transform: translate(4vw)rotateX(0)rotateY(180deg)rotateZ(0);
}

.slider-arrow-icon.hide {
  position: absolute;
  transform: translate(-4vw);
}

.text-mid-size {
  color: var(--white);
  font-size: 1.5vw;
  line-height: 100%;
  position: relative;
  top: .1vw;
}

.text-mid-size.program-label.fac3 {
  color: var(--black);
}

.text-mid-size.staff-tab {
  z-index: 1;
  letter-spacing: -.04vw;
}

.faculty-tabs {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.faculty-tabs-menu {
  z-index: 2;
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 2.5vw;
  display: flex;
  left: 5vw;
  transform: none;
}

.faculty-tab {
  color: var(--dark-grey);
  background-color: #ddd0;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  padding: .5vw 1.5vw;
  display: flex;
}

.faculty-tab.w--current {
  opacity: 1;
  background-color: #ddd0;
}

.faculty-tabs-content {
  padding-left: 5vw;
  overflow: visible;
}

.faculty-tab-wrap {
  align-items: flex-start;
  display: flex;
}

.fac-tab-column {
  flex-direction: column;
  align-items: flex-start;
  margin-right: 2.2vw;
  display: flex;
}

.fac-tab-pic-wrap {
  border-radius: 1.4vw;
  width: 32vw;
  height: 28vw;
  margin-bottom: 2.5vw;
  position: relative;
  overflow: hidden;
}

.fac-tab-pic-wrap._1b {
  background-image: linear-gradient(#ffffff1a, #ffffff1a), url('../images/Research-2.png');
}

.fac-tab-pic-wrap._2a {
  background-image: linear-gradient(#ffffff1a, #ffffff1a), url('../images/Knowledge-1.png');
}

.fac-tab-pic-wrap._2b {
  background-image: linear-gradient(#ffffff1a, #ffffff1a), url('../images/Knowledge-2.png');
}

.fac-tab-pic-wrap._3a {
  background-image: linear-gradient(#ffffff1a, #ffffff1a), url('../images/Events-1.png');
}

.fac-tab-pic-wrap._3b {
  background-image: linear-gradient(#ffffff1a, #ffffff1a), url('../images/Events-2.png');
}

.fab-text {
  opacity: .7;
  color: var(--white);
  letter-spacing: -.04vw;
  max-width: 31vw;
  font-size: 1.5vw;
  line-height: 2vw;
}

.fab-text.legal {
  opacity: 1;
  color: #0e0e0eb3;
  max-width: 67vw;
}

.fab-text.legal.cookie {
  margin-bottom: 1vw;
}

.fab-text.contact {
  opacity: 1;
  max-width: 41vw;
  margin-bottom: .5vw;
  line-height: 140%;
}

.fab-text.contact.link {
  opacity: 1;
  margin-bottom: 0;
}

.faculty-tab-text {
  letter-spacing: .02vw;
  text-transform: uppercase;
  font-size: 1.3vw;
  line-height: 100%;
  transform: translate(2px);
}

.tabs-circles {
  z-index: 10;
  width: 46vw;
  display: none;
  position: absolute;
  bottom: -14vw;
  right: -9vw;
  transform: rotate(-16deg);
}

.slide-nav-2 {
  display: none;
}

.news-slider {
  background-color: #ddd0;
  height: 46vw;
}

.news-mask {
  overflow: visible;
}

.news-slide-wrap {
  height: 100%;
  margin-right: 8vw;
}

.news-slide {
  flex-direction: column;
  height: 100%;
  display: flex;
}

.news-top {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 3vw;
  display: flex;
}

.news-pic-wrap {
  z-index: 1;
  border-radius: 2.3vw;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.news-pic-wrap._2 {
  background-image: linear-gradient(#fff3, #fff3), url('../images/news-2_1.png');
}

.news-pic-wrap._3 {
  background-image: linear-gradient(#fff3, #fff3), url('../images/news-3_1.png');
}

.news-left {
  flex-direction: column;
  align-items: flex-start;
  width: 23vw;
  padding-left: 5vw;
  padding-right: 0;
  display: flex;
}

.news-center {
  flex-direction: column;
  align-items: flex-start;
  max-width: 41vw;
  display: flex;
}

.footer-top {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5.6vw;
  display: flex;
}

.footer-center {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 6.5vw;
  display: flex;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-center-left {
  flex-direction: column;
  align-items: flex-start;
  width: 40vw;
  display: flex;
}

.footer-form {
  border-bottom: 1px solid #fff;
  width: 29vw;
  position: relative;
}

.footer-mail-input {
  color: var(--white);
  background-color: #fff0;
  border: 0 solid #000;
  border-bottom: 1px #fff;
  width: 26vw;
  height: 4.5vw;
  margin-bottom: 0;
  padding: 1.3vw 0 0;
  font-size: 1.5vw;
  line-height: 2vw;
  overflow: hidden;
}

.footer-mail-input:active, .footer-mail-input:focus {
  border-bottom-color: #fff;
}

.footer-mail-input:focus-visible {
  border-bottom-color: #fff;
}

.footer-mail-input[data-wf-focus-visible] {
  border-bottom-color: #fff;
}

.footer-mail-input::placeholder {
  color: #ffffff80;
}

.submit-button {
  z-index: 2;
  background-color: #3898ec00;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  bottom: 0;
}

.mail-btn-wrap {
  justify-content: center;
  align-items: flex-end;
  width: 3vw;
  height: 100%;
  padding-bottom: .8vw;
  display: flex;
  position: absolute;
  inset: auto 0 0% auto;
}

.mail-arrow {
  z-index: 0;
  width: 2vw;
  position: relative;
}

.footer-center-right {
  justify-content: space-between;
  align-items: flex-start;
  width: 34vw;
  margin-top: -.4vw;
  display: flex;
}

.footer-center-right.menu {
  display: none;
}

.footer-columns-wrap {
  align-items: flex-start;
  display: flex;
}

.footer-column {
  flex-direction: column;
  align-items: flex-start;
  width: 8.5vw;
  display: flex;
}

.footer-link {
  opacity: .8;
  color: var(--white);
  padding-top: 0;
  font-size: 1vw;
  line-height: 2vw;
  text-decoration: none;
}

.social-wrap {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.footrt-social {
  opacity: .8;
  justify-content: center;
  align-items: center;
  width: 3.5vw;
  height: 3.5vw;
  display: flex;
}

.social-icon {
  width: 1.4vw;
}

.copyright {
  opacity: .3;
  color: var(--white);
  font-size: 1vw;
  line-height: 2vw;
}

.footer-bottom-right {
  align-items: center;
  width: 34vw;
  display: flex;
}

.amixtra-text {
  opacity: .4;
  color: #fff;
  margin-right: .5vw;
  font-size: 1vw;
  line-height: 2vw;
}

.amixtra-img {
  width: 10vw;
}

.main-wrap {
  flex-direction: column;
}

.double-sections {
  position: relative;
}

.heading-wrap {
  z-index: 10;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  margin-top: -100vh;
  position: sticky;
  top: 0;
  bottom: auto;
}

.heading-wrap.test {
  background-color: var(--dark-grey);
  max-height: 100vh;
  margin-top: 0;
  overflow: hidden;
}

.heading-wrap.fac {
  margin-top: 0;
}

.arrows-trigger {
  z-index: 100;
  width: 100vw;
  height: 30vh;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
}

.arrows-trigger.fac {
  max-width: 100%;
  height: 10vh;
}

.nav-bg {
  z-index: -1;
  opacity: 0;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #ececec66;
  border-radius: 1.3vw;
  width: 90vw;
  height: 4.3vw;
  margin-top: .2vw;
  position: absolute;
}

.nav-cont {
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: flex;
  overflow: visible;
}

.nav-link-cont {
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.nav-link-cont.test {
  z-index: 100;
  display: none;
}

.dropdown-list {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #ececec66;
  border-radius: 1.3vw;
  top: 0;
}

.dropdown-list.w--open {
  background-color: #e5e5e566;
  width: 15vw;
  top: 6vw;
  left: -.5vw;
  overflow: hidden;
}

.dropdown-list.footer {
  top: 5vw;
}

.dropdown-link {
  opacity: .7;
  color: var(--black);
  letter-spacing: -.05vw;
  align-items: center;
  padding: .5vw 1.8vw .5vw 1.2vw;
  font-size: 1.1vw;
  line-height: 1.5vw;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
}

.dropdown-link._1 {
  margin-top: 1vw;
}

.dropdown-link._3 {
  margin-bottom: 1vw;
}

.dropdown-bg {
  z-index: -1;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #ff494966;
  border-radius: 1.3vw;
  width: 100%;
  height: 40vh;
  display: block;
  position: absolute;
  top: 0;
}

.page-load-cont {
  z-index: 99;
  width: 0;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0;
}

.side-effect1 {
  background-color: var(--pink);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 0;
  max-height: 100%;
  display: flex;
  position: absolute;
  bottom: 0;
}

.side-effect2 {
  background-color: #027380;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 0;
  max-height: 100%;
  display: flex;
  position: absolute;
  bottom: 0;
  right: auto;
}

.side-preload {
  background-color: #027380;
  justify-content: center;
  align-items: center;
  width: 100vw;
  min-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: auto;
}

.logo-preload-wrap {
  justify-content: center;
  align-items: center;
  height: 5vw;
  padding: .2vw .5vw;
  display: flex;
  overflow: hidden;
}

.logo-preload-cont {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  display: none;
  position: absolute;
  left: 0;
}

.dl-slash {
  margin-right: .3vw;
}

.success-message {
  outline-offset: 0px;
  color: #fff;
  background-color: #0000;
  border: 0 #0000;
  outline: 0 #fff;
  padding: 0 0 0;
  font-size: 1.5vw;
  line-height: 2vw;
}

.success-message:hover {
  border-style: none;
}

.success-message:active {
  outline-offset: 0px;
  border: 0 #0000;
  outline: 0 #fff;
}

.success-message:focus {
  border-color: #0000;
  outline-color: #fff0;
}

.error-message {
  outline-offset: 0px;
  color: #000000b3;
  background-color: #ffdede00;
  border: 0 #0000;
  outline: 0 #0000;
  margin-top: 1vw;
  padding: 0;
  font-size: 1vw;
  line-height: 1.5vw;
}

.error-message:hover, .error-message:active, .error-message:focus {
  border-color: #0000;
  outline-color: #0000;
}

.error-message:focus-visible {
  border-color: #0000;
  outline-color: #0000;
}

.error-message[data-wf-focus-visible] {
  border-color: #0000;
  outline-color: #0000;
}

.text-block {
  outline-offset: 0px;
  color: #ffffffb3;
  text-align: left;
  border: 0 solid #0000;
  outline: 0 #fff0;
  align-items: center;
  height: 4.5vw;
  padding-top: 1.3vw;
  text-decoration: none;
  display: flex;
}

.text-block:hover {
  outline-offset: 0px;
  outline: 0 #fff0;
}

.text-block:active {
  border-color: #0000;
  outline-color: #fff0;
}

.text-block:focus {
  border-style: none;
  outline-color: #fff0;
}

.error-text {
  outline-offset: 0px;
  color: #0000008c;
  border: 0 #fff0;
  outline: 0 #0000;
}

.error-text:hover, .error-text:active, .error-text:focus {
  border-color: #fff0;
  outline-color: #0000;
}

.error-text:focus-visible {
  border-color: #fff0;
  outline-color: #0000;
}

.error-text[data-wf-focus-visible] {
  border-color: #fff0;
  outline-color: #0000;
}

.error-text.dark {
  color: var(--pink);
}

.div-skew {
  -webkit-text-fill-color: inherit;
  background-color: #ff7e7e7d;
  background-clip: border-box;
  width: 50%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  transform: skew(-18deg);
}

.section-head-wrap {
  margin-bottom: 2vw;
  overflow: hidden;
}

.section-anim-trigger {
  width: 100vw;
  max-width: 100%;
  height: 1px;
  position: absolute;
  bottom: -30vh;
  left: 0;
}

.section-anim-trigger.news {
  height: 40vh;
  bottom: -70vh;
}

.faculty-img {
  z-index: -1;
  pointer-events: none;
  background-image: url('../images/fac1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 50vw;
  position: absolute;
  top: 0;
  left: 0;
}

.faculty-img._2 {
  background-image: url('../images/fac2a.png');
}

.faculty-img._3 {
  background-image: url('../images/fac3.png');
}

.cursor-circle {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #ececec66;
  border-radius: 10vw;
  justify-content: center;
  align-items: center;
  width: 8vw;
  height: 8vw;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.cursor-text {
  color: var(--black);
  letter-spacing: -.02vw;
  font-size: 1.1vw;
  line-height: 1.5vw;
}

.cursor-wrap {
  z-index: 1000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.global-css {
  width: 0;
  height: 0;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.global {
  position: relative;
}

.fac-tab-img {
  z-index: 0;
  background-image: linear-gradient(#ffffff1a, #ffffff1a), url('../images/Research-1.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
  height: 46vw;
  position: absolute;
}

.fac-tab-img._1b {
  background-image: linear-gradient(#ffffff1a, #ffffff1a), url('../images/Research-2.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.fac-tab-img._2a {
  background-image: linear-gradient(#ffffff1a, #ffffff1a), url('../images/Knowledge-1.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.fac-tab-img._2b {
  background-image: linear-gradient(#ffffff1a, #ffffff1a), url('../images/Knowledge-2.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.fac-tab-img._3a {
  background-image: linear-gradient(#ffffff1a, #ffffff1a), url('../images/Events-1.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.fac-tab-img._3b {
  background-image: linear-gradient(#ffffff1a, #ffffff1a), url('../images/Events-2.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.faculty-tab-slash {
  text-transform: none;
  font-size: 1.3vw;
  font-weight: 300;
  line-height: 100%;
}

.fac-tab-text-wrap {
  position: relative;
}

.fac-tab-gradient {
  z-index: -1;
  background-image: linear-gradient(to right, var(--green), var(--pink));
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

.news-img {
  z-index: -1;
  background-image: linear-gradient(#fff3, #fff3), url('../images/news-1_1.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
  height: 45vw;
  position: absolute;
  top: 0;
  left: 0;
}

.news-img._1 {
  background-image: linear-gradient(to bottom, null, null), url('../images/news-1.png');
}

.news-img._2 {
  background-image: linear-gradient(#fff3, #fff3), url('../images/news-2.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.news-img._3 {
  background-image: linear-gradient(#fff3, #fff3), url('../images/news-3.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.amixtra-logo {
  opacity: .6;
}

.gr-lottie {
  position: absolute;
  top: 0;
  left: 0;
}

.gr-lottie._1 {
  width: 10vw;
  height: 5.5vw;
  margin-left: -2vw;
}

.gr-lottie._2 {
  width: 7.7vw;
  top: -1.2vw;
  left: -1.1vw;
}

.gr-lottie._3 {
  width: 7.6vw;
}

.gr-lottie._4 {
  width: 7.6vw;
  left: -1vw;
}

.icon-cont {
  width: 5.5vw;
  height: 5.5vw;
  margin-bottom: 3.7vw;
  position: relative;
}

.lottie-circles {
  z-index: 10;
  width: 46vw;
  position: absolute;
  bottom: -16vw;
  right: -9vw;
  transform: rotate(8deg);
}

.nav-links-bg {
  display: none;
}

.nav-links-list {
  align-items: center;
  height: 100%;
  display: flex;
}

.dropdown-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  height: 100%;
  display: flex;
}

.lottie-menu, .menu-circle {
  display: none;
}

.fac-hero {
  z-index: 10;
  border-bottom-right-radius: 3vw;
  border-bottom-left-radius: 3vw;
  width: 100vw;
  max-width: 100%;
  height: 108vh;
  position: relative;
  overflow: hidden;
}

.fac-hero.legal {
  background-color: var(--light-grey);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 204vw;
  margin-top: 0;
  padding-top: 24vw;
  padding-left: 7vw;
  padding-right: 7vw;
  display: block;
  position: static;
}

.video-fac {
  z-index: -1;
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.email-lottie {
  width: 24vw;
  position: relative;
  top: -16vw;
}

.email-lottie.fac2 {
  top: 0;
}

.design-email-example {
  z-index: -1;
  opacity: .27;
  width: 100vw;
  min-width: 100vw;
  display: none;
  position: absolute;
  inset: -9% auto auto 0%;
}

.email-text-wrap {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 55vw;
  display: flex;
}

.email-heading {
  color: var(--black);
  letter-spacing: -.33vw;
  margin-bottom: 5vw;
  font-size: 5vw;
  font-weight: 400;
  line-height: 100%;
}

.email-heading.fac3 {
  color: var(--white);
  max-width: 53vw;
}

.email-heading.events {
  text-align: center;
  margin-bottom: 2vw;
}

.email-heading.staff {
  max-width: 76vw;
}

.email-sm-text-wrap {
  align-items: flex-start;
  width: 100%;
  margin-bottom: 3.5vw;
  display: flex;
}

.text-20px {
  color: var(--black);
  letter-spacing: -.05vw;
  max-width: 24vw;
  margin-right: 3vw;
  font-size: 1.3vw;
  line-height: 1.5vw;
}

.text-20px.email.white {
  color: var(--white);
}

.text-20px.pr-modal-degree {
  max-width: none;
  margin-bottom: 0;
  margin-right: 0;
}

.text-20px.pr-modal-descr {
  max-width: none;
  margin-right: 0;
  font-weight: 300;
}

.text-20px.pr-slash {
  margin-right: .4vw;
}

.text-20px.form-label {
  text-align: left;
  letter-spacing: -.02vw;
  margin-bottom: .6vw;
  margin-right: 0;
  font-size: 1.1vw;
  font-weight: 300;
  line-height: 1.2vw;
}

.text-20px.form-label.success {
  margin-bottom: 3vw;
  line-height: 1.5vw;
}

.text-20px.form-label.success.dark {
  color: var(--white);
  text-align: center;
  margin-bottom: 0;
  line-height: 1.5vw;
}

.text-20px.form-label.white {
  color: var(--white);
}

.text-20px.science-block-text {
  max-width: none;
  margin-bottom: 4vw;
  margin-right: 0;
}

.text-20px.event-descr {
  color: var(--dark-grey);
  max-width: none;
  margin-right: 0;
}

.text-20px.campus {
  color: var(--dark-grey);
  max-width: none;
  margin-bottom: 4vw;
  margin-right: 0;
}

.email-link-wrap {
  color: var(--black);
  padding-bottom: .5vw;
  text-decoration: none;
  position: relative;
}

.email-link-wrap.white {
  color: var(--white);
}

.email-link-wrap.campus-mail {
  margin-right: 2vw;
}

.email-link-wrap.location {
  margin-left: 2vw;
  margin-right: 2vw;
}

.email-link {
  letter-spacing: -.05vw;
  font-size: 1.3vw;
  line-height: 1.5vw;
}

.email-link.people {
  text-transform: uppercase;
  font-size: 1.5vw;
}

.email-link.location {
  color: var(--dark-grey);
  font-size: 1.75vw;
  line-height: 130%;
}

.email-link-line {
  background-color: var(--black);
  width: 100%;
  height: .08vw;
  position: absolute;
  top: 1.6vw;
  right: 0;
}

.email-link-line._2 {
  width: 0%;
  height: 1px;
  left: 0;
  right: auto;
}

.email-link-line._2.white {
  background-color: var(--white);
}

.email-link-line._2.location {
  background-color: var(--dark-grey);
  top: 2.2vw;
}

.email-link-line._1 {
  height: 1px;
}

.email-link-line._1.white {
  background-color: var(--white);
}

.email-link-line._1.location {
  background-color: var(--dark-grey);
  top: 2.2vw;
}

.research-points {
  align-items: flex-start;
  display: flex;
}

.research-point {
  flex-direction: column;
  margin-right: 10vw;
  padding-top: 12vw;
  display: flex;
  position: relative;
}

.text-60px {
  letter-spacing: -.08vw;
  font-size: 3.6vw;
  font-weight: 400;
  line-height: 100%;
}

.text-60px.research-head {
  z-index: 2;
  color: var(--black);
  margin-bottom: 1.5vw;
  position: relative;
}

.text-60px.program-tab-text {
  font-weight: 300;
}

.text-60px.program-tab-slash {
  margin-right: .5vw;
  font-weight: 300;
}

.text-60px.pr-modal-name {
  max-width: 30vw;
  margin-bottom: 2.5vw;
}

.text-60px.pr-modal-name.test {
  display: none;
}

.text-60px.science-block-head, .text-60px.event-head {
  color: var(--black);
  margin-bottom: 2vw;
}

.text-60px.legal {
  color: var(--black);
  max-width: 50vw;
  margin-bottom: 3vw;
}

.text-60px.contact {
  color: var(--white);
  margin-bottom: 2vw;
}

.text-28px {
  color: var(--dark-grey);
  letter-spacing: -.07vw;
  font-size: 1.7vw;
  line-height: 130%;
}

.text-28px.research-text {
  width: 21vw;
}

.research-lottie {
  z-index: 0;
  width: 15vw;
  position: absolute;
  inset: 0% auto auto 0%;
}

.research-lottie._1 {
  width: 22vw;
  top: -3.1vw;
  left: -2.9vw;
}

.program-tabs-menu {
  margin-bottom: 4.5vw;
  display: flex;
}

.program-tab {
  color: var(--dark-grey);
  background-color: #ddd0;
  padding: 1vw 4.5vw 1vw 0;
  display: flex;
}

.program-tab.w--current {
  background-color: #ddd0;
}

.program-tab.fac3 {
  opacity: .5;
}

.program-tab.fac3.w--current {
  opacity: 1;
}

.program-tabs-content {
  overflow: visible;
}

.slider-main_component {
  align-items: flex-start;
  display: flex;
}

.swiper-wrapper {
  display: flex;
}

.program-card {
  border: .5px solid var(--white);
  cursor: pointer;
  border-radius: 2vw;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  min-width: 41.5vw;
  height: 100%;
  margin-right: 3vw;
  padding: 2.5vw 3vw 2vw;
  text-decoration: none;
  display: flex;
}

.program-card.fac3 {
  border-color: var(--black);
}

.text-40px {
  color: var(--white);
  letter-spacing: -.08vw;
  word-break: keep-all;
  overflow-wrap: break-word;
  font-size: 2.6vw;
  font-weight: 300;
  line-height: 100%;
}

.text-40px.program-name, .text-40px.program-name.test {
  position: absolute;
  inset: auto auto 2vw 3vw;
}

.text-40px.program-name.fac3 {
  color: var(--black);
}

.text-40px.email-form {
  text-align: center;
  width: 23vw;
  margin-bottom: 2vw;
}

.list {
  display: flex;
}

.mask {
  width: 44.5vw;
  overflow: visible;
}

.program-slide {
  background-color: #b0b0b000;
  margin-right: 0;
}

.programs-slider {
  background-color: #ddd0;
  height: 24vw;
}

.right-arrow {
  height: 5vw;
  display: none;
  position: relative;
  bottom: -517px;
}

.left-arrow {
  height: 5vw;
  display: none;
  position: relative;
  bottom: -293px;
}

.slide-nav-3, .collection-list-wrapper {
  display: none;
}

.faculty-img-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.program-overlay {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.faculty-link-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.modal-wrap {
  z-index: 9999;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.modal-bg {
  background-color: #0009;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.program-col-wrap, .program-col-list {
  height: 100%;
}

.program-col-item {
  height: 100%;
  position: relative;
}

.modal-window {
  border-radius: var(--section-round-corner);
  background-color: var(--white);
  justify-content: space-between;
  align-items: stretch;
  width: 81vw;
  margin-left: auto;
  margin-right: auto;
  padding: 4vw 6vw 3.5vw;
  display: flex;
  position: relative;
}

.modal-pr-text-wrap {
  padding-top: 3vw;
}

.pr-modal-wrapper {
  display: none;
}

.pr-modal-item {
  max-width: 32.5vw;
}

.pr-modal-degree-wrap {
  margin-bottom: 2.5vw;
  padding-left: .3vw;
  display: flex;
}

.form {
  width: 23vw;
}

.form.email {
  margin-bottom: 0;
}

.modal-field {
  background-color: var(--light-grey);
  color: var(--black);
  border: 1px #000;
  border-radius: .6vw;
  height: 3.5vw;
  margin-bottom: 1.3vw;
  padding: 1vw;
  font-size: 1vw;
  line-height: 120%;
  transition: all .2s;
}

.modal-field:hover {
  background-color: #e5e5e5;
}

.modal-field.area {
  height: 10vw;
  margin-bottom: .6vw;
}

.modal-field.dark {
  color: var(--white);
  background-color: #ffffff1a;
  margin-bottom: .8vw;
}

.modal-field.dark:hover {
  background-color: #ffffff26;
}

.text-sm-form {
  color: var(--dark-grey);
  letter-spacing: -.01vw;
  max-width: 22vw;
  margin-bottom: 1.5vw;
  font-size: .75vw;
  line-height: 130%;
}

.pr-modal-btn {
  z-index: 2;
  color: var(--white);
  background-color: #fff0;
  border-radius: .6vw;
  width: 100%;
  height: 3.5vw;
  padding: 0;
  font-size: 1.2vw;
  font-weight: 300;
  line-height: 1.5px;
  transition: all .2s;
  position: relative;
}

.pr-modal-btn:hover {
  background-color: #0000001a;
}

.modal-close-btn-wrap {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 6vw;
  height: 6vw;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.modal-close-icon {
  z-index: 1;
  width: 2vw;
  position: absolute;
}

.pr-modal-text-item-wrap {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.fac-img {
  z-index: -1;
  pointer-events: none;
  background-image: url('../images/upd.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 150%;
  position: absolute;
  top: -20%;
}

.fac-img.fac2 {
  background-image: url('../images/fac-tech.png');
  background-position: 100%;
  background-repeat: no-repeat;
  top: 0%;
}

.fac-img.fac3 {
  background-image: url('../images/fac-comp.png');
  background-position: 50%;
  background-repeat: no-repeat;
  top: 0%;
}

.field-label {
  font-size: 1vw;
  font-weight: 300;
}

.parallax-anim-trigger {
  width: 100vw;
  max-width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
}

.fac-wrap {
  z-index: 11;
  position: relative;
}

.fac-wrap.legal {
  height: 70vh;
}

.close-bg {
  background-color: var(--light-grey);
  opacity: 0;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border-radius: 10vw;
  width: 3.5vw;
  height: 3.5vw;
  position: absolute;
}

.close-bg.dark {
  opacity: 0;
  background-color: #ffffff26;
}

.gradient-prog {
  z-index: 0;
  border-radius: 2vw;
  justify-content: center;
  align-items: center;
  width: 41.5vw;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.modal-btn-wrap {
  z-index: 1;
  border-radius: .6vw;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 3.5vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.modal-success {
  background-color: #fff0;
  height: 100%;
  padding: 0;
}

.modal-success.email {
  height: auto;
}

.modal-success-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.modal-success-wrap.email {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
}

.modal-lottie {
  width: 100%;
}

.modal-lottie-wrap {
  justify-content: center;
  align-items: center;
  width: 17vw;
  height: 17vw;
  display: flex;
  position: relative;
}

.modal-check {
  width: 2.5vw;
  position: absolute;
  top: auto;
}

.modal-check.email {
  margin-bottom: 1.2vw;
  margin-right: 0;
  position: relative;
}

.text-block-3 {
  font-size: 1px;
}

.email-modal-wrap {
  z-index: 9999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.email-modal-bg {
  background-color: #0009;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.email-modal-window {
  z-index: 1;
  border-radius: var(--section-round-corner);
  background-color: var(--black);
  justify-content: space-between;
  width: 67vw;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.email-modal-left {
  flex-direction: column;
  padding: 6vw;
  display: flex;
}

.email-modal-right {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.email-modal-img {
  z-index: 0;
  background-image: url('../images/email-img-opt.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 130%;
  position: relative;
  inset: 0% auto auto 0%;
}

.test-np {
  width: 20vw;
}

.paragraph, .paragraph-2 {
  margin-bottom: 0;
}

.hero-gradient {
  opacity: .15;
  pointer-events: none;
  background-image: linear-gradient(#000, #0000);
  height: 15vw;
  position: absolute;
  inset: 0% 0% auto;
}

.people-content-wrap {
  justify-content: space-between;
  display: flex;
}

.people-img-wrap {
  z-index: 1;
  border-radius: 2.3vw;
  justify-content: center;
  align-items: center;
  width: 36vw;
  height: 46vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.people-text-wrap {
  flex-direction: column;
  align-items: flex-start;
  max-width: 39vw;
  padding-top: .7vw;
  display: flex;
}

.people-bl-text {
  color: var(--black);
}

.people-img {
  z-index: -1;
  opacity: 1;
  background-image: url('../images/people-img-upd.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 130%;
  height: 53vw;
  position: absolute;
  top: 0;
}

.lottie-people {
  width: 78vw;
  position: absolute;
  bottom: -16.5vw;
  right: -27.2vw;
}

.science-right {
  width: 100%;
  max-width: 37vw;
  padding-top: 9.5vw;
}

.science-block {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 9vw;
  display: flex;
}

.science-block.last {
  margin-bottom: 0;
}

.science-lottie {
  width: 6vw;
  margin-bottom: 2vw;
}

.science-divider {
  background-color: var(--black);
  width: 100%;
  height: 1px;
}

.science-sticky {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 8vw;
  display: flex;
  position: sticky;
  top: 0;
}

.hero-img {
  z-index: -1;
  pointer-events: none;
  background-image: url('../images/Orientation.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero-img.staff {
  background-image: url('../images/Academic-staff.png');
}

.events-wrap {
  align-items: stretch;
  width: 100%;
  display: flex;
}

.event-block {
  background-color: var(--white);
  border-radius: 2.5vw;
  flex-direction: column;
  width: 27vw;
  margin-right: 3vw;
  display: flex;
  overflow: hidden;
}

.event-block.last {
  margin-right: 0;
}

.event-img-wrap {
  z-index: 1;
  justify-content: center;
  align-items: flex-start;
  height: 15vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.event-img-wrap._3 {
  justify-content: flex-end;
}

.event-text-wrap {
  flex-direction: column;
  align-items: stretch;
  padding: 2.5vw 2vw 3vw;
  display: flex;
}

.event-img {
  max-width: none;
  height: 21vw;
}

.event-img-2 {
  z-index: -1;
  background-image: url('../images/event-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  height: 23vw;
  position: absolute;
}

.event-img-2._2 {
  background-image: url('../images/event-2.png');
  background-position: 61% 0;
  background-size: cover;
}

.event-img-2._3 {
  background-image: url('../images/event-3.png');
  background-position: 90%;
  background-size: cover;
}

.fairs-wrap {
  justify-content: flex-start;
  display: flex;
}

.fairs-img-wrap {
  z-index: 1;
  border-radius: 2.5vw;
  min-width: 30vw;
  height: 40vw;
  margin-right: 7vw;
  position: relative;
  overflow: hidden;
}

.fairs-img {
  z-index: -1;
  background-image: url('../images/fairs-upd.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 50vw;
  position: relative;
}

.fairs-list {
  width: 100%;
  padding-left: 0;
}

.fairs-row {
  border-bottom: 1px solid var(--dark-grey);
  justify-content: flex-start;
  align-items: center;
  padding-top: 2.3vw;
  padding-bottom: 2.3vw;
  padding-left: 1.7vw;
  display: flex;
}

.fairs-bullet {
  background-color: var(--white);
  border-radius: 100%;
  width: .7vw;
  height: .7vw;
  margin-right: 1vw;
}

.fairs-bullet.legal {
  background-color: var(--black);
  opacity: .8;
  width: .6vw;
  height: .6vw;
  margin-top: .65vw;
}

.fairs-lottie {
  width: 43vw;
  position: absolute;
  bottom: -20.9vw;
  right: 7.3vw;
}

.campus-top {
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 5vw;
  display: flex;
}

.campust-text-wrap {
  width: 31vw;
}

.campus-links {
  align-items: center;
  display: flex;
}

.campus-img-wrap {
  z-index: 1;
  border-radius: 2.2vw;
  height: 25vw;
  position: relative;
  overflow: hidden;
}

.campus-img {
  z-index: -1;
  background-image: linear-gradient(#ffffff14, #ffffff14), url('../images/campus-img-opt.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 34vw;
  position: relative;
}

.staff-tabs {
  position: relative;
}

.staff-tabs-menu {
  padding-top: 2vw;
  padding-bottom: 2vw;
}

.staff-tab-pane {
  margin-top: 2.5vw;
}

.staff-tab-link {
  z-index: 1;
  color: var(--black);
  background-color: #000;
  border-radius: 100vw;
  margin-right: 1.2vw;
  padding: 0;
  overflow: hidden;
}

.staff-tab-link:hover {
  background-color: #0000;
  background-image: linear-gradient(to right, var(--green), var(--pink));
}

.staff-tab-link.w--current {
  color: var(--white);
  background-color: #fff0;
  border-color: #0000;
}

.staff-tab-text {
  z-index: 1;
  letter-spacing: -.04vw;
  background-color: #fff;
  border-radius: 100px;
  margin: 1px;
  padding: 1.2vw 1.6vw;
  font-size: 1.5vw;
  line-height: 100%;
  position: relative;
  overflow: visible;
}

.staff-list-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
}

.staff-list-wrap.hide {
  display: none;
}

.staff-list {
  grid-column-gap: 3vw;
  grid-row-gap: 3.5vw;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.staff-block {
  flex-direction: column;
  display: flex;
}

.staff-img {
  width: 100%;
}

.tab-white-bg {
  z-index: 0;
  background-color: #fff;
  border-radius: 100vw;
  margin: 1px;
  position: absolute;
  inset: 0%;
}

.staff-img-wrap {
  border-radius: 2.5vw;
  margin-bottom: 2.2vw;
  overflow: hidden;
}

.location-text-wrap {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.location-info-wrap {
  justify-content: center;
  align-items: center;
  margin-bottom: 3vw;
  display: flex;
}

.location-divider {
  background-color: var(--dark-grey);
  opacity: 1;
  width: 100%;
  height: 1px;
  margin-bottom: 5vw;
}

.location-images {
  justify-content: space-between;
  width: 100%;
  height: 24vw;
  display: flex;
}

.location-img-wrap {
  z-index: 1;
  border-radius: 2.5vw;
  width: 100%;
  margin-right: 3vw;
  position: relative;
  overflow: hidden;
}

.map-wrap {
  z-index: 1;
  border-radius: 2.5vw;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.location-img {
  z-index: -1;
  background-image: url('../images/univ-pic-opt.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 130%;
  position: relative;
}

.map-img {
  z-index: -1;
  background-image: url('../images/map-opt.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.marker-pin {
  width: 3vw;
  position: absolute;
}

.location-lottie {
  width: 59vw;
  position: absolute;
  top: -29.4vw;
  right: -31.1vw;
}

.map-fade {
  opacity: 0;
  background-color: #0e0e0e4d;
  width: 100%;
  height: 100%;
  position: absolute;
}

.legal-text-wrap {
  max-width: 74vw;
  padding-left: 5vw;
}

.legal-link {
  color: #0e0e0eb3;
}

.legal-block {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 7vw;
  display: flex;
  position: relative;
}

.cookie-list {
  flex-direction: column;
  display: flex;
}

.cookie-row {
  align-items: flex-start;
  margin-bottom: .5vw;
  display: flex;
}

.contact-us-block {
  background-color: var(--black);
  object-fit: contain;
  border-radius: 2.5vw;
  flex-direction: column;
  align-items: flex-start;
  padding: 6vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.contact-link {
  color: var(--white);
}

.contact-lottie {
  width: 42vw;
  position: absolute;
  top: -2.8vw;
  right: -15.5vw;
}

.text-span {
  opacity: .8;
  margin-bottom: 0;
}

.anchor-legal {
  width: 100%;
  height: 1px;
  position: absolute;
  top: -10vw;
}

.anchor-legal.privacy {
  width: 1px;
  top: 0;
}

.legal-top-wrap, .text-span-2, .text-span-3, .text-span-4 {
  display: block;
}

@media screen and (max-width: 991px) {
  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .section.studying {
    height: 155vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .section.faculties {
    height: 200vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .section.footer {
    align-items: flex-end;
  }

  .section.news {
    height: 103vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .section.email {
    height: 131vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .section.email.fac2 {
    height: 121vw;
  }

  .section.email.fac3 {
    height: 140vw;
  }

  .section.research {
    height: 105vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .section.program {
    height: 135vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .section.fac-pic {
    height: 80vw;
  }

  .section.people {
    height: 97vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .section.science {
    height: 160vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .section.events {
    height: 196vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .section.fairs {
    height: 120vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .section.campus {
    height: 116vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .section.staff {
    height: 201vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .section.location {
    height: 110vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .nav {
    height: 12vw;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-heading {
    width: 90vw;
    font-size: 15vw;
    line-height: 95%;
    bottom: 10vh;
    left: 5vw;
  }

  .nav-links.footer {
    flex-direction: column;
    align-items: flex-start;
    display: none;
  }

  .nav-links.hero {
    background-color: var(--black);
    flex-flow: column;
    justify-content: space-between;
    align-self: stretch;
    align-items: stretch;
    width: 100vw;
    height: 100vh;
    min-height: 100vh;
    max-height: 100vh;
    margin-right: 0;
    display: flex;
    position: fixed;
    inset: 0%;
  }

  .logo.head, .logo.head.w--current {
    z-index: 2;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .nav-link.hero {
    color: var(--black);
    font-size: 2.7vw;
    line-height: 6vw;
  }

  .nav-link.hero.click.last, .nav-link.hero.click.two {
    opacity: 1;
    color: var(--white);
    padding-top: 2.3vw;
    padding-bottom: 2.3vw;
    padding-left: 8vw;
    font-size: 8.5vw;
    line-height: 100%;
  }

  .nav-link.hero.one {
    opacity: 1;
    color: var(--white);
    text-align: left;
    padding-top: 2.3vw;
    padding-bottom: 2.3vw;
    padding-left: 8vw;
    font-size: 8.6vw;
    line-height: 100%;
  }

  .nav-link.footer.one {
    font-size: 2vw;
    line-height: 2.2vw;
  }

  .logo-img {
    width: 19vw;
  }

  .logo-img.preload.out {
    width: 19vw;
    height: 5vw;
  }

  .logo-img.preload.in {
    width: 19vw;
    height: 5vw;
    position: relative;
  }

  .logo-img.menu {
    z-index: 90;
    opacity: 0;
    display: block;
    position: absolute;
  }

  .blending-group-wrapper {
    margin-left: -4em;
  }

  .shape-4 {
    top: 22em;
  }

  .ultra-gradient-wrapper {
    font-size: 1.3vh;
  }

  .shape-3 {
    width: 44em;
    height: 57em;
    position: absolute;
    inset: 23.2em -9.5em 0 auto;
  }

  .arrows-wrap {
    width: 90vw;
    top: 12vw;
    left: 5vw;
    right: 5vw;
  }

  .arrow-side {
    height: 30vw;
  }

  .arrow-vert {
    height: 60vw;
  }

  .video-wrap.footer {
    height: 74vw;
  }

  .nav-link-wrap.hero {
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .nav-link-line.slider {
    height: 2vw;
    margin-right: 1vw;
  }

  .nav-link-line.hero {
    background-color: var(--white);
    width: .3vw;
    height: 6vw;
    margin-left: 5vw;
    top: 3vw;
  }

  .nav-link-line.hero._1 {
    background-color: var(--white);
    top: 3vw;
  }

  .nav-link-line.footer {
    font-size: 2vw;
    line-height: 2.2vw;
  }

  .section-wrap.news {
    z-index: 5;
    height: 70vh;
  }

  .section-wrap.footer {
    z-index: 4;
    height: 70vw;
  }

  .section-spacer.studying {
    height: 153vw;
  }

  .section-spacer.faculty {
    height: 197vw;
  }

  .section-spacer.news {
    height: 100vw;
  }

  .section-spacer.email {
    height: 128vw;
  }

  .section-spacer.email.fac2 {
    height: 118vw;
  }

  .section-spacer.research {
    height: 102vw;
  }

  .section-spacer.programs {
    height: 132vw;
  }

  .section-spacer.fac-pic {
    height: 80vw;
  }

  .section-spacer.science {
    height: 157vw;
  }

  .section-spacer.events {
    height: 193vw;
  }

  .section-spacer.fairs {
    height: 117vw;
  }

  .section-spacer.campus {
    height: 113vw;
  }

  .section-spacer.staff {
    height: 198vw;
  }

  .section-spacer.location {
    height: 107vw;
  }

  .section-spacer.legal {
    height: 329vw;
  }

  .h3-heading.studing, .h3-heading.research {
    margin-bottom: 5vw;
    font-size: 10vw;
  }

  .h3-heading.program {
    max-width: 50vw;
    margin-bottom: 5vw;
    font-size: 10vw;
  }

  .h3-heading.science {
    margin-bottom: 5vw;
    font-size: 10vw;
  }

  .h3-heading.fairs {
    margin-bottom: 7vw;
    font-size: 10vw;
  }

  .h3-heading.location {
    font-size: 10vw;
  }

  .h3-heading.legal {
    max-width: 70vw;
    margin-bottom: 8vw;
    font-size: 10vw;
  }

  .section-cont.faculty {
    margin-top: 22vw;
  }

  .section-cont.news {
    margin-top: 14vw;
  }

  .section-cont.footer {
    margin-top: 12vw;
    margin-bottom: 8vw;
  }

  .section-cont.studying {
    margin-top: 22vw;
    margin-bottom: 12vw;
  }

  .section-cont.email {
    margin-top: 19vw;
  }

  .section-cont.research {
    margin-top: 16vw;
  }

  .section-cont.program {
    margin-top: 15vw;
  }

  .section-cont.people {
    margin-top: 14vw;
  }

  .section-cont.science {
    margin-top: 16vw;
    padding-right: 0;
  }

  .section-cont.events {
    margin-top: 20vw;
  }

  .section-cont.fairs {
    margin-top: 15vw;
  }

  .section-cont.campus {
    margin-top: 14vw;
  }

  .section-cont.staff {
    margin-top: 20vw;
  }

  .section-cont.location {
    margin-top: 22vw;
  }

  .section-descr.faculty {
    margin-bottom: 6vw;
    font-size: 3vw;
    line-height: 3.5vw;
  }

  .section-descr.studying {
    width: 80vw;
    margin-bottom: 11vw;
    font-size: 3vw;
    line-height: 3.5vw;
  }

  .section-descr.slider {
    font-size: 2.3vw;
    line-height: 2.8vw;
  }

  .section-descr.press-text {
    margin-bottom: .5vw;
    font-size: 3.1vw;
    line-height: 120%;
  }

  .section-descr.press-date {
    font-size: 3.1vw;
    line-height: 120%;
  }

  .section-descr.press-long {
    max-width: 60vw;
    margin-bottom: 2vw;
    font-size: 3.1vw;
    line-height: 130%;
  }

  .section-descr.footer-mail {
    margin-bottom: 2.5vw;
    font-size: 3.1vw;
    line-height: 130%;
  }

  .section-descr.research, .section-descr.program {
    width: 73vw;
    margin-bottom: 12vw;
    font-size: 3vw;
    line-height: 3.5vw;
  }

  .section-descr.people {
    font-size: 2.5vw;
    line-height: 150%;
  }

  .section-descr.science {
    font-size: 2.5vw;
  }

  .section-descr.science.events {
    margin-bottom: 6vw;
  }

  .section-descr.fairs {
    font-size: 2.5vw;
    line-height: 140%;
  }

  .section-descr.legal.update-date, .section-descr.legal.privacy {
    font-size: 3vw;
    line-height: 3.5vw;
  }

  .studying-point {
    padding: 2vw 5vw 6vw 3vw;
  }

  .studying-point.bottom {
    padding-top: 6vw;
    padding-bottom: 2vw;
  }

  .studying-point.bottom.right {
    padding-left: 5vw;
  }

  .studying-point.right {
    padding-left: 5vw;
    padding-right: 3vw;
  }

  .studying-point-name {
    margin-bottom: 2vw;
    font-size: 3.1vw;
  }

  .studying-point-text {
    font-size: 2vw;
    line-height: 2.2vw;
  }

  .studying-point-text.press {
    max-width: 50vw;
  }

  .h2-heading.facullty {
    margin-bottom: 5vw;
    font-size: 13vw;
  }

  .h2-heading.news, .h2-heading.people {
    font-size: 13vw;
  }

  .h2-heading.campus {
    margin-bottom: 6vw;
    font-size: 13vw;
  }

  .faculty-slider {
    height: 50vw;
    margin-bottom: 10vw;
  }

  .faculty-mask {
    width: 90%;
  }

  .slider-heading {
    margin-bottom: 1.6vw;
    font-size: 4vw;
  }

  .slider-label {
    padding: 2vw 4vw;
  }

  .slider-arrow {
    width: 7vw;
    height: 7vw;
    top: -14vw;
  }

  .slider-arrow.left {
    right: 9.5vw;
  }

  .slider-arrow.left.prog {
    top: -15vw;
  }

  .slider-arrow.bottom {
    min-width: 7vw;
  }

  .slider-arrow.news {
    right: 0;
  }

  .slider-arrow.news.left {
    right: 9.5vw;
  }

  .slider-arrow.prog {
    top: -15vw;
  }

  .slider-arrow-icon {
    width: 3.5vw;
  }

  .slider-arrow-icon.left.hide {
    transform: translate(6vw)rotateX(0)rotateY(180deg)rotateZ(0);
  }

  .slider-arrow-icon.hide {
    transform: translate(-6vw);
  }

  .text-mid-size {
    font-size: 2.3vw;
    line-height: 2.8vw;
  }

  .faculty-tabs-menu {
    margin-bottom: 5vw;
    left: 2vw;
  }

  .faculty-tabs-content {
    width: 100%;
    padding-left: 2vw;
  }

  .fac-tab-column {
    width: 100%;
    margin-right: 3.5vw;
  }

  .fac-tab-pic-wrap {
    z-index: 1;
    width: 100%;
    margin-bottom: 3vw;
  }

  .fab-text {
    max-width: none;
    font-size: 2.3vw;
    line-height: 2.8vw;
  }

  .fab-text.legal {
    max-width: none;
  }

  .fab-text.legal.cookie {
    margin-bottom: 2vw;
  }

  .fab-text.contact {
    max-width: 42vw;
    margin-bottom: 2vw;
  }

  .faculty-tab-text {
    font-size: 2vw;
  }

  .news-slider {
    height: 60vw;
  }

  .news-top {
    margin-bottom: 5vw;
  }

  .news-left {
    margin-right: 2.5vw;
    padding-left: 0;
  }

  .footer-top {
    margin-bottom: 7vw;
  }

  .footer-center {
    margin-bottom: 11vw;
  }

  .footer-bottom {
    align-items: center;
  }

  .footer-form {
    width: 36vw;
  }

  .footer-mail-input {
    padding-bottom: 1.5vw;
    font-size: 2.3vw;
    line-height: 2.8vw;
  }

  .mail-arrow {
    width: 3.5vw;
  }

  .footer-center-right {
    flex-direction: row;
    width: 35vw;
    margin-top: .5vw;
    position: relative;
  }

  .footer-center-right.nav {
    width: 100%;
    height: auto;
    margin-top: auto;
    position: absolute;
    inset: auto auto 0;
  }

  .footer-center-right.menu {
    align-items: flex-end;
    width: 100%;
    margin-top: 0;
    padding-left: 5vw;
    padding-right: 5vw;
    display: flex;
    position: absolute;
    bottom: 0;
  }

  .footer-columns-wrap {
    flex-direction: column;
    width: 100%;
    max-width: 24vw;
  }

  .footer-columns-wrap.menu {
    flex-direction: row;
    max-width: none;
  }

  .footer-column {
    width: 100%;
    margin-bottom: 2vw;
  }

  .footer-column.menu {
    width: auto;
    margin-bottom: 12vw;
    margin-right: 5vw;
  }

  .footer-link {
    margin-bottom: 1.5vw;
  }

  .footer-link-text {
    font-size: 1.8vw;
    line-height: 2.2vw;
  }

  .social-wrap {
    position: relative;
    top: -1vw;
    right: auto;
  }

  .social-wrap.menu {
    top: -12vw;
  }

  .footrt-social {
    width: 5vw;
    height: 5vw;
  }

  .footrt-social.menu {
    opacity: 1;
  }

  .social-icon {
    width: 2.2vw;
  }

  .copyright {
    font-size: 1.8vw;
    line-height: 2.2vw;
  }

  .footer-bottom-right {
    width: 35vw;
  }

  .amixtra-text {
    margin-right: 1vw;
    font-size: 1.8vw;
    line-height: 2.2vw;
  }

  .amixtra-img {
    width: 9vw;
  }

  .nav-bg {
    border-radius: 2vw;
    width: 96vw;
    height: 7vw;
  }

  .nav-link-cont.dropdown {
    flex-direction: column;
  }

  .dropdown-list.w--open {
    background-color: #e5e5e500;
    padding-bottom: 1vw;
    position: relative;
    top: auto;
    left: 7.6vw;
  }

  .dropdown-link {
    color: var(--white);
  }

  .logo-preload-wrap {
    height: 5vw;
  }

  .dl-slash {
    margin-right: 1vw;
    font-size: 2.7vw;
    font-weight: 300;
    line-height: 6vw;
  }

  .dl-text {
    font-size: 3.1vw;
    line-height: 6vw;
  }

  .error-text {
    font-size: 1.3vw;
    line-height: 150%;
  }

  .faculty-img {
    height: 70vw;
  }

  .cursor-wrap {
    display: none;
  }

  .fac-tab-img {
    z-index: -1;
    height: 46vw;
  }

  .faculty-tab-slash {
    font-size: 2vw;
  }

  .gr-lottie._1 {
    width: 14vw;
    height: 9.5vw;
  }

  .gr-lottie._2 {
    width: 11.7vw;
  }

  .gr-lottie._3, .gr-lottie._4 {
    width: 12vw;
  }

  .icon-cont {
    width: 10vw;
    height: 10vw;
    margin-bottom: 4vw;
  }

  .lottie-circles {
    width: 70vw;
    bottom: -22.6vw;
    right: -27vw;
  }

  .burger-icon {
    width: 3.5vw;
  }

  .burger-icon.black {
    opacity: 0;
    position: absolute;
  }

  .menu-btn {
    justify-content: center;
    align-items: center;
    padding: 0 5.5vw;
    display: flex;
  }

  .menu-btn.w--open {
    z-index: 2;
    background-color: #c8c8c800;
  }

  .menu-btn-icon-wrap {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .nav-links-bg {
    z-index: -1;
    opacity: 1;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background-color: #ececec66;
    border-radius: 2vw;
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    top: 0;
  }

  .nav-bg-full {
    z-index: -1;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background-color: #0e0e0e;
    background-image: linear-gradient(#00000080, #00000080);
    width: 100vw;
    height: 100vh;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
  }

  .nav-wrap {
    background-color: var(--black);
    width: 100vw;
    height: 50vh;
    display: none;
    position: absolute;
  }

  .nav-links-list {
    z-index: 99;
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    position: relative;
    top: 17vw;
  }

  .dropdown-wrap {
    position: relative;
  }

  .nav-full-wrap {
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100vh;
    min-height: 100vh;
    max-height: 100vh;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .lottie-menu {
    z-index: -1;
    width: 93vw;
    height: 100vw;
    display: block;
    position: absolute;
    inset: auto -33% -20% auto;
  }

  .menu-circle {
    z-index: -1;
    width: auto;
    display: none;
    position: absolute;
    bottom: -35.1vw;
    left: 37.7vw;
  }

  .close-icon {
    opacity: 0;
    width: 3.5vw;
    margin: auto;
  }

  .close-wrap {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .fac-hero.legal {
    height: 332vw;
    padding-top: 50vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .email-lottie {
    width: 29vw;
    top: 0;
    left: 0;
  }

  .email-heading {
    margin-bottom: 6vw;
    font-size: 6.5vw;
  }

  .email-heading.events {
    margin-bottom: 4vw;
  }

  .email-heading.staff {
    max-width: 85vw;
    margin-bottom: 6vw;
  }

  .email-sm-text-wrap {
    margin-bottom: 6vw;
  }

  .text-20px.email {
    max-width: none;
    font-size: 2vw;
    line-height: 2.2vw;
  }

  .text-20px.email.last {
    margin-right: 0;
  }

  .text-20px.email.white {
    width: 100%;
  }

  .text-20px.pr-modal-degree, .text-20px.pr-modal-descr, .text-20px.pr-slash {
    font-size: 2vw;
    line-height: 2.2vw;
  }

  .text-20px.form-label {
    margin-bottom: 1vw;
    font-size: 1.8vw;
    line-height: 2vw;
  }

  .text-20px.form-label.success {
    font-size: 2.2vw;
    line-height: 130%;
  }

  .text-20px.form-label.success.dark {
    line-height: 130%;
  }

  .text-20px.science-block-text {
    margin-bottom: 4vw;
    font-size: 2vw;
    line-height: 2.2vw;
  }

  .text-20px.event-descr {
    max-width: 70vw;
    font-size: 2vw;
    line-height: 2.2vw;
  }

  .text-20px.campus {
    max-width: 60vw;
    margin-bottom: 0;
    font-size: 2vw;
    line-height: 2.2vw;
  }

  .email-link-wrap.campus-mail {
    margin-bottom: 2vw;
    margin-right: 0;
  }

  .email-link, .email-link.people {
    font-size: 2vw;
    line-height: 2vw;
  }

  .email-link.location {
    font-size: 2vw;
  }

  .email-link-line._2 {
    top: 2vw;
  }

  .email-link-line._2.location {
    top: 2.5vw;
  }

  .email-link-line._1 {
    top: 2vw;
  }

  .email-link-line._1.location {
    top: 2.5vw;
  }

  .research-point._1, .research-point._2 {
    width: 100%;
    margin-right: 3vw;
    padding-top: 16vw;
  }

  .research-point._3 {
    width: 100%;
    margin-right: 0;
    padding-top: 16vw;
  }

  .text-60px.research-head {
    margin-bottom: 2.5vw;
    font-size: 4.5vw;
  }

  .text-60px.program-tab-text, .text-60px.program-tab-slash {
    font-size: 4.5vw;
  }

  .text-60px.pr-modal-name {
    max-width: 60vw;
    margin-bottom: 3.5vw;
    font-size: 4.5vw;
  }

  .text-60px.science-block-head, .text-60px.event-head {
    font-size: 4.5vw;
  }

  .text-60px.legal {
    max-width: 62vw;
    font-size: 4.5vw;
    line-height: 110%;
  }

  .text-60px.contact {
    margin-bottom: 4vw;
    font-size: 4.5vw;
  }

  .text-28px.research-text {
    width: 100%;
    font-size: 2.2vw;
    line-height: 2.8vw;
  }

  .research-lottie {
    width: 19vw;
  }

  .research-lottie._1 {
    width: 28vw;
    top: -4.1vw;
    left: -4.2vw;
  }

  .program-tabs-menu {
    margin-bottom: 7vw;
  }

  .text-40px.program-name {
    font-size: 3.5vw;
  }

  .text-40px.email-form {
    width: 30vw;
    margin-bottom: 3vw;
    font-size: 3.5vw;
  }

  .mask {
    width: 60vw;
  }

  .programs-slider {
    height: 35vw;
  }

  .modal-wrap {
    display: none;
  }

  .modal-window {
    width: 90vw;
    padding-top: 8vw;
    padding-bottom: 6vw;
  }

  .pr-modal-item {
    max-width: 40vw;
  }

  .pr-modal-degree-wrap {
    margin-bottom: 3vw;
  }

  .form.email, .form.program {
    width: 30vw;
  }

  .modal-field {
    height: 6vw;
    margin-bottom: 1.8vw;
    padding-left: 1.5vw;
    padding-right: 1.5vw;
    font-size: 1.8vw;
  }

  .modal-field.area {
    height: 15vw;
    margin-bottom: 1vw;
  }

  .modal-field.dark {
    margin-bottom: 1.2vw;
  }

  .text-sm-form {
    width: 100%;
    max-width: none;
    margin-bottom: 2.8vw;
    font-size: 1.3vw;
    line-height: 120%;
  }

  .pr-modal-btn {
    letter-spacing: .02vw;
    height: 6vw;
    font-size: 2vw;
    line-height: 2.2px;
  }

  .modal-close-btn-wrap {
    width: 8vw;
    height: 8vw;
  }

  .modal-close-icon {
    width: 3vw;
  }

  .fac-img {
    height: 140%;
  }

  .fac-img.fac2 {
    background-position: 100%;
  }

  .gradient-prog {
    width: 57vw;
  }

  .modal-btn-wrap {
    height: 6vw;
  }

  .modal-lottie-wrap {
    width: 24vw;
    height: 24vw;
  }

  .modal-check {
    width: 3.5vw;
  }

  .modal-check.email {
    margin-bottom: 2vw;
  }

  .email-modal-wrap {
    display: none;
  }

  .email-modal-window {
    width: 90vw;
  }

  .email-modal-left {
    padding: 8vw;
  }

  .hero-gradient {
    height: 20vw;
  }

  .people-img-wrap {
    width: 37vw;
    height: 49vw;
  }

  .people-text-wrap {
    max-width: 47vw;
  }

  .people-img {
    height: 60vw;
  }

  .science-right {
    max-width: 42vw;
  }

  .science-block {
    margin-bottom: 8vw;
  }

  .science-lottie {
    width: 10vw;
    margin-bottom: 4vw;
  }

  .events-wrap {
    flex-direction: column;
  }

  .event-block {
    width: 100%;
    margin-bottom: 4vw;
    margin-right: 0;
  }

  .event-img-wrap {
    height: 22vw;
  }

  .event-text-wrap {
    padding: 4vw;
  }

  .event-img-2 {
    height: 40vw;
  }

  .fairs-img-wrap {
    min-width: 43vw;
    height: 60vw;
    margin-right: 5vw;
  }

  .fairs-img {
    height: 80vw;
  }

  .fairs-row {
    padding-top: 3vw;
    padding-bottom: 3vw;
    padding-left: 1vw;
  }

  .fairs-bullet {
    width: 1vw;
    min-width: 1vw;
    max-width: 1vw;
    height: 1vw;
    min-height: 1vw;
    max-height: 1vw;
    margin-right: 2vw;
  }

  .fairs-lottie {
    width: 60vw;
    bottom: -31.4vw;
    right: 1.1vw;
  }

  .campus-top {
    flex-direction: column;
    margin-bottom: 7vw;
  }

  .campust-text-wrap {
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .campus-links {
    flex-direction: column;
    align-items: flex-start;
    width: 18vw;
  }

  .campus-img-wrap {
    height: 38vw;
  }

  .campus-img {
    height: 56vw;
  }

  .staff-tab-text {
    padding: 2vw;
    font-size: 2.2vw;
  }

  .staff-list {
    grid-row-gap: 4vw;
  }

  .staff-img-wrap {
    margin-bottom: 2.5vw;
  }

  .location-info-wrap {
    margin-bottom: 5vw;
  }

  .location-divider {
    margin-bottom: 6vw;
  }

  .location-images {
    height: 40vw;
  }

  .marker-pin {
    width: 5vw;
  }

  .location-lottie {
    top: -25.5vw;
    right: -30.1vw;
  }

  .legal-text-wrap {
    max-width: 85vw;
    padding-left: 0;
    padding-right: 0;
  }

  .legal-block.last {
    margin-bottom: 8vw;
  }

  .cookie-row {
    margin-bottom: 2vw;
  }

  .contact-us-block {
    z-index: 1;
    padding-top: 8vw;
    padding-bottom: 8vw;
  }

  .contact-lottie {
    z-index: 0;
    width: 67vw;
    top: -4.5vw;
    right: -26.2vw;
  }

  .anchor-legal {
    top: -15vw;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .logo-img, .logo-img.black {
    width: 24vw;
  }

  .main-shapes-wrapper, .blending-group-wrapper {
    filter: blur(80px);
  }

  .intro-description {
    padding-left: 0;
    padding-right: 0;
  }

  .copy-medium {
    font-size: 1.3em;
    line-height: 1.4em;
  }

  .title1 {
    font-size: 5em;
  }

  .shape-3 {
    width: 30em;
    height: 100em;
  }

  .email-link-line._2, .email-link-line._1 {
    top: 2.2vw;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .section.hero {
    border-bottom-right-radius: 8vw;
    border-bottom-left-radius: 8vw;
  }

  .section.studying {
    border-bottom-right-radius: 8vw;
    border-bottom-left-radius: 8vw;
    height: 553vw;
    padding-left: 7vw;
    padding-right: 7vw;
  }

  .section.faculties {
    border-bottom-right-radius: 8vw;
    border-bottom-left-radius: 8vw;
    height: 480vw;
    padding-left: 7vw;
    padding-right: 7vw;
  }

  .section.footer {
    align-items: flex-end;
  }

  .section.news {
    border-bottom-right-radius: 8vw;
    border-bottom-left-radius: 8vw;
    height: 225vw;
    padding-left: 7vw;
    padding-right: 7vw;
  }

  .section.video {
    border-radius: 0 0 8vw 8vw;
  }

  .section.email {
    border-bottom-left-radius: var(--section-corner-mob);
    border-bottom-right-radius: var(--section-corner-mob);
    height: 310vw;
    padding-left: 7vw;
    padding-right: 7vw;
  }

  .section.email.fac2 {
    height: 330vw;
  }

  .section.email.fac3 {
    height: 310vw;
  }

  .section.research {
    border-bottom-left-radius: var(--section-corner-mob);
    border-bottom-right-radius: var(--section-corner-mob);
    height: 498vw;
    padding-left: 7vw;
    padding-right: 7vw;
    overflow: hidden;
  }

  .section.program {
    border-bottom-left-radius: var(--section-corner-mob);
    border-bottom-right-radius: var(--section-corner-mob);
    height: 278vw;
    padding-left: 7vw;
    padding-right: 7vw;
  }

  .section.fac-pic {
    border-bottom-left-radius: var(--section-corner-mob);
    border-bottom-right-radius: var(--section-corner-mob);
    height: 120vw;
  }

  .section.people {
    border-bottom-left-radius: var(--section-corner-mob);
    border-bottom-right-radius: var(--section-corner-mob);
    height: 240vw;
    padding-left: 7vw;
    padding-right: 7vw;
  }

  .section.science {
    border-bottom-left-radius: var(--section-corner-mob);
    border-bottom-right-radius: var(--section-corner-mob);
    height: 425vw;
    padding-left: 7vw;
    padding-right: 7vw;
  }

  .section.events {
    border-bottom-left-radius: var(--section-corner-mob);
    border-bottom-right-radius: var(--section-corner-mob);
    height: 464vw;
  }

  .section.fairs {
    border-bottom-left-radius: var(--section-corner-mob);
    border-bottom-right-radius: var(--section-corner-mob);
    height: 308vw;
    padding-left: 7vw;
    padding-right: 7vw;
  }

  .section.campus {
    border-bottom-left-radius: var(--section-corner-mob);
    border-bottom-right-radius: var(--section-corner-mob);
    height: 235vw;
    padding-left: 7vw;
    padding-right: 7vw;
  }

  .section.staff {
    border-bottom-left-radius: var(--section-corner-mob);
    border-bottom-right-radius: var(--section-corner-mob);
    height: 550vw;
    padding-left: 7vw;
    padding-right: 7vw;
  }

  .section.location {
    border-bottom-left-radius: var(--section-corner-mob);
    border-bottom-right-radius: var(--section-corner-mob);
    height: 280vw;
    padding-left: 7vw;
    padding-right: 7vw;
  }

  .nav {
    height: 20vw;
    min-height: 20vw;
  }

  .hero-heading {
    width: 75vw;
    font-size: 16vw;
    bottom: 18vh;
    left: 7vw;
  }

  .hero-heading.fac2, .hero-heading.orient-prog {
    font-size: 14vw;
  }

  .logo.footer {
    padding-left: 0;
  }

  .logo.head {
    padding-left: 7.5vw;
    padding-right: 7vw;
  }

  .nav-link.hero.click.last, .nav-link.hero.click.two, .nav-link.hero.one {
    font-size: 8vw;
  }

  .logo-img, .logo-img.black {
    width: 40vw;
  }

  .logo-img.preload.out, .logo-img.preload.in {
    width: 39vw;
    height: 10vw;
  }

  .shape-4 {
    top: 30.7em;
  }

  .background-noise-new.prog {
    width: 80vw;
    min-width: 80vw;
    max-width: 80vw;
    height: 100vw;
    min-height: 100vw;
    max-height: 100vw;
  }

  .arrows-wrap {
    pointer-events: none;
    width: 84vw;
    height: 50vh;
    top: 20vw;
    left: 7vw;
    right: 7vw;
  }

  .video-wrap.footer {
    height: 208vw;
  }

  .nav-link-line.slider {
    height: 4vw;
    margin-right: 2vw;
  }

  .video-univ {
    z-index: -1;
  }

  .video-univ-wrap {
    z-index: 1;
    border-bottom-right-radius: 8vw;
    border-bottom-left-radius: 8vw;
    overflow: hidden;
  }

  .section-wrap.footer {
    height: 160vw;
  }

  .section-wrap.fac-pic {
    height: 50vh;
  }

  .section-spacer.studying {
    height: 545vw;
  }

  .section-spacer.faculty {
    height: 472vw;
  }

  .section-spacer.news {
    height: 225vw;
  }

  .section-spacer.email {
    height: 303vw;
  }

  .section-spacer.email.fac2 {
    height: 322vw;
  }

  .section-spacer.research {
    height: 490vw;
  }

  .section-spacer.programs {
    height: 270vw;
  }

  .section-spacer.fac-pic {
    height: 120vw;
    margin-top: -50vh;
  }

  .section-spacer.people {
    height: 232vw;
  }

  .section-spacer.science {
    height: 417vw;
  }

  .section-spacer.events {
    height: 456vw;
  }

  .section-spacer.fairs {
    height: 300vw;
  }

  .section-spacer.campus {
    height: 235vw;
  }

  .section-spacer.staff {
    height: 542vw;
  }

  .section-spacer.location {
    height: 280vw;
  }

  .section-spacer.legal {
    height: 770vw;
  }

  .h3-heading.studing, .h3-heading.research {
    margin-bottom: 8vw;
    font-size: 15vw;
  }

  .h3-heading.program {
    max-width: none;
    margin-bottom: 8vw;
    font-size: 15vw;
  }

  .h3-heading.science {
    margin-bottom: 8vw;
    font-size: 15vw;
  }

  .h3-heading.fairs {
    margin-bottom: 8vw;
    font-size: 16vw;
  }

  .h3-heading.location {
    margin-bottom: 12vw;
    font-size: 16vw;
  }

  .h3-heading.legal {
    max-width: 80vw;
    margin-bottom: 12vw;
    font-size: 16vw;
  }

  .section-cont.faculty, .section-cont.news {
    margin-top: 40vw;
  }

  .section-cont.footer {
    margin-bottom: 16vw;
  }

  .section-cont.studying {
    margin-top: 40vw;
  }

  .section-cont.email {
    flex-direction: column;
    align-items: center;
    margin-top: 80vw;
  }

  .section-cont.email.fac2 {
    margin-top: 123vw;
  }

  .section-cont.research, .section-cont.program {
    margin-top: 40vw;
  }

  .section-cont.people {
    margin-top: 33vw;
  }

  .section-cont.science {
    flex-direction: column;
    margin-top: 40vw;
  }

  .section-cont.events {
    margin-top: 44vw;
  }

  .section-cont.fairs {
    margin-top: 40vw;
  }

  .section-cont.campus {
    margin-top: 36vw;
  }

  .section-cont.staff {
    margin-top: 40vw;
  }

  .section-cont.location {
    margin-top: 50vw;
  }

  .section-descr.faculty {
    width: 100%;
    margin-bottom: 12vw;
    font-size: 4.5vw;
    line-height: 130%;
  }

  .section-descr.studying {
    margin-bottom: 12vw;
    font-size: 4.5vw;
    line-height: 130%;
  }

  .section-descr.slider {
    font-size: 4vw;
    line-height: 130%;
  }

  .section-descr.press-text {
    margin-bottom: 1vw;
    font-size: 5vw;
  }

  .section-descr.press-date {
    font-size: 5vw;
  }

  .section-descr.press-long {
    width: 90%;
    max-width: 90%;
    margin-top: 0;
    margin-bottom: 4vw;
    font-size: 7vw;
  }

  .section-descr.footer-mail {
    width: 100%;
    margin-bottom: 4vw;
    font-size: 6vw;
  }

  .section-descr.research {
    width: 80vw;
    font-size: 4.5vw;
    line-height: 130%;
  }

  .section-descr.program {
    width: 80vw;
    margin-bottom: 13vw;
    font-size: 4.5vw;
    line-height: 130%;
  }

  .section-descr.people {
    width: 100%;
    margin-bottom: 9vw;
    font-size: 4.5vw;
    line-height: 170%;
  }

  .section-descr.science {
    width: 90vw;
    font-size: 4.5vw;
  }

  .section-descr.science.events {
    width: auto;
    margin-bottom: 11vw;
  }

  .section-descr.science.staff-role {
    border-radius: 0;
    max-width: 37vw;
  }

  .section-descr.fairs {
    font-size: 4.5vw;
  }

  .section-descr.legal.update-date {
    margin-bottom: 6vw;
    font-size: 4.5vw;
    line-height: 130%;
  }

  .section-descr.legal.privacy {
    font-size: 4.5vw;
    line-height: 130%;
  }

  .studying-points-grid {
    flex-direction: column;
    justify-content: flex-start;
    display: flex;
  }

  .studying-point {
    align-items: center;
    padding-bottom: 8vw;
    padding-left: 0;
    padding-right: 0;
  }

  .studying-point.bottom {
    padding-bottom: 8vw;
  }

  .studying-point.bottom.right, .studying-point.right {
    padding-left: 0;
  }

  .studying-point-name {
    width: 100%;
    margin-bottom: 4vw;
    font-size: 7vw;
  }

  .studying-point-name.staff-name {
    max-width: 29vw;
    margin-bottom: 2vw;
  }

  .studying-point-name.location-address {
    margin-bottom: 8vw;
    line-height: 140%;
  }

  .studying-point-text {
    font-size: 4vw;
    line-height: 130%;
  }

  .studying-point-text.press, .studying-point-text.press._3 {
    max-width: none;
  }

  .arrow-black-hor-left, .arrow-black-hor-right, .arrow-black-vert-up, .arrow-black-vert-down {
    display: none;
  }

  .h2-heading.facullty {
    margin-bottom: 8vw;
    font-size: 16vw;
  }

  .h2-heading.news {
    margin-bottom: 9vw;
    font-size: 16vw;
  }

  .h2-heading.people {
    margin-bottom: 10vw;
    font-size: 16vw;
  }

  .h2-heading.campus {
    font-size: 16vw;
  }

  .faculty-slider {
    height: 120vw;
    margin-bottom: 15vw;
  }

  .facilty-slide {
    border-radius: 6vw;
    margin-right: 6vw;
  }

  .faculty-link {
    background-image: linear-gradient(#0000000d, #0000000d 40%, #00000080);
    padding: 5vw;
  }

  .faculty-slider-bottom {
    height: 100%;
    position: relative;
  }

  .slider-heading {
    margin-bottom: 4vw;
    font-size: 9vw;
    line-height: 120%;
  }

  .slider-label {
    border-radius: 100vw;
    height: 12vw;
    padding: 3vw 5vw;
    position: absolute;
  }

  .slider-arrow, .slider-arrow.left {
    display: none;
  }

  .slider-arrow.bottom {
    width: 12vw;
    min-width: 12vw;
    height: 12vw;
    display: flex;
    position: absolute;
    top: 0;
    bottom: auto;
    right: 0;
  }

  .slider-arrow.news {
    width: 12vw;
    height: 12vw;
    display: flex;
  }

  .slider-arrow.news.left {
    right: 15vw;
  }

  .slider-arrow-icon {
    width: 6vw;
  }

  .slider-arrow-icon.left.hide, .slider-arrow-icon.hide {
    display: none;
  }

  .text-mid-size {
    font-size: 4vw;
    line-height: 130%;
    top: .2vw;
  }

  .faculty-tabs-menu {
    margin-bottom: 10vw;
    left: -3vw;
  }

  .faculty-tab {
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .faculty-tabs-content {
    padding-left: 0;
  }

  .faculty-tab-wrap {
    flex-direction: column;
  }

  .fac-tab-column, .fac-tab-column._1a {
    margin-bottom: 10vw;
    margin-right: 0;
  }

  .fac-tab-column._1b {
    margin-right: 0;
  }

  .fac-tab-pic-wrap {
    border-radius: 6vw;
    height: 60vw;
    margin-bottom: 6vw;
  }

  .fab-text {
    font-size: 4vw;
    line-height: 130%;
  }

  .fab-text.legal.cookie {
    margin-bottom: 4vw;
  }

  .fab-text.contact {
    max-width: none;
    margin-bottom: 6vw;
  }

  .faculty-tab-text {
    font-size: 4vw;
  }

  .news-slider {
    height: auto;
  }

  .news-top {
    flex-direction: column;
    margin-bottom: 8vw;
  }

  .news-pic-wrap {
    border-radius: 6vw;
    height: 60vw;
  }

  .news-left {
    width: auto;
    margin-bottom: 8vw;
  }

  .news-center {
    max-width: none;
  }

  .footer-top {
    margin-bottom: 16vw;
    display: none;
  }

  .footer-center {
    flex-direction: column-reverse;
    margin-bottom: 16vw;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-center-left, .footer-mail-form, .footer-form {
    width: 100%;
  }

  .footer-mail-input {
    width: 90%;
    height: 12vw;
    font-size: 4vw;
    line-height: 130%;
  }

  .submit-button {
    width: 10%;
  }

  .mail-btn-wrap {
    align-items: center;
    width: 10%;
    min-width: 10%;
  }

  .mail-arrow {
    width: 6vw;
    min-width: 6vw;
  }

  .footer-center-right {
    width: 100%;
    margin-top: 0;
    margin-bottom: 18vw;
  }

  .footer-columns-wrap {
    max-width: none;
  }

  .footer-columns-wrap.menu {
    flex-direction: column;
  }

  .footer-column {
    width: 100%;
    margin-bottom: 6vw;
  }

  .footer-column.menu {
    margin-bottom: 6vw;
  }

  .footer-column.menu._2nd {
    margin-bottom: 14vw;
  }

  .footer-column._2 {
    margin-bottom: 0;
  }

  .footer-link {
    margin-bottom: 3vw;
  }

  .footer-link-text {
    font-size: 4vw;
    line-height: 130%;
  }

  .social-wrap.menu {
    top: -16vw;
  }

  .footrt-social {
    width: 10vw;
    height: 10vw;
  }

  .social-icon {
    width: 5vw;
  }

  .copyright {
    margin-bottom: 5vw;
    font-size: 4vw;
    line-height: 130%;
  }

  .footer-bottom-right {
    width: 100%;
  }

  .amixtra-text {
    margin-right: 2vw;
    font-size: 4vw;
    line-height: 130%;
  }

  .amixtra-img {
    width: 17vw;
  }

  .nav-bg {
    width: 92vw;
    height: 12vw;
  }

  .nav-cont {
    align-items: center;
  }

  .dropdown-list.w--open {
    width: 100%;
    padding-top: 2vw;
    padding-bottom: 3vw;
  }

  .dropdown-link {
    padding-top: 1.5vw;
    padding-bottom: 1.5vw;
  }

  .page-load-cont {
    display: none;
  }

  .logo-preload-wrap {
    height: 10vw;
  }

  .dl-slash {
    margin-right: 2vw;
    font-size: 4vw;
  }

  .dl-text {
    font-size: 4vw;
  }

  .error-message {
    margin-top: 1vw;
  }

  .text-block {
    text-align: left;
    height: auto;
    font-size: 4vw;
    line-height: 140%;
  }

  .error-text {
    font-size: 4vw;
    line-height: 130%;
  }

  .section-anim-trigger.footer {
    display: none;
    bottom: -150vw;
  }

  .faculty-img {
    height: 130vw;
  }

  .fac-tab-img, .fac-tab-img._1b {
    height: 90vw;
  }

  .faculty-tab-slash {
    font-size: 4vw;
  }

  .news-img._1, .news-img._2, .news-img._3 {
    height: 90vw;
  }

  .gr-lottie._1 {
    width: 50vw;
    height: 50vw;
    margin-left: 0;
    position: relative;
  }

  .gr-lottie._2, .gr-lottie._3, .gr-lottie._4 {
    width: 50vw;
    height: 50vw;
    position: relative;
    top: auto;
    left: auto;
  }

  .icon-cont {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50vw;
    margin-bottom: 5vw;
    display: flex;
  }

  .lottie-circles {
    z-index: 0;
    width: 145vw;
    bottom: -54.1vw;
    right: -47vw;
  }

  .burger-icon {
    width: 6vw;
  }

  .menu-btn {
    height: 100%;
    padding-left: 9vw;
    padding-right: 9vw;
  }

  .nav-links-list {
    padding-left: 4vw;
    top: 25vw;
  }

  .lottie-menu {
    width: 120vw;
    height: 120vw;
    bottom: -11%;
    right: -40%;
  }

  .close-icon {
    width: 6vw;
  }

  .fac-hero {
    border-bottom-left-radius: var(--section-corner-mob);
    border-bottom-right-radius: var(--section-corner-mob);
    margin-top: -50vh;
  }

  .fac-hero.legal {
    height: 770vw;
    margin-top: -50vh;
    padding-top: 80vw;
    padding-left: 7vw;
    padding-right: 7vw;
  }

  .email-lottie {
    width: 80%;
    position: absolute;
    top: -86.1vw;
    left: auto;
  }

  .email-lottie.fac2 {
    top: 30vw;
  }

  .email-lottie.fac3 {
    z-index: 0;
    top: -114.7vw;
  }

  .email-text-wrap {
    max-width: none;
  }

  .email-heading {
    margin-bottom: 12vw;
    font-size: 9.6vw;
    line-height: 110%;
  }

  .email-heading.fac3 {
    max-width: none;
    position: relative;
  }

  .email-heading.events {
    margin-bottom: 8vw;
    font-size: 15vw;
  }

  .email-heading.staff {
    max-width: none;
  }

  .email-sm-text-wrap {
    flex-direction: column;
  }

  .text-20px.email {
    margin-right: 0;
    font-size: 4vw;
    line-height: 130%;
  }

  .text-20px.email.last {
    margin-top: 8vw;
    margin-bottom: 10vw;
  }

  .text-20px.pr-modal-degree, .text-20px.pr-modal-descr, .text-20px.pr-slash {
    font-size: 4vw;
    line-height: 130%;
  }

  .text-20px.form-label {
    margin-bottom: 1.5vw;
    font-size: 4vw;
    line-height: 130%;
  }

  .text-20px.form-label.success {
    text-align: center;
    max-width: none;
    margin-bottom: 10vw;
    font-size: 4vw;
    line-height: 150%;
  }

  .text-20px.science-block-text {
    margin-bottom: 10vw;
    font-size: 4vw;
    line-height: 130%;
  }

  .text-20px.event-descr {
    max-width: none;
    font-size: 4vw;
    line-height: 130%;
  }

  .text-20px.campus {
    max-width: none;
    margin-bottom: 8vw;
    font-size: 4vw;
    line-height: 130%;
  }

  .email-link-wrap {
    height: 4vw;
  }

  .email-link-wrap.campus-mail {
    margin-bottom: 6vw;
    margin-right: 10vw;
  }

  .email-link-wrap.location {
    margin-left: 4vw;
    margin-right: 4vw;
  }

  .email-link {
    font-size: 4vw;
    line-height: 130%;
  }

  .email-link.people {
    font-size: 4.5vw;
    line-height: 120%;
  }

  .email-link.location {
    font-size: 4vw;
  }

  .email-link-line._2 {
    height: .5px;
    top: 5vw;
  }

  .email-link-line._2.location {
    top: 5.5vw;
  }

  .email-link-line._1 {
    height: .5px;
    top: 5vw;
  }

  .email-link-line._1.location {
    top: 5.5vw;
  }

  .research-points {
    flex-direction: column;
  }

  .research-point._1, .research-point._2 {
    align-items: center;
    margin-bottom: 12vw;
    padding-top: 93vw;
  }

  .research-point._3 {
    align-items: center;
    padding-top: 93vw;
  }

  .text-60px.research-head {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 9vw;
    position: absolute;
    top: 36.7vw;
  }

  .text-60px.program-tab-text {
    font-size: 6vw;
  }

  .text-60px.program-tab-slash {
    margin-right: 1vw;
    font-size: 6vw;
  }

  .text-60px.pr-modal-name {
    max-width: none;
    margin-bottom: 5vw;
    font-size: 9vw;
  }

  .text-60px.science-block-head {
    margin-bottom: 6vw;
    font-size: 8.7vw;
    line-height: 110%;
  }

  .text-60px.event-head {
    margin-bottom: 4vw;
    font-size: 8.4vw;
    line-height: 110%;
  }

  .text-60px.legal {
    max-width: none;
    margin-bottom: 6vw;
    font-size: 8.4vw;
  }

  .text-60px.contact {
    margin-bottom: 8vw;
    font-size: 8.4vw;
    line-height: 110%;
  }

  .text-28px.research-text {
    text-align: center;
    max-width: 60vw;
    font-size: 4.5vw;
    line-height: 130%;
  }

  .research-lottie {
    width: 83vw;
    left: auto;
  }

  .research-lottie._1 {
    width: 118vw;
    inset: -19.7vw auto auto -16.1vw;
  }

  .program-tabs-menu {
    margin-bottom: 10vw;
  }

  .program-tab {
    padding-right: 5.5vw;
  }

  .program-card {
    border-radius: 6vw;
    margin-right: 6vw;
    padding: 5vw;
  }

  .text-40px.program-name {
    width: 80%;
    font-size: 7vw;
    line-height: 120%;
    bottom: 5vw;
    left: 5vw;
  }

  .text-40px.email-form {
    width: 65vw;
    margin-bottom: 8vw;
    font-size: 7vw;
    line-height: 110%;
  }

  .mask {
    width: 100%;
  }

  .programs-slider {
    height: 100vw;
  }

  .modal-wrap {
    align-items: flex-start;
    display: none;
  }

  .modal-window {
    border-radius: 0;
    flex-direction: column;
    justify-content: flex-start;
    width: 100vw;
    min-height: 100vh;
    padding: 15vw 7vw;
  }

  .pr-modal-item {
    max-width: 100%;
  }

  .pr-modal-degree-wrap {
    margin-bottom: 5vw;
  }

  .form.email, .form.program {
    width: 100%;
  }

  .modal-field {
    border-radius: 2vw;
    height: 15vw;
    margin-bottom: 4vw;
    padding: 4vw;
    font-size: 4vw;
  }

  .modal-field.area {
    height: 40vw;
    margin-bottom: 2vw;
  }

  .text-sm-form {
    margin-bottom: 6vw;
    font-size: 3vw;
    line-height: 140%;
  }

  .pr-modal-btn {
    border-radius: 0;
    height: 15vw;
    font-size: 4vw;
  }

  .modal-close-btn-wrap {
    z-index: 999;
    width: 20vw;
    height: 20vw;
    position: fixed;
  }

  .modal-close-icon {
    width: 6vw;
  }

  .pr-modal-text-item-wrap {
    margin-bottom: 10vw;
  }

  .fac-img {
    background-position: 50%;
  }

  .fac-img.fac2 {
    background-position: 100%;
  }

  .close-bg {
    opacity: 1;
    width: 13vw;
    height: 13vw;
  }

  .close-bg.dark {
    opacity: 1;
  }

  .gradient-prog {
    border-radius: 6vw;
    width: 80vw;
  }

  .modal-btn-wrap {
    border-radius: 2vw;
    height: 15vw;
  }

  .modal-success-wrap {
    margin-top: 5vw;
  }

  .modal-lottie-wrap {
    width: 60vw;
    height: 60vw;
  }

  .modal-check {
    width: 10vw;
  }

  .modal-check.email {
    margin-bottom: 6vw;
  }

  .email-modal-wrap {
    align-items: flex-start;
    display: none;
  }

  .email-modal-window {
    border-radius: 0;
    flex-direction: column;
    justify-content: flex-start;
    width: 100vw;
    height: 100%;
    min-height: 100vh;
  }

  .email-modal-left {
    align-items: center;
    padding-top: 20vw;
    padding-bottom: 15vw;
  }

  .email-modal-right {
    height: 100%;
    min-height: 50vw;
    overflow: hidden;
  }

  .hero-gradient {
    height: 40vw;
  }

  .people-content-wrap {
    flex-direction: column-reverse;
  }

  .people-img-wrap {
    border-radius: 6vw;
    width: 100%;
    height: 60vw;
  }

  .people-text-wrap {
    max-width: none;
    margin-bottom: 14vw;
  }

  .people-img {
    height: 70vw;
  }

  .lottie-people {
    width: 150vw;
    bottom: -44.4vw;
    right: -64.7vw;
  }

  .science-right {
    max-width: none;
  }

  .science-block {
    margin-bottom: 20vw;
  }

  .science-lottie {
    width: 24vw;
    margin-bottom: 8vw;
  }

  .science-sticky {
    padding-top: 0;
  }

  .event-block {
    border-radius: 6vw;
  }

  .event-img-wrap {
    height: 50vw;
  }

  .event-text-wrap {
    padding: 8vw 5vw;
  }

  .event-img-2 {
    height: 90vw;
  }

  .fairs-wrap {
    flex-direction: column;
  }

  .fairs-img-wrap {
    border-radius: 6vw;
    align-items: center;
    height: 70vw;
    margin-bottom: 7vw;
    margin-right: 0;
    display: flex;
  }

  .fairs-img {
    height: 140vw;
  }

  .fairs-row {
    padding-top: 6vw;
    padding-bottom: 6vw;
  }

  .fairs-bullet {
    width: 2vw;
    min-width: 2vw;
    max-width: 2vw;
    height: 2vw;
    min-height: 2vw;
    max-height: 2vw;
    margin-right: 4vw;
  }

  .fairs-bullet.legal {
    margin-top: 2vw;
  }

  .fairs-lottie {
    width: 110vw;
    bottom: -64.1vw;
    right: -32.7vw;
  }

  .campust-text-wrap {
    flex-direction: column;
  }

  .campus-links {
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
  }

  .campus-img-wrap {
    border-radius: 6vw;
    height: 70vw;
  }

  .campus-img {
    height: 90vw;
  }

  .staff-tabs-menu {
    padding-top: 6vw;
    padding-bottom: 6vw;
  }

  .staff-tab-link {
    margin-bottom: 2vw;
  }

  .staff-tab-text {
    text-align: center;
    padding: 4vw 5vw;
    font-size: 4vw;
  }

  .staff-list {
    grid-column-gap: 6vw;
    grid-row-gap: 8vw;
    grid-template-columns: 1fr 1fr;
  }

  .staff-img-wrap {
    border-radius: 6vw;
    margin-bottom: 4vw;
  }

  .location-info-wrap, .location-divider {
    margin-bottom: 12vw;
  }

  .location-images {
    flex-direction: column-reverse;
    height: auto;
  }

  .location-img-wrap {
    border-radius: 6vw;
    height: 60vw;
    margin-bottom: 0;
    margin-right: 0;
  }

  .map-wrap {
    border-radius: 6vw;
    height: 60vw;
    margin-bottom: 6vw;
  }

  .marker-pin {
    width: 10vw;
  }

  .location-lottie {
    width: 90vw;
    top: -41.4vw;
    right: -46.5vw;
  }

  .legal-text-wrap {
    max-width: none;
  }

  .legal-block.last {
    margin-bottom: 13vw;
  }

  .cookie-row {
    margin-bottom: 3vw;
  }

  .contact-us-block {
    border-radius: 6vw;
    padding: 12vw 7vw 50vw;
  }

  .contact-lottie {
    width: 120vw;
    top: auto;
    bottom: -63.3vw;
    right: -19.6vw;
  }

  .anchor-legal {
    top: -30vw;
  }
}

#w-node-_976122f9-122f-30af-ad5a-e17a85a054aa-13788e5a, #w-node-cdeebb38-282b-c708-eeaa-18f6d46cb5e3-13788e5a, #w-node-_3b074c6e-7de8-8272-edf3-6bc4ce110cfc-13788e5a, #w-node-_5da3b5be-4e96-aadd-2242-d7cc6c344693-13788e5a, #w-node-a1435b17-64a7-a006-a4db-b84cf411daf0-13788e5a, #w-node-_976122f9-122f-30af-ad5a-e17a85a054aa-13788e5f, #w-node-cdeebb38-282b-c708-eeaa-18f6d46cb5e3-13788e5f, #w-node-_3b074c6e-7de8-8272-edf3-6bc4ce110cfc-13788e5f, #w-node-_5da3b5be-4e96-aadd-2242-d7cc6c344693-13788e5f, #w-node-a1435b17-64a7-a006-a4db-b84cf411daf0-13788e5f, #w-node-_976122f9-122f-30af-ad5a-e17a85a054aa-13788e61, #w-node-cdeebb38-282b-c708-eeaa-18f6d46cb5e3-13788e61, #w-node-_3b074c6e-7de8-8272-edf3-6bc4ce110cfc-13788e61, #w-node-_5da3b5be-4e96-aadd-2242-d7cc6c344693-13788e61, #w-node-a1435b17-64a7-a006-a4db-b84cf411daf0-13788e61 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Lausanne';
  src: url('../fonts/Lausanne-400Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lausanne';
  src: url('../fonts/Lausanne-800.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lausanne';
  src: url('../fonts/Lausanne-800Italic.otf') format('opentype');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lausanne';
  src: url('../fonts/Lausanne-300Italic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lausanne';
  src: url('../fonts/Lausanne-600.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lausanne';
  src: url('../fonts/Lausanne-300.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lausanne';
  src: url('../fonts/Lausanne-600Italic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lausanne';
  src: url('../fonts/Lausanne-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}