@import url("https://use.typekit.net/jau2jiv.css");
:root {
  --vh: 1vh;
  --root_font_size_prop: 1;
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.ff-cols {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (min-width: 1200px) {
  .c-100 {
    width: 100%;
  }
  .c-85 {
    width: 85%;
  }
  .c-80 {
    width: 80%;
  }
  .c-75 {
    width: 75%;
  }
  .c-66 {
    width: 66.66%;
  }
  .c-60 {
    width: 60%;
  }
  .c-55 {
    width: 55%;
  }
  .c-50 {
    width: 50%;
  }
  .c-45 {
    width: 45%;
  }
  .c-40 {
    width: 40%;
  }
  .c-35 {
    width: 35%;
  }
  .c-33 {
    width: 33.33%;
  }
  .c-30 {
    width: 30%;
  }
  .c-25 {
    width: 25%;
  }
  .c-20 {
    width: 20%;
  }
  .c-15 {
    width: 15%;
  }
  .c-10 {
    width: 10%;
  }
  .ff-cols.c-margin-1 > .c-100 {
    width: calc(99.99%);
  }
  .ff-cols.c-margin-1 > .c-85 {
    width: calc(84.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-80 {
    width: calc(79.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-75 {
    width: calc(74.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-66 {
    width: calc(66.65% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-60 {
    width: calc(59.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-55 {
    width: calc(54.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-50 {
    width: calc(49.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-45 {
    width: calc(44.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-40 {
    width: calc(39.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-35 {
    width: calc(34.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-33 {
    width: calc(33.32% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-30 {
    width: calc(29.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-25 {
    width: calc(24.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-20 {
    width: calc(19.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-15 {
    width: calc(14.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-10 {
    width: calc(9.99% -  1rem);
  }
  .ff-cols.c-margin-2 > .c-100 {
    width: calc(99.99%);
  }
  .ff-cols.c-margin-2 > .c-85 {
    width: calc(84.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-80 {
    width: calc(79.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-75 {
    width: calc(74.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-66 {
    width: calc(66.65% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-60 {
    width: calc(59.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-55 {
    width: calc(54.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-50 {
    width: calc(49.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-45 {
    width: calc(44.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-40 {
    width: calc(39.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-35 {
    width: calc(34.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-33 {
    width: calc(33.32% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-30 {
    width: calc(29.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-25 {
    width: calc(24.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-20 {
    width: calc(19.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-15 {
    width: calc(14.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-10 {
    width: calc(9.99% -  2rem);
  }
  .ff-cols.c-margin-3 > .c-100 {
    width: calc(99.99%);
  }
  .ff-cols.c-margin-3 > .c-85 {
    width: calc(84.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-80 {
    width: calc(79.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-75 {
    width: calc(74.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-66 {
    width: calc(66.65% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-60 {
    width: calc(59.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-55 {
    width: calc(54.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-50 {
    width: calc(49.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-45 {
    width: calc(44.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-40 {
    width: calc(39.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-35 {
    width: calc(34.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-33 {
    width: calc(33.32% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-30 {
    width: calc(29.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-25 {
    width: calc(24.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-20 {
    width: calc(19.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-15 {
    width: calc(14.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-10 {
    width: calc(9.99% -  3rem);
  }
  .ff-cols.c-margin-4 > .c-100 {
    width: calc(99.99%);
  }
  .ff-cols.c-margin-4 > .c-85 {
    width: calc(84.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-80 {
    width: calc(79.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-75 {
    width: calc(74.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-66 {
    width: calc(66.65% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-60 {
    width: calc(59.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-55 {
    width: calc(54.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-50 {
    width: calc(49.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-45 {
    width: calc(44.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-40 {
    width: calc(39.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-35 {
    width: calc(34.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-33 {
    width: calc(33.32% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-30 {
    width: calc(29.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-25 {
    width: calc(24.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-20 {
    width: calc(19.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-15 {
    width: calc(14.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-10 {
    width: calc(9.99% -  4rem);
  }
  .c-desktop-100 {
    width: 100%;
  }
  .c-desktop-85 {
    width: 85%;
  }
  .c-desktop-80 {
    width: 80%;
  }
  .c-desktop-75 {
    width: 75%;
  }
  .c-desktop-66 {
    width: 66.66%;
  }
  .c-desktop-60 {
    width: 60%;
  }
  .c-desktop-55 {
    width: 55%;
  }
  .c-desktop-50 {
    width: 50%;
  }
  .c-desktop-45 {
    width: 45%;
  }
  .c-desktop-40 {
    width: 40%;
  }
  .c-desktop-35 {
    width: 35%;
  }
  .c-desktop-33 {
    width: 33.33%;
  }
  .c-desktop-30 {
    width: 30%;
  }
  .c-desktop-25 {
    width: 25%;
  }
  .c-desktop-20 {
    width: 20%;
  }
  .c-desktop-15 {
    width: 15%;
  }
  .c-desktop-10 {
    width: 10%;
  }
  .ff-cols.c-margin-1 > .c-100 {
    width: calc(99.99%);
  }
  .ff-cols.c-margin-1 > .c-85 {
    width: calc(84.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-80 {
    width: calc(79.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-75 {
    width: calc(74.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-66 {
    width: calc(66.65% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-60 {
    width: calc(59.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-55 {
    width: calc(54.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-50 {
    width: calc(49.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-45 {
    width: calc(44.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-40 {
    width: calc(39.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-35 {
    width: calc(34.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-33 {
    width: calc(33.32% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-30 {
    width: calc(29.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-25 {
    width: calc(24.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-20 {
    width: calc(19.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-15 {
    width: calc(14.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-10 {
    width: calc(9.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-desktop-100 {
    width: calc(99.99%);
  }
  .ff-cols.c-margin-1 > .c-desktop-85 {
    width: calc(84.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-desktop-80 {
    width: calc(79.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-desktop-75 {
    width: calc(74.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-desktop-66 {
    width: calc(66.65% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-desktop-60 {
    width: calc(59.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-desktop-55 {
    width: calc(54.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-desktop-50 {
    width: calc(49.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-desktop-45 {
    width: calc(44.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-desktop-40 {
    width: calc(39.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-desktop-35 {
    width: calc(34.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-desktop-33 {
    width: calc(33.32% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-desktop-30 {
    width: calc(29.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-desktop-25 {
    width: calc(24.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-desktop-20 {
    width: calc(19.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-desktop-15 {
    width: calc(14.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-desktop-10 {
    width: calc(9.99% -  1rem);
  }
  .ff-cols.c-margin-2 > .c-100 {
    width: calc(99.99%);
  }
  .ff-cols.c-margin-2 > .c-85 {
    width: calc(84.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-80 {
    width: calc(79.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-75 {
    width: calc(74.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-66 {
    width: calc(66.65% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-60 {
    width: calc(59.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-55 {
    width: calc(54.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-50 {
    width: calc(49.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-45 {
    width: calc(44.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-40 {
    width: calc(39.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-35 {
    width: calc(34.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-33 {
    width: calc(33.32% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-30 {
    width: calc(29.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-25 {
    width: calc(24.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-20 {
    width: calc(19.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-15 {
    width: calc(14.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-10 {
    width: calc(9.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-desktop-100 {
    width: calc(99.99%);
  }
  .ff-cols.c-margin-2 > .c-desktop-85 {
    width: calc(84.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-desktop-80 {
    width: calc(79.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-desktop-75 {
    width: calc(74.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-desktop-66 {
    width: calc(66.65% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-desktop-60 {
    width: calc(59.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-desktop-55 {
    width: calc(54.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-desktop-50 {
    width: calc(49.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-desktop-45 {
    width: calc(44.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-desktop-40 {
    width: calc(39.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-desktop-35 {
    width: calc(34.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-desktop-33 {
    width: calc(33.32% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-desktop-30 {
    width: calc(29.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-desktop-25 {
    width: calc(24.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-desktop-20 {
    width: calc(19.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-desktop-15 {
    width: calc(14.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-desktop-10 {
    width: calc(9.99% -  2rem);
  }
  .ff-cols.c-margin-3 > .c-100 {
    width: calc(99.99%);
  }
  .ff-cols.c-margin-3 > .c-85 {
    width: calc(84.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-80 {
    width: calc(79.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-75 {
    width: calc(74.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-66 {
    width: calc(66.65% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-60 {
    width: calc(59.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-55 {
    width: calc(54.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-50 {
    width: calc(49.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-45 {
    width: calc(44.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-40 {
    width: calc(39.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-35 {
    width: calc(34.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-33 {
    width: calc(33.32% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-30 {
    width: calc(29.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-25 {
    width: calc(24.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-20 {
    width: calc(19.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-15 {
    width: calc(14.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-10 {
    width: calc(9.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-desktop-100 {
    width: calc(99.99%);
  }
  .ff-cols.c-margin-3 > .c-desktop-85 {
    width: calc(84.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-desktop-80 {
    width: calc(79.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-desktop-75 {
    width: calc(74.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-desktop-66 {
    width: calc(66.65% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-desktop-60 {
    width: calc(59.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-desktop-55 {
    width: calc(54.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-desktop-50 {
    width: calc(49.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-desktop-45 {
    width: calc(44.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-desktop-40 {
    width: calc(39.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-desktop-35 {
    width: calc(34.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-desktop-33 {
    width: calc(33.32% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-desktop-30 {
    width: calc(29.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-desktop-25 {
    width: calc(24.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-desktop-20 {
    width: calc(19.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-desktop-15 {
    width: calc(14.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-desktop-10 {
    width: calc(9.99% -  3rem);
  }
  .ff-cols.c-margin-4 > .c-100 {
    width: calc(99.99%);
  }
  .ff-cols.c-margin-4 > .c-85 {
    width: calc(84.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-80 {
    width: calc(79.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-75 {
    width: calc(74.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-66 {
    width: calc(66.65% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-60 {
    width: calc(59.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-55 {
    width: calc(54.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-50 {
    width: calc(49.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-45 {
    width: calc(44.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-40 {
    width: calc(39.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-35 {
    width: calc(34.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-33 {
    width: calc(33.32% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-30 {
    width: calc(29.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-25 {
    width: calc(24.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-20 {
    width: calc(19.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-15 {
    width: calc(14.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-10 {
    width: calc(9.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-desktop-100 {
    width: calc(99.99%);
  }
  .ff-cols.c-margin-4 > .c-desktop-85 {
    width: calc(84.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-desktop-80 {
    width: calc(79.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-desktop-75 {
    width: calc(74.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-desktop-66 {
    width: calc(66.65% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-desktop-60 {
    width: calc(59.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-desktop-55 {
    width: calc(54.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-desktop-50 {
    width: calc(49.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-desktop-45 {
    width: calc(44.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-desktop-40 {
    width: calc(39.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-desktop-35 {
    width: calc(34.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-desktop-33 {
    width: calc(33.32% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-desktop-30 {
    width: calc(29.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-desktop-25 {
    width: calc(24.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-desktop-20 {
    width: calc(19.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-desktop-15 {
    width: calc(14.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-desktop-10 {
    width: calc(9.99% -  4rem);
  }
  .ff-cols.c-desktop-margin-1 > .c-100 {
    width: calc(99.99%);
  }
  .ff-cols.c-desktop-margin-1 > .c-85 {
    width: calc(84.99% -  0.6rem);
  }
  .ff-cols.c-desktop-margin-1 > .c-80 {
    width: calc(79.99% -  0.6rem);
  }
  .ff-cols.c-desktop-margin-1 > .c-75 {
    width: calc(74.99% -  0.6rem);
  }
  .ff-cols.c-desktop-margin-1 > .c-66 {
    width: calc(66.65% -  0.6rem);
  }
  .ff-cols.c-desktop-margin-1 > .c-60 {
    width: calc(59.99% -  0.6rem);
  }
  .ff-cols.c-desktop-margin-1 > .c-55 {
    width: calc(54.99% -  0.6rem);
  }
  .ff-cols.c-desktop-margin-1 > .c-50 {
    width: calc(49.99% -  0.6rem);
  }
  .ff-cols.c-desktop-margin-1 > .c-45 {
    width: calc(44.99% -  0.6rem);
  }
  .ff-cols.c-desktop-margin-1 > .c-40 {
    width: calc(39.99% -  0.6rem);
  }
  .ff-cols.c-desktop-margin-1 > .c-35 {
    width: calc(34.99% -  0.6rem);
  }
  .ff-cols.c-desktop-margin-1 > .c-33 {
    width: calc(33.32% -  0.6rem);
  }
  .ff-cols.c-desktop-margin-1 > .c-30 {
    width: calc(29.99% -  0.6rem);
  }
  .ff-cols.c-desktop-margin-1 > .c-25 {
    width: calc(24.99% -  0.6rem);
  }
  .ff-cols.c-desktop-margin-1 > .c-20 {
    width: calc(19.99% -  0.6rem);
  }
  .ff-cols.c-desktop-margin-1 > .c-15 {
    width: calc(14.99% -  0.6rem);
  }
  .ff-cols.c-desktop-margin-1 > .c-10 {
    width: calc(9.99% -  0.6rem);
  }
  .ff-cols.c-desktop-margin-1 > .c-desktop-100 {
    width: calc(99.99%);
  }
  .ff-cols.c-desktop-margin-1 > .c-desktop-85 {
    width: calc(84.99% -  0.6rem);
  }
  .ff-cols.c-desktop-margin-1 > .c-desktop-80 {
    width: calc(79.99% -  0.6rem);
  }
  .ff-cols.c-desktop-margin-1 > .c-desktop-75 {
    width: calc(74.99% -  0.6rem);
  }
  .ff-cols.c-desktop-margin-1 > .c-desktop-66 {
    width: calc(66.65% -  0.6rem);
  }
  .ff-cols.c-desktop-margin-1 > .c-desktop-60 {
    width: calc(59.99% -  0.6rem);
  }
  .ff-cols.c-desktop-margin-1 > .c-desktop-55 {
    width: calc(54.99% -  0.6rem);
  }
  .ff-cols.c-desktop-margin-1 > .c-desktop-50 {
    width: calc(49.99% -  0.6rem);
  }
  .ff-cols.c-desktop-margin-1 > .c-desktop-45 {
    width: calc(44.99% -  0.6rem);
  }
  .ff-cols.c-desktop-margin-1 > .c-desktop-40 {
    width: calc(39.99% -  0.6rem);
  }
  .ff-cols.c-desktop-margin-1 > .c-desktop-35 {
    width: calc(34.99% -  0.6rem);
  }
  .ff-cols.c-desktop-margin-1 > .c-desktop-33 {
    width: calc(33.32% -  0.6rem);
  }
  .ff-cols.c-desktop-margin-1 > .c-desktop-30 {
    width: calc(29.99% -  0.6rem);
  }
  .ff-cols.c-desktop-margin-1 > .c-desktop-25 {
    width: calc(24.99% -  0.6rem);
  }
  .ff-cols.c-desktop-margin-1 > .c-desktop-20 {
    width: calc(19.99% -  0.6rem);
  }
  .ff-cols.c-desktop-margin-1 > .c-desktop-15 {
    width: calc(14.99% -  0.6rem);
  }
  .ff-cols.c-desktop-margin-1 > .c-desktop-10 {
    width: calc(9.99% -  0.6rem);
  }
  .ff-cols.c-desktop-margin-2 > .c-100 {
    width: calc(99.99%);
  }
  .ff-cols.c-desktop-margin-2 > .c-85 {
    width: calc(84.99% -  2rem);
  }
  .ff-cols.c-desktop-margin-2 > .c-80 {
    width: calc(79.99% -  2rem);
  }
  .ff-cols.c-desktop-margin-2 > .c-75 {
    width: calc(74.99% -  2rem);
  }
  .ff-cols.c-desktop-margin-2 > .c-66 {
    width: calc(66.65% -  2rem);
  }
  .ff-cols.c-desktop-margin-2 > .c-60 {
    width: calc(59.99% -  2rem);
  }
  .ff-cols.c-desktop-margin-2 > .c-55 {
    width: calc(54.99% -  2rem);
  }
  .ff-cols.c-desktop-margin-2 > .c-50 {
    width: calc(49.99% -  2rem);
  }
  .ff-cols.c-desktop-margin-2 > .c-45 {
    width: calc(44.99% -  2rem);
  }
  .ff-cols.c-desktop-margin-2 > .c-40 {
    width: calc(39.99% -  2rem);
  }
  .ff-cols.c-desktop-margin-2 > .c-35 {
    width: calc(34.99% -  2rem);
  }
  .ff-cols.c-desktop-margin-2 > .c-33 {
    width: calc(33.32% -  2rem);
  }
  .ff-cols.c-desktop-margin-2 > .c-30 {
    width: calc(29.99% -  2rem);
  }
  .ff-cols.c-desktop-margin-2 > .c-25 {
    width: calc(24.99% -  2rem);
  }
  .ff-cols.c-desktop-margin-2 > .c-20 {
    width: calc(19.99% -  2rem);
  }
  .ff-cols.c-desktop-margin-2 > .c-15 {
    width: calc(14.99% -  2rem);
  }
  .ff-cols.c-desktop-margin-2 > .c-10 {
    width: calc(9.99% -  2rem);
  }
  .ff-cols.c-desktop-margin-2 > .c-desktop-100 {
    width: calc(99.99%);
  }
  .ff-cols.c-desktop-margin-2 > .c-desktop-85 {
    width: calc(84.99% -  2rem);
  }
  .ff-cols.c-desktop-margin-2 > .c-desktop-80 {
    width: calc(79.99% -  2rem);
  }
  .ff-cols.c-desktop-margin-2 > .c-desktop-75 {
    width: calc(74.99% -  2rem);
  }
  .ff-cols.c-desktop-margin-2 > .c-desktop-66 {
    width: calc(66.65% -  2rem);
  }
  .ff-cols.c-desktop-margin-2 > .c-desktop-60 {
    width: calc(59.99% -  2rem);
  }
  .ff-cols.c-desktop-margin-2 > .c-desktop-55 {
    width: calc(54.99% -  2rem);
  }
  .ff-cols.c-desktop-margin-2 > .c-desktop-50 {
    width: calc(49.99% -  2rem);
  }
  .ff-cols.c-desktop-margin-2 > .c-desktop-45 {
    width: calc(44.99% -  2rem);
  }
  .ff-cols.c-desktop-margin-2 > .c-desktop-40 {
    width: calc(39.99% -  2rem);
  }
  .ff-cols.c-desktop-margin-2 > .c-desktop-35 {
    width: calc(34.99% -  2rem);
  }
  .ff-cols.c-desktop-margin-2 > .c-desktop-33 {
    width: calc(33.32% -  2rem);
  }
  .ff-cols.c-desktop-margin-2 > .c-desktop-30 {
    width: calc(29.99% -  2rem);
  }
  .ff-cols.c-desktop-margin-2 > .c-desktop-25 {
    width: calc(24.99% -  2rem);
  }
  .ff-cols.c-desktop-margin-2 > .c-desktop-20 {
    width: calc(19.99% -  2rem);
  }
  .ff-cols.c-desktop-margin-2 > .c-desktop-15 {
    width: calc(14.99% -  2rem);
  }
  .ff-cols.c-desktop-margin-2 > .c-desktop-10 {
    width: calc(9.99% -  2rem);
  }
  .ff-cols.c-desktop-margin-3 > .c-100 {
    width: calc(99.99%);
  }
  .ff-cols.c-desktop-margin-3 > .c-85 {
    width: calc(84.99% -  3rem);
  }
  .ff-cols.c-desktop-margin-3 > .c-80 {
    width: calc(79.99% -  3rem);
  }
  .ff-cols.c-desktop-margin-3 > .c-75 {
    width: calc(74.99% -  3rem);
  }
  .ff-cols.c-desktop-margin-3 > .c-66 {
    width: calc(66.65% -  3rem);
  }
  .ff-cols.c-desktop-margin-3 > .c-60 {
    width: calc(59.99% -  3rem);
  }
  .ff-cols.c-desktop-margin-3 > .c-55 {
    width: calc(54.99% -  3rem);
  }
  .ff-cols.c-desktop-margin-3 > .c-50 {
    width: calc(49.99% -  3rem);
  }
  .ff-cols.c-desktop-margin-3 > .c-45 {
    width: calc(44.99% -  3rem);
  }
  .ff-cols.c-desktop-margin-3 > .c-40 {
    width: calc(39.99% -  3rem);
  }
  .ff-cols.c-desktop-margin-3 > .c-35 {
    width: calc(34.99% -  3rem);
  }
  .ff-cols.c-desktop-margin-3 > .c-33 {
    width: calc(33.32% -  3rem);
  }
  .ff-cols.c-desktop-margin-3 > .c-30 {
    width: calc(29.99% -  3rem);
  }
  .ff-cols.c-desktop-margin-3 > .c-25 {
    width: calc(24.99% -  3rem);
  }
  .ff-cols.c-desktop-margin-3 > .c-20 {
    width: calc(19.99% -  3rem);
  }
  .ff-cols.c-desktop-margin-3 > .c-15 {
    width: calc(14.99% -  3rem);
  }
  .ff-cols.c-desktop-margin-3 > .c-10 {
    width: calc(9.99% -  3rem);
  }
  .ff-cols.c-desktop-margin-3 > .c-desktop-100 {
    width: calc(99.99%);
  }
  .ff-cols.c-desktop-margin-3 > .c-desktop-85 {
    width: calc(84.99% -  3rem);
  }
  .ff-cols.c-desktop-margin-3 > .c-desktop-80 {
    width: calc(79.99% -  3rem);
  }
  .ff-cols.c-desktop-margin-3 > .c-desktop-75 {
    width: calc(74.99% -  3rem);
  }
  .ff-cols.c-desktop-margin-3 > .c-desktop-66 {
    width: calc(66.65% -  3rem);
  }
  .ff-cols.c-desktop-margin-3 > .c-desktop-60 {
    width: calc(59.99% -  3rem);
  }
  .ff-cols.c-desktop-margin-3 > .c-desktop-55 {
    width: calc(54.99% -  3rem);
  }
  .ff-cols.c-desktop-margin-3 > .c-desktop-50 {
    width: calc(49.99% -  3rem);
  }
  .ff-cols.c-desktop-margin-3 > .c-desktop-45 {
    width: calc(44.99% -  3rem);
  }
  .ff-cols.c-desktop-margin-3 > .c-desktop-40 {
    width: calc(39.99% -  3rem);
  }
  .ff-cols.c-desktop-margin-3 > .c-desktop-35 {
    width: calc(34.99% -  3rem);
  }
  .ff-cols.c-desktop-margin-3 > .c-desktop-33 {
    width: calc(33.32% -  3rem);
  }
  .ff-cols.c-desktop-margin-3 > .c-desktop-30 {
    width: calc(29.99% -  3rem);
  }
  .ff-cols.c-desktop-margin-3 > .c-desktop-25 {
    width: calc(24.99% -  3rem);
  }
  .ff-cols.c-desktop-margin-3 > .c-desktop-20 {
    width: calc(19.99% -  3rem);
  }
  .ff-cols.c-desktop-margin-3 > .c-desktop-15 {
    width: calc(14.99% -  3rem);
  }
  .ff-cols.c-desktop-margin-3 > .c-desktop-10 {
    width: calc(9.99% -  3rem);
  }
  .ff-cols.c-desktop-margin-4 > .c-100 {
    width: calc(99.99%);
  }
  .ff-cols.c-desktop-margin-4 > .c-85 {
    width: calc(84.99% -  4rem);
  }
  .ff-cols.c-desktop-margin-4 > .c-80 {
    width: calc(79.99% -  4rem);
  }
  .ff-cols.c-desktop-margin-4 > .c-75 {
    width: calc(74.99% -  4rem);
  }
  .ff-cols.c-desktop-margin-4 > .c-66 {
    width: calc(66.65% -  4rem);
  }
  .ff-cols.c-desktop-margin-4 > .c-60 {
    width: calc(59.99% -  4rem);
  }
  .ff-cols.c-desktop-margin-4 > .c-55 {
    width: calc(54.99% -  4rem);
  }
  .ff-cols.c-desktop-margin-4 > .c-50 {
    width: calc(49.99% -  4rem);
  }
  .ff-cols.c-desktop-margin-4 > .c-45 {
    width: calc(44.99% -  4rem);
  }
  .ff-cols.c-desktop-margin-4 > .c-40 {
    width: calc(39.99% -  4rem);
  }
  .ff-cols.c-desktop-margin-4 > .c-35 {
    width: calc(34.99% -  4rem);
  }
  .ff-cols.c-desktop-margin-4 > .c-33 {
    width: calc(33.32% -  4rem);
  }
  .ff-cols.c-desktop-margin-4 > .c-30 {
    width: calc(29.99% -  4rem);
  }
  .ff-cols.c-desktop-margin-4 > .c-25 {
    width: calc(24.99% -  4rem);
  }
  .ff-cols.c-desktop-margin-4 > .c-20 {
    width: calc(19.99% -  4rem);
  }
  .ff-cols.c-desktop-margin-4 > .c-15 {
    width: calc(14.99% -  4rem);
  }
  .ff-cols.c-desktop-margin-4 > .c-10 {
    width: calc(9.99% -  4rem);
  }
  .ff-cols.c-desktop-margin-4 > .c-desktop-100 {
    width: calc(99.99%);
  }
  .ff-cols.c-desktop-margin-4 > .c-desktop-85 {
    width: calc(84.99% -  4rem);
  }
  .ff-cols.c-desktop-margin-4 > .c-desktop-80 {
    width: calc(79.99% -  4rem);
  }
  .ff-cols.c-desktop-margin-4 > .c-desktop-75 {
    width: calc(74.99% -  4rem);
  }
  .ff-cols.c-desktop-margin-4 > .c-desktop-66 {
    width: calc(66.65% -  4rem);
  }
  .ff-cols.c-desktop-margin-4 > .c-desktop-60 {
    width: calc(59.99% -  4rem);
  }
  .ff-cols.c-desktop-margin-4 > .c-desktop-55 {
    width: calc(54.99% -  4rem);
  }
  .ff-cols.c-desktop-margin-4 > .c-desktop-50 {
    width: calc(49.99% -  4rem);
  }
  .ff-cols.c-desktop-margin-4 > .c-desktop-45 {
    width: calc(44.99% -  4rem);
  }
  .ff-cols.c-desktop-margin-4 > .c-desktop-40 {
    width: calc(39.99% -  4rem);
  }
  .ff-cols.c-desktop-margin-4 > .c-desktop-35 {
    width: calc(34.99% -  4rem);
  }
  .ff-cols.c-desktop-margin-4 > .c-desktop-33 {
    width: calc(33.32% -  4rem);
  }
  .ff-cols.c-desktop-margin-4 > .c-desktop-30 {
    width: calc(29.99% -  4rem);
  }
  .ff-cols.c-desktop-margin-4 > .c-desktop-25 {
    width: calc(24.99% -  4rem);
  }
  .ff-cols.c-desktop-margin-4 > .c-desktop-20 {
    width: calc(19.99% -  4rem);
  }
  .ff-cols.c-desktop-margin-4 > .c-desktop-15 {
    width: calc(14.99% -  4rem);
  }
  .ff-cols.c-desktop-margin-4 > .c-desktop-10 {
    width: calc(9.99% -  4rem);
  }
}
@media screen and (max-width: 1199px) and (min-width: 750px) {
  .c-100 {
    width: 100%;
  }
  .c-85 {
    width: 85%;
  }
  .c-80 {
    width: 80%;
  }
  .c-75 {
    width: 75%;
  }
  .c-66 {
    width: 66.66%;
  }
  .c-60 {
    width: 60%;
  }
  .c-55 {
    width: 55%;
  }
  .c-50 {
    width: 50%;
  }
  .c-45 {
    width: 45%;
  }
  .c-40 {
    width: 40%;
  }
  .c-35 {
    width: 35%;
  }
  .c-33 {
    width: 33.33%;
  }
  .c-30 {
    width: 30%;
  }
  .c-25 {
    width: 25%;
  }
  .c-20 {
    width: 20%;
  }
  .c-15 {
    width: 15%;
  }
  .c-10 {
    width: 10%;
  }
  .ff-cols.c-margin-1 > .c-100 {
    width: calc(99.99%);
  }
  .ff-cols.c-margin-1 > .c-85 {
    width: calc(84.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-80 {
    width: calc(79.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-75 {
    width: calc(74.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-66 {
    width: calc(66.65% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-60 {
    width: calc(59.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-55 {
    width: calc(54.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-50 {
    width: calc(49.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-45 {
    width: calc(44.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-40 {
    width: calc(39.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-35 {
    width: calc(34.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-33 {
    width: calc(33.32% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-30 {
    width: calc(29.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-25 {
    width: calc(24.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-20 {
    width: calc(19.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-15 {
    width: calc(14.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-10 {
    width: calc(9.99% -  1rem);
  }
  .ff-cols.c-margin-2 > .c-100 {
    width: calc(99.99%);
  }
  .ff-cols.c-margin-2 > .c-85 {
    width: calc(84.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-80 {
    width: calc(79.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-75 {
    width: calc(74.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-66 {
    width: calc(66.65% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-60 {
    width: calc(59.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-55 {
    width: calc(54.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-50 {
    width: calc(49.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-45 {
    width: calc(44.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-40 {
    width: calc(39.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-35 {
    width: calc(34.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-33 {
    width: calc(33.32% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-30 {
    width: calc(29.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-25 {
    width: calc(24.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-20 {
    width: calc(19.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-15 {
    width: calc(14.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-10 {
    width: calc(9.99% -  2rem);
  }
  .ff-cols.c-margin-3 > .c-100 {
    width: calc(99.99%);
  }
  .ff-cols.c-margin-3 > .c-85 {
    width: calc(84.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-80 {
    width: calc(79.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-75 {
    width: calc(74.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-66 {
    width: calc(66.65% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-60 {
    width: calc(59.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-55 {
    width: calc(54.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-50 {
    width: calc(49.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-45 {
    width: calc(44.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-40 {
    width: calc(39.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-35 {
    width: calc(34.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-33 {
    width: calc(33.32% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-30 {
    width: calc(29.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-25 {
    width: calc(24.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-20 {
    width: calc(19.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-15 {
    width: calc(14.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-10 {
    width: calc(9.99% -  3rem);
  }
  .ff-cols.c-margin-4 > .c-100 {
    width: calc(99.99%);
  }
  .ff-cols.c-margin-4 > .c-85 {
    width: calc(84.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-80 {
    width: calc(79.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-75 {
    width: calc(74.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-66 {
    width: calc(66.65% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-60 {
    width: calc(59.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-55 {
    width: calc(54.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-50 {
    width: calc(49.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-45 {
    width: calc(44.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-40 {
    width: calc(39.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-35 {
    width: calc(34.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-33 {
    width: calc(33.32% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-30 {
    width: calc(29.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-25 {
    width: calc(24.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-20 {
    width: calc(19.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-15 {
    width: calc(14.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-10 {
    width: calc(9.99% -  4rem);
  }
  .c-tablet-100 {
    width: 100%;
  }
  .c-tablet-85 {
    width: 85%;
  }
  .c-tablet-80 {
    width: 80%;
  }
  .c-tablet-75 {
    width: 75%;
  }
  .c-tablet-66 {
    width: 66.66%;
  }
  .c-tablet-60 {
    width: 60%;
  }
  .c-tablet-55 {
    width: 55%;
  }
  .c-tablet-50 {
    width: 50%;
  }
  .c-tablet-45 {
    width: 45%;
  }
  .c-tablet-40 {
    width: 40%;
  }
  .c-tablet-35 {
    width: 35%;
  }
  .c-tablet-33 {
    width: 33.33%;
  }
  .c-tablet-30 {
    width: 30%;
  }
  .c-tablet-25 {
    width: 25%;
  }
  .c-tablet-20 {
    width: 20%;
  }
  .c-tablet-15 {
    width: 15%;
  }
  .c-tablet-10 {
    width: 10%;
  }
  .ff-cols.c-margin-1 > .c-100 {
    width: calc(99.99%);
  }
  .ff-cols.c-margin-1 > .c-85 {
    width: calc(84.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-80 {
    width: calc(79.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-75 {
    width: calc(74.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-66 {
    width: calc(66.65% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-60 {
    width: calc(59.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-55 {
    width: calc(54.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-50 {
    width: calc(49.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-45 {
    width: calc(44.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-40 {
    width: calc(39.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-35 {
    width: calc(34.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-33 {
    width: calc(33.32% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-30 {
    width: calc(29.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-25 {
    width: calc(24.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-20 {
    width: calc(19.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-15 {
    width: calc(14.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-10 {
    width: calc(9.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-tablet-100 {
    width: calc(99.99%);
  }
  .ff-cols.c-margin-1 > .c-tablet-85 {
    width: calc(84.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-tablet-80 {
    width: calc(79.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-tablet-75 {
    width: calc(74.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-tablet-66 {
    width: calc(66.65% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-tablet-60 {
    width: calc(59.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-tablet-55 {
    width: calc(54.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-tablet-50 {
    width: calc(49.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-tablet-45 {
    width: calc(44.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-tablet-40 {
    width: calc(39.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-tablet-35 {
    width: calc(34.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-tablet-33 {
    width: calc(33.32% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-tablet-30 {
    width: calc(29.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-tablet-25 {
    width: calc(24.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-tablet-20 {
    width: calc(19.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-tablet-15 {
    width: calc(14.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-tablet-10 {
    width: calc(9.99% -  1rem);
  }
  .ff-cols.c-margin-2 > .c-100 {
    width: calc(99.99%);
  }
  .ff-cols.c-margin-2 > .c-85 {
    width: calc(84.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-80 {
    width: calc(79.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-75 {
    width: calc(74.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-66 {
    width: calc(66.65% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-60 {
    width: calc(59.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-55 {
    width: calc(54.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-50 {
    width: calc(49.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-45 {
    width: calc(44.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-40 {
    width: calc(39.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-35 {
    width: calc(34.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-33 {
    width: calc(33.32% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-30 {
    width: calc(29.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-25 {
    width: calc(24.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-20 {
    width: calc(19.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-15 {
    width: calc(14.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-10 {
    width: calc(9.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-tablet-100 {
    width: calc(99.99%);
  }
  .ff-cols.c-margin-2 > .c-tablet-85 {
    width: calc(84.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-tablet-80 {
    width: calc(79.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-tablet-75 {
    width: calc(74.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-tablet-66 {
    width: calc(66.65% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-tablet-60 {
    width: calc(59.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-tablet-55 {
    width: calc(54.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-tablet-50 {
    width: calc(49.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-tablet-45 {
    width: calc(44.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-tablet-40 {
    width: calc(39.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-tablet-35 {
    width: calc(34.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-tablet-33 {
    width: calc(33.32% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-tablet-30 {
    width: calc(29.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-tablet-25 {
    width: calc(24.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-tablet-20 {
    width: calc(19.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-tablet-15 {
    width: calc(14.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-tablet-10 {
    width: calc(9.99% -  2rem);
  }
  .ff-cols.c-margin-3 > .c-100 {
    width: calc(99.99%);
  }
  .ff-cols.c-margin-3 > .c-85 {
    width: calc(84.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-80 {
    width: calc(79.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-75 {
    width: calc(74.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-66 {
    width: calc(66.65% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-60 {
    width: calc(59.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-55 {
    width: calc(54.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-50 {
    width: calc(49.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-45 {
    width: calc(44.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-40 {
    width: calc(39.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-35 {
    width: calc(34.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-33 {
    width: calc(33.32% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-30 {
    width: calc(29.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-25 {
    width: calc(24.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-20 {
    width: calc(19.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-15 {
    width: calc(14.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-10 {
    width: calc(9.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-tablet-100 {
    width: calc(99.99%);
  }
  .ff-cols.c-margin-3 > .c-tablet-85 {
    width: calc(84.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-tablet-80 {
    width: calc(79.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-tablet-75 {
    width: calc(74.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-tablet-66 {
    width: calc(66.65% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-tablet-60 {
    width: calc(59.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-tablet-55 {
    width: calc(54.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-tablet-50 {
    width: calc(49.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-tablet-45 {
    width: calc(44.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-tablet-40 {
    width: calc(39.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-tablet-35 {
    width: calc(34.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-tablet-33 {
    width: calc(33.32% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-tablet-30 {
    width: calc(29.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-tablet-25 {
    width: calc(24.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-tablet-20 {
    width: calc(19.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-tablet-15 {
    width: calc(14.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-tablet-10 {
    width: calc(9.99% -  3rem);
  }
  .ff-cols.c-margin-4 > .c-100 {
    width: calc(99.99%);
  }
  .ff-cols.c-margin-4 > .c-85 {
    width: calc(84.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-80 {
    width: calc(79.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-75 {
    width: calc(74.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-66 {
    width: calc(66.65% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-60 {
    width: calc(59.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-55 {
    width: calc(54.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-50 {
    width: calc(49.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-45 {
    width: calc(44.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-40 {
    width: calc(39.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-35 {
    width: calc(34.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-33 {
    width: calc(33.32% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-30 {
    width: calc(29.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-25 {
    width: calc(24.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-20 {
    width: calc(19.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-15 {
    width: calc(14.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-10 {
    width: calc(9.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-tablet-100 {
    width: calc(99.99%);
  }
  .ff-cols.c-margin-4 > .c-tablet-85 {
    width: calc(84.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-tablet-80 {
    width: calc(79.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-tablet-75 {
    width: calc(74.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-tablet-66 {
    width: calc(66.65% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-tablet-60 {
    width: calc(59.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-tablet-55 {
    width: calc(54.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-tablet-50 {
    width: calc(49.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-tablet-45 {
    width: calc(44.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-tablet-40 {
    width: calc(39.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-tablet-35 {
    width: calc(34.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-tablet-33 {
    width: calc(33.32% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-tablet-30 {
    width: calc(29.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-tablet-25 {
    width: calc(24.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-tablet-20 {
    width: calc(19.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-tablet-15 {
    width: calc(14.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-tablet-10 {
    width: calc(9.99% -  4rem);
  }
  .ff-cols.c-tablet-margin-1 > .c-100 {
    width: calc(99.99%);
  }
  .ff-cols.c-tablet-margin-1 > .c-85 {
    width: calc(84.99% -  0.6rem);
  }
  .ff-cols.c-tablet-margin-1 > .c-80 {
    width: calc(79.99% -  0.6rem);
  }
  .ff-cols.c-tablet-margin-1 > .c-75 {
    width: calc(74.99% -  0.6rem);
  }
  .ff-cols.c-tablet-margin-1 > .c-66 {
    width: calc(66.65% -  0.6rem);
  }
  .ff-cols.c-tablet-margin-1 > .c-60 {
    width: calc(59.99% -  0.6rem);
  }
  .ff-cols.c-tablet-margin-1 > .c-55 {
    width: calc(54.99% -  0.6rem);
  }
  .ff-cols.c-tablet-margin-1 > .c-50 {
    width: calc(49.99% -  0.6rem);
  }
  .ff-cols.c-tablet-margin-1 > .c-45 {
    width: calc(44.99% -  0.6rem);
  }
  .ff-cols.c-tablet-margin-1 > .c-40 {
    width: calc(39.99% -  0.6rem);
  }
  .ff-cols.c-tablet-margin-1 > .c-35 {
    width: calc(34.99% -  0.6rem);
  }
  .ff-cols.c-tablet-margin-1 > .c-33 {
    width: calc(33.32% -  0.6rem);
  }
  .ff-cols.c-tablet-margin-1 > .c-30 {
    width: calc(29.99% -  0.6rem);
  }
  .ff-cols.c-tablet-margin-1 > .c-25 {
    width: calc(24.99% -  0.6rem);
  }
  .ff-cols.c-tablet-margin-1 > .c-20 {
    width: calc(19.99% -  0.6rem);
  }
  .ff-cols.c-tablet-margin-1 > .c-15 {
    width: calc(14.99% -  0.6rem);
  }
  .ff-cols.c-tablet-margin-1 > .c-10 {
    width: calc(9.99% -  0.6rem);
  }
  .ff-cols.c-tablet-margin-1 > .c-tablet-100 {
    width: calc(99.99%);
  }
  .ff-cols.c-tablet-margin-1 > .c-tablet-85 {
    width: calc(84.99% -  0.6rem);
  }
  .ff-cols.c-tablet-margin-1 > .c-tablet-80 {
    width: calc(79.99% -  0.6rem);
  }
  .ff-cols.c-tablet-margin-1 > .c-tablet-75 {
    width: calc(74.99% -  0.6rem);
  }
  .ff-cols.c-tablet-margin-1 > .c-tablet-66 {
    width: calc(66.65% -  0.6rem);
  }
  .ff-cols.c-tablet-margin-1 > .c-tablet-60 {
    width: calc(59.99% -  0.6rem);
  }
  .ff-cols.c-tablet-margin-1 > .c-tablet-55 {
    width: calc(54.99% -  0.6rem);
  }
  .ff-cols.c-tablet-margin-1 > .c-tablet-50 {
    width: calc(49.99% -  0.6rem);
  }
  .ff-cols.c-tablet-margin-1 > .c-tablet-45 {
    width: calc(44.99% -  0.6rem);
  }
  .ff-cols.c-tablet-margin-1 > .c-tablet-40 {
    width: calc(39.99% -  0.6rem);
  }
  .ff-cols.c-tablet-margin-1 > .c-tablet-35 {
    width: calc(34.99% -  0.6rem);
  }
  .ff-cols.c-tablet-margin-1 > .c-tablet-33 {
    width: calc(33.32% -  0.6rem);
  }
  .ff-cols.c-tablet-margin-1 > .c-tablet-30 {
    width: calc(29.99% -  0.6rem);
  }
  .ff-cols.c-tablet-margin-1 > .c-tablet-25 {
    width: calc(24.99% -  0.6rem);
  }
  .ff-cols.c-tablet-margin-1 > .c-tablet-20 {
    width: calc(19.99% -  0.6rem);
  }
  .ff-cols.c-tablet-margin-1 > .c-tablet-15 {
    width: calc(14.99% -  0.6rem);
  }
  .ff-cols.c-tablet-margin-1 > .c-tablet-10 {
    width: calc(9.99% -  0.6rem);
  }
  .ff-cols.c-tablet-margin-2 > .c-100 {
    width: calc(99.99%);
  }
  .ff-cols.c-tablet-margin-2 > .c-85 {
    width: calc(84.99% -  2rem);
  }
  .ff-cols.c-tablet-margin-2 > .c-80 {
    width: calc(79.99% -  2rem);
  }
  .ff-cols.c-tablet-margin-2 > .c-75 {
    width: calc(74.99% -  2rem);
  }
  .ff-cols.c-tablet-margin-2 > .c-66 {
    width: calc(66.65% -  2rem);
  }
  .ff-cols.c-tablet-margin-2 > .c-60 {
    width: calc(59.99% -  2rem);
  }
  .ff-cols.c-tablet-margin-2 > .c-55 {
    width: calc(54.99% -  2rem);
  }
  .ff-cols.c-tablet-margin-2 > .c-50 {
    width: calc(49.99% -  2rem);
  }
  .ff-cols.c-tablet-margin-2 > .c-45 {
    width: calc(44.99% -  2rem);
  }
  .ff-cols.c-tablet-margin-2 > .c-40 {
    width: calc(39.99% -  2rem);
  }
  .ff-cols.c-tablet-margin-2 > .c-35 {
    width: calc(34.99% -  2rem);
  }
  .ff-cols.c-tablet-margin-2 > .c-33 {
    width: calc(33.32% -  2rem);
  }
  .ff-cols.c-tablet-margin-2 > .c-30 {
    width: calc(29.99% -  2rem);
  }
  .ff-cols.c-tablet-margin-2 > .c-25 {
    width: calc(24.99% -  2rem);
  }
  .ff-cols.c-tablet-margin-2 > .c-20 {
    width: calc(19.99% -  2rem);
  }
  .ff-cols.c-tablet-margin-2 > .c-15 {
    width: calc(14.99% -  2rem);
  }
  .ff-cols.c-tablet-margin-2 > .c-10 {
    width: calc(9.99% -  2rem);
  }
  .ff-cols.c-tablet-margin-2 > .c-tablet-100 {
    width: calc(99.99%);
  }
  .ff-cols.c-tablet-margin-2 > .c-tablet-85 {
    width: calc(84.99% -  2rem);
  }
  .ff-cols.c-tablet-margin-2 > .c-tablet-80 {
    width: calc(79.99% -  2rem);
  }
  .ff-cols.c-tablet-margin-2 > .c-tablet-75 {
    width: calc(74.99% -  2rem);
  }
  .ff-cols.c-tablet-margin-2 > .c-tablet-66 {
    width: calc(66.65% -  2rem);
  }
  .ff-cols.c-tablet-margin-2 > .c-tablet-60 {
    width: calc(59.99% -  2rem);
  }
  .ff-cols.c-tablet-margin-2 > .c-tablet-55 {
    width: calc(54.99% -  2rem);
  }
  .ff-cols.c-tablet-margin-2 > .c-tablet-50 {
    width: calc(49.99% -  2rem);
  }
  .ff-cols.c-tablet-margin-2 > .c-tablet-45 {
    width: calc(44.99% -  2rem);
  }
  .ff-cols.c-tablet-margin-2 > .c-tablet-40 {
    width: calc(39.99% -  2rem);
  }
  .ff-cols.c-tablet-margin-2 > .c-tablet-35 {
    width: calc(34.99% -  2rem);
  }
  .ff-cols.c-tablet-margin-2 > .c-tablet-33 {
    width: calc(33.32% -  2rem);
  }
  .ff-cols.c-tablet-margin-2 > .c-tablet-30 {
    width: calc(29.99% -  2rem);
  }
  .ff-cols.c-tablet-margin-2 > .c-tablet-25 {
    width: calc(24.99% -  2rem);
  }
  .ff-cols.c-tablet-margin-2 > .c-tablet-20 {
    width: calc(19.99% -  2rem);
  }
  .ff-cols.c-tablet-margin-2 > .c-tablet-15 {
    width: calc(14.99% -  2rem);
  }
  .ff-cols.c-tablet-margin-2 > .c-tablet-10 {
    width: calc(9.99% -  2rem);
  }
  .ff-cols.c-tablet-margin-3 > .c-100 {
    width: calc(99.99%);
  }
  .ff-cols.c-tablet-margin-3 > .c-85 {
    width: calc(84.99% -  3rem);
  }
  .ff-cols.c-tablet-margin-3 > .c-80 {
    width: calc(79.99% -  3rem);
  }
  .ff-cols.c-tablet-margin-3 > .c-75 {
    width: calc(74.99% -  3rem);
  }
  .ff-cols.c-tablet-margin-3 > .c-66 {
    width: calc(66.65% -  3rem);
  }
  .ff-cols.c-tablet-margin-3 > .c-60 {
    width: calc(59.99% -  3rem);
  }
  .ff-cols.c-tablet-margin-3 > .c-55 {
    width: calc(54.99% -  3rem);
  }
  .ff-cols.c-tablet-margin-3 > .c-50 {
    width: calc(49.99% -  3rem);
  }
  .ff-cols.c-tablet-margin-3 > .c-45 {
    width: calc(44.99% -  3rem);
  }
  .ff-cols.c-tablet-margin-3 > .c-40 {
    width: calc(39.99% -  3rem);
  }
  .ff-cols.c-tablet-margin-3 > .c-35 {
    width: calc(34.99% -  3rem);
  }
  .ff-cols.c-tablet-margin-3 > .c-33 {
    width: calc(33.32% -  3rem);
  }
  .ff-cols.c-tablet-margin-3 > .c-30 {
    width: calc(29.99% -  3rem);
  }
  .ff-cols.c-tablet-margin-3 > .c-25 {
    width: calc(24.99% -  3rem);
  }
  .ff-cols.c-tablet-margin-3 > .c-20 {
    width: calc(19.99% -  3rem);
  }
  .ff-cols.c-tablet-margin-3 > .c-15 {
    width: calc(14.99% -  3rem);
  }
  .ff-cols.c-tablet-margin-3 > .c-10 {
    width: calc(9.99% -  3rem);
  }
  .ff-cols.c-tablet-margin-3 > .c-tablet-100 {
    width: calc(99.99%);
  }
  .ff-cols.c-tablet-margin-3 > .c-tablet-85 {
    width: calc(84.99% -  3rem);
  }
  .ff-cols.c-tablet-margin-3 > .c-tablet-80 {
    width: calc(79.99% -  3rem);
  }
  .ff-cols.c-tablet-margin-3 > .c-tablet-75 {
    width: calc(74.99% -  3rem);
  }
  .ff-cols.c-tablet-margin-3 > .c-tablet-66 {
    width: calc(66.65% -  3rem);
  }
  .ff-cols.c-tablet-margin-3 > .c-tablet-60 {
    width: calc(59.99% -  3rem);
  }
  .ff-cols.c-tablet-margin-3 > .c-tablet-55 {
    width: calc(54.99% -  3rem);
  }
  .ff-cols.c-tablet-margin-3 > .c-tablet-50 {
    width: calc(49.99% -  3rem);
  }
  .ff-cols.c-tablet-margin-3 > .c-tablet-45 {
    width: calc(44.99% -  3rem);
  }
  .ff-cols.c-tablet-margin-3 > .c-tablet-40 {
    width: calc(39.99% -  3rem);
  }
  .ff-cols.c-tablet-margin-3 > .c-tablet-35 {
    width: calc(34.99% -  3rem);
  }
  .ff-cols.c-tablet-margin-3 > .c-tablet-33 {
    width: calc(33.32% -  3rem);
  }
  .ff-cols.c-tablet-margin-3 > .c-tablet-30 {
    width: calc(29.99% -  3rem);
  }
  .ff-cols.c-tablet-margin-3 > .c-tablet-25 {
    width: calc(24.99% -  3rem);
  }
  .ff-cols.c-tablet-margin-3 > .c-tablet-20 {
    width: calc(19.99% -  3rem);
  }
  .ff-cols.c-tablet-margin-3 > .c-tablet-15 {
    width: calc(14.99% -  3rem);
  }
  .ff-cols.c-tablet-margin-3 > .c-tablet-10 {
    width: calc(9.99% -  3rem);
  }
  .ff-cols.c-tablet-margin-4 > .c-100 {
    width: calc(99.99%);
  }
  .ff-cols.c-tablet-margin-4 > .c-85 {
    width: calc(84.99% -  4rem);
  }
  .ff-cols.c-tablet-margin-4 > .c-80 {
    width: calc(79.99% -  4rem);
  }
  .ff-cols.c-tablet-margin-4 > .c-75 {
    width: calc(74.99% -  4rem);
  }
  .ff-cols.c-tablet-margin-4 > .c-66 {
    width: calc(66.65% -  4rem);
  }
  .ff-cols.c-tablet-margin-4 > .c-60 {
    width: calc(59.99% -  4rem);
  }
  .ff-cols.c-tablet-margin-4 > .c-55 {
    width: calc(54.99% -  4rem);
  }
  .ff-cols.c-tablet-margin-4 > .c-50 {
    width: calc(49.99% -  4rem);
  }
  .ff-cols.c-tablet-margin-4 > .c-45 {
    width: calc(44.99% -  4rem);
  }
  .ff-cols.c-tablet-margin-4 > .c-40 {
    width: calc(39.99% -  4rem);
  }
  .ff-cols.c-tablet-margin-4 > .c-35 {
    width: calc(34.99% -  4rem);
  }
  .ff-cols.c-tablet-margin-4 > .c-33 {
    width: calc(33.32% -  4rem);
  }
  .ff-cols.c-tablet-margin-4 > .c-30 {
    width: calc(29.99% -  4rem);
  }
  .ff-cols.c-tablet-margin-4 > .c-25 {
    width: calc(24.99% -  4rem);
  }
  .ff-cols.c-tablet-margin-4 > .c-20 {
    width: calc(19.99% -  4rem);
  }
  .ff-cols.c-tablet-margin-4 > .c-15 {
    width: calc(14.99% -  4rem);
  }
  .ff-cols.c-tablet-margin-4 > .c-10 {
    width: calc(9.99% -  4rem);
  }
  .ff-cols.c-tablet-margin-4 > .c-tablet-100 {
    width: calc(99.99%);
  }
  .ff-cols.c-tablet-margin-4 > .c-tablet-85 {
    width: calc(84.99% -  4rem);
  }
  .ff-cols.c-tablet-margin-4 > .c-tablet-80 {
    width: calc(79.99% -  4rem);
  }
  .ff-cols.c-tablet-margin-4 > .c-tablet-75 {
    width: calc(74.99% -  4rem);
  }
  .ff-cols.c-tablet-margin-4 > .c-tablet-66 {
    width: calc(66.65% -  4rem);
  }
  .ff-cols.c-tablet-margin-4 > .c-tablet-60 {
    width: calc(59.99% -  4rem);
  }
  .ff-cols.c-tablet-margin-4 > .c-tablet-55 {
    width: calc(54.99% -  4rem);
  }
  .ff-cols.c-tablet-margin-4 > .c-tablet-50 {
    width: calc(49.99% -  4rem);
  }
  .ff-cols.c-tablet-margin-4 > .c-tablet-45 {
    width: calc(44.99% -  4rem);
  }
  .ff-cols.c-tablet-margin-4 > .c-tablet-40 {
    width: calc(39.99% -  4rem);
  }
  .ff-cols.c-tablet-margin-4 > .c-tablet-35 {
    width: calc(34.99% -  4rem);
  }
  .ff-cols.c-tablet-margin-4 > .c-tablet-33 {
    width: calc(33.32% -  4rem);
  }
  .ff-cols.c-tablet-margin-4 > .c-tablet-30 {
    width: calc(29.99% -  4rem);
  }
  .ff-cols.c-tablet-margin-4 > .c-tablet-25 {
    width: calc(24.99% -  4rem);
  }
  .ff-cols.c-tablet-margin-4 > .c-tablet-20 {
    width: calc(19.99% -  4rem);
  }
  .ff-cols.c-tablet-margin-4 > .c-tablet-15 {
    width: calc(14.99% -  4rem);
  }
  .ff-cols.c-tablet-margin-4 > .c-tablet-10 {
    width: calc(9.99% -  4rem);
  }
}
@media screen and (max-width: 1024px) {
  .c-100 {
    width: 100%;
  }
  .c-85 {
    width: 85%;
  }
  .c-80 {
    width: 80%;
  }
  .c-75 {
    width: 75%;
  }
  .c-66 {
    width: 66.66%;
  }
  .c-60 {
    width: 60%;
  }
  .c-55 {
    width: 55%;
  }
  .c-50 {
    width: 50%;
  }
  .c-45 {
    width: 45%;
  }
  .c-40 {
    width: 40%;
  }
  .c-35 {
    width: 35%;
  }
  .c-33 {
    width: 33.33%;
  }
  .c-30 {
    width: 30%;
  }
  .c-25 {
    width: 25%;
  }
  .c-20 {
    width: 20%;
  }
  .c-15 {
    width: 15%;
  }
  .c-10 {
    width: 10%;
  }
  .ff-cols.c-margin-1 > .c-100 {
    width: calc(99.99%);
  }
  .ff-cols.c-margin-1 > .c-85 {
    width: calc(84.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-80 {
    width: calc(79.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-75 {
    width: calc(74.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-66 {
    width: calc(66.65% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-60 {
    width: calc(59.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-55 {
    width: calc(54.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-50 {
    width: calc(49.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-45 {
    width: calc(44.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-40 {
    width: calc(39.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-35 {
    width: calc(34.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-33 {
    width: calc(33.32% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-30 {
    width: calc(29.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-25 {
    width: calc(24.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-20 {
    width: calc(19.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-15 {
    width: calc(14.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-10 {
    width: calc(9.99% -  1rem);
  }
  .ff-cols.c-margin-2 > .c-100 {
    width: calc(99.99%);
  }
  .ff-cols.c-margin-2 > .c-85 {
    width: calc(84.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-80 {
    width: calc(79.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-75 {
    width: calc(74.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-66 {
    width: calc(66.65% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-60 {
    width: calc(59.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-55 {
    width: calc(54.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-50 {
    width: calc(49.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-45 {
    width: calc(44.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-40 {
    width: calc(39.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-35 {
    width: calc(34.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-33 {
    width: calc(33.32% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-30 {
    width: calc(29.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-25 {
    width: calc(24.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-20 {
    width: calc(19.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-15 {
    width: calc(14.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-10 {
    width: calc(9.99% -  2rem);
  }
  .ff-cols.c-margin-3 > .c-100 {
    width: calc(99.99%);
  }
  .ff-cols.c-margin-3 > .c-85 {
    width: calc(84.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-80 {
    width: calc(79.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-75 {
    width: calc(74.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-66 {
    width: calc(66.65% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-60 {
    width: calc(59.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-55 {
    width: calc(54.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-50 {
    width: calc(49.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-45 {
    width: calc(44.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-40 {
    width: calc(39.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-35 {
    width: calc(34.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-33 {
    width: calc(33.32% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-30 {
    width: calc(29.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-25 {
    width: calc(24.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-20 {
    width: calc(19.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-15 {
    width: calc(14.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-10 {
    width: calc(9.99% -  3rem);
  }
  .ff-cols.c-margin-4 > .c-100 {
    width: calc(99.99%);
  }
  .ff-cols.c-margin-4 > .c-85 {
    width: calc(84.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-80 {
    width: calc(79.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-75 {
    width: calc(74.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-66 {
    width: calc(66.65% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-60 {
    width: calc(59.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-55 {
    width: calc(54.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-50 {
    width: calc(49.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-45 {
    width: calc(44.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-40 {
    width: calc(39.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-35 {
    width: calc(34.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-33 {
    width: calc(33.32% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-30 {
    width: calc(29.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-25 {
    width: calc(24.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-20 {
    width: calc(19.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-15 {
    width: calc(14.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-10 {
    width: calc(9.99% -  4rem);
  }
  .c-laptop-100 {
    width: 100%;
  }
  .c-laptop-85 {
    width: 85%;
  }
  .c-laptop-80 {
    width: 80%;
  }
  .c-laptop-75 {
    width: 75%;
  }
  .c-laptop-66 {
    width: 66.66%;
  }
  .c-laptop-60 {
    width: 60%;
  }
  .c-laptop-55 {
    width: 55%;
  }
  .c-laptop-50 {
    width: 50%;
  }
  .c-laptop-45 {
    width: 45%;
  }
  .c-laptop-40 {
    width: 40%;
  }
  .c-laptop-35 {
    width: 35%;
  }
  .c-laptop-33 {
    width: 33.33%;
  }
  .c-laptop-30 {
    width: 30%;
  }
  .c-laptop-25 {
    width: 25%;
  }
  .c-laptop-20 {
    width: 20%;
  }
  .c-laptop-15 {
    width: 15%;
  }
  .c-laptop-10 {
    width: 10%;
  }
  .ff-cols.c-margin-1 > .c-100 {
    width: calc(99.99%);
  }
  .ff-cols.c-margin-1 > .c-85 {
    width: calc(84.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-80 {
    width: calc(79.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-75 {
    width: calc(74.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-66 {
    width: calc(66.65% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-60 {
    width: calc(59.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-55 {
    width: calc(54.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-50 {
    width: calc(49.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-45 {
    width: calc(44.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-40 {
    width: calc(39.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-35 {
    width: calc(34.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-33 {
    width: calc(33.32% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-30 {
    width: calc(29.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-25 {
    width: calc(24.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-20 {
    width: calc(19.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-15 {
    width: calc(14.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-10 {
    width: calc(9.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-laptop-100 {
    width: calc(99.99%);
  }
  .ff-cols.c-margin-1 > .c-laptop-85 {
    width: calc(84.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-laptop-80 {
    width: calc(79.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-laptop-75 {
    width: calc(74.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-laptop-66 {
    width: calc(66.65% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-laptop-60 {
    width: calc(59.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-laptop-55 {
    width: calc(54.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-laptop-50 {
    width: calc(49.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-laptop-45 {
    width: calc(44.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-laptop-40 {
    width: calc(39.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-laptop-35 {
    width: calc(34.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-laptop-33 {
    width: calc(33.32% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-laptop-30 {
    width: calc(29.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-laptop-25 {
    width: calc(24.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-laptop-20 {
    width: calc(19.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-laptop-15 {
    width: calc(14.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-laptop-10 {
    width: calc(9.99% -  1rem);
  }
  .ff-cols.c-margin-2 > .c-100 {
    width: calc(99.99%);
  }
  .ff-cols.c-margin-2 > .c-85 {
    width: calc(84.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-80 {
    width: calc(79.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-75 {
    width: calc(74.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-66 {
    width: calc(66.65% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-60 {
    width: calc(59.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-55 {
    width: calc(54.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-50 {
    width: calc(49.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-45 {
    width: calc(44.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-40 {
    width: calc(39.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-35 {
    width: calc(34.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-33 {
    width: calc(33.32% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-30 {
    width: calc(29.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-25 {
    width: calc(24.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-20 {
    width: calc(19.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-15 {
    width: calc(14.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-10 {
    width: calc(9.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-laptop-100 {
    width: calc(99.99%);
  }
  .ff-cols.c-margin-2 > .c-laptop-85 {
    width: calc(84.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-laptop-80 {
    width: calc(79.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-laptop-75 {
    width: calc(74.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-laptop-66 {
    width: calc(66.65% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-laptop-60 {
    width: calc(59.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-laptop-55 {
    width: calc(54.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-laptop-50 {
    width: calc(49.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-laptop-45 {
    width: calc(44.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-laptop-40 {
    width: calc(39.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-laptop-35 {
    width: calc(34.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-laptop-33 {
    width: calc(33.32% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-laptop-30 {
    width: calc(29.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-laptop-25 {
    width: calc(24.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-laptop-20 {
    width: calc(19.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-laptop-15 {
    width: calc(14.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-laptop-10 {
    width: calc(9.99% -  2rem);
  }
  .ff-cols.c-margin-3 > .c-100 {
    width: calc(99.99%);
  }
  .ff-cols.c-margin-3 > .c-85 {
    width: calc(84.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-80 {
    width: calc(79.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-75 {
    width: calc(74.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-66 {
    width: calc(66.65% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-60 {
    width: calc(59.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-55 {
    width: calc(54.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-50 {
    width: calc(49.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-45 {
    width: calc(44.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-40 {
    width: calc(39.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-35 {
    width: calc(34.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-33 {
    width: calc(33.32% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-30 {
    width: calc(29.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-25 {
    width: calc(24.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-20 {
    width: calc(19.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-15 {
    width: calc(14.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-10 {
    width: calc(9.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-laptop-100 {
    width: calc(99.99%);
  }
  .ff-cols.c-margin-3 > .c-laptop-85 {
    width: calc(84.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-laptop-80 {
    width: calc(79.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-laptop-75 {
    width: calc(74.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-laptop-66 {
    width: calc(66.65% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-laptop-60 {
    width: calc(59.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-laptop-55 {
    width: calc(54.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-laptop-50 {
    width: calc(49.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-laptop-45 {
    width: calc(44.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-laptop-40 {
    width: calc(39.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-laptop-35 {
    width: calc(34.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-laptop-33 {
    width: calc(33.32% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-laptop-30 {
    width: calc(29.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-laptop-25 {
    width: calc(24.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-laptop-20 {
    width: calc(19.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-laptop-15 {
    width: calc(14.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-laptop-10 {
    width: calc(9.99% -  3rem);
  }
  .ff-cols.c-margin-4 > .c-100 {
    width: calc(99.99%);
  }
  .ff-cols.c-margin-4 > .c-85 {
    width: calc(84.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-80 {
    width: calc(79.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-75 {
    width: calc(74.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-66 {
    width: calc(66.65% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-60 {
    width: calc(59.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-55 {
    width: calc(54.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-50 {
    width: calc(49.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-45 {
    width: calc(44.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-40 {
    width: calc(39.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-35 {
    width: calc(34.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-33 {
    width: calc(33.32% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-30 {
    width: calc(29.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-25 {
    width: calc(24.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-20 {
    width: calc(19.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-15 {
    width: calc(14.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-10 {
    width: calc(9.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-laptop-100 {
    width: calc(99.99%);
  }
  .ff-cols.c-margin-4 > .c-laptop-85 {
    width: calc(84.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-laptop-80 {
    width: calc(79.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-laptop-75 {
    width: calc(74.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-laptop-66 {
    width: calc(66.65% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-laptop-60 {
    width: calc(59.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-laptop-55 {
    width: calc(54.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-laptop-50 {
    width: calc(49.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-laptop-45 {
    width: calc(44.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-laptop-40 {
    width: calc(39.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-laptop-35 {
    width: calc(34.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-laptop-33 {
    width: calc(33.32% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-laptop-30 {
    width: calc(29.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-laptop-25 {
    width: calc(24.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-laptop-20 {
    width: calc(19.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-laptop-15 {
    width: calc(14.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-laptop-10 {
    width: calc(9.99% -  4rem);
  }
  .ff-cols.c-laptop-margin-1 > .c-100 {
    width: calc(99.99%);
  }
  .ff-cols.c-laptop-margin-1 > .c-85 {
    width: calc(84.99% -  0.6rem);
  }
  .ff-cols.c-laptop-margin-1 > .c-80 {
    width: calc(79.99% -  0.6rem);
  }
  .ff-cols.c-laptop-margin-1 > .c-75 {
    width: calc(74.99% -  0.6rem);
  }
  .ff-cols.c-laptop-margin-1 > .c-66 {
    width: calc(66.65% -  0.6rem);
  }
  .ff-cols.c-laptop-margin-1 > .c-60 {
    width: calc(59.99% -  0.6rem);
  }
  .ff-cols.c-laptop-margin-1 > .c-55 {
    width: calc(54.99% -  0.6rem);
  }
  .ff-cols.c-laptop-margin-1 > .c-50 {
    width: calc(49.99% -  0.6rem);
  }
  .ff-cols.c-laptop-margin-1 > .c-45 {
    width: calc(44.99% -  0.6rem);
  }
  .ff-cols.c-laptop-margin-1 > .c-40 {
    width: calc(39.99% -  0.6rem);
  }
  .ff-cols.c-laptop-margin-1 > .c-35 {
    width: calc(34.99% -  0.6rem);
  }
  .ff-cols.c-laptop-margin-1 > .c-33 {
    width: calc(33.32% -  0.6rem);
  }
  .ff-cols.c-laptop-margin-1 > .c-30 {
    width: calc(29.99% -  0.6rem);
  }
  .ff-cols.c-laptop-margin-1 > .c-25 {
    width: calc(24.99% -  0.6rem);
  }
  .ff-cols.c-laptop-margin-1 > .c-20 {
    width: calc(19.99% -  0.6rem);
  }
  .ff-cols.c-laptop-margin-1 > .c-15 {
    width: calc(14.99% -  0.6rem);
  }
  .ff-cols.c-laptop-margin-1 > .c-10 {
    width: calc(9.99% -  0.6rem);
  }
  .ff-cols.c-laptop-margin-1 > .c-laptop-100 {
    width: calc(99.99%);
  }
  .ff-cols.c-laptop-margin-1 > .c-laptop-85 {
    width: calc(84.99% -  0.6rem);
  }
  .ff-cols.c-laptop-margin-1 > .c-laptop-80 {
    width: calc(79.99% -  0.6rem);
  }
  .ff-cols.c-laptop-margin-1 > .c-laptop-75 {
    width: calc(74.99% -  0.6rem);
  }
  .ff-cols.c-laptop-margin-1 > .c-laptop-66 {
    width: calc(66.65% -  0.6rem);
  }
  .ff-cols.c-laptop-margin-1 > .c-laptop-60 {
    width: calc(59.99% -  0.6rem);
  }
  .ff-cols.c-laptop-margin-1 > .c-laptop-55 {
    width: calc(54.99% -  0.6rem);
  }
  .ff-cols.c-laptop-margin-1 > .c-laptop-50 {
    width: calc(49.99% -  0.6rem);
  }
  .ff-cols.c-laptop-margin-1 > .c-laptop-45 {
    width: calc(44.99% -  0.6rem);
  }
  .ff-cols.c-laptop-margin-1 > .c-laptop-40 {
    width: calc(39.99% -  0.6rem);
  }
  .ff-cols.c-laptop-margin-1 > .c-laptop-35 {
    width: calc(34.99% -  0.6rem);
  }
  .ff-cols.c-laptop-margin-1 > .c-laptop-33 {
    width: calc(33.32% -  0.6rem);
  }
  .ff-cols.c-laptop-margin-1 > .c-laptop-30 {
    width: calc(29.99% -  0.6rem);
  }
  .ff-cols.c-laptop-margin-1 > .c-laptop-25 {
    width: calc(24.99% -  0.6rem);
  }
  .ff-cols.c-laptop-margin-1 > .c-laptop-20 {
    width: calc(19.99% -  0.6rem);
  }
  .ff-cols.c-laptop-margin-1 > .c-laptop-15 {
    width: calc(14.99% -  0.6rem);
  }
  .ff-cols.c-laptop-margin-1 > .c-laptop-10 {
    width: calc(9.99% -  0.6rem);
  }
  .ff-cols.c-laptop-margin-2 > .c-100 {
    width: calc(99.99%);
  }
  .ff-cols.c-laptop-margin-2 > .c-85 {
    width: calc(84.99% -  2rem);
  }
  .ff-cols.c-laptop-margin-2 > .c-80 {
    width: calc(79.99% -  2rem);
  }
  .ff-cols.c-laptop-margin-2 > .c-75 {
    width: calc(74.99% -  2rem);
  }
  .ff-cols.c-laptop-margin-2 > .c-66 {
    width: calc(66.65% -  2rem);
  }
  .ff-cols.c-laptop-margin-2 > .c-60 {
    width: calc(59.99% -  2rem);
  }
  .ff-cols.c-laptop-margin-2 > .c-55 {
    width: calc(54.99% -  2rem);
  }
  .ff-cols.c-laptop-margin-2 > .c-50 {
    width: calc(49.99% -  2rem);
  }
  .ff-cols.c-laptop-margin-2 > .c-45 {
    width: calc(44.99% -  2rem);
  }
  .ff-cols.c-laptop-margin-2 > .c-40 {
    width: calc(39.99% -  2rem);
  }
  .ff-cols.c-laptop-margin-2 > .c-35 {
    width: calc(34.99% -  2rem);
  }
  .ff-cols.c-laptop-margin-2 > .c-33 {
    width: calc(33.32% -  2rem);
  }
  .ff-cols.c-laptop-margin-2 > .c-30 {
    width: calc(29.99% -  2rem);
  }
  .ff-cols.c-laptop-margin-2 > .c-25 {
    width: calc(24.99% -  2rem);
  }
  .ff-cols.c-laptop-margin-2 > .c-20 {
    width: calc(19.99% -  2rem);
  }
  .ff-cols.c-laptop-margin-2 > .c-15 {
    width: calc(14.99% -  2rem);
  }
  .ff-cols.c-laptop-margin-2 > .c-10 {
    width: calc(9.99% -  2rem);
  }
  .ff-cols.c-laptop-margin-2 > .c-laptop-100 {
    width: calc(99.99%);
  }
  .ff-cols.c-laptop-margin-2 > .c-laptop-85 {
    width: calc(84.99% -  2rem);
  }
  .ff-cols.c-laptop-margin-2 > .c-laptop-80 {
    width: calc(79.99% -  2rem);
  }
  .ff-cols.c-laptop-margin-2 > .c-laptop-75 {
    width: calc(74.99% -  2rem);
  }
  .ff-cols.c-laptop-margin-2 > .c-laptop-66 {
    width: calc(66.65% -  2rem);
  }
  .ff-cols.c-laptop-margin-2 > .c-laptop-60 {
    width: calc(59.99% -  2rem);
  }
  .ff-cols.c-laptop-margin-2 > .c-laptop-55 {
    width: calc(54.99% -  2rem);
  }
  .ff-cols.c-laptop-margin-2 > .c-laptop-50 {
    width: calc(49.99% -  2rem);
  }
  .ff-cols.c-laptop-margin-2 > .c-laptop-45 {
    width: calc(44.99% -  2rem);
  }
  .ff-cols.c-laptop-margin-2 > .c-laptop-40 {
    width: calc(39.99% -  2rem);
  }
  .ff-cols.c-laptop-margin-2 > .c-laptop-35 {
    width: calc(34.99% -  2rem);
  }
  .ff-cols.c-laptop-margin-2 > .c-laptop-33 {
    width: calc(33.32% -  2rem);
  }
  .ff-cols.c-laptop-margin-2 > .c-laptop-30 {
    width: calc(29.99% -  2rem);
  }
  .ff-cols.c-laptop-margin-2 > .c-laptop-25 {
    width: calc(24.99% -  2rem);
  }
  .ff-cols.c-laptop-margin-2 > .c-laptop-20 {
    width: calc(19.99% -  2rem);
  }
  .ff-cols.c-laptop-margin-2 > .c-laptop-15 {
    width: calc(14.99% -  2rem);
  }
  .ff-cols.c-laptop-margin-2 > .c-laptop-10 {
    width: calc(9.99% -  2rem);
  }
  .ff-cols.c-laptop-margin-3 > .c-100 {
    width: calc(99.99%);
  }
  .ff-cols.c-laptop-margin-3 > .c-85 {
    width: calc(84.99% -  3rem);
  }
  .ff-cols.c-laptop-margin-3 > .c-80 {
    width: calc(79.99% -  3rem);
  }
  .ff-cols.c-laptop-margin-3 > .c-75 {
    width: calc(74.99% -  3rem);
  }
  .ff-cols.c-laptop-margin-3 > .c-66 {
    width: calc(66.65% -  3rem);
  }
  .ff-cols.c-laptop-margin-3 > .c-60 {
    width: calc(59.99% -  3rem);
  }
  .ff-cols.c-laptop-margin-3 > .c-55 {
    width: calc(54.99% -  3rem);
  }
  .ff-cols.c-laptop-margin-3 > .c-50 {
    width: calc(49.99% -  3rem);
  }
  .ff-cols.c-laptop-margin-3 > .c-45 {
    width: calc(44.99% -  3rem);
  }
  .ff-cols.c-laptop-margin-3 > .c-40 {
    width: calc(39.99% -  3rem);
  }
  .ff-cols.c-laptop-margin-3 > .c-35 {
    width: calc(34.99% -  3rem);
  }
  .ff-cols.c-laptop-margin-3 > .c-33 {
    width: calc(33.32% -  3rem);
  }
  .ff-cols.c-laptop-margin-3 > .c-30 {
    width: calc(29.99% -  3rem);
  }
  .ff-cols.c-laptop-margin-3 > .c-25 {
    width: calc(24.99% -  3rem);
  }
  .ff-cols.c-laptop-margin-3 > .c-20 {
    width: calc(19.99% -  3rem);
  }
  .ff-cols.c-laptop-margin-3 > .c-15 {
    width: calc(14.99% -  3rem);
  }
  .ff-cols.c-laptop-margin-3 > .c-10 {
    width: calc(9.99% -  3rem);
  }
  .ff-cols.c-laptop-margin-3 > .c-laptop-100 {
    width: calc(99.99%);
  }
  .ff-cols.c-laptop-margin-3 > .c-laptop-85 {
    width: calc(84.99% -  3rem);
  }
  .ff-cols.c-laptop-margin-3 > .c-laptop-80 {
    width: calc(79.99% -  3rem);
  }
  .ff-cols.c-laptop-margin-3 > .c-laptop-75 {
    width: calc(74.99% -  3rem);
  }
  .ff-cols.c-laptop-margin-3 > .c-laptop-66 {
    width: calc(66.65% -  3rem);
  }
  .ff-cols.c-laptop-margin-3 > .c-laptop-60 {
    width: calc(59.99% -  3rem);
  }
  .ff-cols.c-laptop-margin-3 > .c-laptop-55 {
    width: calc(54.99% -  3rem);
  }
  .ff-cols.c-laptop-margin-3 > .c-laptop-50 {
    width: calc(49.99% -  3rem);
  }
  .ff-cols.c-laptop-margin-3 > .c-laptop-45 {
    width: calc(44.99% -  3rem);
  }
  .ff-cols.c-laptop-margin-3 > .c-laptop-40 {
    width: calc(39.99% -  3rem);
  }
  .ff-cols.c-laptop-margin-3 > .c-laptop-35 {
    width: calc(34.99% -  3rem);
  }
  .ff-cols.c-laptop-margin-3 > .c-laptop-33 {
    width: calc(33.32% -  3rem);
  }
  .ff-cols.c-laptop-margin-3 > .c-laptop-30 {
    width: calc(29.99% -  3rem);
  }
  .ff-cols.c-laptop-margin-3 > .c-laptop-25 {
    width: calc(24.99% -  3rem);
  }
  .ff-cols.c-laptop-margin-3 > .c-laptop-20 {
    width: calc(19.99% -  3rem);
  }
  .ff-cols.c-laptop-margin-3 > .c-laptop-15 {
    width: calc(14.99% -  3rem);
  }
  .ff-cols.c-laptop-margin-3 > .c-laptop-10 {
    width: calc(9.99% -  3rem);
  }
  .ff-cols.c-laptop-margin-4 > .c-100 {
    width: calc(99.99%);
  }
  .ff-cols.c-laptop-margin-4 > .c-85 {
    width: calc(84.99% -  4rem);
  }
  .ff-cols.c-laptop-margin-4 > .c-80 {
    width: calc(79.99% -  4rem);
  }
  .ff-cols.c-laptop-margin-4 > .c-75 {
    width: calc(74.99% -  4rem);
  }
  .ff-cols.c-laptop-margin-4 > .c-66 {
    width: calc(66.65% -  4rem);
  }
  .ff-cols.c-laptop-margin-4 > .c-60 {
    width: calc(59.99% -  4rem);
  }
  .ff-cols.c-laptop-margin-4 > .c-55 {
    width: calc(54.99% -  4rem);
  }
  .ff-cols.c-laptop-margin-4 > .c-50 {
    width: calc(49.99% -  4rem);
  }
  .ff-cols.c-laptop-margin-4 > .c-45 {
    width: calc(44.99% -  4rem);
  }
  .ff-cols.c-laptop-margin-4 > .c-40 {
    width: calc(39.99% -  4rem);
  }
  .ff-cols.c-laptop-margin-4 > .c-35 {
    width: calc(34.99% -  4rem);
  }
  .ff-cols.c-laptop-margin-4 > .c-33 {
    width: calc(33.32% -  4rem);
  }
  .ff-cols.c-laptop-margin-4 > .c-30 {
    width: calc(29.99% -  4rem);
  }
  .ff-cols.c-laptop-margin-4 > .c-25 {
    width: calc(24.99% -  4rem);
  }
  .ff-cols.c-laptop-margin-4 > .c-20 {
    width: calc(19.99% -  4rem);
  }
  .ff-cols.c-laptop-margin-4 > .c-15 {
    width: calc(14.99% -  4rem);
  }
  .ff-cols.c-laptop-margin-4 > .c-10 {
    width: calc(9.99% -  4rem);
  }
  .ff-cols.c-laptop-margin-4 > .c-laptop-100 {
    width: calc(99.99%);
  }
  .ff-cols.c-laptop-margin-4 > .c-laptop-85 {
    width: calc(84.99% -  4rem);
  }
  .ff-cols.c-laptop-margin-4 > .c-laptop-80 {
    width: calc(79.99% -  4rem);
  }
  .ff-cols.c-laptop-margin-4 > .c-laptop-75 {
    width: calc(74.99% -  4rem);
  }
  .ff-cols.c-laptop-margin-4 > .c-laptop-66 {
    width: calc(66.65% -  4rem);
  }
  .ff-cols.c-laptop-margin-4 > .c-laptop-60 {
    width: calc(59.99% -  4rem);
  }
  .ff-cols.c-laptop-margin-4 > .c-laptop-55 {
    width: calc(54.99% -  4rem);
  }
  .ff-cols.c-laptop-margin-4 > .c-laptop-50 {
    width: calc(49.99% -  4rem);
  }
  .ff-cols.c-laptop-margin-4 > .c-laptop-45 {
    width: calc(44.99% -  4rem);
  }
  .ff-cols.c-laptop-margin-4 > .c-laptop-40 {
    width: calc(39.99% -  4rem);
  }
  .ff-cols.c-laptop-margin-4 > .c-laptop-35 {
    width: calc(34.99% -  4rem);
  }
  .ff-cols.c-laptop-margin-4 > .c-laptop-33 {
    width: calc(33.32% -  4rem);
  }
  .ff-cols.c-laptop-margin-4 > .c-laptop-30 {
    width: calc(29.99% -  4rem);
  }
  .ff-cols.c-laptop-margin-4 > .c-laptop-25 {
    width: calc(24.99% -  4rem);
  }
  .ff-cols.c-laptop-margin-4 > .c-laptop-20 {
    width: calc(19.99% -  4rem);
  }
  .ff-cols.c-laptop-margin-4 > .c-laptop-15 {
    width: calc(14.99% -  4rem);
  }
  .ff-cols.c-laptop-margin-4 > .c-laptop-10 {
    width: calc(9.99% -  4rem);
  }
}
@media screen and (max-width: 849px) {
  .c-100 {
    width: 100%;
  }
  .c-85 {
    width: 85%;
  }
  .c-80 {
    width: 80%;
  }
  .c-75 {
    width: 75%;
  }
  .c-66 {
    width: 66.66%;
  }
  .c-60 {
    width: 60%;
  }
  .c-55 {
    width: 55%;
  }
  .c-50 {
    width: 50%;
  }
  .c-45 {
    width: 45%;
  }
  .c-40 {
    width: 40%;
  }
  .c-35 {
    width: 35%;
  }
  .c-33 {
    width: 33.33%;
  }
  .c-30 {
    width: 30%;
  }
  .c-25 {
    width: 25%;
  }
  .c-20 {
    width: 20%;
  }
  .c-15 {
    width: 15%;
  }
  .c-10 {
    width: 10%;
  }
  .ff-cols.c-margin-1 > .c-100 {
    width: calc(99.99%);
  }
  .ff-cols.c-margin-1 > .c-85 {
    width: calc(84.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-80 {
    width: calc(79.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-75 {
    width: calc(74.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-66 {
    width: calc(66.65% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-60 {
    width: calc(59.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-55 {
    width: calc(54.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-50 {
    width: calc(49.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-45 {
    width: calc(44.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-40 {
    width: calc(39.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-35 {
    width: calc(34.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-33 {
    width: calc(33.32% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-30 {
    width: calc(29.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-25 {
    width: calc(24.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-20 {
    width: calc(19.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-15 {
    width: calc(14.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-10 {
    width: calc(9.99% -  1rem);
  }
  .ff-cols.c-margin-2 > .c-100 {
    width: calc(99.99%);
  }
  .ff-cols.c-margin-2 > .c-85 {
    width: calc(84.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-80 {
    width: calc(79.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-75 {
    width: calc(74.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-66 {
    width: calc(66.65% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-60 {
    width: calc(59.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-55 {
    width: calc(54.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-50 {
    width: calc(49.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-45 {
    width: calc(44.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-40 {
    width: calc(39.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-35 {
    width: calc(34.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-33 {
    width: calc(33.32% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-30 {
    width: calc(29.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-25 {
    width: calc(24.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-20 {
    width: calc(19.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-15 {
    width: calc(14.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-10 {
    width: calc(9.99% -  2rem);
  }
  .ff-cols.c-margin-3 > .c-100 {
    width: calc(99.99%);
  }
  .ff-cols.c-margin-3 > .c-85 {
    width: calc(84.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-80 {
    width: calc(79.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-75 {
    width: calc(74.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-66 {
    width: calc(66.65% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-60 {
    width: calc(59.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-55 {
    width: calc(54.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-50 {
    width: calc(49.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-45 {
    width: calc(44.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-40 {
    width: calc(39.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-35 {
    width: calc(34.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-33 {
    width: calc(33.32% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-30 {
    width: calc(29.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-25 {
    width: calc(24.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-20 {
    width: calc(19.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-15 {
    width: calc(14.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-10 {
    width: calc(9.99% -  3rem);
  }
  .ff-cols.c-margin-4 > .c-100 {
    width: calc(99.99%);
  }
  .ff-cols.c-margin-4 > .c-85 {
    width: calc(84.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-80 {
    width: calc(79.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-75 {
    width: calc(74.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-66 {
    width: calc(66.65% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-60 {
    width: calc(59.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-55 {
    width: calc(54.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-50 {
    width: calc(49.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-45 {
    width: calc(44.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-40 {
    width: calc(39.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-35 {
    width: calc(34.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-33 {
    width: calc(33.32% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-30 {
    width: calc(29.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-25 {
    width: calc(24.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-20 {
    width: calc(19.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-15 {
    width: calc(14.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-10 {
    width: calc(9.99% -  4rem);
  }
  .c-smalltablet-100 {
    width: 100%;
  }
  .c-smalltablet-85 {
    width: 85%;
  }
  .c-smalltablet-80 {
    width: 80%;
  }
  .c-smalltablet-75 {
    width: 75%;
  }
  .c-smalltablet-66 {
    width: 66.66%;
  }
  .c-smalltablet-60 {
    width: 60%;
  }
  .c-smalltablet-55 {
    width: 55%;
  }
  .c-smalltablet-50 {
    width: 50%;
  }
  .c-smalltablet-45 {
    width: 45%;
  }
  .c-smalltablet-40 {
    width: 40%;
  }
  .c-smalltablet-35 {
    width: 35%;
  }
  .c-smalltablet-33 {
    width: 33.33%;
  }
  .c-smalltablet-30 {
    width: 30%;
  }
  .c-smalltablet-25 {
    width: 25%;
  }
  .c-smalltablet-20 {
    width: 20%;
  }
  .c-smalltablet-15 {
    width: 15%;
  }
  .c-smalltablet-10 {
    width: 10%;
  }
  .ff-cols.c-margin-1 > .c-100 {
    width: calc(99.99%);
  }
  .ff-cols.c-margin-1 > .c-85 {
    width: calc(84.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-80 {
    width: calc(79.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-75 {
    width: calc(74.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-66 {
    width: calc(66.65% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-60 {
    width: calc(59.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-55 {
    width: calc(54.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-50 {
    width: calc(49.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-45 {
    width: calc(44.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-40 {
    width: calc(39.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-35 {
    width: calc(34.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-33 {
    width: calc(33.32% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-30 {
    width: calc(29.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-25 {
    width: calc(24.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-20 {
    width: calc(19.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-15 {
    width: calc(14.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-10 {
    width: calc(9.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-smalltablet-100 {
    width: calc(99.99%);
  }
  .ff-cols.c-margin-1 > .c-smalltablet-85 {
    width: calc(84.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-smalltablet-80 {
    width: calc(79.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-smalltablet-75 {
    width: calc(74.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-smalltablet-66 {
    width: calc(66.65% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-smalltablet-60 {
    width: calc(59.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-smalltablet-55 {
    width: calc(54.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-smalltablet-50 {
    width: calc(49.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-smalltablet-45 {
    width: calc(44.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-smalltablet-40 {
    width: calc(39.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-smalltablet-35 {
    width: calc(34.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-smalltablet-33 {
    width: calc(33.32% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-smalltablet-30 {
    width: calc(29.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-smalltablet-25 {
    width: calc(24.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-smalltablet-20 {
    width: calc(19.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-smalltablet-15 {
    width: calc(14.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-smalltablet-10 {
    width: calc(9.99% -  1rem);
  }
  .ff-cols.c-margin-2 > .c-100 {
    width: calc(99.99%);
  }
  .ff-cols.c-margin-2 > .c-85 {
    width: calc(84.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-80 {
    width: calc(79.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-75 {
    width: calc(74.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-66 {
    width: calc(66.65% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-60 {
    width: calc(59.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-55 {
    width: calc(54.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-50 {
    width: calc(49.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-45 {
    width: calc(44.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-40 {
    width: calc(39.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-35 {
    width: calc(34.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-33 {
    width: calc(33.32% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-30 {
    width: calc(29.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-25 {
    width: calc(24.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-20 {
    width: calc(19.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-15 {
    width: calc(14.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-10 {
    width: calc(9.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-smalltablet-100 {
    width: calc(99.99%);
  }
  .ff-cols.c-margin-2 > .c-smalltablet-85 {
    width: calc(84.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-smalltablet-80 {
    width: calc(79.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-smalltablet-75 {
    width: calc(74.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-smalltablet-66 {
    width: calc(66.65% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-smalltablet-60 {
    width: calc(59.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-smalltablet-55 {
    width: calc(54.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-smalltablet-50 {
    width: calc(49.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-smalltablet-45 {
    width: calc(44.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-smalltablet-40 {
    width: calc(39.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-smalltablet-35 {
    width: calc(34.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-smalltablet-33 {
    width: calc(33.32% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-smalltablet-30 {
    width: calc(29.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-smalltablet-25 {
    width: calc(24.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-smalltablet-20 {
    width: calc(19.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-smalltablet-15 {
    width: calc(14.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-smalltablet-10 {
    width: calc(9.99% -  2rem);
  }
  .ff-cols.c-margin-3 > .c-100 {
    width: calc(99.99%);
  }
  .ff-cols.c-margin-3 > .c-85 {
    width: calc(84.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-80 {
    width: calc(79.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-75 {
    width: calc(74.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-66 {
    width: calc(66.65% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-60 {
    width: calc(59.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-55 {
    width: calc(54.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-50 {
    width: calc(49.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-45 {
    width: calc(44.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-40 {
    width: calc(39.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-35 {
    width: calc(34.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-33 {
    width: calc(33.32% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-30 {
    width: calc(29.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-25 {
    width: calc(24.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-20 {
    width: calc(19.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-15 {
    width: calc(14.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-10 {
    width: calc(9.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-smalltablet-100 {
    width: calc(99.99%);
  }
  .ff-cols.c-margin-3 > .c-smalltablet-85 {
    width: calc(84.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-smalltablet-80 {
    width: calc(79.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-smalltablet-75 {
    width: calc(74.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-smalltablet-66 {
    width: calc(66.65% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-smalltablet-60 {
    width: calc(59.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-smalltablet-55 {
    width: calc(54.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-smalltablet-50 {
    width: calc(49.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-smalltablet-45 {
    width: calc(44.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-smalltablet-40 {
    width: calc(39.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-smalltablet-35 {
    width: calc(34.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-smalltablet-33 {
    width: calc(33.32% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-smalltablet-30 {
    width: calc(29.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-smalltablet-25 {
    width: calc(24.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-smalltablet-20 {
    width: calc(19.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-smalltablet-15 {
    width: calc(14.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-smalltablet-10 {
    width: calc(9.99% -  3rem);
  }
  .ff-cols.c-margin-4 > .c-100 {
    width: calc(99.99%);
  }
  .ff-cols.c-margin-4 > .c-85 {
    width: calc(84.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-80 {
    width: calc(79.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-75 {
    width: calc(74.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-66 {
    width: calc(66.65% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-60 {
    width: calc(59.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-55 {
    width: calc(54.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-50 {
    width: calc(49.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-45 {
    width: calc(44.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-40 {
    width: calc(39.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-35 {
    width: calc(34.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-33 {
    width: calc(33.32% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-30 {
    width: calc(29.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-25 {
    width: calc(24.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-20 {
    width: calc(19.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-15 {
    width: calc(14.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-10 {
    width: calc(9.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-smalltablet-100 {
    width: calc(99.99%);
  }
  .ff-cols.c-margin-4 > .c-smalltablet-85 {
    width: calc(84.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-smalltablet-80 {
    width: calc(79.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-smalltablet-75 {
    width: calc(74.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-smalltablet-66 {
    width: calc(66.65% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-smalltablet-60 {
    width: calc(59.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-smalltablet-55 {
    width: calc(54.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-smalltablet-50 {
    width: calc(49.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-smalltablet-45 {
    width: calc(44.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-smalltablet-40 {
    width: calc(39.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-smalltablet-35 {
    width: calc(34.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-smalltablet-33 {
    width: calc(33.32% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-smalltablet-30 {
    width: calc(29.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-smalltablet-25 {
    width: calc(24.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-smalltablet-20 {
    width: calc(19.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-smalltablet-15 {
    width: calc(14.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-smalltablet-10 {
    width: calc(9.99% -  4rem);
  }
  .ff-cols.c-smalltablet-margin-1 > .c-100 {
    width: calc(99.99%);
  }
  .ff-cols.c-smalltablet-margin-1 > .c-85 {
    width: calc(84.99% -  0.6rem);
  }
  .ff-cols.c-smalltablet-margin-1 > .c-80 {
    width: calc(79.99% -  0.6rem);
  }
  .ff-cols.c-smalltablet-margin-1 > .c-75 {
    width: calc(74.99% -  0.6rem);
  }
  .ff-cols.c-smalltablet-margin-1 > .c-66 {
    width: calc(66.65% -  0.6rem);
  }
  .ff-cols.c-smalltablet-margin-1 > .c-60 {
    width: calc(59.99% -  0.6rem);
  }
  .ff-cols.c-smalltablet-margin-1 > .c-55 {
    width: calc(54.99% -  0.6rem);
  }
  .ff-cols.c-smalltablet-margin-1 > .c-50 {
    width: calc(49.99% -  0.6rem);
  }
  .ff-cols.c-smalltablet-margin-1 > .c-45 {
    width: calc(44.99% -  0.6rem);
  }
  .ff-cols.c-smalltablet-margin-1 > .c-40 {
    width: calc(39.99% -  0.6rem);
  }
  .ff-cols.c-smalltablet-margin-1 > .c-35 {
    width: calc(34.99% -  0.6rem);
  }
  .ff-cols.c-smalltablet-margin-1 > .c-33 {
    width: calc(33.32% -  0.6rem);
  }
  .ff-cols.c-smalltablet-margin-1 > .c-30 {
    width: calc(29.99% -  0.6rem);
  }
  .ff-cols.c-smalltablet-margin-1 > .c-25 {
    width: calc(24.99% -  0.6rem);
  }
  .ff-cols.c-smalltablet-margin-1 > .c-20 {
    width: calc(19.99% -  0.6rem);
  }
  .ff-cols.c-smalltablet-margin-1 > .c-15 {
    width: calc(14.99% -  0.6rem);
  }
  .ff-cols.c-smalltablet-margin-1 > .c-10 {
    width: calc(9.99% -  0.6rem);
  }
  .ff-cols.c-smalltablet-margin-1 > .c-smalltablet-100 {
    width: calc(99.99%);
  }
  .ff-cols.c-smalltablet-margin-1 > .c-smalltablet-85 {
    width: calc(84.99% -  0.6rem);
  }
  .ff-cols.c-smalltablet-margin-1 > .c-smalltablet-80 {
    width: calc(79.99% -  0.6rem);
  }
  .ff-cols.c-smalltablet-margin-1 > .c-smalltablet-75 {
    width: calc(74.99% -  0.6rem);
  }
  .ff-cols.c-smalltablet-margin-1 > .c-smalltablet-66 {
    width: calc(66.65% -  0.6rem);
  }
  .ff-cols.c-smalltablet-margin-1 > .c-smalltablet-60 {
    width: calc(59.99% -  0.6rem);
  }
  .ff-cols.c-smalltablet-margin-1 > .c-smalltablet-55 {
    width: calc(54.99% -  0.6rem);
  }
  .ff-cols.c-smalltablet-margin-1 > .c-smalltablet-50 {
    width: calc(49.99% -  0.6rem);
  }
  .ff-cols.c-smalltablet-margin-1 > .c-smalltablet-45 {
    width: calc(44.99% -  0.6rem);
  }
  .ff-cols.c-smalltablet-margin-1 > .c-smalltablet-40 {
    width: calc(39.99% -  0.6rem);
  }
  .ff-cols.c-smalltablet-margin-1 > .c-smalltablet-35 {
    width: calc(34.99% -  0.6rem);
  }
  .ff-cols.c-smalltablet-margin-1 > .c-smalltablet-33 {
    width: calc(33.32% -  0.6rem);
  }
  .ff-cols.c-smalltablet-margin-1 > .c-smalltablet-30 {
    width: calc(29.99% -  0.6rem);
  }
  .ff-cols.c-smalltablet-margin-1 > .c-smalltablet-25 {
    width: calc(24.99% -  0.6rem);
  }
  .ff-cols.c-smalltablet-margin-1 > .c-smalltablet-20 {
    width: calc(19.99% -  0.6rem);
  }
  .ff-cols.c-smalltablet-margin-1 > .c-smalltablet-15 {
    width: calc(14.99% -  0.6rem);
  }
  .ff-cols.c-smalltablet-margin-1 > .c-smalltablet-10 {
    width: calc(9.99% -  0.6rem);
  }
  .ff-cols.c-smalltablet-margin-2 > .c-100 {
    width: calc(99.99%);
  }
  .ff-cols.c-smalltablet-margin-2 > .c-85 {
    width: calc(84.99% -  2rem);
  }
  .ff-cols.c-smalltablet-margin-2 > .c-80 {
    width: calc(79.99% -  2rem);
  }
  .ff-cols.c-smalltablet-margin-2 > .c-75 {
    width: calc(74.99% -  2rem);
  }
  .ff-cols.c-smalltablet-margin-2 > .c-66 {
    width: calc(66.65% -  2rem);
  }
  .ff-cols.c-smalltablet-margin-2 > .c-60 {
    width: calc(59.99% -  2rem);
  }
  .ff-cols.c-smalltablet-margin-2 > .c-55 {
    width: calc(54.99% -  2rem);
  }
  .ff-cols.c-smalltablet-margin-2 > .c-50 {
    width: calc(49.99% -  2rem);
  }
  .ff-cols.c-smalltablet-margin-2 > .c-45 {
    width: calc(44.99% -  2rem);
  }
  .ff-cols.c-smalltablet-margin-2 > .c-40 {
    width: calc(39.99% -  2rem);
  }
  .ff-cols.c-smalltablet-margin-2 > .c-35 {
    width: calc(34.99% -  2rem);
  }
  .ff-cols.c-smalltablet-margin-2 > .c-33 {
    width: calc(33.32% -  2rem);
  }
  .ff-cols.c-smalltablet-margin-2 > .c-30 {
    width: calc(29.99% -  2rem);
  }
  .ff-cols.c-smalltablet-margin-2 > .c-25 {
    width: calc(24.99% -  2rem);
  }
  .ff-cols.c-smalltablet-margin-2 > .c-20 {
    width: calc(19.99% -  2rem);
  }
  .ff-cols.c-smalltablet-margin-2 > .c-15 {
    width: calc(14.99% -  2rem);
  }
  .ff-cols.c-smalltablet-margin-2 > .c-10 {
    width: calc(9.99% -  2rem);
  }
  .ff-cols.c-smalltablet-margin-2 > .c-smalltablet-100 {
    width: calc(99.99%);
  }
  .ff-cols.c-smalltablet-margin-2 > .c-smalltablet-85 {
    width: calc(84.99% -  2rem);
  }
  .ff-cols.c-smalltablet-margin-2 > .c-smalltablet-80 {
    width: calc(79.99% -  2rem);
  }
  .ff-cols.c-smalltablet-margin-2 > .c-smalltablet-75 {
    width: calc(74.99% -  2rem);
  }
  .ff-cols.c-smalltablet-margin-2 > .c-smalltablet-66 {
    width: calc(66.65% -  2rem);
  }
  .ff-cols.c-smalltablet-margin-2 > .c-smalltablet-60 {
    width: calc(59.99% -  2rem);
  }
  .ff-cols.c-smalltablet-margin-2 > .c-smalltablet-55 {
    width: calc(54.99% -  2rem);
  }
  .ff-cols.c-smalltablet-margin-2 > .c-smalltablet-50 {
    width: calc(49.99% -  2rem);
  }
  .ff-cols.c-smalltablet-margin-2 > .c-smalltablet-45 {
    width: calc(44.99% -  2rem);
  }
  .ff-cols.c-smalltablet-margin-2 > .c-smalltablet-40 {
    width: calc(39.99% -  2rem);
  }
  .ff-cols.c-smalltablet-margin-2 > .c-smalltablet-35 {
    width: calc(34.99% -  2rem);
  }
  .ff-cols.c-smalltablet-margin-2 > .c-smalltablet-33 {
    width: calc(33.32% -  2rem);
  }
  .ff-cols.c-smalltablet-margin-2 > .c-smalltablet-30 {
    width: calc(29.99% -  2rem);
  }
  .ff-cols.c-smalltablet-margin-2 > .c-smalltablet-25 {
    width: calc(24.99% -  2rem);
  }
  .ff-cols.c-smalltablet-margin-2 > .c-smalltablet-20 {
    width: calc(19.99% -  2rem);
  }
  .ff-cols.c-smalltablet-margin-2 > .c-smalltablet-15 {
    width: calc(14.99% -  2rem);
  }
  .ff-cols.c-smalltablet-margin-2 > .c-smalltablet-10 {
    width: calc(9.99% -  2rem);
  }
  .ff-cols.c-smalltablet-margin-3 > .c-100 {
    width: calc(99.99%);
  }
  .ff-cols.c-smalltablet-margin-3 > .c-85 {
    width: calc(84.99% -  3rem);
  }
  .ff-cols.c-smalltablet-margin-3 > .c-80 {
    width: calc(79.99% -  3rem);
  }
  .ff-cols.c-smalltablet-margin-3 > .c-75 {
    width: calc(74.99% -  3rem);
  }
  .ff-cols.c-smalltablet-margin-3 > .c-66 {
    width: calc(66.65% -  3rem);
  }
  .ff-cols.c-smalltablet-margin-3 > .c-60 {
    width: calc(59.99% -  3rem);
  }
  .ff-cols.c-smalltablet-margin-3 > .c-55 {
    width: calc(54.99% -  3rem);
  }
  .ff-cols.c-smalltablet-margin-3 > .c-50 {
    width: calc(49.99% -  3rem);
  }
  .ff-cols.c-smalltablet-margin-3 > .c-45 {
    width: calc(44.99% -  3rem);
  }
  .ff-cols.c-smalltablet-margin-3 > .c-40 {
    width: calc(39.99% -  3rem);
  }
  .ff-cols.c-smalltablet-margin-3 > .c-35 {
    width: calc(34.99% -  3rem);
  }
  .ff-cols.c-smalltablet-margin-3 > .c-33 {
    width: calc(33.32% -  3rem);
  }
  .ff-cols.c-smalltablet-margin-3 > .c-30 {
    width: calc(29.99% -  3rem);
  }
  .ff-cols.c-smalltablet-margin-3 > .c-25 {
    width: calc(24.99% -  3rem);
  }
  .ff-cols.c-smalltablet-margin-3 > .c-20 {
    width: calc(19.99% -  3rem);
  }
  .ff-cols.c-smalltablet-margin-3 > .c-15 {
    width: calc(14.99% -  3rem);
  }
  .ff-cols.c-smalltablet-margin-3 > .c-10 {
    width: calc(9.99% -  3rem);
  }
  .ff-cols.c-smalltablet-margin-3 > .c-smalltablet-100 {
    width: calc(99.99%);
  }
  .ff-cols.c-smalltablet-margin-3 > .c-smalltablet-85 {
    width: calc(84.99% -  3rem);
  }
  .ff-cols.c-smalltablet-margin-3 > .c-smalltablet-80 {
    width: calc(79.99% -  3rem);
  }
  .ff-cols.c-smalltablet-margin-3 > .c-smalltablet-75 {
    width: calc(74.99% -  3rem);
  }
  .ff-cols.c-smalltablet-margin-3 > .c-smalltablet-66 {
    width: calc(66.65% -  3rem);
  }
  .ff-cols.c-smalltablet-margin-3 > .c-smalltablet-60 {
    width: calc(59.99% -  3rem);
  }
  .ff-cols.c-smalltablet-margin-3 > .c-smalltablet-55 {
    width: calc(54.99% -  3rem);
  }
  .ff-cols.c-smalltablet-margin-3 > .c-smalltablet-50 {
    width: calc(49.99% -  3rem);
  }
  .ff-cols.c-smalltablet-margin-3 > .c-smalltablet-45 {
    width: calc(44.99% -  3rem);
  }
  .ff-cols.c-smalltablet-margin-3 > .c-smalltablet-40 {
    width: calc(39.99% -  3rem);
  }
  .ff-cols.c-smalltablet-margin-3 > .c-smalltablet-35 {
    width: calc(34.99% -  3rem);
  }
  .ff-cols.c-smalltablet-margin-3 > .c-smalltablet-33 {
    width: calc(33.32% -  3rem);
  }
  .ff-cols.c-smalltablet-margin-3 > .c-smalltablet-30 {
    width: calc(29.99% -  3rem);
  }
  .ff-cols.c-smalltablet-margin-3 > .c-smalltablet-25 {
    width: calc(24.99% -  3rem);
  }
  .ff-cols.c-smalltablet-margin-3 > .c-smalltablet-20 {
    width: calc(19.99% -  3rem);
  }
  .ff-cols.c-smalltablet-margin-3 > .c-smalltablet-15 {
    width: calc(14.99% -  3rem);
  }
  .ff-cols.c-smalltablet-margin-3 > .c-smalltablet-10 {
    width: calc(9.99% -  3rem);
  }
  .ff-cols.c-smalltablet-margin-4 > .c-100 {
    width: calc(99.99%);
  }
  .ff-cols.c-smalltablet-margin-4 > .c-85 {
    width: calc(84.99% -  4rem);
  }
  .ff-cols.c-smalltablet-margin-4 > .c-80 {
    width: calc(79.99% -  4rem);
  }
  .ff-cols.c-smalltablet-margin-4 > .c-75 {
    width: calc(74.99% -  4rem);
  }
  .ff-cols.c-smalltablet-margin-4 > .c-66 {
    width: calc(66.65% -  4rem);
  }
  .ff-cols.c-smalltablet-margin-4 > .c-60 {
    width: calc(59.99% -  4rem);
  }
  .ff-cols.c-smalltablet-margin-4 > .c-55 {
    width: calc(54.99% -  4rem);
  }
  .ff-cols.c-smalltablet-margin-4 > .c-50 {
    width: calc(49.99% -  4rem);
  }
  .ff-cols.c-smalltablet-margin-4 > .c-45 {
    width: calc(44.99% -  4rem);
  }
  .ff-cols.c-smalltablet-margin-4 > .c-40 {
    width: calc(39.99% -  4rem);
  }
  .ff-cols.c-smalltablet-margin-4 > .c-35 {
    width: calc(34.99% -  4rem);
  }
  .ff-cols.c-smalltablet-margin-4 > .c-33 {
    width: calc(33.32% -  4rem);
  }
  .ff-cols.c-smalltablet-margin-4 > .c-30 {
    width: calc(29.99% -  4rem);
  }
  .ff-cols.c-smalltablet-margin-4 > .c-25 {
    width: calc(24.99% -  4rem);
  }
  .ff-cols.c-smalltablet-margin-4 > .c-20 {
    width: calc(19.99% -  4rem);
  }
  .ff-cols.c-smalltablet-margin-4 > .c-15 {
    width: calc(14.99% -  4rem);
  }
  .ff-cols.c-smalltablet-margin-4 > .c-10 {
    width: calc(9.99% -  4rem);
  }
  .ff-cols.c-smalltablet-margin-4 > .c-smalltablet-100 {
    width: calc(99.99%);
  }
  .ff-cols.c-smalltablet-margin-4 > .c-smalltablet-85 {
    width: calc(84.99% -  4rem);
  }
  .ff-cols.c-smalltablet-margin-4 > .c-smalltablet-80 {
    width: calc(79.99% -  4rem);
  }
  .ff-cols.c-smalltablet-margin-4 > .c-smalltablet-75 {
    width: calc(74.99% -  4rem);
  }
  .ff-cols.c-smalltablet-margin-4 > .c-smalltablet-66 {
    width: calc(66.65% -  4rem);
  }
  .ff-cols.c-smalltablet-margin-4 > .c-smalltablet-60 {
    width: calc(59.99% -  4rem);
  }
  .ff-cols.c-smalltablet-margin-4 > .c-smalltablet-55 {
    width: calc(54.99% -  4rem);
  }
  .ff-cols.c-smalltablet-margin-4 > .c-smalltablet-50 {
    width: calc(49.99% -  4rem);
  }
  .ff-cols.c-smalltablet-margin-4 > .c-smalltablet-45 {
    width: calc(44.99% -  4rem);
  }
  .ff-cols.c-smalltablet-margin-4 > .c-smalltablet-40 {
    width: calc(39.99% -  4rem);
  }
  .ff-cols.c-smalltablet-margin-4 > .c-smalltablet-35 {
    width: calc(34.99% -  4rem);
  }
  .ff-cols.c-smalltablet-margin-4 > .c-smalltablet-33 {
    width: calc(33.32% -  4rem);
  }
  .ff-cols.c-smalltablet-margin-4 > .c-smalltablet-30 {
    width: calc(29.99% -  4rem);
  }
  .ff-cols.c-smalltablet-margin-4 > .c-smalltablet-25 {
    width: calc(24.99% -  4rem);
  }
  .ff-cols.c-smalltablet-margin-4 > .c-smalltablet-20 {
    width: calc(19.99% -  4rem);
  }
  .ff-cols.c-smalltablet-margin-4 > .c-smalltablet-15 {
    width: calc(14.99% -  4rem);
  }
  .ff-cols.c-smalltablet-margin-4 > .c-smalltablet-10 {
    width: calc(9.99% -  4rem);
  }
}
@media screen and (max-width: 749px) {
  .c-100 {
    width: 100%;
  }
  .c-85 {
    width: 85%;
  }
  .c-80 {
    width: 80%;
  }
  .c-75 {
    width: 75%;
  }
  .c-66 {
    width: 66.66%;
  }
  .c-60 {
    width: 60%;
  }
  .c-55 {
    width: 55%;
  }
  .c-50 {
    width: 50%;
  }
  .c-45 {
    width: 45%;
  }
  .c-40 {
    width: 40%;
  }
  .c-35 {
    width: 35%;
  }
  .c-33 {
    width: 33.33%;
  }
  .c-30 {
    width: 30%;
  }
  .c-25 {
    width: 25%;
  }
  .c-20 {
    width: 20%;
  }
  .c-15 {
    width: 15%;
  }
  .c-10 {
    width: 10%;
  }
  .ff-cols.c-margin-1 > .c-100 {
    width: calc(99.99%);
  }
  .ff-cols.c-margin-1 > .c-85 {
    width: calc(84.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-80 {
    width: calc(79.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-75 {
    width: calc(74.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-66 {
    width: calc(66.65% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-60 {
    width: calc(59.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-55 {
    width: calc(54.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-50 {
    width: calc(49.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-45 {
    width: calc(44.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-40 {
    width: calc(39.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-35 {
    width: calc(34.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-33 {
    width: calc(33.32% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-30 {
    width: calc(29.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-25 {
    width: calc(24.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-20 {
    width: calc(19.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-15 {
    width: calc(14.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-10 {
    width: calc(9.99% -  1rem);
  }
  .ff-cols.c-margin-2 > .c-100 {
    width: calc(99.99%);
  }
  .ff-cols.c-margin-2 > .c-85 {
    width: calc(84.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-80 {
    width: calc(79.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-75 {
    width: calc(74.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-66 {
    width: calc(66.65% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-60 {
    width: calc(59.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-55 {
    width: calc(54.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-50 {
    width: calc(49.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-45 {
    width: calc(44.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-40 {
    width: calc(39.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-35 {
    width: calc(34.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-33 {
    width: calc(33.32% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-30 {
    width: calc(29.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-25 {
    width: calc(24.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-20 {
    width: calc(19.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-15 {
    width: calc(14.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-10 {
    width: calc(9.99% -  2rem);
  }
  .ff-cols.c-margin-3 > .c-100 {
    width: calc(99.99%);
  }
  .ff-cols.c-margin-3 > .c-85 {
    width: calc(84.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-80 {
    width: calc(79.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-75 {
    width: calc(74.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-66 {
    width: calc(66.65% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-60 {
    width: calc(59.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-55 {
    width: calc(54.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-50 {
    width: calc(49.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-45 {
    width: calc(44.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-40 {
    width: calc(39.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-35 {
    width: calc(34.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-33 {
    width: calc(33.32% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-30 {
    width: calc(29.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-25 {
    width: calc(24.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-20 {
    width: calc(19.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-15 {
    width: calc(14.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-10 {
    width: calc(9.99% -  3rem);
  }
  .ff-cols.c-margin-4 > .c-100 {
    width: calc(99.99%);
  }
  .ff-cols.c-margin-4 > .c-85 {
    width: calc(84.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-80 {
    width: calc(79.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-75 {
    width: calc(74.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-66 {
    width: calc(66.65% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-60 {
    width: calc(59.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-55 {
    width: calc(54.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-50 {
    width: calc(49.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-45 {
    width: calc(44.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-40 {
    width: calc(39.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-35 {
    width: calc(34.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-33 {
    width: calc(33.32% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-30 {
    width: calc(29.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-25 {
    width: calc(24.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-20 {
    width: calc(19.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-15 {
    width: calc(14.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-10 {
    width: calc(9.99% -  4rem);
  }
  .c-mobile-100 {
    width: 100%;
  }
  .c-mobile-85 {
    width: 85%;
  }
  .c-mobile-80 {
    width: 80%;
  }
  .c-mobile-75 {
    width: 75%;
  }
  .c-mobile-66 {
    width: 66.66%;
  }
  .c-mobile-60 {
    width: 60%;
  }
  .c-mobile-55 {
    width: 55%;
  }
  .c-mobile-50 {
    width: 50%;
  }
  .c-mobile-45 {
    width: 45%;
  }
  .c-mobile-40 {
    width: 40%;
  }
  .c-mobile-35 {
    width: 35%;
  }
  .c-mobile-33 {
    width: 33.33%;
  }
  .c-mobile-30 {
    width: 30%;
  }
  .c-mobile-25 {
    width: 25%;
  }
  .c-mobile-20 {
    width: 20%;
  }
  .c-mobile-15 {
    width: 15%;
  }
  .c-mobile-10 {
    width: 10%;
  }
  .ff-cols.c-margin-1 > .c-100 {
    width: calc(99.99%);
  }
  .ff-cols.c-margin-1 > .c-85 {
    width: calc(84.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-80 {
    width: calc(79.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-75 {
    width: calc(74.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-66 {
    width: calc(66.65% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-60 {
    width: calc(59.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-55 {
    width: calc(54.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-50 {
    width: calc(49.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-45 {
    width: calc(44.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-40 {
    width: calc(39.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-35 {
    width: calc(34.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-33 {
    width: calc(33.32% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-30 {
    width: calc(29.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-25 {
    width: calc(24.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-20 {
    width: calc(19.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-15 {
    width: calc(14.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-10 {
    width: calc(9.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-mobile-100 {
    width: calc(99.99%);
  }
  .ff-cols.c-margin-1 > .c-mobile-85 {
    width: calc(84.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-mobile-80 {
    width: calc(79.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-mobile-75 {
    width: calc(74.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-mobile-66 {
    width: calc(66.65% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-mobile-60 {
    width: calc(59.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-mobile-55 {
    width: calc(54.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-mobile-50 {
    width: calc(49.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-mobile-45 {
    width: calc(44.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-mobile-40 {
    width: calc(39.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-mobile-35 {
    width: calc(34.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-mobile-33 {
    width: calc(33.32% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-mobile-30 {
    width: calc(29.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-mobile-25 {
    width: calc(24.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-mobile-20 {
    width: calc(19.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-mobile-15 {
    width: calc(14.99% -  1rem);
  }
  .ff-cols.c-margin-1 > .c-mobile-10 {
    width: calc(9.99% -  1rem);
  }
  .ff-cols.c-margin-2 > .c-100 {
    width: calc(99.99%);
  }
  .ff-cols.c-margin-2 > .c-85 {
    width: calc(84.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-80 {
    width: calc(79.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-75 {
    width: calc(74.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-66 {
    width: calc(66.65% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-60 {
    width: calc(59.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-55 {
    width: calc(54.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-50 {
    width: calc(49.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-45 {
    width: calc(44.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-40 {
    width: calc(39.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-35 {
    width: calc(34.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-33 {
    width: calc(33.32% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-30 {
    width: calc(29.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-25 {
    width: calc(24.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-20 {
    width: calc(19.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-15 {
    width: calc(14.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-10 {
    width: calc(9.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-mobile-100 {
    width: calc(99.99%);
  }
  .ff-cols.c-margin-2 > .c-mobile-85 {
    width: calc(84.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-mobile-80 {
    width: calc(79.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-mobile-75 {
    width: calc(74.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-mobile-66 {
    width: calc(66.65% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-mobile-60 {
    width: calc(59.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-mobile-55 {
    width: calc(54.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-mobile-50 {
    width: calc(49.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-mobile-45 {
    width: calc(44.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-mobile-40 {
    width: calc(39.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-mobile-35 {
    width: calc(34.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-mobile-33 {
    width: calc(33.32% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-mobile-30 {
    width: calc(29.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-mobile-25 {
    width: calc(24.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-mobile-20 {
    width: calc(19.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-mobile-15 {
    width: calc(14.99% -  2rem);
  }
  .ff-cols.c-margin-2 > .c-mobile-10 {
    width: calc(9.99% -  2rem);
  }
  .ff-cols.c-margin-3 > .c-100 {
    width: calc(99.99%);
  }
  .ff-cols.c-margin-3 > .c-85 {
    width: calc(84.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-80 {
    width: calc(79.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-75 {
    width: calc(74.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-66 {
    width: calc(66.65% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-60 {
    width: calc(59.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-55 {
    width: calc(54.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-50 {
    width: calc(49.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-45 {
    width: calc(44.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-40 {
    width: calc(39.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-35 {
    width: calc(34.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-33 {
    width: calc(33.32% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-30 {
    width: calc(29.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-25 {
    width: calc(24.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-20 {
    width: calc(19.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-15 {
    width: calc(14.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-10 {
    width: calc(9.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-mobile-100 {
    width: calc(99.99%);
  }
  .ff-cols.c-margin-3 > .c-mobile-85 {
    width: calc(84.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-mobile-80 {
    width: calc(79.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-mobile-75 {
    width: calc(74.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-mobile-66 {
    width: calc(66.65% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-mobile-60 {
    width: calc(59.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-mobile-55 {
    width: calc(54.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-mobile-50 {
    width: calc(49.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-mobile-45 {
    width: calc(44.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-mobile-40 {
    width: calc(39.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-mobile-35 {
    width: calc(34.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-mobile-33 {
    width: calc(33.32% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-mobile-30 {
    width: calc(29.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-mobile-25 {
    width: calc(24.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-mobile-20 {
    width: calc(19.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-mobile-15 {
    width: calc(14.99% -  3rem);
  }
  .ff-cols.c-margin-3 > .c-mobile-10 {
    width: calc(9.99% -  3rem);
  }
  .ff-cols.c-margin-4 > .c-100 {
    width: calc(99.99%);
  }
  .ff-cols.c-margin-4 > .c-85 {
    width: calc(84.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-80 {
    width: calc(79.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-75 {
    width: calc(74.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-66 {
    width: calc(66.65% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-60 {
    width: calc(59.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-55 {
    width: calc(54.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-50 {
    width: calc(49.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-45 {
    width: calc(44.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-40 {
    width: calc(39.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-35 {
    width: calc(34.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-33 {
    width: calc(33.32% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-30 {
    width: calc(29.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-25 {
    width: calc(24.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-20 {
    width: calc(19.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-15 {
    width: calc(14.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-10 {
    width: calc(9.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-mobile-100 {
    width: calc(99.99%);
  }
  .ff-cols.c-margin-4 > .c-mobile-85 {
    width: calc(84.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-mobile-80 {
    width: calc(79.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-mobile-75 {
    width: calc(74.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-mobile-66 {
    width: calc(66.65% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-mobile-60 {
    width: calc(59.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-mobile-55 {
    width: calc(54.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-mobile-50 {
    width: calc(49.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-mobile-45 {
    width: calc(44.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-mobile-40 {
    width: calc(39.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-mobile-35 {
    width: calc(34.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-mobile-33 {
    width: calc(33.32% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-mobile-30 {
    width: calc(29.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-mobile-25 {
    width: calc(24.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-mobile-20 {
    width: calc(19.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-mobile-15 {
    width: calc(14.99% -  4rem);
  }
  .ff-cols.c-margin-4 > .c-mobile-10 {
    width: calc(9.99% -  4rem);
  }
  .ff-cols.c-mobile-margin-1 > .c-100 {
    width: calc(99.99%);
  }
  .ff-cols.c-mobile-margin-1 > .c-85 {
    width: calc(84.99% -  0.6rem);
  }
  .ff-cols.c-mobile-margin-1 > .c-80 {
    width: calc(79.99% -  0.6rem);
  }
  .ff-cols.c-mobile-margin-1 > .c-75 {
    width: calc(74.99% -  0.6rem);
  }
  .ff-cols.c-mobile-margin-1 > .c-66 {
    width: calc(66.65% -  0.6rem);
  }
  .ff-cols.c-mobile-margin-1 > .c-60 {
    width: calc(59.99% -  0.6rem);
  }
  .ff-cols.c-mobile-margin-1 > .c-55 {
    width: calc(54.99% -  0.6rem);
  }
  .ff-cols.c-mobile-margin-1 > .c-50 {
    width: calc(49.99% -  0.6rem);
  }
  .ff-cols.c-mobile-margin-1 > .c-45 {
    width: calc(44.99% -  0.6rem);
  }
  .ff-cols.c-mobile-margin-1 > .c-40 {
    width: calc(39.99% -  0.6rem);
  }
  .ff-cols.c-mobile-margin-1 > .c-35 {
    width: calc(34.99% -  0.6rem);
  }
  .ff-cols.c-mobile-margin-1 > .c-33 {
    width: calc(33.32% -  0.6rem);
  }
  .ff-cols.c-mobile-margin-1 > .c-30 {
    width: calc(29.99% -  0.6rem);
  }
  .ff-cols.c-mobile-margin-1 > .c-25 {
    width: calc(24.99% -  0.6rem);
  }
  .ff-cols.c-mobile-margin-1 > .c-20 {
    width: calc(19.99% -  0.6rem);
  }
  .ff-cols.c-mobile-margin-1 > .c-15 {
    width: calc(14.99% -  0.6rem);
  }
  .ff-cols.c-mobile-margin-1 > .c-10 {
    width: calc(9.99% -  0.6rem);
  }
  .ff-cols.c-mobile-margin-1 > .c-mobile-100 {
    width: calc(99.99%);
  }
  .ff-cols.c-mobile-margin-1 > .c-mobile-85 {
    width: calc(84.99% -  0.6rem);
  }
  .ff-cols.c-mobile-margin-1 > .c-mobile-80 {
    width: calc(79.99% -  0.6rem);
  }
  .ff-cols.c-mobile-margin-1 > .c-mobile-75 {
    width: calc(74.99% -  0.6rem);
  }
  .ff-cols.c-mobile-margin-1 > .c-mobile-66 {
    width: calc(66.65% -  0.6rem);
  }
  .ff-cols.c-mobile-margin-1 > .c-mobile-60 {
    width: calc(59.99% -  0.6rem);
  }
  .ff-cols.c-mobile-margin-1 > .c-mobile-55 {
    width: calc(54.99% -  0.6rem);
  }
  .ff-cols.c-mobile-margin-1 > .c-mobile-50 {
    width: calc(49.99% -  0.6rem);
  }
  .ff-cols.c-mobile-margin-1 > .c-mobile-45 {
    width: calc(44.99% -  0.6rem);
  }
  .ff-cols.c-mobile-margin-1 > .c-mobile-40 {
    width: calc(39.99% -  0.6rem);
  }
  .ff-cols.c-mobile-margin-1 > .c-mobile-35 {
    width: calc(34.99% -  0.6rem);
  }
  .ff-cols.c-mobile-margin-1 > .c-mobile-33 {
    width: calc(33.32% -  0.6rem);
  }
  .ff-cols.c-mobile-margin-1 > .c-mobile-30 {
    width: calc(29.99% -  0.6rem);
  }
  .ff-cols.c-mobile-margin-1 > .c-mobile-25 {
    width: calc(24.99% -  0.6rem);
  }
  .ff-cols.c-mobile-margin-1 > .c-mobile-20 {
    width: calc(19.99% -  0.6rem);
  }
  .ff-cols.c-mobile-margin-1 > .c-mobile-15 {
    width: calc(14.99% -  0.6rem);
  }
  .ff-cols.c-mobile-margin-1 > .c-mobile-10 {
    width: calc(9.99% -  0.6rem);
  }
  .ff-cols.c-mobile-margin-2 > .c-100 {
    width: calc(99.99%);
  }
  .ff-cols.c-mobile-margin-2 > .c-85 {
    width: calc(84.99% -  2rem);
  }
  .ff-cols.c-mobile-margin-2 > .c-80 {
    width: calc(79.99% -  2rem);
  }
  .ff-cols.c-mobile-margin-2 > .c-75 {
    width: calc(74.99% -  2rem);
  }
  .ff-cols.c-mobile-margin-2 > .c-66 {
    width: calc(66.65% -  2rem);
  }
  .ff-cols.c-mobile-margin-2 > .c-60 {
    width: calc(59.99% -  2rem);
  }
  .ff-cols.c-mobile-margin-2 > .c-55 {
    width: calc(54.99% -  2rem);
  }
  .ff-cols.c-mobile-margin-2 > .c-50 {
    width: calc(49.99% -  2rem);
  }
  .ff-cols.c-mobile-margin-2 > .c-45 {
    width: calc(44.99% -  2rem);
  }
  .ff-cols.c-mobile-margin-2 > .c-40 {
    width: calc(39.99% -  2rem);
  }
  .ff-cols.c-mobile-margin-2 > .c-35 {
    width: calc(34.99% -  2rem);
  }
  .ff-cols.c-mobile-margin-2 > .c-33 {
    width: calc(33.32% -  2rem);
  }
  .ff-cols.c-mobile-margin-2 > .c-30 {
    width: calc(29.99% -  2rem);
  }
  .ff-cols.c-mobile-margin-2 > .c-25 {
    width: calc(24.99% -  2rem);
  }
  .ff-cols.c-mobile-margin-2 > .c-20 {
    width: calc(19.99% -  2rem);
  }
  .ff-cols.c-mobile-margin-2 > .c-15 {
    width: calc(14.99% -  2rem);
  }
  .ff-cols.c-mobile-margin-2 > .c-10 {
    width: calc(9.99% -  2rem);
  }
  .ff-cols.c-mobile-margin-2 > .c-mobile-100 {
    width: calc(99.99%);
  }
  .ff-cols.c-mobile-margin-2 > .c-mobile-85 {
    width: calc(84.99% -  2rem);
  }
  .ff-cols.c-mobile-margin-2 > .c-mobile-80 {
    width: calc(79.99% -  2rem);
  }
  .ff-cols.c-mobile-margin-2 > .c-mobile-75 {
    width: calc(74.99% -  2rem);
  }
  .ff-cols.c-mobile-margin-2 > .c-mobile-66 {
    width: calc(66.65% -  2rem);
  }
  .ff-cols.c-mobile-margin-2 > .c-mobile-60 {
    width: calc(59.99% -  2rem);
  }
  .ff-cols.c-mobile-margin-2 > .c-mobile-55 {
    width: calc(54.99% -  2rem);
  }
  .ff-cols.c-mobile-margin-2 > .c-mobile-50 {
    width: calc(49.99% -  2rem);
  }
  .ff-cols.c-mobile-margin-2 > .c-mobile-45 {
    width: calc(44.99% -  2rem);
  }
  .ff-cols.c-mobile-margin-2 > .c-mobile-40 {
    width: calc(39.99% -  2rem);
  }
  .ff-cols.c-mobile-margin-2 > .c-mobile-35 {
    width: calc(34.99% -  2rem);
  }
  .ff-cols.c-mobile-margin-2 > .c-mobile-33 {
    width: calc(33.32% -  2rem);
  }
  .ff-cols.c-mobile-margin-2 > .c-mobile-30 {
    width: calc(29.99% -  2rem);
  }
  .ff-cols.c-mobile-margin-2 > .c-mobile-25 {
    width: calc(24.99% -  2rem);
  }
  .ff-cols.c-mobile-margin-2 > .c-mobile-20 {
    width: calc(19.99% -  2rem);
  }
  .ff-cols.c-mobile-margin-2 > .c-mobile-15 {
    width: calc(14.99% -  2rem);
  }
  .ff-cols.c-mobile-margin-2 > .c-mobile-10 {
    width: calc(9.99% -  2rem);
  }
  .ff-cols.c-mobile-margin-3 > .c-100 {
    width: calc(99.99%);
  }
  .ff-cols.c-mobile-margin-3 > .c-85 {
    width: calc(84.99% -  3rem);
  }
  .ff-cols.c-mobile-margin-3 > .c-80 {
    width: calc(79.99% -  3rem);
  }
  .ff-cols.c-mobile-margin-3 > .c-75 {
    width: calc(74.99% -  3rem);
  }
  .ff-cols.c-mobile-margin-3 > .c-66 {
    width: calc(66.65% -  3rem);
  }
  .ff-cols.c-mobile-margin-3 > .c-60 {
    width: calc(59.99% -  3rem);
  }
  .ff-cols.c-mobile-margin-3 > .c-55 {
    width: calc(54.99% -  3rem);
  }
  .ff-cols.c-mobile-margin-3 > .c-50 {
    width: calc(49.99% -  3rem);
  }
  .ff-cols.c-mobile-margin-3 > .c-45 {
    width: calc(44.99% -  3rem);
  }
  .ff-cols.c-mobile-margin-3 > .c-40 {
    width: calc(39.99% -  3rem);
  }
  .ff-cols.c-mobile-margin-3 > .c-35 {
    width: calc(34.99% -  3rem);
  }
  .ff-cols.c-mobile-margin-3 > .c-33 {
    width: calc(33.32% -  3rem);
  }
  .ff-cols.c-mobile-margin-3 > .c-30 {
    width: calc(29.99% -  3rem);
  }
  .ff-cols.c-mobile-margin-3 > .c-25 {
    width: calc(24.99% -  3rem);
  }
  .ff-cols.c-mobile-margin-3 > .c-20 {
    width: calc(19.99% -  3rem);
  }
  .ff-cols.c-mobile-margin-3 > .c-15 {
    width: calc(14.99% -  3rem);
  }
  .ff-cols.c-mobile-margin-3 > .c-10 {
    width: calc(9.99% -  3rem);
  }
  .ff-cols.c-mobile-margin-3 > .c-mobile-100 {
    width: calc(99.99%);
  }
  .ff-cols.c-mobile-margin-3 > .c-mobile-85 {
    width: calc(84.99% -  3rem);
  }
  .ff-cols.c-mobile-margin-3 > .c-mobile-80 {
    width: calc(79.99% -  3rem);
  }
  .ff-cols.c-mobile-margin-3 > .c-mobile-75 {
    width: calc(74.99% -  3rem);
  }
  .ff-cols.c-mobile-margin-3 > .c-mobile-66 {
    width: calc(66.65% -  3rem);
  }
  .ff-cols.c-mobile-margin-3 > .c-mobile-60 {
    width: calc(59.99% -  3rem);
  }
  .ff-cols.c-mobile-margin-3 > .c-mobile-55 {
    width: calc(54.99% -  3rem);
  }
  .ff-cols.c-mobile-margin-3 > .c-mobile-50 {
    width: calc(49.99% -  3rem);
  }
  .ff-cols.c-mobile-margin-3 > .c-mobile-45 {
    width: calc(44.99% -  3rem);
  }
  .ff-cols.c-mobile-margin-3 > .c-mobile-40 {
    width: calc(39.99% -  3rem);
  }
  .ff-cols.c-mobile-margin-3 > .c-mobile-35 {
    width: calc(34.99% -  3rem);
  }
  .ff-cols.c-mobile-margin-3 > .c-mobile-33 {
    width: calc(33.32% -  3rem);
  }
  .ff-cols.c-mobile-margin-3 > .c-mobile-30 {
    width: calc(29.99% -  3rem);
  }
  .ff-cols.c-mobile-margin-3 > .c-mobile-25 {
    width: calc(24.99% -  3rem);
  }
  .ff-cols.c-mobile-margin-3 > .c-mobile-20 {
    width: calc(19.99% -  3rem);
  }
  .ff-cols.c-mobile-margin-3 > .c-mobile-15 {
    width: calc(14.99% -  3rem);
  }
  .ff-cols.c-mobile-margin-3 > .c-mobile-10 {
    width: calc(9.99% -  3rem);
  }
  .ff-cols.c-mobile-margin-4 > .c-100 {
    width: calc(99.99%);
  }
  .ff-cols.c-mobile-margin-4 > .c-85 {
    width: calc(84.99% -  4rem);
  }
  .ff-cols.c-mobile-margin-4 > .c-80 {
    width: calc(79.99% -  4rem);
  }
  .ff-cols.c-mobile-margin-4 > .c-75 {
    width: calc(74.99% -  4rem);
  }
  .ff-cols.c-mobile-margin-4 > .c-66 {
    width: calc(66.65% -  4rem);
  }
  .ff-cols.c-mobile-margin-4 > .c-60 {
    width: calc(59.99% -  4rem);
  }
  .ff-cols.c-mobile-margin-4 > .c-55 {
    width: calc(54.99% -  4rem);
  }
  .ff-cols.c-mobile-margin-4 > .c-50 {
    width: calc(49.99% -  4rem);
  }
  .ff-cols.c-mobile-margin-4 > .c-45 {
    width: calc(44.99% -  4rem);
  }
  .ff-cols.c-mobile-margin-4 > .c-40 {
    width: calc(39.99% -  4rem);
  }
  .ff-cols.c-mobile-margin-4 > .c-35 {
    width: calc(34.99% -  4rem);
  }
  .ff-cols.c-mobile-margin-4 > .c-33 {
    width: calc(33.32% -  4rem);
  }
  .ff-cols.c-mobile-margin-4 > .c-30 {
    width: calc(29.99% -  4rem);
  }
  .ff-cols.c-mobile-margin-4 > .c-25 {
    width: calc(24.99% -  4rem);
  }
  .ff-cols.c-mobile-margin-4 > .c-20 {
    width: calc(19.99% -  4rem);
  }
  .ff-cols.c-mobile-margin-4 > .c-15 {
    width: calc(14.99% -  4rem);
  }
  .ff-cols.c-mobile-margin-4 > .c-10 {
    width: calc(9.99% -  4rem);
  }
  .ff-cols.c-mobile-margin-4 > .c-mobile-100 {
    width: calc(99.99%);
  }
  .ff-cols.c-mobile-margin-4 > .c-mobile-85 {
    width: calc(84.99% -  4rem);
  }
  .ff-cols.c-mobile-margin-4 > .c-mobile-80 {
    width: calc(79.99% -  4rem);
  }
  .ff-cols.c-mobile-margin-4 > .c-mobile-75 {
    width: calc(74.99% -  4rem);
  }
  .ff-cols.c-mobile-margin-4 > .c-mobile-66 {
    width: calc(66.65% -  4rem);
  }
  .ff-cols.c-mobile-margin-4 > .c-mobile-60 {
    width: calc(59.99% -  4rem);
  }
  .ff-cols.c-mobile-margin-4 > .c-mobile-55 {
    width: calc(54.99% -  4rem);
  }
  .ff-cols.c-mobile-margin-4 > .c-mobile-50 {
    width: calc(49.99% -  4rem);
  }
  .ff-cols.c-mobile-margin-4 > .c-mobile-45 {
    width: calc(44.99% -  4rem);
  }
  .ff-cols.c-mobile-margin-4 > .c-mobile-40 {
    width: calc(39.99% -  4rem);
  }
  .ff-cols.c-mobile-margin-4 > .c-mobile-35 {
    width: calc(34.99% -  4rem);
  }
  .ff-cols.c-mobile-margin-4 > .c-mobile-33 {
    width: calc(33.32% -  4rem);
  }
  .ff-cols.c-mobile-margin-4 > .c-mobile-30 {
    width: calc(29.99% -  4rem);
  }
  .ff-cols.c-mobile-margin-4 > .c-mobile-25 {
    width: calc(24.99% -  4rem);
  }
  .ff-cols.c-mobile-margin-4 > .c-mobile-20 {
    width: calc(19.99% -  4rem);
  }
  .ff-cols.c-mobile-margin-4 > .c-mobile-15 {
    width: calc(14.99% -  4rem);
  }
  .ff-cols.c-mobile-margin-4 > .c-mobile-10 {
    width: calc(9.99% -  4rem);
  }
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
figure,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
a {
  text-decoration: none;
  cursor: pointer;
}
html {
  -webkit-font-smoothing: antialiased;
}
* {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
p,
h1,
h2,
h3,
h4,
h5,
h6,
strong,
a,
span,
li {
  -moz-user-select: text;
  -webkit-user-select: text;
  -ms-user-select: text;
  user-select: text;
  -o-user-select: text;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="number"],
input[type="submit"],
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
}
a,
a *,
input[type="submit"] {
  cursor: pointer;
}
img {
  max-width: 100%;
  height: auto;
}
sup {
  vertical-align: super;
  font-size: smaller;
}
select::-ms-expand {
  display: none;
}
.clear {
  clear: both !important;
  display: block !important;
  float: none !important;
  height: 0px !important;
  width: 100% !important;
  min-height: 0px !important;
  padding: 0 !important;
  margin: 0!important;
}
button {
  background: transparent;
  border: none;
  cursor: pointer;
}
.page-template-template-block-editor-page main section:first-child,
.page-template-template-block-editor-page-with-contact main section:first-child,
.page-template-template-cx-landing main section:first-child {
  padding: 0;
}
.page-template-template-block-editor-page main .wrapper :not(section.contact) h1,
.page-template-template-block-editor-page-with-contact main .wrapper :not(section.contact) h1,
.page-template-template-cx-landing main .wrapper :not(section.contact) h1,
.page-template-template-block-editor-page main * h1,
.page-template-template-block-editor-page-with-contact main * h1,
.page-template-template-cx-landing main * h1,
.page-template-template-block-editor-page main .wrapper :not(section.contact) h2,
.page-template-template-block-editor-page-with-contact main .wrapper :not(section.contact) h2,
.page-template-template-cx-landing main .wrapper :not(section.contact) h2,
.page-template-template-block-editor-page main * h2,
.page-template-template-block-editor-page-with-contact main * h2,
.page-template-template-cx-landing main * h2,
.page-template-template-block-editor-page main .wrapper :not(section.contact) h3,
.page-template-template-block-editor-page-with-contact main .wrapper :not(section.contact) h3,
.page-template-template-cx-landing main .wrapper :not(section.contact) h3,
.page-template-template-block-editor-page main * h3,
.page-template-template-block-editor-page-with-contact main * h3,
.page-template-template-cx-landing main * h3,
.page-template-template-block-editor-page main .wrapper :not(section.contact) h4,
.page-template-template-block-editor-page-with-contact main .wrapper :not(section.contact) h4,
.page-template-template-cx-landing main .wrapper :not(section.contact) h4,
.page-template-template-block-editor-page main * h4,
.page-template-template-block-editor-page-with-contact main * h4,
.page-template-template-cx-landing main * h4,
.page-template-template-block-editor-page main .wrapper :not(section.contact) h5,
.page-template-template-block-editor-page-with-contact main .wrapper :not(section.contact) h5,
.page-template-template-cx-landing main .wrapper :not(section.contact) h5,
.page-template-template-block-editor-page main * h5,
.page-template-template-block-editor-page-with-contact main * h5,
.page-template-template-cx-landing main * h5,
.page-template-template-block-editor-page main .wrapper :not(section.contact) h6,
.page-template-template-block-editor-page-with-contact main .wrapper :not(section.contact) h6,
.page-template-template-cx-landing main .wrapper :not(section.contact) h6,
.page-template-template-block-editor-page main * h6,
.page-template-template-block-editor-page-with-contact main * h6,
.page-template-template-cx-landing main * h6 {
  margin: 1.5rem 0 0.5rem;
}
.page-template-template-block-editor-page main .wrapper :not(section.contact) h4,
.page-template-template-block-editor-page-with-contact main .wrapper :not(section.contact) h4,
.page-template-template-cx-landing main .wrapper :not(section.contact) h4,
.page-template-template-block-editor-page main * h4,
.page-template-template-block-editor-page-with-contact main * h4,
.page-template-template-cx-landing main * h4 {
  font-size: 1.375rem;
  line-height: 2rem;
  font-weight: 500;
}
.page-template-template-block-editor-page main .wrapper :not(section.contact) p,
.page-template-template-block-editor-page-with-contact main .wrapper :not(section.contact) p,
.page-template-template-cx-landing main .wrapper :not(section.contact) p,
.page-template-template-block-editor-page main * p,
.page-template-template-block-editor-page-with-contact main * p,
.page-template-template-cx-landing main * p {
  margin: 0 0 1em;
  max-width: 100%;
}
.page-template-template-block-editor-page main .wrapper :not(section.contact) img,
.page-template-template-block-editor-page-with-contact main .wrapper :not(section.contact) img,
.page-template-template-cx-landing main .wrapper :not(section.contact) img,
.page-template-template-block-editor-page main * img,
.page-template-template-block-editor-page-with-contact main * img,
.page-template-template-cx-landing main * img {
  max-width: 100%;
  height: 100%;
}
.page-template-template-block-editor-page main .wrapper :not(section.contact) ul,
.page-template-template-block-editor-page-with-contact main .wrapper :not(section.contact) ul,
.page-template-template-cx-landing main .wrapper :not(section.contact) ul,
.page-template-template-block-editor-page main * ul,
.page-template-template-block-editor-page-with-contact main * ul,
.page-template-template-cx-landing main * ul,
.page-template-template-block-editor-page main .wrapper :not(section.contact) ol,
.page-template-template-block-editor-page-with-contact main .wrapper :not(section.contact) ol,
.page-template-template-cx-landing main .wrapper :not(section.contact) ol,
.page-template-template-block-editor-page main * ol,
.page-template-template-block-editor-page-with-contact main * ol,
.page-template-template-cx-landing main * ol {
  list-style: auto;
  padding: 0;
  margin: 0 0 1em 2em;
  font-weight: 300;
}
.page-template-template-block-editor-page main .wrapper :not(section.contact) ul,
.page-template-template-block-editor-page-with-contact main .wrapper :not(section.contact) ul,
.page-template-template-cx-landing main .wrapper :not(section.contact) ul,
.page-template-template-block-editor-page main * ul,
.page-template-template-block-editor-page-with-contact main * ul,
.page-template-template-cx-landing main * ul {
  list-style-type: disc;
  margin-left: 1rem;
}
.page-template-template-block-editor-page main .wrapper :not(section.contact) li,
.page-template-template-block-editor-page-with-contact main .wrapper :not(section.contact) li,
.page-template-template-cx-landing main .wrapper :not(section.contact) li,
.page-template-template-block-editor-page main * li,
.page-template-template-block-editor-page-with-contact main * li,
.page-template-template-cx-landing main * li {
  margin: 0.5em 0;
}
.page-template-template-block-editor-page main .wrapper :not(section.contact) table,
.page-template-template-block-editor-page-with-contact main .wrapper :not(section.contact) table,
.page-template-template-cx-landing main .wrapper :not(section.contact) table,
.page-template-template-block-editor-page main * table,
.page-template-template-block-editor-page-with-contact main * table,
.page-template-template-cx-landing main * table {
  width: 100%;
  border-collapse: collapse;
}
.page-template-template-block-editor-page main .wrapper :not(section.contact) table th,
.page-template-template-block-editor-page-with-contact main .wrapper :not(section.contact) table th,
.page-template-template-cx-landing main .wrapper :not(section.contact) table th,
.page-template-template-block-editor-page main * table th,
.page-template-template-block-editor-page-with-contact main * table th,
.page-template-template-cx-landing main * table th,
.page-template-template-block-editor-page main .wrapper :not(section.contact) table td,
.page-template-template-block-editor-page-with-contact main .wrapper :not(section.contact) table td,
.page-template-template-cx-landing main .wrapper :not(section.contact) table td,
.page-template-template-block-editor-page main * table td,
.page-template-template-block-editor-page-with-contact main * table td,
.page-template-template-cx-landing main * table td {
  padding: 0.5em;
  border: 1px solid #ddd;
}
.page-template-template-block-editor-page main .wrapper :not(section.contact) table th,
.page-template-template-block-editor-page-with-contact main .wrapper :not(section.contact) table th,
.page-template-template-cx-landing main .wrapper :not(section.contact) table th,
.page-template-template-block-editor-page main * table th,
.page-template-template-block-editor-page-with-contact main * table th,
.page-template-template-cx-landing main * table th {
  background-color: #f5f5f5;
  text-align: left;
}
.page-template-template-block-editor-page main .wrapper :not(section.contact) .has-text-align-center,
.page-template-template-block-editor-page-with-contact main .wrapper :not(section.contact) .has-text-align-center,
.page-template-template-cx-landing main .wrapper :not(section.contact) .has-text-align-center,
.page-template-template-block-editor-page main * .has-text-align-center,
.page-template-template-block-editor-page-with-contact main * .has-text-align-center,
.page-template-template-cx-landing main * .has-text-align-center {
  text-align: center !important;
}
.page-template-template-block-editor-page main .wrapper :not(section.contact) .has-text-align-left,
.page-template-template-block-editor-page-with-contact main .wrapper :not(section.contact) .has-text-align-left,
.page-template-template-cx-landing main .wrapper :not(section.contact) .has-text-align-left,
.page-template-template-block-editor-page main * .has-text-align-left,
.page-template-template-block-editor-page-with-contact main * .has-text-align-left,
.page-template-template-cx-landing main * .has-text-align-left {
  text-align: left !important;
}
.page-template-template-block-editor-page main .wrapper :not(section.contact) .has-text-align-right,
.page-template-template-block-editor-page-with-contact main .wrapper :not(section.contact) .has-text-align-right,
.page-template-template-cx-landing main .wrapper :not(section.contact) .has-text-align-right,
.page-template-template-block-editor-page main * .has-text-align-right,
.page-template-template-block-editor-page-with-contact main * .has-text-align-right,
.page-template-template-cx-landing main * .has-text-align-right {
  text-align: right !important;
}
.page-template-template-block-editor-page main .wrapper :not(section.contact) img.alignright,
.page-template-template-block-editor-page-with-contact main .wrapper :not(section.contact) img.alignright,
.page-template-template-cx-landing main .wrapper :not(section.contact) img.alignright,
.page-template-template-block-editor-page main * img.alignright,
.page-template-template-block-editor-page-with-contact main * img.alignright,
.page-template-template-cx-landing main * img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
.page-template-template-block-editor-page main .wrapper :not(section.contact) img.alignleft,
.page-template-template-block-editor-page-with-contact main .wrapper :not(section.contact) img.alignleft,
.page-template-template-cx-landing main .wrapper :not(section.contact) img.alignleft,
.page-template-template-block-editor-page main * img.alignleft,
.page-template-template-block-editor-page-with-contact main * img.alignleft,
.page-template-template-cx-landing main * img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
.page-template-template-block-editor-page main .wrapper :not(section.contact) img.aligncenter,
.page-template-template-block-editor-page-with-contact main .wrapper :not(section.contact) img.aligncenter,
.page-template-template-cx-landing main .wrapper :not(section.contact) img.aligncenter,
.page-template-template-block-editor-page main * img.aligncenter,
.page-template-template-block-editor-page-with-contact main * img.aligncenter,
.page-template-template-cx-landing main * img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.page-template-template-block-editor-page main .wrapper :not(section.contact) .alignright,
.page-template-template-block-editor-page-with-contact main .wrapper :not(section.contact) .alignright,
.page-template-template-cx-landing main .wrapper :not(section.contact) .alignright,
.page-template-template-block-editor-page main * .alignright,
.page-template-template-block-editor-page-with-contact main * .alignright,
.page-template-template-cx-landing main * .alignright {
  float: right;
}
.page-template-template-block-editor-page main .wrapper :not(section.contact) .alignleft,
.page-template-template-block-editor-page-with-contact main .wrapper :not(section.contact) .alignleft,
.page-template-template-cx-landing main .wrapper :not(section.contact) .alignleft,
.page-template-template-block-editor-page main * .alignleft,
.page-template-template-block-editor-page-with-contact main * .alignleft,
.page-template-template-cx-landing main * .alignleft {
  float: left;
}
.page-template-template-block-editor-page main .wrapper :not(section.contact) .aligncenter,
.page-template-template-block-editor-page-with-contact main .wrapper :not(section.contact) .aligncenter,
.page-template-template-cx-landing main .wrapper :not(section.contact) .aligncenter,
.page-template-template-block-editor-page main * .aligncenter,
.page-template-template-block-editor-page-with-contact main * .aligncenter,
.page-template-template-cx-landing main * .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.page-template-template-block-editor-page main .alignfull,
.page-template-template-block-editor-page-with-contact main .alignfull,
.page-template-template-cx-landing main .alignfull {
  margin: 0 calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
  justify-content: center;
}
.page-template-template-block-editor-page main .alignwide,
.page-template-template-block-editor-page-with-contact main .alignwide,
.page-template-template-cx-landing main .alignwide {
  margin: 0 calc(25% - 25vw);
  max-width: 100vw;
  width: 100vw;
}
.page-template-template-block-editor-page main .wp-block-cover,
.page-template-template-block-editor-page-with-contact main .wp-block-cover,
.page-template-template-cx-landing main .wp-block-cover {
  padding: unset;
}
.page-template-template-block-editor-page main .first-wp-block-cover h1,
.page-template-template-block-editor-page-with-contact main .first-wp-block-cover h1,
.page-template-template-cx-landing main .first-wp-block-cover h1 {
  font-size: 3.8rem;
}
@media screen and (max-width: 749px) {
  .page-template-template-block-editor-page main .first-wp-block-cover,
  .page-template-template-block-editor-page-with-contact main .first-wp-block-cover,
  .page-template-template-cx-landing main .first-wp-block-cover {
    padding: 5%;
  }
}
.page-template-template-block-editor-page main .content-size,
.page-template-template-block-editor-page-with-contact main .content-size,
.page-template-template-cx-landing main .content-size {
  width: var(--wp--style--global--content-size);
}
.page-template-template-block-editor-page main :root,
.page-template-template-block-editor-page-with-contact main :root,
.page-template-template-cx-landing main :root {
  --wrapper_w: 100%;
  --wrapper_col: 100%/12;
}
@media screen and (max-width: 1499px) {
  .page-template-template-block-editor-page main :root,
  .page-template-template-block-editor-page-with-contact main :root,
  .page-template-template-cx-landing main :root {
    --wrapper_w: 1000px;
  }
}
@media screen and (max-width: 849px) {
  .page-template-template-block-editor-page main :root,
  .page-template-template-block-editor-page-with-contact main :root,
  .page-template-template-cx-landing main :root {
    --wrapper_w: 100%;
    --wrapper_col: 100%/10;
  }
}
@media screen and (max-width: 749px) {
  .page-template-template-block-editor-page main :root,
  .page-template-template-block-editor-page-with-contact main :root,
  .page-template-template-cx-landing main :root {
    --wrapper_col: calc( var(--wrapper_w)/10 );
  }
}
.page-template-template-block-editor-page main .testimonials,
.page-template-template-block-editor-page-with-contact main .testimonials,
.page-template-template-cx-landing main .testimonials {
  background: inherit;
}
.page-template-template-block-editor-page main .testimonials .content__wrapper h2,
.page-template-template-block-editor-page-with-contact main .testimonials .content__wrapper h2,
.page-template-template-cx-landing main .testimonials .content__wrapper h2 {
  color: inherit;
}
.page-template-template-block-editor-page main .testimonials .content__wrapper *,
.page-template-template-block-editor-page-with-contact main .testimonials .content__wrapper *,
.page-template-template-cx-landing main .testimonials .content__wrapper * {
  color: inherit;
}
.page-template-template-block-editor-page main .testimonials .content__wrapper .cta--arrow,
.page-template-template-block-editor-page-with-contact main .testimonials .content__wrapper .cta--arrow,
.page-template-template-cx-landing main .testimonials .content__wrapper .cta--arrow {
  color: #fff;
}
.page-template-template-block-editor-page main .testimonials .content__wrapper .cta--arrow::before,
.page-template-template-block-editor-page-with-contact main .testimonials .content__wrapper .cta--arrow::before,
.page-template-template-cx-landing main .testimonials .content__wrapper .cta--arrow::before {
  background: #fff;
}
.page-template-template-block-editor-page main .testimonials .content__wrapper .cta--arrow::after,
.page-template-template-block-editor-page-with-contact main .testimonials .content__wrapper .cta--arrow::after,
.page-template-template-cx-landing main .testimonials .content__wrapper .cta--arrow::after {
  border-color: #fff;
}
.page-template-template-block-editor-page main .testimonials__block--left h1,
.page-template-template-block-editor-page-with-contact main .testimonials__block--left h1,
.page-template-template-cx-landing main .testimonials__block--left h1,
.page-template-template-block-editor-page main .testimonials__block--left h2,
.page-template-template-block-editor-page-with-contact main .testimonials__block--left h2,
.page-template-template-cx-landing main .testimonials__block--left h2,
.page-template-template-block-editor-page main .testimonials__block--left h3,
.page-template-template-block-editor-page-with-contact main .testimonials__block--left h3,
.page-template-template-cx-landing main .testimonials__block--left h3,
.page-template-template-block-editor-page main .testimonials__block--left h4,
.page-template-template-block-editor-page-with-contact main .testimonials__block--left h4,
.page-template-template-cx-landing main .testimonials__block--left h4,
.page-template-template-block-editor-page main .testimonials__block--left p,
.page-template-template-block-editor-page-with-contact main .testimonials__block--left p,
.page-template-template-cx-landing main .testimonials__block--left p,
.page-template-template-block-editor-page main .testimonials__block--left li,
.page-template-template-block-editor-page-with-contact main .testimonials__block--left li,
.page-template-template-cx-landing main .testimonials__block--left li {
  max-width: 100%;
}
.page-template-template-block-editor-page main .testimonials__block--left h1 > a,
.page-template-template-block-editor-page-with-contact main .testimonials__block--left h1 > a,
.page-template-template-cx-landing main .testimonials__block--left h1 > a,
.page-template-template-block-editor-page main .testimonials__block--left h2 > a,
.page-template-template-block-editor-page-with-contact main .testimonials__block--left h2 > a,
.page-template-template-cx-landing main .testimonials__block--left h2 > a,
.page-template-template-block-editor-page main .testimonials__block--left h3 > a,
.page-template-template-block-editor-page-with-contact main .testimonials__block--left h3 > a,
.page-template-template-cx-landing main .testimonials__block--left h3 > a,
.page-template-template-block-editor-page main .testimonials__block--left h4 > a,
.page-template-template-block-editor-page-with-contact main .testimonials__block--left h4 > a,
.page-template-template-cx-landing main .testimonials__block--left h4 > a,
.page-template-template-block-editor-page main .testimonials__block--left p > a,
.page-template-template-block-editor-page-with-contact main .testimonials__block--left p > a,
.page-template-template-cx-landing main .testimonials__block--left p > a,
.page-template-template-block-editor-page main .testimonials__block--left li > a,
.page-template-template-block-editor-page-with-contact main .testimonials__block--left li > a,
.page-template-template-cx-landing main .testimonials__block--left li > a {
  color: inherit;
}
.page-template-template-block-editor-page main .testimonials__block--left,
.page-template-template-block-editor-page-with-contact main .testimonials__block--left,
.page-template-template-cx-landing main .testimonials__block--left {
  width: calc(var(--wrapper_col) * 3.5);
}
.page-template-template-block-editor-page main .testimonials__block--right,
.page-template-template-block-editor-page-with-contact main .testimonials__block--right,
.page-template-template-cx-landing main .testimonials__block--right {
  width: calc(var(--wrapper_col) * 7);
}
@media screen and (max-width: 1199px) {
  .page-template-template-block-editor-page main .testimonials .content__wrapper,
  .page-template-template-block-editor-page-with-contact main .testimonials .content__wrapper,
  .page-template-template-cx-landing main .testimonials .content__wrapper {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
  .page-template-template-block-editor-page main .testimonials__block--left,
  .page-template-template-block-editor-page-with-contact main .testimonials__block--left,
  .page-template-template-cx-landing main .testimonials__block--left {
    width: 100%;
    margin-bottom: 0;
  }
  .page-template-template-block-editor-page main .testimonials__block--right,
  .page-template-template-block-editor-page-with-contact main .testimonials__block--right,
  .page-template-template-cx-landing main .testimonials__block--right {
    width: 100%;
  }
}
.page-template-template-block-editor-page main .cards-section__card h3,
.page-template-template-block-editor-page-with-contact main .cards-section__card h3,
.page-template-template-cx-landing main .cards-section__card h3 {
  margin: 0 !important;
}
.page-template-template-block-editor-page main .cards-section__card p,
.page-template-template-block-editor-page-with-contact main .cards-section__card p,
.page-template-template-cx-landing main .cards-section__card p {
  margin: 0.8rem 0 0 0 !important;
}
@media screen and (max-width: 849px) {
  .page-template-template-block-editor-page main .cards-section,
  .page-template-template-block-editor-page-with-contact main .cards-section,
  .page-template-template-cx-landing main .cards-section {
    margin-top: -15rem;
  }
}
.page-template-template-block-editor-page main .restoration.cards-section,
.page-template-template-block-editor-page-with-contact main .restoration.cards-section,
.page-template-template-cx-landing main .restoration.cards-section {
  margin-top: -15rem;
}
@media screen and (max-width: 849px) {
  .page-template-template-block-editor-page main .restoration.cards-section,
  .page-template-template-block-editor-page-with-contact main .restoration.cards-section,
  .page-template-template-cx-landing main .restoration.cards-section {
    margin-top: -18rem;
  }
}
@media screen and (max-width: 750px) and (min-width: 500px) {
  .page-template-template-block-editor-page main .restoration.cards-section,
  .page-template-template-block-editor-page-with-contact main .restoration.cards-section,
  .page-template-template-cx-landing main .restoration.cards-section {
    margin-top: -13rem;
  }
}
.page-template-template-block-editor-page main .has-card-shadow,
.page-template-template-block-editor-page-with-contact main .has-card-shadow,
.page-template-template-cx-landing main .has-card-shadow {
  box-shadow: -10px 10px 25px 0 rgba(0, 0, 0, 0.15);
}
.page-template-template-block-editor-page main .has-yellow-hover:hover,
.page-template-template-block-editor-page-with-contact main .has-yellow-hover:hover,
.page-template-template-cx-landing main .has-yellow-hover:hover {
  background-color: #F5A523 !important;
  cursor: pointer;
}
.page-template-template-block-editor-page main .has-green-hover:hover,
.page-template-template-block-editor-page-with-contact main .has-green-hover:hover,
.page-template-template-cx-landing main .has-green-hover:hover,
.page-template-template-block-editor-page main .has-green-hover a:hover,
.page-template-template-block-editor-page-with-contact main .has-green-hover a:hover,
.page-template-template-cx-landing main .has-green-hover a:hover {
  color: #43A49E !important;
}
.page-template-template-block-editor-page main .flex-wrap,
.page-template-template-block-editor-page-with-contact main .flex-wrap,
.page-template-template-cx-landing main .flex-wrap {
  flex-wrap: wrap!important;
}
.page-template-template-block-editor-page main .min-width-250,
.page-template-template-block-editor-page-with-contact main .min-width-250,
.page-template-template-cx-landing main .min-width-250 {
  min-width: 250px;
}
@media (max-width: 781px) {
  .page-template-template-block-editor-page main .m-align-center,
  .page-template-template-block-editor-page-with-contact main .m-align-center,
  .page-template-template-cx-landing main .m-align-center {
    display: grid;
    place-items: center;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: var(--wp--style--global--content-size);
  }
}
.page-template-template-block-editor-page main .top-cover-padding,
.page-template-template-block-editor-page-with-contact main .top-cover-padding,
.page-template-template-cx-landing main .top-cover-padding {
  padding-left: 10%;
  padding-right: 10%;
}
.page-template-template-block-editor-page main .wrapper :not(section.contact) .engage-inform,
.page-template-template-block-editor-page-with-contact main .wrapper :not(section.contact) .engage-inform,
.page-template-template-cx-landing main .wrapper :not(section.contact) .engage-inform,
.page-template-template-block-editor-page main * .engage-inform,
.page-template-template-block-editor-page-with-contact main * .engage-inform,
.page-template-template-cx-landing main * .engage-inform {
  display: flex;
  color: #fff;
}
.page-template-template-block-editor-page main .wrapper :not(section.contact) .engage-inform__icon,
.page-template-template-block-editor-page-with-contact main .wrapper :not(section.contact) .engage-inform__icon,
.page-template-template-cx-landing main .wrapper :not(section.contact) .engage-inform__icon,
.page-template-template-block-editor-page main * .engage-inform__icon,
.page-template-template-block-editor-page-with-contact main * .engage-inform__icon,
.page-template-template-cx-landing main * .engage-inform__icon {
  width: 6rem;
  overflow: hidden;
  pointer-events: none;
}
.page-template-template-block-editor-page main .wrapper :not(section.contact) .engage-inform__icon img,
.page-template-template-block-editor-page-with-contact main .wrapper :not(section.contact) .engage-inform__icon img,
.page-template-template-cx-landing main .wrapper :not(section.contact) .engage-inform__icon img,
.page-template-template-block-editor-page main * .engage-inform__icon img,
.page-template-template-block-editor-page-with-contact main * .engage-inform__icon img,
.page-template-template-cx-landing main * .engage-inform__icon img {
  max-width: 4.5rem;
  height: auto;
  margin-top: 0.5rem;
}
.page-template-template-block-editor-page main .wrapper :not(section.contact) .engage-inform__text,
.page-template-template-block-editor-page-with-contact main .wrapper :not(section.contact) .engage-inform__text,
.page-template-template-cx-landing main .wrapper :not(section.contact) .engage-inform__text,
.page-template-template-block-editor-page main * .engage-inform__text,
.page-template-template-block-editor-page-with-contact main * .engage-inform__text,
.page-template-template-cx-landing main * .engage-inform__text {
  width: calc(100% - 6rem);
  max-width: 100%;
  overflow: hidden;
  margin: 0;
}
.page-template-template-block-editor-page main .wrapper :not(section.contact) .engage-inform__text__title,
.page-template-template-block-editor-page-with-contact main .wrapper :not(section.contact) .engage-inform__text__title,
.page-template-template-cx-landing main .wrapper :not(section.contact) .engage-inform__text__title,
.page-template-template-block-editor-page main * .engage-inform__text__title,
.page-template-template-block-editor-page-with-contact main * .engage-inform__text__title,
.page-template-template-cx-landing main * .engage-inform__text__title {
  font-family: 'azo-sans-web', sans-serif;
  font-weight: 600;
  margin: 0 0 0.7rem 0;
}
@media screen and (max-width: 1024px) {
  .page-template-template-block-editor-page main .wrapper :not(section.contact) .engage-inform__icon,
  .page-template-template-block-editor-page-with-contact main .wrapper :not(section.contact) .engage-inform__icon,
  .page-template-template-cx-landing main .wrapper :not(section.contact) .engage-inform__icon,
  .page-template-template-block-editor-page main * .engage-inform__icon,
  .page-template-template-block-editor-page-with-contact main * .engage-inform__icon,
  .page-template-template-cx-landing main * .engage-inform__icon {
    width: 6.5rem;
  }
  .page-template-template-block-editor-page main .wrapper :not(section.contact) .engage-inform__icon img,
  .page-template-template-block-editor-page-with-contact main .wrapper :not(section.contact) .engage-inform__icon img,
  .page-template-template-cx-landing main .wrapper :not(section.contact) .engage-inform__icon img,
  .page-template-template-block-editor-page main * .engage-inform__icon img,
  .page-template-template-block-editor-page-with-contact main * .engage-inform__icon img,
  .page-template-template-cx-landing main * .engage-inform__icon img {
    max-width: 5rem;
  }
  .page-template-template-block-editor-page main .wrapper :not(section.contact) .engage-inform__text,
  .page-template-template-block-editor-page-with-contact main .wrapper :not(section.contact) .engage-inform__text,
  .page-template-template-cx-landing main .wrapper :not(section.contact) .engage-inform__text,
  .page-template-template-block-editor-page main * .engage-inform__text,
  .page-template-template-block-editor-page-with-contact main * .engage-inform__text,
  .page-template-template-cx-landing main * .engage-inform__text {
    width: calc(100% - 6.5rem);
    max-width: 100%;
  }
}
@media screen and (max-width: 749px) {
  .page-template-template-block-editor-page main .wrapper :not(section.contact) .engage-inform,
  .page-template-template-block-editor-page-with-contact main .wrapper :not(section.contact) .engage-inform,
  .page-template-template-cx-landing main .wrapper :not(section.contact) .engage-inform,
  .page-template-template-block-editor-page main * .engage-inform,
  .page-template-template-block-editor-page-with-contact main * .engage-inform,
  .page-template-template-cx-landing main * .engage-inform {
    flex-direction: column;
  }
  .page-template-template-block-editor-page main .wrapper :not(section.contact) .engage-inform__icon,
  .page-template-template-block-editor-page-with-contact main .wrapper :not(section.contact) .engage-inform__icon,
  .page-template-template-cx-landing main .wrapper :not(section.contact) .engage-inform__icon,
  .page-template-template-block-editor-page main * .engage-inform__icon,
  .page-template-template-block-editor-page-with-contact main * .engage-inform__icon,
  .page-template-template-cx-landing main * .engage-inform__icon {
    width: 100%;
    margin-bottom: 1.2rem;
  }
  .page-template-template-block-editor-page main .wrapper :not(section.contact) .engage-inform__icon img,
  .page-template-template-block-editor-page-with-contact main .wrapper :not(section.contact) .engage-inform__icon img,
  .page-template-template-cx-landing main .wrapper :not(section.contact) .engage-inform__icon img,
  .page-template-template-block-editor-page main * .engage-inform__icon img,
  .page-template-template-block-editor-page-with-contact main * .engage-inform__icon img,
  .page-template-template-cx-landing main * .engage-inform__icon img {
    max-width: 5rem;
  }
  .page-template-template-block-editor-page main .wrapper :not(section.contact) .engage-inform__text,
  .page-template-template-block-editor-page-with-contact main .wrapper :not(section.contact) .engage-inform__text,
  .page-template-template-cx-landing main .wrapper :not(section.contact) .engage-inform__text,
  .page-template-template-block-editor-page main * .engage-inform__text,
  .page-template-template-block-editor-page-with-contact main * .engage-inform__text,
  .page-template-template-cx-landing main * .engage-inform__text {
    width: 100%;
  }
}
h1,
.h1 {
  font-size: 2.38888889rem;
  font-family: 'azo-sans-web', sans-serif;
  font-weight: 700;
  line-height: 1.1em;
}
h2,
.h2 {
  font-size: 2.11111111rem;
  font-family: 'azo-sans-web', sans-serif;
  font-weight: 700;
  line-height: 1.2em;
}
h3,
.h3 {
  font-size: 1.22222222rem;
  font-family: 'azo-sans-web', sans-serif;
  font-weight: 700;
  line-height: 1.5em;
}
h4,
.h4 {
  font-size: 1.16666667rem;
  font-family: 'azo-sans-web', sans-serif;
  font-weight: 400;
  line-height: 1.5em;
}
h4 strong,
.h4 strong {
  font-weight: 500;
}
.h3-alt {
  font-family: Arial, sans-serif;
  font-weight: 600;
}
.h3-alt strong {
  font-weight: 700;
}
ol li,
ul li,
p {
  font-size: 0.88888889rem;
  font-weight: 400;
  line-height: 1.8em;
}
p {
  line-height: 1.8em;
  font-family: 'azo-sans-web', sans-serif;
  font-weight: 400;
}
p strong {
  font-weight: 700;
}
p:not(.cta) a:not(.cta) {
  text-decoration: underline;
}
p:not(.cta) a:not(.cta):hover {
  color: #F5A523;
}
.link-styles a {
  text-decoration: underline;
}
.link-styles a:hover {
  color: #F5A523;
}
a {
  color: #000;
  transition: color 0.2s ease;
}
img {
  pointer-events: none;
}
.colored-text {
  color: #F5A523 !important;
}
.text-darkblue {
  color: #035164 !important;
}
.uppercase-text {
  text-transform: uppercase !important;
}
.cta {
  display: inline-block;
  color: #000;
  font-family: 'azo-sans-web', sans-serif;
  font-size: 1rem;
  border: none;
  cursor: pointer;
}
.cta-btn {
  min-width: 5rem;
  display: inline-block;
  font-size: 1.22222222rem;
  line-height: 1;
  letter-spacing: 0.06em;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  background-color: #F5A523;
  border: 3px solid #F5A523;
  border-radius: 2.5rem;
  padding: 0.7rem 1.1rem;
  transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  cursor: pointer;
}
.cta-btn:hover {
  color: #000;
  background: #fff;
}
html:not(.is-mobile) .cta-btn {
  font-size: 0.77777778rem;
}
.cta-header {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  min-width: 10rem;
}
.cta-header span {
  color: #fff;
  white-space: nowrap;
  font-size: 0.55555556rem;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 0.2rem;
}
.cta-header--hexa {
  color: #00AAFF;
}
.cta-header--localtrac {
  color: #62deb0;
}
.cta-header--lanla {
  color: #F5A523;
}
.cta-login {
  min-width: 10.5rem;
  font-size: 0.77777778rem;
  font-family: 'azo-sans-web', sans-serif;
  font-weight: 700;
  color: #000;
  border: solid 1px #000;
  border-radius: 1rem;
  padding: 0.6rem 0.9rem;
  transition: color 0.2s, background-color 0.2s, border-color 0.2s;
}
.cta-products {
  display: none;
  transition: display 0.2s ease;
  background-color: #000;
  color: #fff;
  flex-direction: column;
  position: absolute;
  top: 0;
  min-width: 10.5rem;
  font-size: 0.77777778rem;
  font-family: 'azo-sans-web', sans-serif;
  font-weight: 700;
  border: solid 1px #000;
  border-radius: 1rem;
  padding: 0.7rem 0.8rem 1rem 0.8rem;
  transition: color 0.2s, background-color 0.2s, border-color 0.2s;
}
.cta-header-link {
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
}
.cta-login:hover cta-products {
  display: flex;
}
.header__screen-nav__ctas span {
  color: #000;
  white-space: normal;
}
.header__screen-nav__ctas a {
  border: 1px solid #000;
  border-radius: 2rem;
  font-weight: 700;
}
.cta--arrow {
  font-size: 0.72222222rem;
  padding: 0.3rem 0;
  text-transform: uppercase;
}
.cta--arrow::before,
.cta--arrow::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transition: left 0.2s ease, width 0.2s ease;
  pointer-events: none;
}
.cta--arrow::before {
  width: 55px;
  height: 2px;
  left: calc(100% + 15px);
  background: #000;
  transform-origin: left;
}
.cta--arrow::after {
  width: 16px;
  height: 16px;
  left: calc(100% + 15px + 55px - 20px);
  border-color: #000;
  border-style: solid;
  border-width: 2px 2px 0 0;
  margin-top: -8px;
  transform: rotate(45deg);
}
.cta--arrow.has-white-color::before {
  background: white;
}
.cta--arrow.has-white-color::after {
  border-color: white;
}
.cta--arrow.has-lanla-2-color::before {
  background: #F5A523;
}
.cta--arrow.has-lanla-2-color::after {
  border-color: #F5A523;
}
html:not(.is-mobile) .cta--arrow:hover::before {
  width: 135px;
}
html:not(.is-mobile) .cta--arrow:hover::after {
  left: calc(100% + 15px + 55px - 20px + 80px);
}
.cta--arrow--white {
  color: #fff;
}
.cta--arrow--white::before {
  background: #fff;
}
.cta--arrow--white::after {
  border-color: #fff;
}
.cta--arrow--black {
  color: #000;
}
.cta--arrow--black::before {
  background: #000;
}
.cta--arrow--black::after {
  border-color: #000;
}
.btn--prev {
  margin-right: 1.8rem;
}
.btn--prev,
.btn--next {
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  font-size: 0.72222222rem;
  text-transform: uppercase;
  color: #000;
  /*opacity: .4;*/
  transition: opacity 0.2s;
  user-select: none;
}
.btn--prev::before,
.btn--next::after {
  content: "";
  width: 18px;
  height: 18px;
  display: block;
  border-color: #000;
  border-style: solid;
  border-width: 2px 2px 0 0;
  transition: transform 0.2s ease, width 0.2s ease;
}
.btn--prev::before {
  transform: rotate(225deg);
}
.btn--next::after {
  transform: rotate(45deg);
}
.btn--prev.disabled,
.btn--next.disabled {
  opacity: 0.4;
  pointer-events: none;
}
html:not(.is-mobile) .btn--prev:hover::before {
  transform: rotate(225deg) translateX(0.6rem) translateY(-0.6rem);
}
html:not(.is-mobile) .btn--next:hover::after {
  transform: rotate(45deg) translateX(0.6rem) translateY(-0.6rem);
}
.btn--white {
  color: #fff;
}
.btn--white::after,
.btn--white::before {
  border-color: #fff;
}
table {
  table-layout: auto;
  width: 100%;
  margin: 1rem 0;
}
th,
td {
  padding: 1.8rem 0.8rem;
  text-align: left;
  background-color: transparent;
}
.ff-message {
  width: max-content;
  font-size: 16px;
  color: #000;
  background: #f5f5f5;
  border-left: 0.5rem solid yellow;
  padding: 0.7rem 1rem;
  margin: 0 0 2rem;
}
.ff-message:not(:first-child) {
  display: none;
}
.ff-message.error {
  border-color: red;
}
.ff-message.success {
  border-color: green;
  margin-bottom: 2rem;
}
.tab__headers {
  display: flex;
  align-content: center;
  flex-direction: row;
  margin: 1rem 0 1rem 0;
  border-bottom: 1px #000 solid;
  width: 100%;
}
.tab__headers.left {
  justify-content: flex-start;
}
.tab__headers.right {
  justify-content: flex-end;
}
.tab__headers-head {
  margin-right: 0.15rem;
  padding: 0.5rem;
  border-top: 1px #000 solid;
  border-left: 1px #000 solid;
  border-right: 1px #000 solid;
  cursor: pointer;
}
.tab__headers-head.active {
  border-bottom: none;
  background-color: white;
  margin-bottom: -1px;
}
.tab {
  display: none;
}
.tab.active {
  display: flex;
}
.form__repeater-container-template {
  display: none!important;
}
.form__repeater-container-fields-item {
  border: 1px #d3d3d3 solid;
  padding: 1rem 1rem 0;
}
.form__repeater-container-fields-item:not(:first-child) {
  margin-top: 1rem;
}
.form__repeater-container-fields-item-remove {
  content: "-";
  position: absolute;
  top: 0;
  right: 0%;
  color: white;
  background: #000;
  z-index: 2;
  cursor: pointer;
  width: 1rem;
  line-height: 1rem;
  text-align: center;
}
.form__repeater-button {
  color: #000;
  float: right;
  margin-top: 0.25rem;
  cursor: pointer;
}
.form__repeater-button > span {
  vertical-align: middle;
}
/***
*     #####   ##   #####  #      ###### ##### ##### ######    ###### #####    #####  #      #    #  ####     #####    ##    ####  
*       #    #  #  #    # #      #        #     #   #         #        #      #    # #      #    # #         #    #  #  #  #      
*       #   #    # #####  #      #####    #     #   #####     #####    #      #    # #      #    #  ####     #####  #    #  ####  
*       #   ###### #    # #      #        #     #   #         #        #      #####  #      #    #      #    #    # ######      # 
*       #   #    # #####  ###### ######   #     #   ######    ######   #      #      ######  ####   ####     #####  #    #  ####  
*/
@media screen and (max-width: 1199px) {
  h1,
  .h1 {
    font-size: 3.3125rem;
  }
  h2,
  .h2 {
    font-size: 2.625rem;
  }
  h3,
  .h3 {
    font-size: 1.5625rem;
    line-height: 1.3em;
  }
  h4,
  .h4 {
    font-size: 1.375rem;
  }
  ol li,
  ul li,
  p {
    font-size: 1rem;
    line-height: 1.6em;
  }
  p {
    line-height: 1.6em;
  }
}
/***                                                                                                                                                                   
 *     #####  ###### ##### # ##### ######    #####   ##   #####  #      ###### ##### ##### ######    ###### #####    #####  #      #    #  ####     #####    ##    ####  
 *     #    # #        #   #   #   #           #    #  #  #    # #      #        #     #   #         #        #      #    # #      #    # #         #    #  #  #  #      
 *     #    # #####    #   #   #   #####       #   #    # #####  #      #####    #     #   #####     #####    #      #    # #      #    #  ####     #####  #    #  ####  
 *     #####  #        #   #   #   #           #   ###### #    # #      #        #     #   #         #        #      #####  #      #    #      #    #    # ######      # 
 *     #      ######   #   #   #   ######      #   #    # #####  ###### ######   #     #   ######    ######   #      #      ######  ####   ####     #####  #    #  ####                                                                                                                                                                     
 */
@media screen and (max-width: 849px) {
  h1,
  .h1 {
    font-size: 3.78571429rem;
  }
  h2,
  .h2 {
    font-size: 2.85714286rem;
  }
  h3,
  .h3 {
    font-size: 1.78571429rem;
  }
  h4,
  .h4 {
    font-size: 1.57142857rem;
  }
  p {
    font-size: 1.1rem;
  }
  .cta {
    font-size: 1.07142857rem;
  }
  .btn--prev,
  .btn--next {
    font-size: 1.07142857rem;
  }
}
/***
*     ##### ###### #      ###### #####  #    #  ####  #    # ######     ####  ###### #    # #      ###### #    # ###### #    # ##### 
*       #   #      #      #      #    # #    # #    # ##   # #         #      #      #    # #      #      ##  ## #      ##   #   #   
*       #   #####  #      #####  #    # ###### #    # # #  # #####      ####  #####  #    # #      #####  # ## # #####  # #  #   #   
*       #   #      #      #      #####  #    # #    # #  # # #              # #      #    # #      #      #    # #      #  # #   #   
*       #   ###### ###### ###### #      #    #  ####  #    # ######     ####  ######  ####  ###### ###### #    # ###### #    #   #   
*/
@media screen and (max-width: 749px) {
  h1,
  .h1 {
    font-size: 3.42857143rem;
  }
  h2,
  .h2 {
    font-size: 1.78571429rem;
  }
  h3,
  .h3 {
    font-size: 1.64285714rem;
  }
  h4,
  .h4 {
    font-size: 1.42857143rem;
  }
  ol li,
  ul li,
  p {
    font-size: 1.1rem;
  }
}
.wysiwyg ul,
.wysiwyg ol {
  padding-left: 0.8rem;
  margin-top: 1rem;
  color: #000;
  font-family: 'azo-sans-web', sans-serif;
  line-height: 1.5em;
}
.wysiwyg ul li:before {
  content: '\2022';
  font-size: 1.5rem;
  color: #000;
  position: absolute;
  left: -0.8rem;
}
.wysiwyg ul li,
.wysiwyg ol li {
  font-weight: 300;
}
.wysiwyg ul li strong,
.wysiwyg ol li strong {
  font-weight: 500;
}
.wysiwyg ul li:not(:last-child),
.wysiwyg ol li:not(:last-child) {
  margin-bottom: 0.5rem;
}
.wysiwyg ol {
  counter-reset: my-counter;
}
.wysiwyg ol li {
  counter-increment: my-counter;
}
.wysiwyg ol li:before {
  content: counter(my-counter) ". ";
  position: absolute;
  left: -1.1rem;
}
.wysiwyg h1 {
  margin-top: 2rem;
}
.wysiwyg h2 {
  margin-top: 2rem;
}
.wysiwyg h3 {
  margin-top: 2rem;
}
.wysiwyg h4 {
  margin-top: 1rem;
}
.wysiwyg h1 + h2 {
  margin-top: 0;
}
.wysiwyg h1 + h3 {
  margin-top: 0;
}
.wysiwyg h1 + h4 {
  margin-top: 2rem;
}
.wysiwyg h2 + h1 {
  margin-top: 0;
}
.wysiwyg h2 + h3 {
  margin-top: 0;
}
.wysiwyg h3 + h1 {
  margin-top: 0;
}
.wysiwyg h3 + h2 {
  margin-top: 0;
}
.wysiwyg p {
  margin-top: 0.8rem;
}
.wysiwyg h1 a:not(.cta),
.wysiwyg h2 a:not(.cta),
.wysiwyg h3 a:not(.cta),
.wysiwyg h4 a:not(.cta),
.wysiwyg p a:not(.cta),
.wysiwyg li a:not(.cta) {
  text-decoration: underline;
}
.wysiwyg h1 a:not(.cta):hover,
.wysiwyg h2 a:not(.cta):hover,
.wysiwyg h3 a:not(.cta):hover,
.wysiwyg h4 a:not(.cta):hover,
.wysiwyg p a:not(.cta):hover,
.wysiwyg li a:not(.cta):hover {
  color: #F5A523;
}
.wysiwyg h1 a.cta-btn,
.wysiwyg h2 a.cta-btn,
.wysiwyg h3 a.cta-btn,
.wysiwyg h4 a.cta-btn,
.wysiwyg p a.cta-btn,
.wysiwyg li a.cta-btn {
  margin-top: 1rem;
  text-decoration: none;
}
.wysiwyg .cta {
  margin-top: 1rem;
}
.wysiwyg .cta--arrow {
  margin-top: 1.3rem;
}
.wysiwyg > *:first-child {
  margin-top: 0 !important;
}
.wysiwyg > *:last-child {
  margin-bottom: 0 !important;
}
/***
*    ##      ##  #######  ########  ########  ########  ########  ########  ######   ######  
*    ##  ##  ## ##     ## ##     ## ##     ## ##     ## ##     ## ##       ##    ## ##    ## 
*    ##  ##  ## ##     ## ##     ## ##     ## ##     ## ##     ## ##       ##       ##       
*    ##  ##  ## ##     ## ########  ##     ## ########  ########  ######    ######   ######  
*    ##  ##  ## ##     ## ##   ##   ##     ## ##        ##   ##   ##             ##       ## 
*    ##  ##  ## ##     ## ##    ##  ##     ## ##        ##    ##  ##       ##    ## ##    ## 
*     ###  ###   #######  ##     ## ########  ##        ##     ## ########  ######   ######  
*/
#wp-admin-bar-customize,
#wp-admin-bar-comments,
#wp-admin-bar-new-content,
#wp-admin-bar-search,
#wp-admin-bar-themes,
#user_switching_switch_on {
  display: none;
}
.scroll-content #wpadminbar {
  top: -32px;
}
@media screen and (max-width: 782px) {
  .scroll-content #wpadminbar {
    top: -46px;
  }
}
@media screen and (max-width: 600px) {
  #wpadminbar {
    top: -46px;
  }
}
.scroll-content #query-monitor-main {
  max-height: 80vh;
}
/***
*     ######   ######## ##    ## ######## ########     ###    ##       
*    ##    ##  ##       ###   ## ##       ##     ##   ## ##   ##       
*    ##        ##       ####  ## ##       ##     ##  ##   ##  ##       
*    ##   #### ######   ## ## ## ######   ########  ##     ## ##       
*    ##    ##  ##       ##  #### ##       ##   ##   ######### ##       
*    ##    ##  ##       ##   ### ##       ##    ##  ##     ## ##       
*     ######   ######## ##    ## ######## ##     ## ##     ## ######## 
*/
html {
  color: #000;
  font-family: 'azo-sans-web', sans-serif;
}
body {
  -webkit-text-size-adjust: 100%;
  opacity: 0;
}
body,
main,
footer {
  opacity: 0;
}
main {
  width: 100%;
  overflow-x: hidden;
}
section {
  padding: 6rem 0;
}
.barba-transitioning a {
  pointer-events: none !important;
}
.nowrap {
  white-space: nowrap;
}
body.customize-support .scroll-content {
  padding-bottom: 32px;
}
::-webkit-scrollbar {
  width: 0;
  /* Remove scrollbar space */
  background: transparent;
  /* Optional: just make scrollbar invisible */
}
.grecaptcha-badge {
  left: -9000px !important;
}
::selection {
  background-color: #035164;
  color: #fff;
}
/***
*     #######  ##     ## ######## #### ##        ######  
*    ##     ## ##     ##    ##     ##  ##       ##    ## 
*    ##     ## ##     ##    ##     ##  ##       ##       
*    ##     ## ##     ##    ##     ##  ##        ######  
*    ##     ## ##     ##    ##     ##  ##             ## 
*    ##     ## ##     ##    ##     ##  ##       ##    ## 
*     #######   #######     ##    #### ########  ######  
*/
.margin-auto {
  margin-left: auto;
  margin-right: auto;
}
:root {
  --wrapper_w: 100%;
  --wrapper_col: 100%/12;
  --wrapper_margin: var(--wrapper_col)/2;
  --wrapper_outer_space: calc( (100% - (var(--wrapper_w) - var(--wrapper_col)*4))/2 );
}
.wrapper {
  width: calc( var(--wrapper_w) - var(--wrapper_col)*4 );
  max-width: 2048px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1499px) {
  :root {
    --wrapper_w: 1000px;
    --wrapper_outer_space: calc( (100% - var(--wrapper_w))/2 );
  }
  .wrapper {
    width: var(--wrapper_w);
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 849px) {
  :root {
    --wrapper_w: 100%;
    --wrapper_col: 100%/10;
  }
  .wrapper {
    width: calc( var(--wrapper_w) - var(--wrapper_col)*2 );
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 749px) {
  :root {
    --wrapper_col: calc( var(--wrapper_w)/10 );
    --wrapper_margin: 10%;
  }
  .wrapper {
    width: calc( var(--wrapper_w) - var(--wrapper_margin) );
  }
}
.display-none {
  display: none;
}
.flex {
  display: flex;
}
.wrap {
  flex-wrap: wrap;
}
.justify-center {
  justify-content: center;
}
.justify-left {
  justify-content: flex-start;
}
.justify-right {
  justify-content: flex-end;
}
.justify-space-between {
  justify-content: space-between;
}
.align-items-center {
  align-items: center;
}
.valign {
  height: 100%;
  width: 100%;
  display: table;
}
.valign > div {
  display: table-cell;
  vertical-align: middle;
}
.valign > div > *:nth-child(1) {
  margin-top: 0 !important;
}
.valign > div > *:last-child {
  margin-bottom: 0 !important;
}
.ff_grid[data-enabled="true"] {
  width: 100%;
  position: absolute;
  min-height: 100vh;
  display: flex;
  z-index: 5000;
  pointer-events: none;
}
.ff_grid[data-enabled="true"] .col {
  border-left: 1px solid #4affff;
}
.ff_grid[data-enabled="true"] .col:nth-last-child(1) {
  border-right: 1px solid #4affff;
}
.section--padding-xsmall {
  padding: 3rem 0 !important;
}
/***
*     ######   #######  ##     ## ########   #######   ######     ###    ##    ## ######## ########  ######  
*    ##    ## ##     ## ###   ### ##     ## ##     ## ##    ##   ## ##   ###   ##    ##    ##       ##    ## 
*    ##       ##     ## #### #### ##     ## ##     ## ##        ##   ##  ####  ##    ##    ##       ##       
*    ##       ##     ## ## ### ## ########  ##     ##  ######  ##     ## ## ## ##    ##    ######    ######  
*    ##       ##     ## ##     ## ##        ##     ##       ## ######### ##  ####    ##    ##             ## 
*    ##    ## ##     ## ##     ## ##        ##     ## ##    ## ##     ## ##   ###    ##    ##       ##    ## 
*     ######   #######  ##     ## ##         #######   ######  ##     ## ##    ##    ##    ########  ######  
*/
/***                                                                                         
*     ###### # #      ##### ###### #####     #####  #    # ##### #####  ####  #    #  ####  
*     #      # #        #   #      #    #    #    # #    #   #     #   #    # ##   # #      
*     #####  # #        #   #####  #    #    #####  #    #   #     #   #    # # #  #  ####  
*     #      # #        #   #      #####     #    # #    #   #     #   #    # #  # #      # 
*     #      # ######   #   ###### #    #    #####   ####    #     #    ####  #    #  ####                                                                                         
*/
.filters-container {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2.5rem;
  /*overflow-y: hidden;*/
}
.filters-container__filter,
.filters-container .form__input-label span {
  display: inline-block;
  font-size: 0.66666667rem;
  color: #fff;
  font-weight: 400;
  background: transparent;
  border: solid 2px #fff;
  border-radius: 2rem;
  padding: 0.5rem 0.7rem;
  margin: 0 0.5rem 0.6rem 0;
  transition: color 0.2s, background-color 0.2s, border-color 0.2s;
  cursor: pointer;
}
.filters-container__filter.active,
.filters-container input[type="radio"]:checked + span {
  font-weight: initial;
  color: #035164;
  background: #fff;
}
.filters-container__filter.active:hover,
.filters-container input[type="radio"]:checked + span:hover {
  border-color: #fff;
}
.filters-container .form__label {
  font-size: 0.77777778rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.filters-container .form__input-label {
  margin: 0;
}
.filters-container .form__input-label span::before {
  display: none;
}
html:not(.is-mobile) .filters-container__filter:hover,
html:not(.is-mobile) .filters-container .form__input-label:hover span {
  color: #035164;
  background: #fff;
}
.filters--black .filters-container__filter {
  color: #000;
  border-color: #000;
  padding: 0.4rem 1.4rem;
  font-size: 0.66666667rem;
}
.filters--black .filters-container__filter.active {
  color: #fff;
  background: #000;
}
.filters--black .filters-container__filter:hover {
  color: #fff;
  background: #000;
}
.filter--inactive {
  cursor: default;
  pointer-events: none;
}
/***                                                                 
 *     #####  #####  #####     #####  #    # ##### #####  ####  #    # 
 *     #    # #    # #    #    #    # #    #   #     #   #    # ##   # 
 *     #####  #####  #####     #####  #    #   #     #   #    # # #  # 
 *     #    # #    # #    #    #    # #    #   #     #   #    # #  # # 
 *     #####  #####  #####     #####   ####    #     #    ####  #    #                                                                  
 */
.bbb-container--mobile {
  display: none;
}
/***                                                                        
 *      ####   ####   ####  #   ##   #         #  ####   ####  #    #  ####  
 *     #      #    # #    # #  #  #  #         # #    # #    # ##   # #      
 *      ####  #    # #      # #    # #         # #      #    # # #  #  ####  
 *          # #    # #      # ###### #         # #      #    # #  # #      # 
 *      ####   ####   ####  # #    # ######    #  ####   ####  #    #  ####                                                                          
 */
.social-icon {
  width: 1.8rem;
  height: 1.8rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #000;
  border: solid 1px #000;
  border-radius: 50%;
  transition: all 0.2s ease;
}
.social-icon:not(:last-child) {
  margin-right: 0.6rem;
}
.social-icon--white {
  color: #fff;
  border-color: #fff;
}
.social-icon i {
  font-size: 0.8rem;
}
.social-icon:hover {
  color: #F5A523 !important;
  border-color: #F5A523;
}
/***                                            
 *     #####    ##   #    # #    # ###### #####  
 *     #    #  #  #  ##   # ##   # #      #    # 
 *     #####  #    # # #  # # #  # #####  #    # 
 *     #    # ###### #  # # #  # # #      #####  
 *     #####  #    # #    # #    # ###### #    #                                           
 */
.banner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.banner__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.banner__bg-img {
  width: 100%;
  height: 120% !important;
  object-fit: cover;
}
.banner__bg-img.mobile {
  height: 100% !important;
}
.banner__wrapper {
  overflow: hidden;
}
.banner__title {
  max-width: 28rem;
  color: #000;
  margin-bottom: 1.5rem;
  font-size: 3.8rem;
}
.banner__text {
  max-width: 25rem;
}
.banner__text > * {
  color: #000;
}
.banner__text .cta--arrow {
  color: #fff;
}
.banner__text .cta--arrow::before {
  background: #fff;
}
.banner__text .cta--arrow::after {
  border-color: #fff;
}
.banner .banner__buttons {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  left: 50%;
  bottom: -1.5rem;
  transform: translateX(-50%);
  z-index: 2;
}
.banner .banner__buttons__btn {
  width: 6.5rem;
  height: 6.5rem;
  display: inline-flex;
  justify-content: center;
  color: #fff;
  background: #43A49E;
  box-shadow: -10px 10px 25px 0 rgba(0, 0, 0, 0.15);
}
.banner .banner__buttons__btn:not(:first-child) {
  margin-left: 2rem;
}
.banner .banner__buttons__btn span {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 2.33333333rem;
  padding: 0.6rem;
}
.banner .banner__buttons .btn--technologies {
  background: #000;
}
.banner .banner__buttons .btn--technologies img {
  width: 75%;
}
.banner--experiences .banner__text {
  max-width: 19rem;
}
.banner--experiences.white .banner__title {
  color: #fff;
}
.banner--experiences.white .banner__text h4 {
  color: #fff;
}
.banner--research-technologies .banner__title {
  color: #fff;
}
.banner--research-technologies .banner__text h4 {
  color: #fff;
}
.banner--about-us .banner__title {
  color: #fff;
  max-width: 18rem;
}
.banner--about-us .banner__text {
  max-width: 18rem;
}
.banner--about-us .banner__text > * {
  color: #fff;
}
.banner--about-us .banner__text .cta--arrow {
  color: #fff;
}
.banner--about-us .banner__text .cta--arrow::before {
  background: #fff;
}
.banner--about-us .banner__text .cta--arrow::after {
  border-color: #fff;
}
.banner-career {
  min-height: 32rem;
  display: flex;
  align-items: center;
}
.banner-career .banner__title {
  color: #fff;
}
.banner-career .banner__text h4 {
  color: #fff;
  font-weight: 300;
}
.page-template-template-career .double-text--description .cta--arrow {
  font-weight: 300;
}
/***                                                                        
 *     #####   ####  #    # #####  #      ######    ##### ###### #    # ##### 
 *     #    # #    # #    # #    # #      #           #   #       #  #    #   
 *     #    # #    # #    # #####  #      #####       #   #####    ##     #   
 *     #    # #    # #    # #    # #      #           #   #        ##     #   
 *     #####   ####   ####  #####  ###### ######      #   ###### #    #   #                                                                            
 */
.double-text__title h2 {
  max-width: 35rem;
  padding-bottom: 3rem;
}
.double-text .double-text__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.double-text__block--left {
  width: calc(var(--wrapper_col) * 2.8);
  align-self: flex-start;
}
.double-text__block--left h2 {
  color: #000;
}
.double-text__block--left.lanla-avantage {
  width: calc(var(--wrapper_col) * 3);
}
.double-text__block--left > h2:first-child + * {
  margin-top: 2rem;
  font-weight: 300;
}
.double-text__block--left > *:last-child {
  margin-bottom: 0;
}
.double-text__block--right {
  width: calc(var(--wrapper_col) * 7);
}
.double-text__block--right .cta--arrow {
  margin-top: 0;
}
.double-text__block--right .video-container {
  position: relative;
  width: 100%;
  margin-top: 1.2rem;
  padding-bottom: 56.25%;
  /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
}
.double-text__block--right .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.double-text--colored {
  background: #F5A523;
}
.double-text--colored div,
.double-text--colored .double-text__wrapper > * {
  color: #000;
}
.double-text--colored .double-text__wrapper .cta--arrow {
  color: #000;
  padding-right: 0px;
}
.double-text--colored .double-text__wrapper .cta--arrow::before {
  background: #000;
}
.double-text--colored .double-text__wrapper .cta--arrow::after {
  border-color: #000;
}
.double-text--colored .double-text__wrapper .cta--arrow:hover {
  transform: translateX(-2px);
  padding-right: 10px;
  transition: transform 0.2s, padding-right 0.2s ease-in-out;
}
.double-text--description {
  transform-origin: top;
}
.double-text--description .double-text__wrapper {
  align-items: flex-start;
}
.double-text--description .double-text__block--left {
  width: calc(var(--wrapper_col) * 3);
}
.double-text--description .double-text__block--right {
  width: calc(var(--wrapper_col) * 8);
}
.double-text--padding-bottom {
  padding-bottom: 11.5rem;
  /* Espace additionnel pour les cartes */
}
.double-text--equal-width .double-text__block--left,
.double-text--equal-width .double-text__block--right {
  width: 47%;
}
.double-text--reverse-width {
  background: #035164;
}
.double-text--reverse-width .double-text__block--left {
  width: calc(var(--wrapper_col) * 7);
}
.double-text--reverse-width .double-text__block--right {
  width: calc(var(--wrapper_col) * 2.8);
}
.double-text--reverse-width .double-text__wrapper > * {
  color: #fff;
}
.double-text--reverse-width .double-text__wrapper .cta--arrow {
  color: #fff;
}
.double-text--reverse-width .double-text__wrapper .cta--arrow::before {
  background: #fff;
}
.double-text--reverse-width .double-text__wrapper .cta--arrow::after {
  border-color: #fff;
}
.double-text .double-text__wrapper.align-items-start {
  align-items: flex-start;
}
/***                                                                        
 *     ##### ######  ####  ##### # #    #  ####  #    # #   ##   #       ####  
 *       #   #      #        #   # ##  ## #    # ##   # #  #  #  #      #      
 *       #   #####   ####    #   # # ## # #    # # #  # # #    # #       ####  
 *       #   #           #   #   # #    # #    # #  # # # ###### #           # 
 *       #   ######  ####    #   # #    #  ####  #    # # #    # ######  ####                                                                           
 */
.testimonials {
  background: linear-gradient(125deg, #000 5%, #035164 60%, #43A49E 120%);
}
.testimonials .content__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.testimonials .content__wrapper > * {
  color: #fff;
}
.testimonials .content__wrapper > * h2 {
  color: #F5A523;
}
.testimonials .content__wrapper > * p {
  font-weight: 300;
}
.testimonials .content__wrapper > * p strong {
  font-weight: 400;
}
.testimonials .content__wrapper .cta--arrow {
  color: #fff;
}
.testimonials .content__wrapper .cta--arrow::before {
  background: #fff;
}
.testimonials .content__wrapper .cta--arrow::after {
  border-color: #fff;
}
.testimonials__block--left h1 > a,
.testimonials__block--left h2 > a,
.testimonials__block--left h3 > a,
.testimonials__block--left h4 > a,
.testimonials__block--left p > a,
.testimonials__block--left li > a {
  color: inherit;
}
.testimonials__block--left {
  width: calc(var(--wrapper_col) * 3.5);
}
.testimonials__block--right {
  width: calc(var(--wrapper_col) * 7);
}
.testimonials .cta-our-clients {
  margin-top: 2rem;
  font-weight: 300;
}
.testimonials .cta-our-clients:hover {
  transform: translateX(-40px);
  padding-right: 40px;
  font-weight: 400;
}
.testimonials--filterless {
  background-size: 100%;
  background-position: bottom right;
  background-repeat: no-repeat;
}
.testimonials--filterless .content__wrapper {
  align-items: flex-start;
}
.testimonials--bnw {
  background-image: none !important;
}
.testimonials--bnw .content__wrapper > * {
  color: #000;
}
.testimonials--bnw .filters-container .filters-container__filter {
  color: #000;
  border-color: #000;
  padding: 0.4rem 1.4rem;
  font-size: 0.66666667rem;
}
.testimonials--bnw .filters-container .filters-container__filter.active {
  color: #fff;
  background: #000;
}
.testimonials--bnw .filters-container .filters-container__filter:hover {
  color: #fff;
  background: #000;
}
.testimonials--bnw .content__wrapper .cta-our-clients {
  color: #000;
}
.testimonials--bnw .content__wrapper .cta-our-clients::before {
  background: #000;
}
.testimonials--bnw .content__wrapper .cta-our-clients::after {
  border-color: #000;
}
/***                                                                        
 *     #    # ###### #    #  ####       ##   #####  ##### #  ####  #      ###### 
 *     ##   # #      #    # #          #  #  #    #   #   # #    # #      #      
 *     # #  # #####  #    #  ####     #    # #    #   #   # #      #      #####  
 *     #  # # #      # ## #      #    ###### #####    #   # #      #      #      
 *     #    # ###### #    #  ####     #    # #    #   #   #  ####  ###### ######                                                                         
 */
.news-article {
  margin-bottom: 4rem;
}
.news-article:not(:nth-child(3n - 2)) {
  margin-left: 1.5rem;
}
.news-article__img {
  display: inline-block;
  width: 100%;
  height: 9.7rem;
  margin-bottom: 1.2rem;
  overflow: hidden;
}
.news-article__img img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
  transition: transform 0.3s ease;
}
.news-article__btm {
  padding-right: 1.2rem;
}
.news-article__infos {
  font-size: 0.77777778rem;
  text-transform: uppercase;
  margin-bottom: 0.6rem;
}
.news-article__department {
  margin-right: 1rem;
}
.news-article__date {
  white-space: nowrap;
}
.news-article__title {
  display: inline-block;
  font-family: 'azo-sans-web', sans-serif;
  font-weight: 700;
  line-height: 1.2em;
  margin-bottom: 0.3rem;
}
.news-article__title:hover {
  color: #F5A523;
}
.news-article__excerpt {
  font-size: 0.88888889rem;
  font-weight: 400;
  line-height: 1.5em;
}
.news-article__excerpt * {
  display: inline;
  font-size: 0.88888889rem;
  font-weight: 300;
  margin-right: 0.2rem;
}
.news-article__ctas {
  margin-top: 1.3rem;
}
.news-article__ctas .cta--arrow {
  font-size: 0.77777778rem;
}
.share-bubble__trigger {
  display: inline-block;
}
.share-bubble__trigger span {
  font-size: 1.4rem;
  font-weight: 900;
}
.share-bubble__trigger:hover {
  color: #F5A523;
}
.share-bubble__content {
  display: none;
  position: absolute;
  bottom: 170%;
  left: 50%;
  background: #000;
  border-radius: 12px;
  padding: 0.8rem;
  transform: translateX(-50%);
  z-index: 5;
}
.share-bubble__content::after {
  content: '';
  width: 0.8rem;
  height: 0.8rem;
  position: absolute;
  bottom: -0.7rem;
  left: 50%;
  background: #000;
  border-top: none;
  border-left: none;
  transform: rotate(45deg) translateX(-50%);
  z-index: 2;
}
.share-bubble__content .share-buttons {
  display: flex;
}
.share-bubble__content .share-buttons a {
  color: #fff;
  border-color: #fff;
}
.share-bubble__content .share-buttons a:hover {
  border-color: #F5A523;
}
html:not(.is-mobile) .news-article__img:hover img {
  transform: scale(1.1);
}
/***                                   
 *      ####    ##   #####  #####   ####  
 *     #    #  #  #  #    # #    # #      
 *     #      #    # #    # #    #  ####  
 *     #      ###### #####  #    #      # 
 *      ####  #    # #    # #####   ####                                      
 */
.cards-section {
  width: 100%;
  margin-top: -13rem;
  margin-bottom: 7rem;
  /*position: absolute; top: 0; transform: translateY(-50%);*/
  z-index: 1;
}
.cards-section .content__wrapper {
  display: flex;
  justify-content: space-between;
}
.cards-section__card {
  width: 32%;
  max-width: 22rem;
  min-height: 14rem;
  background: #fff;
  text-align: center;
  padding: 2rem 1.5rem;
  box-shadow: -10px 10px 25px 0 rgba(0, 0, 0, 0.15);
  transform-origin: bottom;
}
.cards-section__restoration-card {
  width: 32%;
  max-width: 22rem;
  background: #fff;
  text-align: center;
  padding: 1rem;
  box-shadow: -10px 10px 25px 0 rgba(0, 0, 0, 0.15);
  transform-origin: bottom;
}
.cards-section__card h3,
.cards-section h4 {
  line-height: 1.3em;
}
.cards-section__card p {
  line-height: 1.5em;
}
.restoration.cards-section {
  justify-content: center;
}
.page-template-template-become-ms {
  /***
   *      ####    ##   #####  #####   ####
   *     #    #  #  #  #    # #    # #
   *     #      #    # #    # #    #  ####
   *     #      ###### #####  #    #      #
   *      ####  #    # #    # #####   ####
   */
}
.page-template-template-become-ms .cards-section {
  width: 100%;
  margin-bottom: -11rem;
  z-index: 1;
  margin-top: 0;
}
.page-template-template-become-ms .cards-section .content__wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  justify-content: center;
}
.page-template-template-become-ms .cards-section__card {
  width: 100%;
  max-width: 22rem;
  min-height: auto;
  background: #fff;
  text-align: center;
  padding: 3rem 1.5rem;
  border-radius: 1.5rem;
  box-shadow: -10px 10px 25px 0 rgba(0, 0, 0, 0.15);
  transform-origin: bottom;
  margin-top: 3.6rem;
  counter-increment: my-counter;
}
.page-template-template-become-ms .cards-section__card::before {
  content: counter(my-counter);
  width: 4.8rem;
  height: 4.8rem;
  position: absolute;
  top: -3.7rem;
  left: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  font-weight: 500;
  border-radius: 50%;
  border: 2px solid #F5A523;
  transform: translateX(-50%);
  opacity: 1;
  transition: 0.8s ease;
}
.page-template-template-become-ms .cards-section__card-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2em;
  color: #035164;
  margin-bottom: 0.4rem;
}
.page-template-template-become-ms .cards-section__card-text h2 {
  font-size: 1.66666667rem;
}
.page-template-template-become-ms .cards-section__card-text p {
  line-height: 1.5em;
}
.page-template-template-become-ms .cards-section__card.aqua::before {
  border-color: #43A49E;
}
.page-template-template-become-ms .cards-section__card.blue::before {
  border-color: #035164;
}
.page-template-template-become-ms .steps__section-text {
  margin-bottom: 3rem;
}
.page-template-template-become-ms .steps__section-text h2 {
  font-size: 2.77777778rem;
}
.page-template-template-become-ms .steps__title {
  color: #035164;
  font-weight: 400;
  text-align: center;
}
.page-template-template-become-ms .cards-section.animated .cards-section__card::before {
  opacity: 1;
}
@media screen and (max-width: 849px) {
  .page-template-template-become-ms .cards-section {
    margin-bottom: -9rem;
  }
}
@media screen and (max-width: 749px) {
  .page-template-template-become-ms .cards-section {
    margin-bottom: -11rem;
  }
  .page-template-template-become-ms .cards-section .content__wrapper {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: unset;
    overflow-x: scroll;
    padding: 0.5rem 10% 1.5rem;
    transform: scale(1.11);
  }
  .page-template-template-become-ms .cards-section__card {
    width: 100%;
    max-width: 100%;
    flex-shrink: 0;
    margin-right: 1.5rem;
  }
  .page-template-template-become-ms .cards-section__card:first-child {
    margin-left: 0;
  }
  .page-template-template-become-ms .cards-section__card:last-child {
    margin-right: 0;
  }
}
/***                                                                  
 *      ####  #      # ###### #    # #####     ####    ##   #####  #####  
 *     #    # #      # #      ##   #   #      #    #  #  #  #    # #    # 
 *     #      #      # #####  # #  #   #      #      #    # #    # #    # 
 *     #      #      # #      #  # #   #      #      ###### #####  #    # 
 *      ####  ###### # ###### #    #   #       ####  #    # #    # #####                                                                     
 */
.client-card__image::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.client-card__image::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(135deg, rgba(255, 88, 105, 0.6), #ff5869);
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.76, 0, 0.24, 1);
}
.client-card__image img {
  width: 100%;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.client-card__title-ctn {
  margin-top: 0.6rem;
  overflow: hidden;
}
.client-card__title,
.client-card__cta {
  transition: 0.4s cubic-bezier(0.76, 0, 0.24, 1);
}
.client-card__title {
  font-weight: 700;
}
.client-card__cta {
  position: absolute;
  top: 0.3rem;
  opacity: 0;
  transform: translateY(100%);
}
.client-card__link {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
html:not(.is-mobile) .client-card:hover .client-card__image::after {
  opacity: 0.7;
}
html:not(.is-mobile) .client-card:hover .client-card__title {
  opacity: 0;
  transform: translateY(-100%);
}
html:not(.is-mobile) .client-card:hover .client-card__cta {
  opacity: 1;
  transform: translateY(0);
}
/***                                             
 *      ####  #      # #####  ###### #####   ####  
 *     #    # #      # #    # #      #    # #      
 *     #      #      # #    # #####  #    #  ####  
 *     #  ### #      # #    # #      #####       # 
 *      ####  ###### # #####  ###### #    #  ####                                              
 */
.glider {
  position: relative;
  overflow: visible;
}
.glider .ffglider_wrapper {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
}
.glider:not(.not-enough-slides) .ffglider_wrapper {
  cursor: grab;
}
.glider .item {
  flex-shrink: 0;
}
.glider .item * {
  user-select: none;
  /*-webkit-user-drag: none;*/
}
.glider.gliding .item {
  pointer-events: none;
  user-select: none;
}
.glider .item a * {
  pointer-events: none;
}
.glider-buttons button {
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0;
  cursor: pointer;
}
.content-glider .all-news__cta {
  display: flex;
  justify-content: center;
  margin-top: 4rem;
}
/***                                                                                       
 *      ####   ####  #    # ##### ###### #    # #####     ####  #      # #####  ###### #####  
 *     #    # #    # ##   #   #   #      ##   #   #      #    # #      # #    # #      #    # 
 *     #      #    # # #  #   #   #####  # #  #   #      #      #      # #    # #####  #    # 
 *     #      #    # #  # #   #   #      #  # #   #      #  ### #      # #    # #      #####  
 *      ####   ####  #    #   #   ###### #    #   #       ####  ###### # #####  ###### #    #                                                                                         
 */
.content-glider hr {
  display: none;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #000;
  border: solid 1px #000;
}
.content-glider__header {
  padding-right: 0.4rem;
}
.content-glider__header > * {
  padding-bottom: 2rem;
}
.content-glider .glider-header__title {
  max-width: 70%;
  overflow: hidden;
}
.content-glider__back {
  width: 100%;
  display: none;
}
.content-glider__item {
  width: 27rem;
}
.content-glider .ffglider_wrapper::before,
.content-glider .ffglider_wrapper::after {
  content: "";
  width: 30%;
  height: 100%;
  position: absolute;
  top: 0;
}
.content-glider .ffglider_wrapper::before {
  right: 100%;
}
.content-glider .ffglider_wrapper::after {
  left: 100%;
}
.content-glider .news-article {
  margin-bottom: 0;
}
.content-glider .news-article__img {
  height: 14.5rem;
}
.content-glider .news-article__btm {
  padding: 0 1.2rem;
}
.content-glider__cta-ctn {
  display: flex;
  justify-content: center;
  margin-top: 4rem;
}
.single-article .content-glider .content-glider__header > * {
  padding-bottom: 2rem;
}
.single-article .content-glider hr,
.single-article .content-glider .content-glider__back {
  display: none;
}
.single-article .content-glider .content-glider__back {
  padding-bottom: 1.6rem;
}
.single-article .content-glider .all-news__cta {
  display: none;
}
.single-solution .content-glider--clients {
  margin-bottom: 10rem;
}
.single-solution .content-glider--clients .content-glider__header {
  color: #fff;
}
.single-solution .content-glider--clients .content-glider__item {
  width: 32%;
  max-width: 22rem;
  min-width: 18rem;
  margin-right: 1.2rem;
}
.single-solution .content-glider--clients .glider-buttons button {
  color: #fff;
}
.single-solution .content-glider--clients .glider-buttons button::after,
.single-solution .content-glider--clients .glider-buttons button::before {
  border-color: #fff;
}
.single-solution .content-glider--clients .client-card__title a {
  color: #fff;
}
.single-solution .content-glider--clients .client-card__cta {
  color: #fff;
}
.single-solution .content-glider--clients .client-card__cta::before {
  background: #fff;
}
.single-solution .content-glider--clients .client-card__cta::after {
  border-color: #fff;
}
.single-solution .content-glider--clients .content-glider__cta-ctn .cta {
  margin-right: 70px;
}
@media screen and (max-width: 749px) {
  .content-glider__cta-ctn {
    justify-content: flex-start;
  }
  .content-glider__cta-ctn .cta {
    margin-right: 0;
  }
}
/***
*     #####  #      #   # #####  
*     #    # #       # #  #    # 
*     #    # #        #   #    # 
*     #####  #        #   #####  
*     #      ######   #   #    # 
*/
.plyr {
  --plyr-color-main: #F5A523;
}
.plyr__control--overlaid {
  background: transparent;
  border: var(--plyr-color-main) 6px solid;
  color: var(--plyr-color-main);
}
.plyr:not(.plyr--paused) .plyr__control--overlaid,
.plyr.plyr--vimeo.plyr--stopped .plyr__control--overlaid {
  opacity: 0;
}
.plyr button {
  cursor: pointer!important;
}
/***                                                         
 *      ####  #    # ###### #####  #        ##   #   #  ####  
 *     #    # #    # #      #    # #       #  #   # #  #      
 *     #    # #    # #####  #    # #      #    #   #    ####  
 *     #    # #    # #      #####  #      ######   #        # 
 *      ####    ##   ###### #    # ###### #    #   #    ####                                                           
 */
#overlay {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.35);
  width: 100%;
  height: 100vh;
  text-align: center;
  z-index: 1000;
}
#overlay.hidden {
  display: none;
}
#overlay > div {
  display: inline-block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: white;
  padding: 2rem;
}
#overlay > div h3 {
  color: #000;
  margin-bottom: 0.5rem;
}
#overlay .message > *:first-child {
  margin-top: 0;
}
#overlay .fermer-overlay {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  cursor: pointer;
  z-index: 101;
}
#overlay .fermer-overlay:hover i {
  color: #000;
}
#overlay .fa-check-circle {
  font-size: 3rem;
  color: #32CD32;
  margin-bottom: 1rem;
}
#overlay-wrong-orientation {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100vh;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1000;
}
#overlay-wrong-orientation > div {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
}
#overlay-wrong-orientation > div p {
  margin-top: 0.5rem;
}
/***                                                                 
 *     ######  ####  #####  #    # #    # #        ##   # #####  ###### 
 *     #      #    # #    # ##  ## #    # #       #  #  # #    # #      
 *     #####  #    # #    # # ## # #    # #      #    # # #    # #####  
 *     #      #    # #####  #    # #    # #      ###### # #####  #      
 *     #       ####  #    # #    #  ####  ###### #    # # #    # ######                                                                  
 */
.form__label,
textarea::placeholder {
  font-size: 0.77777778rem;
  opacity: 0.5;
}
input {
  font-size: 0.88888889rem;
}
.form__label {
  width: 100%;
  display: block;
}
.form__input-ctn.input--alt input {
  max-height: 45px;
  padding: 0.6rem 0;
  margin-bottom: 0;
}
.form__input-ctn.input--alt input::placeholder {
  font-size: 0.77777778rem;
  text-transform: uppercase;
  /*padding-bottom: .5rem;*/
}
select,
input[type="number"],
input[type="password"],
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="search"],
.selectric,
textarea {
  font-size: 0.88888889rem;
  color: #000;
  background: transparent;
  border: 2px solid #000;
  font-family: 'azo-sans-web', sans-serif;
  transform-origin: left;
  transition: border-color 0.2s ease;
}
select:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
.selectric:focus,
textarea:focus {
  border-color: #F5A523;
}
select::placeholder,
input[type="number"]::placeholder,
input[type="password"]::placeholder,
input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="tel"]::placeholder,
input[type="search"]::placeholder,
.selectric::placeholder,
textarea::placeholder {
  color: gray !important;
}
textarea {
  max-height: 8rem;
  color: #000;
  background: #fff;
  resize: none;
  padding: 1rem;
}
textarea::placeholder {
  color: #000;
}
select,
input[type="number"],
input[type="password"],
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="search"] {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  padding: 0.4rem 0;
}
.search-input input:focus + span::after {
  /*content: '\f00d';*/
  color: #F5A523;
}
.search-input span {
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.search-input span::after {
  content: '\f002';
  font-family: "Font Awesome\ 5 Free";
  font-size: 0.9rem;
  font-weight: 900;
  color: #000;
  transition: color 0.2s ease;
}
.selectric {
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
.selectric .label {
  font-size: 0.77777778rem;
  text-transform: uppercase;
}
.selectric {
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: visible;
}
.selectric .label {
  color: #000;
  margin-left: 0;
}
.selectric .button {
  width: 12px;
  height: 12px;
  top: 45%;
  right: 3px;
  background: transparent;
  border-color: #000;
  border-style: solid;
  border-width: 0 2px 2px 0;
  transform: translateY(-50%) rotate(45deg);
  transition: border-color 0.2s ease, transform 0.1s ease;
}
.selectric .button > * {
  display: none;
}
.selectric .button:after {
  display: none;
}
.selectric-items {
  background: #fff;
  border: none;
  box-shadow: -10px 10px 25px 0 rgba(0, 0, 0, 0.15);
}
.selectric-items ul {
  padding: 0.5rem 0;
}
.selectric-items li {
  color: #000;
  padding: 0.8rem 1rem;
  font-size: 0.77777778rem;
}
.selectric-items li:hover {
  color: #F5A523;
  background: initial;
}
.selectric-items li.highlighted {
  color: #000;
  background: rgba(245, 165, 35, 0.2);
  cursor: default;
  pointer-events: none;
}
.selectric-items .disabled {
  display: none;
}
select {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20256%20448%22%20enable-background%3D%22new%200%200%20256%20448%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E.arrow%7Bfill%3A%23000%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22arrow%22%20d%3D%22M255.9%20168c0-4.2-1.6-7.9-4.8-11.2-3.2-3.2-6.9-4.8-11.2-4.8H16c-4.2%200-7.9%201.6-11.2%204.8S0%20163.8%200%20168c0%204.4%201.6%208.2%204.8%2011.4l112%20112c3.1%203.1%206.8%204.6%2011.2%204.6%204.4%200%208.2-1.5%2011.4-4.6l112-112c3-3.2%204.5-7%204.5-11.4z%22%2F%3E%3C%2Fsvg%3E%0A");
  background-repeat: no-repeat;
  background-size: 0.4rem 50%;
  background-position: center right 0.5rem;
}
.selectric-hover .selectric,
.selectric-focus .selectric {
  border-color: #000;
}
.selectric-open .selectric {
  border-color: #F5A523;
}
.selectric-open .selectric .button {
  top: 55%;
  border-color: #F5A523;
  transform: translateY(-50%) rotate(225deg);
}
[placeholder]:focus::-webkit-input-placeholder {
  transition: text-indent 1s 0.4s;
  text-indent: -100%;
  opacity: 1;
}
.file-input {
  display: none;
}
.file-input-visual + input[type="file"] {
  display: none;
}
.file-input-visual {
  display: inline-block;
  padding: 0.65em;
  font-size: 0.9rem;
  color: #fff;
  background: transparent;
  border: 2px solid #fff;
  margin-top: 0.4rem;
  transition: all 0.2s ease;
  cursor: pointer;
}
.file-input-visual:hover {
  color: #000;
  background: #fff;
}
input[type="radio"],
input[type="checkbox"] {
  display: none;
}
.cky-switch input[type="radio"],
.cky-switch input[type="checkbox"] {
  display: inline-block;
}
input[type="radio"] + span,
input[type="checkbox"] + span {
  width: auto;
  display: inline-block;
  font-size: 1rem;
  padding-left: 1rem;
  margin-right: 1rem;
  vertical-align: middle;
  cursor: pointer!important;
}
input[type="radio"] + span:before {
  border-radius: 50%;
}
.form__submit-cta {
  margin-top: 0;
}
input[type="radio"] + span:before,
input[type="checkbox"] + span:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  padding: 3/18rem 3/18rem 3/18rem 2/18rem;
  width: 0.85rem;
  height: 0.85rem;
  display: inline-block;
  background-color: #fff;
  border: 1px solid #000;
}
input[type="checkbox"]:checked + span:before,
input[type="radio"]:checked + span:before {
  content: '\f00c';
  font-family: 'Font Awesome 5 Free';
  font-weight: bold;
  font-size: 0.6rem;
  color: #000;
  line-height: 1;
}
input[type="checkbox"]:checked + span,
input[type="radio"]:checked + span {
  color: #000;
  font-weight: bold;
}
.mce-tinymce.erreur,
select.erreur,
input[type="number"].erreur,
input[type="password"].erreur,
input[type="text"].erreur,
input[type="email"].erreur,
input[type="tel"].erreur,
input[type="radio"].erreur + span,
textarea.erreur {
  border-color: #D43535 !important;
}
form.loading {
  cursor: progress;
}
form.loading * {
  user-select: none;
}
form.loading > * {
  opacity: 0.5;
  pointer-events: none;
}
form .ff-cols > *[class*="c-"] {
  margin-bottom: 2rem;
}
form .ff-cols > *[class*="c-"] > select,
form .ff-cols > *[class*="c-"] > input[type="number"],
form .ff-cols > *[class*="c-"] > input[type="password"],
form .ff-cols > *[class*="c-"] > input[type="text"],
form .ff-cols > *[class*="c-"] > input[type="email"],
form .ff-cols > *[class*="c-"] > input[type="tel"],
form .ff-cols > *[class*="c-"] > textarea {
  width: 100%;
}
@media screen and (max-width: 749px) {
  select,
  input[type="number"],
  input[type="password"],
  input[type="text"],
  input[type="email"],
  input[type="tel"],
  textarea {
    font-size: 16px!important;
  }
}
select:invalid,
input:invalid,
textarea:invalid {
  box-shadow: none!important;
}
.produits {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.produits > .produit {
  border: 5px #000 solid;
  padding: 2rem;
  margin: 2rem;
  width: 25%;
  display: flex;
  flex-direction: column;
}
.produits > .produit > *:first-child {
  margin-top: 0;
}
.produits > .produit > *:last-child {
  margin-bottom: 0;
}
.produits > .produit .actions {
  margin-top: auto;
}
/***                                                                               
 *      ####   ####  #    # #####   ##    ####  #####    ######  ####  #####  #    # 
 *     #    # #    # ##   #   #    #  #  #    #   #      #      #    # #    # ##  ## 
 *     #      #    # # #  #   #   #    # #        #      #####  #    # #    # # ## # 
 *     #      #    # #  # #   #   ###### #        #      #      #    # #####  #    # 
 *      ####   ####  #    #   #   #    #  ####    #      #       ####  #    # #    #                                                                           
 */
.contact-section {
  background: linear-gradient(125deg, #000 5%, #035164 60%, #43A49E 120%);
}
.contact-section input {
  color: #fff;
}
.contact-section input,
.contact-section textarea {
  border-color: #fff;
  transform-origin: left;
}
.contact-section .filters-container > label:first-child {
  opacity: 1;
}
.contact-section .form__submit-cta {
  color: #fff;
}
.contact-section .form__submit-cta::before {
  background: #fff;
}
.contact-section .form__submit-cta::after {
  border-color: #fff;
}
.contact-section > *,
.contact-section .wysiwyg a {
  color: #fff;
}
.contact-section__top-close {
  width: 100%;
  position: absolute;
  opacity: 1;
}
.contact-section__top-close .double-text__block--left {
  width: auto;
  overflow: hidden;
}
.contact-section__top-close .double-text__block--left h2 {
  color: #F5A523;
}
.contact-section__top-cta {
  transition: transform 1s ease;
}
.contact-section__top-cta .cta {
  font-size: 1.16666667rem;
  font-family: 'azo-sans-web', sans-serif;
  font-weight: 400;
  line-height: 1.5em;
  text-transform: none;
  color: #fff;
}
.contact-section__top-cta .cta strong {
  font-weight: 500;
}
.contact-section__top-cta .cta::before {
  background: #fff;
}
.contact-section__top-cta .cta::after {
  border-color: #fff;
}
.contact-section__top-open {
  pointer-events: none;
  overflow: hidden;
}
.contact-section__top-open h2 {
  transform: translateY(-100%);
}
.contact-section__top-open-subtitle {
  height: 0;
  opacity: 0;
  padding-top: 0;
  transition: 0.6s ease-out;
  transition-delay: 0.2s;
}
.contact-section__top-close h2,
.contact-section__top-open h2 {
  transition: transform 0.5s ease;
}
.contact-section__bottom {
  display: none;
  padding-top: 3rem;
  padding-bottom: 2rem;
}
.contact-section__bottom .form-contact__left {
  width: calc(var(--wrapper_col) * 7);
  margin-bottom: 0 !important;
}
.contact-section__bottom .form-contact__right {
  width: calc(var(--wrapper_col) * 3.5);
  margin-bottom: 0 !important;
}
.contact-section__bottom .form-contact__right .filters-container {
  margin-top: 0;
}
.contact-section .form-contact__right-label {
  font-size: 0.77777778rem;
  font-weight: 700;
  margin-bottom: 1rem;
  opacity: 1;
}
.contact-section.contact--open .contact-section__top-close h2 {
  transform: translateY(100%);
  pointer-events: none;
}
.contact-section.contact--open .contact-section__top-cta {
  transform: translateX(400%);
}
.contact-section.contact--open .contact-section__top-open {
  pointer-events: auto;
}
.contact-section.contact--open .contact-section__top-open h2 {
  transform: translateY(0);
  color: #F5A523;
  margin-bottom: 1rem;
}
.contact-section.contact--open .contact-section__top-open-subtitle {
  height: 100%;
  opacity: 1;
  padding-top: 0.6rem;
}
.contact-section.contact--open .contact-section__top-open-subtitle h4 {
  margin-top: 0;
}
.contact-section.contact--initial .contact-section__bottom {
  display: block;
}
/***
 *    ########    ###     #######
 *    ##         ## ##   ##     ##
 *    ##        ##   ##  ##     ##
 *    ######   ##     ## ##     ##
 *    ##       ######### ##  ## ##
 *    ##       ##     ## ##    ##
 *    ##       ##     ##  ##### ##
 */
.general-questions .cta {
  background: #035164;
  color: #fff;
}
.general-questions__section-title {
  text-align: center;
  margin-bottom: 4rem;
}
.general-questions__section-subtitle {
  font-weight: 700;
  color: #000;
  margin-bottom: 3rem;
}
.general-questions__question {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.general-questions__question:not(:last-of-type) {
  margin-bottom: 3rem;
}
.general-questions__question-icon {
  width: 10%;
  padding-right: 2rem;
}
.general-questions__question-title {
  width: 25%;
  font-weight: 700;
  line-height: 1.3em;
  padding-right: 2rem;
}
.general-questions__question-answer {
  width: 65%;
}
.general-questions__bottom-text {
  max-width: 42rem;
  color: #000;
  text-align: center;
  margin-top: 5rem;
  margin-left: auto;
  margin-right: auto;
}
.faq {
  padding: 2rem 0 9rem;
}
.faq__section-title {
  color: #000;
  margin-bottom: 3rem;
}
.faq__question {
  border-bottom: 1px solid #000;
}
.faq__question:first-child {
  border-top: 1px solid #000;
}
.faq__question-trigger {
  padding: 1rem 0;
  cursor: pointer;
}
.faq__question-title {
  color: #000;
  font-weight: 400;
  line-height: 1.3em;
  padding-right: 2rem;
  transition: 0.3s;
}
.faq__question-title::before,
.faq__question-title::after {
  content: '';
  width: 1.2rem;
  height: 2px;
  position: absolute;
  top: 50%;
  right: 0;
  background: #000;
  transition: 0.3s;
}
.faq__question-title::before {
  transform: translateY(-50%);
}
.faq__question-title::after {
  transform: translateY(-50%) rotate(90deg);
}
.faq__question-answer {
  display: none;
  padding-bottom: 1.8rem;
}
.faq__question-trigger:hover .faq__question-title {
  color: #F5A523;
}
.faq__question-trigger:hover .faq__question-title::before,
.faq__question-trigger:hover .faq__question-title::after {
  background-color: #F5A523;
}
.faq__question-trigger.active .faq__question-title {
  color: #F5A523;
}
.faq__question-trigger.active .faq__question-title::before {
  background-color: #F5A523;
  transform: translateY(-50%) rotate(180deg);
}
.faq__question-trigger.active .faq__question-title::after {
  background-color: #F5A523;
  transform: translateY(-50%) rotate(360deg);
}
/***
 *    ########  ##        #######   ######   ######     ##     ##  #######  ########  ##     ## ##          ###    #### ########  ########  ######  
 *    ##     ## ##       ##     ## ##    ## ##    ##    ###   ### ##     ## ##     ## ##     ## ##         ## ##    ##  ##     ## ##       ##    ## 
 *    ##     ## ##       ##     ## ##       ##          #### #### ##     ## ##     ## ##     ## ##        ##   ##   ##  ##     ## ##       ##       
 *    ########  ##       ##     ## ##        ######     ## ### ## ##     ## ##     ## ##     ## ##       ##     ##  ##  ########  ######    ######  
 *    ##     ## ##       ##     ## ##             ##    ##     ## ##     ## ##     ## ##     ## ##       #########  ##  ##   ##   ##             ## 
 *    ##     ## ##       ##     ## ##    ## ##    ##    ##     ## ##     ## ##     ## ##     ## ##       ##     ##  ##  ##    ##  ##       ##    ## 
 *    ########  ########  #######   ######   ######     ##     ##  #######  ########   #######  ######## ##     ## #### ##     ## ########  ######  
 */
.block {
  margin: 2rem 0;
}
.pink-text-block {
  text-align: center;
  background: #F5A523;
  padding: 4rem 0;
  margin: 4rem 0;
}
.single-image-block__image {
  width: 100%;
}
.single-image-block__img {
  width: 100%;
}
.single-image-block__video {
  width: 100%;
}
.double-images-block .ff-cols.c-margin-1 > .c-50 {
  width: calc(49.99% - .6rem);
}
.double-images-block__images {
  width: 100%;
}
.double-images-block__media {
  padding-top: 27.35%;
  aspect-ratio: 16.18 / 9;
  /*height: 17.52rem;*/
  overflow: hidden;
}
.double-images-block__img,
.double-images-block__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
/***
*    ##     ## ########    ###    ########  ######## ########  
*    ##     ## ##         ## ##   ##     ## ##       ##     ## 
*    ##     ## ##        ##   ##  ##     ## ##       ##     ## 
*    ######### ######   ##     ## ##     ## ######   ########  
*    ##     ## ##       ######### ##     ## ##       ##   ##   
*    ##     ## ##       ##     ## ##     ## ##       ##    ##  
*    ##     ## ######## ##     ## ########  ######## ##     ## 
*/
header {
  position: fixed;
  width: 100%;
  z-index: 999;
}
header ul {
  margin-top: 0;
  padding-left: 0;
}
.header__fixed-menu {
  width: 100%;
  height: 4.7rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  /* box-shadow: 0 0 10px fade(@color_black, 20%); */
  padding: 1.2rem 2rem;
  z-index: 999;
}
.header__logo {
  display: flex;
  width: 6rem;
  margin-right: 0.8rem;
  flex-direction: column;
  gap: 5px;
}
.header__logo span {
  white-space: nowrap;
  color: #035164;
  font-size: 0.55555556rem;
  font-weight: 700;
}
.header__menu-main {
  display: flex;
  align-items: center;
  /* Permet de combler l'espace entre le sub-menu et le menu-item lors du hover */
  /* Ligne des sous-pages de 2ème niveau */
}
.header__menu-main nav ul {
  display: flex;
  align-items: flex-start;
}
.header__menu-main nav > ul {
  align-items: center;
}
.header__menu-main nav.header__menu-main__nav > ul > li {
  margin-left: 2.2rem;
  line-height: 32px;
}
.header__menu-main nav ul li {
  font-family: 'azo-sans-web', sans-serif;
  font-size: 0.88888889rem;
  font-weight: 400;
  color: #000;
}
.header__menu-main nav ul li a {
  display: inline-block;
  color: #000;
  transition: color 0.2s ease;
  line-height: 16px;
}
.header__menu-main nav ul li a span {
  display: none;
}
.header__menu-main nav ul li.current-menu-parent > a.active {
  color: #F5A523;
}
.header__menu-main nav ul li.current-menu-item > a.active {
  color: #F5A523;
  cursor: default;
}
.header__menu-main nav > ul > li.menu-item-has-children > a {
  cursor: pointer;
}
.header__menu-main nav ul.sub-menu > li {
  line-height: 16px;
}
.header__menu-main nav > ul > li.mystery-shopper > ul.sub-menu {
  left: 0;
}
.header__menu-main nav > ul > li.mystery-shopper > a {
  color: #43A49E;
  display: flex;
  align-items: center;
  gap: 1em;
}
.header__menu-main nav > ul > li.mystery-shopper > a.active {
  color: #F5A523;
}
.header__menu-main nav > ul > li.mystery-shopper > a:hover {
  color: #F5A523;
}
.header__menu-main nav > ul > li.mystery-shopper > a:hover::before {
  content: url('../img/contenu/Assistant-lanla-without-smile-yellow.svg');
}
.header__menu-main nav > ul > li.mystery-shopper > a.active::before {
  content: url('../img/contenu/Assistant-lanla-without-smile-yellow.svg');
}
.header__menu-main nav > ul > li.mystery-shopper > a::before {
  content: url('../img/contenu/Assistant-lanla-without-smile-green.svg');
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
}
.header__menu-main nav > ul > li > ul {
  flex-direction: column;
}
.header__menu-main nav > ul > li > ul.sub-menu {
  position: absolute;
  top: 1.8rem;
  left: -2rem;
  min-width: 15rem;
  background: #fff;
  opacity: 0;
  padding: 1.8rem 2rem;
  box-shadow: -10px 10px 25px 0 rgba(0, 0, 0, 0.15);
  pointer-events: none;
}
.header__menu-main nav > ul > li > ul.sub-menu::before {
  content: '';
  width: 100%;
  height: 0.5rem;
  position: absolute;
  bottom: 100%;
  left: 0;
  background: transparent;
}
.header__menu-main nav > ul > li > ul.sub-menu > li > a {
  white-space: nowrap;
  position: static;
}
.header__menu-main li.separator > a::after {
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -1rem;
  left: 0;
  background: #000;
  pointer-events: none;
  z-index: 1;
}
.header__menu-main li.menu-title {
  margin-bottom: 1.2rem;
  margin-top: 0!important;
}
.header__menu-main li.menu-title a {
  display: inline;
  font-size: 1.33333333rem;
  font-weight: 500;
  padding-right: 0.7rem;
}
.header__menu-main nav > ul > li > ul.sub-menu > li > ul.sub-menu {
  display: flex;
  flex-direction: column;
  padding: 1.4rem 0 0;
  opacity: 1;
}
.header__menu-main nav > ul > li > ul.sub-menu > li {
  font-size: 0.83333333rem;
  font-weight: 300;
  margin-top: 0.9rem;
  opacity: 1;
  position: relative;
}
.header__menu-main nav ul li a:hover {
  color: #F5A523;
}
.header__menu-main nav ul li ul.sub-menu > li > a:hover {
  color: #F5A523;
}
.header__menu-main li.menu-title a:hover {
  color: #F5A523 !important;
}
.header__menu-main nav > ul > li:hover > ul.sub-menu {
  opacity: 1;
  transform: translateX(0);
  transition: transform 0.4s, opacity 0.3s;
  pointer-events: auto;
}
.single-solution .menu-item-solutions > a {
  color: #F5A523;
}
html.barba-transitioning .header__menu-main .sub-menu {
  pointer-events: none !important;
}
.header__menu-sec {
  display: flex;
  align-items: center;
}
.header__menu-sec__ctas .cta-header {
  margin-right: 0.5rem;
  text-align: center;
}
.header__menu-sec__lang {
  font-size: 0.88888889rem;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0.3rem;
  margin-left: 0.3rem;
  transition: color 0.2s ease, opacity 0.3s ease;
}
.header__menu-sec__lang:hover {
  color: #F5A523;
}
.burger {
  display: block;
  padding: 0.6rem;
  margin-left: 1rem;
  margin-right: -0.6rem;
  pointer-events: auto;
  cursor: pointer;
}
.burger__container {
  width: 28px;
  /*height: 24px;*/
  transform: rotate(0deg);
  transition: 0.5s cubic-bezier(0.76, 0, 0.24, 1);
}
.burger__container div {
  width: 100%;
  height: 3px;
  top: 0;
  background-color: #000;
  margin-bottom: 6px;
  transition: all 0.3s ease;
}
.burger__container div:first-child {
  transform-origin: 0;
  transform-origin: top left;
}
.burger__container div:last-child {
  margin-bottom: 0;
  transform-origin: bottom left;
}
.burger__container div:nth-child(2) {
  right: 0;
}
.screen-nav-open .burger__container div:first-child {
  width: 30px;
  top: -2px;
  transform: rotateZ(45deg);
}
.screen-nav-open .burger__container div:last-child {
  width: 30px;
  transform: rotateZ(-45deg);
}
.screen-nav-open .burger__container div:nth-child(2) {
  transform: translateX(300%);
}
.header__screen-nav {
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  background-color: #fff;
  opacity: 0;
  padding-bottom: 8rem;
  transition: opacity 0.7s ease;
  transition-delay: 0.1s;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  pointer-events: none;
  z-index: 500;
}
.header__screen-nav a {
  pointer-events: none;
}
.header__screen-nav-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 7rem;
}
.header__screen-nav-wrapper ul li a {
  font-family: 'azo-sans-web', sans-serif;
  font-size: 1.77777778rem;
  font-weight: 400;
  color: #000;
}
.header__screen-nav-wrapper ul li.current-menu-parent > a {
  color: #F5A523;
}
.header__screen-nav-wrapper ul li.current-menu-item > a {
  color: #F5A523;
  pointer-events: none;
  cursor: default;
}
.header__screen-nav-wrapper ul li a:hover {
  color: #F5A523;
}
.header__screen-nav-wrapper ul > li {
  padding: 1rem 0;
}
.header__screen-nav-wrapper ul > li::before {
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #000;
}
.header__screen-nav-wrapper ul > li > .sub-menu {
  display: none;
}
.header__screen-nav-wrapper ul > li > .sub-menu > li > .sub-menu {
  display: none;
}
.header__screen-main-nav {
  width: 100%;
  transition: opacity 0.4s ease;
}
.header__screen-main-nav ul > li > a {
  display: block;
}
.header__screen-main-nav ul > li.menu-item-has-children > a::after {
  content: '\e5e1';
  position: absolute;
  top: 50%;
  right: 0;
  font-family: 'Material Icons';
  font-size: 1.8rem;
  font-weight: 100;
  transform: translateY(-50%);
}
.header__screen-main-nav ul > li.mystery-shopper > a {
  color: #43A49E;
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.header__screen-main-nav ul > li.mystery-shopper > a.active {
  color: #F5A523;
}
.header__screen-main-nav ul > li.mystery-shopper > a:hover {
  color: #F5A523;
}
.header__screen-main-nav ul > li.mystery-shopper > a:hover::before {
  content: url('../img/contenu/Assistant-lanla-without-smile-yellow.svg');
}
.header__screen-main-nav ul > li.mystery-shopper > a.active::before {
  content: url('../img/contenu/Assistant-lanla-without-smile-yellow.svg');
}
.header__screen-main-nav ul > li.mystery-shopper > a::before {
  content: url('../img/contenu/Assistant-lanla-without-smile-green.svg');
  position: relative;
  display: inline-block;
  width: 3rem;
  height: 3rem;
}
.header__screen-nav__ctas {
  display: none;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  margin-top: 3rem;
  transition: opacity 0.4s ease;
}
.header__screen-nav__ctas .cta-header {
  flex-direction: row;
  justify-content: center;
  align-items: baseline;
  font-size: 2.22222222rem;
  padding: 1rem 2rem;
  margin: 1rem 0;
}
.header__screen-nav__ctas .cta-header span {
  font-size: 1.66666667rem;
  font-weight: 300;
  margin-left: 1.2rem;
}
.header__screen-sec-nav {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(100vw);
  transition: transform 0.4s ease;
}
.header__screen-sec-nav .btn--prev {
  font-size: 1.55555556rem;
  text-transform: none;
}
.header__screen-sec-nav > ul > li {
  height: 0;
  padding: 0;
  visibility: hidden;
}
.header__screen-sec-nav > ul > li > .sub-menu {
  background: #fff;
  padding-bottom: 5rem;
  visibility: initial;
}
.header__screen-sec-nav > ul > li > .sub-menu > li.menu-item-has-children > span {
  position: absolute;
  right: 0;
  top: 2.1rem;
  transform: rotate(90deg);
  transition: transform 0.3s ease, color 0.3s ease;
  cursor: pointer;
}
.header__screen-sec-nav > ul > li > .sub-menu > li.menu-item-has-children > span.open {
  color: #F5A523;
  transform: rotate(-90deg);
}
.header__screen-sec-nav > ul > li > .sub-menu > li a {
  font-size: 1.66666667rem;
}
.header__screen-sec-nav > ul > li > .sub-menu > li > a span {
  font-weight: 500;
  padding-right: 0.7rem;
}
.header__screen-sec-nav > ul > li > .sub-menu > li > .sub-menu {
  display: none;
}
.header__screen-sec-nav > ul > li > .sub-menu > li > .sub-menu > li {
  padding: 1.5rem 0 0;
}
.header__screen-sec-nav > ul > li > .sub-menu > li > .sub-menu > li::before {
  display: none;
}
.header__screen-sec-nav > ul > li > .sub-menu > li > .sub-menu > li > a {
  font-size: 1.55555556rem;
  font-weight: 300;
}
.screen-nav-open .header__screen-nav {
  opacity: 1;
  transition: opacity 0.4s ease;
  transition-delay: 0s;
  pointer-events: auto;
}
.screen-nav-open .header__screen-nav a {
  pointer-events: auto;
}
.screen-sub-nav-open .header__screen-main-nav,
.screen-sub-nav-open .header__screen-nav__ctas {
  opacity: 0 !important;
  pointer-events: none;
}
.screen-sub-nav-open .header__screen-main-nav *,
.screen-sub-nav-open .header__screen-nav__ctas * {
  pointer-events: none !important;
}
.screen-sub-nav-open .header__screen-sec-nav {
  transform: translateX(0);
}
/***
*    ##     ##    ###    #### ##    ## 
*    ###   ###   ## ##    ##  ###   ## 
*    #### ####  ##   ##   ##  ####  ## 
*    ## ### ## ##     ##  ##  ## ## ## 
*    ##     ## #########  ##  ##  #### 
*    ##     ## ##     ##  ##  ##   ### 
*    ##     ## ##     ## #### ##    ## 
*/
main {
  min-height: 70vh;
  padding-top: 4.7rem;
}
/***
 *    ##     ##  #######  ##     ## ######## 
 *    ##     ## ##     ## ###   ### ##       
 *    ##     ## ##     ## #### #### ##       
 *    ######### ##     ## ## ### ## ######   
 *    ##     ## ##     ## ##     ## ##       
 *    ##     ## ##     ## ##     ## ##       
 *    ##     ##  #######  ##     ## ######## 
 */
.home-title {
  text-align: center;
  padding: 3rem 0;
}
.home-title__cont {
  display: inline-block;
  /*padding: 0 1rem;*/
}
.home-title__cont h1 {
  font-weight: 400;
  line-height: 1.3em;
  font-size: clamp(1.6rem, 5vw, 2.4rem) !important;
}
.home-title__cont h1.second-line {
  font-weight: 600;
  line-height: 1.3em;
}
.home-title__line {
  width: 100vw;
  height: 140%;
  position: absolute;
  top: 35%;
  right: 100%;
  background: #fff;
  margin-right: 1.2rem;
  transform: translateY(-50%) skew(-22deg);
  z-index: 1;
}
.home-title__line::after {
  content: '';
  width: 4px;
  height: 100%;
  position: absolute;
  right: 0;
  background: #000;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.5s cubic-bezier(0.83, 0, 0.17, 1);
}
.home-intro {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 16rem;
}
.home-intro.animated::after {
  transform: scaleY(0);
}
@media screen and (max-width: 749px) {
  .home-intro {
    min-height: 9rem;
    background-image: url('../img/contenu/home-header-mobile-2024.jpg') !important;
  }
}
.home-experience {
  padding-top: 4rem !important;
}
.home-experience__top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3rem;
}
.home-experience__top__slogan {
  width: 30%;
  max-width: 18rem;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.home-experience__btn-cont {
  width: calc(var(--wrapper_col) * 7);
  display: flex;
  margin-left: auto;
}
.home-experience__btn-cont__btn {
  display: inline-block;
  width: 33.3%;
  max-width: 10rem;
  height: 10rem;
  background: #fff;
  box-shadow: -10px 10px 25px 0 rgba(0, 0, 0, 0.15);
  transition: color 0.2s, background-color 0.2s, box-shadow 0.2s;
}
.home-experience__btn-cont__btn:not(:last-child) {
  margin-right: 4%;
}
.home-experience__btn-cont__btn span {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 1.05555556rem;
  font-weight: 400;
  padding: 0.8rem 1rem;
  user-select: none;
}
.home-experience__btn-cont__btn.btn--active {
  color: #fff;
  background: #43A49E;
  pointer-events: none;
}
.home-experience__btn-cont__btn.btn--active:hover {
  color: #F5A523;
}
.home-experience__btn-cont__btn.btn--active span {
  font-weight: 600;
}
.home-experience__btn-cont__btn:hover {
  color: #43A49E;
  box-shadow: -5px 5px 10px 0 rgba(0, 0, 0, 0.18);
}
.home-experience__top-mobile {
  display: none;
}
.home-experience__top-mobile__content {
  display: flex;
}
.home-experience__bottom {
  min-height: 20rem;
  padding: 0;
}
.home-experience__bottom__content {
  display: none;
  position: absolute;
  top: 0;
}
.home-experience__bottom__content.content--active {
  display: flex;
  position: relative;
  opacity: 1;
}
.home-experience__bottom .double-text__wrapper {
  align-items: flex-start;
}
.home-experience__bottom__title {
  font-family: Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #43A49E;
}
.home-experience__bottom__title strong {
  font-weight: 700;
}
.home-technologies {
  background-color: #000;
  overflow: hidden;
}
.home-technologies__bg {
  width: 100%;
  height: 140% !important;
  position: absolute;
  top: -20%;
  left: 0;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.home-technologies__bg.bg--active {
  opacity: 1;
}
.home-technologies__top__title {
  color: #fff;
  margin-bottom: 2rem;
}
.home-technologies__btn-cont {
  display: flex;
}
.home-technologies__btn-cont__btn {
  display: inline-block;
  font-size: 0.72222222rem;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  background: #fff;
  padding: 0.7rem 1.2rem;
  transition: color 0.2s ease;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  overflow: hidden;
  z-index: 1;
}
.home-technologies__btn-cont__btn::before {
  content: '';
  width: 100%;
  height: 105%;
  position: absolute;
  top: 0;
  left: 0;
  background: #F5A523;
  transform: scaleX(0);
  will-change: transform;
  transition: transform 0.3s ease;
  z-index: -1;
}
.home-technologies__btn-cont__btn:first-child {
  border-radius: 2rem 0 0 2rem;
}
.home-technologies__btn-cont__btn:first-child::before {
  transform-origin: right;
}
.home-technologies__btn-cont__btn:last-child {
  border-radius: 0 2rem 2rem 0;
}
.home-technologies__btn-cont__btn:last-child::before {
  transform-origin: left;
}
.home-technologies__btn-cont__btn.btn--active {
  color: #000;
  pointer-events: none;
}
.home-technologies__btn-cont__btn.btn--active:hover {
  color: #fff;
}
.home-technologies__btn-cont__btn.btn--active::before {
  transform: scaleX(1);
}
.home-technologies__btn-cont__btn:hover {
  color: #F5A523;
}
.home-technologies__bottom {
  min-height: 31rem;
  margin: 4rem 0 0;
}
.home-technologies__bottom__content {
  display: none;
  position: absolute;
  top: 0;
}
.home-technologies__bottom__content.content--active {
  display: flex;
  position: relative;
}
.home-technologies__bottom__content .wysiwyg > * {
  color: #fff;
}
.home-technologies__bottom__content .wysiwyg a {
  color: #fff;
}
.home-technologies__bottom__content .wysiwyg a:hover {
  color: #F5A523;
}
.home-technologies__bottom__content .wysiwyg .cta--arrow {
  color: #fff;
}
.home-technologies__bottom__content .wysiwyg .cta--arrow::before {
  background: #fff;
}
.home-technologies__bottom__content .wysiwyg .cta--arrow::after {
  border-color: #fff;
}
.home-technologies__bottom__content .wysiwyg .cta--arrow:hover {
  color: #fff;
}
.home-technologies__bottom__content .double-text__wrapper {
  align-items: flex-start;
}
.home-technologies__bottom__content .double-text__block--left {
  width: calc(var(--wrapper_col) * 3.5);
  color: #F5A523;
}
/***
 *    ##     ## ##    ## ####  #######  ##    ##    #### ##    ##  ######  ######## #### ######## ##     ## ######## ######## 
 *    ##     ## ###   ##  ##  ##     ## ###   ##     ##  ###   ## ##    ##    ##     ##     ##    ##     ##    ##    ##       
 *    ##     ## ####  ##  ##  ##     ## ####  ##     ##  ####  ## ##          ##     ##     ##    ##     ##    ##    ##       
 *    ##     ## ## ## ##  ##  ##     ## ## ## ##     ##  ## ## ##  ######     ##     ##     ##    ##     ##    ##    ######   
 *    ##     ## ##  ####  ##  ##     ## ##  ####     ##  ##  ####       ##    ##     ##     ##    ##     ##    ##    ##       
 *    ##     ## ##   ###  ##  ##     ## ##   ###     ##  ##   ### ##    ##    ##     ##     ##    ##     ##    ##    ##       
 *     #######  ##    ## ####  #######  ##    ##    #### ##    ##  ######     ##    ####    ##     #######     ##    ######## 
 */
.banner--union-institute {
  background-position: center;
  padding-bottom: 10rem;
}
.banner--union-institute .double-text {
  background: #fff;
  margin-top: 6rem;
}
.banner--union-institute .cards-titles {
  padding-top: 4rem;
}
.banner--union-institute .cards-titles__text {
  color: #fff;
  text-align: center;
}
.human-experience__introduction {
  max-width: 60%;
  text-align: center;
  padding-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
}
.human-experience__introduction > *:first-child {
  margin-bottom: 1.5rem;
}
.human-experience__cards {
  user-select: none;
}
.human-experience__cards__container {
  width: 98.6%;
  height: 100% !important;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.human-experience__cards__img {
  width: 100%;
}
.human-experience__card {
  width: 24.7%;
  height: 61.1%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 50%;
  overflow: hidden;
}
.human-experience__card__front {
  padding: 1.8rem;
  pointer-events: none;
}
.human-experience__card__initials {
  display: inline-block;
  font-size: 3.88888889rem;
  margin-bottom: 0.3rem;
}
.human-experience__card__title {
  font-weight: 400;
  line-height: 1.4em;
}
.human-experience__card__back {
  max-width: 84%;
  position: absolute;
  padding: 1rem;
  opacity: 0;
  cursor: default;
}
.human-experience__card__item {
  display: block;
  font-size: 0.83333333rem;
  line-height: 1.2em;
}
.human-experience__card__item:hover {
  text-shadow: 0 0 1px #000;
}
.human-experience__card__item:not(:last-child) {
  margin-bottom: 0.6rem;
}
.human-experience__card__front,
.human-experience__card__back {
  transition: opacity 0.4s ease;
}
.human-experience__card:hover .human-experience__card__front {
  opacity: 0;
}
.human-experience__card:hover .human-experience__card__back {
  opacity: 1;
}
.human-experience .experiences__block {
  display: flex;
  justify-content: space-between;
  margin-top: 6rem;
}
.human-experience .experiences__block-left {
  width: calc(var(--wrapper_col) * 3);
}
.human-experience .experiences__block-title {
  font-weight: 400;
}
.human-experience .experiences__block-initials {
  display: inline-block;
  font-size: 3.55555556rem;
  margin-left: -0.2rem;
}
.human-experience .experiences__block-right {
  width: calc(var(--wrapper_col) * 8);
}
.human-experience .experiences__accordion:not(:last-child) {
  margin-bottom: 2.5rem;
}
.human-experience .experiences__accordion-title {
  font-weight: 400;
  color: #43A49E;
}
.human-experience .experiences__accordion-title strong {
  font-weight: 700;
}
.human-experience .experiences__accordion-outside {
  cursor: pointer;
  overflow: hidden;
}
.human-experience .experiences__accordion-outside p {
  margin-top: 0.5rem;
}
.human-experience .experiences__accordion-trigger {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
  margin-right: 100%;
  transition: margin 0.6s ease;
  cursor: pointer;
}
.human-experience .experiences__accordion-trigger svg {
  width: 26px;
  height: 26px;
  position: absolute;
  right: 0;
  opacity: 0;
  transition: fill 0.2s ease, opacity 0.8s ease, transform 0.5s ease;
}
.human-experience .experiences__accordion-trigger::before {
  content: '';
  width: calc(100% - 26px - .8rem);
  height: 2px;
  position: absolute;
  /*top: 50%; transform: translateY(-50%);*/
  background: #000;
  transition: background-color 0.2s ease;
}
html:not(.is-mobile) .human-experience .experiences__accordion-trigger:hover svg {
  fill: #43A49E;
}
html:not(.is-mobile) .human-experience .experiences__accordion-trigger:hover::before {
  background: #43A49E;
}
.human-experience .experiences__accordion-trigger.animated {
  margin-right: 0;
}
.human-experience .experiences__accordion-trigger.animated svg {
  opacity: 1;
}
.human-experience .experiences__accordion-inside {
  display: none;
  padding-top: 0.8rem;
}
.human-experience .experiences .accordion--open .experiences__accordion-trigger svg {
  fill: #43A49E;
  transform: rotate(45deg);
}
.human-experience .experiences .accordion--open .experiences__accordion-trigger::before {
  background: #43A49E;
}
.double-text--black {
  background: #000;
}
.double-text--black .double-text__wrapper {
  align-items: flex-start;
}
/***
 *    ########  ########  ######  ########    ###    ########   ######  ##     ##    ######## ########  ######  ##     ## ##    ##  #######  ##        #######   ######   #### ########  ######  
 *    ##     ## ##       ##    ## ##         ## ##   ##     ## ##    ## ##     ##       ##    ##       ##    ## ##     ## ###   ## ##     ## ##       ##     ## ##    ##   ##  ##       ##    ## 
 *    ##     ## ##       ##       ##        ##   ##  ##     ## ##       ##     ##       ##    ##       ##       ##     ## ####  ## ##     ## ##       ##     ## ##         ##  ##       ##       
 *    ########  ######    ######  ######   ##     ## ########  ##       #########       ##    ######   ##       ######### ## ## ## ##     ## ##       ##     ## ##   ####  ##  ######    ######  
 *    ##   ##   ##             ## ##       ######### ##   ##   ##       ##     ##       ##    ##       ##       ##     ## ##  #### ##     ## ##       ##     ## ##    ##   ##  ##             ## 
 *    ##    ##  ##       ##    ## ##       ##     ## ##    ##  ##    ## ##     ##       ##    ##       ##    ## ##     ## ##   ### ##     ## ##       ##     ## ##    ##   ##  ##       ##    ## 
 *    ##     ## ########  ######  ######## ##     ## ##     ##  ######  ##     ##       ##    ########  ######  ##     ## ##    ##  #######  ########  #######   ######   #### ########  ######  
 */
.research-technologies__wrapper {
  display: flex;
  align-items: center;
}
.research-technologies__text {
  width: calc(var(--wrapper_col)*6);
}
.research-technologies__logo {
  width: 9.5rem;
  margin-bottom: 2.2rem;
}
.research-technologies__description > * {
  color: #fff;
}
.research-technologies__description .cta--arrow {
  color: #fff;
}
.research-technologies__description .cta--arrow::before {
  background: #fff;
}
.research-technologies__description .cta--arrow::after {
  border-color: #fff;
}
.research-technologies__mockup {
  width: calc(var(--wrapper_col)*6);
  display: flex;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.research-technologies__mockup img {
  max-height: 32rem;
}
.research-technologies.hexa {
  background: linear-gradient(116.4deg, #000000 0%, #00324A 49.48%, #00AAFF 100%);
  /*padding-top: 14rem;*/
}
.research-technologies.hexa .research-technologies__mockup {
  justify-content: flex-start;
  left: 50%;
  margin-top: 3rem;
}
.research-technologies.lanla {
  background: linear-gradient(243.6deg, #000000 0%, #035164 49.48%, #43A49E 100%);
}
.research-technologies.lanla .research-technologies__wrapper {
  flex-direction: row-reverse;
}
.research-technologies.lanla .research-technologies__mockup {
  justify-content: flex-end;
  right: 50%;
}
.research-technologies.lanla .research-technologies__mockup img {
  margin-right: 2.2rem;
}
.research-technologies-hr {
  border: 1px solid #000;
  margin: 0 auto;
}
/***
 *       ###    ########   #######  ##     ## ########    ##     ##  ######  
 *      ## ##   ##     ## ##     ## ##     ##    ##       ##     ## ##    ## 
 *     ##   ##  ##     ## ##     ## ##     ##    ##       ##     ## ##       
 *    ##     ## ########  ##     ## ##     ##    ##       ##     ##  ######  
 *    ######### ##     ## ##     ## ##     ##    ##       ##     ##       ## 
 *    ##     ## ##     ## ##     ## ##     ##    ##       ##     ## ##    ## 
 *    ##     ## ########   #######   #######     ##        #######   ######  
 */
.superimposed-blocs {
  background-position: 15% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.superimposed-blocs__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.superimposed-blocs__bg-img {
  width: 100%;
  height: 110% !important;
  object-fit: cover;
  object-position: 15%;
}
.superimposed-blocs__bloc {
  display: flex;
  justify-content: space-between;
  color: #fff;
}
.superimposed-blocs__bloc .cta--arrow {
  color: #fff;
}
.superimposed-blocs__bloc .cta--arrow::before {
  background: #fff;
}
.superimposed-blocs__bloc .cta--arrow::after {
  border-color: #fff;
}
.superimposed-blocs__bloc__left {
  width: 47%;
  display: flex;
  justify-content: flex-end;
}
.superimposed-blocs__bloc__right {
  width: 47%;
}
.superimposed-blocs__bloc__title {
  width: 47%;
}
.superimposed-blocs__bloc:first-child {
  padding-bottom: 3rem;
}
.superimposed-blocs__bloc:last-child {
  padding-top: 3rem;
}
.superimposed-blocs__bloc:first-child::after {
  content: '';
  width: 47%;
  height: 2px;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #fff;
}
.leadership-team__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5rem;
}
.team-glider {
  overflow: visible;
}
.team-glider__item {
  width: 25rem;
}
.team-glider__item__cont {
  display: inline-flex;
  flex-direction: column;
}
.team-glider__item__cont .team-glider__membre:first-child {
  margin-bottom: 4rem;
}
.team-glider__membre {
  width: max-content;
  display: inline-flex;
}
.team-glider__membre__img {
  width: 9.5rem;
  height: 9.5rem;
  border-radius: 50%;
  box-shadow: -10px 10px 25px 0 rgba(0, 0, 0, 0.15);
  transition: box-shadow 0.2s ease;
  overflow: hidden;
}
.team-glider__membre__img::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #F5A523;
  opacity: 0;
  transition: opacity 0.2s ease;
  z-index: 2;
}
.team-glider__membre__img img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.team-glider__membre__infos {
  max-width: 13rem;
  padding-left: 1.2rem;
}
.team-glider__membre__name-cont {
  display: inline-block;
}
.team-glider__membre__name {
  max-width: 7rem;
  font-family: 'azo-sans-web', sans-serif;
  font-weight: 700;
  line-height: 1.4em;
  transition: color 0.2s ease;
}
.team-glider__membre__position {
  line-height: 1.4em;
}
html:not(.is-mobile) .team-glider__membre__img:hover {
  box-shadow: -10px 10px 25px 0 rgba(105, 0, 0, 0.22);
}
html:not(.is-mobile) .team-glider__membre__img:hover::after {
  opacity: 0.3;
}
html:not(.is-mobile) .team-glider__membre__name-cont:hover h4 {
  color: #F5A523;
}
.timeline {
  padding: 0;
}
.timeline__header {
  width: 100%;
  position: absolute;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 6rem 7.5rem 0;
  pointer-events: none;
  z-index: 1;
}
.timeline__header-text {
  max-width: 30rem;
}
.timeline .glider-buttons {
  pointer-events: auto;
}
.timeline-glider .ffglider_wrapper {
  background: #F5A523;
}
.timeline-glider__item {
  width: 60%;
  display: flex;
  flex-direction: column;
  padding: 6rem 7.5rem 6rem;
}
.timeline-glider__item:nth-child(odd) {
  background: #F5A523;
}
.timeline-glider__item:nth-child(even) {
  background: #F25363;
}
.timeline-glider__item:nth-last-child(2) {
  width: 100%;
}
.timeline-glider__item:nth-last-child(2) .timeline-glider__item__cont,
.timeline-glider__item:nth-last-child(2) .timeline-glider__item-filler {
  width: 60%;
}
.timeline-glider__item:last-child {
  width: 0;
  padding: 0;
}
.timeline-glider__item-filler {
  opacity: 0;
  pointer-events: none;
  margin-bottom: 4rem;
}
.timeline-glider__item__cont {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.timeline-glider__item-block {
  max-width: 32rem;
}
.timeline-glider__item-block > * {
  color: #fff;
}
.timeline-glider__item-title {
  font-family: Arial, sans-serif;
  font-weight: 700;
  margin-bottom: 0.3rem;
}
.timeline-glider__item-year-cont {
  margin-top: 2rem;
}
.timeline-glider__item-year {
  width: 6rem;
  height: 6rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1.33333333rem;
  font-family: Arial, sans-serif;
  font-weight: 700;
  color: #fff;
  background: #000;
  border-radius: 50%;
  /*opacity: 0; transition: opacity .6s ease;*/
}
.timeline-glider__item-line {
  width: calc(100% + (7.5rem) + 2rem );
  height: 2px;
  position: absolute;
  top: 50%;
  right: 100%;
  background: #000;
  transform: translateY(-50%) scaleX(1);
  transition: transform 0.4s ease;
  transform-origin: left;
  z-index: -1;
}
.timeline-glider__item:first-child .timeline-glider__item-line {
  display: none;
}
.timeline-glider__item:nth-last-child(2) .timeline-glider__item-line {
  width: calc(100% + (7.5rem) + 2rem - 6rem );
}
.section-clients {
  padding-bottom: 2rem;
}
.section-clients__form-wrapper {
  opacity: 1;
  transition: opacity 0.2s ease;
  z-index: 1;
}
.section-clients__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 2rem;
}
.section-clients .clients-filters-form .ff-cols {
  align-items: flex-end;
}
.section-clients .clients-filters-form .glider-buttons {
  display: flex;
  justify-content: flex-end;
}
.section-clients .clients-filters-form .glider-buttons button {
  margin-bottom: 0.3rem;
}
.section-clients .clients-filters-form .form__submit-cta {
  display: none;
}
.section-clients .clients-filters-form .clients-filters-form__submit {
  display: none;
}
.is-ajax-loading {
  cursor: progress;
}
.is-ajax-loading > * {
  pointer-events: none;
  user-select: none;
}
.is-ajax-loading form {
  opacity: 0.4;
}
.is-ajax-loading .section-clients__form-wrapper {
  pointer-events: none !important;
  opacity: 0.4;
}
.is-ajax-loading .glider {
  pointer-events: none !important;
  /*-webkit-user-drag: none;*/
}
.is-ajax-loading .ffglider_wrapper {
  pointer-events: none;
  cursor: progress !important;
}
.is-ajax-loading .item__item {
  pointer-events: none;
}
.client-filters-section {
  min-height: 13rem;
  z-index: 0;
}
.clients-glider {
  overflow: visible;
}
.clients-glider__item {
  width: 16rem;
}
.clients-glider__item__cont {
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(2, 1fr);
  gap: 0.5rem;
  margin-right: 0.5rem;
}
.clients-glider__img {
  /*opacity: .5;*/
  opacity: 1;
  transition: opacity 0.3s ease;
}
.clients-glider__img img {
  width: auto;
  height: 5.2rem !important;
}
.clients-glider__client {
  pointer-events: none;
}
.clients-glider__client:hover .clients-glider__img {
  opacity: 1;
}
.clients-glider__client.active {
  pointer-events: none;
}
.clients-glider__client.active .clients-glider__img {
  opacity: 1;
}
.achievements {
  min-height: 12rem;
  padding-top: 1.2rem;
}
.achievements__default-phrase {
  font-size: 1.33333333rem;
}
.achievements__content {
  display: flex;
}
.achievements__left {
  width: 15rem;
  /*max-width: 12rem;*/
  margin-right: 3rem;
}
.achievements__left h4 {
  font-size: 1.33333333rem;
  line-height: 1.3em;
}
.achievements__left h4 strong {
  font-weight: 700;
}
.achievements__industry {
  margin-top: 0.9rem;
}
.achievements__industry p {
  font-size: 0.77777778rem;
  line-height: 1.6em;
}
.achievements__right {
  width: 65%;
}
.achievements__list * {
  font-size: 0.77777778rem;
}
.achievements__list ul {
  margin-top: 0.5rem;
}
.no-results {
  opacity: 0.6;
  pointer-events: none;
  cursor: default;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-wrapper {
  height: 100%;
  display: flex;
  transition-property: transform;
  z-index: 1;
}
.swiper-slide {
  /*width: 16rem !important;*/
  flex-shrink: 0;
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(2, 1fr);
  gap: 0.5rem;
  margin-right: 0.5rem;
  transition-property: transform;
}
.swiper-slide a {
  user-select: none;
}
.swiper-button-disabled {
  pointer-events: none;
}
/***
 *    ##       ########    ###    ########  ######## ########   ######  
 *    ##       ##         ## ##   ##     ## ##       ##     ## ##    ## 
 *    ##       ##        ##   ##  ##     ## ##       ##     ## ##       
 *    ##       ######   ##     ## ##     ## ######   ########   ######  
 *    ##       ##       ######### ##     ## ##       ##   ##         ## 
 *    ##       ##       ##     ## ##     ## ##       ##    ##  ##    ## 
 *    ######## ######## ##     ## ########  ######## ##     ##  ######  
 */
.leaders-section__left {
  width: calc(var(--wrapper_col) * 4);
}
.leaders-section__right {
  width: calc(var(--wrapper_col) * 8);
}
.leaders-section__header {
  display: flex;
  align-items: center;
  margin-bottom: 3.5rem;
}
.leaders-section__header h1 {
  font-size: 3.83333333rem;
}
.leaders-section__membre-cont {
  display: flex;
  justify-content: space-between;
  padding-bottom: 2.5rem;
}
.leaders-section__membre {
  display: flex;
}
.leaders-section__membre-img {
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  margin-right: 1.2rem;
  box-shadow: -10px 10px 25px 0 rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
.leaders-section__membre-img img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.leaders-section__membre-infos {
  width: 40%;
}
.leaders-section__membre-name {
  font-family: 'azo-sans-web', sans-serif;
  font-weight: 700;
  line-height: 1.4em;
  color: #F5A523;
  padding-bottom: 0.4rem;
}
.leaders-section__membre-position {
  line-height: 1.4em;
  margin-bottom: 0.8rem;
}
.leaders-section__description p {
  line-height: 1.6em;
}
/***
 *     ######     ###    ########  ######## ######## ########  
 *    ##    ##   ## ##   ##     ## ##       ##       ##     ## 
 *    ##        ##   ##  ##     ## ##       ##       ##     ## 
 *    ##       ##     ## ########  ######   ######   ########  
 *    ##       ######### ##   ##   ##       ##       ##   ##   
 *    ##    ## ##     ## ##    ##  ##       ##       ##    ##  
 *     ######  ##     ## ##     ## ######## ######## ##     ## 
 */
.values {
  padding: 0;
}
.values__value {
  min-height: 30rem;
  display: flex;
}
.values__image,
.values__text-cont {
  width: 50%;
}
.values__image {
  height: inherit;
  overflow: hidden;
}
.values__image img {
  width: 100%;
  height: 130% !important;
  object-fit: cover;
}
.values__text-cont {
  display: flex;
  align-items: center;
  padding: 4rem var(--wrapper_outer_space) 4rem 4rem;
}
.values__value:nth-child(even) {
  flex-direction: row-reverse;
}
.values__value:nth-child(even) .values__text-cont {
  padding: 4rem 4rem 4rem var(--wrapper_outer_space);
}
.gallery {
  background: #000;
}
.gallery * {
  color: #fff;
}
.gallery__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 2.2rem;
}
.gallery__glider-buttons {
  margin-bottom: 0.3rem;
}
.gallery__glider-buttons button {
  color: #fff;
}
.gallery__glider-buttons button::after,
.gallery__glider-buttons button::before {
  border-color: #fff;
}
.gallery-glider__item {
  width: 20rem;
  height: 18rem;
  display: flex;
  overflow: hidden;
}
.gallery-glider__item-cont {
  width: 94%;
  height: 100%;
}
.gallery-glider__item-cont img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.job-openings {
  /* table */
}
.job-openings__header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding-bottom: 2rem;
  overflow: hidden;
}
.job-openings__jobs {
  margin: 0;
}
.job-openings__job::before {
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
}
.job-openings__job:first-child::before {
  background: #F5A523;
}
.job-openings__job td:first-child {
  text-align: left;
  padding-left: 0;
}
.job-openings__job td:last-child {
  text-align: right;
  padding-right: 0;
}
.job-openings__job-title a {
  font-size: 1.16666667rem;
  font-weight: 400;
  line-height: 1.5em;
  display: inline-block;
  font-family: 'azo-sans-web', sans-serif;
  font-weight: 700;
}
.job-openings__job-title a strong {
  font-weight: 500;
}
.job-openings__job-title a:hover {
  color: #F5A523;
}
.job-openings__job td > p,
.job-openings__job-title a {
  display: block;
  line-height: 1.2em;
}
.simple-text .content__wrapper {
  overflow: hidden;
}
.simple-text .banner__text {
  max-width: 33rem;
}
.simple-text h2,
.simple-text h4,
.simple-text p {
  color: #fff;
}
.simple-text h4,
.simple-text p {
  font-weight: 300;
}
/***
 *    ##    ## ######## ##      ##  ######  
 *    ###   ## ##       ##  ##  ## ##    ## 
 *    ####  ## ##       ##  ##  ## ##       
 *    ## ## ## ######   ##  ##  ##  ######  
 *    ##  #### ##       ##  ##  ##       ## 
 *    ##   ### ##       ##  ##  ## ##    ## 
 *    ##    ## ########  ###  ###   ######  
 */
.news-page {
  /* Wrapper pour garder une hauteur lors du refresh ajax */
}
.news-page__header {
  margin-bottom: 3rem;
}
.news-page__header h1 {
  margin-bottom: 1rem;
  font-size: 3.83333333rem;
}
.news-page__filters form .ff-cols {
  justify-content: flex-start;
}
.news-page__filters form .ff-cols > div {
  margin-right: 1rem;
}
.news-page__filters form .form__submit-button-container {
  display: none;
}
.news-page__articles-label {
  font-family: 'azo-sans-web', sans-serif;
  margin-bottom: 1.2rem;
}
.news-page__articles-wrapper {
  min-height: 70vh;
}
.news-page__articles {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.news-page .loadmore-container {
  width: 100%;
  display: flex;
  justify-content: center;
}
.news-page .loadmore-container .filters-container__filter {
  color: #000;
  border-color: #000;
  padding: 0.4rem 1.4rem;
  font-size: 0.66666667rem;
}
.news-page .loadmore-container .filters-container__filter.active {
  color: #fff;
  background: #000;
}
.news-page .loadmore-container .filters-container__filter:hover {
  color: #fff;
  background: #000;
}
/***
 *    ########   #######  ########  ######## ########  #######  ##       ####  #######  
 *    ##     ## ##     ## ##     ##    ##    ##       ##     ## ##        ##  ##     ## 
 *    ##     ## ##     ## ##     ##    ##    ##       ##     ## ##        ##  ##     ## 
 *    ########  ##     ## ########     ##    ######   ##     ## ##        ##  ##     ## 
 *    ##        ##     ## ##   ##      ##    ##       ##     ## ##        ##  ##     ## 
 *    ##        ##     ## ##    ##     ##    ##       ##     ## ##        ##  ##     ## 
 *    ##         #######  ##     ##    ##    ##        #######  ######## ####  #######  
 */
.portfolio-title {
  padding-top: 6rem;
}
.portfolio-title h1 {
  font-size: 3.83333333rem;
}
.double-text--portfolio {
  padding: 2rem 0 0;
}
.double-text--portfolio .double-text__block--left {
  width: calc(var(--wrapper_col) * 3.6);
}
.double-text--portfolio .double-text__block--right {
  width: calc(var(--wrapper_col) * 7.6);
}
.double-text--portfolio .double-text__block--right p {
  font-weight: 300;
}
.portfolio-clients__filters-form {
  transition: opacity 0.3s;
}
.portfolio-clients__filters-form .form__submit-button-container {
  display: none;
}
.portfolio-clients__filters-form .portfolio-filters-ctn > .form__label,
.portfolio-clients__filters-form .portfolio-filter + span {
  font-size: 0.77777778rem;
  text-transform: uppercase;
}
.portfolio-clients__filters-form .portfolio-filters-ctn > .form__label,
.portfolio-clients__filters-form .portfolio-filters-ctn .form__input-label {
  margin-bottom: 0.7rem;
}
.portfolio-clients__filters-form .portfolio-filters-ctn > .form__label {
  width: auto;
  display: inline-block;
  opacity: 1;
  margin-right: 1rem;
}
.portfolio-clients__filters-form .portfolio-filters-ctn .form__input-label {
  display: inline-flex;
}
.portfolio-clients__filters-form .portfolio-filters-ctn .form__input-label:not(:last-child)::after {
  content: "/";
  position: absolute;
  top: 50%;
  right: 0.8rem;
  transform: translateY(-50%);
}
.portfolio-clients__filters-form .portfolio-filter + span {
  padding-left: 0;
  margin-right: 2rem;
  transition: color 0.2s;
}
.portfolio-clients__filters-form .portfolio-filter + span::before {
  display: none !important;
}
.portfolio-clients__filters-form .portfolio-filter + span .sup {
  display: inline-block;
  font-size: 0.55555556rem;
  font-weight: 700;
  transform: translateY(-80%);
  margin-left: 0.3rem;
}
.portfolio-clients__filters-form .portfolio-filter:checked + span {
  font-weight: initial;
  color: #F5A523;
  pointer-events: none;
}
.portfolio-clients__filters-form .portfolio-filter:hover + span {
  color: #F5A523;
}
.portfolio-clients__filters-form #portfolio_filters_form-search {
  padding-top: 0;
}
.portfolio-clients__clients-ctn {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem 1.1rem;
}
.portfolio-clients .loadmore-container {
  width: 100%;
  justify-content: center;
  grid-column: 1/-1;
  margin-top: 6rem;
}
.portfolio-clients .loadmore-container .filters-container__filter {
  color: #000;
  border-color: #000;
  padding: 0.4rem 1.4rem;
  font-size: 0.66666667rem;
}
.portfolio-clients .loadmore-container .filters-container__filter.active {
  color: #fff;
  background: #000;
}
.portfolio-clients .loadmore-container .filters-container__filter:hover {
  color: #fff;
  background: #000;
}
@media screen and (max-width: 849px) {
  .portfolio-clients .portfolio-filters-ctn > .form__label,
  .portfolio-clients .portfolio-filter + span {
    font-size: 0.88888889rem;
    line-height: 1em;
  }
  .portfolio-clients__clients-ctn {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 749px) {
  .portfolio-clients__filters {
    margin-bottom: 1rem;
  }
  .portfolio-clients .portfolio-filters-ctn > .form__label,
  .portfolio-clients .portfolio-filter + span {
    font-size: 1.1rem;
  }
  .portfolio-clients .portfolio-filters-ctn > .form__label,
  .portfolio-clients .portfolio-filters-ctn .form__input-label {
    margin-bottom: 1rem;
  }
  .portfolio-clients .portfolio-filter + span .sup {
    font-size: 0.66666667rem;
  }
  .portfolio-clients__clients-ctn {
    grid-template-columns: repeat(1, 1fr);
  }
}
/***
 *     ######  #### ##    ##  ######   ##       ########     ######   #######  ##       ##     ## ######## ####  #######  ##    ## 
 *    ##    ##  ##  ###   ## ##    ##  ##       ##          ##    ## ##     ## ##       ##     ##    ##     ##  ##     ## ###   ## 
 *    ##        ##  ####  ## ##        ##       ##          ##       ##     ## ##       ##     ##    ##     ##  ##     ## ####  ## 
 *     ######   ##  ## ## ## ##   #### ##       ######       ######  ##     ## ##       ##     ##    ##     ##  ##     ## ## ## ## 
 *          ##  ##  ##  #### ##    ##  ##       ##                ## ##     ## ##       ##     ##    ##     ##  ##     ## ##  #### 
 *    ##    ##  ##  ##   ### ##    ##  ##       ##          ##    ## ##     ## ##       ##     ##    ##     ##  ##     ## ##   ### 
 *     ######  #### ##    ##  ######   ######## ########     ######   #######  ########  #######     ##    ####  #######  ##    ## 
 */
.services {
  background: #000;
  /*padding-top: 16rem;*/
}
.services__section-title {
  margin-bottom: 1rem;
}
.services__section-title,
.services__section-subtitle {
  color: #fff;
  padding-left: 4.5rem;
}
.services__section-title h4,
.services__section-subtitle h4 {
  margin-top: 0;
  font-weight: 300;
}
.services__service {
  display: flex;
  color: #fff;
  margin-top: 3.8rem;
}
.services__service__icon {
  width: 4.5rem;
  overflow: hidden;
  pointer-events: none;
}
.services__service__icon img {
  max-width: 3.5rem;
}
.services__service__text {
  width: calc(100% - 4.5rem);
  max-width: 80%;
  overflow: hidden;
}
.services__service__text p {
  font-weight: 300;
}
.services__service__title {
  font-family: 'azo-sans-web', sans-serif;
  font-weight: 600;
  margin-bottom: 0.7rem;
}
.services__service__description a {
  color: #fff;
}
.bx ~ .services .services__service__icon img {
  max-width: 2.8rem;
}
.steps .double-text__wrapper {
  align-items: flex-start;
}
.steps .double-text__wrapper h4 strong {
  font-weight: 700;
}
.steps__bottom {
  margin-top: 2.5rem;
}
.steps__step {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: solid 2px #000;
  padding: 3.5rem 0;
  transform-origin: left;
  overflow: hidden;
}
.steps__step:last-child {
  padding-bottom: 0;
}
.steps__step__left {
  width: calc(var(--wrapper_col) * 3.5);
  display: flex;
}
.steps__step__number {
  font-size: 1.33333333rem;
  font-family: 'azo-sans-web', sans-serif;
  font-weight: 700;
  line-height: 2rem;
  color: #F5A523;
  padding: 0.3rem 2.5rem 0 0;
}
.steps__step__title {
  font-size: 2.61111111rem;
}
.steps__step__title.lanla-avantage {
  font-size: 2.11111111rem;
}
.steps__step__description {
  width: calc(var(--wrapper_col) * 7);
}
.double-text-1 .double-text__wrapper,
.double-text-2 .double-text__wrapper {
  align-items: flex-start;
}
.double-text-1 .double-text__block--left,
.double-text-2 .double-text__block--left {
  width: calc(var(--wrapper_col) * 3.5);
}
.double-text-1 .double-text__block--left h2,
.double-text-2 .double-text__block--left h2 {
  color: #035164;
}
/***
 *     ######  #### ##    ##  ######   ##       ########          ##  #######  ########  
 *    ##    ##  ##  ###   ## ##    ##  ##       ##                ## ##     ## ##     ## 
 *    ##        ##  ####  ## ##        ##       ##                ## ##     ## ##     ## 
 *     ######   ##  ## ## ## ##   #### ##       ######            ## ##     ## ########  
 *          ##  ##  ##  #### ##    ##  ##       ##          ##    ## ##     ## ##     ## 
 *    ##    ##  ##  ##   ### ##    ##  ##       ##          ##    ## ##     ## ##     ## 
 *     ######  #### ##    ##  ######   ######## ########     ######   #######  ########  
 */
.job-single {
  padding-bottom: 0;
  padding-top: 4rem;
}
.job-single__left {
  width: calc(var(--wrapper_col) * 3);
  padding-right: 2rem;
}
.job-single__right {
  width: calc(var(--wrapper_col) * 9);
}
.job-single__header {
  padding-bottom: 4rem;
}
.job-single__header-wrapper {
  display: flex;
  justify-content: space-between;
}
.job-single__header-wrapper .btn--prev {
  margin-top: 1.5rem;
}
.job-single__details {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.5rem;
}
.job-single__details > * {
  margin-right: 0.2rem;
}
.job-single__time {
  font-weight: 700;
}
.job-single__introduction {
  padding-top: 3rem;
}
.job-single__title {
  margin-bottom: 1rem;
  font-size: 4rem;
}
.job-single__infos .cta--apply {
  margin-top: 1.3rem;
}
.job-single__company {
  background: #F5A523;
  padding: 4rem 0;
  margin-bottom: 4rem;
}
.job-single__company-wrapper {
  display: flex;
  justify-content: space-between;
}
.job-single__features {
  margin-bottom: 4rem;
}
.job-single__feature {
  display: flex;
  justify-content: space-between;
  margin-top: 2.5rem;
}
.job-single__feature:first-child {
  margin-top: 0;
}
.job-single__cta-cont {
  margin-top: 3rem;
}
/***
 *     ######  #### ##    ##  ######   ##       ########       ###    ########  ######## ####  ######  ##       ######## 
 *    ##    ##  ##  ###   ## ##    ##  ##       ##            ## ##   ##     ##    ##     ##  ##    ## ##       ##       
 *    ##        ##  ####  ## ##        ##       ##           ##   ##  ##     ##    ##     ##  ##       ##       ##       
 *     ######   ##  ## ## ## ##   #### ##       ######      ##     ## ########     ##     ##  ##       ##       ######   
 *          ##  ##  ##  #### ##    ##  ##       ##          ######### ##   ##      ##     ##  ##       ##       ##       
 *    ##    ##  ##  ##   ### ##    ##  ##       ##          ##     ## ##    ##     ##     ##  ##    ## ##       ##       
 *     ######  #### ##    ##  ######   ######## ########    ##     ## ##     ##    ##    ####  ######  ######## ######## 
 */
.article-banner {
  min-height: 23rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 3rem 0;
}
.article-banner .btn--prev,
.article-banner .btn--next {
  font-size: 0.77777778rem;
  font-weight: 300;
}
.article {
  padding: 4rem 0;
}
.article__left {
  width: calc(var(--wrapper_col) * 3);
}
.article__right {
  width: calc(var(--wrapper_col) * 8);
}
.article__title-mobile {
  display: none;
}
.article__department {
  font-weight: 700;
  margin-bottom: 0.2rem;
}
.article__time {
  font-size: 0.77777778rem;
  margin-bottom: 1rem;
}
.article__topics-cont {
  margin-top: 2.2rem;
}
.article__topics-title {
  font-weight: 700;
}
.article__topics {
  margin-top: 0.5rem;
}
.article .social-icon:not(:last-child) {
  margin-right: 0.8rem;
}
.article__title {
  font-size: 2.77777778rem;
  margin-bottom: 2rem;
}
/***
 *     ######  #### ##    ##  ######   ##       ########     ######  ##       #### ######## ##    ## ######## 
 *    ##    ##  ##  ###   ## ##    ##  ##       ##          ##    ## ##        ##  ##       ###   ##    ##    
 *    ##        ##  ####  ## ##        ##       ##          ##       ##        ##  ##       ####  ##    ##    
 *     ######   ##  ## ## ## ##   #### ##       ######      ##       ##        ##  ######   ## ## ##    ##    
 *          ##  ##  ##  #### ##    ##  ##       ##          ##       ##        ##  ##       ##  ####    ##    
 *    ##    ##  ##  ##   ### ##    ##  ##       ##          ##    ## ##        ##  ##       ##   ###    ##    
 *     ######  #### ##    ##  ######   ######## ########     ######  ######## #### ######## ##    ##    ##    
 */
.single-client__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: calc(var(--wrapper_col));
}
.single-client__infos {
  width: 50%;
  padding: 3rem 5rem 4rem 0;
}
.single-client__infos .share-buttons {
  margin-top: 4rem;
}
.single-client__prev-btn {
  /*.rem(14); font-size: @rem;*/
  margin-bottom: 2.5rem;
}
.single-client__description {
  margin-top: 2rem;
}
.single-client__services {
  margin-top: 2rem;
}
.single-client__services-title {
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 2px solid #000;
  padding-bottom: 0.2rem;
}
.single-client__services-ctn {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(6rem, 30.2%));
  gap: 0.2rem 4.6%;
  margin-top: 0.9rem;
}
.single-client__service {
  font-size: 0.77777778rem;
}
.single-client__images {
  width: 50%;
  flex-shrink: 0;
}
.single-client__image {
  display: flex;
}
.client-testimonial__wysiwyg {
  margin: 3.5rem 0;
}
.client-testimonial__wysiwyg > * {
  text-align: center !important;
}
.client-testimonial__wysiwyg p {
  color: #F5A523;
}
.client-testimonial__wysiwyg p:not(:last-of-type) {
  font-size: 1.16666667rem;
}
.client-testimonial__wysiwyg p strong {
  color: #000;
}
@media screen and (max-width: 1199px) {
  .single-client__wrapper {
    padding-left: 6%;
  }
  .single-client__infos {
    padding-right: 3rem;
  }
  .single-client__description p,
  .single-client__description li {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 849px) {
  .single-client__wrapper {
    width: calc( var(--wrapper_w) - var(--wrapper_col)*2 );
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding: 0;
  }
  .single-client__infos,
  .single-client__images {
    width: 100%;
  }
  .single-client__infos {
    padding-right: 0;
  }
}
@media screen and (max-width: 749px) {
  .single-client__wrapper {
    width: calc( var(--wrapper_w) - var(--wrapper_margin) );
  }
  .single-client__description p,
  .single-client__description li {
    font-size: 1rem;
  }
  .single-client__services-ctn {
    grid-template-columns: repeat(2, 1fr);
  }
  .single-client__service {
    font-size: 0.9rem;
  }
}
/***
 *    ##          #####   ##        
 *    ##    ##   ##   ##  ##    ##  
 *    ##    ##  ##     ## ##    ##  
 *    ##    ##  ##     ## ##    ##  
 *    ######### ##     ## ######### 
 *          ##   ##   ##        ##  
 *          ##    #####         ##  
 */
.error-page {
  min-height: 80vh;
}
.error-page__content {
  text-align: center;
  margin-top: 4rem;
}
.error-page__content > h1 {
  margin-bottom: 0.8rem;
}
.error-page__content > h4 {
  margin-bottom: 3rem;
}
/***
*    ########  #######   #######  ######## ######## ########  
*    ##       ##     ## ##     ##    ##    ##       ##     ## 
*    ##       ##     ## ##     ##    ##    ##       ##     ## 
*    ######   ##     ## ##     ##    ##    ######   ########  
*    ##       ##     ## ##     ##    ##    ##       ##   ##   
*    ##       ##     ## ##     ##    ##    ##       ##    ##  
*    ##        #######   #######     ##    ######## ##     ## 
*/
.footer {
  padding: 2rem 0 0.8rem;
  background-color: #000;
}
.footer ul {
  margin-top: 0;
  padding-left: 0;
}
.footer .content__wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer .content__wrapper > *,
.footer .content__wrapper a {
  color: #fff;
}
.footer__slogan-cont {
  width: 60%;
  min-height: 10rem;
}
.footer__slogan {
  font-size: 1.33333333rem;
  font-family: 'azo-sans-web', sans-serif;
  margin-bottom: 0.7rem;
  white-space: nowrap;
}
.footer__nav {
  width: 40%;
}
.footer__nav ul {
  display: flex;
  justify-content: space-between;
}
.footer__nav ul li a {
  font-size: 0.72222222rem;
  font-weight: 300;
}
.footer__nav ul li a:hover {
  color: #F5A523;
}
.footer__nav ul li ul {
  flex-direction: column;
}
.footer__nav ul li ul li {
  margin-top: 0.8rem;
}
.footer__nav ul li ul li:last-child {
  margin-top: 2rem;
}
.footer__nav ul li ul li:last-child a {
  color: #F5A523;
}
.footer__nav ul li ul li a {
  font-size: 0.72222222rem;
  font-weight: 300;
}
.footer__bbb {
  margin-left: 1.5rem;
}
.footer__bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.footer__legal {
  display: flex;
}
.footer__legal * {
  font-size: 0.55555556rem;
}
.footer__legal ul {
  display: flex;
  flex-wrap: wrap;
}
.footer__legal ul li:not(:last-child)::after {
  content: '-';
  display: inline-block;
  margin: 0 0.5rem;
}
.footer__legal a {
  display: inline-block;
  margin-bottom: 0.3rem;
}
.footer__legal a:hover {
  color: #F5A523;
}
/***
*    ##     ## ######## ########  ####    ###        #######  ##     ## ######## ########  ##    ## 
*    ###   ### ##       ##     ##  ##    ## ##      ##     ## ##     ## ##       ##     ##  ##  ##  
*    #### #### ##       ##     ##  ##   ##   ##     ##     ## ##     ## ##       ##     ##   ####   
*    ## ### ## ######   ##     ##  ##  ##     ##    ##     ## ##     ## ######   ########     ##    
*    ##     ## ##       ##     ##  ##  #########    ##  ## ## ##     ## ##       ##   ##      ##    
*    ##     ## ##       ##     ##  ##  ##     ##    ##    ##  ##     ## ##       ##    ##     ##    
*    ##     ## ######## ########  #### ##     ##     ##### ##  #######  ######## ##     ##    ##    
*/
@media screen and (max-width: 1499px) {
  .values__text-cont {
    display: flex;
    align-items: center;
    padding: 4rem var(--wrapper_outer_space) 4rem 4rem;
  }
  .values__value:nth-child(even) .values__text-cont {
    padding: 4rem 4rem 4rem var(--wrapper_outer_space);
  }
  .timeline-glider__item:nth-last-child(2) .timeline-glider__item__cont,
  .timeline-glider__item:nth-last-child(2) .timeline-glider__item-filler {
    width: 50%;
  }
  .timeline-glider__item:nth-last-child(2) .timeline-glider__item-line {
    width: calc(100% + (7.5rem) + 2rem );
  }
}
@media screen and (max-width: 800px) {
  .header__menu-main__nav {
    display: none;
  }
  .burger {
    display: block;
  }
}
/***
*     #####   ##   #####  #      ###### ##### ##### ######    ###### #####    #####  #      #    #  ####     #####    ##    ####  
*       #    #  #  #    # #      #        #     #   #         #        #      #    # #      #    # #         #    #  #  #  #      
*       #   #    # #####  #      #####    #     #   #####     #####    #      #    # #      #    #  ####     #####  #    #  ####  
*       #   ###### #    # #      #        #     #   #         #        #      #####  #      #    #      #    #    # ######      # 
*       #   #    # #####  ###### ######   #     #   ######    ######   #      #      ######  ####   ####     #####  #    #  ####  
*/
@media screen and (max-width: 1199px) {
  section {
    padding: 5rem 0;
  }
  .header__logo {
    width: 6.8rem;
  }
  .timeline__header {
    padding: 5rem 3.5rem 0;
  }
  .timeline-glider__item {
    /*width: 60%;*/
    padding: 5rem 3.5rem 5rem;
  }
  .timeline-glider__item-year {
    width: 6rem;
    height: 6rem;
    font-size: 1.5rem;
  }
  .timeline-glider__item-line {
    width: calc(100% + (3.5rem) - 2rem );
  }
  .timeline-glider__item:nth-last-child(2) .timeline-glider__item-line {
    width: calc(100% + (3.5rem) + 2rem - 6rem );
  }
  .timeline-glider__item:nth-last-child(2) .timeline-glider__item__cont,
  .timeline-glider__item:nth-last-child(2) .timeline-glider__item-filler {
    width: 60%;
  }
  .section-clients__header {
    flex-direction: column;
    align-items: flex-start;
  }
  .section-clients .clients-filters-form .ff-cols {
    align-items: flex-end;
  }
  .section-clients .clients-filters-form .glider-buttons {
    display: flex;
    justify-content: flex-end;
  }
  .section-clients .clients-filters-form .glider-buttons button {
    margin-bottom: 0.3rem;
  }
  .section-clients .clients-filters-form .form__submit-cta {
    display: none;
  }
  .section-clients .clients-filters-form .clients-filters-form__submit {
    display: none;
  }
  .values__text-cont {
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem;
  }
  .values__text {
    max-width: 92%;
  }
  .values__value:nth-child(even) .values__text-cont {
    justify-content: flex-end;
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-right: 3rem;
  }
}
/***                                                                                                                  
*     #        ##   #####  #####  ####  #####     ###### #####    #####  #      #    #  ####     #####    ##    ####  
*     #       #  #  #    #   #   #    # #    #    #        #      #    # #      #    # #         #    #  #  #  #      
*     #      #    # #    #   #   #    # #    #    #####    #      #    # #      #    #  ####     #####  #    #  ####  
*     #      ###### #####    #   #    # #####     #        #      #####  #      #    #      #    #    # ######      # 
*     ###### #    # #        #    ####  #         ######   #      #      ######  ####   ####     #####  #    #  ####                                                                                                                 
*/
.mobile {
  display: none;
}
@media screen and (max-width: 1024px) {
  .home-title {
    padding: 4rem 0;
  }
  .home-intro__wrapper {
    width: calc( var(--wrapper_w) - var(--wrapper_col)*4 );
    max-width: 2048px;
    margin-left: auto;
    margin-right: auto;
  }
  .home-intro__icon {
    margin-right: 1.5rem;
  }
  .human-experience__card__title {
    font-size: 1.2rem;
  }
  .research-technologies__text {
    width: 60%;
  }
  .research-technologies__wrapper {
    z-index: 1;
  }
  .research-technologies.hexa .research-technologies__mockup {
    left: 60%;
  }
  .research-technologies.lanla .research-technologies__mockup {
    right: 50%;
  }
  .gallery-glider__item {
    width: 27rem;
    height: 23rem;
  }
}
/***                                                                                                                                                                   
*     #####  ###### ##### # ##### ######    #####   ##   #####  #      ###### ##### ##### ######    ###### #####    #####  #      #    #  ####     #####    ##    ####  
*     #    # #        #   #   #   #           #    #  #  #    # #      #        #     #   #         #        #      #    # #      #    # #         #    #  #  #  #      
*     #    # #####    #   #   #   #####       #   #    # #####  #      #####    #     #   #####     #####    #      #    # #      #    #  ####     #####  #    #  ####  
*     #####  #        #   #   #   #           #   ###### #    # #      #        #     #   #         #        #      #####  #      #    #      #    #    # ######      # 
*     #      ######   #   #   #   ######      #   #    # #####  ###### ######   #     #   ######    ######   #      #      ######  ####   ####     #####  #    #  ####                                                                                                                                                                     
*/
@media screen and (max-width: 849px) {
  section {
    padding: 4rem 0;
  }
  .filters-container {
    margin-top: 2rem;
  }
  .filters-container__filter,
  .filters-container .form__input-label {
    margin: 0 1rem 1rem 0;
  }
  .filters-container__filter,
  .filters-container .form__input-label span {
    font-size: 1.14285714rem;
    padding: 0.5rem 1rem;
  }
  .bbb-container--desktop {
    display: none;
  }
  .bbb-container--mobile {
    display: block;
  }
  .social-icon {
    width: 2.3rem;
    height: 2.3rem;
  }
  .social-icon:not(:last-child) {
    margin-right: 0.6rem;
  }
  .social-icon i {
    font-size: 0.9rem;
  }
  .banner {
    padding: 5rem 0;
  }
  .banner__title {
    max-width: 28rem;
  }
  .banner__text {
    max-width: 28rem;
  }
  .banner__bg img {
    object-position: left bottom;
  }
  .banner.bx .banner__bg img {
    object-position: left;
  }
  .page-template-template-become-ms .banner__bg img {
    object-position: center bottom;
  }
  .home-technologies__bottom__content .double-text__title h2 {
    max-width: 100%;
    padding-bottom: 3rem;
  }
  .home-technologies__bottom__content .double-text .double-text__wrapper {
    flex-direction: column;
  }
  .home-technologies__bottom__content .double-text__block--left {
    width: 100%;
    margin-bottom: 2rem;
  }
  .home-technologies__bottom__content .double-text__block--right {
    width: 100%;
  }
  .double-text__title h2 {
    max-width: 100%;
    padding-bottom: 3rem;
  }
  .double-text .double-text__wrapper {
    flex-direction: column;
  }
  .double-text__block--left {
    width: 100%;
    margin-bottom: 2rem;
  }
  .double-text__block--left.lanla-avantage {
    width: 100%;
    margin-bottom: 2rem;
  }
  .double-text__block--right {
    width: 100%;
  }
  .double-text-1 .double-text__title h2 {
    max-width: 100%;
    padding-bottom: 3rem;
  }
  .double-text-1 .double-text .double-text__wrapper {
    flex-direction: column;
  }
  .double-text-1 .double-text__block--left {
    width: 100%;
    margin-bottom: 2rem;
  }
  .double-text-1 .double-text__block--right {
    width: 100%;
  }
  .double-text--description .double-text__block--left {
    width: 100%;
  }
  .double-text--description .double-text__block--left br {
    display: none;
  }
  .double-text--description .double-text__block--right {
    width: 100%;
  }
  .testimonials {
    background-size: 270%;
    /*background-position: 60% 20%;*/
  }
  .testimonials .content__wrapper {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
  .testimonials__block--left {
    width: 100%;
    margin-bottom: 2.5rem;
  }
  .testimonials__block--right {
    width: 100%;
  }
  .testimonials .cta-our-clients {
    margin-top: 2.5rem;
  }
  .testimonials--filterless .testimonials__block--right {
    min-height: 0;
  }
  .news-article {
    margin-bottom: 4rem;
  }
  .news-article:not(:nth-child(3n - 2)) {
    margin-left: 0;
  }
  .news-article:nth-child(even) {
    margin-left: 2rem;
  }
  .cards-section {
    margin-top: -11rem;
  }
  .cards-section .content__wrapper {
    flex-direction: column;
  }
  .cards-section__card {
    width: 100%;
    max-width: 100%;
    min-height: 14rem;
    margin-bottom: 1.2rem;
  }
  .sondage.cards-section {
    margin-top: -21rem;
  }
  .sondage-spacer {
    height: 150px !important;
  }
  .form__label,
  textarea::placeholder {
    font-size: 1.07142857rem;
  }
  input {
    font-size: 1.14285714rem;
  }
  .contact-section {
    padding-bottom: 6rem;
    overflow: hidden;
  }
  .contact-section__top-close {
    /*position: relative;*/
    flex-direction: column;
    align-items: flex-start;
  }
  .contact-section__top-close .double-text__block--left {
    margin: 0;
  }
  .contact-section__top-open {
    /*position: absolute; top: 0;*/
  }
  .contact-section__bottom {
    padding-top: 5rem;
    padding-bottom: 3rem;
  }
  .contact-section__bottom .form-contact > .ff-cols {
    flex-direction: column-reverse;
  }
  .contact-section__bottom .form-contact__left {
    width: 100%;
    margin-top: 2.5rem;
  }
  .contact-section__bottom .form-contact__right {
    width: 100%;
  }
  .contact-section .form-contact__right-label {
    font-size: 1.21428571rem;
    margin-bottom: 1.2rem;
  }
  .header__menu-sec__ctas {
    display: none;
  }
  .header__menu-sec__lang {
    font-size: 1.71428571rem;
    margin-right: 3rem;
    color: #fff;
    pointer-events: none;
  }
  .screen-nav-open .header__menu-sec__lang {
    color: #000;
    pointer-events: auto;
  }
  .screen-nav-open .header__menu-sec__lang:hover {
    color: #F5A523;
  }
  .home-title {
    padding: 2rem 0 !important;
    padding-top: 1rem !important;
  }
  .home-intro__wrapper {
    width: calc( var(--wrapper_w) - var(--wrapper_col)*2 );
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
  .home-intro__icon {
    width: 4.8rem;
    margin-right: 1.5rem;
  }
  .home-experience {
    padding-top: 2rem !important;
  }
  .home-experience .home-experience__bottom__title {
    font-size: 1.2rem;
  }
  .home-experience .mobile {
    display: block;
  }
  .home-experience .mobile.double-text__block--left.wysiwyg h4 {
    font-size: 1.1rem;
  }
  .home-experience__top-mobile {
    display: block;
  }
  .home-experience__top {
    flex-direction: column;
  }
  .home-experience__top__slogan {
    width: 100%;
    max-width: 100%;
    padding: 4rem 0;
    font-weight: 600;
  }
  .home-experience__btn-cont {
    width: 100%;
  }
  .home-experience__btn-cont__btn {
    width: 33.3%;
    max-width: 100%;
    height: 14rem;
  }
  .home-experience__btn-cont__btn span {
    font-size: 1.85714286rem;
    padding: 1rem;
  }
  .home-experience__bottom .double-text__block--left {
    display: none;
  }
  .home-experience__bottom .double-text__block--right {
    width: 100%;
  }
  .home-technologies__btn-cont__btn {
    font-size: 1rem;
    padding: 0.9rem 3.8rem;
  }
  .banner--union-institute {
    padding-bottom: 11rem;
  }
  .banner--union-institute .double-text {
    margin-top: 5rem;
  }
  .human-experience__introduction {
    max-width: 100%;
    padding-bottom: 0;
  }
  .human-experience__cards {
    display: none;
  }
  .human-experience .experiences__block {
    flex-direction: column;
  }
  .human-experience .experiences__block-left {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: baseline;
    margin-bottom: 2rem;
  }
  .human-experience .experiences__block-initials {
    margin-left: 0;
    margin-right: 1rem;
  }
  .human-experience .experiences__block-right {
    width: 100%;
  }
  .research-technologies__text {
    width: 100%;
  }
  .research-technologies__wrapper {
    z-index: 1;
  }
  .research-technologies__mockup {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: unset;
    transform: translateY(0);
  }
  .research-technologies__mockup img {
    max-height: 40rem;
  }
  .research-technologies.hexa .research-technologies__mockup {
    justify-content: center;
    left: unset;
    margin-top: 0rem;
  }
  .research-technologies.lanla .research-technologies__mockup {
    justify-content: center;
    right: unset;
  }
  .research-technologies.lanla .research-technologies__mockup img {
    margin-top: 2rem;
    margin-right: 0;
  }
  .superimposed-blocs__bg-img {
    object-position: 16%;
  }
  .superimposed-blocs__bloc {
    flex-direction: column;
    align-items: flex-end;
  }
  .superimposed-blocs__bloc .cta--arrow {
    color: #fff;
  }
  .superimposed-blocs__bloc .cta--arrow::before {
    background: #fff;
  }
  .superimposed-blocs__bloc .cta--arrow::after {
    border-color: #fff;
  }
  .superimposed-blocs__bloc__left {
    width: 70%;
    justify-content: flex-start;
  }
  .superimposed-blocs__bloc__right {
    width: 70%;
  }
  .superimposed-blocs__bloc__title {
    width: 100%;
    margin-bottom: 1rem;
  }
  .superimposed-blocs__bloc:first-child::after {
    width: 70%;
  }
  .timeline__header {
    padding: 4rem 3.5rem 0;
  }
  .timeline__header-text {
    max-width: 75%;
  }
  .timeline .glider-buttons {
    margin-top: 0.5rem;
  }
  .timeline-glider__item {
    width: 84%;
    padding: 4rem 3.5rem 4rem;
  }
  .timeline-glider__item:nth-last-child(2) .timeline-glider__item__cont,
  .timeline-glider__item:nth-last-child(2) .timeline-glider__item-filler {
    width: 75%;
  }
  .timeline-glider__item-block {
    max-width: 100%;
  }
  .timeline-glider__item-filler {
    max-width: 90%;
  }
  .timeline-glider__item:nth-last-child(2) .timeline-glider__item-line {
    width: calc(100% + (3.5rem) + 2rem - 1rem );
  }
  .achievements {
    min-height: 14rem;
  }
  .achievements__default-phrase {
    font-size: 1.71428571rem;
  }
  .achievements__left {
    width: 21rem;
    margin-right: 3rem;
  }
  .achievements__left h4 {
    font-size: 1.57142857rem;
  }
  .achievements__industry {
    margin-top: 0.9rem;
  }
  .achievements__industry p {
    font-size: 1.07142857rem;
    line-height: 1.6em;
  }
  .achievements__right {
    width: 65%;
  }
  .achievements__list * {
    font-size: 1.07142857rem;
  }
  .leaders-section__left {
    width: 23%;
  }
  .leaders-section__right {
    width: 75%;
  }
  .leaders-section__header {
    display: flex;
    align-items: center;
    margin-bottom: 3.5rem;
  }
  .leaders-section__header h1 {
    font-size: 3.57142857rem;
  }
  .leaders-section__membre {
    flex-direction: column;
  }
  .leaders-section__membre-img {
    margin: 0 0 1.2rem 0;
  }
  .leaders-section__membre-infos {
    width: 100%;
  }
  .leaders-section__membre-social {
    margin-bottom: 0.6rem;
  }
  .values__value,
  .values__value:nth-child(even) {
    flex-direction: column;
  }
  .values__image {
    width: 100%;
    height: 20rem;
  }
  .values__image img {
    margin-top: -2rem;
  }
  .values__text-cont {
    width: calc( var(--wrapper_w) - var(--wrapper_col)*2 );
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
    padding: 3rem 0 4rem;
  }
  .values__text {
    max-width: 100%;
  }
  .values__value:nth-child(even) .values__text-cont {
    padding: 3rem 0 4rem;
  }
  .gallery__titles {
    width: 60%;
  }
  .gallery .glider-buttons {
    margin-bottom: 0.5rem;
  }
  .job-openings tr {
    display: flex;
    flex-wrap: wrap;
  }
  .job-openings tr td:first-child {
    margin-top: 1.2rem;
  }
  .job-openings tr td:last-child {
    margin-bottom: 1rem;
  }
  .job-openings td {
    padding: 0.4rem 0.6rem 0.4rem 0;
  }
  .job-openings td:not(:last-child) p::after {
    content: '/';
    display: inline-block;
    margin-left: 0.6rem;
  }
  .job-openings td:last-child {
    text-align: left;
  }
  .job-openings .empty-cell {
    display: none;
  }
  .job-openings__job td > p {
    font-size: 1rem;
  }
  .job-openings__job-title {
    width: 100%;
  }
  .job-openings__job-title a {
    font-size: 1.28571429rem;
  }
  .services__section-title,
  .services__section-subtitle {
    padding-left: 0;
  }
  .services__service__icon {
    width: 6.5rem;
  }
  .services__service__icon img {
    max-width: 5rem;
  }
  .services__service__text {
    width: calc(100% - 6.5rem);
    max-width: 100%;
  }
  .steps__step {
    padding: 3.5rem 0;
  }
  .steps__step__left {
    width: 40%;
  }
  .steps__step__number {
    font-size: 1.71428571rem;
    padding: 0.3rem 1.5rem 0 0;
  }
  .steps__step__title {
    margin-right: 1.5rem;
  }
  .steps__step__description {
    width: 58%;
    font-size: 1.14285714rem;
  }
  .double-text-1 .double-text__wrapper,
  .double-text-2 .double-text__wrapper {
    align-items: flex-start;
  }
  .job-single__left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 1.5rem;
  }
  .job-single__right {
    width: 100%;
  }
  .job-single__header-wrapper {
    flex-direction: column;
  }
  .job-single__header-wrapper .btn--prev {
    margin-top: 0;
    margin-bottom: 1.5rem;
  }
  .job-single__company-wrapper {
    flex-direction: column;
  }
  .job-single__feature {
    flex-direction: column;
    margin-top: 3rem;
  }
  .job-single__cta-cont {
    flex-direction: column;
  }
  .article-banner {
    min-height: 18rem;
  }
  .article {
    padding: 2rem 0;
  }
  .article__left {
    padding-bottom: 1rem;
  }
  .article__left,
  .article__right {
    width: 100%;
  }
  .article__title-mobile {
    display: block;
    font-size: 3rem;
    margin-bottom: 1.2rem;
  }
  .article__title {
    display: none;
  }
  .article__time {
    font-size: 1rem;
  }
  .article__topics {
    margin-top: 0.6rem;
  }
  .article__main-content {
    flex-direction: column;
  }
  .article__double-text {
    flex-direction: column;
  }
  .article .double-images-block .ff-cols.c-margin-1 > .c-smalltablet-100 {
    width: 100%;
  }
  .double-text-block .article__left {
    max-width: 30rem;
  }
  .double-images-block__images > div:first-child {
    margin-bottom: 2rem;
  }
  .double-images-block__media {
    padding: 0;
  }
  .double-images-block__img,
  .double-images-block__video {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto !important;
  }
  .error-page {
    min-height: 60vh;
  }
  .error-page__content {
    text-align: left;
    margin-top: 4rem;
  }
  .error-page__content > h1 {
    font-size: 3.7rem;
  }
  .footer {
    padding: 3rem 0 1rem;
  }
  .footer .content__wrapper {
    flex-direction: column;
  }
  .footer__slogan-cont {
    width: 100%;
    min-height: 0;
    margin-bottom: 3rem;
  }
  .footer__slogan {
    font-size: 1.28571429rem;
    margin-bottom: 1rem;
  }
  .footer__nav {
    width: 100%;
  }
  .footer__nav > ul > li {
    padding-bottom: 3rem;
  }
  .footer__nav ul li a {
    font-size: 1rem;
  }
  .footer__nav ul li ul li {
    margin-top: 1.6rem;
  }
  .footer__nav ul li ul li a {
    font-size: 1rem;
  }
  .footer__bbb {
    margin-left: 0;
    margin-bottom: 2rem;
  }
  .footer__bottom {
    justify-content: flex-start;
  }
  .footer__legal {
    /*display: flex;*/
    margin-right: 4rem;
  }
  .footer__legal * {
    font-size: 0.71428571rem;
  }
  .footer__legal ul li:not(:last-child)::after {
    margin: 0 0.4rem;
  }
  .footer__legal a {
    margin-bottom: 0.6rem;
  }
}
/***
*     ##### ###### #      ###### #####  #    #  ####  #    # ######     ####  ###### #    # #      ###### #    # ###### #    # ##### 
*       #   #      #      #      #    # #    # #    # ##   # #         #      #      #    # #      #      ##  ## #      ##   #   #   
*       #   #####  #      #####  #    # ###### #    # # #  # #####      ####  #####  #    # #      #####  # ## # #####  # #  #   #   
*       #   #      #      #      #####  #    # #    # #  # # #              # #      #    # #      #      #    # #      #  # #   #   
*       #   ###### ###### ###### #      #    #  ####  #    # ######     ####  ######  ####  ###### ###### #    # ###### #    #   #   
*/
@media screen and (max-width: 749px) {
  section {
    padding: 4rem 0;
  }
  .banner .banner__buttons__btn {
    width: 5.5rem;
    height: 5.5rem;
  }
  .banner .banner__buttons__btn:not(:first-child) {
    margin-left: 1rem;
  }
  .cards-section {
    margin-bottom: 5rem;
  }
  .testimonials {
    background-size: 750%;
    background-position: 60% 60%;
  }
  .testimonials__block--left {
    margin-bottom: 1.5rem;
  }
  .testimonials .industries {
    flex-wrap: nowrap;
    margin-top: 2.5rem;
    transform: scale(1.11);
    overflow-x: scroll;
  }
  .testimonials .industries__industry {
    white-space: nowrap;
  }
  .testimonials .industries__industry:first-child {
    margin-left: 5%;
  }
  .testimonials .industries__industry:last-child {
    margin-right: 5%;
  }
  .testimonials--filterless .testimonials__block--left {
    margin-bottom: 1.5rem;
  }
  .news-article:nth-child(even) {
    margin-left: 0;
  }
  .news-article__img {
    height: 11rem;
  }
  .news-article__infos {
    font-size: 1rem;
  }
  .news-article__excerpt {
    font-size: 1rem;
  }
  .news-article__excerpt * {
    font-size: 1rem;
  }
  .content-glider__header {
    margin-bottom: 1rem;
  }
  .content-glider .glider-header__title {
    max-width: 100%;
    padding-bottom: 1.5rem;
  }
  .content-glider__item {
    width: 24rem;
  }
  .single-article .content-glider__back {
    display: none !important;
  }
  .selectric .label {
    font-size: 1.07142857rem;
  }
  .form__input-ctn.input--alt input::placeholder {
    font-size: 1.07142857rem;
  }
  .contact-section {
    padding-bottom: 4rem;
  }
  .contact-section__bottom {
    padding-bottom: 0;
  }
  .contact-section__bottom textarea {
    height: 12rem;
    max-height: 100%;
    margin-top: 1rem;
  }
  .contact-section .filters-container {
    flex-wrap: nowrap;
    margin-top: 2.5rem;
    transform: scale(1.11);
    overflow-x: scroll;
  }
  .contact-section .filters-container label {
    white-space: nowrap;
  }
  .contact-section .filters-container label:first-child {
    margin-left: 5%;
  }
  .contact-section .filters-container label:last-child {
    margin-right: 8%;
  }
  .header__logo {
    width: 7.2rem;
  }
  .header__screen-nav__ctas .cta-header {
    font-size: 1.57142857rem;
    padding: 1.2rem 2rem;
  }
  .header__screen-nav__ctas .cta-header span {
    font-size: 1.14285714rem;
    margin-left: 0.8rem;
  }
  .header__screen-nav-wrapper ul li a {
    font-size: 1.57142857rem;
  }
  .header__screen-nav-wrapper ul li a:hover {
    color: #000;
  }
  .home-title {
    padding: 3rem 0;
  }
  .home-title__line {
    display: none;
  }
  .home-experience__top__slogan {
    padding: 2rem 0 1rem;
    font-size: 1.4rem;
    padding-top: 0;
  }
  .home-experience__btn-cont__btn {
    height: 8.6rem;
  }
  .home-experience__btn-cont__btn span {
    font-size: 1rem;
    padding: 0.5rem;
  }
  .home-experience hr {
    margin: 2.5rem 0 2rem;
  }
  .home-technologies__btn-cont__btn {
    width: 50%;
  }
  .superimposed-blocs__bg-img {
    object-position: center;
  }
  .superimposed-blocs__bloc__left {
    width: 100%;
    justify-content: flex-start;
  }
  .superimposed-blocs__bloc__right {
    width: 100%;
  }
  .superimposed-blocs__bloc__title {
    width: 100%;
    margin-bottom: 1rem;
  }
  .superimposed-blocs__bloc:first-child::after {
    width: 100%;
  }
  .leadership-team__header {
    flex-direction: column;
    align-items: flex-start;
  }
  .leadership-team__header .glider-buttons {
    margin-top: 1.5rem;
  }
  .timeline__header {
    flex-direction: column;
    padding: 4rem 5% 0;
  }
  .timeline__header-text {
    max-width: 100%;
  }
  .timeline .glider-buttons {
    margin-top: 2rem;
  }
  .timeline-glider__item {
    width: 100%;
    padding: 4rem 5% 4rem;
  }
  .timeline-glider__item:nth-last-child(2) .timeline-glider__item__cont,
  .timeline-glider__item:nth-last-child(2) .timeline-glider__item-filler {
    width: 100%;
  }
  .timeline-glider__item-block {
    max-width: 100%;
  }
  .timeline-glider__item-filler {
    max-width: 100%;
    margin-bottom: 6.5rem;
  }
  .timeline-glider__item-line {
    width: calc(100% + (5%) - 3.5rem );
  }
  .timeline-glider__item:nth-last-child(2) .timeline-glider__item-line {
    width: calc(100% + (5%) - 3.5rem );
  }
  .section-clients__header > h2 {
    font-size: 2.8rem;
  }
  .section-clients__header > h4 {
    font-size: 1.4rem;
  }
  .section-clients .clients-filters-form .glider-buttons {
    justify-content: flex-start;
    margin-top: 1rem;
  }
  .achievements {
    min-height: 22rem;
  }
  .achievements__content {
    flex-direction: column;
  }
  .achievements__left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1.5rem;
  }
  .achievements__right {
    width: 100%;
  }
  .achievements__list * {
    font-size: 1.07142857rem;
  }
  .banner-career {
    min-height: 22rem;
  }
  .values__text-cont {
    width: calc( var(--wrapper_w) - var(--wrapper_margin) );
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
  .gallery__header {
    flex-direction: column;
    align-items: flex-start;
  }
  .gallery__titles {
    width: 100%;
  }
  .gallery__titles > h2 {
    font-size: 2.8rem;
  }
  .gallery .glider-buttons {
    margin-top: 2.5rem;
  }
  .gallery .gallery-glider__item {
    width: 25rem;
  }
  .leaders-section__left,
  .leaders-section__right {
    width: 100%;
  }
  .leaders-section__header {
    flex-direction: column;
    align-items: flex-start;
  }
  .leaders-section__header .leaders-section__left {
    margin-bottom: 2.5rem;
  }
  .leaders-section__membre-cont {
    flex-direction: column;
    padding-bottom: 5.5rem;
  }
  .leaders-section__membre {
    margin-bottom: 1.5rem;
  }
  .leaders-section__membre-img {
    width: 11rem;
    height: 11rem;
  }
  .news-page__articles-label {
    margin: 2rem 0;
  }
  .services__service {
    flex-direction: column;
  }
  .services__service__icon {
    width: 100%;
    margin-bottom: 1.2rem;
  }
  .services__service__icon img {
    max-width: 5rem;
  }
  .services__service__text {
    width: 100%;
  }
  .steps__step {
    flex-direction: column;
    align-items: flex-start;
    padding: 2.5rem 0;
  }
  .steps__step__left {
    width: 100%;
    margin-bottom: 1.2rem;
  }
  .steps__step__description {
    width: 100%;
    font-size: 1.14285714rem;
  }
  .job-single__header-wrapper .btn--prev {
    margin-bottom: 1rem;
  }
  .job-single__details {
    margin-top: 1rem;
  }
  .job-single__company {
    padding: 3rem 0;
  }
  .article-banner {
    min-height: 18rem;
  }
  .article {
    padding: 2rem 0;
  }
  .article__left,
  .article__right {
    width: 100%;
  }
  .article__title-mobile {
    display: block;
    font-size: 3rem;
    margin-bottom: 1.2rem;
  }
  .article__title {
    display: none;
  }
  .article__time {
    font-size: 1rem;
  }
  .article__topics {
    margin-top: 0.6rem;
  }
  .article__main-content {
    flex-direction: column;
  }
  .footer__bottom {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .footer__nav ul li a {
    font-size: 1rem;
  }
  .footer__nav ul li ul li a {
    font-size: 1rem;
  }
  .footer__nav > ul {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(3, 0fr);
    grid-template-columns: 1fr;
  }
  .footer__legal {
    display: block;
    margin-right: 0;
  }
  .footer__legal * {
    font-size: 0.78571429rem;
  }
  .footer__copyrights {
    margin-left: 0;
  }
}
/***
*     ##### ###### #      ###### #####  #    #  ####  #    # ######    #####    ##   #   #  ####    ##    ####  ######     ####  ###### #    # #      ###### #    # ###### #    # ##### 
*       #   #      #      #      #    # #    # #    # ##   # #         #    #  #  #   # #  #       #  #  #    # #         #      #      #    # #      #      ##  ## #      ##   #   #   
*       #   #####  #      #####  #    # ###### #    # # #  # #####     #    # #    #   #    ####  #    # #      #####      ####  #####  #    # #      #####  # ## # #####  # #  #   #   
*       #   #      #      #      #####  #    # #    # #  # # #         #####  ######   #        # ###### #  ### #              # #      #    # #      #      #    # #      #  # #   #   
*       #   ###### ###### ###### #      #    #  ####  #    # ######    #      #    #   #    ####  #    #  ####  ######     ####  ######  ####  ###### ###### #    # ###### #    #   #   
*/
@media screen and (max-width: 916px) and (orientation: landscape) {
  .home-title {
    padding-top: 1rem;
  }
}
/***
 *    ########  ########  ######   #######  ##     ## ########       ###       ##     ## ##    ##  ######  ######## ######## ########  ##    ##     ######  ##     ##  #######  ########  ########  ######## ########
 *    ##     ## ##       ##    ## ##     ## ###   ### ##            ## ##      ###   ###  ##  ##  ##    ##    ##    ##       ##     ##  ##  ##     ##    ## ##     ## ##     ## ##     ## ##     ## ##       ##     ##
 *    ##     ## ##       ##       ##     ## #### #### ##           ##   ##     #### ####   ####   ##          ##    ##       ##     ##   ####      ##       ##     ## ##     ## ##     ## ##     ## ##       ##     ##
 *    ########  ######   ##       ##     ## ## ### ## ######      ##     ##    ## ### ##    ##     ######     ##    ######   ########     ##        ######  ######### ##     ## ########  ########  ######   ########
 *    ##     ## ##       ##       ##     ## ##     ## ##          #########    ##     ##    ##          ##    ##    ##       ##   ##      ##             ## ##     ## ##     ## ##        ##        ##       ##   ##
 *    ##     ## ##       ##    ## ##     ## ##     ## ##          ##     ##    ##     ##    ##    ##    ##    ##    ##       ##    ##     ##       ##    ## ##     ## ##     ## ##        ##        ##       ##    ##
 *    ########  ########  ######   #######  ##     ## ########    ##     ##    ##     ##    ##     ######     ##    ######## ##     ##    ##        ######  ##     ##  #######  ##        ##        ######## ##     ##
 */
.page-template-template-become-ms {
  /***
 *      ####    ##   #####  #####   ####
 *     #    #  #  #  #    # #    # #
 *     #      #    # #    # #    #  ####
 *     #      ###### #####  #    #      #
 *      ####  #    # #    # #####   ####
 */
}
.page-template-template-become-ms .bms-simple-text {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 10rem;
}
.page-template-template-become-ms .bms-simple-text__text {
  color: #fff;
  text-align: center;
  padding: 0 4rem;
}
.page-template-template-become-ms .bms-simple-text__text h2 + h4 {
  margin-top: 2.5rem;
}
.page-template-template-become-ms .banner__text > * {
  color: #fff;
}
.page-template-template-become-ms .yellow-bg {
  color: #fff;
  background: linear-gradient(-243.6deg, #f58c23 0%, #f5a523 100%);
}
.page-template-template-become-ms .yellow-bg .wysiwyg p {
  color: #000;
}
.page-template-template-become-ms .yellow-bg .double-text__block--left h2 {
  color: #fff;
}
.page-template-template-become-ms .text-align-center {
  text-align: center;
}
.page-template-template-become-ms .text-darkblue {
  color: #035164 !important;
}
.assistant-lanla {
  position: fixed;
  color: #035164;
  box-shadow: 5px 5px 25px 0 rgba(0, 0, 0, 0.1);
  border-radius: 20px 0 0 20px;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  text-align: center;
  z-index: 1;
  top: 320px;
  right: 0;
  width: fit-content;
  min-width: 16rem;
  overflow: auto;
  display: flex;
  flex-direction: column;
  padding: 1rem;
  gap: 1rem;
}
.assistant-lanla .title-wrapper {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}
.assistant-lanla .title-wrapper .assistant-logo {
  background-image: url('../img/contenu/Assistant-lanla.svg');
  background-repeat: no-repeat;
  background-position: left;
  background-size: 3.8rem 3.8rem;
  min-width: 3.8rem;
  min-height: 3.8rem;
}
.assistant-lanla .title-wrapper .assistant-title {
  flex-shrink: 0;
  line-height: 1.2rem;
  font-size: 1rem;
  text-transform: uppercase;
  white-space: pre-wrap;
  width: 8rem;
  font-weight: 400;
  text-align: left;
  margin-top: auto;
}
.assistant-lanla .title-wrapper .assistant-title .lanla-ass-question {
  display: none;
}
.assistant-lanla .link-wrapper {
  display: none;
  flex-direction: column;
  gap: 1rem;
  padding: 0.5rem;
}
.assistant-lanla .link-wrapper .link {
  text-align: left;
  font-size: 1rem;
  font-weight: 300;
  color: #035164;
}
.assistant-lanla .link-wrapper .link:hover {
  font-weight: 700;
}
@media screen and (max-width: 749px) {
  .assistant-lanla {
    top: 63vh;
  }
}
@media screen and (max-width: 916px) and (orientation: landscape) {
  .assistant-lanla {
    top: 52vh;
  }
}
.page-template-template-winners {
  background-color: #bfbfbf;
}
.page-template-template-winners .winners-wrapper {
  min-width: 300px;
  max-width: 570px;
  margin: 0 auto;
  background-color: white;
}
.page-template-template-winners .winners-wrapper .winners-title {
  text-align: center;
  padding: 44px 0 22px;
  font-size: 1.66666667rem;
}
.page-template-template-winners .winners-wrapper section.surveys {
  padding: 0;
}
.page-template-template-winners .winners-wrapper section.surveys .surveys-wrapper {
  padding: 0 2rem;
}
.page-template-template-winners .winners-wrapper section.surveys .surveys-wrapper .survey .survey-title {
  text-align: center;
  color: #035164;
  font-size: 1.55555556rem;
  margin: 1rem 0 0.8rem;
}
.page-template-template-winners .winners-wrapper section.surveys .surveys-wrapper .survey .survey-description p {
  line-height: 1.2em;
  padding: 4px 0;
}
.page-template-template-winners .winners-wrapper section.surveys .surveys-wrapper .survey .survey-separator {
  border: 1px solid #43A49E;
  margin: 2rem 0;
}
.page-template-template-winners .winners-wrapper section.stay-tuned {
  padding: 1rem;
  background-color: #F5A523;
}
.page-template-template-winners .winners-wrapper section.stay-tuned .text-darkblue {
  color: #035164;
  font-size: 1.11111111rem;
  font-weight: 700;
}
.page-template-template-winners .winners-wrapper section.stay-tuned p {
  color: #3f3f3f;
  font-weight: 400;
  line-height: 1.2em;
}
.page-template-template-winners .winners-wrapper section.stay-tuned h4 {
  font-size: 0.88888889rem;
  font-weight: 700;
  margin: 1rem 0;
}
.page-template-template-winners .winners-wrapper section.stay-tuned h4 a {
  color: #3f3f3f;
}
@media screen and (min-width: 1399px) {
  .mobile-only {
    display: none;
  }
  div.parallax img {
    height: 120% !important;
  }
}
.top-cover {
  min-height: 32rem !important;
}
.top-cover h1 {
  margin: 0 !important;
}
.top-cover h2 {
  margin-top: 1rem !important;
}
.w-100 {
  width: 100% !important;
}
.max-width-100 {
  max-width: 100% !important;
}
.m-0 {
  margin: 0 !important;
}
.m-b-0 {
  margin-bottom: 0 !important;
}
.m-b-2 {
  margin-bottom: 2rem;
}
.word-wrap {
  overflow-x: auto;
  overflow-wrap: normal;
  word-break: keep-all;
}
.adjustable-font-size-on-mobile {
  overflow-x: auto;
  overflow-wrap: normal;
  word-break: keep-all;
}
.adjustable-font-size {
  overflow-x: auto;
  overflow-wrap: normal;
  word-break: keep-all;
}
.justify-center {
  justify-content: center;
}
.m-only {
  display: none;
}
.top-cover-padding {
  padding-left: 10%;
  padding-right: 10%;
}
@media screen and (max-width: 780px) {
  .top-cover-padding {
    padding-left: 5% !important;
    padding-right: 5% !important;
  }
  body {
    --wp--style--global--content-size: 90% !important;
  }
  .top-cover {
    min-height: 22rem !important;
  }
  .top-cover h1 {
    margin: 0 !important;
  }
  .top-cover h2 {
    margin-top: 1rem !important;
  }
  .text-container {
    max-width: 90%;
    margin: 0 !important;
    padding: 0 !important;
  }
  .m-p-5 {
    padding: 5% !important;
  }
  .m-p-0 {
    padding: 0 !important;
  }
  .m-m-0 {
    margin: 0 !important;
  }
  .m-m-b-2 {
    margin-bottom: 2rem !important;
  }
  .m-m-b-10.responsive-image img {
    margin-bottom: 10rem !important;
  }
  .m-m-5 {
    margin: 5% !important;
  }
  .m-h-1 {
    height: 1rem !important;
  }
  .m-h-4 {
    height: 4rem !important;
  }
  .m-min-h-430 {
    min-height: 430px !important;
  }
  .m-min-h-50vh {
    min-height: 50vh !important;
  }
  .m-max-width-100 {
    max-width: 100% !important;
  }
  .m-mt-0 {
    margin-top: 0 !important;
  }
  .m-hide {
    display: none !important;
  }
  .m-black {
    color: black !important;
  }
  .m-black h1.banner__title {
    color: black !important;
  }
  .m-black .banner__text h4 {
    color: black !important;
  }
  .m-only {
    display: flex;
  }
  .m-gap-0 {
    gap: 0;
  }
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column.m-flex-basis-5 {
    flex-basis: 5% !important;
    flex-grow: 0;
    min-width: fit-content;
  }
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column.m-flex-basis-35 {
    flex-basis: 35% !important;
    flex-grow: 0;
    min-width: fit-content;
  }
}
@media screen and (max-width: 1199px) and (min-width: 750px) {
  .m-p-5 {
    padding: 5% !important;
  }
}
@media screen and (max-width: 749px) {
  .responsive-image {
    min-height: 100%!important;
  }
}
.responsive-image img {
  width: auto !important;
  align-self: center !important;
}
@media screen and (min-width: 1200px) {
  .responsive-image img {
    max-height: 475px !important;
  }
}
@media screen and (max-width: 749px) {
  .responsive-image img {
    position: relative!important;
  }
}
.cky-cookie-des-table li,
.cky-cookie-des-table li p {
  font-size: inherit;
}
.cky-preference-body-wrapper::-webkit-scrollbar {
  width: initial;
  background-color: #f0f0f0;
}
.cky-preference-body-wrapper::-webkit-scrollbar-thumb {
  background-color: #d0d5d2;
  border-radius: initial;
}
.page-template-template-cx-landing .header__menu-sec {
  gap: 1.5em;
}
@media screen and (max-width: 849px) {
  .page-template-template-cx-landing .header__menu-sec__lang {
    color: black;
  }
}
.page-template-template-cx-landing .contact-section.cx-landing .form-contact__right {
  display: none;
}
.page-template-template-cx-landing .wysiwyg p {
  font-size: 1.2em;
  opacity: 0.8;
}
.page-template-template-cx-landing .y-video {
  position: relative;
  width: 90%;
  max-width: 896px;
  margin: 0 auto;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}
.page-template-template-cx-landing .y-video iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}
/*# sourceMappingURL=styles.css.map */