/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.visible-sm {
  display: none;
}

.visible-md {
  display: none;
}

.visible-lg {
  display: none;
}

.hidden-xs {
  display: none;
}

@media screen and (min-width: 768px) {
  .visible-xs {
    display: none;
  }
  .visible-sm {
    display: block;
  }
  .hidden-xs {
    display: block;
  }
  .hidden-sm {
    display: none;
  }
}
@media screen and (min-width: 1280px) {
  .visible-sm {
    display: none;
  }
  .visible-md {
    display: block;
  }
  .hidden-sm {
    display: block;
  }
  .hidden-md {
    display: none;
  }
}
@media screen and (min-width: 1400px) {
  .visible-md {
    display: none;
  }
  .visible-lg {
    display: block;
  }
  .hidden-md {
    display: block;
  }
  .hidden-lg {
    display: none;
  }
}
h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.375rem;
}

h4 {
  font-size: 1.125rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 0.875rem;
}

p {
  font-size: 1.125rem;
  font-weight: 200;
  line-height: 1.8;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.justify {
  text-align: justify;
}

.container {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 33.75em) {
  .container {
    width: 80%;
  }
}
@media only screen and (min-width: 1280px) {
  .container {
    width: 75%;
    max-width: 60rem;
  }
}

.row {
  position: relative;
  width: 100%;
}

.row [class^=col] {
  float: left;
  margin: 0.5rem 2%;
  min-height: 0.125rem;
}

.row::after {
  content: "";
  display: table;
  clear: both;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  width: 96%;
}

.col-1 {
  width: 4.3333333333%;
}

.col-2 {
  width: 12.6666666667%;
}

.col-3 {
  width: 21%;
}

.col-4 {
  width: 29.3333333333%;
}

.col-5 {
  width: 37.6666666667%;
}

.col-6 {
  width: 46%;
}

.col-7 {
  width: 54.3333333333%;
}

.col-8 {
  width: 62.6666666667%;
}

.col-9 {
  width: 71%;
}

.col-10 {
  width: 79.3333333333%;
}

.col-11 {
  width: 87.6666666667%;
}

.col-12 {
  width: 96%;
}

@media only screen and (max-width: 768px) {
  .col-1-sm {
    width: 4.3333333333%;
  }
  .col-2-sm {
    width: 12.6666666667%;
  }
  .col-3-sm {
    width: 21%;
  }
  .col-4-sm {
    width: 29.3333333333%;
  }
  .col-5-sm {
    width: 37.6666666667%;
  }
  .col-6-sm {
    width: 46%;
  }
  .col-7-sm {
    width: 54.3333333333%;
  }
  .col-8-sm {
    width: 62.6666666667%;
  }
  .col-9-sm {
    width: 71%;
  }
  .col-10-sm {
    width: 79.3333333333%;
  }
  .col-11-sm {
    width: 87.6666666667%;
  }
  .col-12-sm {
    width: 96%;
  }
  .hidden-sm {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1280px) {
  .col-1-md {
    width: 4.3333333333%;
  }
  .col-2-md {
    width: 12.6666666667%;
  }
  .col-3-md {
    width: 21%;
  }
  .col-4-md {
    width: 29.3333333333%;
  }
  .col-5-md {
    width: 37.6666666667%;
  }
  .col-6-md {
    width: 46%;
  }
  .col-7-md {
    width: 54.3333333333%;
  }
  .col-8-md {
    width: 62.6666666667%;
  }
  .col-9-md {
    width: 71%;
  }
  .col-10-md {
    width: 79.3333333333%;
  }
  .col-11-md {
    width: 87.6666666667%;
  }
  .col-12-md {
    width: 96%;
  }
  .hidden-sm {
    display: initial;
  }
  .hidden-md {
    display: none;
  }
}
@media only screen and (min-width: 1280px) {
  .hidden-md {
    display: block;
  }
  .hidden-large {
    display: none;
  }
}
/* This is the core CSS of Tooltipster */
/* GENERAL STRUCTURE RULES (do not edit this section) */
.tooltipster-base {
  /* this ensures that a constrained height set by functionPosition,
  if greater that the natural height of the tooltip, will be enforced
  in browsers that support display:flex */
  display: flex;
  pointer-events: none;
  /* this may be overriden in JS for fixed position origins */
  position: absolute;
}

.tooltipster-box {
  /* see .tooltipster-base. flex-shrink 1 is only necessary for IE10-
  and flex-basis auto for IE11- (at least) */
  flex: 1 1 auto;
}

.tooltipster-content {
  /* prevents an overflow if the user adds padding to the div */
  box-sizing: border-box;
  /* these make sure we'll be able to detect any overflow */
  max-height: 100%;
  max-width: 100%;
  overflow: auto;
}

.tooltipster-ruler {
  /* these let us test the size of the tooltip without overflowing the window */
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
}

/* ANIMATIONS */
/* Open/close animations */
/* fade */
.tooltipster-fade {
  opacity: 0;
  transition-property: opacity;
}

.tooltipster-fade.tooltipster-show {
  opacity: 1;
}

/* grow */
.tooltipster-grow {
  transform: scale(0, 0);
  transition-property: transform;
  -webkit-backface-visibility: hidden;
}

.tooltipster-grow.tooltipster-show {
  transform: scale(1, 1);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

/* swing */
.tooltipster-swing {
  opacity: 0;
  transform: rotateZ(4deg);
  transition-property: transform;
}

.tooltipster-swing.tooltipster-show {
  opacity: 1;
  transform: rotateZ(0deg);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
}

/* fall */
.tooltipster-fall {
  transition-property: top;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-fall.tooltipster-initial {
  top: 0 !important;
}

.tooltipster-fall.tooltipster-dying {
  transition-property: all;
  top: 0 !important;
  opacity: 0;
}

/* slide */
.tooltipster-slide {
  transition-property: left;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-slide.tooltipster-initial {
  left: -40px !important;
}

.tooltipster-slide.tooltipster-dying {
  transition-property: all;
  left: 0 !important;
  opacity: 0;
}

/* Update animations */
/* We use animations rather than transitions here because
 transition durations may be specified in the style tag due to
 animationDuration, and we try to avoid collisions and the use
 of !important */
/* fade */
@keyframes tooltipster-fading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.tooltipster-update-fade {
  animation: tooltipster-fading 400ms;
}

/* rotate */
@keyframes tooltipster-rotating {
  25% {
    transform: rotate(-2deg);
  }
  75% {
    transform: rotate(2deg);
  }
  100% {
    transform: rotate(0);
  }
}
.tooltipster-update-rotate {
  animation: tooltipster-rotating 600ms;
}

/* scale */
@keyframes tooltipster-scaling {
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.tooltipster-update-scale {
  animation: tooltipster-scaling 600ms;
}

/**
 * DEFAULT STYLE OF THE SIDETIP PLUGIN
 * 
 * All styles are "namespaced" with .tooltipster-sidetip to prevent
 * conflicts between plugins.
 */
/* .tooltipster-box */
.tooltipster-sidetip .tooltipster-box {
  background: #fff;
  border-radius: 4px;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
  margin-top: 8px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-box {
  margin-right: 8px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-box {
  margin-left: 8px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
  margin-bottom: 8px;
}

/* .tooltipster-content */
.tooltipster-sidetip .tooltipster-content {
  color: #312865;
  line-height: 18px;
  padding: 6px 14px;
}

/* .tooltipster-arrow : will keep only the zone of .tooltipster-arrow-uncropped that
corresponds to the arrow we want to display */
.tooltipster-sidetip .tooltipster-arrow {
  overflow: hidden;
  position: absolute;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
  height: 10px;
  /* half the width, for centering */
  margin-left: -10px;
  top: 0;
  width: 20px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  right: 0;
  /* top 0 to keep the arrow from overflowing .tooltipster-base when it has not
  been positioned yet */
  top: 0;
  width: 10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  left: 0;
  /* same as .tooltipster-left .tooltipster-arrow */
  top: 0;
  width: 10px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
  bottom: 0;
  height: 10px;
  margin-left: -10px;
  width: 20px;
}

/* common rules between .tooltipster-arrow-background and .tooltipster-arrow-border */
.tooltipster-sidetip .tooltipster-arrow-background, .tooltipster-sidetip .tooltipster-arrow-border {
  height: 0;
  position: absolute;
  width: 0;
}

/* .tooltipster-arrow-background */
.tooltipster-sidetip .tooltipster-arrow-background {
  border: 10px solid transparent;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #fff;
  left: 0;
  top: 3px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #fff;
  left: -3px;
  top: 0;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
  border-right-color: #fff;
  left: 3px;
  top: 0;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #fff;
  left: 0;
  top: -3px;
}

/* .tooltipster-arrow-border */
.tooltipster-sidetip .tooltipster-arrow-border {
  border: 10px solid transparent;
  left: 0;
  top: 0;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #fff;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
  border-left-color: #fff;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
  border-right-color: #fff;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #fff;
}

/* tooltipster-arrow-uncropped */
.tooltipster-sidetip .tooltipster-arrow-uncropped {
  position: relative;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
  left: -10px;
}

.tooltipster-sidetip.tooltipster-custom .tooltipster-box {
  background: #fff;
  border: 0;
  border-radius: 0.5rem;
  max-width: 25rem;
  font-size: 0.8rem;
  box-shadow: 0 0.05rem 0.8rem 0 rgba(0, 0, 0, 0.33);
}

.tooltipster-sidetip.tooltipster-custom .tooltipster-content {
  color: #312865;
  padding: 1rem;
}

.button {
  border: 0;
  margin: 0;
  outline: 0;
  text-decoration: none;
  background-color: transparent;
  display: block;
  cursor: pointer;
  font-size: 1.125rem;
  color: #312865;
  box-sizing: border-box;
}
.button.bg-orange {
  background: linear-gradient(180deg, #FFC380 0%, #EE7D00 100%);
  box-shadow: 0 9px 17px 0 rgba(157, 83, 0, 0.54), inset 0 9px 8px 0 #FFAD53;
  color: #ffffff;
  text-shadow: 0 2px 1px #EE7D00;
}
.button.bg-orange:hover {
  background: linear-gradient(180deg, #EE7D00 0%, #FFC380 100%);
}
.button.bg-grey {
  background-color: #E5EDF0;
  box-shadow: 0 13px 23px 0 rgba(0, 0, 0, 0.19);
}
.button.round {
  border-radius: 100%;
}
.button.make-diagnostic {
  position: absolute;
  top: 50%;
  right: 2.75rem;
  transform: translate(50%, -50%);
  width: 3.5rem;
  height: 3.5rem;
}
.button.make-diagnostic:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1rem;
  transform: translate(-50%, -50%);
  height: 1.4rem;
  background-image: url("/assets/icons/Arrow.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.button.primary {
  padding: 1.5rem 4rem 1.5rem 2rem;
  border-radius: 2rem;
  color: #ffffff;
  position: relative;
  text-align: center;
  font-size: 0.9rem;
}
.button.primary:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 2vw;
  width: 1rem;
  transform: translateY(-50%);
  height: 1.4rem;
  background-image: url("/assets/icons/Arrow.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.button.next {
  width: 75%;
  border-radius: 2rem 2rem 0 0;
  color: #ffffff;
  position: relative;
  text-align: center;
}
.button.next:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 2vw;
  width: 1rem;
  transform: translateY(-50%);
  height: 1.4rem;
  background-image: url("/assets/icons/Arrow.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.button.back {
  width: 25%;
  border-radius: 2rem 2rem 0 0;
  position: relative;
}
.button.back:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 2vw;
  width: 0.8rem;
  transform: translateY(-50%);
  height: 1.4rem;
  background: url("/assets/icons/Arrow_back.svg") no-repeat;
  background-size: 100% auto;
}
.button.contact {
  width: calc(100% - 4rem);
  position: relative;
  max-width: 17rem;
}
.button.contact:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 2vw;
  width: 1rem;
  transform: translateY(-50%);
  height: 1.4rem;
  background-image: url("/assets/icons/Arrow_R.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.button.menu-button {
  width: 5rem;
  height: 7rem;
  background: url("/assets/icons/Menu_btn2.svg") no-repeat;
  background-size: 100% auto;
}
.button.menu-close {
  width: 4rem;
  height: 6.5rem;
  background: url("/assets/icons/menu-button-blanc.svg") no-repeat;
  background-size: 100% auto;
}
.button.menu-close > span {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.button.menu-close > span:before, .button.menu-close > span:after {
  content: "";
  background-color: #EE7D00;
  width: 2px;
  height: 1.5rem;
  display: block;
  position: absolute;
  left: 0.75rem;
}
.button.menu-close > span:before {
  transform: rotate(45deg);
}
.button.menu-close > span:after {
  transform: rotate(-45deg);
}
.button.tooltip {
  display: inline-block;
  position: relative;
  width: 1.5rem;
}
.button.tooltip > .icon {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

@font-face {
  font-family: "DessauProDrei";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/DessauProDrei/DessauProDrei.ttf") format("truetype"), url("../fonts/DessauProDrei/DessauProDrei.woff") format("woff"), url("../fonts/DessauProDrei/DessauProDrei.woff2") format("woff2");
}
@font-face {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Gotham/Gotham-Bold.ttf") format("truetype"), url("../fonts/Gotham/Gotham-Bold.woff") format("woff"), url("../fonts/Gotham/Gotham-Bold.eot?") format("eot");
}
@font-face {
  font-family: "Gotham";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/Gotham/Gotham-BoldItalic.ttf") format("truetype"), url("../fonts/Gotham/Gotham-BoldItalic.woff") format("woff"), url("../fonts/Gotham/Gotham-BoldItalic.eot?") format("eot");
}
@font-face {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/Gotham/Gotham-Book.ttf") format("truetype"), url("../fonts/Gotham/Gotham-Book.woff") format("woff"), url("../fonts/Gotham/Gotham-Book.eot?") format("eot");
}
@font-face {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Gotham/Gotham-Medium.ttf") format("truetype"), url("../fonts/Gotham/Gotham-Medium.woff") format("woff"), url("../fonts/Gotham/Gotham-Medium.eot?") format("eot");
}
@font-face {
  font-family: "Gotham";
  font-style: italic;
  font-weight: 500;
  src: url("../fonts/Gotham/Gotham-MediumItalic.ttf") format("truetype"), url("../fonts/Gotham/Gotham-MediumItalic.woff") format("woff"), url("../fonts/Gotham/Gotham-MediumItalic.eot?") format("eot");
}
.tooltipster-sidetip.tooltipster-noir.tooltipster-noir-customized > .tooltipster-box {
  padding: 1rem 1rem 1rem 4rem;
  color: #2a2161;
  background: #fff;
  max-width: 20rem;
  border-radius: 25px;
  box-shadow: 8px 8px 22px 0 rgba(0, 0, 0, 0.5);
}
.tooltipster-sidetip.tooltipster-noir.tooltipster-noir-customized > .tooltipster-box > .tooltipster-content {
  color: #2a2161;
  font-size: 0.9rem;
  line-height: 1.5rem;
}
.tooltipster-sidetip.tooltipster-noir.tooltipster-noir-customized > .tooltipster-box:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 1.5rem;
  width: 2rem;
  height: 2rem;
  transform: translatey(-50%);
  background: url("/assets/icons/infobulle.svg") no-repeat;
  background-size: 100% auto;
}
.tooltipster-sidetip.tooltipster-noir.tooltipster-noir-customized > .tooltipster-arrow .tooltipster-arrow-border, .tooltipster-sidetip.tooltipster-noir.tooltipster-noir-customized > .tooltipster-arrow .tooltipster-arrow-background {
  border-top-color: #fff;
}

body #tarteaucitron, body #tarteaucitronBack, body #tarteaucitron #tarteaucitronClosePanel, body #tarteaucitron .tarteaucitronHidden, body #tarteaucitron .tarteaucitronName a[onclick*=tarteaucitron], body #tarteaucitron .tarteaucitronTitle a[onclick*=tarteaucitron] {
  display: none;
}
body #tarteaucitronRoot {
  background: rgba(255, 255, 255, 0.5);
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 11000;
  overflow: auto;
  overflow-x: auto;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s 0s ease, visibility 0s 1s;
  overflow-x: hidden;
  box-sizing: border-box;
}
body #tarteaucitronRoot.enabled {
  visibility: visible;
  opacity: 1;
  transition: opacity 1s 0s ease, visibility 0s 0s;
}
body #tarteaucitronAlertBig, body #tarteaucitron {
  position: absolute;
  z-index: 1;
  padding: 1.5rem 1.5rem 1.5rem calc(1.5rem + 5px);
  width: 100%;
  top: 20%;
  height: 80%;
  max-height: 100%;
  box-sizing: border-box;
  background-color: #ffffff;
  box-shadow: 1rem 2rem 3rem 4rem rgba(0, 0, 0, 0.2);
  opacity: 0;
  text-align: center;
  left: 100%;
}
body #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert, body #tarteaucitron #tarteaucitronDisclaimerAlert {
  display: block;
  font-size: 1.4rem;
  line-height: 1.3;
}
body #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert > h2, body #tarteaucitron #tarteaucitronDisclaimerAlert > h2 {
  font-family: "DessauProDrei";
  color: #00B9C8;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1.8rem;
  margin-bottom: 2rem;
  line-height: 1.7rem;
}
body #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert > p, body #tarteaucitron #tarteaucitronDisclaimerAlert > p {
  margin: 1rem 0;
  font-size: 1rem;
  font-family: "Gotham";
  font-weight: 300;
  color: #383838;
}
body #tarteaucitronAlertBig button, body #tarteaucitron button {
  border: 0;
  outline: 0;
  background: transparent;
  cursor: pointer;
}
body #tarteaucitronAlertBig button:focus, body #tarteaucitron button:focus {
  outline: 0;
}
body #tarteaucitronAlertBig #tarteaucitronCloseAlert, body #tarteaucitron #tarteaucitronCloseAlert {
  display: block;
  margin-top: 3rem;
  cursor: pointer;
  color: #00648f;
  font-size: 1.1rem;
  text-decoration: underline;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  outline: 0;
}
body #tarteaucitronAlertBig .tarteaucitronCTAButton, body #tarteaucitronAlertBig .tarteaucitronAllow, body #tarteaucitronAlertBig .tarteaucitronDeny, body #tarteaucitron .tarteaucitronCTAButton, body #tarteaucitron .tarteaucitronAllow, body #tarteaucitron .tarteaucitronDeny {
  display: inline-block;
  border: 2px solid #00648f;
  background-color: transparent;
  transition: all 0.3s linear;
  color: #00648f;
  padding: 0.8rem 1rem;
  min-width: 150px;
  border-radius: 3px;
}
body #tarteaucitronAlertBig .tarteaucitronCTAButton:hover, body #tarteaucitronAlertBig .tarteaucitronCTAButton.tarteaucitronIsSelected, body #tarteaucitronAlertBig .tarteaucitronAllow:hover, body #tarteaucitronAlertBig .tarteaucitronAllow.tarteaucitronIsSelected, body #tarteaucitronAlertBig .tarteaucitronDeny:hover, body #tarteaucitronAlertBig .tarteaucitronDeny.tarteaucitronIsSelected, body #tarteaucitron .tarteaucitronCTAButton:hover, body #tarteaucitron .tarteaucitronCTAButton.tarteaucitronIsSelected, body #tarteaucitron .tarteaucitronAllow:hover, body #tarteaucitron .tarteaucitronAllow.tarteaucitronIsSelected, body #tarteaucitron .tarteaucitronDeny:hover, body #tarteaucitron .tarteaucitronDeny.tarteaucitronIsSelected {
  color: #ffffff;
  background-color: #00648f;
}
body #tarteaucitronAlertBig .tarteaucitronDeny, body #tarteaucitron .tarteaucitronDeny {
  border: 2px solid #F07E01;
  color: #F07E01;
}
body #tarteaucitronAlertBig .tarteaucitronDeny:hover, body #tarteaucitronAlertBig .tarteaucitronDeny.tarteaucitronIsSelected, body #tarteaucitron .tarteaucitronDeny:hover, body #tarteaucitron .tarteaucitronDeny.tarteaucitronIsSelected {
  background-color: #F07E01;
}
body #tarteaucitronAlertBig .tarteaucitronCTAButton, body #tarteaucitron .tarteaucitronCTAButton {
  margin-top: 2rem;
}
body #tarteaucitronAlertBig #tarteaucitronScrollbarAdjust, body #tarteaucitronAlertBig .tarteaucitronAsk, body #tarteaucitron #tarteaucitronScrollbarAdjust, body #tarteaucitron .tarteaucitronAsk {
  margin: 1rem 0;
  text-align: center;
}
body #tarteaucitronAlertBig #tarteaucitronMainLineOffset, body #tarteaucitron #tarteaucitronMainLineOffset {
  padding: 1rem;
  transition: border-left-width 0.2s ease;
  border-left: 5px solid #00B9C8 !important;
}
body #tarteaucitronAlertBig .tarteaucitronH2, body #tarteaucitronAlertBig #dialogTitle, body #tarteaucitron .tarteaucitronH2, body #tarteaucitron #dialogTitle {
  color: #00B9C8;
  font-weight: 500;
  padding: 1rem 0;
}
body #tarteaucitronAlertBig #tarteaucitronInfo, body #tarteaucitron #tarteaucitronInfo {
  padding: 1rem 0;
}
body #tarteaucitronAlertBig .tarteaucitronBorder > ul, body #tarteaucitron .tarteaucitronBorder > ul {
  margin: 1rem 0;
  padding: 0;
}
body #tarteaucitronAlertBig .tarteaucitronBorder > ul > li, body #tarteaucitron .tarteaucitronBorder > ul > li {
  list-style: none;
}
body #tarteaucitronAlertBig .tarteaucitronTitle > button, body #tarteaucitron .tarteaucitronTitle > button {
  font-size: 1.2rem;
  padding: 1rem 0;
}
body #tarteaucitronAlertBig #tarteaucitronServices_analytic, body #tarteaucitronAlertBig #tarteaucitronServices_mandatory, body #tarteaucitron #tarteaucitronServices_analytic, body #tarteaucitron #tarteaucitronServices_mandatory {
  padding: 1rem 0;
}
body #tarteaucitronAlertBig #tarteaucitronServices_analytic > li, body #tarteaucitronAlertBig #tarteaucitronServices_mandatory > li, body #tarteaucitron #tarteaucitronServices_analytic > li, body #tarteaucitron #tarteaucitronServices_mandatory > li {
  list-style: none;
  background-color: #f3f3f3;
  border-left: 5px solid #00B9C8;
  padding: 1rem;
  text-align: left;
}
body #tarteaucitronAlertBig #tarteaucitronServices_analytic > li.tarteaucitronIsDenied .tarteaucitronDeny, body #tarteaucitronAlertBig #tarteaucitronServices_mandatory > li.tarteaucitronIsDenied .tarteaucitronDeny, body #tarteaucitron #tarteaucitronServices_analytic > li.tarteaucitronIsDenied .tarteaucitronDeny, body #tarteaucitron #tarteaucitronServices_mandatory > li.tarteaucitronIsDenied .tarteaucitronDeny {
  color: #ffffff;
  background-color: #F07E01;
}
body #tarteaucitronAlertBig #tarteaucitronServices_analytic > li.tarteaucitronIsAllowed .tarteaucitronAllow, body #tarteaucitronAlertBig #tarteaucitronServices_mandatory > li.tarteaucitronIsAllowed .tarteaucitronAllow, body #tarteaucitron #tarteaucitronServices_analytic > li.tarteaucitronIsAllowed .tarteaucitronAllow, body #tarteaucitron #tarteaucitronServices_mandatory > li.tarteaucitronIsAllowed .tarteaucitronAllow {
  color: #ffffff;
  background-color: #00648f;
}
body #tarteaucitronAlertBig #tarteaucitronServices_mandatory .tarteaucitronAsk, body #tarteaucitron #tarteaucitronServices_mandatory .tarteaucitronAsk {
  display: none;
}
body #tarteaucitron {
  z-index: 3;
  height: 100%;
}
body #tarteaucitronBack {
  position: absolute;
  bottom: 2rem;
  right: 50%;
  z-index: 4;
  font-size: 1rem;
  font-weight: 500;
  opacity: 1 !important;
  transform: translateX(50%);
  border: 0;
  border: 2px solid #00648f;
  background-color: transparent;
  transition: all 0.3s linear;
  color: #00648f;
  padding: 0.8rem 1rem;
  min-width: 150px;
  border-radius: 3px;
  cursor: pointer;
}
body #tarteaucitronBack:hover, body #tarteaucitronBack.tarteaucitronIsSelected {
  color: #ffffff;
  background-color: #00648f;
}
body .alert #tarteaucitronAlertBig {
  left: 0;
  transition: left 0.6s cubic-bezier(0, 0.8, 0, 1), opacity 0.1s ease;
}
body .popup #tarteaucitron {
  left: 0;
  transition: left 0.6s cubic-bezier(0, 0.8, 0, 1), opacity 0.1s ease;
}

