:root {
  --blue: #4726BF;
  --light-blue: #CCEEFF;
  --green: #22BD92;
  --grey: #707070;
  --light-grey: #DFE1E5;
  --lighter-grey: #F8F9FB;
  --dark-grey: #464646;
  --dark: #464646;
  --black: #000000;
  --yellow: #F2E749;
  --light-yellow: #F1EEB3;
  --red: #F24535;
  --purple: #A429D9;
}

/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
/*-----------------------------------------------------------------------------------*/
/*      0.0 Reset
/*-----------------------------------------------------------------------------------*/
* {
  box-sizing: border-box;
}

/*
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/*
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

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

/*
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 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 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

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

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

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

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

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

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

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

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

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

/*
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/*
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/*
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/*
 * 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.
 */
img {
  border: 0;
}

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

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * 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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

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

/*
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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;
}

/*
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

/*
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/*
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

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

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

.icon-left:before {
  content: "\e90b";
  color: #4726bf;
}

.icon-right:before {
  content: "\e90c";
  color: #4726bf;
}

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

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

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

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

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

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

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

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

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

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

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

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

/*-----------------------------------------------------------------------------------*/
/*      2.0 Helper
/*-----------------------------------------------------------------------------------*/
/* 2.1 FLOATS */
.float--right {
  float: right !important;
}

.float--left {
  float: left !important;
}

/* 2.2 CONTENT/BG COVER */
.bg--image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.iframe-wrap iframe,
.iframe-wrap img,
.img-wrap-inner iframe,
.img-wrap-inner img, .news-items .object-fit-con img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* 2.3 VISIBILITY */
.hidden {
  display: none;
}

@media only screen and (max-width: 1020px) {
  .hidden--mobile {
    display: none;
  }
}

@media only screen and (min-width: 1021px) {
  .hidden--desktop {
    display: none;
  }
}

.sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

/* 2.4 CLEARFIX */
.container::after, .clearfix::after, .cf::after {
  content: "";
  display: table;
  clear: both;
}

/*-----------------------------------------------------------------------------------*/
/*      3.0 Media
/*-----------------------------------------------------------------------------------*/
img, media, svg {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  display: block;
  margin: auto;
  border: 0;
}

iframe {
  max-width: 100%;
  vertical-align: top;
  display: block;
  margin: auto;
  border: 0;
}

.iframe-wrap,
.img-wrap-inner {
  position: relative;
  z-index: 0;
  padding-bottom: 56.25%;
}
.iframe-wrap iframe,
.iframe-wrap img,
.img-wrap-inner iframe,
.img-wrap-inner img {
  position: absolute;
}

/*-----------------------------------------------------------------------------------*/
/*  4.0 Grid System
/*-----------------------------------------------------------------------------------*/
/*  4.1 Width */
.one-whole {
  width: 100% !important;
}

.one-half {
  width: 50%;
}

.one-third {
  width: 33.333%;
}

.two-thirds {
  width: 66.666%;
}

.one-quarter {
  width: 25%;
}

.three-quarters {
  width: 75%;
}

.two-fifths {
  width: 40%;
}

.three-fifths {
  width: 60%;
}

@media only screen and (max-width: 1400px) {
  .xl-one-whole {
    width: 100% !important;
  }

  .xl-one-half {
    width: 50%;
  }

  .xl-one-third {
    width: 33.333%;
  }

  .xl-two-thirds {
    width: 66.666%;
  }

  .xl-one-quarter {
    width: 25%;
  }

  .xl-three-quarters {
    width: 75%;
  }

  .xl-two-fifths {
    width: 40%;
  }

  .xl-three-fifths {
    width: 60%;
  }
}
@media only screen and (max-width: 1200px) {
  .content-one-whole {
    width: 100% !important;
  }

  .content-one-half {
    width: 50%;
  }

  .content-one-third {
    width: 33.333%;
  }

  .content-two-thirds {
    width: 66.666%;
  }

  .content-one-quarter {
    width: 25%;
  }

  .content-three-quarters {
    width: 75%;
  }

  .content-two-fifths {
    width: 40%;
  }

  .content-three-fifths {
    width: 60%;
  }
}
@media only screen and (max-width: 1020px) {
  .lg-one-whole {
    width: 100% !important;
  }

  .lg-one-half {
    width: 50%;
  }

  .lg-one-third {
    width: 33.333%;
  }

  .lg-two-thirds {
    width: 66.666%;
  }

  .lg-one-quarter {
    width: 25%;
  }

  .lg-three-quarters {
    width: 75%;
  }

  .lg-two-fifths {
    width: 40%;
  }

  .lg-three-fifths {
    width: 60%;
  }
}
@media only screen and (max-width: 800px) {
  .md-one-whole {
    width: 100% !important;
  }

  .md-one-half {
    width: 50%;
  }

  .md-one-third {
    width: 33.333%;
  }

  .md-two-thirds {
    width: 66.666%;
  }

  .md-one-quarter {
    width: 25%;
  }

  .md-three-quarters {
    width: 75%;
  }

  .md-two-fifths {
    width: 40%;
  }

  .md-three-fifths {
    width: 60%;
  }
}
@media only screen and (max-width: 640px) {
  .sm-one-whole {
    width: 100% !important;
  }

  .sm-one-half {
    width: 50%;
  }

  .sm-one-third {
    width: 33.333%;
  }

  .sm-two-thirds {
    width: 66.666%;
  }

  .sm-one-quarter {
    width: 25%;
  }

  .sm-three-quarters {
    width: 75%;
  }

  .sm-two-fifths {
    width: 40%;
  }

  .sm-three-fifths {
    width: 60%;
  }
}
@media only screen and (max-width: 480px) {
  .xs-one-whole {
    width: 100% !important;
  }

  .xs-one-half {
    width: 50%;
  }

  .xs-one-third {
    width: 33.333%;
  }

  .xs-two-thirds {
    width: 66.666%;
  }

  .xs-one-quarter {
    width: 25%;
  }

  .xs-three-quarters {
    width: 75%;
  }

  .xs-two-fifths {
    width: 40%;
  }

  .xs-three-fifths {
    width: 60%;
  }
}
/*  4.2 Container */
.container {
  max-width: 69rem;
  box-sizing: content-box;
  margin: 0 auto;
  padding-left: 2.22222rem;
  padding-right: 2.22222rem;
}

