/*! 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 {
  -webkit-box-sizing: content-box;
  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
   ========================================================================== */

/**
 * 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 */
  -webkit-text-decoration: underline dotted;
  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 {
  -webkit-box-sizing: border-box;
  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"] {
  -webkit-box-sizing: border-box;
  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;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  color: #333;
}

.visually-hidden {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.svg-defs {
  width: 0;
  height: 0;
  position: absolute;
  pointer-events: none;
}
:root {
  --white: #fff;
  --v2_white1: #ddd;
  --v2_white2: #F1F1F1;
  --v2_white3: #F7F7F7;
  --v2_white4: #ccc;
  --v2_green1: #39B54A;
  --v2_gray4: #999;
  --v2_red: #D75452;
  --v2_blue2: #DDEDFE;
  --v2_blue: #379AFF;
  --v2_gray: #666;
  --v2_gray1: #333;
  --v2_gray2: #ccc;
  --v2_green: #52C143;
  --v2_poppins: 'Poppins', sans-serif;
  --v2_opensans: 'Open Sans', sans-serif;
}
.dfw-header {
  background: #fff;
  background: var(--white);
  padding: 16px 30px;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 5;
  height: 82px;
  position: fixed
}
.dfw-header:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  z-index: 6;
  pointer-events: none;
}
.dfw-header-spacer {
  height: 82px;
}
.dfw-header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.dfw-header__brand {
  margin: 0;
}
.dfw-header__logo {
  display: inline-block;
  width: 49px;
  height: 50px;
}
.dfw-header__toggle {
  margin-left: auto;
}
/**
 * Hamburger
 */
.dfw-hamburger {
  display: block;
  width: 45px;
  height: 28px;
  background: none;
  border: none;
  position: relative;
  padding: 0
}
.dfw-hamburger:before {
  content: '';
  position: absolute;
  min-width: 48px;
  min-height: 48px;
  width: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.dfw-hamburger__icon {
  position: absolute;
  width: 100%;
  height: 4px;
  background: #666;
  background: var(--v2_gray);
  border-radius: 5px;
  left: 0;
  top: calc(50% - 2px);
  -webkit-transition: background-color 0.1s ease-in;
  transition: background-color 0.1s ease-in
}
.dfw-hamburger__icon:before,
.dfw-hamburger__icon:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 4px;
  background: #666;
  background: var(--v2_gray);
  border-radius: 5px;
  left: 0;
  top: -12px;
  -webkit-transition: -webkit-transform 0.2s ease-in;
  transition: -webkit-transform 0.2s ease-in;
  transition: transform 0.2s ease-in;
  transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in;
}
.dfw-hamburger__icon:after {
  top: 12px;
}
.dfw-hamburger--close .dfw-hamburger__icon {
  background: transparent
}
.dfw-hamburger--close .dfw-hamburger__icon:before {
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: translateY(12px) rotate(45deg);
  transform: translateY(12px) rotate(45deg);
}
.dfw-hamburger--close .dfw-hamburger__icon:after {
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: translateY(-12px) rotate(-45deg);
  transform: translateY(-12px) rotate(-45deg);
}
/**
 * Navigation
 */
.dfw-header-nav {
  list-style: none;
  margin: 0;
  background: #fff;
  background: var(--white);
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  border-radius: 0 0 10px 10px;
  padding: 8px 0;
  font-family: 'Poppins', sans-serif;
  font-family: var(--v2_poppins);
  display: block;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}
