@keyframes bounceIt {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(3px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes bounceItReverse {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-3px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes scalyPagination {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(0.8);
  }
}
@font-face {
  font-family: "Ford Antenna";
  src: url("../font/FordAntenna-ExtraLight.woff2") format("woff2"), url("../font/FordAntenna-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ford Antenna";
  src: url("../font/FordAntenna-ExtraLightItalic.woff2") format("woff2"), url("../font/FordAntenna-ExtraLightItalic.woff") format("woff");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Ford Antenna";
  src: url("../font/FordAntenna-Light.woff2") format("woff2"), url("../font/FordAntenna-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ford Antenna";
  src: url("../font/FordAntenna-LightItalic.woff2") format("woff2"), url("../font/FordAntenna-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Ford Antenna";
  src: url("../font/FordAntenna-Regular.woff2") format("woff2"), url("../font/FordAntenna-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ford Antenna";
  src: url("../font/FordAntenna-RegularItalic.woff2") format("woff2"), url("../font/FordAntenna-RegularItalic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Ford Antenna";
  src: url("../font/FordAntenna-Medium.woff2") format("woff2"), url("../font/FordAntenna-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ford Antenna";
  src: url("../font/FordAntenna-MediumItalic.woff2") format("woff2"), url("../font/FordAntenna-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Ford Antenna";
  src: url("../font/FordAntenna-Semibold.woff2") format("woff2"), url("../font/FordAntenna-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ford Antenna";
  src: url("../font/FordAntenna-SemiboldItalic.woff2") format("woff2"), url("../font/FordAntenna-SemiboldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Ford Antenna";
  src: url("../font/FordAntenna-Bold.woff2") format("woff2"), url("../font/FordAntenna-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ford Antenna";
  src: url("../font/FordAntenna-BoldItalic.woff2") format("woff2"), url("../font/FordAntenna-BoldItalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
/*BOOTSTRAP GRID*/
@-ms-viewport {
  width: device-width;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*, ::after, ::before {
  box-sizing: inherit;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col, .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1201px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1600px) {
  .col-xxl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xxl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xxl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xxl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xxl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xxl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xxl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xxl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xxl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xxl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xxl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xxl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xxl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xxl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xxl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xxl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xxl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xxl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xxl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xxl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xxl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xxl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xxl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xxl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xxl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.666667%;
  }
}
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, button, abbr, acronym, address, big, cite, code,
del, dfn, em, img, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

sup {
  vertical-align: super;
  font-size: 0.6rem;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

html {
  font-family: "Ford Antenna", sans-serif;
  font-weight: 200;
  font-size: 1rem;
  letter-spacing: 0.05rem;
  color: #FFFFFF;
  max-width: 100vw;
  overflow-x: hidden;
  position: relative;
  left: 0;
}

body {
  background: radial-gradient(circle at 50% 30%, #0d0e21 0%, rgba(13, 14, 33, 0) 30%), radial-gradient(circle at 0% 70%, #0d0e21 0%, rgba(13, 14, 33, 0) 40%), radial-gradient(circle at 100% 95%, #0d0e21 0%, rgba(13, 14, 33, 0) 40%), linear-gradient(135deg, #0d0e21 0%, #23244d 100%);
}

p, li, address, h1, h2, h3 {
  line-height: 1.3;
}

p strong, p b {
  font-weight: 400;
}

p a {
  text-decoration: underline;
}

li a {
  text-decoration: underline;
}
li strong, li b {
  font-weight: bold;
}

*, :before, :after {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  user-select: none;
}

picture {
  width: 100%;
  height: 100%;
  display: block;
  user-select: none;
}

section {
  padding: 5rem calc(5vw + 80px) 0 calc(5vw + 80px);
}

button {
  cursor: pointer;
  outline: none;
}

body.can-touch * {
  -webkit-tap-highlight-color: transparent;
}

.basicAppear {
  opacity: 0;
}
.basicAppear.-y {
  transform: translate(0, 50px) scale(1);
}
.basicAppear.-y.scaly {
  transform: translate(0, 50px) scale(0.8);
}
.basicAppear.-noOpaq {
  opacity: 1;
}
.basicAppear.-xLeft {
  transform: translate(-200px, 0) scale(1);
}
.basicAppear.-xRight {
  transform: translate(200px, 0) scale(1);
}

.stickyAppear.toScaleImg {
  transform: scale(1.2);
}
.stickyAppear.toScale {
  transform: scale(0.9);
}
.stickyAppear.fromBtm {
  transform: translate(0, 50px);
}
.stickyAppear.fromBtm.increase {
  transform: translate(0, 100px);
}
.stickyAppear.fromTop {
  transform: translate(0, -50px);
}
.stickyAppear.fromTop.increase {
  transform: translate(0, -100px);
}
.stickyAppear.fromLeft {
  transform: translate(-50px, 0);
}
.stickyAppear.fromLeft.increase {
  transform: translate(-100px, 0);
}
.stickyAppear.fromRight {
  transform: translate(50px, 0);
}
.stickyAppear.fromRight.increase {
  transform: translate(100px, 0);
}

.js .hero_content .title,
.js .hero_content .text,
.js .hero_content .hero_content_cta > *,
.js .hero_content .hero_ancors > *,
.js .hero_content .contact_intro {
  opacity: 0;
  transform: translate(0, 24px);
}
.js .page-accueil .hero_content .title,
.js .page-accueil .hero_content .text,
.js .page-accueil .hero_content .hero_content_cta > * {
  transform: translate(0, 28px);
}
.js .page-accueil .trouble_title {
  opacity: 0;
  transform: translate(0, 28px);
}
.js .page-accueil .trouble_grid {
  opacity: 0;
  visibility: hidden;
}
.js .hero_visual img {
  opacity: 0;
  transform: scale(1.03);
}
.js .page-accueil .hero_visual img {
  transform: scale(1.04);
}

.title {
  font-size: clamp(1.1rem, 2vw, 1.4rem);
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.3rem;
  display: inline-block;
  text-wrap: balance;
}
.title p {
  display: inline-block;
}
.title strong {
  font-size: clamp(1.3rem, 2.5vw, 1.8rem);
  font-weight: bold;
}
.title.center {
  text-align: center;
}

.titleLite {
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  font-weight: bold;
  letter-spacing: 0.15rem;
  text-transform: uppercase;
  display: inline-block;
  text-wrap: balance;
}
.titleLite p {
  display: inline-block;
}
.titleLite em {
  font-size: clamp(0.9rem, 1vw, 1rem);
}
.titleLite.center {
  text-align: center;
}

.btn {
  padding: 0.75rem 3.5rem 0.75rem 1.5rem;
  background-color: #00FFFF;
  letter-spacing: 0.05rem;
  transition: all 0.3s cubic-bezier(0, 0.07, 0.57, 0.99);
  display: inline-block;
  border-radius: 2rem;
  color: #23244D;
  font-weight: 500;
  position: relative;
}
.btn:after {
  content: "";
  position: absolute;
  right: 0.25rem;
  top: 50%;
  transform: translateY(-50%);
  width: 3rem;
  height: 2rem;
  background-image: url("../img/btn-logotype.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
}
.btn:hover {
  background-color: #FFFFFF;
}
.btn.white {
  background-color: #FFFFFF;
}
.btn.white:hover {
  background-color: #00FFFF;
}
.btn.darkenHover:hover {
  background-color: rgb(0, 229.5, 229.5);
}
.btn.noLogo {
  padding: 0.75rem 1.5rem;
}
.btn.noLogo:after {
  content: none;
}

.coverImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  -o-object-fit: cover;
  -o-object-position: center;
  vertical-align: middle;
}

.text {
  width: 900px;
  max-width: 100%;
  margin: 0.6rem 0;
}
.text p {
  margin: 0.75rem 0;
  display: inline-block;
}
.text.center {
  text-align: center;
  margin: 1rem auto;
}
.text.center p {
  margin: 0.75rem auto;
}
.text.center ul {
  list-style: none;
  padding-left: 0;
}
.text ul, .text ol {
  margin: 0.6rem 0;
  list-style: disc;
  padding-left: 2rem;
}
.text ul li, .text ol li {
  margin: 0.75rem 0;
  font-weight: 500;
}

.rounded {
  border-radius: 2rem;
  overflow: hidden;
}

.col-12.center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}

.spaceBtm {
  margin-bottom: 2rem;
}

.spaceTop {
  margin-top: 2rem;
}

.whiteSection .row {
  padding: 3rem;
  border-radius: 3rem;
  background-color: #FFFFFF;
  color: #0d0e21;
}

.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 15rem calc(5vw + 80px) 4rem calc(5vw + 80px);
  min-height: 100vh;
}
.hero:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 0% -25%, #1c5070 0%, rgba(28, 80, 112, 0) 50%);
  user-select: none;
  pointer-events: none;
}
.hero:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(13, 14, 33, 0.8) 0%, rgba(13, 14, 33, 0) 100%);
  user-select: none;
  pointer-events: none;
}

.hero_content {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 2rem;
  height: 100%;
  width: clamp(280px, 50vw, 750px);
}
.hero_content .title {
  font-size: clamp(1.3rem, 3vw, 1.8rem);
  font-weight: 400;
  margin-left: -80px;
}
.hero_content .title strong {
  font-size: clamp(1.5rem, 4vw, 2.2rem);
  font-weight: 400;
}

.hero_ancors {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 0.75rem;
}
.hero_ancors .btn {
  min-width: 350px;
}

.hero_content_cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 0.75rem;
}
.hero_content_cta p {
  font-weight: 400;
}

.hero_visual {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  user-select: none;
  pointer-events: none;
}
.hero_visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  -o-object-fit: cover;
  -o-object-position: top center;
  vertical-align: middle;
}
.hero_visual:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page-trouble {
  --hero-overlap-bottom: 15rem;
  --hero-overlap-offset: -12.5rem;
}
.page-trouble .hero {
  padding-bottom: var(--hero-overlap-bottom);
}

.trouble_explain {
  margin-top: var(--hero-overlap-offset);
}

.page-parcours {
  --hero-overlap-bottom: 15rem;
  --hero-overlap-offset: -12.5rem;
}
.page-parcours .hero {
  padding-bottom: var(--hero-overlap-bottom);
}

.pre_operation {
  margin-top: var(--hero-overlap-offset);
}

.page-traitement {
  --hero-overlap-bottom: 15rem;
  --hero-overlap-offset: -12.5rem;
}
.page-traitement .hero {
  padding-bottom: var(--hero-overlap-bottom);
}

.technology_details {
  margin-top: var(--hero-overlap-offset);
}

.page-tarifs {
  --hero-overlap-bottom: 15rem;
  --hero-overlap-offset: -11rem;
}
.page-tarifs .hero {
  padding-bottom: var(--hero-overlap-bottom);
}

.tarifs_table {
  margin-top: var(--hero-overlap-offset);
}

.page-contact {
  --hero-overlap-bottom: 15rem;
  --hero-overlap-offset: -12.5rem;
}
.page-contact .hero {
  padding-bottom: var(--hero-overlap-bottom);
}

.contact_centres {
  margin-top: var(--hero-overlap-offset);
}

.page-contact {
  --hero-overlap-bottom: 15rem;
  --hero-overlap-offset: -12.5rem;
}
.page-contact .hero {
  padding-bottom: var(--hero-overlap-bottom);
}

.contact_centres {
  margin-top: var(--hero-overlap-offset);
}

.page-faq {
  --hero-overlap-bottom: 15rem;
  --hero-overlap-offset: -15rem;
}
.page-faq .hero {
  padding-bottom: var(--hero-overlap-bottom);
}

.faq_aera {
  margin-top: var(--hero-overlap-offset);
}

header {
  position: fixed;
  top: 2rem;
  left: 5%;
  z-index: 10;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  gap: 2rem;
  width: 90%;
  min-height: 5rem;
  padding: 2rem;
  border-radius: 4rem;
  background: rgba(255, 255, 255, 0.96);
}

.logo {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  width: clamp(9rem, 15vw, 13rem);
}
.logo img {
  display: block;
  width: 100%;
  height: auto;
}

.header_right {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: nowrap;
  flex: 1 1 auto;
  min-width: 0;
}

.topLinks {
  position: absolute;
  top: -1rem;
  right: 3rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0.5rem;
}
.topLinks a {
  background-color: #00FFFF;
  padding: 0.5rem 1.5rem;
  border-radius: 2rem;
  color: #0d0e21;
  font-weight: 400;
  transition: background-color 0.2s cubic-bezier(0, 0.07, 0.57, 0.99), color 0.2s cubic-bezier(0, 0.07, 0.57, 0.99);
}
.topLinks a:hover {
  background-color: #0d0e21;
  color: #FFFFFF;
}

.nav-primary {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: nowrap;
  width: 100%;
}

.nav-menu {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.35rem;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-menu > li {
  position: relative;
  margin: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.nav-menu > li:not(:last-child):after {
  content: "";
  width: 1px;
  height: 0.9rem;
  background-color: #23244D;
  display: block;
}
.nav-menu > li.children > a::after,
.nav-menu > li.children > .parentTitle::after {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  margin-left: 0.45rem;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: translateY(-0.12rem) rotate(45deg);
  transition: transform 0.2s cubic-bezier(0, 0.07, 0.57, 0.99);
}
.nav-menu > li.children > a:before,
.nav-menu > li.children > .parentTitle:before {
  content: none;
}
.nav-menu > li.children:hover > a,
.nav-menu > li.children:hover > .parentTitle, .nav-menu > li.children:focus-within > a,
.nav-menu > li.children:focus-within > .parentTitle {
  padding-left: 1rem;
}
.nav-menu > li.children:hover > a::after,
.nav-menu > li.children:hover > .parentTitle::after, .nav-menu > li.children:focus-within > a::after,
.nav-menu > li.children:focus-within > .parentTitle::after {
  transform: translateY(0.05rem) rotate(225deg);
}
.nav-menu > li.children:hover > .sub-menu, .nav-menu > li.children:focus-within > .sub-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}
.nav-menu > li > a,
.nav-menu > li > .parentTitle {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  display: inline-flex;
  padding: 0.25rem 1rem;
  border-radius: 2rem;
  color: #23244D;
  font-family: "Ford Antenna", sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  transition: padding-left 0.2s cubic-bezier(0, 0.07, 0.57, 0.99);
}
.nav-menu > li > a:before,
.nav-menu > li > .parentTitle:before {
  content: "";
  position: absolute;
  left: 0.25rem;
  top: calc(50% - 0.5rem);
  width: 2rem;
  height: 1rem;
  background-image: url("../img/btn-logotype-menu.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  opacity: 0;
  transition: opacity 0.2s cubic-bezier(0, 0.07, 0.57, 0.99);
}
.nav-menu > li > a:hover, .nav-menu > li > a:focus-visible,
.nav-menu > li > .parentTitle:hover,
.nav-menu > li > .parentTitle:focus-visible {
  padding-left: 2.5rem;
}
.nav-menu > li > a:hover:before, .nav-menu > li > a:focus-visible:before,
.nav-menu > li > .parentTitle:hover:before,
.nav-menu > li > .parentTitle:focus-visible:before {
  opacity: 1;
  animation-name: bounceIt;
  animation-duration: 0.6s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-fill-mode: both;
}
.nav-menu .sub-menu {
  position: absolute;
  top: calc(100% + 0.65rem);
  left: 0;
  z-index: 10;
  min-width: 14rem;
  margin: 0;
  padding: 0.45rem;
  list-style: none;
  background: #FFFFFF;
  border: 1px solid rgba(35, 36, 77, 0.08);
  border-radius: 1rem;
  box-shadow: 0 8px 40px rgba(35, 36, 77, 0.08);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(0.5rem);
  transition: opacity 0.2s cubic-bezier(0, 0.07, 0.57, 0.99), visibility 0.2s cubic-bezier(0, 0.07, 0.57, 0.99), transform 0.2s cubic-bezier(0, 0.07, 0.57, 0.99);
}
.nav-menu .sub-menu:before {
  content: "";
  display: block;
  width: 100%;
  height: 0.7rem;
  position: absolute;
  top: -0.7rem;
  left: 0;
}
.nav-menu .sub-menu > li {
  margin: 0;
}
.nav-menu .sub-menu > li > a,
.nav-menu .sub-menu > li > .parentTitle {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  width: 100%;
  min-height: auto;
  padding: 0.75rem 0.9rem 0.75rem 2.5rem;
  border-radius: 0.7rem;
  font-size: 0.9rem;
  font-weight: 400;
  text-align: left;
  white-space: nowrap;
  text-decoration: none;
  color: #0d0e21;
  position: relative;
}
.nav-menu .sub-menu > li > a:before,
.nav-menu .sub-menu > li > .parentTitle:before {
  content: "";
  position: absolute;
  left: 0.25rem;
  top: calc(50% - 0.5rem);
  width: 2rem;
  height: 1rem;
  background-image: url("../img/btn-logotype-menu.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
}
.nav-menu .sub-menu > li > a:hover:before, .nav-menu .sub-menu > li > a:focus-visible:before,
.nav-menu .sub-menu > li > .parentTitle:hover:before,
.nav-menu .sub-menu > li > .parentTitle:focus-visible:before {
  animation-name: bounceIt;
  animation-duration: 0.6s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-fill-mode: both;
}

#menuTrigger {
  visibility: hidden;
  position: absolute;
  left: -9999px;
}

.btnMenu {
  position: relative;
  display: none;
  place-items: center;
  width: 2.5rem;
  height: 2.5rem;
  padding-block: 0.5rem;
  margin: auto;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(0, 255, 255, 0);
  border-radius: 50%;
}
.btnMenu:hover {
  cursor: pointer;
}
.btnMenu .bar {
  width: 1.25rem;
  height: 0.18rem;
  background-color: #0d0e21;
  border-radius: 0.5rem;
  transition: all 0.3s ease-in-out;
}

.menuTrigger:checked + label > .btnMenu {
  border-color: aqua;
  background-color: rgba(255, 255, 255, 0);
}
.menuTrigger:checked + label > .btnMenu > .bar {
  background-color: #00FFFF;
}
.menuTrigger:checked + label > .btnMenu > .bar1 {
  transform: translate(0, 0.75rem) rotate(270deg) scaleX(0.35) scaleY(1.75);
  transform-origin: bottom right;
}
.menuTrigger:checked + label > .btnMenu > .bar2 {
  transform: translate(0, 0) rotate(-270deg) scaleX(0.35) scaleY(1.75);
  transform-origin: 50% 50%;
}
.menuTrigger:checked + label > .btnMenu > .bar3 {
  transform: translate(0, -0.75rem) rotate(270deg) scaleX(0.35) scaleY(1.75);
  transform-origin: top left;
}

body.btnChange:not(.menuOpen) .btnMenu {
  background-color: rgba(13, 14, 33, 0.9);
}
body.btnChange:not(.menuOpen) .btnMenu .bar {
  background-color: #FFFFFF;
}

@media (max-width: 1500px) {
  .logo {
    width: clamp(8rem, 12vw, 11rem);
  }
  .topLinks a {
    font-size: 0.8rem;
  }
  .nav-menu > li > a, .nav-menu > li > .parentTitle {
    font-size: 0.8rem;
  }
}
@media (max-width: 1400px) {
  .nav-menu > li > a, .nav-menu > li > .parentTitle {
    padding: 0.25rem 0.75rem;
  }
}
@media (max-width: 1300px) {
  header {
    padding: 0 0.25rem 0 0;
    background-color: transparent !important;
    min-height: 1px;
  }
  body.menuOpen .header_right {
    pointer-events: auto;
    user-select: auto;
  }
  body.menuOpen .nav-menu .sub-menu {
    pointer-events: auto;
  }
  .logo {
    width: 200px;
  }
  .header_right {
    position: fixed;
    right: calc(5% - 1rem);
    top: 0;
    width: 420px;
    max-width: calc(100vw - 1.25rem);
    border-radius: 2rem;
    border: 1px solid #00FFFF;
    background: linear-gradient(135deg, rgba(35, 36, 77, 0.95), rgba(13, 14, 33, 0.9)), radial-gradient(circle at 100% 0%, rgba(28, 80, 112, 0.82), rgba(28, 80, 112, 0.7) 56%);
    box-shadow: 0 1.25rem 4rem rgba(13, 14, 33, 0.22);
    padding: 2rem 2rem 2rem 2rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    transform: translate(0, 20px);
    opacity: 0;
    visibility: hidden;
    user-select: none;
    pointer-events: none;
    transition: border-color 0.3s cubic-bezier(0, 0.07, 0.57, 0.99);
  }
  .nav-menu {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .nav-menu > li > a, .nav-menu > li > .parentTitle {
    color: #FFFFFF;
    padding: 0.25rem 0.75rem 0.25rem 2rem;
  }
  .nav-menu > li > a:hover, .nav-menu > li > .parentTitle:hover {
    padding-left: 2rem;
  }
  .nav-menu > li > a:before, .nav-menu > li > .parentTitle:before {
    background-image: url("../img/btn-logotype-menu-white.svg");
    opacity: 1;
    left: 0;
  }
  .nav-menu > li:not(:last-child):after {
    content: none;
  }
  .nav-menu > li.children {
    display: flex;
    flex-direction: column;
  }
  .nav-menu > li.children:hover .parentTitle {
    padding-left: 2rem;
  }
  .nav-menu > li.children > .parentTitle:before {
    content: "";
  }
  .nav-menu > li.children > .parentTitle:after {
    content: none;
  }
  .nav-menu .sub-menu {
    position: initial;
    z-index: 1;
    min-width: 1px;
    width: 100%;
    padding-left: 1.5rem;
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    pointer-events: none;
    transform: translateY(0);
    transition: none;
  }
  .nav-menu .sub-menu > li > a, .nav-menu .sub-menu > li .parentTitle {
    padding: 0.25rem 0.75rem;
    color: #FFFFFF;
  }
  .nav-menu .sub-menu > li > a:before, .nav-menu .sub-menu > li .parentTitle:before {
    content: none;
  }
  .topLinks {
    top: auto;
    bottom: -1rem;
  }
  .btnMenu {
    display: grid;
  }
}
@media (max-width: 1024px) {
  .nav-menu {
    gap: 0.75rem;
  }
  .nav-menu .sub-menu {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
  }
}
@media (max-width: 767px) {
  header {
    padding-right: 0.5rem;
  }
  .header_right {
    right: calc(5% - 0.5rem);
  }
  .nav-primary {
    order: 1;
  }
  .nav-menu {
    gap: 0.75rem;
  }
  .nav-menu .sub-menu {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
  }
  .topLinks {
    order: 2;
    position: initial;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin-top: 1.5rem;
    gap: 1rem;
  }
  .topLinks a {
    width: 100%;
    text-align: center;
    font-size: 0.95rem;
  }
}
@media (max-width: 420px) {
  header {
    top: 1.5rem;
  }
}
/*Swiper common*/
.swiper:not(.swiper-initialized) .tranding-slider-control {
  display: none;
}
.swiper.swiper-initialized {
  padding-bottom: 3rem;
}
.swiper.swiper-initialized.few-slides {
  padding-bottom: 0;
}
.swiper.swiper-initialized.few-slides .swiper-wrapper {
  justify-content: center;
}
.swiper.swiper-initialized.few-slides .tranding-slider-control {
  display: none;
}
.swiper .swiper-slide {
  height: auto;
}

.tranding-slider-control {
  position: absolute;
  bottom: 0;
  height: 3rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tranding-slider-control.dark .swiper-button-next svg, .tranding-slider-control.dark .swiper-button-prev svg {
  stroke: #0d0e21;
}
.tranding-slider-control.dark .swiper-pagination-bullet {
  border-color: #0d0e21;
}
.tranding-slider-control.dark .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #0d0e21;
}

.swiper-button-next, .swiper-button-prev {
  position: initial;
  width: 1.5rem;
  height: 1.2rem;
  margin-top: 0;
  margin: 0 0.5rem;
}
.swiper-button-next svg, .swiper-button-prev svg {
  width: 1.5rem;
  height: 1.2rem;
  stroke-width: 2px;
  fill: none;
  stroke: #FFFFFF;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.swiper-button-next:after, .swiper-button-prev:after {
  content: none;
}

.swiper-pagination {
  position: initial;
  display: flex;
  align-items: center;
}
.swiper-pagination:not(.swiper-pagination-bullets-dynamic) {
  width: auto !important;
}
.swiper-pagination.swiper-pagination-bullets-dynamic {
  display: block;
  transform: translateX(0) !important;
  width: 120px !important;
}

.swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  opacity: 1;
  background-color: transparent;
  border: 1px solid #FFFFFF;
  transform: scale(0.8);
  transition: background-color 0.2s cubic-bezier(0, 0.07, 0.57, 0.99), transform 0.4s cubic-bezier(0, 0.07, 0.57, 0.99);
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #FFFFFF;
  transform: scale(1);
}

.faq_row {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 1rem;
}

.faqContainer_item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
}

.faqContainer_item_ask {
  background-color: #00FFFF;
  padding: 0.6rem 1.5rem;
  border-radius: 2rem;
  color: #0d0e21;
  font-weight: 400;
  width: 100%;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  gap: 1rem;
}
.faqContainer_item_ask p {
  text-wrap: balance;
}
.faqContainer_item_ask svg {
  stroke: #0d0e21;
  min-width: 24px;
}

.faqContainer_item_response {
  width: 100%;
  height: 0;
  overflow: hidden;
}
.faqContainer_item_response > div {
  margin-top: 1rem;
  padding: 0.75rem 1rem;
  opacity: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 0.4rem;
}
.faqContainer_item_response ul {
  list-style: disc;
  padding-left: 1rem;
}
.faqContainer_item_response ul li {
  margin: 0.25rem 0;
  font-weight: 500;
}

.wpcf7 {
  max-width: 100%;
  width: 900px;
  margin: 2rem auto;
}

.wpcf7-form {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  margin: 1rem auto;
}
.wpcf7-form .legend {
  width: 100%;
  font-weight: bold;
  margin: 0.75rem;
  text-align: center;
}
.wpcf7-form .legend em {
  font-size: 0.7rem;
  font-style: italic;
}
.wpcf7-form label > p {
  font-size: 0.8rem;
  font-style: italic;
  font-weight: 300;
  text-align: left;
  display: inline-block;
  width: auto;
  text-wrap: balance;
  margin-bottom: 0.35rem;
}
.wpcf7-form label {
  width: calc(50% - 1.5rem);
  margin: 0.75rem;
  position: relative;
}
.wpcf7-form label .wpcf7-form-control-wrap {
  display: block;
}
.wpcf7-form label input, .wpcf7-form label textarea {
  width: 100%;
  background-color: transparent;
  border: none;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #FFFFFF;
  resize: none;
  display: block;
  border-radius: 2rem;
  font-size: 16px;
  font-family: "Ford Antenna", sans-serif;
  font-weight: 300;
}
.wpcf7-form label input::placeholder, .wpcf7-form label textarea::placeholder {
  color: #FFFFFF;
  opacity: 0.6;
  transition: opacity 0.3s cubic-bezier(0, 0.07, 0.57, 0.99);
  font-size: 16px;
  font-family: "Ford Antenna", sans-serif;
  font-weight: 300;
}
.wpcf7-form label input:focus, .wpcf7-form label input:hover, .wpcf7-form label textarea:focus, .wpcf7-form label textarea:hover {
  outline: none;
}
.wpcf7-form label input:focus::placeholder, .wpcf7-form label input:focus::placeholder, .wpcf7-form label input:hover::placeholder, .wpcf7-form label input:hover::placeholder, .wpcf7-form label textarea:focus::placeholder, .wpcf7-form label textarea:focus::placeholder, .wpcf7-form label textarea:hover::placeholder, .wpcf7-form label textarea:hover::placeholder {
  opacity: 1;
}
.wpcf7-form label input:focus + i, .wpcf7-form label input:hover + i, .wpcf7-form label textarea:focus + i, .wpcf7-form label textarea:hover + i {
  opacity: 1;
}
.wpcf7-form label input:-webkit-autofill, .wpcf7-form label textarea:-webkit-autofill {
  appearance: none;
  background-color: transparent !important;
  color: #FFFFFF !important;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  -webkit-text-fill-color: #FFFFFF !important;
  -webkit-box-shadow: 0 0 0px 1000px #0d0e21 inset !important;
}
.wpcf7-form label input:focus::-webkit-contacts-auto-fill-button, .wpcf7-form label textarea:focus::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}
.wpcf7-form label input:not(:placeholder-shown) + i, .wpcf7-form label textarea:not(:placeholder-shown) + i {
  opacity: 1;
}
.wpcf7-form label input.wpcf7-not-valid, .wpcf7-form label textarea.wpcf7-not-valid {
  padding: 0.5rem 1rem 1.5rem 1rem;
}
.wpcf7-form label input.wpcf7-not-valid + i svg path, .wpcf7-form label textarea.wpcf7-not-valid + i svg path {
  fill: #ff4d4d;
}
.wpcf7-form label.big {
  width: 100%;
}
.wpcf7-form label.big i {
  top: 1rem;
}
.wpcf7-form i {
  position: absolute;
  right: 1rem;
  top: calc(50% - 0.5rem);
  width: 1rem;
  height: 1rem;
  opacity: 0.8;
  transition: opacity 0.3s cubic-bezier(0, 0.07, 0.57, 0.99);
}
.wpcf7-form i svg path {
  fill: rgba(255, 255, 255, 0.3);
  transition: fill 0.3s cubic-bezier(0, 0.07, 0.57, 0.99);
}
.wpcf7-form .wpcf7-radio,
.wpcf7-form .wpcf7-checkbox {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.wpcf7-form .wpcf7-radio .wpcf7-list-item,
.wpcf7-form .wpcf7-checkbox .wpcf7-list-item {
  display: inline-block;
  margin: 0;
  width: 100%;
}
.wpcf7-form .wpcf7-radio .wpcf7-list-item label,
.wpcf7-form .wpcf7-checkbox .wpcf7-list-item label {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0;
}
.wpcf7-form .wpcf7-radio .wpcf7-list-item [type=checkbox], .wpcf7-form .wpcf7-radio .wpcf7-list-item [type=radio],
.wpcf7-form .wpcf7-checkbox .wpcf7-list-item [type=checkbox],
.wpcf7-form .wpcf7-checkbox .wpcf7-list-item [type=radio] {
  visibility: hidden;
  position: absolute;
  left: -100000px;
  opacity: 0;
  z-index: -10000;
}
.wpcf7-form .wpcf7-radio .wpcf7-list-item [type=checkbox]:not(:checked) + .wpcf7-list-item-label:hover:before, .wpcf7-form .wpcf7-radio .wpcf7-list-item [type=radio]:not(:checked) + .wpcf7-list-item-label:hover:before,
.wpcf7-form .wpcf7-checkbox .wpcf7-list-item [type=checkbox]:not(:checked) + .wpcf7-list-item-label:hover:before,
.wpcf7-form .wpcf7-checkbox .wpcf7-list-item [type=radio]:not(:checked) + .wpcf7-list-item-label:hover:before {
  opacity: 0;
  transform: scale(0.5);
}
.wpcf7-form .wpcf7-radio .wpcf7-list-item [type=checkbox]:not(:checked) + .wpcf7-list-item-label:hover:after, .wpcf7-form .wpcf7-radio .wpcf7-list-item [type=radio]:not(:checked) + .wpcf7-list-item-label:hover:after,
.wpcf7-form .wpcf7-checkbox .wpcf7-list-item [type=checkbox]:not(:checked) + .wpcf7-list-item-label:hover:after,
.wpcf7-form .wpcf7-checkbox .wpcf7-list-item [type=radio]:not(:checked) + .wpcf7-list-item-label:hover:after {
  transform: scale(1);
  opacity: 1;
}
.wpcf7-form .wpcf7-radio .wpcf7-list-item [type=checkbox]:checked + .wpcf7-list-item-label, .wpcf7-form .wpcf7-radio .wpcf7-list-item [type=radio]:checked + .wpcf7-list-item-label,
.wpcf7-form .wpcf7-checkbox .wpcf7-list-item [type=checkbox]:checked + .wpcf7-list-item-label,
.wpcf7-form .wpcf7-checkbox .wpcf7-list-item [type=radio]:checked + .wpcf7-list-item-label {
  background-color: #00FFFF;
  color: #0d0e21;
}
.wpcf7-form .wpcf7-radio .wpcf7-list-item [type=checkbox]:checked + .wpcf7-list-item-label::before, .wpcf7-form .wpcf7-radio .wpcf7-list-item [type=radio]:checked + .wpcf7-list-item-label::before,
.wpcf7-form .wpcf7-checkbox .wpcf7-list-item [type=checkbox]:checked + .wpcf7-list-item-label::before,
.wpcf7-form .wpcf7-checkbox .wpcf7-list-item [type=radio]:checked + .wpcf7-list-item-label::before {
  opacity: 0;
  transform: scale(0.5);
}
.wpcf7-form .wpcf7-radio .wpcf7-list-item [type=checkbox]:checked + .wpcf7-list-item-label:after, .wpcf7-form .wpcf7-radio .wpcf7-list-item [type=radio]:checked + .wpcf7-list-item-label:after,
.wpcf7-form .wpcf7-checkbox .wpcf7-list-item [type=checkbox]:checked + .wpcf7-list-item-label:after,
.wpcf7-form .wpcf7-checkbox .wpcf7-list-item [type=radio]:checked + .wpcf7-list-item-label:after {
  opacity: 1;
  transform: scale(1);
}
.wpcf7-form .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label,
.wpcf7-form .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label {
  padding: 0.4rem 1rem 0.4rem 2.5rem;
  border-radius: 2rem;
  width: 100%;
  background-color: #FFFFFF;
  color: #0d0e21;
  font-weight: 400;
  user-select: none;
  cursor: pointer;
  position: relative;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: 5px center;
  transition: all 0.3s cubic-bezier(0, 0.07, 0.57, 0.99);
}
.wpcf7-form .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label:before,
.wpcf7-form .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label:before {
  content: "";
  position: absolute;
  left: 10px;
  top: calc(50% - 10px);
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiMwZDBlMjEiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBjbGFzcz0ibHVjaWRlIGx1Y2lkZS1jaXJjbGUtaWNvbiBsdWNpZGUtY2lyY2xlIj48Y2lyY2xlIGN4PSIxMiIgY3k9IjEyIiByPSIxMCIvPjwvc3ZnPg==");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s cubic-bezier(0, 0.07, 0.57, 0.99);
}
.wpcf7-form .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label:after,
.wpcf7-form .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label:after {
  content: "";
  position: absolute;
  left: 10px;
  top: calc(50% - 10px);
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiMwZDBlMjEiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBjbGFzcz0ibHVjaWRlIGx1Y2lkZS1jaXJjbGUtY2hlY2staWNvbiBsdWNpZGUtY2lyY2xlLWNoZWNrIj48Y2lyY2xlIGN4PSIxMiIgY3k9IjEyIiByPSIxMCIvPjxwYXRoIGQ9Im05IDEyIDIgMiA0LTQiLz48L3N2Zz4=");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  transform: scale(0.5);
  transition: all 0.3s cubic-bezier(0, 0.07, 0.57, 0.99);
}
.wpcf7-form .wpcf7-radio .wpcf7-checkbox + .wpcf7-not-valid-tip,
.wpcf7-form .wpcf7-checkbox .wpcf7-checkbox + .wpcf7-not-valid-tip {
  display: none !important;
}
.wpcf7-form .endForm {
  width: calc(100% - 1.5rem);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wpcf7-form .submitContainer {
  margin-top: 1rem;
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
}
.wpcf7-form .formBtn span {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  padding: 0.75rem 1.5rem 0.6rem 1.5rem;
  display: inline-block;
  font-size: 0.9rem;
  color: #FFFFFF;
  cursor: pointer;
  position: relative;
  text-transform: uppercase;
  background-color: #373963;
  border-radius: 2rem;
  font-weight: 400;
}
.wpcf7-form .formBtn.rgpdOk:hover span {
  background-color: #00FFFF;
  color: #0d0e21;
}
.wpcf7-form input[type=submit] {
  visibility: hidden;
  position: absolute;
  right: auto;
  opacity: 0;
  width: 0;
  height: 0;
  z-index: -1000;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
}
.wpcf7-form .wpcf7-not-valid-tip {
  color: #ff4d4d;
  font-size: 0.8rem;
  position: absolute;
  bottom: 6px;
  left: 1.2rem;
  transition: opacity 0.3s cubic-bezier(0, 0.07, 0.57, 0.99);
  z-index: 1;
}
.wpcf7-form .wpcf7-spinner {
  position: absolute;
  right: calc(50% - 15.5px);
  top: calc(50% - 15.5px);
  margin: 0;
  width: 31px;
  height: 31px;
  background-color: transparent;
  opacity: 1;
  user-select: none;
  pointer-events: none;
}
.wpcf7-form .wpcf7-spinner:after, .wpcf7-form .wpcf7-spinner:before {
  content: "";
  box-sizing: border-box;
  width: 31px;
  height: 31px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  transform-origin: 50% 50%;
  animation: animloader 2s linear infinite;
}
.wpcf7-form .wpcf7-spinner:after:after, .wpcf7-form .wpcf7-spinner:before:after {
  animation-delay: 1s;
}
@keyframes animloader {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

.diag_form {
  padding-top: 12rem;
  position: relative;
  min-height: 100vh;
}
.diag_form:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 0% -25%, #1c5070 0%, rgba(28, 80, 112, 0) 50%);
  user-select: none;
  pointer-events: none;
}

.diagnostic_form {
  width: 100%;
  position: relative;
  z-index: 2;
  padding: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 2rem;
  background: linear-gradient(135deg, rgba(35, 36, 77, 0.86), rgba(13, 14, 33, 0.68)), radial-gradient(circle at 100% 0%, rgba(28, 80, 112, 0.44), rgba(28, 80, 112, 0) 55%);
  box-shadow: 0 1.25rem 4rem rgba(13, 14, 33, 0.22);
}
.diagnostic_form .diagnostic_progress {
  width: 100%;
  margin-bottom: 2rem;
}
.diagnostic_form .diagnostic_progress_top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  gap: 1rem;
  margin-bottom: 0.75rem;
}
.diagnostic_form .diagnostic_progress_label {
  color: #00FFFF;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18rem;
  text-transform: uppercase;
}
.diagnostic_form .diagnostic_progress_count {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.9rem;
  font-weight: 400;
}
.diagnostic_form .diagnostic_progress_track {
  height: 0.45rem;
  overflow: hidden;
  border-radius: 1rem;
  background-color: rgba(255, 255, 255, 0.16);
}
.diagnostic_form .diagnostic_progress_bar {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #00FFFF 0%, rgba(0, 255, 255, 0.65) 100%);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.45s cubic-bezier(0, 0.07, 0.57, 0.99);
}
.diagnostic_form .diagnostic_step {
  display: none;
  width: 100%;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.diagnostic_form .diagnostic_step.is-active {
  display: flex;
}
.diagnostic_form .diagnostic_step.has-error .diagnostic_step_error {
  display: block;
}
.diagnostic_form .diagnostic_step h3 {
  width: min(760px, 100%);
  margin: 0.75rem auto 2rem;
  font-size: clamp(1.1rem, 1.4vw, 1.2rem);
  font-weight: 500;
  line-height: 1.2;
  text-wrap: balance;
}
.diagnostic_form .diagnostic_step > p {
  margin: 0;
}
.diagnostic_form .diagnostic_step_count {
  color: #00FFFF;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18rem;
  text-transform: uppercase;
}
.diagnostic_form .diagnostic_step_error {
  display: none;
  margin-top: 1rem !important;
  color: #ff4d4d;
  font-size: 0.9rem;
}
.diagnostic_form .wpcf7-radio {
  width: min(760px, 100%);
  justify-content: stretch;
  align-items: stretch;
  gap: 0.75rem;
  margin: 0 auto;
}
.diagnostic_form .wpcf7-radio.is-invalid .wpcf7-list-item-label {
  border-color: rgba(255, 77, 77, 0.75);
}
.diagnostic_form .wpcf7-radio .wpcf7-list-item-label {
  min-height: 3.35rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  border: 1px solid transparent;
  text-align: left;
  line-height: 1.25;
}
.diagnostic_form label {
  text-align: left;
  width: min(760px, 100%);
  margin: 0.75rem auto;
}
.diagnostic_form .diagnostic_step_lead h3 {
  max-width: 820px;
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  font-weight: 500;
}
.diagnostic_form .diagnostic_nav {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.75rem;
  width: 100%;
  margin-top: 2rem;
}
.diagnostic_form .diagnostic_prev,
.diagnostic_form .diagnostic_next {
  border: 0;
  border-radius: 2rem;
  padding: 0.75rem 1.5rem;
  font-family: "Ford Antenna", sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s cubic-bezier(0, 0.07, 0.57, 0.99), color 0.3s cubic-bezier(0, 0.07, 0.57, 0.99), transform 0.3s cubic-bezier(0, 0.07, 0.57, 0.99);
}
.diagnostic_form .diagnostic_next {
  background-color: #00FFFF;
  color: #0d0e21;
}
.diagnostic_form .diagnostic_next:hover {
  background-color: #FFFFFF;
  transform: translateY(-2px);
}
.diagnostic_form .diagnostic_prev {
  background-color: rgba(255, 255, 255, 0.14);
  color: #FFFFFF;
}
.diagnostic_form .diagnostic_prev:hover {
  background-color: rgba(255, 255, 255, 0.24);
  transform: translateY(-2px);
}
.diagnostic_form .endForm {
  margin-top: 1rem;
}

@media (max-width: 767px) {
  .diagnostic_form {
    padding: 1.25rem;
    border-radius: 1.5rem;
  }
  .diagnostic_form .diagnostic_progress_top {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.35rem;
  }
  .diagnostic_form .diagnostic_step h3 {
    margin-bottom: 1.5rem;
  }
  .diagnostic_form .diagnostic_nav {
    align-items: stretch;
    flex-direction: column-reverse;
  }
  .diagnostic_form .diagnostic_prev,
  .diagnostic_form .diagnostic_next {
    width: 100%;
  }
}
/*Acceptance*/
[data-name=rgpd-consent] {
  padding: 0.1rem 0.25rem 0.1rem 0;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0);
  width: 550px;
  max-width: 100%;
  text-align: center;
}

.wpcf7-acceptance {
  display: inline-block;
}
.wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
  width: auto;
}
.wpcf7-acceptance .wpcf7-list-item > label {
  cursor: pointer;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  visibility: visible;
  opacity: 1;
  transform: none;
}
.wpcf7-acceptance .wpcf7-list-item > label .cbx {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  padding: 6px 8px;
  border-radius: 6px;
  overflow: hidden;
  transition: all 0.2s ease;
  display: inline-block;
  width: 34px;
  min-width: 34px;
  margin: 0;
  visibility: visible;
  opacity: 1;
  transform: none;
}
.wpcf7-acceptance .wpcf7-list-item > label .cbx:not(:last-child) {
  margin-right: 6px;
}
.wpcf7-acceptance .wpcf7-list-item > label .cbx:hover {
  background: rgba(0, 0, 0, 0.2);
}
.wpcf7-acceptance .wpcf7-list-item > label .cbx:hover span:first-child {
  border-color: #FFFFFF;
}
.wpcf7-acceptance .wpcf7-list-item > label .cbx span {
  float: left;
  vertical-align: middle;
  transform: translate3d(0, 0, 0);
}
.wpcf7-acceptance .wpcf7-list-item > label .cbx span:first-child {
  position: relative;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  transform: scale(1);
  border: 1px solid #FFFFFF;
  transition: all 0.2s ease;
  box-shadow: 0 1px 1px rgba(0, 16, 75, 0.05);
}
.wpcf7-acceptance .wpcf7-list-item > label .cbx span:first-child svg {
  position: absolute;
  top: 3px;
  left: 2px;
  fill: none;
  stroke: #0d0e21;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
  transition: all 0.3s ease;
  transition-delay: 0.1s;
  transform: translate3d(0, 0, 0);
}
.wpcf7-acceptance .wpcf7-list-item > label .cbx span:last-child {
  padding-left: 8px;
  line-height: 18px;
}
.wpcf7-acceptance .wpcf7-list-item > label .inp-cbx {
  position: absolute;
  visibility: hidden;
  width: 0;
  padding: 0;
  margin: 0;
}
.wpcf7-acceptance .wpcf7-list-item > label .inp-cbx:checked + .wpcf7-list-item-label .cbx span:first-child {
  animation: wave-4 0.4s ease;
  background-color: #0d0e21;
  border-color: #FFFFFF;
}
.wpcf7-acceptance .wpcf7-list-item > label .inp-cbx:checked + .wpcf7-list-item-label .cbx span:first-child svg {
  stroke-dashoffset: 0;
  stroke: #FFFFFF;
}
.wpcf7-acceptance .wpcf7-list-item > label .inline-svg {
  position: absolute;
  width: 0;
  height: 0;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.wpcf7-acceptance .checkbox__text {
  font-size: 0.8rem;
  font-style: italic;
  font-weight: 300;
  text-align: left;
  display: inline-block;
  width: auto;
  text-wrap: balance;
  line-height: 1.2;
}
.wpcf7-acceptance .wpcf7-list-item-label {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wpcf7-acceptance + .wpcf7-not-valid-tip {
  position: initial;
  padding: 2px 2px 2px 5px;
  text-align: center;
}

@keyframes wave-4 {
  50% {
    transform: scale(0.9);
  }
}
body.cf7msg-open:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  backdrop-filter: blur(5px);
  background-color: rgba(13, 14, 33, 0.2);
  pointer-events: none;
  z-index: 90;
}

.wpcf7 .wpcf7-form {
  position: relative;
}
.wpcf7 .wpcf7-form .wpcf7-response-output {
  margin: 1rem auto;
  padding: 3rem 1rem 2rem 1rem;
  border: none;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  font-size: 1.1rem;
  text-wrap: balance;
  line-height: 1.2;
  width: 600px;
  height: auto;
  max-width: 90%;
  max-height: calc(100dvh - 2rem);
  overflow: hidden;
  top: 0;
  left: 50%;
  z-index: 100;
  background-color: #0d0e21;
  border-radius: 1rem;
  color: #fff;
  box-shadow: 0px 0px 50px -40px #000;
  opacity: 0;
  transform: translate(-50%, 50px);
  overscroll-behavior: contain;
  touch-action: pan-y;
  -webkit-overflow-scrolling: touch;
}
.wpcf7 .wpcf7-form .wpcf7-response-output .wpcf7-response-content {
  width: 100%;
  padding: 0 0.5rem;
}
.wpcf7 .wpcf7-form .wpcf7-response-output .wpcf7-response-close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  width: 32px;
  height: 32px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  background-color: transparent;
  cursor: pointer;
  transition: background-color 0.3s cubic-bezier(0, 0.07, 0.57, 0.99), border-color 0.3s cubic-bezier(0, 0.07, 0.57, 0.99);
}
.wpcf7 .wpcf7-form .wpcf7-response-output .wpcf7-response-close span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 1px;
  background-color: #FFFFFF;
  transform-origin: center;
  transition: background-color 0.3s cubic-bezier(0, 0.07, 0.57, 0.99);
}
.wpcf7 .wpcf7-form .wpcf7-response-output .wpcf7-response-close span:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
}
.wpcf7 .wpcf7-form .wpcf7-response-output .wpcf7-response-close span:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.wpcf7 .wpcf7-form .wpcf7-response-output .wpcf7-response-close:hover {
  background-color: rgba(255, 255, 255, 0.12);
  border-color: #FFFFFF;
}
.wpcf7 .wpcf7-form .wpcf7-response-output p {
  font-size: 0.9rem;
  margin: 0.5rem 0;
  max-width: 46rem;
}
.wpcf7 .wpcf7-form .wpcf7-response-output strong {
  font-size: 1.2rem;
  font-weight: 300;
}
.wpcf7 .wpcf7-form .wpcf7-response-output a {
  font-size: 0.9rem;
  text-decoration: underline;
}
.wpcf7 .wpcf7-form .wpcf7-response-output .btn {
  margin-top: 1rem;
  text-decoration: none;
}
.wpcf7 .wpcf7-form .wpcf7-response-output:before {
  content: "";
  width: 10rem;
  height: 4rem;
  margin-bottom: 1rem;
  background: url("../img/logo-white.svg");
  background-size: 10rem;
  background-repeat: no-repeat;
  background-position: center;
}
.wpcf7 .wpcf7-form.validating .wpcf7-response-output {
  display: none;
}
.wpcf7 .wpcf7-form.invalid .wpcf7-response-output {
  color: #fff;
  background-color: #0d0e21;
}
.wpcf7 .wpcf7-form.invalid .wpcf7-response-output:before {
  background: url("../img/logo-white.svg"), #0d0e21;
  background-size: 10rem;
  background-repeat: no-repeat;
  background-position: center;
}
.wpcf7 .wpcf7-form.sent .wpcf7-response-output:before, .wpcf7 .wpcf7-form.resetting .wpcf7-response-output:before {
  background: url("../img/logo-white.svg"), #0d0e21;
  background-size: 10rem;
  background-repeat: no-repeat;
  background-position: center;
}

body.page-diagnostic .wpcf7 .wpcf7-form .wpcf7-response-output {
  position: relative;
  top: auto;
  left: auto;
  width: min(900px, 100% - 1.5rem);
  max-width: calc(100% - 1.5rem);
  max-height: none;
  margin: 0 auto;
  padding: 0;
  overflow: visible;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  transform: none;
  background: none;
  box-shadow: none;
  display: block;
}
body.page-diagnostic .wpcf7 .wpcf7-form .wpcf7-response-output:before {
  content: none;
}
body.page-diagnostic .wpcf7 .wpcf7-form .wpcf7-response-output .wpcf7-response-content {
  text-align: center;
  margin: 2rem auto 0;
  padding: 0;
}
body.page-diagnostic .wpcf7 .wpcf7-form .wpcf7-response-output p {
  max-width: none;
}
body.page-diagnostic .wpcf7 .wpcf7-form .wpcf7-response-output strong {
  display: inline-block;
}
body.page-diagnostic .wpcf7 .wpcf7-form .wpcf7-response-output:before {
  margin-right: auto;
  margin-left: 0;
}

@media (max-width: 580px) {
  .wpcf7-form .endForm {
    width: 100%;
  }
  [data-name=rgpd-consent] {
    width: 280px;
  }
  .wpcf7-acceptance .checkbox__text {
    font-size: 0.7rem;
  }
  .diagnostic_form .wpcf7-radio .wpcf7-list-item-label {
    font-size: 0.9rem;
  }
}
@media (max-width: 420px) {
  .wpcf7-form .formBtn span {
    font-size: 0.8rem;
  }
  .diagnostic_form .wpcf7-radio .wpcf7-list-item-label {
    font-size: 0.8rem;
  }
  .wpcf7-form .diagnostic_form .formBtn {
    width: 100%;
  }
  .wpcf7-form .diagnostic_form .formBtn span {
    width: 100%;
  }
}
@media (max-width: 380px) {
  .diag_form {
    padding-left: 0;
    padding-right: 0;
  }
}
.mention_page {
  padding-top: 14rem;
}
.mention_page .row {
  max-width: 980px;
  margin: 0 auto;
}
.mention_page .title {
  margin-bottom: 3rem;
}

.mention_content {
  color: rgba(255, 255, 255, 0.86);
  line-height: 1.7;
}
.mention_content h2,
.mention_content h3,
.mention_content h4 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  color: #FFFFFF;
  font-weight: 500;
  text-transform: uppercase;
}
.mention_content h2 {
  font-size: clamp(1.15rem, 2vw, 1.4rem);
  letter-spacing: 0.16rem;
}
.mention_content h3,
.mention_content h4 {
  font-size: clamp(1rem, 1.5vw, 1.15rem);
  letter-spacing: 0.1rem;
}
.mention_content p,
.mention_content ul,
.mention_content ol {
  margin-bottom: 1.25rem;
}
.mention_content ul,
.mention_content ol {
  padding-left: 1.5rem;
}
.mention_content li {
  margin-bottom: 0.65rem;
}
.mention_content a {
  color: #00FFFF;
  text-decoration: underline;
  text-underline-offset: 0.2rem;
}
.mention_content strong {
  color: #FFFFFF;
  font-weight: 500;
}

@media (max-width: 767px) {
  .mention_page {
    padding-top: 8rem;
  }
  .mention_page .title {
    margin-bottom: 0;
  }
}
@media (max-width: 420px) {
  .mention_page .col-12 {
    padding: 0;
  }
}
.notfound_page {
  min-height: 100vh;
  padding-top: 14rem;
  padding-bottom: 6rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  text-align: center;
}

.notfound_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 1.5rem;
}

.notfound_code {
  color: #00FFFF;
  font-size: clamp(4rem, 12vw, 9rem);
  font-weight: 700;
  line-height: 0.85;
  letter-spacing: 0.2rem;
}

.notfound_actions {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1rem;
}

@media (max-width: 767px) {
  .notfound_page {
    padding-top: 10rem;
    padding-bottom: 4rem;
  }
  .notfound_actions {
    width: 100%;
  }
  .notfound_actions .btn {
    width: 100%;
  }
}
.page-accueil .hero_visual img {
  object-position: right center;
}

.trouble_title {
  position: relative;
  z-index: 3;
  margin-top: 6rem;
  margin-bottom: 2rem;
}

.trouble_grid {
  position: relative;
  width: 100%;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, 1fr);
}

.trouble_item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 1rem;
  position: relative;
  min-height: 9rem;
  padding: 1.5rem;
  border-radius: 1rem;
  color: #FFFFFF;
  text-decoration: none;
  overflow: hidden;
  border-radius: 1rem;
}
.trouble_item > * {
  position: relative;
  z-index: 2;
}
.trouble_item img {
  height: 30px;
}
.trouble_item div {
  padding-left: 1.5rem;
}
.trouble_item h3 {
  font-size: clamp(1.1rem, 0.5vw, 1.5rem);
  letter-spacing: 0.25rem;
  text-indent: 0.25rem;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 0.25rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
}
.trouble_item h3:before {
  content: "";
  width: 1.1rem;
  height: 1.1rem;
  margin-left: -1.5rem;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmZmZmYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBjbGFzcz0ibHVjaWRlIGx1Y2lkZS1jaGV2cm9uLXJpZ2h0LWljb24gbHVjaWRlLWNoZXZyb24tcmlnaHQiPjxwYXRoIGQ9Im05IDE4IDYtNi02LTYiLz48L3N2Zz4=");
  background-size: contain;
  background-repeat: no-repeat;
}
.trouble_item:before, .trouble_item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  border-radius: inherit;
  mix-blend-mode: color-dodge;
  border-radius: 1rem;
}
.trouble_item:before {
  background: radial-gradient(circle at 12% 10%, rgba(46.36, 132.4571428571, 185.44, 0.88) 0%, rgba(28, 80, 112, 0) 48%), radial-gradient(circle at 95% 88%, rgba(0, 255, 255, 0.24) 0%, rgba(0, 255, 255, 0) 36%), linear-gradient(135deg, rgba(15.875, 16.3285714286, 34.925, 0.98) 0%, rgba(28, 80, 112, 0.82) 42%, rgba(54.125, 55.6714285714, 119.075, 0.9) 100%);
  box-shadow: inset 0 0 80px -15px rgba(255, 255, 255, 0.32);
  opacity: 0;
  transition: opacity 0.35s cubic-bezier(0, 0.07, 0.57, 0.99);
}
.trouble_item:after {
  background: radial-gradient(circle at 20% 0%, rgba(28, 80, 112, 0.32) 0%, rgba(28, 80, 112, 0) 42%), radial-gradient(circle at 85% 100%, rgba(42.28, 120.8, 169.12, 0.22) 0%, rgba(28, 80, 112, 0) 38%), linear-gradient(135deg, rgba(19.0625, 19.6071428571, 41.9375, 0.5) 0%, rgba(35, 36, 77, 0.46) 38%, rgba(28, 80, 112, 0.28) 68%, rgba(47.75, 49.1142857143, 105.05, 0.62) 100%);
  box-shadow: inset 0 0 60px -15px rgba(255, 255, 255, 0.12);
}
.trouble_item:hover:before, .trouble_item:focus-visible:before {
  opacity: 1;
}
.trouble_item:hover h3:before, .trouble_item:focus-visible h3:before {
  animation-name: bounceIt;
  animation-duration: 0.6s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-fill-mode: both;
}
.trouble_item.myopie {
  left: 30px;
  padding-right: calc(1.5rem + 30px);
}
.trouble_item.myopie:before, .trouble_item.myopie:after {
  transform: skewX(15deg) translate(-16px, 0);
}
.trouble_item.hypermetropie {
  padding-left: calc(1.5rem + 30px);
}
.trouble_item.hypermetropie:before, .trouble_item.hypermetropie:after {
  transform: skewX(15deg) translate(16px, 0);
}
.trouble_item.astigmatisme {
  padding-right: calc(1.5rem + 30px);
}
.trouble_item.astigmatisme:before, .trouble_item.astigmatisme:after {
  transform: skewX(-15deg) translate(-16px, 0);
}
.trouble_item.presbytie {
  left: -30px;
  padding-left: calc(1.5rem + 30px);
}
.trouble_item.presbytie:before, .trouble_item.presbytie:after {
  transform: skewX(-15deg) translate(16px, 0);
}

.journey_step {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  text-align: center;
}
.journey_step h3 {
  font-weight: 500;
  margin-bottom: 0.5rem;
  letter-spacing: 0.2rem;
  text-indent: 0.2rem;
  text-transform: uppercase;
}

.journey_nb {
  font-size: 2rem;
  font-weight: bold;
  width: 5.5rem;
  height: 9rem;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  text-align: center;
  padding: 1.6rem 1rem;
}
.journey_nb:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../img/logo-element-number.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.1;
}

.about_technology .row {
  padding-bottom: 20rem;
}

.about_technology_visual {
  border-radius: 2rem;
  overflow: hidden;
  height: 600px;
  max-height: 60vh;
  position: relative;
}
.about_technology_visual picture {
  width: 1100px;
  max-width: 100%;
  margin: 0 auto;
  height: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.about_technology_visual picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  -o-object-fit: cover;
  -o-object-position: center;
  vertical-align: middle;
}

.about_thomas {
  margin-top: -19rem;
  padding-left: calc(10vw + 80px);
  padding-right: calc(10vw + 80px);
}

.about_thomas_visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  -o-object-fit: cover;
  -o-object-position: center;
  vertical-align: middle;
}

