.bg-green {
  background-color: #519EA2;
}

.bg-darkgreen {
  background-color: #336166;
}

.bg-lightgreen {
  background-color: #43D8B4;
}

.bg-blue {
  background-color: #96E0EF;
}

.bg-yellow {
  background-color: #E4E756;
}

.bg-white {
  background-color: white;
}

:root {
  --grey: #A6A0A0;
  --black: black;
  --general: #EAEAEA;
  --fashion_design: #BC7B08;
  --interior_design: #004CFF;
  --film_tv: #fd3d00;
  --interior_architecture: #F4FF81;
  --photography: #d5abfe;
  --design_communication: #bdffc3;
}

@-webkit-keyframes new_grad {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes new_grad {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.grad_anim, figure figcaption, .unit--course, .unit--color, .unit--portrait {
  background-color: var(--course_color);
  color: var(--course_color_2);
  /* border: 1px solid var(--course_color); */
}
.grad_anim:hover, figure figcaption:hover, .unit--course:hover, .unit--color:hover, .unit--portrait:hover {
  background-color: black;
  color: var(--course_color);
  /* border: 1px solid var(--course_color); */
}

.text_grad, .unit--image_name h3, .row--graduate-header .unit--first h2, .row--graduate-header .unit--first h3, .row--graduate-header .unit--last h2, .row--graduate-header .unit--last h3, .row--graduate-header .unit--last ul a, .row--graduate-header .unit--last ul li {
  background-color: var(--course_color);
  background-image: linear-gradient(90deg, var(--course_color) 0%, var(--course_color_2) 100%);
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
}

.all-default path.a {
  fill: #000000;
}
.all-default .b {
  fill: #000000;
}
.all-default .c {
  fill: #000000;
}
.all-default .d {
  fill: #000000;
}
.all-default .e {
  fill: #000000;
}
.all-default .f {
  fill: #000000;
}
.all-default .g {
  fill: #000000;
}

.all-general .a, .all-general .b, .all-general .c, .all-general .d, .all-general .e, .all-general .f, .all-general .g {
  fill: #D6D6D6;
}
.all-fashion-design .a, .all-fashion-design .b, .all-fashion-design .c, .all-fashion-design .d, .all-fashion-design .e, .all-fashion-design .f, .all-fashion-design .g {
  fill: #BC7B08;
}
.all-film-tv .a, .all-film-tv .b, .all-film-tv .c, .all-film-tv .d, .all-film-tv .e, .all-film-tv .f, .all-film-tv .g {
  fill: #fd3d00;
}
.all-interior-architecture-and-design .a, .all-interior-architecture-and-design .b, .all-interior-architecture-and-design .c, .all-interior-architecture-and-design .d, .all-interior-architecture-and-design .e, .all-interior-architecture-and-design .f, .all-interior-architecture-and-design .g {
  fill: #004CFF;
}
.all-interior-architecture .a, .all-interior-architecture .b, .all-interior-architecture .c, .all-interior-architecture .d, .all-interior-architecture .e, .all-interior-architecture .f, .all-interior-architecture .g {
  fill: #F4FF81;
}
.all-photographic-media .a, .all-photographic-media .b, .all-photographic-media .c, .all-photographic-media .d, .all-photographic-media .e, .all-photographic-media .f, .all-photographic-media .g {
  fill: #d5abfe;
}
.all-graphic-communication-design .a, .all-graphic-communication-design .b, .all-graphic-communication-design .c, .all-graphic-communication-design .d, .all-graphic-communication-design .e, .all-graphic-communication-design .f, .all-graphic-communication-design .g {
  fill: #bdffc3;
}

@media only screen and (min-width: 1000px) {
  .col-1 {
    width: 6.25%;
  }

  .off-1 {
    margin-left: 6.25%;
  }
}
@media only screen and (min-width: 1000px) {
  .col-2 {
    width: 12.5%;
  }

  .off-2 {
    margin-left: 12.5%;
  }
}
@media only screen and (min-width: 1000px) {
  .col-3 {
    width: 18.75%;
  }

  .off-3 {
    margin-left: 18.75%;
  }
}
@media only screen and (min-width: 1000px) {
  .col-4 {
    width: 25%;
  }

  .off-4 {
    margin-left: 25%;
  }
}
@media only screen and (min-width: 1000px) {
  .col-5 {
    width: 31.25%;
  }

  .off-5 {
    margin-left: 31.25%;
  }
}
@media only screen and (min-width: 1000px) {
  .col-6 {
    width: 37.5%;
  }

  .off-6 {
    margin-left: 37.5%;
  }
}
@media only screen and (min-width: 1000px) {
  .col-7 {
    width: 43.75%;
  }

  .off-7 {
    margin-left: 43.75%;
  }
}
@media only screen and (min-width: 1000px) {
  .col-8 {
    width: 50%;
  }

  .off-8 {
    margin-left: 50%;
  }
}
@media only screen and (min-width: 1000px) {
  .col-9 {
    width: 56.25%;
  }

  .off-9 {
    margin-left: 56.25%;
  }
}
@media only screen and (min-width: 1000px) {
  .col-10 {
    width: 62.5%;
  }

  .off-10 {
    margin-left: 62.5%;
  }
}
@media only screen and (min-width: 1000px) {
  .col-11 {
    width: 68.75%;
  }

  .off-11 {
    margin-left: 68.75%;
  }
}
@media only screen and (min-width: 1000px) {
  .col-12 {
    width: 75%;
  }

  .off-12 {
    margin-left: 75%;
  }
}
@media only screen and (min-width: 1000px) {
  .col-13 {
    width: 81.25%;
  }

  .off-13 {
    margin-left: 81.25%;
  }
}
@media only screen and (min-width: 1000px) {
  .col-14 {
    width: 87.5%;
  }

  .off-14 {
    margin-left: 87.5%;
  }
}
@media only screen and (min-width: 1000px) {
  .col-15 {
    width: 93.75%;
  }

  .off-15 {
    margin-left: 93.75%;
  }
}
@media only screen and (min-width: 1000px) {
  .col-16 {
    width: 100%;
  }

  .off-16 {
    margin-left: 100%;
  }
}
* {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
  text-decoration: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

html, body, svg {
  height: 100%;
}

body {
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

li {
  list-style-type: none;
}

input {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

h1, h2, h3, .row--graduate-header .unit--last ul a, .row--graduate-header .unit--last ul li, h4, h5, h6, p, span, address, li, blockquote {
  margin: 0;
  padding: 0;
}

::-moz-selection {
  background: #1a1a1a;
  color: white;
}

::selection {
  background: #1a1a1a;
  color: white;
}

.actions {
  margin: 0px;
  padding: 0px;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  z-index: 100;
}
.actions li {
  margin: 0px;
  padding: 0px;
  line-height: 1em;
}
.actions li a {
  margin: 0px;
  padding: 5px 10px 6px 10px;
  background-color: yellow;
  font-size: 14px;
  text-transform: uppercase;
  color: black;
  line-height: 1;
}
.actions li a:hover {
  background-color: white;
}

.cookie {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 100;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  transition: transform cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s;
  padding: 10px 20px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  background-color: white;
  width: 90%;
}
@media only screen and (min-width: 1000px) {
  .cookie {
    width: auto;
  }
}
.cookie p, .cookie a {
  text-transform: uppercase;
  margin-bottom: 0;
}
.cookie a {
  margin-left: 4em;
  cursor: pointer;
}
.cookie.hidden {
  transform: translate(-250%, 250%);
}

img {
  display: block;
  width: 100%;
}

@font-face {
  font-family: "ABC";
  src: url("/assets/fonts/Hauser-60Regular.woff2") format("woff2"), url("/assets/fonts/Hauser-60Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}
.sans, .strips .strip_header, h4, h3, .row--graduate-header .unit--last ul a, .row--graduate-header .unit--last ul li, h3 p, .row--graduate-header .unit--last ul a p, .row--graduate-header .unit--last ul li p, h2, h2 p, h1, .actions li a, .cookie {
  font-family: "ABC";
  text-transform: uppercase;
}

.serif, .nav__button, .t-caption, .t-subheading {
  font-family: "Inter", sans-serif;
}

.serif-display, .t-body, .t-button {
  font-family: "TimesNow";
}

.bold, h1, strong {
  font-weight: 700;
}

.regular, h2, h2 p, body {
  font-weight: 400;
}

.italic {
  font-style: italic;
}

.caps {
  text-transform: uppercase;
}

.leading, h6, h5, h4, h3, .row--graduate-header .unit--last ul a, .row--graduate-header .unit--last ul li, h3 p, .row--graduate-header .unit--last ul a p, .row--graduate-header .unit--last ul li p, h2, h2 p, h1, .t-nav, body {
  line-height: 1.3em;
}

.leading-loose, .t-small, .cookie p, .cookie a, p, address {
  line-height: 1.5em;
}

body {
  font-family: sans-serif;
  /* background-color: black; */
  font-size: 14px;
}
@media screen and (min-width: 720px) {
  body {
    font-size: calc(0.462962963vw + 10.6666666667px);
  }
}
@media screen and (min-width: 1800px) {
  body {
    font-size: 19px;
  }
}

p, address {
  font-size: 14px;
  margin-bottom: 1em;
}
@media screen and (min-width: 720px) {
  p, address {
    font-size: calc(0.462962963vw + 10.6666666667px);
  }
}
@media screen and (min-width: 1800px) {
  p, address {
    font-size: 19px;
  }
}

p a {
  color: inherit;
  border-bottom: 1px solid black;
}
p a:hover {
  border-bottom: 0;
}

.t-nav {
  font-size: 15px;
  font-weight: 300;
}
@media screen and (min-width: 720px) {
  .t-nav {
    font-size: calc(0vw + 15px);
  }
}
@media screen and (min-width: 1800px) {
  .t-nav {
    font-size: 15px;
  }
}

.t-small, .cookie p, .cookie a {
  font-size: 13px;
}
@media screen and (min-width: 720px) {
  .t-small, .cookie p, .cookie a {
    font-size: calc(0vw + 13px);
  }
}
@media screen and (min-width: 1800px) {
  .t-small, .cookie p, .cookie a {
    font-size: 13px;
  }
}

.t-subheading {
  font-size: 30px;
  letter-spacing: -0.03em;
  line-height: 1.2;
}
@media screen and (min-width: 720px) {
  .t-subheading {
    font-size: calc(0.9259259259vw + 23.3333333333px);
  }
}
@media screen and (min-width: 1800px) {
  .t-subheading {
    font-size: 40px;
  }
}

.t-button {
  font-size: 25px;
  line-height: 1;
  letter-spacing: -0.04em;
}
@media screen and (min-width: 720px) {
  .t-button {
    font-size: calc(0.9259259259vw + 18.3333333333px);
  }
}
@media screen and (min-width: 1800px) {
  .t-button {
    font-size: 35px;
  }
}

.t-body {
  font-size: 18px;
  line-height: 1.3;
}
@media screen and (min-width: 720px) {
  .t-body {
    font-size: calc(1.1111111111vw + 10px);
  }
}
@media screen and (min-width: 1800px) {
  .t-body {
    font-size: 30px;
  }
}

.t-caption {
  font-size: 14px;
  line-height: 1.3;
}
@media screen and (min-width: 720px) {
  .t-caption {
    font-size: calc(0.3703703704vw + 11.3333333333px);
  }
}
@media screen and (min-width: 1800px) {
  .t-caption {
    font-size: 18px;
  }
}

h1, h2, h3, .row--graduate-header .unit--last ul a, .row--graduate-header .unit--last ul li, h4, h5, h6 {
  font-weight: normal;
}

h1 {
  font-size: 28px;
}
@media screen and (min-width: 720px) {
  h1 {
    font-size: calc(2.962962963vw + 6.6666666667px);
  }
}
@media screen and (min-width: 1800px) {
  h1 {
    font-size: 60px;
  }
}

h2, h2 p {
  font-size: 20px;
  margin-bottom: 0.5em;
  letter-spacing: -0.04em;
}
@media screen and (min-width: 720px) {
  h2, h2 p {
    font-size: calc(1.1111111111vw + 12px);
  }
}
@media screen and (min-width: 1800px) {
  h2, h2 p {
    font-size: 32px;
  }
}
@media only screen and (min-width: 1000px) {
  h2, h2 p {
    margin-bottom: 1em;
  }
}

h3, .row--graduate-header .unit--last ul a, .row--graduate-header .unit--last ul li, h3 p, .row--graduate-header .unit--last ul a p, .row--graduate-header .unit--last ul li p {
  font-size: 20px;
  letter-spacing: -0.03em;
}
@media screen and (min-width: 720px) {
  h3, .row--graduate-header .unit--last ul a, .row--graduate-header .unit--last ul li, h3 p, .row--graduate-header .unit--last ul a p, .row--graduate-header .unit--last ul li p {
    font-size: calc(1.1111111111vw + 12px);
  }
}
@media screen and (min-width: 1800px) {
  h3, .row--graduate-header .unit--last ul a, .row--graduate-header .unit--last ul li, h3 p, .row--graduate-header .unit--last ul a p, .row--graduate-header .unit--last ul li p {
    font-size: 32px;
  }
}

h4 {
  font-size: 20px;
  line-height: 1;
  letter-spacing: -0.04em;
  margin-bottom: 4em;
}
@media screen and (min-width: 720px) {
  h4 {
    font-size: calc(1.1111111111vw + 12px);
  }
}
@media screen and (min-width: 1800px) {
  h4 {
    font-size: 32px;
  }
}

h5 {
  font-size: 17px;
}
@media screen and (min-width: 720px) {
  h5 {
    font-size: calc(0vw + 17px);
  }
}
@media screen and (min-width: 1800px) {
  h5 {
    font-size: 17px;
  }
}

h6 {
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 720px) {
  h6 {
    font-size: calc(0vw + 11px);
  }
}
@media screen and (min-width: 1800px) {
  h6 {
    font-size: 11px;
  }
}

/**
 * Fade animations:
 * fade
 * fade-up, fade-down, fade-left, fade-right
 * fade-up-right, fade-up-left, fade-down-right, fade-down-left
 */
[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity, transform;
}
[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

[data-aos=fade-up] {
  transform: translate3d(0, 40px, 0);
}

[data-aos=fade-down] {
  transform: translate3d(0, -40px, 0);
}

[data-aos=fade-right] {
  transform: translate3d(-40px, 0, 0);
}

[data-aos=fade-left] {
  transform: translate3d(40px, 0, 0);
}

[data-aos=fade-up-right] {
  transform: translate3d(-40px, 40px, 0);
}

[data-aos=fade-up-left] {
  transform: translate3d(40px, 40px, 0);
}

[data-aos=fade-down-right] {
  transform: translate3d(-40px, -40px, 0);
}

[data-aos=fade-down-left] {
  transform: translate3d(40px, -40px, 0);
}

nav {
  position: fixed;
  z-index: 1000;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  top: 0;
  background-color: white;
}
@media only screen and (min-width: 1000px) {
  nav {
    padding-bottom: 20px;
  }
}

.nav__home {
  width: 100%;
  padding: 10px 10px;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 1000px) {
  .nav__home {
    padding: 20px 20px;
  }
}
.nav__home svg {
  display: block;
  width: 100%;
}
.nav__home:hover {
  color: var(--yellow);
}
.nav__button {
  position: fixed;
  right: 10px;
  width: calc(100% - 20px);
  bottom: 10px;
  background-color: var(--general);
  padding: 20px;
  border-radius: 20px;
}
@media only screen and (min-width: 1000px) {
  .nav__button {
    display: none;
  }
}
.nav__strip {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.nav__dates {
  padding: 0 20px;
  display: flex;
  align-items: center;
}
.nav__menu {
  display: none;
  width: 100%;
  padding: 0 20px;
}
@media only screen and (min-width: 1000px) {
  .nav__menu {
    display: flex;
    justify-content: space-between;
  }
}
.nav__menu a {
  padding: 10px 5px;
  color: black;
  background-color: var(--course_color);
  /* border: 1px solid var(--course_color); */
  display: flex;
  align-items: center;
  border-radius: 20px;
  font-size: 1vw;
  line-height: 1;
  text-align: center;
}
@media only screen and (min-width: 1000px) {
  .nav__menu a {
    padding: 10px 10px;
  }
}
@media only screen and (min-width: 1440px) {
  .nav__menu a {
    padding: 10px 15px;
  }
}
.nav__menu a:hover {
  background-color: black;
  color: var(--course_color);
}
.nav__menu a.graduates, .nav__menu a.all {
  color: black;
  background-color: var(--general);
  /* border: 1px solid var(--general); */
}
.nav__menu a.graduates:hover, .nav__menu a.all:hover {
  color: var(--general);
  background-color: black;
}
.nav span {
  font-feature-settings: "init" 1;
}
.nav i {
  font-style: normal;
  font-feature-settings: "fina" 1;
}
.mo__menu {
  position: fixed;
  top: 8vw;
  background-color: white;
  padding: 0 10px;
  width: 100%;
  left: 0;
  font-size: 16px;
  z-index: 100;
  transform: translateY(-200%);
  transition: transform 0.4s;
}
.menu-open .mo__menu {
  transform: translateY(0);
}
@media only screen and (min-width: 1000px) {
  .mo__menu {
    display: none;
  }
}
.mo__menu a {
  padding: 20px;
  background-color: white;
  color: var(--course_color);
  /* border: 1px solid var(--course_color); */
  background-color: var(--course_color);
  color: black;
  display: flex;
  align-items: center;
  border-radius: 20px;
  line-height: 1;
  text-align: center;
  margin-bottom: 10px;
  font-size: 16px;
}
.mo__menu a:hover {
  color: black;
  background-color: var(--course_color);
}
.mo__menu a.graduates, .mo__menu a.all {
  color: black;
  /* border: 1px solid var(--general); */
  background-color: var(--general);
}
.mo__menu a.graduates:hover, .mo__menu a.all:hover {
  color: black;
}

.flex, .grid, .header {
  display: flex;
  flex-flow: column wrap;
}
@media only screen and (min-width: 720px) {
  .flex, .grid, .header {
    flex-flow: row wrap;
  }
}

.header .logo, .header .nav {
  flex: 1;
  margin: 2rem;
}
.header li {
  display: inline-block;
}

.footer ul {
  margin: 2rem;
}

.grid .column .gutter {
  margin: 2rem;
}
.grid .column img {
  max-width: 100%;
  height: auto;
}

.page {
  margin: 2rem;
}

.transition-fade {
  transition: 0.3s;
  opacity: 1;
}

html.is-animating .transition-fade {
  opacity: 0;
}
html.is-animating .transition-fade .slider {
  opacity: 0;
}

main {
  overflow-x: hidden;
}
main.unlock {
  overflow-x: auto;
}

.row {
  display: flex;
  justify-content: space-between;
}
.row--half {
  flex-wrap: wrap;
}
.row--half .half {
  width: 100%;
}
@media only screen and (min-width: 1000px) {
  .row--half .half {
    width: calc(50% - 10px);
  }
}
.row--half .half .half {
  width: calc(50% - 5px);
}
@media only screen and (min-width: 1000px) {
  .row--half .half .half {
    width: calc(50% - 10px);
  }
}
.row--half .unit {
  width: 100%;
  height: 50vw;
}
@media only screen and (min-width: 1000px) {
  .row--half .unit {
    height: 17.5vw;
  }
}
.row--half--reversed {
  flex-direction: row-reverse;
}
.row--half--tall .unit {
  height: 30vw;
}
.row--half--loose .unit {
  height: auto;
  min-height: 20vw;
}
.row--full .unit {
  width: calc(100% - 0px);
}
.row--full .unit--spacer {
  height: 15vw;
}
.row--banner_middle {
  flex-wrap: wrap;
}
@media only screen and (min-width: 1000px) {
  .row--banner_middle {
    flex-wrap: nowrap;
  }
}
.row--banner_middle .unit--image {
  width: 35%;
  height: 40vw;
  margin-bottom: 15px;
}
@media only screen and (min-width: 1000px) {
  .row--banner_middle .unit--image {
    height: 20vw;
    width: 14.285%;
    margin-bottom: 0;
  }
}
.row--banner_middle--bottom .row--banner_middle .unit--image {
  margin-bottom: 0;
}
.row--banner_middle .unit--date {
  width: 100%;
  height: 40vw;
  width: 35%;
  margin-bottom: 15px;
}
@media only screen and (min-width: 1000px) {
  .row--banner_middle .unit--date {
    height: 20vw;
    width: 14.285%;
    margin-bottom: 0;
  }
}
.row--banner_middle .unit--course {
  width: 65%;
  margin-bottom: 15px;
}
@media only screen and (min-width: 1000px) {
  .row--banner_middle .unit--course {
    height: 20vw;
    width: 25.715%;
    margin-bottom: 0;
  }
}
.row--banner_middle--bottom .row--banner_middle .unit--course {
  margin-bottom: 0;
}
.row--banner_middle .unit--heading {
  width: 100%;
  height: 40vw;
}
@media only screen and (min-width: 1000px) {
  .row--banner_middle .unit--heading {
    height: 20vw;
    width: 60%;
  }
}
.row--banner_middle .unit--heading--year {
  margin-bottom: 15px;
}
@media only screen and (min-width: 1000px) {
  .row--banner_middle .unit--heading--year {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1000px) {
  .row--banner_middle--reversed {
    flex-direction: row-reverse;
  }
}
.row--third {
  flex-wrap: wrap;
}
.row--third .unit {
  width: 100%;
  height: 80vw;
  margin-bottom: 14px;
}
@media only screen and (min-width: 1000px) {
  .row--third .unit {
    width: 33.333%;
    height: 32vw;
    margin-bottom: 0;
  }
}
.row--third .unit--course {
  height: 40vw;
}
@media only screen and (min-width: 1000px) {
  .row--third .unit--course {
    height: 32vw;
  }
}
.course .row--third .unit {
  margin-bottom: 12px;
}
.row--random-seven {
  width: 100%;
  overflow-x: scroll;
}
@media only screen and (min-width: 1000px) {
  .row--random-seven {
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.graduates .row--random-seven {
  justify-content: space-between;
  flex-wrap: wrap;
}
.row--random-seven .unit {
  width: 40vw;
  height: 50vw;
  flex-shrink: 0;
}
@media only screen and (min-width: 1000px) {
  .row--random-seven .unit {
    width: 14.285%;
    height: 17.5vw;
    margin-right: 0;
  }
}
.graduates .row--random-seven .unit {
  width: 50%;
  height: 70vw;
}
@media only screen and (min-width: 1000px) {
  .graduates .row--random-seven .unit {
    height: 20vw;
    width: 14.285%;
  }
}
.row--random-all {
  flex-wrap: wrap;
}
.row--random-all .unit {
  width: calc(20% - 10px);
  height: 24vw;
  margin-bottom: 10px;
}
@media only screen and (min-width: 1000px) {
  .row--random-all .unit {
    width: calc(7% - 11px);
    height: 8.5vw;
  }
}
.row--track {
  overflow-x: scroll;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 10px;
}
@media only screen and (min-width: 1000px) {
  .row--track {
    margin-bottom: 20px;
  }
}
.row--track .unit--grad {
  overflow: hidden;
  flex-shrink: 0;
  width: 41.5vw;
  height: 50vw;
  margin-right: 10px;
}
@media only screen and (min-width: 1000px) {
  .row--track .unit--grad {
    width: 15vw;
    height: 19vw;
    margin-right: 20px;
  }
}
.row--cols {
  display: block;
}
@media only screen and (min-width: 1000px) {
  .row--cols {
    display: flex;
    justify-content: space-between;
  }
}
.row--course .unit {
  width: 50%;
  height: 24vw;
}
.row--doublecourse .unit {
  width: 25%;
  height: 24vw;
}
.row--graduate-header {
  flex-wrap: wrap;
  /* margin-bottom: 20px; */
}
@media only screen and (min-width: 1000px) {
  .row--graduate-header {
    flex-wrap: nowrap;
  }
}
.row--graduate-header .unit {
  height: 60vw;
}
@media only screen and (min-width: 1000px) {
  .row--graduate-header .unit {
    height: 18vw;
  }
}
.row--graduate-header .unit--image {
  width: 50%;
}
@media only screen and (min-width: 1000px) {
  .row--graduate-header .unit--image {
    width: 15%;
  }
}
.row--graduate-header .unit--first {
  width: 50%;
}
.row--graduate-header .unit--first, .row--graduate-header .unit--last {
  padding: 15px;
  background-color: black;
  margin-bottom: 10px;
}
@media only screen and (min-width: 1000px) {
  .row--graduate-header .unit--first, .row--graduate-header .unit--last {
    width: 42.5%;
    margin-bottom: 20px;

  }
}
.row--graduate-header .unit--last {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
@media only screen and (min-width: 1000px) {
  .row--graduate-header .unit--last {
    width: 42.5%;
    justify-content: flex-end;
  }
}
@media only screen and (min-width: 1000px) {
  .row--graduate-header .unit--last ul {
    text-align: right;
  }
}
.row--graduate-header .unit--last ul li {
  margin-right: 15px;
  margin-bottom: 0.5em;
  flex-grow: 0;
}
@media only screen and (min-width: 1000px) {
  .row--graduate-header .unit--last ul li {
    margin-left: 15px;
    margin-right: 0;
  }
}
.row--graduate-body {
  align-items: stretch;
  flex-direction: column-reverse;
}
@media only screen and (min-width: 1000px) {
  .row--graduate-body {
    flex-direction: row;
  }
}
.row--graduate-body .unit--stacked, .row--graduate-body .unit--description {
  width: 100%;
}
@media only screen and (min-width: 1000px) {
  .row--graduate-body .unit--stacked, .row--graduate-body .unit--description {
    width: 50%;
  }
}
@media only screen and (min-width: 1000px) {
  .row--graduate-body .unit--description {
    margin-bottom: 0;
  }
}

.wall {
  padding: 15vw 10px 0 10px;
  overflow-y: hidden;
}
@media only screen and (min-width: 1000px) {
  .wall {
    padding: 16vw 20px 0 20px;
  }
}
.wall.loaded {
  overflow-y: unset;
}

.unit {
  border-radius: 20px;
}
.unit--content {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 10px;
}
@media only screen and (min-width: 1000px) {
  .unit--content {
    margin-bottom: 20px;
  }
}
.unit--content iframe {
  display: block;
  width: 100%;
  height: 55.1vw;
  border: 0;
  outline: 0;
}
.unit--grads {
  display: flex;
  width: 100%;
  height: calc(54vw - 10px);
  margin-bottom: 10px;
  overflow-x: scroll;
  overflow-y: hidden;
}
.unit--grads::-webkit-scrollbar {
  display: none;
}
@media only screen and (min-width: 1000px) {
  .unit--grads {
    width: calc(16.66667% - 20px);
    height: calc(100vh - 60px);
    display: block;
    overflow-y: scroll;
    margin-bottom: 20px;
  }
}
.unit--grads .unit--grad {
  width: 41.5vw;
  height: 50vw;
  margin-right: 10px;
}
@media only screen and (min-width: 1000px) {
  .unit--grads .unit--grad {
    width: 100%;
    height: unset;
    margin-right: unset;
    margin-bottom: 10px;
  }
}
.unit--griffith {
  background-color: var(--general);
  border-radius: 20px;
  margin-bottom: 100px;
  margin-left: 10px;
  width: calc(100% - 20px);
  height: 100%;
  display: block;
  text-align: center;
  padding: 15px;
}
@media only screen and (min-width: 1000px) {
  .unit--griffith {
    margin-left: 20px;
    width: calc(100% - 40px);
    margin-bottom: 20px;
  }
}
.unit--griffith img {
  margin: 0 auto;
  width: 150px;
}
.unit--yellow {
  display: block;
  background-color: var(--general);
  color: black;
  padding: 15px;
  height: 50vw;
  /* border: 1px solid var(--general); */
  margin-bottom: 10px;
}
@media only screen and (min-width: 1000px) {
  .unit--yellow {
    height: unset;
    height: 7.5vw;
    margin-bottom: 20px;
  }
}
.unit--yellow-tall {
  height: calc(33.33vh + 20px);
}
@media only screen and (min-width: 1000px) {
  .unit--yellow-tall {
    height: calc(33.33vh + 20px);
  }
}
.unit--yellow:hover {
  background-color: black;
  color: var(--general);
  /* border: 1px solid var(--general); */
}
.unit--new {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: black;
  height: 50vw;
  /* border: 1px solid black; */
  color: var(--course_color_2);
  margin-bottom: 10px;
}
@media only screen and (min-width: 1000px) {
  .unit--new {
    margin-bottom: 20px;
  }
}
.unit--new:hover {
  /* border: 1px solid var(--course_color); */
  color: var(--course_color);
}
.course .unit--new h3, .course .unit--new .row--graduate-header .unit--last ul li, .row--graduate-header .unit--last ul .course .unit--new li, .course .unit--new .row--graduate-header .unit--last ul a, .row--graduate-header .unit--last ul .course .unit--new a {
  display: inline;
}
.unit--new.short {
  height: 50vw;
}
@media only screen and (min-width: 1000px) {
  .unit--new.short {
    height: 17.5vw;
  }
}
.unit--new.medium {
  height: 50vw;
}
@media only screen and (min-width: 1000px) {
  .unit--new.medium {
    height: 22.5vw;
  }
}
.unit--new.tall {
  height: 80vw;
}
@media only screen and (min-width: 1000px) {
  .unit--new.tall {
    height: calc(52.5vw + 40px);
  }
}
.unit--new:hover .unit--new_image {
  opacity: 0;
}
.unit--new_image, .unit--new_name {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.unit--new_image {
  color: transparent;
}
.unit--new_image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.unit--new_name {
  padding: 15px;
}
.unit--color {
  margin-bottom: 10px;
}
@media only screen and (min-width: 1000px) {
  .unit--color {
    margin-bottom: 20px;
  }
}
.unit--image {
  display: block;
  width: 100%;
  position: relative;
  background-color: black;
  overflow: hidden;
}
.unit--image:hover .unit--image_image {
  opacity: 0;
}
.unit--image_image {
  height: 100%;
  width: 100%;
}
.short .unit--image_image {
  height: 20vw;
}
.unit--image_name {
  height: 100%;
  width: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  position: absolute;
  padding: 15px;
}
.short .unit--image_name {
  height: 20vw;
}
.unit--grad {
  display: block;
  width: 100%;
  position: relative;
  /* border: 1px solid black; */
  color: var(--course_color_2);
  background: linear-gradient(to right, var(--course_color_2), var(--course_color));
}
.unit--grad:hover .unit--grad_image {
  opacity: 0;
}
.unit--grad:hover .unit--grad_name {
  opacity: 1;
}
.unit--grad_image {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.unit--grad_image img {
  border-radius: 19px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  mix-blend-mode: multiply;
}
.unit--grad_stick_name {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  padding: 15px;
  color: black;
}
.unit--grad_name {
  height: 100%;
  border-radius: 20px;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  padding: 15px;
  opacity: 0;
  background-color: black;
  /* border: 1px solid var(--course_color); */
  color: var(--course_color);
}
.unit--color {
  padding: 15px;
  height: 50vw;
}
@media only screen and (min-width: 1000px) {
  .unit--color {
    height: unset;
  }
}
.unit--course {
  display: block;
  padding: 15px;
  height: 50vw;
  margin-bottom: 10px;
}
@media only screen and (min-width: 1000px) {
  .unit--course {
    height: 15vw;
    margin-bottom: 20px;
  }
}
.courses .unit--course, .course .unit--course {
  min-height: 7.5vw;
}

.hole {
  width: 7px;
  height: 7px;
  background-color: white;
  border-radius: 100%;
  pointer-events: none;
  position: absolute;
  border: 1px solid white;
}
@media only screen and (min-width: 1000px) {
  .hole {
    width: 10px;
    height: 10px;
  }
}
.hole:first-of-type {
  top: 5px;
  left: 5px;
}
.hole:nth-of-type(2) {
  top: 5px;
  right: 5px;
}
.hole:nth-of-type(3) {
  bottom: 5px;
  right: 5px;
}
.hole:nth-of-type(4) {
  bottom: 5px;
  left: 5px;
}
.viewer {
  position: fixed;
  inset: 0;
  pointer-events: none;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s;
}
.x-ray .viewer {
  opacity: 1;
}
.viewer img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.viewer img.carousel {
  -o-object-fit: contain;
     object-fit: contain;
}

.carousel__viewer {
  height: 60vh;
}
@media only screen and (min-width: 1000px) {
  .carousel__viewer {
    height: 75vh;
  }
}
.carousel__viewer .unit {
  width: 100%;
  padding: 0;
}
.carousel__viewer .unit img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  width: 100%;
  opacity: 0;
}
.visible .carousel__viewer .unit img {
  opacity: 1;
}
.carousel__captions .unit {
  min-height: 3em;
}
.carousel__captions .unit p {
  margin-bottom: 0;
}
.carousel__thumbs {
  width: 100%;
  justify-content: space-between;
  overflow-x: scroll;
}
.carousel__thumbs .unit {
  cursor: pointer;
}
.carousel__thumbs .unit:not(:last-of-type) {
  margin-right: 10px;
}
.carousel__thumbs img {
  height: 12.5vh;
  max-height: 125px;
  width: auto;
}

.holding {
  z-index: 99999;
  background-color: black;
  inset: 0;
  position: fixed;
  display: none;
}
.holding_lockup {
  width: 95%;
  margin-left: 2.5%;
  margin-top: 20px;
}
.holding_dates {
  width: 50%;
}
.holding_dates img {
  max-width: 100%;
}
.holding_logo {
  margin-bottom: 20px;
}
.holding_logo .st0 {
  fill: #D6D6D6;
}
.holding_logo .st1 {
  fill: #BC7B08;
}
.holding_logo .st2 {
  fill: #fd3d00;
}
.holding_logo .st3 {
  fill: #004CFF;
}
.holding_logo .st4 {
  fill: #F4FF81;
}
.holding_logo .st5 {
  fill: #d5abfe;
}
.holding_logo .st6 {
  fill: #bdffc3;
}
.holding_logo .st0 {
  fill: #D6D6D6;
}
.holding.on-st0 .holding_logo .st0 {
  fill: black;
}
.holding_logo .st1 {
  fill: #BC7B08;
}
.holding.on-st1 .holding_logo .st1 {
  fill: black;
}
.holding_logo .st2 {
  fill: #fd3d00;
}
.holding.on-st2 .holding_logo .st2 {
  fill: black;
}
.holding_logo .st3 {
  fill: #004CFF;
}
.holding.on-st3 .holding_logo .st3 {
  fill: black;
}
.holding_logo .st4 {
  fill: #F4FF81;
}
.holding.on-st4 .holding_logo .st4 {
  fill: black;
}
.holding_logo .st5 {
  fill: #d5abfe;
}
.holding.on-st5 .holding_logo .st5 {
  fill: black;
}
.holding_logo .st6 {
  fill: #bdffc3;
}
.holding.on-st6 .holding_logo .st6 {
  fill: black;
}
.holding_nav {
  font-family: "Inter";
  text-align: center;
}
@media only screen and (min-width: 1000px) {
  .holding_nav {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.holding_nav a {
  padding: 10px 15px;
  border-radius: 20px;
  margin: 5px 5px;
  display: inline-block;
  /* border: 1px solid; */
  border-color: white;
  cursor: pointer;
  white-space: nowrap;
}
@media only screen and (min-width: 1000px) {
  .holding_nav a {
    margin: 0 5px;
  }
}
.holding_nav a.st0 {
  border-color: #D6D6D6;
  color: #D6D6D6;
}
.holding.on-st0 .holding_nav a.st0 {
  background-color: #D6D6D6;
  color: black;
}
.holding_nav a.st1 {
  border-color: #BC7B08;
  color: #BC7B08;
}
.holding.on-st1 .holding_nav a.st1 {
  background-color: #BC7B08;
  color: black;
}
.holding_nav a.st2 {
  border-color: #fd3d00;
  color: #fd3d00;
}
.holding.on-st2 .holding_nav a.st2 {
  background-color: #fd3d00;
  color: black;
}
.holding_nav a.st3 {
  border-color: #004CFF;
  color: #004CFF;
}
.holding.on-st3 .holding_nav a.st3 {
  background-color: #004CFF;
  color: black;
}
.holding_nav a.st4 {
  border-color: #F4FF81;
  color: #F4FF81;
}
.holding.on-st4 .holding_nav a.st4 {
  background-color: #F4FF81;
  color: black;
}
.holding_nav a.st5 {
  border-color: #d5abfe;
  color: #d5abfe;
}
.holding.on-st5 .holding_nav a.st5 {
  background-color: #d5abfe;
  color: black;
}
.holding_nav a.st6 {
  border-color: #bdffc3;
  color: #bdffc3;
}
.holding.on-st6 .holding_nav a.st6 {
  background-color: #bdffc3;
  color: black;
}
.holding_dates {
  position: fixed;
  bottom: 10px;
  left: 0;
  width: 100%;
  color: white;
  text-align: center;
  font-weight: bold;
  padding: 1em;
}

.strips {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.strips .strip {
  flex-grow: 1;
  background-size: 200% 200%;
}
@media only screen and (min-width: 1000px) {
  .strips .strip {
    height: 12.5vh;
  }
}
.strips .strip_header {
  font-size: 22px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media only screen and (min-width: 1000px) {
  .strips .strip_header {
    height: 6.25vh;
    display: flex;
    align-items: center;
    flex-direction: row;
  }
}
.strips .strip_header span {
  font-feature-settings: "init" 1;
}
.strips .strip_header i {
  font-style: normal;
  font-feature-settings: "fina" 1;
}
.strips .strip_header div {
  flex-grow: 1;
  display: flex;
  align-items: center;
  padding: 0 10px;
}
@media only screen and (min-width: 1000px) {
  .strips .strip_header div {
    padding: 20px;
    height: 100%;
    width: 50%;
  }
}
.strips .strip_header div:nth-of-type(2) {
  justify-content: center;
  background-color: black;
  color: #E7FC01;
}
@media only screen and (min-width: 1000px) {
  .strips .strip_header div:nth-of-type(2) {
    justify-content: flex-start;
  }
}
.strips .strip_header div:last-of-type {
  justify-content: flex-end;
}
@media only screen and (min-width: 1000px) {
  .strips .strip_header div:last-of-type {
    background-color: black;
    color: #E7FC01;
  }
}
.strips .strip.one {
  background: #E7FC01;
  height: 6.25vh;
}
.strips .strip.nine {
  background: #E7FC01;
}
.strips .strip.two {
  background-image: linear-gradient(90deg, #FFB168 0%, #D8C8FF 100%);
  -webkit-animation: new_grad 3s ease infinite;
          animation: new_grad 3s ease infinite;
}
.strips .strip.three {
  background-image: linear-gradient(90deg, #92C3F7 8.33%, #68FF76 100%);
  -webkit-animation: new_grad 6s ease infinite;
          animation: new_grad 6s ease infinite;
}
.strips .strip.four {
  background-image: linear-gradient(90deg, #FFFBDB 14.58%, #FF8EDD 82.81%);
  -webkit-animation: new_grad 4s ease infinite;
          animation: new_grad 4s ease infinite;
}
.strips .strip.five {
  background-image: linear-gradient(270deg, #bdffc3 1.3%, #BAB10A 100%);
  -webkit-animation: new_grad 8s ease infinite;
          animation: new_grad 8s ease infinite;
}
.strips .strip.six {
  background-image: linear-gradient(90deg, #FFF644 4.69%, #FF9093 100%);
  -webkit-animation: new_grad 2s ease infinite;
          animation: new_grad 2s ease infinite;
}
.strips .strip.seven {
  background-image: linear-gradient(90deg, #E5E5E5 13.54%, #B697FF 100%);
  -webkit-animation: new_grad 5s ease infinite;
          animation: new_grad 5s ease infinite;
}
.strips .strip.eight {
  background-image: linear-gradient(270deg, #FFD9EC 20.83%, #16A980 100%);
  -webkit-animation: new_grad 7s ease infinite;
          animation: new_grad 7s ease infinite;
}
.strips .strip.nine {
  display: flex;
  align-items: center;
  justify-content: center;
}
.strips .strip.nine img {
  width: 150px;
}

.text {
  width: 100%;
  font-family: "Inter", sans-serif;
  border-radius: 20px;
  margin-bottom: 10px;
  background-color: var(--course_color);
  color: var(--course_color_2);
}
@media only screen and (min-width: 1000px) {
  .text {
    margin-bottom: 20px;
  }
}
.text_wrap {
  padding: 30px 15px;
}
@media only screen and (min-width: 1000px) {
  .text_wrap {
    padding: 50px 15px;
    width: 50%;
    margin-left: 25%;
  }
}

@media only screen and (min-width: 1000px) {
  .images {
    display: flex;
  }
}
.images figure {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 10px;
  flex-grow: 1;
}
@media only screen and (min-width: 1000px) {
  .images figure {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1000px) {
  .images figure:not(:first-of-type) {
    margin-left: 20px;
  }
}
.images figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

figure {
  position: relative;
}
figure figcaption {
  padding: 0.5em;
  text-align: center;
  width: 100%;
}
@media only screen and (min-width: 1000px) {
  figure figcaption {
    bottom: 0;
    position: absolute;
  }
}
figure figcaption p {
  font-size: 0.85em;
  margin-bottom: 0;
}

.topper {
  display: none;
  background-color: var(--yellow);
}
@media only screen and (min-width: 1000px) {
  .home .topper {
    display: block;
  }
}

/*# sourceMappingURL=site.css.map*/




.hold {
  position: fixed;
  inset: 0; 
  background-color: white;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;

}

.hold img {
  padding: 20px;
  width: 100%;
}


@media only screen and (min-width: 1000px) {
  .hold img {
    width: 50%;

  }
}