/*!***************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./css/sass/styles.scss ***!
  \***************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap);
/*!*******************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./css/sass/styles.scss (1) ***!
  \*******************************************************************************************************************/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

@font-face {
  font-family: 'Peugeot New';
  src: url(../fonts/PeugeotNew-Bold.eot);
  src: url(../fonts/PeugeotNew-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/PeugeotNew-Bold.woff2) format("woff2"), url(../fonts/PeugeotNew-Bold.woff) format("woff"), url(../fonts/PeugeotNew-Bold.ttf) format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Peugeot New';
  src: url(../fonts/PeugeotNew-Regular.eot);
  src: url(../fonts/PeugeotNew-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/PeugeotNew-Regular.woff2) format("woff2"), url(../fonts/PeugeotNew-Regular.woff) format("woff"), url(../fonts/PeugeotNew-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Abarth';
  src: url(../fonts/Abarth-Super.eot);
  src: url(../fonts/Abarth-Super.eot?#iefix) format("embedded-opentype"), url(../fonts/Abarth-Super.woff2) format("woff2"), url(../fonts/Abarth-Super.woff) format("woff"), url(../fonts/Abarth-Super.ttf) format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Abarth';
  src: url(../fonts/Abarth-SuperBold.eot);
  src: url(../fonts/Abarth-SuperBold.eot?#iefix) format("embedded-opentype"), url(../fonts/Abarth-SuperBold.woff2) format("woff2"), url(../fonts/Abarth-SuperBold.woff) format("woff"), url(../fonts/Abarth-SuperBold.ttf) format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Citroen Type';
  src: url(../fonts/CitroenType-Black.eot);
  src: url(../fonts/CitroenType-Black.eot?#iefix) format("embedded-opentype"), url(../fonts/CitroenType-Black.woff2) format("woff2"), url(../fonts/CitroenType-Black.woff) format("woff"), url(../fonts/CitroenType-Black.ttf) format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Citroen Type';
  src: url(../fonts/CitroenType-Bold.eot);
  src: url(../fonts/CitroenType-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/CitroenType-Bold.woff2) format("woff2"), url(../fonts/CitroenType-Bold.woff) format("woff"), url(../fonts/CitroenType-Bold.ttf) format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'DS Automobiles Pro';
  src: url(../fonts/DSAutomobilesPro-Bold.eot);
  src: url(../fonts/DSAutomobilesPro-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/DSAutomobilesPro-Bold.woff2) format("woff2"), url(../fonts/DSAutomobilesPro-Bold.woff) format("woff"), url(../fonts/DSAutomobilesPro-Bold.ttf) format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Poppins';
  src: url(../fonts/Poppins-Bold.eot);
  src: url(../fonts/Poppins-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/Poppins-Bold.woff2) format("woff2"), url(../fonts/Poppins-Bold.woff) format("woff"), url(../fonts/Poppins-Bold.ttf) format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Montserrat';
  src: url(../fonts/Montserrat-Bold.eot);
  src: url(../fonts/Montserrat-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/Montserrat-Bold.woff2) format("woff2"), url(../fonts/Montserrat-Bold.woff) format("woff"), url(../fonts/Montserrat-Bold.ttf) format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Opel Next';
  src: url(../fonts/OpelNext-Bold.eot);
  src: url(../fonts/OpelNext-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/OpelNext-Bold.woff2) format("woff2"), url(../fonts/OpelNext-Bold.woff) format("woff"), url(../fonts/OpelNext-Bold.ttf) format("truetype"), url(../fonts/OpelNext-Bold.svg#OpelNext-Bold) format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Sequel 100 Black 75';
  src: url(../fonts/Sequel100Black-75.eot);
  src: url(../fonts/Sequel100Black-75.eot?#iefix) format("embedded-opentype"), url(../fonts/Sequel100Black-75.woff2) format("woff2"), url(../fonts/Sequel100Black-75.woff) format("woff"), url(../fonts/Sequel100Black-75.ttf) format("truetype"), url(../fonts/Sequel100Black-75.svg#Sequel100Black-75) format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Avenir';
  src: url(../fonts/Avenir-Heavy.eot);
  src: url(../fonts/Avenir-Heavy.eot?#iefix) format("embedded-opentype"), url(../fonts/Avenir-Heavy.woff2) format("woff2"), url(../fonts/Avenir-Heavy.woff) format("woff"), url(../fonts/Avenir-Heavy.ttf) format("truetype"), url(../fonts/Avenir-Heavy.svg#Avenir-Heavy) format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

* {
  outline: none;
  padding: 0;
  margin: 0; }
  *:hover {
    outline: none; }
  *:active {
    outline: none; }
  *:focus {
    outline: none; }

html {
  font-family: "Inter", sans-serif;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  scroll-behavior: smooth; }

html, body {
  overflow-x: hidden;
  box-sizing: border-box; }

.main {
  width: 100%;
  margin: 0 auto;
  max-width: 1920px;
  padding: 0;
  box-sizing: border-box; }

.wrapper {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 2.4rem;
  box-sizing: border-box; }
  @media screen and (min-width: 1440px) {
    .wrapper {
      padding: 0; } }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-family: 'Peugeot New'; }
  .tipografia-abarth h1, .tipografia-abarth h2, .tipografia-abarth h3, .tipografia-abarth h4, .tipografia-abarth h5, .tipografia-abarth h6 {
    font-family: 'Abarth'; }
  .tipografia-citroen h1, .tipografia-citroen h2, .tipografia-citroen h3, .tipografia-citroen h4, .tipografia-citroen h5, .tipografia-citroen h6 {
    font-family: 'Citroen Type'; }
  .tipografia-ds h1, .tipografia-ds h2, .tipografia-ds h3, .tipografia-ds h4, .tipografia-ds h5, .tipografia-ds h6 {
    font-family: 'DS Automobiles Pro'; }
  .tipografia-fiat h1, .tipografia-fiat h2, .tipografia-fiat h3, .tipografia-fiat h4, .tipografia-fiat h5, .tipografia-fiat h6 {
    font-family: 'Poppins'; }
  .tipografia-leapmotor h1, .tipografia-leapmotor h2, .tipografia-leapmotor h3, .tipografia-leapmotor h4, .tipografia-leapmotor h5, .tipografia-leapmotor h6 {
    font-family: 'Montserrat'; }
  .tipografia-opel h1, .tipografia-opel h2, .tipografia-opel h3, .tipografia-opel h4, .tipografia-opel h5, .tipografia-opel h6 {
    font-family: 'Opel Next'; }
  .tipografia-lancia h1, .tipografia-lancia h2, .tipografia-lancia h3, .tipografia-lancia h4, .tipografia-lancia h5, .tipografia-lancia h6 {
    font-family: 'Montserrat'; }
  .tipografia-alfa h1, .tipografia-alfa h2, .tipografia-alfa h3, .tipografia-alfa h4, .tipografia-alfa h5, .tipografia-alfa h6 {
    font-family: 'Sequel 100 Black 75'; }
  .tipografia-jeep h1, .tipografia-jeep h2, .tipografia-jeep h3, .tipografia-jeep h4, .tipografia-jeep h5, .tipografia-jeep h6 {
    font-family: 'Avenir'; }

p {
  margin: 0; }

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

.button {
  display: inline-flex;
  align-items: center;
  background-color: #0074E8;
  color: #ffffff;
  padding: 0.8rem 2.4rem;
  text-decoration: none;
  cursor: pointer;
  border: solid 1px #0074E8;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  border-radius: 0.4rem;
  font-size: 1.3rem;
  height: 4rem;
  box-sizing: border-box;
  font-family: 'Peugeot New'; }
  .tipografia-abarth .button {
    font-family: 'Abarth'; }
  .tipografia-citroen .button {
    font-family: 'Citroen Type'; }
  .tipografia-ds .button {
    font-family: 'DS Automobiles Pro'; }
  .tipografia-fiat .button {
    font-family: 'Poppins'; }
  .tipografia-leapmotor .button {
    font-family: 'Montserrat'; }
  .tipografia-opel .button {
    font-family: 'Opel Next'; }
  .tipografia-lancia .button {
    font-family: 'Montserrat'; }
  .tipografia-alfa .button {
    font-family: 'Sequel 100 Black 75'; }
  .tipografia-jeep .button {
    font-family: 'Avenir'; }
  .button:hover {
    background-color: #ffffff;
    color: #0074E8;
    border: solid 1px #0074E8; }
  @media screen and (min-width: 768px) {
    .button {
      max-width: max-content; } }

.dk {
  display: none; }
  @media screen and (min-width: 1024px) {
    .dk {
      display: block; } }

.mb {
  display: block; }
  @media screen and (min-width: 1024px) {
    .mb {
      display: none; } }

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
  z-index: 9999; }
  header .content {
    height: 6rem;
    padding: 0.8rem 0;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media screen and (min-width: 1024px) {
      header .content {
        height: 10rem;
        padding: 1.4rem 0; } }
    header .content .col.logos {
      display: flex;
      align-items: center;
      gap: 1.6rem;
      margin-right: auto; }
      @media screen and (max-width: 1024px) {
        header .content .col.logos {
          width: 100%; } }
      header .content .col.logos img {
        object-fit: contain; }
        @media screen and (max-width: 1024px) {
          header .content .col.logos img.peugeot {
            max-height: 5.2rem; }
          header .content .col.logos img.momentum_car {
            max-height: 3.6rem; }
          header .content .col.logos img.momentum_motor {
            max-height: 2.8rem;
            margin: 0 auto; } }
    header .content .col.call p {
      display: flex;
      gap: 0.8rem;
      align-items: center;
      font-family: 'Peugeot New'; }
      .tipografia-abarth header .content .col.call p {
        font-family: 'Abarth'; }
      .tipografia-citroen header .content .col.call p {
        font-family: 'Citroen Type'; }
      .tipografia-ds header .content .col.call p {
        font-family: 'DS Automobiles Pro'; }
      .tipografia-fiat header .content .col.call p {
        font-family: 'Poppins'; }
      .tipografia-leapmotor header .content .col.call p {
        font-family: 'Montserrat'; }
      .tipografia-opel header .content .col.call p {
        font-family: 'Opel Next'; }
      .tipografia-lancia header .content .col.call p {
        font-family: 'Montserrat'; }
      .tipografia-alfa header .content .col.call p {
        font-family: 'Sequel 100 Black 75'; }
      .tipografia-jeep header .content .col.call p {
        font-family: 'Avenir'; }
      header .content .col.call p img {
        height: 2.4rem;
        width: 2.4rem; }
        @media screen and (min-width: 1024px) {
          header .content .col.call p img {
            height: 4rem;
            width: 4rem; } }
      header .content .col.call p span {
        color: #000;
        font-size: 1.8rem;
        font-weight: 400; }
      header .content .col.call p a {
        text-decoration: none;
        color: #0074E8;
        font-size: 1.8rem;
        font-weight: 700; }
        header .content .col.call p a:hover {
          text-decoration: underline; }
    header .content .col.call svg {
      height: 2.4rem;
      width: 2.4rem; }
      @media screen and (min-width: 1024px) {
        header .content .col.call svg {
          height: 4rem;
          width: 4rem; } }

.hero_lp {
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 500px;
  align-items: center;
  overflow: hidden;
  margin-top: 6rem; }
  @media screen and (max-width: 768px) {
    .hero_lp {
      min-height: 784px; }
      .hero_lp .wrapper {
        margin-top: auto;
        padding: 2.4rem; } }
  @media screen and (min-width: 768px) {
    .hero_lp {
      flex-direction: row; } }
  @media screen and (min-width: 1024px) {
    .hero_lp {
      margin-top: 10rem; } }
  .hero_lp:after {
    content: '';
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 34.5%), #1b1b1b; }
  .hero_lp .content {
    display: flex;
    flex-direction: column;
    z-index: 2;
    gap: 1.6rem;
    position: relative; }
    .hero_lp .content h1 {
      color: #ffffff;
      font-size: 3.4rem;
      line-height: 4.4rem;
      font-weight: 700; }
      @media screen and (min-width: 768px) {
        .hero_lp .content h1 {
          font-size: 4.8rem;
          line-height: 5.6rem; } }
    .hero_lp .content .button {
      margin: 0; }
    @media screen and (min-width: 768px) {
      .hero_lp .content {
        flex-basis: 55%;
        width: 55%; }
        .tipografia-citroen .hero_lp .content, .tipografia-ds .hero_lp .content {
          flex-basis: 40%;
          width: 40%; }
        .tipografia-opel .hero_lp .content {
          flex-basis: 45%;
          width: 45%; }
        .tipografia-jeep .hero_lp .content {
          flex-basis: 45%;
          width: 45%; } }
  .hero_lp .img_background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    object-fit: cover;
    object-position: bottom;
    z-index: -1; }

.section_one {
  padding: 4rem 0; }
  @media screen and (min-width: 1024px) {
    .section_one {
      padding: 8rem 0; } }
  .section_one .content {
    display: flex;
    flex-direction: column;
    gap: 4rem; }
    @media screen and (min-width: 768px) {
      .section_one .content {
        flex-direction: row;
        gap: 6rem;
        align-items: center; } }
    @media screen and (min-width: 768px) {
      .section_one .content .col.pic {
        flex-basis: 40%;
        width: 40%; } }
    .section_one .content .col.pic img {
      border-radius: 0.4rem; }
    .section_one .content .col.text {
      display: flex;
      flex-direction: column;
      gap: 2.4rem; }
      @media screen and (min-width: 768px) {
        .section_one .content .col.text {
          flex-basis: 60%;
          width: 60%; } }
      .section_one .content .col.text h1, .section_one .content .col.text h2, .section_one .content .col.text h3, .section_one .content .col.text h4, .section_one .content .col.text h5, .section_one .content .col.text h6 {
        font-size: 2.4rem;
        color: #000;
        font-weight: 700; }
        .section_one .content .col.text h1 span, .section_one .content .col.text h2 span, .section_one .content .col.text h3 span, .section_one .content .col.text h4 span, .section_one .content .col.text h5 span, .section_one .content .col.text h6 span {
          color: #0074E8; }
        @media screen and (min-width: 768px) {
          .section_one .content .col.text h1, .section_one .content .col.text h2, .section_one .content .col.text h3, .section_one .content .col.text h4, .section_one .content .col.text h5, .section_one .content .col.text h6 {
            font-size: 2.8rem; } }
      .section_one .content .col.text p {
        font-size: 1.8rem;
        color: #727272; }
        .section_one .content .col.text p > a {
          color: #0074E8; }

.section_two {
  padding: 4rem 0;
  background-color: #F2F8FE; }
  @media screen and (min-width: 1024px) {
    .section_two {
      padding: 8rem 0; } }
  .section_two .row {
    display: flex;
    flex-direction: row;
    gap: 2.4rem;
    overflow-x: auto;
    flex-wrap: nowrap;
    margin-left: 2.4rem;
    padding-right: 2.4rem;
    padding-bottom: 1.2rem; }
    @media screen and (min-width: 1200px) {
      .section_two .row {
        width: 100%;
        max-width: 1140px;
        margin: 0 auto;
        padding: 0;
        box-sizing: border-box; } }
    .section_two .row::-webkit-scrollbar {
      height: 4px;
      cursor: pointer; }
    .section_two .row::-webkit-scrollbar-thumb {
      background-color: #0074E8; }
    .section_two .row_item {
      width: 267px;
      min-width: 267px; }
      .section_two .row_item img {
        border-radius: 4px;
        height: 192px;
        width: 100%;
        object-fit: cover; }
      .section_two .row_item--body {
        margin-top: 2.4rem;
        display: flex;
        flex-direction: column;
        gap: 2.4rem; }
        .section_two .row_item--body h2 {
          color: #000;
          font-size: 1.8rem;
          font-weight: 700;
          line-height: 2.8rem; }
        .section_two .row_item--body p {
          color: #727272;
          font-size: 1.6rem;
          font-weight: 400;
          line-height: 2.6rem; }
  .section_two .callme {
    display: flex;
    gap: 0.8rem;
    align-items: center;
    margin-top: 4rem;
    justify-content: center; }
    .section_two .callme img {
      height: 2.4rem;
      width: 2.4rem; }
      @media screen and (min-width: 1024px) {
        .section_two .callme img {
          height: 4rem;
          width: 4rem; } }
    .section_two .callme span {
      color: #000;
      font-size: 1.8rem;
      font-weight: 400;
      font-family: 'Peugeot New'; }
      .tipografia-abarth .section_two .callme span {
        font-family: 'Abarth'; }
      .tipografia-citroen .section_two .callme span {
        font-family: 'Citroen Type'; }
      .tipografia-ds .section_two .callme span {
        font-family: 'DS Automobiles Pro'; }
      .tipografia-fiat .section_two .callme span {
        font-family: 'Poppins'; }
      .tipografia-leapmotor .section_two .callme span {
        font-family: 'Montserrat'; }
      .tipografia-opel .section_two .callme span {
        font-family: 'Opel Next'; }
      .tipografia-lancia .section_two .callme span {
        font-family: 'Montserrat'; }
      .tipografia-alfa .section_two .callme span {
        font-family: 'Sequel 100 Black 75'; }
      .tipografia-jeep .section_two .callme span {
        font-family: 'Avenir'; }
    .section_two .callme a {
      text-decoration: none;
      color: #0074E8;
      font-size: 1.8rem;
      font-weight: 700;
      font-family: 'Peugeot New'; }
      .tipografia-abarth .section_two .callme a {
        font-family: 'Abarth'; }
      .tipografia-citroen .section_two .callme a {
        font-family: 'Citroen Type'; }
      .tipografia-ds .section_two .callme a {
        font-family: 'DS Automobiles Pro'; }
      .tipografia-fiat .section_two .callme a {
        font-family: 'Poppins'; }
      .tipografia-leapmotor .section_two .callme a {
        font-family: 'Montserrat'; }
      .tipografia-opel .section_two .callme a {
        font-family: 'Opel Next'; }
      .tipografia-lancia .section_two .callme a {
        font-family: 'Montserrat'; }
      .tipografia-alfa .section_two .callme a {
        font-family: 'Sequel 100 Black 75'; }
      .tipografia-jeep .section_two .callme a {
        font-family: 'Avenir'; }
      .section_two .callme a:hover {
        text-decoration: underline; }

.section_three {
  padding: 4rem 0; }
  @media screen and (min-width: 1024px) {
    .section_three {
      padding: 8rem 0; } }
  .section_three .title {
    margin-bottom: 4rem;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    justify-content: center;
    padding: 0 2.4rem; }
    @media screen and (min-width: 1024px) {
      .section_three .title {
        text-align: center; } }
    .section_three .title h2 {
      color: #000;
      font-size: 2.8rem;
      line-height: 3.8rem; }
    .section_three .title h3 {
      color: #0074E8;
      font-size: 2.4rem;
      line-height: 3.4rem; }
  .section_three .row {
    display: flex;
    flex-direction: row;
    gap: 2.4rem;
    overflow-x: auto;
    flex-wrap: nowrap;
    margin-left: 2.4rem;
    padding-right: 2.4rem;
    padding-bottom: 1.2rem; }
    @media screen and (min-width: 1200px) {
      .section_three .row {
        width: 100%;
        max-width: 1140px;
        margin: 0 auto;
        padding: 0;
        box-sizing: border-box; } }
    .section_three .row::-webkit-scrollbar {
      height: 4px;
      cursor: pointer; }
    .section_three .row::-webkit-scrollbar-thumb {
      background-color: #0074E8; }
    .section_three .row_item {
      width: 267px;
      min-width: 267px; }
      .section_three .row_item .ico {
        border-radius: 50%;
        padding: 2rem;
        background-color: #F2F8FE;
        max-width: max-content; }
      .section_three .row_item img {
        width: 40px;
        min-width: 40px;
        object-fit: cover; }
      .section_three .row_item--body {
        margin-top: 2.4rem;
        display: flex;
        flex-direction: column;
        gap: 2.4rem; }
        .section_three .row_item--body h2 {
          color: #000;
          font-size: 1.8rem;
          font-weight: 700;
          line-height: 2.8rem;
          font-family: 'Peugeot New'; }
          .tipografia-abarth .section_three .row_item--body h2 {
            font-family: 'Abarth'; }
          .tipografia-citroen .section_three .row_item--body h2 {
            font-family: 'Citroen Type'; }
          .tipografia-ds .section_three .row_item--body h2 {
            font-family: 'DS Automobiles Pro'; }
          .tipografia-fiat .section_three .row_item--body h2 {
            font-family: 'Poppins'; }
          .tipografia-leapmotor .section_three .row_item--body h2 {
            font-family: 'Montserrat'; }
          .tipografia-opel .section_three .row_item--body h2 {
            font-family: 'Opel Next'; }
          .tipografia-lancia .section_three .row_item--body h2 {
            font-family: 'Montserrat'; }
          .tipografia-alfa .section_three .row_item--body h2 {
            font-family: 'Sequel 100 Black 75'; }
          .tipografia-jeep .section_three .row_item--body h2 {
            font-family: 'Avenir'; }
        .section_three .row_item--body p {
          color: #727272;
          font-size: 1.6rem;
          font-weight: 400;
          line-height: 2.6rem; }
  .section_three .contactme {
    display: flex;
    align-items: center;
    margin-top: 4rem;
    justify-content: center; }

.section_four {
  padding: 4rem 0;
  background-color: #F8F8F8; }
  @media screen and (min-width: 1024px) {
    .section_four {
      padding: 8rem 0; } }
  .section_four h2.title {
    color: #000;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 3.8rem;
    text-align: center;
    margin-bottom: 4rem; }
    .section_four h2.title span {
      color: #0074E8; }
  .section_four .block-counter ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    @media (min-width: 1024px) {
      .section_four .block-counter ul {
        gap: 0; } }
    .section_four .block-counter ul li {
      margin: 0;
      padding: 0;
      width: 100%;
      box-sizing: border-box;
      border-bottom: dashed 1px #D8D8D8;
      padding: 4.8rem 0; }
      .section_four .block-counter ul li:first-of-type {
        padding: 0 0 4.8rem 0; }
        @media (min-width: 1024px) {
          .section_four .block-counter ul li:first-of-type {
            padding: 1.6rem 0; } }
      @media (min-width: 1024px) {
        .section_four .block-counter ul li {
          flex: 1;
          border-right: dashed 1px #D8D8D8;
          border-bottom: none;
          padding: 1.6rem 0; }
          .section_four .block-counter ul li:last-of-type {
            border-right: none; } }
  .section_four .block-counter__number {
    display: block;
    text-align: center;
    font-size: 4rem;
    line-height: 5rem;
    color: #0074E8;
    font-weight: 700;
    font-family: 'Peugeot New'; }
    .tipografia-abarth .section_four .block-counter__number {
      font-family: 'Abarth'; }
    .tipografia-citroen .section_four .block-counter__number {
      font-family: 'Citroen Type'; }
    .tipografia-ds .section_four .block-counter__number {
      font-family: 'DS Automobiles Pro'; }
    .tipografia-fiat .section_four .block-counter__number {
      font-family: 'Poppins'; }
    .tipografia-leapmotor .section_four .block-counter__number {
      font-family: 'Montserrat'; }
    .tipografia-opel .section_four .block-counter__number {
      font-family: 'Opel Next'; }
    .tipografia-lancia .section_four .block-counter__number {
      font-family: 'Montserrat'; }
    .tipografia-alfa .section_four .block-counter__number {
      font-family: 'Sequel 100 Black 75'; }
    .tipografia-jeep .section_four .block-counter__number {
      font-family: 'Avenir'; }
    @media (min-width: 1440px) {
      .section_four .block-counter__number {
        font-size: 4.8rem;
        line-height: 5.6rem; } }
    .section_four .block-counter__number--align {
      display: flex;
      flex-direction: row;
      width: 100%;
      justify-content: center; }
  .section_four .block-counter__text {
    display: block;
    color: #000;
    font-size: 1.6rem;
    line-height: 2.6rem;
    text-align: center; }

.section_five {
  padding: 2.4rem 0;
  position: relative; }
  @media screen and (min-width: 1024px) {
    .section_five {
      padding: 8rem 0; } }
  .section_five.active {
    min-height: 970px; }
  .section_five .img_background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    object-fit: cover;
    object-position: bottom;
    z-index: -1; }
  .section_five .contact_form {
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(4px);
    padding: 4rem 2.4rem;
    max-width: 514px;
    margin-left: auto;
    display: block; }
    .section_five .contact_form.sended {
      display: none; }
    @media screen and (min-width: 768px) {
      .section_five .contact_form {
        padding: 4rem; } }
    @media screen and (min-width: 1200px) {
      .section_five .contact_form {
        transform: translateX(40px); } }
    .section_five .contact_form h2 {
      font-size: 2.4rem;
      line-height: 3.4rem;
      font-weight: 700;
      margin-bottom: 2.4rem; }
      @media screen and (min-width: 768px) {
        .section_five .contact_form h2 {
          margin-bottom: 4rem; } }
    .section_five .contact_form .wpcf7-form {
      display: flex;
      flex-direction: column;
      gap: 1.6rem; }
      .section_five .contact_form .wpcf7-form label {
        color: #000;
        font-size: 1.3rem;
        line-height: 2.3rem;
        margin-bottom: 0.6rem; }
      .section_five .contact_form .wpcf7-form input {
        padding: 0.8rem 1.6rem;
        box-sizing: border-box;
        height: 4.2rem;
        color: #000;
        font-size: 1.6rem;
        line-height: 2.6rem;
        background-color: #ffffff;
        border-radius: 0.4rem;
        width: 100%;
        border: 1px solid #D8D8D8;
        transition: border-color 0.3s ease; }
        .section_five .contact_form .wpcf7-form input::placeholder {
          color: #727272; }
        .section_five .contact_form .wpcf7-form input:focus {
          outline: none; }
      .section_five .contact_form .wpcf7-form input[type="submit"] {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 0.8rem;
        background-color: #0074E8;
        color: #ffffff;
        padding: 0.8rem 2.4rem;
        border: solid 1px #0074E8;
        border-radius: 0.4rem;
        font-size: 1.3rem;
        height: 4rem;
        font-family: 'Peugeot New';
        cursor: pointer;
        box-sizing: border-box;
        max-width: 100%;
        text-decoration: none; }
        .tipografia-abarth .section_five .contact_form .wpcf7-form input[type="submit"] {
          font-family: 'Abarth'; }
        .tipografia-citroen .section_five .contact_form .wpcf7-form input[type="submit"] {
          font-family: 'Citroen Type'; }
        .tipografia-ds .section_five .contact_form .wpcf7-form input[type="submit"] {
          font-family: 'DS Automobiles Pro'; }
        .tipografia-fiat .section_five .contact_form .wpcf7-form input[type="submit"] {
          font-family: 'Poppins'; }
        .tipografia-leapmotor .section_five .contact_form .wpcf7-form input[type="submit"] {
          font-family: 'Montserrat'; }
        .tipografia-opel .section_five .contact_form .wpcf7-form input[type="submit"] {
          font-family: 'Opel Next'; }
        .tipografia-lancia .section_five .contact_form .wpcf7-form input[type="submit"] {
          font-family: 'Montserrat'; }
        .tipografia-alfa .section_five .contact_form .wpcf7-form input[type="submit"] {
          font-family: 'Sequel 100 Black 75'; }
        .tipografia-jeep .section_five .contact_form .wpcf7-form input[type="submit"] {
          font-family: 'Avenir'; }
        .section_five .contact_form .wpcf7-form input[type="submit"]:hover {
          background-color: #ffffff;
          color: #0074E8;
          border: solid 1px #0074E8; }
        @media screen and (min-width: 768px) {
          .section_five .contact_form .wpcf7-form input[type="submit"] {
            max-width: max-content; } }
      .section_five .contact_form .wpcf7-form select {
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        background-image: url(../fonts/flecha.svg);
        background-repeat: no-repeat;
        background-position: right 1rem center;
        background-size: 1.6rem auto;
        padding-right: 2rem;
        padding: 0.8rem 1.6rem;
        box-sizing: border-box;
        height: 4.2rem;
        color: #000;
        font-size: 1.6rem;
        line-height: 2.6rem;
        background-color: #ffffff;
        border-radius: 0.4rem;
        width: 100%;
        cursor: pointer;
        border: 1px solid #D8D8D8; }
        .section_five .contact_form .wpcf7-form select::-ms-expand {
          display: none; }
      .section_five .contact_form .wpcf7-form .checkbox_group p {
        display: flex;
        align-items: flex-start;
        gap: 0.8rem; }
        .section_five .contact_form .wpcf7-form .checkbox_group p .text_legal {
          font-size: 1.3rem;
          line-height: 2.3rem;
          color: #000; }
          .section_five .contact_form .wpcf7-form .checkbox_group p .text_legal a {
            color: #0074E8;
            text-decoration: underline; }
      .section_five .contact_form .wpcf7-form .checkbox_group.comunicaciones .wpcf7-list-item {
        margin-left: 0; }
        .section_five .contact_form .wpcf7-form .checkbox_group.comunicaciones .wpcf7-list-item input {
          margin: 0 !important;
          padding: 0 !important;
          width: 17px !important;
          top: 0.7rem;
          position: relative; }
      .section_five .contact_form .wpcf7-form .wpcf7-acceptance,
      .section_five .contact_form .wpcf7-form .wpcf7-form-control.wpcf7-checkbox {
        display: flex;
        align-items: flex-start; }
        .section_five .contact_form .wpcf7-form .wpcf7-acceptance input[type="checkbox"],
        .section_five .contact_form .wpcf7-form .wpcf7-form-control.wpcf7-checkbox input[type="checkbox"] {
          margin-right: 0.5rem;
          margin-top: 0.5rem;
          height: 16px; }
        .section_five .contact_form .wpcf7-form .wpcf7-acceptance a,
        .section_five .contact_form .wpcf7-form .wpcf7-form-control.wpcf7-checkbox a {
          color: #007bff;
          text-decoration: underline; }
      .section_five .contact_form .wpcf7-form .wpcf7-form-control-wrap[data-name="comunicaciones"] p,
      .section_five .contact_form .wpcf7-form .wpcf7-form-control-wrap[data-name="comunicaciones"] .wpcf7-list-item, .section_five .contact_form .wpcf7-form .wpcf7-form-control-wrap[data-name="comunicaciones"] .wpcf7-list-item.first.last {
        display: flex;
        align-items: flex-start;
        gap: 0.8rem;
        margin: 0 !important; }
        .section_five .contact_form .wpcf7-form .wpcf7-form-control-wrap[data-name="comunicaciones"] p label,
        .section_five .contact_form .wpcf7-form .wpcf7-form-control-wrap[data-name="comunicaciones"] .wpcf7-list-item label, .section_five .contact_form .wpcf7-form .wpcf7-form-control-wrap[data-name="comunicaciones"] .wpcf7-list-item.first.last label {
          display: flex;
          align-items: flex-start;
          gap: 0.8rem; }
        .section_five .contact_form .wpcf7-form .wpcf7-form-control-wrap[data-name="comunicaciones"] p .wpcf7-list-item-label,
        .section_five .contact_form .wpcf7-form .wpcf7-form-control-wrap[data-name="comunicaciones"] .wpcf7-list-item .wpcf7-list-item-label, .section_five .contact_form .wpcf7-form .wpcf7-form-control-wrap[data-name="comunicaciones"] .wpcf7-list-item.first.last .wpcf7-list-item-label {
          font-size: 1.3rem;
          line-height: 2.3rem;
          color: #000; }
          .section_five .contact_form .wpcf7-form .wpcf7-form-control-wrap[data-name="comunicaciones"] p .wpcf7-list-item-label a,
          .section_five .contact_form .wpcf7-form .wpcf7-form-control-wrap[data-name="comunicaciones"] .wpcf7-list-item .wpcf7-list-item-label a, .section_five .contact_form .wpcf7-form .wpcf7-form-control-wrap[data-name="comunicaciones"] .wpcf7-list-item.first.last .wpcf7-list-item-label a {
            color: #0074E8;
            text-decoration: underline; }
        .section_five .contact_form .wpcf7-form .wpcf7-form-control-wrap[data-name="comunicaciones"] p input[type="checkbox"],
        .section_five .contact_form .wpcf7-form .wpcf7-form-control-wrap[data-name="comunicaciones"] .wpcf7-list-item input[type="checkbox"], .section_five .contact_form .wpcf7-form .wpcf7-form-control-wrap[data-name="comunicaciones"] .wpcf7-list-item.first.last input[type="checkbox"] {
          margin-right: 0.5rem;
          margin-top: 0.15rem;
          width: 30px; }
      .section_five .contact_form .wpcf7-form .wpcf7-list-item {
        margin: 0 !important; }
      .section_five .contact_form .wpcf7-form .wpcf7-form-control-wrap {
        position: relative;
        width: auto; }
      .section_five .contact_form .wpcf7-form .wpcf7-submit {
        background-color: #007bff;
        color: white;
        font-weight: bold;
        border: none;
        padding: 0.9rem 1.2rem;
        border-radius: 6px;
        cursor: pointer;
        font-size: 1rem;
        transition: background-color 0.3s ease; }
        .section_five .contact_form .wpcf7-form .wpcf7-submit:hover {
          background-color: #0056b3; }
      .section_five .contact_form .wpcf7-form .wpcf7-not-valid-tip {
        background-color: #DD0000;
        color: #ffffff;
        font-size: 1.6rem;
        padding: 0.4rem 0.8rem;
        max-width: max-content;
        position: absolute;
        z-index: 1; }
  .section_five .thanks {
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(4px);
    padding: 4rem 2.4rem;
    max-width: 514px;
    margin-left: auto;
    display: none; }
    .section_five .thanks.active {
      display: block; }
    @media screen and (min-width: 768px) {
      .section_five .thanks {
        padding: 4rem; } }
    @media screen and (min-width: 1200px) {
      .section_five .thanks {
        transform: translateX(40px); } }
    .section_five .thanks img {
      margin-bottom: 1.6rem; }
    .section_five .thanks h2 {
      font-size: 1.8rem;
      line-height: 2.8rem;
      font-weight: 700;
      color: #000;
      margin-top: 1.6rem;
      margin-bottom: 0.8rem; }
    .section_five .thanks p {
      font-size: 1.6rem;
      line-height: 2.6rem;
      color: #727272; }
  .section_five .wrapper {
    display: flex;
    justify-content: center;
    align-items: center; }
  .section_five.active .wrapper {
    min-height: 970px; }
  .section_five .wpcf7-spinner {
    display: none; }

.section_six {
  padding: 4rem 0;
  position: relative;
  position: relative;
  background-color: #ffffff;
  position: relative;
  overflow: hidden; }
  @media screen and (min-width: 1024px) {
    .section_six {
      padding: 8rem 0; } }
  .section_six .block_testimonials {
    position: relative;
    z-index: 2; }
    .section_six .block_testimonials h2.title {
      font-size: 2.8rem;
      line-height: 3.8rem;
      font-weight: 700;
      margin-bottom: 2.4rem;
      text-align: center;
      color: #000; }
      @media screen and (min-width: 768px) {
        .section_six .block_testimonials h2.title {
          margin-bottom: 4rem; } }
    .section_six .block_testimonials--top {
      margin-bottom: 2.4rem; }
      @media screen and (min-width: 768px) {
        .section_six .block_testimonials--top {
          margin-bottom: 4rem; } }
      .section_six .block_testimonials--top .testimonial__text {
        display: none;
        max-width: 70rem;
        margin: 0 auto; }
        .section_six .block_testimonials--top .testimonial__text.active {
          display: block; }
        .section_six .block_testimonials--top .testimonial__text p {
          font-size: 1.6rem;
          line-height: 2.6rem;
          text-align: center;
          color: #727272; }
    .section_six .block_testimonials--body {
      display: flex;
      flex-direction: column;
      gap: 1.6rem; }
      @media screen and (max-width: 768px) {
        .section_six .block_testimonials--body {
          overflow: hidden; } }
      @media screen and (min-width: 768px) {
        .section_six .block_testimonials--body {
          flex-direction: row;
          gap: 0; } }
      .section_six .block_testimonials--body .testimonial__user {
        display: flex;
        flex-direction: row;
        width: 100%;
        align-items: center;
        gap: 2rem;
        opacity: .6;
        cursor: pointer;
        padding-top: 2.4rem; }
        @media screen and (max-width: 768px) {
          .section_six .block_testimonials--body .testimonial__user {
            padding: 1.6rem; } }
        @media screen and (min-width: 768px) {
          .section_six .block_testimonials--body .testimonial__user {
            width: 33%; } }
        .section_six .block_testimonials--body .testimonial__user.active {
          opacity: 1; }
          @media screen and (max-width: 768px) {
            .section_six .block_testimonials--body .testimonial__user.active {
              background-color: #F2F8FE; } }
          @media screen and (min-width: 768px) {
            .section_six .block_testimonials--body .testimonial__user.active {
              opacity: 1; } }
        .section_six .block_testimonials--body .testimonial__user img {
          width: 5rem;
          height: 5rem;
          border-radius: 50%; }
        .section_six .block_testimonials--body .testimonial__user .info p.name {
          font-size: 1.8rem;
          line-height: 2.8rem;
          font-weight: 700;
          color: #000;
          font-family: 'Peugeot New'; }
          .tipografia-abarth .section_six .block_testimonials--body .testimonial__user .info p.name {
            font-family: 'Abarth'; }
          .tipografia-citroen .section_six .block_testimonials--body .testimonial__user .info p.name {
            font-family: 'Citroen Type'; }
          .tipografia-ds .section_six .block_testimonials--body .testimonial__user .info p.name {
            font-family: 'DS Automobiles Pro'; }
          .tipografia-fiat .section_six .block_testimonials--body .testimonial__user .info p.name {
            font-family: 'Poppins'; }
          .tipografia-leapmotor .section_six .block_testimonials--body .testimonial__user .info p.name {
            font-family: 'Montserrat'; }
          .tipografia-opel .section_six .block_testimonials--body .testimonial__user .info p.name {
            font-family: 'Opel Next'; }
          .tipografia-lancia .section_six .block_testimonials--body .testimonial__user .info p.name {
            font-family: 'Montserrat'; }
          .tipografia-alfa .section_six .block_testimonials--body .testimonial__user .info p.name {
            font-family: 'Sequel 100 Black 75'; }
          .tipografia-jeep .section_six .block_testimonials--body .testimonial__user .info p.name {
            font-family: 'Avenir'; }
        .section_six .block_testimonials--body .testimonial__user .info p.position {
          font-size: 1.6rem;
          line-height: 2.6rem;
          font-weight: 400;
          color: #727272; }

@media screen and (min-width: 768px) {
  .dinamicBar {
    background-color: rgba(0, 116, 232, 0.35);
    width: 100%;
    height: 1px;
    position: relative; }
    .dinamicBar .bar {
      background-color: #0074E8;
      height: 3px;
      position: absolute;
      top: -1px;
      left: 0;
      transition: all 0.8s ease-in-out; } }

.footer_top {
  background-color: #033F85;
  padding: 4rem 0; }
  .footer_top .content {
    display: flex;
    flex-direction: column;
    gap: 3.2rem; }
    @media screen and (min-width: 768px) {
      .footer_top .content {
        flex-direction: row;
        align-items: center; } }
    @media screen and (min-width: 768px) {
      .footer_top .content .col.logos {
        width: 30%; }
        .footer_top .content .col.logos img {
          max-width: 370px; } }
    @media screen and (min-width: 768px) {
      .footer_top .content .col.maps {
        margin-left: auto;
        width: 50%; } }

.footer_bottom {
  background-color: #183453;
  padding: 1.6rem 0rem; }
  .footer_bottom .content {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .footer_bottom .content {
        flex-direction: row;
        justify-content: space-between;
        text-align: initial; } }
  .footer_bottom p {
    font-size: 1.6rem;
    line-height: 2.6rem;
    color: #ffffff; }
  .footer_bottom a {
    font-size: 1.6rem;
    line-height: 2.6rem;
    color: #ffffff;
    text-decoration: none; }
    .footer_bottom a:hover {
      text-decoration: underline; }

.legal_text {
  margin-top: 4rem;
  margin-bottom: 4rem; }
  .legal_text .content h1 {
    font-size: 4.8rem;
    line-height: 5.6rem;
    margin-bottom: 3.4rem;
    color: #000; }
    @media screen and (max-width: 768px) {
      .legal_text .content h1 {
        font-size: 3rem;
        line-height: 3.8rem; } }
  .legal_text .content h2 {
    font-size: 2.8rem;
    line-height: 3.8rem;
    font-weight: 700;
    margin-bottom: 2.4rem;
    color: #000; }
    @media screen and (max-width: 768px) {
      .legal_text .content h2 {
        font-size: 2.4rem;
        line-height: 3.4rem; } }
  .legal_text .content h3, .legal_text .content h4, .legal_text .content h5, .legal_text .content h6 {
    font-size: 2rem;
    line-height: 2.8rem;
    margin-bottom: 2.4rem;
    color: #000; }
    @media screen and (max-width: 768px) {
      .legal_text .content h3, .legal_text .content h4, .legal_text .content h5, .legal_text .content h6 {
        font-size: 2rem;
        line-height: 3rem; } }
  .legal_text .content p {
    font-size: 1.6rem;
    line-height: 2.6rem;
    font-weight: 400;
    color: #000; }
    .legal_text .content p em {
      display: block; }
      @media screen and (min-width: 768px) {
        .legal_text .content p em {
          display: none; } }
    .legal_text .content p a {
      color: #0074E8;
      font-size: 1.6rem;
      line-height: 2.6rem; }
      .legal_text .content p a:hover {
        text-decoration: underline; }
    .legal_text .content p + p {
      margin-top: 2.4rem; }
    .legal_text .content p + h1 {
      margin-top: 2.4rem; }
    .legal_text .content p + h2 {
      margin-top: 2.4rem; }
    .legal_text .content p + h3 {
      margin-top: 2.4rem; }
    .legal_text .content p + h4 {
      margin-top: 2.4rem; }
    .legal_text .content p + h5 {
      margin-top: 2.4rem; }
    .legal_text .content p + h6 {
      margin-top: 2.4rem; }
    .legal_text .content p + img {
      margin-top: 2.4rem; }
    .legal_text .content p + ul {
      margin-top: 2.4rem; }
    .legal_text .content p + ol {
      margin-top: 2.4rem; }
    .legal_text .content p + div {
      margin-top: 2.4rem; }
  .legal_text .content a {
    color: #0074E8;
    font-size: 1.6rem;
    line-height: 2.6rem; }
    .legal_text .content a:hover {
      text-decoration: underline; }
  .legal_text .content > ul, .legal_text .content ol {
    margin-bottom: 2.4rem;
    padding-left: 0.8rem; }
    .legal_text .content > ul li, .legal_text .content ol li {
      font-size: 1.6rem;
      line-height: 2.6rem;
      color: #000;
      margin-bottom: 1.8rem;
      position: relative;
      padding-left: 3rem; }
      .legal_text .content > ul li a, .legal_text .content ol li a {
        color: #0074E8; }
  .legal_text .content img {
    margin-bottom: 2.4rem;
    border-radius: 0.8rem; }

