* {
  box-sizing: border-box;
  font-smoothing: antialiased;
  text-rendering: optimizelegibility;
}

body {
  color: #111;
  font: 400 14px / 1.6 Open Sans, helvetica, arial, sans-serif;
  transition: all .4s ease-in .3s;
}

body, html {
  min-height: 100vh;
}

.container {
  margin: 0 auto;
}

.container:after, .container:before {
  box-sizing: border-box;
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

a:hover, .link:hover {
  cursor: pointer;
}

p {
  line-height: 1.8;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: sans-serif;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
}

audio:not([controls]) {
  height: 0;
  display: none;
}

progress {
  vertical-align: baseline;
}

template, [hidden] {
  display: none;
}

a {
  -webkit-text-decoration-skip: objects;
  background-color: #0000;
}

a:active, a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: inherit;
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

h1 {
  margin: .67em 0;
  font-size: 2em;
}

mark {
  color: #000;
  background-color: #ff0;
}

small {
  font-size: 80%;
}

sub, sup {
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

code, kbd, pre, samp {
  font-family: monospace;
  font-size: 1em;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

button, input, select, textarea {
  font: inherit;
  margin: 0;
}

optgroup {
  font-weight: bold;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="button"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="reset"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type="button"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type="reset"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  white-space: normal;
  max-width: 100%;
  padding: 0;
  display: table;
}

textarea {
  overflow: auto;
}

[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

:is([type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button) {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

:is([type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration) {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: .54;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

@media (min-width: 992px) {
  .cta {
    padding: 50px 15px;
  }
}

.cta__items {
  padding: 50px 0;
  display: flex;
}

.cta__item {
  flex: 1;
  align-items: center;
  padding-left: 20px;
  display: flex;
  position: relative;
}

.video .cta__item {
  height: 100%;
}

@media (max-width: 991px) {
  .video .cta__item img {
    width: 100%;
  }
}

.cta__item:before {
  content: "";
  background: #e6e6e6;
  width: 5px;
  height: 225px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.video .cta__item:before {
  background: #fff;
  height: 100%;
}

@media (max-width: 991px) {
  .cta__item.cta__item--md-reverse {
    justify-content: center;
  }
}

@media (min-width: 992px) {
  .cta__item.cta__item--md-reverse {
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
}

.cta__item.cta__item--right {
  flex: 1;
  align-items: center;
  display: flex;
  position: relative;
}

@media (max-width: 991px) {
  .cta__item.cta__item--right {
    margin: 60px 0 10px;
    padding-bottom: 140px;
    padding-left: 20px;
    display: block;
  }
}

@media (min-width: 992px) {
  .cta__item.cta__item--right {
    float: right;
    justify-content: flex-end;
    height: 230px;
    padding-left: 30px;
  }

  .cta__item.cta__item--right:before {
    display: none;
  }

  .cta__item.cta__item--right:after {
    content: "";
    background: #e6e6e6;
    width: 5px;
    height: 225px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
}

@media (max-width: 991px) {
  .cta__item.cta__item--right .cta__item__image {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
}

@media (min-width: 992px) {
  .cta__item.cta__item--right .cta__item__image {
    float: right;
  }
}

.cta__item__flex-item {
  flex: 1;
}

@media (min-width: 992px) {
  .cta__item__flex-item.cta__item__content {
    flex: 0 0 30%;
    margin-right: 30px;
  }

  .video .cta__item__flex-item.cta__item__content {
    flex: 0 0 168px;
    padding-right: 30px;
  }

  .cta__item__flex-item.desktop-right {
    margin: 0 0 0 30px;
  }
}

.video .cta__item__flex-item {
  align-content: flex-start;
  display: flex;
}

.cta__item__flex-item.video-description {
  flex-direction: column;
  align-self: baseline;
  height: 100%;
  display: flex;
}

.cta__item__title {
  margin: 0;
  font-family: Montserrat, helvetica, arial, sans-serif;
  font-size: 22px;
  font-weight: 800;
}

.cta__item__text {
  color: #666;
}

@media (max-width: 991px) {
  .cta__item__text {
    margin: 0 auto;
  }
}

@media (min-width: 992px) {
  .cta__item__text {
    margin: 10px 0 0;
  }
}

.cta__item__image__wrapper {
  max-width: 100%;
  max-height: 100%;
}

.cta__item__image__wrapper a {
  display: inline-block;
}

.video .cta__item__image__wrapper {
  justify-content: flex-end;
  align-items: baseline;
  display: flex;
}

.cta__item__image {
  max-width: 100%;
}

.cta__item__image__wrapper--landscape .cta__item__image {
  max-height: 200px;
}

.video .cta__item__image__wrapper--landscape .cta__item__image {
  max-height: 340px;
}

.cta__item__image__wrapper--portrait .cta__item__image {
  max-height: 250px;
}

@media (max-width: 991px) {
  .cta__item__image__wrapper--portrait .cta__item__image {
    transform: translateX(15px);
  }
}

.cta__item__brochure {
  flex-direction: row-reverse;
  padding: 0 100px 0 20px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .cta__item__brochure {
    padding: 0 20px;
  }
}

.cta__item__button {
  color: #fff;
  letter-spacing: .09em;
  text-transform: uppercase;
  margin-top: 65px;
  padding: 13px 45px 12px 15px;
  font-family: Montserrat, helvetica, arial, sans-serif;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.4em;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.cta__item__button svg {
  width: 18px;
  height: 18px;
  margin-left: 10px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}

.cta__item__button.cta__item__button--download {
  background: #fdab1c;
}

.cta__item__button.cta__item__button--download:hover, .cta__item__button.cta__item__button--download:active, .cta__item__button.cta__item__button--download:focus {
  background: #fda203;
}

.cta__item__button.cta__item__button--download.blue {
  background: #5883cd;
}

.cta__item__button.cta__item__button--video {
  background: #e42730;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 992px) {
  .cta__item__button.cta__item__button--video {
    display: none;
  }
}

.cta__item__button.cta__item__button--video:hover, .cta__item__button.cta__item__button--video:active, .cta__item__button.cta__item__button--video:focus {
  background: #d71b24;
}

.cta__slogen__mobile {
  display: none;
}

@media (max-width: 991px) {
  .cta__items {
    padding: 0;
    display: block;
  }

  .cta__slogen__mobile {
    text-align: center;
    margin: 30px auto;
    padding: 0 25px;
    font-size: 30px;
    font-weight: 300;
    display: block;
  }

  .cta__item {
    text-align: center;
    height: auto;
    padding: 0 15px;
    display: block;
  }

  .cta__item:before {
    display: none;
  }

  .video .cta__item:before {
    height: 100%;
  }

  .cta__item:not(:first-child) {
    margin-top: 80px;
  }

  .cta__item__image__wrapper {
    margin: auto;
  }

  .cta__item__button {
    margin-top: 25px;
  }

  .cta__item__title {
    text-align: center;
    margin: 0;
  }
}

section.video {
  padding: 10px 0 0;
}

@media (max-width: 991px) {
  section.video {
    padding: 70px 0;
  }
}

#video-player-1 {
  position: relative;
}

.play-button {
  z-index: 900;
  width: 70px;
  height: 70px;
  position: absolute;
  top: calc(50% - 35px);
  left: calc(50% - 35px);
}

.play-button:hover {
  opacity: .75;
  transition: all .3s ease-in-out;
}

.play-button .play-bg {
  z-index: 901;
  background-color: #0009;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.play-button .play-image {
  z-index: 902;
  height: 20px;
  position: absolute;
  top: calc(50% - 10px);
  left: calc(50% - 6px);
}

@media (max-width: 991px) {
  .play-button .play-image {
    left: calc(50% - 32px);
  }
}

.header__top {
  background-image: linear-gradient(99deg, #fdab1c, #e42730);
  width: 100%;
  height: 20px;
}

.header__logo {
  text-align: center;
  background: #fff;
  padding: 15px 0;
  position: relative;
}

.header__logo:after {
  content: "";
  z-index: -1;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 0 2px 4px #0003;
}

.header__logo__link {
  padding: 13px 20px 11px;
  display: inline-block;
}

.header__logo__image {
  max-width: 200px;
}

.bg-gray {
  background: #e6e6e6;
}

.intro-video {
  height: 0;
  padding-top: 30px;
  padding-bottom: 55.25%;
  position: relative;
  overflow: hidden;
}

.intro-video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.mobile-country-selector {
  z-index: 2;
  background: #e6e6e6;
  padding: 30px 15px;
  position: relative;
}

.mobile-country-selector__title {
  color: #111;
  text-align: center;
  margin: 0;
  font-size: 20px;
  font-weight: 300;
}

.mobile-country-selector .mobile-country-selector__select-wrapper {
  width: 100%;
  max-width: 345px;
  margin: 15px auto 0;
  position: relative;
}

.mobile-country-selector .mobile-country-selector__select {
  color: #666;
  -webkit-appearance: none;
  appearance: none;
  background: #fff;
  border: 1px solid #111;
  width: 100%;
  height: 50px;
  padding-top: 13px;
  padding-left: 10px;
}

.mobile-country-selector .mobile-country-selector__dropdown {
  width: 10px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}

@media (min-width: 992px) {
  .mobile-country-selector {
    display: none;
  }
}

.mobile-country-selector .invisible {
  opacity: 0;
  visibility: hidden;
}

.footer {
  background: #444;
  padding: 50px 0;
}

@media (max-width: 991px) {
  .footer {
    padding: 15px;
  }
}

.footer__inner {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.footer__slogen {
  color: #d8d8d8;
  text-align: center;
  margin: 0;
  padding-bottom: 65px;
  font-size: 40px;
  font-weight: 300;
  line-height: normal;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .footer__slogen {
    font-size: 36px;
  }
}

@media (max-width: 991px) {
  .footer__slogen {
    display: none;
  }
}

.footer__contact__list {
  flex-wrap: nowrap;
  flex: 0 0 70%;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  display: flex;
  overflow: hidden;
}

@media (max-width: 991px) {
  .footer__contact__list {
    flex-wrap: wrap;
    flex: 0 0 100%;
    width: 100%;
    max-width: 385px;
    margin: 0 auto;
    position: relative;
  }
}

.footer__contact__list__item {
  text-align: center;
  flex: 0 0 195px;
  height: 120px;
  list-style-type: none;
}

@media (max-width: 991px) {
  .footer__contact__list__item:first-of-type, .footer__contact__list__item:nth-of-type(2) {
    padding-top: 15px;
  }

  .footer__contact__list__item {
    flex-direction: column;
    flex: 0 0 50%;
    justify-content: flex-start;
    align-items: center;
    width: 50%;
    height: 150px;
    padding-top: 30px;
    display: flex;
  }
}

.footer__contact__list__item__icon__wrapper {
  border: 2px solid #111;
  border-radius: 50%;
  width: 46px;
  height: 46px;
  margin: 0 auto;
  position: relative;
}

.footer__contact__list__item__icon__wrapper svg {
  margin: auto;
  position: absolute;
  inset: 0;
}

.footer__contact__list__item__detail {
  color: #fff;
  margin-top: 15px;
  text-decoration: none;
  display: inline-block;
}

.footer__contact__list__item__detail:hover {
  text-decoration: none;
}

@media (max-width: 400px) {
  .footer__contact__list__item__detail span {
    display: none;
  }
}

.dropdown {
  display: inline-block;
  position: relative;
}

.dropdown-content {
  z-index: 1;
  background-color: #f9f9f9;
  width: 100%;
  min-width: 160px;
  display: none;
  position: absolute;
  box-shadow: 0 8px 16px #0003;
}

.dropdown-content a {
  color: #000;
  padding: 10px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #f1f1f1;
}

.dropdown:hover .dropdown-content {
  display: block;
}

::selection {
  color: #fff;
  text-shadow: none;
  background: #333;
}

::selection {
  color: #fff;
  text-shadow: none;
  background: #333;
}

::-webkit-selection {
  color: #fff;
  text-shadow: none;
  background: #333;
}

.map {
  z-index: 1;
  width: 100%;
  height: 530px;
  position: relative;
  overflow: hidden;
}

.map svg {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.map svg .country, .map svg .marker {
  opacity: 1;
  visibility: visible;
  transition: all .4s ease-out;
}

.map svg .country {
  fill: #444;
}

.map svg .country-link:not(.no-link) {
  cursor: pointer;
}

.map svg .country-link:hover .country {
  fill: url("#MyGradient");
}

.map svg .country-link:hover .country-text {
  opacity: 1;
  visibility: visible;
}

.map svg .country-link:hover .marker {
  opacity: 0;
  visibility: hidden;
}

.map svg .country-text {
  letter-spacing: .07em;
  opacity: 0;
  text-transform: uppercase;
  visibility: hidden;
  fill: #fff;
  font-family: Open Sans, helvetica, arial, sans-serif;
  font-size: 8px;
  font-weight: 700;
  transition: all .4s ease-out;
}

.map-container {
  width: 100%;
  position: absolute;
  bottom: 60px;
}

@media (max-width: 991px) {
  .map-container {
    bottom: 0;
  }
}

@media (min-width: 992px) {
  .map-container {
    display: none;
  }
}

.map-label {
  background: #fff;
  width: 315px;
}

.map-label ul {
  z-index: 2;
  background: #fff;
  justify-content: space-around;
  align-items: center;
  height: 40px;
  margin: 0;
  padding: 0;
  display: flex;
  position: relative;
  box-shadow: 0 1px 4px #0003;
}

.map-label ul li {
  padding-left: 25px;
  list-style-type: none;
  display: inline-block;
  position: relative;
}

.map-label ul li:before {
  content: "";
  border-radius: 50%;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
}

.map-label ul li:first-child:before {
  background: #e42730;
}

.map-label ul li:nth-child(2):before {
  background: #fdab1c;
}

@media (max-width: 991px) {
  .map {
    height: 450px;
    box-shadow: 0 1px 4px #0003;
  }

  .map svg {
    height: 390px;
  }

  .map .map-label {
    width: 375px;
    height: 60px;
    margin: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .map .map-label ul {
    box-shadow: none;
    height: 60px;
  }
}

@media (max-width: 767px) {
  .map {
    height: 420px;
  }

  .map svg {
    height: 360px;
  }

  .map .map-label {
    width: 315px;
    height: 60px;
  }
}

@media (max-width: 599px) {
  .map svg {
    transform: translateX(-51%);
  }
}

@media (max-width: 480px) {
  .map {
    height: 340px;
  }

  .map svg {
    height: 280px;
  }
}

.hero {
  background-image: url("performance-statements-hero.b56ee070.jpg");
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 991px) {
  .hero {
    padding: 50px 0;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hero {
    padding: 70px 0;
  }
}

@media (min-width: 1200px) {
  .hero {
    padding: 92px 0;
  }
}

.hero__title {
  text-align: center;
  color: #fff;
  letter-spacing: 1.3px;
  margin: 0 auto 20px;
  font-weight: bold;
}

@media (max-width: 991px) {
  .hero__title {
    font-size: 24px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hero__title {
    font-size: 40px;
  }
}

@media (min-width: 1200px) {
  .hero__title {
    font-size: 60px;
  }
}

.hero__language-selector__wrapper {
  padding-bottom: 50px;
}

.hero__language-selector__title {
  text-align: center;
  color: #fff;
  margin: 0 auto 20px;
  font-size: 16px;
}

.hero__language-selector__dropdown-wrapper {
  cursor: pointer;
  color: #666;
  border: 1px solid #111;
  width: 100%;
  max-width: 240px;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.hero__language-selector__dropdown-wrapper:not(.opened) .hero__language-selector__dropdown-item:not(.selected) {
  display: none;
}

.hero__language-selector__dropdown-item {
  background-color: #fff;
  align-items: center;
  gap: 10px;
  height: 50px;
  padding: 10px;
  display: flex;
}

.hero__language-selector__dropdown-item:hover {
  background-color: #f2f2f2;
}

.hero__language-selector__dropdown-wrapper.opened .hero__language-selector__dropdown-item.selected {
  background-color: #fdab1c;
}

.hero__language-selector__dropdown-flag {
  background-position: center;
  background-repeat: no-repeat;
  padding: 15px;
}

.hero__language-selector__dropdown-arrow {
  width: 10px;
  position: absolute;
  top: 25px;
  right: 15px;
  transform: translateY(-50%);
}

.sr-only {
  clip: rect(0, 0, 0, 0);
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.documents-wrapper {
  flex-wrap: wrap;
  gap: 40px 30px;
  max-width: 1170px;
  margin: 0 auto;
  padding: 80px 15px 122px;
  display: flex;
}

.document-wrapper {
  color: #444;
  flex-direction: column;
  display: flex;
}

@media (max-width: 767px) {
  .document-wrapper {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .document-wrapper {
    flex: 0 calc(50% - 15px);
    max-width: calc(50% - 15px);
  }
}

.document__product-family {
  border-bottom: 5px solid #e6e6e6;
  margin: 0 0 25px;
  padding-bottom: 13px;
  font-family: Montserrat, helvetica, arial, sans-serif;
  font-size: 22px;
}

.document__details-wrapper {
  align-items: center;
  height: 61px;
  padding-left: 8px;
  display: flex;
}

.document__image-link, .document__image-pictogram {
  height: 100%;
}

.document__download-wrapper {
  flex-direction: column;
  justify-content: center;
  padding-left: 37px;
  display: flex;
}

.document__download-doctype {
  margin: 0;
  font-family: Open Sans, helvetica, arial, sans-serif;
  font-size: 20px;
}

.document__download-link {
  letter-spacing: .92px;
  color: #e42730;
  font-family: Montserrat, helvetica, arial, sans-serif;
  font-size: 11px;
}

@media only screen and (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media only screen and (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

/*# sourceMappingURL=index.4cfe9e63.css.map */
