@charset "UTF-8";
.container-fluid {
  max-width: 100%;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

@font-face {
  font-family: "Kantar";
  src: url("../fonts/KantarBrown-Thin.woff2") format("woff2"), url("../fonts/KantarBrown-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Kantar";
  src: url("../fonts/KantarBrown-ThinItalic.woff2") format("woff2"), url("../fonts/KantarBrown-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Kantar";
  src: url("../fonts/KantarBrown-Light.woff2") format("woff2"), url("../fonts/KantarBrown-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Kantar";
  src: url("../fonts/KantarBrown-LightItalic.woff2") format("woff2"), url("../fonts/KantarBrown-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Kantar";
  src: url("../fonts/KantarBrown-Regular.woff2") format("woff2"), url("../fonts/KantarBrown-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Kantar";
  src: url("../fonts/KantarBrown-Italic.woff2") format("woff2"), url("../fonts/KantarBrown-Italic.woff") format("woff"), url("../fonts/KantarBrown-Italic.otf") format("otf");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Kantar";
  src: url("../fonts/KantarBrown-Bold.woff2") format("woff2"), url("../fonts/KantarBrown-Bold.woff") format("woff"), url("../fonts/KantarBrown-Bold.otf") format("otf");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Kantar";
  src: url("../fonts/KantarBrown-BoldItalic.woff2") format("woff2"), url("../fonts/KantarBrown-BoldItalic.woff") format("woff"), url("../fonts/KantarBrown-BoldItalic.otf") format("otf");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
*::before,
*::after {
  box-sizing: inherit;
}

* {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  margin: 0;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  font-family: "Kantar", "Open Sans", "Arial", "Microsoft Yahei", "PingFang";
  font-weight: 400;
  color: #000000;
  font-size: 16px;
  line-height: 1.5;
}

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: inherit;
}

p {
  margin: 0;
}

h1,
.h1 {
  color: #000000;
  font-size: 60px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

h2,
.h2 {
  color: #000000;
  font-size: 45px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

h3,
.h3 {
  color: #000000;
  font-size: 30px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

h4,
.h4 {
  color: #000000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

p,
.p {
  color: #000000;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
}

.p2 {
  color: #000000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

b,
strong {
  font-weight: 700;
}

button,
input,
optgroup,
select,
textarea {
  font-size: 14px;
  line-height: 1.3;
  border-radius: 0;
}
button:focus,
input:focus,
optgroup:focus,
select:focus,
textarea:focus {
  outline: none;
}

input[type=submit] {
  cursor: pointer;
}

button {
  border: none;
  background: none;
  font-family: "Kantar", "Open Sans", "Arial", "Microsoft Yahei", "PingFang";
}

button:not([disabled]),
a[role=button]:not([disabled]) {
  cursor: pointer;
}

.button {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  height: unset;
  display: block;
  background: #000000;
  border: none;
  border-radius: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: #FFFFFF;
  padding: 10px 30px;
  margin-top: 10px;
  cursor: pointer;
}
.button.button-white {
  background: #FFFFFF;
  color: #000000;
}
.button.button-white:after {
  background-color: #FFFFFF;
}
.button.button-white:active, .button.button-white:focus, .button.button-white:hover {
  background: #FFFFFF;
  color: #000000;
  border: none;
}
.button.button-white:active:after, .button.button-white:focus:after, .button.button-white:hover:after {
  background-color: #EB0064;
}
.button:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #000000;
  transition: width 0.6s;
}
.button:active, .button:focus, .button:hover {
  background: #000000;
  font-weight: 400;
  color: #FFFFFF;
  border: none;
  border-radius: 0;
  outline: none;
}
.button:active:after, .button:focus:after, .button:hover:after {
  width: 100%;
  background-color: #EB0064;
}

sup, sub {
  font-size: 65% !important;
}

.tietery {
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  color: #000000;
  padding: 5px 10px;
  margin-top: 20px;
}
.tietery.tietery-white {
  color: #FFFFFF;
}
.tietery:hover {
  color: #EB0064;
}

fieldset {
  margin: 0;
  border: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

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

svg {
  fill: currentColor;
}

::-moz-placeholder {
  color: #000000;
}

::placeholder {
  color: #000000;
}

.main {
  flex-grow: 1;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

a {
  transition: all 0.25s ease-in-out;
  text-decoration: none;
  color: inherit;
}
a:focus, a:hover, a:active {
  transition: all 0.25s ease-in-out;
}

section {
  padding: 40px 20px;
}
@media (min-width: 744px) {
  section {
    padding: 80px 60px;
  }
}
@media (min-width: 1280px) {
  section {
    padding: 80px 156px;
  }
}
@media (min-width: 1440px) {
  section {
    padding: 80px calc(50% - 564px);
  }
}

.page-wrapper {
  max-width: unset;
}

.main-content__container.container {
  max-width: unset;
  padding: 0;
}

.region.grid-full {
  display: block;
}

section .container {
  max-width: 1128px;
  margin: auto;
}

.background-muted {
  background: #F2F1EF !important;
}

.golden-line::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 4px;
  height: calc(100% - 8px);
  background-image: linear-gradient(360deg, #B28300 0%, #F0D956 32.81%, #FFED6A 60.42%, #F5D757 79.69%, #E8BB3E 100%);
}

.swiper .swiper-slide {
  height: auto;
}
.swiper .swiper-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 3px;
  border-radius: 0;
  background: #D4D4C9;
}
.swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 40px;
  height: 3px;
  background: #000000;
}
.swiper .swiper-button-prev:after,
.swiper .swiper-button-next:after {
  color: #000000;
  font-size: 22px;
  font-weight: bold;
}

.no-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.no-scrollbar::-webkit-scrollbar {
  display: none;
}

.pop-up-wrapper {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  overflow-y: scroll;
  z-index: 20;
  padding: 66px 0;
}
.pop-up-wrapper .pop-up-header {
  height: 33px;
  background: #FFFFFF;
  margin: 0 20px;
  box-sizing: content-box;
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 1280px) {
  .pop-up-wrapper .pop-up-header {
    margin: 0 calc(50% - 500px);
  }
}
.pop-up-wrapper .pop-up-header .close-icon {
  width: 33px;
  height: 33px;
  background: #000;
  cursor: pointer;
}

.tags span,
.tags .tag {
  position: relative;
}
.tags span:before,
.tags .tag:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 2px;
  background: transparent;
  transition: background 0.6s;
}
.tags span:hover:before,
.tags .tag:hover:before {
  background: #EB0064;
}

.checkbox input[type=checkbox] {
  display: none;
}
.checkbox input[type=checkbox] + label {
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 2px solid #AEAE9F;
  background: transparent;
  flex-shrink: 0;
  margin: 0 20px 0 0;
  border-radius: 4px;
}
.checkbox input[type=checkbox] + label img {
  display: none;
}
.checkbox input[type=checkbox]:checked + label {
  width: 24px;
  height: 24px;
  background: #EB0064;
  border: none;
  position: relative;
}
.checkbox input[type=checkbox]:checked + label img {
  display: initial;
  width: 16px;
  height: 16px;
  margin: 4px;
}
.checkbox .label-text {
  font-size: 16px;
  font-weight: 300;
}
.checkbox .label-text span, .checkbox .label-text a {
  color: #0060FF;
  text-decoration: none;
}

.option {
  height: 44px;
  display: inline-block;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
.option input[type=radio] {
  display: none;
}
.option input[type=radio] + label::before {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  border-radius: 50%;
  border: 1px solid #AEAE9F;
  line-height: 1;
}
.option input[type=radio]:checked + label::before {
  border: 1px solid #EB0064;
  background-color: #EB0064;
  background-clip: content-box;
  padding: 6px;
}

.input-wrapper {
  position: relative;
  margin-top: 30px;
  width: 100%;
}
.input-wrapper.err input {
  border-bottom: 1px solid #E10000;
}
.input-wrapper.err .err-msg {
  display: inherit;
}
.input-wrapper input {
  width: 100%;
  height: 60px;
  padding: 0 20px;
  border: none;
  border-bottom: 1px solid #000000;
  background: transparent;
}
.input-wrapper input::input-placeholder {
  color: #AEAE9F;
}
.input-wrapper input::-webkit-input-placeholder {
  color: #AEAE9F;
}
.input-wrapper .err-msg {
  position: absolute;
  bottom: -20px;
  font-size: 10px;
  line-height: 12px;
  font-weight: 400;
  color: #E10000;
  padding: 0 20px;
  display: none;
}

.prevent-scrolling {
  overflow: hidden;
}

.no-vertical-margin {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.no-top-margin {
  padding-top: 0 !important;
}

.no-bottom-margin {
  padding-bottom: 0 !important;
}

.kantar-section-title {
  padding: 40px 20px 0;
}
@media (min-width: 744px) {
  .kantar-section-title {
    padding: 40px 60px 0;
  }
}
@media (min-width: 1280px) {
  .kantar-section-title {
    padding: 40px 156px 0;
  }
}
@media (min-width: 1440px) {
  .kantar-section-title {
    padding: 40px calc(50% - 564px) 0;
  }
}

section.kantar-banniere-logo {
  padding-left: 0;
  padding-right: 0;
  background: #F2F1EF;
}
@media (min-width: 744px) {
  section.kantar-banniere-logo.has-side-anchor {
    padding: 40px 60px 40px 284px;
  }
}
@media (min-width: 1280px) {
  section.kantar-banniere-logo.has-side-anchor {
    padding: 40px 156px 40px 440px;
  }
}
@media (min-width: 1440px) {
  section.kantar-banniere-logo.has-side-anchor {
    padding: 40px calc(50% - 564px) 40px calc(50% - 564px + 264px + 20px);
  }
}
section.kantar-banniere-logo .banniere-logo-title {
  margin-left: 20px;
  margin-right: 20px;
}
@media (min-width: 744px) {
  section.kantar-banniere-logo .banniere-logo-title {
    margin-left: 60px;
    margin-right: 60px;
  }
}
@media (min-width: 1280px) {
  section.kantar-banniere-logo .banniere-logo-title {
    margin-left: 0;
    margin-right: 0;
  }
}
section.kantar-banniere-logo .logos {
  margin-top: 40px;
}
section.kantar-banniere-logo .logos .logo {
  width: auto;
}
section.kantar-banniere-logo .logos .logo .logo-image {
  height: 60px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
section.kantar-banniere-logo .logos .logo .template {
  aspect-ratio: 16/9;
  background-color: #AEAE9F;
}
section.kantar-banniere-logo .swiper-wrapper {
  transition-timing-function: linear;
}

@media (min-width: 744px) {
  section.kantar-cas-client.has-side-anchor {
    padding: 40px 60px 40px 284px;
  }
}
@media (min-width: 1280px) {
  section.kantar-cas-client.has-side-anchor {
    padding: 40px 156px 40px 440px;
  }
}
@media (min-width: 1440px) {
  section.kantar-cas-client.has-side-anchor {
    padding: 40px calc(50% - 564px) 40px calc(50% - 564px + 264px + 20px);
  }
}
section.kantar-cas-client .cas-client-titles .cas-client-subtitle {
  font-family: "Kantar";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 5px;
}
@media (min-width: 744px) {
  section.kantar-cas-client .cas-client-titles .cas-client-subtitle {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    margin-top: 10px;
  }
}
section.kantar-cas-client .cases .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
@media (min-width: 744px) {
  section.kantar-cas-client .cases .swiper-slide {
    flex-direction: row;
  }
}
section.kantar-cas-client .cases .case {
  position: relative;
  width: 100%;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  gap: 20px;
  padding: 20px 0;
  margin: 20px 0;
}
@media (min-width: 744px) {
  section.kantar-cas-client .cases .case {
    flex-direction: row;
    margin: 20px 0;
  }
  section.kantar-cas-client .cases .case:hover img {
    transform: scale(1.2) translateY(-8%) !important;
  }
}
@media (min-width: 1280px) {
  section.kantar-cas-client .cases .case {
    align-items: center;
    margin: 40px 130px;
  }
}
section.kantar-cas-client .cases .case .card-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 1;
}
section.kantar-cas-client .cases .case .image-wrapper {
  width: 100%;
  height: 200px;
  max-width: none;
  flex-shrink: 0;
  overflow: hidden;
}
@media (min-width: 744px) {
  section.kantar-cas-client .cases .case .image-wrapper {
    width: 200px;
    height: 189px;
  }
}
section.kantar-cas-client .cases .case .image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 1s ease-in-out;
  transform: scale(1.1) translateY(4%);
  transform-origin: center;
}
section.kantar-cas-client .cases .case .case-content .tags {
  flex-wrap: wrap;
  gap: 10px;
  margin: 12px 0;
}
section.kantar-cas-client .cases .case .case-content .tags .tag {
  color: #000000;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background: #D4D4C9;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.08);
  z-index: 1;
  padding: 4px 12px;
}
section.kantar-cas-client .cases .case .case-content .case-description {
  color: #858574;
}
section.kantar-cas-client .cases .case .case-content .case-date {
  color: #000000;
  font-family: "Kantar";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 12px;
}
section.kantar-cas-client .cases .quote {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  padding: 20px 0;
  margin: 20px 0;
}
@media (min-width: 744px) {
  section.kantar-cas-client .cases .quote {
    flex-direction: row-reverse;
    padding: 20px 0;
  }
}
@media (min-width: 1280px) {
  section.kantar-cas-client .cases .quote {
    padding: 20px 130px;
    margin: 40px 0;
  }
}
section.kantar-cas-client .cases .quote h3 {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  font-size: 24px;
  padding: 0 54px;
  margin-right: auto;
}
section.kantar-cas-client .cases .quote h3::before, section.kantar-cas-client .cases .quote h3::after {
  position: absolute;
  font-size: 80px;
  font-weight: 700;
  color: #FF5000;
}
section.kantar-cas-client .cases .quote h3::before {
  content: "“";
  top: -16px;
  left: 0;
}
section.kantar-cas-client .cases .quote h3::after {
  content: "”";
  right: 0;
  bottom: -53px;
}
@media (min-width: 744px) {
  section.kantar-cas-client .cases .quote h3 {
    padding: 20px 55px 0 55px;
    margin-bottom: 0;
  }
  section.kantar-cas-client .cases .quote h3::before, section.kantar-cas-client .cases .quote h3::after {
    height: 109px;
    font-size: 120px;
    font-weight: 300;
  }
  section.kantar-cas-client .cases .quote h3::before {
    top: -6px;
  }
  section.kantar-cas-client .cases .quote h3::after {
    bottom: -49px;
  }
}
@media (min-width: 1280px) {
  section.kantar-cas-client .cases .quote h3::before, section.kantar-cas-client .cases .quote h3::after {
    font-size: 90px;
    font-weight: 400;
  }
  section.kantar-cas-client .cases .quote h3::before {
    top: 4px;
  }
  section.kantar-cas-client .cases .quote h3::after {
    bottom: -64px;
  }
}
section.kantar-cas-client .cases .quote .client-info {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  padding-left: 54px;
  margin-top: 40px;
}
@media (min-width: 744px) {
  section.kantar-cas-client .cases .quote .client-info {
    width: 200px;
    flex-shrink: 0;
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    margin-top: 0;
    margin-right: 40px;
  }
}
@media (min-width: 1280px) {
  section.kantar-cas-client .cases .quote .client-info {
    width: 200px;
  }
}
section.kantar-cas-client .cases .quote .client-info img {
  width: calc(100px + 10vw);
  height: calc(100px + 10vw);
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 744px) {
  section.kantar-cas-client .cases .quote .client-info img {
    width: 200px;
    height: 200px;
  }
}
@media (min-width: 1280px) {
  section.kantar-cas-client .cases .quote .client-info img {
    width: 240px;
    height: 240px;
  }
}
section.kantar-cas-client .cases .quote .client-info h4 {
  width: calc(100% - 100px - 10vw - 12px);
  margin-top: 10px;
}
@media (min-width: 744px) {
  section.kantar-cas-client .cases .quote .client-info h4 {
    width: 100%;
  }
}
section.kantar-cas-client .swiper-button-prev,
section.kantar-cas-client .swiper-button-next {
  display: none;
}
@media (min-width: 1280px) {
  section.kantar-cas-client .swiper-button-prev,
  section.kantar-cas-client .swiper-button-next {
    display: block;
  }
}

section.kantar-equipe {
  padding: 40px 0;
}
@media (min-width: 744px) {
  section.kantar-equipe.has-side-anchor {
    padding: 40px 60px 40px 284px;
  }
}
@media (min-width: 1280px) {
  section.kantar-equipe.has-side-anchor {
    padding: 40px 156px 40px 440px;
  }
}
@media (min-width: 1440px) {
  section.kantar-equipe.has-side-anchor {
    padding: 40px calc(50% - 564px) 40px calc(50% - 564px + 264px + 20px);
  }
}
@media (min-width: 744px) {
  section.kantar-equipe {
    padding: 40px 0;
  }
}
@media (min-width: 1280px) {
  section.kantar-equipe {
    padding: 40px 0;
  }
}
@media (min-width: 1440px) {
  section.kantar-equipe {
    padding: 40px 0;
  }
}
section.kantar-equipe .equipe-title {
  position: relative;
  padding-left: 16px;
  margin: 0 20px;
}
@media (min-width: 744px) {
  section.kantar-equipe .equipe-title {
    margin: 0 60px;
  }
}
@media (min-width: 1280px) {
  section.kantar-equipe .equipe-title {
    margin: 0 156px;
  }
}
@media (min-width: 1440px) {
  section.kantar-equipe .equipe-title {
    margin: 0 calc(50vw - 564px);
  }
}
@media (min-width: 744px) {
  section.kantar-equipe .equipe-title h2 {
    margin-bottom: 10px;
  }
}
section.kantar-equipe .members {
  margin-top: 40px;
}
section.kantar-equipe .members .member {
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 40px;
}
@media (min-width: 744px) {
  section.kantar-equipe .members .member {
    margin-right: 60px;
  }
}
@media (min-width: 1280px) {
  section.kantar-equipe .members .member {
    margin-right: 120px;
  }
}
section.kantar-equipe .members .member:first-of-type {
  margin-left: 20px;
}
@media (min-width: 744px) {
  section.kantar-equipe .members .member:first-of-type {
    margin-left: 60px;
  }
}
@media (min-width: 1280px) {
  section.kantar-equipe .members .member:first-of-type {
    margin-left: 156px;
  }
}
@media (min-width: 1440px) {
  section.kantar-equipe .members .member:first-of-type {
    margin-left: calc(50vw - 564px);
  }
}
section.kantar-equipe .members .member .member-image {
  width: 224px;
  max-width: none;
  height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: #AEAE9F;
  background-position: center;
  background-size: cover;
}
@media (min-width: 1280px) {
  section.kantar-equipe .members .member .member-image {
    width: 280px;
    height: 400px;
  }
}
section.kantar-equipe .members .member .member-name {
  color: #000000;
  font-family: "Kantar";
  font-size: 30px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  width: 224px;
  margin-top: 16px;
}
@media (min-width: 1280px) {
  section.kantar-equipe .members .member .member-name {
    margin-top: 20px;
    width: 280px;
  }
}
section.kantar-equipe .members .member .member-job-title {
  color: #000000;
  font-family: "Kantar";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 224px;
  margin-top: 8px;
}
@media (min-width: 744px) {
  section.kantar-equipe .members .member .member-job-title {
    font-size: 14px;
  }
}
@media (min-width: 1280px) {
  section.kantar-equipe .members .member .member-job-title {
    font-size: 18px;
    width: 280px;
    margin-top: 10px;
  }
}

section.kantar-separateur {
  height: 40px;
  padding: 0;
}

.kantar-button {
  padding-top: 20px;
  padding-bottom: 20px;
}
.kantar-button .button {
  margin-top: 0;
}
.kantar-button .button.left {
  margin-left: 0;
}
.kantar-button .button.center {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 744px) {
  .kantar-button.has-side-anchor {
    padding: 40px 60px 40px 284px;
  }
}
@media (min-width: 1280px) {
  .kantar-button.has-side-anchor {
    padding: 40px 156px 40px 440px;
  }
}
@media (min-width: 1440px) {
  .kantar-button.has-side-anchor {
    padding: 40px calc(50% - 564px) 40px calc(50% - 564px + 264px + 20px);
  }
}

.wp-block-image,
.wp-block-embed-youtube,
.wp-block-embed-vimeo {
  padding: 40px 20px;
}
@media (min-width: 744px) {
  .wp-block-image,
  .wp-block-embed-youtube,
  .wp-block-embed-vimeo {
    padding: 40px 60px;
  }
}
@media (min-width: 1280px) {
  .wp-block-image,
  .wp-block-embed-youtube,
  .wp-block-embed-vimeo {
    padding: 40px 156px;
  }
}
@media (min-width: 1440px) {
  .wp-block-image,
  .wp-block-embed-youtube,
  .wp-block-embed-vimeo {
    padding: 40px calc(50% - 564px);
  }
}
.wp-block-image iframe,
.wp-block-embed-youtube iframe,
.wp-block-embed-vimeo iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 356/200;
}

@media (min-width: 1280px) {
  .wp-block-embed-youtube .wp-block-embed__wrapper,
  .wp-block-embed-vimeo .wp-block-embed__wrapper {
    margin: 0 160px;
  }
}

.kantar-page-container object {
  width: 100%;
}

.node--type-actualite {
  position: relative;
}

.kantar-nav {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
  padding: 0 24px;
  box-sizing: border-box;
  position: sticky;
  top: 0;
  z-index: 10;
  background: #FFFFFF;
  transition: all 0.5s ease-in-out;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.08);
}
@media (min-width: 744px) {
  .kantar-nav {
    height: 100px;
  }
}
.kantar-nav img.light-image {
  display: none;
}
.kantar-nav img.light-image.logo {
  display: initial;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.kantar-nav a {
  color: #000000;
}
.kantar-nav.dark-mode {
  background: #000000;
  color: #FFFFFF;
}
.kantar-nav.dark-mode img {
  display: none;
}
.kantar-nav.dark-mode img.logo {
  display: initial;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.kantar-nav.dark-mode img.light-image {
  display: initial;
}
.kantar-nav.dark-mode img.light-image.logo {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}
@media (min-width: 1280px) {
  .kantar-nav.dark-mode img.menu-icon {
    display: none;
  }
}
.kantar-nav.dark-mode a {
  color: #FFFFFF;
}
.kantar-nav.dark-mode .nav-menu-wrapper .nav-menu .nav-menu-item .menu-item-text:hover::after {
  background: #FFFFFF;
}
.kantar-nav.dark-mode .connexion-btn {
  color: #FFFFFF;
}
@media (min-width: 744px) {
  .kantar-nav.dark-mode .contact-btn {
    background: #FFFFFF;
    color: #000000;
  }
}
@media (min-width: 744px) {
  .kantar-nav {
    padding: 0 60px;
  }
}
@media (min-width: 1280px) {
  .kantar-nav {
    padding: 0 80px;
  }
}
@media (min-width: 1440px) {
  .kantar-nav {
    padding: 0 calc(50% - 600px);
  }
}
.kantar-nav .menu-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
.kantar-nav .menu-wrapper .menu-icon {
  font-size: 32px;
  width: 32px;
  height: 32px;
}
@media (min-width: 1280px) {
  .kantar-nav .menu-wrapper .menu-icon {
    display: none;
  }
}
.kantar-nav .menu-wrapper .logo-wrapper {
  position: relative;
  width: 247px;
  height: 61px;
  flex-shrink: 0;
}
.kantar-nav .menu-wrapper .logo-wrapper .logo {
  position: absolute;
  left: 0;
  top: 0;
}
.kantar-nav .menu-wrapper .nav-menu-wrapper {
  width: 100%;
  box-sizing: border-box;
  padding: 13px 20px 80px;
  background: #FFFFFF;
  position: fixed;
  top: 80px;
  left: 0;
  height: calc(100vh - 80px);
  overflow-y: scroll;
  display: none;
}
@media (min-width: 744px) {
  .kantar-nav .menu-wrapper .nav-menu-wrapper {
    top: 100px;
    padding: 33px 60px;
  }
}
@media (min-width: 1280px) {
  .kantar-nav .menu-wrapper .nav-menu-wrapper {
    position: relative;
    top: 0;
    display: flex !important;
    height: 100%;
    padding: 0;
    margin-left: 24px;
    align-items: center;
    overflow-y: hidden;
    background: transparent;
  }
}
.kantar-nav .menu-wrapper .nav-menu-wrapper .nav-menu {
  font-size: 16px;
}
@media (min-width: 1280px) {
  .kantar-nav .menu-wrapper .nav-menu-wrapper .nav-menu {
    display: flex;
    gap: 44px;
  }
}
.kantar-nav .menu-wrapper .nav-menu-wrapper .nav-menu .nav-menu-item {
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 12px;
  position: relative;
}
@media (max-width: 743px) {
  .kantar-nav .menu-wrapper .nav-menu-wrapper .nav-menu .nav-menu-item {
    margin-bottom: 26px;
  }
}
@media (min-width: 744px) {
  .kantar-nav .menu-wrapper .nav-menu-wrapper .nav-menu .nav-menu-item {
    margin-bottom: 40px;
  }
}
@media (min-width: 1280px) {
  .kantar-nav .menu-wrapper .nav-menu-wrapper .nav-menu .nav-menu-item {
    margin-right: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 1280px) {
  .kantar-nav .menu-wrapper .nav-menu-wrapper .nav-menu .nav-menu-item.is-active .kantar-menu {
    max-height: 500px;
  }
}
.kantar-nav .menu-wrapper .nav-menu-wrapper .nav-menu .nav-menu-item.is-active .menu-item-text::after {
  width: 24px;
}
@media (min-width: 1280px) {
  .kantar-nav .menu-wrapper .nav-menu-wrapper .nav-menu .nav-menu-item.is-active .menu-item-text::after {
    top: 32px;
  }
}
.kantar-nav .menu-wrapper .nav-menu-wrapper .nav-menu .nav-menu-item .menu-item-text {
  cursor: pointer;
  display: inline-block;
  color: #000000;
  font-size: 30px;
  font-weight: 300;
  line-height: 36px;
}
.kantar-nav .menu-wrapper .nav-menu-wrapper .nav-menu .nav-menu-item .menu-item-text::after {
  content: "";
  position: absolute;
  top: -4px;
  left: 0;
  width: 0;
  height: 3px;
  background: #000000;
  transition: width 0.5s ease-in-out;
}
@media (min-width: 1280px) {
  .kantar-nav .menu-wrapper .nav-menu-wrapper .nav-menu .nav-menu-item .menu-item-text {
    display: initial;
    font-size: 16px;
    font-weight: 400;
    line-height: 100px;
    color: inherit;
    white-space: nowrap;
  }
}
.kantar-nav .menu-wrapper .nav-menu-wrapper .nav-menu .nav-menu-item .kantar-menu {
  width: 100%;
  box-sizing: border-box;
  background: #FFFFFF;
  color: #000000;
  height: auto;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  padding: 0;
}
@media (min-width: 744px) {
  .kantar-nav .menu-wrapper .nav-menu-wrapper .nav-menu .nav-menu-item .kantar-menu {
    overflow-y: hidden;
    padding: 0 40px;
  }
}
@media (min-width: 1280px) {
  .kantar-nav .menu-wrapper .nav-menu-wrapper .nav-menu .nav-menu-item .kantar-menu {
    padding: 0 156px;
    position: fixed;
    left: 0;
    top: 100px;
    z-index: 10;
    height: auto;
    opacity: 1;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.08);
    transition: all 0.5s ease 0.5s, visibility 1s;
    visibility: hidden;
    border-bottom: 1px solid #F2F1EF;
  }
}
@media (min-width: 1440px) {
  .kantar-nav .menu-wrapper .nav-menu-wrapper .nav-menu .nav-menu-item .kantar-menu {
    padding: 0 calc(50% - 564px);
  }
}
.kantar-nav .menu-wrapper .nav-menu-wrapper .nav-menu .nav-menu-item .kantar-menu.is-active {
  height: auto;
  opacity: 1;
  margin: 13px 0;
}
@media (min-width: 744px) {
  .kantar-nav .menu-wrapper .nav-menu-wrapper .nav-menu .nav-menu-item .kantar-menu.is-active {
    padding: 0 0 0 40px;
    margin: 20px 0;
  }
}
@media (min-width: 1280px) {
  .kantar-nav .menu-wrapper .nav-menu-wrapper .nav-menu .nav-menu-item .kantar-menu.is-active {
    visibility: visible;
    display: initial;
    padding: 0 156px;
    margin: 0;
  }
}
@media (min-width: 1440px) {
  .kantar-nav .menu-wrapper .nav-menu-wrapper .nav-menu .nav-menu-item .kantar-menu.is-active {
    padding: 0 calc(50% - 564px);
  }
}
.kantar-nav .menu-wrapper .nav-menu-wrapper .nav-menu .nav-menu-item .kantar-menu a {
  color: #000000;
  transition: none;
}
.kantar-nav .menu-wrapper .nav-menu-wrapper .nav-menu .nav-menu-item .kantar-menu .submenu {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  font-weight: 400;
}
@media (min-width: 1280px) {
  .kantar-nav .menu-wrapper .nav-menu-wrapper .nav-menu .nav-menu-item .kantar-menu .submenu {
    max-height: 500px;
    gap: 40px 80px;
    padding: 40px 0;
  }
}
.kantar-nav .menu-wrapper .nav-menu-wrapper .nav-menu .nav-menu-item .kantar-menu .submenu .submenu-item {
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 1280px) {
  .kantar-nav .menu-wrapper .nav-menu-wrapper .nav-menu .nav-menu-item .kantar-menu .submenu .submenu-item {
    width: -moz-fit-content;
    width: fit-content;
    max-width: calc(33.3% - 53.3px);
    box-sizing: border-box;
    margin-bottom: 0;
  }
}
.kantar-nav .menu-wrapper .nav-menu-wrapper .nav-menu .nav-menu-item .kantar-menu .submenu .submenu-item h4 {
  font-size: 18px;
  margin-bottom: 20px;
}
.kantar-nav .menu-wrapper .nav-menu-wrapper .nav-menu .nav-menu-item .kantar-menu .submenu .submenu-item a {
  display: flex;
  align-items: center;
  background-size: 0 1px;
  background-image: linear-gradient(#000000, #000000);
  background-repeat: no-repeat;
  background-position: 0 95%;
  transition: all 0.25s ease-in-out, background-size 0.6s ease-in-out;
  padding-bottom: 4px;
}
.kantar-nav .menu-wrapper .nav-menu-wrapper .nav-menu .nav-menu-item .kantar-menu .submenu .submenu-item a:hover {
  color: #EB0064;
}
.kantar-nav .menu-wrapper .nav-menu-wrapper .nav-menu .nav-menu-item .kantar-menu .submenu .submenu-item a span {
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}
.kantar-nav .menu-wrapper .nav-menu-wrapper .nav-menu .nav-menu-item .kantar-menu .submenu .submenu-item a span.icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-right: 10px;
}
.kantar-nav .menu-wrapper .nav-menu-wrapper .nav-menu .nav-menu-item .kantar-menu .submenu .submenu-item a span.icon img {
  display: block;
  width: 20px;
  height: 20px;
}
.kantar-nav .menu-wrapper .nav-menu-wrapper .nav-menu .nav-menu-item .kantar-menu .submenu .submenu-item ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
.kantar-nav .menu-wrapper .nav-menu-wrapper .nav-menu .nav-menu-item .kantar-menu .submenu .submenu-item ul li {
  cursor: pointer;
  width: 100%;
  padding-left: 20px;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 400;
}
.kantar-nav .menu-wrapper .nav-menu-wrapper .nav-menu .nav-menu-item .kantar-menu .submenu .submenu-item ul li + li {
  margin-top: 10px;
}
@media (min-width: 744px) {
  .kantar-nav .menu-wrapper .nav-menu-wrapper .nav-menu .nav-menu-item .kantar-menu .submenu .submenu-item ul li {
    width: 50%;
    padding-left: 30px;
  }
}
@media (min-width: 1280px) {
  .kantar-nav .menu-wrapper .nav-menu-wrapper .nav-menu .nav-menu-item .kantar-menu .submenu .submenu-item ul li {
    width: 100%;
    font-size: 16px;
    padding-left: 28px;
    font-weight: 300;
  }
  .kantar-nav .menu-wrapper .nav-menu-wrapper .nav-menu .nav-menu-item .kantar-menu .submenu .submenu-item ul li a {
    background-size: 0 1px;
    background-image: linear-gradient(#000000, #000000);
    background-repeat: no-repeat;
    background-position: 0 95%;
    transition: all 0.25s ease-in-out, background-size 0.6s ease-in-out;
  }
  .kantar-nav .menu-wrapper .nav-menu-wrapper .nav-menu .nav-menu-item .kantar-menu .submenu .submenu-item ul li:hover a {
    color: #EB0064;
  }
}
.kantar-nav .menu-wrapper .nav-menu-wrapper .nav-menu .nav-menu-item .kantar-menu .hot-topics {
  padding-left: 20px;
  box-sizing: border-box;
}
@media (min-width: 744px) {
  .kantar-nav .menu-wrapper .nav-menu-wrapper .nav-menu .nav-menu-item .kantar-menu .hot-topics {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1280px) {
  .kantar-nav .menu-wrapper .nav-menu-wrapper .nav-menu .nav-menu-item .kantar-menu .hot-topics {
    padding: 40px 0;
  }
}
.kantar-nav .menu-wrapper .nav-menu-wrapper .nav-menu .nav-menu-item .kantar-menu .hot-topics .title-wrapper {
  display: flex;
  flex-direction: column;
}
@media (min-width: 744px) {
  .kantar-nav .menu-wrapper .nav-menu-wrapper .nav-menu .nav-menu-item .kantar-menu .hot-topics .title-wrapper {
    gap: 20px;
  }
}
.kantar-nav .menu-wrapper .nav-menu-wrapper .nav-menu .nav-menu-item .kantar-menu .hot-topics .title-wrapper .title {
  box-sizing: border-box;
  position: relative;
}
.kantar-nav .menu-wrapper .nav-menu-wrapper .nav-menu .nav-menu-item .kantar-menu .hot-topics .title-wrapper .title h4, .kantar-nav .menu-wrapper .nav-menu-wrapper .nav-menu .nav-menu-item .kantar-menu .hot-topics .title-wrapper .title .title-content {
  font-size: 18px;
}
@media (min-width: 744px) {
  .kantar-nav .menu-wrapper .nav-menu-wrapper .nav-menu .nav-menu-item .kantar-menu .hot-topics .title-wrapper .title h4, .kantar-nav .menu-wrapper .nav-menu-wrapper .nav-menu .nav-menu-item .kantar-menu .hot-topics .title-wrapper .title .title-content {
    font-size: 30px;
    font-weight: 300;
  }
}
.kantar-nav .menu-wrapper .nav-menu-wrapper .nav-menu .nav-menu-item .kantar-menu .hot-topics .title-wrapper .title p {
  font-size: 12px;
  font-weight: 400;
  margin-top: 5px;
  line-height: normal;
}
@media (min-width: 744px) {
  .kantar-nav .menu-wrapper .nav-menu-wrapper .nav-menu .nav-menu-item .kantar-menu .hot-topics .title-wrapper .title p {
    font-size: 16px;
    font-weight: 300;
  }
}
.kantar-nav .menu-wrapper .nav-menu-wrapper .nav-menu .nav-menu-item .kantar-menu .hot-topics .title-wrapper .button {
  background: #000000;
  color: #FFFFFF;
}
@media (min-width: 744px) {
  .kantar-nav .menu-wrapper .nav-menu-wrapper .nav-menu .nav-menu-item .kantar-menu .hot-topics .title-wrapper .button {
    margin: 0;
    flex-shrink: 0;
  }
}
.kantar-nav .menu-wrapper .nav-menu-wrapper .nav-menu .nav-menu-item .kantar-menu .hot-topics .topic-list-wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
@media (min-width: 744px) {
  .kantar-nav .menu-wrapper .nav-menu-wrapper .nav-menu .nav-menu-item .kantar-menu .hot-topics .topic-list-wrapper {
    margin-top: 40px;
  }
}
.kantar-nav .menu-wrapper .nav-menu-wrapper .nav-menu .nav-menu-item .kantar-menu .hot-topics .topic-list-wrapper .topic-list {
  position: relative;
  width: 100%;
}
.kantar-nav .menu-wrapper .nav-menu-wrapper .nav-menu .nav-menu-item .kantar-menu .hot-topics .topic-list-wrapper .topic-list li {
  font-size: 16px;
  font-weight: 300;
}
.kantar-nav .menu-wrapper .nav-menu-wrapper .nav-menu .nav-menu-item .kantar-menu .hot-topics .topic-list-wrapper .topic-list li + li {
  margin-top: 20px;
}
@media (min-width: 1280px) {
  .kantar-nav .menu-wrapper .nav-menu-wrapper .nav-menu .nav-menu-item .kantar-menu .hot-topics .topic-list-wrapper .topic-list li {
    max-width: calc(100% - 355px);
  }
  .kantar-nav .menu-wrapper .nav-menu-wrapper .nav-menu .nav-menu-item .kantar-menu .hot-topics .topic-list-wrapper .topic-list li a {
    cursor: pointer;
    padding: 8px 0;
    background-size: 0 1px;
    background-image: linear-gradient(#000000, #000000);
    background-repeat: no-repeat;
    background-position: 0 95%;
    transition: all 0.25s ease-in-out, background-size 0.6s ease-in-out;
  }
  .kantar-nav .menu-wrapper .nav-menu-wrapper .nav-menu .nav-menu-item .kantar-menu .hot-topics .topic-list-wrapper .topic-list li a:hover {
    color: #EB0064;
  }
  .kantar-nav .menu-wrapper .nav-menu-wrapper .nav-menu .nav-menu-item .kantar-menu .hot-topics .topic-list-wrapper .topic-list li a:hover + img {
    display: initial;
  }
}
.kantar-nav .menu-wrapper .nav-menu-wrapper .nav-menu .nav-menu-item .kantar-menu .hot-topics .topic-list-wrapper .topic-list li img {
  position: absolute;
  top: 0;
  right: -100px;
  width: 335px;
  height: 152px;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  transition: all 0.5s;
}
@media (min-width: 1280px) {
  .kantar-nav .menu-wrapper .nav-menu-wrapper .nav-menu .nav-menu-item .kantar-menu .hot-topics .topic-list-wrapper .topic-list li .topic-info:hover + img {
    right: 0;
    opacity: 1;
  }
}
.kantar-nav .menu-wrapper .nav-menu-wrapper .nav-menu .nav-menu-item .kantar-menu .hot-topics .topic-list-wrapper .topic-list li .topic-info a {
  cursor: pointer;
  padding: 4px 0;
  background-size: 0 1px;
  background-image: linear-gradient(#000000, #000000);
  background-repeat: no-repeat;
  background-position: 0 95%;
  transition: all 0.25s ease-in-out, background-size 0.6s ease-in-out;
}
.kantar-nav .menu-wrapper .nav-menu-wrapper .nav-menu .nav-menu-item .kantar-menu .hot-topics .topic-list-wrapper .topic-list li .topic-info .date {
  color: #858574;
  font-size: 10px;
  font-weight: 400;
}
@media (min-width: 1280px) {
  .kantar-nav .menu-wrapper .nav-menu-wrapper .nav-menu .nav-menu-item .kantar-menu .hot-topics .topic-list-wrapper .topic-list:hover + img {
    display: initial;
  }
}
@media (min-width: 1280px) {
  .kantar-nav .menu-wrapper .nav-menu-wrapper .nav-menu .nav-menu-item .kantar-menu .abouts {
    display: flex;
    justify-content: space-between;
    padding: 40px 0;
  }
}
.kantar-nav .menu-wrapper .nav-menu-wrapper .nav-menu .nav-menu-item .kantar-menu .abouts .submenu {
  padding-left: 20px;
  box-sizing: border-box;
  position: relative;
  width: 100%;
}
@media (min-width: 744px) {
  .kantar-nav .menu-wrapper .nav-menu-wrapper .nav-menu .nav-menu-item .kantar-menu .abouts .submenu {
    padding-left: 0;
  }
}
@media (min-width: 1280px) {
  .kantar-nav .menu-wrapper .nav-menu-wrapper .nav-menu .nav-menu-item .kantar-menu .abouts .submenu {
    gap: 0;
    padding: 0;
    padding-left: 0;
  }
  .kantar-nav .menu-wrapper .nav-menu-wrapper .nav-menu .nav-menu-item .kantar-menu .abouts .submenu:hover + img {
    display: initial;
  }
}
.kantar-nav .menu-wrapper .nav-menu-wrapper .nav-menu .nav-menu-item .kantar-menu .abouts .submenu li {
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 300;
  max-width: 100%;
}
@media (min-width: 744px) {
  .kantar-nav .menu-wrapper .nav-menu-wrapper .nav-menu .nav-menu-item .kantar-menu .abouts .submenu li {
    font-size: 18px;
    font-weight: 400;
  }
}
@media (min-width: 1280px) {
  .kantar-nav .menu-wrapper .nav-menu-wrapper .nav-menu .nav-menu-item .kantar-menu .abouts .submenu li {
    margin-bottom: 20px;
  }
  .kantar-nav .menu-wrapper .nav-menu-wrapper .nav-menu .nav-menu-item .kantar-menu .abouts .submenu li:hover img {
    right: 0;
    opacity: 1;
  }
}
.kantar-nav .menu-wrapper .nav-menu-wrapper .nav-menu .nav-menu-item .kantar-menu .abouts .submenu li a {
  background-size: 0 1px;
  background-image: linear-gradient(#000000, #000000);
  background-repeat: no-repeat;
  background-position: 0 95%;
  transition: all 0.25s ease-in-out, background-size 0.6s ease-in-out;
  padding: 8px 0;
}
@media (min-width: 1280px) {
  .kantar-nav .menu-wrapper .nav-menu-wrapper .nav-menu .nav-menu-item .kantar-menu .abouts .submenu li a:hover {
    color: #EB0064;
  }
  .kantar-nav .menu-wrapper .nav-menu-wrapper .nav-menu .nav-menu-item .kantar-menu .abouts .submenu li a:hover img {
    right: 0;
    opacity: 1;
  }
}
.kantar-nav .menu-wrapper .nav-menu-wrapper .nav-menu .nav-menu-item .kantar-menu .abouts .submenu li a span {
  font-size: 16px;
}
@media (min-width: 1280px) {
  .kantar-nav .menu-wrapper .nav-menu-wrapper .nav-menu .nav-menu-item .kantar-menu .abouts .submenu li a span {
    font-weight: 300;
  }
}
.kantar-nav .menu-wrapper .nav-menu-wrapper .nav-menu .nav-menu-item .kantar-menu .abouts .submenu li a h4 {
  margin-bottom: 0;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
}
@media (min-width: 1280px) {
  .kantar-nav .menu-wrapper .nav-menu-wrapper .nav-menu .nav-menu-item .kantar-menu .abouts .submenu li a h4:hover + img {
    right: 0;
    opacity: 1;
  }
}
.kantar-nav .menu-wrapper .nav-menu-wrapper .nav-menu .nav-menu-item .kantar-menu .abouts .submenu li a img {
  position: absolute;
  top: 0;
  right: -100px;
  width: 335px;
  height: 152px;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  transition: all 0.5s;
}
@media (max-width: 743px) {
  .kantar-nav .menu-wrapper .nav-menu-wrapper .nav-menu .nav-menu-item .kantar-menu .abouts .submenu li a img {
    display: none;
  }
}
.kantar-nav .menu-wrapper .nav-menu-wrapper .mobile-nav-btns {
  display: flex;
  flex-direction: column;
  /* flex-grow: 1; */
  justify-content: space-between;
}
@media (min-width: 744px) {
  .kantar-nav .menu-wrapper .nav-menu-wrapper .mobile-nav-btns {
    display: none;
  }
}
.kantar-nav .menu-wrapper .nav-menu-wrapper .mobile-nav-btns ul {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.kantar-nav .menu-wrapper .nav-menu-wrapper .mobile-nav-btns ul li {
  display: inline-block;
}
.kantar-nav .menu-wrapper .nav-menu-wrapper .mobile-nav-btns ul li .connexion-btn {
  line-height: 36px;
  cursor: pointer;
  display: inline-block;
  color: #000000;
  font-size: 30px;
  font-weight: 300;
}
.kantar-nav .menu-wrapper .nav-menu-wrapper .mobile-nav-btns ul li .contact-btn {
  display: inline-block;
  margin-left: 0;
  margin-top: 30px;
}
.kantar-nav .menu-wrapper .kantar-search-menu {
  width: 100%;
  box-sizing: border-box;
  padding: 13px 20px;
  background: #FFFFFF;
  color: #000000;
  position: fixed;
  top: 80px;
  left: 0;
  height: -moz-fit-content;
  height: fit-content;
  overflow-y: scroll;
  z-index: 10;
  display: none;
}
@media (min-width: 744px) {
  .kantar-nav .menu-wrapper .kantar-search-menu {
    padding: 33px 60px;
    top: 100px;
    overflow-y: hidden;
  }
}
@media (min-width: 1280px) {
  .kantar-nav .menu-wrapper .kantar-search-menu {
    padding: 0 156px;
    max-height: 460px;
  }
}
@media (min-width: 1440px) {
  .kantar-nav .menu-wrapper .kantar-search-menu {
    padding: 0 calc(50% - 564px);
  }
}
.kantar-nav .menu-wrapper .kantar-search-menu .search {
  width: 100%;
  height: 76px;
  border-bottom: 1px solid #000000;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}
@media (min-width: 1280px) {
  .kantar-nav .menu-wrapper .kantar-search-menu .search {
    margin-top: 40px;
    margin-bottom: 70px;
  }
}
.kantar-nav .menu-wrapper .kantar-search-menu .search input {
  border: none;
  outline: none;
  height: 100%;
  font-weight: 300;
  width: 100%;
  font-size: 30px;
}
.kantar-nav .menu-wrapper .kantar-search-menu .search input::input-placeholder {
  color: #AEAE9F;
}
.kantar-nav .menu-wrapper .kantar-search-menu .search input::-webkit-input-placeholder {
  color: #AEAE9F;
}
.kantar-nav .menu-wrapper .kantar-search-menu .search i {
  font-size: 32px;
  margin: 0 20px;
  flex-shrink: 0;
  display: initial;
  cursor: pointer;
}
.kantar-nav .menu-wrapper .kantar-search-menu .search img {
  width: 32px;
  height: 32px;
  margin: 0 20px;
  flex-shrink: 0;
  display: initial;
  cursor: pointer;
}
.kantar-nav .nav-btns {
  height: 100%;
  font-size: 14px;
}
.kantar-nav .nav-btns ul.menu {
  display: flex;
  align-items: center;
}
.kantar-nav .nav-btns ul.menu li {
  flex-shrink: 0;
}
.kantar-nav .connexion-btn {
  border: none;
  background: none;
  display: none;
}
.kantar-nav .connexion-btn:hover {
  color: #EB0064;
}
@media (min-width: 744px) {
  .kantar-nav .connexion-btn {
    display: initial;
  }
}
.kantar-nav .contact-btn {
  margin-left: 24px;
  background: #000000;
  color: #FFFFFF;
  display: none;
  margin-top: 0;
  white-space: nowrap;
}
@media (min-width: 744px) {
  .kantar-nav .contact-btn {
    display: initial;
    position: relative;
    left: 0;
    bottom: 0;
  }
}
.kantar-nav .search-btn,
.kantar-nav .close-search {
  font-size: 32px;
  margin-left: 24px;
  width: 32px;
  height: 32px;
  transition: all 0.5s;
}
.kantar-nav .search-btn:hover,
.kantar-nav .close-search:hover {
  font-size: 42px;
  width: 42px;
  height: 42px;
  margin-left: 14px;
}
.kantar-nav .nav-shade-layer {
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
  display: none;
}

.kantar-results {
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 744px) {
  .kantar-results {
    gap: 40px 20px;
    padding: 20px 60px;
  }
}
@media (min-width: 1280px) {
  .kantar-results {
    padding: 20px 156px;
  }
}
@media (min-width: 1440px) {
  .kantar-results {
    padding: 20px calc(50% - 564px);
  }
}
.kantar-results.row {
  flex-direction: column;
}
.kantar-results.row .result-item {
  padding: 20px 0;
}
.kantar-results .result-item {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 744px) {
  .kantar-results .result-item {
    width: calc((100% - 40px) / 3);
    cursor: pointer;
  }
  .kantar-results .result-item:hover img {
    transform: scale(1.2) translateY(-8%) !important;
  }
}
.kantar-results .result-item .card-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 2;
}
.kantar-results .result-item .img-wrapper {
  width: 100%;
  height: 200px;
  overflow: hidden;
  z-index: 1;
}
.kantar-results .result-item .img-wrapper div {
  width: 100%;
  height: 100%;
}
.kantar-results .result-item .img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 1s ease-in-out;
  transform: scale(1.1) translateY(4%);
  transform-origin: center;
}
.kantar-results .result-item .result-info {
  margin: 20px 0 0 0;
  display: flex;
  flex-direction: column;
}
.kantar-results .result-item .result-info .title-wrapper {
  margin-bottom: 10px;
}
.kantar-results .result-item .result-info .title-wrapper .h4 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #000000;
  background-size: 0 1px;
  background-image: linear-gradient(#000000, #000000);
  background-repeat: no-repeat;
  background-position: 0 100%;
  transition: background-size 0.6s ease-in-out;
  padding-bottom: 5px;
}
.kantar-results .result-item .result-info p {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
}
@media (min-width: 1280px) {
  .kantar-results .result-item .result-info p {
    font-size: 16px;
    font-weight: 300;
  }
}
.kantar-results .result-item .result-info span {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
}
.kantar-results .result-item .result-info .tags {
  display: flex;
  flex-wrap: wrap;
}
.kantar-results .result-item .result-info .tags span {
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.0784313725);
  background: #D4D4C9;
  z-index: 1;
  font-size: 10px;
  padding: 4px 12px;
  margin-right: 5px;
}
.kantar-results .result-item .result-info .tags span a {
  color: #000000;
}
.kantar-results .result-item .result-info .date {
  font-weight: 400;
  margin-bottom: 0;
}

@media (min-width: 744px) {
  .kantar-results.row .result-item,
  .is-first-page .kantar-results .result-item:nth-of-type(1) {
    flex-direction: row;
    align-items: center;
    width: 100%;
    margin-right: 0;
  }
  .kantar-results.row .result-item .contextual-region,
  .is-first-page .kantar-results .result-item:nth-of-type(1) .contextual-region {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
  }
  .kantar-results.row .result-item .img-wrapper,
  .is-first-page .kantar-results .result-item:nth-of-type(1) .img-wrapper {
    width: calc((100% - 40px) / 3);
    margin-right: 20px;
    flex-shrink: 0;
  }
  .kantar-results.row .result-item .result-info,
  .is-first-page .kantar-results .result-item:nth-of-type(1) .result-info {
    width: 100%;
    margin: 0;
  }
  .kantar-results.row .result-item .result-info .title-wrapper .h4,
  .is-first-page .kantar-results .result-item:nth-of-type(1) .result-info .title-wrapper .h4 {
    font-size: 30px;
    font-weight: 300;
  }
  .kantar-results.row .result-item .result-info p,
  .kantar-results.row .result-item .result-info span,
  .is-first-page .kantar-results .result-item:nth-of-type(1) .result-info p,
  .is-first-page .kantar-results .result-item:nth-of-type(1) .result-info span {
    display: block;
    font-size: 16px;
    font-weight: 300;
  }
  .kantar-results.row .result-item .result-info .tags span,
  .is-first-page .kantar-results .result-item:nth-of-type(1) .result-info .tags span {
    font-size: 10px;
    font-weight: 400;
  }
  .kantar-results.row .result-item .result-info .date,
  .is-first-page .kantar-results .result-item:nth-of-type(1) .result-info .date {
    font-weight: 400;
  }
}

.load-more-results {
  margin: 0 auto 40px;
}

.pager__item a.button {
  margin: 0 auto 40px;
}

.kantar-insights-filter {
  padding: 20px;
  font-size: 16px;
  font-weight: 300;
}
@media (min-width: 744px) {
  .kantar-insights-filter {
    padding: 40px 60px;
  }
}
@media (min-width: 1280px) {
  .kantar-insights-filter {
    padding: 40px 156px;
  }
}
@media (min-width: 1440px) {
  .kantar-insights-filter {
    padding: 40px calc(50% - 564px);
  }
}
.kantar-insights-filter .filter-content {
  background: #D4D4C9;
  padding: 20px;
}
.kantar-insights-filter .filter-content .views-exposed-form .js-form-item .bef-links-use-ajax ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.kantar-insights-filter .filter-content .views-exposed-form .js-form-item .bef-links-use-ajax ul li {
  margin: 0 10px 10px 0;
}
.kantar-insights-filter .filter-content .views-exposed-form .js-form-item .bef-links-use-ajax ul li a {
  position: relative;
  background: #FFFFFF;
  color: #000000;
  padding: 10px 12px;
  font-size: 16px;
  font-weight: 300;
  display: inline-block;
}
.kantar-insights-filter .filter-content .views-exposed-form .js-form-item .bef-links-use-ajax ul li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #FFFFFF;
  transition: all 0.6s;
}
.kantar-insights-filter .filter-content .views-exposed-form .js-form-item .bef-links-use-ajax ul li a:hover:after {
  background-color: #EB0064;
}
.kantar-insights-filter .filter-content .views-exposed-form .js-form-item .bef-links-use-ajax ul li a.bef-link--selected {
  background: #000000;
  color: #FFFFFF;
}
.kantar-insights-filter .filter-content .views-exposed-form .sort-wrapper {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1280px) {
  .kantar-insights-filter .filter-content .views-exposed-form .sort-wrapper {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
.kantar-insights-filter .filter-content .views-exposed-form .sort-wrapper .fieldgroup {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
@media (min-width: 744px) {
  .kantar-insights-filter .filter-content .views-exposed-form .sort-wrapper .fieldgroup {
    flex-direction: row;
    align-items: center;
  }
}
@media (min-width: 1280px) {
  .kantar-insights-filter .filter-content .views-exposed-form .sort-wrapper .fieldgroup {
    margin-bottom: 0;
  }
}
.kantar-insights-filter .filter-content .views-exposed-form .sort-wrapper .fieldgroup legend {
  display: contents;
}
.kantar-insights-filter .filter-content .views-exposed-form .sort-wrapper .fieldgroup .fieldset-wrapper .form-radios {
  display: flex;
  align-items: center;
}
.kantar-insights-filter .filter-content .views-exposed-form .sort-wrapper .fieldgroup .fieldset-wrapper .form-radios .js-form-type-radio {
  display: flex;
  align-items: center;
}
.kantar-insights-filter .filter-content .views-exposed-form .sort-wrapper .fieldgroup .fieldset-wrapper .form-radios .js-form-type-radio input {
  accent-color: #EB0064;
}
.kantar-insights-filter .filter-content .views-exposed-form .sort-wrapper .fieldgroup .fieldset-wrapper .form-radios .js-form-type-radio label {
  padding: 0 30px 0 10px;
}
.kantar-insights-filter .filter-content .views-exposed-form .sort-wrapper .select-wrapper {
  display: flex;
  align-items: center;
}
.kantar-insights-filter .filter-content .views-exposed-form .sort-wrapper .select-wrapper .js-form-type-select {
  display: flex;
  align-items: center;
}
.kantar-insights-filter .filter-content .views-exposed-form .sort-wrapper .select-wrapper .js-form-type-select:first-of-type {
  margin-right: 36px;
}
.kantar-insights-filter .filter-content .views-exposed-form .sort-wrapper .select-wrapper .js-form-type-select label {
  margin-right: 10px;
}
.kantar-insights-filter .filter-content .views-exposed-form .sort-wrapper .select-wrapper .js-form-type-select .SumoSelect {
  width: 30px;
  margin-left: 6px;
}
.kantar-insights-filter .filter-content .views-exposed-form .sort-wrapper .select-wrapper .js-form-type-select .SumoSelect .CaptionCont {
  border: none;
  background-color: transparent;
}
.kantar-insights-filter .filter-content .views-exposed-form .sort-wrapper .select-wrapper .js-form-type-select .SumoSelect .CaptionCont span {
  display: none;
}
.kantar-insights-filter .filter-content .views-exposed-form .sort-wrapper .select-wrapper .js-form-type-select .SumoSelect .CaptionCont label i {
  background-image: url("../images/extend.svg");
  width: 24px;
  height: 24px;
}
.kantar-insights-filter .filter-content .views-exposed-form .sort-wrapper .select-wrapper .js-form-type-select .SumoSelect.open .CaptionCont {
  border: none;
  box-shadow: none;
}
.kantar-insights-filter .filter-content .views-exposed-form .sort-wrapper .select-wrapper .js-form-type-select .SumoSelect.open .CaptionCont span {
  display: none;
}
.kantar-insights-filter .filter-content .views-exposed-form .sort-wrapper .select-wrapper .js-form-type-select .SumoSelect.open .CaptionCont label i {
  background-image: url("../images/collapse.svg");
}
.kantar-insights-filter .filter-content .views-exposed-form .sort-wrapper .select-wrapper .js-form-type-select .SumoSelect:hover .CaptionCont {
  border: none;
  box-shadow: none;
}
.kantar-insights-filter .filter-content .views-exposed-form .sort-wrapper .select-wrapper .js-form-type-select .SumoSelect:focus .CaptionCont {
  border: none;
  box-shadow: none;
}
.kantar-insights-filter .filter-content .views-exposed-form .sort-wrapper .select-wrapper .js-form-type-select .SumoSelect .optWrapper {
  width: -moz-fit-content;
  width: fit-content;
}
.kantar-insights-filter .filter-content .views-exposed-form .sort-wrapper .select-wrapper .js-form-type-select .SumoSelect .optWrapper.multiple .options .opt span i {
  width: 24px;
  height: 24px;
}
.kantar-insights-filter .filter-content .views-exposed-form .sort-wrapper .select-wrapper .js-form-type-select .SumoSelect .optWrapper.multiple .options .opt.selected span i {
  background-color: #EB0064;
}
.kantar-insights-filter .filter-content .views-exposed-form .select-label-wrapper {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 744px) {
  .kantar-insights-filter .filter-content .views-exposed-form .select-label-wrapper {
    flex-direction: row;
  }
}
.kantar-insights-filter .filter-content .views-exposed-form .select-label-wrapper .checkboxes {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
}
.kantar-insights-filter .filter-content .views-exposed-form .select-label-wrapper .checkboxes span {
  padding: 10px 20px;
  background: #FFFFFF;
  margin: 0 10px 10px 0;
  display: flex;
  align-items: center;
}
.kantar-insights-filter .filter-content .views-exposed-form .select-label-wrapper .checkboxes span img {
  margin-right: 20px;
}
.kantar-insights-filter .filter-content .views-exposed-form .select-label-wrapper .clear {
  cursor: pointer;
}
@media (min-width: 744px) {
  .kantar-insights-filter .filter-content .views-exposed-form .select-label-wrapper .clear {
    margin-left: 40px;
    flex-shrink: 0;
  }
}
.kantar-insights-filter .filter-content .categories {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.kantar-insights-filter .filter-content .categories span {
  margin: 0 10px 10px 0;
  background: #FFFFFF;
  font-size: 16px;
  font-weight: 300;
  padding: 10px 12px;
}
.kantar-insights-filter .filter-content .categories span.selected {
  background: #000000;
  color: #FFFFFF;
}
@media (min-width: 744px) {
  .kantar-insights-filter .filter-content .wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.kantar-insights-filter .filter-content .wrapper .sort {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.kantar-insights-filter .filter-content .wrapper .sort p {
  width: 100%;
}
@media (min-width: 744px) {
  .kantar-insights-filter .filter-content .wrapper .sort p {
    width: auto;
    line-height: 44px;
  }
}
.kantar-insights-filter .filter-content .wrapper .filters {
  display: flex;
  margin-bottom: 20px;
}
.kantar-insights-filter .filter-content .wrapper .filters select {
  font-family: "Kantar", "Open Sans", "Arial", "Microsoft Yahei", "PingFang";
  font-size: 16px;
  font-weight: 300;
  padding: 0 20px;
  border: none;
  background: transparent;
  height: 44px;
  margin-right: 36px;
}
.kantar-insights-filter .filter-content .wrapper .filters select:nth-of-type(2n) {
  margin-right: 0;
}
.kantar-insights-filter .filter-content .checkboxes-wrapper {
  display: flex;
  flex-direction: column;
}
@media (min-width: 744px) {
  .kantar-insights-filter .filter-content .checkboxes-wrapper {
    flex-direction: row;
  }
}
.kantar-insights-filter .filter-content .checkboxes-wrapper .checkboxes {
  display: flex;
  flex-wrap: wrap;
}
.kantar-insights-filter .filter-content .checkboxes-wrapper .checkboxes .checkbox {
  margin: 0 10px 10px 0;
  padding: 10px 20px;
  background: #FFFFFF;
  display: flex;
  align-items: flex-start;
}
.kantar-insights-filter .filter-content .checkboxes-wrapper .clear {
  cursor: pointer;
}
@media (min-width: 744px) {
  .kantar-insights-filter .filter-content .checkboxes-wrapper .clear {
    margin-left: 40px;
    flex-shrink: 0;
  }
}

.kantar-search-filter {
  font-size: 16px;
  font-weight: 300;
  padding: 20px;
}
@media (min-width: 744px) {
  .kantar-search-filter {
    padding: 20px 60px;
  }
}
@media (min-width: 1280px) {
  .kantar-search-filter {
    padding: 20px 156px;
  }
}
@media (min-width: 1440px) {
  .kantar-search-filter {
    padding: 20px calc(50% - 564px);
  }
}
.kantar-search-filter .fulltext-wrapper {
  display: none;
}
.kantar-search-filter .fulltext-wrapper.show {
  display: block;
}
.kantar-search-filter .results-number {
  margin-bottom: 20px;
}
.kantar-search-filter .filter-item {
  display: flex;
  margin-bottom: 10px;
}
.kantar-search-filter .filter-item:last-of-type {
  margin-bottom: 0;
}
.kantar-search-filter .filter-item .filter-name {
  width: 92px;
  flex-shrink: 0;
}
.kantar-search-filter .filter-item .options {
  display: flex;
  flex-wrap: wrap;
}
.kantar-search-filter .filter-item .options span {
  font-size: 10px;
  background: #F2F1EF;
  font-weight: 400;
  margin: 0 10px 10px 0;
  padding: 4px 12px;
}
.kantar-search-filter .filter-item .options span.selected {
  background: #000000;
  color: #FFFFFF;
}
.kantar-search-filter .bef-exposed-form {
  margin-top: 20px;
}
.kantar-search-filter .bef-exposed-form .fieldgroup {
  height: 0 !important;
  overflow: hidden !important;
}
.kantar-search-filter .bef-exposed-form .fieldgroup legend {
  height: 0 !important;
  overflow: hidden !important;
}
.kantar-search-filter .bef-exposed-form .js-form-item {
  display: flex;
  margin-bottom: 10px;
}
.kantar-search-filter .bef-exposed-form .js-form-item:last-of-type {
  margin-bottom: 0;
}
.kantar-search-filter .bef-exposed-form .js-form-item label {
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 20px;
  flex-shrink: 0;
  padding: 4px 0px;
  min-width: 70px;
}
.kantar-search-filter .bef-exposed-form .js-form-item .form-select ul {
  display: flex;
  flex-wrap: wrap;
}
.kantar-search-filter .bef-exposed-form .js-form-item .form-select ul li {
  margin: 0 10px 10px 0;
}
.kantar-search-filter .bef-exposed-form .js-form-item .form-select ul li .bef-link {
  display: inline-block;
  padding: 4px 12px;
  font-size: 10px;
  color: #000000;
  background: #F2F1EF;
  font-weight: 400;
}
.kantar-search-filter .bef-exposed-form .js-form-item .form-select ul li .bef-link.bef-link--selected {
  background: #000000;
  color: #FFFFFF;
}
.kantar-search-filter .views-exposed-form .js-form-item ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.kantar-search-filter .views-exposed-form .js-form-item ul li {
  margin: 0 10px 10px 0;
}
.kantar-search-filter .views-exposed-form .js-form-item ul li a {
  position: relative;
  background: #f2f1ef;
  color: #000000;
  padding: 4px 12px;
  font-size: 10px;
  font-weight: 400;
  display: inline-block;
}
.kantar-search-filter .views-exposed-form .js-form-item ul li a:hover::after {
  background-color: #EB0064;
}
.kantar-search-filter .views-exposed-form .js-form-item ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #FFFFFF;
  transition: all 0.6s;
}
.kantar-search-filter .views-exposed-form .js-form-item ul li a.bef-link--selected {
  background: #000000;
  color: #ffffff;
}
.kantar-search-filter .views-exposed-form .sort-wrapper {
  display: flex;
  flex-direction: column;
}

.kantar-no-results {
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
}
@media (min-width: 744px) {
  .kantar-no-results {
    flex-direction: row;
    align-items: center;
    padding: 80px 60px;
  }
}
@media (min-width: 1280px) {
  .kantar-no-results {
    padding: 80px 156px;
  }
}
@media (min-width: 1440px) {
  .kantar-no-results {
    padding: 80px calc(50% - 564px);
  }
}
.kantar-no-results.pop-up {
  margin: 0 20px;
  box-sizing: content-box;
}
@media (min-width: 1280px) {
  .kantar-no-results.pop-up {
    padding: 80px 60px;
    margin: 0 calc(50% - 500px);
  }
}
.kantar-no-results img {
  width: 100px;
  height: 100px;
  margin-bottom: 40px;
}
@media (min-width: 744px) {
  .kantar-no-results img {
    width: 160px;
    height: 160px;
    margin-bottom: 0;
    margin-right: 40px;
    flex-shrink: 0;
  }
}
.kantar-no-results .content {
  display: flex;
  flex-direction: column;
  font-weight: 300;
}
.kantar-no-results .content h3 {
  font-size: 45px;
  font-weight: 300;
  margin-bottom: 20px;
}
.kantar-no-results .content p {
  font-size: 16px;
  margin-bottom: 20px;
}
.kantar-no-results .content button {
  width: -moz-fit-content;
  width: fit-content;
  background: #000000;
  color: #FFFFFF;
  font-size: 16px;
  padding: 10px 30px;
}

.kantar-pagination {
  display: flex;
  justify-content: flex-end;
  padding: 20px;
}
@media (min-width: 744px) {
  .kantar-pagination {
    padding: 20px 60px;
  }
}
@media (min-width: 1280px) {
  .kantar-pagination {
    padding: 20px 156px;
  }
}
@media (min-width: 1440px) {
  .kantar-pagination {
    padding: 20px calc(50% - 564px);
  }
}
.kantar-pagination span {
  width: 40px;
  height: 40px;
  background: #F2F1EF;
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 5px;
  cursor: pointer;
}
.kantar-pagination span.is-active {
  background: #000000;
  color: #FFFFFF;
}
.kantar-pagination span img {
  width: 20px;
  height: 20px;
}

div.views-element-container:not(#media-library-view) nav.pager {
  padding: 20px;
}
@media (min-width: 744px) {
  div.views-element-container:not(#media-library-view) nav.pager {
    padding: 20px 60px;
  }
}
@media (min-width: 1280px) {
  div.views-element-container:not(#media-library-view) nav.pager {
    padding: 20px 156px;
  }
}
@media (min-width: 1440px) {
  div.views-element-container:not(#media-library-view) nav.pager {
    padding: 20px calc(50% - 564px);
  }
}
div.views-element-container:not(#media-library-view) nav.pager .pager__items {
  display: flex;
  justify-content: flex-end;
}
div.views-element-container:not(#media-library-view) nav.pager .pager__items .pager__item {
  margin-left: 5px;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  min-width: 40px;
  text-align: center;
  background: #F2F1EF;
  box-sizing: border-box;
}
div.views-element-container:not(#media-library-view) nav.pager .pager__items .pager__item.is-active {
  background: #000000;
  color: #FFFFFF;
}
div.views-element-container:not(#media-library-view) nav.pager .pager__items .pager__item.pager__item--first a, div.views-element-container:not(#media-library-view) nav.pager .pager__items .pager__item.pager__item--previous a, div.views-element-container:not(#media-library-view) nav.pager .pager__items .pager__item.pager__item--next a, div.views-element-container:not(#media-library-view) nav.pager .pager__items .pager__item.pager__item--last a {
  font-size: 0;
}
div.views-element-container:not(#media-library-view) nav.pager .pager__items .pager__item.pager__item--first a::before, div.views-element-container:not(#media-library-view) nav.pager .pager__items .pager__item.pager__item--previous a::before, div.views-element-container:not(#media-library-view) nav.pager .pager__items .pager__item.pager__item--next a::before, div.views-element-container:not(#media-library-view) nav.pager .pager__items .pager__item.pager__item--last a::before {
  font-size: 20px;
}
div.views-element-container:not(#media-library-view) nav.pager .pager__items .pager__item.pager__item--first a::before {
  content: "\e90e";
}
div.views-element-container:not(#media-library-view) nav.pager .pager__items .pager__item.pager__item--previous a::before {
  content: "\e90a";
}
div.views-element-container:not(#media-library-view) nav.pager .pager__items .pager__item.pager__item--next a::before {
  content: "\e90b";
}
div.views-element-container:not(#media-library-view) nav.pager .pager__items .pager__item.pager__item--last a::before {
  content: "\e90d";
}
@media (max-width: 743px) {
  div.views-element-container:not(#media-library-view) nav.pager .pager__items .pager__item:not(.is-active):not(.pager__item--first):not(.pager__item--previous):not(.pager__item--ellipsis):not(.pager__item--next):not(.pager__item--last) {
    display: none;
  }
}

.kantar-footer {
  background: #000000;
  color: #FFFFFF;
  padding: 40px 20px 0;
}
@media (min-width: 744px) {
  .kantar-footer {
    padding: 60px 60px 0;
  }
}
@media (min-width: 1280px) {
  .kantar-footer {
    padding: 60px 156px 0;
  }
}
@media (min-width: 1440px) {
  .kantar-footer {
    padding: 60px calc(50% - 564px) 0;
  }
}
.kantar-footer.campaign {
  padding: 0 20px;
}
@media (min-width: 744px) {
  .kantar-footer.campaign {
    padding: 0 60px;
  }
}
@media (min-width: 1280px) {
  .kantar-footer.campaign {
    padding: 10px 156px;
  }
}
@media (min-width: 1440px) {
  .kantar-footer.campaign {
    padding: 10px calc(50% - 564px);
  }
}
.kantar-footer .menu-wrapper {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1280px) {
  .kantar-footer .menu-wrapper {
    flex-direction: row;
  }
}
.kantar-footer .menu-wrapper .menu {
  display: flex;
  flex-direction: column;
  font-weight: 400;
}
@media (min-width: 744px) {
  .kantar-footer .menu-wrapper .menu {
    height: auto;
    width: 100%;
    flex-direction: row;
    flex-shrink: 0;
  }
}
.kantar-footer .menu-wrapper .menu .menu-item {
  margin-bottom: 20px;
}
@media (min-width: 744px) {
  .kantar-footer .menu-wrapper .menu .menu-item {
    margin-right: 20px;
    width: calc(25% - 15px);
  }
  .kantar-footer .menu-wrapper .menu .menu-item:last-of-type {
    margin-right: 0;
  }
}
.kantar-footer .menu-wrapper .menu .menu-item h3 {
  font-size: 18px;
  font-weight: 400;
  color: inherit;
  margin-bottom: 12px;
}
.kantar-footer .menu-wrapper .menu .menu-item h3 a {
  color: #FFFFFF;
  cursor: default;
}
.kantar-footer .menu-wrapper .menu .menu-item .submenu li {
  font-size: 14px;
  line-height: 27px;
  cursor: pointer;
  width: 100%;
}
.kantar-footer .menu-wrapper .menu .menu-item .submenu li a {
  color: #FFFFFF;
}
.kantar-footer .menu-wrapper .menu .menu-item .submenu li a:hover {
  color: #EB0064;
}
.kantar-footer .menu-wrapper .subscription {
  margin-bottom: 40px;
}
@media (min-width: 1280px) {
  .kantar-footer .menu-wrapper .subscription {
    margin-left: 40px;
  }
}
.kantar-footer .menu-wrapper .subscription h3 {
  font-size: 18px;
  color: #FFFFFF;
  margin-bottom: 10px;
}
.kantar-footer .menu-wrapper .subscription .email-input {
  width: 100%;
  box-sizing: border-box;
  height: 60px;
  padding: 0 20px;
  border: none;
  background: transparent;
  color: #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
}
.kantar-footer .menu-wrapper .subscription .email-input::input-placeholder {
  color: #AEAE9F;
}
.kantar-footer .menu-wrapper .subscription .email-input::-webkit-input-placeholder {
  color: #AEAE9F;
}
.kantar-footer .menu-wrapper .subscription .subscribe {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.kantar-footer .menu-wrapper .subscription .subscribe .checkbox-wrapper {
  display: flex;
  align-items: center;
}
.kantar-footer .menu-wrapper .subscription .subscribe .checkbox-wrapper input[type=checkbox] {
  display: none;
}
.kantar-footer .menu-wrapper .subscription .subscribe .checkbox-wrapper input[type=checkbox] + label {
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 2px solid #AEAE9F;
  background: transparent;
  flex-shrink: 0;
  margin: 0 12px 0 0;
  border-radius: 4px;
}
.kantar-footer .menu-wrapper .subscription .subscribe .checkbox-wrapper input[type=checkbox] + label img {
  display: none;
}
.kantar-footer .menu-wrapper .subscription .subscribe .checkbox-wrapper input[type=checkbox] + label i {
  display: none;
}
.kantar-footer .menu-wrapper .subscription .subscribe .checkbox-wrapper input[type=checkbox]:checked + label {
  width: 24px;
  height: 24px;
  background: #EB0064;
  border: none;
  position: relative;
}
.kantar-footer .menu-wrapper .subscription .subscribe .checkbox-wrapper input[type=checkbox]:checked + label img {
  display: initial;
  width: 16px;
  height: 16px;
  margin: 4px;
}
.kantar-footer .menu-wrapper .subscription .subscribe .checkbox-wrapper input[type=checkbox]:checked + label i {
  display: initial;
  font-size: 16px;
  margin: 4px;
}
.kantar-footer .menu-wrapper .subscription .subscribe .checkbox-wrapper .text-label {
  font-size: 10px;
}
.kantar-footer .contact-info {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 744px) {
  .kantar-footer .contact-info {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
  }
}
@media (min-width: 1280px) {
  .kantar-footer .contact-info {
    margin-bottom: 60px;
  }
}
.kantar-footer .contact-info .logos {
  flex-shrink: 0;
  margin-bottom: 20px;
}
@media (min-width: 744px) {
  .kantar-footer .contact-info .logos {
    margin-bottom: 0;
  }
}
.kantar-footer .contact-info .logos .social-medias ul {
  display: flex;
}
.kantar-footer .contact-info .logos .social-medias li {
  margin-right: 16px;
}
.kantar-footer .contact-info .logos .social-medias a {
  width: auto;
  height: 32px;
  display: inline-block;
  font-size: 32px;
  line-height: 32px;
  overflow: hidden;
}
.kantar-footer .contact-info .logos .social-medias a:hover {
  color: #EB0064;
}
.kantar-footer .contact-info .logos .social-medias a.linkedin {
  width: 31.03px;
}
.kantar-footer .contact-info .logos .social-medias a.linkedin::before {
  content: "\e900";
}
.kantar-footer .contact-info .logos .social-medias a.twitter {
  width: 33.28px;
}
.kantar-footer .contact-info .logos .social-medias a.twitter::before {
  content: "\e905";
}
.kantar-footer .contact-info .logos .social-medias a.youtube {
  width: 31.03px;
}
.kantar-footer .contact-info .logos .social-medias a.youtube::before {
  content: "\e901";
}
.kantar-footer .contact-info .logos .social-medias a.instagram {
  width: 26px;
  font-size: 26px;
  line-height: 32px;
}
.kantar-footer .contact-info .logos .social-medias a.instagram::before {
  content: "\e911";
}
.kantar-footer .contact-info .logos .social-medias img {
  width: 32px;
  height: 32px;
  cursor: pointer;
}
.kantar-footer .contact-info .logos .social-medias i {
  font-size: 32px;
  cursor: pointer;
}
.kantar-footer .contact-info .infos {
  margin-bottom: 20px;
}
@media (min-width: 744px) {
  .kantar-footer .contact-info .infos {
    padding: 0 20px;
    margin-bottom: 0;
  }
}
.kantar-footer .contact-info .infos p.p2 {
  color: #FFFFFF;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}
.kantar-footer .contact-info .infos p.p2.p2.bold {
  font-weight: 700;
}
.kantar-footer .copywrights {
  padding: 10px 0 30px 0;
}
@media (min-width: 744px) {
  .kantar-footer .copywrights {
    display: flex;
    justify-content: space-between;
  }
}
.kantar-footer .copywrights .menu,
.kantar-footer .copywrights p {
  color: #FFFFFF;
  font-size: 10px;
  line-height: normal;
  font-weight: 400;
  margin-bottom: 10px;
}
@media (min-width: 744px) {
  .kantar-footer .copywrights .menu,
  .kantar-footer .copywrights p {
    margin-bottom: 0;
  }
}
@media (min-width: 1280px) {
  .kantar-footer .copywrights .menu,
  .kantar-footer .copywrights p {
    font-size: 14px;
  }
}
.kantar-footer .copywrights .menu {
  margin-bottom: 0;
}
@media (min-width: 744px) {
  .kantar-footer .copywrights .menu {
    width: 60%;
    display: flex;
    justify-content: space-between;
  }
}
.kantar-footer .copywrights .menu .menu__item {
  margin-bottom: 10px;
}
@media (min-width: 744px) {
  .kantar-footer .copywrights .menu .menu__item {
    margin-bottom: 0;
  }
}
.kantar-footer .copywrights .menu .menu__item a:hover {
  color: #EB0064;
}

.kantar-cookie-banner {
  background: #000000;
  color: #FFFFFF;
  padding: 40px 20px;
}
@media (min-width: 744px) {
  .kantar-cookie-banner {
    padding: 40px 60px;
  }
}
@media (min-width: 1280px) {
  .kantar-cookie-banner {
    padding: 40px 120px;
  }
}
.kantar-cookie-banner h3,
.kantar-cookie-banner p {
  color: #FFFFFF;
  font-weight: 300;
  margin-bottom: 5px;
}
.kantar-cookie-banner h3 {
  font-size: 30px;
}
.kantar-cookie-banner p {
  font-size: 18px;
  line-height: 24px;
}
.kantar-cookie-banner .wrapper {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
@media (min-width: 744px) {
  .kantar-cookie-banner .wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media (min-width: 1280px) {
  .kantar-cookie-banner .wrapper {
    justify-content: flex-start;
    align-items: center;
  }
}
.kantar-cookie-banner .wrapper .options-wrapper {
  display: flex;
  flex-wrap: wrap;
  max-width: 455px;
  margin-bottom: 5px;
}
@media (min-width: 1280px) {
  .kantar-cookie-banner .wrapper .options-wrapper {
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
.kantar-cookie-banner .wrapper .options-wrapper .checkbox {
  display: flex;
  align-items: center;
  padding: 10px 20px;
}
.kantar-cookie-banner .wrapper .show-details {
  display: flex;
  align-items: center;
}
.kantar-cookie-banner .wrapper .show-details span {
  margin-right: 10px;
}
.kantar-cookie-banner .wrapper .show-details img {
  width: 16px;
  height: 16px;
}
@media (min-width: 1280px) {
  .kantar-cookie-banner .wrapper .show-details {
    margin-left: 40px;
  }
}
.kantar-cookie-banner .buttons {
  display: flex;
  flex-direction: column;
}
@media (min-width: 744px) {
  .kantar-cookie-banner .buttons {
    flex-direction: row;
  }
}
.kantar-cookie-banner .buttons button {
  width: 100%;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  height: 37px;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 400;
}
@media (min-width: 744px) {
  .kantar-cookie-banner .buttons button {
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 20px;
    margin-bottom: 0;
    margin-right: 20px;
  }
}
.kantar-cookie-banner .buttons button.allow-all {
  margin-bottom: 0;
  background: #FFFFFF;
  color: #000000;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 30px;
}

.kantar-header {
  position: relative;
  padding: 60px 20px;
  font-weight: 300;
  background: #FFFFFF;
  background-size: cover;
  background-position: center;
}
@media (min-width: 744px) {
  .kantar-header {
    padding: 80px 60px;
  }
}
@media (min-width: 1280px) {
  .kantar-header {
    padding: 80px 156px;
  }
}
@media (min-width: 1440px) {
  .kantar-header {
    padding: 80px calc(50% - 564px);
  }
}
.kantar-header .header-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.kantar-header .header-background.mobile {
  display: block;
}
@media (min-width: 744px) {
  .kantar-header .header-background.mobile {
    display: none;
  }
}
.kantar-header .header-background.tablet {
  display: none;
}
@media (min-width: 744px) {
  .kantar-header .header-background.tablet {
    display: block;
  }
}
@media (min-width: 1280px) {
  .kantar-header .header-background.tablet {
    display: none;
  }
}
.kantar-header .header-background.desktop {
  display: none;
}
@media (min-width: 1280px) {
  .kantar-header .header-background.desktop {
    display: block;
  }
}
.kantar-header .header-background.desktop-l {
  display: none;
}
@media (min-width: 1440px) {
  .kantar-header .header-background.desktop-l {
    display: block;
  }
}
@media (min-width: 1440px) {
  .kantar-header .header-background.desktop-l + .desktop {
    display: none;
  }
}
.kantar-header.key-figures-header.dark h1 {
  color: #000000;
}
.kantar-header.key-figures-header.dark .key-figures .figure:nth-of-type(2n-1) {
  border-right: 1px solid #000000;
}
@media (min-width: 1280px) {
  .kantar-header.key-figures-header.dark .key-figures .figure:nth-of-type(2) {
    border-right: 1px solid #000000;
  }
}
.kantar-header.key-figures-header.dark .key-figures .figure p {
  color: #000000;
}
.kantar-header.key-figures-header h1 {
  position: relative;
  color: #FFFFFF;
  font-size: 45px;
  text-align: center;
  font-weight: 300;
}
@media (min-width: 1280px) {
  .kantar-header.key-figures-header h1 {
    font-size: 60px;
  }
}
.kantar-header.key-figures-header p {
  color: #FFFFFF;
}
.kantar-header.key-figures-header .key-figures {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
.kantar-header.key-figures-header .key-figures.royal-blue .figure .key,
.kantar-header.key-figures-header .key-figures.royal-blue .figure strong {
  color: #0060FF;
}
.kantar-header.key-figures-header .key-figures.blue .figure .key,
.kantar-header.key-figures-header .key-figures.blue .figure strong {
  color: #00B6FF;
}
.kantar-header.key-figures-header .key-figures.teal .figure .key,
.kantar-header.key-figures-header .key-figures.teal .figure strong {
  color: #00E5BA;
}
.kantar-header.key-figures-header .key-figures.lime .figure .key,
.kantar-header.key-figures-header .key-figures.lime .figure strong {
  color: #9EE900;
}
.kantar-header.key-figures-header .key-figures.green .figure .key,
.kantar-header.key-figures-header .key-figures.green .figure strong {
  color: #00B600;
}
.kantar-header.key-figures-header .key-figures.purple .figure .key,
.kantar-header.key-figures-header .key-figures.purple .figure strong {
  color: #802AB7;
}
.kantar-header.key-figures-header .key-figures.violet .figure .key,
.kantar-header.key-figures-header .key-figures.violet .figure strong {
  color: #C700D3;
}
.kantar-header.key-figures-header .key-figures.pink .figure .key,
.kantar-header.key-figures-header .key-figures.pink .figure strong {
  color: #EB0064;
}
.kantar-header.key-figures-header .key-figures.orange .figure .key,
.kantar-header.key-figures-header .key-figures.orange .figure strong {
  color: #FF5000;
}
.kantar-header.key-figures-header .key-figures.yellow .figure .key,
.kantar-header.key-figures-header .key-figures.yellow .figure strong {
  color: #FEDB00;
}
.kantar-header.key-figures-header .key-figures .figure {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50%;
  margin-bottom: 20px;
  box-sizing: border-box;
  text-align: center;
}
.kantar-header.key-figures-header .key-figures .figure:nth-of-type(2n-1) {
  border-right: 1px solid #FFFFFF;
  padding: 0 40px 0 30px;
}
.kantar-header.key-figures-header .key-figures .figure:nth-of-type(2n) {
  padding: 0 30px 0 40px;
}
@media (min-width: 744px) {
  .kantar-header.key-figures-header .key-figures .figure {
    padding: 0 20px;
  }
}
@media (min-width: 1280px) {
  .kantar-header.key-figures-header .key-figures .figure {
    width: 25%;
  }
  .kantar-header.key-figures-header .key-figures .figure:nth-of-type(2) {
    border-right: 1px solid #FFFFFF;
  }
}
.kantar-header.key-figures-header .key-figures .figure .key,
.kantar-header.key-figures-header .key-figures .figure strong {
  font-size: 30px;
  font-weight: 300;
}
@media (min-width: 744px) {
  .kantar-header.key-figures-header .key-figures .figure .key,
  .kantar-header.key-figures-header .key-figures .figure strong {
    font-size: 45px;
  }
}
@media (max-width: 744px) {
  .kantar-header.simple-header {
    padding: 60px 32px 40px;
  }
}
.kantar-header.simple-header.dark .title-wrapper h1,
.kantar-header.simple-header.dark .title-wrapper h4,
.kantar-header.simple-header.dark .title-wrapper span {
  color: #000000;
}
.kantar-header.simple-header .title-wrapper {
  position: relative;
}
.kantar-header.simple-header .title-wrapper span {
  color: #FFFFFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 10px;
  display: block;
}
.kantar-header.simple-header .title-wrapper.golden-line::before {
  left: -16px;
  height: calc(100% - 10px);
}
@media (min-width: 744px) {
  .kantar-header.simple-header .title-wrapper.golden-line::before {
    height: calc(100% - 15px);
  }
}
@-moz-document url-prefix() {
  .kantar-header.simple-header .title-wrapper.golden-line::before {
    height: calc(100% - 6px);
  }
  @media (min-width: 744px) {
    .kantar-header.simple-header .title-wrapper.golden-line::before {
      height: calc(100% - 8px);
    }
  }
}
.kantar-header.simple-header .title-wrapper h1 {
  color: #FFFFFF;
  font-size: 45px;
  font-weight: 300;
}
@media (min-width: 744px) {
  .kantar-header.simple-header .title-wrapper h1 {
    font-size: 60px;
  }
}
.kantar-header.simple-header .title-wrapper h4 {
  color: #FFFFFF;
  margin-top: 10px;
}
.kantar-header.image-header {
  padding-top: 40px;
  padding-bottom: 0;
}
@media (min-width: 744px) {
  .kantar-header.image-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}
@media (min-width: 1280px) {
  .kantar-header.image-header {
    padding-top: 60px;
  }
}
.kantar-header.image-header.dark-mode {
  background: #000000;
}
.kantar-header.image-header.dark-mode h1,
.kantar-header.image-header.dark-mode h4,
.kantar-header.image-header.dark-mode span {
  color: #FFFFFF;
}
.kantar-header.image-header .title-wrapper {
  margin-bottom: 40px;
}
.kantar-header.image-header .title-wrapper span {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (min-width: 744px) {
  .kantar-header.image-header .title-wrapper span {
    min-height: 66px;
  }
}
@media (min-width: 1280px) {
  .kantar-header.image-header .title-wrapper span {
    min-height: 70px;
  }
}
.kantar-header.image-header .title-wrapper h1 {
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 20px;
}
@media (min-width: 744px) {
  .kantar-header.image-header .title-wrapper h1 {
    font-size: 45px;
  }
}
@media (min-width: 1280px) {
  .kantar-header.image-header .title-wrapper h1 {
    font-size: 60px;
  }
}
@media (min-width: 744px) {
  .kantar-header.image-header .title-wrapper h4 {
    min-height: 66px;
  }
}
@media (min-width: 1280px) {
  .kantar-header.image-header .title-wrapper h4 {
    min-height: 70px;
  }
}
.kantar-header.image-header .img-wrapper {
  width: 100%;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 97.0149253731%;
}
.kantar-header.image-header .img-wrapper::before {
  content: "";
  display: block;
  padding-top: 97.0149253731%;
}
@media (min-width: 744px) {
  .kantar-header.image-header .img-wrapper {
    width: 230px;
    height: 268px;
    margin-left: 40px;
    flex-shrink: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 1280px) {
  .kantar-header.image-header .img-wrapper {
    width: 342px;
    height: 332px;
    margin-left: 85px;
  }
}
.kantar-header.image-header .img-wrapper.golden-line {
  position: relative;
}
.kantar-header.image-header .img-wrapper.golden-line::before {
  left: -4px;
  height: 100%;
}
.kantar-header.image-header .img-wrapper .header-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: inherit;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: #AEAE9F;
  background-position: center;
  background-size: cover;
  margin: 0;
}

.kantar-cards {
  padding: 40px 20px;
}
@media (min-width: 744px) {
  .kantar-cards {
    padding: 40px 60px;
  }
}
@media (min-width: 1280px) {
  .kantar-cards {
    padding: 40px 156px;
  }
}
@media (min-width: 1440px) {
  .kantar-cards {
    padding: 40px calc(50% - 564px);
  }
}
@media (min-width: 744px) {
  .kantar-cards.has-side-anchor {
    padding: 40px 60px 40px 284px;
  }
}
@media (min-width: 1280px) {
  .kantar-cards.has-side-anchor {
    padding: 40px 156px 40px 440px;
  }
}
@media (min-width: 1440px) {
  .kantar-cards.has-side-anchor {
    padding: 40px calc(50% - 564px) 40px calc(50% - 564px + 264px + 20px);
  }
}
.kantar-cards .title.golden-line,
.kantar-cards .title-wrapper.golden-line {
  position: relative;
  padding-left: 16px;
  box-sizing: border-box;
}
.kantar-cards .title.golden-line::before,
.kantar-cards .title-wrapper.golden-line::before {
  bottom: 0;
  height: calc(100% - 10px);
}
@-moz-document url-prefix() {
  .kantar-cards .title.golden-line::before,
  .kantar-cards .title-wrapper.golden-line::before {
    bottom: 2px;
    height: calc(100% - 8px);
  }
}
.kantar-cards.no-top-margin .cards-wrapper {
  margin-top: 0;
}
.kantar-cards .cards-wrapper {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
}
.kantar-cards .cards-wrapper.picto-cards-wrapper {
  margin-top: 40px;
}
@media (min-width: 744px) {
  .kantar-cards .cards-wrapper {
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 40px;
  }
}
.kantar-cards .cards-wrapper .card {
  position: relative;
  width: 100%;
  background-color: #AEAE9F;
  background-size: 100%;
  background-position: center;
  border: none;
  box-shadow: none;
  color: #FFFFFF;
  padding: 60px 20px 20px;
  margin-bottom: 20px;
  overflow: hidden;
}
.kantar-cards .cards-wrapper .card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: inherit;
  background-size: cover;
  background-position: center;
  transition: transform 0.5s ease-in-out;
}
.kantar-cards .cards-wrapper .card.dark {
  color: #000000;
}
.kantar-cards .cards-wrapper .card.dark h3,
.kantar-cards .cards-wrapper .card.dark h4,
.kantar-cards .cards-wrapper .card.dark p {
  color: #000000;
}
.kantar-cards .cards-wrapper .card.dark h3 a,
.kantar-cards .cards-wrapper .card.dark .indent-text .p {
  color: #000000;
  background-image: linear-gradient(#000000, #000000);
}
.kantar-cards .cards-wrapper .card.dark h3 a:after,
.kantar-cards .cards-wrapper .card.dark .indent-text .p:after {
  background-color: #000000;
}
.kantar-cards .cards-wrapper .card.dark h3 a:hover:after,
.kantar-cards .cards-wrapper .card.dark .indent-text .p:hover:after {
  background-color: #000000;
}
@media (min-width: 744px) {
  .kantar-cards .cards-wrapper .card.two-columns {
    width: calc(50% - 10px);
    margin-right: 20px;
  }
  .kantar-cards .cards-wrapper .card.two-columns:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media (min-width: 744px) {
  .kantar-cards .cards-wrapper .card.three-columns {
    width: calc(33.3% - 14px);
    margin-right: 20px;
    padding: 60px 12px 20px;
  }
  .kantar-cards .cards-wrapper .card.three-columns:nth-of-type(3n) {
    margin-right: 0;
  }
  .kantar-cards .cards-wrapper .card.three-columns .button {
    padding: 10px 16px;
  }
}
@media (min-width: 1280px) {
  .kantar-cards .cards-wrapper .card.three-columns {
    width: calc(33.3% - 27px);
    padding: 60px 20px 20px;
    margin-right: 40px;
  }
  .kantar-cards .cards-wrapper .card.three-columns .button {
    padding: 10px 30px;
  }
}
.kantar-cards .cards-wrapper .card h3,
.kantar-cards .cards-wrapper .card h4,
.kantar-cards .cards-wrapper .card p {
  color: #FFFFFF;
}
.kantar-cards .cards-wrapper .card h3 {
  line-height: 36px;
  margin-bottom: 10px;
}
.kantar-cards .cards-wrapper .card h3 a {
  position: relative;
  cursor: pointer;
  background-size: 0 1px;
  background-image: linear-gradient(#FFFFFF, #FFFFFF);
  background-repeat: no-repeat;
  background-position: 0 95%;
  transition: background-size 0.25s ease-in-out;
  z-index: 1;
}
.kantar-cards .cards-wrapper .card h3 a:hover {
  background-size: 100% 1px;
}
.kantar-cards .cards-wrapper .card h4 {
  font-size: 10px;
  margin-bottom: 10px;
}
.kantar-cards .cards-wrapper .card p {
  margin-bottom: 10px;
}
.kantar-cards .cards-wrapper .card p.text {
  font-size: 10px;
  line-height: normal;
}
.kantar-cards .cards-wrapper .card p.p2 {
  font-size: 16px;
  font-weight: 300;
}
.kantar-cards .cards-wrapper .card .indent-text {
  padding: 0 20px;
}
.kantar-cards .cards-wrapper .card .indent-text .link {
  background: unset !important;
  padding: 0 !important;
}
.kantar-cards .cards-wrapper .card .indent-text .link:hover {
  background-size: unset !important;
}
.kantar-cards .cards-wrapper .card .indent-text .p {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 18px;
  color: #FFFFFF;
  cursor: pointer;
  background-size: 0 1px;
  background-image: linear-gradient(#FFFFFF, #FFFFFF);
  background-repeat: no-repeat;
  background-position: 0 95%;
  transition: background-size 0.6s ease-in-out;
  padding-bottom: 5px;
  z-index: 1;
}
.kantar-cards .cards-wrapper .card .indent-text .p:hover {
  background-size: 100% 1px;
}
.kantar-cards .cards-wrapper .card .button {
  background: #FFFFFF;
  color: #000000;
  z-index: 1;
}
.kantar-cards .cards-wrapper .card .button:after {
  background-color: #FFFFFF;
}
.kantar-cards .cards-wrapper .card .button:hover:after {
  background-color: #EB0064;
}
.kantar-cards .cards-wrapper .card:hover .zoom-active .card-background {
  transform: scale(1.2);
}
.kantar-cards .cards-wrapper .card.zoom-active:hover::before {
  transform: scale(1.2);
}
.kantar-cards .cards-wrapper .card .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.kantar-cards .cards-wrapper .picto-card {
  display: flex;
  margin-bottom: 40px;
  width: 100%;
}
@media (min-width: 1280px) {
  .kantar-cards .cards-wrapper .picto-card {
    align-items: center;
    margin-bottom: 60px;
  }
}
.kantar-cards .cards-wrapper .picto-card.two-columns {
  flex-direction: column;
  align-items: flex-start;
}
.kantar-cards .cards-wrapper .picto-card.two-columns .picto-image {
  margin-bottom: 20px;
}
.kantar-cards .cards-wrapper .picto-card.two-columns .content {
  padding: 0;
}
@media (min-width: 744px) {
  .kantar-cards .cards-wrapper .picto-card.two-columns {
    width: calc(50% - 20px);
    margin-right: 40px;
  }
  .kantar-cards .cards-wrapper .picto-card.two-columns:nth-of-type(2n) {
    margin-right: 0;
  }
}
.kantar-cards .cards-wrapper .picto-card.three-columns {
  flex-direction: column;
  align-items: flex-start;
}
.kantar-cards .cards-wrapper .picto-card.three-columns .picto-image {
  margin-bottom: 20px;
}
.kantar-cards .cards-wrapper .picto-card.three-columns .content {
  padding: 0;
}
@media (min-width: 744px) {
  .kantar-cards .cards-wrapper .picto-card.three-columns {
    width: calc(33.3% - 16px);
    margin-right: 24px;
  }
  .kantar-cards .cards-wrapper .picto-card.three-columns:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media (min-width: 1280px) {
  .kantar-cards .cards-wrapper .picto-card.three-columns {
    width: calc(33.3% - 27px);
    margin-right: 40px;
  }
}
.kantar-cards .cards-wrapper .picto-card .picto-image {
  width: 80px;
  height: 80px;
  flex-shrink: 0;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: #AEAE9F;
  background-position: center;
  background-size: cover;
}
@media (min-width: 744px) {
  .kantar-cards .cards-wrapper .picto-card .picto-image {
    width: 120px;
    height: 120px;
  }
}
.kantar-cards .cards-wrapper .picto-card .content {
  padding: 0 20px;
  box-sizing: border-box;
}
@media (min-width: 1280px) {
  .kantar-cards .cards-wrapper .picto-card .content {
    padding: 0 40px;
  }
}
.kantar-cards .cards-wrapper .picto-card .content h3.underline {
  text-decoration: underline;
}
.kantar-cards .cards-wrapper .picto-card .content h3,
.kantar-cards .cards-wrapper .picto-card .content h4,
.kantar-cards .cards-wrapper .picto-card .content p {
  margin-bottom: 20px;
}
.kantar-cards .cards-wrapper .content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 1;
  position: relative;
}
.kantar-cards .card-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: transform 0.5s ease-in-out;
}
.kantar-cards .card-background.mobile {
  display: block;
}
@media (min-width: 744px) {
  .kantar-cards .card-background.mobile {
    display: none;
  }
}
.kantar-cards .card-background.tablet {
  display: none;
}
@media (min-width: 744px) {
  .kantar-cards .card-background.tablet {
    display: block;
  }
}
@media (min-width: 1280px) {
  .kantar-cards .card-background.tablet {
    display: none;
  }
}
.kantar-cards .card-background.desktop {
  display: none;
}
@media (min-width: 1280px) {
  .kantar-cards .card-background.desktop {
    display: block;
  }
}
.kantar-cards .card-background.desktop-l {
  display: none;
}
@media (min-width: 1440px) {
  .kantar-cards .card-background.desktop-l {
    display: block;
  }
}
@media (min-width: 1440px) {
  .kantar-cards .card-background.desktop-l + .desktop {
    display: none;
  }
}

.kantar-article-widget {
  padding: 20px;
  z-index: 3;
  transform: translate3d(0, 0, 0);
}
@media (min-width: 744px) {
  .kantar-article-widget {
    padding: 20px 60px;
  }
}
@media (min-width: 1280px) {
  .kantar-article-widget {
    padding: 20px 156px;
  }
}
@media (min-width: 1440px) {
  .kantar-article-widget {
    padding: 20px calc(50% - 564px);
  }
}
@media (min-width: 744px) {
  .kantar-article-widget.has-side-anchor {
    padding: 40px 60px 40px 284px;
  }
}
@media (min-width: 1280px) {
  .kantar-article-widget.has-side-anchor {
    padding: 40px 156px 40px 440px;
  }
}
@media (min-width: 1440px) {
  .kantar-article-widget.has-side-anchor {
    padding: 40px calc(50% - 564px) 40px calc(50% - 564px + 264px + 20px);
  }
}
.kantar-article-widget.fixed-article-widget {
  position: fixed;
  width: 100%;
  display: none;
  padding: 0;
}
.kantar-article-widget.fixed-article-widget.scrolled {
  display: block;
}
.kantar-article-widget.fixed-article-widget.without-author .widget-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.kantar-article-widget.fixed-article-widget.without-author .widget-content .authors-info .infos {
  align-items: flex-start;
  flex-shrink: 1;
}
.kantar-article-widget.fixed-article-widget.without-author .widget-content .authors-info .infos .tags {
  flex-wrap: wrap;
}
.kantar-article-widget.fixed-article-widget.without-author .widget-content .share-actions {
  width: 100%;
  display: flex;
  flex-direction: row;
}
@media (min-width: 744px) {
  .kantar-article-widget.fixed-article-widget.without-author .widget-content .share-actions {
    width: auto;
    flex-direction: column;
    flex-shrink: 0;
    align-items: flex-end;
    margin-left: 10px;
  }
}
@media (min-width: 1280px) {
  .kantar-article-widget.fixed-article-widget.without-author .widget-content .share-actions {
    flex-direction: row;
    align-items: center;
  }
}
.kantar-article-widget.fixed-article-widget.without-author .widget-content .share-actions .share {
  margin-bottom: 0;
}
@media (min-width: 744px) {
  .kantar-article-widget.fixed-article-widget.without-author .widget-content .share-actions .share {
    margin-bottom: 20px;
  }
}
@media (min-width: 1280px) {
  .kantar-article-widget.fixed-article-widget.without-author .widget-content .share-actions .share {
    margin-bottom: 0;
  }
}
.kantar-article-widget.fixed-article-widget.without-author .widget-content .share-actions .button {
  margin-top: 0;
}
@media (min-width: 744px) {
  .kantar-article-widget.fixed-article-widget.without-author .widget-content .share-actions .button {
    margin-top: 10px;
  }
}
@media (min-width: 1280px) {
  .kantar-article-widget.fixed-article-widget.without-author .widget-content .share-actions .button {
    margin-top: 0;
  }
}
.kantar-article-widget.fixed-article-widget .widget-content {
  border-radius: 0;
  padding: 20px;
}
@media (min-width: 744px) {
  .kantar-article-widget.fixed-article-widget .widget-content {
    padding: 20px 60px;
  }
}
@media (min-width: 1280px) {
  .kantar-article-widget.fixed-article-widget .widget-content {
    padding: 20px 156px;
  }
}
@media (min-width: 1440px) {
  .kantar-article-widget.fixed-article-widget .widget-content {
    padding: 20px calc(50% - 564px);
  }
}
.kantar-article-widget.fixed-article-widget .widget-content .authors-info {
  display: none;
}
@media (min-width: 744px) {
  .kantar-article-widget.fixed-article-widget .widget-content .authors-info {
    display: flex;
    flex-direction: row;
  }
}
.kantar-article-widget.fixed-article-widget .widget-content .authors-info .author .info p {
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.kantar-article-widget.fixed-article-widget .widget-content .authors-info .infos {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}
@media (min-width: 744px) {
  .kantar-article-widget.fixed-article-widget .widget-content .authors-info .infos {
    align-items: flex-end;
    margin-left: 10px;
  }
}
@media (min-width: 1280px) {
  .kantar-article-widget.fixed-article-widget .widget-content .authors-info .infos {
    align-items: flex-start;
  }
}
.kantar-article-widget.fixed-article-widget .widget-content .share-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 1280px) {
  .kantar-article-widget.fixed-article-widget .widget-content .share-actions {
    flex-direction: row;
  }
}
.kantar-article-widget.fixed-article-widget .widget-content .share-actions .share {
  margin-bottom: 0;
}
@media (min-width: 1280px) {
  .kantar-article-widget.fixed-article-widget .widget-content .share-actions .button {
    margin-left: 40px;
  }
}
@media (min-width: 744px) {
  .kantar-article-widget.without-author .widget-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media (min-width: 744px) {
  .kantar-article-widget.without-author .widget-content .authors-info {
    margin-right: 20px;
  }
}
@media (min-width: 744px) {
  .kantar-article-widget.without-author .widget-content .authors-info .infos {
    align-items: flex-start;
  }
}
@media (min-width: 744px) {
  .kantar-article-widget.without-author .widget-content .share-actions {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
}
@media (min-width: 1280px) {
  .kantar-article-widget.without-author .widget-content .share-actions {
    flex-direction: row;
  }
  .kantar-article-widget.without-author .widget-content .share-actions .button {
    margin-left: 40px;
  }
}
.kantar-article-widget.without-author .widget-content .share-actions .share {
  margin-bottom: 20px;
}
@media (min-width: 1280px) {
  .kantar-article-widget.without-author .widget-content .share-actions .share {
    margin-bottom: 10px;
  }
}
.kantar-article-widget .widget-content {
  background: #F2F1EF;
  padding: 10px 20px;
  position: relative;
  border-radius: 0 16px 16px 0;
}
@media (min-width: 744px) {
  .kantar-article-widget .widget-content {
    padding: 20px;
  }
}
@media (min-width: 1280px) {
  .kantar-article-widget .widget-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.kantar-article-widget .widget-content .authors-info {
  margin-bottom: 20px;
}
@media (min-width: 744px) {
  .kantar-article-widget .widget-content .authors-info {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 1280px) {
  .kantar-article-widget .widget-content .authors-info {
    margin-bottom: 0;
  }
}
.kantar-article-widget .widget-content .authors-info .author {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
@media (min-width: 1280px) {
  .kantar-article-widget .widget-content .authors-info .author {
    margin-right: 40px;
    min-width: 220px;
  }
}
.kantar-article-widget .widget-content .authors-info .author .two-authors {
  margin-right: 10px;
  width: 66px;
  height: 44px;
  position: relative;
  flex-shrink: 0;
}
@media (min-width: 744px) {
  .kantar-article-widget .widget-content .authors-info .author .two-authors {
    width: 83px;
    height: 54px;
  }
}
@media (min-width: 1280px) {
  .kantar-article-widget .widget-content .authors-info .author .two-authors {
    width: 100px;
    height: 64px;
  }
}
.kantar-article-widget .widget-content .authors-info .author .two-authors .avatar {
  margin-right: 0;
  border: 2px solid #F2F1EF;
  position: absolute;
}
.kantar-article-widget .widget-content .authors-info .author .two-authors .avatar:first-of-type {
  left: 0;
}
.kantar-article-widget .widget-content .authors-info .author .two-authors .avatar:last-of-type {
  right: 0;
}
.kantar-article-widget .widget-content .authors-info .author .avatar {
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  margin-right: 10px;
  flex-shrink: 0;
  background-color: #AEAE9F;
  background-position: center;
  background-size: cover;
}
@media (min-width: 744px) {
  .kantar-article-widget .widget-content .authors-info .author .avatar {
    width: 50px;
    height: 50px;
  }
}
@media (min-width: 1280px) {
  .kantar-article-widget .widget-content .authors-info .author .avatar {
    width: 60px;
    height: 60px;
  }
}
.kantar-article-widget .widget-content .authors-info .author .info {
  display: flex;
  flex-direction: column;
}
.kantar-article-widget .widget-content .authors-info .author .info p.authorname {
  font-size: 16px;
  font-weight: 300;
  line-height: 27px;
}
@media (min-width: 1280px) {
  .kantar-article-widget .widget-content .authors-info .author .info p.authorname {
    font-size: 18px;
    font-weight: 400;
  }
}
.kantar-article-widget .widget-content .authors-info .author .info p.authorname span {
  color: #AEAE9F;
}
.kantar-article-widget .widget-content .authors-info .author .info h5 {
  font-size: 16px;
  font-weight: 300;
}
@media (min-width: 1280px) {
  .kantar-article-widget .widget-content .authors-info .author .info h5 {
    font-size: 18px;
    font-weight: 400;
  }
}
.kantar-article-widget .widget-content .authors-info .author .info h5 span {
  color: #AEAE9F;
}
.kantar-article-widget .widget-content .authors-info .author .info p {
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
}
@media (min-width: 744px) {
  .kantar-article-widget .widget-content .authors-info .author .info p {
    font-size: 14px;
    line-height: 17px;
    max-width: 325px;
  }
}
.kantar-article-widget .widget-content .authors-info .infos {
  font-weight: 400;
}
@media (min-width: 744px) {
  .kantar-article-widget .widget-content .authors-info .infos {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
}
@media (min-width: 1280px) {
  .kantar-article-widget .widget-content .authors-info .infos {
    align-items: flex-start;
  }
}
.kantar-article-widget .widget-content .authors-info .infos .date {
  display: inline-block;
  font-size: 10px;
  text-transform: lowercase;
  margin-bottom: 10px;
}
@media (min-width: 744px) {
  .kantar-article-widget .widget-content .authors-info .infos .date {
    font-size: 14px;
  }
}
.kantar-article-widget .widget-content .authors-info .infos .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.kantar-article-widget .widget-content .authors-info .infos .tags span {
  font-size: 14px;
  padding: 4px 12px;
  background: #D4D4C9;
  cursor: pointer;
}
@media (min-width: 744px) {
  .kantar-article-widget .widget-content .share-actions {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 1280px) {
  .kantar-article-widget .widget-content .share-actions {
    flex-direction: column;
    align-items: flex-end;
  }
}
.kantar-article-widget .widget-content .share-actions .share {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
@media (min-width: 744px) {
  .kantar-article-widget .widget-content .share-actions .share {
    margin-bottom: 0;
  }
}
@media (min-width: 1280px) {
  .kantar-article-widget .widget-content .share-actions .share {
    margin-bottom: 10px;
  }
}
.kantar-article-widget .widget-content .share-actions .share a {
  cursor: pointer;
}
.kantar-article-widget .widget-content .share-actions .share a + a {
  margin-left: 20px;
}
.kantar-article-widget .widget-content .share-actions .share .linkedin,
.kantar-article-widget .widget-content .share-actions .share .twitter {
  width: 24px;
  height: 24px;
}
.kantar-article-widget .widget-content .share-actions .share .linkedin {
  background-image: url("../images/SNS/linkedin-dark.svg");
}
.kantar-article-widget .widget-content .share-actions .share .twitter {
  background-image: url("../images/SNS/twitter-dark.svg");
}
.kantar-article-widget .widget-content .share-actions .share span {
  font-size: 14px;
  font-weight: 400;
}
.kantar-article-widget .widget-content .share-actions .button {
  padding: 10px 20px;
  margin-top: 0;
}

.kantar-menu-anchor {
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  z-index: 3;
  padding: 0 20px;
  transform: translate3d(0, 0, 0);
}
@media (min-width: 744px) {
  .kantar-menu-anchor {
    flex-direction: row;
    padding: 0 60px;
  }
}
@media (min-width: 1280px) {
  .kantar-menu-anchor {
    padding: 0 156px;
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 1440px) {
  .kantar-menu-anchor {
    padding: 0 calc(50% - 564px);
  }
}
.kantar-menu-anchor.fixed-nav {
  position: fixed;
  width: 100%;
  display: none;
}
.kantar-menu-anchor.fixed-nav.scrolled {
  display: block;
}
.kantar-menu-anchor ul {
  display: flex;
  height: 64px;
  width: 100%;
  overflow-x: scroll;
}
@media (min-width: 1280px) {
  .kantar-menu-anchor ul {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.kantar-menu-anchor ul li {
  height: 64px;
  font-size: 16px;
  line-height: 64px;
  font-weight: 300;
  list-style-type: none;
  cursor: pointer;
}
.kantar-menu-anchor ul li a {
  display: block;
  padding: 0 20px;
  color: #000000;
  white-space: nowrap;
}
.kantar-menu-anchor ul li a:first-of-type {
  padding-left: 0;
}
.kantar-menu-anchor ul li a.is-active {
  position: relative;
  font-size: 18px;
  font-weight: 400;
}
.kantar-menu-anchor ul li a.is-active:first-of-type {
  padding-left: 20px;
}
@media (min-width: 744px) {
  .kantar-menu-anchor ul li a.is-active {
    font-size: 30px;
    font-weight: 300;
  }
}
.kantar-menu-anchor ul li a.is-active::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background: #000000;
  bottom: 2px;
  left: 0;
}
@media (min-width: 744px) {
  .kantar-menu-anchor ul li a.is-active::after {
    bottom: 0;
  }
}
.kantar-menu-anchor .sort {
  display: flex;
  align-items: center;
}
@media (min-width: 744px) {
  .kantar-menu-anchor .sort {
    justify-content: flex-end;
  }
}
.kantar-menu-anchor .sort span {
  width: -moz-max-content;
  width: max-content;
  font-size: 16px;
  font-weight: 300;
}
.kantar-menu-anchor .sort .option label {
  font-size: 18px;
  font-weight: 400;
}

.kantar-breadcrumb {
  top: 80px;
  background: #FFFFFF;
  z-index: 3;
  padding: 10px 20px;
}
@media (min-width: 744px) {
  .kantar-breadcrumb {
    top: 100px;
    padding: 10px 60px;
  }
}
@media (min-width: 1280px) {
  .kantar-breadcrumb {
    padding: 10px 156px;
  }
}
@media (min-width: 1440px) {
  .kantar-breadcrumb {
    padding: 10px calc(50% - 564px);
  }
}
.kantar-breadcrumb.fixed-breadcrumb {
  position: fixed;
  width: 100%;
  display: none;
}
.kantar-breadcrumb.fixed-breadcrumb.scrolled {
  display: block;
}
.kantar-breadcrumb.dark {
  background: #000000;
  color: #FFFFFF;
}
.kantar-breadcrumb.dark a {
  color: #FFFFFF;
}
.kantar-breadcrumb ul {
  height: 24px;
  display: flex;
  align-items: center;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  list-style: none;
}
.kantar-breadcrumb ul li {
  position: relative;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  white-space: nowrap;
}
@media (min-width: 744px) {
  .kantar-breadcrumb ul li {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
  }
}
.kantar-breadcrumb ul li:last-of-type {
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}
.kantar-breadcrumb ul li:not(:last-of-type) {
  margin-right: 23px;
}
.kantar-breadcrumb ul li:not(:last-of-type)::after {
  content: "/";
  position: absolute;
  top: 0;
  right: -15px;
  background-image: -webkit-linear-gradient(90deg, #B28300 0%, #E4C845 32.29%, #FFED6A 60.42%, #F5D757 82.29%, #E8BB3E 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.kantar-breadcrumb ul li a {
  color: #000000;
  white-space: nowrap;
  cursor: pointer;
}
.kantar-breadcrumb ul li span {
  white-space: nowrap;
}

.kantar-title {
  padding: 40px 20px;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
@media (min-width: 744px) {
  .kantar-title {
    padding: 40px 60px;
  }
}
@media (min-width: 1280px) {
  .kantar-title {
    padding: 40px 156px;
  }
}
@media (min-width: 1440px) {
  .kantar-title {
    padding: 40px calc(50% - 564px);
  }
}
@media (min-width: 744px) {
  .kantar-title.has-side-anchor {
    padding: 40px 60px 40px 284px;
  }
}
@media (min-width: 1280px) {
  .kantar-title.has-side-anchor {
    padding: 40px 156px 40px 440px;
  }
}
@media (min-width: 1440px) {
  .kantar-title.has-side-anchor {
    padding: 40px calc(50% - 564px) 40px calc(50% - 564px + 264px + 20px);
  }
}
.kantar-title.small-top-margin {
  padding-top: 10px !important;
}
@media (min-width: 744px) {
  .kantar-title.small-top-margin {
    padding-top: 30px !important;
  }
}
.kantar-title.kantar-espace-client {
  padding-bottom: 0 !important;
}
@media (min-width: 744px) {
  .kantar-title.kantar-espace-client .title-wrapper.two-columns {
    margin-bottom: 40px;
  }
}
.kantar-title .title-wrapper {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}
.kantar-title .title-wrapper.with-image {
  justify-content: space-between;
}
.kantar-title .title-wrapper.with-image.right-media {
  flex-direction: row-reverse;
}
@media (min-width: 1280px) {
  .kantar-title .title-wrapper.with-image.no-button p {
    margin-top: 30px;
  }
}
.kantar-title .title-wrapper.with-image .img-wrapper {
  position: relative;
  margin-bottom: 20px;
  flex-grow: 0;
}
@media (min-width: 744px) {
  .kantar-title .title-wrapper.with-image .img-wrapper {
    margin-bottom: 0;
  }
}
@media (min-width: 744px) {
  .kantar-title .title-wrapper.with-image {
    display: flex;
    align-items: flex-start;
    gap: 20px;
  }
  .kantar-title .title-wrapper.with-image .img-wrapper {
    width: 250px;
    flex-shrink: 0;
    overflow: hidden;
  }
}
@media (min-width: 744px) and (min-width: 1280px) {
  .kantar-title .title-wrapper.with-image .img-wrapper {
    width: 544px;
  }
}
@media (min-width: 744px) {
  .kantar-title .title-wrapper.with-image .img-wrapper .title-image,
  .kantar-title .title-wrapper.with-image .img-wrapper video {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    transition: transform 0.6s ease-in-out;
    background-color: #AEAE9F;
    background-size: cover;
    background-position: center;
  }
  .kantar-title .title-wrapper.with-image div {
    flex-grow: 1;
  }
}
@media (min-width: 744px) and (min-width: 744px) {
  .kantar-title .title-wrapper.with-image .h2 {
    font-size: 30px;
  }
}
@media (min-width: 744px) and (min-width: 1280px) {
  .kantar-title .title-wrapper.with-image .h2 {
    font-size: 36px;
  }
}
@media (min-width: 1280px) {
  .kantar-title .title-wrapper.with-image {
    gap: 40px;
  }
}
.kantar-title .title-wrapper.two-columns {
  margin-bottom: 40px;
}
.kantar-title .title-wrapper.two-columns.with-image .img-wrapper .title-image,
.kantar-title .title-wrapper.two-columns.with-image .img-wrapper .vid-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.4179104478%;
}
.kantar-title .title-wrapper.two-columns.with-image .img-wrapper .title-image::before,
.kantar-title .title-wrapper.two-columns.with-image .img-wrapper .vid-wrapper::before {
  content: "";
  display: block;
  padding-top: 56.4179104478%;
}
@media (min-width: 744px) {
  .kantar-title .title-wrapper.two-columns {
    margin-bottom: 0;
    width: calc(50% - 50px);
  }
  .kantar-title .title-wrapper.two-columns:nth-of-type(2n) {
    margin-left: 100px;
  }
  .kantar-title .title-wrapper.two-columns.with-image {
    flex-direction: column;
    justify-content: flex-start;
    align-items: unset;
    gap: 0;
    width: calc(50% - 10px);
  }
  .kantar-title .title-wrapper.two-columns.with-image:nth-of-type(2n) {
    margin-left: 20px;
  }
  .kantar-title .title-wrapper.two-columns.with-image .img-wrapper {
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
  }
  .kantar-title .title-wrapper.two-columns.with-image .img-wrapper .title-image,
  .kantar-title .title-wrapper.two-columns.with-image .img-wrapper video {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    transition: transform 0.6s ease-in-out;
    background-color: #AEAE9F;
    background-size: cover;
    background-position: center;
  }
}
@media (min-width: 1280px) {
  .kantar-title .title-wrapper.two-columns.with-image {
    width: calc(50% - 20px);
  }
  .kantar-title .title-wrapper.two-columns.with-image:nth-of-type(2n) {
    margin-left: 40px;
  }
}
.kantar-title .title-wrapper.golden-line {
  position: relative;
  padding: 0 12px;
}
.kantar-title .title-wrapper.golden-line::before {
  left: -2px;
  height: calc(100% - 8px);
}
.kantar-title .title-wrapper .img-wrapper {
  width: 100%;
  overflow: hidden;
}
.kantar-title .title-wrapper .img-wrapper .title-image,
.kantar-title .title-wrapper .img-wrapper video {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.6s ease-in-out;
  background-color: #AEAE9F;
  background-size: cover;
  background-position: center;
}
.kantar-title .title-wrapper .img-wrapper .title-image,
.kantar-title .title-wrapper .img-wrapper .vid-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 63.2835820896%;
}
.kantar-title .title-wrapper .img-wrapper .title-image::before,
.kantar-title .title-wrapper .img-wrapper .vid-wrapper::before {
  content: "";
  display: block;
  padding-top: 63.2835820896%;
}
.kantar-title .title-wrapper .img-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
@media (min-width: 744px) {
  .kantar-title .title-wrapper .img-wrapper .title-image,
  .kantar-title .title-wrapper .img-wrapper .vid-wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 63.2%;
  }
  .kantar-title .title-wrapper .img-wrapper .title-image::before,
  .kantar-title .title-wrapper .img-wrapper .vid-wrapper::before {
    content: "";
    display: block;
    padding-top: 63.2%;
  }
}
@media (min-width: 1280px) {
  .kantar-title .title-wrapper .img-wrapper .title-image,
  .kantar-title .title-wrapper .img-wrapper .vid-wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 63.2352941176%;
  }
  .kantar-title .title-wrapper .img-wrapper .title-image::before,
  .kantar-title .title-wrapper .img-wrapper .vid-wrapper::before {
    content: "";
    display: block;
    padding-top: 63.2352941176%;
  }
}
.kantar-title .title-wrapper .img-wrapper .title-image {
  position: relative;
  overflow: hidden;
}
.kantar-title .title-wrapper .img-wrapper .title-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: inherit;
  background-size: cover;
  background-position: center;
  transition: transform 0.5s ease-in-out;
}
.kantar-title .title-wrapper .img-wrapper .title-image.expand {
  cursor: pointer;
}
.kantar-title .title-wrapper .img-wrapper .title-image.expand::after {
  content: "";
  position: absolute;
  background-image: url("../images/zoom.svg");
  width: 40px;
  height: 40px;
  position: absolute;
  right: 10px;
  bottom: 10px;
  cursor: pointer;
}
.kantar-title .title-wrapper .img-wrapper.zoom-active .title-image:hover::before {
  transform: scale(1.2);
}
.kantar-title .title-wrapper .h2 {
  font-size: 30px;
  font-weight: 300;
  color: #000000;
  background-size: 0 1px;
  background-image: linear-gradient(#000000, #000000);
  background-repeat: no-repeat;
  background-position: 0 95%;
  transition: background-size 0.6s ease-in-out;
}
@media (min-width: 744px) {
  .kantar-title .title-wrapper .h2 {
    font-size: 36px;
  }
}
.kantar-title .title-wrapper p {
  font-size: 16px;
  font-weight: 300;
  margin-top: 10px;
}
@media (min-width: 744px) {
  .kantar-title .title-wrapper p {
    margin-top: 20px;
  }
}
@media (min-width: 1280px) {
  .kantar-title .title-wrapper p.mt-30 {
    margin-top: 30px;
  }
}
@media (min-width: 744px) {
  .kantar-title .title-wrapper .button {
    margin-top: 20px;
  }
}
@media (min-width: 1280px) {
  .kantar-title.has-side-anchor .kantar-title-image .title-wrapper.with-image .img-wrapper {
    width: 344px;
  }
}

.kantar-title-image {
  width: 100%;
  padding: 0 !important;
  padding: 40px 20px;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.kantar-title-image.small-top-margin {
  padding-top: 10px !important;
}
@media (min-width: 744px) {
  .kantar-title-image {
    padding: 40px 60px;
  }
  .kantar-title-image.small-top-margin {
    padding-top: 30px !important;
  }
}
@media (min-width: 1280px) {
  .kantar-title-image {
    padding: 40px 156px;
  }
}
@media (min-width: 1440px) {
  .kantar-title-image {
    padding: 40px calc(50% - 564px);
  }
}
.kantar-title-image.kantar-espace-client {
  padding-bottom: 0 !important;
}
@media (min-width: 744px) {
  .kantar-title-image.kantar-espace-client .title-wrapper.two-columns {
    margin-bottom: 40px;
  }
}
.kantar-title-image .title-wrapper {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}
.kantar-title-image .title-wrapper.with-image {
  justify-content: space-between;
}
.kantar-title-image .title-wrapper.with-image.right-media {
  flex-direction: row-reverse;
}
@media (min-width: 1280px) {
  .kantar-title-image .title-wrapper.with-image.no-button p {
    margin-top: 30px;
  }
}
.kantar-title-image .title-wrapper.with-image .img-wrapper {
  position: relative;
  margin-bottom: 20px;
  flex-grow: 0;
}
@media (min-width: 744px) {
  .kantar-title-image .title-wrapper.with-image .img-wrapper {
    margin-bottom: 0;
  }
}
.kantar-title-image .title-wrapper.with-image .img-wrapper.zoom-active .title-image:hover::before {
  transform: scale(1.2);
}
@media (min-width: 744px) {
  .kantar-title-image .title-wrapper.with-image {
    display: flex;
    align-items: flex-start;
    gap: 20px;
  }
}
@media (min-width: 744px) and (min-width: 1280px) {
  .kantar-title-image .title-wrapper.with-image .img-wrapper {
    width: 544px;
  }
}
@media (min-width: 744px) {
  .kantar-title-image .title-wrapper.with-image .img-wrapper .title-image,
  .kantar-title-image .title-wrapper.with-image .img-wrapper video {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    transition: transform 0.6s ease-in-out;
    background-color: #AEAE9F;
    background-size: cover;
    background-position: center;
  }
  .kantar-title-image .title-wrapper.with-image .img-wrapper .title-image {
    position: relative;
    overflow: hidden;
  }
  .kantar-title-image .title-wrapper.with-image .img-wrapper .title-image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: inherit;
    background-size: cover;
    background-position: center;
    transition: transform 0.5s ease-in-out;
  }
  .kantar-title-image .title-wrapper.with-image div {
    flex-grow: 1;
  }
  .kantar-title-image .title-wrapper.with-image .zooming div {
    flex-grow: 0;
  }
  .kantar-title-image .title-wrapper.with-image .h2 {
    font-size: 30px;
  }
}
@media (min-width: 744px) and (min-width: 1280px) {
  .kantar-title-image .title-wrapper.with-image .h2 {
    font-size: 36px;
  }
}
@media (min-width: 1280px) {
  .kantar-title-image .title-wrapper.with-image {
    gap: 40px;
  }
}
.kantar-title-image .title-wrapper.two-columns {
  margin-bottom: 40px;
}
@media (min-width: 744px) {
  .kantar-title-image .title-wrapper.two-columns {
    margin-bottom: 0;
    width: calc(50% - 50px);
  }
  .kantar-title-image .title-wrapper.two-columns:nth-of-type(2n) {
    margin-left: 100px;
  }
  .kantar-title-image .title-wrapper.two-columns.with-image {
    flex-direction: column;
    justify-content: flex-start;
    align-items: unset;
    gap: 0;
    width: calc(50% - 10px);
  }
  .kantar-title-image .title-wrapper.two-columns.with-image:nth-of-type(2n) {
    margin-left: 20px;
  }
  .kantar-title-image .title-wrapper.two-columns.with-image .img-wrapper {
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
  }
  .kantar-title-image .title-wrapper.two-columns.with-image .img-wrapper .title-image,
  .kantar-title-image .title-wrapper.two-columns.with-image .img-wrapper video {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    transition: transform 0.6s ease-in-out;
    background-color: #AEAE9F;
    background-size: cover;
    background-position: center;
  }
  .kantar-title-image .title-wrapper.two-columns.with-image .img-wrapper .title-image {
    position: relative;
    overflow: hidden;
  }
  .kantar-title-image .title-wrapper.two-columns.with-image .img-wrapper .title-image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: inherit;
    background-size: cover;
    background-position: center;
    transition: transform 0.5s ease-in-out;
  }
  .kantar-title-image .title-wrapper.two-columns.with-image .img-wrapper.zoom-active .title-image:hover::before {
    transform: scale(1.2);
  }
}
@media (min-width: 1280px) {
  .kantar-title-image .title-wrapper.two-columns.with-image {
    width: calc(50% - 20px);
  }
  .kantar-title-image .title-wrapper.two-columns.with-image .img-wrapper.zoom-active .title-image:hover::before {
    transform: scale(1.2);
  }
  .kantar-title-image .title-wrapper.two-columns.with-image:nth-of-type(2n) {
    margin-left: 40px;
  }
}
.kantar-title-image .title-wrapper.two-columns.with-image .img-wrapper .title-image,
.kantar-title-image .title-wrapper.two-columns.with-image .img-wrapper .vid-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.4179104478%;
}
.kantar-title-image .title-wrapper.two-columns.with-image .img-wrapper .title-image::before,
.kantar-title-image .title-wrapper.two-columns.with-image .img-wrapper .vid-wrapper::before {
  content: "";
  display: block;
  padding-top: 56.4179104478%;
}
@media (min-width: 744px) {
  .kantar-title-image .title-wrapper.two-columns.with-image .img-wrapper .title-image,
  .kantar-title-image .title-wrapper.two-columns.with-image .img-wrapper .vid-wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.2913907285%;
  }
  .kantar-title-image .title-wrapper.two-columns.with-image .img-wrapper .title-image::before,
  .kantar-title-image .title-wrapper.two-columns.with-image .img-wrapper .vid-wrapper::before {
    content: "";
    display: block;
    padding-top: 56.2913907285%;
  }
}
@media (min-width: 1280px) {
  .kantar-title-image .title-wrapper.two-columns.with-image .img-wrapper .title-image,
  .kantar-title-image .title-wrapper.two-columns.with-image .img-wrapper .vid-wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.4338235294%;
  }
  .kantar-title-image .title-wrapper.two-columns.with-image .img-wrapper .title-image::before,
  .kantar-title-image .title-wrapper.two-columns.with-image .img-wrapper .vid-wrapper::before {
    content: "";
    display: block;
    padding-top: 56.4338235294%;
  }
}
.kantar-title-image .title-wrapper.golden-line {
  position: relative;
  padding: 0 12px;
}
.kantar-title-image .title-wrapper.golden-line::before {
  left: -2px;
  height: calc(100% - 8px);
}
.kantar-title-image .title-wrapper .img-wrapper {
  width: 100%;
  overflow: hidden;
}
.kantar-title-image .title-wrapper .img-wrapper .title-image,
.kantar-title-image .title-wrapper .img-wrapper video {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.6s ease-in-out;
  background-color: #AEAE9F;
  background-size: cover;
  background-position: center;
}
.kantar-title-image .title-wrapper .img-wrapper .title-image,
.kantar-title-image .title-wrapper .img-wrapper .vid-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 63.2835820896%;
}
.kantar-title-image .title-wrapper .img-wrapper .title-image::before,
.kantar-title-image .title-wrapper .img-wrapper .vid-wrapper::before {
  content: "";
  display: block;
  padding-top: 63.2835820896%;
}
@media (min-width: 744px) {
  .kantar-title-image .title-wrapper .img-wrapper .title-image,
  .kantar-title-image .title-wrapper .img-wrapper .vid-wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 63.2%;
  }
  .kantar-title-image .title-wrapper .img-wrapper .title-image::before,
  .kantar-title-image .title-wrapper .img-wrapper .vid-wrapper::before {
    content: "";
    display: block;
    padding-top: 63.2%;
  }
  .kantar-title-image .title-wrapper .img-wrapper .h2 {
    font-size: 36px;
  }
}
@media (min-width: 1280px) {
  .kantar-title-image .title-wrapper .img-wrapper .title-image,
  .kantar-title-image .title-wrapper .img-wrapper .vid-wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 63.2352941176%;
  }
  .kantar-title-image .title-wrapper .img-wrapper .title-image::before,
  .kantar-title-image .title-wrapper .img-wrapper .vid-wrapper::before {
    content: "";
    display: block;
    padding-top: 63.2352941176%;
  }
}
.kantar-title-image .title-wrapper .img-wrapper .title-image {
  position: relative;
  overflow: hidden;
}
.kantar-title-image .title-wrapper .img-wrapper .title-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: inherit;
  background-size: cover;
  background-position: center;
  transition: transform 0.5s ease-in-out;
}
.kantar-title-image .title-wrapper .img-wrapper.zoom-active .title-image:hover::before {
  transform: scale(1.2);
}
.kantar-title-image .title-wrapper .img-wrapper .title-image.expand {
  cursor: pointer;
}
.kantar-title-image .title-wrapper .img-wrapper .title-image.expand::after {
  content: "";
  position: absolute;
  background-image: url("../images/zoom.svg");
  width: 40px;
  height: 40px;
  position: absolute;
  right: 10px;
  bottom: 10px;
  cursor: pointer;
}
.kantar-title-image .title-wrapper .img-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.kantar-title-image .title-wrapper .h2 {
  font-size: 30px;
  font-weight: 300;
  color: #000000;
  background-size: 0 1px;
  background-image: linear-gradient(#000000, #000000);
  background-repeat: no-repeat;
  background-position: 0 95%;
  transition: background-size 0.6s ease-in-out;
}
@media (min-width: 744px) {
  .kantar-title-image .title-wrapper .h2 {
    font-size: 36px;
  }
}
.kantar-title-image .title-wrapper p {
  font-size: 16px;
  font-weight: 300;
  margin-top: 10px;
}
@media (min-width: 744px) {
  .kantar-title-image .title-wrapper p {
    margin-top: 20px;
  }
}
@media (min-width: 1280px) {
  .kantar-title-image .title-wrapper p.mt-30 {
    margin-top: 30px;
  }
}
@media (min-width: 744px) {
  .kantar-title-image .title-wrapper .button {
    margin-top: 20px;
  }
}

.kantar-paragraph {
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 744px) {
  .kantar-paragraph {
    padding: 20px 60px;
  }
}
@media (min-width: 1280px) {
  .kantar-paragraph {
    padding: 40px 156px;
  }
}
@media (min-width: 1440px) {
  .kantar-paragraph {
    padding: 40px calc(50% - 564px);
  }
}
@media (min-width: 744px) {
  .kantar-paragraph.has-side-anchor {
    padding: 40px 60px 40px 284px;
  }
}
@media (min-width: 1280px) {
  .kantar-paragraph.has-side-anchor {
    padding: 40px 156px 40px 440px;
  }
}
@media (min-width: 1440px) {
  .kantar-paragraph.has-side-anchor {
    padding: 40px calc(50% - 564px) 40px calc(50% - 564px + 264px + 20px);
  }
}
.kantar-paragraph .container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 744px) {
  .kantar-paragraph .container {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.kantar-paragraph .container.bullet-points .paragraph .text {
  padding-left: 32px;
}
.kantar-paragraph .container.bullet-points .paragraph .text p {
  position: relative;
}
.kantar-paragraph .container.bullet-points .paragraph .text p::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 1px;
  background: #000000;
  left: -32px;
  top: 12px;
}
.kantar-paragraph .center {
  text-align: center;
}
.kantar-paragraph .center .button {
  margin-left: auto;
  margin-right: auto;
}
.kantar-paragraph button.tietery {
  display: none;
}
.kantar-paragraph .hide .text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.kantar-paragraph .hide button.tietery {
  display: block;
  padding: 0;
}
.kantar-paragraph .paragraph {
  width: 100%;
}
.kantar-paragraph .paragraph + .paragraph {
  margin-top: 40px;
}
@media (min-width: 744px) {
  .kantar-paragraph .paragraph + .paragraph {
    margin-top: 0;
  }
}
@media (min-width: 744px) {
  .kantar-paragraph .paragraph.two-columns {
    width: calc(50% - 20px);
    margin-right: 40px;
  }
  .kantar-paragraph .paragraph.two-columns:nth-of-type(2n) {
    margin-right: 0;
  }
  .kantar-paragraph .paragraph.two-columns:first-of-type {
    margin-bottom: 0;
  }
}
@media (min-width: 1280px) {
  .kantar-paragraph .paragraph.two-columns {
    width: calc(50% - 40px);
    margin-right: 80px;
  }
}
.kantar-paragraph .paragraph.with-number {
  display: flex;
}
@media (min-width: 744px) {
  .kantar-paragraph .paragraph.with-number {
    margin-top: 40px;
  }
  .kantar-paragraph .paragraph.with-number.two-columns:nth-of-type(1) {
    margin-top: 0;
  }
  .kantar-paragraph .paragraph.with-number.two-columns:nth-of-type(2) {
    margin-top: 0;
  }
}
.kantar-paragraph .paragraph.with-number .number {
  color: inherit;
  display: inline-block;
  flex-shrink: 0;
  padding-right: 20px;
  box-sizing: content-box;
  text-align: right;
}
.kantar-paragraph .paragraph.with-number .content {
  padding-left: 20px;
  border-left: 2px solid #AEAE9F;
  height: -moz-fit-content;
  height: fit-content;
}
.kantar-paragraph .paragraph.with-number .content h4,
.kantar-paragraph .paragraph.with-number .content p,
.kantar-paragraph .paragraph.with-number .content .text {
  margin-top: 10px;
}
.kantar-paragraph .paragraph.with-number .content h4:first-child,
.kantar-paragraph .paragraph.with-number .content p:first-child,
.kantar-paragraph .paragraph.with-number .content .text:first-child {
  margin-top: 0;
}
.kantar-paragraph .paragraph.with-number .content a.button {
  margin-top: 10px;
}
.kantar-paragraph .paragraph.wysiwyg {
  overflow: hidden;
}
.kantar-paragraph .paragraph.wysiwyg .has-p-2-font-size {
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: unset;
}
.kantar-paragraph .paragraph.wysiwyg p,
.kantar-paragraph .paragraph.wysiwyg .has-p-font-size {
  font-size: 18px !important;
  font-weight: 300 !important;
  line-height: unset;
  min-height: 18px;
}
.kantar-paragraph .paragraph.wysiwyg .has-h-4-font-size {
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: unset;
}
.kantar-paragraph .paragraph.wysiwyg .has-h-3-font-size {
  font-size: 30px !important;
  font-weight: 300 !important;
  line-height: unset;
}
.kantar-paragraph .paragraph.wysiwyg .has-h-2-font-size {
  font-size: 45px !important;
  font-weight: 300 !important;
  line-height: unset;
}
.kantar-paragraph .paragraph.wysiwyg .has-h-1-font-size {
  font-size: 60px !important;
  font-weight: 300 !important;
  line-height: unset;
}
.kantar-paragraph .paragraph.wysiwyg ul,
.kantar-paragraph .paragraph.wysiwyg ol {
  padding-left: 32px;
}
.kantar-paragraph .paragraph.wysiwyg ul {
  list-style: none;
}
.kantar-paragraph .paragraph.wysiwyg ul li {
  position: relative;
}
.kantar-paragraph .paragraph.wysiwyg ul li::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 1px;
  background: #000000;
  left: -32px;
  top: 12px;
}
.kantar-paragraph .paragraph.wysiwyg > * {
  margin-top: 10px;
}
.kantar-paragraph .paragraph:not(.wysiwyg) h1,
.kantar-paragraph .paragraph:not(.wysiwyg) .h1,
.kantar-paragraph .paragraph:not(.wysiwyg) h2,
.kantar-paragraph .paragraph:not(.wysiwyg) .h2,
.kantar-paragraph .paragraph:not(.wysiwyg) h3,
.kantar-paragraph .paragraph:not(.wysiwyg) .h3,
.kantar-paragraph .paragraph:not(.wysiwyg) h4,
.kantar-paragraph .paragraph:not(.wysiwyg) .h4,
.kantar-paragraph .paragraph:not(.wysiwyg) p,
.kantar-paragraph .paragraph:not(.wysiwyg) .p,
.kantar-paragraph .paragraph:not(.wysiwyg) .p2 {
  color: #000000;
}
.kantar-paragraph .paragraph h1.none,
.kantar-paragraph .paragraph .h1.none,
.kantar-paragraph .paragraph h2.none,
.kantar-paragraph .paragraph .h2.none,
.kantar-paragraph .paragraph h3.none,
.kantar-paragraph .paragraph .h3.none,
.kantar-paragraph .paragraph h4.none,
.kantar-paragraph .paragraph .h4.none,
.kantar-paragraph .paragraph p.none,
.kantar-paragraph .paragraph .p.none,
.kantar-paragraph .paragraph .p2.none {
  text-decoration: none;
}
.kantar-paragraph .paragraph h1.bold,
.kantar-paragraph .paragraph .h1.bold,
.kantar-paragraph .paragraph h2.bold,
.kantar-paragraph .paragraph .h2.bold,
.kantar-paragraph .paragraph h3.bold,
.kantar-paragraph .paragraph .h3.bold,
.kantar-paragraph .paragraph h4.bold,
.kantar-paragraph .paragraph .h4.bold,
.kantar-paragraph .paragraph p.bold,
.kantar-paragraph .paragraph .p.bold,
.kantar-paragraph .paragraph .p2.bold {
  font-weight: bold;
}
.kantar-paragraph .paragraph h1.italic,
.kantar-paragraph .paragraph .h1.italic,
.kantar-paragraph .paragraph h2.italic,
.kantar-paragraph .paragraph .h2.italic,
.kantar-paragraph .paragraph h3.italic,
.kantar-paragraph .paragraph .h3.italic,
.kantar-paragraph .paragraph h4.italic,
.kantar-paragraph .paragraph .h4.italic,
.kantar-paragraph .paragraph p.italic,
.kantar-paragraph .paragraph .p.italic,
.kantar-paragraph .paragraph .p2.italic {
  font-style: italic;
}
.kantar-paragraph .paragraph h1.underline,
.kantar-paragraph .paragraph .h1.underline,
.kantar-paragraph .paragraph h2.underline,
.kantar-paragraph .paragraph .h2.underline,
.kantar-paragraph .paragraph h3.underline,
.kantar-paragraph .paragraph .h3.underline,
.kantar-paragraph .paragraph h4.underline,
.kantar-paragraph .paragraph .h4.underline,
.kantar-paragraph .paragraph p.underline,
.kantar-paragraph .paragraph .p.underline,
.kantar-paragraph .paragraph .p2.underline {
  text-decoration: underline;
}
.kantar-paragraph .paragraph h1.linethrough,
.kantar-paragraph .paragraph .h1.linethrough,
.kantar-paragraph .paragraph h2.linethrough,
.kantar-paragraph .paragraph .h2.linethrough,
.kantar-paragraph .paragraph h3.linethrough,
.kantar-paragraph .paragraph .h3.linethrough,
.kantar-paragraph .paragraph h4.linethrough,
.kantar-paragraph .paragraph .h4.linethrough,
.kantar-paragraph .paragraph p.linethrough,
.kantar-paragraph .paragraph .p.linethrough,
.kantar-paragraph .paragraph .p2.linethrough {
  text-decoration: line-through;
}
.kantar-paragraph .paragraph h1.left,
.kantar-paragraph .paragraph .h1.left,
.kantar-paragraph .paragraph h2.left,
.kantar-paragraph .paragraph .h2.left,
.kantar-paragraph .paragraph h3.left,
.kantar-paragraph .paragraph .h3.left,
.kantar-paragraph .paragraph h4.left,
.kantar-paragraph .paragraph .h4.left,
.kantar-paragraph .paragraph p.left,
.kantar-paragraph .paragraph .p.left,
.kantar-paragraph .paragraph .p2.left {
  text-align: left;
}
.kantar-paragraph .paragraph h1.center,
.kantar-paragraph .paragraph .h1.center,
.kantar-paragraph .paragraph h2.center,
.kantar-paragraph .paragraph .h2.center,
.kantar-paragraph .paragraph h3.center,
.kantar-paragraph .paragraph .h3.center,
.kantar-paragraph .paragraph h4.center,
.kantar-paragraph .paragraph .h4.center,
.kantar-paragraph .paragraph p.center,
.kantar-paragraph .paragraph .p.center,
.kantar-paragraph .paragraph .p2.center {
  text-align: center;
}
.kantar-paragraph .paragraph h1.right,
.kantar-paragraph .paragraph .h1.right,
.kantar-paragraph .paragraph h2.right,
.kantar-paragraph .paragraph .h2.right,
.kantar-paragraph .paragraph h3.right,
.kantar-paragraph .paragraph .h3.right,
.kantar-paragraph .paragraph h4.right,
.kantar-paragraph .paragraph .h4.right,
.kantar-paragraph .paragraph p.right,
.kantar-paragraph .paragraph .p.right,
.kantar-paragraph .paragraph .p2.right {
  text-align: right;
}
.kantar-paragraph .paragraph h1.justify,
.kantar-paragraph .paragraph .h1.justify,
.kantar-paragraph .paragraph h2.justify,
.kantar-paragraph .paragraph .h2.justify,
.kantar-paragraph .paragraph h3.justify,
.kantar-paragraph .paragraph .h3.justify,
.kantar-paragraph .paragraph h4.justify,
.kantar-paragraph .paragraph .h4.justify,
.kantar-paragraph .paragraph p.justify,
.kantar-paragraph .paragraph .p.justify,
.kantar-paragraph .paragraph .p2.justify {
  text-align: justify;
}
.kantar-paragraph .paragraph h3.opacity-0,
.kantar-paragraph .paragraph .h3.opacity-0 {
  display: none;
}
@media (min-width: 744px) {
  .kantar-paragraph .paragraph h3.opacity-0,
  .kantar-paragraph .paragraph .h3.opacity-0 {
    display: initial;
    opacity: 0;
  }
}
.kantar-paragraph .paragraph h4,
.kantar-paragraph .paragraph .h4,
.kantar-paragraph .paragraph p,
.kantar-paragraph .paragraph .p,
.kantar-paragraph .paragraph .p2,
.kantar-paragraph .paragraph .text {
  margin-top: 20px;
}
.kantar-paragraph .paragraph ol {
  list-style: decimal;
}
.kantar-paragraph .paragraph ul {
  list-style: initial;
}
.kantar-paragraph .paragraph ol,
.kantar-paragraph .paragraph ul {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  padding-left: 30px;
  margin-top: 20px;
}
.kantar-paragraph .paragraph ol li,
.kantar-paragraph .paragraph ul li {
  margin-bottom: 10px;
}
.kantar-paragraph .paragraph ol li:last-of-type,
.kantar-paragraph .paragraph ul li:last-of-type {
  margin-bottom: 0;
}
.kantar-paragraph .paragraph a.ek-link {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  color: #000000;
  cursor: pointer;
  display: inline;
  background-size: 100% 1px;
  background-image: linear-gradient(#000000, #000000);
  background-repeat: no-repeat;
  background-position: 0 95%;
  transition: background-size 0.3s ease-in-out;
  padding-bottom: 4px;
}
.kantar-paragraph .paragraph a.ek-link:hover {
  background-size: 0 1px;
}
.kantar-paragraph .paragraph a.ek-link.external::after {
  content: "";
  position: relative;
  display: inline-block;
  right: 0;
  bottom: 9px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  transition: transform 0.3s;
}
.kantar-paragraph .paragraph a.ek-link.external:hover::after {
  transform: translate(2px, -2px);
}
.kantar-paragraph .paragraph p a.ek-link {
  padding-bottom: 4px;
}
.kantar-paragraph .paragraph p a.ek-link.external::after {
  bottom: 9px;
}
.kantar-paragraph .paragraph .has-p-2-font-size a.ek-link {
  padding-bottom: 6px;
}
.kantar-paragraph .paragraph .has-p-2-font-size a.ek-link.external::after {
  bottom: 7px;
}
.kantar-paragraph .paragraph .has-p-font-size a.ek-link {
  padding-bottom: 4px;
}
.kantar-paragraph .paragraph .has-p-font-size a.ek-link.external::after {
  bottom: 9px;
}
.kantar-paragraph .paragraph .has-h-4-font-size a.ek-link {
  padding-bottom: 8px;
}
.kantar-paragraph .paragraph .has-h-4-font-size a.ek-link.external::after {
  bottom: 10px;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
}
.kantar-paragraph .paragraph .has-h-3-font-size a.ek-link {
  padding-bottom: 5px;
}
.kantar-paragraph .paragraph .has-h-3-font-size a.ek-link.external::after {
  bottom: 18px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
}
.kantar-paragraph .paragraph .has-h-2-font-size a.ek-link {
  padding-bottom: 7px;
}
.kantar-paragraph .paragraph .has-h-2-font-size a.ek-link.external::after {
  bottom: 32px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
}
.kantar-paragraph .paragraph .has-h-1-font-size a.ek-link {
  padding-bottom: 8px;
}
.kantar-paragraph .paragraph .has-h-1-font-size a.ek-link.external::after {
  bottom: 42px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
}
.kantar-paragraph .paragraph a.button {
  margin-top: 20px;
}

.kantar-media {
  width: 100%;
  padding: 40px 20px;
  box-sizing: border-box;
}
@media (min-width: 744px) {
  .kantar-media {
    padding: 40px 60px;
  }
}
@media (min-width: 1280px) {
  .kantar-media {
    padding: 40px 156px;
  }
}
@media (min-width: 1440px) {
  .kantar-media {
    padding: 40px calc(50% - 564px);
  }
}
@media (min-width: 744px) {
  .kantar-media.has-side-anchor {
    padding: 40px 60px 40px 284px;
  }
}
@media (min-width: 1280px) {
  .kantar-media.has-side-anchor {
    padding: 40px 156px 40px 440px;
  }
}
@media (min-width: 1440px) {
  .kantar-media.has-side-anchor {
    padding: 40px calc(50% - 564px) 40px calc(50% - 564px + 264px + 20px);
  }
}
.kantar-media .wrapper {
  width: 100%;
  height: auto;
  position: relative;
}
.kantar-media .wrapper.img::after {
  content: "";
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 32px;
  height: 32px;
  background-image: url("../images/zoom.svg");
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
@media (min-width: 744px) {
  .kantar-media .wrapper.img::after {
    width: 48px;
    height: 48px;
  }
}
@media (min-width: 1280px) {
  .kantar-media .wrapper.portrait {
    max-width: 745px;
    margin: 0 auto;
    height: auto;
    padding-bottom: 0;
  }
  .kantar-media .wrapper.portrait::before {
    padding-top: 0;
  }
}
.kantar-media .wrapper.portrait .template {
  width: 50%;
  aspect-ratio: 9/16;
  background-color: #AEAE9F;
  margin: auto;
}
.kantar-media .wrapper.landscape .template {
  width: 100%;
  aspect-ratio: 16/9;
  background-color: #AEAE9F;
}
.kantar-media .wrapper video,
.kantar-media .wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.kantar-media .wrapper img {
  cursor: zoom-in;
}

.kantar-form {
  padding: 40px 20px;
  background: #FFFFFF;
}
@media (min-width: 744px) {
  .kantar-form {
    padding: 40px 60px;
  }
}
@media (min-width: 1280px) {
  .kantar-form {
    padding: 40px 156px;
  }
}
@media (min-width: 1440px) {
  .kantar-form {
    padding: 40px calc(50% - 564px);
  }
}
@media (min-width: 744px) {
  .kantar-form.has-side-anchor {
    padding: 40px 60px 40px 284px;
  }
}
@media (min-width: 1280px) {
  .kantar-form.has-side-anchor {
    padding: 40px 156px 40px 440px;
  }
}
@media (min-width: 1440px) {
  .kantar-form.has-side-anchor {
    padding: 40px calc(50% - 564px) 40px calc(50% - 564px + 264px + 20px);
  }
}
.kantar-form.small-top-marign {
  padding-top: 32px !important;
}
.kantar-form.mask-layer {
  background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0.9) 90%, rgba(255, 255, 255, 0) 100%);
  position: relative;
  padding-top: 100px;
  margin-top: -350px;
  z-index: 2;
}
@media (min-width: 744px) {
  .kantar-form.mask-layer {
    padding-top: 200px;
    margin-top: -500px;
    background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0.9) 80%, rgba(255, 255, 255, 0) 100%);
  }
}
@media (min-width: 1280px) {
  .kantar-form.mask-layer {
    padding-top: 400px;
    margin-top: -1000px;
  }
}
@media (min-width: 1440px) {
  .kantar-form.mask-layer {
    padding-top: 600px;
    margin-top: -1500px;
  }
}
.kantar-form.pop-up {
  margin: 0 20px;
  box-sizing: content-box;
}
@media (min-width: 1280px) {
  .kantar-form.pop-up {
    padding: 80px 60px;
    margin: 0 calc(50% - 500px);
  }
}
.kantar-form .form-title {
  padding-left: 12px;
  position: relative;
  margin-bottom: 32px;
}
.kantar-form .form-title::before {
  content: "";
  position: absolute;
  width: 4px;
  height: calc(100% - 8px);
  left: -2px;
  bottom: 0;
  background: linear-gradient(360deg, #B28300 0%, #F0D956 32.81%, #FFED6A 60.42%, #F5D757 79.69%, #E8BB3E 100%);
}
.kantar-form .form-title h3 {
  font-size: 45px;
}
.kantar-form .form-title p {
  margin-top: 5px;
  font-size: 14px;
  font-weight: 400;
}
@media (min-width: 744px) {
  .kantar-form .form-title p {
    font-size: 18px;
  }
}
.kantar-form form {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 744px) {
  .kantar-form form .input-wrapper {
    width: calc(50% - 20px);
    margin-right: 40px;
    margin-top: 50px;
  }
  .kantar-form form .input-wrapper:nth-of-type(2n) {
    margin-right: 0;
  }
  .kantar-form form .input-wrapper:first-of-type {
    margin-top: 30px;
  }
  .kantar-form form .input-wrapper:nth-of-type(2) {
    margin-top: 30px;
  }
  .kantar-form form .input-wrapper.w-100 {
    width: 100%;
    margin-right: 0;
  }
}
.kantar-form form .checkbox {
  display: flex;
  padding: 10px 0;
  width: 100%;
}
.kantar-form form .checkbox.mt-30 {
  margin-top: 30px;
}
.kantar-form form button {
  padding: 10px 30px;
  background: #000000;
  color: #FFFFFF;
  margin-top: 32px;
}

.kantar-related-solutions {
  position: relative;
  padding: 40px 20px 0;
}
@media (min-width: 744px) {
  .kantar-related-solutions {
    padding: 40px 60px 0;
  }
}
@media (min-width: 1280px) {
  .kantar-related-solutions {
    padding: 40px 156px 0;
  }
}
@media (min-width: 1440px) {
  .kantar-related-solutions {
    padding: 40px calc(50% - 564px) 0;
  }
}
@media (min-width: 744px) {
  .kantar-related-solutions.has-side-anchor {
    padding: 40px 60px 40px 284px;
  }
}
@media (min-width: 1280px) {
  .kantar-related-solutions.has-side-anchor {
    padding: 40px 156px 40px 440px;
  }
}
@media (min-width: 1440px) {
  .kantar-related-solutions.has-side-anchor {
    padding: 40px calc(50% - 564px) 40px calc(50% - 564px + 264px + 20px);
  }
}
.kantar-related-solutions h2 {
  margin-bottom: 40px;
}
.kantar-related-solutions .swiper {
  padding-bottom: 40px;
}
@media (min-width: 744px) {
  .kantar-related-solutions .swiper {
    padding-bottom: 80px;
  }
}
@media (min-width: 1280px) {
  .kantar-related-solutions .solutions-list.full-width .solution {
    display: flex;
    align-items: center;
    margin-bottom: 0;
  }
  .kantar-related-solutions .solutions-list.full-width .solution .image-wrapper {
    width: 200px;
    height: 200px;
    margin-right: 20px;
    flex-shrink: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .kantar-related-solutions .solutions-list.full-width .solution .image-wrapper::before {
    padding-top: 0;
  }
}
@media (min-width: 1280px) {
  .kantar-related-solutions .solutions-list.two-items .solution .image-wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 36.7647058824%;
  }
  .kantar-related-solutions .solutions-list.two-items .solution .image-wrapper::before {
    content: "";
    display: block;
    padding-top: 36.7647058824%;
  }
}
.kantar-related-solutions .solutions-list .solution {
  position: relative;
}
@media (min-width: 744px) {
  .kantar-related-solutions .solutions-list .solution:hover img {
    transform: scale(1.2) translateY(-8%) !important;
  }
}
.kantar-related-solutions .solutions-list .solution .card-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 1;
}
.kantar-related-solutions .solutions-list .solution .image-wrapper {
  width: 100%;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 59.7014925373%;
  margin-bottom: 20px;
  overflow: hidden;
}
.kantar-related-solutions .solutions-list .solution .image-wrapper::before {
  content: "";
  display: block;
  padding-top: 59.7014925373%;
}
@media (min-width: 744px) {
  .kantar-related-solutions .solutions-list .solution .image-wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 45.0320512821%;
  }
  .kantar-related-solutions .solutions-list .solution .image-wrapper::before {
    content: "";
    display: block;
    padding-top: 45.0320512821%;
  }
}
@media (min-width: 1280px) {
  .kantar-related-solutions .solutions-list .solution .image-wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 57.1428571429%;
  }
  .kantar-related-solutions .solutions-list .solution .image-wrapper::before {
    content: "";
    display: block;
    padding-top: 57.1428571429%;
  }
}
.kantar-related-solutions .solutions-list .solution .image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 1s ease-in-out;
  transform: scale(1.1) translateY(4%);
  transform-origin: center;
  position: absolute;
  left: 0;
  top: 0;
}
.kantar-related-solutions .solutions-list .solution .info {
  display: flex;
  flex-direction: column;
}
.kantar-related-solutions .solutions-list .solution .info .slide-title {
  color: #000000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.kantar-related-solutions .solutions-list .solution .info .tags {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5px;
}
.kantar-related-solutions .solutions-list .solution .info .tags span {
  background: #D4D4C9;
  z-index: 1;
  font-size: 10px;
  padding: 4px 12px;
  margin: 0 5px 5px 0;
}
.kantar-related-solutions .solutions-list .solution .info a {
  color: #000000;
}
.kantar-related-solutions .solutions-list .solution .info h5 {
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 10px;
}
.kantar-related-solutions .solutions-list .solution .info h4 a {
  font-weight: 400;
  font-size: 18px;
  background-size: 0 1px;
  background-image: linear-gradient(#000000, #000000);
  background-repeat: no-repeat;
  background-position: 0 95%;
  transition: background-size 0.6s ease-in-out;
  padding-bottom: 5px;
}
.kantar-related-solutions .swiper-icon {
  width: 50px;
  height: 50px;
  background: #000000;
  bottom: 0;
  display: none;
  z-index: 2;
}
@media (min-width: 744px) {
  .kantar-related-solutions .swiper-icon {
    display: none;
  }
}
@media (min-width: 1280px) {
  .kantar-related-solutions .swiper-icon {
    display: none;
  }
}
.kantar-related-solutions .swiper-icon.swiper-button-prev {
  left: 0;
}
.kantar-related-solutions .swiper-icon.swiper-button-next {
  right: 0;
}
.kantar-related-solutions .swiper-icon::after {
  content: "";
}
.kantar-related-solutions .swiper-icon img {
  width: 28px;
  height: 28px;
  margin: 11px;
}

.kantar-related-articles {
  padding: 40px 20px 0;
  position: relative;
}
@media (min-width: 744px) {
  .kantar-related-articles {
    padding: 40px 60px 0;
  }
}
@media (min-width: 1280px) {
  .kantar-related-articles {
    padding: 40px 156px 0;
  }
}
@media (min-width: 1440px) {
  .kantar-related-articles {
    padding: 40px calc(50% - 564px) 0;
  }
}
@media (min-width: 744px) {
  .kantar-related-articles.has-side-anchor {
    padding: 40px 60px 40px 284px;
  }
}
@media (min-width: 1280px) {
  .kantar-related-articles.has-side-anchor {
    padding: 40px 156px 40px 440px;
  }
}
@media (min-width: 1440px) {
  .kantar-related-articles.has-side-anchor {
    padding: 40px calc(50% - 564px) 40px calc(50% - 564px + 264px + 20px);
  }
}
@media (min-width: 1280px) {
  .kantar-related-articles.no-vertical-margin .swiper-icon.swiper-button-prev {
    top: calc(50% - 80px);
  }
}
@media (min-width: 1280px) {
  .kantar-related-articles.no-vertical-margin .swiper-icon.swiper-button-next {
    top: calc(50% - 80px);
  }
}
@media (min-width: 744px) {
  .kantar-related-articles .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.kantar-related-articles .title div {
  margin-bottom: 20px;
}
@media (min-width: 744px) {
  .kantar-related-articles .title .button {
    flex-shrink: 0;
    margin-left: 64px;
  }
}
.kantar-related-articles .swiper {
  margin-top: 20px;
  padding-bottom: 24px;
}
@media (min-width: 744px) {
  .kantar-related-articles .swiper {
    padding-bottom: 40px;
  }
}
@media (min-width: 1280px) {
  .kantar-related-articles .swiper {
    padding-bottom: 60px;
  }
}
.kantar-related-articles .swiper .swiper-slide {
  width: 100%;
}
.kantar-related-articles .swiper .swiper-slide .article-info {
  position: relative;
  display: flex;
  flex-direction: column;
}
@media (min-width: 744px) {
  .kantar-related-articles .swiper .swiper-slide .article-info:hover img {
    transform: scale(1.2) translateY(-8%) !important;
  }
}
.kantar-related-articles .swiper .swiper-slide .article-info .card-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 1;
}
.kantar-related-articles .swiper .swiper-slide .article-info .img-wrapper {
  width: 100%;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 59.7014925373%;
  overflow: hidden;
}
.kantar-related-articles .swiper .swiper-slide .article-info .img-wrapper::before {
  content: "";
  display: block;
  padding-top: 59.7014925373%;
}
@media (min-width: 744px) {
  .kantar-related-articles .swiper .swiper-slide .article-info .img-wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 40.0641025641%;
  }
  .kantar-related-articles .swiper .swiper-slide .article-info .img-wrapper::before {
    content: "";
    display: block;
    padding-top: 40.0641025641%;
  }
}
@media (min-width: 1280px) {
  .kantar-related-articles .swiper .swiper-slide .article-info .img-wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 57.1428571429%;
  }
  .kantar-related-articles .swiper .swiper-slide .article-info .img-wrapper::before {
    content: "";
    display: block;
    padding-top: 57.1428571429%;
  }
}
.kantar-related-articles .swiper .swiper-slide .article-info .img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 1s ease-in-out;
  transform: scale(1.1) translateY(4%);
  transform-origin: center;
  position: absolute;
  left: 0;
  top: 0;
}
.kantar-related-articles .swiper .swiper-slide .article-info .info {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
}
.kantar-related-articles .swiper .swiper-slide .article-info .info a {
  color: #000000;
}
.kantar-related-articles .swiper .swiper-slide .article-info .info .tags {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5px;
}
.kantar-related-articles .swiper .swiper-slide .article-info .info .tags span {
  padding: 4px 12px;
  margin: 0 5px 5px 0;
  font-size: 10px;
  background: #D4D4C9;
  z-index: 1;
}
.kantar-related-articles .swiper .swiper-slide .article-info .info .title-wrapper {
  margin-bottom: 10px;
}
.kantar-related-articles .swiper .swiper-slide .article-info .info .title-wrapper .h3, .kantar-related-articles .swiper .swiper-slide .article-info .info .title-wrapper .title-content {
  font-size: 18px;
  font-weight: 400;
  background-size: 0 1px;
  background-image: linear-gradient(#000000, #000000);
  background-repeat: no-repeat;
  background-position: 0 95%;
  transition: background-size 0.6s ease-in-out;
  padding-bottom: 5px;
}
.kantar-related-articles .swiper .swiper-slide .article-info .info p {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 10px;
  display: none;
}
.kantar-related-articles .swiper .swiper-slide .article-info .info span {
  font-size: 14px;
  font-weight: 400;
}
.kantar-related-articles .swiper-icon {
  width: 50px;
  height: 50px;
  background: #000000;
  bottom: 0;
  display: none;
  z-index: 2;
}
@media (min-width: 1280px) {
  .kantar-related-articles .swiper-icon {
    display: initial;
  }
}
.kantar-related-articles .swiper-icon.swiper-button-prev {
  left: 0;
}
@media (min-width: 1280px) {
  .kantar-related-articles .swiper-icon.swiper-button-prev {
    left: 106px;
  }
}
@media (min-width: 1440px) {
  .kantar-related-articles .swiper-icon.swiper-button-prev {
    left: calc(50% - 614px);
  }
}
.kantar-related-articles .swiper-icon.swiper-button-next {
  right: 0;
}
@media (min-width: 1280px) {
  .kantar-related-articles .swiper-icon.swiper-button-next {
    right: 106px;
  }
}
@media (min-width: 1440px) {
  .kantar-related-articles .swiper-icon.swiper-button-next {
    right: calc(50% - 613px);
  }
}
.kantar-related-articles .swiper-icon::after {
  content: "";
}
.kantar-related-articles .swiper-icon img {
  width: 28px;
  height: 28px;
  margin: 11px;
}

.kantar-testimonial {
  padding: 40px 20px 0;
}
@media (min-width: 744px) {
  .kantar-testimonial {
    padding: 40px 60px 0;
  }
}
@media (min-width: 1280px) {
  .kantar-testimonial {
    padding: 40px 156px 0;
  }
}
@media (min-width: 1440px) {
  .kantar-testimonial {
    padding: 40px calc(50% - 564px) 0;
  }
}
@media (min-width: 744px) {
  .kantar-testimonial.has-side-anchor {
    padding: 40px 60px 40px 284px;
  }
}
@media (min-width: 1280px) {
  .kantar-testimonial.has-side-anchor {
    padding: 40px 156px 40px 440px;
  }
}
@media (min-width: 1440px) {
  .kantar-testimonial.has-side-anchor {
    padding: 40px calc(50% - 564px) 40px calc(50% - 564px + 264px + 20px);
  }
}
.kantar-testimonial .inner-testimonials {
  position: relative;
  overflow: initial;
}
.kantar-testimonial .title {
  position: relative;
  padding-left: 10px;
}
.kantar-testimonial.disable-cursor-pointer.swiper {
  cursor: initial;
}
.kantar-testimonial .swiper {
  margin-top: 20px;
  padding-bottom: 40px;
  cursor: initial;
}
@media (min-width: 1280px) {
  .kantar-testimonial .swiper {
    margin-top: 26px;
  }
}
.kantar-testimonial .swiper .swiper-slide {
  display: flex;
  align-items: center;
}
.kantar-testimonial .swiper .swiper-slide .testimonial {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}
@media (min-width: 744px) {
  .kantar-testimonial .swiper .swiper-slide .testimonial {
    margin-bottom: 0;
  }
}
.kantar-testimonial .swiper .swiper-slide .testimonial .wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 744px) {
  .kantar-testimonial .swiper .swiper-slide .testimonial .wrapper {
    flex-direction: row;
    align-items: flex-start;
    gap: 20px;
  }
}
@media (min-width: 1280px) {
  .kantar-testimonial .swiper .swiper-slide .testimonial .wrapper {
    gap: 40px;
  }
}
.kantar-testimonial .swiper .swiper-slide .testimonial .wrapper h3 {
  position: relative;
  font-size: 20px;
  color: #000000;
  padding: 0 47px;
  margin-bottom: 53px;
}
.kantar-testimonial .swiper .swiper-slide .testimonial .wrapper h3::before, .kantar-testimonial .swiper .swiper-slide .testimonial .wrapper h3::after {
  position: absolute;
  font-size: 80px;
  font-weight: 700;
  color: #FF5000;
}
.kantar-testimonial .swiper .swiper-slide .testimonial .wrapper h3::before {
  content: "“";
  top: -16px;
  left: 0;
}
.kantar-testimonial .swiper .swiper-slide .testimonial .wrapper h3::after {
  content: "”";
  right: 0;
  bottom: -53px;
}
@media (min-width: 744px) {
  .kantar-testimonial .swiper .swiper-slide .testimonial .wrapper h3 {
    padding: 20px 55px 0 55px;
    margin-bottom: 0;
  }
  .kantar-testimonial .swiper .swiper-slide .testimonial .wrapper h3::before, .kantar-testimonial .swiper .swiper-slide .testimonial .wrapper h3::after {
    height: 109px;
    font-size: 120px;
    font-weight: 300;
  }
  .kantar-testimonial .swiper .swiper-slide .testimonial .wrapper h3::before {
    top: -6px;
  }
  .kantar-testimonial .swiper .swiper-slide .testimonial .wrapper h3::after {
    bottom: -49px;
  }
}
@media (min-width: 1280px) {
  .kantar-testimonial .swiper .swiper-slide .testimonial .wrapper h3::before, .kantar-testimonial .swiper .swiper-slide .testimonial .wrapper h3::after {
    font-size: 90px;
    font-weight: 400;
  }
  .kantar-testimonial .swiper .swiper-slide .testimonial .wrapper h3::before {
    top: 4px;
  }
  .kantar-testimonial .swiper .swiper-slide .testimonial .wrapper h3::after {
    bottom: -64px;
  }
}
.kantar-testimonial .swiper .swiper-slide .testimonial .wrapper .testimonial-text-wrapper {
  position: relative;
  font-size: 20px;
  color: #000000;
  padding: 0 47px;
  margin-bottom: 53px;
}
.kantar-testimonial .swiper .swiper-slide .testimonial .wrapper .testimonial-text-wrapper::before, .kantar-testimonial .swiper .swiper-slide .testimonial .wrapper .testimonial-text-wrapper::after {
  position: absolute;
  font-size: 80px;
  font-weight: 700;
  color: #FF5000;
}
.kantar-testimonial .swiper .swiper-slide .testimonial .wrapper .testimonial-text-wrapper::before {
  content: "“";
  top: -27px;
  left: 0;
}
.kantar-testimonial .swiper .swiper-slide .testimonial .wrapper .testimonial-text-wrapper::after {
  content: "”";
  right: 0;
  bottom: -60px;
}
@media (min-width: 744px) {
  .kantar-testimonial .swiper .swiper-slide .testimonial .wrapper .testimonial-text-wrapper {
    padding: 20px 55px 0 55px;
    margin-bottom: 0;
  }
  .kantar-testimonial .swiper .swiper-slide .testimonial .wrapper .testimonial-text-wrapper::before, .kantar-testimonial .swiper .swiper-slide .testimonial .wrapper .testimonial-text-wrapper::after {
    height: 109px;
    font-size: 120px;
    font-weight: 300;
  }
  .kantar-testimonial .swiper .swiper-slide .testimonial .wrapper .testimonial-text-wrapper::before {
    top: -22px;
  }
  .kantar-testimonial .swiper .swiper-slide .testimonial .wrapper .testimonial-text-wrapper::after {
    bottom: -26px;
  }
}
@media (min-width: 1280px) {
  .kantar-testimonial .swiper .swiper-slide .testimonial .wrapper .testimonial-text-wrapper::before, .kantar-testimonial .swiper .swiper-slide .testimonial .wrapper .testimonial-text-wrapper::after {
    font-size: 90px;
    font-weight: 400;
  }
  .kantar-testimonial .swiper .swiper-slide .testimonial .wrapper .testimonial-text-wrapper::before {
    top: -18px;
  }
  .kantar-testimonial .swiper .swiper-slide .testimonial .wrapper .testimonial-text-wrapper::after {
    bottom: -39px;
  }
}
.kantar-testimonial .swiper .swiper-slide .testimonial .wrapper .image-name-wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  flex-shrink: 0;
  padding-left: 47px;
}
@media (min-width: 744px) {
  .kantar-testimonial .swiper .swiper-slide .testimonial .wrapper .image-name-wrapper {
    width: 200px;
    flex-direction: column;
    align-items: center;
    padding-left: 0;
  }
}
@media (min-width: 1280px) {
  .kantar-testimonial .swiper .swiper-slide .testimonial .wrapper .image-name-wrapper {
    width: 240px;
  }
}
.kantar-testimonial .swiper .swiper-slide .testimonial .wrapper .image-name-wrapper .testimonial-image {
  width: calc(100px + 10vw);
  height: calc(100px + 10vw);
  -o-object-fit: cover;
     object-fit: cover;
  border-bottom: 3px solid #FF5000;
  background-color: #AEAE9F;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.kantar-testimonial .swiper .swiper-slide .testimonial .wrapper .image-name-wrapper .testimonial-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: inherit;
  background-size: cover;
  background-position: center;
  transition: transform 0.5s ease-in-out;
}
@media (min-width: 744px) {
  .kantar-testimonial .swiper .swiper-slide .testimonial .wrapper .image-name-wrapper .testimonial-image {
    width: 100%;
    height: 200px;
    flex-shrink: 0;
  }
}
@media (min-width: 1280px) {
  .kantar-testimonial .swiper .swiper-slide .testimonial .wrapper .image-name-wrapper .testimonial-image {
    height: 240px;
  }
}
.kantar-testimonial .swiper .swiper-slide .testimonial .wrapper .image-name-wrapper.zoom-active .testimonial-image:hover::before {
  transform: scale(1.2);
}
.kantar-testimonial .swiper .swiper-slide .testimonial .wrapper .image-name-wrapper .name-wrapper {
  width: calc(100% - 100px - 10vw - 12px);
  text-align: left;
  color: #000000;
}
@media (min-width: 744px) {
  .kantar-testimonial .swiper .swiper-slide .testimonial .wrapper .image-name-wrapper .name-wrapper {
    width: 100%;
    text-align: right;
  }
}
.kantar-testimonial .swiper .swiper-slide .testimonial .wrapper .image-name-wrapper .name-wrapper .name {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}
@media (min-width: 1280px) {
  .kantar-testimonial .swiper .swiper-slide .testimonial .wrapper .image-name-wrapper .name-wrapper .name {
    margin-top: 20px;
  }
}
.kantar-testimonial .swiper .swiper-slide.royal-blue .testimonial .wrapper h3::before, .kantar-testimonial .swiper .swiper-slide.royal-blue .testimonial .wrapper .testimonial-text-wrapper::before,
.kantar-testimonial .swiper .swiper-slide.royal-blue .testimonial .wrapper h3::after, .kantar-testimonial .swiper .swiper-slide.royal-blue .testimonial .wrapper .testimonial-text-wrapper::after {
  color: #0060FF;
}
.kantar-testimonial .swiper .swiper-slide.royal-blue .testimonial .wrapper .testimonial-image {
  border-color: #0060FF;
}
.kantar-testimonial .swiper .swiper-slide.blue .testimonial .wrapper h3::before, .kantar-testimonial .swiper .swiper-slide.blue .testimonial .wrapper .testimonial-text-wrapper::before,
.kantar-testimonial .swiper .swiper-slide.blue .testimonial .wrapper h3::after, .kantar-testimonial .swiper .swiper-slide.blue .testimonial .wrapper .testimonial-text-wrapper::after {
  color: #00B6FF;
}
.kantar-testimonial .swiper .swiper-slide.blue .testimonial .wrapper .testimonial-image {
  border-color: #00B6FF;
}
.kantar-testimonial .swiper .swiper-slide.teal .testimonial .wrapper h3::before, .kantar-testimonial .swiper .swiper-slide.teal .testimonial .wrapper .testimonial-text-wrapper::before,
.kantar-testimonial .swiper .swiper-slide.teal .testimonial .wrapper h3::after, .kantar-testimonial .swiper .swiper-slide.teal .testimonial .wrapper .testimonial-text-wrapper::after {
  color: #00E5BA;
}
.kantar-testimonial .swiper .swiper-slide.teal .testimonial .wrapper .testimonial-image {
  border-color: #00E5BA;
}
.kantar-testimonial .swiper .swiper-slide.lime .testimonial .wrapper h3::before, .kantar-testimonial .swiper .swiper-slide.lime .testimonial .wrapper .testimonial-text-wrapper::before,
.kantar-testimonial .swiper .swiper-slide.lime .testimonial .wrapper h3::after, .kantar-testimonial .swiper .swiper-slide.lime .testimonial .wrapper .testimonial-text-wrapper::after {
  color: #9EE900;
}
.kantar-testimonial .swiper .swiper-slide.lime .testimonial .wrapper .testimonial-image {
  border-color: #9EE900;
}
.kantar-testimonial .swiper .swiper-slide.green .testimonial .wrapper h3::before, .kantar-testimonial .swiper .swiper-slide.green .testimonial .wrapper .testimonial-text-wrapper::before,
.kantar-testimonial .swiper .swiper-slide.green .testimonial .wrapper h3::after, .kantar-testimonial .swiper .swiper-slide.green .testimonial .wrapper .testimonial-text-wrapper::after {
  color: #00B600;
}
.kantar-testimonial .swiper .swiper-slide.green .testimonial .wrapper .testimonial-image {
  border-color: #00B600;
}
.kantar-testimonial .swiper .swiper-slide.purple .testimonial .wrapper h3::before, .kantar-testimonial .swiper .swiper-slide.purple .testimonial .wrapper .testimonial-text-wrapper::before,
.kantar-testimonial .swiper .swiper-slide.purple .testimonial .wrapper h3::after, .kantar-testimonial .swiper .swiper-slide.purple .testimonial .wrapper .testimonial-text-wrapper::after {
  color: #802AB7;
}
.kantar-testimonial .swiper .swiper-slide.purple .testimonial .wrapper .testimonial-image {
  border-color: #802AB7;
}
.kantar-testimonial .swiper .swiper-slide.violet .testimonial .wrapper h3::before, .kantar-testimonial .swiper .swiper-slide.violet .testimonial .wrapper .testimonial-text-wrapper::before,
.kantar-testimonial .swiper .swiper-slide.violet .testimonial .wrapper h3::after, .kantar-testimonial .swiper .swiper-slide.violet .testimonial .wrapper .testimonial-text-wrapper::after {
  color: #C700D3;
}
.kantar-testimonial .swiper .swiper-slide.violet .testimonial .wrapper .testimonial-image {
  border-color: #C700D3;
}
.kantar-testimonial .swiper .swiper-slide.pink .testimonial .wrapper h3::before, .kantar-testimonial .swiper .swiper-slide.pink .testimonial .wrapper .testimonial-text-wrapper::before,
.kantar-testimonial .swiper .swiper-slide.pink .testimonial .wrapper h3::after, .kantar-testimonial .swiper .swiper-slide.pink .testimonial .wrapper .testimonial-text-wrapper::after {
  color: #EB0064;
}
.kantar-testimonial .swiper .swiper-slide.pink .testimonial .wrapper .testimonial-image {
  border-color: #EB0064;
}
.kantar-testimonial .swiper .swiper-slide.orange .testimonial .wrapper h3::before, .kantar-testimonial .swiper .swiper-slide.orange .testimonial .wrapper .testimonial-text-wrapper::before,
.kantar-testimonial .swiper .swiper-slide.orange .testimonial .wrapper h3::after, .kantar-testimonial .swiper .swiper-slide.orange .testimonial .wrapper .testimonial-text-wrapper::after {
  color: #FF5000;
}
.kantar-testimonial .swiper .swiper-slide.orange .testimonial .wrapper .testimonial-image {
  border-color: #FF5000;
}
.kantar-testimonial .swiper .swiper-slide.yellow .testimonial .wrapper h3::before, .kantar-testimonial .swiper .swiper-slide.yellow .testimonial .wrapper .testimonial-text-wrapper::before,
.kantar-testimonial .swiper .swiper-slide.yellow .testimonial .wrapper h3::after, .kantar-testimonial .swiper .swiper-slide.yellow .testimonial .wrapper .testimonial-text-wrapper::after {
  color: #FEDB00;
}
.kantar-testimonial .swiper .swiper-slide.yellow .testimonial .wrapper .testimonial-image {
  border-color: #FEDB00;
}
.kantar-testimonial .swiper-button-prev,
.kantar-testimonial .swiper-button-next {
  top: calc(50% - 30px);
  display: none;
}
.kantar-testimonial .swiper-button-prev:after,
.kantar-testimonial .swiper-button-next:after {
  color: #000000;
  font-size: 22px;
  font-weight: bold;
}
@media (min-width: 1440px) {
  .kantar-testimonial .swiper-button-prev,
  .kantar-testimonial .swiper-button-next {
    display: block;
  }
}
.kantar-testimonial .swiper-button-prev {
  left: 0;
}
@media (min-width: 1280px) {
  .kantar-testimonial .swiper-button-prev {
    left: 156px;
  }
}
@media (min-width: 1440px) {
  .kantar-testimonial .swiper-button-prev {
    left: calc(50% - 597px);
  }
}
.kantar-testimonial .swiper-button-next {
  right: 0;
}
@media (min-width: 1280px) {
  .kantar-testimonial .swiper-button-next {
    right: 106px;
  }
}
@media (min-width: 1440px) {
  .kantar-testimonial .swiper-button-next {
    right: calc(50% - 613px);
  }
}

.kantar-newsletter {
  background: #FFFFFF;
  padding: 40px 20px;
}
@media (min-width: 744px) {
  .kantar-newsletter {
    padding: 40px 60px;
  }
}
@media (min-width: 1280px) {
  .kantar-newsletter {
    padding: 40px 156px;
  }
}
@media (min-width: 1440px) {
  .kantar-newsletter {
    padding: 40px calc(50% - 564px);
  }
}
@media (min-width: 744px) {
  .kantar-newsletter.has-side-anchor {
    padding: 40px 60px 40px 284px;
  }
}
@media (min-width: 1280px) {
  .kantar-newsletter.has-side-anchor {
    padding: 40px 156px 40px 440px;
  }
}
@media (min-width: 1440px) {
  .kantar-newsletter.has-side-anchor {
    padding: 40px calc(50% - 564px) 40px calc(50% - 564px + 264px + 20px);
  }
}
.kantar-newsletter .title.golden-line {
  position: relative;
  padding-left: 12px;
  box-sizing: border-box;
}
.kantar-newsletter .title.golden-line::before {
  content: "";
  position: absolute;
  left: -2px;
  bottom: 0;
  width: 4px;
  height: calc(100% - 8px);
  background: linear-gradient(360deg, #B28300 0%, #F0D956 32.81%, #FFED6A 60.42%, #F5D757 79.69%, #E8BB3E 100%);
}
@media (min-width: 744px) {
  .kantar-newsletter .title h3 {
    font-size: 45px;
  }
}
.kantar-newsletter .title p {
  font-size: 14px;
  font-weight: 400;
  margin-top: 5px;
}
.kantar-newsletter form {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (min-width: 744px) {
  .kantar-newsletter form {
    flex-direction: row;
    align-items: flex-start;
  }
}
.kantar-newsletter form .wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.kantar-newsletter form .wrapper input {
  height: 60px;
  padding: 0 20px;
  width: 100%;
  border: none;
  border-bottom: 1px solid #000000;
  font-size: 16px;
  font-weight: 300;
  background: transparent;
}
.kantar-newsletter form .wrapper input::input-placeholder {
  color: #AEAE9F;
}
.kantar-newsletter form .wrapper input::-webkit-input-placeholder {
  color: #AEAE9F;
}
.kantar-newsletter form .wrapper .checkbox {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.kantar-newsletter form .wrapper .checkbox .label-text {
  font-size: 14px;
  font-weight: 400;
}
.kantar-newsletter form .button {
  margin-top: 20px;
}
@media (min-width: 744px) {
  .kantar-newsletter form .button {
    margin-left: 20px;
    flex-shrink: 0;
  }
}

.kantar-slider {
  padding: 0;
}
.kantar-slider h3,
.kantar-slider h4,
.kantar-slider p {
  color: #FFFFFF;
}
.kantar-slider .button {
  background: #FFFFFF;
  color: #000000;
  margin-top: 20px;
}
.kantar-slider .button:after {
  background-color: #FFFFFF;
}
.kantar-slider .button:hover:after {
  background-color: #EB0064;
}
@media (min-width: 744px) {
  .kantar-slider.has-side-anchor {
    padding: 40px 60px 40px 284px;
  }
}
@media (min-width: 1280px) {
  .kantar-slider.has-side-anchor {
    padding: 40px 156px 40px 440px;
  }
}
@media (min-width: 1440px) {
  .kantar-slider.has-side-anchor {
    padding: 40px calc(50% - 564px) 40px calc(50% - 564px + 264px + 20px);
  }
}
.kantar-slider .swiper .swiper-wrapper .swiper-slide {
  padding: 40px 20px 63px;
  background-size: cover;
  display: flex;
  align-items: center;
  background-color: #AEAE9F;
}
@media (min-width: 744px) {
  .kantar-slider .swiper .swiper-wrapper .swiper-slide {
    padding: 80px 60px 63px;
  }
}
@media (min-width: 1280px) {
  .kantar-slider .swiper .swiper-wrapper .swiper-slide {
    padding: 80px 156px 103px;
  }
}
@media (min-width: 1440px) {
  .kantar-slider .swiper .swiper-wrapper .swiper-slide {
    padding: 80px calc(50% - 564px) 103px;
  }
}
.kantar-slider .swiper .swiper-wrapper .swiper-slide.dark h3,
.kantar-slider .swiper .swiper-wrapper .swiper-slide.dark h4,
.kantar-slider .swiper .swiper-wrapper .swiper-slide.dark p {
  color: #000000;
}
.kantar-slider .swiper .swiper-wrapper .swiper-slide.dark .button {
  background: #000000;
  color: #FFFFFF;
}
.kantar-slider .swiper .swiper-wrapper .swiper-slide.dark .button:after {
  background-color: #000000;
}
.kantar-slider .swiper .swiper-wrapper .swiper-slide.dark .button:hover:after {
  background-color: #EB0064;
}
.kantar-slider .swiper .swiper-wrapper .swiper-slide .content {
  padding: 0;
}
@media (min-width: 1280px) {
  .kantar-slider .swiper .swiper-wrapper .swiper-slide .content {
    padding: 0 130px;
  }
}
.kantar-slider .swiper .swiper-wrapper .swiper-slide .content h4 {
  font-size: 18px;
  font-weight: 400;
  margin-top: 20px;
}
.kantar-slider .swiper .swiper-wrapper .swiper-slide .content p {
  margin-top: 10px;
}
.kantar-slider .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #FFFFFF;
}
.kantar-slider .swiper .swiper-pagination.dark .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #000000;
}
.kantar-slider .swiper .swiper-button-prev,
.kantar-slider .swiper .swiper-button-next {
  margin: 7px;
  transform: translateY(-32px);
  display: none;
}
.kantar-slider .swiper .swiper-button-prev::after,
.kantar-slider .swiper .swiper-button-next::after {
  color: #FFFFFF;
}
.kantar-slider .swiper .swiper-button-prev.dark::after,
.kantar-slider .swiper .swiper-button-next.dark::after {
  color: #000000;
}
@media (min-width: 744px) {
  .kantar-slider .swiper .swiper-button-prev,
  .kantar-slider .swiper .swiper-button-next {
    margin: 9px;
  }
}
@media (min-width: 1280px) {
  .kantar-slider .swiper .swiper-button-prev,
  .kantar-slider .swiper .swiper-button-next {
    display: block;
  }
}
.kantar-slider .swiper .swiper-button-prev {
  left: 20px;
}
@media (min-width: 744px) {
  .kantar-slider .swiper .swiper-button-prev {
    left: 60px;
  }
}
@media (min-width: 1280px) {
  .kantar-slider .swiper .swiper-button-prev {
    left: 155px;
  }
}
@media (min-width: 1440px) {
  .kantar-slider .swiper .swiper-button-prev {
    left: calc(50% - 564px);
  }
}
.kantar-slider .swiper .swiper-button-next {
  right: 20px;
}
@media (min-width: 744px) {
  .kantar-slider .swiper .swiper-button-next {
    right: 60px;
  }
}
@media (min-width: 1280px) {
  .kantar-slider .swiper .swiper-button-next {
    right: 155px;
  }
}
@media (min-width: 1440px) {
  .kantar-slider .swiper .swiper-button-next {
    right: calc(50% - 564px);
  }
}

.kantar-header-slider {
  padding: 0;
}
@media (min-width: 744px) {
  .kantar-header-slider.has-side-anchor {
    padding: 40px 60px 40px 284px;
  }
}
@media (min-width: 1280px) {
  .kantar-header-slider.has-side-anchor {
    padding: 40px 156px 40px 440px;
  }
}
@media (min-width: 1440px) {
  .kantar-header-slider.has-side-anchor {
    padding: 40px calc(50% - 564px) 40px calc(50% - 564px + 264px + 20px);
  }
}
.kantar-header-slider .header-background-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.kantar-header-slider .header-background {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.kantar-header-slider .kantar-slider {
  overflow: hidden;
  padding: 40px 20px 63px;
}
@media (min-width: 744px) {
  .kantar-header-slider .kantar-slider {
    padding: 80px 60px 63px;
  }
}
@media (min-width: 1280px) {
  .kantar-header-slider .kantar-slider {
    padding: 80px 156px 103px;
  }
}
@media (min-width: 1440px) {
  .kantar-header-slider .kantar-slider {
    padding: 80px calc(50% - 564px) 103px;
  }
}
.kantar-header-slider .kantar-slider .content {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.kantar-header-slider .kantar-slider.dark h3, .kantar-header-slider .kantar-slider.dark h4, .kantar-header-slider .kantar-slider.dark p {
  color: #000000;
}
.kantar-header-slider .kantar-slider.dark .button {
  background: #000000;
  color: #FFFFFF;
}
.kantar-header-slider .kantar-slider.dark .button:hover::after {
  background-color: #EB0064;
}
.kantar-header-slider .kantar-slider h3, .kantar-header-slider .kantar-slider h4, .kantar-header-slider .kantar-slider p {
  color: #FFFFFF;
}
.kantar-header-slider .kantar-slider h4 {
  font-size: 18px;
  font-weight: 400;
  margin-top: 20px;
}
.kantar-header-slider .kantar-slider p {
  margin-top: 10px;
}
.kantar-header-slider .simple-header .title-wrapper {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.kantar-header-slider .key-figures-header .title-wrapper {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.kantar-header-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #FFFFFF;
}
.kantar-header-slider .swiper-button-prev, .kantar-header-slider .swiper-button-prev {
  margin: 7px;
  transform: translateY(-32px);
  display: none;
}
@media (min-width: 744px) {
  .kantar-header-slider .swiper-button-prev, .kantar-header-slider .swiper-button-prev {
    margin: 9px;
  }
}
@media (min-width: 1280px) {
  .kantar-header-slider .swiper-button-prev, .kantar-header-slider .swiper-button-prev {
    display: block;
  }
}
.kantar-header-slider .swiper-button-prev::after, .kantar-header-slider .swiper-button-prev::after {
  color: #FFFFFF;
}
.kantar-header-slider .swiper-button-prev.dark::after, .kantar-header-slider .swiper-button-prev.dark::after {
  color: #000000;
}
@media (min-width: 1280px) {
  .kantar-header-slider .swiper-button-prev {
    left: 15px;
  }
}
@media (min-width: 1440px) {
  .kantar-header-slider .swiper-button-prev {
    left: calc(50% - 640px);
  }
}
@media (min-width: 1280px) {
  .kantar-header-slider .swiper-button-next {
    right: 15px;
  }
}
@media (min-width: 1440px) {
  .kantar-header-slider .swiper-button-next {
    right: calc(50% - 640px);
  }
}

.kantar-gallery-sec {
  padding: 0;
}

.kantar-gallery {
  padding: 40px 20px 0;
  position: relative;
}
@media (min-width: 744px) {
  .kantar-gallery {
    padding: 40px 60px 0;
  }
}
@media (min-width: 1280px) {
  .kantar-gallery {
    padding: 40px 156px 0;
  }
}
@media (min-width: 1440px) {
  .kantar-gallery {
    padding: 40px calc(50% - 564px) 0;
  }
}
@media (min-width: 744px) {
  .kantar-gallery.has-side-anchor {
    padding: 40px 60px 40px 284px;
  }
}
@media (min-width: 1280px) {
  .kantar-gallery.has-side-anchor {
    padding: 40px 156px 40px 440px;
  }
}
@media (min-width: 1440px) {
  .kantar-gallery.has-side-anchor {
    padding: 40px calc(50% - 564px) 40px calc(50% - 564px + 264px + 20px);
  }
}
.kantar-gallery .swiper-pagination {
  bottom: 16px;
}
.kantar-gallery .gallery-swiper {
  margin-top: 20px;
  padding-bottom: 63px;
}
@media (min-width: 1280px) {
  .kantar-gallery .gallery-swiper {
    padding-bottom: 103px;
  }
}
.kantar-gallery .gallery-swiper .image-wrapper {
  position: relative;
  width: 100%;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 97.0149253731%;
  line-height: normal;
  background-color: #AEAE9F;
  background-position: center;
  background-size: cover;
}
.kantar-gallery .gallery-swiper .image-wrapper::before {
  content: "";
  display: block;
  padding-top: 97.0149253731%;
}
.kantar-gallery .gallery-swiper .image-wrapper.swiper-zoom-container {
  display: block;
}
.kantar-gallery .gallery-swiper .image-wrapper::after {
  content: "";
  position: absolute;
  background-image: url("../images/zoom.svg");
  width: 40px;
  height: 40px;
  position: absolute;
  right: 10px;
  bottom: 10px;
  cursor: pointer;
}
.kantar-gallery .gallery-swiper .image-wrapper .gallery-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
  background-color: #AEAE9F;
  background-position: center;
  background-size: cover;
}
.kantar-gallery .swiper-icon {
  width: 50px;
  height: 50px;
  background: #000000;
  bottom: 0;
  display: none;
  z-index: 3;
}
@media (min-width: 1280px) {
  .kantar-gallery .swiper-icon {
    display: initial;
  }
}
.kantar-gallery .swiper-icon.swiper-button-prev {
  left: -50px;
}
@media (min-width: 1280px) {
  .kantar-gallery .swiper-icon.swiper-button-prev {
    left: 106px;
  }
}
@media (min-width: 1440px) {
  .kantar-gallery .swiper-icon.swiper-button-prev {
    left: calc(50% - 614px);
  }
}
.kantar-gallery .swiper-icon.swiper-button-next {
  right: -50px;
}
@media (min-width: 1280px) {
  .kantar-gallery .swiper-icon.swiper-button-next {
    right: 106px;
  }
}
@media (min-width: 1440px) {
  .kantar-gallery .swiper-icon.swiper-button-next {
    right: calc(50% - 614px);
  }
}
.kantar-gallery .swiper-icon::after {
  content: "";
}
.kantar-gallery .swiper-icon .icon {
  font-size: 28px;
  color: #FFFFFF;
  margin: 11px;
}
.kantar-gallery .viewer {
  width: 100vw;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.4);
}
.kantar-gallery .viewer.single-pic .viewer-swiper {
  height: 100%;
  margin: 0;
}
.kantar-gallery .viewer.single-pic .zooming {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 60px;
  border-radius: 30px;
  flex-direction: column;
  height: 164px;
  margin: 0;
  padding: 0;
  justify-content: center;
}
@media (min-width: 744px) {
  .kantar-gallery .viewer.single-pic .zooming {
    bottom: 48px;
  }
}
@media (min-width: 1280px) {
  .kantar-gallery .viewer.single-pic .zooming {
    right: 82px;
  }
}
.kantar-gallery .viewer.single-pic .zooming span {
  margin: 18px 0;
}
.kantar-gallery .viewer .close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 15;
}
.kantar-gallery .viewer .close .icon {
  font-size: 40px;
  color: #FFFFFF;
}
@media (min-width: 1280px) {
  .kantar-gallery .viewer .close {
    right: 110px;
  }
  .kantar-gallery .viewer .close .icon {
    font-size: 48px;
  }
}
.kantar-gallery .viewer .viewer-swiper {
  height: calc(100% - 326px);
  margin: 100px 0 0 0;
}
@media (min-width: 744px) {
  .kantar-gallery .viewer .viewer-swiper {
    height: calc(100% - 330px);
    margin: 135px 95px 0;
  }
}
@media (min-width: 1280px) {
  .kantar-gallery .viewer .viewer-swiper {
    height: calc(100% - 270px);
    margin: 106px 156px 0;
  }
}
.kantar-gallery .viewer .viewer-swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.kantar-gallery .viewer .viewer-icon {
  width: 50px;
  height: 50px;
  background: #000000;
  bottom: 0;
  display: none;
  z-index: 6;
}
@media (min-width: 744px) {
  .kantar-gallery .viewer .viewer-icon {
    display: initial;
  }
}
.kantar-gallery .viewer .viewer-icon.swiper-button-prev {
  left: 45px;
}
@media (min-width: 1280px) {
  .kantar-gallery .viewer .viewer-icon.swiper-button-prev {
    left: 156px;
  }
}
.kantar-gallery .viewer .viewer-icon.swiper-button-next {
  right: 45px;
}
@media (min-width: 1280px) {
  .kantar-gallery .viewer .viewer-icon.swiper-button-next {
    right: 156px;
  }
}
.kantar-gallery .viewer .viewer-icon::after {
  content: "";
}
.kantar-gallery .viewer .viewer-icon .icon {
  font-size: 28px;
  color: #FFFFFF;
  margin: 11px;
}
.kantar-gallery .viewer .zooming {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.8);
  width: -moz-fit-content;
  width: fit-content;
  height: 52px;
  padding: 0 10px;
  margin: 13px auto 27px;
  border-radius: 26px;
  z-index: 8;
}
@media (min-width: 744px) {
  .kantar-gallery .viewer .zooming {
    position: absolute;
    right: 20px;
    bottom: 195px;
    flex-direction: column;
    width: 60px;
    height: auto;
    padding: 20px 0;
    border-radius: 30px;
  }
}
@media (min-width: 1280px) {
  .kantar-gallery .viewer .zooming {
    right: 82px;
    bottom: 48px;
  }
}
.kantar-gallery .viewer .zooming .icon {
  font-size: 32px;
  cursor: pointer;
}
.kantar-gallery .viewer .zooming span {
  margin: 0 10px;
}
@media (min-width: 744px) {
  .kantar-gallery .viewer .zooming span {
    margin: 18px 0;
  }
}
.kantar-gallery .viewer .thumbs-swiper {
  position: relative;
}
@media (min-width: 744px) {
  .kantar-gallery .viewer .thumbs-swiper {
    margin: 34px 95px 0;
  }
}
@media (min-width: 1280px) {
  .kantar-gallery .viewer .thumbs-swiper {
    width: 752px;
    margin: 20px auto 0;
  }
}
.kantar-gallery .viewer .thumbs-swiper .swiper-slide {
  width: calc(25% - 15px);
  height: 78px;
}
.kantar-gallery .viewer .thumbs-swiper .swiper-slide .gallery-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
  background-position: center;
  background-size: cover;
}
.kantar-gallery .viewer .thumbs-swiper .thumbs-icon {
  z-index: 6;
}
.kantar-gallery .viewer .thumbs-swiper .thumbs-icon.swiper-button-prev::after, .kantar-gallery .viewer .thumbs-swiper .thumbs-icon.swiper-button-next::after {
  font-size: 14px;
  color: #FFFFFF;
}
.kantar-gallery .viewer .thumbs-swiper .thumbs-icon.swiper-button-prev {
  left: 0;
}
.kantar-gallery .viewer .thumbs-swiper .thumbs-icon.swiper-button-next {
  right: 0;
}

.kantar-float-button {
  padding: 0;
}
.kantar-float-button.dark button {
  background-color: #000000;
}
.kantar-float-button.dark button:hover {
  background-color: #EB0064;
}
.kantar-float-button button {
  width: 68px;
  height: 68px;
  background-color: #EB0064;
  border-radius: 50%;
  padding: 0;
  position: fixed;
  bottom: 40px;
  right: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  transition: all 0.6s ease-in-out;
}
.kantar-float-button button:hover {
  background-color: #000000;
  width: 78px;
  height: 78px;
}
.kantar-float-button button:hover img {
  width: 38px;
  height: 38px;
}
@media (min-width: 744px) {
  .kantar-float-button button {
    width: 80px;
    height: 80px;
  }
  .kantar-float-button button:hover {
    width: 90px;
    height: 90px;
  }
  .kantar-float-button button:hover img {
    width: 50px;
    height: 50px;
  }
}
@media (min-width: 1280px) {
  .kantar-float-button button {
    bottom: 60px;
    right: 60px;
  }
}
.kantar-float-button button img {
  width: 28px;
  height: 28px;
  transition: all 0.6s ease-in-out;
  z-index: 6;
}
@media (min-width: 744px) {
  .kantar-float-button button img {
    width: 40px;
    height: 40px;
  }
}
.kantar-float-button button .icon-service {
  color: #FFFFFF;
  font-size: 28px;
}
@media (min-width: 744px) {
  .kantar-float-button button .icon-service {
    font-size: 40px;
  }
}

#ot-sdk-btn-floating.ot-floating-button {
  width: 60px;
  height: 60px;
}
#ot-sdk-btn-floating.ot-floating-button:hover {
  width: 68px;
  height: 68px;
}

.kantar-table {
  padding: 40px 20px;
}
@media (min-width: 744px) {
  .kantar-table {
    padding: 40px 60px;
  }
}
@media (min-width: 1280px) {
  .kantar-table {
    padding: 40px 156px;
  }
}
@media (min-width: 1440px) {
  .kantar-table {
    padding: 40px calc(50% - 564px);
  }
}
.kantar-table h2 {
  margin-bottom: 10px;
}
.kantar-table h4 {
  margin-bottom: 32px;
}
@media (min-width: 744px) {
  .kantar-table.has-side-anchor {
    padding: 40px 60px 40px 284px;
  }
}
@media (min-width: 1280px) {
  .kantar-table.has-side-anchor {
    padding: 40px 156px 40px 440px;
  }
}
@media (min-width: 1440px) {
  .kantar-table.has-side-anchor {
    padding: 40px calc(50% - 564px) 40px calc(50% - 564px + 264px + 20px);
  }
}
.kantar-table table {
  width: 100%;
  border-collapse: collapse;
}
.kantar-table table tr td {
  height: 50px;
  border: 1px solid #000000;
}

.kantar-search-box {
  width: 100%;
  box-sizing: border-box;
  padding: 13px 20px;
  background: #FFFFFF;
  color: #000000;
  height: -moz-fit-content;
  height: fit-content;
  overflow-y: scroll;
  z-index: 10;
}
@media (min-width: 744px) {
  .kantar-search-box {
    padding: 33px 60px;
    top: 100px;
    overflow-y: hidden;
  }
}
@media (min-width: 1280px) {
  .kantar-search-box {
    padding: 0 156px;
    max-height: 460px;
  }
}
@media (min-width: 1440px) {
  .kantar-search-box {
    padding: 0 calc(50% - 564px);
  }
}
.kantar-search-box .search {
  width: 100%;
  height: 76px;
  border-bottom: 1px solid #000000;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}
@media (min-width: 1280px) {
  .kantar-search-box .search {
    margin-top: 40px;
    margin-bottom: 70px;
  }
}
.kantar-search-box .search input {
  border: none;
  outline: none;
  height: 100%;
  font-weight: 300;
  width: 100%;
  font-size: 30px;
}
.kantar-search-box .search input::input-placeholder {
  color: #AEAE9F;
}
.kantar-search-box .search input::-webkit-input-placeholder {
  color: #AEAE9F;
}
.kantar-search-box .search i {
  font-size: 32px;
  margin: 0 20px;
  flex-shrink: 0;
  display: initial;
  cursor: pointer;
}
.kantar-search-box .search img {
  width: 32px;
  height: 32px;
  margin: 0 20px;
  flex-shrink: 0;
  display: initial;
  cursor: pointer;
}

.kantar-side-anchor {
  background: #FFFFFF;
  padding: 0;
  z-index: 3;
  transition: opacity 0.5s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
  border-bottom: 1px solid #F2F1EF;
  overflow: hidden;
  height: 62px;
}
.kantar-side-anchor.opened {
  height: 100vh;
  overflow-y: scroll;
  z-index: 9999;
}
.kantar-side-anchor.opened .side-anchor-title i {
  transform: rotate(180deg);
}
.kantar-side-anchor.opened .side-anchor-content {
  height: 100%;
}
.kantar-side-anchor.transparent {
  opacity: 0;
}
@media (min-width: 744px) {
  .kantar-side-anchor {
    width: 204px;
    height: auto;
    position: absolute;
    left: 60px;
    background: transparent;
    padding: 20px 0;
    margin-top: 40px;
    border-bottom: none;
    transition: opacity 0.5s ease-in-out;
  }
}
@media (min-width: 1280px) {
  .kantar-side-anchor {
    width: 264px;
    left: 156px;
  }
}
@media (min-width: 1440px) {
  .kantar-side-anchor {
    left: calc(50% - 564px);
  }
}
.kantar-side-anchor .side-anchor-title {
  font-size: 18px;
  color: #858574;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #F2F1EF;
  height: 62px;
  padding: 20px 20px;
  box-sizing: border-box;
}
.kantar-side-anchor .side-anchor-title i {
  background-image: url("../images/extend.svg");
  width: 20px;
  height: 20px;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 744px) {
  .kantar-side-anchor .side-anchor-title {
    height: 34px;
    border-bottom: none;
    padding: 0 20px 20px;
  }
  .kantar-side-anchor .side-anchor-title i {
    display: none;
  }
}
.kantar-side-anchor .side-anchor-title img {
  width: 20px;
  height: 20px;
}
@media (min-width: 744px) {
  .kantar-side-anchor .side-anchor-title img {
    display: none;
  }
}
.kantar-side-anchor .side-anchor-content {
  padding: 20px 0;
}
.kantar-side-anchor .nav-list {
  box-sizing: border-box;
  padding: 10px 20px;
  overflow: hidden;
  max-height: 70vh;
  transition: all 0.3s ease-in-out;
}
.kantar-side-anchor .nav-list.collapsed {
  max-height: 0;
  border-bottom: none;
  padding: 0 20px;
}
@media (min-width: 744px) {
  .kantar-side-anchor .nav-list {
    border-bottom: none;
  }
}
.kantar-side-anchor .nav-list .nav-item {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 20px;
  color: #000000;
  position: relative;
}
.kantar-side-anchor .nav-list .nav-item:last-of-type {
  margin-bottom: 0;
}
.kantar-side-anchor .nav-list .nav-item .nav-link {
  position: relative;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  cursor: pointer;
}
.kantar-side-anchor .nav-list .nav-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: -7px;
  width: 0;
  height: 3px;
  background: #000000;
  transition: all 0.3s ease-in-out;
}
.kantar-side-anchor .nav-list .nav-item:hover::before {
  width: 24px;
}
.kantar-side-anchor .nav-list .nav-item.activated {
  position: relative;
}
.kantar-side-anchor .nav-list .nav-item.activated::before {
  width: 24px;
}
.kantar-side-anchor .nav-list .nav-item.activated .nav-link {
  font-weight: 400;
  -webkit-line-clamp: initial;
}
.kantar-side-anchor .nav-list .nav-item.activated .nav-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: -7px;
  width: 24px;
  height: 3px;
  background: #000000;
}
.kantar-side-anchor .nav-list .nav-item.activated .sub-nav-list {
  max-height: 500px;
}
.kantar-side-anchor .nav-list .nav-item.mouse-entered::before {
  width: 24px;
}
.kantar-side-anchor .nav-list .nav-item.mouse-entered .nav-link {
  font-weight: 400;
  -webkit-line-clamp: initial;
}
.kantar-side-anchor .nav-list .nav-item.mouse-entered .nav-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: -7px;
  width: 24px;
  height: 3px;
  background: #000000;
}
.kantar-side-anchor .nav-list .nav-item.mouse-entered .sub-nav-list {
  max-height: 500px;
}
.kantar-side-anchor .nav-list .nav-item .sub-nav-list {
  padding-left: 20px;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.kantar-side-anchor .nav-list .nav-item .sub-nav-list .sub-nav-item {
  margin-top: 10px;
}
.kantar-side-anchor .nav-list .nav-item .sub-nav-list .sub-nav-item .sub-nav-link {
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  cursor: pointer;
}
.kantar-side-anchor .nav-list .nav-item .sub-nav-list .sub-nav-item.activated .sub-nav-link {
  font-weight: 400;
}
.kantar-side-anchor .nav-list .nav-item .sub-nav-list .sub-nav-item.mouse-entered .sub-nav-link {
  font-weight: 400;
}

.noscrool {
  overflow: hidden;
  height: 100%;
  touch-action: none;
}

.kantar-login-drupal {
  padding: 0;
}
@media (min-width: 1280px) {
  .kantar-login-drupal {
    display: flex;
    height: 100vh;
  }
}
.kantar-login-drupal .logo-box {
  background: #000000;
  height: 270px;
  position: relative;
}
@media (min-width: 1280px) {
  .kantar-login-drupal .logo-box {
    width: 38%;
    height: 100%;
  }
}
.kantar-login-drupal .logo-box img {
  position: absolute;
  bottom: 40px;
}
@media (min-width: 744px) {
  .kantar-login-drupal .logo-box img {
    left: 50px;
  }
}
@media (min-width: 1280px) {
  .kantar-login-drupal .logo-box img {
    bottom: 50%;
    right: 30px;
    left: initial;
  }
}
.kantar-login-drupal .form-box {
  padding: 40px 20px;
}
@media (min-width: 744px) {
  .kantar-login-drupal .form-box {
    padding: 80px 60px;
  }
}
@media (min-width: 1280px) {
  .kantar-login-drupal .form-box {
    flex-grow: 1;
    margin: auto 0;
    padding: 80px 88px;
  }
}
.kantar-login-drupal .form-box form {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1280px) {
  .kantar-login-drupal .form-box form {
    max-width: 616px;
  }
}
.kantar-login-drupal .form-box form .input-wrapper input {
  width: 100%;
}
.kantar-login-drupal .form-box form .input-wrapper input:focus {
  border-bottom: 1px solid #EB0064;
}
.kantar-login-drupal .form-box form .button {
  margin-top: 30px;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}
.clearfix.toolbar-bar {
  overflow: inherit;
}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  margin: -1px;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
}

/* flex */
.d-flex {
  display: flex !important;
}

.flex-column {
  flex-direction: column;
}

.flex-row {
  flex-direction: row;
}

.flex-wrap {
  flex-wrap: wrap;
}

.align-items-center {
  align-items: center;
}

.justify-content-between {
  justify-content: space-between;
}

.w-100 {
  width: 100%;
}

.pointer {
  cursor: pointer;
}

.d-none {
  display: none !important;
}

.hidden {
  visibility: hidden;
}

.royal-blue {
  color: #0060FF;
}

.blue {
  color: #00B6FF;
}

.teal {
  color: #00E5BA;
}

.lime {
  color: #9EE900;
}

.green {
  color: #00B600;
}

.purple {
  color: #802AB7;
}

.violet {
  color: #C700D3;
}

.pink {
  color: #EB0064;
}

.orange {
  color: #FF5000;
}

.yellow {
  color: #FEDB00;
}

.black {
  color: #000000;
}

.capitalize {
  text-transform: capitalize;
}

.editor-styles-wrapper {
  font-family: "Kantar";
}
.editor-styles-wrapper h1,
.editor-styles-wrapper h2,
.editor-styles-wrapper h3,
.editor-styles-wrapper h4,
.editor-styles-wrapper h5,
.editor-styles-wrapper h6 {
  margin: 0;
}
.editor-styles-wrapper h1,
.editor-styles-wrapper .h1 {
  font-size: 60px;
  font-weight: 300;
  line-height: normal;
}
.editor-styles-wrapper h2,
.editor-styles-wrapper .h2 {
  font-size: 45px;
  font-weight: 300;
  line-height: normal;
}
.editor-styles-wrapper h3,
.editor-styles-wrapper .h3 {
  font-size: 30px;
  font-weight: 300;
  line-height: normal;
}
.editor-styles-wrapper h4,
.editor-styles-wrapper .h4 {
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}
.editor-styles-wrapper p,
.editor-styles-wrapper .p {
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}
.editor-styles-wrapper .button {
  border-radius: 0;
  font-weight: 400;
  color: #FFFFFF;
  background: #000000;
  margin: initial;
}
.editor-styles-wrapper .button.button-white {
  background: #FFFFFF;
  color: #000000;
}
.editor-styles-wrapper .button:focus {
  box-shadow: none;
}

.interface-interface-skeleton__content {
  overflow-x: hidden;
}

.block-editor-block-toolbar .block-editor-block-toolbar__slot .components-toolbar-group > .components-button svg,
.block-editor-block-toolbar .block-editor-block-toolbar__slot .components-toolbar-group > .components-dropdown .components-button svg,
.block-editor-block-toolbar .block-editor-block-toolbar__slot .components-toolbar-group > div > .components-button svg,
.block-editor-block-toolbar > .block-editor-block-toolbar__slot > .components-dropdown > .components-button svg,
.block-editor-block-toolbar > .block-editor-block-toolbar__slot > .components-dropdown > .components-dropdown .components-button svg,
.block-editor-block-toolbar > .block-editor-block-toolbar__slot > .components-dropdown > div > .components-button svg,
.block-editor-block-toolbar > .block-editor-block-toolbar__slot > .components-toolbar > .components-button svg,
.block-editor-block-toolbar > .block-editor-block-toolbar__slot > .components-toolbar > .components-dropdown .components-button svg,
.block-editor-block-toolbar > .block-editor-block-toolbar__slot > .components-toolbar > div > .components-button svg,
.block-editor-block-toolbar > .components-toolbar-group > .block-editor-block-toolbar__slot > .components-button svg,
.block-editor-block-toolbar > .components-toolbar-group > .block-editor-block-toolbar__slot > .components-dropdown .components-button svg,
.block-editor-block-toolbar > .components-toolbar-group > .block-editor-block-toolbar__slot > div > .components-button svg,
.block-editor-block-toolbar > .components-toolbar > .block-editor-block-toolbar__slot > .components-button svg,
.block-editor-block-toolbar > .components-toolbar > .block-editor-block-toolbar__slot > .components-dropdown .components-button svg,
.block-editor-block-toolbar > .components-toolbar > .block-editor-block-toolbar__slot > div > .components-button svg {
  width: auto;
  height: 24px;
}

.editor-toggle {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.editor-toggle span.components-form-toggle {
  height: 18px;
  overflow: hidden;
  margin-right: 8px;
}

.toolbar-fixed .kantar-nav {
  top: 39px;
}
.toolbar-fixed .kantar-nav .menu-wrapper .nav-menu {
  top: 119px;
}
@media (min-width: 744px) {
  .toolbar-fixed .kantar-nav .menu-wrapper .nav-menu {
    top: 139px;
  }
}
@media (min-width: 1280px) {
  .toolbar-fixed .kantar-nav .menu-wrapper .nav-menu {
    top: 0;
  }
}
.toolbar-fixed .kantar-nav .menu-wrapper .kantar-search-menu {
  top: 119px;
}
@media (min-width: 744px) {
  .toolbar-fixed .kantar-nav .menu-wrapper .kantar-search-menu {
    top: 139px;
  }
}
.toolbar-fixed .kantar-breadcrumb {
  top: 139px;
}
.toolbar-fixed.toolbar-tray-open.toolbar-horizontal .kantar-nav {
  top: 79px;
}
.toolbar-fixed.toolbar-tray-open.toolbar-horizontal .kantar-nav .menu-wrapper .nav-menu {
  top: 159px;
}
@media (min-width: 1280px) {
  .toolbar-fixed.toolbar-tray-open.toolbar-horizontal .kantar-nav .menu-wrapper .nav-menu {
    top: 0;
  }
}
.toolbar-fixed.toolbar-tray-open.toolbar-horizontal .kantar-nav .menu-wrapper .kantar-search-menu {
  top: 159px;
}
@media (min-width: 744px) {
  .toolbar-fixed.toolbar-tray-open.toolbar-horizontal .kantar-nav .menu-wrapper .kantar-search-menu {
    top: 179px;
  }
}
.toolbar-fixed.toolbar-tray-open.toolbar-horizontal .kantar-breadcrumb {
  top: 179px;
}
.toolbar-fixed.toolbar-tray-open.toolbar-horizontal .kantar-gallery .viewer .close {
  top: 100px;
}
.toolbar-fixed .kantar-gallery .viewver .close {
  top: 60px;
}

.page-node-type-campaign .kantar-nav .menu-wrapper .menu-icon,
.page-node-type-campaign-adex .kantar-nav .menu-wrapper .menu-icon {
  display: none !important;
}
@media (min-width: 1280px) {
  .page-node-type-campaign .kantar-nav .menu-wrapper .nav-menu,
  .page-node-type-campaign-adex .kantar-nav .menu-wrapper .nav-menu {
    display: none !important;
  }
}
.page-node-type-campaign .kantar-nav .nav-btns .connexion-btn,
.page-node-type-campaign .kantar-nav .nav-btns .search-btn,
.page-node-type-campaign-adex .kantar-nav .nav-btns .connexion-btn,
.page-node-type-campaign-adex .kantar-nav .nav-btns .search-btn {
  display: none;
}

.wp-block {
  margin-top: 0;
  margin-bottom: 0;
}

.contextual-region.block-local-tasks-block {
  width: -moz-fit-content;
  width: fit-content;
  position: fixed;
  left: 50px;
  top: 200px;
  padding: 5px 10px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 20;
}
.contextual-region.block-local-tasks-block .block__content a {
  color: #FFFFFF;
  cursor: pointer;
}
.contextual-region.block-local-tasks-block .block__content a:hover {
  text-decoration: underline;
}

.kantar-title .block-editor-inner-blocks {
  width: 100%;
}
.kantar-title .block-editor-inner-blocks .block-editor-block-list__layout {
  width: 100%;
  display: flex;
}
.kantar-title .block-editor-inner-blocks .block-editor-block-list__layout .block-editor-block-list__block.wp-block {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
.kantar-title .block-editor-inner-blocks .block-editor-block-list__layout .block-editor-block-list__block.wp-block .two-columns {
  width: 100%;
  padding-right: 20px;
}
.kantar-title .block-editor-inner-blocks .block-editor-block-list__layout .block-editor-block-list__block.wp-block .two-columns.with-image {
  width: 100%;
}
.kantar-title .block-editor-inner-blocks .block-editor-block-list__layout .block-editor-block-list__block.wp-block .button:hover {
  background-color: #000000;
}
.kantar-title .block-editor-inner-blocks .block-editor-block-list__layout .block-editor-block-list__block.wp-block .button span {
  color: #FFFFFF;
}

.kantar-cards .cards-wrapper .block-editor-inner-blocks {
  width: 100%;
}
.kantar-cards .cards-wrapper .block-editor-inner-blocks .block-editor-block-list__layout {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.kantar-cards .cards-wrapper .block-editor-inner-blocks .block-editor-block-list__layout .block-editor-block-list__block.wp-block {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 20px;
}
@media (min-width: 744px) {
  .kantar-cards .cards-wrapper .block-editor-inner-blocks .block-editor-block-list__layout .block-editor-block-list__block.wp-block:has(.three-columns) {
    width: calc(33.3% - 14px);
    margin-right: 20px;
  }
  .kantar-cards .cards-wrapper .block-editor-inner-blocks .block-editor-block-list__layout .block-editor-block-list__block.wp-block:has(.three-columns):nth-of-type(3n) {
    margin-right: 0;
  }
}
@media (min-width: 1280px) {
  .kantar-cards .cards-wrapper .block-editor-inner-blocks .block-editor-block-list__layout .block-editor-block-list__block.wp-block:has(.three-columns) {
    width: calc(33.3% - 27px);
    margin-right: 40px;
  }
}
@media (min-width: 744px) {
  .kantar-cards .cards-wrapper .block-editor-inner-blocks .block-editor-block-list__layout .block-editor-block-list__block.wp-block:has(.two-columns) {
    width: calc(50% - 10px);
    margin-right: 20px;
  }
  .kantar-cards .cards-wrapper .block-editor-inner-blocks .block-editor-block-list__layout .block-editor-block-list__block.wp-block:has(.two-columns):nth-of-type(2n) {
    margin-right: 0;
  }
}
.kantar-cards .cards-wrapper .block-editor-inner-blocks .block-editor-block-list__layout .block-editor-block-list__block.wp-block .two-columns,
.kantar-cards .cards-wrapper .block-editor-inner-blocks .block-editor-block-list__layout .block-editor-block-list__block.wp-block .three-columns {
  width: 100%;
}
.kantar-cards .cards-wrapper .block-editor-inner-blocks .block-editor-block-list__layout .block-editor-block-list__block.wp-block .card,
.kantar-cards .cards-wrapper .block-editor-inner-blocks .block-editor-block-list__layout .block-editor-block-list__block.wp-block .picto-card {
  height: 100%;
  margin: 0;
}
.kantar-cards .cards-wrapper .block-editor-inner-blocks .block-editor-block-list__layout .block-editor-block-list__block.wp-block .card .link,
.kantar-cards .cards-wrapper .block-editor-inner-blocks .block-editor-block-list__layout .block-editor-block-list__block.wp-block .picto-card .link {
  text-decoration: none;
}
.kantar-cards .cards-wrapper .block-editor-inner-blocks .block-editor-block-list__layout .block-editor-block-list__block.wp-block .card .button:hover {
  background-color: #FFFFFF;
}
.kantar-cards .cards-wrapper .block-editor-inner-blocks .block-editor-block-list__layout .block-editor-block-list__block.wp-block .card .button span {
  color: #000000;
}
.kantar-cards .cards-wrapper .block-editor-inner-blocks .block-editor-block-list__layout .block-editor-block-list__block.wp-block .picto-card .button:hover {
  background-color: #000000;
}
.kantar-cards .cards-wrapper .block-editor-inner-blocks .block-editor-block-list__layout .block-editor-block-list__block.wp-block .picto-card .button span {
  color: #FFFFFF;
}
.kantar-cards .cards-wrapper .indent-text .block-editor-inner-blocks .block-editor-block-list__layout {
  display: block;
}

.kantar-paragraph .block-editor-inner-blocks {
  width: 100%;
}
.kantar-paragraph .block-editor-inner-blocks .block-editor-block-list__layout {
  display: flex;
  flex-wrap: wrap;
}
.kantar-paragraph .block-editor-inner-blocks .block-editor-block-list__layout .block-editor-block-list__block.wp-block {
  width: 100%;
  margin-left: 0;
}
@media (min-width: 744px) {
  .kantar-paragraph .block-editor-inner-blocks .block-editor-block-list__layout .block-editor-block-list__block.wp-block:has(.two-columns) {
    width: calc(50% - 20px);
    margin-right: 40px;
  }
  .kantar-paragraph .block-editor-inner-blocks .block-editor-block-list__layout .block-editor-block-list__block.wp-block:has(.two-columns):nth-of-type(2n) {
    margin-right: 0;
  }
  .kantar-paragraph .block-editor-inner-blocks .block-editor-block-list__layout .block-editor-block-list__block.wp-block:has(.two-columns):first-of-type {
    margin-bottom: 0;
  }
}
@media (min-width: 1280px) {
  .kantar-paragraph .block-editor-inner-blocks .block-editor-block-list__layout .block-editor-block-list__block.wp-block:has(.two-columns) {
    width: calc(50% - 40px);
    margin-right: 80px;
  }
}
.kantar-paragraph .block-editor-inner-blocks .block-editor-block-list__layout .block-editor-block-list__block.wp-block:has(.paragraph.with-number):not(:nth-of-type(1)):not(:nth-of-type(2)) {
  margin-top: 40px;
}
.kantar-paragraph .block-editor-inner-blocks .block-editor-block-list__layout .block-editor-block-list__block.wp-block .paragraph {
  width: 100%;
  margin: 0;
}
.kantar-paragraph .block-editor-inner-blocks .block-editor-block-list__layout .block-editor-block-list__block.wp-block .paragraph + .paragraph {
  margin-top: 40px;
}
@media (min-width: 744px) {
  .kantar-paragraph .block-editor-inner-blocks .block-editor-block-list__layout .block-editor-block-list__block.wp-block .paragraph + .paragraph {
    margin-top: 0;
  }
}
.kantar-paragraph .block-editor-inner-blocks .block-editor-block-list__layout .block-editor-block-list__block.wp-block .paragraph .button:hover {
  background-color: #000000;
}
.kantar-paragraph .block-editor-inner-blocks .block-editor-block-list__layout .block-editor-block-list__block.wp-block .paragraph .button span {
  color: #FFFFFF;
}
.kantar-paragraph .text .block-editor-inner-blocks .block-editor-block-list__layout .block-editor-block-list__block.wp-block {
  width: 100%;
  max-width: 100%;
}
.kantar-paragraph .wysiwyg .block-editor-inner-blocks .block-editor-block-list__layout {
  flex-direction: column;
}
.kantar-paragraph .wysiwyg .block-editor-inner-blocks .block-editor-block-list__layout .editor-styles-wrapper.wp-block {
  margin-left: 0;
  margin-right: 0;
}
.kantar-paragraph .wysiwyg .block-editor-inner-blocks .block-editor-block-list__layout .editor-styles-wrapper.wp-block .link {
  text-decoration: none;
}
.kantar-paragraph .wysiwyg .block-editor-inner-blocks .block-editor-block-list__layout .block-editor-block-list__block.wp-block {
  width: 100%;
  max-width: unset;
  margin-top: 10px;
}
.kantar-paragraph .wysiwyg .block-editor-inner-blocks .block-editor-block-list__layout h1,
.kantar-paragraph .wysiwyg .block-editor-inner-blocks .block-editor-block-list__layout .h1 {
  font-size: 60px;
  font-weight: 300;
  line-height: normal;
}
.kantar-paragraph .wysiwyg .block-editor-inner-blocks .block-editor-block-list__layout h2,
.kantar-paragraph .wysiwyg .block-editor-inner-blocks .block-editor-block-list__layout .h2 {
  font-size: 45px;
  font-weight: 300;
  line-height: normal;
}
.kantar-paragraph .wysiwyg .block-editor-inner-blocks .block-editor-block-list__layout h3,
.kantar-paragraph .wysiwyg .block-editor-inner-blocks .block-editor-block-list__layout .h3 {
  font-size: 30px;
  font-weight: 300;
  line-height: normal;
}
.kantar-paragraph .wysiwyg .block-editor-inner-blocks .block-editor-block-list__layout h4,
.kantar-paragraph .wysiwyg .block-editor-inner-blocks .block-editor-block-list__layout .h4 {
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}
.kantar-paragraph .wysiwyg .block-editor-inner-blocks .block-editor-block-list__layout p,
.kantar-paragraph .wysiwyg .block-editor-inner-blocks .block-editor-block-list__layout .p {
  font-size: 16px;
  font-weight: 300;
  line-height: normal;
}
.kantar-paragraph .wysiwyg .block-editor-inner-blocks .block-editor-block-list__layout .p2 {
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}
.kantar-paragraph .wysiwyg .line .block-editor-inner-blocks .block-editor-block-list__layout {
  display: block;
}
.kantar-paragraph .wysiwyg .line .block-editor-inner-blocks .block-editor-block-list__layout .block-editor-block-list__block.wp-block {
  display: inline;
}

.block-editor-block-list__block {
  max-width: 100%;
}
.block-editor-block-list__block .kantar-banniere-logo .swiper .swiper-wrapper .block-editor-inner-blocks {
  width: 100%;
}
.block-editor-block-list__block .kantar-banniere-logo .swiper .swiper-wrapper .block-editor-block-list__layout {
  display: flex;
  overflow-x: auto;
}
.block-editor-block-list__block .kantar-banniere-logo .swiper .swiper-wrapper .block-editor-block-list__layout .wp-block {
  flex-shrink: 0;
  margin-right: 27px;
  margin-left: 0;
}
@media (min-width: 1280px) {
  .block-editor-block-list__block .kantar-banniere-logo .swiper .swiper-wrapper .block-editor-block-list__layout .wp-block {
    margin-right: 40px;
  }
}
.block-editor-block-list__block .kantar-header.image-header .title-wrapper {
  display: flex;
  flex-direction: column;
}
.block-editor-block-list__block .kantar-header.image-header .title-wrapper h1,
.block-editor-block-list__block .kantar-header.image-header .title-wrapper h4 {
  display: initial;
  height: auto;
}
.block-editor-block-list__block .kantar-header.key-figures-header .key-figures textarea.key {
  width: 100%;
  text-align: center;
  border: none;
  resize: none;
  background: transparent;
  overflow: hidden;
}
.block-editor-block-list__block .kantar-article-widget .share-actions a span {
  color: #000000;
}
.block-editor-block-list__block .kantar-article-widget .share-actions .button:hover {
  background-color: #000000;
}
.block-editor-block-list__block .kantar-article-widget .share-actions .button span {
  color: #FFFFFF;
}
.block-editor-block-list__block .kantar-form .button:hover,
.block-editor-block-list__block .kantar-newsletter .button:hover {
  background-color: #000000;
}
.block-editor-block-list__block .kantar-form .button span,
.block-editor-block-list__block .kantar-newsletter .button span {
  color: #FFFFFF;
}
.block-editor-block-list__block .kantar-breadcrumb ul,
.block-editor-block-list__block .kantar-menu-anchor ul {
  margin: 0;
}
.block-editor-block-list__block .kantar-header-slider .kantar-slider .content,
.block-editor-block-list__block .kantar-header-slider .simple-header .title-wrapper,
.block-editor-block-list__block .kantar-header-slider .key-figures-header .title-wrapper {
  top: initial;
  transform: initial;
}

.kantar-testimonial .swiper .block-editor-inner-blocks {
  width: 100%;
}
.kantar-testimonial .swiper-slide .wrapper h3 + div {
  flex-shrink: 0;
}

.kantar-header-slider .block-editor-inner-blocks {
  width: 100%;
}

.kantar-slider .block-editor-inner-blocks {
  width: 100%;
}

.block-editor-block-list__layout.is-root-container {
  padding: 0;
}
.block-editor-block-list__layout .kantar-gallery {
  padding: 0;
}
.block-editor-block-list__layout .kantar-gallery .swiper-wrapper .block-editor-inner-blocks {
  width: 100%;
}
.block-editor-block-list__layout .kantar-gallery .swiper-wrapper .block-editor-inner-blocks .block-editor-block-list__layout {
  display: flex;
  flex-wrap: wrap;
}
.block-editor-block-list__layout .kantar-gallery .swiper-wrapper .block-editor-inner-blocks .block-editor-block-list__layout .block-editor-block-list__block.wp-block {
  width: calc(33.3% - 27px);
  margin-left: 0;
  margin-right: 40px;
}
.block-editor-block-list__layout .kantar-gallery .swiper-wrapper .block-editor-inner-blocks .block-editor-block-list__layout .block-editor-block-list__block.wp-block:nth-of-type(3n) {
  margin-right: 0;
}
.block-editor-block-list__layout .kantar-related-articles,
.block-editor-block-list__layout .kantar-related-solutions {
  overflow: hidden;
}
.block-editor-block-list__layout .kantar-related-articles .button:hover,
.block-editor-block-list__layout .kantar-related-solutions .button:hover {
  background-color: #000000;
}
.block-editor-block-list__layout .kantar-related-articles .button span,
.block-editor-block-list__layout .kantar-related-solutions .button span {
  color: #FFFFFF;
}
.block-editor-block-list__layout .kantar-related-articles .swiper .swiper-slide,
.block-editor-block-list__layout .kantar-related-solutions .swiper .swiper-slide {
  width: 100%;
}
@media (min-width: 744px) {
  .block-editor-block-list__layout .kantar-related-articles .swiper .swiper-slide,
  .block-editor-block-list__layout .kantar-related-solutions .swiper .swiper-slide {
    width: 30%;
  }
  .block-editor-block-list__layout .kantar-related-articles .swiper .swiper-slide + .swiper-slide,
  .block-editor-block-list__layout .kantar-related-solutions .swiper .swiper-slide + .swiper-slide {
    margin-left: 5%;
  }
}
.block-editor-block-list__layout .kantar-related-solutions h2 {
  margin-bottom: 40px;
}
.block-editor-block-list__layout .kantar-equipe .swiper .swiper-wrapper .block-editor-inner-blocks {
  width: 100%;
}
.block-editor-block-list__layout .kantar-equipe .swiper .swiper-wrapper .block-editor-inner-blocks .block-editor-block-list__layout {
  display: flex;
  overflow: auto;
}
.block-editor-block-list__layout .kantar-equipe .swiper .swiper-wrapper .block-editor-inner-blocks .block-editor-block-list__layout .block-editor-block-list__block.wp-block {
  margin-right: 40px;
}
@media (min-width: 744px) {
  .block-editor-block-list__layout .kantar-equipe .swiper .swiper-wrapper .block-editor-inner-blocks .block-editor-block-list__layout .block-editor-block-list__block.wp-block {
    margin-right: 60px;
  }
}
@media (min-width: 1280px) {
  .block-editor-block-list__layout .kantar-equipe .swiper .swiper-wrapper .block-editor-inner-blocks .block-editor-block-list__layout .block-editor-block-list__block.wp-block {
    margin-right: 120px;
  }
}
.block-editor-block-list__layout .kantar-equipe .swiper .swiper-wrapper .block-editor-inner-blocks .block-editor-block-list__layout .block-editor-block-list__block.wp-block:first-of-type {
  margin-left: 20px;
}
@media (min-width: 744px) {
  .block-editor-block-list__layout .kantar-equipe .swiper .swiper-wrapper .block-editor-inner-blocks .block-editor-block-list__layout .block-editor-block-list__block.wp-block:first-of-type {
    margin-left: 60px;
  }
}
@media (min-width: 1280px) {
  .block-editor-block-list__layout .kantar-equipe .swiper .swiper-wrapper .block-editor-inner-blocks .block-editor-block-list__layout .block-editor-block-list__block.wp-block:first-of-type {
    margin-left: 156px;
  }
}
@media (min-width: 1440px) {
  .block-editor-block-list__layout .kantar-equipe .swiper .swiper-wrapper .block-editor-inner-blocks .block-editor-block-list__layout .block-editor-block-list__block.wp-block:first-of-type {
    margin-left: calc(50vw - 564px);
  }
}
.block-editor-block-list__layout .kantar-equipe .swiper .swiper-wrapper .block-editor-inner-blocks .block-editor-block-list__layout .block-editor-block-list__block.wp-block .member {
  margin: 0;
}
.block-editor-block-list__layout figure.wp-block-embed iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 356/200;
}

.node-preview-container {
  position: fixed;
  top: 0;
  left: 0;
  min-height: 80px;
  background-color: #FFFFFF;
}
.node-preview-container a {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  background-color: #F2F1EF;
  border: 2px solid #000000;
  border-radius: 4px;
  padding: 5px 10px;
}
.node-preview-container a.icon.icon-left-arrow::before {
  font-size: 20px;
}
.node-preview-container div,
.node-preview-container label {
  margin-top: 5px;
}

.page-node-type-actualite-list .kantar-results.row .result-item .result-info p {
  display: initial !important;
}
.page-node-type-actualite-list .kantar-results .result-item .result-info p {
  display: none;
}

@font-face {
  font-family: "kantar";
  src: url("../fonts/kantar-icons/kantar-icons/kantar.eot?43241r");
  src: url("../fonts/kantar-icons/kantar.eot?43241r#iefix") format("embedded-opentype"), url("../fonts/kantar-icons/kantar.ttf?43241r") format("truetype"), url("../fonts/kantar-icons/kantar.woff?43241r") format("woff"), url("../fonts/kantar-icons/kantar.svg?43241r#kantar") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "kantar" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-left-arrow:before {
  content: "\e910";
}

.icon-check:before {
  content: "\e904";
}

.icon-linkedin:before {
  content: "\e900";
}

.icon-youtube:before {
  content: "\e901";
}

.icon-service:before {
  content: "\e902";
}

.icon-extend:before {
  content: "\e903";
}

.icon-twitter:before {
  content: "\e905";
}

.icon-zoom:before {
  content: "\e906";
}

.icon-zoom-out:before {
  content: "\e907";
}

.icon-zoom-in:before {
  content: "\e908";
}

.icon-search:before {
  content: "\e909";
}

.icon-prev:before {
  content: "\e90a";
}

.icon-next:before {
  content: "\e90b";
}

.icon-menu:before {
  content: "\e90c";
}

.icon-last:before {
  content: "\e90d";
}

.icon-first:before {
  content: "\e90e";
}

.icon-close:before {
  content: "\e90f";
}

.icon-instagram:before {
  content: "\e911";
}/*# sourceMappingURL=main.css.map */