@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box; }

html,
body {
  scroll-behavior: smooth; }

body {
  margin: 0; }

body,
p,
a,
input,
select,
textarea,
button,
ul,
ol,
li {
  font-family: "BMWTypeNextWeb", Arial, Helvetica, sans-serif; }

.container {
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  max-width: 1240px; }

.img-fluid {
  max-width: 100%;
  height: auto;
  display: block; }

section {
  margin-bottom: 40px; }
  @media (min-width: 769px) {
    section {
      margin-bottom: 90px; } }

.section-black {
  color: #FFFFFF;
  background: #0d0d0d; }

.section-beige {
  background: #EEE4D4; }

.section-gray {
  background: #f2f5f7; }

.section-gray-light {
  background: #f5f6f7; }

.section-gray-light-2 {
  background: #f5f5f5; }

.section-gray-lg {
  background: #E6E6E6; }

.section-gray-lg-2 {
  background: #f5f5f5; }

.section-blue-lg {
  background: #f4f8fb; }

.section-gray-dark {
  background: #1d1d1d; }

.section-light-blue {
  background-color: #d8e4f2; }

.section-radial-dark {
  background-image: radial-gradient(circle at 44% 83%, #2a5d3a, #000, #616971, #69727b 0%, #152320 99%, #30312b 99%); }

.section-deep-blue {
  background-image: linear-gradient(246deg, #14243a 97%, #162539 6%); }

.s-padding-40 {
  padding: 20px 0; }
  @media (min-width: 769px) {
    .s-padding-40 {
      padding: 40px 0; } }

.s-padding-50 {
  padding: 30px 0; }
  @media (min-width: 769px) {
    .s-padding-50 {
      padding: 50px 0; } }

.s-padding-60 {
  padding: 40px 0; }
  @media (min-width: 769px) {
    .s-padding-60 {
      padding: 60px 0; } }

.s-padding-70 {
  padding: 40px 0; }
  @media (min-width: 769px) {
    .s-padding-70 {
      padding: 70px 0; } }

.s-padding-80 {
  padding: 50px 0; }
  @media (min-width: 769px) {
    .s-padding-80 {
      padding: 80px 0; } }

.s-padding-90 {
  padding: 50px 0; }
  @media (min-width: 769px) {
    .s-padding-90 {
      padding: 90px 0; } }

.s-padding-100 {
  padding: 60px 0; }
  @media (min-width: 769px) {
    .s-padding-100 {
      padding: 100px 0; } }

.s-pb-60-100 {
  margin-bottom: 60px; }
  @media (min-width: 769px) {
    .s-pb-60-100 {
      margin-bottom: 100px; } }

.s-padding-bottom-80 {
  padding: 0 0 70px 0; }
  @media (min-width: 769px) {
    .s-padding-bottom-80 {
      padding: 0 0 80px 0; } }

.s-padding-bottom-70 {
  padding: 0 0 60px 0; }
  @media (min-width: 769px) {
    .s-padding-bottom-70 {
      padding: 0 0 70px 0; } }

.s-padding-bottom-60 {
  padding: 0 0 50px 0; }
  @media (min-width: 769px) {
    .s-padding-bottom-60 {
      padding: 0 0 60px 0; } }

.s-padding-bottom-50 {
  padding: 0 0 40px 0; }
  @media (min-width: 769px) {
    .s-padding-bottom-50 {
      padding: 0 0 50px 0; } }

.s-padding-bottom-40 {
  padding: 0 0 20px 0; }
  @media (min-width: 769px) {
    .s-padding-bottom-40 {
      padding: 0 0 40px 0; } }

.s-padding-bottom-30 {
  padding: 0 0 20px 0; }
  @media (min-width: 769px) {
    .s-padding-bottom-30 {
      padding: 0 0 30px 0; } }

.text-light {
  font-weight: 300; }

.text-black {
  color: #000000; }

.text-white {
  color: #FFFFFF; }

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

.h2-right h2 {
  text-align: right; }

.h2-33 h2 {
  font-weight: 300;
  line-height: 1.29;
  margin: 0 0 32px;
  font-size: 20px;
  letter-spacing: 0.5px; }
  @media (min-width: 769px) {
    .h2-33 h2 {
      font-size: 33px;
      letter-spacing: 0.8px; } }
  .h2-33 h2 sup {
    font-size: 18px; }

.h2-35 h2 {
  font-size: 35px;
  font-weight: 300;
  line-height: 1.29;
  letter-spacing: 0.88px;
  margin: 0 0 32px; }

.h3-24 h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 0.96; }

.h2-uppercase h2 {
  text-transform: uppercase; }

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

.button-left {
  text-align: left; }

.button-right {
  text-align: right; }

.nm {
  margin: 0; }

.f-xl {
  font-size: 36px;
  line-height: 1;
  text-transform: none; }

.f-xl-subtitle {
  font-size: 18px;
  margin: 0 0 30px; }
  @media (min-width: 769px) {
    .f-xl-subtitle {
      font-size: 18px; } }

.image-round img {
  border-radius: 6px; }

@media (min-width: 769px) {
  .image-round-desktop img {
    border-radius: 6px; } }

@media (max-width: 768px) {
  .image-round-mobile img {
    border-radius: 6px; } }

.at-bottom::before, .at-bottom::after {
  top: 100%; }

.at-bottom::after {
  border-radius: 20px 20px 0 0; }
  @media (min-width: 1240px) {
    .at-bottom::after {
      border-radius: 40px 40px 0 0; } }

.at-bottom.at-inner {
  padding-bottom: 40px; }
  @media (min-width: 1240px) {
    .at-bottom.at-inner {
      padding-bottom: 80px; } }

.at-bottom.at-inner::before, .at-bottom.at-inner::after {
  margin-top: -40px; }
  @media (min-width: 1240px) {
    .at-bottom.at-inner::before, .at-bottom.at-inner::after {
      margin-top: -80px; } }

.at-bottom.at-inner::after {
  border-radius: 0 0 20px 20px; }
  @media (min-width: 1240px) {
    .at-bottom.at-inner::after {
      border-radius: 0 0 40px 40px; } }

.at-top::before, .at-top::after {
  bottom: 100%; }

.at-top::after {
  border-radius: 0 0 20px 20px; }
  @media (min-width: 1240px) {
    .at-top::after {
      border-radius: 0 0 40px 40px; } }

.at-top.at-inner {
  padding-top: 40px; }
  @media (min-width: 1240px) {
    .at-top.at-inner {
      padding-top: 80px; } }

.at-top.at-inner::before, .at-top.at-inner::after {
  margin-bottom: -40px; }
  @media (min-width: 1240px) {
    .at-top.at-inner::before, .at-top.at-inner::after {
      margin-bottom: -80px; } }

.at-top.at-inner::after {
  border-radius: 20px 20px 0 0; }
  @media (min-width: 1240px) {
    .at-top.at-inner::after {
      border-radius: 40px 40px 0 0; } }

.round-black,
.round-gray-light,
.round-gray-dark,
.round-white {
  position: relative; }
  .round-black::before, .round-black::after,
  .round-gray-light::before,
  .round-gray-light::after,
  .round-gray-dark::before,
  .round-gray-dark::after,
  .round-white::before,
  .round-white::after {
    content: '';
    height: 40px;
    width: 100%;
    position: absolute;
    display: block;
    left: 0; }
    @media (min-width: 1240px) {
      .round-black::before, .round-black::after,
      .round-gray-light::before,
      .round-gray-light::after,
      .round-gray-dark::before,
      .round-gray-dark::after,
      .round-white::before,
      .round-white::after {
        height: 80px; } }
  .round-black::before,
  .round-gray-light::before,
  .round-gray-dark::before,
  .round-white::before {
    transition: background 0.4s ease-in-out; }

.round-black::before {
  background: #0d0d0d; }

.round-black::after {
  background: #FFFFFF; }

.round-white::before {
  background: #FFFFFF; }

.round-white::after {
  background: #0d0d0d; }

.round-gray-dark::before {
  background: #FFFFFF; }

.round-gray-dark::after {
  background: #1d1d1d; }

.round-gray-light::before {
  background: #FFFFFF; }

.round-gray-light::after {
  background: #f5f6f7; }

.bg-from-beige::before {
  background: #eee4d4; }

@media (max-width: 768px) {
  .only-desktop {
    display: none; } }

@media (min-width: 769px) {
  .only-mobile {
    display: none; } }

.framed-block > div > div {
  border: 1px solid #dfdfdf;
  padding: 25px; }

.link-with-arrow {
  font-weight: 700;
  text-decoration: none;
  color: #000000; }
  .link-with-arrow:hover, .link-with-arrow:focus {
    text-decoration: underline; }
  .link-with-arrow::before {
    display: inline-block;
    border-top: 2px solid #1C69D4;
    border-right: 2px solid #1C69D4;
    transform: rotate(45deg);
    transform-origin: center;
    content: "";
    width: 7px;
    height: 7px;
    margin-right: 10px;
    position: relative;
    top: -2px; }

@font-face {
  font-family: 'BMWGroup_Global';
  src: url("../fonts/BMWGroup_Global_Thin.woff2") format("woff2"), url("../fonts/BMWGroup_Global_Thin.woff") format("woff"), url("../fonts/BMWGroup_Global_Thin.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'BMWGroup_Global';
  src: url("../fonts/BMWGroup_Global_Light.woff2") format("woff2"), url("../fonts/BMWGroup_Global_Light.woff") format("woff"), url("../fonts/BMWGroup_Global_Light.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'BMWGroup_Global';
  src: url("../fonts/BMWGroup_Global_Bold.woff2") format("woff2"), url("../fonts/BMWGroup_Global_Bold.woff") format("woff"), url("../fonts/BMWGroup_Global_Bold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'BMWTypeNextWeb';
  src: url("../fonts/BMWTypeNext-Thin.woff2") format("woff2"), url("../fonts/BMWTypeNextTT-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: 'BMWTypeNextWeb';
  src: url("../fonts/BMWTypeNext-Light.woff2") format("woff2"), url("../fonts/BMWTypeNextTT-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'BMWTypeNextWeb';
  src: url("../fonts/BMWTypeNext-Regular.woff2") format("woff2"), url("../fonts/BMWTypeNextTT-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'BMWTypeNextWeb';
  src: url("../fonts/BMWTypeNext-Bold.woff2") format("woff2"), url("../fonts/BMWTypeNextTT-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }

h2 {
  font-weight: 300; }

.tippy-box[data-animation=fade][data-state=hidden] {
  opacity: 0; }

[data-tippy-root] {
  max-width: calc(100vw - 10px); }

.tippy-box {
  position: relative;
  background-color: #333;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.4;
  white-space: normal;
  outline: 0;
  transition-property: transform,visibility,opacity; }

.tippy-box[data-placement^=top] > .tippy-arrow {
  bottom: 0; }

.tippy-box[data-placement^=top] > .tippy-arrow:before {
  bottom: -7px;
  left: 0;
  border-width: 8px 8px 0;
  border-top-color: initial;
  transform-origin: center top; }

.tippy-box[data-placement^=bottom] > .tippy-arrow {
  top: 0; }

.tippy-box[data-placement^=bottom] > .tippy-arrow:before {
  top: -7px;
  left: 0;
  border-width: 0 8px 8px;
  border-bottom-color: initial;
  transform-origin: center bottom; }

.tippy-box[data-placement^=left] > .tippy-arrow {
  right: 0; }

.tippy-box[data-placement^=left] > .tippy-arrow:before {
  border-width: 8px 0 8px 8px;
  border-left-color: initial;
  right: -7px;
  transform-origin: center left; }

.tippy-box[data-placement^=right] > .tippy-arrow {
  left: 0; }

.tippy-box[data-placement^=right] > .tippy-arrow:before {
  left: -7px;
  border-width: 8px 8px 8px 0;
  border-right-color: initial;
  transform-origin: center right; }

.tippy-box[data-inertia][data-state=visible] {
  transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11); }

.tippy-arrow {
  width: 16px;
  height: 16px;
  color: #333; }

.tippy-arrow:before {
  content: "";
  position: absolute;
  border-color: transparent;
  border-style: solid; }

.tippy-content {
  position: relative;
  padding: 5px 9px;
  z-index: 1; }

[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start; }

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit; }

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0; }

.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch; }

.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  max-width: 100%;
  /* Not required for horizontal scroll to trigger */
  max-height: 100%;
  /* Needed for vertical scroll to trigger */
  scrollbar-width: none;
  -ms-overflow-style: none; }

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  width: 0;
  height: 0; }

.simplebar-content:before,
.simplebar-content:after {
  content: ' ';
  display: table; }

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none; }

.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0; }

.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1; }

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden; }

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none; }

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all; }

.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px; }

.simplebar-scrollbar:before {
  position: absolute;
  content: '';
  background: black;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  transition: opacity 0.2s linear; }

.simplebar-scrollbar.simplebar-visible:before {
  /* When hovered, remove all transitions from drag handle */
  opacity: 0.5;
  transition: opacity 0s linear; }

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px; }

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px; }

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px; }

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px; }

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto; }

/* Rtl support */
[data-simplebar-direction='rtl'] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0; }

.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll; }

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none; }

.simplebar-scrollbar:before {
  background: #1C69D4;
  opacity: 1 !important; }

.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box; }
  .glide * {
    box-sizing: inherit; }
  .glide__track {
    overflow: hidden; }
  .glide__slides {
    position: relative;
    width: 100%;
    list-style: none;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    touch-action: pan-Y;
    overflow: hidden;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    display: flex;
    flex-wrap: nowrap;
    will-change: transform; }
    .glide__slides--dragging {
      user-select: none; }
  .glide__slide {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    white-space: normal;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent; }
    .glide__slide a {
      user-select: none;
      -webkit-user-drag: none;
      -moz-user-select: none;
      -ms-user-select: none; }
  .glide__arrows {
    -webkit-touch-callout: none;
    user-select: none; }
  .glide__bullets {
    -webkit-touch-callout: none;
    user-select: none; }
  .glide--rtl {
    direction: rtl; }

.glide__arrow {
  position: absolute;
  display: block;
  top: 50%;
  z-index: 2;
  color: white;
  text-transform: uppercase;
  padding: 9px 12px;
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  text-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.1);
  opacity: 1;
  cursor: pointer;
  transition: opacity 150ms ease, border 300ms ease-in-out;
  transform: translateY(-50%);
  line-height: 1; }
  .glide__arrow:focus {
    outline: none; }
  .glide__arrow:hover {
    border-color: white; }
  .glide__arrow--left {
    left: 2em; }
  .glide__arrow--right {
    right: 2em; }
  .glide__arrow--disabled {
    opacity: 0.33; }

.glide__bullets {
  position: absolute;
  z-index: 2;
  bottom: 2em;
  left: 50%;
  display: inline-flex;
  list-style: none;
  transform: translateX(-50%); }

.glide__bullet {
  background-color: rgba(255, 255, 255, 0.5);
  width: 9px;
  height: 9px;
  padding: 0;
  border-radius: 50%;
  border: 2px solid transparent;
  transition: all 300ms ease-in-out;
  cursor: pointer;
  line-height: 0;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  margin: 0 0.25em; }
  .glide__bullet:focus {
    outline: none; }
  .glide__bullet:hover, .glide__bullet:focus {
    border: 2px solid white;
    background-color: rgba(255, 255, 255, 0.5); }
  .glide__bullet--active {
    background-color: white; }

.glide--swipeable {
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab; }

.glide--dragging {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing; }

.dispatch-banner-section {
  position: relative; }
  @media (max-width: 768px) {
    .dispatch-banner-section > .container {
      padding: 0; } }

.dispatch-banner-section-image img {
  width: 100%;
  height: auto;
  display: block; }
  @media (max-width: 520px) {
    .dispatch-banner-section-image img:nth-child(1) {
      display: none; } }
  @media (min-width: 521px) {
    .dispatch-banner-section-image img:nth-child(2) {
      display: none; } }

.dispatch-banner-section-content {
  position: absolute;
  bottom: 90px;
  left: 0;
  width: 100%; }
  @media (min-width: 769px) {
    .dispatch-banner-section-content {
      bottom: 120px; } }
  .dispatch-banner-section-content .container {
    position: relative; }
  .dispatch-banner-section-content h1 {
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 300;
    margin: 0; }
    @media (min-width: 769px) {
      .dispatch-banner-section-content h1 {
        font-size: 40px; } }

.dispatch-banner-section-menu {
  list-style: none;
  margin: 0;
  border-bottom: 1px solid #E6E6E6;
  padding: 20px;
  white-space: nowrap;
  overflow-x: auto;
  width: 100%;
  scrollbar-width: thin;
  scrollbar-color: #1C69D4 transparent; }
  .dispatch-banner-section-menu::-webkit-scrollbar {
    width: 5px;
    height: 5px; }
  .dispatch-banner-section-menu::-webkit-scrollbar-track {
    background-color: #FFFFFF; }
  .dispatch-banner-section-menu::-webkit-scrollbar-thumb {
    background-color: #1C69D4;
    border-radius: 6px;
    border: 3px solid transparent; }
  .dispatch-banner-section-menu::-webkit-scrollbar, .dispatch-banner-section-menu::-webkit-scrollbar-thumb {
    height: 5px;
    width: 5px;
    border-radius: 13px;
    background-clip: padding-box;
    border: 0; }
  @media (max-width: 768px) {
    .dispatch-banner-section-menu {
      display: inline-block; } }
  .dispatch-banner-section-menu li {
    display: inline-block; }
    .dispatch-banner-section-menu li:not(:last-child) {
      margin-right: 58px; }
      @media (max-width: 991px) {
        .dispatch-banner-section-menu li:not(:last-child) {
          margin-right: 35px; } }
    @media (max-width: 991px) {
      .dispatch-banner-section-menu li:last-child {
        margin-right: 70px; } }
    .dispatch-banner-section-menu li a {
      font-size: 20px;
      text-decoration: none;
      color: #000000; }

.vehicule-resume-section {
  margin-bottom: 90px; }
  @media (min-width: 769px) {
    .vehicule-resume-section {
      margin-bottom: 150px; } }
  .vehicule-resume-section h2 {
    margin: 0 0 20px; }
    @media (min-width: 769px) {
      .vehicule-resume-section h2 {
        margin: 0 0 30px; } }
  .vehicule-resume-section > .container > p {
    margin: 0 0 60px; }
    @media (min-width: 769px) {
      .vehicule-resume-section > .container > p {
        margin: 0 0 90px;
        text-transform: uppercase; } }
  @media (min-width: 769px) {
    .vehicule-resume-section .button-center {
      text-align: left; } }
  .vehicule-resume-section .button-block {
    margin: 16px auto 0; }
    @media (min-width: 769px) {
      .vehicule-resume-section .button-block {
        margin: 20px auto 0; } }

@media (min-width: 769px) {
  .vehicule-resume {
    display: flex;
    align-items: center; } }

@media (min-width: 769px) {
  .image_on_right .vehicule-resume {
    flex-direction: row-reverse; } }

@media (min-width: 769px) {
  .vehicule-resume-img {
    flex-shrink: 1;
    width: 100%; } }

@media (max-width: 768px) {
  .vehicule-resume-img {
    margin: 0 0 50px; } }

@media (min-width: 769px) {
  .image_on_right .vehicule-resume-img {
    text-align: right; } }

.vehicule-resume-img img {
  display: inline-block; }

@media (min-width: 769px) {
  .vehicule-resume-content {
    flex-shrink: 0;
    margin: 0 0 0 20px;
    width: 330px; } }

@media (min-width: 1241px) {
  .vehicule-resume-content {
    margin: 0 0 0 80px;
    width: 380px; } }

@media (min-width: 769px) {
  .image_on_right .vehicule-resume-content {
    margin: 0 20px 0 0; } }

@media (min-width: 1241px) {
  .image_on_right .vehicule-resume-content {
    margin: 0 80px 0 0; } }

.vehicule-resume-content > p {
  font-size: 18px;
  font-weight: 700; }
  @media (max-width: 768px) {
    .vehicule-resume-content > p {
      display: none; } }

.vehicule-resume-list {
  list-style: none;
  padding: 0;
  margin: 0; }
  @media (max-width: 768px) {
    .vehicule-resume-list {
      display: flex;
      flex-wrap: wrap; } }

.vehicule-resume-list-item {
  display: flex;
  width: 100%;
  margin: 0 0 30px; }
  @media (min-width: 769px) {
    .vehicule-resume-list-item {
      margin: 0 0 8px;
      align-items: center; } }
  @media (max-width: 768px) {
    .vehicule-resume-list-item {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      width: 50%; } }
  .vehicule-resume-list-item > div:first-child {
    flex-shrink: 0; }
    @media (min-width: 769px) {
      .vehicule-resume-list-item > div:first-child {
        text-align: center; } }
    .vehicule-resume-list-item > div:first-child svg {
      height: 40px;
      width: 40px;
      display: inline-block;
      margin: 0 0 12px 0; }
      @media (min-width: 769px) {
        .vehicule-resume-list-item > div:first-child svg {
          height: 30px;
          width: 30px;
          margin: 0 15px 0 0; } }
    .vehicule-resume-list-item > div:first-child path {
      fill: #1C69D4; }
      @media (min-width: 769px) {
        .vehicule-resume-list-item > div:first-child path {
          fill: #000000; } }

.vehicule-resume-list-item-content {
  width: 100%;
  flex-shrink: 1; }
  .vehicule-resume-list-item-content h3,
  .vehicule-resume-list-item-content p {
    font-size: 20px;
    margin: 0; }
    @media (min-width: 769px) {
      .vehicule-resume-list-item-content h3,
      .vehicule-resume-list-item-content p {
        font-size: 18px; } }
    @media (max-width: 768px) {
      .vehicule-resume-list-item-content h3,
      .vehicule-resume-list-item-content p {
        padding: 0 10px; } }
  @media (min-width: 769px) {
    .vehicule-resume-list-item-content h3 {
      display: none; } }
  .vehicule-resume-list-item-content p {
    font-weight: 300; }
    @media (max-width: 768px) {
      .vehicule-resume-list-item-content p {
        max-width: 200px;
        margin: 0 auto; } }

@media (min-width: 769px) {
  .vehicule-resume-background {
    background: linear-gradient(90deg, #FFFFFF, #FFFFFF 35%, #F2F2F2 35%, #F2F2F2 100%);
    padding: 70px 0 45px; } }

@media (min-width: 769px) {
  .image_on_right .vehicule-resume-background {
    background: linear-gradient(90deg, #F2F2F2, #F2F2F2 65%, #FFFFFF 65%, #FFFFFF 100%); } }

.question-links-section > h2 {
  margin: 0 0 30px; }
  @media (min-width: 769px) {
    .question-links-section > h2 {
      margin: 0 0 50px; } }

.question-links-list {
  list-style: none;
  margin: 0;
  padding: 0; }
  @media (min-width: 769px) {
    .question-links-list {
      display: flex;
      flex-wrap: wrap;
      margin: 0 -16px; } }

.question-links-list-item {
  margin: 0 0 30px; }
  @media (min-width: 769px) {
    .question-links-list-item {
      width: 33.33334%;
      padding: 16px; } }
  .question-links-list-item > div,
  .question-links-list-item > a {
    display: block;
    color: #000000;
    text-decoration: none; }
    @media (min-width: 769px) {
      .question-links-list-item > div,
      .question-links-list-item > a {
        display: flex;
        align-items: stretch;
        position: relative;
        min-height: 100%; } }
    .question-links-list-item > div .button-block,
    .question-links-list-item > a .button-block {
      background: #1C69D4 !important;
      color: #FFFFFF !important; }
    @media (min-width: 769px) {
      .question-links-list-item > div:hover .button-block, .question-links-list-item > div:focus .button-block,
      .question-links-list-item > a:hover .button-block,
      .question-links-list-item > a:focus .button-block {
        background: #FFFFFF !important;
        color: #1C69D4 !important; } }
    @media (min-width: 769px) {
      .question-links-list-item > div:hover .question-links-list-item-content, .question-links-list-item > div:focus .question-links-list-item-content,
      .question-links-list-item > a:hover .question-links-list-item-content,
      .question-links-list-item > a:focus .question-links-list-item-content {
        background: rgba(0, 0, 0, 0.5);
        opacity: 1; } }
    @media (min-width: 769px) {
      .question-links-list-item > div:hover .question-links-list-item-content h3,
      .question-links-list-item > div:hover .question-links-list-item-content p, .question-links-list-item > div:focus .question-links-list-item-content h3,
      .question-links-list-item > div:focus .question-links-list-item-content p,
      .question-links-list-item > a:hover .question-links-list-item-content h3,
      .question-links-list-item > a:hover .question-links-list-item-content p,
      .question-links-list-item > a:focus .question-links-list-item-content h3,
      .question-links-list-item > a:focus .question-links-list-item-content p {
        opacity: 1;
        transform: translateY(0); } }
    @media (min-width: 769px) {
      .question-links-list-item > div > div:first-child,
      .question-links-list-item > a > div:first-child {
        flex-shrink: 0;
        margin-right: 32px;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; } }
    .question-links-list-item > div > div:first-child img,
    .question-links-list-item > a > div:first-child img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block; }
      @media (max-width: 768px) {
        .question-links-list-item > div > div:first-child img,
        .question-links-list-item > a > div:first-child img {
          margin: 0 0 20px; } }

@media (min-width: 769px) {
  .question-links-list-item-content {
    width: 100%;
    flex-shrink: 1;
    position: relative;
    padding: 20px 20px 65px;
    opacity: 0;
    transition: opacity 0.3s linear, background 0.3s linear;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    min-height: 100%; } }

.question-links-list-item-content svg {
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  top: 3px;
  left: 0; }
  @media (min-width: 769px) {
    .question-links-list-item-content svg {
      display: none; } }

.question-links-list-item-content path {
  fill: #FFFFFF; }
  @media (max-width: 768px) {
    .question-links-list-item-content path {
      fill: #000000; } }

.question-links-list-item-content h3 {
  font-size: 18px;
  margin: 0 0 5px;
  text-transform: uppercase;
  font-weight: 300; }
  @media (min-width: 769px) {
    .question-links-list-item-content h3 {
      font-size: 22px;
      max-width: 500px;
      color: #FFFFFF;
      transition: transform 0.3s linear; } }

.question-links-list-item-content p {
  font-size: 16px;
  font-weight: 300; }
  @media (min-width: 769px) {
    .question-links-list-item-content p {
      font-size: 18px;
      max-width: 90%;
      color: #FFFFFF;
      transition: transform 0.3s linear;
      margin: 0; } }

.plus {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 30px;
  height: auto;
  display: block; }
  @media (max-width: 768px) {
    .plus {
      display: none; } }

.text-and-title h2 {
  font-size: 24px;
  margin: 0 0 32px; }
  @media (min-width: 769px) {
    .text-and-title h2 {
      margin: 120px 0 32px; } }

.text-and-title p {
  font-weight: 300;
  font-size: 16px;
  max-width: 800px;
  line-height: 24px;
  margin: 0 0 80px; }
  @media (min-width: 769px) {
    .text-and-title p {
      margin: 0 0 120px; } }

.button-block {
  padding: 13px 10px;
  box-shadow: none;
  border-radius: 0;
  font-size: 14px !important;
  font-weight: 700 !important;
  text-decoration: none;
  line-height: 1.4;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  max-width: 300px;
  width: 100%;
  transition: all 0.3s linear;
  outline: none;
  -webkit-appearance: none;
  background: #1C69D4;
  color: #FFFFFF !important;
  border: 1px solid #1C69D4; }
  .button-block:focus, .button-block:hover {
    text-decoration: none; }
  .button-block:focus, .button-block:hover {
    background: #FFFFFF;
    color: #1C69D4 !important; }
  .button-block.button-blue {
    background: #1C69D4;
    color: #FFFFFF !important;
    border: 1px solid #1C69D4; }
    .button-block.button-blue:focus, .button-block.button-blue:hover {
      background: #FFFFFF;
      color: #1C69D4 !important; }
  .button-block.button-hover-dark-blue:focus, .button-block.button-hover-dark-blue:hover {
    background: #0653B6;
    color: #FFFFFF !important;
    border: 1px solid #0653B6; }
  .button-block.button-gray {
    background: #4D4D4D;
    color: #FFFFFF !important;
    border: 1px solid #4D4D4D; }
    .button-block.button-gray:focus, .button-block.button-gray:hover {
      color: #4D4D4D !important;
      background: #FFFFFF; }
  .button-block.button-black-af {
    background: #0d0d0d;
    color: #FFFFFF !important;
    border: 1px solid #0d0d0d; }
    .button-block.button-black-af:focus, .button-block.button-black-af:hover {
      color: #0d0d0d !important;
      background: #FFFFFF; }
  .button-block.button-white-outline {
    background: transparent;
    color: #FFFFFF !important;
    border: 2px solid #FFFFFF; }
    .button-block.button-white-outline:focus, .button-block.button-white-outline:hover {
      color: #8e8e8e !important;
      background: transparent;
      border: 2px solid #8e8e8e; }
  .button-block.button-black-outline {
    background: transparent;
    color: #000000 !important;
    border: 2px solid #000000; }
    .button-block.button-black-outline:focus, .button-block.button-black-outline:hover {
      color: #FFFFFF !important;
      background: #000000;
      border: 2px solid #000000; }
  .button-block.button-black-outline-thin {
    background: transparent;
    color: #000000 !important;
    border: 1px solid #000000; }
    .button-block.button-black-outline-thin:focus, .button-block.button-black-outline-thin:hover {
      color: #000000 !important;
      background: transparent;
      border: 1px solid #000000;
      box-shadow: inset 1px 1px #000000, inset -1px -1px #000000; }
  .button-block.button-with-arrow {
    display: flex;
    width: max-content;
    max-width: none;
    padding: 13px 0;
    background: transparent;
    font-size: 16px !important;
    color: #000000 !important;
    border: none;
    text-align: left; }
    @media (max-width: 768px) {
      .button-block.button-with-arrow {
        width: 100%; } }
    .button-block.button-with-arrow:focus, .button-block.button-with-arrow:hover {
      color: #1C69D4 !important;
      background: transparent;
      border: none; }
    .button-block.button-with-arrow::before {
      content: url(../img/chevron-right-blue.svg);
      height: 20px;
      width: 20px;
      padding-right: 5px;
      display: inline-block;
      transform: scale(0.9);
      vertical-align: middle; }

.switchable-button {
  height: 30px;
  background: rgba(10, 9, 9, 0.82);
  border-radius: 13.5px;
  pointer-events: all;
  display: inline-flex;
  position: relative;
  z-index: 1; }
  .switchable-button button {
    color: #FFFFFF;
    border: 0;
    background: 0;
    height: 100%;
    padding: 0;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    font-weight: 300;
    width: var(--word-length);
    text-align: center;
    white-space: nowrap; }
    .switchable-button button.active {
      font-weight: 700; }
    .switchable-button button:not(.active) {
      cursor: pointer; }

.switchable-button-bg {
  background: #1C69D4;
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  border-radius: 13.5px;
  left: 0;
  height: 100%;
  width: var(--word-1-length);
  transition: left 0.5s ease-in-out, width 0.3s ease-in-out; }
  .active + .switchable-button-bg {
    left: var(--word-1-length);
    width: var(--word-2-length); }

.banner-section {
  display: flex;
  position: relative; }
  @media (min-width: 992px) {
    .banner-section {
      align-items: stretch; } }
  @media (max-width: 991px) {
    .banner-section {
      flex-direction: column;
      height: 90vh;
      max-height: 568px;
      margin: 0 -20px 130px;
      padding: 0 20px; } }
  .banner-section h1 {
    font-size: 44px;
    line-height: 1;
    letter-spacing: -0.41px;
    font-weight: 300;
    margin: 0 0 30px; }
    @media (max-width: 991px) {
      .banner-section h1 {
        color: #FFFFFF;
        margin: 0 0 5px; } }

@media (min-width: 992px) {
  .banner-section-image {
    position: relative;
    min-height: 100%;
    width: 100%;
    flex-shrink: 1; } }

@media (max-width: 991px) {
  .banner-section-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-image: var(--bg-banner-image);
    background-position: center top;
    background-size: cover; } }

.banner-section-image img {
  width: 100%; }
  @media (min-width: 992px) {
    .banner-section-image img {
      position: absolute;
      height: 100%;
      top: 0;
      left: 0;
      object-fit: cover; } }
  @media (max-width: 991px) {
    .banner-section-image img {
      display: none; } }

.banner-section-content {
  z-index: 1; }
  @media (min-width: 992px) {
    .banner-section-content {
      width: 300px;
      flex-shrink: 0;
      margin-left: 40px; } }
  @media (max-width: 991px) {
    .banner-section-content {
      margin-top: auto;
      position: relative; } }

.banner-section-menu {
  list-style: none;
  padding: 0;
  margin: 0; }
  @media (min-width: 992px) {
    .banner-section-menu {
      width: 100%;
      margin: 0 0 35px; } }
  @media (max-width: 991px) {
    .banner-section-menu {
      border-bottom: 1px solid #E6E6E6;
      padding: 20px;
      position: absolute;
      top: 100%;
      left: -20px;
      right: -20px;
      white-space: nowrap;
      overflow-x: auto;
      scrollbar-width: thin;
      scrollbar-color: #1C69D4 transparent; } }
  .banner-section-menu::-webkit-scrollbar {
    width: 5px;
    height: 5px; }
  .banner-section-menu::-webkit-scrollbar-track {
    background-color: #FFFFFF; }
  .banner-section-menu::-webkit-scrollbar-thumb {
    background-color: #1C69D4;
    border-radius: 6px;
    border: 3px solid transparent; }
  .banner-section-menu::-webkit-scrollbar, .banner-section-menu::-webkit-scrollbar-thumb {
    height: 5px;
    width: 5px;
    border-radius: 13px;
    background-clip: padding-box;
    border: 0; }
  @media (min-width: 992px) {
    .banner-section-menu li {
      width: 100%; } }
  @media (max-width: 991px) {
    .banner-section-menu li {
      display: inline-block; } }
  @media (max-width: 991px) {
    .banner-section-menu li:not(:last-child) {
      margin-right: 35px; } }
  @media (max-width: 991px) {
    .banner-section-menu li:last-child {
      margin-right: 70px; } }
  @media (min-width: 992px) {
    .banner-section-menu li:last-child a {
      border: 0; } }
  .banner-section-menu li a {
    font-size: 20px;
    text-decoration: none;
    color: #000000; }
    @media (min-width: 992px) {
      .banner-section-menu li a {
        padding: 20px 0;
        border-bottom: 1px solid #E6E6E6;
        width: 100%;
        display: block; } }

@media (max-width: 991px) {
  .banner-section-buttons {
    margin-bottom: 25px; } }

@media (min-width: 500px) and (max-width: 991px) {
  .banner-section-buttons .button-block:first-child {
    margin-right: 20px; } }

.banner-section-buttons .button-block:not(:last-child) {
  margin-bottom: 16px; }

.banner-section-subtitle {
  color: #FFFFFF;
  font-size: 24px;
  line-height: 33px;
  letter-spacing: -0.41px;
  font-weight: 300;
  margin: 0 0 40px; }
  @media (min-width: 992px) {
    .banner-section-subtitle {
      position: absolute;
      bottom: 50px;
      left: 9%;
      margin: 0;
      font-size: 32px; } }
  @media (max-width: 991px) {
    .banner-section-subtitle span,
    .banner-section-subtitle br {
      display: none; } }

.banner-section-v2 {
  position: relative; }
  @media (max-width: 768px) {
    .banner-section-v2 {
      background: #0d0d0d; } }
  .banner-section-v2 .diagnostic {
    width: 90px;
    height: auto;
    position: absolute;
    right: 33px;
    bottom: 25px; }
    @media (max-width: 768px) {
      .banner-section-v2 .diagnostic {
        width: 63px;
        right: 18px;
        bottom: 185px; } }

.banner-v2-image {
  position: relative;
  background: #0d0d0d; }
  .banner-v2-image img {
    width: 100%; }
    @media (min-width: 769px) {
      .banner-v2-image img.mobile {
        display: none; } }
    @media (max-width: 768px) {
      .banner-v2-image img.desktop {
        display: none; } }

.banner-v2-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #FFFFFF;
  padding-top: 22px;
  z-index: 2; }
  @media (min-width: 769px) {
    .banner-v2-content {
      padding-top: 45px; } }
  @media (max-width: 768px) {
    .banner-v2-content {
      display: flex;
      align-items: flex-end;
      background: linear-gradient(0deg, black 0%, black 200px, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%); } }
  .banner-v2-content h1,
  .banner-v2-content p {
    margin: 0; }
    @media (max-width: 400px) {
      .banner-v2-content h1,
      .banner-v2-content p {
        font-size: 4.6vw; } }
    @media (min-width: 769px) {
      .banner-v2-content h1,
      .banner-v2-content p {
        font-size: 40px; } }
  .banner-v2-content p {
    font-weight: 300;
    margin: 0 0 30px; }
    .banner-v2-content p sup {
      position: relative;
      font-size: 40%;
      top: -5px; }
  @media (max-width: 768px) {
    .banner-v2-content .container {
      height: 100%;
      display: flex;
      flex-direction: column; } }

@media (max-width: 768px) {
  .banner-v2-buttons {
    margin-top: auto;
    display: flex;
    flex-direction: column;
    align-items: center; } }

@media (max-width: 768px) {
  .banner-v2-buttons .button-block {
    margin: 0 0 25px; } }

@media (min-width: 769px) {
  .banner-v2-buttons .button-block:first-child {
    margin: 0 50px 0 0; } }

.banner-v2-pictogram {
  position: absolute;
  width: 114px;
  left: 33px;
  bottom: 25px; }
  @media (max-width: 768px) {
    .banner-v2-pictogram {
      width: 67px;
      left: 18px;
      bottom: 185px; } }

.banner-with-gradient-section {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1200px; }
  @media (max-width: 991px) {
    .banner-with-gradient-section > .container {
      padding: 0; } }

.banner-with-gradient-image img {
  width: 100%;
  height: auto;
  display: block; }
  @media (max-width: 991px) {
    .banner-with-gradient-image img:nth-child(1) {
      display: none; } }
  @media (min-width: 992px) {
    .banner-with-gradient-image img:nth-child(2) {
      display: none; } }

.banner-with-gradient-content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  z-index: 1; }
  @media (max-width: 991px) {
    .banner-with-gradient-content {
      align-items: flex-end;
      padding-bottom: 23px;
      position: relative;
      height: auto; } }
  @media (max-width: 991px) {
    .pull-on-mobile .banner-with-gradient-content {
      margin-top: -60px; } }
  .banner-with-gradient-content .container {
    position: relative; }
    @media (min-width: 992px) {
      .mask-right .banner-with-gradient-content .container {
        padding-left: calc((100vw - 40px) * 0.7); } }
    @media (min-width: 1241px) {
      .mask-right .banner-with-gradient-content .container {
        padding-left: 900px; } }
  .banner-with-gradient-content h1 {
    color: #FFFFFF;
    font-weight: 300;
    font-size: 54px;
    margin: 0 0 10px; }
    @media (max-width: 991px) {
      .banner-with-gradient-content h1 {
        font-size: 36px;
        margin: 0; } }
    @media (max-width: 340px) {
      .banner-with-gradient-content h1 {
        font-size: 32px; } }

.banner-with-gradient-menu {
  list-style: none;
  margin: 0;
  border-bottom: 1px solid #E6E6E6;
  padding: 20px;
  white-space: nowrap;
  overflow-x: auto;
  width: 100%;
  scrollbar-width: thin;
  scrollbar-color: #1C69D4 transparent; }
  .banner-with-gradient-menu::-webkit-scrollbar {
    width: 5px;
    height: 5px; }
  .banner-with-gradient-menu::-webkit-scrollbar-track {
    background-color: #FFFFFF; }
  .banner-with-gradient-menu::-webkit-scrollbar-thumb {
    background-color: #1C69D4;
    border-radius: 6px;
    border: 3px solid transparent; }
  .banner-with-gradient-menu::-webkit-scrollbar, .banner-with-gradient-menu::-webkit-scrollbar-thumb {
    height: 5px;
    width: 5px;
    border-radius: 13px;
    background-clip: padding-box;
    border: 0; }
  @media (max-width: 991px) {
    .banner-with-gradient-menu {
      display: inline-block; } }
  .banner-with-gradient-menu li {
    display: inline-block; }
    .banner-with-gradient-menu li:not(:last-child) {
      margin-right: 58px; }
      @media (max-width: 991px) {
        .banner-with-gradient-menu li:not(:last-child) {
          margin-right: 35px; } }
    @media (max-width: 991px) {
      .banner-with-gradient-menu li:last-child {
        margin-right: 70px; } }
    .banner-with-gradient-menu li a {
      font-size: 20px;
      text-decoration: none;
      color: #000000; }

.banner-with-gradient-subtitle {
  color: #FFFFFF;
  line-height: 33px;
  letter-spacing: -0.41px;
  font-weight: 300;
  margin: 0 0 32px;
  font-size: 24px;
  display: flex;
  align-items: center; }
  @media (max-width: 991px) {
    .banner-with-gradient-subtitle {
      margin: 0 0 16px;
      font-size: 18px; } }
  @media (max-width: 340px) {
    .banner-with-gradient-subtitle {
      font-size: 16px; } }
  .banner-with-gradient-subtitle img {
    margin: 0 13px 0 0; }
    @media (min-width: 992px) {
      .banner-with-gradient-subtitle img {
        margin: 0 18px 0 0; } }
  @media (max-width: 991px) {
    .banner-with-gradient-subtitle span,
    .banner-with-gradient-subtitle br {
      display: none; } }

.banner-with-gradient-buttons {
  display: flex;
  flex-direction: column; }
  @media (min-width: 500px) and (max-width: 991px) {
    .banner-with-gradient-buttons .button-block:first-child {
      margin-right: 20px; } }
  .banner-with-gradient-buttons .button-block:not(:last-child) {
    margin-bottom: 32px; }
    @media (max-width: 991px) {
      .banner-with-gradient-buttons .button-block:not(:last-child) {
        margin-bottom: 16px; } }

.banner-with-gradient-mask {
  background: #262626;
  z-index: 0;
  height: 100%;
  width: 260px; }
  @media (max-width: 991px) {
    .banner-with-gradient-mask {
      bottom: 0;
      width: 100%; } }
  @media (min-width: 992px) {
    .banner-with-gradient-mask {
      top: 0; } }
  .banner-with-gradient-mask, .banner-with-gradient-mask::after {
    content: '';
    position: absolute;
    display: block;
    height: 100%; }
  .banner-with-gradient-mask::after {
    top: 0; }
    @media (max-width: 991px) {
      .banner-with-gradient-mask::after {
        top: auto;
        bottom: 100%;
        width: 100%;
        height: 160px;
        left: 0;
        background-image: linear-gradient(to top, #262626, rgba(38, 38, 38, 0)); } }
    @media (min-width: 992px) {
      .banner-with-gradient-mask::after {
        width: 15vw; } }
  .mask-left .banner-with-gradient-mask {
    left: 0;
    width: 320px; }
    @media (max-width: 991px) {
      .mask-left .banner-with-gradient-mask {
        width: 100% !important; } }
    @media (min-width: 992px) {
      .mask-left .banner-with-gradient-mask::after {
        background-image: linear-gradient(to right, #262626, rgba(38, 38, 38, 0));
        left: 100%; } }
  .mask-right .banner-with-gradient-mask {
    right: 0; }
    @media (min-width: 992px) {
      .mask-right .banner-with-gradient-mask::after {
        background-image: linear-gradient(to left, #262626, rgba(38, 38, 38, 0));
        right: 100%; } }
  @media (max-width: 991px) {
    .pull-on-mobile .banner-with-gradient-mask {
      height: calc(100% - 58px); } }

.banner-with-gradient-html {
  margin-bottom: 30px; }
  @media (max-width: 991px) {
    .banner-with-gradient-html {
      margin-bottom: 33px; } }
  .banner-with-gradient-html h2,
  .banner-with-gradient-html h3,
  .banner-with-gradient-html h4,
  .banner-with-gradient-html h5,
  .banner-with-gradient-html h6,
  .banner-with-gradient-html p,
  .banner-with-gradient-html ul,
  .banner-with-gradient-html ol,
  .banner-with-gradient-html li,
  .banner-with-gradient-html a {
    margin: 0;
    color: #FFFFFF; }
  .banner-with-gradient-html p {
    font-weight: 300; }
    .banner-with-gradient-html p:not(:last-child) {
      margin-bottom: 47px; }
      @media (min-width: 992px) {
        .banner-with-gradient-html p:not(:last-child) {
          margin-bottom: 15px; } }
      @media (min-width: 1251px) {
        .banner-with-gradient-html p:not(:last-child) {
          margin-bottom: 25px; } }
  .banner-with-gradient-html h2 {
    font-size: 24px;
    margin: 0 0 5px;
    font-weight: 700; }
    .banner-with-gradient-html h2 + p:not(:last-child) {
      font-size: 25px;
      text-transform: uppercase;
      margin: 0 0 33px; }
      @media (min-width: 992px) {
        .banner-with-gradient-html h2 + p:not(:last-child) {
          font-size: 20px; } }
      @media (min-width: 1251px) {
        .banner-with-gradient-html h2 + p:not(:last-child) {
          font-size: 22px; } }
  .banner-with-gradient-html h3 {
    font-size: 18px;
    margin: 0 0 2px; }
    @media (min-width: 992px) {
      .banner-with-gradient-html h3 {
        font-size: 14px; } }
    @media (min-width: 1251px) {
      .banner-with-gradient-html h3 {
        font-size: 16px; } }
    .banner-with-gradient-html h3 + p {
      font-size: 16px; }
      @media (min-width: 992px) {
        .banner-with-gradient-html h3 + p {
          font-size: 13px; } }
      @media (min-width: 1251px) {
        .banner-with-gradient-html h3 + p {
          font-size: 14px; } }

.banner-with-blur {
  position: relative; }

.banner-with-blur-image img {
  width: 100%; }
  @media (min-width: 769px) {
    .banner-with-blur-image img.mobile {
      display: none; } }
  @media (max-width: 768px) {
    .banner-with-blur-image img.desktop {
      display: none; } }

@media (min-width: 1251px) {
  .banner-with-blur-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; } }

@media (min-width: 1251px) {
  .banner-with-blur-content .container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: 100%; } }

.banner-with-blur-block {
  position: relative;
  z-index: 0;
  padding: 26px 23px;
  margin: -20px -20px 0; }
  @media (min-width: 1251px) {
    .banner-with-blur-block {
      width: 35%;
      margin: 0; } }
  .banner-with-blur-block h2,
  .banner-with-blur-block h3 {
    margin: 0 0 15px;
    line-height: 1.2; }
  .banner-with-blur-block h2 {
    font-size: 27px;
    font-weight: 700;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 15px;
    margin-bottom: 15px; }
    .banner-with-blur-block h2 strong {
      font-size: 22px;
      color: #1C69D4; }
  .banner-with-blur-block h3 {
    text-transform: uppercase;
    border-bottom: 1px solid #FFFFFF;
    padding-bottom: 15px;
    margin-bottom: 15px; }
    .banner-with-blur-block h3.with-icon {
      position: relative;
      padding-left: 57px; }
      .banner-with-blur-block h3.with-icon img {
        position: absolute;
        width: 42px;
        height: 42px;
        display: block;
        top: 50%;
        margin-top: -29px;
        left: 0; }
  .banner-with-blur-block p {
    font-weight: 300; }
  .banner-with-blur-block::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(24px);
    box-shadow: 4px 4px 20px 12px rgba(0, 0, 0, 0.15); }
  @media (min-width: 1251px) {
    .banner-with-blur-block:not(:last-child) {
      margin: 0 0 12px; } }

@media (max-width: 1250px) {
  .blur-light::before,
  .blur-dark::before {
    border-radius: 17px 17px 0 0; } }

.blur-light::before {
  box-shadow: 4px 4px 20px 12px rgba(0, 0, 0, 0.15);
  background-color: rgba(255, 255, 255, 0.15); }
  @media (max-width: 1250px) {
    .blur-light::before {
      box-shadow: none;
      background: #FFFFFF; } }

.blur-dark h3,
.blur-dark p {
  color: #FFFFFF; }

.blur-dark .button-center {
  margin: 25px auto 10px; }

.blur-dark::before {
  box-shadow: 4px 4px 20px 12px rgba(0, 0, 0, 0.15);
  background-color: rgba(26, 58, 108, 0.5);
  backdrop-filter: blur(8px); }
  @media (max-width: 1250px) {
    .blur-dark::before {
      box-shadow: 4px 4px 20px 12px rgba(0, 0, 0, 0.15);
      background: #133f7c; } }

.banner-with-blur-pictogram {
  position: absolute;
  top: 40px;
  right: 30px;
  width: 132px; }
  @media (max-width: 1250px) {
    .banner-with-blur-pictogram {
      top: 14px;
      right: 17px;
      width: 51px; } }

.usp-section {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin: -10px;
  list-style: none;
  padding: 0; }
  @media (min-width: 992px) {
    .usp-section {
      margin: -16px; } }

.usp-holder {
  padding: 10px;
  width: 100%;
  min-height: 100%; }
  @media (min-width: 481px) {
    .usp-holder {
      width: 50%; } }
  @media (min-width: 769px) {
    .usp-holder {
      width: 25%; } }
  @media (min-width: 992px) {
    .usp-holder {
      padding: 16px; } }

.usp {
  position: relative;
  width: 100%;
  min-height: 100%;
  display: block;
  text-decoration: none; }
  .usp > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0; }
  .usp::before {
    content: "";
    position: absolute;
    z-index: 1;
    pointer-events: none;
    background: #1C69D4;
    opacity: 0;
    transition: opacity 0.3s linear;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  .usp:hover:before, .usp:focus:before {
    opacity: 0.8; }
  .usp.plus-removed .usp-content {
    padding-top: 55px; }
    @media (min-width: 769px) {
      .usp.plus-removed .usp-content {
        padding-top: 62px; } }

.usp-content {
  text-align: center;
  position: relative;
  z-index: 2;
  padding-top: 65px;
  padding-bottom: 55px; }
  @media (min-width: 769px) {
    .usp-content {
      padding-top: 95px;
      padding-bottom: 65px; } }
  .has-plus-icon .usp-content {
    padding-top: 55px;
    padding-bottom: 65px; }
    @media (min-width: 769px) {
      .has-plus-icon .usp-content {
        padding-top: 65px;
        padding-bottom: 95px; } }
  .usp-content img {
    transform-origin: center;
    margin: 0 auto 10px; }
  .usp-content h3,
  .usp-content p {
    color: #FFFFFF;
    margin: 0 auto; }
  .usp-content h3 {
    margin-bottom: 3px; }
  .usp-content p {
    max-width: 200px;
    font-size: 16px;
    font-weight: 300; }

.usp .plus-icon {
  position: absolute;
  display: block;
  width: 37px;
  height: 37px;
  background: #FFFFFF;
  border-radius: 50%;
  bottom: 17px;
  right: 17px;
  z-index: 2; }
  .usp .plus-icon::before, .usp .plus-icon::after {
    content: '';
    background: #000000;
    display: block;
    position: absolute; }
  .usp .plus-icon::before {
    left: 50%;
    margin-left: -1px;
    top: 6px;
    height: 25px;
    width: 1px; }
  .usp .plus-icon::after {
    left: 6px;
    top: 50%;
    margin-top: -1px;
    height: 1px;
    width: 25px; }

.view360 {
  display: flex; }
  @media (min-width: 769px) {
    .view360 {
      flex-wrap: wrap; } }
  @media (max-width: 768px) {
    .view360 {
      flex-direction: column; } }
  .view360 h2 {
    margin: 0 0 25px;
    width: 100%; }
    @media (max-width: 768px) {
      .view360 h2 {
        order: 1;
        margin: 0 0 30px; } }
    .view360 h2 img {
      width: 35px;
      height: 35px;
      margin: 0 5px 0 0;
      vertical-align: text-top; }
  .view360 p {
    margin: 0 0 40px;
    color: #1d1d1d;
    font-size: 17px;
    font-weight: 700; }
    @media (min-width: 769px) {
      .view360 p {
        width: 54%;
        font-size: 24px; } }
    @media (max-width: 768px) {
      .view360 p {
        order: 2;
        margin: 0 0 35px; } }
  .view360 .f-xl-subtitle {
    width: 100%;
    text-align: center; }
  @media (min-width: 769px) {
    .view360 .button-block {
      margin-left: auto;
      margin-bottom: auto; } }
  @media (max-width: 768px) {
    .view360 .button-block {
      order: 4; } }
  .view360.mode-xl {
    position: relative; }
    .view360.mode-xl h2 {
      text-align: center; }
    .view360.mode-xl .button-block {
      margin: 0 auto; }
      @media (max-width: 768px) {
        .view360.mode-xl .button-block {
          order: 6; } }
  .view360.button-at-bottom > p {
    width: 100%; }
  .view360.version-2 p {
    font-size: 22px; }
    .view360.version-2 p img {
      max-width: 70%;
      margin: 0 auto 0; }
  .view360.version-2 .wrapper-360,
  .view360.version-2 h2,
  .view360.version-2 p,
  .view360.version-2 .wrapper-tabs-360 {
    order: initial; }
  @media (max-width: 768px) {
    .view360.version-2 .button-block {
      margin-bottom: 30px; } }
  @media (max-width: 768px) {
    .view360.version-2 p {
      margin-bottom: 20px; } }
  .view360 + .button-center {
    margin-top: 35px; }
    .view360 + .button-center a {
      margin: 17px; }
      @media (min-width: 769px) {
        .view360 + .button-center a {
          margin-bottom: 0; } }

.cloudimage-360:not(.active) {
  visibility: hidden;
  max-height: 0; }

.cloudimage-inner-box {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 60%; }
  .cloudimage-inner-box canvas {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0; }

.wrapper-360 {
  width: 100%;
  border-top: 1px solid #E6E6E6; }
  @media (max-width: 768px) {
    .wrapper-360 {
      order: 3;
      border-bottom: 1px solid #E6E6E6; } }
  .mode-xl .wrapper-360 {
    border-top: 0; }

.tabs-360 {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0; }
  @media (min-width: 769px) {
    .mode-xl .tabs-360 {
      margin-top: 10px; } }

.tab-360 {
  width: 100%;
  list-style: none;
  margin-bottom: 25px; }
  @media (max-width: 768px) {
    .tab-360 {
      margin: 0; } }
  .tab-360:not(.active) {
    display: none; }

.tabs-navigation {
  width: 100%;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0; }
  @media (max-width: 768px) {
    .tabs-navigation {
      width: 100%; } }
  .tabs-navigation li {
    margin: 0; }
    @media (max-width: 768px) {
      .tabs-navigation li {
        width: 50%; } }
  .tabs-navigation button {
    border: 0;
    background: #F2F2F2;
    color: #000000;
    position: relative;
    height: 55px;
    width: 230px;
    font-weight: bold;
    font-size: 20px;
    padding: 0;
    cursor: pointer; }
    @media (max-width: 768px) {
      .tabs-navigation button {
        width: 100%;
        font-size: 16px; } }
    .tabs-navigation button:not(.active):not(:hover):not(:focus) {
      color: #666666; }
    .tabs-navigation button.active::before {
      position: absolute;
      bottom: 0;
      height: 3px;
      background: #1C69D4;
      width: 100%;
      left: 0;
      content: '';
      display: block; }
    .tabs-navigation button svg {
      width: 24px;
      height: auto;
      display: inline-block;
      vertical-align: middle;
      margin: -4px 8px 0 0;
      pointer-events: none; }
      @media (max-width: 768px) {
        .tabs-navigation button svg {
          width: 20px; } }

.wrapper-tabs-360 {
  width: 100%; }
  @media (max-width: 768px) {
    .wrapper-tabs-360 {
      position: relative; } }
  @media (max-width: 768px) {
    .mode-xl .wrapper-tabs-360 {
      order: 5; } }

.view360-switchable-control {
  position: absolute;
  right: 0;
  width: 100%;
  pointer-events: none;
  z-index: 3;
  top: -15px; }
  @media (min-width: 769px) {
    .view360-switchable-control {
      top: 103px; } }
  .view360-switchable-control .container {
    display: flex;
    justify-content: center; }
    @media (min-width: 769px) {
      .view360-switchable-control .container {
        justify-content: flex-end; } }

.view360-switchable-button {
  height: 30px;
  background: rgba(10, 9, 9, 0.82);
  border-radius: 13.5px;
  pointer-events: all;
  display: inline-flex;
  position: relative;
  z-index: 1; }
  @media (min-width: 769px) {
    .view360-switchable-button {
      flex-direction: column;
      align-items: flex-end;
      height: 48px;
      width: 21px; } }
  .view360-switchable-button button {
    color: #FFFFFF;
    border: 0;
    background: 0;
    height: 100%;
    padding: 0;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    font-weight: 300;
    width: var(--word-length);
    text-align: center;
    white-space: nowrap; }
    @media (min-width: 769px) {
      .view360-switchable-button button {
        padding-right: 36px;
        color: #000000; } }
    .view360-switchable-button button.active {
      font-weight: 700; }
      @media (min-width: 769px) {
        .view360-switchable-button button.active + .view360-bg::after {
          top: 30px; } }
    .view360-switchable-button button:not(.active) {
      cursor: pointer; }

.view360-bg {
  background: #1C69D4;
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  border-radius: 13.5px;
  left: 0;
  height: 100%;
  width: var(--word-1-length);
  transition: left 0.5s ease-in-out, width 0.3s ease-in-out; }
  @media (min-width: 769px) {
    .view360-bg {
      width: 100% !important;
      left: 0 !important; } }
  @media (max-width: 768px) {
    .active + .view360-bg {
      left: var(--word-1-length);
      width: var(--word-2-length); } }
  @media (min-width: 769px) {
    .view360-bg::after {
      content: '';
      background: #FFFFFF;
      width: 15px;
      height: 15px;
      border-radius: 50%;
      display: block;
      position: absolute;
      top: 3px;
      right: 3px;
      transition: top 0.4s ease-in-out; } }

.wrapper-bg-360 {
  background: #f5f6f7;
  border-radius: 40px; }
  @media (max-width: 768px) {
    .wrapper-bg-360 {
      margin-bottom: 15px; } }
  .wrapper-bg-360 .wrapper-360 {
    border-top: none; }
    @media (max-width: 768px) {
      .wrapper-bg-360 .wrapper-360 {
        border-bottom: none; } }
  .wrapper-bg-360 p {
    position: absolute;
    margin: 3rem 0 0 12rem;
    font-size: 180px !important;
    font-weight: bold;
    color: #E6E6E6;
    white-space: nowrap; }
    @media (max-width: 768px) {
      .wrapper-bg-360 p {
        font-size: 15vw !important;
        margin: 2rem 0 0 3rem; } }
  .wrapper-bg-360 .switchable-navigation {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -7px 0 17px 0; }
    @media (max-width: 768px) {
      .wrapper-bg-360 .switchable-navigation {
        width: 100%;
        margin: 10px 0 10px 0; } }
    .wrapper-bg-360 .switchable-navigation .switchable-navigation {
      padding: 0;
      margin: 0; }
      @media (max-width: 768px) {
        .wrapper-bg-360 .switchable-navigation .switchable-navigation {
          text-align: center;
          border: 0; } }
    .wrapper-bg-360 .switchable-navigation .switchable-button {
      background: #d8d8d8;
      width: 35%;
      --word-1-length: 50%;
      --word-2-length: 50%; }
      @media (max-width: 768px) {
        .wrapper-bg-360 .switchable-navigation .switchable-button {
          width: 75%; } }
      .wrapper-bg-360 .switchable-navigation .switchable-button button {
        transition: all 0.5s ease-in-out;
        width: 100%; }
        @media (max-width: 768px) {
          .wrapper-bg-360 .switchable-navigation .switchable-button button {
            width: 50%; } }
        .wrapper-bg-360 .switchable-navigation .switchable-button button.active::before {
          display: none; }
      .wrapper-bg-360 .switchable-navigation .switchable-button button:not(.active) {
        color: #1d1d1d;
        opacity: 0.4; }
    .wrapper-bg-360 .switchable-navigation .switchable-button-bg {
      background: #1d1d1d; }

[data-panorama] {
  height: 720px;
  position: relative;
  cursor: grab; }
  @media (max-width: 1240px) {
    [data-panorama] {
      height: calc((100vw - 40px) * 0.5831); } }
  [data-panorama] canvas {
    width: 100%;
    height: 100%; }
  [data-panorama]:active {
    cursor: grabbing; }

.grid-section {
  display: flex;
  flex-wrap: wrap; }
  @media (min-width: 769px) {
    .grid-section {
      align-items: center; } }
  .grid-section > h2 {
    width: 100%;
    margin: 0 0 20px; }
    @media (max-width: 768px) {
      .grid-section > h2 {
        order: 1; } }
  .grid-section > p {
    text-transform: uppercase;
    font-weight: 300; }
    @media (min-width: 769px) {
      .grid-section > p {
        width: 50%;
        margin: 0; } }
    @media (max-width: 768px) {
      .grid-section > p {
        order: 2;
        width: 100%;
        margin: 0 0 20px; } }
  @media (min-width: 769px) {
    .grid-section .button-block {
      margin-left: auto; } }
  @media (max-width: 768px) {
    .grid-section .button-block {
      order: 4; } }

.grid {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex; }
  @media (min-width: 769px) {
    .grid {
      flex-wrap: wrap;
      align-items: stretch;
      margin: 22px -16px -16px -16px; } }
  @media (max-width: 768px) {
    .grid {
      flex-direction: column;
      width: 100%;
      order: 3;
      margin: 0; } }

.grid-block {
  position: relative;
  z-index: 0; }
  @media (min-width: 769px) {
    .grid-block {
      padding: 16px; } }
  @media (max-width: 768px) {
    .grid-block {
      margin: 0 0 20px; } }
  .grid-block > img {
    display: block;
    height: auto;
    width: 100%; }
    @media (min-width: 769px) {
      .grid-block > img {
        object-fit: cover;
        position: absolute;
        left: 16px;
        top: 16px;
        width: calc(100% - 32px);
        height: calc(100% - 32px);
        z-index: -1; } }
    @media (max-width: 768px) {
      .grid-block > img {
        flex-shrink: 0;
        margin: 0 0 20px; } }
  @media (min-width: 769px) {
    .grid-block:nth-child(1) {
      width: 66.66667%;
      min-height: 37vw; } }
  @media (min-width: 1241px) {
    .grid-block:nth-child(1) {
      min-height: 470px; } }
  @media (min-width: 769px) {
    .grid-block:nth-child(2), .grid-block:nth-child(3), .grid-block:nth-child(4), .grid-block:nth-child(5) {
      width: 33.33334%; } }
  @media (min-width: 769px) {
    .grid-block:nth-child(2) {
      margin-bottom: 140px; } }
  @media (min-width: 769px) {
    .grid-block:nth-child(3), .grid-block:nth-child(4) {
      min-height: 28vw; } }
  @media (min-width: 1241px) {
    .grid-block:nth-child(3), .grid-block:nth-child(4) {
      min-height: 355px; } }
  @media (min-width: 769px) {
    .grid-block:nth-child(5) {
      margin-top: -140px; } }

.grid-block-content {
  color: #000000;
  text-decoration: none; }
  @media (min-width: 769px) {
    .grid-block-content {
      padding: 30px;
      display: flex;
      flex-direction: column;
      min-height: 100%;
      justify-content: center;
      align-items: flex-start;
      transition: background 0.3s linear;
      color: #FFFFFF; } }
  @media (min-width: 769px) and (max-width: 1241px) {
    .grid-block-content {
      padding: 20px; } }
  @media (min-width: 769px) {
    .grid-block-content:hover, .grid-block-content:focus {
      background: rgba(0, 0, 0, 0.5); } }
  @media (min-width: 769px) {
    .grid-block-content:hover h3,
    .grid-block-content:hover p, .grid-block-content:focus h3,
    .grid-block-content:focus p {
      opacity: 1;
      transform: translateY(0); } }
  @media (min-width: 769px) {
    .grid-block-content h3,
    .grid-block-content p {
      color: #FFFFFF;
      transition: transform 0.3s linear, opacity 0.3s linear;
      opacity: 0;
      transform: translateY(30px); } }
  .grid-block-content h3 {
    margin: 0 0 20px; }
    @media (min-width: 769px) and (max-width: 1024px) {
      .grid-block-content h3 {
        font-size: 14px; } }
  .grid-block-content p {
    margin: 0;
    font-weight: 300; }
    @media (min-width: 769px) and (max-width: 1024px) {
      .grid-block-content p {
        font-size: 14px; } }

.recharge-section h2 {
  margin: 0 0 60px; }
  @media (min-width: 769px) {
    .recharge-section h2 {
      margin: 0 0 95px; } }

.recharge-section strong {
  color: #000000; }

.snap-container {
  margin-bottom: 50px;
  position: relative; }

.scroll-snap-slider {
  display: flex;
  flex-wrap: nowrap; }
  @media (min-width: 769px) {
    .scroll-snap-slider {
      height: auto !important; } }
  @media (max-width: 768px) {
    .scroll-snap-slider {
      justify-content: normal;
      -ms-overflow-style: none;
      overflow-x: auto;
      scroll-behavior: smooth;
      scroll-snap-type: x mandatory;
      scroll-snap-stop: always;
      scrollbar-width: none;
      margin: 0 -20px;
      transition: height .2s linear; } }
  .scroll-snap-slider::-webkit-scrollbar {
    display: none; }

.scroll-snap-slide {
  width: 100%; }
  @media (min-width: 769px) {
    .scroll-snap-slide {
      width: 50%; } }
  @media (max-width: 768px) {
    .scroll-snap-slide {
      align-items: center;
      display: flex;
      flex: 0 0 auto;
      flex-direction: column;
      justify-content: center;
      max-width: none;
      scroll-snap-align: start;
      padding: 0 20px;
      overflow: hidden; } }

.recharge-block > img {
  display: block;
  width: 100%;
  height: auto;
  margin: -90px 0 40px; }
  @media (min-width: 769px) {
    .recharge-block > img {
      margin: -130px 0 55px;
      width: 80%; } }

.recharge-block h3 {
  font-weight: 300;
  font-size: 24px;
  margin: 0 0 20px; }
  @media (min-width: 769px) {
    .recharge-block h3 {
      font-size: 44px; } }

.recharge-block p {
  margin: 0;
  font-weight: 300;
  font-size: 18px;
  color: #666666; }
  @media (min-width: 769px) {
    .recharge-block p {
      font-size: 20px; } }

.recharge-block-intro {
  background: linear-gradient(180deg, #F2F2F2 0%, rgba(242, 242, 242, 0) 100%);
  height: 210px;
  width: 155px;
  text-align: center;
  font-weight: 300;
  padding: 20px 10px 0; }
  @media (min-width: 769px) {
    .recharge-block-intro {
      height: 320px;
      width: 240px;
      padding: 20px 20px 0; } }
  .recharge-block-intro span {
    display: block; }
  .recharge-block-intro .time {
    font-size: 30px;
    color: #1C69D4; }
    @media (min-width: 769px) {
      .recharge-block-intro .time {
        font-size: 48px; } }
  .recharge-block-intro .text {
    font-size: 11px;
    color: #666666; }
    @media (min-width: 769px) {
      .recharge-block-intro .text {
        font-size: 16px; } }

.recharge-list {
  padding: 0;
  margin: 0;
  list-style: none; }
  @media (max-width: 768px) {
    .recharge-list {
      margin: 0 0 45px; } }
  .recharge-list li {
    display: flex; }
    @media (max-width: 768px) {
      .recharge-list li {
        flex-direction: row-reverse; } }
    .recharge-list li:not(:last-child) {
      margin-bottom: 30px; }
  .recharge-list h4 {
    font-weight: 300;
    font-size: 16px;
    color: #1C69D4;
    display: flex;
    align-items: center;
    margin: 0 0 10px; }
    @media (min-width: 769px) {
      .recharge-list h4 {
        font-size: 18px;
        margin: 0 0 15px; } }
    .recharge-list h4 svg {
      margin-right: 5px; }
      @media (min-width: 769px) {
        .recharge-list h4 svg {
          margin-right: 9px; } }
      @media (max-width: 768px) {
        .recharge-list h4 svg {
          width: 10px;
          height: auto; } }
    .recharge-list h4.icons-1 svg:nth-child(1) path {
      fill: #1C69D4; }
    .recharge-list h4.icons-2 svg:nth-child(1) path,
    .recharge-list h4.icons-2 svg:nth-child(2) path {
      fill: #1C69D4; }
    .recharge-list h4.icons-3 path {
      fill: #1C69D4; }

.snap-bullets {
  list-style-type: none;
  margin: 0;
  padding: 0 !important;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: calc( 130px + ( (100vw - 40px) * var(--images-ratio) ));
  left: 0;
  width: 100%; }
  @media (min-width: 769px) {
    .snap-bullets {
      display: none; } }
  .snap-bullets li {
    position: relative; }
  .snap-bullets label {
    display: block;
    width: 1rem;
    height: 1rem;
    background: #1C69D4;
    border-radius: 50%;
    margin: 0 0.5rem;
    cursor: pointer;
    transition: background-color 0.3s linear;
    opacity: 0.3; }
  .snap-bullets input {
    display: none; }
  .snap-bullets :checked + label {
    background: #1C69D4;
    opacity: 1; }

@media (min-width: 769px) {
  .list-content {
    flex-shrink: 1;
    width: 100%; } }

.list-gauge {
  width: 55px;
  margin: 0 15px 0 0;
  flex-shrink: 0; }
  @media (min-width: 769px) {
    .list-gauge {
      width: 85px;
      margin: 0 10% 0 10%;
      flex-shrink: 0; } }
  .list-gauge svg,
  .list-gauge figure {
    width: 100%;
    height: auto;
    margin: 0; }
  .list-gauge figure {
    position: relative; }
  .list-gauge figcaption {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    color: #1C69D4;
    font-size: 12px;
    font-weight: 700;
    margin-top: -10px; }
    @media (min-width: 769px) {
      .list-gauge figcaption {
        font-size: 17px;
        margin-top: -13px; } }

.percent-gauge {
  transform: rotate(-90deg);
  transition: all 1s ease-in-out;
  fill: none;
  stroke-width: 4px;
  stroke-dasharray: 0 999; }

.info {
  font-size: 0;
  width: 18px;
  height: 18px;
  display: inline-block;
  background: url("../img/icon-info.svg") no-repeat center;
  background-size: 100%;
  vertical-align: middle;
  position: relative;
  top: -1px;
  padding: 0;
  border: 0; }
  @media (min-width: 769px) {
    .info {
      width: 20px;
      height: 20px;
      top: -2px; } }

@media (max-width: 768px) {
  .recharge-section-v2 {
    margin: 0 0 80px; } }

.recharge-table {
  display: flex;
  width: 100%;
  font-weight: 300;
  position: relative; }
  .recharge-table strong {
    font-weight: 700; }

.recharge-table-top {
  height: 47px;
  background: #1C69D4;
  text-align: center; }
  @media (min-width: 769px) {
    .recharge-table-night .recharge-table-top {
      border-left: 1px solid #FFFFFF;
      border-right: 1px solid #FFFFFF; } }

.recharge-table-left {
  padding-right: 13px; }
  .recharge-table-left .recharge-table-type img {
    width: 179px; }
    @media (min-width: 769px) {
      .recharge-table-left .recharge-table-type img {
        width: 212px; } }
    @media (min-width: 1151px) {
      .recharge-table-left .recharge-table-type img {
        width: 219px; } }
  .recharge-table-left .recharge-table-top {
    margin-right: -13px; }

@media (max-width: 768px) {
  .recharge-table-content {
    width: calc(100% - 189px);
    padding: 0 0 10px 7px; } }

@media (min-width: 769px) {
  .recharge-table-content {
    display: block !important; } }

@media (min-width: 769px) {
  .glide.recharge-v2-glide {
    cursor: auto; } }

@media (max-width: 768px) {
  .glide.recharge-v2-glide {
    width: auto;
    position: static;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 1px 7px 3px rgba(0, 0, 0, 0.04); } }

@media (min-width: 769px) {
  .glide.recharge-v2-glide.night {
    width: 360px; } }

@media (min-width: 1151px) {
  .glide.recharge-v2-glide.night {
    width: 480px; } }

@media (min-width: 1257px) {
  .glide.recharge-v2-glide.night {
    width: 585px; } }

@media (min-width: 769px) {
  .glide.recharge-v2-glide.town {
    width: 240px;
    margin-right: -7px; } }

@media (min-width: 1151px) {
  .glide.recharge-v2-glide.town {
    width: 320px; } }

@media (min-width: 1257px) {
  .glide.recharge-v2-glide.town {
    width: 390px; } }

@media (min-width: 769px) {
  .glide.recharge-v2-glide .glide__track {
    overflow: visible; } }

.glide.recharge-v2-glide .glide__slides {
  flex-shrink: 0; }
  @media (min-width: 769px) {
    .glide.recharge-v2-glide .glide__slides {
      touch-action: initial;
      transform: translate3d(0px, 0px, 0px) !important;
      overflow: visible; } }

.glide.recharge-v2-glide .glide__slide {
  height: auto;
  min-height: 100%; }
  @media (min-width: 769px) {
    .glide.recharge-v2-glide .glide__slide {
      user-select: initial;
      padding: 0 7px; } }
  @media (min-width: 769px) {
    .recharge-table-night .glide.recharge-v2-glide .glide__slide:nth-child(1) {
      padding-left: 0; } }

.glide.recharge-v2-glide .glide__arrow {
  bottom: -40px;
  top: auto;
  color: #000000;
  transform: none;
  border: 0;
  padding: 0;
  box-shadow: none;
  z-index: 3; }
  .glide.recharge-v2-glide .glide__arrow svg {
    width: 27px;
    height: auto;
    display: block;
    pointer-events: none; }
  @media (min-width: 769px) {
    .glide.recharge-v2-glide .glide__arrow {
      display: none; } }

.glide.recharge-v2-glide .glide__arrow--left {
  left: 0; }

.glide.recharge-v2-glide .glide__arrow--right {
  right: 0; }

.glide.recharge-v2-glide .glide__bullets {
  align-items: center;
  height: 14px;
  bottom: 77px;
  left: 0;
  transform: none;
  width: 100%;
  justify-content: center;
  top: 100%;
  margin-top: 20px; }
  @media (min-width: 769px) {
    .glide.recharge-v2-glide .glide__bullets {
      display: none; } }

.glide.recharge-v2-glide .glide__bullet {
  box-shadow: none;
  border-color: #EDEDED;
  background-color: #EDEDED;
  height: 14px;
  width: 14px; }
  .glide.recharge-v2-glide .glide__bullet--active {
    border-color: #1C69D4;
    background-color: #1C69D4; }

@media (min-width: 769px) {
  .recharge-table-list-item {
    border-radius: 0 0 5px 5px;
    box-shadow: 0 1px 7px 3px rgba(0, 0, 0, 0.04); } }

@media (max-width: 768px) {
  .recharge-table-town {
    display: none; } }

.recharge-table-distance,
.recharge-table-power,
.recharge-table-type {
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .recharge-table-content .recharge-table-distance, .recharge-table-content
  .recharge-table-power, .recharge-table-content
  .recharge-table-type {
    font-weight: 700;
    text-align: center; }

.recharge-table-distance {
  min-height: 78px;
  font-size: 14px; }
  @media (min-width: 769px) {
    .recharge-table-distance {
      min-height: 82px;
      font-size: 16px; } }
  @media (min-width: 769px) {
    .recharge-table-left .recharge-table-distance {
      font-size: 15px; } }
  .recharge-table-distance img {
    width: 44px;
    margin: 0 auto 7px; }

.recharge-table-power {
  min-height: 70px;
  font-size: 14px; }
  @media (min-width: 769px) {
    .recharge-table-power {
      min-height: 82px;
      font-size: 16px; } }
  .recharge-table-content .recharge-table-power {
    border-top: 1px solid #f5f5f5; }
  @media (min-width: 769px) {
    .recharge-table-left .recharge-table-power {
      font-size: 15px; } }

.recharge-table-type {
  min-height: 173px;
  font-size: 10px;
  justify-content: flex-start;
  position: relative; }
  @media (min-width: 769px) {
    .recharge-table-type {
      min-height: 210px; } }
  @media (min-width: 1151px) {
    .recharge-table-type {
      min-height: 217px; } }
  .recharge-table-content .recharge-table-type {
    border-top: 1px solid #f5f5f5;
    padding-top: 13px;
    padding-bottom: 25px; }
    @media (max-width: 768px) {
      .recharge-table-content .recharge-table-type {
        padding-top: 10px;
        padding-bottom: 15px; } }
  .recharge-table-type h4 {
    margin: 0 0 8px;
    font-weight: 300; }

.recharge-table-type-img-1 img,
.recharge-table-type-img-2 img {
  margin: 0 auto;
  height: auto; }

.recharge-table-type-img-1 {
  flex-grow: 1;
  position: relative;
  z-index: 1; }
  .recharge-table-type-img-1 img {
    width: 35px; }

.recharge-table-type-img-2 {
  margin-top: auto; }
  .recharge-table-type-img-2 img {
    width: 60px; }

.cables {
  position: relative;
  z-index: 0; }
  .cables::before, .cables::after {
    content: '';
    display: block;
    position: absolute;
    background: #1C69D4;
    height: 5px;
    left: -14px; }
    @media (max-width: 768px) {
      .cables::before, .cables::after {
        left: 0; } }
  .cables::before {
    width: 50%; }
  .cables::after {
    width: 14px; }
    @media (max-width: 768px) {
      .cables::after {
        display: none; } }
  .cables.cables-high::before {
    top: 37px; }
  .cables.cables-high::after {
    top: 54px; }
  .cables.cables-low::before {
    top: 54px; }
  .cables.cables-low::after {
    display: none; }

.recharge-table-btn {
  border: 0;
  height: 100%;
  width: 100%;
  background: 0;
  color: #FFFFFF;
  font-weight: 700;
  display: flex;
  align-items: center;
  text-align: left;
  justify-content: center;
  padding: 0 10px;
  font-size: 16px; }
  @media (max-width: 768px) {
    .recharge-table-btn {
      position: absolute;
      left: 0;
      width: 100%;
      height: 47px;
      background: #1C69D4; } }
  .recharge-table-btn svg {
    margin-left: 15px;
    pointer-events: none;
    transform-origin: center;
    transition: transform 0.2s linear; }
    @media (min-width: 769px) {
      .recharge-table-btn svg {
        display: none; } }
  .recharge-table-btn.open svg {
    transform: rotateX(180deg); }

.recharge-table-dropdown {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 47px;
  width: 100%;
  left: 0;
  list-style: none;
  z-index: 1; }
  @media (min-width: 769px) {
    .recharge-table-dropdown {
      display: none; } }
  @media (max-width: 768px) {
    .recharge-table-btn:not(.open) + .recharge-table-dropdown {
      display: none; } }
  .recharge-table-dropdown li {
    width: 100%;
    background: #1C69D4;
    border-top: 1px solid #FFFFFF;
    height: 47px; }
    .recharge-table-dropdown li button {
      border: 0;
      height: 100%;
      width: 100%;
      background: 0;
      color: #FFFFFF;
      font-weight: 700;
      display: flex;
      align-items: center;
      text-align: left;
      justify-content: center;
      padding: 0 10px;
      font-size: 16px; }

.recharge-section-v3 {
  padding: 0 0 30px 0;
  border-bottom: 1px solid #E6E6E6; }
  @media (max-width: 768px) {
    .recharge-section-v3 {
      margin: 0 0 80px; } }
  @media (min-width: 769px) {
    .recharge-section-v3 {
      padding: 0 0 60px 0; } }
  .recharge-section-v3.banner-switchable-button {
    align-items: flex-start;
    flex-direction: column;
    width: 29px;
    height: 64px; }
    @media (max-width: 768px) {
      .recharge-section-v3.banner-switchable-button {
        margin-left: 40px; } }
    @media (min-width: 769px) {
      .recharge-section-v3.banner-switchable-button {
        height: 74px; } }
    .recharge-section-v3.banner-switchable-button button {
      color: #000000;
      font-size: 22px;
      padding-right: 0;
      text-transform: none; }
      @media (max-width: 768px) {
        .recharge-section-v3.banner-switchable-button button {
          padding-left: 40px; } }
      @media (min-width: 769px) {
        .recharge-section-v3.banner-switchable-button button {
          padding-left: 53px;
          font-size: 32px;
          margin-top: -5px; } }
      .recharge-section-v3.banner-switchable-button button:not(.active) {
        color: #CACACA; }
      @media (max-width: 768px) {
        .recharge-section-v3.banner-switchable-button button.active + .switchable-bg::after {
          top: 37px; } }
      @media (min-width: 769px) {
        .recharge-section-v3.banner-switchable-button button.active + .switchable-bg::after {
          top: 47px; } }
  .recharge-section-v3 .recharge-block {
    display: flex; }
    @media (max-width: 768px) {
      .recharge-section-v3 .recharge-block {
        flex-direction: column; } }
  .recharge-section-v3 .switchable-bg {
    height: 100%;
    border-radius: 30px;
    top: 0;
    flex-shrink: 0; }
    @media (max-width: 768px) {
      .recharge-section-v3 .switchable-bg {
        width: 100% !important; } }
    @media (max-width: 768px) {
      .recharge-section-v3 .switchable-bg::after {
        content: '';
        background: #FFFFFF;
        width: 23px;
        height: 23px;
        border-radius: 50%;
        display: block;
        position: absolute;
        top: 3px;
        right: 3px;
        transition: top 0.4s ease-in-out; } }
    @media (min-width: 769px) {
      .recharge-section-v3 .switchable-bg::after {
        width: 23px;
        height: 23px; } }
  .recharge-section-v3 .list-content {
    width: 100%;
    padding-left: 30px;
    position: relative; }
  .recharge-section-v3 .list-gauge {
    width: 260px;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -130px; }
    @media (min-width: 769px) {
      .recharge-section-v3 .list-gauge {
        left: 0;
        top: 50%;
        margin-left: 0;
        margin-top: -140px; } }
    .recharge-section-v3 .list-gauge figcaption {
      width: 100%;
      font-size: 70px;
      font-weight: 300;
      margin-top: -54px; }
  .recharge-section-v3 .percent-gauge {
    stroke-width: 2.5px; }
  .recharge-section-v3 .recharge-car {
    margin: 0 0 30px 0; }
    @media (max-width: 768px) {
      .recharge-section-v3 .recharge-car {
        text-align: center; } }
    @media (min-width: 769px) {
      .recharge-section-v3 .recharge-car {
        margin: 100px 50px 0 0; } }
    .recharge-section-v3 .recharge-car img {
      width: 280px;
      height: auto; }
      @media (min-width: 769px) {
        .recharge-section-v3 .recharge-car img {
          width: 390px; } }
  .recharge-section-v3 .recharge-list {
    position: relative;
    padding-top: 300px; }
    @media (min-width: 769px) {
      .recharge-section-v3 .recharge-list {
        padding-top: 0;
        padding-left: 350px; } }

.switchable-recharge-block {
  display: flex; }
  @media (max-width: 768px) {
    .switchable-recharge-block {
      flex-direction: column; } }
  .switchable-recharge-block:not(.active) {
    display: none; }

.recharge-list-switchable:not(.active) {
  cursor: pointer; }
  .recharge-list-switchable:not(.active) .list-gauge,
  .recharge-list-switchable:not(.active) .list-content p {
    display: none; }
  .recharge-list-switchable:not(.active) .list-content {
    opacity: 0.6; }

.recharge-list-switchable.active .list-content::after {
  content: "";
  width: 8px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 4px;
  background: #1C69D4; }

.recharge-switchable-control {
  border-top: 1px solid #E6E6E6;
  padding-top: 20px;
  margin-top: 30px; }
  @media (max-width: 768px) {
    .recharge-switchable-control {
      margin-bottom: 40px; } }
  @media (min-width: 769px) {
    .recharge-switchable-control {
      padding-top: 60px; } }

.recharge-section-v4 {
  border-bottom: 0;
  padding: 0;
  margin: 0 0 60px; }
  @media (min-width: 769px) {
    .recharge-section-v4 {
      margin: 0 0 90px; } }
  .no-switch-button .recharge-section-v4 {
    margin: 0; }
  .recharge-section-v4 h2 {
    margin-top: -10px;
    position: relative;
    z-index: 2; }
    @media (min-width: 769px) {
      .recharge-section-v4 h2 {
        margin-top: -30px;
        float: left; } }
  .recharge-section-v4 h3 {
    color: #1d1d1d;
    font-size: 17px;
    font-weight: 700;
    border-bottom: 1px solid #000000;
    padding-bottom: 10px; }
    @media (min-width: 769px) {
      .recharge-section-v4 h3 {
        font-size: 24px;
        border-bottom: 1px solid #E6E6E6; } }
    .recharge-section-v4 h3 .info {
      width: 10px;
      height: 10px;
      top: -7px; }
  .recharge-section-v4 .recharge-switchable-control {
    padding: 0;
    margin: 0; }
    @media (min-width: 769px) {
      .recharge-section-v4 .recharge-switchable-control {
        float: right;
        margin: -30px 0 0; } }
    @media (max-width: 768px) {
      .recharge-section-v4 .recharge-switchable-control {
        text-align: center;
        border: 0; } }
    .no-switch-button .recharge-section-v4 .recharge-switchable-control {
      display: none; }
  .recharge-section-v4 .switchable-recharge {
    clear: both; }
    .no-switch-button .recharge-section-v4 .switchable-recharge {
      padding-top: 10px; }
  .recharge-section-v4 .switchable-button {
    background: #d8d8d8; }
    .recharge-section-v4 .switchable-button button {
      transition: all 0.5s ease-in-out; }
    .recharge-section-v4 .switchable-button button:not(.active) {
      color: #1d1d1d;
      opacity: 0.4; }
  .recharge-section-v4 .switchable-button-bg {
    background: #1d1d1d; }
  .recharge-section-v4 .switchable-recharge {
    padding-top: 40px; }
    @media (min-width: 769px) {
      .recharge-section-v4 .switchable-recharge {
        padding-top: 60px; } }
  .recharge-section-v4 .recharge-block {
    display: block;
    width: 100%; }
  .recharge-section-v4 .recharge-list {
    padding: 0;
    display: none;
    order: 3; }
    @media (min-width: 769px) {
      .recharge-section-v4 .recharge-list {
        flex-shrink: 1; } }
    .recharge-section-v4 .recharge-list li {
      opacity: 0.26; }
      .recharge-section-v4 .recharge-list li:not(:last-child) {
        margin: 0 0 10px; }
      .recharge-section-v4 .recharge-list li p {
        font-size: 14px;
        color: #000000; }
  @media (min-width: 769px) {
    .recharge-section-v4 .accordion-button {
      display: none; } }

.recharge-numbers {
  margin: 0 0 40px;
  display: flex;
  flex-direction: column; }
  @media (min-width: 769px) {
    .recharge-numbers {
      margin: 0 0 60px;
      flex-direction: row; } }

@media (min-width: 769px) {
  [class^="recharge-number-"] {
    flex-shrink: 0; } }

@media (max-width: 768px) {
  [class^="recharge-number-"] {
    text-align: center; } }

@media (max-width: 768px) {
  .reverse-stats [class^="recharge-number-"]:nth-child(1) {
    margin-bottom: 0; } }

@media (max-width: 768px) {
  .reverse-stats [class^="recharge-number-"]:nth-child(2) {
    margin-bottom: 40px; } }

[class^="recharge-number-"] p {
  font-size: 22px;
  text-transform: uppercase; }
  @media (max-width: 420px) {
    .smaller-numbers [class^="recharge-number-"] p {
      font-size: 17px; } }

[class^="recharge-number-"] strong {
  font-size: 88px;
  text-transform: none;
  white-space: nowrap;
  display: block;
  line-height: 1.2; }
  @media (max-width: 420px) {
    [class^="recharge-number-"] strong {
      font-size: 62px; } }
  .smaller-numbers [class^="recharge-number-"] strong {
    font-size: 72px; }
    @media (max-width: 1240px) {
      .smaller-numbers [class^="recharge-number-"] strong {
        font-size: 6.5vw; } }
    @media (max-width: 768px) {
      .smaller-numbers [class^="recharge-number-"] strong {
        font-size: 47px; } }
    @media (max-width: 420px) {
      .smaller-numbers [class^="recharge-number-"] strong {
        font-size: 27px; } }
  [class^="recharge-number-"] strong img {
    vertical-align: top; }

@media (max-width: 768px) {
  [class^="recharge-number-"]:nth-child(1) {
    margin-bottom: 40px; } }

.recharge-number-black {
  order: 1; }
  @media (min-width: 769px) {
    .recharge-number-black {
      margin-right: 8%; } }
  .recharge-number-black p {
    color: #1d1d1d; }
  .reverse-stats .recharge-number-black {
    order: 2; }

.recharge-number-blue {
  order: 2; }
  @media (min-width: 769px) {
    .recharge-number-blue {
      margin-right: 9%; } }
  .recharge-number-blue p {
    color: #1C69D4; }
  .reverse-stats .recharge-number-blue {
    order: 1; }

.recharge-animation-container {
  margin: 0 0 60px; }
  @media (min-width: 769px) {
    .recharge-animation-container {
      position: relative;
      margin: 0 0 90px; } }
  @media (max-width: 768px) {
    .recharge-animation-container {
      display: flex;
      flex-direction: column-reverse;
      margin: 0 -20px; } }
  @media (min-width: 769px) {
    .no-switch-button .recharge-animation-container {
      margin: 0 0 75px; } }

@media (min-width: 769px) {
  .recharge-animation .mobile {
    display: none; } }

@media (max-width: 768px) {
  .recharge-animation .desktop {
    display: none; } }

.recharge-animation img {
  width: 100%; }

.recharge-animation-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  background: #1d1d1d;
  padding: 20px; }
  @media (min-width: 769px) {
    .recharge-animation-content {
      position: absolute;
      top: 0;
      right: 0;
      height: 100%;
      width: 25%; } }
  .recharge-animation-content ul {
    list-style: none;
    padding: 0;
    margin: 0 0 15px; }
    @media (max-width: 768px) {
      .recharge-animation-content ul {
        margin: 0 auto 30px; } }
    .recharge-animation-content ul li {
      color: #FFFFFF; }
      .recharge-animation-content ul li::before {
        background: #FFFFFF;
        content: '';
        width: 10px;
        height: 10px;
        border-radius: 50%;
        display: inline-block;
        margin: 0 8px 0 0; }
      .recharge-animation-content ul li:not(:last-child) {
        margin: 0 0 10px; }
      .recharge-animation-content ul li:not(.active) {
        opacity: 0.5;
        cursor: pointer; }
        .recharge-animation-content ul li:not(.active)::before {
          width: 8px;
          height: 8px; }
  .recharge-animation-content p {
    color: #FFFFFF;
    font-size: 14px;
    line-height: 1.4; }
    @media (max-width: 768px) {
      .recharge-animation-content p {
        margin: 0 0 15px; } }
  .recharge-animation-content .button-center {
    width: 100%; }

.recharge-animation-separator {
  background: #FFFFFF;
  opacity: 0.3;
  width: 100%;
  height: 1px; }
  @media (max-width: 768px) {
    .recharge-animation-separator {
      display: none; } }

.recharge-animation-content-accordion {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
  align-items: flex-start; }
  @media (min-width: 769px) {
    .recharge-animation-content-accordion {
      opacity: 1 !important;
      height: auto !important; } }
  @media (max-width: 768px) {
    .recharge-animation-content-accordion {
      overflow: hidden;
      transition: height 0.2s linear, opacity 0.2s linear;
      opacity: 0;
      height: 0;
      padding-top: 15px; } }

.accordion-trigger {
  cursor: pointer;
  margin: 0 auto;
  border: 0;
  background: 0; }
  .accordion-trigger img {
    transition: transform 0.2s linear; }
  @media (min-width: 769px) {
    .accordion-trigger {
      display: none; } }
  .accordion-trigger[aria-expanded="true"] img {
    transform: rotateX(180deg); }

.links-block-section {
  background: #F2F2F2;
  text-align: center;
  padding: 40px 20px 27px; }
  @media (max-width: 768px) {
    .links-block-section {
      margin: 0 -20px; } }
  .links-block-section h2 {
    margin: 0 auto 25px;
    text-transform: uppercase; }
  .links-block-section p {
    margin: 0 auto 27px;
    font-weight: 300;
    font-size: 18px; }
    @media (max-width: 768px) {
      .links-block-section p {
        max-width: 280px; } }
  .links-block-section .button-block {
    margin: 8px; }
    @media (min-width: 769px) {
      .links-block-section .button-block {
        margin: 13px; } }

.links-with-icons {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  list-style: none;
  padding: 0; }
  @media (min-width: 769px) {
    .links-with-icons {
      margin: 0 -9px; } }
  .links-with-icons li {
    width: 100%; }
    @media (max-width: 768px) {
      .links-with-icons li {
        margin: 0 0 20px; } }
    @media (min-width: 769px) {
      .links-with-icons li {
        width: 25%;
        padding: 9px; } }
  .links-with-icons a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #F3F2F3;
    text-align: center;
    color: #6B6666;
    padding: 32px;
    min-height: 100%;
    text-decoration: none; }
  .links-with-icons h3 {
    margin: 0 auto;
    font-size: 16px; }

.links-with-icons-img {
  flex-grow: 1;
  margin: 0 auto 10px;
  display: flex;
  align-items: center; }
  .links-with-icons-img img {
    display: block;
    width: var(--icon-width); }

@media (min-width: 769px) {
  .professionals-section .button-center {
    margin-top: 30px; } }

@media (min-width: 769px) {
  .professionals-content {
    display: flex; } }

@media (min-width: 769px) {
  .professionals-content > div {
    width: 51%; } }

@media (max-width: 768px) {
  .professionals-content > div {
    margin: 0 0 37px; } }

.professionals-content > div img {
  display: block;
  width: 100%;
  height: auto; }

.professionals-list {
  list-style: none;
  padding: 0;
  margin: 0; }
  @media (min-width: 769px) {
    .professionals-list {
      width: 49%; } }

.professionals-list-item {
  display: flex;
  width: 100%;
  margin: 0 0 23px; }
  @media (min-width: 769px) {
    .professionals-list-item {
      margin: 0 0 35px;
      align-items: center; } }
  .professionals-list-item > div:first-child {
    width: 75px;
    font-size: 0;
    flex-shrink: 0; }
    @media (min-width: 769px) {
      .professionals-list-item > div:first-child {
        width: 125px;
        text-align: center; } }
    .professionals-list-item > div:first-child img {
      width: 42px;
      display: inline-block;
      height: auto; }
      @media (min-width: 769px) {
        .professionals-list-item > div:first-child img {
          width: 45px; } }

.professionals-list-item-content {
  width: 100%;
  flex-shrink: 1; }
  .professionals-list-item-content h3,
  .professionals-list-item-content p {
    font-size: 18px;
    margin: 0; }
  .professionals-list-item-content p {
    font-weight: 300;
    color: #666666; }

@media (min-width: 769px) {
  .section-professionals-section-v2.style-compact.image-left .professionals-v2-image, .section-professionals-section-v2.style-compact.image-right .professionals-v2-image {
    width: var(--image-width-desktop); } }

@media (min-width: 769px) {
  .section-professionals-section-v2.style-compact.image-left .professionals-v2-image {
    margin-right: var(--image-margin-desktop); } }

@media (min-width: 769px) {
  .section-professionals-section-v2.style-compact.image-right .professionals-v2-image {
    margin-left: var(--image-margin-desktop); } }

.section-professionals-section-v2.style-compact {
  --image-width-desktop: 420px !important;
  --image-margin-desktop: 65px !important; }
  .section-professionals-section-v2.style-compact h3 {
    margin-bottom: 8px; }
  .section-professionals-section-v2.style-compact h2 {
    margin-bottom: 30px; }
  .section-professionals-section-v2.style-compact p {
    font-size: 16px; }
  .section-professionals-section-v2.style-compact .professionals-v2-list {
    max-width: 420px;
    margin: 0 0 20px 0; }
    .section-professionals-section-v2.style-compact .professionals-v2-list li p {
      font-weight: 300;
      font-size: 16px; }
    .section-professionals-section-v2.style-compact .professionals-v2-list li:not(:last-child) {
      margin-bottom: 15px; }
  .section-professionals-section-v2.style-compact .subtitle {
    margin: -20px 0 30px 0; }

.section-professionals-section-v2.larger-list .professionals-v2-list {
  max-width: 520px; }

@media (max-width: 768px) {
  .section-professionals-section-v2.mybmwapp-section .professionals-v2-list {
    max-width: 80%; } }

.section-professionals-section-v2 .button-center {
  margin-top: 35px; }

.section-professionals-section-v2.link-black-with-underline p a {
  color: #000000;
  font-weight: normal;
  text-decoration: underline; }

.section-professionals-section-v2.thin-font {
  font-weight: 100; }
  .section-professionals-section-v2.thin-font h2, .section-professionals-section-v2.thin-font p {
    font-weight: 100; }

.section-professionals-section-v2.blue-bg {
  background: #002B4A;
  color: #FFF; }
  @media (min-width: 769px) {
    .section-professionals-section-v2.blue-bg .professionals-v2-content {
      padding: 52px 80px; } }
  .section-professionals-section-v2.blue-bg .professionals-v2-image-mobile {
    margin: 0; }
  .section-professionals-section-v2.blue-bg .professionals-v2-image-mobile-content {
    padding-left: 0;
    padding-right: 0; }
  @media (max-width: 768px) {
    .section-professionals-section-v2.blue-bg .professionals-v2-list {
      margin-bottom: 0; } }
  .section-professionals-section-v2.blue-bg ul {
    margin-top: 36px; }
  .section-professionals-section-v2.blue-bg li svg {
    background: #FFF;
    border-radius: 50%;
    display: block;
    width: 16px;
    height: 16px;
    padding: 2px; }
    .section-professionals-section-v2.blue-bg li svg path {
      stroke: #052845; }
  .section-professionals-section-v2.blue-bg li p {
    color: #FFF; }

@media (max-width: 768px) {
  .section-professionals-section-v2.mybmwapp-section .professionals-v2-image.only-desktop {
    display: block; }
    .section-professionals-section-v2.mybmwapp-section .professionals-v2-image.only-desktop img {
      width: 100%;
      max-width: 500px;
      margin: 0 auto; }
  .section-professionals-section-v2.mybmwapp-section .professionals-v2-image.only-mobile {
    display: none; } }

@media (min-width: 769px) {
  .section-professionals-section-v2.mybmwapp-section .professionals-v2-image {
    min-height: 420px; }
    .section-professionals-section-v2.mybmwapp-section .professionals-v2-image video,
    .section-professionals-section-v2.mybmwapp-section .professionals-v2-image img {
      position: absolute;
      bottom: 0;
      right: 0;
      width: 110%;
      max-width: 110%; }
    .section-professionals-section-v2.mybmwapp-section .professionals-v2-image .video-target-from-image {
      height: 100%;
      width: auto;
      z-index: 0;
      max-width: none; }
  .section-professionals-section-v2.mybmwapp-section .professionals-v2-list {
    max-width: 480px; }
  .section-professionals-section-v2.mybmwapp-section .professionals-v2-content {
    padding-left: 0;
    line-height: 1.56;
    z-index: 2; }
    .section-professionals-section-v2.mybmwapp-section .professionals-v2-content h2 {
      margin-bottom: 30px; } }

.section-professionals-section-v2 .play-pause-button {
  position: absolute;
  right: 20px;
  top: 20px;
  display: none;
  z-index: 2; }
  @media (min-width: 769px) {
    .section-professionals-section-v2 .play-pause-button {
      right: 0;
      top: auto;
      bottom: 20px; } }

@media (min-width: 769px) {
  .professionals-section-v2 {
    display: flex; } }

@media (min-width: 769px) {
  .image-left .professionals-section-v2 {
    flex-direction: row-reverse; } }

.professionals-section-v2 h2,
.professionals-section-v2 h3 {
  line-height: 1.2; }

@media (max-width: 768px) {
  .dark-image .professionals-section-v2 h2,
  .dark-image .professionals-section-v2 h3 {
    color: #FFFFFF; } }

.professionals-section-v2 h2 {
  margin: 0 0 10px; }
  .with-small-in-h2 .professionals-section-v2 h2 {
    text-transform: uppercase; }
    @media (max-width: 768px) {
      .with-small-in-h2 .professionals-section-v2 h2 {
        padding-top: 10px; } }
    @media (max-width: 768px) {
      .with-small-in-h2 .professionals-section-v2 h2 small {
        font-size: 60%;
        font-weight: 700;
        text-transform: none;
        display: block; }
        .with-small-in-h2 .professionals-section-v2 h2 small::after {
          content: ' :';
          display: inline; } }
    @media (min-width: 769px) {
      .with-small-in-h2 .professionals-section-v2 h2 small {
        font-size: inherit; }
        .with-small-in-h2 .professionals-section-v2 h2 small::after {
          content: ',';
          display: inline; } }

.professionals-section-v2 h3 {
  color: #1d1d1d;
  font-size: 17px;
  font-weight: 700;
  margin-top: 0; }
  @media (min-width: 769px) {
    .professionals-section-v2 h3 {
      font-size: 24px; } }

.professionals-section-v2 sup {
  font-size: 40%;
  position: relative;
  top: -0.5em; }

@media (min-width: 769px) {
  .professionals-section-v2 .mobile {
    display: none; } }

@media (max-width: 768px) {
  .professionals-section-v2 .desktop {
    display: none; } }

.b2b-light-background {
  background: #F7F8F9;
  padding: 0 0 35px; }
  @media (min-width: 769px) {
    .b2b-light-background {
      padding: 72px 0; } }

.professionals-v2-content {
  display: flex;
  flex-direction: column; }
  .professionals-v2-content p {
    font-size: 17px;
    line-height: 1.29;
    margin: 0 0 20px;
    font-weight: 300; }
    .professionals-v2-content p:last-of-type {
      margin: 0 0 35px; }
  .professionals-v2-content p a,
  .professionals-v2-content li a {
    color: #1C69D4;
    text-decoration: none;
    font-weight: 700; }
    .professionals-v2-content p a:hover, .professionals-v2-content p a:focus,
    .professionals-v2-content li a:hover,
    .professionals-v2-content li a:focus {
      text-decoration: underline; }
  .professionals-v2-content li p {
    margin: 0 !important; }

.professionals-v2-list {
  list-style: none;
  padding: 0;
  display: inline-flex;
  flex-direction: column;
  margin: 0 auto 38px; }

.professionals-v2-list-item {
  position: relative;
  padding-left: 34px; }
  .professionals-v2-list-item:not(:last-child) {
    margin: 0 0 27px; }
  .professionals-v2-list-item svg {
    position: absolute;
    top: 2px;
    left: 0; }
  .professionals-v2-list-item p {
    font-size: 17px;
    font-weight: 700;
    color: #000000;
    margin: 0; }

@media (min-width: 769px) {
  .professionals-v2-image {
    width: var(--image-width-desktop);
    margin-left: var(--image-margin-desktop);
    flex-shrink: 0; } }

@media (min-width: 769px) {
  .image-left .professionals-v2-image {
    margin-left: 0;
    margin-right: var(--image-margin-desktop); } }

.professionals-v2-image .text-image-mention {
  font-size: 12px; }
  .professionals-v2-image .text-image-mention a {
    font-size: 12px;
    color: #000000;
    opacity: 0.58; }

@media (min-width: 769px) {
  .professionals-v2-image .gif-bg {
    height: 100%;
    object-fit: cover; } }

.professionals-v2-image,
.professionals-v2-image-mobile {
  position: relative; }
  .professionals-v2-image svg,
  .professionals-v2-image-mobile svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

@media (max-width: 768px) {
  .professionals-v2-image-mobile {
    position: relative;
    margin: -40px -20px 33px; } }

@media (max-width: 768px) {
  .dark-image .professionals-v2-image-mobile {
    margin: 0 -20px 33px; } }

@media (max-width: 768px) {
  .keep-title-with-content-on-mobile .professionals-v2-image-mobile {
    margin-bottom: 0; } }

@media (max-width: 768px) {
  .section-professionals-section-v2:not(.keep-title-with-content-on-mobile) .professionals-v2-image-mobile-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 45px 20px 0;
    pointer-events: none; } }

@media (max-width: 768px) {
  .keep-title-with-content-on-mobile .professionals-v2-image-mobile-content {
    padding: 25px 20px 0; } }

@media (max-width: 768px) {
  .professionals-v2-image-mobile-content h2,
  .professionals-v2-image-mobile-content h3 {
    pointer-events: all; } }

.mybmwapp-section .professionals-v2-image-mobile-content h2 {
  line-height: 1.6;
  margin-bottom: 18px; }

.mybmwapp-section .professionals-v2-image-mobile-content small {
  margin-bottom: 6px; }

.video-target-from-image {
  display: none;
  max-width: 100%; }

.play-pause-button {
  background: 0;
  border: 0;
  width: 25px;
  height: 25px;
  background: #FFFFFF;
  border-radius: 50%;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.12);
  cursor: pointer; }

.play-icon:before {
  content: '';
  height: 0;
  width: 0;
  border-top: 4px solid transparent;
  border-bottom: 5px solid transparent;
  display: inline-block;
  border-left: 9px solid #052845; }

.pause-icon:before {
  content: '';
  width: 3px;
  height: 8px;
  background-color: #052845;
  display: inline-block;
  margin-right: 3px; }

.pause-icon:after {
  content: '';
  width: 3px;
  height: 8px;
  background-color: #052845;
  display: inline-block; }

.play-pause-button.playing .play-icon {
  display: none; }

.play-pause-button:not(.playing) .pause-icon {
  display: none; }

.legal-notice-section {
  font-weight: 300;
  word-break: break-word; }
  .legal-notice-section .lom {
    color: #000000; }
  .legal-notice-section.bigger-bold-texts b {
    font-size: 130%; }

.diagnostics {
  display: flex;
  flex-wrap: wrap;
  margin: -10px -10px 30px;
  list-style: none;
  padding: 0; }
  .diagnostics li {
    width: 50%;
    padding: 10px;
    max-width: 160px; }
  .diagnostics h4 {
    font-weight: normal; }

.gray-bg,
.gray-dark-bg {
  background: #E6E6E6;
  padding: 40px 0; }
  @media (min-width: 769px) {
    .gray-bg,
    .gray-dark-bg {
      padding: 55px 0; } }
  .gray-bg .legal-notice-section,
  .gray-dark-bg .legal-notice-section {
    color: #4D4D4D;
    font-size: 12px;
    line-height: 1.5; }

.gray-dark-bg {
  background: #272525; }
  .gray-dark-bg .diagnostics li,
  .gray-dark-bg .legal-notice-section {
    color: #FFFFFF; }

.info-block-section {
  background: #E6E6E6;
  padding: 55px; }
  @media (max-width: 768px) {
    .info-block-section {
      margin: 0 -20px;
      padding: 100px 20px 120px; } }
  @media (min-width: 769px) {
    .info-block-section {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      border-radius: 30px; } }
  .info-block-section h2 {
    font-size: 38px;
    margin: 0; }
    @media (min-width: 769px) {
      .info-block-section h2 {
        font-size: 54px; } }
  @media (min-width: 769px) {
    .info-block-section .button-center {
      margin-top: 30px;
      text-align: left; } }
  .info-block-section > div {
    width: 100%; }
    @media (min-width: 769px) {
      .info-block-section > div {
        width: 50%; } }
    .info-block-section > div:nth-child(1) {
      text-align: center; }

.info-block-content > p {
  font-size: 18px; }
  @media (max-width: 768px) {
    .info-block-content > p {
      text-align: center; } }

@media (min-width: 769px) {
  .info-block-claim {
    padding: 96px 55px 0 0; } }

.info-block-list {
  list-style: none;
  padding: 0;
  margin: 0 0 13px; }
  @media (min-width: 769px) {
    .info-block-list {
      margin: 0 0 13px; } }
  .accordion .info-block-list {
    margin: 0; }

.info-block-list-item {
  display: flex;
  width: 100%;
  margin: 0;
  position: relative;
  font-size: 18px;
  font-weight: 300;
  color: #666666; }
  @media (min-width: 769px) {
    .info-block-list-item {
      align-items: center;
      font-size: 18px; } }
  .info-block-list-item:not(:last-child) {
    margin: 0 0 13px; }
  .info-block-list-item svg {
    width: 13px;
    height: 12px;
    display: block;
    flex-shrink: 0;
    margin: 6px 5px 0 0; }

.accordion-button {
  color: #000000;
  display: flex;
  border: 0;
  background: 0;
  padding: 3px 0;
  cursor: pointer;
  font-size: 18px; }
  .accordion-button:hover, .accordion-button:focus {
    color: #1C69D4; }
  .accordion-button svg {
    display: block;
    width: 12px;
    height: 14px;
    margin: 6px 12px 0 0;
    flex-shrink: 0;
    transition: transform 0.2s linear;
    transform-origin: center; }
  .accordion-button[aria-expanded="true"] svg {
    transform: rotateX(180deg); }

.accordion {
  margin: 0 0 48px;
  overflow: hidden;
  opacity: 0;
  height: 0;
  transition: height 0.2s linear, opacity 0.2s linear;
  padding-top: 10px; }
  @media (min-width: 769px) {
    .accordion {
      margin: 0 0 32px; } }

.autonomy-top {
  display: flex; }
  @media (max-width: 768px) {
    .autonomy-top {
      flex-direction: column; } }
  @media (min-width: 769px) {
    .autonomy-top {
      flex-direction: row-reverse;
      align-items: center; } }

.autonomy-top-texts {
  flex-shrink: 0;
  width: 100%; }
  @media (min-width: 769px) {
    .autonomy-top-texts {
      width: 50%;
      margin-top: 90px; } }
  @media (min-width: 769px) {
    .align-content-desktop .autonomy-top-texts {
      margin-top: 0; } }
  .autonomy-top-texts h2 {
    text-transform: uppercase;
    margin: 0; }
  .autonomy-top-texts p {
    font-size: 18px;
    font-weight: 700;
    margin: 0; }
    .autonomy-top-texts p span {
      font-size: 80px;
      font-weight: 300;
      color: #1C69D4;
      display: block;
      line-height: 1;
      margin: 0 0 10px; }
      @media (max-width: 500px) {
        .autonomy-top-texts p span {
          font-size: 20vw; } }
      .autonomy-top-texts p span sup {
        font-size: 20%;
        position: relative;
        top: -20px; }

.autonomy-top-img {
  flex-shrink: 0;
  width: 100%; }
  @media (min-width: 769px) {
    .autonomy-top-img {
      width: 50%; } }
  .autonomy-top-img img {
    display: block;
    margin: 0 auto; }

.autonomy-subtitle {
  font-size: 20px; }
  @media (min-width: 769px) {
    .autonomy-subtitle {
      font-size: 24px; } }

.autonomy-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: -7px; }

.autonomy-list-item {
  width: 100%;
  flex-shrink: 0;
  flex-grow: 0;
  padding: 7px;
  display: flex; }
  @media (min-width: 769px) {
    .autonomy-list-item {
      width: 33.33334%; } }
  .autonomy-list-item h3,
  .autonomy-list-item p {
    margin: 0; }
  .autonomy-list-item h3 {
    width: calc(100% - 60px);
    font-size: 16px; }
  .autonomy-list-item p {
    width: 100%;
    font-size: 18px;
    color: #666666; }

.autonomy-list-item-inner {
  width: 100%;
  padding: 21px;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  border: 1px solid #C9C9C9; }

.autonomy-list-item-top {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0 0 15px; }

.autonomy-list-item-img {
  width: 70px;
  margin-right: 5px;
  flex-shrink: 0; }
  .autonomy-list-item-img img {
    display: block;
    width: 100%;
    height: auto; }

.glide.autonomy-glide {
  margin: 0 -20px 65px; }
  @media (max-width: 768px) {
    .glide.autonomy-glide {
      padding: 0 20px;
      width: auto; } }
  @media (min-width: 769px) {
    .glide.autonomy-glide {
      cursor: auto;
      margin: 0 -7px 30px; } }
  @media (min-width: 769px) {
    .glide.autonomy-glide .glide__track {
      overflow: visible; } }
  .glide.autonomy-glide .glide__slides {
    flex-shrink: 0; }
    @media (min-width: 769px) {
      .glide.autonomy-glide .glide__slides {
        touch-action: initial;
        transform: translate3d(0px, 0px, 0px) !important;
        overflow: visible; } }
  .glide.autonomy-glide .glide__slide {
    height: auto;
    min-height: 100%; }
    @media (max-width: 768px) {
      .glide.autonomy-glide .glide__slide {
        padding: 0; } }
    @media (min-width: 769px) {
      .glide.autonomy-glide .glide__slide {
        user-select: initial;
        padding: 0 7px; } }
    @media (min-width: 769px) {
      .recharge-table-night .glide.autonomy-glide .glide__slide:nth-child(1) {
        padding-left: 0; } }
  .glide.autonomy-glide .glide__arrow {
    bottom: -40px;
    top: auto;
    color: #000000;
    transform: none;
    border: 0;
    padding: 0;
    box-shadow: none;
    z-index: 3; }
    @media (min-width: 769px) {
      .glide.autonomy-glide .glide__arrow {
        display: none; } }
    .glide.autonomy-glide .glide__arrow svg {
      width: 27px;
      height: auto;
      display: block;
      pointer-events: none; }
  .glide.autonomy-glide .glide__arrow--left {
    left: 20px; }
  .glide.autonomy-glide .glide__arrow--right {
    right: 20px; }
  .glide.autonomy-glide .glide__bullets {
    align-items: center;
    height: 14px;
    bottom: 77px;
    left: 0;
    transform: none;
    width: 100%;
    justify-content: center;
    top: 100%;
    margin-top: 20px; }
    @media (min-width: 769px) {
      .glide.autonomy-glide .glide__bullets {
        display: none; } }
  .glide.autonomy-glide .glide__bullet {
    box-shadow: none;
    border-color: #EDEDED;
    background-color: #EDEDED;
    height: 14px;
    width: 14px; }
    .glide.autonomy-glide .glide__bullet--active {
      border-color: #1C69D4;
      background-color: #1C69D4; }

.glide.autonomy-glide {
  margin: 0 -20px 65px; }
  @media (max-width: 768px) {
    .glide.autonomy-glide {
      padding: 0 20px;
      width: auto; } }
  @media (min-width: 769px) {
    .glide.autonomy-glide {
      cursor: auto;
      margin: 0 -7px 30px; } }
  @media (min-width: 769px) {
    .glide.autonomy-glide .glide__track {
      overflow: visible; } }
  .glide.autonomy-glide .glide__slides {
    flex-shrink: 0; }
    @media (min-width: 769px) {
      .glide.autonomy-glide .glide__slides {
        touch-action: initial;
        transform: translate3d(0px, 0px, 0px) !important;
        overflow: visible; } }
  .glide.autonomy-glide .glide__slide {
    height: auto;
    min-height: 100%; }
    @media (max-width: 768px) {
      .glide.autonomy-glide .glide__slide {
        padding: 0; } }
    @media (min-width: 769px) {
      .glide.autonomy-glide .glide__slide {
        user-select: initial;
        padding: 0 7px; } }
    @media (min-width: 769px) {
      .recharge-table-night .glide.autonomy-glide .glide__slide:nth-child(1) {
        padding-left: 0; } }
  .glide.autonomy-glide .glide__arrow {
    bottom: -40px;
    top: auto;
    color: #000000;
    transform: none;
    border: 0;
    padding: 0;
    box-shadow: none;
    z-index: 3; }
    @media (min-width: 769px) {
      .glide.autonomy-glide .glide__arrow {
        display: none; } }
    .glide.autonomy-glide .glide__arrow svg {
      width: 27px;
      height: auto;
      display: block;
      pointer-events: none; }
  .glide.autonomy-glide .glide__arrow--left {
    left: 20px; }
  .glide.autonomy-glide .glide__arrow--right {
    right: 20px; }
  .glide.autonomy-glide .glide__bullets {
    align-items: center;
    height: 14px;
    bottom: 77px;
    left: 0;
    transform: none;
    width: 100%;
    justify-content: center;
    top: 100%;
    margin-top: 20px; }
    @media (min-width: 769px) {
      .glide.autonomy-glide .glide__bullets {
        display: none; } }
  .glide.autonomy-glide .glide__bullet {
    box-shadow: none;
    border-color: #EDEDED;
    background-color: #EDEDED;
    height: 14px;
    width: 14px; }
    .glide.autonomy-glide .glide__bullet--active {
      border-color: #1C69D4;
      background-color: #1C69D4; }

.section-autonomy-v2 > .container:first-child {
  position: relative; }

@media (min-width: 769px) {
  .section-autonomy-v2 .glide {
    margin-left: -32px;
    margin-right: -32px;
    width: auto; } }

@media (min-width: 769px) {
  .section-autonomy-v2 .glide__slide {
    padding: 0 32px !important; } }

.section-autonomy-v2 .autonomy-top {
  flex-direction: column;
  align-items: flex-start; }

.section-autonomy-v2 .autonomy-top-texts {
  width: 100%;
  margin-top: 0; }
  .section-autonomy-v2 .autonomy-top-texts h2 {
    text-transform: none;
    color: #FFFFFF; }
  .section-autonomy-v2 .autonomy-top-texts p {
    font-size: 22vw;
    color: #FFFFFF;
    text-align: center;
    line-height: 1.1; }
    @media (min-width: 1241px) {
      .section-autonomy-v2 .autonomy-top-texts p {
        font-size: 290px; } }
    .section-autonomy-v2 .autonomy-top-texts p sup {
      font-size: 18%;
      position: relative;
      top: -4vw;
      font-weight: 300; }
      @media (min-width: 1241px) {
        .section-autonomy-v2 .autonomy-top-texts p sup {
          font-size: 7%; } }

.section-autonomy-v2 .autonomy-top-img {
  width: 100%;
  margin-top: -82px;
  text-align: center; }
  @media (max-width: 1240px) {
    .section-autonomy-v2 .autonomy-top-img {
      margin-top: calc(-1vw - (100vw - (100vw - 23px))); } }
  @media (max-width: 768px) {
    .section-autonomy-v2 .autonomy-top-img {
      margin-right: -39vw;
      width: auto; } }
  .section-autonomy-v2 .autonomy-top-img img {
    opacity: 1;
    transition: opacity 0.15s ease-in-out, transform 0.4s ease-in-out;
    transform: scale(1); }
    .section-autonomy-v2 .autonomy-top-img img:not(.active) {
      opacity: 0;
      transform: scale(1.1);
      position: absolute;
      top: 0;
      left: 0; }

.section-autonomy-v2 .autonomy-top-img-container {
  position: relative;
  display: inline-block; }

.section-autonomy-v2 .autonomy-subtitle {
  margin: 60px 0 30px 0; }
  @media (max-width: 768px) {
    .section-autonomy-v2 .autonomy-subtitle {
      margin: 190px 0 30px 0; } }

.section-autonomy-v2 .autonomy-list-item-inner {
  padding: 0;
  border: 0; }

.section-autonomy-v2 .autonomy-list-item-top {
  border-bottom: 2px solid #E6E6E6;
  padding-bottom: 6px; }
  .section-autonomy-v2 .autonomy-list-item-top h3 {
    text-transform: uppercase;
    font-size: 22px;
    width: 100%;
    font-weight: 400; }

.section-autonomy-v2 .autonomy-glide {
  margin-bottom: 110px; }

.section-autonomy-v2 .glide__arrows {
  display: none; }

.autonomy-bottom {
  background: #FFFFFF;
  padding-top: 181px;
  margin-top: -180px; }
  @media (max-width: 1240px) {
    .autonomy-bottom {
      padding-top: calc(24vw - (100vw - (100vw - 40px)));
      margin-top: calc(-16vw - (100vw - (100vw - 40px))); } }

.autonomy-switch-buttons {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 100px;
  right: 20px;
  z-index: 2; }
  @media (max-width: 768px) {
    .autonomy-switch-buttons {
      top: auto;
      bottom: 0;
      left: 0;
      flex-direction: row;
      justify-content: center;
      width: 100%;
      margin-bottom: -20vw; } }
  .autonomy-switch-buttons li {
    margin: 0 0 28px; }
    @media (max-width: 768px) {
      .autonomy-switch-buttons li {
        margin: 0; } }
    @media (max-width: 768px) {
      .autonomy-switch-buttons li:nth-child(2) {
        margin: 0 30px; } }
  .autonomy-switch-buttons button {
    border: 0;
    padding: 0;
    background: 0;
    cursor: pointer;
    width: 100%;
    height: 100%;
    transition: all 0.3s linear; }
    .autonomy-switch-buttons button .active {
      cursor: default; }
    .autonomy-switch-buttons button.active img, .autonomy-switch-buttons button:hover img, .autonomy-switch-buttons button:focus img {
      border: 4px solid #FFFFFF; }
    .autonomy-switch-buttons button.active {
      position: relative; }
      .autonomy-switch-buttons button.active::after {
        content: '';
        width: 24px;
        height: 24px;
        display: block;
        position: absolute;
        top: 6px;
        left: 6px;
        background-image: url("../img/icon-check-white.svg");
        background-repeat: no-repeat;
        background-size: 14px;
        background-position: center; }
        @media (min-width: 1241px) {
          .autonomy-switch-buttons button.active::after {
            top: 9px;
            left: 9px; } }
  .autonomy-switch-buttons img {
    width: 42px;
    height: 42px;
    display: block;
    border-radius: 50%;
    transition: all 0.3s linear; }
    @media (max-width: 1240px) {
      .autonomy-switch-buttons img {
        width: 36px;
        height: 36px; } }

.articles-carousel-section > h2 {
  margin: 0 0 30px; }
  @media (min-width: 769px) {
    .articles-carousel-section > h2 {
      margin: 0 0 10px; } }

.articles-carousel-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch; }
  @media (min-width: 769px) {
    .articles-carousel-list {
      margin: 0 -16px;
      width: auto !important; } }

.articles-carousel-list-item {
  margin: 0 0 30px; }
  @media (min-width: 769px) {
    .articles-carousel-list-item {
      padding: 16px; } }
  .articles-carousel-list-item > div,
  .articles-carousel-list-item > a {
    display: flex;
    flex-direction: column;
    color: #000000;
    text-decoration: none; }
    @media (min-width: 769px) {
      .articles-carousel-list-item > div > div:first-child,
      .articles-carousel-list-item > a > div:first-child {
        flex-shrink: 0;
        width: 100%; } }
    .articles-carousel-list-item > div > div:first-child img,
    .articles-carousel-list-item > a > div:first-child img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block; }
      @media (max-width: 768px) {
        .articles-carousel-list-item > div > div:first-child img,
        .articles-carousel-list-item > a > div:first-child img {
          margin: 0 0 20px; } }

.articles-carousel-list-item-content {
  margin: 0 0 50px;
  flex-grow: 1; }
  @media (min-width: 769px) {
    .articles-carousel-list-item-content {
      width: 100%;
      flex-shrink: 1;
      position: relative;
      padding: 20px 0 0;
      display: flex;
      align-items: flex-start;
      justify-content: flex-start;
      flex-direction: column;
      min-height: 100%; } }
  .articles-carousel-list-item-content h3 {
    font-size: 18px;
    margin: 0 0 5px;
    text-transform: uppercase;
    font-weight: 300; }
    @media (min-width: 769px) {
      .articles-carousel-list-item-content h3 {
        font-size: 22px;
        max-width: 500px; } }
  .articles-carousel-list-item-content p {
    font-size: 16px;
    font-weight: 300; }
    @media (min-width: 769px) {
      .articles-carousel-list-item-content p {
        font-size: 18px;
        max-width: 90%;
        flex-grow: 1; } }

@media (min-width: 769px) {
  .glide.articles-glide {
    cursor: auto; } }

@media (min-width: 769px) {
  .glide.articles-glide .glide__slides {
    touch-action: initial;
    transform: translate3d(0px, 0px, 0px) !important; } }

.glide.articles-glide .glide__slide {
  height: auto;
  min-height: 100%; }
  @media (min-width: 769px) {
    .glide.articles-glide .glide__slide {
      user-select: initial;
      width: 33.33334% !important; } }
  .glide.articles-glide .glide__slide > div {
    min-height: 100%; }

.glide.articles-glide .glide__bullets {
  align-items: center;
  height: 14px;
  bottom: 30px; }
  @media (min-width: 769px) {
    .glide.articles-glide .glide__bullets {
      display: none; } }

.glide.articles-glide .glide__bullet {
  box-shadow: none;
  border-color: #4D4D4D;
  background-color: #4D4D4D;
  height: 10px;
  width: 10px; }
  .glide.articles-glide .glide__bullet--active {
    border-color: #6F6F6F;
    background-color: #6F6F6F;
    height: 14px;
    width: 14px; }

.articles-carousel-bottom-link {
  color: #000000;
  font-size: 18px;
  text-decoration: none;
  display: flex;
  align-items: center; }
  .articles-carousel-bottom-link:hover, .articles-carousel-bottom-link:focus {
    text-decoration: underline; }
  .articles-carousel-bottom-link svg {
    width: 18px;
    height: 20px;
    display: block;
    margin: 0 5px 0 0; }

.grid-with-poppins-section {
  padding: 50px 0; }
  @media (min-width: 1240px) {
    .grid-with-poppins-section {
      padding: 70px 0; } }
  .grid-with-poppins-section h2 {
    margin: 0; }
    @media (max-width: 768px) {
      .grid-with-poppins-section h2 {
        margin: 0 0 40px; } }
  .grid-with-poppins-section .glide__slide {
    overflow: hidden; }
  .grid-with-poppins-section .glide__track {
    transition: height 0.4s ease-in-out; }
  .grid-with-poppins-section.type-white .poppin-close {
    margin-bottom: 20px;
    color: #666666;
    background: #F2F2F2; }
    @media (min-width: 769px) {
      .grid-with-poppins-section.type-white .poppin-close {
        margin-bottom: 42px; } }
    .grid-with-poppins-section.type-white .poppin-close path {
      stroke: #666666; }
  @media (min-width: 769px) {
    .grid-with-poppins-section.type-white .grid-with-poppins-block {
      width: 33.33334%; } }
  @media (min-width: 769px) {
    .grid-with-poppins-section.type-white .grid-with-poppins-grid {
      top: 50%; } }
  .grid-with-poppins-section .glide__arrow {
    left: auto;
    right: auto;
    top: auto;
    position: static;
    padding: 5px 0;
    border: 0;
    box-shadow: none;
    transform: none; }
  .grid-with-poppins-section.type-white .poppin-close {
    margin-bottom: 20px;
    color: #666666;
    background: #F2F2F2; }
    @media (min-width: 769px) {
      .grid-with-poppins-section.type-white .poppin-close {
        margin-bottom: 42px; } }
    .grid-with-poppins-section.type-white .poppin-close path {
      stroke: #666666; }
  @media (min-width: 769px) {
    .grid-with-poppins-section.type-white .grid-with-poppins-block {
      width: 33.33334%; } }
  @media (min-width: 769px) {
    .grid-with-poppins-section.type-white .grid-with-poppins-grid {
      height: 900px; } }

.grid-with-poppins {
  transition: all 0.4s ease-in-out;
  overflow: hidden; }

.grid-with-poppins-grid {
  padding: 0;
  margin: 0;
  list-style: none; }
  @media (min-width: 769px) {
    .grid-with-poppins-grid {
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
      justify-content: flex-end;
      height: 62vw;
      margin: 0 -18px; } }
  @media (min-width: 1240px) {
    .grid-with-poppins-grid {
      height: 750px; } }

.grid-with-poppins-block {
  margin: 0 0 10px; }
  @media (min-width: 769px) {
    .grid-with-poppins-block {
      width: 25%;
      padding: 0 18px; } }

.grid-with-poppins-image {
  display: block;
  overflow: hidden;
  border-radius: 10px; }
  .grid-with-poppins-image img {
    width: 100%; }
    @media (min-width: 769px) {
      .grid-with-poppins-image img {
        transition: transform 0.2s linear;
        transform-origin: center; } }
    @media (min-width: 769px) {
      .grid-with-poppins-image img.mobile {
        display: none; } }
    @media (max-width: 768px) {
      .grid-with-poppins-image img.desktop {
        display: none; } }
  @media (min-width: 769px) {
    .grid-with-poppins-btn:hover .grid-with-poppins-image img,
    .grid-with-poppins-btn:focus .grid-with-poppins-image img {
      transform: scale(1.05); } }

.grid-with-poppins-btn {
  background: 0;
  padding: 0;
  border: 0;
  cursor: pointer;
  text-align: left;
  width: 100%; }
  .grid-with-poppins-btn h3 {
    font-size: 12px;
    font-weight: 400;
    padding-left: 15px;
    position: relative;
    color: #000000; }
    .section-black .grid-with-poppins-btn h3 {
      color: #FFFFFF; }
    .grid-with-poppins-btn h3::before {
      content: '';
      display: block;
      height: 1px;
      width: 10px;
      position: absolute;
      top: 6px;
      left: 0;
      background: #000000; }
      .section-black .grid-with-poppins-btn h3::before {
        background: #FFFFFF; }
  .grid-with-poppins-btn * {
    pointer-events: none; }

.grid-with-poppins-poppin .container {
  padding-bottom: 60px; }
  @media (max-width: 768px) {
    .grid-with-poppins-poppin .container {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 769px) {
    .grid-with-poppins-poppin .container {
      padding-bottom: 80px; } }

.grid-with-poppins-poppin-container {
  z-index: 3;
  background: #FFFFFF;
  height: 0;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
  margin-top: -50px;
  margin-bottom: 50px; }
  @media (min-width: 769px) {
    .grid-with-poppins-poppin-container {
      margin-top: -70px;
      margin-bottom: 70px; } }
  .grid-with-poppins-poppin-container .glide__arrows {
    display: flex;
    justify-content: space-between;
    margin: 20px 0 0;
    width: calc(100% + 36px);
    left: -18px;
    position: absolute; }
    @media (max-width: 768px) {
      .grid-with-poppins-poppin-container .glide__arrows {
        padding: 0 20px;
        bottom: 30%; } }
    @media (min-width: 769px) {
      .grid-with-poppins-poppin-container .glide__arrows {
        top: 50%; } }
  .grid-with-poppins-poppin-container .glide__arrow {
    left: auto;
    right: auto;
    top: auto;
    position: static;
    padding: 5px 0;
    border: 0;
    box-shadow: none;
    transform: none; }

.poppin-list {
  margin: 0;
  list-style: none; }

.poppin-list-item {
  display: flex;
  flex-direction: column; }
  @media (min-width: 769px) {
    .poppin-list-item.vertical {
      flex-direction: row; } }

.poppin-close {
  background: #000000;
  width: 100%;
  height: 52px;
  color: #FFFFFF;
  text-align: center;
  border: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
  position: sticky;
  top: 0; }
  .poppin-close svg {
    width: 10px;
    height: 10px;
    display: inline-block;
    margin: 0 8px 0 0; }

.poppin-list-item-content {
  padding-top: 15px;
  color: #000000; }
  @media (min-width: 769px) {
    .poppin-list-item-content {
      min-height: calc(100% - 52px); } }
  @media (max-width: 768px) {
    .poppin-list-item-content {
      padding: 15px 25px 45px; } }
  @media (min-width: 769px) {
    .vertical .poppin-list-item-content {
      padding-top: 70px; } }
  .poppin-list-item-content h3 {
    font-size: 30px;
    line-height: 1.37;
    font-weight: 700;
    margin: 0 0 15px; }
    @media (min-width: 769px) {
      .poppin-list-item-content h3 {
        font-size: 66px;
        margin: 0 0 45px;
        line-height: 0.9; } }
  .poppin-list-item-content p {
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    color: #2a2a2a;
    margin: 0 0 20px; }
    @media (min-width: 769px) {
      .poppin-list-item-content p {
        font-size: 18px;
        margin: 0 0 35px; } }
  @media (min-width: 769px) {
    .poppin-list-item-content .button-center {
      width: 255px; } }
  @media (max-width: 768px) {
    .poppin-list-item-content .button-center:not(:last-child) {
      margin: 0 auto 25px; } }
  @media (min-width: 769px) {
    .poppin-list-item-content .button-center:not(:last-child) {
      margin: 0 50px 0 0; } }

@media (min-width: 769px) {
  .horizontal .poppin-list-image {
    margin-bottom: 25px; } }

@media (min-width: 769px) {
  .vertical .poppin-list-image {
    flex-shrink: 0;
    width: 40%;
    margin-right: 6%; } }

.poppin-list-image img {
  width: 100%; }
  @media (min-width: 769px) {
    .poppin-list-image img.mobile {
      display: none; } }
  @media (max-width: 768px) {
    .poppin-list-image img.desktop {
      display: none; } }

@media (min-width: 769px) {
  .poppin-list-item-buttons {
    display: flex;
    flex-wrap: wrap; } }

@media (min-width: 769px) {
  .poppin-list-item-buttons .button-block:first-child {
    margin-bottom: 30px; } }

.grid-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 4; }
  .grid-mask div {
    background: #0d0d0d;
    pointer-events: all;
    position: absolute;
    top: 100%;
    bottom: 0;
    left: 0;
    width: 100%;
    transition: all 0.5s ease-in-out; }
  .grid-mask.lock-animation div {
    transition: none; }
  .grid-mask.mask-in div {
    top: 0; }
  .grid-mask.mask-out div {
    bottom: 100%; }

.carousels-with-poppins-section {
  background-color: #eee4d4;
  padding-bottom: 50px;
  margin-bottom: 0;
  overflow: hidden; }
  .carousels-with-poppins-section .glide__slide {
    padding: 15px; }
  .carousels-with-poppins-section h2 {
    margin: 50px 0 35px; }
  .carousels-with-poppins-section h3 {
    font-size: 15px;
    font-weight: 400; }
  .carousels-with-poppins-section .grid-with-poppins-btn {
    transition: all 0.25s ease-in-out; }
  .carousels-with-poppins-section .poppin-list-item-content h3 {
    font-size: 24px;
    font-weight: 700; }
    @media (min-width: 769px) {
      .carousels-with-poppins-section .poppin-list-item-content h3 {
        font-size: 26px; } }
  .carousels-with-poppins-section .glide__track {
    transition: all 0.3s linear; }

.carousels-with-poppins-poppin-container {
  margin: 0;
  background-color: #eee4d4; }

.poppin-carousel-list-item-image {
  overflow: hidden;
  display: block; }
  @media (min-width: 769px) {
    .poppin-carousel-list-item-image {
      border-radius: 15px; } }
  .poppin-carousel-list-item-image img {
    width: 100%;
    height: auto; }
  @media (min-width: 769px) {
    .poppin-carousel-list-item-image .mobile {
      display: none; } }
  @media (max-width: 768px) {
    .poppin-carousel-list-item-image .desktop {
      display: none; } }

.glide[class*="poppin-carousel"] {
  width: 120vw; }
  .glide[class*="poppin-carousel"]:nth-child(1) {
    margin-left: -10vw; }
  .glide[class*="poppin-carousel"]:nth-child(2) {
    margin-left: -2vw; }
  @media (min-width: 769px) {
    .glide[class*="poppin-carousel"].glide--dragging .grid-with-poppins-btn {
      transform: scale(0.95); } }

@media (max-width: 768px) {
  .carousels-with-poppins-section .glide[class*="poppin-carousel"] {
    width: 100%;
    margin: 0 !important; } }

@media (max-width: 768px) {
  .carousels-with-poppins-section .glide[class*="poppin-carousel"] .glide__slides {
    flex-direction: column;
    width: 100% !important;
    transform: none !important; } }

@media (max-width: 768px) {
  .carousels-with-poppins-section .glide[class*="poppin-carousel"] .glide__slide {
    width: 100% !important; } }

@media (max-width: 768px) {
  .carousels-with-poppins-section .poppin-carousel-list-item-image {
    margin: 0 -15px; } }

.carousels-with-poppins-v2 {
  background: #f2f6ff;
  margin-bottom: 48px; }
  @media (min-width: 769px) {
    .carousels-with-poppins-v2 {
      margin-bottom: 60px; } }
  .carousels-with-poppins-v2 .glide[class*="poppin-carousel"] .glide__slides {
    align-items: center; }

.animated-text {
  text-align: center;
  padding: 80px 0; }
  @media (min-width: 1240px) {
    .animated-text {
      padding: 100px 0; } }
  .animated-text h2,
  .animated-text p {
    line-height: 1.35;
    margin: 0; }
  .animated-text h2 {
    font-weight: 700; }
  .animated-text p {
    font-weight: 100; }
    @media (max-width: 768px) {
      .animated-text p {
        margin-top: 10px; } }
  .animated-text span:empty {
    width: 1em; }
  .animated-text sup {
    font-size: 40%;
    position: relative;
    top: -17px; }

.fs-xxl {
  line-height: 1.2; }
  @media (max-width: 768px) {
    .fs-xxl {
      font-size: 5.8vw; } }
  @media (max-width: 630px) {
    .fs-xxl {
      font-size: 5.5vw; } }
  @media (min-width: 769px) {
    .fs-xxl {
      font-size: 5.9vw; } }
  @media (min-width: 1240px) {
    .fs-xxl {
      font-size: 75px; } }

.letter-by-letter .line {
  display: block;
  line-height: 0.9;
  margin: 0 0 30px; }
  @media (min-width: 769px) {
    .letter-by-letter .line {
      margin: 0 0 55px; } }
  .letter-by-letter .line > * {
    display: inline-block; }

.letter-by-letter > *:last-child > *:last-child {
  margin: 0; }

.animated-text-light-bg {
  background: #F7F1EA;
  position: relative; }
  .animated-text-light-bg .line {
    margin: 0 0 20px; }
    @media (min-width: 769px) {
      .animated-text-light-bg .line {
        margin: 0 0 25px; } }
    @media (max-width: 768px) {
      .animated-text-light-bg .line {
        display: inline; } }
  .animated-text-light-bg .fs-xxl {
    line-height: 1.2; }
    @media (max-width: 768px) {
      .animated-text-light-bg .fs-xxl {
        font-size: 3.9vw; } }
    @media (min-width: 769px) {
      .animated-text-light-bg .fs-xxl {
        font-size: 3.3vw; } }
    @media (min-width: 1240px) {
      .animated-text-light-bg .fs-xxl {
        font-size: 42px; } }
  .animated-text-light-bg .arrow-bottom {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 48px;
    margin-left: -24px;
    display: block;
    z-index: 1; }
    @media (min-width: 769px) {
      .animated-text-light-bg .arrow-bottom {
        width: 88px;
        margin-left: -44px; } }

.background-with-cta {
  position: relative; }
  .background-with-cta img {
    width: 100%; }
    @media (min-width: 769px) {
      .background-with-cta img.mobile {
        display: none; } }
    @media (max-width: 768px) {
      .background-with-cta img.desktop {
        display: none; } }
  .background-with-cta h2 {
    font-size: 40px;
    line-height: 1.38;
    font-weight: 700;
    color: #FFFFFF;
    margin: 0; }
    @media (min-width: 769px) {
      .background-with-cta h2 {
        font-size: 77px;
        line-height: 0.92;
        margin: 0 auto 75px; } }
    @media (max-width: 768px) {
      .background-with-cta h2 {
        text-align: center;
        position: absolute;
        top: 30px;
        left: 0;
        width: 100%; } }
    @media (max-width: 520px) {
      .background-with-cta h2 {
        font-size: 7.8vw; } }
    @media (max-width: 768px) {
      .background-with-cta h2 br {
        display: none; } }

.background-with-cta-buttons {
  display: flex; }
  @media (max-width: 768px) {
    .background-with-cta-buttons {
      flex-direction: column;
      align-items: center;
      text-align: center;
      position: absolute;
      bottom: 30px;
      left: 0;
      width: 100%; } }
  @media (max-width: 420px) {
    .background-with-cta-buttons {
      bottom: 20px; } }
  .background-with-cta-buttons .button-block {
    max-width: 275px; }
    @media (min-width: 769px) {
      .background-with-cta-buttons .button-block {
        max-width: 255px; } }
    @media (max-width: 768px) {
      .background-with-cta-buttons .button-block {
        margin: 0; } }
    .background-with-cta-buttons .button-block:first-child {
      margin: 0 0 25px 0; }
      @media (min-width: 769px) {
        .background-with-cta-buttons .button-block:first-child {
          margin: 0 50px 0 0; } }
      @media (max-width: 420px) {
        .background-with-cta-buttons .button-block:first-child {
          margin: 0 0 15px 0; } }

.background-with-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center; }

.scrollable-video {
  position: relative; }
  @media (min-width: 769px) {
    .scrollable-video .mobile {
      display: none; } }
  @media (max-width: 768px) {
    .scrollable-video .desktop {
      display: none; } }
  .scrollable-video video {
    width: 100%;
    display: block;
    height: auto; }

.scrollable-video-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start; }
  @media (min-width: 769px) {
    .scrollable-video-layer {
      align-items: center; } }
  @media (max-width: 768px) {
    .scrollable-video-layer {
      padding: 23px 20px 0; } }

.scrollable-video-content {
  box-shadow: 4px 4px 20px 12px rgba(0, 0, 0, 0.27);
  background-color: rgba(255, 255, 255, 0.9);
  padding: 20px 15px 30px;
  border-radius: 8px; }
  @media (min-width: 769px) {
    .scrollable-video-content {
      margin-right: auto;
      margin-left: 20px;
      padding: 32px 20px 28px;
      box-shadow: 4px 4px 20px 12px rgba(0, 0, 0, 0.15);
      width: 360px; } }
  @media (min-width: 1300px) {
    .scrollable-video-content {
      margin-left: auto;
      margin-right: 70.6vw; } }
  @media (max-width: 420px) {
    .scrollable-video-content {
      padding: 15px; } }
  .scrollable-video-content h2 {
    font-size: 23px;
    font-weight: 700;
    color: #000000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding-bottom: 10px;
    margin: 0 0 15px; }
    @media (min-width: 769px) {
      .scrollable-video-content h2 {
        font-size: 25px; } }
    @media (max-width: 420px) {
      .scrollable-video-content h2 {
        font-size: 18px; } }
    .scrollable-video-content h2 span {
      font-size: 17px;
      text-transform: uppercase;
      color: #1C69D4;
      display: block; }
      @media (min-width: 769px) {
        .scrollable-video-content h2 span {
          font-size: 19px; } }
  .scrollable-video-content p {
    font-size: 14px;
    font-weight: 400;
    color: #2a2a2a;
    margin: 0 0 12px;
    line-height: normal; }
    @media (min-width: 769px) {
      .scrollable-video-content p {
        font-size: 17px;
        font-weight: 300; } }
    .scrollable-video-content p strong {
      text-transform: uppercase;
      font-weight: bold;
      color: #000000; }
  @media (min-width: 769px) {
    .scrollable-video-content .button-block {
      max-width: 255px;
      margin-top: 10px; } }

@media (max-width: 768px) {
  .scrollable-video-v2 .scrollable-video-layer {
    position: static;
    padding: 0;
    height: auto;
    width: auto; } }

@media (max-width: 768px) {
  .scrollable-video-v2 .scrollable-video-layer .container {
    padding: 0; } }

.scrollable-video-v2 .scrollable-video-content {
  position: relative;
  z-index: 0; }
  @media (min-width: 769px) {
    .scrollable-video-v2 .scrollable-video-content {
      margin-right: 0;
      margin-left: auto;
      background: transparent; } }
  @media (max-width: 768px) {
    .scrollable-video-v2 .scrollable-video-content {
      margin-top: -15px;
      border-radius: 17px 17px 0 0;
      background: #FFFFFF;
      padding-top: 25px; } }
  @media (min-width: 769px) {
    .scrollable-video-v2 .scrollable-video-content::before {
      content: '';
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border-radius: 10px;
      backdrop-filter: blur(9px);
      box-shadow: 4px 4px 20px 12px rgba(0, 0, 0, 0.15);
      background-image: linear-gradient(216deg, rgba(202, 207, 255, 0.48) 93%, rgba(168, 210, 255, 0.49) 3%); } }
  @media (min-width: 769px) {
    .scrollable-video-v2 .scrollable-video-content p,
    .scrollable-video-v2 .scrollable-video-content span,
    .scrollable-video-v2 .scrollable-video-content strong,
    .scrollable-video-v2 .scrollable-video-content h2 {
      color: #FFFFFF;
      border-color: #FFFFFF; } }

.banner-switchable {
  position: relative; }
  @media (max-width: 768px) {
    .banner-switchable {
      padding-bottom: 190px;
      background: #0d0d0d; } }

.first,
.second {
  transition: opacity 0.5s ease-in-out;
  opacity: 1;
  z-index: 1;
  position: relative; }
  .first:not(.active),
  .second:not(.active) {
    opacity: 0;
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.banner-switchable-image {
  position: relative;
  background: #0d0d0d; }
  .banner-switchable-image img {
    width: 100%; }
    @media (min-width: 769px) {
      .banner-switchable-image img.mobile {
        display: none; } }
    @media (max-width: 768px) {
      .banner-switchable-image img.desktop {
        display: none; } }

.banner-switchable-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #FFFFFF;
  padding-top: 22px;
  z-index: 2; }
  @media (min-width: 769px) {
    .banner-switchable-content {
      padding-top: 24px; } }
  @media (max-width: 768px) {
    .banner-switchable-content {
      display: flex;
      align-items: flex-end; } }
  .banner-switchable-content img {
    display: block;
    margin-bottom: 17px;
    width: 67%; }
    @media (min-width: 769px) {
      .banner-switchable-content img {
        margin-bottom: 6px;
        width: 260px; } }
    @media (max-width: 1450px) {
      .banner-switchable-content img {
        width: 260px; } }
    @media (max-width: 420px) {
      .banner-switchable-content img {
        width: 150px; } }
  .banner-switchable-content h1,
  .banner-switchable-content p {
    font-size: 17px;
    margin: 0; }
    @media (min-width: 769px) {
      .banner-switchable-content h1,
      .banner-switchable-content p {
        margin-left: 187px; } }
    @media (max-width: 1450px) and (min-width: 769px) {
      .banner-switchable-content h1,
      .banner-switchable-content p {
        margin-left: 115px; } }
    @media (max-width: 400px) {
      .banner-switchable-content h1,
      .banner-switchable-content p {
        font-size: 4.6vw; } }
  @media (min-width: 769px) {
    .banner-switchable-content h1 {
      font-size: 23px; } }
  @media (min-width: 769px) {
    .banner-switchable-content p {
      max-width: 500px;
      font-size: 20px; } }

.banner-switchable-buttons {
  text-align: center; }
  @media (min-width: 769px) {
    .banner-switchable-buttons {
      position: absolute;
      bottom: 87px;
      left: 0;
      width: 100%; } }
  @media (max-width: 1450px) {
    .banner-switchable-buttons {
      bottom: 60px; } }
  @media (max-width: 1180px) {
    .banner-switchable-buttons {
      bottom: 40px; } }
  @media (max-width: 768px) {
    .banner-switchable-buttons {
      margin-top: 32px;
      display: flex;
      flex-direction: column;
      align-items: center; } }
  @media (max-width: 420px) {
    .banner-switchable-buttons {
      margin-top: 20px; } }
  .banner-switchable-buttons .button-block {
    max-width: 275px; }
    @media (min-width: 769px) {
      .banner-switchable-buttons .button-block {
        max-width: 255px; } }
    @media (max-width: 768px) {
      .banner-switchable-buttons .button-block {
        margin: 0; } }
    .banner-switchable-buttons .button-block:first-child {
      margin: 0 0 15px 0; }
      @media (min-width: 421px) {
        .banner-switchable-buttons .button-block:first-child {
          margin: 0 0 25px 0; } }
      @media (min-width: 769px) {
        .banner-switchable-buttons .button-block:first-child {
          margin: 0 50px 0 0; } }

.banner-switchable-control {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  pointer-events: none;
  padding-top: 21px;
  z-index: 3; }
  .banner-switchable-control .container {
    display: flex;
    justify-content: center; }
    @media (min-width: 769px) {
      .banner-switchable-control .container {
        justify-content: flex-end; } }

.banner-switchable-button {
  height: 30px;
  background: rgba(10, 9, 9, 0.82);
  border-radius: 13.5px;
  pointer-events: all;
  display: inline-flex;
  position: relative;
  z-index: 1; }
  @media (min-width: 769px) {
    .banner-switchable-button {
      flex-direction: column;
      align-items: flex-end;
      height: 48px;
      width: 21px; } }
  @media (max-width: 768px) {
    .banner-switchable-button {
      border: 3px solid rgba(10, 9, 9, 0.6); } }
  .banner-switchable-button button {
    color: #FFFFFF;
    border: 0;
    background: 0;
    height: 100%;
    padding: 0;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    font-weight: 300;
    width: var(--word-length);
    text-align: center;
    white-space: nowrap; }
    @media (min-width: 769px) {
      .banner-switchable-button button {
        padding-right: 36px; } }
    .banner-switchable-button button.active {
      font-weight: 700; }
      @media (min-width: 769px) {
        .banner-switchable-button button.active + .switchable-bg::after {
          top: 30px; } }
    .banner-switchable-button button:not(.active) {
      cursor: pointer; }

.switchable-bg {
  background: #1C69D4;
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  border-radius: 13.5px;
  left: 0;
  height: 100%;
  width: var(--word-1-length);
  transition: left 0.5s ease-in-out, width 0.3s ease-in-out; }
  @media (min-width: 769px) {
    .switchable-bg {
      width: 100% !important;
      left: 0 !important; } }
  @media (max-width: 768px) {
    .active + .switchable-bg {
      left: var(--word-1-length);
      width: var(--word-2-length); } }
  @media (min-width: 769px) {
    .switchable-bg::after {
      content: '';
      background: #FFFFFF;
      width: 15px;
      height: 15px;
      border-radius: 50%;
      display: block;
      position: absolute;
      top: 3px;
      right: 3px;
      transition: top 0.4s ease-in-out; } }

.banner-switchable-title,
.banner-switchable-subtitle {
  display: none; }
  .banner-switchable-title.active,
  .banner-switchable-subtitle.active {
    display: block; }

@media (min-width: 769px) {
  .banner-switchable-v2 .banner-switchable-content .container {
    position: relative; } }

@media (min-width: 769px) {
  .banner-switchable-v2 .banner-switchable-content Pour les trajets courts
img {
    width: 258px; } }

@media (min-width: 769px) {
  .banner-switchable-v2 h1,
  .banner-switchable-v2 .banner-switchable-subtitle {
    position: absolute;
    left: 300px;
    top: 64px;
    margin: 0; } }

@media (min-width: 769px) {
  .banner-switchable-v2 .banner-switchable-subtitle {
    top: 92px; } }

@media (min-width: 769px) {
  .banner-switchable-v2 .banner-switchable-buttons {
    top: 150px;
    text-align: left;
    left: 300px; } }

@media (max-width: 768px) {
  .banner-switchable-v2 .banner-switchable-buttons {
    margin-bottom: 20px; } }

@media (min-width: 769px) {
  .banner-switchable-v2 .banner-switchable-control {
    top: 150px; } }

@media (min-width: 769px) {
  .banner-switchable-v2 .banner-switchable-control .container {
    justify-content: flex-start; } }

@media (min-width: 769px) {
  .banner-switchable-v2 .banner-switchable-button {
    align-items: flex-start; } }

@media (min-width: 769px) {
  .banner-switchable-v2 .banner-switchable-button button {
    padding-right: 0;
    padding-left: 36px; } }

.section-focus-on-scroll {
  padding-top: 60px; }
  @media (min-width: 769px) {
    .section-focus-on-scroll {
      padding-top: 90px; } }

@media (min-width: 769px) {
  .focus-on-scroll {
    display: flex; } }

.focus-on-scroll h2 {
  margin: 0 0 20px; }
  @media (min-width: 769px) {
    .focus-on-scroll h2 {
      margin: 0 0 40px; } }

.focus-on-scroll-lists {
  display: flex;
  margin: 0 0 25px; }
  @media (min-width: 769px) {
    .focus-on-scroll-lists {
      margin: 0 0 50px; } }

.focus-on-scroll-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column; }

.focus-on-scroll-item {
  position: relative;
  transition: opacity 0.2s linear;
  opacity: 1;
  cursor: pointer; }
  @media (max-width: 768px) {
    .focus-on-scroll-item {
      padding-left: 25px; } }
  .focus-on-scroll-item::before {
    content: '';
    display: block;
    height: 100%;
    width: 6px;
    border-radius: 3px;
    background: #1C69D4;
    top: 0;
    left: 0;
    position: absolute;
    transition: color 0.2s linear; }
    @media (min-width: 769px) {
      .focus-on-scroll-item::before {
        left: -21px; } }
  .focus-on-scroll-item:not(:last-child) {
    margin-bottom: 15px; }
    @media (min-width: 769px) {
      .focus-on-scroll-item:not(:last-child) {
        margin-bottom: 40px; } }
  @media (min-width: 769px) {
    .focus-on-scroll-item:not(.active) {
      opacity: 0.3; } }
  @media (max-width: 768px) {
    .focus-on-scroll-item:not(.active) {
      opacity: 0.6; } }
  @media (max-width: 768px) {
    .focus-on-scroll-item:not(.active)::before {
      background: #000000;
      opacity: 0.5; } }
  @media (min-width: 769px) {
    .focus-on-scroll-item:not(.active)::before {
      background: transparent; } }
  .focus-on-scroll-item h3 {
    color: #000000;
    font-size: 17px;
    font-weight: 700;
    margin: 0 0 5px; }
    @media (min-width: 769px) {
      .focus-on-scroll-item h3 {
        font-size: 24px;
        margin: 0 0 9px; } }
  .focus-on-scroll-item p {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    margin: 0; }
    @media (min-width: 769px) {
      .focus-on-scroll-item p {
        font-size: 16px; } }

@media (min-width: 769px) {
  .focus-on-scroll-left {
    width: 50%;
    padding-right: 5%; } }

@media (min-width: 769px) {
  .focus-on-scroll-right {
    width: 50%; } }

@media (max-width: 768px) {
  .focus-on-scroll-right {
    display: none; } }

.image-with-icon {
  position: relative; }
  .image-with-icon.mobile {
    margin: 0 0 35px; }
    @media (min-width: 769px) {
      .image-with-icon.mobile {
        display: none; } }
    .pull-image-on-mobile .image-with-icon.mobile {
      margin: 0 -20px 35px 0;
      overflow: hidden;
      border-radius: 20px 0 0 20px; }
  @media (min-width: 769px) {
    .focus-on-scroll-right .image-with-icon {
      width: 50vw;
      max-height: 690px;
      height: 40vw;
      overflow: hidden;
      border-radius: 40px 0 0 40px;
      position: relative; } }
  @media (min-width: 769px) {
    .focus-on-scroll-right .image-with-icon > img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; } }

.image-with-icon-icon img {
  position: absolute;
  height: 90px;
  width: 90px;
  margin-left: -45px;
  margin-top: -45px;
  top: 50%;
  left: 50%;
  display: block;
  z-index: 1;
  transition: opacity 0.4s ease-in-out; }
  @media (min-width: 769px) {
    .image-with-icon-icon img {
      height: 130px;
      width: 130px;
      margin-left: -30%;
      margin-top: -6%; } }
  .image-with-icon-icon img.active {
    z-index: 2; }
  .image-with-icon-icon img:not(.active) {
    opacity: 0; }

.top-ribbon {
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative; }

.top-ribbon-content p {
  font-weight: 300;
  text-align: center;
  font-size: 12px;
  margin: 0; }

.top-ribbon-content a {
  font-weight: 700;
  color: #FFFFFF; }

.top-ribbon-content sup {
  font-size: 40%; }

.ribbon-close {
  background: 0;
  border: 0;
  padding: 0;
  color: #FFFFFF;
  cursor: pointer;
  position: absolute;
  width: 30px;
  height: 30px;
  right: 0;
  top: 50%;
  margin-top: -15px; }

.blue-ribbon {
  background-image: linear-gradient(268deg, #14243a 98%, #162539 4%); }
  .blue-ribbon .top-ribbon {
    padding-top: 15px;
    padding-bottom: 15px; }
  .blue-ribbon .top-ribbon-content p {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.07px;
    color: #FFFFFF; }
    .blue-ribbon .top-ribbon-content p svg {
      vertical-align: middle;
      width: 6px;
      height: auto;
      margin: -3px 0 0 7px; }
      @media (max-width: 768px) {
        .blue-ribbon .top-ribbon-content p svg {
          width: 10px; } }
  @media (min-width: 769px) {
    .blue-ribbon .top-ribbon-content br {
      display: none; } }
  .blue-ribbon > a {
    text-decoration: none;
    display: block; }

.menu-nav-section {
  border-bottom: 1px solid #FFFFFF;
  list-style: none;
  margin: 0;
  white-space: nowrap;
  overflow-x: auto;
  width: 100%;
  scrollbar-width: thin;
  scrollbar-color: #1C69D4 transparent; }
  .menu-nav-section.no-border {
    border: 0; }
  .menu-nav-section.dark-medium {
    background: #212121; }
  @media (min-width: 769px) {
    .menu-nav-section {
      border-top: 1px solid #FFFFFF; } }
  .menu-nav-section.menu-white {
    background: #FFFFFF;
    border-bottom: 1px solid #e8e8e8; }
    .menu-nav-section.menu-white a {
      color: #707070;
      font-size: 13px; }
      .menu-nav-section.menu-white a:hover, .menu-nav-section.menu-white a:focus {
        color: #000000; }
  .menu-nav-section.separator-after-first li:first-child {
    position: relative; }
    .menu-nav-section.separator-after-first li:first-child::after {
      content: '';
      position: absolute;
      right: -20px;
      bottom: 10px;
      top: 10px;
      width: 1px;
      background: #ffffff; }
      @media (min-width: 769px) {
        .menu-nav-section.separator-after-first li:first-child::after {
          right: 0; } }
  .menu-nav-section.separator-after-first.menu-white li:first-child::after {
    background: #e8e8e8; }
  .menu-nav-section.text-13 a {
    font-size: 13px; }
  .menu-nav-section.normal-case a {
    text-transform: none; }
  .menu-nav-section::-webkit-scrollbar {
    width: 5px;
    height: 5px; }
  .menu-nav-section::-webkit-scrollbar-track {
    background-color: #FFFFFF; }
  .menu-nav-section::-webkit-scrollbar-thumb {
    background-color: #1C69D4;
    border-radius: 6px;
    border: 3px solid transparent; }
  .menu-nav-section::-webkit-scrollbar, .menu-nav-section::-webkit-scrollbar-thumb {
    height: 5px;
    width: 5px;
    border-radius: 13px;
    background-clip: padding-box;
    border: 0; }
  @media (max-width: 768px) {
    .menu-nav-section .container {
      padding: 0; } }
  .menu-nav-section ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex; }
    @media (max-width: 768px) {
      .menu-nav-section ul {
        padding: 0 20px; } }
  .menu-nav-section li {
    width: calc(100% / var(--number-of-items));
    display: inline-block; }
    @media (max-width: 768px) {
      .menu-nav-section li {
        margin-right: 35px;
        width: auto; } }
    @media (max-width: 768px) {
      .menu-nav-section li:last-child {
        margin-right: 20px; } }
  .menu-nav-section a {
    color: #FFFFFF;
    font-size: 12px;
    padding: 22px 0;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    display: block; }
    .menu-nav-section a span {
      position: relative; }
      .menu-nav-section a span::before {
        transition: transform 0.2s linear;
        transform: scaleX(0);
        transform-origin: center;
        content: '';
        display: block;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: 4px;
        background: #1C69D4;
        margin-top: 4px; }
    @media (min-width: 769px) {
      .menu-nav-section a:hover, .menu-nav-section a:focus {
        color: #FFFFFF;
        font-weight: 700; } }
    @media (min-width: 769px) {
      .menu-nav-section a:hover span::before, .menu-nav-section a:focus span::before {
        transform: scaleX(1); } }
  .menu-nav-section [href="#offer"] span {
    position: relative; }
    .menu-nav-section [href="#offer"] span::after {
      content: '€';
      background: #1C69D4;
      width: 19px;
      height: 9px;
      line-height: 10px;
      border-radius: 4.5px;
      text-align: center;
      letter-spacing: 1px;
      font-size: 6px;
      color: #FFFFFF;
      display: block;
      position: absolute;
      bottom: 110%;
      left: 100%;
      font-weight: 400; }

.section-text *:first-child {
  margin-top: 0; }

.section-text *:last-child {
  margin-bottom: 0; }

.section-text h3:first-child {
  margin-bottom: 8px; }

.section-text-and-image.style-compact h3 {
  margin: 0 0 12px; }

.section-text-and-image.style-compact h2 {
  margin-bottom: 22px; }

.section-text-and-image.style-compact p {
  margin-bottom: 20px; }
  .section-text-and-image.style-compact p:last-child {
    margin-bottom: 0; }
  .section-text-and-image.style-compact p + .button-center {
    margin-top: 35px; }
    @media (min-width: 769px) {
      .section-text-and-image.style-compact p + .button-center {
        margin-top: 60px; } }

@media (min-width: 769px) {
  .section-text-and-image.style-compact .text-and-image-col:nth-child(1) {
    width: 100%;
    flex-shrink: 1; } }

@media (min-width: 769px) {
  .section-text-and-image.style-compact .text-and-image-col:nth-child(2) {
    width: var(--image-width-desktop);
    flex-shrink: 0; } }

.section-text-and-image.style-large h2 {
  font-size: 32px; }

.section-text-and-image.style-large .text-and-image {
  align-items: flex-start; }
  .section-text-and-image.style-large .text-and-image .text-and-image-col .button-left {
    padding: 30px 0; }

@media (min-width: 769px) {
  .section-text-and-image.text-position-right .text-and-image-col:nth-child(1) {
    width: var(--image-width-desktop);
    flex-shrink: 0; } }

@media (min-width: 769px) {
  .section-text-and-image.text-position-right .text-and-image-col:nth-child(2) {
    width: 100%;
    flex-shrink: 1; } }

@media (max-width: 768px) {
  .section-image.expand-image-on-mobile .container {
    padding: 0; } }

@media (min-width: 769px) {
  .text-and-image {
    display: flex;
    align-items: var(--align-items); } }

.text-and-image h2 {
  margin-top: 0; }

@media (max-width: 768px) {
  .text-and-image .button-block {
    margin: 0 0 40px; } }

@media (min-width: 769px) {
  .text-and-image-col {
    width: 50%; } }

@media (min-width: 769px) {
  .text-and-image-col:nth-child(1) {
    padding-right: calc(var(--image-margin-desktop) / 2); } }

@media (min-width: 769px) {
  .text-and-image-col:nth-child(2) {
    padding-left: calc(var(--image-margin-desktop) / 2); } }

.block-address {
  display: flex;
  width: 100%;
  margin: 25px 0; }
  .block-address > span {
    background-color: #f5f5f5;
    text-transform: uppercase;
    font-size: 16px;
    margin: 0 auto;
    padding: 25px;
    border-radius: 5px; }

.section-numbers {
  padding: 60px 0; }
  @media (min-width: 1051px) {
    .section-numbers {
      background-position: bottom right;
      background-size: calc((100vw - ((100vw - 1200px) / 2)) * 0.33);
      padding: 50px 0 75px;
      background-repeat: no-repeat; } }
  @media (max-width: 1050px) {
    .section-numbers {
      background-image: none !important; } }
  .section-numbers h2 {
    margin: 0 0 32px; }
  @media (min-width: 1051px) {
    .section-numbers .button-blue {
      margin-right: 50px; } }
  @media (max-width: 1050px) {
    .section-numbers .button-blue {
      margin-bottom: 17px; } }
  .section-numbers.without-image {
    margin-bottom: 0; }
    @media (min-width: 1051px) {
      .section-numbers.without-image {
        margin-bottom: 55px; } }

@media (min-width: 1051px) {
  .section-numbers-content {
    width: calc((100vw - ((100vw - 1200px) / 2)) * 0.62); } }

@media (max-width: 1050px) {
  .section-numbers-content {
    display: flex;
    flex-direction: column; } }

.without-image .section-numbers-content {
  width: 100%; }

.section-numbers-list {
  list-style: none;
  padding: 0;
  margin: 0 0 55px;
  text-align: center;
  display: flex; }
  @media (min-width: 1051px) {
    .section-numbers-list {
      justify-content: center; } }
  @media (max-width: 1050px) {
    .section-numbers-list {
      flex-wrap: wrap; } }
  @media (min-width: 1051px) {
    .section-numbers-list li {
      width: 25%; } }
  @media (max-width: 1050px) {
    .section-numbers-list li {
      width: 50%; } }
  @media (min-width: 1051px) {
    .without-image .section-numbers-list li {
      width: 32%; } }
  @media (max-width: 1050px) {
    .section-numbers-list li:last-child {
      width: 100%; } }

.section-numbers-list-number {
  font-size: 13px;
  font-weight: 300; }
  @media (min-width: 1051px) {
    .section-numbers-list-number {
      font-size: 16px; } }
  .section-numbers-list-number strong {
    font-size: 27px;
    font-weight: 700; }
    @media (min-width: 1051px) {
      .section-numbers-list-number strong {
        font-size: 41px; } }
    .section-numbers-list-number strong sup {
      font-size: 25%;
      position: relative;
      top: -4px;
      font-weight: 300; }
  .section-numbers-list-number::after {
    content: '';
    width: 36px;
    height: 4px;
    background: #1C69D4;
    display: block;
    margin: 0 auto 15px; }

.section-numbers-list-text {
  font-size: 13px;
  font-weight: 300; }
  @media (min-width: 1051px) {
    .section-numbers-list-text {
      font-size: 16px; } }
  @media (max-width: 1050px) {
    .section-numbers-list-text {
      padding: 0 10px; } }
  @media (max-width: 1050px) {
    .section-numbers-list li:last-child .section-numbers-list-text {
      max-width: 50%;
      margin: 0 auto; } }

.section-numbers-mobile-img {
  margin: 0 -20px 30px auto;
  width: 85%; }
  @media (min-width: 1051px) {
    .section-numbers-mobile-img {
      display: none; } }

.usp-and-app {
  background: #F2F2F2;
  display: flex;
  flex-wrap: wrap;
  padding: 23px; }
  @media (min-width: 769px) {
    .usp-and-app {
      padding: 23px 60px; } }
  @media (min-width: 992px) {
    .usp-and-app {
      padding: 23px 35px; } }
  @media (max-width: 768px) {
    .usp-and-app {
      margin: -40px -20px 0;
      padding: 40px 20px; } }
  .usp-and-app h2 {
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto 23px; }
    @media (max-width: 768px) {
      .usp-and-app h2 {
        margin: 20px auto 40px; } }

.usp-and-app-usp {
  width: 100%; }
  @media (min-width: 769px) {
    .usp-and-app-usp {
      width: 75%; } }

.usp-and-app-app {
  width: 100%; }
  @media (min-width: 769px) {
    .usp-and-app-app {
      width: 23%;
      padding-left: 2%;
      margin-left: 2%;
      border-left: 1px solid rgba(151, 151, 151, 0.7); } }
  @media (max-width: 768px) {
    .usp-and-app-app {
      border-top: 1px solid rgba(151, 151, 151, 0.7);
      padding-top: 20px;
      margin-top: 20px; } }
  .usp-and-app-app img {
    max-width: 240px; }
    @media (max-width: 768px) {
      .usp-and-app-app img {
        margin: 0 auto; } }

.usp-small-holder {
  width: 50%; }
  @media (min-width: 769px) {
    .usp-small-holder {
      width: 25%; } }
  @media (max-width: 768px) {
    .usp-small-holder:nth-child(1), .usp-small-holder:nth-child(2) {
      margin-bottom: 40px; } }

.usp-small-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0; }

.usp-small-content {
  text-align: center; }
  .usp-small-content img {
    height: 25px;
    width: auto; }
  .usp-small-content p {
    font-size: 12px;
    font-weight: 300;
    padding: 0 20px;
    max-width: 190px;
    margin: 0 auto; }
    .usp-small-content p::before {
      content: '';
      width: 14px;
      height: 2px;
      background: #1C69D4;
      display: block;
      margin: 10px auto; }

@media (min-width: 769px) {
  .section-offer .glide__slides {
    flex-direction: column;
    width: 100% !important;
    touch-action: initial;
    transform: none !important;
    overflow: visible !important; } }

@media (max-width: 768px) {
  .section-offer .glide__slides {
    background: #f5f6f7;
    align-items: stretch; } }

@media (min-width: 769px) {
  .section-offer .glide__slide {
    user-select: initial; } }

@media (max-width: 768px) {
  .section-offer .glide__slide {
    min-height: 100%; } }

@media (max-width: 768px) {
  .section-offer .glide__track {
    overflow: visible; } }

.section-offer .container {
  display: flex;
  flex-wrap: wrap; }

.section-offer h2 {
  margin: 0 0 3px; }

.section-offer .container > p {
  margin: 0 0 25px;
  color: #1d1d1d;
  font-size: 17px;
  font-weight: 700; }
  @media (min-width: 769px) {
    .section-offer .container > p {
      font-size: 24px; } }

@media (min-width: 769px) {
  .section-offer h2,
  .section-offer .container > p {
    width: 100%; } }

@media (min-width: 769px) {
  .section-offer .button-center {
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(40% - 30px); } }

@media (min-width: 769px) {
  .section-offer .button-center a {
    max-width: none; } }

.offer-list-item {
  background: #f5f6f7; }
  @media (min-width: 769px) {
    .offer-list-item {
      padding: 36px 30px 10px;
      border-radius: 10px;
      width: 100% !important; } }
  @media (max-width: 768px) {
    .offer-list-item {
      padding-top: 30px; } }
  .offer-list-item img,
  .offer-list-item h3,
  .offer-list-item ul,
  .offer-list-item p {
    transition: opacity 0.3s ease-in-out; }
  @media (min-width: 769px) {
    .offer-list-item:not(:last-child) {
      margin: 0 0 28px; } }
  .offer-list-item h3 {
    margin: 0 0 15px;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0.1px;
    padding-top: 15px;
    border-top: 2px solid #e6e6e6; }
    @media (min-width: 769px) {
      .offer-list-item h3 {
        margin: 0 0 25px;
        font-size: 22px;
        letter-spacing: 0.15px;
        font-weight: 700;
        padding-top: 0;
        border-top: 0;
        padding-bottom: 15px;
        border-bottom: 2px solid #e6e6e6; } }
  @media (min-width: 769px) {
    .offer-list-item.active h3 {
      color: #1C69D4; } }
  @media (min-width: 769px) {
    .offer-list-item:not(.active) {
      opacity: 0.5;
      cursor: pointer; } }
  @media (min-width: 769px) {
    .offer-list-item:not(.active) h3 {
      border-color: #e6e6e6; } }
  @media (max-width: 768px) {
    .offer-list-item.glide__slide--active h3 {
      border-color: #0d0d0d;
      color: #1C69D4; } }
  @media (max-width: 768px) {
    .offer-list-item:not(.glide__slide--active) h3 {
      opacity: 0.4; } }
  @media (max-width: 768px) {
    .offer-list-item:not(.glide__slide--active) ul,
    .offer-list-item:not(.glide__slide--active) img,
    .offer-list-item:not(.glide__slide--active) p {
      opacity: 0; } }

@media (min-width: 769px) {
  .offer-content {
    display: flex;
    flex-direction: row-reverse;
    position: relative; } }

@media (max-width: 768px) {
  .offer-content {
    margin: 0 -20px;
    overflow: hidden; } }

.offer-image {
  position: relative; }
  @media (min-width: 769px) {
    .offer-image {
      width: 60%; } }
  @media (min-width: 769px) {
    .offer-image img {
      height: 100%;
      object-fit: cover; } }

@media (min-width: 769px) {
  .offer-glide-container {
    width: 40%;
    height: calc(100% - 76px);
    padding-right: 30px; } }

@media (max-width: 768px) {
  .offer-glide-container {
    background: #f5f6f7;
    padding-left: 20px; } }

@media (min-width: 769px) {
  .offer-glide {
    cursor: auto !important; } }

@media (max-width: 768px) {
  .offer-glide {
    width: 76%;
    margin: 0 0 30px; } }

.offer-glide ul ul {
  list-style: none;
  padding: 0;
  margin: 0 0 25px; }
  @media (min-width: 769px) {
    .offer-glide ul ul {
      margin: 0 0 20px; } }
  @media (max-width: 768px) {
    .offer-glide ul ul {
      flex-grow: 1; } }
  .offer-glide ul ul li {
    margin: 0 0 15px;
    position: relative;
    padding-left: 25px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4; }
    .offer-glide ul ul li svg {
      position: absolute;
      top: 1px;
      left: 0;
      width: 16px; }

@media (min-width: 769px) {
  .offer-block-bottom {
    display: flex; } }

@media (max-width: 768px) {
  .offer-block-bottom {
    margin-bottom: 25px; } }

.offer-price {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  @media (min-width: 769px) {
    .offer-price {
      margin: 0 0 5px;
      flex-grow: 1;
      width: 45%; } }
  .offer-price p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 0.11px;
    margin: 0; }
    .offer-price p strong {
      font-size: 22px;
      font-weight: bold;
      line-height: 1.09;
      letter-spacing: 0.15px; }
    .offer-price p + p {
      font-size: 8px;
      font-weight: 300;
      letter-spacing: 0.05px; }

.offer-bonus {
  display: flex;
  align-items: center;
  justify-content: center; }
  @media (min-width: 769px) {
    .offer-bonus {
      margin: 0 0 5px;
      border-left: 1px solid #e6e6e6;
      width: 55%; } }
  .offer-bonus img {
    width: 21px;
    height: auto;
    margin-right: 13px;
    margin-top: 3px; }
    @media (max-width: 768px) {
      .offer-bonus img {
        margin-top: 5px; } }
  .offer-bonus p {
    font-size: 19px;
    font-weight: 700;
    line-height: 1.26;
    color: #1C69D4;
    margin: 10px 0 0; }

.offer-pictogram {
  position: absolute;
  width: 66px;
  right: 14px;
  bottom: 14px; }
  @media (min-width: 769px) {
    .offer-pictogram {
      width: 110px; } }

@media (max-width: 768px) {
  .section-carousel-app .container {
    padding: 0; } }

.carousel-app {
  position: relative;
  background: #f1f1f1; }
  @media (min-width: 769px) {
    .carousel-app {
      padding-left: 100px;
      padding-bottom: 35px;
      padding-top: 20px; } }
  @media (max-width: 768px) {
    .carousel-app {
      padding-bottom: 55px;
      padding-left: 20px;
      padding-top: 20px; } }
  .carousel-app .button-center {
    width: 65%;
    margin-bottom: 32px; }
    @media (max-width: 768px) {
      .carousel-app .button-center {
        padding-right: 20px; } }
    @media (min-width: 769px) {
      .carousel-app .button-center {
        width: 80%;
        margin-bottom: 0; } }
    @media (max-width: 768px) {
      .carousel-app .button-center .button-block {
        max-width: 100%; } }

.carousel-app-glide {
  position: static; }
  .carousel-app-glide .glide__track {
    overflow: visible; }
  .carousel-app-glide .glide__slides {
    transform: none !important;
    width: auto !important;
    display: grid;
    grid-template-areas: 'slide';
    overflow: visible; }
  .carousel-app-glide .glide__slide {
    margin: 0 !important;
    position: relative;
    opacity: 0;
    transition: opacity 0.5s ease;
    grid-area: slide; }
  .carousel-app-glide .glide__slide--active {
    z-index: 1;
    opacity: 1; }
  .carousel-app-glide .glide__arrows {
    display: flex;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 55px; }
    @media (min-width: 769px) {
      .carousel-app-glide .glide__arrows {
        flex-direction: column;
        height: 100%;
        width: 100px; } }
    @media (max-width: 768px) {
      .carousel-app-glide .glide__arrows {
        flex-direction: row-reverse; } }
    .carousel-app-glide .glide__arrows button {
      width: 50%;
      height: 100%;
      background: #1d1d1d;
      border: 0;
      outline: 0;
      border-radius: 0;
      left: 0;
      right: 0;
      top: 0;
      transform: none;
      position: static; }
      @media (min-width: 769px) {
        .carousel-app-glide .glide__arrows button {
          width: 100%;
          height: 50%; } }
      @media (min-width: 769px) {
        .carousel-app-glide .glide__arrows button + button {
          border-top: 1px solid #F1F1F1; } }
      @media (max-width: 768px) {
        .carousel-app-glide .glide__arrows button + button {
          border-right: 1px solid #F1F1F1; } }

.carousel-app-item {
  display: flex; }

@media (max-width: 768px) {
  .carousel-app-left {
    width: 65%; } }

@media (min-width: 769px) {
  .carousel-app-left {
    width: 80%; } }

.carousel-app-left h3 {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.25; }
  @media (min-width: 769px) {
    .carousel-app-left h3 {
      font-size: 31px;
      line-height: 1.23;
      margin: 30px 0 20px 45px; } }
  .carousel-app-left h3 strong {
    display: block; }
  @media (min-width: 769px) {
    .carousel-app-left h3 br {
      display: none; } }

.carousel-app-left p {
  font-size: 13px;
  font-weight: 300;
  color: #212020; }
  @media (max-width: 768px) {
    .carousel-app-left p {
      margin-bottom: 50px; } }
  @media (min-width: 769px) {
    .carousel-app-left p {
      font-size: 16px;
      margin: 0 0 0 45px; } }

.carousel-app-right {
  margin-top: auto;
  margin-bottom: -80px; }
  @media (max-width: 768px) {
    .carousel-app-right {
      width: 35%; } }
  @media (min-width: 769px) {
    .carousel-app-right {
      width: 20%;
      margin-bottom: -83px; } }
  .carousel-app-right img {
    width: auto;
    height: 228px; }
    @media (min-width: 769px) {
      .carousel-app-right img {
        height: 285px; } }
    @media (max-width: 768px) {
      .carousel-app-right img {
        float: right; } }

.section-two-columns-and-image-below {
  padding-top: 40px;
  margin-bottom: 240px; }
  @media (min-width: 769px) {
    .section-two-columns-and-image-below {
      padding-top: 60px; } }
  .section-two-columns-and-image-below .button-center {
    margin-bottom: calc( (-1) * ( ((100vw - 40px) / var(--image-ratio) )) / 2); }
    @media (min-width: 769px) {
      .section-two-columns-and-image-below .button-center {
        margin-bottom: -180px; } }
    .section-two-columns-and-image-below .button-center img {
      margin: 0 auto; }
  .section-two-columns-and-image-below .image-switch-container {
    display: inline-block;
    position: relative; }

.section-two-columns-and-image-below-columns {
  margin-bottom: 30px; }
  @media (min-width: 769px) {
    .section-two-columns-and-image-below-columns {
      display: flex;
      margin-bottom: 50px; } }
  @media (min-width: 769px) {
    .section-two-columns-and-image-below-columns .col {
      width: 50%; } }
  @media (min-width: 769px) {
    .section-two-columns-and-image-below-columns .col:nth-child(1) {
      padding-right: 45px; } }
  @media (min-width: 769px) {
    .section-two-columns-and-image-below-columns .col:nth-child(2) {
      padding-left: 45px; } }
  .section-two-columns-and-image-below-columns .col:not(.active) {
    opacity: 0.4;
    cursor: pointer; }
  .section-two-columns-and-image-below-columns h3 {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.55px;
    margin: 0 0 13px; }
  .section-two-columns-and-image-below-columns p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5; }

.image-pin-btn {
  background: #1C69D4;
  margin-left: -19px;
  margin-top: -19px;
  width: 38px;
  height: 38px;
  line-height: 30px;
  border: 4px solid #1C69D4;
  border-radius: 50%;
  position: absolute;
  color: #FFFFFF;
  font-weight: 700;
  text-align: center;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s ease-in-out; }
  .image-pin-btn.active {
    background: #FFFFFF;
    color: #1C69D4; }
  @media (min-width: 769px) {
    .image-pin-btn:hover, .image-pin-btn:focus {
      background: #FFFFFF;
      color: #1C69D4; } }

.texts-carousel *:first-child {
  margin-top: 0; }

.texts-carousel *:last-child {
  margin-bottom: 0; }

.texts-glide {
  margin: 0 0 65px; }
  @media (min-width: 769px) {
    .texts-glide {
      margin-bottom: 85px; } }
  .texts-glide .glide__track {
    margin: -15px -15px 5px;
    z-index: 0;
    position: relative; }
    @media (min-width: 769px) {
      .texts-glide .glide__track {
        border-radius: 23px; } }
    .texts-glide .glide__track::before {
      content: '';
      z-index: -1;
      border-radius: 15px;
      box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.09);
      background-color: #feffff;
      display: block;
      position: absolute;
      top: 15px;
      left: 15px;
      right: 15px;
      bottom: 15px; }
  .texts-glide .glide__slides {
    overflow: visible; }
  .texts-glide .glide__bullets {
    position: relative;
    bottom: 0;
    left: 0;
    transform: none;
    width: 100%;
    height: 14px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center; }
  .texts-glide .glide__bullet {
    display: inline-block;
    background: #D8D9DA;
    width: 10px;
    height: 10px;
    transition: all 100ms linear;
    box-shadow: none;
    border: 0; }
    .texts-glide .glide__bullet:hover, .texts-glide .glide__bullet:focus, .texts-glide .glide__bullet.glide__bullet--active {
      width: 14px;
      height: 14px; }
    .texts-glide .glide__bullet.glide__bullet--active {
      background: #1C69D4; }
  .texts-glide p {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    line-height: 1.33;
    margin: 0; }
    @media (min-width: 769px) {
      .texts-glide p {
        font-size: 26px; } }
    .texts-glide p a {
      color: #000000; }

.texts-carousel-list-item {
  position: relative;
  padding: 40px; }
  @media (min-width: 769px) {
    .texts-carousel-list-item {
      padding: 52px 73px 48px 74px; } }
  .texts-carousel-list-item sup {
    font-size: 25%;
    position: relative;
    top: -0.5em; }

.text-carousel-text-tag {
  position: absolute;
  display: inline-block;
  top: 1px;
  padding: 4px 5px;
  background: #000000;
  color: #FFFFFF;
  left: 50%;
  transform: translateX(-50%);
  font-size: 11px;
  font-weight: 700; }
  @media (min-width: 769px) {
    .text-carousel-text-tag {
      font-size: 13px; } }

.section-accordion-rounded {
  padding-bottom: 0;
  margin-bottom: 40px; }
  @media (max-width: 768px) {
    .section-accordion-rounded {
      margin-bottom: 55px; } }
  .section-accordion-rounded > .container:first-child {
    margin-bottom: 60px; }
  .section-accordion-rounded .accordion-button {
    width: 100%;
    text-align: left;
    color: #FFFFFF;
    position: relative;
    z-index: 0;
    padding: 0;
    transition: all 0.3s linear;
    font-weight: 700;
    line-height: 1.09;
    font-size: 14px;
    letter-spacing: 2.81px; }
    @media (min-width: 769px) {
      .section-accordion-rounded .accordion-button {
        letter-spacing: 4.81px;
        font-size: 22px; } }
    .section-accordion-rounded .accordion-button::before {
      content: '';
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: block;
      transition: background-color 0.3s linear; }
    .section-accordion-rounded .accordion-button .bg {
      background-color: #1d1d1d;
      position: relative;
      z-index: 0;
      width: 100%;
      border-radius: 23px 23px 0 0;
      display: block;
      transition: all 0.3s linear;
      box-shadow: 0 -10px 25px rgba(0, 0, 0, 0.3); }
    .section-accordion-rounded .accordion-button svg {
      margin-top: 0;
      height: 18px;
      width: 18px; }
      .section-accordion-rounded .accordion-button svg + svg {
        position: absolute;
        top: 50%;
        margin-top: -9px;
        transform-origin: center;
        transform: rotate(-90deg) !important;
        transition: all 0.3s linear;
        right: 0; }
        .section-accordion-rounded .accordion-button svg + svg path {
          stroke: #FFFFFF !important; }
    .section-accordion-rounded .accordion-button.accordion-button-open svg + svg {
      transform: rotate(0deg) !important; }
      .section-accordion-rounded .accordion-button.accordion-button-open svg + svg path {
        stroke: #1C69D4 !important; }
    .section-accordion-rounded .accordion-button:not(.accordion-button-open) circle,
    .section-accordion-rounded .accordion-button:not(.accordion-button-open) path {
      transition: all 0.3s linear; }
    .section-accordion-rounded .accordion-button:not(.accordion-button-open) circle {
      fill: #FFFFFF; }
    .section-accordion-rounded .accordion-button:not(.accordion-button-open) path {
      stroke: #000000; }
    .section-accordion-rounded .accordion-button.accordion-button-open .bg {
      background-color: #FFFFFF !important; }
    .section-accordion-rounded .accordion-button.accordion-button-open svg {
      transform: none !important; }
    .section-accordion-rounded .accordion-button + .accordion {
      background-color: #1d1d1d; }
      .section-accordion-rounded .accordion-button + .accordion + .accordion-button .bg {
        background-color: #3F4346; }
      .section-accordion-rounded .accordion-button + .accordion + .accordion-button::before {
        background-color: #1d1d1d; }
      .section-accordion-rounded .accordion-button + .accordion + .accordion-button + .accordion {
        background-color: #3F4346; }
        .section-accordion-rounded .accordion-button + .accordion + .accordion-button + .accordion.accordion-open + .last-accordion-btn::before {
          background-image: none !important;
          background-color: transparent !important; }
        .section-accordion-rounded .accordion-button + .accordion + .accordion-button + .accordion + .accordion-button {
          background-color: transparent; }
          .section-accordion-rounded .accordion-button + .accordion + .accordion-button + .accordion + .accordion-button .bg {
            background-color: #5a5f62; }
          .section-accordion-rounded .accordion-button + .accordion + .accordion-button + .accordion + .accordion-button::before {
            background-color: #3F4346; }
          .section-accordion-rounded .accordion-button + .accordion + .accordion-button + .accordion + .accordion-button + .accordion {
            background-color: #5a5f62; }
    .section-accordion-rounded .accordion-button .container {
      position: relative;
      z-index: 0;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      height: 77px;
      transition: height 0.3s linear; }
    .section-accordion-rounded .accordion-button.accordion-button-open {
      color: #1C69D4; }
      .section-accordion-rounded .accordion-button.accordion-button-open .container {
        height: 113px; }
    .section-accordion-rounded .accordion-button.last-accordion-btn:not(.accordion-button-open)::before {
      background-image: linear-gradient(180deg, #3F4346 0%, #3F4346 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%) !important;
      background-color: transparent !important; }
    .section-accordion-rounded .accordion-button.last-accordion-btn:not(.accordion-button-open) .bg {
      border-radius: 23px; }
    .section-accordion-rounded .accordion-button.last-accordion-btn.accordion-button-open::before {
      background-image: linear-gradient(180deg, #3F4346 0%, #3F4346 50%, #FFFFFF 50%, #FFFFFF 100%) !important;
      background-color: transparent !important; }
  .section-accordion-rounded .accordion {
    margin: 0;
    padding: 0;
    transition: all 0.3s linear;
    opacity: 1 !important;
    z-index: 0;
    position: relative; }
    .section-accordion-rounded .accordion .container {
      padding-bottom: 40px; }
      @media (min-width: 769px) {
        .section-accordion-rounded .accordion .container {
          padding-bottom: 70px;
          display: flex; } }
    .section-accordion-rounded .accordion.accordion-open {
      background-color: #FFFFFF !important;
      height: auto; }
      .section-accordion-rounded .accordion.accordion-open + .accordion-button::before {
        background-color: #FFFFFF !important; }
    .section-accordion-rounded .accordion.last-accordion.accordion-open {
      box-shadow: 0 7px 9px 0 rgba(0, 0, 0, 0.12);
      border-radius: 0  0 23px 23px; }
  @media (min-width: 769px) {
    .section-accordion-rounded .accordion-image {
      width: 600px;
      flex-shrink: 0;
      margin-right: 5%; } }
  @media (max-width: 768px) {
    .section-accordion-rounded .accordion-image {
      margin: 0 0 25px; } }
  @media (min-width: 769px) {
    .section-accordion-rounded .accordion-image img {
      border-radius: 10px; } }
  .section-accordion-rounded .accordion-content h3 {
    margin: 0; }
    .section-accordion-rounded .accordion-content h3:not(:last-child) {
      margin: 0 0 12px; }
    .section-accordion-rounded .accordion-content h3::before {
      content: '— '; }
  .section-accordion-rounded .accordion-content > p {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    margin: 0; }
    .section-accordion-rounded .accordion-content > p:not(:last-child) {
      margin: 0 0 36px; }
  .section-accordion-rounded .accordion-content sup {
    font-size: 50%;
    position: relative;
    top: -1px; }
  .section-accordion-rounded .block {
    padding: 26px 30px; }
    .section-accordion-rounded .block h4 {
      border-bottom: 1px solid #000000;
      margin: 0 0 5px;
      padding: 0 0 5px; }
    .section-accordion-rounded .block h5,
    .section-accordion-rounded .block p {
      margin: 0; }
    .section-accordion-rounded .block h4 {
      font-size: 14px;
      font-weight: 700;
      line-height: 1.71;
      letter-spacing: 0.82px; }
    .section-accordion-rounded .block h5 {
      font-size: 12px;
      font-weight: 700;
      line-height: 1.58;
      letter-spacing: 0.5px; }
    .section-accordion-rounded .block p {
      font-size: 12px;
      line-height: 1.58;
      letter-spacing: 0.5px; }
  .section-accordion-rounded .block-gray {
    background: #dcdcdc; }

.section-list-with-icons.with-check-icons .icon {
  width: 25px;
  height: 25px;
  position: absolute;
  top: -6px;
  right: -6px; }

.section-list-with-icons.style-icons-round-blue .list-with-icons-icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f4f8fb;
  border-radius: 11px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07); }
  .section-list-with-icons.style-icons-round-blue .list-with-icons-icon .img {
    width: 28px;
    height: 28px;
    display: block; }

.section-list-with-icons.style-list-horizontale .container {
  padding: 15px 50px;
  background: #d8e4f2;
  border-radius: 12px; }

.section-list-with-icons.style-list-horizontale .list-with-icons-icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .section-list-with-icons.style-list-horizontale .list-with-icons-icon .img {
    width: 50px;
    height: 50px;
    display: block; }

.section-list-with-icons.style-list-horizontale .list-with-icons {
  display: flex;
  justify-content: space-between; }
  @media (max-width: 769px) {
    .section-list-with-icons.style-list-horizontale .list-with-icons {
      display: block; } }
  @media (min-width: 769px) {
    .section-list-with-icons.style-list-horizontale .list-with-icons li {
      padding: 10px 30px 30px 30px;
      display: block;
      width: 33%; } }
  .section-list-with-icons.style-list-horizontale .list-with-icons li:not(:last-child) {
    border-bottom: none; }

.section-list-with-icons.style-list-horizontale.with-two-items .list-with-icons {
  justify-content: space-evenly !important; }

@media (min-width: 769px) {
  .section-list-with-icons.style-list-horizontale .list-with-icons-left {
    margin: 0 auto; } }

@media (max-width: 768px) {
  .section-list-with-icons.style-list-horizontale .list-with-icons-left {
    display: block;
    justify-content: inherit;
    margin: 0 auto;
    width: 60px;
    position: inherit; } }

.section-list-with-icons.style-list-horizontale .list-with-icons-right {
  flex-shrink: 1;
  width: 100%;
  text-align: center;
  padding-top: 17px; }
  .section-list-with-icons.style-list-horizontale .list-with-icons-right h3 {
    font-size: 23px;
    margin: 0 0 10px; }
    @media (max-width: 768px) {
      .section-list-with-icons.style-list-horizontale .list-with-icons-right h3 {
        display: block;
        align-items: center;
        min-height: 60px;
        padding: 0; } }
  .section-list-with-icons.style-list-horizontale .list-with-icons-right p {
    font-size: 16px; }

.section-list-with-icons.smaller-icon .list-with-icons-icon {
  width: 46px !important;
  height: 46px !important;
  margin: 0 auto !important; }
  .section-list-with-icons.smaller-icon .list-with-icons-icon .img {
    width: 36px !important;
    height: 36px !important;
    display: block; }

.list-with-icons {
  list-style: none;
  padding: 0; }
  .list-with-icons li {
    padding: 20px 0; }
    @media (min-width: 769px) {
      .list-with-icons li {
        padding: 35px 0;
        display: flex; } }
    @media (max-width: 768px) {
      .list-with-icons li {
        position: relative; } }
    .list-with-icons li:not(:last-child) {
      border-bottom: 1px solid #dcdcdc; }

.list-with-icons-left {
  flex-shrink: 0;
  width: 60px; }
  @media (min-width: 769px) {
    .list-with-icons-left {
      margin-right: 60px; } }
  @media (max-width: 768px) {
    .list-with-icons-left {
      display: flex;
      justify-content: center;
      margin-bottom: 20px;
      width: 60px;
      position: absolute;
      top: 20px;
      left: 0; } }

.list-with-icons-right {
  flex-shrink: 1;
  width: 100%; }
  .list-with-icons-right h3 {
    margin: 0 0 5px;
    font-size: 20px;
    line-height: 1.25; }
    @media (max-width: 768px) {
      .list-with-icons-right h3 {
        display: flex;
        align-items: center;
        min-height: 60px;
        padding-left: 80px; } }
  .list-with-icons-right p {
    font-size: 20px;
    margin: 0; }
    @media (max-width: 768px) {
      .list-with-icons-right p {
        margin: 10px 0 0 0; } }

.list-with-icons-icon {
  position: relative; }

.increase-number-size .steps li::before {
  width: 62px;
  height: 62px;
  line-height: 40px;
  font-size: 21px; }

@media (min-width: 769px) {
  .increase-number-size .steps li::before {
    top: -17px; } }

.section-accordion-faq h2 {
  margin-bottom: 30px; }
  @media (min-width: 769px) {
    .section-accordion-faq h2 {
      margin-bottom: 52px; } }

.section-accordion-faq.custom-icon .accordion-button::after {
  display: none; }

.section-accordion-faq.accordion-button-xl .accordion-button {
  padding: 18px 0; }

.section-accordion-faq.always-bold-buttons .accordion-button {
  font-weight: 700; }

.accordion-faq {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
  .accordion-faq .accordion-button {
    padding: 13px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    width: 100%;
    position: relative;
    font-weight: 400;
    font-size: 16px;
    text-align: left;
    padding-right: 30px; }
    .accordion-faq .accordion-button::after {
      position: absolute;
      content: "+";
      display: flex;
      top: 50%;
      height: 30px;
      line-height: 30px;
      margin-top: -15px;
      align-items: center;
      right: 0;
      font-size: 28px; }
    .accordion-faq .accordion-button.accordion-button-open {
      font-weight: 700; }
      .accordion-faq .accordion-button.accordion-button-open:after {
        content: "-";
        height: 14px;
        line-height: 14px;
        margin-top: -12px;
        right: 3px; }
  .accordion-faq .accordion {
    margin: 0;
    padding: 0; }
  .accordion-faq .accordion-content {
    padding-bottom: 20px; }
    @media (min-width: 769px) {
      .accordion-faq .accordion-content {
        padding-bottom: 30px; } }
  .accordion-faq + .button-center {
    margin-top: 45px; }

.section-steps h2 {
  margin: 0 0 40px; }
  @media (min-width: 769px) {
    .section-steps h2 {
      margin: 0 0 60px; } }

.section-steps h3 {
  margin: 0 0 5px;
  font-size: 18px;
  font-weight: bold; }

.section-steps .subtitle_before {
  font-size: 22px;
  color: #1d1d1d;
  font-weight: 700; }

.section-steps p {
  margin: 0;
  font-size: 14px; }
  .section-steps p a {
    font-size: 14px;
    color: #000000; }

.section-steps.section-gray-lg-2 .steps li .mask {
  background: #f5f5f5; }

.section-steps.section-gray-lg-2 .steps li:not(:last-child)::after {
  border: 11px solid #f5f5f5; }

.section-steps.section-gray-lg-2 .steps li::before {
  border: 11px solid #f5f5f5; }

.section-steps.section-light-blue .steps li .mask {
  background: #d8e4f2; }

.section-steps.section-light-blue .steps li:not(:last-child)::after {
  border: 11px solid #d8e4f2; }

.section-steps.section-light-blue .steps li::before {
  border: 11px solid #d8e4f2; }

.steps {
  list-style: none;
  counter-reset: my-awesome-counter;
  padding: 0;
  margin: 0 0 30px;
  position: relative;
  z-index: 0; }
  @media (min-width: 769px) {
    .steps {
      display: flex; } }
  .steps::before {
    content: '';
    display: block;
    position: absolute;
    z-index: 0;
    background: #c4d1db; }
    @media (max-width: 768px) {
      .steps::before {
        width: 2px;
        height: 100%;
        left: 14px;
        top: 0; } }
    @media (min-width: 769px) {
      .steps::before {
        height: 2px;
        width: 100%;
        top: 14px;
        left: 0; } }
  .steps li {
    position: relative;
    z-index: 1;
    counter-increment: custom-counter; }
    @media (max-width: 768px) {
      .steps li {
        padding-left: 50px; } }
    @media (min-width: 769px) {
      .steps li {
        width: calc(100% / var(--number-of-items));
        padding: 40px 35px 0;
        text-align: center; } }
    .steps li .mask {
      position: absolute;
      background: #f4f8fb;
      top: 0;
      left: 0;
      z-index: -1; }
      @media (max-width: 768px) {
        .steps li .mask {
          height: 50%;
          width: 30px; } }
      @media (min-width: 769px) {
        .steps li .mask {
          width: 50%;
          height: 30px; } }
    @media (max-width: 768px) {
      .steps li:last-child .mask {
        top: 50%; } }
    @media (min-width: 769px) {
      .steps li:last-child .mask {
        left: 50%; } }
    @media (max-width: 768px) {
      .steps li:not(:last-child) {
        margin-bottom: 40px; } }
    .steps li:not(:last-child)::after {
      content: '';
      /* Masquage des points intermédiaires suite à recette */
      display: none;
      position: absolute;
      z-index: 0;
      background: #1C69D4;
      width: 38px;
      height: 38px;
      border: 11px solid #f4f8fb;
      border-radius: 50%; }
      @media (max-width: 768px) {
        .steps li:not(:last-child)::after {
          top: 100%;
          left: -4px;
          margin-top: 2px; } }
      @media (min-width: 769px) {
        .steps li:not(:last-child)::after {
          left: 100%;
          top: -4px;
          margin-left: -19px; } }
    .steps li::before {
      content: counter(custom-counter, decimal-leading-zero);
      display: block;
      background: #1C69D4;
      width: 52px;
      height: 52px;
      border: 11px solid #f4f8fb;
      line-height: 30px;
      border-radius: 50%;
      position: absolute;
      color: #FFFFFF;
      font-weight: 700;
      text-align: center;
      font-size: 13px; }
      @media (max-width: 768px) {
        .steps li::before {
          left: -11px;
          top: 50%;
          margin-top: -27px; } }
      @media (min-width: 769px) {
        .steps li::before {
          top: -11px;
          left: 50%;
          margin-left: -27px; } }

.section-steps-achat h2 {
  width: 100%;
  font-size: 25px;
  margin: 0 0 5px; }
  @media (min-width: 769px) {
    .section-steps-achat h2 {
      width: 70%;
      margin: 0 0 20px;
      font-size: 30px;
      margin: 0 0 40px; } }

.section-steps-achat p {
  font-size: 17px;
  padding: 60px 0 40px 0;
  margin: 0 30px; }
  @media (min-width: 769px) {
    .section-steps-achat p {
      padding: 0;
      margin: 0 60px; } }

.section-steps-achat .container {
  display: flex;
  flex-direction: column;
  position: relative; }

.section-steps-achat .title-and-button {
  width: 100%;
  display: flex;
  flex-direction: column; }
  @media (min-width: 769px) {
    .section-steps-achat .title-and-button {
      flex-direction: row;
      margin: 0 0 80px;
      padding: 0;
      border-bottom: 1px solid #979797; } }
  .section-steps-achat .title-and-button .button {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0%;
    margin-left: -20px; }
    @media (min-width: 769px) {
      .section-steps-achat .title-and-button .button {
        width: 30%;
        text-align: right;
        position: inherit;
        bottom: inherit;
        margin-left: 0; } }

.section-steps-achat .steps {
  margin: 0 0 70px 20px; }
  @media (min-width: 769px) {
    .section-steps-achat .steps {
      margin: 0 0 30px; } }
  @media (max-width: 768px) {
    .section-steps-achat .steps::before {
      width: 2px;
      height: 90%;
      left: 14px;
      top: 10px; } }
  @media (min-width: 769px) {
    .section-steps-achat .steps li {
      padding: 55px 35px 0; } }
  .section-steps-achat .steps li .mask {
    background: #f5f5f5; }
  .section-steps-achat .steps li:not(:last-child) {
    margin-bottom: 10px; }
    .section-steps-achat .steps li:not(:last-child)::after {
      border: 11px solid #f5f5f5; }
  .section-steps-achat .steps li:nth-child(1)::before {
    content: url(../img/achat/icon-achat-1.svg); }
  .section-steps-achat .steps li:nth-child(2)::before {
    content: url(../img/achat/icon-achat-2.svg); }
  .section-steps-achat .steps li:nth-child(3)::before {
    content: url(../img/achat/icon-achat-3.svg); }
  .section-steps-achat .steps li::before {
    background: #f5f5f5;
    width: 90px;
    height: 89px;
    border: 11px solid #f5f5f5; }
    @media (max-width: 768px) {
      .section-steps-achat .steps li::before {
        left: -10%;
        top: 70px; } }
    @media (min-width: 769px) {
      .section-steps-achat .steps li::before {
        left: 43%;
        top: -30px; } }

@media (min-width: 769px) {
  .section-two-columns > .container {
    display: flex; } }

@media (max-width: 768px) {
  .section-two-columns .column-left {
    margin-bottom: 20px; } }

@media (min-width: 769px) {
  .section-two-columns .column-left {
    width: var(--column-left-width);
    padding-right: calc(var(--column-space) / 2); } }

@media (min-width: 769px) {
  .section-two-columns .column-right {
    width: var(--column-right-width);
    padding-left: calc(var(--column-space) / 2); } }

@media (max-width: 768px) {
  .section-two-columns.expand-left-on-mobile .column-left {
    margin: 0 -20px; } }

@media (max-width: 768px) {
  .section-two-columns.expand-right-on-mobile .column-right {
    margin: 0 -20px; } }

.blue-check-list {
  list-style: none; }
  .blue-check-list li {
    position: relative;
    padding-left: 34px; }
    .blue-check-list li::before {
      content: '';
      width: 16px;
      height: 16px;
      background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGZpbGw9IiMxQzY5RDQiIGN4PSI5IiBjeT0iOSIgcj0iOSIvPjxwYXRoIHN0cm9rZT0iI0ZGRiIgZmlsbD0idHJhbnNwYXJlbnQiIHN0cm9rZS13aWR0aD0iMiIgZD0ibTMuODU3IDguNzM1IDQuMzQ1IDMuNjkxIDYuMDUzLTcuMjgzIi8+PC9zdmc+");
      background-size: 16px;
      background-repeat: no-repeat;
      background-position: center;
      display: block;
      position: absolute;
      top: 2px;
      left: 0; }
    .blue-check-list li:not(:last-child) {
      margin-bottom: 15px; }

@media (max-width: 768px) {
  .table-slidable-section > .container {
    padding: 0; } }

.table-slidable-section h4 {
  margin: 0; }

.table-slidable-section circle {
  fill: var(--slide-color); }

.table-slidable-section .accordion {
  margin: 0;
  padding: 0; }

.table-slidable-section .accordion-button {
  position: relative;
  padding-left: 45px; }
  .table-slidable-section .accordion-button svg {
    width: 16px;
    height: 16px; }
  .table-slidable-section .accordion-button::before {
    content: '';
    width: 18px;
    height: 18px;
    border: 1px solid #000000;
    background: #FFFFFF;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-top: -9px;
    left: 0;
    z-index: 0; }
  .table-slidable-section .accordion-button[aria-expanded="true"]::after {
    content: '';
    width: 10px;
    height: 10px;
    background: #000000;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    left: 4px;
    top: 50%;
    margin-top: -5px; }

.table-slidable-glide {
  text-align: center;
  width: 170%;
  margin-left: -35vw;
  position: relative; }
  @media (max-width: 768px) {
    .table-slidable-glide .glide__slide--active .table-slidable-title {
      transform: translateX(12vw); } }
  @media (max-width: 768px) {
    .table-slidable-glide .glide__slide--active + .glide__slide .table-slidable-data-title,
    .table-slidable-glide .glide__slide--active + .glide__slide .table-slidable-data {
      filter: none; } }
  @media (max-width: 768px) {
    .table-slidable-glide .glide__slide--active + .glide__slide + .glide__slide .table-slidable-title {
      transform: translateX(-12vw); } }
  .table-slidable-glide .glide__slides {
    position: static; }
  @media (max-width: 768px) {
    .table-slidable-glide .glide__slide .table-slidable-data-title,
    .table-slidable-glide .glide__slide .table-slidable-data {
      filter: blur(2px); } }
  .table-slidable-glide .glide__arrows {
    left: 35vw;
    width: 100vw;
    height: 100%;
    top: 0;
    position: absolute;
    pointer-events: none; }
  .table-slidable-glide .glide__arrow--left {
    left: 13px; }
  .table-slidable-glide .glide__arrow--right {
    right: 13px; }
  .table-slidable-glide .glide__arrow {
    padding: 0;
    box-shadow: none;
    width: 28px;
    height: 28px;
    transform: none;
    margin-top: -14px;
    pointer-events: all;
    border: 0; }
    .table-slidable-glide .glide__arrow svg {
      width: 100%;
      height: 100%; }

.table-slidable-title {
  text-align: center;
  transition: all 0.3s ease-in-out; }

.table-slidable-h3 {
  background: var(--slide-color);
  display: inline-block;
  color: #FFFFFF;
  padding: 4px 8px;
  min-width: 85px;
  border-radius: 4px;
  position: relative;
  z-index: 0;
  font-size: 11px; }
  @media (min-width: 769px) {
    .table-slidable-h3 {
      padding: 6px 20px;
      border-radius: 6px;
      font-size: 16px; } }
  .table-slidable-h3::before {
    z-index: -1;
    position: absolute;
    background: inherit;
    content: '';
    top: 100%;
    left: 50%;
    width: 10px;
    height: 10px;
    margin-left: -5px;
    margin-top: -7px;
    transform-origin: center;
    transform: rotate(45deg);
    border-radius: 5px; }
    @media (min-width: 769px) {
      .table-slidable-h3::before {
        width: 20px;
        height: 20px;
        margin-left: -10px;
        margin-top: -13px; } }

@media (max-width: 768px) {
  .table-slidable-element {
    display: flex;
    flex-direction: column;
    min-height: 70px;
    justify-content: center;
    align-items: center;
    padding: 9px 0 18px; } }

.table-slidable-question + .table-slidable-element {
  background: #f4f7fa; }
  .table-slidable-question + .table-slidable-element + .table-slidable-element + .table-slidable-element {
    background: #f4f7fa; }
    .table-slidable-question + .table-slidable-element + .table-slidable-element + .table-slidable-element + .table-slidable-element + .table-slidable-element {
      background: #f4f7fa; }
      .table-slidable-question + .table-slidable-element + .table-slidable-element + .table-slidable-element + .table-slidable-element + .table-slidable-element + .table-slidable-element + .table-slidable-element {
        background: #f4f7fa; }
        .table-slidable-question + .table-slidable-element + .table-slidable-element + .table-slidable-element + .table-slidable-element + .table-slidable-element + .table-slidable-element + .table-slidable-element + .table-slidable-element + .table-slidable-element {
          background: #f4f7fa; }
          .table-slidable-question + .table-slidable-element + .table-slidable-element + .table-slidable-element + .table-slidable-element + .table-slidable-element + .table-slidable-element + .table-slidable-element + .table-slidable-element + .table-slidable-element + .table-slidable-element + .table-slidable-element {
            background: #f4f7fa; }

@media (max-width: 768px) {
  .table-slidable-data-title,
  .table-slidable-data {
    transition: all 0.3s linear; } }

.table-slidable-data-title h4 {
  font-size: 12px;
  font-weight: 700;
  color: #000000; }
  @media (min-width: 769px) {
    .table-slidable-data-title h4 {
      font-size: 17px;
      max-width: 90%;
      padding-left: 45px; } }

.table-slidable-data {
  font-size: 14px;
  font-weight: 400;
  display: flex;
  align-items: center;
  position: relative; }
  @media (max-width: 768px) {
    .table-slidable-data {
      justify-content: center; } }
  @media (min-width: 769px) {
    .table-slidable-data {
      font-size: 17px; } }
  .table-slidable-data svg {
    width: 16px;
    height: 16px;
    margin-right: 7px; }
    @media (min-width: 769px) {
      .table-slidable-data svg {
        width: 19px;
        height: 19px;
        margin-right: 9px; } }
  .table-slidable-data small {
    position: absolute;
    font-size: 10px;
    left: 10px;
    top: 18px;
    width: 100%; }
    @media (min-width: 769px) {
      .table-slidable-data small {
        left: 53px; } }
    .table-slidable-data small::before {
      content: '';
      display: inline-block;
      margin: 0 2px 0 0;
      vertical-align: middle;
      width: 8px;
      height: 1px;
      background: #000000; }

.table-slidable-desktop {
  display: flex;
  flex-direction: column; }

.table-slidable-desktop-titles {
  display: flex;
  border-bottom: 1px solid #e8e8e8; }

.table-slidable-line {
  display: flex;
  align-items: center;
  padding: 8px 0; }
  @media (min-width: 769px) {
    .table-slidable-line {
      min-height: 54px;
      padding: 13px 0; } }
  .table-slidable-line:nth-child(odd) {
    background: #f4f7fa; }

.table-slidable-col {
  width: 18%;
  padding-left: 2%; }
  .table-slidable-col:first-child {
    width: 28%;
    padding-left: 0; }

.table-slidable-question {
  padding: 0;
  border: 0;
  background: 0;
  font-size: 14px;
  line-height: 1.2; }
  @media (max-width: 768px) {
    .table-slidable-question {
      justify-content: center;
      padding: 16px 0;
      opacity: 0; } }
  @media (min-width: 769px) {
    .table-slidable-question {
      font-size: 19px;
      min-height: 65px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%; } }
  @media (max-width: 768px) {
    .glide__track .table-slidable-question {
      margin: 0 -20vw; } }
  @media (max-width: 768px) {
    .table-slidable-question.keep-still {
      position: absolute;
      left: 0;
      width: 100%;
      padding-left: 45vw;
      padding-right: 45vw; } }
  @media (min-width: 769px) {
    .table-slidable-question br {
      display: none; } }

.table-slidable-bottoms-marks {
  list-style: none;
  padding: 0;
  margin: 20px auto 0;
  font-size: 16px; }
  @media (max-width: 768px) {
    .table-slidable-bottoms-marks {
      font-size: 12px;
      margin: 20px; } }

.glide:not(.see-more) .table-slidable-question-container:nth-child(n + 4) {
  display: none; }

.table-slidable-see-more {
  letter-spacing: 0.18px;
  font-size: 12px;
  color: #FFFFFF;
  border-radius: 15px;
  height: 30px;
  width: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #000000;
  border: 0;
  font-family: "BMWGroup_Global", sans-serif;
  margin: 30px auto 0; }

.slidable-duplicate {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none; }
  .slidable-duplicate .table-slidable-element,
  .slidable-duplicate .table-slidable-title {
    opacity: 0; }
  .slidable-duplicate .keep-still {
    opacity: 1; }

.ClickableSquareImg {
  width: 100%;
  height: 100%;
  background-color: #d8e4f2;
  margin-bottom: 40px;
  /*.bloc-images .image_1 {
    background-image:  url("../img/BMW-Business-Drive.png");
  }
  .bloc-images .image_2 {
    background-image:  url("../img/Finition-Business-design.png");
  }
  .bloc-images .image_3 {
    background-image:  url("../img/Les-offres-dédiées.png");
  }
  .bloc-images .image_4 {
    background-image:  url("../img/L’électromobilité-et-la-fiscalité.png");
  }*/ }
  .ClickableSquareImg.section-deep-blue h1 {
    color: #fff; }
  .ClickableSquareImg * {
    color: #fff;
    font-family: "BMWTypeNextWeb", Arial, Helvetica, sans-serif; }
  .ClickableSquareImg a {
    text-decoration: unset; }
  .ClickableSquareImg .entete {
    max-width: 1640px;
    padding: 30px 30px 50px 30px;
    margin: auto; }
  .ClickableSquareImg h1 {
    text-transform: uppercase;
    color: #000000;
    width: 100%;
    font-size: 32px;
    line-height: 1.3;
    margin-left: 50px;
    font-weight: 200;
    margin-bottom: 50px; }
  .ClickableSquareImg.h1-with-blur-bg .title-h1 {
    display: flex;
    justify-content: center; }
    @media (max-width: 768px) {
      .ClickableSquareImg.h1-with-blur-bg .title-h1 {
        display: block; } }
    .ClickableSquareImg.h1-with-blur-bg .title-h1 h1 {
      width: inherit;
      font-size: 40px;
      font-weight: bold;
      color: #FFFFFF;
      padding: 11px 20px 12px 27px;
      border-radius: 14px;
      background-color: rgba(5, 33, 57, 0.8); }
      @media (max-width: 768px) {
        .ClickableSquareImg.h1-with-blur-bg .title-h1 h1 {
          text-align: center;
          font-size: 30px;
          padding: 5px; } }
  .ClickableSquareImg .bloc-images {
    display: flex;
    flex-direction: row;
    margin: auto;
    height: 500px; }
  .ClickableSquareImg.three-item .bloc-images {
    width: 80%; }
    @media (max-width: 768px) {
      .ClickableSquareImg.three-item .bloc-images {
        width: 100%; } }
    .ClickableSquareImg.three-item .bloc-images .image1,
    .ClickableSquareImg.three-item .bloc-images .image3 {
      height: 85%; }
      @media (max-width: 768px) {
        .ClickableSquareImg.three-item .bloc-images .image1,
        .ClickableSquareImg.three-item .bloc-images .image3 {
          height: 400px; } }
    .ClickableSquareImg.three-item .bloc-images .entete-image {
      background-repeat: no-repeat; }
      .ClickableSquareImg.three-item .bloc-images .entete-image.center-position {
        background-position: center; }
  .ClickableSquareImg .bloc-images .entete-image {
    display: flex;
    flex-direction: column;
    background-size: cover;
    flex: 1;
    margin: auto 15px;
    height: 100%;
    border-radius: 15px;
    transition: transform 1s ease; }
  .ClickableSquareImg .bloc-images .entete-image:hover {
    transform: scale(1.1); }
  .ClickableSquareImg .bloc-images .image1,
  .ClickableSquareImg .bloc-images .image3 {
    height: 80%; }
  .ClickableSquareImg .bloc-images .container-icon {
    display: flex;
    justify-content: flex-end; }
  .ClickableSquareImg .bloc-images .container-icon .icon-plus {
    background-color: white;
    padding: 7px;
    margin: 20px;
    border-radius: 24px;
    height: 38px;
    width: 38px;
    box-shadow: 0 1px 7px 3px rgba(0, 0, 0, 0.1); }
  .ClickableSquareImg .bloc-images .desc {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    width: 100%; }
  .ClickableSquareImg .bloc-images .desc-text {
    display: flex;
    flex-direction: column;
    max-height: 130px;
    padding: 20px 0;
    justify-content: center;
    position: relative; }
  .ClickableSquareImg .bloc-images .overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    z-index: 1;
    border-radius: 0 0 15px 15px; }
  .ClickableSquareImg .bloc-images .title,
  .ClickableSquareImg .bloc-images .subtitle {
    padding: 0 15px;
    z-index: 2;
    font-family: "BMWTypeNextTT", Arial, Helvetica, sans-serif;
    font-weight: 300; }
  .ClickableSquareImg .bloc-images .title {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 18px; }
  .ClickableSquareImg .bloc-images .subtitle {
    font-size: 14px; }
  @media (max-width: 1440px) {
    .ClickableSquareImg .entete {
      padding: 25px 25px 40px 25px; }
    .ClickableSquareImg h1 {
      font-size: 40px; }
    .ClickableSquareImg .bloc-images {
      height: 400px; }
    .ClickableSquareImg .bloc-images .entete-image {
      margin: auto 10px; }
    .ClickableSquareImg .bloc-images .desc .title {
      font-size: 16px; }
    .ClickableSquareImg .bloc-images .desc .subtitle {
      font-size: 14px; } }
  @media (max-width: 1024px) {
    .ClickableSquareImg .entete {
      padding: 10px 10px 30px 10px; }
    .ClickableSquareImg h1 {
      font-size: 32px;
      margin-left: 0; }
    .ClickableSquareImg .bloc-images .entete-image {
      margin: auto 5px; }
    .ClickableSquareImg .bloc-images .desc .title {
      font-size: 14px;
      padding: 0 10px; }
    .ClickableSquareImg .bloc-images .desc .subtitle {
      font-size: 12px;
      padding: 0 10px; } }
  @media (max-width: 768px) {
    .ClickableSquareImg .bloc-images {
      flex-direction: column;
      height: 100%;
      margin: 0; }
    .ClickableSquareImg .bloc-images .entete-image {
      height: 400px;
      width: 300px;
      flex: unset;
      margin: 20px auto; } }
  .ClickableSquareImg.header-next-web {
    background-image: url("../img/next-web/background-header.png");
    background-repeat: no-repeat;
    background-size: cover; }
    .ClickableSquareImg.header-next-web .title-h1 {
      display: flex;
      justify-content: center; }
      @media (max-width: 768px) {
        .ClickableSquareImg.header-next-web .title-h1 {
          display: block; } }
      .ClickableSquareImg.header-next-web .title-h1 h1 {
        width: inherit;
        font-size: 40px;
        font-weight: bold;
        color: #FFFFFF;
        padding: 11px 20px 12px 27px;
        border-radius: 14px;
        background-color: rgba(27, 36, 73, 0.2); }
        @media (max-width: 768px) {
          .ClickableSquareImg.header-next-web .title-h1 h1 {
            text-align: center;
            font-size: 30px;
            padding: 5px; } }
    .ClickableSquareImg.header-next-web .bloc-images {
      width: 80%; }
      @media (max-width: 768px) {
        .ClickableSquareImg.header-next-web .bloc-images {
          width: 100%; } }
      .ClickableSquareImg.header-next-web .bloc-images .image1,
      .ClickableSquareImg.header-next-web .bloc-images .image3 {
        height: 85%; }
        @media (max-width: 768px) {
          .ClickableSquareImg.header-next-web .bloc-images .image1,
          .ClickableSquareImg.header-next-web .bloc-images .image3 {
            height: 400px; } }
      .ClickableSquareImg.header-next-web .bloc-images .entete-image {
        background-repeat: no-repeat; }
        .ClickableSquareImg.header-next-web .bloc-images .entete-image.center-position {
          background-position: center; }
    .ClickableSquareImg.header-next-web.four-item .bloc-images {
      width: 100%; }

.section-two-columns-with-image-and-text-below h2 {
  margin: 0; }

.section-two-columns-with-image-and-text-below h3 {
  margin: 0 0 5px;
  font-size: 22px;
  color: #1d1d1d;
  font-weight: 700; }

.section-two-columns-with-image-and-text-below p {
  margin: 0;
  font-size: 17px;
  line-height: 1.29;
  margin: 25px 0 25px 0; }

@media (min-width: 769px) {
  .section-two-columns-with-image-and-text-below > .container {
    display: flex;
    flex-direction: column; } }

@media (min-width: 769px) {
  .section-two-columns-with-image-and-text-below > .container > .container-image {
    display: flex;
    flex-direction: row; } }

.section-two-columns-with-image-and-text-below .header {
  display: flex;
  padding-bottom: 30px; }
  @media (max-width: 768px) {
    .section-two-columns-with-image-and-text-below .header {
      flex-direction: column; } }
  .section-two-columns-with-image-and-text-below .header .headlines {
    width: 65%; }
    @media (max-width: 768px) {
      .section-two-columns-with-image-and-text-below .header .headlines {
        width: 100%; } }
  .section-two-columns-with-image-and-text-below .header .headlines ~ div {
    width: 35%;
    align-self: self-end;
    padding: 25px 0 0 0; }
    @media (max-width: 768px) {
      .section-two-columns-with-image-and-text-below .header .headlines ~ div {
        text-align: left !important;
        width: 100%; } }

@media (max-width: 768px) {
  .section-two-columns-with-image-and-text-below .column-left {
    margin-bottom: 20px; } }

@media (min-width: 769px) {
  .section-two-columns-with-image-and-text-below .column-left {
    width: var(--column-left-width);
    padding-right: calc(var(--column-space) / 2); } }

@media (min-width: 769px) {
  .section-two-columns-with-image-and-text-below .column-right {
    width: var(--column-right-width);
    padding-left: calc(var(--column-space) / 2); } }

@media (max-width: 768px) {
  .section-two-columns-with-image-and-text-below.expand-left-on-mobile .column-left {
    margin: 0 -20px; } }

@media (max-width: 768px) {
  .section-two-columns-with-image-and-text-below.expand-right-on-mobile .column-right {
    margin: 0 -20px; } }

.section-two-columns-with-image-and-text-below .button-with-arrow {
  margin: 10px auto; }

.section-multiple-columns {
  padding-bottom: 80px; }
  .section-multiple-columns h2 {
    margin: 0; }
  .section-multiple-columns h3 {
    margin: 0 0 5px;
    font-size: 22px;
    color: #1d1d1d;
    font-weight: 700; }
    .section-multiple-columns h3 sup {
      font-size: 12px; }
  .section-multiple-columns p {
    margin: 0;
    font-size: 17px;
    line-height: 1.29;
    margin: 10px 0 35px 0; }
  @media (min-width: 769px) {
    .section-multiple-columns .multiple-columns-container {
      display: flex;
      flex-direction: row;
      justify-content: space-between; } }
  @media (min-width: 769px) {
    .section-multiple-columns .multiple-columns-container .column {
      width: var(--column-width);
      padding-left: calc(var(--column-space) / var(--column-number)); } }
  @media (max-width: 768px) {
    .section-multiple-columns .multiple-columns-container .column {
      padding: 35px 0; } }
  .section-multiple-columns .multiple-columns-container .column h3 {
    margin-top: 20px; }
  .section-multiple-columns .multiple-columns-container .column > p {
    min-height: 180px;
    margin: 25px 0 25px 0; }
  .section-multiple-columns .multiple-columns-container .column .button-space {
    margin: 10px 0 12px 0; }
  .section-multiple-columns .multiple-columns-container .column .button-black-af {
    max-width: 205px; }
  .section-multiple-columns .button-with-arrow {
    width: 100%; }

@media (max-width: 768px) {
  .simple-table-slidable-section > .container {
    padding: 0; } }

@media (max-width: 768px) {
  .simple-table-slidable-section > .container h2 {
    text-align: center; } }

.simple-table-slidable-section h3 {
  font-size: 19px;
  font-weight: 300;
  margin: 10px 0; }

.simple-table-slidable-section h4 {
  margin: 0; }
  .simple-table-slidable-section h4 > a {
    font-size: 19px;
    color: #000000;
    margin: 10px 8px;
    text-decoration: none; }
    .simple-table-slidable-section h4 > a:hover {
      text-decoration: underline #000000;
      text-decoration-thickness: 3px; }

.simple-table-slidable-section circle {
  fill: var(--slide-color);
  opacity: var(--opacity); }

.simple-table-slidable-section .accordion {
  margin: 0;
  padding: 0; }

.simple-table-slidable-section .accordion-button {
  position: relative;
  padding-left: 45px; }
  .simple-table-slidable-section .accordion-button svg {
    width: 16px;
    height: 16px; }
  .simple-table-slidable-section .accordion-button::before {
    content: '';
    width: 18px;
    height: 18px;
    border: 1px solid #000000;
    background: #FFFFFF;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-top: -9px;
    left: 0;
    z-index: 0; }
  .simple-table-slidable-section .accordion-button[aria-expanded="true"]::after {
    content: '';
    width: 10px;
    height: 10px;
    background: #000000;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    left: 4px;
    top: 50%;
    margin-top: -5px; }

.simple-table-slidable-section .table-slidable-col {
  width: 25%; }
  .simple-table-slidable-section .table-slidable-col:first-child {
    width: 28% !important; }

.simple-table-slidable-section .table-slidable-desktop-titles {
  justify-content: space-between;
  border-bottom: none; }

@media (max-width: 768px) {
  .simple-table-slidable-section .table-slidable-title {
    margin: 0 15px; } }

.simple-table-slidable-section .table-slidable-data svg {
  width: 19px;
  height: 19px;
  margin-right: 0; }
  @media (min-width: 769px) {
    .simple-table-slidable-section .table-slidable-data svg {
      width: 26px;
      height: 26px;
      margin-right: 0; } }

.simple-table-slidable-section .table-slidable-data .icon {
  margin: 8px; }

.simple-table-slidable-section .table-slidable-data-title {
  padding-bottom: 5px; }

.simple-table-slidable-section .table-slidable-line {
  justify-content: space-between;
  border-bottom: 1px solid #dcdcdc; }
  .simple-table-slidable-section .table-slidable-line:last-child {
    border-bottom: none; }
  .simple-table-slidable-section .table-slidable-line:nth-child(odd) {
    background: transparent; }

.simple-table-slidable-section .table-slidable-data-title h4 {
  font-size: 12px;
  font-weight: normal;
  color: #000000;
  text-decoration: none; }
  @media (min-width: 769px) {
    .simple-table-slidable-section .table-slidable-data-title h4 {
      font-size: 19px;
      max-width: 100%;
      padding-left: 0; } }

@media (max-width: 768px) {
  .simple-table-slidable-section .table-slidable-glide .glide__slide--active .table-slidable-title {
    transform: translateX(7vw); } }

@media (max-width: 768px) {
  .simple-table-slidable-section .table-slidable-glide .glide__slide--active + .glide__slide + .glide__slide .table-slidable-title {
    transform: translateX(-7vw); } }

.simple-table-slidable-section .table-slidable-glide .glide__arrow {
  z-index: 999 !important; }

.simple-table-slidable-section .hide-btn {
  display: none !important; }

.simple-table-slidable-section .center-element {
  justify-content: center; }

.simple-table-slidable-section .table-slidable-bottoms-marks {
  font-size: 14px; }

.margin-bottom-none {
  margin-bottom: 0; }

.double-column-steps-section h2 {
  font-size: 18px;
  color: #000000;
  font-weight: bold; }

.double-column-steps-section p {
  font-size: 16px;
  font-weight: 300; }

.double-column-steps-section.title-with-icon h2 {
  display: flex;
  align-items: center; }
  .double-column-steps-section.title-with-icon h2::before {
    content: url(../img/WhiteCheckBgBlue.svg);
    margin-right: 10px; }

.double-column-steps-section .double-steps-columns-container {
  display: flex; }
  @media (max-width: 768px) {
    .double-column-steps-section .double-steps-columns-container {
      display: block; } }
  .double-column-steps-section .double-steps-columns-container .col-50 {
    width: 50%; }
    @media (max-width: 768px) {
      .double-column-steps-section .double-steps-columns-container .col-50 {
        width: 100%; } }

.double-column-steps-section .steps {
  list-style: none;
  counter-reset: my-awesome-counter;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 0; }
  @media (min-width: 769px) {
    .double-column-steps-section .steps {
      display: block; } }
  @media (max-width: 768px) {
    .double-column-steps-section .steps {
      margin: 0 0 50px 0; } }
  @media (max-width: 768px) {
    .double-column-steps-section .steps::before {
      width: 2px;
      height: 70%;
      left: 12px;
      top: 0; } }
  @media (min-width: 769px) {
    .double-column-steps-section .steps::before {
      width: 2px;
      height: 80%;
      top: 0;
      left: 0; } }
  .double-column-steps-section .steps li {
    position: relative;
    width: 80%;
    height: 75px;
    display: flex;
    align-items: center;
    padding: 0 0 25px 50px;
    text-align: left;
    counter-increment: custom-counter;
    z-index: 1; }
    @media (max-width: 768px) {
      .double-column-steps-section .steps li {
        width: 100%; } }
    .double-column-steps-section .steps li .mask {
      position: absolute;
      background: #f5f5f5;
      top: 0;
      left: 0;
      z-index: -1; }
      @media (max-width: 768px) {
        .double-column-steps-section .steps li .mask {
          height: 40%;
          width: 30px; } }
      @media (min-width: 769px) {
        .double-column-steps-section .steps li .mask {
          width: 50%;
          height: 30px; } }
    @media (max-width: 768px) {
      .double-column-steps-section .steps li:not(:last-child) {
        margin-bottom: 0; } }
    @media (max-width: 768px) {
      .double-column-steps-section .steps li:last-child .mask {
        top: 50%; } }
    @media (min-width: 769px) {
      .double-column-steps-section .steps li:last-child .mask {
        left: 50%; } }
    .double-column-steps-section .steps li::before {
      content: url(../img/WhiteCheckBgBlue.svg);
      background: transparent;
      width: 50px;
      height: 50px;
      transform: scale(0.7);
      left: -25px;
      top: 0;
      margin-left: 0;
      outline: 6px solid #f5f5f5; }
      @media (max-width: 768px) {
        .double-column-steps-section .steps li::before {
          left: -15px;
          margin-top: 0; } }

.double-column-steps-section .double-steps-columns-container {
  margin: 0 50px; }
  @media (max-width: 768px) {
    .double-column-steps-section .double-steps-columns-container {
      margin: 0; } }

.clickable-pin-desktop-and-simple-column-mobile {
  padding-top: 40px;
  margin-bottom: 0; }
  .clickable-pin-desktop-and-simple-column-mobile > .container {
    padding-bottom: 50px; }
  @media (min-width: 769px) {
    .clickable-pin-desktop-and-simple-column-mobile {
      padding-top: 60px; } }
  .clickable-pin-desktop-and-simple-column-mobile h2, .clickable-pin-desktop-and-simple-column-mobile h3, .clickable-pin-desktop-and-simple-column-mobile p {
    color: #000000; }
  .clickable-pin-desktop-and-simple-column-mobile h2 {
    margin: 0 0 15px; }
  .clickable-pin-desktop-and-simple-column-mobile p {
    font-weight: 300;
    margin-bottom: 20px; }
  .clickable-pin-desktop-and-simple-column-mobile .button-center img {
    margin: 0 auto;
    display: none; }
    .clickable-pin-desktop-and-simple-column-mobile .button-center img.active {
      display: block; }
  .clickable-pin-desktop-and-simple-column-mobile .image-switch-container {
    display: inline-block;
    position: relative; }
  .clickable-pin-desktop-and-simple-column-mobile .section-two-columns-and-image-top-columns .col {
    padding: 35px 50px; }
    @media (min-width: 769px) {
      .clickable-pin-desktop-and-simple-column-mobile .section-two-columns-and-image-top-columns .col {
        width: 50%; } }
    @media (max-width: 768px) {
      .clickable-pin-desktop-and-simple-column-mobile .section-two-columns-and-image-top-columns .col {
        padding: 10px 16px 60px 40px; } }
    .clickable-pin-desktop-and-simple-column-mobile .section-two-columns-and-image-top-columns .col:not(.active) {
      opacity: 0.4;
      cursor: pointer; }
      @media (max-width: 768px) {
        .clickable-pin-desktop-and-simple-column-mobile .section-two-columns-and-image-top-columns .col:not(.active) {
          opacity: 1; } }
  .clickable-pin-desktop-and-simple-column-mobile .section-two-columns-and-image-top-columns h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.55px;
    margin: 0 0 13px; }
    .clickable-pin-desktop-and-simple-column-mobile .section-two-columns-and-image-top-columns h3 span {
      font-size: 15px;
      color: #FFFFFF;
      background: #1C69D4;
      margin-left: -50px;
      margin-top: -5px;
      width: 38px;
      height: 38px;
      line-height: 30px;
      border: 4px solid #1C69D4;
      border-radius: 50%;
      position: absolute;
      color: #FFFFFF;
      font-weight: 700;
      text-align: center; }
  .clickable-pin-desktop-and-simple-column-mobile .section-two-columns-and-image-top-columns p {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.43;
    margin: 0; }
  .clickable-pin-desktop-and-simple-column-mobile .image-pin-btn {
    background: #1C69D4;
    margin-left: -19px;
    margin-top: -19px;
    width: 38px;
    height: 38px;
    line-height: 30px;
    border: 4px solid #1C69D4;
    border-radius: 50%;
    position: absolute;
    color: #FFFFFF;
    font-weight: 700;
    text-align: center;
    padding: 0;
    cursor: pointer;
    transition: all 0.3s ease-in-out; }
    .clickable-pin-desktop-and-simple-column-mobile .image-pin-btn.active {
      background: #FFFFFF;
      color: #1C69D4; }
    @media (min-width: 769px) {
      .clickable-pin-desktop-and-simple-column-mobile .image-pin-btn:hover, .clickable-pin-desktop-and-simple-column-mobile .image-pin-btn:focus {
        background: #FFFFFF;
        color: #1C69D4; } }
  .clickable-pin-desktop-and-simple-column-mobile .pin-transparent-square {
    background: transparent;
    color: transparent;
    width: 25%;
    height: 100%;
    line-height: 30px;
    position: absolute;
    padding: 0;
    cursor: pointer;
    border: none; }
  .clickable-pin-desktop-and-simple-column-mobile .pin-text-container {
    display: flex;
    flex-wrap: wrap;
    padding: 25px 0;
    border-top: 1px solid #979797; }
  .clickable-pin-desktop-and-simple-column-mobile .btn-container {
    display: flex; }
    @media (max-width: 768px) {
      .clickable-pin-desktop-and-simple-column-mobile .btn-container {
        display: block; } }
    .clickable-pin-desktop-and-simple-column-mobile .btn-container .button {
      width: 50%;
      padding: 0 25px; }
      @media (max-width: 768px) {
        .clickable-pin-desktop-and-simple-column-mobile .btn-container .button {
          width: 100%;
          padding: 10px 25px; } }
  @media (max-width: 768px) {
    .clickable-pin-desktop-and-simple-column-mobile .img-mobile {
      display: flex;
      margin: 0 auto;
      height: 190px; }
      .clickable-pin-desktop-and-simple-column-mobile .img-mobile img {
        transform: scale(0.8); } }
  .clickable-pin-desktop-and-simple-column-mobile.disable-click-effects .section-two-columns-and-image-top-columns .col:not(.active) {
    opacity: 1;
    cursor: default; }
  .clickable-pin-desktop-and-simple-column-mobile.disable-click-effects .image-pin-btn {
    cursor: default; }
  .clickable-pin-desktop-and-simple-column-mobile.disable-click-effects .pin-transparent-square {
    cursor: default; }

.icon-slider-with-videos {
  display: flex;
  flex-direction: row;
  gap: 16px;
  height: 363px; }
  @media (max-width: 768px) {
    .icon-slider-with-videos {
      flex-direction: column;
      height: auto;
      gap: 5px; } }
  .icon-slider-with-videos .slider-glide {
    height: 100%; }
    .icon-slider-with-videos .slider-glide .glide__track,
    .icon-slider-with-videos .slider-glide .glide__slides,
    .icon-slider-with-videos .slider-glide .glide__slide {
      height: 100%; }
  .icon-slider-with-videos .slider-container {
    flex-grow: 1;
    min-width: 0;
    background: #f5f5f6;
    position: relative; }
    @media (min-width: 769px) {
      .icon-slider-with-videos .slider-container {
        border-radius: 14px 0 0 14px; } }
    @media (max-width: 768px) {
      .icon-slider-with-videos .slider-container {
        order: 5;
        margin: 0 -20px;
        padding: 0 20px; } }
    .icon-slider-with-videos .slider-container .controls {
      position: relative;
      top: 47%;
      z-index: 5; }
      @media (max-width: 768px) {
        .icon-slider-with-videos .slider-container .controls {
          position: absolute;
          right: 0;
          left: 0; } }
      .icon-slider-with-videos .slider-container .controls button {
        position: absolute;
        width: 44px;
        height: 44px;
        background: #FFF;
        border: none;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer; }
        .icon-slider-with-videos .slider-container .controls button.prev {
          left: 30px; }
        .icon-slider-with-videos .slider-container .controls button.next {
          right: 30px; }
    .icon-slider-with-videos .slider-container .application-ust {
      text-align: center;
      padding-top: 60px; }
      @media (max-width: 768px) {
        .icon-slider-with-videos .slider-container .application-ust {
          padding: 30px 0; } }
      .icon-slider-with-videos .slider-container .application-ust h3 {
        font-size: 28px;
        font-weight: 300;
        letter-spacing: -0.19px;
        line-height: 1.36;
        margin: 0; }
        @media (max-width: 768px) {
          .icon-slider-with-videos .slider-container .application-ust h3 {
            font-size: 18px; } }
      .icon-slider-with-videos .slider-container .application-ust i {
        display: inline-block;
        width: 128px;
        height: 128px;
        margin-bottom: 44px;
        border-radius: 19px;
        box-shadow: 6px 5px 10px 0 rgba(0, 0, 0, 0.07);
        background-size: 60px 60px;
        background-repeat: no-repeat;
        background-position: center;
        overflow: hidden;
        position: relative;
        z-index: 0; }
        .icon-slider-with-videos .slider-container .application-ust i::before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: linear-gradient(to right top, #eff5f9, #f4f7fb, #f8fafc, #fcfcfe, #ffffff) no-repeat bottom right;
          background-size: 100%;
          z-index: -1; }
        .icon-slider-with-videos .slider-container .application-ust i::after {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: inherit;
          background-size: 60px 60px;
          z-index: 0; }
  .icon-slider-with-videos .video-container {
    width: 510px;
    background: #f5f5f6;
    flex-shrink: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    position: relative;
    overflow: hidden; }
    @media (min-width: 769px) {
      .icon-slider-with-videos .video-container {
        border-radius: 0 14px 14px 0; } }
    @media (max-width: 768px) {
      .icon-slider-with-videos .video-container {
        width: auto;
        margin: 0 -20px;
        padding: 0;
        height: 80vw; } }
    .icon-slider-with-videos .video-container > div {
      width: 100%;
      height: 100%; }
    .icon-slider-with-videos .video-container video {
      align-self: end;
      transition: opacity .6s ease;
      width: 100%;
      object-fit: cover;
      height: 100%; }
    .icon-slider-with-videos .video-container .hide {
      opacity: 0;
      position: absolute;
      visibility: hidden; }
  .icon-slider-with-videos .play-pause-button {
    position: absolute;
    bottom: 20px;
    right: 20px; }

@media (max-width: 768px) {
  .section-gallery-with-poppins.display-popup::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    content: '';
    display: block;
    z-index: 5; } }

.section-gallery-with-poppins h2 {
  font-size: 28px;
  line-height: 40px;
  font-weight: 300;
  text-align: center;
  margin: 34px auto; }
  .section-gallery-with-poppins h2 strong {
    font-weight: bold; }
  @media (min-width: 768px) {
    .section-gallery-with-poppins h2 {
      font-size: 57px;
      line-height: 60px;
      margin: 50px auto 65px; }
      .section-gallery-with-poppins h2 strong {
        display: block; } }

.section-gallery-with-poppins .image-mobile {
  display: block; }
  @media (min-width: 768px) {
    .section-gallery-with-poppins .image-mobile {
      display: none !important; } }

.section-gallery-with-poppins .image-desktop {
  display: block; }
  @media (max-width: 768px) {
    .section-gallery-with-poppins .image-desktop {
      display: none !important; } }

.section-gallery-with-poppins .plus-icon {
  width: 52px;
  height: 52px;
  position: absolute;
  right: 30px;
  bottom: 30px;
  background: #FFFFFF;
  border-radius: 50%;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15); }
  @media (max-width: 768px) {
    .section-gallery-with-poppins .plus-icon {
      width: 45px;
      height: 45px;
      right: 25px;
      bottom: 25px; } }
  .section-gallery-with-poppins .plus-icon::before, .section-gallery-with-poppins .plus-icon::after {
    content: '';
    display: block;
    background: #000000;
    position: absolute;
    left: 50%;
    top: 50%; }
  .section-gallery-with-poppins .plus-icon::before {
    margin-left: -15px;
    margin-top: -1px;
    width: 30px;
    height: 2px; }
  .section-gallery-with-poppins .plus-icon::after {
    margin-top: -15px;
    margin-left: -1px;
    height: 30px;
    width: 2px; }

.gallery-poppin-container {
  display: flex;
  flex-direction: column;
  row-gap: 27px;
  position: relative; }
  @media (max-width: 768px) {
    .gallery-poppin-container {
      position: static; } }

.gallery-poppin-block {
  flex: 33.3334%;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  border: 0;
  background: 0;
  outline: 0;
  padding: 0;
  border-radius: 13px; }
  .gallery-poppin-block img {
    max-width: 100%;
    display: block;
    transform-origin: center;
    transition: all 0.3s ease-in-out; }
    @media (max-width: 768px) {
      .gallery-poppin-block img {
        margin: 0 auto;
        width: 100%; } }
    @media (min-width: 769px) {
      .gallery-poppin-block img {
        height: 413px; } }
  .gallery-poppin-block.double-width {
    flex: calc((100% * 0.666667) + 27px); }
  @media (min-width: 769px) {
    .gallery-poppin-block:hover img, .gallery-poppin-block:focus img {
      transform: scale(1.06); } }

.gallery-poppin-line {
  display: flex;
  column-gap: 27px; }
  @media (max-width: 768px) {
    .gallery-poppin-line {
      flex-direction: column;
      row-gap: 27px; } }
  @media (max-width: 768px) {
    .section-gallery-with-poppins:not(.see-more) .gallery-poppin-line:nth-child(2) .gallery-poppin-block:nth-child(2), .section-gallery-with-poppins:not(.see-more) .gallery-poppin-line:nth-child(2) .gallery-poppin-block:nth-child(3) {
      display: none; } }

.gallery-poppin {
  background: #F4F4F6;
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  align-items: center;
  z-index: 6; }
  @media (max-width: 768px) {
    .gallery-poppin {
      padding: 80px 20px 0; } }
  @media (min-width: 769px) {
    .gallery-poppin {
      border-radius: 12px;
      height: 100%;
      top: 0 !important; } }
  .display-popup .gallery-poppin {
    display: flex; }
  .gallery-poppin .button-center {
    margin-bottom: 40px; }

.gallery-poppin-close {
  border: 0;
  background: 0;
  padding: 0;
  position: absolute;
  top: 32px;
  height: 52px;
  width: 52px;
  right: 45px;
  bottom: 30px;
  background: #FFFFFF;
  border-radius: 50%;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
  cursor: pointer;
  z-index: 1; }
  @media (max-width: 768px) {
    .gallery-poppin-close {
      width: 45px;
      height: 45px;
      right: 25px;
      top: 25px; } }
  .gallery-poppin-close::before, .gallery-poppin-close::after {
    content: '';
    display: block;
    background: #000000;
    position: absolute;
    left: 50%;
    top: 50%;
    transform-origin: center;
    transform: rotate(45deg); }
  .gallery-poppin-close::before {
    margin-left: -15px;
    margin-top: -1px;
    width: 30px;
    height: 2px; }
  .gallery-poppin-close::after {
    margin-top: -15px;
    margin-left: -1px;
    height: 30px;
    width: 2px; }

.gallery-poppin-poppin-block {
  display: flex; }
  @media (max-width: 768px) {
    .gallery-poppin-poppin-block {
      flex-direction: column-reverse; } }
  @media (min-width: 769px) {
    .gallery-poppin-poppin-block {
      height: 100%; } }
  .gallery-poppin-poppin-block:not(.active) {
    display: none; }

.gallery-poppin-poppin-image {
  position: relative;
  overflow: hidden; }
  @media (max-width: 768px) {
    .gallery-poppin-poppin-image {
      margin: 0 -20px; } }
  @media (min-width: 769px) {
    .gallery-poppin-poppin-image {
      width: 44%;
      height: 100%; } }
  .gallery-poppin-poppin-image img {
    transition: opacity 0.3s linear, transform 0.3s linear;
    transform: scale(1);
    transform-origin: center;
    opacity: 1; }
    @media (max-width: 768px) {
      .gallery-poppin-poppin-image img {
        margin: 0 auto;
        transform: scale(1) translateX(6%); } }
    @media (min-width: 769px) {
      .gallery-poppin-poppin-image img {
        position: absolute;
        bottom: 0;
        left: 15%;
        height: 90%;
        width: auto; } }
  .gallery-poppin-poppin-image .gallery-poppin-poppin-image-holder:not(.active) img {
    transform: scale(1.05);
    opacity: 0; }
  @media (min-width: 769px) {
    .gallery-poppin-poppin-image .img-from-top img {
      top: 0;
      bottom: auto; } }

@media (max-width: 768px) {
  .gallery-poppin-poppin-content {
    margin-bottom: 30px; } }

@media (min-width: 769px) {
  .gallery-poppin-poppin-content {
    width: 56%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 5%;
    padding-top: 45px; } }

.gallery-poppin-poppin-content h3 {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.45;
  margin-top: 0; }
  @media (min-width: 769px) {
    .gallery-poppin-poppin-content h3 {
      font-size: 32px;
      font-weight: 300;
      letter-spacing: 0.23px; } }

.gallery-poppin-poppin-content p {
  margin: 0 0 30px; }

.gallery-poppin-poppin-content ol {
  list-style: none;
  padding: 0;
  margin: 0 0 35px; }
  @media (max-width: 768px) {
    .gallery-poppin-poppin-content ol {
      text-align: center;
      margin: 0 0 55px;
      position: relative; } }
  @media (min-width: 769px) {
    .gallery-poppin-poppin-content ol {
      font-size: 32px;
      font-weight: 300;
      letter-spacing: 0.23px;
      margin: 0 auto 65px;
      max-width: 86%; } }

.gallery-poppin-poppin-content li {
  counter-increment: custom-counter; }
  @media (max-width: 768px) {
    .gallery-poppin-poppin-content li {
      display: inline-block;
      margin: 0 13px; } }
  @media (min-width: 769px) {
    .gallery-poppin-poppin-content li {
      padding-left: 40px;
      position: relative; } }
  @media (min-width: 769px) {
    .gallery-poppin-poppin-content li:not(.active) {
      opacity: 0.2;
      cursor: pointer; } }
  @media (max-width: 768px) {
    .gallery-poppin-poppin-content li:not(.active)::before {
      opacity: 0.2; } }
  @media (max-width: 768px) {
    .gallery-poppin-poppin-content li:not(.active) span {
      opacity: 0; } }
  @media (min-width: 769px) {
    .gallery-poppin-poppin-content li:not(:last-child) {
      margin-bottom: 20px; } }
  .gallery-poppin-poppin-content li span {
    transition: all 0.3s linear; }
    @media (max-width: 768px) {
      .gallery-poppin-poppin-content li span {
        position: absolute;
        top: 40px;
        left: 0;
        width: 100%; } }
  .gallery-poppin-poppin-content li::before {
    content: counter(custom-counter, decimal-leading-zero);
    font-size: 13px;
    font-weight: 700;
    background: #1C69D4;
    color: #FFFFFF;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center; }
    @media (min-width: 769px) {
      .gallery-poppin-poppin-content li::before {
        position: absolute;
        left: 0;
        top: -2px; } }

.gallery-poppin-qrcode-text,
.gallery-poppin-poppin-content p,
.gallery-poppin-poppin-content li {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.69; }
  @media (min-width: 769px) {
    .gallery-poppin-qrcode-text,
    .gallery-poppin-poppin-content p,
    .gallery-poppin-poppin-content li {
      line-height: 1.56; } }

.gallery-poppin-qrcode-container {
  display: flex; }

.gallery-poppin-qrcode {
  width: 100px;
  padding: 10px;
  background: #ffffff;
  border-radius: 9px 0 0 9px;
  flex-shrink: 0;
  display: flex;
  align-items: center; }
  @media (min-width: 769px) {
    .gallery-poppin-qrcode {
      width: 130px;
      padding: 15px; } }
  .gallery-poppin-qrcode img {
    width: 100%;
    height: auto; }

.gallery-poppin-qrcode-text {
  border-radius: 0 9px 9px 0;
  background: #FFFFFF;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex-shrink: 1;
  width: 100%; }
  @media (min-width: 769px) {
    .gallery-poppin-qrcode-text {
      padding: 10px 20px; } }
  .gallery-poppin-qrcode-text p {
    margin: 0; }

.gallery-poppin-poppin-image-holder:not(.active) {
  visibility: hidden; }
  @media (max-width: 768px) {
    .gallery-poppin-poppin-image-holder:not(.active) {
      display: none; } }

.poppin-carousel-see-more {
  background: 0;
  padding: 10px;
  cursor: pointer;
  border: 0;
  margin-top: 20px;
  font-weight: 700;
  outline: 0; }
  .poppin-carousel-see-more img {
    margin-right: 5px;
    transform-origin: center;
    transition: all 0.3s linear; }
    .see-more .poppin-carousel-see-more img {
      transform: rotateX(180deg); }