.container--full {
  max-width: 100%;
}

.container--small {
  max-width: 52.75rem !important;
}

.container--tiny {
  max-width: 35.6rem !important;
}

/*  4.4 Flexgrid */
.flexgrid, .flex {
  -webkit-display: flex;
  -ms-display: flex;
  display: flex;
}

.flexgrid--gutter {
  margin-left: -1.11111rem;
}
.flexgrid--gutter .flex__item {
  padding-left: 1.11111rem;
}

.flexgrid--narrow {
  margin-left: -0.55556rem;
}
.flexgrid--narrow .flex__item {
  padding-left: 0.55556rem;
}

.flexgrid--wide {
  margin-left: -2.5rem;
}
.flexgrid--wide .flex__item {
  padding-left: 2.5rem;
}

.flexgrid--huge {
  margin-left: -4.44444rem;
}
.flexgrid--huge .flex__item {
  padding-left: 4.44444rem;
}

.flex--end {
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}

.flex--middle {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.flex--middle p:last-child {
  margin-bottom: 0;
}

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

.flex--center {
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}

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

.flex--around {
  justify-content: space-around;
}

.flex--bottom {
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
}

.flex1 {
  -ms-flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
}

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

/*-----------------------------------------------------------------------------------*/
/*  5.0 Typography
/*-----------------------------------------------------------------------------------*/
html {
  font-family: "SimplonNorm", "Arial", sans-serif !important;
  font-size: 18px;
  line-height: 1.66667;
  color: var(--black);
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

*::selection {
  background: #22BD92;
  color: white;
}

[data-target] {
  cursor: pointer;
}

/*  5.1 Links */
a {
  text-decoration: none;
  color: #22BD92;
  transition: all 0.25s ease-out;
}
a:hover {
  color: #4726BF;
}
a:focus, a:active {
  outline: none;
}

a, i {
  -webkit-tap-highlight-color: transparent;
}

h1, .alpha,
h2, .beta,
h3, .gamma,
h4, .delta,
h5, .epsilon,
h6, .zeta {
  font-family: "SimplonNorm", "Arial", sans-serif !important;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 1.11111rem;
  color: #22BD92;
}

/*  5.2 Headlines */
h1 a, h1 a:visited, .alpha a, .alpha a:visited,
h2 a,
h2 a:visited, .beta a, .beta a:visited,
h3 a,
h3 a:visited, .gamma a, .gamma a:visited,
h4 a,
h4 a:visited, .delta a, .delta a:visited,
h5 a,
h5 a:visited, .epsilon a, .epsilon a:visited,
h6 a,
h6 a:visited, .zeta a, .zeta a:visited {
  text-decoration: none;
}

h1, .alpha {
  font-size: 2.5rem;
  line-height: 1.11111;
  margin-bottom: 1.33333rem;
}
h1 > strong, .alpha > strong {
  position: relative;
  display: inline-block;
}
h1 > strong span, .alpha > strong span {
  position: relative;
  z-index: 9;
}
h1 > strong::before, .alpha > strong::before {
  content: '';
  position: absolute;
  bottom: 0.1em;
  height: 0.25em;
  left: -2px;
  right: -2px;
  background: var(--yellow);
}

h2, .beta {
  font-size: 2.5rem;
  line-height: 1.11111;
}
h2 > strong, .beta > strong {
  position: relative;
  display: inline-block;
}
h2 > strong span, .beta > strong span {
  position: relative;
  z-index: 9;
}
h2 > strong::before, .beta > strong::before {
  content: '';
  position: absolute;
  bottom: 0.1em;
  height: 0.25em;
  left: -2px;
  right: -2px;
  background: var(--yellow);
}

h3, .gamma {
  font-size: 1.66667rem;
  line-height: 1.2;
  color: #4726BF;
}
h3.green, .gamma.green {
  color: #22BD92;
}

h4, .delta {
  font-size: 1.22222rem;
  line-height: 1.27273;
  color: var(--black);
  margin-bottom: 0.77778rem;
}

h5, .epsilon {
  font-size: 1rem;
  line-height: 1.33333;
}

h6, .zeta {
  font-size: 0.77778rem;
  line-height: 1.21429;
}

p, blockquote,
pre, dl {
  margin: 0 0 1.11111rem;
}
p a, blockquote a,
pre a, dl a {
  color: var(--black);
  text-decoration: underline;
}

/*  5.3 Alignment */
.text--center {
  text-align: center;
}

.text--right {
  text-align: right;
}

.uppercase {
  text-transform: uppercase;
}

/*  5.4 Quotes */
blockquote {
  font-size: 1rem;
  line-height: 1.66667;
  padding: 0 1.5em;
  font-style: italic;
}
blockquote cite {
  margin: 0;
  font-style: italic;
}

hr {
  border: none;
  border-top: 1px solid var(--light-grey);
  margin: 4.44444rem 0;
}

q {
  font-style: italic;
}

pre {
  padding: 2.22222rem;
  border-radius: 5px;
  border: 1px solid var(--grey);
}

ul {
  padding-left: 1rem;
}

@font-face {
  font-family: 'SimplonNorm';
  src: url("../fonts/SimplonNorm-Bold-WebS.woff2") format("woff2"), url("../fonts/SimplonNorm-Bold-WebS.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SimplonNorm';
  src: url("../fonts/SimplonNorm-BoldItalic-WebS.woff2") format("woff2"), url("../fonts/SimplonNorm-BoldItalic-WebS.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'SimplonNorm';
  src: url("../fonts/SimplonNorm-Regular-WebS.woff2") format("woff2"), url("../fonts/SimplonNorm-Regular-WebS.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SimplonNorm';
  src: url("../fonts/SimplonNorm-RegularItalic-WebS.woff2") format("woff2"), url("../fonts/SimplonNorm-RegularItalic-WebS.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'SimplonNorm';
  src: url("../fonts/SimplonNorm-Light.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
/*-----------------------------------------------------------------------------------*/
/*  6.0 Elements
/*-----------------------------------------------------------------------------------*/
/*  6.1 Buttons */
.btn, input[type="button"] {
  font-size: 1rem;
  display: inline-block;
  vertical-align: middle;
  font-family: inherit;
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1.4;
  padding: 0.9rem 2rem 0.75rem;
  border-radius: 1.75rem;
  text-decoration: none !important;
  text-align: center;
  color: white;
  background-color: #22BD92;
  -webkit-tap-highlight-color: transparent;
  min-width: 14.4rem;
  border: 1px solid #22BD92;
  transition: all 0.25s ease-out;
}
.btn:hover, input[type="button"]:hover {
  color: white;
  background: #1c9a77;
}
.btn:active, input[type="button"]:active, .btn:focus, input[type="button"]:focus {
  outline: none;
}

.btn--ghost {
  background: transparent;
  color: #22BD92;
}
.btn--ghost:hover {
  opacity: 1;
  background: #22BD92;
  color: #FFF;
}

.btn--icon {
  position: relative;
}
.btn--icon img {
  margin-right: 0.5rem;
  position: absolute;
  top: 48%;
  transform: translateY(-50%);
  width: 30px;
  left: 0;
}
.btn--icon span {
  display: inline-block;
  line-height: 30px;
  padding-left: 40px;
  position: relative;
}

.btn--ghost-secondary {
  background: transparent;
  color: #4726BF;
  border-color: #4726BF;
}
.btn--ghost-secondary:hover {
  opacity: 1;
  background: #4726BF;
  color: #FFF;
}

.btn--ghost-red {
  background: transparent;
  color: var(--red);
  border-color: var(--red);
}
.btn--ghost-red:hover {
  opacity: 1;
  background: var(--red);
  color: #FFF;
}

.btn--secondary {
  background: #4726BF;
  border-color: #4726BF;
}
.btn--secondary:hover {
  background: #3a1f9d;
}

.btn--ghost-tiny {
  font-size: 16px;
  color: #464646;
  border: 1px solid #464646;
  padding: 0.25rem 1.5rem 0.1rem !important;
  margin-right: 0.6rem;
  min-width: 5rem !important;
}
.btn--ghost-tiny svg {
  display: inline-block;
  margin-right: 0.25rem;
  margin-top: 2px;
}
.btn--ghost-tiny:hover {
  background: #464646;
}
.btn--ghost-tiny:hover svg * {
  fill: #FFF;
}

.btn--ghost--black {
  min-width: 7rem;
  padding: 0.9rem 2rem 0.75rem;
  border-radius: 0.5rem;
  border: 2px solid var(--black);
  background: transparent;
  color: var(--black);
  font-weight: bold;
}
.btn--ghost--black:hover {
  background: var(--black);
  color: #FFF;
}

.btn--ghost--black-light {
  font-weight: normal;
  opacity: 0.6;
}

.btn--toggle {
  padding: 0 0.5em;
  height: 42px;
  width: 46px;
  text-align: center;
  background: transparent !important;
  border-radius: 0%;
  border: 0;
  -webkit-tap-highlight-color: transparent;
  outline: none;
  float: right;
  position: relative;
  z-index: 9999;
}
.btn--toggle .icon-bar {
  display: block;
  background: var(--grey);
  position: relative;
  width: 30px;
  height: 1px;
  margin: 8px auto;
  transition: transform 0.25s ease-out;
}
.nav-mobile-active .btn--toggle {
  background: transparent;
}
.nav-mobile-active .btn--toggle .icon-bar:nth-of-type(2) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 9px;
}
.nav-mobile-active .btn--toggle .icon-bar:nth-of-type(3) {
  opacity: 0;
}
.nav-mobile-active .btn--toggle .icon-bar:nth-of-type(4) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: -9px;
}

/*  6.2 Forms */
select,
input,
textarea {
  width: 100%;
  border: 1px solid var(--grey);
  padding: 0.4rem 1rem 0.35rem;
  background: transparent;
  outline: none;
  box-shadow: none;
  border-radius: 0;
}

textarea {
  resize: vertical;
  height: 160px;
}

input[type="text"]::-ms-clear {
  display: none;
}

label {
  font-weight: normal !important;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  margin-bottom: 0.75em;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  opacity: 0.6;
  color: #000;
}

::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 0.6;
  color: #000;
}

:-ms-input-placeholder {
  /* IE 10+ */
  opacity: 0.6;
  color: #000;
}

/*
SEARCH
*/
#search-form input[type="text"],
#search-form input[type="search"],
#search-form-mobile input[type="text"],
#search-form-mobile input[type="search"] {
  font-size: 16px;
  width: 100%;
  border: 1px solid var(--dark-grey);
  padding: 0.75rem 1.2rem 0.675rem;
  padding-right: 1.2rem;
  background: #FFF;
  border-radius: 8px;
  -webkit-appearance: none;
}

#search-form-mobile input[type="text"],
#search-form-mobile input[type="search"] {
  border-color: var(--grey);
}

body.results .site-header input[type="text"] {
  height: 46px;
}

.search-mini input {
  padding-right: 5rem !important;
}

.site-header form {
  float: right;
}

.site-header form {
  position: relative;
  float: left;
  width: 37rem;
  max-width: calc(100vw - 600px);
}

.search-mini button {
  font-size: 1.3rem;
  position: absolute;
  right: 0.4rem;
  top: 0.4rem;
  border: 0;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  padding: 0.3rem 0.4rem 0.3rem 0.6rem;
  margin: 0;
  width: 40px;
  outline: none;
}
.search-mini button::before {
  content: '';
  position: absolute;
  right: 100%;
  top: 0.4rem;
  bottom: 0.4rem;
  width: 1px;
  background: #D0D0D0;
}

.site-header input[type="text"]:focus,
.site-header input[type="text"].focus,
#search-form-mobile input[type="text"]:focus {
  border: 3px solid var(--green);
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
}

a.clear {
  position: absolute;
  top: 0.7rem;
  padding: 0.25rem;
  right: 3.25rem;
  text-decoration: none;
  line-height: 1;
}
a.clear svg {
  width: 14px;
}

/*
  $FORM VALIDATION
*/
/*  6.3 Nav */
.nav-mobile {
  position: fixed;
  z-index: 4000;
  right: 0;
  top: -1px;
  width: auto;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.25s ease-out, transform 0.25s ease-out;
  border-radius: 0.4rem 0 0 0.4rem;
  border: 1px solid #DFE1E5;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
  max-height: 100vh;
}

.nav-mobile__inner {
  min-height: 100%;
  display: inline-block;
  width: 100%;
  padding-top: 4.8rem;
  background: #FFF;
}

.nav-mobile-active,
.nav-mobile-active body {
  overflow: hidden;
  height: 100vh;
}

.nav-mobile-transiting .nav-mobile, .nav-mobile-active .nav-mobile {
  height: auto;
  -webkit-backface-visibility: hidden;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.nav-mobile-active .nav-mobile {
  opacity: 1;
}

.nav-mobile__inner ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 0;
  background: #FFF;
  width: 20rem;
  display: block;
}

.nav-mobile__inner .nav-main a,
.nav-mobile__inner .nav-second a {
  font-size: 1rem;
  font-weight: bold;
  display: block;
  color: var(--black);
  text-decoration: none;
  padding: 1rem 2rem 0.8rem;
  transition: all 0.25s ease-out;
}
.nav-mobile__inner .nav-second a {
  font-weight: normal;
}
.nav-mobile__inner .nav-second li,
.nav-mobile__inner .nav-main li {
  border-bottom: 1px solid var(--light-grey);
  float: none;
}
.nav-mobile__inner .nav-second li a:hover,
.nav-mobile__inner .nav-main li a:hover {
  background: #22BD92;
  color: #FFF;
}
.nav-mobile__inner .nav-social {
  padding: 2rem 0 0 2rem;
}
.nav-mobile__inner .nav-inline {
  padding: 2rem 0 0.5rem 2rem;
}

@media only screen and (max-height: 800px) {
  .nav-mobile__inner .nav-main a,
  .nav-mobile__inner .nav-second a {
    padding: 0.8rem 2rem 0.6rem;
  }
}
@media only screen and (max-height: 700px) {
  .nav-mobile__inner .nav-inline,
  .nav-mobile__inner .nav-social {
    padding-top: 1rem;
  }
}
.nav-inline li {
  float: left;
  margin-right: 0.75rem;
  padding-right: 0.75rem;
  position: relative;
}
.nav-inline li:not(:last-child)::before {
  content: '';
  position: absolute;
  top: 47%;
  transform: translateY(-50%);
  height: 0.7rem;
  width: 1px;
  background: var(--grey);
  left: 100%;
}
.nav-inline a {
  font-size: 10px;
  color: var(--grey);
  display: block;
  padding: 0.25rem 0;
  line-height: 1.666;
}

.nav-social {
  display: flex !important;
  justify-content: space-between;
}
.nav-social a {
  display: block;
  width: 2.75rem;
  height: 2.75rem;
  background: #22BD92;
  border-radius: 50%;
  text-align: center;
  font-size: 1.5rem;
  line-height: 3.1rem;
  color: #FFF !important;
}
.nav-social a:hover {
  background: #4726BF;
}
.nav-social .icon-fb {
  vertical-align: -1px;
}
.nav-social .icon-twitter {
  vertical-align: -2px;
  font-size: 1.6rem;
}
.nav-social .icon-linkedin {
  font-size: 1.25rem;
  vertical-align: 2px;
}

.nav-mobile__inner .nav-social li {
  border: 0 !important;
}

.site-header .container > div.float--right {
  position: relative;
  isolation: isolate;
}

.nav-mobile-active .site-header .container > div.float--right::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: -1.1rem;
  bottom: -1.1rem;
  left: -2rem;
  right: -2rem;
  background: #FFF;
}

/*-----------------------------------------------------------------------------------*/
/*  7.0 Header
/*-----------------------------------------------------------------------------------*/
.site-header {
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
  border-bottom: 1px solid var(--grey);
  height: 4.8rem;
}

body {
  padding-top: 4.8rem;
}

body #page #main {
  padding-top: 4.8rem;
}

