@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/**
 * CONTENTS
 *
 * SETTINGS
 *
 *
 * GENERIC
 *
 * BASE

 *
 * OBJECTS

 *
 * COMPONENTS

 *
 * TRUMPS

 */
/**
 * #SETTINGS
 */
/*!
 * inuitcss, by @csswizardry
 *
 * github.com/inuitcss | inuitcss.com
 */
/**
 * #TOOLS
 */
input, textarea, form {
  color: #3E3E3E;
  font-family: inherit;
  font-family: inherit;
  font-size: inherit;
  outline: none;
  border: transparent;
  background: none;
}

textarea {
  resize: vertical;
}

button:focus {
  outline: none;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: rgba(62, 62, 62, 0.8);
  opacity: 1;
}

::placeholder { /* Most modern browsers support this now. */
  color: rgba(62, 62, 62, 0.8);
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px white inset;
}

/*Change text in autofill textbox*/
input:-webkit-autofill {
  -webkit-text-fill-color: black !important;
}

.input--white:-webkit-autofill,
.input--white:-webkit-autofill:hover,
.input--white:-webkit-autofill:focus,
.input--white:-webkit-autofill:active {
  -webkit-transition-delay: 99999s;
}

select, button, form fieldset {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0px;
  background: none;
}

/**
 * #GENERIC
 */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */ /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*------------------------------------*\
    #RESET
\*------------------------------------*/
/**
 * As well as using normalize.css, it is often advantageous to remove all
 * margins from certain elements.
 */
body,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
dl, dd, ol, ul,
form, fieldset, legend,
figure,
table, th, td, caption,
hr {
  margin: 0;
  padding: 0;
}

/**
 * Give a help cursor to elements that give extra info on `:hover`.
 */
abbr[title],
dfn[title] {
  cursor: help;
}

/**
 * Remove underlines from potentially troublesome elements.
 */
u,
ins {
  text-decoration: none;
}

/**
 * Apply faux underlines to inserted text via `border-bottom`.
 */
ins {
  border-bottom: 1px solid;
}

/*------------------------------------*\
    #BOX-SIZING
\*------------------------------------*/
/**
 * Set the global `box-sizing` state to `border-box`.
 *
 * css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice
 * paulirish.com/2012/box-sizing-border-box-ftw
 */
html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

/**
 * #BASE
 */
html {
  font-family: "Nunito Sans", sans-serif;
  line-height: 1.6;
  font-size: 16px;
  font-weight: 300;
  color: #3E3E3E;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  max-width: 1900px;
  margin: 0px auto;
  overflow-x: hidden;
}

body {
  width: 100%;
}

.container--img {
  position: relative;
}
.container--img:after {
  display: block;
  content: "";
  width: 100%;
}
.container--img > img, .container--img > video, .container--img > iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  -o-object-fit: cover;
     object-fit: cover;
}

.item--wrap {
  position: relative;
}
.item--wrap > a {
  text-indent: -999999px;
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}

h1, h2, h3, h4, h5 {
  position: relative;
  font-weight: 600;
  line-height: 1.25;
  color: black;
  font-family: "Lexend", sans-serif;
}

.title--header {
  font-size: 3.75em;
  line-height: 1.05;
}

.title--section, .title--start {
  font-size: 2em;
}
.title--section a, .title--start a {
  color: black;
}
.title--section:hover a, .title--start:hover a {
  color: black;
}

.title--call {
  font-size: 2.3125em;
}

.title--footer, .title--graph {
  font-size: 1.125em;
}

.title--item {
  font-size: 1.375em;
}

