<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/**
* Remove the unit of a length.
*
* @param float $number - Number to remove the unit from
* @return float - Unitless number
*/
/**
* Convert pixel to vh according to a base size.
* Values are rounded to two decimals by default.
*
* @param float $value - Number to convert in vh
* @param float $pixels - The pixel base reference
* @param boolean $rounded - Rounding the returned value.
* @return number - Number in vh
*/
/**
* Convert pixel to rem according to a base size.
* Values are rounded to two decimals by default.
*
* @param float $value - Number to convert in rem
* @param float $pixels - The pixel base reference
* @param boolean $rounded - Rounding the returned value.
* @return number - Number in rem
*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  cursor: pointer;
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  color: inherit;
  font: inherit;
  line-height: normal;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  -webkit-appearance: none;
}

a {
  color: currentColor;
}

a, li, button {
  outline-color: #fff;
}

input, select, button, textarea {
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  padding: 0;
}

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

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

/* @import must be at top of file, otherwise CSS will not work */
@font-face {
  font-family: "Helvetica File";
  font-weight: 300;
  src: url("/wp-content/themes/timber-biodentine/assets/fonts/HelveticaNeueLTStd-Lt.woff2") format("woff2"), url("/wp-content/themes/timber-biodentine/assets/fonts/HelveticaNeueLTStd-Lt.woff") format("woff");
}
@font-face {
  font-family: "Helvetica File";
  font-weight: 400;
  src: url("/wp-content/themes/timber-biodentine/assets/fonts/HelveticaNeueLTStd-Roman.woff2") format("woff2"), url("/wp-content/themes/timber-biodentine/assets/fonts/HelveticaNeueLTStd-Roman.woff") format("woff");
}
@font-face {
  font-family: "Helvetica File";
  font-weight: 700;
  src: url("/wp-content/themes/timber-biodentine/assets/fonts/HelveticaNeueLTStd-Bd.woff2") format("woff2"), url("/wp-content/themes/timber-biodentine/assets/fonts/HelveticaNeueLTStd-Bd.woff") format("woff");
}
h1 {
  font-family: "Helvetica File", "Helvetica", "sans-serif";
  font-style: normal;
  font-weight: 300;
  font-size: 6rem;
  line-height: 6.9rem;
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 3.5rem;
    line-height: 4rem;
  }
}
h1 sup {
  font-family: "Helvetica File", "Helvetica", "sans-serif";
  font-style: normal;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.7rem;
  text-align: right;
  vertical-align: text-top;
  line-height: 4rem;
}
@media screen and (max-width: 768px) {
  h1 sup {
    line-height: 3rem;
  }
}
h1 b {
  font-family: "Helvetica File", "Helvetica", "sans-serif";
  font-style: normal;
  font-weight: 700;
  font-size: 6rem;
  line-height: 6.9rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  h1 b {
    font-size: 3.5rem;
    line-height: 4rem;
  }
}
h1 b sup {
  font-weight: 700;
}

h2 {
  font-family: "Helvetica File", "Helvetica", "sans-serif";
  font-style: normal;
  font-weight: 300;
  font-size: 4rem;
  line-height: 6rem;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 2.8rem;
    line-height: 3.22rem;
  }
}
h2 b {
  font-family: "Helvetica File", "Helvetica", "sans-serif";
  font-style: normal;
  font-weight: 700;
  font-size: 4rem;
  line-height: 6rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  h2 b {
    font-size: 2.8rem;
    line-height: 3.22rem;
  }
}
h2 b sup {
  font-weight: 700;
}
h2 sup {
  font-family: "Helvetica File", "Helvetica", "sans-serif";
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.1rem;
  text-align: right;
  vertical-align: text-top;
  line-height: 3rem;
}
@media screen and (max-width: 768px) {
  h2 sup {
    line-height: 2.5rem;
  }
}

h3 {
  font-family: "Helvetica File", "Helvetica", "sans-serif";
  font-weight: 300;
  font-size: 3rem;
  line-height: 4.5rem;
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}

h4 {
  font-family: "Helvetica File", "Helvetica", "sans-serif";
  font-style: normal;
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.3rem;
}

p {
  font-family: "Helvetica File", "Helvetica", "sans-serif";
  font-style: normal;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.7rem;
  color: #0B2C40;
}
@media screen and (max-width: 768px) {
  p {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}

sup {
  font-family: "Helvetica File", "Helvetica", "sans-serif";
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.1rem;
  text-align: right;
}

:root {
  --sbw: 0px;
}

* {
  box-sizing: border-box;
  outline: none;
}

html {
  -moz-font-variant-ligatures: none;
       font-variant-ligatures: none;
  font-size: 0.6944444444vw;
  font-size: calc(0.6944444444vw - var(--sbw) / 144);
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
@media screen and (min-width: 1440px) {
  html {
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.6666666667vw;
    font-size: calc(2.6666666667vw - var(--sbw) / 37.5);
  }
}

html, body {
  width: 100%;
}

body {
  position: relative;
}

#main {
  width: 100%;
  position: relative;
  overflow: hidden;
}

#main-container {
  min-height: 100vh;
}
@media screen and (min-width: 1440px) {
  #main-container {
    width: 1440px;
    margin: 0 auto;
  }
}

#content-page__container {
  position: relative;
  z-index: 0;
}
#content-page__container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 97.6rem;
  opacity: 0.4;
  background: linear-gradient(360deg, #4F758B -30.4rem, rgba(255, 255, 255, 0) 100%);
  transform: matrix(1, 0, 0, -1, 0, 0);
}
@media screen and (max-width: 768px) {
  #content-page__container:before {
    opacity: 0.5;
    height: 100rem;
    background: linear-gradient(360deg, #4F758B 0%, rgba(255, 255, 255, 0) 100%);
  }
}
#content-page__container:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 50rem;
  background: linear-gradient(360deg, #4F758B 6.99%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.4;
}
#content-page &gt; * {
  position: relative;
  z-index: 1;
}

.sro {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

#popin-check {
  background: rgba(11, 44, 64, 0.5);
  z-index: 200;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #0B2C4060;
  opacity: 0;
  pointer-events: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
#popin-check.show {
  pointer-events: all;
  opacity: 1;
}
#popin-check .content {
  background: #FFFFFF;
  box-shadow: 0px 2px 20px rgba(149, 149, 149, 0.25);
  border-radius: 5rem;
  padding: 7rem;
  max-width: 70rem;
  color: #00275F;
}
@media screen and (max-width: 768px) {
  #popin-check .content {
    padding: 2rem;
    margin: 2rem;
    border-radius: 3rem;
  }
}
#popin-check .content h2 {
  font-family: "Helvetica File", "Helvetica", "sans-serif";
  font-style: normal;
  font-weight: 700;
  font-size: 4rem;
  line-height: 6rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  #popin-check .content h2 {
    font-size: 2.8rem;
    line-height: 3.22rem;
  }
}
#popin-check .content h2:after {
  content: "";
  display: block;
  width: 100%;
  height: 0rem;
  background: #151618;
  margin-top: 1.6rem;
  border: 0.6rem solid #E30613;
  width: 2.9rem;
}
#popin-check .content p {
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin-bottom: 7rem;
}
#popin-check .content .btns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  gap: 2rem;
}
#popin-check .content .btns button, #popin-check .content .btns a {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 5.6rem;
  padding: 1.9rem;
  border: 1px solid #E30613;
  border-radius: 5rem;
  background: #E30613;
  color: #FFFFFF;
  font-family: "Helvetica File", "Helvetica", "sans-serif";
  font-weight: 700;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 2.4rem;
  text-transform: uppercase;
}
#popin-check .content .btns button:hover, #popin-check .content .btns a:hover {
  transform: scale(1.05);
}
#popin-check .content .btns a {
  background: #FFFFFF;
  color: #E30613;
  text-decoration: none;
}