@media screen and (min-width: 768px) {
  body #tarteaucitronRoot {
    overflow: hidden;
  }
  body #tarteaucitronAlertBig, body #tarteaucitron {
    top: 0;
    width: 60%;
    height: 100%;
    text-align: left;
    padding: 2rem 2rem 2rem calc(2rem + 5px);
  }
  body .alert #tarteaucitronAlertBig {
    left: 40%;
  }
  body .popup #tarteaucitron {
    left: 40%;
  }
  body #tarteaucitronBack {
    right: 30%;
  }
}
@media screen and (min-width: 1280px) {
  body #tarteaucitronAlertBig, body #tarteaucitron {
    width: 40%;
  }
  body .alert #tarteaucitronAlertBig {
    left: 60%;
  }
  body .popup #tarteaucitron {
    left: 60%;
  }
  body #tarteaucitronBack {
    right: 20%;
  }
}
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
header > .content {
  max-width: 80rem;
  margin: auto;
  position: relative;
}
header > .content > .logo {
  width: 5rem;
  padding: 1rem;
  background-color: #ffffff;
  border-radius: 0 0 48px 0;
  display: block;
  position: relative;
  z-index: 10;
}
header > .content > .logo > img {
  width: 100%;
}
header > nav {
  position: absolute;
  top: 0;
  right: 0;
}
header > nav > .menu {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
header > nav > .close-menu {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 4;
  display: none;
}
header > nav > ul {
  padding: 0;
  margin: 3rem 0 2rem 0;
  display: none;
}
header > nav > ul:before {
  background: #ffffff;
  opacity: 0.89;
  box-shadow: 0 2px 72px 0 rgba(0, 0, 0, 0.21);
  content: "";
  width: 50rem;
  height: 50rem;
  border-radius: 100%;
  position: absolute;
  top: 20%;
  left: 80%;
  z-index: 3;
  transform-origin: top right;
  transform: translate(-50%, -50%);
}
header > nav > ul > li {
  font-size: 1.5rem;
  font-weight: 500;
  list-style: none;
  padding: 1rem 2rem;
  text-align: right;
  position: relative;
  z-index: 4;
  opacity: 0;
  transition: opacity 0.2s linear;
}
header > nav > ul > li > a {
  color: #002F43;
  text-decoration: none;
  outline: 0;
  font-weight: 600;
}
header > nav > ul > li > a:hover {
  color: #EF7C00;
}
header > nav > ul > li.selected > a {
  color: #EF7C00;
}
header > nav.opened > .close-menu {
  display: block;
}
header > nav.opened > ul {
  display: block;
}
header > nav.opened > ul > li {
  opacity: 1;
}

#session-expired {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 600;
}
#session-expired > .session-block {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 610;
}
#session-expired > .session-block > .content {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 1rem;
  width: calc(85% - 2rem);
  max-width: 25rem;
  max-height: 75%;
  background-color: #fff;
  border-radius: 1rem;
  overflow-y: auto;
  overflow-x: hidden;
  transform: translate(-50%, -50%);
}
#session-expired > .session-block > .content p {
  margin: 0 0 0.5rem 0;
  padding: 0;
  font-size: 0.8rem;
  text-align: justify;
  line-height: 1.1rem;
}
#session-expired > .session-block > .content p.button-line, #session-expired > .session-block > .content p.button-line > a {
  margin-bottom: 0;
}