.nav-mobile-active .site-header {
  position: fixed;
}
.nav-mobile-active .site-header::before {
  content: '';
  position: absolute;
  z-index: 9;
  right: 0;
  height: 1px;
  background: #DFE1E5;
  top: 100%;
  width: 20rem;
}

.border-bottom {
  border-bottom: 1px solid #CCCCCC;
  position: absolute;
  top: 4.5rem;
  left: 0;
  width: 100%;
}

.site-branding {
  float: left;
  display: flex;
  position: relative;
  z-index: 9999;
  width: 160px;
  margin-right: 20px;
  margin-top: 6px;
}
.site-branding::before {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -1px;
  width: 1px;
  height: 100%;
  top: 0;
  background: #555;
}
.site-branding svg {
  display: block;
  width: 43%;
  height: auto;
}
.site-branding svg:first-child {
  margin-left: 0;
}
.site-branding svg:last-child {
  margin-right: 0;
}

#search-form-mobile {
  display: none;
}

.site-header .container > div.float--right {
  padding-top: 2px;
}

/*-----------------------------------------------------------------------------------*/
/*  7.0 Header
/*-----------------------------------------------------------------------------------*/
.impact, .news-alert {
  float: right;
  position: relative;
  margin-right: 0.9rem;
}

.impact {
  margin-right: 1.1rem;
}

