@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");

/* Initialisation // Don't touch */

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: Montserrat;
}

a {
  text-decoration: none;
}

a.primary-button {
  display: flex;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 24px;
  color: var(--Greyscale-grey-0, #fff);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  line-height: 24px;
  background: var(--Primary, #007461);
}

a.primary-button:hover {
  background: var(--Primary, #036151);
}

body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  color: #000;
}

:focus-visible {
  outline: 2px solid #0a94a8;
  outline-offset: px;
}

.contain {
  padding: 32px 16px;
  width: 100%;
}

h3 {
  color: var(--Greyscale-Grey-900, #000);
  font-family: Montserrat;
  font-size: 28px;
  padding: 0 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
}

/* HEADER */

.header {
  display: flex;
  padding: 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  border-radius: 20px;
  background: var(--msl-bg-lavender, #c7c7fa);
  margin-bottom: 90px;
}

.contain .header .left-section {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-self: stretch;
}

.contain .header .left-section .offer sup {
  font-size: 14px;
}

.contain .header h2:nth-child(1) {
  color: var(--Greyscale-Grey-900, black);
  font-family: Montserrat;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
}

.contain .header .left-section p {
  color: var(--Greyscale-grey-800, #071621);
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

.contain .header .left-section .lists {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  flex: 1 0 0;
}

.contain .header .left-section .list {
  display: flex;
  align-items: center;
  gap: 10px;
  align-self: stretch;
}

.contain .header .left-section .list img {
  width: 24px;
  height: 24px;
}

.contain .header .left-section .list p {
  color: var(--Greyscale-Grey-900, #000);
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.contain .header .left-section h2.offer {
  color: var(--msl-text-lavender, #0e01a6);
  font-family: Montserrat;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
}

.contain .header .left-section a.primary-button {
  background: var(--Accent-Lavender-700, #4452f2);
}

.contain .header .left-section a.primary-button:hover {
  background: var(--Accent-Lavender-700, #0e01a6);
}

.contain .header .right-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
}

.contain .header .right-section img {
  width: 100%;
  height: 230px;
  border-radius: 20px;
  object-fit: cover;
  box-shadow: 0px 10px 60px 0px var(--msl-shadowColor-m, rgba(41, 61, 94, 0.14));
}

/* SECTION ESG */

.contain .section-esg {
  display: flex;
  width: 100%;
  padding: 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
  border-radius: 20px;
  background: var(--Greyscale-grey-0, #fff);
  margin-bottom: 60px;
}

.contain .section-esg .left-section {
  display: flex;
  height: 230px;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 20px;
  box-shadow: 0px 10px 60px 0px var(--msl-shadowColor-m, rgba(41, 61, 94, 0.14));
}

.contain .section-esg .left-section img {
  width: 100%;
  object-fit: contain;
}

.contain .section-esg .right-section p.subtitle {
  color: #000;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

.contain .section-esg .right-section p.subtitle:nth-child(-n + 2) {
  margin-bottom: 20px;
}

.contain .section-esg .right-section p.subtitle:nth-child(3) {
  margin-bottom: 8px;
}

.contain .section-esg .right-section ul {
  padding-left: 20px;
  gap: 8px;
  margin-bottom: 30px;
}

.contain .section-esg .right-section ul li {
  color: #000;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.contain .section-esg .right-section ul li:nth-child(-n + 4) {
  margin-bottom: 2px;
}

/* COWORKING */

.section-coworking {
  display: flex;
  padding: 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 60px;
}

.contain .section-coworking .right-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  gap: 10px;
}

.contain .section-coworking .right-section img {
  border-radius: 20px;
  box-shadow: 0px 10px 60px 0px var(--msl-shadowColor-m, rgba(41, 61, 94, 0.14));
  height: 230px;
  width: 100%;
  object-fit: cover;
}

.contain .section-coworking .left-section .first-bloc {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.contain .section-coworking .left-section .first-bloc .first-bloc-start {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.contain .section-coworking .left-section .second-bloc {
  margin-top: 20px;
}

.contain .section-coworking p {
  color: #000;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.contain .section-coworking p:nth-child(1) {
  font-weight: 700;
}

.font-weight-strong {
  font-weight: 700;
}

/* FUNDING */

.contain h3 sup {
  font-size: 14px;
}

.section-funding {
  display: flex;
  padding: 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
  margin-bottom: 60px;
}

.contain .section-funding .left-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  gap: 10px;
}

.contain .section-funding .left-section img {
  border-radius: 20px;
  box-shadow: 0px 10px 60px 0px var(--msl-shadowColor-m, rgba(41, 61, 94, 0.14));
  height: 230px;
  width: 100%;
  object-fit: cover;
}

.contain .section-funding .right-section .first-bloc {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.contain .section-funding .right-section .second-bloc {
  margin-top: 20px;
}

.contain .section-funding p {
  color: #000;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

/* PARTNERSHIP */

.section-partnership {
  display: flex;
  padding: 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
  margin-bottom: 60px;
}

.contain .section-partnership .right-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  gap: 10px;
}

.contain .section-partnership .right-section img {
  border-radius: 20px;
  box-shadow: 0px 10px 60px 0px var(--msl-shadowColor-m, rgba(41, 61, 94, 0.14));
  height: 230px;
  width: 100%;
  object-fit: cover;
}

.contain .section-partnership .left-section .first-bloc {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.contain .section-partnership .left-section .second-bloc {
  margin-top: 20px;
}

.contain .section-partnership .left-section p {
  color: #000;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  line-height: 24px;
}

/* NOTICE */

.contain .notice {
  display: flex;
  flex-direction: column;
  padding: 10px;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
  color: #000;
  font-family: "Open Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

ul.lists,
.section-coworking ul,
.section-funding ul,
.notice ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}

ul.lists li,
.section-coworking ul li,
.section-funding ul li,
.notice ul li {
  color: #000;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 8px;
}

ul.lists li:last-child,
.section-coworking ul li:last-child,
.section-funding ul li:last-child,
.notice ul li:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 740px) {
  .contain .header {
    flex-direction: row;
  }

  .contain .header .left-section {
    width: 60%;
    align-items: start;
  }

  .contain .header .left-section a.primary-button {
    width: fit-content;
  }

  .contain .header .right-section {
    width: 40%;
  }

  .contain .header .right-section img {
    height: 100%;
    object-position: 45% 50%;
  }

  .contain .section-esg {
    flex-direction: row;
    gap: 30px;
  }

  .contain .section-esg .left-section {
    width: 50%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .contain .section-esg .right-section {
    width: 50%;
  }

  .contain .section-esg .right-section a.primary-button {
    width: fit-content;
  }

  .contain .section-coworking {
    flex-direction: row-reverse;
  }

  .contain .section-coworking .right-section {
    width: 40%;
  }

  .contain .section-coworking .left-section {
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .contain .section-coworking .right-section img {
    height: 100%;
  }

  .contain .section-funding {
    flex-direction: row;
  }

  .contain .section-funding .left-section {
    width: 40%;
  }

  .contain .section-funding .right-section {
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .contain .section-funding .left-section img {
    height: 100%;
  }

  .contain .section-partnership {
    flex-direction: row-reverse;
  }

  .contain .section-partnership .left-section {
    width: 60%;
  }

  .contain .section-partnership .right-section {
    width: 40%;
    align-items: start;
  }

  .contain .section-partnership .left-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}

@media only screen and (min-width: 900px) {
  .contain .header .left-section {
    width: 50%;
  }

  .contain .header .right-section {
    width: 50%;
  }

  .contain .section-coworking .left-section {
    width: 50%;
    align-self: stretch;
    justify-content: space-between;
  }

  .contain .section-coworking .right-section {
    width: 50%;
  }

  .contain .section-funding .right-section {
    width: 50%;
    align-self: stretch;
    justify-content: space-between;
  }

  .contain .section-funding .left-section {
    width: 50%;
  }

  .contain .section-partnership .right-section {
    width: 50%;
  }

  .contain .section-partnership .left-section {
    width: 50%;
    align-self: stretch;
    justify-content: space-between;
  }
}

@media only screen and (min-width: 1100px) {
  .contain {
    max-width: 1116px;
    width: 100%;
  }
}