.btn, .selector {
  will-change: background-color;
  display: inline-block;
  border-radius: 10rem;
  background-color: var(--bg-color);
  color: var(--color);
  transition: background-color, color, 0.3s ease;
  font-family: "Helvetica File", "Helvetica", "sans-serif";
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 2.4rem;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
  text-decoration: none;
}
.btn--cta, .selector, .btn--download-v2, .btn--download, .btn--close {
  padding: 0.4rem 3.1rem 0.4rem 1.3rem;
}
.btn--drag {
  padding: 0.4rem 3.1rem 0.4rem 3.1rem;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.btn--cta--small {
  padding: 0 0.8rem;
  border: 0.1rem solid var(--border-color);
}
.btn--ancre, .btn--ancre-2 {
  padding: 0 0.6rem;
}
.btn--download-v2, .btn--ancre-2 {
  border: 0.1rem solid var(--border-color);
}
.btn__ico, .selector__ico {
  position: absolute;
  top: 50%;
  right: 0.7rem;
  transform: translate3d(0, -50%, 0);
  border-radius: 10rem;
  width: 1.8rem;
  height: 1.8rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  background-color: var(--bg-color-ico);
  transition: background-color 0.3s ease;
}
.btn__ico--left {
  left: 0.7rem;
  right: initial;
}
.btn__ico__svg {
  color: var(--color-ico);
  transition: color 0.3s ease;
}
.btn--cta .btn__ico__svg, .selector .btn__ico__svg, .btn--close .btn__ico__svg {
  width: 0.8rem;
  height: 0.8rem;
}
.btn--download .btn__ico__svg, .btn--download-v2 .btn__ico__svg {
  width: 1rem;
  height: 1.1rem;
  transform: translateX(0.04rem);
}
.btn--drag .btn__ico__svg {
  width: 1.1rem;
  height: 1.1rem;
}

.btn--cta--red {
  --bg-color: #E30613;
  --color: #FFFFFF;
  --bg-color-ico: #FFFFFF;
  --color-ico: #E30613;
}
.btn--cta--red:hover {
  --bg-color-ico: #FFFFFF;
  --color-ico: #0B2C40;
  --bg-color: #0B2C40;
  --color: #FFFFFF;
}

.btn--cta--white {
  --bg-color: #FFFFFF;
  --color: #E30613;
  --bg-color-ico: #E30613;
  --color-ico: #FFFFFF;
}
.btn--cta--white:hover {
  --bg-color-ico: #FFFFFF;
  --color-ico: #0B2C40;
  --bg-color: #0B2C40;
  --color: #FFFFFF;
}

.btn--cta--pantone {
  --bg-color-ico: #FFFFFF;
  --color-ico: #4F758B;
  --bg-color: #4F758B;
  --color: #FFFFFF;
}
.btn--cta--pantone:hover {
  --bg-color-ico: #FFFFFF;
  --color-ico: #0B2C40;
  --bg-color: #0B2C40;
  --color: #FFFFFF;
}

.btn--cta--small--blue {
  --bg-color: #FFFFFF;
  --color: #0B2C40;
  --border-color: #0B2C40;
  --bg-color-ico: #FFFFFF;
  --color-ico: #4F758B;
}
.btn--cta--small--blue:hover {
  --bg-color-ico: #FFFFFF;
  --color-ico: #0B2C40;
  --bg-color: #0B2C40;
  --color: #FFFFFF;
}

.btn--cta--small--white {
  --bg-color: transparent;
  --color: #FFFFFF;
  --border-color: #FFFFFF;
}
.btn--cta--small--white:hover {
  --border-color: #0B2C40;
  --bg-color-ico: transparent;
  --color-ico: #FFFFFF;
  --bg-color: #0B2C40;
  --color: #FFFFFF;
}
.open .btn--cta--small--white {
  --bg-color: transparent;
  --color: #0B2C40;
  --border-color: #0B2C40;
}

.btn--cta--small--blue-dark {
  --bg-color: #0B2C40;
  --color: #FFFFFF;
  --border-color: #0B2C40;
}
.btn--cta--small--blue-dark:hover {
  --bg-color-ico: #FFFFFF;
  --color-ico: #0B2C40;
  --bg-color: #0B2C40;
  --color: #FFFFFF;
}

.btn--cta--small--pantone {
  --bg-color: #4F758B;
  --color: #FFFFFF;
  --border-color: transparent;
}
.btn--cta--small--pantone:hover {
  --bg-color: #0B2C40;
  --color: #FFFFFF;
}

.btn--download {
  --bg-color-ico: #FFFFFF;
  --color-ico: #4F758B;
  --bg-color: #4F758B;
  --color: #FFFFFF;
}
.btn--download:hover {
  --bg-color-ico: #FFFFFF;
  --color-ico: #0B2C40;
  --bg-color: #0B2C40;
  --color: #FFFFFF;
}

.btn--download-v2 {
  --bg-color-ico: #4F758B;
  --color-ico: #FFFFFF;
  --bg-color: transparent;
  --color: #4F758B;
  --border-color: #4F758B;
}
.btn--download-v2:hover {
  --bg-color-ico: #FFFFFF;
  --color-ico: #4F758B;
  --bg-color: #4F758B;
  --color: #FFFFFF;
}

.btn--ancre {
  --bg-color: transparent;
  --color: #0B2C40;
}
.btn--ancre:hover, .btn--ancre.hover {
  --bg-color: #0095C2;
  --color: #FFFFFF;
}

.btn--ancre-2 {
  --bg-color: #FFFFFF;
  --color: #0B2C40;
  --border-color: #0B2C40;
}
.btn--ancre-2:hover, .btn--ancre-2.btn--active {
  --bg-color: #0095C2;
  --color: #FFFFFF;
  --border-color: #0095C2;
}
@media screen and (max-width: 768px) {
  .btn--ancre-2.btn--active {
    --bg-color: #0095C2;
    --color: #FFFFFF;
    --border-color: #0095C2;
  }
}
@media screen and (max-width: 768px) {
  .btn--ancre-2:hover {
    --bg-color: #FFFFFF;
    --color: #0B2C40;
    --border-color: #0B2C40;
  }
  .btn--ancre-2:hover.btn--active {
    --bg-color: #0095C2;
    --color: #FFFFFF;
    --border-color: #0095C2;
  }
}

.btn--close {
  --bg-color: #FFFFFF;
  --color: #E30613;
  --bg-color-ico: #E30613;
  --color-ico: #FFFFFF;
}
.btn--close:hover {
  --bg-color-ico: #FFFFFF;
  --color-ico: #4F758B;
  --bg-color: #4F758B;
  --color: #FFFFFF;
}

.btn--drag--red {
  --bg-color: #E30613;
  --color: #FFFFFF;
  --bg-color-ico: #FFFFFF;
  --color-ico: #E30613;
}
.btn--drag--red:hover {
  --bg-color: #0B2C40;
  --color: #FFFFFF;
  --bg-color-ico: #FFFFFF;
  --color-ico: #0B2C40;
}

.btn--cta--animation {
  opacity: 0;
  transition: opacity 1s 2s ease, background-color 0.3s ease, color 0.3s ease;
}
.btn--cta--animation--show {
  opacity: 1;
}

.link {
  color: #0B2C40;
  text-decoration: none;
  cursor: pointer;
  background-color: transparent;
}
.link:hover .link--arrow:after {
  transform: translate3d(0, -50%, 0);
  opacity: 1;
}
.link--arrow {
  font-family: "Helvetica File", "Helvetica", "sans-serif";
  font-style: normal;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.7rem;
  padding-right: 3.3rem;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .link--arrow {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
.link--arrow:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate3d(-20%, -30%, 0);
  width: 1.9rem;
  height: 1.9rem;
  background-image: url("../../assets/images/link-arrow.svg");
  background-repeat: no-repeat;
  background-size: 95%;
  background-position: center;
  opacity: 0;
  transition: opacity, transform, 0.3s cubic-bezier(0.4, 0.64, 0.68, 1);
}
.link--footer {
  font-family: "Helvetica File", "Helvetica", "sans-serif";
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 2.1rem;
  transition: color 0.15s ease;
}
.link--footer:hover {
  color: #4F758B;
}

.selector {
  --bg-color: #FFFFFF;
  --color: #4F758B;
  --bg-color-ico: transparent;
  --color-ico: #4F758B;
  --border-color: #4F758B;
  border: 0.1rem solid var(--border-color);
}
.selector__container {
  position: relative;
}
.selector:hover {
  --bg-color: #0B2C40;
  --color: #FFFFFF;
  --color-ico: #FFFFFF;
  --border-color: #0B2C40;
}
@media screen and (max-width: 768px) {
  .selector:hover {
    --bg-color: #FFFFFF;
    --color: #4F758B;
    --color-ico: #4F758B;
    --border-color: #4F758B;
  }
}
.selector__ico__svg {
  transition: transform 0.3s ease;
  width: 1rem;
  height: 0.6rem;
}
.selector__options {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  position: absolute;
  bottom: 100%;
  left: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.selector__options__option {
  margin-bottom: 1rem;
}
.selector--active .selector {
  --bg-color: #0B2C40;
  --color: #FFFFFF;
  --bg-color-ico: transparent;
  --color-ico: #FFFFFF;
  --border-color: #0B2C40;
}
.selector--active .selector__ico__svg {
  transform: rotate(-180deg);
}
.selector--active .selector__options {
  opacity: 1;
  pointer-events: all;
}
@media screen and (max-width: 768px) {
  .selector__options {
    position: relative;
    bottom: initial;
    left: initial;
    height: 0rem;
    overflow: hidden;
    transition: height 0.3s ease;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .selector__options__option {
    margin-bottom: initial;
    margin-top: 1rem;
  }
  .selector--active .selector__options {
    height: 12.6rem;
  }
}

.icon {
  position: relative;
  z-index: 0;
  background-color: transparent;
  cursor: pointer;
}
.icon--dot {
  display: inline-block;
  width: 2.8rem;
  height: 2.8rem;
}
.icon--dot.selected {
  pointer-events: none;
}
.icon--dot.selected:before {
  background-color: #FFFFFF;
}
.icon--dot.selected:after {
  background-color: #0095C2;
}
.icon--dot.selected--red {
  pointer-events: none;
}
.icon--dot.selected--red:before {
  background-color: #E30613;
  transform: scale(1);
}
.icon--dot.selected--red:after {
  background-color: #FFFFFF;
}
.icon--dot:before {
  background-color: #0095C2;
  transform: scale(0.64);
  will-change: transform;
  transition: transform, background-color, 0.3s ease;
}
.icon--dot:after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 2rem;
  background-color: #FFFFFF;
  transition: background-color, 0.3s ease;
}
.icon--dot:hover:before, .icon--dot.hover:before {
  transform: scale(1);
}
.icon--prev, .icon--next {
  width: 1.8rem;
}
.icon--arrow {
  width: 4rem;
  height: 4rem;
}
.icon--arrow:before {
  background-color: #4F758B;
  opacity: 0.5;
  transition: opacity 0.3s ease;
}
.icon--arrow:after {
  content: "";
  position: absolute;
  z-index: 2;
  top: -0.1rem;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../assets/images/arrow-up.svg");
  background-size: 1rem 1.1rem;
  background-position: center;
  background-repeat: no-repeat;
}
.icon--arrow:hover:before {
  opacity: 1;
}
.icon--close {
  width: 1.8rem;
  height: 1.8rem;
}
.icon--close:before {
  background-color: #FFFFFF;
}
.icon--close:after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../assets/images/close.svg");
  background-size: 0.8rem;
  background-position: center;
  background-repeat: no-repeat;
}
.icon:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8rem;
}

.tag {
  --bg-color: #0095C2;
  display: inline-block;
  font-family: "Helvetica File", "Helvetica", "sans-serif";
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 2.4rem;
  text-transform: uppercase;
  background-color: var(--bg-color);
  color: #FFFFFF;
  padding: 0 0.8rem;
  border-radius: 20rem;
}
.tag--clinical_case {
  --bg-color: #0095C2;
}
.tag--brochure {
  --bg-color: #E30613;
}
.tag--articles {
  --bg-color: #C6B7A4;
}
.tag--testimonial {
  --bg-color: #4F758B;
}
.tag--press_release {
  --bg-color: #0B2C40;
}
.tag--news {
  --bg-color: #70C5C4;
}
.tag--video {
  --bg-color: #007A70;
}
.tag--webinar {
  --bg-color: #98BCEA;
}

.card {
  display: block;
  border-radius: 1rem;
}
.card--quote, .card--presentation, .card--generic_content {
  padding: 6rem;
  background-color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .card--quote, .card--presentation, .card--generic_content {
    padding: 2rem;
  }
}
.card--infobulle {
  position: relative;
  padding: 1.5rem 3.3rem 1.5rem 2rem;
  background-color: #0095C2;
}
.card--infobulle__close {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  z-index: 1;
}
.card--infobulle__description {
  font-family: "Helvetica File", "Helvetica", "sans-serif";
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 2.1rem;
  color: #FFFFFF;
}
.card--small {
  padding: 3rem;
  background-color: #4F758B;
}
.card--small__title {
  font-family: "Helvetica File", "Helvetica", "sans-serif";
  font-style: normal;
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.3rem;
  color: #FFFFFF;
  margin-bottom: 1rem;
}
.card--small__description {
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .card--small {
    padding: 2rem;
  }
}
.card--quote__blockquote__text {
  font-family: "Helvetica File", "Helvetica", "sans-serif";
  font-style: normal;
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.3rem;
  color: #4F758B;
  margin-bottom: 1rem;
}
.card--quote__blockquote__text:before {
  content: "“";
  display: block;
  color: #0095C2;
}
.card--quote__figcaption {
  font-family: "Helvetica File", "Helvetica", "sans-serif";
  font-style: normal;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.7rem;
  color: #0095C2;
}
@media screen and (max-width: 768px) {
  .card--quote__figcaption {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
.card--quote__cite {
  font-family: "Helvetica File", "Helvetica", "sans-serif";
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 2.1rem;
}
.card--presentation__img {
  width: 5rem;
  height: 5rem;
  margin-bottom: 3rem;
}
.card--presentation__title {
  font-family: "Helvetica File", "Helvetica", "sans-serif";
  font-style: normal;
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.3rem;
  color: #4F758B;
  margin-bottom: 1rem;
}
.card--presentation__description {
  color: #4F758B;
}
.card--generic_content__title {
  color: #0B2C40;
}

.header__container {
  padding: 5.5rem 5.5rem 0 5.5rem;
  position: absolute;
  z-index: 100;
  top: 0;
  left: 50%;
  width: 100%;
  transform: translate3d(-50%, 0, 0);
  min-height: 100vh;
  pointer-events: none;
}
.header__top {
  position: absolute;
  top: 0;
  left: 0;
  padding: 5.5rem 0 0 5.5rem;
}
.header__top__logo {
  pointer-events: all;
  width: 23.9rem;
  height: 3.1rem;
  color: #FFFFFF;
}
.header__top__logo__container {
  display: block;
}
.home .header__top__logo__container, .single-home .header__top__logo__container {
  pointer-events: none;
}
.home .header__top__logo__container .header__top__logo, .single-home .header__top__logo__container .header__top__logo {
  pointer-events: none;
}
.header__top__menu {
  pointer-events: all;
  display: none;
}
.header-nav {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5.5rem 5.5rem 0 0;
  pointer-events: all;
  margin-top: 1.2rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: start;
      align-items: flex-start;
}
.header-nav__main {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: start;
      align-items: flex-start;
}
.header-nav__main__item {
  margin-left: 1rem;
}
.header-nav__languages-selector {
  margin-left: 1rem;
  position: relative;
}
.header-nav__languages-selector__select {
  background-color: transparent;
  position: relative;
  padding: 0 2.7rem 0 0.8rem;
  --border-color: transparent;
  border: none;
}
.header-nav__languages-selector__select__label {
  font-family: "Helvetica File", "Helvetica", "sans-serif";
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 2.4rem;
  text-transform: uppercase;
  color: #FFFFFF;
}
.header-nav__languages-selector__select__arrow {
  position: absolute;
  top: 50%;
  right: 0.3rem;
  transform: translate3d(0, -50%, 0);
  width: 1.8rem;
  height: 1.4rem;
  color: #FFFFFF;
  transition: transform 0.3s ease;
}
.selector--active .header-nav__languages-selector__select__arrow {
  transform: translate3d(0, -50%, 0) rotate(-180deg);
}
.header-nav__languages-selector__options {
  bottom: initial;
  top: calc(100% + 1rem);
  left: -16.8rem;
  width: 22.2rem;
  padding: 1rem 2rem;
  border-radius: 1rem;
  background-color: #FFFFFF;
}
.header-nav__languages-selector__options__option:last-of-type {
  margin-bottom: 0;
}
.header-nav__languages-selector__options__option__flag {
  width: 2.6rem;
  height: 3.9rem;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 1.5rem;
}
.header-nav__languages-selector__options__option__link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-family: "Helvetica File", "Helvetica", "sans-serif";
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 2.1rem;
  color: #0B2C40;
  text-decoration: none;
}
.header-nav__languages-selector__options__option__link:hover {
  color: #4F758B;
}
.header-nav__secondary {
  position: fixed;
  z-index: 100;
  bottom: 5.5rem;
  right: 5.5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.single-form .header-nav__secondary {
  display: none;
}
.error404 .header-nav__secondary {
  display: none;
}
.header-nav__secondary__item {
  margin-bottom: 1rem;
}
.header-nav__secondary__item.btn--cta--red {
  padding: 0.1rem 3.1rem 0.1rem 0.8rem;
}
.header__reset-scroll {
  position: fixed;
  z-index: 100;
  bottom: 5.5rem;
  left: 5.5rem;
  pointer-events: all;
  transition: opacity 0.3s ease;
}
.header__reset-scroll.hidden {
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .header__container {
    padding: 2.3rem 2.3rem 0 2.3rem;
    left: 0;
    transform: translate3d(0%, 0, 0);
  }
  .header.open .header__container {
    position: fixed;
    overflow: auto;
    pointer-events: all;
  }
  .header.open .header__top__logo {
    color: #0B2C40;
  }
  .header.open .header__top__menu__ico, .header.open .header__top__menu__label {
    color: #0B2C40;
  }
  .header.open .header__top__menu__ico--closed {
    transform: translate3d(0, -50%, 0) scale(0);
  }
  .header.open .header__top__menu__ico--opened {
    transform: translate3d(0, -50%, 0) scale(1);
  }
  .header.open .header-nav {
    background-color: #FFFFFF;
    opacity: 1;
    pointer-events: all;
  }
  .header.open .header-nav__secondary {
    display: -ms-flexbox;
    display: flex;
  }
  .header.open .header-nav__languages-selector {
    text-align: center;
  }
  .header.open .header-nav__languages-selector__select__label, .header.open .header-nav__languages-selector__select__arrow {
    color: #0B2C40;
  }
  .header.open .header-nav__languages-selector__options {
    width: 100%;
    left: 0;
  }
  .header__top {
    padding: 2.3rem;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: start;
        align-items: flex-start;
  }
  .header__top__logo {
    width: 18.8rem;
    height: 2.443rem;
    position: relative;
    z-index: 1;
  }
  .header__top__menu {
    position: relative;
    display: block;
    z-index: 1;
  }
  .header__top__menu__ico {
    position: absolute;
    top: 50%;
    left: 0;
    width: 1.8rem;
    color: #FFFFFF;
  }
  .header__top__menu__ico--closed {
    transition: transform, color, 0.3s ease;
    transform: translate3d(0, -50%, 0) scale(1);
  }
  .header__top__menu__ico--opened {
    transition: transform, color, 0.3s ease;
    transform: translate3d(0, -50%, 0) scale(0);
  }
  .header__top__menu__label {
    padding-left: 2.4rem;
    font-family: "Helvetica File", "Helvetica", "sans-serif";
    font-weight: 400;
    font-style: normal;
    font-size: 1.4rem;
    line-height: 2.4rem;
    text-transform: uppercase;
    color: #FFFFFF;
  }
  .header-nav {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    min-height: 100vh;
    margin-top: 0;
    padding: 15.44rem 0 16rem 0;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: center;
        align-items: center;
    width: 100%;
  }
  .header-nav__main {
    width: 100%;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: center;
        align-items: center;
  }
  .header-nav__main__item {
    margin-left: 0;
    margin-bottom: 3rem;
  }
  .header-nav__languages-selector {
    margin-left: 0;
  }
  .header .header-nav__languages-selector__options {
    height: initial;
  }
  .header-nav__secondary {
    position: fixed;
    width: 100%;
    background-color: #FFFFFF;
    box-shadow: 0 -1rem 1rem #FFFFFF;
    display: none;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: start;
        justify-content: flex-start;
    padding-top: 2rem;
    padding-bottom: 4.4rem;
    bottom: 0;
    right: 0;
    -ms-flex-align: center;
        align-items: center;
  }
  .header__reset-scroll {
    left: 2.3rem;
    bottom: 2.3rem;
  }
}

.footer {
  margin: 0 auto;
  max-width: 1440px;
  height: 21.4rem;
  background-color: #FFFFFF;
  padding: 7rem 11.1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  position: relative;
  z-index: 5;
}
.footer:before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100vw;
  height: 100%;
  background-color: #FFFFFF;
}
.footer__logo {
  width: 7.4rem;
  height: 7.4rem;
  margin-right: 9.2rem;
}
.footer__logo__container {
  position: relative;
  z-index: 1;
}
.footer__languages-selector {
  margin-left: 1rem;
  position: relative;
  border: 1px solid #4F758B;
  border-radius: 100px;
}
.footer__languages-selector__select {
  background-color: transparent;
  position: relative;
  padding: 0.4rem 3.1rem 0.4rem 1.3rem;
  --border-color: #4F758B;
  border: none;
}
.footer__languages-selector__select__label {
  font-family: "Helvetica File", "Helvetica", "sans-serif";
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 2.4rem;
  text-transform: uppercase;
  color: #4F758B;
}
.footer__languages-selector__select__arrow {
  position: absolute;
  top: 50%;
  right: 0.3rem;
  transform: translate3d(0, -50%, 0);
  width: 1.8rem;
  height: 1.4rem;
  color: #4F758B;
  transition: transform 0.3s ease;
}
.selector--active .footer__languages-selector__select__arrow {
  transform: translate3d(0, -50%, 0) rotate(-180deg);
}
.footer__languages-selector__options {
  bottom: calc(100% + 1rem);
  top: initial;
  right: -16.8rem;
  width: 22.2rem;
  padding: 1rem 2rem;
  border-radius: 1rem;
  background-color: #FFFFFF;
  border: 1px solid #4F758B;
}
.footer__languages-selector__options__option:last-of-type {
  margin-bottom: 0;
}
.footer__languages-selector__options__option__flag {
  width: 2.6rem;
  height: 3.9rem;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 1.5rem;
}
.footer__languages-selector__options__option__link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-family: "Helvetica File", "Helvetica", "sans-serif";
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 2.1rem;
  color: #0B2C40;
  text-decoration: none;
}
.footer__languages-selector__options__option__link:hover {
  color: #4F758B;
}
.footer__documentation {
  margin-left: 20px;
}
.footer__documentation__wrapper {
  position: relative;
  z-index: 1;
}
.footer__items {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
}
.footer__items__item {
  margin-left: 2rem;
}
.footer__items__item:first-of-type {
  margin-left: 3rem;
}
.footer-nav__secondary {
  display: none;
}
.footer__banner {
  background: #0B2C40;
  padding: 0.5rem 6.8rem;
  width: 100%;
  text-align: center;
}
.footer__banner p {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 150%;
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .footer {
    width: 100%;
    height: initial;
    padding: 3.983rem 4.7rem 4.717rem 4.7rem;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer-nav__secondary {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .footer-nav__secondary__item__container {
    margin-bottom: 1rem;
  }
  .footer-nav__secondary__item__container:last-of-type {
    margin-bottom: 5rem;
  }
  .footer__logo {
    width: 4.7rem;
    height: 4.7rem;
  }
  .footer__logo__container {
    -ms-flex-order: 3;
        order: 3;
  }
  .footer__languages-selector {
    margin-left: 0;
    border: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
  }
  .footer__languages-selector__wrapper {
    width: 100%;
  }
  .footer__languages-selector__options {
    right: 0;
    border: none;
  }
  .footer__documentation {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .footer__documentation__wrapper {
    -ms-flex-order: 2;
        order: 2;
    width: 100%;
    margin-left: 0;
    margin-bottom: 5rem;
  }
  .footer__documentation__options {
    height: initial;
    max-height: 0px;
    transition: max-height 0.3s ease-out;
    max-width: 100%;
  }
  .footer__documentation__options a {
    border-radius: 20px;
  }
  .footer__documentation.selector--active .selector__options {
    height: initial;
  }
  .footer__items {
    -ms-flex-order: 4;
        order: 4;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: end;
        justify-content: flex-end;
    -ms-flex-align: start;
        align-items: flex-start;
  }
  .footer__items__item {
    margin-left: 0;
    margin-top: 1rem;
  }
  .footer__items__item:first-of-type {
    margin-left: 0;
    margin-top: 0;
  }
}

@keyframes header__title__intro_1 {
  from {
    transform: translate3d(0, 100%, 0);
  }
  to {
    transform: translate3d(0, 0%, 0);
  }
}
@keyframes header__title__intro_2_a {
  from {
    transform: translate3d(0rem, 0, 0);
  }
  to {
    transform: translate3d(11.2rem, 0, 0);
  }
}
@keyframes header__title__intro_2_b {
  from {
    transform: translate3d(5rem, 0, 0);
  }
  to {
    transform: translate3d(0rem, 0, 0);
  }
}
@keyframes header__title__intro_2_c {
  from {
    transform: translate3d(0rem, 0, 0);
  }
  to {
    transform: translate3d(11.2rem, 0, 0);
  }
}
@keyframes header__title__intro_error_a {
  from {
    transform: translate3d(0rem, 0, 0);
  }
  to {
    transform: translate3d(5.5rem, 0, 0);
  }
}
@keyframes header__title__intro_error_b {
  from {
    transform: translate3d(0rem, 0, 0);
  }
  to {
    transform: translate3d(17.9rem, 0, 0);
  }
}
@keyframes header__title__intro_error_c {
  from {
    transform: translate3d(5rem, 0, 0);
  }
  to {
    transform: translate3d(0rem, 0, 0);
  }
}
@keyframes header__title__intro_decision_a {
  from {
    transform: translate3d(5.5rem, 0, 0);
  }
  to {
    transform: translate3d(0rem, 0, 0);
  }
}
@keyframes header__title__intro_decision_b {
  from {
    transform: translate3d(0rem, 0, 0);
  }
  to {
    transform: translate3d(11.1rem, 0, 0);
  }
}
@keyframes header__title__intro_decision_c {
  from {
    transform: translate3d(11.5rem, 0, 0);
  }
  to {
    transform: translate3d(5rem, 0, 0);
  }
}
@keyframes header__title__intro_decision-2_a {
  from {
    transform: translate3d(0rem, 0, 0);
  }
  to {
    transform: translate3d(11.1rem, 0, 0);
  }
}
@keyframes header__title__intro_decision-2_b {
  from {
    transform: translate3d(5.6rem, 0, 0);
  }
  to {
    transform: translate3d(0rem, 0, 0);
  }
}
@keyframes header__title__intro_decision-2_c {
  from {
    transform: translate3d(0rem, 0, 0);
  }
  to {
    transform: translate3d(5.6rem, 0, 0);
  }
}
@keyframes header__subtitle__intro {
  from {
    opacity: 0;
    transform: translate3d(0, 5rem, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0rem, 0);
  }
}
.anim__header__title__line {
  overflow: hidden;
  display: block;
}
.anim__header__title--translate-x .anim__header__title__line {
  will-change: transform;
}
.anim__header__title--translate-x .anim__header__title__line:first-of-type {
  transform: translate3d(0rem, 0, 0);
  animation: header__title__intro_2_a 1s 1s cubic-bezier(0.55, 0.01, 0.16, 0.95) forwards;
}
@media screen and (max-width: 768px) {
  .anim__header__title--translate-x .anim__header__title__line:first-of-type {
    transform: translate3d(0, 0, 0);
    animation: none;
  }
}
.anim__header__title--translate-x .anim__header__title__line:nth-of-type(2) {
  transform: translate3d(5rem, 0, 0);
  animation: header__title__intro_2_b 1s 1.6s cubic-bezier(0.55, 0.01, 0.16, 0.95) forwards;
}
@media screen and (max-width: 768px) {
  .anim__header__title--translate-x .anim__header__title__line:nth-of-type(2) {
    transform: translate3d(0, 0, 0);
    animation: none;
  }
}
.anim__header__title--translate-x .anim__header__title__line:nth-of-type(3) {
  transform: translate3d(0, 0, 0);
  animation: header__title__intro_2_c 1s 2.2s cubic-bezier(0.55, 0.01, 0.16, 0.95) forwards;
}
@media screen and (max-width: 768px) {
  .anim__header__title--translate-x .anim__header__title__line:nth-of-type(3) {
    transform: translate3d(0, 0, 0);
    animation: none;
  }
}
.anim__header__title--translate-x--error .anim__header__title__line {
  will-change: transform;
}
.anim__header__title--translate-x--error .anim__header__title__line:first-of-type {
  transform: translate3d(0rem, 0, 0);
  animation: header__title__intro_error_a 1s 1s cubic-bezier(0.55, 0.01, 0.16, 0.95) forwards;
}
@media screen and (max-width: 768px) {
  .anim__header__title--translate-x--error .anim__header__title__line:first-of-type {
    transform: translate3d(0, 0, 0);
    animation: none;
  }
}
.anim__header__title--translate-x--error .anim__header__title__line:nth-of-type(2) {
  transform: translate3d(0rem, 0, 0);
  animation: header__title__intro_error_b 1s 1.6s cubic-bezier(0.55, 0.01, 0.16, 0.95) forwards;
}
@media screen and (max-width: 768px) {
  .anim__header__title--translate-x--error .anim__header__title__line:nth-of-type(2) {
    transform: translate3d(0, 0, 0);
    animation: none;
  }
}
.anim__header__title--translate-x--error .anim__header__title__line:nth-of-type(3) {
  transform: translate3d(5rem, 0, 0);
  animation: header__title__intro_error_c 1s 2.2s cubic-bezier(0.55, 0.01, 0.16, 0.95) forwards;
}
@media screen and (max-width: 768px) {
  .anim__header__title--translate-x--error .anim__header__title__line:nth-of-type(3) {
    transform: translate3d(0, 0, 0);
    animation: none;
  }
}
.anim__header__title--translate-x--decision .anim__header__title__line {
  will-change: transform;
}
.anim__header__title--translate-x--decision .anim__header__title__line:first-of-type {
  transform: translate3d(5.5rem, 0, 0);
  animation: header__title__intro_decision_a 1s 1s cubic-bezier(0.55, 0.01, 0.16, 0.95) forwards;
}
@media screen and (max-width: 768px) {
  .anim__header__title--translate-x--decision .anim__header__title__line:first-of-type {
    transform: translate3d(0, 0, 0);
    animation: none;
  }
}
.anim__header__title--translate-x--decision .anim__header__title__line:nth-of-type(2) {
  transform: translate3d(0rem, 0, 0);
  animation: header__title__intro_decision_b 1s 1.6s cubic-bezier(0.55, 0.01, 0.16, 0.95) forwards;
}
@media screen and (max-width: 768px) {
  .anim__header__title--translate-x--decision .anim__header__title__line:nth-of-type(2) {
    transform: translate3d(0, 0, 0);
    animation: none;
  }
}
.anim__header__title--translate-x--decision .anim__header__title__line:nth-of-type(3) {
  transform: translate3d(11.5rem, 0, 0);
  animation: header__title__intro_decision_c 1s 2.2s cubic-bezier(0.55, 0.01, 0.16, 0.95) forwards;
}
@media screen and (max-width: 768px) {
  .anim__header__title--translate-x--decision .anim__header__title__line:nth-of-type(3) {
    transform: translate3d(0, 0, 0);
    animation: none;
  }
}
.anim__header__title--translate-x--decision-b .anim__header__title__line:first-of-type {
  transform: translate3d(0rem, 0, 0);
  animation: header__title__intro_decision-2_a 1s 1s cubic-bezier(0.55, 0.01, 0.16, 0.95) forwards;
}
@media screen and (max-width: 768px) {
  .anim__header__title--translate-x--decision-b .anim__header__title__line:first-of-type {
    transform: translate3d(0, 0, 0);
    animation: none;
  }
}
.anim__header__title--translate-x--decision-b .anim__header__title__line:nth-of-type(2) {
  transform: translate3d(5.6rem, 0, 0);
  animation: header__title__intro_decision-2_b 1s 1.6s cubic-bezier(0.55, 0.01, 0.16, 0.95) forwards;
}
@media screen and (max-width: 768px) {
  .anim__header__title--translate-x--decision-b .anim__header__title__line:nth-of-type(2) {
    transform: translate3d(0, 0, 0);
    animation: none;
  }
}
.anim__header__title--translate-x--decision-b .anim__header__title__line:nth-of-type(3) {
  transform: translate3d(0rem, 0, 0);
  animation: header__title__intro_decision-2_c 1s 2.2s cubic-bezier(0.55, 0.01, 0.16, 0.95) forwards;
}
@media screen and (max-width: 768px) {
  .anim__header__title--translate-x--decision-b .anim__header__title__line:nth-of-type(3) {
    transform: translate3d(0, 0, 0);
    animation: none;
  }
}
.anim__header__title__line:nth-of-type(1):not(.anim__header__title--with-intercept) .anim__header__title__line__text {
  will-change: transform;
  animation: header__title__intro_1 1s 0.3s cubic-bezier(0.55, 0.01, 0.16, 0.95) forwards;
}
@media screen and (max-width: 768px) {
  .anim__header__title__line:nth-of-type(1):not(.anim__header__title--with-intercept) .anim__header__title__line__text {
    animation: header__title__intro_1 1s 0s cubic-bezier(0.55, 0.01, 0.16, 0.95) forwards;
  }
}
.anim__header__title__line:nth-of-type(2):not(.anim__header__title--with-intercept) .anim__header__title__line__text {
  will-change: transform;
  animation: header__title__intro_1 1s 0.6s cubic-bezier(0.55, 0.01, 0.16, 0.95) forwards;
}
@media screen and (max-width: 768px) {
  .anim__header__title__line:nth-of-type(2):not(.anim__header__title--with-intercept) .anim__header__title__line__text {
    animation: header__title__intro_1 1s 0.3s cubic-bezier(0.55, 0.01, 0.16, 0.95) forwards;
  }
}
.anim__header__title__line:nth-of-type(3):not(.anim__header__title--with-intercept) .anim__header__title__line__text {
  will-change: transform;
  animation: header__title__intro_1 1s 0.9s cubic-bezier(0.55, 0.01, 0.16, 0.95) forwards;
}
@media screen and (max-width: 768px) {
  .anim__header__title__line:nth-of-type(3):not(.anim__header__title--with-intercept) .anim__header__title__line__text {
    animation: header__title__intro_1 1s 0.6s cubic-bezier(0.55, 0.01, 0.16, 0.95) forwards;
  }
}
.anim__header__title__line:nth-of-type(4):not(.anim__header__title--with-intercept) .anim__header__title__line__text {
  will-change: transform;
  animation: header__title__intro_1 1s 1.2s cubic-bezier(0.55, 0.01, 0.16, 0.95) forwards;
}
@media screen and (max-width: 768px) {
  .anim__header__title__line:nth-of-type(4):not(.anim__header__title--with-intercept) .anim__header__title__line__text {
    animation: header__title__intro_1 1s 0.9s cubic-bezier(0.55, 0.01, 0.16, 0.95) forwards;
  }
}
.anim__header__title__line:nth-of-type(5):not(.anim__header__title--with-intercept) .anim__header__title__line__text {
  will-change: transform;
  animation: header__title__intro_1 1s 1.5s cubic-bezier(0.55, 0.01, 0.16, 0.95) forwards;
}
@media screen and (max-width: 768px) {
  .anim__header__title__line:nth-of-type(5):not(.anim__header__title--with-intercept) .anim__header__title__line__text {
    animation: header__title__intro_1 1s 1.2s cubic-bezier(0.55, 0.01, 0.16, 0.95) forwards;
  }
}
.anim__header__title__line:nth-of-type(6):not(.anim__header__title--with-intercept) .anim__header__title__line__text {
  will-change: transform;
  animation: header__title__intro_1 1s 1.8s cubic-bezier(0.55, 0.01, 0.16, 0.95) forwards;
}
@media screen and (max-width: 768px) {
  .anim__header__title__line:nth-of-type(6):not(.anim__header__title--with-intercept) .anim__header__title__line__text {
    animation: header__title__intro_1 1s 1.5s cubic-bezier(0.55, 0.01, 0.16, 0.95) forwards;
  }
}
.anim__header__title__line:nth-of-type(7):not(.anim__header__title--with-intercept) .anim__header__title__line__text {
  will-change: transform;
  animation: header__title__intro_1 1s 2.1s cubic-bezier(0.55, 0.01, 0.16, 0.95) forwards;
}
@media screen and (max-width: 768px) {
  .anim__header__title__line:nth-of-type(7):not(.anim__header__title--with-intercept) .anim__header__title__line__text {
    animation: header__title__intro_1 1s 1.8s cubic-bezier(0.55, 0.01, 0.16, 0.95) forwards;
  }
}
.anim__header__title__line:nth-of-type(8):not(.anim__header__title--with-intercept) .anim__header__title__line__text {
  will-change: transform;
  animation: header__title__intro_1 1s 2.4s cubic-bezier(0.55, 0.01, 0.16, 0.95) forwards;
}
@media screen and (max-width: 768px) {
  .anim__header__title__line:nth-of-type(8):not(.anim__header__title--with-intercept) .anim__header__title__line__text {
    animation: header__title__intro_1 1s 2.1s cubic-bezier(0.55, 0.01, 0.16, 0.95) forwards;
  }
}
.anim__header__title__line__text {
  transform: translate3d(0, 100%, 0);
  display: inline-block;
}
.anim__header__subtitle {
  opacity: 0;
  transform: translate3d(0, 5rem, 0);
  animation: header__subtitle__intro 1s 1.5s ease forwards;
}

@keyframes res-anim {
  from {
    opacity: 0;
    transform: translate3d(-5rem, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0rem, 0, 0);
  }
}
@keyframes res-anim-outro {
  from {
    opacity: 1;
    transform: translate3d(0rem, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(5rem, 0, 0);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#main {
  background-image: url("../../assets/images/decision_support/background.jpg");
  background-size: cover;
}

.footer {
  position: relative;
  z-index: 10;
}

.decision_support .decision_helper.step-1 .anim__header__title__line,
.decision_support .decision_helper.step-1 .anim__header__title__line__text {
  animation-duration: 0s;
  animation-delay: 0s;
}
.decision_support .decision_helper .select {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  position: relative;
}
.decision_support .decision_helper .select .illustration {
  background-image: url("../../assets/images/decision_support/steps_image.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0%;
  width: 100%;
  height: 100%;
  transform-origin: top right;
}
.decision_support .decision_helper .select .illustration__wrapper {
  position: absolute;
  bottom: -24.5rem;
  left: 0;
  z-index: 0;
}
.decision_support .decision_helper .select .illustration__wrapper:after {
  content: "";
  top: -13rem;
  left: -5.6rem;
  position: absolute;
  width: 22.2rem;
  height: 22.2rem;
  background-image: url("../../assets/images/decision_support/trame-blue.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
}
.decision_support .decision_helper .select .illustration__container {
  border-radius: 0 46rem 46rem 0;
  width: 66.5rem;
  height: 60rem;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
.decision_support .decision_helper .select .left .question {
  width: 52.2rem;
  margin-left: 16.7rem;
  margin-top: 20.1rem;
  margin-right: 14.3rem;
  margin-bottom: 46.2rem;
  color: #FFFFFF;
}
.decision_support .decision_helper .select .left .question &gt; span {
  display: block;
  width: 41.1rem;
}
.decision_support .decision_helper .select .left .question &gt; span:nth-of-type(2) {
  transform: translate3d(11.1rem, 0, 0);
}
.decision_support .decision_helper .select .right {
  margin-top: 19.1rem;
}
.decision_support .decision_helper .select .right .back {
  font-family: "Helvetica File", "Helvetica", "sans-serif";
  font-style: normal;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.7rem;
  color: #FFFFFF;
  margin-top: 4.5rem;
  margin-bottom: 4.9rem;
}
@media screen and (max-width: 768px) {
  .decision_support .decision_helper .select .right .back {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
.decision_support .decision_helper .select .right .back:before {
  content: "";
  display: inline-block;
  background-image: url("../../assets/images/decision_support/back_icon.svg");
  background-size: cover;
  min-height: 1rem;
  min-width: 0.5rem;
  margin-right: 1.09rem;
}
.decision_support .decision_helper .select .right .responses {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 48.9rem;
}
.decision_support .decision_helper .select .right .responses .res {
  padding: 4rem 4rem 4rem 5rem;
  font-family: "Helvetica File", "Helvetica", "sans-serif";
  font-style: normal;
  font-weight: normal;
  font-size: 2rem;
  line-height: 2.3rem;
  border: 0.1rem solid #0095C2;
  border-radius: 1rem;
  color: #FFFFFF;
  margin-bottom: 1.8rem;
  transition: background-color 0.3s ease;
  position: relative;
  animation: res-anim 1s 0s ease forwards;
}
.decision_support .decision_helper .select .right .responses .res.disabled {
  animation: res-anim-outro 1s 0s ease forwards;
}
.decision_support .decision_helper .select .right .responses .res:after {
  content: url("../../assets/images/decision_support/arrow-right.svg");
  transition: opacity 0.3s ease;
  opacity: 0;
  position: absolute;
  right: 4rem;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  width: 2.2rem;
  height: 2.3rem;
}
.decision_support .decision_helper .select .right .responses .res:last-of-type {
  margin-bottom: 0;
}
.decision_support .decision_helper .select .right .responses .res:hover {
  background-color: #0095C2;
}
.decision_support .decision_helper .select .right .responses .res:hover:after {
  opacity: 1;
}
.decision_support .decision_helper .end {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  position: relative;
}
.decision_support .decision_helper .end .left {
  width: 62.9rem;
  margin-top: 20.1rem;
  margin-left: 5.6rem;
  margin-right: 12.8rem;
}
.decision_support .decision_helper .end .left .title {
  color: #FFFFFF;
  margin-bottom: 7rem;
}
.decision_support .decision_helper .end .left .desc {
  width: 61rem;
  color: #FFFFFF;
}
.decision_support .decision_helper .end .left .desc strong {
  font-weight: 700;
}
.decision_support .decision_helper .end .left .desc h2 {
  font-family: "Helvetica File", "Helvetica", "sans-serif";
  font-style: normal;
  font-weight: 300;
  font-size: 4rem;
  line-height: 6rem;
  margin-bottom: 5.5rem;
}
@media screen and (max-width: 768px) {
  .decision_support .decision_helper .end .left .desc h2 {
    font-size: 2.8rem;
    line-height: 3.22rem;
  }
}
.decision_support .decision_helper .end .left .desc h3 {
  font-family: "Helvetica File", "Helvetica", "sans-serif";
  font-weight: 300;
  font-size: 3rem;
  line-height: 4.5rem;
  margin-bottom: 4.5rem;
}
@media screen and (max-width: 768px) {
  .decision_support .decision_helper .end .left .desc h3 {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}
.decision_support .decision_helper .end .left .desc h4 {
  font-family: "Helvetica File", "Helvetica", "sans-serif";
  font-style: normal;
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.3rem;
  margin-bottom: 3rem;
}
.decision_support .decision_helper .end .left .desc h5 {
  font-family: "Helvetica File", "Helvetica", "sans-serif";
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 2.4rem;
  margin-bottom: 2rem;
  text-transform: uppercase;
}
.decision_support .decision_helper .end .left .desc p {
  font-family: "Helvetica File", "Helvetica", "sans-serif";
  font-style: normal;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.7rem;
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 768px) {
  .decision_support .decision_helper .end .left .desc p {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
.decision_support .decision_helper .end .left .desc p img {
  width: 99.7rem;
  margin-left: -11.3rem;
}
.decision_support .decision_helper .end .left .desc ul {
  padding-left: 5.1rem;
  margin-bottom: 3.5rem;
  margin-top: 2rem;
}
.decision_support .decision_helper .end .left .desc ul li {
  position: relative;
  font-family: "Helvetica File", "Helvetica", "sans-serif";
  font-style: normal;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.7rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .decision_support .decision_helper .end .left .desc ul li {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
.decision_support .decision_helper .end .left .desc ul li:before {
  content: "";
  position: absolute;
  left: -5.1rem;
  top: 1rem;
  height: 0.6rem;
  width: 0.6rem;
  background-color: #0095C2;
  border-radius: 50%;
}
.decision_support .decision_helper .end .left .desc ol {
  list-style-type: none;
  counter-reset: li;
}
.decision_support .decision_helper .end .left .desc ol li {
  display: -ms-flexbox;
  display: flex;
  font-family: "Helvetica File", "Helvetica", "sans-serif";
  font-style: normal;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.7rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .decision_support .decision_helper .end .left .desc ol li {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
.decision_support .decision_helper .end .left .desc ol li:before {
  counter-increment: li;
  content: counter(li, decimal-leading-zero);
  min-width: 5rem;
  margin-top: 0.3rem;
  font-family: "Helvetica File", "Helvetica", "sans-serif";
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 2.4rem;
  text-transform: uppercase;
  color: #0095C2;
}
.decision_support .decision_helper .end .right {
  margin-top: 22.4rem;
}
.decision_support .decision_helper .end .right .btn, .decision_support .decision_helper .end .right .selector {
  margin-left: 4rem;
  opacity: 0;
  animation: fade-in 2s 1s ease forwards;
}
.decision_support .decision_helper .end .right img {
  width: 63.2rem;
  height: 55.5rem;
  -o-object-fit: contain;
     object-fit: contain;
  animation: fade-in 2s 0s ease forwards;
}
@media screen and (max-width: 768px) {
  .decision_support .decision_helper .select {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .decision_support .decision_helper .select:before {
    bottom: -7rem;
    left: 0;
    width: calc(100% - 2.3rem);
    height: 25rem;
    background-image: url("../../assets/images/decision_support/steps_image.jpg");
    background-size: cover;
  }
  .decision_support .decision_helper .select .illustration__wrapper {
    position: relative;
    bottom: 0;
    -ms-flex-order: 3;
        order: 3;
    padding-bottom: 5rem;
  }
  .decision_support .decision_helper .select .illustration__wrapper:after {
    top: 15rem;
    left: -17rem;
    position: absolute;
    width: 22.2rem;
    height: 22.2rem;
    background-image: url("../../assets/images/decision_support/trame-blue.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
  }
  .decision_support .decision_helper .select .illustration__container {
    width: 32rem;
    height: 30rem;
  }
  .decision_support .decision_helper .select .left {
    -ms-flex-order: 1;
        order: 1;
  }
  .decision_support .decision_helper .select .left .question {
    margin-left: 0;
    padding-left: 2.3rem;
    margin-top: 20.1rem;
    margin-right: 0;
    padding-right: 2.3rem;
    margin-bottom: 0;
    width: 100%;
  }
  .decision_support .decision_helper .select .left .question &gt; span {
    width: 100%;
  }
  .decision_support .decision_helper .select .left .question &gt; span:nth-of-type(2) {
    transform: translate3d(0, 0, 0);
  }
  .decision_support .decision_helper .select .right {
    -ms-flex-order: 2;
        order: 2;
    margin-top: 5rem;
    margin-left: 2.3rem;
    margin-right: 2.3rem;
  }
  .decision_support .decision_helper .select .right .responses {
    width: 100%;
    margin-bottom: 5rem;
  }
  .decision_support .decision_helper .select .right .responses .res {
    padding: 3rem 3rem 3rem 3rem;
  }
  .decision_support .decision_helper .select .right .responses .res:hover {
    background-color: transparent;
  }
  .decision_support .decision_helper .select .right .responses .res:hover:after {
    opacity: 0;
  }
  .decision_support .decision_helper .end {
    -ms-flex-direction: column;
        flex-direction: column;
    margin-left: 2.3rem;
    margin-right: 2.3rem;
  }
  .decision_support .decision_helper .end .left {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .decision_support .decision_helper .end .left .title &gt; span:first-of-type {
    transform: translate3d(0, 0, 0);
  }
  .decision_support .decision_helper .end .left .title &gt; span:nth-of-type(3) {
    transform: translate3d(0, 0, 0);
  }
  .decision_support .decision_helper .end .left .desc {
    width: 100%;
  }
  .decision_support .decision_helper .end .right {
    margin-top: 0;
    text-align: center;
  }
  .decision_support .decision_helper .end .right .btn, .decision_support .decision_helper .end .right .selector {
    margin: auto;
    margin-bottom: 2rem;
  }
  .decision_support .decision_helper .end .right img {
    width: 100%;
    height: initial;
    -o-object-fit: contain;
       object-fit: contain;
  }
}</pre></body></html>