.impact p {
  font-size: 16px;
  padding: 0.6rem 0 0.4rem;
  margin-bottom: 0;
  margin-right: 1rem;
  display: inline-block;
  color: var(--grey);
}

.impact .inner p {
  color: #000;
}

.impact .impact__counter,
.news-alert__counter {
  font-size: 16px;
  float: right;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.6rem;
  text-align: center;
  border: 1px solid #707070;
  border-radius: 50%;
  background: transparent;
  transition: all 0.3s ease-out;
}

.news-alert .news-alert__counter {
  line-height: 2.9rem;
}

.news-alert svg {
  display: inline-block;
  width: 18px;
  vertical-align: baseline;
}

.impact .impact__counter {
  width: 3.2rem;
  border-radius: 0.45rem;
  background: transparent;
  color: #22BD92;
  font-weight: bold;
  cursor: pointer;
}

.impact .impact__counter:hover,
.news-alert__counter:hover {
  background: transparent;
}

.impact .tool-tip {
  position: absolute;
  top: calc(100%);
  padding-top: 1.2rem;
  width: auto;
  text-align: left;
  right: 1.25rem;
  z-index: 99999;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-out;
  -ms-transform: translateX(50%);
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}

.impact .tool-tip .tool-tip__inner {
  position: relative;
  background: #22BD92;
  padding: 1.4rem;
  line-height: 1.3;
  border-radius: 20px;
  color: #FFF;
  white-space: nowrap;
}

