/* Variables */
:root {
  --space-unit: 0.5rem;
  --module-space-sm: calc(1 * var(--space-unit));
  --module-space-md: calc(2 * var(--space-unit));
  --module-space-lg: calc(3 * var(--space-unit));
  --module-space-xl: calc(5 * var(--space-unit));
  --module-space-xxl: calc(7 * var(--space-unit));
  --module-space-xxxl: calc(9 * var(--space-unit));
  --scalar: 1.2;
  --font-size-sm: calc(1 / var(--scalar) * 1rem);
  --font-size-md: 1rem;
  --font-size-lg: calc(var(--scalar) * 1rem);
  --font-size-xl: calc(var(--scalar) * var(--scalar) * 1rem);
  --font-size-xxl: calc(var(--scalar) * var(--scalar) * var(--scalar) * 1rem);
  --font-size-xxxl: calc(var(--scalar) * var(--scalar) * var(--scalar) * var(--scalar) * 1rem);
  --font-size-max: calc(var(--scalar) * var(--scalar) * var(--scalar) * var(--scalar) *var(--scalar) * 1rem);
  --font-space-sm: calc(1 * var(--space-unit));
  --font-space-md: calc(2 * var(--space-unit));
  --font-space-lg: calc(3 * var(--space-unit));
  --font-space-xl: calc(4 * var(--space-unit));
  --font-space-xxl: calc(5 * var(--space-unit));
  --font-space-xxxl: calc(6 * var(--space-unit));
  --font-weight-regular: 400;
  --font-weight-bold: 700;
  --color-base-martinique: 238, 32%, 19%;
  --color-base-white: 100, 100%, 100%;
  --color-moradul: hsl(257, 100%, 61%);
  --color-moradul-light: hsl(260, 100%, 63%);
  --color-moradul-dark: hsl(254, 100%, 58%);
  --color-martinique: hsl(var(--color-base-martinique));
  --color-martinique-light: hsl(238, 31%, 24%);
  --color-martinique-dark: hsl(238, 35%, 14%);
  --color-azura: hsl(213, 91%, 56%);
  --color-azura-light: hsl(209, 93%, 59%);
  --color-azura-dark: hsl(216, 88%, 53%);
  --color-pink: hsl(336, 100%, 72%);
  --color-pink-light: hsl(333, 100%, 76%);
  --color-pink-dark: hsl(339, 100%, 68%);
  --color-blue-love: hsl(201, 100%, 73%);
  --color-blue-love-light: hsl(199, 100%, 77%);
  --color-blue-love-dark: hsl(203, 100%, 69%);
  --color-mac-and-cheese: rgb(255, 188, 73);
  --color-mac-and-cheese-light: rgba(255, 188, 73, 0.16);
  --color-mac-and-cheese-dark: rgba(255, 188, 73, 0.16);
  --color-shamrock: hsl(161, 77%, 81%);
  --color-shamrock-light: hsl(162, 79%, 85%);
  --color-shamrock-dark: #8deecc;
  --color-selago: #fafafe;
  --color-white: hsl(var(--color-base-white));
  --background-color: var(--color-selago);
  --color-text-dark-primary: hsl(var(--color-base-martinique));
  --color-text-dark-secondary: hsl(var(--color-base-martinique), 64%);
  --color-text-dark-tertiary: hsl(var(--color-base-martinique), 40%);
  --color-text-light-primary: hsl(var(--color-base-white));
  --color-text-light-secondary: hsl(var(--color-base-white), 72%);
  --color-text-light-tertiary: hsl(var(--color-base-white), 40%);
  --color-shadow-dark: hsla(var(--color-base-martinique), 0.24);
  --color-border-dark-primary: hsla(var(--color-base-martinique), 0.16);
  --color-border-dark-secondary: hsla(var(--color-base-martinique), 0.08);
  --color-shadow-light: hsla(var(--color-base-white), 0.24);
  --color-border-light-primary: hsla(var(--color-base-white), 0.16);
  --color-border-light-secondary: hsla(var(--color-base-white), 0.08); }

/*
  We need to set up the sizes inside the legacy scope, and rewrite the rules in em inside the header and footer, as the root font size for the legacy is different than the one we have on the new design. A bit of a pain, but there's no other way
*/
@media screen and (min-width: 22.5em) and (min-height: 36em) {
  .legacyScope {
    font-size: calc(1rem + 0.3333vmin); } }

@media screen and (min-width: 75em) and (min-height: 42.1875em) {
  .legacyScope {
    font-size: 1.25rem; } }

.legacyScope {
  /*! normalize.css v8.0.0 | 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.
 */
  /* Sections
   ========================================================================== */
  /**
 * Remove the margin in all browsers.
 */
  /**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
  /* Grouping content
   ========================================================================== */
  /**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
  /**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
  /* Text-level semantics
   ========================================================================== */
  /**
 * Remove the gray background on active links in IE 10.
 */
  /**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
  /**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
  /**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
  /**
 * Add the correct font size in all browsers.
 */
  /**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
  /* Embedded content
   ========================================================================== */
  /**
 * Remove the border on images inside links in IE 10.
 */
  /* Forms
   ========================================================================== */
  /**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
  /**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
  /**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
  /**
 * Correct the inability to style clickable types in iOS and Safari.
 */
  /**
 * Remove the inner border and padding in Firefox.
 */
  /**
 * Restore the focus styles unset by the previous rule.
 */
  /**
 * Correct the padding in Firefox.
 */
  /**
 * 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.
 */
  /**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
  /**
 * Remove the default vertical scrollbar in IE 10+.
 */
  /**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
  /**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
  /**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
  /**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
  /**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
  /* Interactive
   ========================================================================== */
  /*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
  /*
 * Add the correct display in all browsers.
 */
  /* Misc
   ========================================================================== */
  /**
 * Add the correct display in IE 10+.
 */
  /**
 * Add the correct display in IE 10.
 */
  /* Typography */
  font-weight: var(--font-weight-regular);
  /* This hides focus around selected option in FF */
  /* This hides native dropdown button arrow in IE */ }
  .legacyScope .theme-positive {
    background-color: var(--color-selago);
    --color-accent-primary: var(--color-moradul);
    --color-accent-primary-light: var(--color-moradul-light);
    --color-accent-primary-dark: var(--color-moradul-dark);
    --color-text-primary: var(--color-text-dark-primary);
    --color-text-secondary: var(--color-text-dark-secondary);
    --color-text-tertiary: var(--color-text-dark-tertiary);
    --color-shadow: var(--color-shadow-dark);
    --color-border-primary: var(--color-border-dark-primary);
    --color-border-secondary: var(--color-border-dark-secondary); }
  .legacyScope .theme-negative {
    --color-text-primary: var(--color-text-light-primary);
    --color-text-secondary: var(--color-text-light-secondary);
    --color-text-tertiary: var(--color-text-light-tertiary);
    --color-shadow: var(--color-shadow-light);
    --color-border-primary: var(--color-border-light-primary);
    --color-border-secondary: var(--color-border-light-secondary); }
  .legacyScope .theme-positiveRiders {
    --color-accent-secondary: var(--color-pink);
    --color-accent-secondary-light: var(--color-pink-light);
    --color-accent-secondary-dark: var(--color-pink-dark);
    --color-accent-secondary-text: var(--color-accent-secondary-light); }
  .legacyScope .theme-negativeRiders {
    background-color: var(--color-moradul);
    --color-accent-primary: var(--color-martinique);
    --color-accent-primary-light: var(--color-martinique-light);
    --color-accent-primary-dark: var(--color-martinique-dark); }
  .legacyScope .drivers {
    --color-accent-secondary: var(--color-blue-love);
    --color-accent-secondary-light: var(--color-blue-love-light);
    --color-accent-secondary-dark: var(--color-blue-love-dark);
    --color-accent-secondary-text: var(--color-accent-secondary-dark); }
  .legacyScope .theme-negativeDrivers {
    background-color: var(--color-azura);
    --color-accent-primary: var(--color-martinique);
    --color-accent-primary-light: var(--color-martinique-light);
    --color-accent-primary-dark: var(--color-martinique-dark); }
  .legacyScope .theme-positiveBusiness {
    --color-accent-secondary: var(--color-shamrock);
    --color-accent-secondary-light: var(--color-shamrock-dark);
    --color-accent-secondary-dark: var(--color-shamrock-dark);
    --color-accent-secondary-text: var(--color-accent-secondary-dark); }
  .legacyScope .theme-negativeBusiness {
    --background-color: var(--color-martinique);
    --color-accent-primary: var(--color-moradul);
    --color-accent-primary-light: var(--color-moradul-light);
    --color-accent-primary-dark: var(--color-moradul-dark);
    --color-accent-secondary: var(--color-shamrock);
    --color-accent-secondary-light: var(--color-shamrock-light);
    --color-accent-secondary-dark: var(--color-shamrock-dark);
    --color-accent-secondary-text: var(--color-accent-secondary-dark); }
  .legacyScope html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */ }
  .legacyScope body {
    margin: 0; }
  .legacyScope h1 {
    font-size: 2em;
    margin: 0.67em 0; }
  .legacyScope hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */ }
  .legacyScope pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */ }
  .legacyScope a {
    background-color: transparent; }
  .legacyScope abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */ }
  .legacyScope b,
  .legacyScope strong {
    font-weight: bolder; }
  .legacyScope code,
  .legacyScope kbd,
  .legacyScope samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */ }
  .legacyScope small {
    font-size: 80%; }
  .legacyScope sub,
  .legacyScope sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline; }
  .legacyScope sub {
    bottom: -0.25em; }
  .legacyScope sup {
    top: -0.5em; }
  .legacyScope img {
    border-style: none; }
  .legacyScope button,
  .legacyScope input,
  .legacyScope optgroup,
  .legacyScope select,
  .legacyScope textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */ }
  .legacyScope button,
  .legacyScope input {
    /* 1 */
    overflow: visible; }
  .legacyScope button,
  .legacyScope select {
    /* 1 */
    text-transform: none; }
  .legacyScope button,
  .legacyScope [type="button"],
  .legacyScope [type="reset"],
  .legacyScope [type="submit"] {
    -webkit-appearance: button; }
  .legacyScope button::-moz-focus-inner,
  .legacyScope [type="button"]::-moz-focus-inner,
  .legacyScope [type="reset"]::-moz-focus-inner,
  .legacyScope [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  .legacyScope button:-moz-focusring,
  .legacyScope [type="button"]:-moz-focusring,
  .legacyScope [type="reset"]:-moz-focusring,
  .legacyScope [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }
  .legacyScope fieldset {
    padding: 0.35em 0.75em 0.625em; }
  .legacyScope legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */ }
  .legacyScope progress {
    vertical-align: baseline; }
  .legacyScope textarea {
    overflow: auto; }
  .legacyScope [type="checkbox"],
  .legacyScope [type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */ }
  .legacyScope [type="number"]::-webkit-inner-spin-button,
  .legacyScope [type="number"]::-webkit-outer-spin-button {
    height: auto; }
  .legacyScope [type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */ }
  .legacyScope [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }
  .legacyScope ::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */ }
  .legacyScope details {
    display: block; }
  .legacyScope summary {
    display: list-item; }
  .legacyScope template {
    display: none; }
  .legacyScope [hidden] {
    display: none; }
  .legacyScope select::-ms-expand {
    display: none; }

