.header-wrapper {
    display: none !important;
}

/* .gridContainer {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

html, body {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden; 
} */

.esi-scope, .esi-scope * {
    all: unset;
    box-sizing: border-box;
} 

@import url('https://fonts.googleapis.com/css2?family=Anek+Latin:wght@400;700&display=swap');

.esi-hero-divider {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  z-index: 4;
}

.esi-hero {
  position: relative;
  background: url('https://i2c.tuwien.ac.at/wp-content/uploads/2025/05/94f790d130503d2534efabf1785ba62653f99bdd1-scaled.webp') center/cover no-repeat;
  overflow: hidden;
  padding: 80px 40px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 800px;
}

.esi-hero-content {
  max-width: 500px;
  z-index: 3;
}

.esi-hero-logo img {
  width: 100%;
  max-width: 450px;
  height: auto;
}

.esi-hero-description {
  font-size: 17px;
  margin: 20px 0;
  color: #222;
  width: 80%;
}

.esi-hero-button {
  margin-top: 30px;
}

.esi-hero-button img {
  width: 80%;
  height: auto;
}

.esi-hero-image-container {
  position: relative;
  width: 100%;
  z-index: 2;
  margin-bottom: -10%;
  max-width: 1000px;
}

.esi-hero-students {
  width: 100%;
  height: auto;
}

.esi-hero-triangle {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 35vh;
  background: white;
  clip-path: polygon(0 60%, 100% 10%, 100% 100%, 0% 100%);
  z-index: 4;
}

@media (max-width: 1680px) {
  .esi-hero {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 60px 20px 0;
  }

  .esi-hero-triangle {
    clip-path: polygon(0 60%, 100% 40%, 100% 100%, 0% 100%);
  }

  .esi-hero-content {
    max-width: none;
    margin-bottom: 40px;
    margin-top: 40px;
  }

  .esi-hero-logo img {
    max-width: 300px;
  }

  .esi-hero-button {
    margin-left: 0;
  }

  .esi-hero-button img {
    width: 220px;
  }

  .esi-hero-description {
    width: 100%;
  }
}

@media (max-width: 1000px) {
  .esi-hero{
    height: 800px;
  }
}

@media (max-width: 650px) {
  .esi-hero {
    height: 700px;
  }

  .esi-hero-divider {
    width: 900px;
  }
}

@media (max-width: 530px) {
  .esi-hero-content {
    margin-bottom: 0;
  }

  .esi-hero-description {
    font-size: 14px;
  }

  .esi-hero {
    height: 600px;
  }
}

.esi-form-apply{
  max-width: 80%;
  margin: 0 auto;
  z-index: 5;
  top: -80px;
  position: relative;
}