.search .impact .tool-tip .tool-tip__inner {
  background: #22BD92;
}

.impact .tool-tip .tool-tip__inner a {
  color: #FFF;
  text-decoration: underline;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  margin-top: 0.2rem;
  display: inline-block;
}

.impact:hover .tool-tip {
  opacity: 1;
  pointer-events: auto;
}

.news-alert {
  margin-right: 0.7rem;
}

.news-alert .news-alert__counter {
  line-height: 2.9rem;
}

.nav-mobile-active .news-items,
.nav-mobile-active .tool-tip {
  display: none !important;
}

.new-news {
  position: absolute;
  top: 0%;
  right: 0%;
  background: #22BD92;
  width: 15px;
  height: 15px;
  font-size: 10px;
  text-align: center;
  line-height: 14px;
  border-radius: 50%;
  color: #FFF;
  display: none;
}

@media (min-width: 1199px) {
  .news-items {
    position: fixed;
  }
}
.js-new-news .new-news {
  display: block;
}

.js-news-active .news-items {
  display: block;
}

.news-items,
.impact__tab {
  position: absolute;
  top: 4.6rem;
  right: 2.55rem;
  width: 560px;
  max-width: 80%;
  z-index: 9999;
  display: none;
}
.news-items .inner,
.impact__tab .inner {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid var(--light-grey);
}