.title--start {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

.title--white {
  color: white;
}

@media (max-width: 1300px) {
  .title--header {
    font-size: 3.125em;
  }
  .title--section, .title--start {
    font-size: 1.8125em;
  }
}
@media (max-width: 900px) {
  .title--header {
    font-size: 2.5em;
  }
  .title--section, .title--start {
    font-size: 1.5625em;
  }
  .title--item {
    font-size: 1.25em;
  }
  .title--call {
    font-size: 1.875em;
  }
}
@media (max-width: 600px) {
  .title--header {
    font-size: 2.1875em;
  }
  .title--footer {
    font-size: 1.0625em;
  }
  .title--graph {
    font-size: 1em;
  }
  .title--call {
    font-size: 1.4375em;
  }
}
@media (max-width: 500px) {
  .title--header {
    font-size: 2em;
  }
  .title--section, .title--start {
    font-size: 1.5625em;
  }
  .title--item {
    font-size: 1.125em;
  }
}
@media (max-width: 400px) {
  .title--header {
    font-size: 1.875em;
  }
  .title--section, .title--call, .title--start {
    font-size: 1.3125em;
  }
}
@media (max-width: 350px) {
  .title--item {
    font-size: 1.0625em;
  }
}
a {
  text-decoration: none;
  color: #004489;
  font-weight: 600;
  transition: all 0.25s ease 0s;
}
a:hover {
  color: rgb(0, 55.3430656934, 111.5);
  border-color: rgb(0, 55.3430656934, 111.5);
}

.link--blog {
  font-size: 1.125em;
  font-weight: 300;
}

.link--footer {
  font-weight: 300;
}

@media (max-width: 500px) {
  .link--blog {
    font-size: 1.0625em;
  }
}
@media (max-width: 400px) {
  .link--blog {
    font-size: 1em;
  }
}
/**
 * #OBJECTS
 */
/*------------------------------------*\
    #LIST-INLINE
\*------------------------------------*/
/**
 * The list-inline object simply displays a list of items in one line.
 */
.list-inline {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
}

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

.column--start {
  align-items: flex-start;
}

.column--free {
  display: flex;
}

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

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

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

.column--centered-w {
  justify-content: center;
}

.wrapper--centered {
  margin-left: auto;
  margin-right: auto;
}

.wrapper--main {
  padding-left: 4.7619047619%;
  padding-right: 4.7619047619%;
}

.wrapper--large {
  width: 82.1428571429%;
}

.wrapper--asym {
  padding-right: 4.7619047619%;
  padding-left: 8.9285714286%;
}

.wrapper--middle {
  width: 1120px;
}

.wrapper--big {
  width: 1200px;
}

.wrapper--article {
  width: 1050px;
}

.wrapper--largest {
  margin-left: 2.380952381%;
  margin-right: 2.380952381%;
}

.wrapper--mission {
  margin-right: 4.7619047619%;
  width: 1320px;
  margin-left: auto;
  position: relative;
}

@media (max-width: 1450px) {
  .wrapper--mission {
    width: 90.4761904762%;
    margin-left: 4.7619047619%;
    margin-right: 4.7619047619%;
  }
}
@media (max-width: 1350px) {
  .wrapper--big {
    width: 100%;
    padding-right: 4.7619047619%;
    padding-left: 4.7619047619%;
  }
  .header__content .wrapper--big {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (max-width: 1300px) {
  .wrapper--asym, .wrapper--large {
    width: 100%;
    padding-right: 4.7619047619%;
    padding-left: 4.7619047619%;
  }
}
@media (max-width: 1200px) {
  .wrapper--middle, .wrapper--article {
    width: 100%;
    padding-left: 4.7619047619%;
    padding-right: 4.7619047619%;
  }
}
@media (max-width: 800px) {
  .wrapper--largest {
    margin-left: 0px;
    margin-right: 0px;
  }
  .wrapper--middle, .wrapper--article, .wrapper--asym, .wrapper--large, .wrapper--big, .wrapper--main, .wrapper--largest {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
}
.section {
  padding-top: 4.1666666667%;
  position: relative;
}

.section--small {
  padding-top: 2.9761904762%;
}

.section--centered {
  text-align: center;
}

.section--bottom + footer {
  margin-top: 0px;
}

.section--article {
  padding-top: 5.3571428571%;
}

.section--big {
  padding-top: 7.1428571429%;
}

.section--largest, .section--start {
  padding-top: 8.3333333333%;
}

.section--call {
  padding-top: 9.5238095238%;
}

.section--gradient {
  background: rgb(210, 228, 244);
  background: linear-gradient(90deg, rgb(242, 249, 255) 0%, rgba(242, 249, 255, 0.35) 100%);
  padding: 1.25em 0px;
}
.section--gradient.section {
  margin-top: 4.1666666667%;
}
.section--gradient.section--big {
  margin-top: 7.1428571429%;
}

@media (max-width: 850px) {
  .section--call {
    padding-top: 5.625em;
  }
}
@media (max-width: 800px) {
  .section {
    padding-top: 3.75em;
  }
  .section--largest, .section--start, .section--big {
    padding-top: 4.375em;
  }
  .section--gradient.section {
    margin-top: 3.75em;
  }
  .section--gradient.section--big {
    margin-top: 5em;
  }
  .section--small {
    padding-top: 2.5em;
  }
}
@media (max-width: 800px) {
  .section {
    padding-top: 3.125em;
  }
  .section--largest, .section--start, .section--big {
    padding-top: 4.0625em;
  }
  .section--call {
    padding-top: 3.75em;
  }
}
@media (max-width: 500px) {
  .section--gradient.section {
    margin-top: 2.5em;
    padding-top: 0px;
    padding-bottom: 0.625em;
  }
  .section--gradient.section--big {
    margin-top: 3.75em;
  }
  .section--small {
    padding-top: 1.25em;
  }
  .section--largest, .section--start, .section--big {
    padding-top: 3.125em;
  }
  .section {
    padding-top: 2.5em;
  }
}
@media (max-width: 350px) {
  .section--largest, .section--start, .section--big {
    padding-top: 2.5em;
  }
}
em {
  font-style: normal;
}

.text__break {
  display: block;
}

.article__content, .answer__content, .article__intro .header__intro {
  line-height: 1.8;
}
.article__content h2, .article__content h3, .article__content h4, .article__content h5, .answer__content h2, .answer__content h3, .answer__content h4, .answer__content h5, .article__intro .header__intro h2, .article__intro .header__intro h3, .article__intro .header__intro h4, .article__intro .header__intro h5 {
  font-weight: 600;
  line-height: 1.25;
  color: black;
  font-family: "Lexend", sans-serif;
  font-size: 1.6470588235em;
  margin-bottom: 0.8928571429em;
}
.article__content * + h2, .answer__content * + h2, .article__intro .header__intro * + h2 {
  margin-top: 3.2142857143em;
}
.article__content h3, .answer__content h3, .article__intro .header__intro h3 {
  font-size: 1.3529411765em;
}
.article__content h4, .answer__content h4, .article__intro .header__intro h4 {
  font-size: 1.1176470588em;
}
.article__content h5, .answer__content h5, .article__intro .header__intro h5 {
  font-size: 1.0588235294em;
}
.article__content em, .article__content strong, .answer__content em, .answer__content strong, .article__intro .header__intro em, .article__intro .header__intro strong {
  color: black;
  font-weight: 600;
}
.article__content a, .answer__content a, .article__intro .header__intro a {
  text-decoration: underline;
}
.article__content p + p, .answer__content p + p, .article__intro .header__intro p + p {
  margin-top: 1.7647058824em;
}
.article__content *, .answer__content *, .article__intro .header__intro * {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}
.article__content img, .answer__content img, .article__intro .header__intro img {
  width: 530px !important;
  height: auto !important;
  margin: 2.9411764706em auto !important;
  display: block;
  border-radius: 13px;
  box-shadow: 0px 2px 20px 5px rgba(1, 1, 1, 0.15);
}
.article__content .img--captionned, .answer__content .img--captionned, .article__intro .header__intro .img--captionned {
  width: 530px;
  margin-bottom: 3.3333333333em;
}
.article__content .img--captionned img, .answer__content .img--captionned img, .article__intro .header__intro .img--captionned img {
  margin-bottom: 10px !important;
}
.article__content .img--captionned caption, .answer__content .img--captionned caption, .article__intro .header__intro .img--captionned caption {
  display: block;
  text-align: center;
}
.article__content ul, .article__content ol, .answer__content ul, .answer__content ol, .article__intro .header__intro ul, .article__intro .header__intro ol {
  padding-left: 1.7647058824em;
  margin-top: 1.4705882353em;
  margin-bottom: 2.3529411765em;
}
.article__content ul li + li, .article__content ol li + li, .answer__content ul li + li, .answer__content ol li + li, .article__intro .header__intro ul li + li, .article__intro .header__intro ol li + li {
  margin-top: 0.7058823529em;
}
.article__content ul li, .answer__content ul li, .article__intro .header__intro ul li {
  position: relative;
  display: block;
  padding-left: 5px;
}
.article__content ul li:before, .answer__content ul li:before, .article__intro .header__intro ul li:before {
  content: "•";
  position: absolute;
  left: -20px;
  top: 2px;
  color: #004489;
  font-size: 1.4705882353em;
  line-height: 1;
}

.article__content {
  font-size: 1.0625em;
}

.answer__content {
  line-height: 1.6;
}
.answer__content h2 {
  font-size: 1.15em;
}
.answer__content h3 {
  font-size: 1.1em;
}
.answer__content h4 {
  font-size: 1.05em;
}
.answer__content h5 {
  font-size: 1em;
}

.article__intro .header__intro * span {
  display: inline;
  max-width: inherit;
  margin: 0px;
}
.article__intro .header__intro li span {
  margin: 0px 5px;
}

@media (max-width: 900px) {
  div.article__content, .answer__content {
    font-size: 1em;
    margin-top: 2.9411764706em;
  }
  div.article__content h2, div.article__content h3, div.article__content h4, div.article__content h5, .answer__content h2, .answer__content h3, .answer__content h4, .answer__content h5 {
    font-size: 1.5em;
    margin-bottom: 0.8333333333em;
  }
  div.article__content h3, .answer__content h3 {
    font-size: 1.3125em;
  }
  div.article__content h4, .answer__content h4 {
    font-size: 1.0625em;
  }
  div.article__content h5, .answer__content h5 {
    font-size: 1em;
  }
  div.article__content * + h2, .answer__content * + h2 {
    margin-top: 2.0833333333em;
  }
  div.article__content p + p, .answer__content p + p {
    margin-top: 1.25em;
  }
  div.article__content ul, div.article__content ol, .answer__content ul, .answer__content ol {
    padding-left: 1.1764705882em;
    margin-top: 1.1764705882em;
    margin-bottom: 1.1764705882em;
  }
  div.article__content ul li + li, div.article__content ol li + li, .answer__content ul li + li, .answer__content ol li + li {
    margin-top: 0.5882352941em;
  }
  div.article__content img, .answer__content img {
    margin: 1.7647058824em auto !important;
  }
  div.article__content .img--captionned, .answer__content .img--captionned {
    margin-bottom: 2em;
  }
  div.article__content .img--captionned img, .answer__content .img--captionned img {
    margin-bottom: 10px !important;
  }
  div.article__content .img--captionned caption, .answer__content .img--captionned caption {
    font-size: 0.95em;
  }
}
@media (max-width: 700px) {
  div.article__content img, .answer__content img {
    width: 100% !important;
  }
  div.article__content .img--captionned, .answer__content .img--captionned {
    width: 100% !important;
    margin-bottom: 1.5625em;
  }
  div.article__content .img--captionned caption, .answer__content .img--captionned caption {
    font-size: 1em;
  }
}
@media (max-width: 500px) {
  div.article__content, .answer__content {
    font-size: 0.9375em;
  }
  div.article__content h2, div.article__content h3, div.article__content h4, div.article__content h5, .answer__content h2, .answer__content h3, .answer__content h4, .answer__content h5 {
    font-size: 1.3125em;
    margin-bottom: 0.625em;
  }
  div.article__content h3, .answer__content h3 {
    font-size: 1.1875em;
  }
  div.article__content h4, .answer__content h4 {
    font-size: 1.0625em;
  }
  div.article__content h5, .answer__content h5 {
    font-size: 0.9375em;
  }
  div.article__content * + h2, div.article__content * + h3, .answer__content * + h2, .answer__content * + h3 {
    margin-top: 1.6666666667em;
  }
  div.article__content p + p, .answer__content p + p {
    margin-top: 1.0625em;
  }
  div.article__content ul, div.article__content ol, .answer__content ul, .answer__content ol {
    margin-top: 0.8823529412em;
  }
  div.article__content ul li + li, div.article__content ol li + li, .answer__content ul li + li, .answer__content ol li + li {
    margin-top: 0.2941176471em;
  }
}
footer {
  margin-top: 8.9285714286%;
}

.footer__upper {
  border-top: 1px solid #E3E3E3;
  margin-left: 4.7619047619%;
  margin-right: 4.7619047619%;
  padding-top: 1.875em;
  justify-content: space-between;
}

.footer__bottom {
  background: #F8F8F8;
  margin-top: 1.5625em;
  padding-top: 0.9375em;
  padding-bottom: 0.9375em;
}
.footer__bottom a {
  line-height: 1;
}

.footer__logo {
  height: 21px;
}

.cardi__logo {
  height: 18px;
}

.social__item {
  display: block;
}
.social__item + .social__item {
  margin-left: 1em;
}
.social__icon {
  width: 40px;
  height: auto;
  display: block;
}
.social__link {
  display: block;
}
.social__link:hover {
  transform: scale(1.05) translateY(-2px);
}

.social.social--footer img {
  display: block;
  width: auto;
  height: 20px;
}

.footer__text, .footer__contacts a {
  font-size: 0.9375em;
}

.footer__place {
  margin-top: 0.9375em;
}

.footer__contacts {
  margin-top: 1.25em;
}

.contact__item {
  display: block;
}
.contact__item + .contact__item {
  margin-top: 0.3125em;
}

.footer__part {
  max-width: 400px;
}

@media (max-width: 1020px) {
  .footer__upper {
    padding-top: 0px;
  }
  .footer__part {
    width: 50%;
    margin-top: 2.1875em;
  }
}
@media (max-width: 600px) {
  .footer__logo {
    height: 18px;
  }
  .cardi__logo {
    height: 16px;
  }
  .social.social--footer img {
    height: 18px;
  }
  footer {
    margin-top: 3.125em;
  }
}
@media (max-width: 550px) {
  .footer__part {
    width: 100%;
    max-width: none;
    margin-top: 1.875em;
  }
}
@media (max-width: 450px) {
  .footer__part {
    margin-top: 1.5625em;
  }
}
@media (max-width: 370px) {
  .footer__bottom a {
    order: 1;
  }
  .social--footer {
    order: 0;
    width: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 1.3333333333em;
  }
}
header {
  position: relative;
}

.header--large {
  background: url(8840204dfca5aa41ac9f38e5e954a584.jpg) no-repeat center center;
  background-size: cover;
  -webkit-background-size: cover;
  height: 54.4642857143%;
  max-height: 1000px;
  color: white;
}
.header--large .title--header {
  color: white;
}
.header--large .header__banner {
  padding-top: 9.5238095238%;
  padding-bottom: 14.880952381%;
  padding-left: 4.7619047619%;
  padding-right: 4.7619047619%;
}
.header--large .menu__container:after {
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 100%);
}
.header--large .header__intro {
  text-shadow: 0px 2px 7px rgba(1, 1, 1, 0.65);
  padding-left: 1.6666666667em;
}
.header--large .menu a {
  color: white;
}

.header--gradient:after {
  content: "";
  background: rgb(210, 228, 244);
  background: linear-gradient(180deg, rgba(210, 228, 244, 0.85) 0%, rgba(242, 249, 255, 0) 100%);
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 110%;
  top: 0px;
  left: 0px;
  display: block;
}

.header__logo {
  line-height: 0;
  font-size: 1em;
}
.header__logo img {
  height: 33px;
  width: auto;
}
.header__logo:hover {
  transform: scale(1.05);
}

.header__banner {
  padding-top: 7.1428571429%;
  padding-left: 8.9285714286%;
  padding-right: 8.9285714286%;
}
.header__banner.header__banner--without {
  padding-left: 4.7619047619%;
}

.header__intro {
  font-size: 1.125em;
  margin-top: 1.3888888889em;
  line-height: 1.8;
  max-width: 650px;
}

.header--centered {
  text-align: center;
  padding-left: 0px;
  padding-right: 0px;
}
.header--centered .header__content, .header--centered .header__intro, .header--centered .header__video {
  margin-left: auto;
  margin-right: auto;
}
.header--centered .header__intro {
  max-width: 650px;
}

.header__video {
  width: 900px;
  margin-top: 4.375em;
}
.header__video:after {
  padding-bottom: 56.2222222222%;
}
.header__video iframe {
  border-radius: 20px;
  box-shadow: 0px 3px 20px 10px rgba(0, 31, 62, 0.15);
}

.scroll__button {
  position: fixed;
  top: -3em;
  right: 4.7619047619%;
  z-index: 20;
  opacity: 0;
  pointer-events: none;
}

.scroll__button--show {
  opacity: 1;
  pointer-events: inherit;
  top: 1.75em;
}

@media (max-width: 1300px) {
  .header__banner {
    padding-left: 4.7619047619%;
    padding-right: 4.7619047619%;
  }
}
@media (max-width: 1050px) {
  .header__banner {
    padding-top: 3.125em;
  }
  .header__video {
    width: 100%;
    margin-top: 3.125em;
  }
}
@media (max-width: 800px) {
  .header__logo img {
    height: 28px;
  }
  .header__banner {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media (max-width: 700px) {
  .header--large .header__intro {
    padding-left: 0px;
  }
  .header__intro {
    font-size: 1em;
  }
}
@media (max-width: 600px) {
  .header__video {
    margin-top: 2.5em;
  }
  .btn.scroll__button {
    display: none;
  }
}
@media (max-width: 450px) {
  .header__banner {
    padding-top: 2.5em;
  }
  .header__intro {
    font-size: 0.95em;
  }
  .header__video {
    margin-top: 1.5625em;
  }
}
@media (max-width: 400px) {
  .header__logo img {
    height: 22px;
  }
}
.menu__container {
  padding-top: 2.1875em;
  padding-bottom: 1.875em;
  position: relative;
}
.menu__container:after {
  width: 70%;
  height: 1px;
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: rgb(217, 217, 217);
  background: linear-gradient(90deg, rgb(217, 217, 217) 0%, rgba(225, 225, 225, 0) 100%);
}

.menu a {
  font-weight: 400;
  color: black;
  font-size: 1.0625em;
  display: block;
}
.menu a:hover {
  color: #004489;
  text-decoration: underline;
}
.menu .current-menu-item a {
  text-decoration: underline;
  color: #004489;
  font-weight: 600;
}
.menu li + li {
  margin-left: 2.5em;
}

.footer__menu li {
  display: block;
}
.footer__menu a {
  color: #3E3E3E;
  font-weight: 300;
}
.footer__menu a:hover {
  color: #004489;
}

.menu__link--current {
  color: #004489;
}

.menu__icon {
  height: 22px;
}

.menu__action {
  display: none;
  line-height: 1;
}

.menu__action.action--hide {
  display: none;
}

.action--close {
  position: absolute;
  z-index: 15;
  top: 20px;
  right: 5%;
}

.footer__menu {
  margin-top: 0.9375em;
}
.footer__menu a {
  font-size: 0.9375em;
}
.footer__menu li + li {
  margin-top: 0.5em;
}

.footer__menu--column .footer__list {
  -moz-column-count: 2;
       column-count: 2;
  display: inline-block;
}

.menu__open {
  position: relative;
  top: 5px;
}

@media (max-width: 1200px) {
  .footer__menu--column .footer__list {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
@media (max-width: 1150px) {
  .menu__container {
    padding: 1em 5%;
  }
  .menu li + li {
    margin-left: 1.3333333333em;
  }
}
@media (max-width: 1020px) {
  .footer__menu--column .footer__list {
    display: inline-block;
  }
  .menu__container {
    top: 0px;
    width: 100%;
    z-index: 55;
    padding: 0.9375em 5%;
    justify-content: flex-start;
  }
  .header--large .menu__container {
    background: rgba(1, 1, 1, 0.15);
  }
  .btn--menu {
    margin-left: auto;
    margin-right: 1.1764705882em;
  }
  .menu__action {
    display: block;
  }
  .menu {
    display: block;
    position: absolute;
    width: 100%;
    height: auto;
    padding: 1.25em 0px;
    padding-top: 2.5em;
    background: white;
    z-index: 5;
    left: 0px;
    top: 0px;
    box-shadow: 0px 2px 10px rgba(1, 1, 1, 0.1);
  }
  .menu li {
    display: block;
    margin-left: 0px;
    padding: 0px 5%;
  }
  .menu li + li {
    margin-top: 1em;
    margin-left: 0px;
  }
  nav.menu--hidden {
    display: none;
  }
  .header--large .menu a {
    color: black;
  }
  .header--large .menu a:hover {
    color: #004489;
  }
}
@media (max-width: 700px) {
  .menu__open {
    top: 2px;
  }
  .menu__icon {
    height: 20px;
  }
}
@media (max-width: 400px) {
  .footer__menu--column .footer__list {
    -moz-column-count: 1;
         column-count: 1;
    display: block;
  }
  .footer__menu {
    margin-top: 0.625em;
  }
  .footer__menu li + li {
    margin-top: 0.3125em;
  }
}
ul.slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.6666666667em;
}
ul.slick-dots li {
  display: inline-block;
  background: rgba(1, 1, 1, 0.3);
  border-radius: 100%;
  width: 14px;
  height: 14px;
  padding: 0px;
  transition: all 0.25s ease 0s;
}
ul.slick-dots li.slick-active {
  background: #004489;
}
ul.slick-dots li:hover {
  background-color: #004489;
  transform: scale(1.1);
}
ul.slick-dots li button {
  opacity: 0;
}
ul.slick-dots li + li {
  margin-left: 0.5333333333em;
}

.slick-slider .slick-arrow {
  background: blue;
  position: absolute;
  right: 0px;
  bottom: -30px;
  z-index: 40;
  top: inherit;
  left: inherit;
  background: white;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slick-slider .slick-arrow:focus {
  background: white;
}
.slick-slider .slick-arrow:hover {
  background: #004489;
}
.slick-slider .slick-arrow:before {
  color: black;
  width: 6px;
  height: 11px;
  display: block;
}
.slick-slider .slick-prev {
  right: 60px;
  border-right: 1px solid #3E3E3E;
}
.slick-slider .slick-next:before {
  content: "";
  background: url(98de41c48072d5c3665d553ef441f045.svg) no-repeat center center;
  background-size: contain;
  -webkit-background-size: contain;
}
.slick-slider .slick-prev:before {
  content: "";
  background: url(98de41c48072d5c3665d553ef441f045.svg) no-repeat center center;
  background-size: contain;
  -webkit-background-size: contain;
}

.btn--primary {
  color: white;
  background-color: #004489;
  font-weight: 600;
  font-size: 1.125em;
  padding: 0.7777777778em 2.2222222222em;
  border-radius: 24px;
  display: table;
  transition: all 0.25s ease 0s;
  line-height: 1;
}
.btn--primary:hover {
  background: rgb(0, 93.3138686131, 188);
  color: white;
  transform: translateX(7px);
}

.btn--call {
  display: inline-block;
  margin-top: 2.7777777778em;
}

.btn--full {
  width: 100%;
  display: block;
  text-align: center;
}

.btn--inline {
  display: inline-block;
}

.btn--large {
  padding: 0.6111111111em 4.4444444444em;
}

.btn--header {
  margin-top: 3.3333333333em;
}

.btn--menu {
  font-size: 1.0625em;
  padding: 0.6666666667em 1.3333333333em;
}

.btn--white {
  color: white;
}

.btn--outline {
  border-radius: 24px;
  border: 1px solid white;
  background: rgba(255, 255, 255, 0.15);
  font-weight: 600;
  font-size: 1.125em;
  padding: 0.2777777778em 2.2222222222em;
  display: inline-block;
}

.btn--cookie {
  background-color: #004489;
  display: block;
  text-align: center;
  color: white;
  padding: 0.6666666667em;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  width: 100%;
  transition: all 0.25s ease 0s;
  font-weight: 600;
}
.btn--cookie:hover {
  background-color: rgb(0, 42.6861313869, 86);
  color: white;
  padding-left: 20px;
}

@media (max-width: 700px) {
  .btn--outline, .btn--primary {
    font-size: 1.0625em;
  }
  .btn--menu {
    font-size: 1em;
  }
  .btn--header {
    margin-top: 2.2222222222em;
  }
}
@media (max-width: 500px) {
  .btn--outline, .btn--primary {
    font-size: 1em;
    padding: 0.8333333333em 1.3888888889em;
  }
}
@media (max-width: 400px) {
  .article__content {
    margin-top: 1em;
  }
  .btn--outline {
    font-size: 0.9375em;
    padding: 0.6666666667em 1.1111111111em;
  }
  .btn--menu {
    font-size: 0.9375em;
    padding: 0.6666666667em 1em;
    margin-right: 0.5em;
  }
  .btn--header {
    margin-top: 1.6666666667em;
  }
  .btn--call {
    margin-top: 2.5em;
  }
}
.list--bullet li {
  display: flex;
}
.list--bullet li:before {
  content: "•";
  color: #004489;
  font-size: 1.5625em;
  position: relative;
  line-height: 1;
  margin-right: 0.6em;
}
.list--bullet li + li {
  margin-top: 1.25em;
}

span.select2-container--default .select2-selection--single {
  border: 1px solid rgb(214.25, 214.25, 214.25) !important;
  border-radius: 0px !important;
}

textarea {
  min-height: 100px;
}

.woocommerce form .form-row label, .woocommerce-page form .form-row label {
  font-size: 0.9333333333em;
  color: rgb(36.5, 36.5, 36.5);
  margin-bottom: 5px;
  display: block;
}

.woocommerce-variation-add-to-cart {
  margin-top: 1.3333333333em;
}

.form__part input, .form__part textarea, .form__part select {
  width: 100%;
}

.form__part--half {
  width: 45%;
}

.form__part--full {
  width: 100%;
}

.form__line + .form__line {
  margin-top: 4.0625em;
}

.input--classic {
  border-bottom: 1px solid rgba(207, 207, 207, 0.7);
  font-size: 1.125em;
  padding-bottom: 0.5555555556em;
}

.form__submit {
  margin-top: 4.0625em;
}

.form__submit--contact {
  min-width: 45%;
  display: inline-block;
}

.form__message {
  margin-bottom: 2.6666666667em;
  font-weight: 600;
  border-radius: 5px;
  padding: 0.6666666667em 1.3333333333em;
}

.form__message--error {
  border: 1px solid red;
  color: red;
  background: rgba(255, 0, 0, 0.2);
}

.form__message--success {
  border: 1px solid green;
  color: green;
  background: rgba(0, 128, 0, 0.2);
}

.form__error {
  border: 1px solid red;
  color: red;
  background: rgba(255, 0, 0, 0.2);
}

.form__success {
  border: 1px solid green;
  color: green;
  background: rgba(0, 128, 0, 0.2);
}

select {
  padding-right: 30px;
  position: relative;
  background: url(98de41c48072d5c3665d553ef441f045.svg) no-repeat 97.5% center rgba(255, 255, 255, 0.1);
}

@media (max-width: 700px) {
  .input--classic {
    font-size: 1em;
    padding-bottom: 0.4375em;
  }
  .form__line + .form__line {
    margin-top: 2.3333333333em;
  }
}
@media (max-width: 550px) {
  .form__part--half {
    width: 100%;
  }
  .form__part--half + .form__part--half {
    margin-top: 2em;
  }
  .form__line + .form__line {
    margin-top: 2em;
  }
  .form__submit {
    margin-top: 2.5em;
    width: 100%;
  }
}
@media (max-width: 400px) {
  .form__part--half + .form__part--half {
    margin-top: 1.3333333333em;
  }
  .form__line + .form__line {
    margin-top: 1.3333333333em;
  }
  .form__submit {
    margin-top: 1.875em;
  }
  .input--classic {
    font-size: 0.9375em;
  }
}
.card {
  background: white;
  box-shadow: 0px 3px 20px 5px rgba(0, 31, 62, 0.06);
  padding: 1.25em 1.875em;
  border-radius: 20px;
  transition: all 0.25s ease 0s;
}

@media (max-width: 450px) {
  .card {
    padding: 0.9375em 1.25em;
    border-radius: 12px;
  }
}
.section__intro--centered {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.section__intro {
  max-width: 600px;
}

.intro__texts {
  font-size: 1.0625em;
  margin-top: 1.1764705882em;
}

.intro__btn {
  margin-top: 2.5em;
}

@media (max-width: 700px) {
  .intro__texts {
    font-size: 1em;
  }
  .section__intro {
    max-width: 90%;
  }
}
.remodal {
  border-radius: 15px;
}

.remodal__inner {
  padding: 0.6666666667em 4.6666666667em;
  width: 600px;
  min-height: 500px;
  height: 70vh;
}

button.remodal-close {
  left: inherit;
  right: 0px;
}

.cookie__banner {
  width: 450px;
  background-color: white;
  box-shadow: 0px 0px 50px 10px rgba(1, 1, 1, 0.15);
  position: fixed;
  left: 20px;
  bottom: 20px;
  border-radius: 20px;
  z-index: 15;
  transform: translateX(-200%);
  animation-name: cookiebox;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  animation-delay: 0.5s;
}

.cookie__upper {
  padding: 2em;
}
.cookie__upper ul {
  margin: 0.6666666667em 0px;
}
.cookie__upper li {
  display: block;
  padding-left: 0.6666666667em;
}
.cookie__upper li:before {
  content: "- ";
}
.cookie__upper li + li {
  margin-top: 0.3333333333em;
}
.cookie__upper a {
  text-decoration: underline;
}

.cookie__texts {
  margin-top: 0.6666666667em;
}

@keyframes cookiebox {
  from {
    transform: translateX(-200%);
  }
  to {
    transform: translateX(0%);
  }
}
@media (max-width: 700px) {
  .remodal__inner {
    padding: 0.6666666667em 0px;
    width: 100%;
  }
  .cookie__banner {
    width: 95%;
    left: 2.5%;
  }
}
@media (max-width: 450px) {
  .cookie__banner {
    font-size: 14px;
  }
}
.call__content {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.call__text {
  margin-top: 0.652173913em;
  font-size: 1.4375em;
  color: #7E7E7E;
}

.call--fancy {
  background: rgb(210, 228, 244);
  background: linear-gradient(90deg, rgb(242, 249, 255) 0%, rgba(242, 249, 255, 0.35) 100%);
  padding: 3.125em 5%;
  text-align: center;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
.call--fancy:before {
  width: 620px;
  height: 500px;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: -1;
  transform: translate(20%, -10%);
  display: block;
  content: "";
  opacity: 0.75;
  background: url(82003c7b9a38f7d4337a78d4f954e1da.svg) no-repeat center center;
  background-size: contain;
  -webkit-background-size: contain;
}

.call--coaching {
  margin: 3.125em 0px 5em;
}

.call--mission {
  margin-top: 9.0909090909%;
  position: relative;
  text-align: left;
  color: #004489;
  font-size: 1.5625em;
}
.call--mission p {
  max-width: 800px;
}

@media (max-width: 1200px) {
  .call--mission {
    font-size: 1.4375em;
  }
}
@media (max-width: 900px) {
  .call__text {
    font-size: 1.25em;
  }
  .call--mission {
    font-size: 1.25em;
  }
}
@media (max-width: 750px) {
  .call--mission {
    margin-top: 3.75em;
  }
}
@media (max-width: 700px) {
  .call--coaching {
    margin: 0.6666666667em 0px 2em;
  }
  .call__content {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 600px) {
  .call__text {
    font-size: 1.125em;
  }
  .call--mission {
    font-size: 1.125em;
  }
}
.testimonials__list {
  margin-top: 1.875em;
}

.testimonial__name {
  color: #004489;
}

.testimonial__content {
  font-size: 0.9375em;
  margin-top: 1.3333333333em;
}

.slider--testimonials li {
  padding: 1.25em 1.25em;
}

@media (max-width: 1350px) {
  .slider--testimonials li {
    padding: 1.25em 0.9375em;
  }
}
@media (max-width: 850px) {
  .slider--testimonials li {
    padding: 1.25em 0.625em;
  }
}
@media (max-width: 480px) {
  .slider--testimonials {
    width: 100%;
    margin: 1.5625em auto 0px;
  }
  .slider--testimonials li {
    padding: 0.625em 1.125em;
  }
}
.item__icon {
  width: 100px;
  height: auto;
}

.item__description {
  margin-top: 0.625em;
  font-size: 1.0625em;
}

.item__bottom {
  margin-top: 2em;
}

@media (max-width: 1100px) {
  .item__description {
    font-size: 1em;
  }
  .item__bottom {
    margin-top: 1.6666666667em;
  }
}
@media (max-width: 950px) {
  .item__icon {
    width: 80px;
  }
}
@media (max-width: 600px) {
  .item__icon {
    width: 60px;
  }
}
@media (max-width: 550px) {
  .item__description {
    font-size: 0.9375em;
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
  .title--item {
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
}
.breadcrumb {
  margin-top: 1.25em;
  margin-left: 4.7619047619%;
}
.breadcrumb__item {
  display: inline-block;
  font-size: 0.9333333333em;
}
.breadcrumb__item::first-letter {
  text-transform: uppercase;
}
.breadcrumb__link {
  color: #004489;
  font-weight: 300;
}
.breadcrumb__link:after {
  content: "/";
  padding: 0px 0.3571428571em;
}
.breadcrumb__item--current {
  color: #3E3E3E;
  font-weight: 600;
}

@media (max-width: 1200px) {
  .breadcrumb {
    margin-bottom: 0.6666666667em;
  }
  .breadcrumb__item {
    display: inline-block;
    font-size: 0.8666666667em;
  }
}
@media (max-width: 850px) {
  .breadcrumb {
    position: relative;
  }
}
@media (max-width: 400px) {
  .breadcrumb__item {
    font-size: 0.8em;
  }
}
.partner {
  justify-content: center;
  align-items: center;
  margin-top: 1.3333333333em;
}
.partner__item {
  transition: all 0.25s ease 0s;
  display: inline-block;
  margin-right: 4.1666666667%;
  margin-top: 2.6666666667em;
}
.partner__item:hover {
  transform: scale(1.05);
}
.partner__img {
  max-width: 230px;
  max-height: 50px;
  display: block;
}

@media (max-width: 1200px) {
  .partner__item {
    margin-top: 2em;
  }
  .partner__img {
    max-width: 200px;
    max-height: 45px;
  }
}
@media (max-width: 900px) {
  .partner__item {
    margin-top: 1.6666666667em;
  }
  .partner__img {
    max-width: 150px;
    max-height: 40px;
  }
}
@media (max-width: 650px) {
  .partner__item {
    margin-top: 1.3333333333em;
    margin-right: 1.6666666667em;
  }
  .partner__img {
    max-width: 115px;
    max-height: 35px;
  }
}
@media (max-width: 450px) {
  .partner__img {
    max-width: 105px;
    max-height: 30px;
  }
}
/**
 * #COMPONENTS
 */
.about__band + .about__band {
  margin-top: 7.2463768116%;
}

.about__band--reverse {
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.about__band--reverse .about__img {
  margin-right: 10.8695652174%;
}

.about__texts {
  width: 600px;
}
.about__texts p + p {
  margin-top: 1.875em;
}

.about__content {
  font-size: 1.0625em;
  margin-top: 0.8823529412em;
}
.about__content .about__band:first-child {
  padding-top: 0px;
}

.about__img img {
  border-radius: 22px;
  box-shadow: 0px 2px 20px 5px rgba(1, 1, 1, 0.15);
}

.about__img--large {
  width: 600px;
}
.about__img--large:after {
  padding-bottom: 55%;
}

.about__img--tall {
  width: 500px;
}
.about__img--tall:after {
  padding-bottom: 110%;
}

@media (max-width: 1480px) {
  .about__texts {
    width: 45%;
  }
  .about__img {
    width: 45%;
  }
  .about__band--reverse .about__img {
    margin-right: 10%;
  }
  .about__band + .about__band {
    margin-top: 3.3333333333em;
  }
}
@media (max-width: 1200px) {
  .about__content {
    font-size: 1em;
  }
}
@media (max-width: 1050px) {
  .about__texts, .about__img {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .about__img {
    margin-top: 2.5em;
  }
  .about__band--reverse .about__img {
    margin-right: auto;
  }
  .about__band + .about__band {
    margin-top: 2em;
  }
}
@media (max-width: 800px) {
  .about__content {
    margin-top: 0px;
  }
  .about__content .about__band:first-child {
    margin-top: 1em;
  }
  .title--section + .about__content {
    margin-top: 1.25em;
  }
}
@media (max-width: 650px) {
  .about__texts, .about__img {
    width: 100%;
  }
  .about__img {
    margin-top: 1.5625em;
  }
  .about__band + .about__band {
    margin-top: 2.6666666667em;
  }
}
@media (max-width: 450px) {
  .about__band + .about__band {
    margin-top: 0px;
  }
}
.form__container {
  width: 52.4137931034%;
  padding-top: 6.2068965517%;
}

.contact__bonus {
  width: 480px;
  background: rgb(210, 228, 244);
  background: linear-gradient(90deg, rgb(242, 249, 255) 0%, rgba(242, 249, 255, 0.35) 100%);
  padding: 1.25em 3.4482758621%;
}

.contact__intro {
  font-size: 1.125em;
  margin-top: 0.2941176471em;
  max-width: 95%;
}

.bonuses__list {
  margin-top: 2.5em;
}

.bonus__item:before {
  color: #004489;
}

@media (max-width: 1300px) {
  .form__container {
    margin-right: 3.4482758621%;
  }
  .contact__bonus {
    width: 41.3793103448%;
  }
}
@media (max-width: 1050px) {
  .form__container {
    margin-right: 0px;
    width: 100%;
  }
  .contact__bonus {
    width: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 2.5em 3.4482758621%;
    margin-top: 3.75em;
  }
}
@media (max-width: 400px) {
  .contact__bonus {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    padding: 1.875em 5%;
    margin-top: 2.5em;
  }
  .bonuses__list {
    text-align: left;
    margin-top: 1.875em;
  }
}
.mission__content {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 70px;
       column-gap: 70px;
  font-size: 1.0625em;
  line-height: 1.8;
}
.mission__content p + p {
  margin-top: 2.9411764706em;
}

.values__list {
  justify-content: center;
}

.value__item {
  margin-top: 3.125em;
  display: block;
  width: 26.3157894737%;
}
.value__item + .value__item {
  margin-left: 6.5789473684%;
}

.mission__icf {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 105px;
  display: block;
  transform: translate(-50%, -50%);
  z-index: 4;
}
.mission__icf img {
  width: 100%;
  display: block;
  height: auto;
}

@media (max-width: 1450px) {
  .mission__icf {
    width: 95px;
    transform: translate(-30%, -50%);
  }
}
@media (max-width: 950px) {
  .mission__content {
    -moz-column-gap: 50px;
         column-gap: 50px;
    font-size: 1em;
  }
  .mission__content p + p {
    margin-top: 1.5625em;
  }
  .mission__icf {
    width: 85px;
    transform: translate(-20%, -30%);
  }
}
@media (max-width: 850px) {
  .objectives__list--small .value__item {
    width: 24.2753623188%;
  }
  .objectives__list--small .value__item + .value__item {
    margin-left: 13.4057971014%;
  }
  .value__item, .objectives__list--small .value__item {
    width: 45%;
    margin-left: 0px;
    margin-top: 1.875em;
  }
  .value__item + .value__item, .value__item + .objectives__list--small .value__item, .objectives__list--small .value__item + .value__item, .objectives__list--small .value__item + .objectives__list--small .value__item {
    margin-left: 0px;
  }
  .values__list {
    justify-content: space-between;
  }
}
@media (max-width: 750px) {
  .mission__content {
    -moz-column-count: 1;
         column-count: 1;
  }
  .mission__icf {
    width: 75px;
    transform: translate(-20%, -40%);
  }
}
@media (max-width: 580px) {
  .value__item {
    width: 100%;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
  .value__item + .value__item {
    margin-left: auto;
  }
}
@media (max-width: 400px) {
  .mission__content {
    font-size: 0.95em;
  }
}
.coachings__list--start {
  width: 51.3157894737%;
  justify-content: space-between;
  position: relative;
}
.coachings__list--start .coaching__item {
  width: 47.4358974359%;
}
.coachings__list--start .coaching__item:last-child .coaching__article {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.coachings__list--up {
  top: -50px;
}

.coaching__texts--sticky {
  position: sticky;
  top: 70px;
}

.coaching__item {
  display: block;
  width: 31.1594202899%;
  margin-bottom: 1.875em;
  transition: all 0.25s ease 0s;
}
.coaching__item:hover {
  transform: translateY(-7px);
}
.coaching__item:hover .card {
  box-shadow: 0px 3px 20px 5px rgba(0, 31, 62, 0.08);
}
.coaching__item .item__description {
  margin-bottom: 2em;
}
.coaching__item .item__bottom {
  margin-top: auto;
  align-items: flex-end;
}

.coaching__article {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.faq {
  position: relative;
}
.faq__intro {
  margin-top: 1.5em;
}
.faq__questions {
  width: 52.380952381%;
  flex-shrink: 0;
  padding: 4em 17.8571428571% 4.6666666667em 4.7619047619%;
  background: rgb(210, 228, 244);
  background: linear-gradient(90deg, rgb(242, 249, 255) 0%, rgba(242, 249, 255, 0.35) 100%);
  position: relative;
}
.faq__questions > div {
  position: sticky;
  top: 50px;
}
.faq__item {
  display: block;
}
.faq__item + .faq__item {
  border-top: 1px solid #E3E3E3;
}
.faq__item--current a {
  color: #004489;
  font-weight: 600;
}
.faq__link {
  display: block;
  padding: 0.8em 0px;
}
.faq__list {
  width: 100%;
  margin-top: 3.3333333333em;
}
.faq__answer {
  display: none;
}
.faq__answer--current {
  display: block;
}
.faq__answers {
  padding-left: 5.9523809524%;
  width: 44.6428571429%;
  padding-top: 4em;
}
.faq__next {
  position: absolute;
  right: 4.7619047619%;
  bottom: 0px;
}

.answer__content {
  margin-top: 2em;
}
.answer__content p + p {
  margin-top: 1.6em;
}
.answer__content em {
  color: black;
  font-weight: 600;
}
.answer__content a {
  color: #004489;
  text-decoration: underline;
}

.includings__list {
  margin-top: 3.125em;
  margin-bottom: 3.125em;
}

.including__item {
  background-color: white;
  font-weight: 600;
  line-height: 1.25;
  color: black;
  font-family: "Lexend", sans-serif;
  font-size: 1.3125em;
  display: inline-block;
  border-radius: 20px;
  margin: 0.5714285714em;
  padding: 0.9523809524em 1.6666666667em;
  box-shadow: 0px 2px 20px 5px rgba(1, 1, 1, 0.05);
  position: relative;
}
.including__item:after {
  width: 28px;
  height: 28px;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 2;
  transform: translate(35%, -35%);
  display: block;
  content: "";
  background: url(4f7cce7a542879fa47272e3fe9616f90.svg) no-repeat center center;
  background-size: contain;
  -webkit-background-size: contain;
}

.ready__content {
  width: 500px;
  margin-left: 7.5%;
  padding: 8.125% 0px;
  color: white;
  max-height: 90vh;
}
.ready__content .title--section {
  font-size: 3.125em;
  line-height: 1.05;
  color: white;
}
.ready__content .intro__texts {
  font-size: 1.1875em;
}

.ready__list {
  margin: 2.7777777778em 0px;
  font-weight: 600;
  font-size: 1.125em;
}

li.ready__item + li.ready__item {
  margin-top: 0.8333333333em;
}
li.ready__item:before {
  color: white;
}

.ready__container {
  position: relative;
}

.ready__img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
}
.ready__img img {
  width: 100%;
  border-radius: 22px;
  height: 100%;
}

.ready__icf {
  width: 110px;
  height: auto;
  position: absolute;
  right: 40px;
  bottom: 0px;
  z-index: 2;
  transform: translateY(40%);
}
.ready__icf img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 1500px) {
  .coaching__texts {
    width: 40%;
  }
}
@media (max-width: 1300px) {
  .ready__content .title--section {
    font-size: 2.5em;
  }
}
@media (min-width: 1250px) {
  .coachings__list--start .coaching__item:nth-child(3n+2) {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (max-width: 1250px) {
  .faq__questions {
    width: 44.6428571429%;
    padding: 3.3333333333em 5.9523809524% 4.3333333333em 4.7619047619%;
  }
  .faq__answers {
    width: 50.5952380952%;
    padding-top: 3.3333333333em;
  }
  .faq__list {
    margin-top: 2em;
  }
  .coachings__list--start .coaching__item {
    width: 100%;
  }
  .coachings__list--start .coaching__item .coaching__article {
    width: 100%;
  }
  .coachings__list--start .coaching__item:nth-child(3), .coachings__list--start .coaching__item:nth-child(4), .coachings__list--start .coaching__item:nth-child(5) {
    display: none;
  }
}
@media (max-width: 1100px) {
  .including__item {
    font-size: 1.125em;
    margin: 0.5555555556em;
    padding: 1em 1.6666666667em;
  }
  .including__item:after {
    width: 25px;
    height: 25px;
  }
  .ready__list {
    margin: 1.9444444444em 0px;
  }
}
@media (min-width: 1000px) {
  .coaching__item:nth-child(3n+2) {
    margin-left: 3.2608695652%;
    margin-right: 3.2608695652%;
  }
}
@media (max-width: 1000px) {
  .coaching__item {
    width: 48%;
  }
  .coachings__list {
    justify-content: space-between;
  }
}
@media (max-width: 900px) {
  .faq__questions {
    width: 100%;
    padding: 2.6666666667em 5%;
  }
  .faq__intro {
    max-width: 550px;
  }
  .faq__answers {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
    margin-top: 2em;
    padding-top: 0px;
  }
  .faq__next {
    display: table;
    margin-left: auto;
    position: static;
    margin-top: 1.3333333333em;
  }
  .ready__content .title--section {
    font-size: 2.1875em;
  }
}
@media (max-width: 900px) {
  .coachings__list--start {
    display: none;
  }
  .coaching__texts {
    width: 100%;
    text-align: center;
    margin-top: 2.6666666667em;
  }
  .coaching__texts .section__intro {
    margin-left: auto;
    margin-right: auto;
  }
  .coaching__texts .btn {
    display: inline-block;
  }
}
@media (max-width: 750px) {
  .ready__icf {
    width: 90px;
    right: 20px;
    transform: translateY(80%);
  }
  .ready__content {
    width: 100%;
    margin: 0px;
    padding: 2.8125em 5% 2.8125em;
  }
  .ready__content .section__intro {
    text-align: center;
    max-width: inherit;
  }
  .ready__content .intro__texts {
    font-size: 1.125em;
    margin-top: 0.5em;
  }
  .including__item {
    font-size: 1em;
    margin: 0.625em 0.5em;
    padding: 1em 1.875em;
  }
  .including__item:after {
    width: 25px;
    height: 25px;
  }
  li.ready__item + li.ready__item {
    margin-top: 0.5555555556em;
  }
}
@media (max-width: 700px) {
  .coaching__texts .section__intro {
    max-width: inherit;
  }
}
@media (max-width: 650px) {
  .coaching__item {
    width: 100%;
    margin-bottom: 1.25em;
  }
  .includings__list {
    margin-top: 2.1875em;
    margin-bottom: 2.5em;
  }
  .includings__list + .btn--primary {
    display: block;
    text-align: center;
  }
}
@media (max-width: 600px) {
  .ready__content .title--section {
    font-size: 1.875em;
  }
}
@media (max-width: 550px) {
  .including__item {
    font-size: 1em;
    margin: 0.625em 0.375em;
    padding: 0.875em 1.25em;
  }
  .including__item:after {
    width: 22px;
    height: 22px;
  }
  .ready__container {
    margin-top: 1.875em;
    margin-bottom: 1.875em;
  }
  .ready__icf {
    width: 80px;
  }
}
@media (max-width: 500px) {
  .faq__intro {
    font-size: 0.9333333333em;
    margin-top: 0.6666666667em;
  }
  .faq__link {
    font-size: 0.9333333333em;
  }
  .answer__content {
    font-size: 0.9333333333em;
    margin-top: 1.0714285714em;
  }
  .ready__content .title--section {
    font-size: 1.75em;
  }
  .including__item {
    font-size: 0.9375em;
  }
  .ready__list {
    font-size: 1.0625em;
  }
}
@media (max-width: 450px) {
  .includings__list {
    margin-top: 1.875em;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .including__item {
    display: flex;
    align-items: center;
    font-size: 0.875em;
    margin: 0.4375em 0.3125em;
    padding: 0.625em 0.8125em;
    width: 46.5%;
  }
  .including__item:after {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 400px) {
  .ready__list {
    font-size: 1em;
  }
  .ready__container {
    margin-top: 0.625em;
  }
  .ready__content {
    padding: 1.875em 5% 2.5em;
  }
  .ready__content .intro__texts {
    font-size: 1em;
  }
  .ready__content .title--section {
    font-size: 1.5625em;
  }
}
.objectives__list {
  justify-content: center;
  margin-bottom: 3.3333333333em;
  width: 100%;
}

.objectives__list--small .value__item {
  width: 24.2753623188%;
}
.objectives__list--small .value__item + .value__item {
  margin-left: 13.4057971014%;
}

.articles__list--short {
  margin-top: 3.75em;
  margin-bottom: 3.125em;
}

.articles__list--blog {
  margin-top: 2.1875em;
}

.articles__list--full .article__item:nth-child(1n+4), .articles__list--blog .article__item:nth-child(1n+4) {
  margin-top: 5.3333333333em;
}

.articles__list--main .article__item {
  width: 47.3684210526%;
}
.articles__list--main .article__item:nth-child(3n+2) {
  margin: 0px;
}

.article__item {
  width: 30.9210526316%;
  display: block;
  transition: all 0.25s ease 0s;
}
.article__item:hover {
  transform: translateY(-7px);
}
.article__item:hover .article__illustration img {
  box-shadow: 0px 2px 20px 5px rgba(1, 1, 1, 0.3);
}
.article__item .item__bottom {
  margin-top: 1.25em;
}

.article__header {
  width: 100%;
}
.article__header .title--header {
  font-size: 2.5em;
}
.article__header .header__intro {
  font-size: 1.0625em;
}

.article__intro {
  max-width: 700px;
  width: 52%;
}

.article__illustration img {
  border-radius: 13px;
  box-shadow: 0px 2px 20px 5px rgba(1, 1, 1, 0.15);
  transition: all 0.25s ease 0s;
}
.article__illustration:after {
  padding-bottom: 63.829787234%;
}

.article__author {
  margin-top: 2.1875em;
}

.article__resume {
  margin-top: 0.9375em;
  max-width: 90%;
}

.resume__content {
  margin-top: 0.625em;
}

.blog__content .section:first-child {
  padding-top: 0px;
}

.blog__more {
  background: rgb(210, 228, 244);
  background: linear-gradient(90deg, rgb(242, 249, 255) 0%, rgba(242, 249, 255, 0.35) 100%);
  padding: 2.5em 3.2894736842% 4.375em;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
.blog__more:before {
  width: 620px;
  height: 500px;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: -1;
  transform: translate(20%, -10%);
  display: block;
  content: "";
  opacity: 0.55;
  background: url(82003c7b9a38f7d4337a78d4f954e1da.svg) no-repeat center center;
  background-size: contain;
  -webkit-background-size: contain;
}

.magazines__list {
  margin-top: 2.5em;
  -moz-column-count: 5;
       column-count: 5;
  -moz-column-gap: 100px;
       column-gap: 100px;
}
.magazines__list a {
  font-weight: 300;
  font-size: 1.125em;
}
.magazines__list li + li {
  margin-top: 0.9375em;
}

.article__content {
  margin-top: 11.4285714286%;
}

.article__sign {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  border-top: 1px solid #E3E3E3;
  padding-top: 1.5625em;
  margin-top: 4.375em;
  margin-bottom: 11.4285714286%;
}

.sign__img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 1.875em;
  flex-shrink: 0;
}

.sign__content {
  max-width: 420px;
}

.sign__name {
  font-weight: 600;
  line-height: 1.25;
  color: black;
  font-family: "Lexend", sans-serif;
  font-size: 1.5em;
  margin-bottom: 0.2083333333em;
}

.author__img {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 1.25em;
}

.author__by {
  line-height: 1;
}
.author__by em {
  font-weight: 600;
}

.by__linkedin {
  margin-left: 0.625em;
  line-height: 1;
}
.by__linkedin img {
  width: 20Px;
  height: 20px;
  display: block;
}

.article__img {
  width: 42.7631578947%;
}
.article__img:after {
  padding-bottom: 63.8461538462%;
}
.article__img img {
  border-radius: 13px;
  box-shadow: 0px 2px 20px 5px rgba(1, 1, 1, 0.15);
}

.article__start {
  width: 100%;
  background: #004489;
  color: white;
  text-align: center;
  border-radius: 18px;
  padding: 2.5em 5%;
  background: url(66a0e1d5eea7a750b427a26a5697e52b.jpg) no-repeat center top;
  background-size: cover;
  -webkit-background-size: cover;
}

.start__logo {
  width: 175px;
  height: auto;
}

.start__text {
  font-size: 1.125em;
  margin-top: 1em;
  margin-bottom: 2em;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
.start__text a {
  color: white;
  text-decoration: underline;
  font-weight: 400;
}

@media (max-width: 1350px) {
  .magazines__list {
    -moz-column-count: 4;
         column-count: 4;
  }
}
@media (min-width: 1050px) {
  .article__item:nth-child(3n+2) {
    margin-left: 3.6184210526%;
    margin-right: 3.6184210526%;
  }
}
@media (max-width: 1050px) {
  .article__item {
    width: 48.5%;
  }
  .articles__list--short, .articles__list--blog {
    justify-content: space-between;
  }
  .articles__list--short .article__item:nth-child(3n+1), .articles__list--blog .article__item:nth-child(3n+1) {
    display: none;
  }
  .articles__list--full {
    justify-content: space-between;
  }
  .articles__list--full .article__item:nth-child(1n+4) {
    margin-top: 2.6666666667em;
  }
  .articles__list--full li.article__item {
    margin-top: 2.6666666667em;
  }
  .article__img {
    width: 100%;
    order: 0;
    margin: 0px auto 2.5em;
  }
  .article__intro {
    order: 2;
    width: 100%;
    max-width: inherit;
  }
  .article__header .title--header {
    font-size: 1.875em;
    max-width: 650px;
  }
  .article__header .header__intro {
    font-size: 1em;
  }
  .blog__more {
    padding: 1.875em 3.2894736842% 3.125em;
  }
}
@media (max-width: 950px) {
  .magazines__list {
    -moz-column-count: 3;
         column-count: 3;
  }
  .magazines__list a {
    font-size: 1.0625em;
  }
  .magazines__list li + li {
    margin-top: 0.625em;
  }
}
@media (max-width: 650px) {
  .objectives__list--small .value__item {
    width: 100%;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.875em;
  }
  .objectives__list--small .value__item + .value__item {
    margin-left: auto;
  }
  .article__header .title--header {
    font-size: 1.5625em;
  }
  .article__img {
    margin-bottom: 1.875em;
  }
  .article__author {
    margin-top: 1.875em;
  }
  .article__item {
    width: 100%;
  }
  .article__item + .article__item {
    margin-top: 2.1875em;
  }
  .articles__list--main .article__item {
    width: 100%;
  }
  .articles__list--main .article__item + .article__item {
    margin-top: 1.5625em;
  }
  .articles__list--blog {
    margin-top: 0.625em;
  }
  .article__sign {
    padding-top: 1.25em;
    margin-top: 2.5em;
    margin-bottom: 3.125em;
  }
  .sign__img {
    width: 60px;
    height: 60px;
    margin-right: 1.25em;
  }
  .sign__name {
    font-size: 1.25em;
  }
  .sign__description {
    font-size: 0.95em;
  }
  .article__resume {
    max-width: inherit;
  }
  .article__resume .title--item {
    margin-left: 0px;
  }
  .magazines__list {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media (max-width: 500px) {
  .article__start {
    padding: 1.875em 5%;
  }
  .start__logo {
    width: 150px;
  }
  .start__text {
    font-size: 1.125em;
    margin-bottom: 1.5em;
  }
  .article__header .title--header {
    font-size: 1.375em;
  }
  .article__header .header__intro {
    font-size: 0.9375em;
    margin-top: 0.8em;
  }
  .author__img {
    width: 45px;
    height: 45px;
    margin-right: 15px;
  }
  .author__date {
    line-height: 1;
    margin-top: 5px;
  }
  .author__date, .author__by {
    font-size: 0.95em;
  }
  .articles__list--short {
    margin-top: 2.8125em;
    margin-bottom: 2.8125em;
  }
  .articles__list--short + .section--centered .btn--primary {
    display: block;
    text-align: center;
  }
  .articles__list--blog {
    margin-top: 0px;
  }
  .blog__more {
    padding: 1.875em 3.2894736842% 1.5625em;
  }
  .magazines__list {
    margin-top: 1.25em;
  }
}
@media (max-width: 400px) {
  .value__item, .objectives__list--small .value__item {
    margin-top: 1.25em;
  }
  .start__logo {
    width: 130px;
  }
  .start__text {
    font-size: 1.0625em;
    margin-top: 5px;
    margin-bottom: 1.5625em;
  }
  .article__sign {
    text-align: center;
    justify-content: center;
    flex-direction: column;
  }
  .sign__img {
    margin-right: 0px;
    margin-bottom: 0.9375em;
  }
}
.graph__texts {
  width: 50.5952380952%;
  padding: 3.125em 8.9285714286% 3.75em;
}

.graph__btn {
  margin-top: 2.5em;
}

.graphs__datas {
  width: 500px;
  margin-left: 3.5714285714%;
  align-self: flex-end;
}

.graph__item {
  display: block;
}
.graph__item + .graph__item {
  margin-top: 1.5625em;
}

.graph__bar {
  line-height: 1;
  margin-top: 0.5em;
}

.bar__bar {
  display: block;
  width: 50%;
  margin-right: 0.9375em;
  height: 15px;
  border-radius: 6px;
  transition: all 0.25s ease 0s;
}

.graph__bar--before {
  color: black;
}
.graph__bar--before .bar__bar {
  background: #DDDDDD;
}

.graph__bar--after {
  color: #004489;
}
.graph__bar--after .bar__bar {
  background: #004489;
}

.bar__value {
  font-weight: 600;
  line-height: 1.25;
  font-family: "Lexend", sans-serif;
}

.graph__details {
  margin-top: 2.8125em;
}

.details__item {
  line-height: 1;
  display: flex;
  align-items: center;
}
.details__item + .details__item {
  margin-left: 2.1875em;
}
.details__item:before {
  width: 20px;
  height: 20px;
  display: inline-block;
  background: #DDDDDD;
  content: "";
  margin-right: 0.3125em;
  border-radius: 4px;
}

.details--after {
  color: #004489;
}
.details--after:before {
  background: #004489;
}

@media (max-width: 1120px) {
  .graph__texts {
    width: 50.5952380952%;
    padding: 2.5em 4.7619047619% 3.125em;
  }
  .graphs__datas {
    width: 45%;
  }
  .graph__item {
    width: 80%;
  }
}
@media (max-width: 950px) {
  .graph__texts, .graphs__datas {
    width: 100%;
    background: none;
    padding: 0px;
    margin-left: 4.7619047619%;
    margin-right: 4.7619047619%;
  }
  .graph__texts .section__intro {
    margin-left: 0px;
  }
  .graph__texts .btn {
    display: inline-block;
  }
  .graphs__datas {
    margin-top: 3.3333333333em;
    margin-bottom: 1.875em;
  }
}
@media (max-width: 800px) {
  .graph__texts, .graphs__datas {
    margin-left: 5%;
    margin-right: 5%;
  }
}
@media (max-width: 700px) {
  .graph__texts .section__intro {
    max-width: inherit;
  }
}
@media (max-width: 600px) {
  .graph__item + .graph__item {
    margin-top: 0.9375em;
  }
  .graph__bar {
    margin-top: 3px;
  }
  .graph__details {
    margin-top: 2em;
  }
}
@media (max-width: 550px) {
  .graphs__datas {
    margin-top: 3.3333333333em;
  }
  .details__item {
    font-size: 0.95em;
  }
  .details__item:before {
    width: 17px;
    height: 17px;
  }
}
@media (max-width: 550px) {
  .graph__details {
    display: block;
  }
  .graphs__datas {
    margin-bottom: 0px;
  }
  .details__item + .details__item {
    margin-left: 0px;
    margin-top: 0.9375em;
  }
}
/**
 * #TRUMPS
 */
/*------------------------------------*\
    #CLEARFIX
\*------------------------------------*/
/**
 * Micro clearfix, as per: css-101.org/articles/clearfix/latest-new-clearfix-so-far.php
 * Extend the clearfix class with Sass to avoid the `.clearfix` class appearing
 * over and over in your markup.
 */
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/*------------------------------------*\
    #WIDTHS
\*------------------------------------*/
/**
 * A series of width helper classes that you can use to size things like grid
 * systems. Classes can take a fraction-like format (e.g. `.2/3`) or a spoken-
 * word format (e.g. `two-thirds`). Toggle formats by overriding the
 * `$inuit-use-fractions` variable defined below.
 */
/**
 * Whole.
 */
.one-whole {
  width: 100% !important;
}

/**
 * Halves.
 */
.one-half,
.two-quarters,
.three-sixths,
.four-eighths,
.five-tenths,
.six-twelfths {
  width: 50% !important;
}

/**
 * Thirds.
 */
.one-third,
.two-sixths,
.three-ninths,
.four-twelfths {
  width: 33.3333333% !important;
}

.two-thirds,
.four-sixths,
.six-ninths,
.eight-twelfths {
  width: 66.6666666% !important;
}

/**
 * Quarters.
 */
.one-quarter,
.two-eighths,
.three-twelfths {
  width: 25% !important;
}

.three-quarters,
.six-eighths,
.nine-twelfths {
  width: 75% !important;
}

/**
 * Fifths.
 */
.one-fifth,
.two-tenths {
  width: 20% !important;
}

.two-fifths,
.four-tenths {
  width: 40% !important;
}

.three-fifths,
.six-tenths {
  width: 60% !important;
}

.four-fifths,
.eight-tenths {
  width: 80% !important;
}

/**
 * Sixths.
 */
.one-sixth,
.two-twelfths {
  width: 16.6666666% !important;
}

.five-sixths,
.ten-twelfths {
  width: 83.3333333% !important;
}

/**
 * Eighths.
 */
.one-eighth {
  width: 12.5% !important;
}

.three-eighths {
  width: 37.5% !important;
}

.five-eighths {
  width: 62.5% !important;
}

.seven-eighths {
  width: 87.5% !important;
}

/**
 * Ninths.
 */
.one-ninth {
  width: 11.1111111% !important;
}

.two-ninths {
  width: 22.2222222% !important;
}

.four-ninths {
  width: 44.4444444% !important;
}

.five-ninths {
  width: 55.5555555% !important;
}

.seven-ninths {
  width: 77.7777777% !important;
}

.eight-ninths {
  width: 88.8888888% !important;
}

/**
 * Tenths.
 */
.one-tenth {
  width: 10% !important;
}

.three-tenths {
  width: 30% !important;
}

.seven-tenths {
  width: 70% !important;
}

.nine-tenths {
  width: 90% !important;
}

/**
 * Twelfths.
 */
.one-twelfth {
  width: 8.3333333% !important;
}

.five-twelfths {
  width: 41.6666666% !important;
}

.seven-twelfths {
  width: 58.3333333% !important;
}

.eleven-twelfths {
  width: 91.6666666% !important;
}

/*------------------------------------*\
    #SPACING
\*------------------------------------*/
/**
 * Margin and padding helper classes. Use these to tweak layout on a micro
 * level.
 *
 * `.(m|p)(t|r|b|l|h|v)(-|+|0) {}` = margin/padding top/right/bottom/left/horizontal/vertical less/more/none
 */
/**
 * Margin helper classes.
 *
 * Add margins.
 */
.m {
  margin: 24px !important;
}

.mt {
  margin-top: 24px !important;
}

.mr {
  margin-right: 24px !important;
}

.mb {
  margin-bottom: 24px !important;
}

.ml {
  margin-left: 24px !important;
}

.mh {
  margin-right: 24px !important;
  margin-left: 24px !important;
}

.mv {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

/**
 * Add huge margins.
 */
.m\+\+ {
  margin: 96px !important;
}

.mt\+\+ {
  margin-top: 96px !important;
}

.mr\+\+ {
  margin-right: 96px !important;
}

.mb\+\+ {
  margin-bottom: 96px !important;
}

.ml\+\+ {
  margin-left: 96px !important;
}

.mh\+\+ {
  margin-right: 96px !important;
  margin-left: 96px !important;
}

.mv\+\+ {
  margin-top: 96px !important;
  margin-bottom: 96px !important;
}

/**
 * Remove margins.
 */
.m0 {
  margin: 0 !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mr0 {
  margin-right: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.ml0 {
  margin-left: 0 !important;
}

.mh0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mv0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.hide {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  clip: rect(1px 1px 1px 1px);
  width: 1px;
  height: 1px;
}

.text-cut {
  white-space: nowrap;
  overflow: hidden; /* pour Opera 9 */
  text-overflow: ellipsis; /* pour le reste du monde */
}
