@font-face {
  font-family: "F 37 Gruffysoft";
  src: url('../fonts/F37GruffySoft-Medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "F 37 Gruffysoft";
  src: url('../fonts/F37GruffySoft-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --light-blue: #dbeceb;
  --36px: 36px;
  --cobalt: #14183e;
  --rose: #f6799f;
  --blue: #97cdc9;
  --white: #fff;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.navbar-button {
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  height: 100%;
  min-height: 100%;
  padding: 0;
  font-size: 24px;
  text-decoration: none;
  display: flex;
}

.navbar-button:hover {
  color: #7e7e7e;
}

.navbar-button.first {
  mix-blend-mode: normal;
  border-left-style: none;
  border-left-width: 0;
  width: auto;
  position: relative;
}

.hamburger {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.nav-link {
  color: #000;
  letter-spacing: .25px;
  text-transform: none;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-family: "F 37 Gruffysoft", Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  display: block;
}

.nav-link:hover {
  border-bottom: 1px solid #000;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  outline: 2px solid #ffffff1a;
}

.nav-link:lang(fr-ch) {
  border-bottom: 1px #000;
}

.menu-button {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: pointer;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: auto;
  height: 32px;
  padding: 0;
  display: flex;
  position: relative;
  inset: 0% 0% auto auto;
}

.nav-menu-new {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  mix-blend-mode: normal;
  border-top-style: none;
  border-bottom-style: none;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding: 0;
  display: flex;
}

.nav-menu-new.footer {
  justify-content: space-between;
  align-items: center;
}

.full-screen-menu {
  z-index: -1;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  flex: 1;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: auto;
  align-items: flex-start;
  max-width: 1920px;
  height: 100vh;
  padding: 72px 16px;
  display: none;
  position: absolute;
  inset: 0%;
}

.white-blocker {
  z-index: -2;
  pointer-events: none;
  background-color: #fff;
  flex: 1;
  align-self: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.topmenu {
  z-index: 20;
  mix-blend-mode: normal;
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: 100%;
  display: flex;
  position: relative;
  overflow: visible;
}

.nav-list-item {
  color: #000;
  border-top-style: none;
  border-top-width: 0;
  border-bottom-style: none;
  border-bottom-width: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.navbar-v4 {
  z-index: 20;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: #fff0;
  background-clip: border-box;
  flex-flow: column;
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  padding: 25px 25px 16px;
  display: flex;
  position: fixed;
  inset: 0% auto auto;
}

.logotype {
  width: 315px;
}

.logotype.big {
  width: 170px;
}

.nav-list-item-mobile {
  color: #000;
  border-top-style: none;
  border-top-width: 0;
  border-bottom-style: none;
  border-bottom-width: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.nav-menu-new-open {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  mix-blend-mode: normal;
  border-top-style: none;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding: 0;
  display: flex;
}

.burger-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-end;
  align-items: center;
  display: none;
}

.navbar {
  z-index: 30;
  background-color: var(--light-blue);
  mix-blend-mode: normal;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  width: 100%;
  height: auto;
  padding: 15px 25px;
}

.body {
  background-color: var(--light-blue);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.header {
  padding-right: var(--36px);
  padding-bottom: 60px;
  padding-left: var(--36px);
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  width: 100%;
  max-width: 1440px;
  height: 100vh;
  display: flex;
}

.column {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: static;
}

.column.aligntop {
  justify-content: flex-start;
  align-items: flex-start;
}

.h1 {
  z-index: 10;
  aspect-ratio: auto;
  color: var(--cobalt);
  font-family: "F 37 Gruffysoft", Arial, sans-serif;
  font-size: 72px;
  font-weight: 500;
  line-height: 110%;
  position: relative;
}

.lead {
  color: var(--cobalt);
  margin-bottom: 0;
  font-family: "F 37 Gruffysoft", Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
}

.lead.hide {
  display: none;
}

.image {
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: 40px;
  width: 100%;
  height: 100%;
}

.button {
  color: var(--cobalt);
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 10px;
  font-family: "F 37 Gruffysoft", Arial, sans-serif;
  font-weight: 500;
}

.button.pink {
  background-color: var(--rose);
}

.chatals {
  z-index: 1;
  aspect-ratio: auto;
  object-fit: fill;
  width: 55vw;
  max-width: none;
  position: absolute;
  inset: 28px 40px auto auto;
}

.content {
  padding: 200px var(--36px);
  grid-column-gap: 144px;
  grid-row-gap: 144px;
  color: var(--cobalt);
  background-color: #fff;
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.section {
  grid-column-gap: var(--36px);
  grid-row-gap: var(--36px);
  width: 100%;
  max-width: 1440px;
  display: flex;
}

.section.box-bluw {
  background-color: var(--light-blue);
  border-radius: 40px;
  flex-flow: column;
  padding: 20px;
}

.h2 {
  color: var(--cobalt);
  margin-top: 0;
  margin-bottom: 0;
  font-family: "F 37 Gruffysoft", Arial, sans-serif;
  font-size: 70px;
  font-weight: 500;
  line-height: 110%;
}

.row {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.row.aligntop {
  justify-content: flex-start;
  align-items: flex-start;
}

.row._50 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 50%;
}

.h3 {
  color: var(--cobalt);
  margin-top: 0;
  margin-bottom: 0;
  font-family: "F 37 Gruffysoft", Arial, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 110%;
}

.card-item {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--blue);
  border-radius: 20px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: static;
  overflow: hidden;
}

.card-item.aligntop {
  justify-content: flex-start;
  align-items: flex-start;
}

.card-item._50 {
  width: 50%;
}

.card-item.pink {
  background-color: var(--rose);
}

.card-item.white {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--white);
}

.card-info-wrapper {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 20px;
}

.card-image {
  aspect-ratio: 1;
  object-fit: cover;
  object-position: 50% 40%;
  border-radius: 20px;
  width: 50%;
}

.card-image._3-2 {
  aspect-ratio: 3 / 2;
}

.flex-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.card-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card-team-item {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: static;
  overflow: hidden;
}

.card-team-item.aligntop {
  justify-content: flex-start;
  align-items: flex-start;
}

.card-team-item._50 {
  width: 50%;
}

.card-wrapper-3col {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-2 {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 50%;
  max-width: none;
  height: 100%;
}

.code-embed {
  border-radius: 20px;
  height: 600px;
  margin-bottom: 0;
  overflow: hidden;
}

.footer {
  background-color: #fff;
  width: 100%;
}

.div-block {
  padding-top: 40px;
  padding-right: var(--36px);
  padding-left: var(--36px);
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  background-color: var(--blue);
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.footer-info {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1440px;
  padding-top: 0;
  padding-bottom: 60px;
  position: relative;
}

.image-3 {
  aspect-ratio: auto;
  position: absolute;
  inset: auto 0% 0% auto;
}

.link {
  color: var(--cobalt);
  text-decoration: none;
}

.flex-block-2 {
  height: 75vh;
  position: relative;
}

@media screen and (min-width: 1280px) {
  .chatals {
    width: 55vw;
    right: 0;
  }

  .flex-block-2 {
    height: 75vh;
  }
}

@media screen and (min-width: 1440px) {
  .chatals {
    width: 55vw;
    right: 0;
  }

  .flex-block-2 {
    height: 75vh;
  }
}

@media screen and (min-width: 1920px) {
  .navbar {
    border-bottom-right-radius: 60px;
    border-bottom-left-radius: 60px;
    max-width: none;
    padding-top: 10px;
    padding-bottom: 11px;
  }

  .h1 {
    font-size: 80px;
  }

  .chatals {
    width: 45vw;
    right: 0;
  }

  .row {
    max-width: 1440px;
  }

  .footer {
    background-color: var(--white);
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    display: flex;
  }

  .div-block {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    background-color: var(--blue);
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 50px 50px 0;
    display: flex;
  }

  .footer-info {
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    max-width: 1440px;
    padding-top: 80px;
    padding-bottom: 50px;
    position: relative;
  }

  .image-3 {
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .flex-block-2 {
    height: 82vh;
  }
}

@media screen and (max-width: 991px) {
  .hamburger {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: center;
    align-items: center;
    width: 40px;
  }

  .nav-link {
    color: #000;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 16px;
  }

  .nav-link:hover {
    padding-left: 5px;
    padding-right: 5px;
  }

  .link-mobile {
    color: #1a2b3c;
    font-family: "F 37 Gruffysoft", Arial, sans-serif;
    font-weight: 500;
    text-decoration: none;
  }

  .nav-menu-new {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
    border-top-style: none;
    border-top-width: 0;
    border-radius: 0;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-top: 0;
    padding: 0;
    display: none;
  }

  .nav-menu-new.footer-block {
    justify-content: flex-end;
    align-items: center;
    width: auto;
    display: flex;
  }

  .full-screen-menu {
    max-width: 1372px;
    padding-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
    display: none;
    left: 0;
  }

  .white-blocker {
    background-color: var(--light-blue);
    display: block;
  }

  .menu-bot {
    background-color: #fff;
    width: 100%;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-bot.black {
    background-color: #1a2b3c;
  }

  .topmenu {
    z-index: 9999;
  }

  .navbar-v4 {
    mix-blend-mode: normal;
    background-image: none;
  }

  .menu-top {
    background-color: #fff;
    width: 100%;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-top.black {
    color: #000;
    background-color: #1a2b3c;
  }

  .nav-list-item-mobile {
    color: #1a2b3c;
    text-transform: uppercase;
    font-size: 50px;
    line-height: 50px;
    text-decoration: none;
  }

  .menu-mid {
    background-color: #fff;
    width: 100%;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-mid.black {
    background-color: #1a2b3c;
  }

  .nav-menu-new-open {
    grid-column-gap: 65px;
    grid-row-gap: 65px;
    border-top-style: none;
    border-top-width: 0;
    border-bottom-style: none;
    border-radius: 0;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-top: 0;
    padding: 0;
    display: flex;
  }

  .burger-block {
    mix-blend-mode: normal;
    display: block;
  }

  .navbar {
    z-index: 30;
  }

  .header {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 118px 20px 20px;
  }

  .column {
    order: 9999;
  }

  .column.aligntop {
    order: -9999;
  }

  .h1 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 80px;
    line-height: 80px;
  }

  .lead {
    font-size: 20px;
  }

  .image {
    aspect-ratio: 16 / 9;
    order: 0;
  }

  .chatals {
    width: 90vw;
    inset: -60px 0% auto auto;
  }

  .content {
    padding-top: 101px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section {
    flex-flow: column;
  }

  .h2 {
    font-size: 60px;
    line-height: 100%;
  }

  .row._50 {
    width: 100%;
  }

  .card-item {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .card-item.white.poussette {
    flex-flow: row;
  }

  .card-image {
    aspect-ratio: 16 / 9;
    width: 100%;
  }

  .card-image._3-2 {
    width: 50%;
  }

  .team-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .card-wrapper-3col {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .image-2 {
    aspect-ratio: 16 / 9;
    width: 100%;
  }

  .image-3 {
    width: 180px;
  }

  .flex-block-2 {
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .navbar-button {
    font-size: 24px;
  }

  .nav-link {
    color: #000;
    padding: 0;
    font-size: 20px;
    display: inline-block;
  }

  .nav-link:hover {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu-new {
    border-radius: 0;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-new.footer-block {
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 0;
  }

  .full-screen-menu {
    flex: 1;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: flex-start;
    width: 100%;
    height: 100vh;
    padding-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
    display: none;
    position: fixed;
    inset: 0% auto auto 0%;
  }

  .white-blocker {
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
  }

  .topmenu {
    grid-column-gap: 33px;
    grid-row-gap: 33px;
    flex-flow: wrap;
  }

  .navbar-v4 {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    width: 92%;
    padding: 12px;
  }

  .logotype {
    width: 200px;
  }

  .logotype.big {
    width: 150px;
  }

  .nav-menu-new-open {
    border-bottom-style: none;
    border-radius: 0;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .image {
    aspect-ratio: 3 / 2;
  }

  .h2 {
    font-size: 50px;
  }

  .card-item.white.poussette {
    flex-flow: row;
  }

  .card-info-wrapper {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .card-image._3-2 {
    aspect-ratio: auto;
    height: 100%;
  }

  .card-wrapper, .team-wrapper {
    grid-template-columns: 1fr;
  }

  .card-wrapper-3col {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    grid-template-columns: 1fr;
  }

  .image-2 {
    width: 50%;
  }

  .code-embed {
    height: 400px;
    margin-bottom: 0;
  }

  .image-3 {
    width: 150px;
  }
}

@media screen and (max-width: 479px) {
  .navbar-button {
    justify-content: flex-start;
    align-self: auto;
    align-items: flex-start;
    font-size: 16px;
    line-height: 12px;
    display: block;
  }

  .nav-link {
    padding: 0;
    font-size: 20px;
  }

  .nav-menu-new {
    z-index: -10;
    mix-blend-mode: normal;
    background-color: #ffffffb3;
    border-radius: 0;
    flex-direction: column;
    padding-bottom: 150px;
    position: static;
    inset: 0%;
  }

  .nav-menu-new.footer-block {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    background-color: #fff0;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .full-screen-menu {
    justify-content: space-between;
    align-items: flex-start;
    padding: 16px 16px 144px;
    display: none;
    overflow: visible;
  }

  .topmenu {
    padding: 0;
  }

  .nav-list-item {
    color: #000;
  }

  .navbar-v4 {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .logotype.big {
    width: 150px;
  }

  .nav-list-item-mobile {
    color: #000;
  }

  .nav-menu-new-open {
    z-index: 0;
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    mix-blend-mode: normal;
    background-color: #fff0;
    border-radius: 0;
    flex-direction: column;
    padding-bottom: 0;
    position: relative;
    inset: 0%;
  }

  .header {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    height: 120vh;
    padding-top: 96px;
    overflow: hidden;
  }

  .column {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
  }

  .h1 {
    font-size: 40px;
    line-height: 42px;
  }

  .lead {
    font-size: 18px;
  }

  .image {
    aspect-ratio: auto;
    height: 100%;
  }

  .button.pink {
    font-size: 13px;
  }

  .chatals {
    z-index: 1;
    width: 100vw;
    inset: -50px 0 auto -25px;
  }

  .content {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .section.box-bluw {
    border-radius: 30px;
    padding: 40px 10px 10px;
  }

  .h2 {
    font-size: 40px;
  }

  .h3 {
    font-size: 20px;
  }

  .card-item.white.poussette {
    flex-flow: column;
  }

  .card-info-wrapper {
    padding: 15px;
  }

  .card-image._3-2 {
    aspect-ratio: 3 / 2;
    width: 100%;
  }

  .code-embed {
    height: 400px;
  }

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

  .flex-block-2 {
    height: 100%;
  }
}

#w-node-_70140502-4c3e-b4a3-e3ae-2478be1456ec-5357d492 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8c4fc414-18f4-560c-c375-3252406c7be3-5357d492 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

@media screen and (max-width: 991px) {
  #w-node-_70140502-4c3e-b4a3-e3ae-2478be1456ec-5357d492, #w-node-_8c4fc414-18f4-560c-c375-3252406c7be3-5357d492 {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_8c4fc414-18f4-560c-c375-3252406c7be3-5357d492 {
    grid-column: span 2 / span 2;
  }
}


@font-face {
  font-family: 'F 37 Gruffysoft';
  src: url('../fonts/F37GruffySoft-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'F 37 Gruffysoft';
  src: url('../fonts/F37GruffySoft-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}