@charset "UTF-8";
/*!
Theme Name: Mail14Formation
Author: Léa Laguette
Description: Thème personnalisé pour Mail14 Formation
Version: 1.0.2
Tested up to: 6.3.1
Text Domain: mail14
*/
@font-face {
  font-family: "Open Sans";
  src: url("./../fonts/OpenSans-VariableFont_wdth,wght.ttf") format("truetype");
  font-weight: 300 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("./../fonts/OpenSans-Italic-VariableFont_wdth,wght.ttf") format("truetype");
  font-weight: 300 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  src: url("./../fonts/MaterialSymbolsOutlined.woff2") format("woff2-variations");
}
.material-symbols-outlined {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 64;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
}

* {
  margin-block-start: 0;
  margin-block-end: 0;
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
}

section > * {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

img {
  border-radius: 8px;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}
@media (max-width: 1024px) {
  img {
    width: 100%;
  }
}

.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.row > * {
  flex: 1;
}
.row.justify-start {
  justify-content: start;
}
.row.justify-start > * {
  flex: none;
}
.row.justify-center {
  justify-content: center;
}
.row.justify-center > * {
  flex: none;
}
.row.justify-end {
  justify-content: end;
}
.row.justify-end > * {
  flex: none;
}
.row.gap-xs {
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.row.gap-s {
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.row.gap-m {
  -moz-column-gap: 40px;
       column-gap: 40px;
}
.row.gap-l {
  -moz-column-gap: 60px;
       column-gap: 60px;
}
.row.gap-xl {
  -moz-column-gap: 80px;
       column-gap: 80px;
}
@media (max-width: 1024px) {
  .row.width-25-tablet > * {
    flex-basis: 25%;
    max-width: 25%;
  }
  .row.width-25-tablet.gap-xs {
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 10px;
  }
  .row.width-25-tablet.gap-s {
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 20px;
  }
  .row.width-25-tablet.gap-m {
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 40px;
  }
  .row.width-25-tablet.gap-l {
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 60px;
  }
  .row.width-25-tablet.gap-xl {
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 80px;
  }
  .row.width-50-tablet > * {
    flex-basis: 50%;
    max-width: 50%;
  }
  .row.width-50-tablet.gap-xs {
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 10px;
  }
  .row.width-50-tablet.gap-s {
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 20px;
  }
  .row.width-50-tablet.gap-m {
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 40px;
  }
  .row.width-50-tablet.gap-l {
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 60px;
  }
  .row.width-50-tablet.gap-xl {
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 80px;
  }
  .row.width-100-tablet > * {
    flex-basis: 100%;
    max-width: 100%;
  }
  .row.width-100-tablet.gap-xs {
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 10px;
  }
  .row.width-100-tablet.gap-s {
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 20px;
  }
  .row.width-100-tablet.gap-m {
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 40px;
  }
  .row.width-100-tablet.gap-l {
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 60px;
  }
  .row.width-100-tablet.gap-xl {
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 80px;
  }
}
@media (max-width: 767px) {
  .row.width-25-mobile > * {
    flex-basis: 25%;
    max-width: 25%;
  }
  .row.width-25-mobile.gap-xs {
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 10px;
  }
  .row.width-25-mobile.gap-s {
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 20px;
  }
  .row.width-25-mobile.gap-m {
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 40px;
  }
  .row.width-25-mobile.gap-l {
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 60px;
  }
  .row.width-25-mobile.gap-xl {
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 80px;
  }
  .row.width-50-mobile > * {
    flex-basis: 50%;
    max-width: 50%;
  }
  .row.width-50-mobile.gap-xs {
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 10px;
  }
  .row.width-50-mobile.gap-s {
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 20px;
  }
  .row.width-50-mobile.gap-m {
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 40px;
  }
  .row.width-50-mobile.gap-l {
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 60px;
  }
  .row.width-50-mobile.gap-xl {
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 80px;
  }
  .row.width-100-mobile > * {
    flex-basis: 100%;
    max-width: 100%;
  }
  .row.width-100-mobile.gap-xs {
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 10px;
  }
  .row.width-100-mobile.gap-s {
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 20px;
  }
  .row.width-100-mobile.gap-m {
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 40px;
  }
  .row.width-100-mobile.gap-l {
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 60px;
  }
  .row.width-100-mobile.gap-xl {
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 80px;
  }
}

.column {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.column.gap-xs {
  gap: 10px;
}
.column.gap-s {
  gap: 20px;
}
.column.gap-m {
  gap: 40px;
}
.column.gap-l {
  gap: 60px;
}
.column.gap-xl {
  gap: 80px;
}
.column.justify-start {
  align-items: start;
}
.column.align-start {
  justify-content: start;
}
@media (max-width: 767px) {
  .column.column.justify-start-mobile {
    align-items: start;
  }
  .column.column.align-start-mobile {
    justify-content: start;
  }
}
.column.justify-center {
  align-items: center;
}
.column.align-center {
  justify-content: center;
}
@media (max-width: 767px) {
  .column.column.justify-center-mobile {
    align-items: center;
  }
  .column.column.align-center-mobile {
    justify-content: center;
  }
}
.column.justify-end {
  align-items: end;
}
.column.align-end {
  justify-content: end;
}
@media (max-width: 767px) {
  .column.column.justify-end-mobile {
    align-items: end;
  }
  .column.column.align-end-mobile {
    justify-content: end;
  }
}

ul.check-icon {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding-left: 0;
}
ul.check-icon.horizontal {
  flex-direction: row;
}
@media (max-width: 767px) {
  ul.check-icon.horizontal {
    flex-direction: column;
  }
}
ul.check-icon.row-gap-xs {
  row-gap: 10px;
}
ul.check-icon.column-gap-xs {
  -moz-column-gap: 10px;
       column-gap: 10px;
}
ul.check-icon.row-gap-s {
  row-gap: 20px;
}
ul.check-icon.column-gap-s {
  -moz-column-gap: 20px;
       column-gap: 20px;
}
ul.check-icon.row-gap-m {
  row-gap: 40px;
}
ul.check-icon.column-gap-m {
  -moz-column-gap: 40px;
       column-gap: 40px;
}
ul.check-icon.row-gap-l {
  row-gap: 60px;
}
ul.check-icon.column-gap-l {
  -moz-column-gap: 60px;
       column-gap: 60px;
}
ul.check-icon.row-gap-xl {
  row-gap: 80px;
}
ul.check-icon.column-gap-xl {
  -moz-column-gap: 80px;
       column-gap: 80px;
}
ul.check-icon li {
  position: relative;
  padding-left: 28px;
}
ul.check-icon li::before {
  font-size: 16px;
  content: "\e5ca";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Material Icons";
  background-color: #163081;
  color: #fff;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  text-align: center;
  line-height: 16px;
}

body {
  font-family: "Open sans", sans-serif;
  color: #222;
}

p, a {
  font-size: 16px;
  font-weight: 400;
}

.text-xs {
  font-size: 12px;
}

.text-s {
  font-size: 16px;
}

.text-m {
  font-size: 20px;
}

.text-l {
  font-size: 28px;
}

.text-xl {
  font-size: 34px;
}

.font-normal {
  font-weight: 400;
}

.font-accent {
  font-weight: 600;
}

.font-bold {
  font-weight: 600;
}

.font-extra-bold {
  font-weight: 700;
}

.bg-light-blue {
  background-color: #EDF2FA;
}

.text-accent-color {
  color: #163081;
}

.text-center {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .text-left-mobile {
    text-align: left;
  }
}
.section-padding-s {
  padding: 70px 20px;
}
@media (max-width: 1024px) {
  .section-padding-s {
    padding: 70px 20px;
  }
}
@media (max-width: 767px) {
  .section-padding-s {
    padding: 60px 20px;
  }
}

.section-padding-m {
  padding: 90px 20px;
}
@media (max-width: 1024px) {
  .section-padding-m {
    padding: 90px 20px;
  }
}
@media (max-width: 767px) {
  .section-padding-m {
    padding: 80px 20px;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.intervention-custom-layout .map-card {
  flex: 0 0 auto;
}
.intervention-custom-layout .column {
  flex: 0 0 45%;
}
@media screen and (max-width: 1024px) {
  .intervention-custom-layout .column {
    flex-basis: 100%;
  }
}

.btn {
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  padding: 16px 24px;
  background-color: #163081;
  color: #fff;
  border-radius: 50px;
  text-decoration: none;
  transition: background-color 0.5s;
  text-align: center;
}
.btn:hover {
  background-color: #222;
}
.btn.btn-wide {
  display: block;
}
.btn.btn-round {
  border-radius: 100%;
}
.btn:empty {
  padding: 0;
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn.btn-icon.btn-arrow-right::after {
  content: "";
  height: 16px;
  width: 16px;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  background-image: url("./../icons/arrow_right_alt.svg");
  margin-left: 8px;
}
.btn.btn-icon.btn-arrow-right:empty::after {
  margin-left: 0;
}
.btn.btn-icon-left.btn-arrow-right::before {
  content: "";
  height: 16px;
  width: 16px;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  background-image: url("./../icons/arrow_right_alt.svg");
  margin-right: 8px;
}
.btn.btn-icon-left.btn-arrow-right:empty::before {
  margin-right: 0;
}
.btn.btn-icon.btn-angle-right::after {
  content: "";
  height: 16px;
  width: 16px;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  background-image: url("./../icons/angle_right.svg");
  margin-left: 8px;
}
.btn.btn-icon.btn-angle-right:empty::after {
  margin-left: 0;
}
.btn.btn-icon-left.btn-angle-right::before {
  content: "";
  height: 16px;
  width: 16px;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  background-image: url("./../icons/angle_right.svg");
  margin-right: 8px;
}
.btn.btn-icon-left.btn-angle-right:empty::before {
  margin-right: 0;
}
.btn.btn-icon.btn-angle-left::after {
  content: "";
  height: 16px;
  width: 16px;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  background-image: url("./../icons/angle_left.svg");
  margin-left: 8px;
}
.btn.btn-icon.btn-angle-left:empty::after {
  margin-left: 0;
}
.btn.btn-icon-left.btn-angle-left::before {
  content: "";
  height: 16px;
  width: 16px;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  background-image: url("./../icons/angle_left.svg");
  margin-right: 8px;
}
.btn.btn-icon-left.btn-angle-left:empty::before {
  margin-right: 0;
}
.btn.btn-icon.btn-angle-bottom::after {
  content: "";
  height: 16px;
  width: 16px;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  background-image: url("./../icons/expand_more.svg");
  margin-left: 8px;
}
.btn.btn-icon.btn-angle-bottom:empty::after {
  margin-left: 0;
}
.btn.btn-icon-left.btn-angle-bottom::before {
  content: "";
  height: 16px;
  width: 16px;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  background-image: url("./../icons/expand_more.svg");
  margin-right: 8px;
}
.btn.btn-icon-left.btn-angle-bottom:empty::before {
  margin-right: 0;
}
.btn.btn-icon.btn-angle-top::after {
  content: "";
  height: 16px;
  width: 16px;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  background-image: url("./../icons/expand_less.svg");
  margin-left: 8px;
}
.btn.btn-icon.btn-angle-top:empty::after {
  margin-left: 0;
}
.btn.btn-icon-left.btn-angle-top::before {
  content: "";
  height: 16px;
  width: 16px;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  background-image: url("./../icons/expand_less.svg");
  margin-right: 8px;
}
.btn.btn-icon-left.btn-angle-top:empty::before {
  margin-right: 0;
}
.btn.btn-icon.btn-burger::after {
  content: "";
  height: 16px;
  width: 16px;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  background-image: url("./../icons/menu_burger.svg");
  margin-left: 8px;
}
.btn.btn-icon.btn-burger:empty::after {
  margin-left: 0;
}
.btn.btn-icon-left.btn-burger::before {
  content: "";
  height: 16px;
  width: 16px;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  background-image: url("./../icons/menu_burger.svg");
  margin-right: 8px;
}
.btn.btn-icon-left.btn-burger:empty::before {
  margin-right: 0;
}
.btn.btn-icon.btn-call::after {
  content: "";
  height: 16px;
  width: 16px;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  background-image: url("./../icons/call.svg");
  margin-left: 8px;
}
.btn.btn-icon.btn-call:empty::after {
  margin-left: 0;
}
.btn.btn-icon-left.btn-call::before {
  content: "";
  height: 16px;
  width: 16px;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  background-image: url("./../icons/call.svg");
  margin-right: 8px;
}
.btn.btn-icon-left.btn-call:empty::before {
  margin-right: 0;
}
.btn.btn-icon.btn-mail::after {
  content: "";
  height: 16px;
  width: 16px;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  background-image: url("./../icons/mail.svg");
  margin-left: 8px;
}
.btn.btn-icon.btn-mail:empty::after {
  margin-left: 0;
}
.btn.btn-icon-left.btn-mail::before {
  content: "";
  height: 16px;
  width: 16px;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  background-image: url("./../icons/mail.svg");
  margin-right: 8px;
}
.btn.btn-icon-left.btn-mail:empty::before {
  margin-right: 0;
}
.btn.btn-icon.btn-linkedin::after {
  content: "";
  height: 16px;
  width: 16px;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  background-image: url("./../icons/linkedin.svg");
  margin-left: 8px;
}
.btn.btn-icon.btn-linkedin:empty::after {
  margin-left: 0;
}
.btn.btn-icon-left.btn-linkedin::before {
  content: "";
  height: 16px;
  width: 16px;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  background-image: url("./../icons/linkedin.svg");
  margin-right: 8px;
}
.btn.btn-icon-left.btn-linkedin:empty::before {
  margin-right: 0;
}

.editor h2, .editor p:not(:last-of-type) {
  margin-bottom: 20px;
}

.partners {
  align-items: center;
  row-gap: 20px;
}
.partners img {
  max-height: 75px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1024px) {
  .partners img {
    width: -moz-fit-content;
    width: fit-content;
  }
}

.card {
  border-radius: 8px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
}
.card img {
  height: 160px;
  border-radius: 8px 8px 0 0;
}
.card .card__content {
  padding: 16px;
}

.mods {
  display: flex;
  -moz-column-gap: 25px;
       column-gap: 25px;
  flex-wrap: nowrap;
  justify-content: start;
  overflow: hidden;
}
.mods .mod {
  position: relative;
  flex: 0 0 calc((100% - 50px) / 3);
  transition: transform 0.3s;
}
.mods .mod .mod__image {
  position: relative;
  display: inline-block;
  width: 100%;
}
.mods .mod .mod__image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  pointer-events: none;
  border-radius: 8px;
}
.mods .mod .mod__image img {
  height: 250px;
}
.mods .mod .mod__title {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
@media (max-width: 767px) {
  .mods .mod {
    flex: 0 0 100%;
  }
}

.accordion {
  border-radius: 8px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
}
.accordion .accordion__header {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 40px;
       column-gap: 40px;
  padding: 24px 32px;
}
.accordion .accordion__content {
  display: none;
  padding: 48px 32px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.accordion .accordion__content .editor {
  margin-bottom: 48px;
}
.accordion .accordion__content img {
  flex: 0 0 60%;
  height: 465px;
}
@media screen and (max-width: 1024px) {
  .accordion .accordion__content img {
    flex: 0 0 100%;
    width: 100%;
    height: 300px;
  }
}
.accordion--opened .accordion__header {
  background: #EDF2FA;
}
.accordion--opened .accordion__header .toggle::after {
  rotate: 180deg;
}
.accordion--opened .accordion__content {
  display: block;
  animation: fadeIn 0.3s forwards;
}

.icon-text-card {
  display: flex;
  padding: 16px 32px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  align-items: center;
}
.icon-text-card .icon-text-card__icon {
  flex: 0 0 20%;
}
.icon-text-card .icon-text-card__icon .material-symbols-outlined {
  color: #163081;
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
  font-size: 42px;
}
.icon-text-card .icon-text-card__content {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}

.map-card {
  padding: 24px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  background-color: #fff;
  text-align: center;
}
.map-card img {
  width: 370px;
  height: 240px;
}
.map-card .map-card__legend {
  margin-top: 24px;
}

.section-timeline {
  padding: 90px 20px 45px 20px;
}

.timeline {
  position: relative;
  margin: 60px 0;
}
.timeline__line-container {
  padding: 0 60px;
}
.timeline__line {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
  color: #D9D9D9;
}
.timeline__line::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #D9D9D9;
  transform: translateY(-50%);
}
.timeline__line::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  height: 2px;
  background-color: #163081;
  transform: translateY(-50%);
  z-index: 0;
  width: var(--progress, 0%);
  transition: width 0.3s ease;
}
.timeline__line .current-step, .timeline__line .completed-step {
  background-color: #163081;
  color: #163081;
}
.timeline__dot {
  position: relative;
  width: 16px;
  height: 16px;
  background-color: #D9D9D9;
  border-radius: 50%;
  z-index: 1;
  cursor: pointer;
}
.timeline__dot:first-child {
  background-color: #163081;
}
.timeline__date {
  position: absolute;
  top: 24px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  font-size: 16px;
  color: inherit;
  font-weight: 600;
}
.timeline__step {
  align-items: center;
  flex-wrap: nowrap;
  gap: 48px;
  border: 1px solid rgba(22, 22, 22, 0.2);
  border-radius: 16px;
  padding: 64px 48px;
}
.timeline__step:not(.current-step-block) {
  display: none;
}
.timeline__step__images {
  display: flex;
  flex-direction: column;
  flex-basis: 30%;
  gap: 24px;
}
.timeline__step__images img {
  height: auto;
}
.timeline__step__text {
  flex-basis: 70%;
}
@media (max-width: 1024px) {
  .timeline__step__images {
    flex-basis: 40%;
  }
  .timeline__step__text {
    flex-basis: 60%;
  }
}
@media (max-width: 767px) {
  .timeline__step {
    flex-direction: column;
    padding: 32px 24px;
  }
  .timeline__line {
    margin-bottom: 60px;
  }
  .timeline__date {
    font-size: 12px;
  }
}

.section-numbered-blocks {
  padding: 45px 20px 90px 20px;
}

.numbered-blocks {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}

.numbered-block {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 24px;
  border-radius: 16px;
  border: 1px solid rgba(22, 22, 22, 0.2);
}
.numbered-block__number {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  background-color: #163081;
  color: #fff;
  border-radius: 8px;
  font-weight: 600;
  font-size: 20px;
}
.numbered-block__content {
  flex: 1;
  padding: 8px 0;
}
@media (max-width: 767px) {
  .numbered-block {
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding: 16px;
  }
  .numbered-block__number {
    min-width: 32px;
    height: 32px;
    font-size: 16px;
  }
}

.h1-banner {
  position: relative;
  padding: 140px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
}
.h1-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}
.h1-banner__content {
  position: relative;
  z-index: 1;
}
.h1-banner__title {
  font-size: 2.5rem;
  margin-bottom: 24px;
  color: #fff;
}
.h1-banner__description {
  max-width: 975px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .h1-banner {
    padding: 60px 0;
  }
  .h1-banner__title {
    font-size: 2rem;
  }
  .h1-banner__description {
    font-size: 1rem;
  }
}

header {
  padding: 20px;
}
header > * {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
header .logo-container {
  flex: 0 0 20%;
}
header .logo-container .custom-logo {
  max-width: 230px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 0;
}
header .main-menu-container {
  display: flex;
}
header .menu-header-container {
  z-index: 9999;
  flex: 0 0 80%;
  display: flex;
  align-items: center;
}
header .menu-header-container .menu {
  flex-basis: 100%;
  display: flex;
  align-items: center;
  list-style: none;
  -moz-column-gap: 48px;
       column-gap: 48px;
  position: relative;
}
header .menu-header-container .menu a {
  text-decoration: none;
  font-weight: 600;
  color: #222;
}
header .menu-header-container .menu a:hover {
  color: #163081;
}
header .menu-header-container .menu .menu-item-has-children::after {
  content: "";
  height: 12px;
  width: 12px;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  background-image: url("./../icons/menu_expand_more.svg");
  margin-left: 5px;
}
header .menu-header-container .menu .sub-menu {
  opacity: 0;
  position: absolute;
  top: 100%;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  list-style: none;
  padding: 20px;
  min-width: 150px;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  transition: opacity 0.3s;
}
header .menu-header-container .menu .menu-item-has-children:hover .sub-menu {
  opacity: 1;
}
header .menu-header-container .menu > li:last-child {
  margin-left: auto;
}
header .menu-header-container .menu .btn a {
  color: #fff;
}
header .btn.btn-icon.btn-burger::after {
  height: 32px;
  width: 32px;
  background-size: 32px 32px;
}
header .btn.btn-icon.btn-burger:hover {
  background-color: #163081;
}
@media screen and (min-width: 1025px) {
  header .btn.btn-icon.btn-burger {
    display: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1155px) {
  header .logo-container {
    flex: 0 0 10%;
  }
  header .menu-header-container {
    flex: 0 0 90%;
  }
  header .menu-header-container .menu {
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
}
@media screen and (max-width: 1024px) {
  header .logo-container {
    flex: 0 0 40%;
  }
  header .main-menu-container {
    position: relative;
    align-items: center;
    justify-content: space-between;
  }
  header .menu-header-container {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    width: -moz-fit-content;
    width: fit-content;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 25px 40px;
  }
  header .menu-header-container .menu {
    flex-direction: column;
    align-items: start;
    padding-inline-start: 0;
    row-gap: 25px;
  }
  header .menu-header-container .menu > li:last-child {
    margin-left: 0;
  }
  header .menu-header-container .menu .sub-menu {
    opacity: 1;
    position: unset;
    list-style: circle;
    box-shadow: none;
    padding: 15px 15px 0 15px;
  }
  header .menu-header-container .menu .menu-item-has-children > a[href="#"]:hover {
    color: #222;
  }
  header .menu-header-container .menu .menu-item-has-children::after {
    display: none;
  }
}

footer {
  padding: 90px 20px 48px;
}
footer > * {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
footer .custom-logo {
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 0;
}
footer .menu {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-inline-start: 0;
}
footer .menu a {
  text-decoration: none;
  color: #222;
}
footer .menu a:hover {
  color: #163081;
}
footer .bottom-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #222;
}
footer .bottom-footer a {
  font-size: 12px;
}
@media screen and (max-width: 1024px) {
  footer .custom-logo {
    max-width: 100px;
  }
}
@media screen and (max-width: 767px) {
  footer > .row {
    row-gap: 60px;
  }
}/*# sourceMappingURL=main.css.map */