.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.body-2026 {
  color: #00082a;
  background-image: url('../images-2026/Dispatch_FR.png');
  background-position: 0 0;
  background-size: cover;
  font-family: articulat-cf, sans-serif;
}

.section {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.flag-dispatch {
    position: absolute;
    right: 20px;
    top: 20px;
}

.flag-dispatch a {
    text-decoration: none;
}

.flag-dispatch img {
    height: 25px;
}

.container-2026 {
  width: 98%;
  max-width: 900px;
}

.div-block-logo2026 {
  text-align: center;
}

.heading-2026 {
  font-family: articulat-cf, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
}

.div-block-2-2026 {
  text-align: center;
  margin-top: 42px;
}

.flex-block-2026 {
  border-radius: 60px;
  flex-flow: wrap;
  align-items: stretch;
  margin-top: 63px;
  box-shadow: 2px 2px 12px #0003;
}

.image-2026 {
  object-fit: cover;
  border-top-left-radius: 60px;
  border-bottom-left-radius: 60px;
  height: 100%;
}

.div-block-3-2026 {
  width: 50%;
}

.div-block-4-2026 {
  background-color: #fff;
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
  width: 50%;
  max-width: none;
  padding-top: 38px;
  padding-bottom: 38px;
  padding-left: 40px;
}

.paragraph-2026 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #4e6bb2, #c88cd8 50%, #ec6465);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: articulat-cf, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 41px;
}

.text-block-2026 {
  letter-spacing: .88px;
  font-size: 22px;
  line-height: 25px;
}

.text-block-2 {
  font-size: 16px;
  line-height: 29px;
}

.div-block-5 {
  margin-top: 23px;
}

.flex-block-2-2026 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}

@media screen and (max-width: 991px) {
  .image-2026 {
    border-top-left-radius: 60px;
    border-bottom-left-radius: 60px;
  }

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

  .paragraph-2026 {
    font-size: 29px;
  }

  .text-block-2026 {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .body-2026 {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .section {
    height: auto;
    padding-bottom: 40px;
  }

  .div-block-logo2026 {
    margin-top: 40px;
  }

  .flex-block-2026 {
    flex-flow: column;
  }

  .image-2026 {
    border-top-right-radius: 60px;
    border-bottom-left-radius: 0;
    width: 100%;
  }

  .div-block-3-2026 {
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
    width: 100%;
  }

  .div-block-4-2026 {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 60px;
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .body-2026 {
    background-position: 0 0;
    background-size: cover;
  }
}