@font-face {
  .legacyScope {
    font-family: "PrydeCircularWeb";
    src: url(fonts/PrydeCircularWeb-Book.woff) format("woff"), url(fonts/PrydeCircularWeb-Book.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap; } }

@font-face {
  .legacyScope {
    font-family: "PrydeCircularWeb";
    src: url(fonts/PrydeCircularWeb-Bold.woff) format("woff"), url(fonts/PrydeCircularWeb-Bold.woff2) format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap; } }
  .legacyScope :root {
    font-size: 1em;
    line-height: 1.5; }
  @media screen and (min-width: 22.5em) and (min-height: 36em) {
    .legacyScope :root {
      font-size: calc(1em + 0.3333vmin); } }
  @media screen and (min-width: 75em) and (min-height: 42.1875em) {
    .legacyScope :root {
      font-size: 1.25em; } }
  .legacyScope body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-family: "PrydeCircularWeb", "Avenir Next", sans-serif;
    font-weight: var(--font-weight-regular);
    background-color: var(--background-color);
    color: var(--color-text-primary); }
  .legacyScope * {
    letter-spacing: -0.01em; }
  .legacyScope h1,
  .legacyScope h2,
  .legacyScope h3,
  .legacyScope h4,
  .legacyScope h5,
  .legacyScope h6 {
    font-weight: var(--font-weight-bold);
    color: var(--color-text-primary); }
  @media screen and (min-width: 990px) {
    .legacyScope .display0 {
      font-size: var(--font-size-max);
      line-height: 1.105083384; } }
  .legacyScope h1,
  .legacyScope .display1 {
    font-size: var(--font-size-xxxl);
    margin: var(--font-space-xxxl) 0 var(--font-space-lg);
    line-height: 1.205545509; }
  .legacyScope h2,
  .legacyScope .display2 {
    font-size: var(--font-size-xxl);
    margin: var(--font-space-xl) 0 var(--font-space-lg);
    line-height: 1.157323689; }
  .legacyScope h3,
  .legacyScope .display3 {
    font-size: var(--font-size-xl);
    margin: var(--font-space-lg) 0 var(--font-space-md);
    line-height: 1.215277778; }
  .legacyScope h4,
  .legacyScope .display4 {
    font-size: var(--font-size-lg);
    margin: var(--font-space-lg) 0 var(--font-space-sm);
    line-height: 1.25; }
  .legacyScope h5,
  .legacyScope .display5 {
    font-size: var(--font-size-md);
    margin: var(--font-space-lg) 0 var(--font-space-sm);
    line-height: 1.25; }
  .legacyScope h6,
  .legacyScope .display6,
  .legacyScope .caption {
    font-size: var(--font-size-sm);
    margin: var(--font-space-md) 0 var(--font-space-sm);
    line-height: 1.506024096;
    text-transform: uppercase; }
  .legacyScope h6,
  .legacyScope .caption {
    letter-spacing: 0.02em; }
  .legacyScope .caption {
    display: block;
    font-weight: var(--font-weight-bold);
    color: var(--color-text-tertiary); }
  .legacyScope h1 + p,
  .legacyScope .lead {
    font-size: var(--font-size-lg);
    margin: 1.25em 0;
    line-height: 1.458333333; }
  .legacyScope ul,
  .legacyScope ol {
    list-style: none; }
  .legacyScope small,
  .legacyScope .small {
    font-size: var(--font-size-sm); }
  .legacyScope cite,
  .legacyScope em,
  .legacyScope i {
    font-style: normal; }
  .legacyScope hr {
    height: 0;
    color: #eee;
    border: 1px solid #eee;
    margin: 2em 0 1em; }
  .legacyScope html {
    box-sizing: border-box; }
  .legacyScope *,
  .legacyScope *:before,
  .legacyScope *:after {
    box-sizing: inherit; }
  .legacyScope img {
    display: block; }
  .legacyScope .mb1 {
    margin-bottom: 1rem; }
  .legacyScope i,
  .legacyScope svg {
    display: block; }
  .legacyScope ul {
    padding: 0;
    margin: 0; }
  .legacyScope [disabled] {
    opacity: 0.5;
    pointer-events: none; }
  .legacyScope footer small {
    display: block; }
  .legacyScope a {
    text-decoration: none; }
    .legacyScope a a:hover {
      text-decoration: underline; }
  .legacyScope .flex {
    display: flex; }
  .legacyScope .flex-between {
    display: flex;
    justify-content: space-between; }
  .legacyScope .flex-alignCenter {
    display: flex;
    align-items: center; }
  @media screen and (max-width: 54.999rem) {
    .legacyScope .is-hiddenMb {
      display: none; } }
  .legacyScope .is-hiddenDk {
    display: block; }
    @media screen and (min-width: 990px) {
      .legacyScope .is-hiddenDk {
        display: none; } }
  .legacyScope .icon-link {
    margin-left: 0.5rem; }
    .legacyScope .icon-link .icon {
      fill: currentColor;
      width: 0.6em; }
  .legacyScope .title-iconHz {
    display: flex;
    margin: var(--font-space-md) 0 0; }
    .legacyScope .title-iconHz h3 {
      margin: 0; }
    .legacyScope .title-iconHz svg {
      margin-right: var(--font-space-md); }
  .legacyScope .icon-arrowLeft svg {
    width: 0.75em; }
  .legacyScope [class^="theme-positive"].hero {
    background-color: var(--color-white); }
  .legacyScope .hero {
    padding-top: calc(var(--space-unit) * 12);
    position: relative;
    background-color: inherit;
    width: 100%; }
    .legacyScope .hero .button {
      margin-bottom: var(--font-space-md); }
    .legacyScope .hero .display0 {
      margin-top: 0; }
    .legacyScope .hero .subtle {
      color: var(--color-text-secondary); }
  .legacyScope .heroImage {
    transform: translateZ(0); }
  .legacyScope .heroImage.curve {
    background-color: var(--color-white); }
  .legacyScope .heroClip {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .legacyScope .hero.curve-top:before {
    display: none; }
  .legacyScope .heroBody {
    padding: 0 var(--module-space-md) var(--module-space-xl); }
  @media screen and (min-width: 990px) {
    .legacyScope .hero {
      padding: 0; }
      .legacyScope .hero:before {
        display: block; }
      .legacyScope .hero .button {
        margin-bottom: var(--font-space-xxl); }
    .legacyScope .heroBody {
      z-index: 20;
      padding: var(--module-space-xl) 0 var(--module-space-xxl); }
    .legacyScope .heroImage {
      white-space: nowrap;
      width: 135%; }
    .legacyScope .heroImage.curve.curve-top:before {
      display: none; }
    .legacyScope .hero.curve-top:before {
      display: block; }
    .legacyScope .heroClip {
      -webkit-mask: url(./imagesNew/mask-two-side.svg) no-repeat 50% 50%;
      mask: url(./imagesNew/mask-two-side.svg) no-repeat 50% 50%;
      -webkit-mask-size: cover;
      mask-size: cover;
      width: auto;
      max-height: 29.85rem; } }
  .legacyScope .theme-positive.rider {
    background-color: var(--color-selago); }
  .legacyScope .rider .icon {
    width: var(--font-space-lg);
    height: var(--font-space-lg); }
  .legacyScope .rider .storesList-hz {
    justify-content: center;
    margin-bottom: var(--module-space-lg); }
  .legacyScope .rider .storesButton:first-child {
    margin-right: var(--module-space-md); }
  .legacyScope .rider .storesButton svg {
    max-width: 9.75em;
    width: 100%; }
  .legacyScope .rider .subtle {
    color: var(--color-text-secondary); }
  .legacyScope .riderImage {
    z-index: 30;
    transform: translateY(-15%);
    text-align: center;
    position: relative; }
  .legacyScope .riderImageApp {
    display: inline-block;
    border-radius: 0.5rem;
    box-shadow: 0 0.5rem 1rem 0 var(--color-border-dark-primary);
    max-width: 25rem;
    width: 65vw; }
  .legacyScope .riderContentItem .main {
    margin-left: var(--font-space-xxl);
    margin-top: var(--font-space-sm);
    margin-bottom: var(--font-space-lg); }
  .legacyScope .riderContent {
    padding: 0 1em;
    margin-top: -8%; }
    .legacyScope .riderContent h2 {
      margin-top: 0;
      margin-left: calc(var(--font-space-lg) + var(--font-space-md)); }
  .legacyScope .riderContentList {
    margin-bottom: var(--font-space-lg); }
  @media screen and (min-width: 990px) {
    .legacyScope .rider {
      padding: 0 0 var(--module-space-xxxl); }
      .legacyScope .rider .storesList {
        justify-content: flex-start; }
      .legacyScope .rider .grid {
        align-items: center; }
      .legacyScope .rider .storesButton svg {
        max-width: 9.65em; }
      .legacyScope .rider .icon {
        width: 1.5em;
        height: 1.5em; }
      .legacyScope .rider .riderImage {
        transform: none; }
      .legacyScope .rider .riderImageApp {
        transform: perspective(64rem) rotateY(8deg) rotateX(16deg) rotateZ(-8deg);
        box-shadow: -1rem 1rem 2rem 0 var(--color-border-dark-primary);
        width: 21rem;
        max-width: 71.8%; }
    .legacyScope .riderContentItem {
      margin-bottom: var(--font-space-lg); }
      .legacyScope .riderContentItem:last-child {
        margin-bottom: 0; }
      .legacyScope .riderContentItem .title-iconHz {
        margin-left: -2.5em; }
      .legacyScope .riderContentItem .main {
        margin-left: 0;
        margin-top: var(--font-space-sm); }
    .legacyScope .riderContent {
      padding: 0;
      margin-top: 0; }
      .legacyScope .riderContent h2 {
        margin-left: 0; }
    .legacyScope .riderContentList {
      margin-bottom: var(--font-space-xxl); } }
  @media screen and (min-width: 1200px) {
    .legacyScope .rider .riderImage {
      margin-top: -7rem; } }
  .legacyScope .business {
    padding: var(--font-space-xxxl) var(--font-space-md) 0; }
    .legacyScope .business .main.underline {
      padding: 0;
      margin: 0 0 0 var(--module-space-lg); }
  .legacyScope .businessInner {
    overflow: hidden;
    z-index: 30;
    position: relative;
    max-width: 40rem;
    margin: 0 auto;
    box-shadow: 0 10px 20px 0 var(--color-border-dark-primary);
    border-radius: 10px;
    background: var(--color-white); }
  .legacyScope .businessBody {
    padding-bottom: var(--module-space-lg);
    background-color: var(--color-white); }
    .legacyScope .businessBody .main {
      margin: var(--font-space-sm) 0 var(--font-space-md); }
    .legacyScope .businessBody h3 {
      margin-top: var(--font-space-sm); }
    .legacyScope .businessBody a {
      text-decoration: none;
      margin: 0 var(--module-space-lg); }
    .legacyScope .businessBody .caption {
      margin-top: 0; }
    .legacyScope .businessBody .businessHeader {
      padding: var(--module-space-md) var(--module-space-lg) 0; }
    .legacyScope .businessBody .main {
      padding: 0 var(--module-space-lg); }
  .legacyScope .businessClip {
    width: 100%;
    height: 100%; }
  @media screen and (min-width: 990px) {
    .legacyScope .business {
      padding: 0 1em; }
    .legacyScope .businessBody {
      padding: var(--font-space-xxxl) 0 var(--font-space-xxl); }
      .legacyScope .businessBody a {
        margin: 0; }
      .legacyScope .businessBody .businessHeader {
        padding: 0; }
    .legacyScope .businessInner {
      max-width: calc(60.75rem + var(--module-space-xl) + var(--module-space-xl)); }
    .legacyScope .businessImage {
      order: 2; }
    .legacyScope .businessClip {
      -webkit-mask: url(./imagesNew/mask-one-side.svg) no-repeat left 50%;
      mask: url(./imagesNew/mask-one-side.svg) no-repeat left 50%;
      -webkit-mask-size: cover;
      mask-size: cover;
      position: absolute;
      right: 0;
      width: 50%;
      object-fit: cover; }
    .legacyScope .businessContent {
      padding: 0; }
    .legacyScope .businessBody.curve-inverted:before {
      display: none; }
    .legacyScope .businessBody .caption,
    .legacyScope .businessBody .main,
    .legacyScope .businessBody h2,
    .legacyScope .businessBody h3,
    .legacyScope .businessBody a {
      padding: 0; }
    .legacyScope .businessBody .caption {
      margin-bottom: 0; }
    .legacyScope .businessBody h3 {
      margin-top: var(--font-space-sm); }
    .legacyScope .businessBody p {
      margin-top: 0;
      margin-bottom: var(--font-space-md); }
    .legacyScope .businessBody .main.underline {
      margin-left: 0; } }
  .legacyScope .theme-positive.security {
    background-color: var(--color-white); }
  .legacyScope .security {
    padding-bottom: var(--module-space-xxl);
    margin-top: calc(var(--font-space-md) * -1); }
    .legacyScope .security .grid-autoFlowNone {
      padding: var(--font-space-xxxl) var(--module-space-md) 0; }
    .legacyScope .security .display4 {
      margin-top: var(--font-space-md); }
  .legacyScope .securityIntro h2 {
    margin: var(--font-space-xl) 0 var(--font-space-md); }
  .legacyScope .securityIntro .lead {
    margin-top: 0; }
  .legacyScope .securityReasonsItem .icon {
    width: var(--font-space-xxxl);
    height: var(--font-space-xxxl); }
  .legacyScope .securityReasonsItem .main {
    margin-top: 0; }
  @media screen and (min-width: 990px) {
    .legacyScope .security .grid-autoFlowNone {
      padding-top: calc(var(--space-unit) * 10);
      padding: var(--font-space-xxxl) var(--module-space-xl) var(--module-space-xl); }
    .legacyScope .securityIntro {
      padding-bottom: var(--module-space-xl); }
      .legacyScope .securityIntro .lead {
        margin: 0; }
    .legacyScope .securityReasonsItem .icon {
      width: 3em; }
    .legacyScope .securityReasons {
      margin-bottom: var(--module-space-xl);
      padding-left: 0; }
      .legacyScope .securityReasons .main {
        margin-bottom: 0; }
    .legacyScope .securityAction .lead {
      margin: 0; } }
  .legacyScope .theme-positive.header {
    background-color: var(--color-white); }
    .legacyScope .theme-positive.header .navigationActionItem.is-open {
      background-color: var(--color-selago); }
    .legacyScope .theme-positive.header .navigationActionItem.is-open .button-icon svg {
      fill: var(--color-text-tertiary); }
  .legacyScope .theme-negativeRiders .headerInner {
    background-color: var(--color-moradul-dark); }
  .legacyScope .theme-negativeRiders .button-icon svg {
    fill: var(--color-text-primary); }
  .legacyScope .theme-negativeRiders .navigationActionItem.is-open {
    background-color: var(--color-moradul-dark); }
  .legacyScope .theme-negativeDrivers .headerMenuMobile, .legacyScope .theme-negativeDrivers .headerInner {
    background-color: var(--color-azura-dark); }
  .legacyScope .theme-negativeDrivers .button-icon svg {
    fill: var(--color-text-primary); }
  .legacyScope .theme-negativeDrivers .navigationActionItem.is-open {
    background-color: var(--color-azura-dark); }
  .legacyScope .header {
    padding-left: var(--module-space-md);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 100; }
    .legacyScope .header .button-withIcon {
      white-space: nowrap; }
      .legacyScope .header .button-withIcon .button-icon svg {
        transition: transform 0.3s ease; }
    .legacyScope .header .grid {
      align-items: center; }
    .legacyScope .header .logo svg path {
     /* fill: var(--color-text-primary); */}
  .legacyScope .headerHolder {
    display: flex;
    justify-content: space-between;
    width: 100%; }
  .legacyScope .headerInner,
  .legacyScope .headerMenuMobile {
    left: 0;
    right: 0;
    bottom: 0;
    top: 56px;
    padding: 0 var(--module-space-md);
    flex-direction: column;
    z-index: 100;
    max-height: 0;
    overflow: hidden;
    display: flex;
    position: fixed;
    transition: max-height 0.3s ease;
    background-color: var(--color-selago); }
  .legacyScope .headerMenuMobile .button {
    width: 100%;
    display: block;
    text-align: center; }
  .legacyScope .navigationMain {
    display: flex;
    flex-direction: column;
    height: 100%; }
  .legacyScope .headerMenuMobileBottom {
    padding-bottom: var(--font-space-md);
    margin-top: auto; }
    .legacyScope .headerMenuMobileBottom a {
      color: var(--color-text-tertiary); }
  .legacyScope .headerInnerIntro {
    margin-bottom: var(--module-space-sm); }
    .legacyScope .headerInnerIntro small {
      color: var(--color-text-secondary); }
    .legacyScope .headerInnerIntro .headerInnerIntroTitle {
      font-weight: var(--font-weight-bold);
      display: block;
      margin: var(--font-space-md) 0 0; }
  .legacyScope .headerInnerItem {
    -webkit-tap-highlight-color: rgba(33, 34, 64, 0.16);
    font-size: var(--font-size-md); }
  .legacyScope .headerInnerLink {
    color: var(--color-text-primary);
    display: block;
    padding: var(--module-space-lg) 0;
    position: relative;
    line-height: 1; }
    .legacyScope .headerInnerLink svg {
      fill: var(--color-text-tertiary); }
    .legacyScope .headerInnerLink .icon {
      transform: rotate(-90deg); }
    .legacyScope .headerInnerLink .button-icon {
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%); }
  .legacyScope .header-nav li {
    margin-right: var(--module-space-lg); }
    .legacyScope .header-nav li:last-child {
      margin-right: 0; }
  .legacyScope .navigationActionItem {
    padding: var(--module-space-md);
    color: var(--color-text-primary); }
  .legacyScope .navigationRegister .headerInnerItem {
    border-bottom: 1px solid var(--color-border-secondary); }
  .legacyScope .navigationMainItem .headerInnerLink {
    padding-top: var(--module-space-md);
    padding-bottom: var(--font-space-md); }
  .legacyScope .navigationMainItem .underline.current {
    color: var(--color-accent-secondary); }
  .legacyScope .headerMenuMobileButton {
    margin-top: var(--font-space-xl); }
  .legacyScope .headerSubMenuOpened {
    max-height: calc(100% - 3em); }
  .legacyScope .navigationActionItem.is-open .button-withIcon {
    --color-accent-secondary: var(--color-text-secondary);
    color: var(--color-accent-secondary); }
    .legacyScope .navigationActionItem.is-open .button-withIcon svg {
      transform: rotate(180deg); }
  @media screen and (min-width: 990px) {
    .legacyScope .header {
      padding: var(--module-space-md) var(--font-space-md);
      position: fixed!important;
      box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
      padding-left: 0;
      padding-right: 0;
      font-size: var(--font-size-sm); }
      .legacyScope .header .logo {
        margin-right: var(--font-space-xxl); }
        .legacyScope .header .logo svg {
          width: 6.4em;
          height: 3.1em; }
      .legacyScope .header .button-withIcon {
        font-size: inherit; }
      .legacyScope .header .button.secondary {
        padding: 0;
        box-shadow: none;
        border-radius: 0;
        font-weight: var(--font-weight-regular);
        line-height: 1.5;
        display: inline-flex;
        overflow: visible; }
        .legacyScope .header .button.secondary:hover::before {
          opacity: 0.08; }
      .legacyScope .header .button.secondary:hover {
        box-shadow: none; }
      .legacyScope .header .headerMenuMobileButton {
        margin-top: 0; }
    .legacyScope .headerHolder {
      display: grid; }
    .legacyScope .theme-negativeDrivers .headerInner,
    .legacyScope .headerInner {
      background: var(--color-white);
      box-shadow: 0 1px 5px 0 rgba(33, 34, 64, 0.16);
      border-radius: 10px;
      min-width: 10em;
      left: -100%;
      top: 32px;
      position: absolute;
      bottom: auto;
      padding: 0;
      right: initial; }
      .legacyScope .theme-negativeDrivers .headerInner a,
      .legacyScope .headerInner a {
        color: var(--font-main); }
      .legacyScope .theme-negativeDrivers .headerInner .button-icon,
      .legacyScope .headerInner .button-icon {
        display: none; }
      .legacyScope .theme-negativeDrivers .headerInner ul,
      .legacyScope .headerInner ul {
        padding: 0.7em var(--font-space-md); }
      .legacyScope .theme-negativeDrivers .headerInner .headerInnerLink,
      .legacyScope .headerInner .headerInnerLink {
        display: inline-flex;
        padding: 0;
        color: var(--color-martinique); }
        .legacyScope .theme-negativeDrivers .headerInner .headerInnerLink:hover .underline:hover,
        .legacyScope .headerInner .headerInnerLink:hover .underline:hover {
          color: var(--color-martinique-dark); }
        .legacyScope .theme-negativeDrivers .headerInner .headerInnerLink:hover .underline:before,
        .legacyScope .headerInner .headerInnerLink:hover .underline:before {
          color: var(--color-martinique);
          background-color: var(--color-martinique); }
    .legacyScope .headerMenuMobile {
      position: initial;
      max-height: initial;
      background: transparent;
      flex-direction: row;
      padding: 0;
      align-items: center;
      width: 100%;
      padding-right: 0.4em; }
      .legacyScope .headerMenuMobile .navigationMainItem .headerInnerLink {
        padding: 0; }
    .legacyScope .theme-negativeDrivers .headerMenuMobile,
    .legacyScope .theme-negativeDrivers .navigationActionItem.is-open {
      background-color: transparent; }
    .legacyScope .headerSubMenuOpened {
      max-height: none; }
    .legacyScope .headerMenuMobileButton {
      margin-left: auto; }
    .legacyScope .headerInnerItem {
      margin-bottom: var(--module-space-md);
      white-space: nowrap;
      font-size: var(--font-size-sm); }
      .legacyScope .headerInnerItem:last-child {
        margin-bottom: 0; }
    .legacyScope .headerLeft {
      display: flex;
      align-items: center; }
    .legacyScope .navigationMain {
      display: flex; }
    .legacyScope .navigationMainItem {
      margin-right: var(--font-space-xxl); }
      .legacyScope .navigationMainItem:last-child {
        margin-right: 0; }
    .legacyScope .navigationRegister {
      position: relative; }
    .legacyScope .navigationRegister .headerInnerItem {
      border-bottom: none;
      padding: 0; }
    .legacyScope .navigationAction {
      justify-content: flex-end; }
    .legacyScope .navigationActionItem {
      padding: 0; }
    .legacyScope .navigationActionItem.is-open .headerInner {
      position: absolute;
      max-height: 14em; }
    .legacyScope .theme-positive.header .navigationActionItem.is-open,
    .legacyScope .theme-negative-riders.header .navigationActionItem.is-open {
      background-color: transparent; } }
  .legacyScope .cookies {
    position: fixed;
    bottom: 10px;
    left: 8px;
    right: 8px;
    box-shadow: 0 1px 2px 0 rgba(46, 37, 69, 0.16), 0 2px 8px 0 rgba(46, 37, 69, 0.16);
    color: var(--color-text-secondary);
    padding: 0.87em var(--font-space-md) 0.87em;
    display: flex;
    justify-content: space-between;
    border-radius: 10px;
    max-width: 570px;
    margin: 0 auto;
    z-index: 100; }
    .legacyScope .cookies.hidden {
      display: none; }
    .legacyScope .cookies .subtle {
      margin: 0; }
    .legacyScope .cookies .icon {
      margin-top: 2px;
      margin-left: 0; }
  @media screen and (min-width: 990px) {
    .legacyScope .cookies {
      align-items: center; }
      .legacyScope .cookies .icon {
        margin-top: 0; } }
  .legacyScope .cities {
    position: relative; }
    .legacyScope .cities .lead {
      margin: 0; }
  .legacyScope .citiesBody {
    max-width: 40.625em;
    margin: 0 auto;
    padding: var(--module-space-lg) var(--module-space-md) var(--module-space-xl); }
    .legacyScope .citiesBody a {
      justify-content: center; }
  @media screen and (min-width: 990px) {
    .legacyScope .cities {
      text-align: center;
      padding-bottom: 4.5em; }
      .legacyScope .cities .caption {
        margin-top: 0; }
      .legacyScope .cities .display4 {
        margin-bottom: var(--font-space-md); }
    .legacyScope .citiesBody {
      padding: 0; } }
  .legacyScope .storesList-hz {
    display: flex; }
  .legacyScope .storesButton img {
    max-width: 100%; }
  .legacyScope .storesList-vt .storesButton:first-child {
    margin-bottom: 1rem; }
  @media screen and (min-width: 990px) {
    .legacyScope .storesList-hz .storesButton {
      max-width: initial; }
      .legacyScope .storesList-hz .storesButton:first-child {
        margin-right: var(--font-space-lg); } }
  .legacyScope .storesButton a:focus {
    outline: none; }
  .legacyScope .storesButton a .storesButton-background {
    transition: fill 0.15s linear;
    will-change: fill; }
  .legacyScope .storesButton a:hover .storesButton-background,
  .legacyScope .storesButton a:focus .storesButton-background {
    fill: var(--color-text-dark-primary); }
  .legacyScope .footer .storesButton {
    max-width: 10em;
    margin-right: var(--font-space-md); }
    .legacyScope .footer .storesButton svg {
      width: 8.63em; }
  .legacyScope .footer .socialItem {
    margin-right: var(--font-space-lg); }
    .legacyScope .footer .socialItem:last-child {
      margin-right: 0; }
    .legacyScope .footer .socialItem svg {
      fill: var(--color-text-tertiary);
      width: 1em;
      height: 1em;
      transition: fill 0.5s ease-out; }
    .legacyScope .footer .socialItem .socialItemLink:hover svg,
    .legacyScope .footer .socialItem .socialItemLink:active svg,
    .legacyScope .footer .socialItem .socialItemLink:focus svg,
    .legacyScope .footer .socialItem .socialItemLink:visited svg {
      fill: var(--color-text-primary); }
  .legacyScope .footer select.select:focus option {
    color: var(--color-martinique); }
  .legacyScope .footer .storesList {
    display: flex;
    padding-bottom: 1em; }
  .legacyScope .footer .footerBlocksTitle svg {
    fill: currentColor;
    transition: transform 0.3s ease;
    pointer-events: none; }
  .legacyScope .footerBlocks,
  .legacyScope .footerLanguage {
    border-bottom: 1px solid var(--color-border-secondary); }
  .legacyScope .footerBlocks:first-of-type {
    border-top: 1px solid var(--color-border-secondary); }
  .legacyScope .footerBlocksMenu {
    max-height: 58px;
    overflow: hidden;
    transition: max-height 0.5s ease; }
    .legacyScope .footerBlocksMenu h2 {
      display: flex;
      justify-content: space-between;
      align-items: center; }
    .legacyScope .footerBlocksMenu.is-open {
      max-height: 500px; }
      .legacyScope .footerBlocksMenu.is-open .footerBlocks {
        border-bottom: 0; }
      .legacyScope .footerBlocksMenu.is-open .footerBlocksTitle svg {
        transform: rotate(180deg); }
  .legacyScope .footerBlocksTitle {
    margin: 0;
    padding: 1.35em 0;
    cursor: pointer; }
  .legacyScope .footerListItem {
    padding-bottom: var(--module-space-md); }
    .legacyScope .footerListItem a {
      color: var(--color-text-primary); }
  .legacyScope .footerBrandFlex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center; }
  .legacyScope .footerComplaintsBook {
    padding: var(--font-space-md);
    background-color: var(--color-white); }
    .legacyScope .footerComplaintsBook .complaintBook {
      width: 128px;
      height: 76px; }
  .legacyScope .footerBrandCopy {
    color: var(--color-text-tertiary);
    padding: 1.35em 0; }
  .legacyScope .footerLanguage {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  @media screen and (max-width: 991px) {
    .legacyScope .footerNav,
    .legacyScope .footerBrandFlex {
      padding: 0 var(--font-space-md); } }
  @media screen and (min-width: 990px) {
    .legacyScope .footer {
      padding-top: var(--font-space-xl); }
      .legacyScope .footer .social {
        justify-content: flex-end; }
      .legacyScope .footer .footerBlocksTitle svg {
        display: none; }
      .legacyScope .footer .storesList {
        flex-wrap: wrap;
        margin-bottom: 0;
        padding-bottom: 0; }
      .legacyScope .footer .storesButton {
        margin-bottom: var(--font-space-sm); }
        .legacyScope .footer .storesButton svg {
          width: 5.5em; }
      .legacyScope .footer .socialItem {
        margin-right: 1.6em; }
    .legacyScope .footerNav {
      margin-bottom: var(--font-space-xl); }
    .legacyScope .footerBlocks,
    .legacyScope .footerLanguage {
      border-bottom: 0; }
    .legacyScope .footerBlocks:first-of-type {
      border-top: 0; }
    .legacyScope .footerBlocks {
      margin-bottom: 0; }
    .legacyScope .footerBlocksMenu {
      max-height: inherit; }
    .legacyScope .footerBlocksTitle {
      padding: var(--font-space-sm) 0;
      cursor: default; }
    .legacyScope .footerBrandFlex {
      display: grid;
      padding-bottom: var(--font-space-xxl); }
    .legacyScope .footerComplaintsBook .complaintBook {
      width: 160px;
      height: 90px;
      margin: 0 auto; }
    .legacyScope .footerLanguage {
      display: inline-block;
      margin-bottom: var(--font-space-sm); }
    .legacyScope .footerListItem,
    .legacyScope .storesList {
      padding-bottom: 0; }
    .legacyScope .footerBrandCopy {
      padding: 0; } }
  .legacyScope button {
    outline: none; }
  .legacyScope .button {
    font-size: inherit;
    font-family: inherit;
    letter-spacing: inherit;
    line-height: 1.5;
    font-weight: var(--font-weight-bold);
    border-radius: .5em;
    padding: .75em 1.25em;
    -webkit-appearance: none;
    border: 0;
    color: var(--color-accent-primary);
    box-shadow: 0 1px 4px var(--color-border-dark-primary);
    position: relative;
    overflow: hidden;
    cursor: pointer;
    display: inline-block;
    transition: background-color .15s linear;
    will-change: background-color; }
  .legacyScope .button:focus {
    outline: none; }
  .legacyScope .button.primary {
    background-color: var(--color-accent-primary);
    color: var(--color-text-light-primary); }
    .legacyScope .button.primary:hover, .legacyScope .button.primary:focus {
      background-color: var(--color-accent-primary-light); }
    .legacyScope .button.primary:active {
      background-color: var(--color-accent-primary-dark); }
  .legacyScope .button-withIcon {
    -webkit-appearance: none;
    font-family: inherit;
    letter-spacing: inherit;
    line-height: 1;
    border: 0;
    cursor: pointer;
    padding: 0;
    background: transparent;
    box-shadow: none;
    display: flex;
    align-items: center;
    color: inherit; }
    .legacyScope .button-withIcon .icon {
      margin-left: 0.125em;
      width: 0.75em;
      height: 0.75em; }
  .legacyScope .button.secondary {
    background-color: transparent;
    color: var(--color-text-secondary);
    box-shadow: 0 0 0 1px var(--color-border-primary); }
  .legacyScope .button.secondary:hover {
    box-shadow: 0 0 0 1px var(--color-shadow); }
  .legacyScope .button.secondary:active {
    box-shadow: inset 0 2px 1px 0 var(--color-border-primary), 0 0 0 1px var(--color-border-primary); }
  @media screen and (min-width: 576px) {
    .legacyScope .button + .button {
      margin-left: 1rem; } }
  @media screen and (max-width: 575.98px) {
    .legacyScope .button {
      display: block;
      width: 100%;
      text-align: center; }
    .legacyScope .button + .button {
      margin-top: 1rem;
      margin-bottom: 2rem; } }
  .legacyScope .customSelect {
    overflow: hidden;
    position: relative;
    background-image: url(./imagesNew/arrow-down-white.svg);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 0.625em; }
  .legacyScope .customSelect select:-moz-focusring {
    color: transparent; }
  .legacyScope .customSelect select::-ms-expand {
    display: none; }
  .legacyScope .select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    background-color: transparent;
    color: var(--color-text-primary);
    outline: none;
    cursor: pointer;
    padding-right: 1.125em; }
  .legacyScope .customSelectIcon {
    position: absolute;
    top: 50%;
    pointer-events: none;
    right: 0;
    transform: translateY(-50%); }
  @media screen and (min-width: 990px) {
    .legacyScope .customSelect {
      background-size: 0.75em; } }
  .legacyScope .logo a {
    display: block; }
  .legacyScope .logo-positive svg {
    fill: #fff; }
  .legacyScope .curve {
    position: relative; }
    .legacyScope .curve:before {
      content: "";
      display: block;
      background-color: inherit;
      position: absolute;
      width: 100%;
      z-index: 10;
      padding-top: 2.22222%;
      -webkit-mask-repeat: no-repeat; }
  .legacyScope .curve-top:before {
    -webkit-mask-image: url("imagesNew/curve-one-pixel.svg");
    mask-image: url("imagesNew/curve-one-pixel.svg");
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    transform: translateY(-1px); }
  .legacyScope .curve-inverted:before {
    -webkit-mask: url("imagesNew/curve-inverted-one-pixel.svg");
    mask-image: url("imagesNew/curve-inverted-one-pixel.svg");
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    bottom: 100%;
    transform: translateY(1px); }
  @media screen and (min-width: 990px) {
    .legacyScope .curve:before {
      height: 90px;
      padding: 0; } }
  .legacyScope .icon-fillSecondary {
    fill: var(--color-accent-secondary); }
  .legacyScope .theme-positive .icon .icon-fillLight {
    fill: #e8eef3; }
  .legacyScope .theme-positive .icon .icon-fillBase {
    fill: #d5dce2; }
  .legacyScope .theme-positive .icon .icon-fillDark {
    fill: #bdc5d1; }
  .legacyScope .logo a {
    display: block; }
  .legacyScope .logo-positive svg {
    fill: #fff; }
  .legacyScope .underline {
    outline: none;
    position: relative;
    display: inline-flex;
    transition: color 0.5s ease-out, text-shadow 0.5s ease-out;
    align-items: center; }
    .legacyScope .underline .icon {
      display: inline;
      fill: currentColor;
      margin-left: 0.125em; }
  .legacyScope .subtle .underline {
    --color-accent-primary: var(--color-text-primary);
    --color-accent-secondary: var(--color-text-secondary); }
  .legacyScope .nav .underline {
    --color-accent-primary: var(--color-text-primary);
    --color-accent-secondary: var(--color-text-secondary); }
  .legacyScope .underline::before,
  .legacyScope .underline::after {
    content: "";
    position: absolute;
    top: 55%;
    left: 0.5em;
    width: calc(100% - 0.25em);
    height: 0.7em;
    background-color: var(--color-accent-primary);
    opacity: 0.08; }
  .legacyScope .underline::before {
    transform: scale3d(0, 1, 1);
    transform-origin: 100% 50%;
    transition: transform 0.45s cubic-bezier(0.2, 1, 0.3, 1);
    will-change: transform; }
  .legacyScope .underline:hover::before,
  .legacyScope .underline:focus::before {
    transform: scale3d(1, 1, 1);
    transform-origin: 0% 50%;
    transition-timing-function: ease; }
  .legacyScope .nav .underline::after {
    display: none; }
  .legacyScope .underline:link {
    color: var(--color-accent-primary);
    text-decoration: none; }
  .legacyScope .subtle .underline {
    color: var(--color-accent-secondary); }
  .legacyScope .underline:visited {
    color: var(--color-accent-primary); }
  .legacyScope .underline:hover,
  .legacyScope .underline:focus {
    color: var(--color-accent-primary-dark); }
  .legacyScope .subtle .underline:hover,
  .legacyScope .subtle .underline:focus,
  .legacyScope .nav .underline:hover,
  .legacyScope .nav .underline:focus {
    color: var(--color-accent-primary); }
  .legacyScope .underline:active {
    transition: 0s linear;
    color: var(--color-accent-primary-light); }
  .legacyScope .subtle .underline:active,
  .legacyScope .nav .underline:active {
    color: var(--color-accent-secondary); }
  @media screen and (min-width: 990px) {
    .legacyScope .underline-dk {
      outline: none;
      position: relative;
      display: inline-flex;
      transition: color 0.5s ease-out, text-shadow 0.5s ease-out;
      align-items: center; }
    .legacyScope .nav .underline-dk {
      --color-accent-primary: var(--color-text-primary);
      --color-accent-secondary: var(--color-text-secondary); }
    .legacyScope .underline-dk::before,
    .legacyScope .underline-dk::after {
      content: "";
      position: absolute;
      top: 55%;
      left: 0.5em;
      width: calc(100% - 0.25em);
      height: 0.7em;
      background-color: var(--color-accent-primary);
      opacity: 0.08; }
    .legacyScope .underline-dk::before {
      transform: scale3d(0, 1, 1);
      transform-origin: 100% 50%;
      transition: transform 0.45s cubic-bezier(0.2, 1, 0.3, 1);
      will-change: transform; }
    .legacyScope .underline-dk:hover::before,
    .legacyScope .underline-dk:focus::before {
      transform: scale3d(1, 1, 1);
      transform-origin: 0% 50%;
      transition-timing-function: ease; }
    .legacyScope .nav .underline-dk::after {
      display: none; }
    .legacyScope .underline-dk:link {
      color: var(--color-accent-primary);
      text-decoration: none; }
    .legacyScope .underline-dk:visited {
      color: var(--color-accent-primary); }
    .legacyScope .underline-dk:hover,
    .legacyScope .underline-dk:focus {
      color: var(--color-accent-primary-dark); }
    .legacyScope .nav .underline-dk:hover,
    .legacyScope .nav .underline-dk:focus {
      color: var(--color-accent-primary); }
    .legacyScope .underline-dk:active {
      transition: 0s linear;
      color: var(--color-accent-primary-light); }
    .legacyScope .nav .underline-dk:active {
      color: var(--color-accent-secondary); } }
  .legacyScope .flex {
    display: flex; }
  .legacyScope .flex-between {
    display: flex;
    justify-content: space-between; }
  .legacyScope .flex-alignCenter {
    display: flex;
    align-items: center; }
  @media screen and (max-width: 54.999rem) {
    .legacyScope .is-hiddenMb {
      display: none; } }
  .legacyScope .is-hiddenDk {
    display: block; }
    @media screen and (min-width: 990px) {
      .legacyScope .is-hiddenDk {
        display: none; } }
  .legacyScope .icon-link {
    margin-left: 0.5rem; }
    .legacyScope .icon-link .icon {
      fill: currentColor;
      width: 0.6em; }
  .legacyScope .title-iconHz {
    display: flex;
    margin: var(--font-space-md) 0 0; }
    .legacyScope .title-iconHz h3 {
      margin: 0; }
    .legacyScope .title-iconHz svg {
      margin-right: var(--font-space-md); }
  .legacyScope .icon-arrowLeft svg {
    width: 0.75em; }
  @media screen and (min-width: 990px) {
    .legacyScope .grid {
      grid-auto-flow: column;
      display: grid;
      grid-gap: 0 3.7037%;
      margin: 0 auto;
      grid-template-columns: repeat(12, 1.16fr);
      max-width: calc( 60.75rem + var(--module-space-xl) + var(--module-space-xl));
      padding: 0 var(--module-space-xl); }
    .legacyScope .col-start-1.col-1 {
      grid-column: 1 / span 1; }
    .legacyScope .col-start-2.col-1 {
      grid-column: 2 / span 1; }
    .legacyScope .col-start-3.col-1 {
      grid-column: 3 / span 1; }
    .legacyScope .col-start-4.col-1 {
      grid-column: 4 / span 1; }
    .legacyScope .col-start-5.col-1 {
      grid-column: 5 / span 1; }
    .legacyScope .col-start-6.col-1 {
      grid-column: 6 / span 1; }
    .legacyScope .col-start-7.col-1 {
      grid-column: 7 / span 1; }
    .legacyScope .col-start-8.col-1 {
      grid-column: 8 / span 1; }
    .legacyScope .col-start-9.col-1 {
      grid-column: 9 / span 1; }
    .legacyScope .col-start-10.col-1 {
      grid-column: 10 / span 1; }
    .legacyScope .col-start-11.col-1 {
      grid-column: 11 / span 1; }
    .legacyScope .col-start-12.col-1 {
      grid-column: 12 / span 1; }
    .legacyScope .col-1 {
      grid-column-start: span 1; }
    .legacyScope .col-start-1.col-2 {
      grid-column: 1 / span 2; }
    .legacyScope .col-start-2.col-2 {
      grid-column: 2 / span 2; }
    .legacyScope .col-start-3.col-2 {
      grid-column: 3 / span 2; }
    .legacyScope .col-start-4.col-2 {
      grid-column: 4 / span 2; }
    .legacyScope .col-start-5.col-2 {
      grid-column: 5 / span 2; }
    .legacyScope .col-start-6.col-2 {
      grid-column: 6 / span 2; }
    .legacyScope .col-start-7.col-2 {
      grid-column: 7 / span 2; }
    .legacyScope .col-start-8.col-2 {
      grid-column: 8 / span 2; }
    .legacyScope .col-start-9.col-2 {
      grid-column: 9 / span 2; }
    .legacyScope .col-start-10.col-2 {
      grid-column: 10 / span 2; }
    .legacyScope .col-start-11.col-2 {
      grid-column: 11 / span 2; }
    .legacyScope .col-start-12.col-2 {
      grid-column: 12 / span 2; }
    .legacyScope .col-2 {
      grid-column-start: span 2; }
    .legacyScope .col-start-1.col-3 {
      grid-column: 1 / span 3; }
    .legacyScope .col-start-2.col-3 {
      grid-column: 2 / span 3; }
    .legacyScope .col-start-3.col-3 {
      grid-column: 3 / span 3; }
    .legacyScope .col-start-4.col-3 {
      grid-column: 4 / span 3; }
    .legacyScope .col-start-5.col-3 {
      grid-column: 5 / span 3; }
    .legacyScope .col-start-6.col-3 {
      grid-column: 6 / span 3; }
    .legacyScope .col-start-7.col-3 {
      grid-column: 7 / span 3; }
    .legacyScope .col-start-8.col-3 {
      grid-column: 8 / span 3; }
    .legacyScope .col-start-9.col-3 {
      grid-column: 9 / span 3; }
    .legacyScope .col-start-10.col-3 {
      grid-column: 10 / span 3; }
    .legacyScope .col-start-11.col-3 {
      grid-column: 11 / span 3; }
    .legacyScope .col-start-12.col-3 {
      grid-column: 12 / span 3; }
    .legacyScope .col-3 {
      grid-column-start: span 3; }
    .legacyScope .col-start-1.col-4 {
      grid-column: 1 / span 4; }
    .legacyScope .col-start-2.col-4 {
      grid-column: 2 / span 4; }
    .legacyScope .col-start-3.col-4 {
      grid-column: 3 / span 4; }
    .legacyScope .col-start-4.col-4 {
      grid-column: 4 / span 4; }
    .legacyScope .col-start-5.col-4 {
      grid-column: 5 / span 4; }
    .legacyScope .col-start-6.col-4 {
      grid-column: 6 / span 4; }
    .legacyScope .col-start-7.col-4 {
      grid-column: 7 / span 4; }
    .legacyScope .col-start-8.col-4 {
      grid-column: 8 / span 4; }
    .legacyScope .col-start-9.col-4 {
      grid-column: 9 / span 4; }
    .legacyScope .col-start-10.col-4 {
      grid-column: 10 / span 4; }
    .legacyScope .col-start-11.col-4 {
      grid-column: 11 / span 4; }
    .legacyScope .col-start-12.col-4 {
      grid-column: 12 / span 4; }
    .legacyScope .col-4 {
      grid-column-start: span 4; }
    .legacyScope .col-start-1.col-5 {
      grid-column: 1 / span 5; }
    .legacyScope .col-start-2.col-5 {
      grid-column: 2 / span 5; }
    .legacyScope .col-start-3.col-5 {
      grid-column: 3 / span 5; }
    .legacyScope .col-start-4.col-5 {
      grid-column: 4 / span 5; }
    .legacyScope .col-start-5.col-5 {
      grid-column: 5 / span 5; }
    .legacyScope .col-start-6.col-5 {
      grid-column: 6 / span 5; }
    .legacyScope .col-start-7.col-5 {
      grid-column: 7 / span 5; }
    .legacyScope .col-start-8.col-5 {
      grid-column: 8 / span 5; }
    .legacyScope .col-start-9.col-5 {
      grid-column: 9 / span 5; }
    .legacyScope .col-start-10.col-5 {
      grid-column: 10 / span 5; }
    .legacyScope .col-start-11.col-5 {
      grid-column: 11 / span 5; }
    .legacyScope .col-start-12.col-5 {
      grid-column: 12 / span 5; }
    .legacyScope .col-5 {
      grid-column-start: span 5; }
    .legacyScope .col-start-1.col-6 {
      grid-column: 1 / span 6; }
    .legacyScope .col-start-2.col-6 {
      grid-column: 2 / span 6; }
    .legacyScope .col-start-3.col-6 {
      grid-column: 3 / span 6; }
    .legacyScope .col-start-4.col-6 {
      grid-column: 4 / span 6; }
    .legacyScope .col-start-5.col-6 {
      grid-column: 5 / span 6; }
    .legacyScope .col-start-6.col-6 {
      grid-column: 6 / span 6; }
    .legacyScope .col-start-7.col-6 {
      grid-column: 7 / span 6; }
    .legacyScope .col-start-8.col-6 {
      grid-column: 8 / span 6; }
    .legacyScope .col-start-9.col-6 {
      grid-column: 9 / span 6; }
    .legacyScope .col-start-10.col-6 {
      grid-column: 10 / span 6; }
    .legacyScope .col-start-11.col-6 {
      grid-column: 11 / span 6; }
    .legacyScope .col-start-12.col-6 {
      grid-column: 12 / span 6; }
    .legacyScope .col-6 {
      grid-column-start: span 6; }
    .legacyScope .col-start-1.col-7 {
      grid-column: 1 / span 7; }
    .legacyScope .col-start-2.col-7 {
      grid-column: 2 / span 7; }
    .legacyScope .col-start-3.col-7 {
      grid-column: 3 / span 7; }
    .legacyScope .col-start-4.col-7 {
      grid-column: 4 / span 7; }
    .legacyScope .col-start-5.col-7 {
      grid-column: 5 / span 7; }
    .legacyScope .col-start-6.col-7 {
      grid-column: 6 / span 7; }
    .legacyScope .col-start-7.col-7 {
      grid-column: 7 / span 7; }
    .legacyScope .col-start-8.col-7 {
      grid-column: 8 / span 7; }
    .legacyScope .col-start-9.col-7 {
      grid-column: 9 / span 7; }
    .legacyScope .col-start-10.col-7 {
      grid-column: 10 / span 7; }
    .legacyScope .col-start-11.col-7 {
      grid-column: 11 / span 7; }
    .legacyScope .col-start-12.col-7 {
      grid-column: 12 / span 7; }
    .legacyScope .col-7 {
      grid-column-start: span 7; }
    .legacyScope .col-start-1.col-8 {
      grid-column: 1 / span 8; }
    .legacyScope .col-start-2.col-8 {
      grid-column: 2 / span 8; }
    .legacyScope .col-start-3.col-8 {
      grid-column: 3 / span 8; }
    .legacyScope .col-start-4.col-8 {
      grid-column: 4 / span 8; }
    .legacyScope .col-start-5.col-8 {
      grid-column: 5 / span 8; }
    .legacyScope .col-start-6.col-8 {
      grid-column: 6 / span 8; }
    .legacyScope .col-start-7.col-8 {
      grid-column: 7 / span 8; }
    .legacyScope .col-start-8.col-8 {
      grid-column: 8 / span 8; }
    .legacyScope .col-start-9.col-8 {
      grid-column: 9 / span 8; }
    .legacyScope .col-start-10.col-8 {
      grid-column: 10 / span 8; }
    .legacyScope .col-start-11.col-8 {
      grid-column: 11 / span 8; }
    .legacyScope .col-start-12.col-8 {
      grid-column: 12 / span 8; }
    .legacyScope .col-8 {
      grid-column-start: span 8; }
    .legacyScope .col-start-1.col-9 {
      grid-column: 1 / span 9; }
    .legacyScope .col-start-2.col-9 {
      grid-column: 2 / span 9; }
    .legacyScope .col-start-3.col-9 {
      grid-column: 3 / span 9; }
    .legacyScope .col-start-4.col-9 {
      grid-column: 4 / span 9; }
    .legacyScope .col-start-5.col-9 {
      grid-column: 5 / span 9; }
    .legacyScope .col-start-6.col-9 {
      grid-column: 6 / span 9; }
    .legacyScope .col-start-7.col-9 {
      grid-column: 7 / span 9; }
    .legacyScope .col-start-8.col-9 {
      grid-column: 8 / span 9; }
    .legacyScope .col-start-9.col-9 {
      grid-column: 9 / span 9; }
    .legacyScope .col-start-10.col-9 {
      grid-column: 10 / span 9; }
    .legacyScope .col-start-11.col-9 {
      grid-column: 11 / span 9; }
    .legacyScope .col-start-12.col-9 {
      grid-column: 12 / span 9; }
    .legacyScope .col-9 {
      grid-column-start: span 9; }
    .legacyScope .col-start-1.col-10 {
      grid-column: 1 / span 10; }
    .legacyScope .col-start-2.col-10 {
      grid-column: 2 / span 10; }
    .legacyScope .col-start-3.col-10 {
      grid-column: 3 / span 10; }
    .legacyScope .col-start-4.col-10 {
      grid-column: 4 / span 10; }
    .legacyScope .col-start-5.col-10 {
      grid-column: 5 / span 10; }
    .legacyScope .col-start-6.col-10 {
      grid-column: 6 / span 10; }
    .legacyScope .col-start-7.col-10 {
      grid-column: 7 / span 10; }
    .legacyScope .col-start-8.col-10 {
      grid-column: 8 / span 10; }
    .legacyScope .col-start-9.col-10 {
      grid-column: 9 / span 10; }
    .legacyScope .col-start-10.col-10 {
      grid-column: 10 / span 10; }
    .legacyScope .col-start-11.col-10 {
      grid-column: 11 / span 10; }
    .legacyScope .col-start-12.col-10 {
      grid-column: 12 / span 10; }
    .legacyScope .col-10 {
      grid-column-start: span 10; }
    .legacyScope .col-start-1.col-11 {
      grid-column: 1 / span 11; }
    .legacyScope .col-start-2.col-11 {
      grid-column: 2 / span 11; }
    .legacyScope .col-start-3.col-11 {
      grid-column: 3 / span 11; }
    .legacyScope .col-start-4.col-11 {
      grid-column: 4 / span 11; }
    .legacyScope .col-start-5.col-11 {
      grid-column: 5 / span 11; }
    .legacyScope .col-start-6.col-11 {
      grid-column: 6 / span 11; }
    .legacyScope .col-start-7.col-11 {
      grid-column: 7 / span 11; }
    .legacyScope .col-start-8.col-11 {
      grid-column: 8 / span 11; }
    .legacyScope .col-start-9.col-11 {
      grid-column: 9 / span 11; }
    .legacyScope .col-start-10.col-11 {
      grid-column: 10 / span 11; }
    .legacyScope .col-start-11.col-11 {
      grid-column: 11 / span 11; }
    .legacyScope .col-start-12.col-11 {
      grid-column: 12 / span 11; }
    .legacyScope .col-11 {
      grid-column-start: span 11; }
    .legacyScope .col-start-1.col-12 {
      grid-column: 1 / span 12; }
    .legacyScope .col-start-2.col-12 {
      grid-column: 2 / span 12; }
    .legacyScope .col-start-3.col-12 {
      grid-column: 3 / span 12; }
    .legacyScope .col-start-4.col-12 {
      grid-column: 4 / span 12; }
    .legacyScope .col-start-5.col-12 {
      grid-column: 5 / span 12; }
    .legacyScope .col-start-6.col-12 {
      grid-column: 6 / span 12; }
    .legacyScope .col-start-7.col-12 {
      grid-column: 7 / span 12; }
    .legacyScope .col-start-8.col-12 {
      grid-column: 8 / span 12; }
    .legacyScope .col-start-9.col-12 {
      grid-column: 9 / span 12; }
    .legacyScope .col-start-10.col-12 {
      grid-column: 10 / span 12; }
    .legacyScope .col-start-11.col-12 {
      grid-column: 11 / span 12; }
    .legacyScope .col-start-12.col-12 {
      grid-column: 12 / span 12; }
    .legacyScope .col-12 {
      grid-column-start: span 12; }
    .legacyScope .col-full {
      grid-column: 1 / -1; }
    .legacyScope .grid-autoFlowNone {
      grid-auto-flow: initial; } }
  .legacyScope .home {
    overflow: hidden; }
  .legacyScope .theme-positive.home {
    background-color: var(--color-white); }
  .legacyScope *::selection {
    background-color: transparent;
    color: inherit; }
  .legacyScope [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
    width: auto; }
  .legacyScope .small,
  .legacyScope small {
    font-size: 0.833em; }
  .legacyScope .display6,
  .legacyScope .caption {
    font-size: 0.833em; }
  .legacyScope select {
    height: auto;
    padding: 0; }
  .legacyScope .select {
    border-radius: 0; }
  .legacyScope .socialItem {
    padding: 0; }
  .legacyScope .button-withIcon .button-icon {
    margin-left: 2.5px;
    width: 12px; }
  .legacyScope .button-icon .icon {
    width: 1em;
    height: 1em; }
  .legacyScope .footer {
    margin: 0 auto;
    background-color: #212240; }
    .legacyScope .footer .icon {
      height: auto; }
    .legacyScope .footer .footerBlocksMenu .icon {
      width: 1.201em; }
    .legacyScope .footer .storesButton a:hover .storesButton-background,
    .legacyScope .footer .storesButton a:focus .storesButton-background {
      fill: var(--color-martinique-light); }
  .legacyScope .header {
    font-size: 1em; }
    .legacyScope .header .navigationActionItem {
      line-height: 1.5em; }
    .legacyScope .header .button-withIcon {
      font-size: inherit; }
  @media screen and (min-width: 990px) {
    .legacyScope .header {
      margin: 0 auto;
      padding: 1.201em 0;
      font-size: 0.833em; }
      .legacyScope .header .logo svg {
        fill: var(--color-text-primary); }
      .legacyScope .header .headerInnerItem {
        font-size: inherit;
        margin-bottom: 1.2em; }
        .legacyScope .header .headerInnerItem:last-child {
          margin-bottom: 0; }
      .legacyScope .header .headerInner ul {
        padding-left: 1.2em;
        padding-right: 1.2em; }
      .legacyScope .header .logo,
      .legacyScope .header .navigationMainItem {
        margin-right: 3em; }
    .legacyScope .grid {
      max-width: calc(75.94rem + 3.125rem + 3.125rem);
      padding: 0 3.125rem; }
    .legacyScope .headerRight {
      margin-left: auto; }
    .legacyScope .footer {
      margin: 0 auto;
      padding: 2em 0 0; }
      .legacyScope .footer .customSelect {
        line-height: 1.5em; }
    .legacyScope .footerBlocks {
      width: 100%; }
    .legacyScope .footerBlocksTitle {
      padding: 0.6em 0; }
    .legacyScope .footerGroups {
      margin-bottom: 2em; }
    .legacyScope .footerLanguage {
      margin-bottom: 0.5em; }
    .legacyScope .headerLeft,
    .legacyScope .headerRight,
    .legacyScope .footerBrandCopy,
    .legacyScope .footerBrandSocial {
      width: 100%; }
    .legacyScope .select {
      padding-left: 0;
      padding-top: 0; }
    .legacyScope .footer .storesButton {
      margin-right: 1em;
      margin-bottom: 1em; }
    .legacyScope .footerListItem {
      line-height: 30px; }
    .legacyScope .footerNav {
      margin-bottom: 2em; }
    .legacyScope .grid.footerBrandFlex {
      padding-bottom: var(--font-space-xxl); }
    .legacyScope + main .hero,
    .legacyScope + main .hero.form {
      padding-top: calc(9rem - 4.625rem); }
    .legacyScope + main::before {
      background-color: transparent !important; } }