.news-items::after,
.impact__tab::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 12px 10px;
  border-color: transparent transparent #FFF transparent;
  position: absolute;
  bottom: calc(100% - 1px);
  right: 0;
  margin-right: 3.6rem;
}

.news-items::before,
.impact__tab::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 14px 12px;
  border-color: transparent transparent var(--light-grey) transparent;
  position: absolute;
  bottom: calc(100% - 1px);
  right: -2px;
  margin-right: 3.6rem;
}

.impact__tab {
  right: -1rem;
  width: 21rem;
  max-width: 21rem;
  top: calc(100% + 0.9rem);
}
.js-impact-active .impact__tab {
  display: block;
}
.nav-mobile-active .impact__tab {
  display: none;
}
.impact__tab::after, .impact__tab::before {
  margin-right: 2.1rem;
}
.impact__tab .inner {
  background: #FFF;
  padding: 1rem 1.5rem;
  color: var(--black);
  overflow: visible;
}
.impact__tab p {
  display: block !important;
}

.impact__searches,
.impact__all,
.impact__generated {
  margin-bottom: 0.5rem;
}
.impact__searches > *,
.impact__all > *,
.impact__generated > * {
  display: inline-block;
}
.impact__searches svg,
.impact__all svg,
.impact__generated svg {
  margin-right: 0.25rem;
  margin-top: 0.3rem;
}
.impact__searches div,
.impact__all div,
.impact__generated div {
  font-size: 1.66667rem;
  line-height: 1.2;
  color: #22BD92;
  font-weight: bold;
}

.impact__buttons a {
  margin-bottom: 0.75rem;
}

.news-items__single {
  background: #FFF;
  overflow: hidden;
  display: flex;
  min-height: 8rem;
}
.news-items__single + .news-items__single {
  border-top: 1px solid var(--light-grey);
}
.news-items__single h4 {
  font-size: 1rem;
  margin-bottom: 0.2rem;
  font-weight: bold;
  color: #4726BF;
}
.news-items__single h5 {
  font-weight: 0.8rem;
  color: var(--black);
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 0.4rem;
  font-weight: normal;
}
.news-items__single .link {
  font-size: 12px;
  color: var(--black);
  text-decoration: underline;
}

.news-items__content a:hover {
  text-decoration: none;
}

.news-items__single::after {
  content: ' ';
  display: table;
  clear: both;
}

.news-items .object-fit-con {
  width: 30%;
  position: relative;
}
.news-items .object-fit-con img {
  position: absolute;
  object-fit: cover;
}

.news-items__content {
  padding: 1rem 1rem 0.8rem 1.4rem;
  width: 70%;
}

#search-form-mobile {
  display: none;
}

.site-header .container > div.float--right {
  padding-top: 2px;
}

/*-----------------------------------------------------------------------------------*/
/*  8.0 Sections
/*-----------------------------------------------------------------------------------*/
/* 8.1 Section Spacing */
.margin-bottom {
  margin-bottom: 2.22222rem;
}

.margin-top {
  margin-top: 2.22222rem;
}

.margin-bottom--small {
  margin-bottom: 1.11111rem;
}

.margin-bottom--big {
  margin-bottom: 4.44444rem;
}

.spacing {
  padding-top: 2.22222rem;
  padding-bottom: 2.22222rem;
}

.spacing--big {
  padding-top: 6.11111rem;
  padding-bottom: 6.11111rem;
}

.relative {
  position: relative;
}

.padding {
  padding: 2.22222rem;
}

.padding-top {
  padding-top: 2.22222rem;
}

.padding-top--small {
  padding-top: 1.11111rem;
}

.padding-top--big {
  padding-top: 4.44444rem;
}

.padding-bottom--small {
  padding-bottom: 1.11111rem;
}

/* 8.2 Homepage */
.bg--light {
  background: var(--lighter-grey);
}

body.home {
  min-height: 100vh;
  padding-top: 0;
}
body.home .site-header {
  border-bottom: 0;
}
body.home .main {
  min-height: auto;
  padding-top: 0;
  background: linear-gradient(to bottom, #FFF, #FFF 50%, #F8F9FB 50%);
}

.content-page {
  padding-top: 2rem;
}
.content-page .site-header {
  border-bottom: 0;
}
.content-page .main > .spacing {
  background: linear-gradient(to bottom, #FFF, #FFF 50%, #F8F9FB 50%);
}
.content-page .bg {
  background: #F8F9FB;
}
.content-page h1, .content-page h2, .content-page h3, .content-page h4, .content-page h5 {
  color: var(--dark);
}

.home #search-form input {
  font-weight: 100;
  font-size: 1.4rem;
}
.home .search-mini button {
  top: 0.7rem;
}
.home a.clear {
  top: 1rem;
}

#search-form.autocomplete-visible input {
  border: 3px solid var(--green);
  border-bottom-color: transparent;
  border-radius: 8px 8px 0 0;
}

.logo {
  position: absolute;
  top: -5rem;
  left: 50%;
  width: 8rem;
  height: auto;
  display: block;
  transform: translateX(-50%);
}