.about_thomas_content {
  padding-top: 4rem;
}
.about_thomas_content .title {
  color: #0d0e21;
}

.about_thomas_intro {
  color: #0d0e21;
  margin-bottom: 3rem;
}

.about_thomas_bio p strong {
  color: #00FFFF;
  font-size: 1.1rem;
}
.about_thomas_bio ul {
  list-style: none;
  padding-left: 0;
}
.about_thomas_bio ul li {
  padding: 0.75rem 1.25rem;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.05) 80%);
  border-radius: 2rem;
  font-size: 1.1rem;
}

.appointment_preview_visual {
  position: relative;
  height: auto;
}
.appointment_preview_visual picture {
  position: absolute;
  inset: 0;
  width: calc(100% - 2rem);
  left: 1rem;
}
.appointment_preview_visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  -o-object-fit: cover;
  -o-object-position: center;
  vertical-align: middle;
}

.appointment_preview_content {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.appointment_preview_content .btn {
  margin-top: 3rem;
}

.trouble_explain_visual > div {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.trouble_explain_visual_text {
  position: absolute;
  z-index: 1;
  top: 5%;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  font-size: clamp(1.3rem, 4vw, 2.2rem);
  letter-spacing: 0.4rem;
  text-transform: uppercase;
  font-weight: bold;
}
.trouble_explain_visual_text p.scale06 {
  transform: scale(0.6) translate(0, 5px);
}
.trouble_explain_visual_text p.scale07 {
  transform: scale(0.7);
}
.trouble_explain_visual_text p.scale14 {
  transform: scale(1.4) translate(0, 10px);
}
.trouble_explain_visual_text p.scale20 {
  transform: scale(2) translate(0, 15px);
}
.trouble_explain_visual_text p.blur {
  filter: blur(1.5px);
}
.trouble_explain_visual_text p.blurStrong {
  filter: blur(3px);
}
.trouble_explain_visual_text p.blurStrong2 {
  filter: blur(6px);
}
.trouble_explain_visual_text p.blurLite {
  filter: blur(1px);
}

.trouble_explain_content {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.technic_use {
  margin-top: -11rem;
  padding-left: 5vw;
  padding-right: 5vw;
}
.technic_use .row {
  padding-top: 10rem;
}

.technic_use_grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 2rem;
  margin-bottom: 4rem;
}
.technic_use_grid.grid-items-4 {
  grid-template-columns: repeat(4, 1fr);
}
.technic_use_grid.grid-items-3 {
  grid-template-columns: repeat(3, 1fr);
}
.technic_use_grid.grid-items-2 {
  grid-template-columns: repeat(2, 1fr);
}

.technic_use_item {
  padding: 3rem 2rem;
  border-radius: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  background-color: #eef0f2;
  text-align: center;
}
.technic_use_item h3 {
  font-size: clamp(1.1rem, 0.5vw, 1.5rem);
  letter-spacing: 0.25rem;
  text-indent: 0.25rem;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 0.5rem;
}

.advanced_technology_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: nowrap;
}

.page-trouble .faq_aera {
  margin-top: 0;
}

.pre_operation_content {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.process_operation {
  position: relative;
}
.process_operation .row {
  align-items: stretch;
}
.process_operation:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 110%;
  top: -5%;
  left: 0;
  background: radial-gradient(circle at 50% 50%, #1c5070 -40%, rgba(28, 80, 112, 0) 50%);
  z-index: -1;
}

.process_operation_content {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.process_operation_content ol {
  list-style: none;
  padding-left: 3rem;
  margin: 1.5rem 0;
}
.process_operation_content ol li {
  margin: 2rem 0;
  counter-increment: liste;
  position: relative;
  font-weight: 200;
}
.process_operation_content ol li strong {
  font-weight: 500;
}
.process_operation_content ol li:before {
  content: counter(liste);
  position: absolute;
  left: -3.05rem;
  top: 0.6rem;
  font-weight: 500;
  font-size: 1.4rem;
}
.process_operation_content ol li:after {
  content: "";
  position: absolute;
  width: 3.5rem;
  height: 5rem;
  left: -4.5rem;
  top: 0;
  background-image: url("../img/logo-element-number.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.1;
}
.process_operation_content ol li:nth-child(2):before {
  left: -3.15rem;
}
.process_operation_content ol li:nth-child(3):before {
  left: -3.15rem;
}
.process_operation_content ol li:nth-child(4):before {
  left: -3.2rem;
}

.process_operation_visual {
  display: flex;
  height: auto;
  position: relative;
}
.process_operation_visual picture {
  position: absolute;
  inset: 0;
  width: calc(100% - 2rem);
  left: 1rem;
}
.process_operation_visual img {
  display: block;
}

.post_operation_visual {
  display: flex;
  height: auto;
  position: relative;
}
.post_operation_visual picture {
  position: absolute;
  inset: 0;
  width: calc(100% - 2rem);
  left: 1rem;
}
.post_operation_visual img {
  display: block;
}

.post_operation_content {
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: nowrap;
}

.technology_list {
  margin-top: 6rem;
}

.technology_details_visual {
  height: auto;
}
.technology_details_visual picture {
  position: absolute;
  inset: 0;
  width: calc(100% - 2rem);
  left: 1rem;
}
.technology_details_visual img {
  display: block;
}

.technology_details_content {
  padding-top: 3rem;
  padding-bottom: 2rem;
}

.tarifs_table {
  position: relative;
  z-index: 2;
}

.tarifs_table_grid {
  width: min(1180px, 100%);
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 2rem;
  background: linear-gradient(135deg, rgba(35, 36, 77, 0.86), rgba(13, 14, 33, 0.72)), radial-gradient(circle at 100% 0%, rgba(28, 80, 112, 0.5), rgba(28, 80, 112, 0) 38%);
  box-shadow: 0 1.25rem 4rem rgba(13, 14, 33, 0.28);
}

.tarifs_table_header,
.tarifs_table_row {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) minmax(280px, 1.35fr) minmax(130px, 0.45fr);
  align-items: center;
}

.tarifs_table_header {
  padding: 1rem 1.5rem;
  color: #00FFFF;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.18rem;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  background-color: rgba(13, 14, 33, 0.34);
}

.tarifs_table_row {
  min-height: 6.25rem;
  padding: 1.35rem 1.5rem;
  transition: background-color 0.3s cubic-bezier(0, 0.07, 0.57, 0.99);
}
.tarifs_table_row:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.tarifs_table_row:hover {
  background-color: rgba(255, 255, 255, 0.08);
}

.tarifs_table_cell {
  padding-right: 2rem;
  line-height: 1.35;
}

.tarifs_table_acte {
  font-size: clamp(1rem, 1.5vw, 1.1rem);
  font-weight: 500;
  letter-spacing: 0.12rem;
  text-transform: uppercase;
}

.tarifs_table_indication {
  color: rgba(255, 255, 255, 0.82);
  font-weight: 300;
}

.tarifs_table_price {
  padding-right: 0;
  color: #00FFFF;
  font-size: clamp(1.1rem, 1.7vw, 1.4rem);
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
}

.funding {
  position: relative;
}
.funding:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 180%;
  top: -50%;
  left: 0;
  background: radial-gradient(circle at 50% 50%, #1c5070 -50%, rgba(28, 80, 112, 0) 40%);
  z-index: -1;
}

.funding_content {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.funding_visual {
  position: relative;
  height: auto;
}
.funding_visual picture {
  position: absolute;
  width: calc(100% - 2rem);
  left: 1rem;
}
.funding_visual img {
  display: block;
}

.page-contact .hero_ancors {
  margin-top: 0.75rem;
}
.page-contact .hero_ancors .btn {
  min-width: 400px;
}

.contact_card_label {
  color: #00FFFF;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18rem;
  text-transform: uppercase;
}

.contact_intro {
  max-width: 560px;
  padding: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 2rem;
  gap: 0.75rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: nowrap;
  margin-bottom: 1.5rem;
}
.contact_intro h2 {
  margin-bottom: 1rem;
  font-weight: 500;
  font-size: clamp(1rem, 1.5vw, 1.2rem);
}

.contact_centres {
  position: relative;
  padding-top: 0;
}
.contact_centres:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 180%;
  top: -25%;
  left: 0;
  background: radial-gradient(circle at 50% 50%, #1c5070 -40%, rgba(28, 80, 112, 0) 50%);
  z-index: -1;
  pointer-events: none;
}

.contact_card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
  min-height: 100%;
  gap: 2rem;
  padding: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 2rem;
  background: linear-gradient(135deg, rgba(35, 36, 77, 0.88), rgba(13, 14, 33, 0.68)), radial-gradient(circle at 100% 0%, rgba(28, 80, 112, 0.42), rgba(28, 80, 112, 0) 56%);
  box-shadow: 0 1.25rem 4rem rgba(13, 14, 33, 0.22);
  transition: transform 0.3s cubic-bezier(0, 0.07, 0.57, 0.99), border-color 0.3s cubic-bezier(0, 0.07, 0.57, 0.99);
}
.contact_card:hover {
  transform: translateY(-0.25rem);
  border-color: rgba(0, 255, 255, 0.42);
}
.contact_card > div {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 0.75rem;
}
.contact_card h2 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-weight: 500;
  font-size: clamp(1rem, 1.5vw, 1.2rem);
}

.contact_card_label {
  display: block;
}

.contact_intro address,
.contact_card address,
.contact_map_card address {
  font-style: normal;
  display: flex;
  color: rgba(255, 255, 255, 0.84);
  line-height: 1.45;
}
.contact_intro address:before,
.contact_card address:before,
.contact_map_card address:before {
  content: "";
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.75rem;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmZmZmYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBjbGFzcz0ibHVjaWRlIGx1Y2lkZS1tYXAtcGluLWljb24gbHVjaWRlLW1hcC1waW4iPjxwYXRoIGQ9Ik0yMCAxMGMwIDQuOTkzLTUuNTM5IDEwLjE5My03LjM5OSAxMS43OTlhMSAxIDAgMCAxLTEuMjAyIDBDOS41MzkgMjAuMTkzIDQgMTQuOTkzIDQgMTBhOCA4IDAgMCAxIDE2IDAiLz48Y2lyY2xlIGN4PSIxMiIgY3k9IjEwIiByPSIzIi8+PC9zdmc+");
  background-size: contain;
  background-repeat: no-repeat;
}

.telContact {
  display: flex;
  align-items: center;
}
.telContact:before {
  content: "";
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.75rem;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmZmZmYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBjbGFzcz0ibHVjaWRlIGx1Y2lkZS1waG9uZS1pY29uIGx1Y2lkZS1waG9uZSI+PHBhdGggZD0iTTEzLjgzMiAxNi41NjhhMSAxIDAgMCAwIDEuMjEzLS4zMDNsLjM1NS0uNDY1QTIgMiAwIDAgMSAxNyAxNWgzYTIgMiAwIDAgMSAyIDJ2M2EyIDIgMCAwIDEtMiAyQTE4IDE4IDAgMCAxIDIgNGEyIDIgMCAwIDEgMi0yaDNhMiAyIDAgMCAxIDIgMnYzYTIgMiAwIDAgMS0uOCAxLjZsLS40NjguMzUxYTEgMSAwIDAgMC0uMjkyIDEuMjMzIDE0IDE0IDAgMCAwIDYuMzkyIDYuMzg0Ii8+PC9zdmc+");
  background-size: contain;
  background-repeat: no-repeat;
}

.emailContact {
  display: flex;
  align-items: center;
}
.emailContact:before {
  content: "";
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.75rem;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmZmZmYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBjbGFzcz0ibHVjaWRlIGx1Y2lkZS1tYWlsLWljb24gbHVjaWRlLW1haWwiPjxwYXRoIGQ9Im0yMiA3LTguOTkxIDUuNzI3YTIgMiAwIDAgMS0yLjAwOSAwTDIgNyIvPjxyZWN0IHg9IjIiIHk9IjQiIHdpZHRoPSIyMCIgaGVpZ2h0PSIxNiIgcng9IjIiLz48L3N2Zz4=");
  background-size: contain;
  background-repeat: no-repeat;
}

.contact_phone {
  display: inline-block;
  color: #FFFFFF;
  font-size: 1.1rem;
  font-weight: 700;
  transition: color 0.3s cubic-bezier(0, 0.07, 0.57, 0.99);
}
.contact_phone:hover {
  color: #00FFFF;
}

#intervention {
  margin-top: 4rem;
}

.contact_operation_content {
  max-width: 700px;
}
.contact_operation_content .title {
  display: block;
  margin: 0.75rem 0 1.5rem;
}

@media (max-width: 1750px) {
  .about_thomas {
    margin-top: -16rem;
    padding-top: 0;
  }
}
@media (max-width: 1599px) {
  .trouble_item {
    padding: 1rem;
  }
  .trouble_item img {
    height: 25px;
  }
  .trouble_item div {
    padding-left: 1rem;
  }
  .trouble_item h3 {
    font-size: clamp(1rem, 0.5vw, 1.3rem);
    letter-spacing: 0.15rem;
    text-indent: 0.15rem;
  }
  .trouble_item h3:before {
    margin-left: -1rem;
  }
  .trouble_item.myopie {
    left: 30px;
    padding-right: calc(1rem + 30px);
  }
  .trouble_item.myopie:before, .trouble_item.myopie:after {
    transform: skewX(15deg) translate(-14px, 0);
  }
  .trouble_item.hypermetropie {
    padding-left: calc(1rem + 30px);
  }
  .trouble_item.hypermetropie:before, .trouble_item.hypermetropie:after {
    transform: skewX(15deg) translate(14px, 0);
  }
  .trouble_item.astigmatisme {
    padding-right: calc(1rem + 30px);
  }
  .trouble_item.astigmatisme:before, .trouble_item.astigmatisme:after {
    transform: skewX(-15deg) translate(-14px, 0);
  }
  .trouble_item.presbytie {
    left: -30px;
    padding-left: calc(1rem + 30px);
  }
  .trouble_item.presbytie:before, .trouble_item.presbytie:after {
    transform: skewX(-15deg) translate(14px, 0);
  }
}
@media (max-width: 1500px) {
  .about_technology .row {
    padding-bottom: 24rem;
  }
  .about_thomas {
    margin-top: -18rem;
  }
}
@media (max-width: 1400px) {
  /* Global*/
  section {
    padding: 5rem 5vw 0 5vw;
  }
  .hero {
    padding: 12rem calc(5vw + 1rem) 4rem calc(5vw + 1rem);
  }
  .hero_content {
    width: clamp(300px, 60vw, 800px);
  }
  .hero_content .title {
    margin-left: 0;
    font-size: clamp(1.2rem, 2.5vw, 1.5rem);
  }
  .hero_content .title strong {
    font-size: clamp(1.4rem, 3vw, 1.8rem);
  }
  .page-trouble, .page-parcours, .page-traitement, .page-contact, .page-faq {
    --hero-overlap-bottom: 10rem;
    --hero-overlap-offset: -9rem;
  }
  .page-tarifs {
    --hero-overlap-bottom: 12rem;
    --hero-overlap-offset: -8rem;
  }
  .diag_form {
    padding-top: 10rem;
  }
  /* page accueil */
  .trouble_item img {
    height: 20px;
  }
  .trouble_item h3 {
    font-size: clamp(0.9rem, 0.4vw, 1.2rem);
    letter-spacing: 0.1rem;
    text-indent: 0.1rem;
  }
  .trouble_item h3:before {
    margin-left: -1.25rem;
  }
  .trouble_item p {
    font-size: 0.85rem;
  }
  .trouble_item.myopie {
    left: 30px;
    padding-right: 25px;
  }
  .trouble_item.myopie:before, .trouble_item.myopie:after {
    transform: skewX(15deg) translate(-14px, 0);
  }
  .trouble_item.hypermetropie {
    padding-left: 25px;
  }
  .trouble_item.hypermetropie:before, .trouble_item.hypermetropie:after {
    transform: skewX(15deg) translate(14px, 0);
  }
  .trouble_item.astigmatisme {
    padding-right: 25px;
  }
  .trouble_item.astigmatisme:before, .trouble_item.astigmatisme:after {
    transform: skewX(-15deg) translate(-14px, 0);
  }
  .trouble_item.presbytie {
    left: -30px;
    padding-left: 35px;
  }
  .trouble_item.presbytie:before, .trouble_item.presbytie:after {
    transform: skewX(-15deg) translate(14px, 0);
  }
  .about_technology .row {
    padding-bottom: 20rem;
  }
  .about_thomas {
    margin-top: -17rem;
    padding-left: 10vw;
    padding-right: 10vw;
  }
  /* Page trouble */
  .technic_use_item {
    padding: 2rem 1rem;
  }
  .technic_use_item h3 {
    font-size: clamp(1rem, 1vw, 1.3rem);
    letter-spacing: 0.05rem;
    text-indent: 0.05rem;
  }
}
@media (max-width: 1300px) {
  .diag_form {
    padding-top: 6rem;
  }
}
@media (max-width: 1200px) {
  .about_technology .row {
    padding-bottom: 21rem;
  }
  .about_thomas {
    margin-top: -18rem;
  }
}
@media (max-width: 1024px) {
  .about_technology .row {
    padding-bottom: 3rem;
  }
  .about_thomas {
    margin-top: 0;
    padding-top: 3rem;
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .about_thomas_content {
    padding-top: 2rem;
  }
  .about_thomas_content .title {
    color: #FFFFFF;
  }
  .about_thomas_content .about_thomas_intro {
    color: #FFFFFF;
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  /* Global */
  .page-trouble, .page-parcours, .page-traitement, .page-contact, .page-tarifs, .page-faq {
    --hero-overlap-bottom: 3rem;
    --hero-overlap-offset: 0;
  }
  .hero {
    min-height: 1px;
    padding: 10rem calc(5vw + 1rem) 4rem calc(5vw + 1rem);
  }
  .hero:after {
    background: rgba(13, 14, 33, 0.7);
  }
  .hero + section {
    position: relative;
    padding-top: 2rem;
  }
  .hero + section:before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 250px;
    background: linear-gradient(180deg, rgba(13, 14, 33, 0.7) 0%, rgba(13, 14, 33, 0) 100%);
    user-select: none;
    pointer-events: none;
  }
  .hero_content {
    width: 100%;
    gap: 1rem;
  }
  .hero_content .text {
    width: 100%;
  }
  /* Page accueil */
  .trouble_grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem 0rem;
  }
  .trouble_item {
    padding: 1.5rem 2.5rem !important;
  }
  .trouble_item.myopie, .trouble_item.presbytie {
    left: 0;
  }
  .about_technology .row {
    padding: 3rem 1.5rem;
    padding-top: 3rem;
  }
  .about_thomas_bio ul li {
    border-radius: 1.5rem;
    font-size: 1rem;
  }
  /* Page trouble */
  .trouble_explain .row {
    gap: 2rem 0;
  }
  .trouble_explain_visual > div {
    height: 600px;
  }
  .trouble_explain_visual img {
    object-position: bottom;
  }
  .trouble_explain_content {
    padding-top: 2rem;
    padding-bottom: 0;
  }
  .technic_use {
    margin-top: 0;
  }
  .technic_use .row {
    padding: 3rem 1.5rem;
    padding-top: 3rem;
  }
  .technic_use_grid,
  .technic_use_grid.grid-items-2,
  .technic_use_grid.grid-items-4,
  .technic_use_grid.grid-items-3 {
    grid-template-columns: repeat(1, 1fr);
  }
  /* Page parcours */
  .pre_operation .row {
    gap: 2rem 0;
  }
  .pre_operation_content {
    padding-top: 0;
    padding-bottom: 0;
    order: 1;
  }
  .pre_operation_visual {
    order: 2;
    height: 420px;
  }
  .process_operation .row {
    gap: 2rem 0;
  }
  .process_operation_visual {
    height: 420px;
  }
  .process_operation_visual picture {
    position: initial;
    width: 100%;
  }
  .process_operation_visual img {
    object-position: right center;
  }
  .process_operation_visual.stickyAppear.fromTop {
    transform: translate(0, 50px);
  }
  .post_operation .row {
    gap: 2rem 0;
  }
  .post_operation_content {
    order: 1;
    padding-top: 0;
    padding-bottom: 0;
  }
  .post_operation_visual {
    height: 420px;
    order: 2;
  }
  .post_operation_visual picture {
    position: initial;
    width: 100%;
  }
  /* Pages traitement/contact */
  .technology_details .row {
    gap: 2rem 0;
  }
  .technology_details_content {
    padding-top: 2rem;
  }
  .technology_list {
    margin-top: 4rem;
  }
  /* Page tarifs */
  .tarifs_table {
    padding-bottom: 0;
  }
  .tarifs_table_header {
    display: none;
  }
  .tarifs_table_grid {
    display: grid;
    gap: 1rem;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }
  .tarifs_table_acte {
    letter-spacing: 0.08rem;
  }
  .tarifs_table_row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.85rem;
    min-height: 0;
    padding: 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 2rem;
    background: linear-gradient(135deg, rgba(35, 36, 77, 0.9), rgba(13, 14, 33, 0.72)), radial-gradient(circle at 100% 0%, rgba(28, 80, 112, 0.38), rgba(28, 80, 112, 0) 55%);
  }
  .tarifs_table_row:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }
  .tarifs_table_cell {
    padding-right: 0;
  }
  .tarifs_table_cell:before {
    content: attr(data-label);
    display: block;
    margin-bottom: 0.25rem;
    color: #00FFFF;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.14rem;
    text-transform: uppercase;
  }
  .tarifs_table_price {
    text-align: left;
  }
  /* Page contact */
  .page-contact .hero_ancors .btn {
    min-width: 0;
    width: min(400px, 100%);
  }
  .contact_lead {
    margin: 3rem 0 0;
  }
  .contact_centres .row {
    gap: 1.5rem 0;
  }
  .contact_operation {
    padding-top: 3rem;
  }
  .contact_operation .row {
    gap: 2rem;
  }
}
@media (max-width: 767px) {
  /* Page accueil */
  .hero_visual {
    height: 100vw;
    max-height: 100%;
  }
  .trouble_title {
    margin-top: 4rem;
  }
  .trouble_grid {
    grid-template-columns: 1fr;
  }
  .trouble_item {
    min-height: 8rem;
    padding: 1.35rem !important;
  }
  .trouble_item.myopie, .trouble_item.hypermetropie, .trouble_item.astigmatisme, .trouble_item.presbytie {
    left: 0;
    padding-left: 1.35rem;
    padding-right: 1.35rem;
  }
  .trouble_item.myopie:before, .trouble_item.myopie:after, .trouble_item.hypermetropie:before, .trouble_item.hypermetropie:after, .trouble_item.astigmatisme:before, .trouble_item.astigmatisme:after, .trouble_item.presbytie:before, .trouble_item.presbytie:after {
    transform: none;
    mix-blend-mode: normal;
  }
  .about_technology .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .about_technology_visual {
    height: 420px;
    max-height: none;
  }
  .about_thomas_visual {
    order: 2;
    height: 420px;
  }
  .about_thomas_visual img {
    object-position: top center;
  }
  .about_thomas_visual.stickyAppear.fromLeft, .about_thomas_visual.stickyAppear.fromRight {
    transform: translate(0px, 50px);
  }
  .about_thomas_content {
    order: 1;
    padding-top: 0;
    padding-bottom: 2rem;
  }
  .appointment_preview_visual {
    height: 360px;
  }
  .appointment_preview_visual picture {
    position: initial;
    width: 100%;
  }
  .appointment_preview_visual.stickyAppear.fromLeft, .appointment_preview_visual.stickyAppear.fromRight {
    transform: translate(0px, 50px);
  }
  .appointment_preview_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    text-align: center;
    padding-bottom: 0;
  }
  .appointment_preview_content .title {
    align-items: center;
    text-align: center;
  }
  .appointment_preview_content .text p {
    text-align: center;
    margin: 0.75rem auto;
  }
  .appointment_preview_content .text ul {
    padding-left: 0;
    list-style: none;
  }
  .appointment_preview_content .text ul li {
    margin: 0.75rem auto;
    text-align: center;
  }
  .appointment_preview_content .btn {
    margin-top: 1rem;
  }
  .appointment_preview + .appointment_preview .appointment_preview_visual {
    order: 1;
  }
  .appointment_preview + .appointment_preview .appointment_preview_content {
    order: 2;
  }
  /* Pages trouble/parcours/traitement */
  .trouble_explain_visual > div {
    height: 500px;
  }
  .trouble_explain_visual_text {
    letter-spacing: 0.22rem;
  }
  .trouble_explain_content .btn.basicAppear.-xRight {
    transform: translate(0, 0);
    opacity: 0;
  }
  .technic_use {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .technic_use_grid,
  .technic_use_grid.grid-items-4,
  .technic_use_grid.grid-items-3,
  .technic_use_grid.grid-items-2 {
    grid-template-columns: 1fr;
  }
  .advanced_technology_visual {
    height: 360px;
  }
  .advanced_technology_content {
    padding-top: 2rem;
  }
  .pre_operation_visual {
    height: 360px;
  }
  .process_operation_content ol {
    padding-left: 2.5rem;
  }
  .process_operation_content ol li {
    margin: 1.5rem 0;
  }
  .process_operation_content ol li:before {
    left: -2.35rem;
    font-size: 1rem;
  }
  .process_operation_content ol li:after {
    left: -3.65rem;
    width: 3rem;
    height: 4.25rem;
  }
  .process_operation_content ol li:nth-child(2):before, .process_operation_content ol li:nth-child(3):before {
    left: -2.45rem;
  }
  .process_operation_content ol li:nth-child(4):before {
    left: -2.5rem;
  }
  .process_operation_visual {
    height: 360px;
  }
  .post_operation_visual {
    height: 360px;
  }
  .technology_details_visual {
    height: 360px;
    order: 2;
  }
  .technology_details_visual picture {
    position: initial;
    inset: 0;
    width: 100%;
  }
  .technology_details_content {
    padding-top: 0;
    padding-bottom: 0;
    order: 1;
  }
  .technology_list {
    margin-top: 3rem;
  }
  .technology_details .spaceTop {
    margin-top: 0;
  }
  /* page tarifs */
  .funding + .appointment_preview {
    padding-top: 2rem;
  }
  .funding_content {
    padding-top: 2rem;
    padding-bottom: 0;
    order: 2;
  }
  .funding_visual {
    position: relative;
    height: 360px;
    order: 1;
  }
  .funding_visual picture {
    position: initial;
    width: 100%;
  }
  .contact_form {
    padding-top: 2rem;
  }
}
@media (max-width: 580px) {
  /* GLOBAL*/
  .title {
    letter-spacing: 0.1rem;
  }
  .btn {
    font-size: 0.9rem;
    padding: 0.75rem 2rem 0.75rem 1rem;
  }
  .btn:after {
    width: 1.8rem;
    height: 1rem;
  }
  .hero_content .title {
    font-size: clamp(1rem, 1.5vw, 1.4rem);
  }
  .hero_content .title strong {
    font-size: clamp(1.2rem, 2vw, 1.6rem);
  }
  .hero_content_cta {
    width: 100%;
  }
  .hero_ancors {
    width: 100%;
  }
  .hero_ancors .btn {
    min-width: 1px;
    width: 100%;
  }
  /* Page accueil */
  .trouble_title {
    margin-top: 3rem;
  }
  .trouble_item div {
    padding-left: 1.25rem;
  }
  .trouble_item h3 {
    letter-spacing: 0.14rem;
    text-indent: 0.14rem;
  }
  .about_technology .row {
    border-radius: 1rem;
    padding: 2rem 0.5rem;
    padding-top: 2rem;
  }
  .about_technology_visual {
    height: 360px;
  }
  .about_thomas_bio ul li {
    font-size: 1rem;
  }
  .appointment_preview_content .btn {
    margin-top: 2rem;
  }
  /* Page trouble */
  .trouble_explain_visual > div {
    min-height: 280px;
  }
  .technic_use .row {
    border-radius: 1rem;
    padding: 2rem 0.5rem;
    padding-top: 2rem;
  }
  .technic_use_item {
    padding: 2rem 1.25rem;
  }
  .technic_use_item h3 {
    letter-spacing: 0.14rem;
    text-indent: 0.14rem;
  }
  /* Page tarifs */
  .tarifs_table {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .tarifs_table_row {
    padding: 1.25rem;
    border-radius: 1.5rem;
  }
  .tarifs_table_cell {
    overflow-wrap: anywhere;
  }
  .tarifs_table_price {
    white-space: normal;
  }
  /* Page contact */
  .contact_centres,
  .contact_operation {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .contact_intro,
  .contact_card,
  .contact_map_card {
    padding: 1.35rem;
    border-radius: 1.5rem;
  }
  .contact_card .btn {
    width: 100%;
  }
  .contact_intro address,
  .contact_card address,
  .contact_map_card address,
  .telContact,
  .emailContact {
    align-items: flex-start;
    overflow-wrap: anywhere;
  }
  .wpcf7-form label {
    width: 100%;
    margin: 0.75rem 0;
  }
  /* FAQ */
  .faqContainer_item_ask {
    border-radius: 1rem;
    font-size: 0.9rem;
  }
  .faqContainer_item_response {
    font-size: 0.9rem;
  }
}
@media (max-width: 420px) {
  /* Global */
  .btn {
    width: 100%;
    text-align: center;
    text-wrap: balance;
  }
  /* Page tarifs */
  .tarifs_table_row {
    padding: 1.1rem;
  }
  /* Page contact */
  .contact_intro,
  .contact_card,
  .contact_map_card {
    padding: 1.1rem;
  }
  .contact_card_label {
    letter-spacing: 0.12rem;
  }
}
footer {
  padding: 4rem 5% 4rem 5%;
}
footer .row {
  padding: 2rem;
  border-radius: 4rem;
  background-color: rgba(255, 255, 255, 0.2);
  gap: 2rem 0;
}

.footerLogo {
  width: 250px;
}

.mentionsContainer {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  margin-left: auto;
}
.mentionsContainer > p, .mentionsContainer > span, .mentionsContainer > a, .mentionsContainer > button {
  margin: 0.25rem 0.5rem;
  font-size: 0.85rem;
}
.mentionsContainer > button {
  cursor: pointer;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  color: #FFFFFF;
}

.footerLinks {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

@media (max-width: 1599px) {
  footer .row {
    justify-content: space-between;
  }
  .footerLogo {
    order: 1;
  }
  .footerLinks {
    order: 2;
  }
  .footerMentions {
    order: 3;
    width: 100%;
    justify-content: center;
  }
}
@media (max-width: 1599px) {
  .mentionsContainer > p {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .footerLogo {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .footerLinks {
    width: 100%;
    justify-content: center;
  }
  .mentionsContainer {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .mentionsContainer > p, .mentionsContainer > span, .mentionsContainer > a, .mentionsContainer > button {
    margin: 0.5rem 0;
  }
}
@media (max-width: 580px) {
  footer .row {
    border-radius: 2rem;
  }
}/*# sourceMappingURL=screen.css.map */


#cmplz-manage-consent{
  display: none;
}

/* BOTLINK OVERRIDE */

:root {
    --botlink-primary-color:#00FFFF;
    --botlink-secondary-color:#ffffff;
}
.botlink-articles-container{
  padding-top: 15rem;
  & .botlink-articles-grid {
      & .botlink-article-card {
          & .botlink-article-content {
              & .botlink-read-more {
                font-weight: 400;
                color: #23244D;
                  &:hover {
                      background: var(--botlink-secondary-color);
                      color: #23244D;
                  }
              }
          }
      }
  }
}

a.cta {
    background: var(--botlink-primary-color);
    color: #23244D;
    text-transform: initial;
    font-weight: 400;
    &:hover {
        background: var(--botlink-secondary-color);
        color: #23244D;
    }
}

.article-main{
  padding-top: 12.5rem;
  & aside:has(.stickyPanel) {
        & .stickyPanel {
            &>div {
                border: 1px solid var(--botlink-primary-color);
                background-color: transparent;
            }
        }
    }
    & article {
        & .encart-contact {
            & a.btn {
                background: var(--botlink-primary-color);
                color: #23244D;
                text-transform: initial;
                font-weight: 400;
            }
        }
        & footer {
            padding: 0;
            & p{
              text-align: left;
            }
            & a.cta {
                background: var(--botlink-primary-color);
                color: #23244D;
                text-transform: initial;
                font-weight: 400;
                &:hover{
                    background: var(--botlink-secondary-color);
                    color: #23244D;
                }
            }
        }
    }
}