html, body {
  width: 100%;
  height: 100%;
  font-family: "Gotham";
  margin: 0;
  padding: 0;
}

.font1 {
  font-family: "DessauProDrei";
}

.font2 {
  font-family: "Gotham";
}

p {
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.3rem;
}

h1 {
  line-height: 2.3rem;
}

.block-white {
  background-color: #ffffff;
  border-radius: 63px;
  padding: 2rem 0.5rem;
  box-shadow: 0 2px 50px 0 rgba(0, 92, 133, 0.41);
  box-sizing: border-box;
}

.fc-green {
  color: #008441;
}

html {
  height: 100%;
}

body {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
body > header > .content > .menu-button {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99;
}
body > header > .content > .menu-navigation {
  position: fixed;
  top: 0;
  right: 0;
  transform: translateX(100%);
  z-index: 99;
  opacity: 0;
  transition: opacity 0.2s, transform 0.5s;
  width: 100%;
  background-color: #EE7D00;
  height: 100%;
}
body > header > .content > .menu-navigation.opened {
  opacity: 1;
  transform: translateX(0%);
}
body > header > .content > .menu-navigation > .menu-close {
  position: absolute;
  top: 0;
  right: 0;
}
body > header > .content > .menu-navigation > ul {
  margin: 8rem 0 0 0;
  padding: 0;
}
body > header > .content > .menu-navigation > ul > li {
  list-style: none;
  position: relative;
}
body > header > .content > .menu-navigation > ul > li > a {
  padding: 2rem 3rem;
  text-align: center;
  background-color: #E76B00;
  color: #ffffff;
  width: calc(100% - 6rem);
  display: block;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 500;
  border-bottom: 3px solid #EE7D00;
}
body > header > .content > .menu-navigation > ul > li > a.isDisabled {
  opacity: 0.5;
  pointer-events: none;
}
body > header > .content > .menu-navigation > ul > li:hover > a, body > header > .content > .menu-navigation > ul > li.selected > a {
  background: linear-gradient(180deg, #FFC380 0%, #EE7D00 100%);
  box-shadow: 0 9px 17px 0 rgba(157, 83, 0, 0.54), inset 0 9px 8px 0 #FFAD53;
}
body > header > .content > .menu-navigation > ul > li.selected:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 2rem;
  width: 1.5rem;
  transform: translateY(-50%);
  height: 1.9rem;
  background-image: url("/assets/icons/Arrow.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
}
body > div.wrapper {
  flex-grow: 1;
  max-width: 80rem;
  margin: 0 auto;
  width: 100%;
  padding: 0 0.5rem 3rem 0.5rem;
  position: relative;
  box-sizing: border-box;
}
body > div.wrapper:before {
  width: calc(100% - 1rem);
  position: absolute;
  top: 0.5rem;
  content: "";
  display: block;
  height: 100vh;
  background-color: #00B3CC;
  border-radius: 0 0 100px 0;
}
body > div.wrapper > .right-rect, body > div.wrapper > img:not(.illustration_1), body > div.wrapper > .round-shadow {
  display: none;
}
body > div.wrapper > .content {
  position: relative;
  z-index: 5;
  padding: 8rem 0 0 0;
}
body footer {
  flex-shrink: 0;
  width: 100%;
  background-color: #28b3ca;
  padding: 0.5rem 0;
  text-align: center;
  margin-top: 7rem;
}
body footer > p {
  color: #ffffff;
  font-size: 0.9rem;
  width: 80%;
  margin: auto;
  padding: 0.5rem 0;
}
body footer > p:first-child {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
body footer > p > a {
  text-align: center;
  color: #ffffff;
  outline: 0;
  font-size: 0.9rem;
  padding: 0.5rem 0;
}

@media screen and (min-width: 768px) {
  .button.back {
    padding: 1.5rem 10%;
    width: -moz-fit-content;
    width: fit-content;
  }
  .button.back:before {
    left: 1vw;
  }
  .button.next {
    padding: 1.5rem 15%;
    width: -moz-fit-content;
    width: fit-content;
  }
  .button.next:before {
    right: 1vw;
  }
  .button.contact:before {
    right: 1vw;
  }
  .button.primary:before {
    right: 1vw;
  }
  .button.make-diagnostic {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(50%, -50%);
    width: 5.8rem;
    height: 5.8rem;
  }
  .button.make-diagnostic:before {
    width: 1.5rem;
    height: 1.9rem;
  }
  #session-expired > .session-block > .content {
    padding: 2rem;
    width: calc(85% - 4rem);
  }
  #session-expired > .session-block > .content p {
    margin: 0 0 0.75rem 0;
    font-size: 0.9rem;
    line-height: 1.3rem;
  }
  #session-expired > .session-block > .content p.button-line, #session-expired > .session-block > .content p.button-line > a {
    margin-bottom: 0;
  }
  html, body {
    width: 100%;
    min-height: 100%;
    font-family: "Gotham";
  }
  .font1 {
    font-family: "DessauProDrei";
  }
  .font2 {
    font-family: "Gotham";
  }
  p {
    font-size: 1.1rem;
    font-weight: 300;
    line-height: 1.3rem;
  }
  h1 {
    line-height: 2.3rem;
  }
  .block-white {
    background-color: #ffffff;
    border-radius: 63px;
    padding: 2rem 3rem;
    box-shadow: 0 2px 50px 0 rgba(0, 92, 133, 0.41);
    box-sizing: border-box;
  }
  .fc-green {
    color: #008441;
  }
  body > header > .content > .menu-navigation {
    width: 25rem;
    border-radius: 40px 0 0 40px;
  }
  body > header > .content > .menu-navigation.opened {
    opacity: 1;
    transform: translateX(0%);
  }
  body > header > .content > .menu-navigation > ul {
    margin: 10rem 0 0 0;
  }
  body > header > .content > .menu-navigation > ul > li > a {
    padding: 3rem;
  }
  body > div.wrapper {
    padding: 0 2rem 3rem 2rem;
    margin: auto;
  }
  body > div.wrapper > .content {
    position: relative;
    z-index: 5;
    padding: 8rem 0 1rem 0;
    margin-bottom: unset;
  }
  body > div.wrapper:before {
    width: 80%;
    height: 40rem;
    position: absolute;
    top: 0;
    left: 2rem;
    content: "";
    display: block;
    background-color: #00B3CC;
    border-radius: 0 0 100px 0;
  }
  body > div.wrapper > .right-rect, body > div.wrapper > img:not(.illustration_1), body > div.wrapper > .round-shadow {
    display: unset;
  }
  body > div.wrapper > .right-rect {
    display: block;
    position: absolute;
    width: 40%;
    height: 40vh;
    background-color: rgba(255, 255, 255, 0.2);
    top: 0;
    right: 8rem;
    border-radius: 0 0 100px 100px;
    z-index: 1;
  }
  body > div.wrapper > .right-rect:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 0 0 100px 100px;
    background-color: rgba(255, 255, 255, 0.5);
    opacity: 0.5;
    top: 0;
    left: 4rem;
  }
  body > div.wrapper > .right-rect:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 0 0 100px 100px;
    background-color: #155c83;
    top: 0;
    left: 6rem;
  }
  body footer {
    margin-top: unset;
  }
  header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  header > .content > .logo {
    width: 11rem;
  }
}
body > .wrapper:before {
  width: 80%;
  height: 40rem;
}
body > .wrapper > .right-rect {
  width: 40%;
}
body > .wrapper > .illustration_1 {
  position: absolute;
  width: 13rem;
  top: 101vh;
  left: 15%;
  transform: translateY(-100%);
}
body > .wrapper > .illustration_2 {
  position: absolute;
  top: 9rem;
  right: 20rem;
  z-index: 3;
  border-radius: 100%;
  width: 10rem;
  height: 10rem;
  box-shadow: 0 15px 13px 0 #003750;
}
body > .wrapper > .illustration_3 {
  position: absolute;
  width: 9.5rem;
  top: 0;
  right: 6rem;
  z-index: 3;
  border-radius: 0 0 100px 100px;
  box-shadow: 0 15px 13px 0 #003750;
}
body > .wrapper > .round-shadow {
  background-color: #297193;
  top: 5rem;
  right: 20rem;
  z-index: 2;
  border-radius: 100%;
  width: 10rem;
  height: 10rem;
  position: absolute;
}
body > .wrapper > .round-shadow:before {
  content: "";
  background-color: #4383a1;
  top: 2rem;
  right: 0;
  z-index: 1;
  border-radius: 100%;
  width: 10rem;
  height: 10rem;
  position: absolute;
}
body > .wrapper > .content > .intro {
  padding: 0 2rem 0 2rem;
  position: relative;
  height: calc(100vh - 8rem);
}
body > .wrapper > .content > .intro > h1 {
  color: #002F43;
  letter-spacing: 3px;
  font-weight: 400;
}
body > .wrapper > .content > .intro > h1 > span {
  color: #ffffff;
  font-size: 4rem;
}
body > .wrapper > .content > .intro > p {
  color: #ffffff;
  font-weight: 500;
}
body > .wrapper > .content > .intro > .create-diagnostic {
  position: absolute;
  bottom: 5rem;
  width: 100%;
  left: 0;
  background-color: #ffffff;
  padding: 0;
  border-radius: 100px 0 0 100px;
}
body > .wrapper > .content > .intro > .create-diagnostic:before {
  content: "";
  width: 5.5rem;
  height: 5.5rem;
  position: absolute;
  top: 50%;
  right: 2.75rem;
  transform: translate(50%, -50%);
  background: url("/assets/pattern.svg");
  background-size: 1.5rem;
  opacity: 0.2;
  border-radius: 100%;
}
body > .wrapper > .content > .intro > .create-diagnostic > p {
  font-weight: 500;
  padding-left: 2rem;
}
body > .wrapper > .content > .intro > .create-diagnostic > .make-diagnostic {
  z-index: 2;
}
body > .wrapper > .content > .info {
  background-color: #F5F5F5;
  border-radius: 50px;
  position: relative;
  margin: 5rem 0 0 0;
}
body > .wrapper > .content > .info:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -20%;
  background-color: #DCDCDC;
  border-radius: 50px;
}
body > .wrapper > .content > .info:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -10%;
  background-color: #E8E8E8;
  border-radius: 50px;
}
body > .wrapper > .content > .info > .content {
  position: relative;
  z-index: 2;
  background: linear-gradient(135deg, #FEFEFE 0%, #EFEFEF 100%);
  border-radius: 50px;
  overflow: hidden;
}
body > .wrapper > .content > .info > .content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(223deg, #78CF00 0%, #DFE900 100%);
  width: 10rem;
  height: 10rem;
  border-radius: 100%;
  transform: translate(-30%, -30%);
}
body > .wrapper > .content > .info > .content:after {
  content: "";
  position: absolute;
  top: 2rem;
  left: 2rem;
  width: 2.5rem;
  height: 3rem;
  background: url("/assets/icons/Doc_icn.svg") no-repeat;
  background-size: 100% auto;
}
body > .wrapper > .content > .info > .content > .illustration {
  width: 15rem;
  margin: 1rem 4rem 1rem 7rem;
  position: relative;
  z-index: 1;
}
body > .wrapper > .content > .info > .content > .button {
  padding-right: 3rem;
  position: absolute;
  bottom: 8%;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (min-width: 768px) {
  body > .wrapper > .illustration_1 {
    top: calc(40rem + 1px);
  }
  body > .wrapper > .content > .intro {
    padding: 0 55% 18rem 10%;
    margin-bottom: 0;
    height: unset;
  }
  body > .wrapper > .content > .intro > .create-diagnostic {
    position: absolute;
    bottom: 6rem;
    right: 20%;
    left: unset;
    width: unset;
    background-color: #ffffff;
    padding: 1.2rem 6rem 1.2rem 5rem;
    border-radius: 100px 0 0 100px;
  }
  body > .wrapper > .content > .intro > .create-diagnostic:before {
    content: "";
    width: 9rem;
    height: 9rem;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(50%, -50%);
    background: url("/assets/pattern.svg");
    background-size: 1.5rem;
    opacity: 0.2;
    border-radius: 100%;
  }
  body > .wrapper > .content > .intro > .create-diagnostic > p {
    font-weight: 500;
  }
  body > .wrapper > .content > .intro > .create-diagnostic > .make-diagnostic {
    z-index: 2;
  }
  body > .wrapper > .content > .info {
    margin: 1.5rem 0 0 0;
  }
  body > .wrapper > .content > .info:before {
    top: 0;
    left: 5%;
    right: 5%;
    bottom: 0;
  }
  body > .wrapper > .content > .info:after {
    top: 0;
    left: 10%;
    right: 10%;
    bottom: 0;
  }
  body > .wrapper > .content > .info > .content {
    margin: 0 15%;
  }
  body > .wrapper > .content > .info > .content:before {
    width: 15rem;
    height: 15rem;
  }
  body > .wrapper > .content > .info > .content:after {
    top: 2rem;
    left: 3rem;
    width: 3.5rem;
    height: 4rem;
    background: url("/assets/icons/Doc_icn.svg") no-repeat;
    background-size: 100% auto;
  }
  body > .wrapper > .content > .info > .content > .illustration {
    width: 13rem;
  }
  body > .wrapper > .content > .info > .content > .button {
    bottom: unset;
    left: unset;
    top: 50%;
    right: 15%;
    transform: translateY(-50%);
  }
}