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

html,
body {
  scroll-behavior: smooth; }

body {
  margin: 0;
  padding-bottom: 40px; }
  @media (min-width: 769px) {
    body {
      padding-bottom: 60px; } }

body,
p,
a,
input,
select,
textarea,
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; }

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

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

@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; }

.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-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; }

.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; } }

.usp-section {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin: -10px;
  list-style-type: 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%; }
  .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-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; } }
  .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; }

.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; }
    @media (min-width: 769px) {
      .view360 p {
        width: 54%; } }
    @media (max-width: 768px) {
      .view360 p {
        order: 2;
        margin: 0 0 35px; } }
  @media (min-width: 769px) {
    .view360 .button-block {
      margin-left: auto;
      margin-bottom: auto; } }
  @media (max-width: 768px) {
    .view360 .button-block {
      order: 4; } }

.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;
      margin-bottom: 25px; } }

.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: 4;
  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; } }

.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; } }

@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; }

.legal-notice-section {
  font-weight: 300; }