.link--tab {
  position: relative;
  display: block;
  border-radius: 1rem;
  border: 2px solid var(--yellow);
  text-align: center;
  height: 100%;
  transition: all 0.25s ease-out;
}
.link--tab .img-con {
  position: relative;
  overflow: hidden;
  border-radius: 1rem 1rem 0 0;
  border-bottom: 2px solid var(--yellow);
}
.link--tab img {
  width: 100%;
}
.link--tab .inner {
  padding: 1rem;
}
.link--tab h4 {
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 10.5rem;
}
.link--tab * {
  color: var(--black);
}
.link--tab:hover {
  box-shadow: 0.5rem 0.5rem 0 var(--yellow);
}

.btns .btn, .btns input[type="button"] {
  min-width: auto;
  width: calc(33.33% - 0.74rem);
}

.btns--mobile .link--img {
  display: inline-block;
  min-width: auto;
  width: calc(33.33% - 0.74rem);
  margin-right: 1rem;
}
.btns--mobile img {
  width: 100%;
}

.toggle-item__content {
  display: none;
  padding-left: 1.77778rem;
}
.toggle-item__content p {
  line-height: 1.333;
}
.toggle-item__content p:last-child {
  margin-bottom: 0;
}

.toggle-item__opener {
  display: block;
  position: relative;
  color: var(--black);
  padding-left: 1.77778rem;
}
.toggle-item__opener h5 {
  color: var(--black);
  margin-bottom: 0.5rem;
}
.toggle-item__opener::before {
  content: "\e902";
  font-family: 'icomoon';
  position: absolute;
  top: 0;
  left: 0;
  width: 1.2rem;
  height: 1.2rem;
  line-height: 1.2rem;
  border-radius: 50%;
  border: 1px solid var(--black);
  text-align: center;
  font-size: 0.75rem;
  transition: all 0.25s ease-out;
}
.toggle-item__opener.js-open::before {
  transform: rotate(45deg);
}

.toggle-item {
  margin-bottom: 1.77778rem;
}

.impact__news {
  margin-bottom: 1rem;
  padding-top: 0.5rem;
}
.impact__news .flex__img {
  width: 100px;
  flex: 0 0 100px;
}
.impact__news .flex__img a {
  display: block;
  overflow: hidden;
  border-radius: 0.5rem;
}
.impact__news .flex__content {
  padding-left: 14px;
}
.impact__news .flex__content a {
  display: block;
  color: #4726BF;
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
}
.impact__news .flex__content a:hover {
  text-decoration: underline;
}
.impact__news p {
  margin-bottom: 0;
  padding: 0;
  color: #000;
  font-size: 16px;
}

.autocomplete-suggestions {
  position: absolute;
  text-align: left;
  cursor: default;
  border-top: 0;
  background: #fff;
  z-index: 9999999;
  max-height: 254px;
  overflow: hidden;
  overflow-y: hidden;
  overflow-y: auto;
  box-sizing: border-box;
  display: none;
  top: calc(100% - 6px);
  border: 3px solid #22BD92;
  border-top: 0;
  border-radius: 0 0 0.5rem 0.5rem;
  right: -3px;
  left: -3px;
}

.autocomplete-suggestions a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  color: #000 !important;
  padding: 0.5rem 1rem 0.4rem 3rem;
  position: relative;
}

@media (min-width: 1000px) {
  .autocomplete-suggestions a.js-current,
  .autocomplete-suggestions a:hover {
    background: #EEE;
  }
}
.autocomplete-suggestions a span,
.autocomplete-suggestions a svg {
  pointer-events: none;
  color: #000 !important;
}

.autocomplete-suggestions a b {
  font-weight: bold;
  color: #000 !important;
}

.autocomplete-suggestions svg {
  position: absolute;
  left: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
  width: 13px;
  height: auto;
}

.tooltip {
  display: inline-block;
  position: relative;
}
.tooltip a {
  display: inline-block;
  font-size: 10px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid currentColor;
  line-height: 1;
  width: 14px;
  vertical-align: 1px;
  line-height: 13px;
  color: #4726BF;
  text-align: center;
  font-weight: normal;
}
.impact__tab .tooltip a {
  vertical-align: 6px;
}
.tooltip.tooltip--red a {
  color: var(--red);
}

.tooltip__content {
  font-size: 15px !important;
  display: none;
  position: absolute;
  left: calc(100% + 0.7rem);
  white-space: nowrap;
  color: #FFF !important;
  font-weight: normal !important;
  line-height: 1.4 !important;
  background: #4726BF;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 8px;
  padding: 0.45rem 1.1rem 0.3rem;
}
.tooltip--red .tooltip__content {
  background: var(--red);
}
.tooltip__content::before {
  content: '';
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 10px 8px 0;
  border-color: transparent #4726BF transparent transparent;
}
.tooltip--red .tooltip__content::before {
  border-color: transparent var(--red) transparent transparent;
}
a:hover + .tooltip__content, a.js-open + .tooltip__content {
  display: inline-block;
}

.tooltip--big .tooltip__content {
  white-space: normal;
  min-width: 12.6rem;
  max-width: 12.6rem;
}

.tooltip--left .tooltip__content {
  left: auto;
  right: calc(100% + 0.7rem);
}
.tooltip--left .tooltip__content::before {
  right: auto;
  left: 100%;
  border-color: transparent transparent transparent #4726BF;
  border-width: 8px 0 8px 10px;
}