.dfw-header-nav--open {
  opacity: 1;
  pointer-events: all;
}
.dfw-header-nav:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
}
.dfw-header-nav__item {
  border-bottom: 0.5px solid rgba(55, 154, 255, 0.3);
  font-size: 0;
  letter-spacing: 0;
  word-spacing: 0
}
.dfw-header-nav__item:last-of-type {
  border-bottom: 0;
}
.dfw-header__link {
  display: block;
  background: none;
  border: 0;
  width: 100%;
  padding: 11px 40px;
  color: #666;
  color: var(--v2_gray);
  font-size: 1.6rem;
  line-height: 1.5em;
  text-align: left;
  font-weight: 500;
  position: relative;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.dfw-header__link--language .dfw-header__link-icon {
  display: none
}
.dfw-header__link:hover,
.dfw-header-nav__item--open .dfw-header__link {
  color: #379AFF;
  color: var(--v2_blue);
  text-decoration: none;
}
.dfw-header__link:hover .dfw-header-nav__item-icon, .dfw-header-nav__item--open .dfw-header__link .dfw-header-nav__item-icon {
  fill: #379AFF;
  fill: var(--v2_blue)
}
.dfw-header__link--language:hover,
.dfw-header-nav__item--open .dfw-header__link--language {
  color: #666;
  color: var(--v2_gray);
}
.dfw-header__link--language:hover .dfw-header__link-lang-text, .dfw-header-nav__item--open .dfw-header__link--language .dfw-header__link-lang-text {
  color: #379AFF;
  color: var(--v2_blue);
}
.dfw-header__link-lang-text {
  display: block;
  color: #333;
  color: var(--v2_gray1);
}
.dfw-header-nav__item-icon {
  fill: #666;
  fill: var(--v2_gray);
  -webkit-transition: fill 0.2s ease-in-out;
  transition: fill 0.2s ease-in-out;
}
/* Submenu */
.dfw-header-nav__submenu {
  list-style: none;
  padding: 0 0;
  margin: 0 40px;
  display: inline-block;
  overflow: hidden;
  height: 0;
  -webkit-transition: height 0.1s ease-in;
  transition: height 0.1s ease-in;
}
.dfw-header-nav__submenu-item {
  margin-bottom: 11px;
}
.dfw-header-nav__submenu-link {
  display: block;
  border: 1px solid #379AFF;
  border: 1px solid var(--v2_blue);
  color: #666;
  color: var(--v2_gray);
  border-radius: 10px;
  padding: 11px;
  font-size: 1.4rem;
  line-height: 1.3em;
  min-width: 235px;
  font-weight: 500;
  -webkit-transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
  text-decoration: none;
}
.dfw-header-nav__submenu-link--active {
  background: rgba(55, 154, 255, 0.05);
  color: #379AFF;
  color: var(--v2_blue);
}
.dfw-header-nav__submenu-link:hover,
.dfw-header-nav__submenu-link:focus {
  background: #379AFF;
  background: var(--v2_blue);
  color: #fff;
  color: var(--white);
  text-decoration: none;
}
/**
 * C2A
 */
.dfw-header__c2a {
  list-style: none;
  margin: 0 30px 0 auto;
  padding: 0;
  display: none;
}
.dfw-header__c2a-btn {
  display: block;
  padding: 11px 30px;
  font-family: 'Poppins', sans-serif;
  font-family: var(--v2_poppins);
  font-weight: 500;
  text-decoration: none
}
.dfw-header__c2a-btn:hover,
.dfw-header__c2a-btn:focus {
  text-decoration: none;
}
.dfw-header__c2a-btn--blue {
  border-radius: 90px;
  background: #379AFF;
  background: var(--v2_blue);
  color: #fff;
  color: var(--white);
  -webkit-transition: -webkit-box-shadow 0.2s ease-in;
  transition: -webkit-box-shadow 0.2s ease-in;
  transition: box-shadow 0.2s ease-in;
  transition: box-shadow 0.2s ease-in, -webkit-box-shadow 0.2s ease-in
}
.dfw-header__c2a-btn--blue:hover,
.dfw-header__c2a-btn--blue:focus {
  color: #fff;
  color: var(--white);
  -webkit-box-shadow: 0 4px 10px rgba(55, 154, 255, 0.5);
  box-shadow: 0 4px 10px rgba(55, 154, 255, 0.5);
}
@media (min-width: 920px) {
  .dfw-header__c2a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .dfw-header__c2a li:nth-of-type(2) {
    min-width: 138px;
  }

  .dfw-header__toggle {
    margin-left: 0;
  }

  .dfw-header__logo {
    width: 195px;
  }
}
@media (min-width: 1200px) {
  .dfw-header {
    max-width: 1920px;
    margin: 0 auto;
  }

  .dfw-header-nav {
    background: unset;
    border-radius: unset;
    padding: 0;
    opacity: 1;
    pointer-events: all;
    position: static;
    width: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 0 48px;
  }

  .dfw-header__link {
    padding: 0;
    position: relative;
    font-weight: 500
  }

  .dfw-header__link:before {
    content: '';
    position: absolute;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 100%;
    height: 100%;
    padding: 10px 10px 30px;
    left: -10px;
    top: -10px;
  }

  .dfw-header__link--language {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .dfw-header__link--language .dfw-header-nav__item-icon {
    margin-left: 5px;
  }

  .dfw-header__c2a {
    margin-right: 132px;
  }

  .dfw-header__c2a-btn {
    padding: 11px 30px;
  }

  .dfw-header-nav__item--submenu {
    position: relative;
  }

  .dfw-header-nav__item {
    border: 0;
    margin-right: 30px;
  }

  .dfw-header-nav__item--language {
    position: absolute;
    right: 0;
  }

  .dfw-header-nav__item--language .dfw-header__link-icon {
    display: inline-block;
  }

  .dfw-header-nav__item--language .dfw-header__link-lang-text {
    display: none;
  }

  .dfw-header-nav__item--language .dfw-header__link-icon {
    width: 30px;
    height: 30px;
    margin-right: 5px;
  }

  .dfw-header-nav__item--language .dfw-header-nav__submenu-link {
    min-width: 200px;
    border-radius: 0;
    font-weight: 500;
  }

  .dfw-header-nav__item--language .dfw-header-nav__submenu {
    left: unset;
    right: -10px;
    padding-top: 14px
  }

  .dfw-header-nav__item--language .dfw-header-nav__submenu:before {
    left: unset;
    right: 101px;
  }

  .dfw-header-nav__item--language .dfw-header-nav__submenu:after {
    left: unset;
    right: 91px;
  }
  .dfw-header-nav__item:hover .dfw-header-nav__submenu, .dfw-header-nav__item--open .dfw-header-nav__submenu {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    pointer-events: all;
  }

  .dfw-header-nav__item:hover .dfw-header__link, .dfw-header-nav__item--open .dfw-header__link {
    color: #379AFF;
    color: var(--v2_blue);
    text-decoration: none;
  }

  .dfw-header-nav__item:hover .dfw-header__link--language, .dfw-header-nav__item--open .dfw-header__link--language {
    color: #666;
    color: var(--v2_gray);
  }

  .dfw-header-nav__item:hover .dfw-header__link .dfw-header-nav__item-icon, .dfw-header-nav__item--open .dfw-header__link .dfw-header-nav__item-icon {
    fill: #379AFF;
    fill: var(--v2_blue)
  }

  .dfw-header-nav__submenu {
    position: absolute;
    top: 45px;
    left: -30px;
    background: #fff;
    background: var(--white);
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    height: auto;
    z-index: 9;
    padding: 11px 0;
    margin: 0;
    overflow: visible;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out
  }

  .dfw-header-nav__submenu:before {
    content: '';
    position: absolute;
    left: 50px;
    top: -6px;
    width: 12px;
    height: 12px;
    border-radius: 2px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    background: #fff;
    background: var(--white);
    z-index: 1;
  }

  .dfw-header-nav__submenu:after {
    content: '';
    position: absolute;
    width: 30px;
    height: 14px;
    left: 40px;
    top: 0;
    background: #fff;
    background: var(--white);
    z-index: 2;
  }

  .dfw-header-nav__submenu-item {
    border-bottom: 0.5px solid rgba(55, 154, 255, 0.2);
    margin: 0
  }

  .dfw-header-nav__submenu-item:last-of-type {
    border-bottom: 0;
  }

  .dfw-header-nav__submenu-link {
    border: 0;
    padding: 11px 15px;
    -webkit-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    font-weight: 500;
    color: #333;
    color: var(--v2_gray1);
    text-decoration: none
  }

  .dfw-header-nav__submenu-link:hover,
  .dfw-header-nav__submenu-link:focus {
    background: none;
    color: #379AFF;
    color: var(--v2_blue);
  }

  .dfw-header-nav__submenu-link--active {
    color: #379AFF;
    color: var(--v2_blue);
  }

  .dfw-header-nav__submenu-link--active:hover,
  .dfw-header-nav__submenu-link--active:focus {
    background: rgba(55, 154, 255, 0.05);
  }

  .dfw-header__toggle {
    display: none;
  }
  .dfw-header--fr .dfw-header__link,
  .dfw-header--fr .dfw-header__c2a-btn{
    font-size: 1.2rem;
  }

  .dfw-header--fr .dfw-header-nav {
    margin-left: 20px;
  }

  .dfw-header--fr .dfw-header-nav__item {
    margin-right: 20px;
  }

  .dfw-header--fr .dfw-header__c2a-btn {
    padding-left: 15px;
    padding-right: 15px;
  }
  .dfw-header--es .dfw-header__link,
  .dfw-header--es .dfw-header__c2a-btn{
    font-size: 1.2rem;
  }
}
@media (min-width: 1400px) {
  .dfw-header--fr .dfw-header__link,
  .dfw-header--fr .dfw-header__c2a-btn,
  .dfw-header--es .dfw-header__link,
  .dfw-header--es .dfw-header__c2a-btn{
    font-size: 1.6rem;
  }
}
@media (min-width:1550px) {
  .dfw-header--fr .dfw-header-nav {
    margin-left: 30px;
  }

  .dfw-header--fr .dfw-header-nav__item {
    margin-right: 30px;
  }

  .dfw-header--fr .dfw-header__c2a-btn {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1920px) {
  .dfw-header {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.dfw-navbar a {
  text-decoration: none !important;
}
.dfw-navbar a:not(.nav-btn):hover,
.dfw-navbar a:not(.nav-btn):focus {
  color: inherit;
  text-decoration: none !important;
}
.nav-btn {
  --primary-color: #333;
  --secondary-color: #fff;
  background: var(--primary-color);
  border: 2px solid var(--primary-color);
  border-radius: 100px;
  color: var(--secondary-color);
  cursor: pointer;
  display: inline-block;
  font: 600 1.6rem 'Poppins', sans-serif;
  padding: 10px 50px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: color .2s ease-in-out,background .2s ease-in-out,border-color .2s ease-in-out,-webkit-transform .2s ease-in-out;
  transition: color .2s ease-in-out,background .2s ease-in-out,border-color .2s ease-in-out,-webkit-transform .2s ease-in-out;
  transition: color .2s ease-in-out,background .2s ease-in-out,transform .2s ease-in-out,border-color .2s ease-in-out;
  transition: color .2s ease-in-out,background .2s ease-in-out,transform .2s ease-in-out,border-color .2s ease-in-out,-webkit-transform .2s ease-in-out
}
.nav-btn:focus,.nav-btn:hover {
  background: transparent;
  color: var(--primary-color)
}
.nav-btn--mw {
  min-width: 240px;
  padding: 10px 20px
}
.nav-btn--mini {
  padding: 10px 30px
}
.nav-btn__icon {
  margin-left: 40px
}
.nav-btn__icon * {
  stroke: var(--secondary-color);
  -webkit-transition: stroke .2s ease-in-out;
  transition: stroke .2s ease-in-out
}
.nav-btn--icon {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 20px
}
.nav-btn--icon:focus *,.nav-btn--icon:hover * {
  stroke: var(--primary-color)
}
.nav-btn--icon--fill:focus,.nav-btn--icon--fill:focus *,.nav-btn--icon--fill:hover,.nav-btn--icon--fill:hover * {
  stroke: none;
  fill: var(--primary-color)
}
.nav-btn--outline {
  background: transparent;
  color: var(--primary-color)
}
.nav-btn--outline .btn__icon * {
  stroke: var(--primary-color)
}
.nav-btn--outline:focus,.nav-btn--outline:hover {
  background: var(--primary-color);
  color: var(--secondary-color)
}
.nav-btn--outline:focus .btn__icon *,.nav-btn--outline:hover .btn__icon * {
  stroke: var(--secondary-color)
}
.nav-btn--center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.nav-btn--center .btn__icon {
  margin-left: 20px
}
.nav-btn--shadow {
  position: relative
}
.nav-btn--shadow:before {
  border-radius: 100px;
  -webkit-box-shadow: var(--shadow);
  box-shadow: var(--shadow);
  content: "";
  height: calc(100% + 4px);
  left: -2px;
  opacity: 0;
  position: absolute;
  top: -2px;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  width: calc(100% + 4px)
}
.nav-btn--shadow:focus,.nav-btn--shadow:hover {
  stroke: var(--secondary-color);
  background: var(--primary-color);
  border: 2px solid var(--primary-color);
  color: var(--secondary-color)
}
.nav-btn--shadow:focus:before,.nav-btn--shadow:hover:before {
  opacity: 1
}
.nav-btn--color:focus,.nav-btn--color:hover {
  background: var(--darker-color);
  border-color: var(--darker-color);
  color: var(--secondary-color)
}
.nav-btn--color:focus .btn__icon--fill,.nav-btn--color:focus .btn__icon--fill *,.nav-btn--color:hover .btn__icon--fill,.nav-btn--color:hover .btn__icon--fill * {
  stroke: none;
  fill: var(--secondary-color)
}
.nav-btn--color.btn--outline:focus,.nav-btn--color.btn--outline:hover {
  background: transparent;
  color: var(--darker-color)
}
.nav-btn--blue {
  --primary-color: #379aff;
  --darker-color: #0d6efd;
  --shadow: 0 4px 10px rgba(55,154,255,.5)
}
.dfw-menu {
  background: #fff;
  -webkit-box-shadow: 0 15px 30px hsla(0,0%,40%,.25);
  box-shadow: 0 15px 30px hsla(0,0%,40%,.25);
  left: 0;
  list-style: none;
  margin: 0;
  max-height: calc(100vh - 80px);
  opacity: 0;
  overflow: scroll;
  padding: 10px 0 20px;
  pointer-events: none;
  position: absolute;
  top: 80px;
  -webkit-transition: opacity .4s cubic-bezier(0,.98,.48,.97);
  transition: opacity .4s cubic-bezier(0,.98,.48,.97);
  width: 100%
}
.dfw-menu--open {
  opacity: 1;
  pointer-events: all
}
.dfw-menu__item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: none;
  border: none;
  color: #666;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  font: 500 1.6rem 'Poppins', sans-serif;
  grid-gap: 0 14px;
  gap: 0 14px;
  padding: 10px 30px;
  text-decoration: none;
  width: 100%
}
@media (min-width: 1240px) {
  .dfw-menu {
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
    overflow: visible;
    padding: 0;
    pointer-events: all;
    position: static
  }

  .dfw-menu__item {
    padding: 12px 15px;
    -webkit-transition: color .4s cubic-bezier(0,.98,.48,.97);
    transition: color .4s cubic-bezier(0,.98,.48,.97)
  }

  .dfw-menu__item:focus~.dfw-submenu,.dfw-menu__item:hover~.dfw-submenu,.dfw-submenu[focus-within],.dfw-submenu:hover {
    opacity: 1;
    pointer-events: all;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  .dfw-menu__item:focus~.dfw-submenu,.dfw-menu__item:hover~.dfw-submenu,.dfw-submenu:focus-within,.dfw-submenu:hover {
    opacity: 1;
    pointer-events: all;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  .dfw-menu__item:focus,.dfw-menu__item:hover,.dfw-submenu[focus-within]~.dfw-menu__item,.dfw-submenu:hover~.dfw-menu__item {
    color: #379aff
  }

  .dfw-menu__item:focus,.dfw-menu__item:hover,.dfw-submenu:focus-within~.dfw-menu__item,.dfw-submenu:hover~.dfw-menu__item {
    color: #379aff
  }

  .dfw-menu__item:focus .dfw-navbar__submenu-trigger-icon,.dfw-menu__item:hover .dfw-navbar__submenu-trigger-icon,.dfw-submenu[focus-within]~.dfw-menu__item .dfw-navbar__submenu-trigger-icon,.dfw-submenu:hover~.dfw-menu__item .dfw-navbar__submenu-trigger-icon {
    fill: #379aff
  }

  .dfw-menu__item:focus .dfw-navbar__submenu-trigger-icon,.dfw-menu__item:hover .dfw-navbar__submenu-trigger-icon,.dfw-submenu:focus-within~.dfw-menu__item .dfw-navbar__submenu-trigger-icon,.dfw-submenu:hover~.dfw-menu__item .dfw-navbar__submenu-trigger-icon {
    fill: #379aff
  }
}
.wide-item {
  background: #f6f7f9;
  padding: 20px 30px 30px
}
.wide-item__heading {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  font-weight: 600;
  grid-gap: 10px;
  gap: 10px;
  margin: 0 0 5px
}
.wide-item__heading svg {
  display: block
}
.wide-item__text {
  color: #999;
  font-size: 1.4rem;
  font-weight: 500;
  margin: 5px 0 20px
}
.wide-item__text span {
  color: #999;
  display: block
}
.wide-item__btn {
  min-width: 300px
}
@media (min-width: 1240px) {
  .wide-item {
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    border-radius: 0 0 15px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-gap: 40px;
    gap: 40px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .wide-item__btn {
    min-width: unset;
    width: -moz-max-content;
    width: -webkit-max-content;
    width: max-content
  }

  .wide-item__text {
    margin-bottom: 0
  }
}
.dfw-submenu {
  height: 0;
  overflow: hidden;
  -webkit-transition: height .3s ease-in;
  transition: height .3s ease-in
}
.dfw-submenu__group {
  padding: 10px 10px 10px 30px
}
.dfw-submenu__group-heading {
  color: #333;
  font: 600 1.6rem 'Poppins', sans-serif;
  margin: 0 0 20px
}
.dfw-submenu__items {
  display: grid;
  grid-gap: 15px;
  gap: 15px;
  list-style: none;
  margin: 0;
  padding: 0
}
.dfw-submenu__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  color: #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  grid-gap: 10px;
  gap: 10px;
  padding: 5px;
  text-decoration: none;
  -webkit-transition: background .2s ease-in-out;
  transition: background .2s ease-in-out
}
.dfw-submenu__link:focus,.dfw-submenu__link:hover {
  background: rgba(55,154,255,.1)
}
.dfw-submenu__link:focus .dfw-submenu__icon,.dfw-submenu__link:hover .dfw-submenu__icon {
  background: #379aff;
}
.dfw-submenu__link:focus .dfw-submenu__icon svg,.dfw-submenu__link:hover .dfw-submenu__icon svg {
  fill: #fff;
}
.dfw-submenu__icon {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(55,154,255,.15);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 35px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: background .2s ease-in-out;
  transition: background .2s ease-in-out;
  width: 35px
}
.dfw-submenu__icon svg {
  -webkit-transition: fill .2s ease-in-out;
  transition: fill .2s ease-in-out
}
.dfw-submenu__lang-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: none;
  border: 1px solid #379aff;
  border-radius: 100px;
  color: #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 10px;
  gap: 10px;
  margin-right: 20px;
  padding: 10px 15px;
  text-decoration: none;
  -webkit-transition: background .2s ease-in-out,color .2s ease-in-out;
  transition: background .2s ease-in-out,color .2s ease-in-out
}
.dfw-submenu__lang-link:focus,.dfw-submenu__lang-link:hover {
  background: rgba(55,154,255,.1);
  color: #379aff;
}
@media (min-width: 920px) {
  .dfw-submenu__groups {
    -webkit-box-align:start;
    -ms-flex-align:start;
    align-items:flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    grid-gap: 60px;
    gap: 60px
  }
}
@media (min-width: 1240px) {
  .dfw-submenu {
    background: #fff;
    border-radius: 15px;
    -webkit-box-shadow: 0 15px 30px hsla(0,0%,40%,.25);
    box-shadow: 0 15px 30px hsla(0,0%,40%,.25);
    height: auto;
    left: 0;
    opacity: 0;
    overflow: visible;
    pointer-events: none;
    position: absolute;
    top: 50px;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-transition: opacity .4s cubic-bezier(0,.98,.48,.97),-webkit-transform .5s cubic-bezier(0,.98,.48,.97);
    transition: opacity .4s cubic-bezier(0,.98,.48,.97),-webkit-transform .5s cubic-bezier(0,.98,.48,.97);
    transition: opacity .4s cubic-bezier(0,.98,.48,.97),transform .5s cubic-bezier(0,.98,.48,.97);
    transition: opacity .4s cubic-bezier(0,.98,.48,.97),transform .5s cubic-bezier(0,.98,.48,.97),-webkit-transform .5s cubic-bezier(0,.98,.48,.97);
    width: -moz-max-content;
    width: -webkit-max-content;
    width: max-content;
    z-index: 99
  }

  .dfw-submenu__groups {
    padding: 40px 40px 40px 30px
  }

  .dfw-submenu__group {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    padding: 0
  }

  .dfw-submenu__link {
    padding: 5px 15px 5px 5px
  }
}
.lang-menu {
  display: none
}
@media (min-width: 1240px) {
  .lang-menu {
    display:block;
    position: relative;
    z-index: 99
  }

  .lang-menu__active {
    background: rgba(55,154,255,.05);
    border: 1px solid rgba(55,154,255,.5);
    border-radius: 3px;
    cursor: pointer;
    padding: 9px 6px
  }

  .lang-menu__list {
    background: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 15px 30px hsla(0,0%,40%,.25);
    box-shadow: 0 15px 30px hsla(0,0%,40%,.25);
    display: grid;
    left: 0;
    list-style: none;
    margin: 0;
    opacity: 0;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 40px;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-transition: opacity .5s cubic-bezier(0,.98,.48,.97),-webkit-transform .5s cubic-bezier(0,.98,.48,.97);
    transition: opacity .5s cubic-bezier(0,.98,.48,.97),-webkit-transform .5s cubic-bezier(0,.98,.48,.97);
    transition: opacity .5s cubic-bezier(0,.98,.48,.97),transform .5s cubic-bezier(0,.98,.48,.97);
    transition: opacity .5s cubic-bezier(0,.98,.48,.97),transform .5s cubic-bezier(0,.98,.48,.97),-webkit-transform .5s cubic-bezier(0,.98,.48,.97);
    width: 44px;
    z-index: 99
  }

  .lang-menu__link {
    display: block;
    padding: 10px 6px;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition: -webkit-transform .5s cubic-bezier(0,.98,.48,.97);
    transition: -webkit-transform .5s cubic-bezier(0,.98,.48,.97);
    transition: transform .5s cubic-bezier(0,.98,.48,.97);
    transition: transform .5s cubic-bezier(0,.98,.48,.97), -webkit-transform .5s cubic-bezier(0,.98,.48,.97)
  }

  .lang-menu__link:focus,.lang-menu__link:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
  }

  .lang-menu__active:focus~.lang-menu__list,.lang-menu__active:hover~.lang-menu__list,.lang-menu__list[focus-within],.lang-menu__list:hover {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  .lang-menu__active:focus~.lang-menu__list,.lang-menu__active:hover~.lang-menu__list,.lang-menu__list:focus-within,.lang-menu__list:hover {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}
.lang-flag {
  background: url(https://try.cart.com/hubfs/DFW/flags.png) no-repeat 0 20px;
  display: block;
  height: 20px;
  width: 30px
}
.lang-flag--en {
  background-position-y: 0
}
.lang-flag--de {
  background-position-y: -20px
}
.lang-flag--nl {
  background-position-y: -40px
}
.lang-flag--es {
  background-position-y: -60px
}
.lang-flag--it {
  background-position-y: -80px
}
.lang-flag--fr {
  background-position-y: -100px
}
.lang-flag--da-dk {
  background-position-y: -120px
}
.lang-flag--pl {
  background-position-y: -140px
}
.lang-flag--pt {
  background-position-y: -160px
}
.dfw-navbar__container {
  left: 0;
  position: fixed;
  top: 0;
  -webkit-transition: -webkit-transform .4s cubic-bezier(0,.98,.48,.97);
  transition: -webkit-transform .4s cubic-bezier(0,.98,.48,.97);
  transition: transform .4s cubic-bezier(0,.98,.48,.97);
  transition: transform .4s cubic-bezier(0,.98,.48,.97), -webkit-transform .4s cubic-bezier(0,.98,.48,.97);
  width: 100%;
  z-index: 999;
}
.dfw-navbar__container--hidden {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%)
}
.dfw-navbar__bar--main {
  background: #fff;
  color: #333;
  font-family: 'Poppins', sans-serif;
  padding: 15px;
  z-index: 98
}
.dfw-navbar__bar--main:after {
  -webkit-box-shadow: 0 12px 24px rgba(9,7,37,.06);
  box-shadow: 0 12px 24px rgba(9,7,37,.06);
  content: "";
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%
}
.dfw-navbar__bar {
  position: relative
}
.dfw-navbar__wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  max-width: 1920px
}
.dfw-navbar__logo {
  display: block
}
.dfw-navbar__brand {
  margin-right: 35px
}
.dfw-navbar__item {
  position: relative
}
.dfw-navbar__item--langs .dfw-menu__item span {
  text-align: left;
  width: 100%
}
.dfw-navbar__menu-trigger {
  background: rgba(55,154,255,.05);
  border: 1px solid rgba(55,154,255,.5);
  border-radius: 3px;
  cursor: pointer;
  margin-left: auto;
  padding: 10px 6px
}
.dfw-navbar__menu-trigger svg {
  display: block;
  overflow: visible
}
.dfw-navbar__menu-trigger rect {
  -webkit-transition: opacity .4s cubic-bezier(0,.98,.48,.97),-webkit-transform .4s cubic-bezier(0,.98,.48,.97);
  transition: opacity .4s cubic-bezier(0,.98,.48,.97),-webkit-transform .4s cubic-bezier(0,.98,.48,.97);
  transition: transform .4s cubic-bezier(0,.98,.48,.97),opacity .4s cubic-bezier(0,.98,.48,.97);
  transition: transform .4s cubic-bezier(0,.98,.48,.97),opacity .4s cubic-bezier(0,.98,.48,.97),-webkit-transform .4s cubic-bezier(0,.98,.48,.97)
}
.dfw-navbar__menu-trigger--open rect:first-of-type {
  -webkit-transform: rotate(45deg) translateY(10px);
  transform: rotate(45deg) translateY(10px);
  -webkit-transform-origin: center;
  transform-origin: center
}
.dfw-navbar__menu-trigger--open rect:nth-of-type(3) {
  -webkit-transform: rotate(-45deg) translateY(-10px);
  transform: rotate(-45deg) translateY(-10px);
  -webkit-transform-origin: center;
  transform-origin: center
}
.dfw-navbar__menu-trigger--open rect:nth-of-type(2) {
  opacity: 0
}
.dfw-navbar__submenu-trigger-icon {
  -webkit-transition: fill .4s cubic-bezier(0,.98,.48,.97);
  transition: fill .4s cubic-bezier(0,.98,.48,.97)
}
.dfw-navbar__c2a-box {
  display: none
}
@media (min-width: 920px) {
  .dfw-navbar__menu-trigger {
    margin-left:0
  }

  .dfw-navbar__c2a-box {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-gap: 30px;
    gap: 30px;
    margin: 0 30px 0 auto
  }

  .dfw-navbar__c2a-placeholder {
    min-width: 148.52px
  }
}
@media (min-width: 1240px) {
  .dfw-navbar__bar--main {
    padding:15px 30px
  }

  .dfw-navbar__item--langs,.dfw-navbar__menu-trigger {
    display: none
  }
}
.dfw-footer {
  background: #333;
  padding: 60px 45px;
  font-family: 'Poppins', sans-serif;
  font-family: var(--v2_poppins);
}
.footer-links {
  list-style: none;
  margin: 0 auto 45px;
  padding: 0;
  display: grid;
  grid-gap: 30px;
  gap: 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.footer-links__heading {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3em;
  color: #52C143;
  color: var(--v2_green);
  margin: 0 0 15px;
}
.footer-links__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-links__link {
  color: #fff;
  color: var(--white);
  text-decoration: none;
  font: 600 14px 'Open Sans', sans-serif;
  font: 600 14px var(--v2_opensans);
  line-height: 2.15em;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.footer-links__link:hover,
.footer-links__link:focus,
.footer-links__link--active {
  color: #379AFF;
  color: var(--v2_blue);
  text-decoration: none;
}
.footer-socials {
  list-style: none;
  padding: 0;
  margin: 0 auto 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.footer-socials__icon {
  display: block;
}
.footer-socials__icon path,
.footer-socials__icon circle {
  -webkit-transition: fill 0.2s ease-in-out, stroke 0.2s ease-in-out;
  transition: fill 0.2s ease-in-out, stroke 0.2s ease-in-out;
}
.footer-socials__link {
  display: block;
  position: relative;
  margin-right: 25px
}
.footer-socials__link:before {
  content: '';
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  position: absolute;
  left: -10px;
  top: -10px;
  width: 100%;
  height: 100%;
  padding: 10px;
}
.footer-socials__link:hover .footer-socials__icon path, .footer-socials__link:focus .footer-socials__icon path {
  fill: #fff;
  fill: var(--white);
}
.footer-socials__link:hover .footer-socials__icon circle, .footer-socials__link:focus .footer-socials__icon circle {
  stroke: #52C143;
  stroke: var(--v2_green);
  fill: #52C143;
  fill: var(--v2_green);
}
.footer-socials__item:last-of-type .footer-socials__link {
  margin-right: 0;
}
.dfw-footer__badge {
  display: grid;
  grid-gap: 20px;
  gap: 20px;
  margin: 0 auto 45px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.dfw-footer__badge a {
  display: inline-block;
}
.dfw-footer__badge img {
  display: block;
}
.dfw-footer__copyright {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3em;
  color: #fff;
  color: var(--white);
  display: block;
  text-align: center;
  margin: 0 0 15px;
}
.dfw-footer__copyright--datafeed {
  color: #379AFF;
  color: var(--v2_blue);
}
.dfw-footer__copyright--watch {
  color: #52C143;
  color: var(--v2_green);
}
.privacy-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 6px 50px;
  gap: 6px 50px;
}
.privacy-links__link {
  font-size: 16px;
  color: #ccc;
  text-decoration: none
}
.privacy-links__link:hover,
.privacy-links__link:focus {
  color: #ccc;
}
.privacy-links__item {
  position: relative
}
.privacy-links__item:after {
  position: absolute;
  background: #666;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  top: 50%;
  right: -30px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.privacy-links__item:nth-of-type(2n + 1) {
  text-align: right
}
.privacy-links__item:nth-of-type(2n + 1):after {
  content: '';
}
@media (min-width: 560px) {
  .footer-links {
    grid-template-columns: repeat(2, auto);
    grid-gap: 50px 60px;
    gap: 50px 60px;
  }

  .privacy-links {
    grid-template-columns: repeat(2, auto);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .privacy-links__link {
    white-space: nowrap;
  }

  .dfw-footer__badge {
    grid-template-columns: 148px 148px;
  }
}
@media (min-width: 920px) {
  .footer-links {
    grid-template-columns: repeat(3, auto);
    grid-gap: 50px 140px;
    gap: 50px 140px
  }

  .dfw-footer__box--more {
    width: 690px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 316px auto;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    grid-gap: 20px;
    gap: 20px;
  }

  .dfw-footer__badge {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .dfw-footer__copyright {
    text-align: right;
  }

  .privacy-links,
  .footer-socials {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .privacy-links {
    grid-gap: 6px 25px;
    gap: 6px 25px;
  }
  .privacy-links__item:after {
    right: -18px;
  }
}
@media (min-width: 1150px) {
  .footer-links {
    grid-template-columns: repeat(6, auto);
    grid-gap: 40px;
    gap: 40px;
  }

  .dfw-footer__box--more {
    width: 1044px;
  }

  .privacy-links {
    grid-template-columns: repeat(4, auto);
  }
  .privacy-links__item:after {
    content: '';
  }

  .privacy-links__item:last-of-type:after {
    content: unset;
  }
}
@media (min-width: 1240px) {
  .footer-links {
    grid-gap: 50px;
    gap: 50px;
  }

  .dfw-footer__box--more {
    width: 1142px;
  }

  .privacy-links {
    grid-gap: 6px 50px;
    gap: 6px 50px;
  }
  .privacy-links__item:after {
    right: -30px;
  }
}
@media (min-width: 1400px) {
  .footer-links {
    grid-gap: 70px;
    gap: 70px;
  }

  .dfw-footer__box--more {
    width: 1242px;
  }
}