@font-face {
  font-family: "New Edge 666";
  src: url('../fonts/NewEdge666-UltraBoldRoundedSlanted.woff2') format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "New Edge 666";
  src: url('../fonts/NewEdge666-SemiBoldRounded.woff2') format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "New Edge 666";
  src: url('../fonts/NewEdge666-LightRounded.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "New Edge 666";
  src: url('../fonts/NewEdge666-SemiBoldRoundedSlanted.woff2') format("woff2");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "New Edge 666";
  src: url('../fonts/NewEdge666-RegularRounded.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "New Edge 666";
  src: url('../fonts/NewEdge666-RegularRoundedSlanted.woff2') format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

:root {
  --neutral--black: black;
  --neutral--white: white;
  --green--500: lime;
  --pink--500: #ff007f;
}

body {
  background-color: var(--neutral--black);
  color: var(--neutral--white);
  font-family: "New Edge 666", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h2 {
  color: var(--green--500);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

p {
  margin-bottom: 10px;
  font-size: 1.6875rem;
  font-style: italic;
  font-weight: 800;
  line-height: 100%;
}

a {
  color: var(--green--500);
  text-decoration: none;
}

.hero_section {
  letter-spacing: -1.1em;
  text-transform: lowercase;
  min-height: 100svh;
  font-weight: 800;
  position: relative;
  overflow: hidden;
}

.desktop {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.desktop-l, .tablet, .mobile-landscape, .mobile {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.hero_slider {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.swiper, .swiper-wrapper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  width: 100vw;
  height: 100%;
  position: relative;
}

.text_section {
  padding-top: 5rem;
}

.text_wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  padding: .5rem;
  display: flex;
}

.div-block-2 {
  flex: 1;
}

.text_block {
  flex: 1;
  padding-top: 2.5rem;
}

.text-lowercase {
  text-transform: lowercase;
}

.text_block_wrapper {
  max-width: 44rem;
}

.hero_text {
  z-index: 2;
  letter-spacing: -.16em;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100vw;
  min-height: 100svh;
  padding: .5rem;
  font-size: 115px;
  line-height: 80px;
  display: none;
}

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

.hero_design {
  justify-content: flex-end;
  align-items: flex-start;
  margin-bottom: 6.25rem;
  display: flex;
}

.hero_dates {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.hero_architektur {
  margin-bottom: 6.25rem;
}

.hero_title {
  justify-content: flex-end;
  align-items: flex-start;
  margin-bottom: 3.5rem;
  display: flex;
  position: relative;
}

.hero_graduates {
  margin-bottom: 6.25rem;
}

.hero_nav_desktop {
  z-index: 999;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  letter-spacing: -1.56px;
  text-transform: none;
  font-size: 12px;
  line-height: 12px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.hero_nav_link_block {
  flex-flow: column;
  display: flex;
}

.heading-style-h2 {
  letter-spacing: -.16em;
  margin-bottom: 1rem;
  font-size: 115px;
  line-height: 80px;
}

.link_block_wrapper_right {
  padding-right: 0;
  position: relative;
  left: -.16em;
}

.hero_nav_link:hover {
  color: var(--pink--500);
}

.hero_nav_link.spacing_custom {
  letter-spacing: -1.3px;
}

.hero_link {
  color: var(--green--500);
  margin: -2rem;
  padding: 2rem;
  display: inline-block;
}

.hero_link:hover {
  color: var(--pink--500);
}

.hero_link.is_text:hover {
  color: var(--green--500);
}

.text_regular {
  color: var(--neutral--white);
  text-transform: none;
  margin-bottom: 0;
  font-size: 1.6875rem;
  font-weight: 800;
  line-height: 100%;
}

.paragraph {
  margin-bottom: 0;
}

.text_link {
  color: var(--neutral--white);
  text-transform: none;
  font-size: 1.6875rem;
  font-weight: 800;
  line-height: 100%;
}

.text_link:hover {
  color: var(--pink--500);
}

.text-span {
  display: inline-block;
  position: relative;
  bottom: -1.375rem;
}

.hero_text_desktop {
  z-index: 2;
  letter-spacing: -.16em;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100vw;
  min-height: 100svh;
  padding: .5rem;
  font-size: 115px;
  line-height: 80px;
  display: flex;
}

.hero_nav_mobile {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  letter-spacing: -1.56px;
  font-size: 12px;
  line-height: 12px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.legal_text {
  text-transform: none;
  width: 50%;
  max-width: 44rem;
  margin-top: 4rem;
  font-family: "New Edge 666", Arial, sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.heading-style-h5 {
  color: var(--green--500);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 300;
  line-height: 100%;
}

.text_light {
  font-size: 1rem;
  font-style: normal;
  font-weight: 300;
}

.hero_title_image {
  width: 54.625rem;
}

.hero_title_wrapper {
  position: relative;
}

.text_spacing_small {
  margin-left: -12px;
  display: inline-flex;
}

.legal_text_content {
  overflow: hidden;
}

.legal_text_dropdown {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.icon_xsmall {
  width: 1rem;
  height: 1rem;
}

.hero_date_image {
  height: 10.5rem;
}

@media screen and (min-width: 1440px) {
  .desktop {
    display: none;
  }

  .desktop-l {
    display: block;
  }

  .legal_text {
    width: 50%;
    max-width: 44rem;
  }

  .text_light {
    font-style: normal;
    font-weight: 300;
  }
}

@media screen and (min-width: 1920px) {
  .desktop {
    display: none;
  }

  .desktop-l {
    display: block;
  }
}

@media screen and (max-width: 991px) {
  .desktop {
    display: none;
  }

  .tablet {
    display: block;
  }

  .mobile-landscape, .mobile {
    display: none;
  }

  .hero_design {
    margin-bottom: 2.875rem;
  }

  .hero_dates {
    margin-bottom: 0;
    line-height: 56px;
  }

  .hero_architektur {
    margin-bottom: 2.875rem;
  }

  .hero_title {
    margin-bottom: 2.875rem;
    padding-top: 1rem;
    line-height: 56px;
  }

  .hero_graduates {
    margin-bottom: 2.875rem;
  }

  .heading-style-h2 {
    font-size: 6rem;
    line-height: 56px;
  }

  .hero_link {
    letter-spacing: -.15em;
    font-size: 6rem;
    line-height: 56px;
  }

  .text_regular {
    margin-bottom: 0;
  }

  .text-span {
    bottom: -.75rem;
  }

  .hero_nav_mobile {
    display: none;
  }

  .legal_text {
    width: 100%;
  }

  .text_light {
    font-size: 1rem;
  }

  .hero_title_image {
    width: 46.25rem;
  }

  .hero_title_wrapper {
    padding-top: 1rem;
  }

  .text_spacing_small {
    margin-left: -10px;
  }

  .hero_date_image {
    height: 8rem;
  }
}

@media screen and (max-width: 767px) {
  p {
    font-size: 1rem;
  }

  .tablet {
    display: none;
  }

  .mobile-landscape {
    display: block;
  }

  .mobile {
    display: none;
  }

  .text_section {
    padding-top: 2.75rem;
  }

  .text_wrapper {
    flex-flow: column;
  }

  .text_block {
    padding-top: 2rem;
  }

  .hero_text {
    display: flex;
  }

  .hero_design {
    justify-content: flex-start;
    align-self: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
    padding-left: 1rem;
  }

  .hero_dates {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .hero_architektur {
    justify-content: flex-end;
    align-self: flex-end;
    align-items: flex-start;
    margin-bottom: 0;
    padding-right: .5rem;
    display: flex;
  }

  .hero_title {
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 3.5rem;
    padding-top: 0;
    padding-left: 0;
    line-height: 30px;
  }

  .hero_graduates {
    justify-content: flex-end;
    align-self: flex-end;
    align-items: flex-start;
    margin-bottom: 3.5rem;
    padding-right: .5rem;
    display: flex;
  }

  .hero_nav_desktop {
    display: none;
  }

  .hero_nav_link_block {
    letter-spacing: -1.85px;
  }

  .heading-style-h2 {
    font-size: 4rem;
    line-height: 30px;
  }

  .hero_nav_link:hover {
    color: var(--green--500);
  }

  .hero_link {
    font-size: 4rem;
    line-height: 30px;
  }

  .hero_link:hover {
    color: var(--green--500);
  }

  .hero_link.is_text {
    line-height: 44px;
  }

  .text_regular {
    margin-bottom: 0;
    font-size: 1rem;
  }

  .text_link {
    font-size: 1rem;
  }

  .text-span {
    bottom: -.5625rem;
  }

  .hero_text_desktop {
    display: none;
  }

  .hero_text_bottom {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    display: flex;
  }

  .hero_dates_left {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    display: flex;
  }

  .hero_dates_right {
    align-self: flex-end;
    margin-right: -.5rem;
  }

  .hero_nav_mobile {
    letter-spacing: -1.6px;
    text-transform: none;
    display: flex;
    position: static;
  }

  .heading-style-h5 {
    color: var(--green--500);
    font-size: .875rem;
    font-weight: 300;
    line-height: 100%;
  }

  .text_light {
    font-size: .875rem;
    font-style: normal;
    font-weight: 300;
  }

  .hero_title_image {
    width: 31.125rem;
  }

  .hero_title_wrapper {
    padding-top: 0;
  }

  .text_spacing_small {
    margin-left: -8px;
    display: inline-block;
  }

  .hero_date_image {
    height: 5.875rem;
  }
}

@media screen and (max-width: 479px) {
  .mobile-landscape {
    display: none;
  }

  .mobile {
    display: block;
  }

  .text_block {
    padding-top: 1.75rem;
  }

  .hero_dates {
    margin-bottom: 0;
    line-height: 10px;
  }

  .hero_title {
    line-height: 10px;
  }

  .heading-style-h2 {
    font-size: 2.5rem;
    line-height: 10px;
  }

  .hero_link {
    font-size: 2.5rem;
  }

  .hero_link.is_text {
    line-height: 28px;
  }

  .hero_link.is_text:hover {
    color: var(--green--500);
  }

  .text_regular {
    font-size: 1rem;
  }

  .text-span {
    bottom: -.375rem;
  }

  .hero_title_image {
    width: 19.125rem;
  }

  .hero_date_image {
    height: 3.625rem;
  }
}


@font-face {
  font-family: 'New Edge 666';
  src: url('../fonts/NewEdge666-UltraBoldRoundedSlanted.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'New Edge 666';
  src: url('../fonts/NewEdge666-SemiBoldRounded.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'New Edge 666';
  src: url('../fonts/NewEdge666-LightRounded.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'New Edge 666';
  src: url('../fonts/NewEdge666-SemiBoldRoundedSlanted.woff2') format('woff2');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'New Edge 666';
  src: url('../fonts/NewEdge666-RegularRounded.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'New Edge 666';
  src: url('../fonts/NewEdge666-RegularRoundedSlanted.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}