/*-----------------------------------------------------------------------------------*/
/*  9.0 Footer
/*-----------------------------------------------------------------------------------*/
.site-footer {
  background: var(--lighter-grey);
  font-size: 0.8rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.site-footer p, .site-footer div, .site-footer a {
  color: var(--black);
}
.site-footer .nav {
  list-style: none;
  padding: 0;
  margin: 0 0 0 auto;
  display: flex;
}
.site-footer li {
  margin-right: 1rem;
}

/*-----------------------------------------------------------------------------------*/
/*  10.0 Media Queries
/*-----------------------------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  main .tooltip {
    display: none;
  }

  .tooltip__content {
    padding-left: 0.6rem;
    padding-right: 0.5rem;
    font-size: 14px !important;
  }
}
@media only screen and (max-width: 1020px) {
  html {
    font-size: 16px;
  }

  .container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .site-header form {
    max-width: calc(100vw - 520px);
  }

  .news-items {
    right: 1.8rem;
  }

  .news-items {
    top: 4.75rem;
  }

  .impact__tab::after,
  .impact__tab::before {
    margin-right: 2rem;
  }
}
.show--md {
  display: none;
}

@media only screen and (max-width: 800px) {
  .show--md {
    display: block;
  }

  .home .container {
    margin-left: auto;
    margin-right: auto;
  }

  .md-margin-bottom {
    margin-bottom: 2.22222rem;
  }

  .section--links .md-margin-bottom {
    padding-right: 1rem;
  }
  .section--links h2, .section--links h4 {
    text-align: center;
  }

  .counter--info {
    font-size: 0.9rem;
  }

  .impact p {
    display: none;
  }

  .impact .impact__counter {
    height: 2.25rem;
    line-height: 2.25rem;
  }

  .impact__tab {
    top: calc(100% + 1.2rem);
  }

  .news-alert__counter {
    width: 2.25rem;
    height: 2.25rem;
  }

  .news-alert .news-alert__counter {
    line-height: 2.6rem;
  }
  .news-alert .news-alert__counter svg {
    width: 17px;
  }

  .btn--toggle {
    height: 40px;
    float: left;
    margin-top: -0.2rem;
  }

  .site-header {
    border: 0;
  }
  .site-header .float--left + .float--right {
    width: 100%;
    position: relative;
  }

  .site-branding {
    width: 140px;
    margin: 0;
    position: absolute;
    left: 50%;
    margin-left: -70px;
    margin-top: 7px;
  }

  .nav-mobile {
    width: 100%;
    border-radius: 0;
  }
  .nav-mobile ul {
    width: 100%;
  }

  .nav-mobile-active .site-header::before {
    width: 100%;
  }

  .news-items::before,
  .news-items::after {
    bottom: calc(100% - 2px);
    margin-right: 0.7rem;
  }

  .btn, input[type="button"] {
    padding: 0.65rem 1.75rem 0.5rem;
  }

  .impact .tool-tip {
    right: 3rem;
  }

  .tooltip--big .tooltip__content {
    min-width: 9.4rem;
    max-width: 9.4rem;
  }

  .tooltip__content {
    max-width: 50vw;
    white-space: normal;
    min-width: 9rem;
  }

  .site-footer {
    text-align: center;
  }

  .site-footer .nav {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-right: 0;
  }
}
@media only screen and (max-width: 640px) {
  h2, .beta,
  h1, .alpha {
    font-size: 2rem;
  }
  h2 br, .beta br,
  h1 br, .alpha br {
    display: none;
  }

  h3, .gamma {
    font-size: 1.5rem;
  }

  h3.check::before {
    top: 0.15rem;
  }

  .section--intro .inner {
    max-width: 22rem;
  }

  .btns {
    flex-wrap: wrap;
    justify-content: left;
  }
  .btns .btn, .btns input[type="button"] {
    width: 160px;
    margin-bottom: 1rem;
    margin-right: 1rem;
  }

  .btns--mobile .link--img {
    width: 160px;
    margin-bottom: 1rem;
    margin-right: 1rem;
  }

  .sm-margin-bottom {
    margin-bottom: 2.22222rem;
  }

  .section--together p,
  .section--together h3 {
    max-width: 23rem;
    margin-right: auto;
    margin-left: auto;
  }

  .btn, input[type="button"], input[type="button"] {
    min-width: 12rem;
  }

  .site-header .container > div.float--right {
    float: none !important;
    padding-top: 4px;
  }
  .site-header .container > div.float--right .btn--toggle {
    float: left !important;
    margin-left: 0;
  }
}
@media only screen and (max-width: 480px) {
  .btns .btn, .btns input[type="button"] {
    width: 152px;
    margin-bottom: 0.5rem;
    margin-right: 0.5rem;
  }

  .news-alert {
    margin-right: 0;
  }

  .news-items::before, .news-items::after {
    margin-right: 0.75rem !important;
    bottom: calc(100% - 1px) !important;
  }

  .news-items {
    right: 1rem !important;
    left: 1rem;
    max-width: calc(100% - 2rem);
    position: absolute;
  }

  .news-alert {
    margin-left: -1rem;
  }

  .impact {
    position: static;
  }

  .impact__tab {
    right: 0;
    width: 100%;
    max-width: 100%;
  }

  .impact__tab::after,
  .impact__tab::before {
    margin-right: 4rem;
  }

  .btn--toggle {
    margin-right: 0;
    margin-left: 1rem;
  }

  .impact {
    margin-right: 1rem;
  }

  .spacing--big {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
