:root {
  --midnight-blue: #302778;
  --indian-red: #ff4a5f;
  --dark-slate-blue: #063a6a;
  --gold: #f8d613;
  --white-smoke: #f8f8f8;
  --light-blue: #bddee5;
  --yellow-green: #9cc116;
  --red-wine: #8a0026;
  --black: black;
}

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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

p {
  float: left;
  text-align: justify;
  margin-bottom: 40px;
}

a {
  color: var(--midnight-blue);
  text-decoration: underline;
}

a.w--current {
  color: var(--indian-red);
}

.container {
  max-width: 100%;
}

.brand {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 100%;
  margin-bottom: -100px;
  margin-left: 80px;
  margin-right: 20px;
}

.brand.w--current {
  width: 200px;
  margin-bottom: -100px;
  margin-left: 80px;
  margin-right: 20px;
}

.nav-link {
  color: var(--midnight-blue);
  border-bottom: 10px solid #0000;
  padding-bottom: 10px;
  transition: border-color .3s;
}

.nav-link:hover {
  color: var(--indian-red);
  border-bottom: 10px solid #fe4b60;
}

.nav-link.w--current {
  color: #fe4b60;
  border-bottom: 10px solid #fe4b60;
}

.body {
  color: var(--midnight-blue);
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.navbar {
  color: #fff;
  background-color: #0000;
  width: 100%;
  padding-right: 60px;
  font-size: 16px;
  font-weight: 700;
  position: sticky;
}

.indexbutton {
  text-align: right;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.indexbutton.center {
  float: left;
  text-align: right;
  flex-direction: column;
  align-items: flex-end;
  padding-top: 0;
  display: flex;
}

.nav-menu {
  background-color: #fff;
}

.main-section {
  background-color: #fff;
  flex-direction: row-reverse;
  justify-content: flex-start;
  align-items: flex-end;
}

.main-container {
  float: right;
  background-image: url('../images/White-stripe.svg');
  background-repeat: repeat-x;
  background-size: auto;
  background-attachment: scroll;
  flex-direction: row;
  order: -1;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: -50vh;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 220px 0 0;
  position: sticky;
}

.section-main-header {
  mix-blend-mode: normal;
  min-height: 600px;
  margin-top: -70px;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 60px;
  position: static;
}

.toggle-button-block {
  float: left;
  text-align: right;
  width: 100%;
  padding-bottom: 20px;
  padding-right: 20px;
  text-decoration: none;
}

.toggle-button {
  background-color: #fe4b60;
  border: 1px solid #fe4b60;
  font-weight: 400;
}

.toggle-button:hover {
  border: 1px solid var(--midnight-blue);
  color: var(--midnight-blue);
  background-color: #fff;
}

.toggle-button.w--current {
  color: #fff;
}

.toggle-button.w--current:hover {
  color: var(--dark-slate-blue);
}

.image-5 {
  width: 100%;
  margin-bottom: 40px;
}

.p_bold {
  color: var(--dark-slate-blue);
  font-size: 20px;
}

.title-separator {
  float: left;
  background-color: #fff;
  width: 10%;
  min-height: 10px;
  margin-top: 10px;
  margin-bottom: 30px;
}

.title-separator.pink {
  background-color: #fe4b60;
}

.line-block {
  float: left;
  width: 100%;
}

.p_toggle {
  float: left;
  border-top: 1px solid var(--midnight-blue);
  width: 100%;
  margin-bottom: 0;
  padding: 25px 20px;
}

.bold-text-5 {
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.dropdown-wrapper {
  float: left;
  background-color: #fe4b60;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
  position: static;
}

.dropdown-trigger {
  cursor: pointer;
  background-color: #fff;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 25px 20px;
  display: flex;
}

.dropdown-content {
  background-color: #fff;
  width: 100%;
  position: static;
  overflow: hidden;
}

.text-block-7 {
  text-align: left;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.text-block-7:hover {
  color: #fe4b60;
}

.second-main-container {
  background-color: #fff;
  background-image: url('../images/bg01_1bg01_1bg01_1bg01.png');
  background-position: 0 0;
  background-size: 64px;
  order: -1;
  padding: 60px;
  position: static;
}

.second-main-container.consortium {
  background-color: var(--indian-red);
  background-image: url('../images/White_Triangle_03.svg'), url('../images/bg01_1bg01_1bg01_1bg01.png');
  background-position: 0 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, 64px;
  background-attachment: scroll, scroll;
  flex-direction: row;
  place-content: center flex-start;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 60px 40px 40px;
  display: flex;
}

.main-paragraph-title {
  float: left;
  text-align: left;
  width: 100%;
}

.heading-dropdown {
  float: left;
  color: var(--midnight-blue);
  background-color: #fe4b60;
  background-image: url('../images/bg02.png');
  background-position: 0 0;
  background-size: 100px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 25px;
  font-size: 20px;
}

.big-heading {
  float: left;
  background-color: #fff;
  background-image: linear-gradient(90deg, var(--midnight-blue), var(--indian-red));
  color: var(--midnight-blue);
  text-align: left;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 120px;
  font-weight: 900;
  line-height: 140px;
  position: static;
}

.large-paragraph {
  color: var(--midnight-blue);
  width: 100%;
  font-size: 16px;
  line-height: 30px;
}

.large-paragraph.second {
  padding-top: 30px;
}

.list-item {
  border-bottom: 1px solid var(--midnight-blue);
  color: var(--gold);
  padding: 10px 20px;
}

.list-item.partners {
  color: var(--indian-red);
  border-bottom-style: none;
  padding-left: 10px;
  font-size: 18px;
  font-weight: 400;
}

.main-content-block {
  float: left;
  background-color: #fff;
  width: 60%;
  padding: 0 20px 20px;
}

.partners-list {
  float: left;
  border-left: 10px solid #fe4b60;
  width: 100%;
  margin-bottom: 40px;
}

.consortium-university {
  border: 10px solid var(--midnight-blue);
  box-shadow: 11px 11px 0 0 var(--midnight-blue);
  cursor: pointer;
  background-color: #fff;
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  margin-bottom: 10px;
  margin-right: 20px;
  padding: 0;
  text-decoration: none;
  transition: box-shadow .3s;
  display: flex;
}

.consortium-university:hover {
  box-shadow: 7px 7px 0 0 var(--midnight-blue);
  color: #fe4b60;
}

.consortium-university.aside {
  border-color: var(--midnight-blue);
  box-shadow: 11px 11px 0 0 var(--midnight-blue);
  background-color: #fff;
  background-image: none;
  width: 100%;
  margin-bottom: 20px;
  margin-left: 0;
}

.consortium-university.aside:hover {
  box-shadow: 7px 7px 0 0 var(--midnight-blue);
  color: #fe4b60;
  border-style: solid;
}

.consortium-university.center {
  width: 80%;
}

.big-button-link {
  color: var(--midnight-blue);
  text-align: right;
  flex-direction: column-reverse;
  align-items: stretch;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 10px 10px 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: underline;
  transition: color .2s;
  display: flex;
}

.big-button-link:hover {
  color: #fe4b60;
}

.big-button-link.aside {
  color: var(--midnight-blue);
  transition: color .2s;
}

.big-button-link.aside:hover {
  color: #fe4b60;
}

.link-2 {
  color: var(--midnight-blue);
}

.link-2:hover {
  color: #fe4b60;
}

.link-2.w--current {
  color: var(--midnight-blue);
}

.footer {
  float: left;
  background-color: var(--midnight-blue);
  text-align: left;
  background-image: url('../images/Europe_Grey.svg');
  background-position: 0%;
  background-size: cover;
  background-attachment: fixed;
  align-items: center;
  width: 100%;
  padding: 140px 100px 140px 80px;
  display: flex;
}

.logoeu {
  flex-direction: column;
  align-items: flex-end;
  width: 90%;
  margin-top: 40px;
  margin-bottom: 20px;
}

.breadcrumb {
  z-index: 1;
  color: var(--midnight-blue);
  width: 100%;
  margin-bottom: 10px;
  padding: 10px 0;
  font-size: 14px;
}

.top-content {
  float: left;
  background-color: #fff;
  background-image: url('../images/Pink_Triangle02.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  align-items: stretch;
  width: 100%;
  padding: 40px;
  font-family: Poppins, sans-serif;
  display: flex;
}

.logo-goals-blanc {
  width: 200px;
  margin-bottom: 40px;
}

.footer-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.logos-container {
  float: left;
  text-align: center;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}

.columns-2 {
  float: left;
  width: 100%;
}

.footer-link {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  text-decoration: underline;
}

.footer-link:hover {
  color: var(--indian-red);
}

.footer-sep {
  background-color: #5c52b0;
  min-height: 2px;
  margin: 40px auto;
}

.text-block-8 {
  float: left;
  padding-right: 10px;
  position: relative;
}

.text-block-9 {
  float: left;
  padding-right: 10px;
}

.aside-intern-navigation {
  float: left;
  text-align: left;
  background-color: #fff;
  width: 20%;
  margin-top: 220px;
  margin-bottom: 40px;
  padding: 40px 30px 40px 20px;
  transition: margin .2s;
  position: sticky;
  top: 220px;
}

.block-photo {
  float: left;
  width: 70px;
  margin: 20px;
}

.block-photo.logo {
  background-color: var(--midnight-blue);
  width: 30%;
  position: relative;
}

.legend-photo {
  float: right;
  background-color: var(--indian-red);
  margin-top: -40px;
  margin-left: 60px;
  margin-right: 60px;
  padding: 20px;
  position: sticky;
}

.text-legend {
  float: right;
  text-align: right;
  font-size: 14px;
  line-height: 16px;
}

.global-block-photo {
  float: left;
  background-color: #fff;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-19 {
  float: left;
  width: 70%;
  margin: 20px 20px 20px -60px;
}

.legend-photo-2 {
  float: right;
  background-color: #ff4a5f;
  margin-top: -40px;
  margin-left: 60px;
  margin-right: 100px;
  padding: 20px;
  position: sticky;
}

.university-img {
  border: 10px solid var(--midnight-blue);
}

.five-university-link {
  float: left;
  justify-content: space-between;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.link-block {
  width: 20%;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
  transition: margin-top .3s;
}

.link-block:hover {
  color: #0000;
  background-color: #0000;
  background-image: none;
  margin-top: -10px;
}

.application-block {
  float: left;
  background-color: var(--midnight-blue);
  color: #fff;
  background-image: url('../images/White_Triangle02.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px 40px;
  position: relative;
}

.application-text-block {
  float: left;
  text-align: left;
  width: 100%;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 34px;
}

.application-link {
  color: #fe4b60;
}

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

.main-content {
  float: left;
  transform-style: preserve-3d;
  background-color: #fff;
  width: 100%;
}

.main-content:hover {
  transform: scale3d(1none, 1none, 1none);
}

.aside-page-navigation {
  float: left;
  background-color: #fff;
  width: 20%;
  margin-top: 140px;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 30px;
  transition: margin .2s;
  position: sticky;
  top: 220px;
}

.div-block-24 {
  float: left;
  min-width: 50px;
  min-height: 100%;
  margin-right: 10px;
}

.list-item-2 {
  flex-direction: row;
  align-items: center;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.link-3 {
  font-weight: 700;
  line-height: 20px;
  text-decoration: underline;
  transition: color .2s, padding .3s;
}

.link-3:hover {
  color: var(--indian-red);
  padding-left: 10px;
}

.link-3:focus {
  color: var(--indian-red);
}

.pink-line {
  float: left;
  background-color: var(--indian-red);
  min-width: 40px;
  min-height: 10px;
}

.list {
  list-style-type: none;
}

.list-p_toggle {
  color: var(--midnight-blue);
  font-size: 16px;
}

.list-toggle {
  float: left;
  color: var(--indian-red);
  width: 100%;
  margin-bottom: 40px;
  padding-left: 60px;
  list-style-type: disc;
}

.big-block-heading {
  background-color: #fff;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-right: 100px;
  padding: 40px;
  display: block;
  position: static;
  bottom: 100px;
  right: 100px;
}

.bold-text-10, .bold-text-11, .bold-text-12, .bold-text-13, .bold-text-14 {
  font-size: 16px;
}

.paragraph {
  font-size: 14px;
  line-height: 20px;
}

.second-section {
  background-color: var(--indian-red);
  background-image: url('../images/bg01_1bg01_1bg01_1bg01.png');
  background-position: 0 0;
  background-size: 64px;
}

.heading-9 {
  float: left;
  width: 100%;
}

.top_img {
  float: left;
  background-color: #0000;
  width: 100%;
  margin-top: -100px;
  display: block;
  transform: scale(1);
}

.heading-10 {
  font-weight: 400;
  line-height: 50px;
}

.text-block-10 {
  font-size: 32px;
}

.text-block-11 {
  font-size: 32px;
  line-height: 50px;
}

.index-main-block {
  background-color: #fff;
  background-image: url('../images/Pink_Triangle_03.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 20px 40px 140px;
}

.text-block-12 {
  font-size: 32px;
  line-height: 50px;
}

.index-text-block {
  background-color: #fff;
  margin-top: 40px;
  margin-bottom: 10px;
  padding: 20px 40px;
  font-size: 32px;
  line-height: 50px;
}

.div-block-25 {
  float: left;
  background-color: var(--midnight-blue);
  background-image: url('../images/THIN_stripe.svg');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  margin-top: -60px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  padding-left: 140px;
  padding-right: 0;
  position: sticky;
}

.div-block-26 {
  background-color: #fff;
  background-image: url('../images/PolkaDot.svg');
  background-repeat: repeat;
  background-size: auto;
  background-attachment: fixed;
  justify-content: flex-end;
  width: 100%;
  margin-top: -20px;
  padding: 20px 60px 20px 10px;
  display: flex;
}

.section {
  background-color: var(--gold);
}

.section-2 {
  background-color: var(--midnight-blue);
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 100px;
}

.section-universities {
  background-image: url('../images/Europe_Grey.svg');
  background-position: 0%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: fixed;
  margin-left: auto;
  margin-right: auto;
  padding-left: 220px;
  padding-right: 260px;
}

.div-block-27 {
  float: left;
  width: 100%;
}

.image-9 {
  width: 180px;
  height: 180px;
}

.link-block-2 {
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.columns-3 {
  float: left;
  width: 100%;
  margin-bottom: 40px;
}

.column-2, .column-3, .column-4 {
  text-align: center;
}

.footer-content {
  width: 30%;
}

.footer-list {
  margin-left: 40px;
}

.footer-list.childs {
  padding-top: 10px;
  padding-left: 40px;
}

.footer-list-item {
  margin-bottom: 10px;
}

.columns-4 {
  align-items: stretch;
  display: flex;
}

.section_legacy {
  float: left;
  background-color: var(--midnight-blue);
  background-image: url('../images/White-stripe.svg');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  padding-top: 0;
  padding-left: 100px;
  padding-right: 0;
}

.legacy_content {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.legacy_left {
  float: left;
  justify-content: flex-start;
  width: 50%;
  margin-top: 10px;
  font-size: 14px;
  display: flex;
}

.legacy_list_item {
  float: left;
  padding-right: 10px;
}

.legacy_right {
  float: right;
  text-align: right;
  justify-content: flex-end;
  align-items: stretch;
  width: 50%;
  margin-top: 10px;
  font-size: 14px;
  display: flex;
}

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

.div_block_comm {
  float: left;
  text-align: center;
  width: 100%;
}

.image_webinar, .block_socials {
  text-align: center;
}

.link-block-3 {
  margin: 2px 10px;
}

.social_img_link {
  margin-left: 20px;
  margin-right: 20px;
}

@media screen and (max-width: 991px) {
  .brand {
    width: 60px;
    margin-top: 0;
    margin-left: 10px;
  }

  .brand.w--current {
    width: 100px;
    margin-left: 60px;
  }

  .nav-link {
    padding-top: 21px;
  }

  .nav-link:hover {
    background-color: #fff;
    border-bottom-style: solid;
  }

  .navbar {
    padding-right: 0;
  }

  .indexbutton {
    text-align: right;
  }

  .nav-menu {
    background-color: var(--indian-red);
    height: 100vh;
    padding-right: 60px;
  }

  .menu-button, .menu-button.w--open {
    background-color: var(--indian-red);
  }

  .icon {
    color: #053a6a;
  }

  .main-container {
    width: 100%;
    margin-top: -220px;
    padding-right: 60px;
  }

  .section-main-header {
    min-height: 500px;
    margin-top: -40px;
    padding-left: 0;
  }

  .second-main-container {
    width: 100%;
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .second-main-container.consortium {
    flex-flow: column;
    place-content: flex-start space-between;
    align-items: flex-start;
    width: 100%;
    padding-left: 40px;
    padding-right: 60px;
  }

  .big-heading {
    width: 100%;
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 20px;
    font-size: 80px;
    line-height: 80px;
  }

  .main-content-block {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .consortium-university, .consortium-university.w--current {
    width: 100%;
    margin-bottom: 20px;
  }

  .footer {
    background-image: none;
    background-size: auto;
    background-attachment: scroll;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .logoeu {
    width: 70%;
  }

  .breadcrumb {
    width: 100%;
  }

  .top-content {
    padding-bottom: 20px;
  }

  .aside-intern-navigation {
    width: 100%;
    margin-top: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .aside-page-navigation {
    width: 100%;
    margin-top: 0;
    position: static;
  }

  .big-block-heading {
    width: 90%;
    margin-top: -120px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    right: 60px;
  }

  .top_img {
    margin-top: 40px;
  }

  .index-text-block {
    font-size: 22px;
    line-height: 32px;
  }

  .div-block-25 {
    padding-left: 20px;
  }

  .div-block-26 {
    flex-direction: column;
    margin-top: -50px;
    padding-left: 20px;
    padding-right: 110px;
  }

  .section-2 {
    padding-left: 0;
  }

  .section-universities {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    background-attachment: scroll;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-content, .columns-4, .legacy_left, .legacy_right {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .brand {
    width: 70px;
  }

  .brand.w--current {
    margin-left: 40px;
  }

  .main-container {
    margin-top: -220px;
  }

  .section-main-header {
    padding-left: 0;
  }

  .big-heading {
    font-size: 60px;
    line-height: 55px;
  }

  .consortium-university.center {
    width: 100%;
  }

  .footer {
    padding: 20px 10px;
  }

  .top-content, .application-block {
    background-size: 75px;
  }
}

@media screen and (max-width: 479px) {
  .indexbutton {
    text-align: center;
  }

  .main-section {
    padding-right: 0;
  }

  .main-container {
    margin-top: -300px;
    padding-top: 50px;
    padding-right: 20px;
  }

  .section-main-header {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .p_toggle {
    text-align: left;
  }

  .second-main-container {
    padding-top: 50px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .big-heading {
    padding-right: 0;
    font-size: 25px;
    line-height: 25px;
  }

  .large-paragraph {
    text-align: left;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 20px;
  }

  .main-content-block {
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .consortium-university.center {
    width: 100%;
  }

  .footer {
    padding: 20px 10px;
  }

  .footer-link {
    font-size: 14px;
    line-height: 16px;
  }

  .aside-intern-navigation {
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .five-university-link {
    text-align: center;
    flex-flow: column;
    display: block;
  }

  .link-block {
    width: 50%;
  }

  .aside-page-navigation {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
  }

  .big-block-heading {
    margin-top: -35px;
    padding: 20px;
  }

  .top_img {
    margin-top: 0;
  }

  .index-main-block {
    padding-right: 0;
  }

  .index-text-block {
    font-size: 18px;
    line-height: 28px;
  }

  .div-block-26 {
    padding-right: 50px;
  }
}


