/**
 * CONTENTS
 *
 * VARIABLES
 * Debug............ Debug mode
 * Colors........... All website colors
 * Themes........... Themes for clinic
 * Typography....... Font-family, font-size, line-height
 * Buttons.......... Buttons informations
 * Form............. Input, select style
 * Media Queries ... Breakpoint for responsive
 * Grid ............ Grid col and gutter
 */
/*------------------------------------*\
    #DEBUG
    True for activate debug mode
\*------------------------------------*/
/*------------------------------------*\
    #COLORS
\*------------------------------------*/
/* Brand colors */
/* Gray and others */
/* Text color */
/* Body bg color */
/* Selection color */
/* Links colors */
/* Notifications colors */
/*------------------------------------*\
    #TYPOGRAPHY
\*------------------------------------*/
/*------------------------------------*\
    #FORMS
\*------------------------------------*/
/*------------------------------------*\
  Spacing
\*------------------------------------*/
/*------------------------------------*\
    #GRID
\*------------------------------------*/
/*------------------------------------*\
    #UTILITIES
\*------------------------------------*/
/*------------------------------------*\
    #GRID
\*------------------------------------*/
/*------------------------------------*\
    #HELPERS
\*------------------------------------*/
/**
* Notifications message
*/
.message {
  margin: 1em 0;
  padding: 1em; }

.message.-error {
  background: #fcf0ec;
  color: #d9534f;
  border: 1px solid #d9534f; }

.error {
  color: #d9534f;
  font-weight: 600; }

.message.-warn {
  background: #fef7ee;
  color: #f0ad4e;
  border: 1px solid #f0ad4e; }

.warn {
  color: #f0ad4e;
  font-weight: 600; }

.message.-success {
  background: #f2f8f1;
  color: #5cb85c;
  border: 1px solid #5cb85c; }

.success {
  color: #5cb85c;
  font-weight: 600; }

.message.-info {
  background: #f2f9fc;
  color: #5bc0de;
  border: 1px solid #5bc0de; }

.info {
  color: #5bc0de;
  font-weight: 600; }

/**
* Skip links
*/
.skip-link {
  position: absolute;
  left: -99999em;
  overflow: hidden; }
  .skip-link:hover, .skip-link:focus {
    position: static; }

/**
* Align
*/
.txtleft {
  text-align: left; }

.txtright {
  text-align: right; }

.txtcenter {
  text-align: center; }

.left,
.start {
  float: left; }

img.left,
img.start {
  margin-right: 1em; }

.right,
.end {
  float: right; }

img.right,
img.end {
  margin-left: 1em; }

img.left,
img.right,
img.start,
img.end {
  margin-bottom: 0.5em; }

/*
 * Unstyled list - remove margin, padding and list type
 */
.main-nav ul,
.unstyled-list {
  margin: 0;
  padding: 0;
  list-style-type: none; }

/*
 * Unstyled button - remove background, border, padding
 */

.unstyled-button {
  border: 0;
  background: transparent;
  padding: 0; }

/*
 * Clearfix: contain floats
 */

.clearfix:after,
.clearfix:before {
  content: ' ';
  display: table; }


.clearfix:after {
  clear: both; }

/**
* Hide text for bg img
*/
/* Make hidden text accessible by screen readers */

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/* Hidden */
.hidden {
  display: none !important; }

/**
* Embeds responsive
*/
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive__item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }
  .embed-responsive.-ratio16by9 {
    padding-bottom: 56.25%; }
  .embed-responsive.-ratio4by3 {
    padding-bottom: 75%; }

/*
** Class for things to be done
*/
.to-do {
  position: relative;
  padding: 1rem; }
  .to-do:before {
    content: '';
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(35, 35, 35, 0.3); }
  .to-do:after {
    content: 'TO DO';
    position: absolute;
    bottom: 0;
    top: 50%;
    left: 50%;
    right: 0;
    transform: translateX(-50%) translateY(-50%);
    color: #b4c72e;
    font-weight: 700;
    font-size: 4rem;
    text-shadow: 0.2rem 0.2rem 1rem #9b9b9b;
    text-align: center;
    height: 4rem;
    line-height: 1; }

/*------------------------------------*\
    #DEBUG
    A stylesheet which will highlight HTML errors.
\*------------------------------------*/
/*
* reboot.sccs from bootstrap 4.0.0 beta
* I changed the variables. I replaced it by nvision's variable or values
*/
html {
  box-sizing: border-box;
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

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

@-ms-viewport {
  width: device-width; }

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: "Open Sans", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.6em;
  font-weight: 400;
  line-height: 1.6;
  color: #232323;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: none !important; }

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

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

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

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

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

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none;
  height: auto; }

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

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation; }

table {
  border-collapse: collapse; }

caption {
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #9b9b9b;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: left; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

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

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

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

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

output {
  display: inline-block; }

details {
  display: block; }

summary {
  display: list-item;
  list-style: none; }

template {
  display: none; }

[hidden] {
  display: none !important; }

/*
* Some additions to bootstrap reboot
*/
/*
* Selection
*/
::-moz-selection {
  background: #b4c72e;
  color: #232323;
  text-shadow: none; }

::selection {
  background: #b4c72e;
  color: #232323;
  text-shadow: none; }

/*
* Placeholder
*/
::-webkit-input-placeholder {
  color: #232323;
  opacity: 1; }

input:-moz-placeholder,
input::-moz-placeholder,
textarea:-moz-placeholder,
textarea::-moz-placeholder {
  color: #232323;
  opacity: 1; }

/*
* Responsive elements
*/
img,
table,
td,
blockquote,
code,
pre,
textarea,
input,
video {
  max-width: 100%; }

/*
* Form
*/
label {
  cursor: pointer; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer; }

legend {
  border: 0; }

textarea {
  min-height: 5em; }

/*
* Remove browsers default style
*/
input,
button,
select,
textarea {
  -moz-appearance: none;
  -webkit-border-radius: 0; }

select::-ms-expand {
  display: none; }

/*
* Disable weird chrome outline
*/
.main:focus,
.main-nav:focus {
  outline: 0; }

summary::-webkit-details-marker {
  display: none; }

/*!
 * Bootstrap Grid v4.0.0-beta.2 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width; }

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 1rem !important; }

.mt-1,
.my-1 {
  margin-top: 1rem !important; }

.mr-1,
.mx-1 {
  margin-right: 1rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 1rem !important; }

.ml-1,
.mx-1 {
  margin-left: 1rem !important; }

.m-2 {
  margin: 2rem !important; }

.mt-2,
.my-2 {
  margin-top: 2rem !important; }

.mr-2,
.mx-2 {
  margin-right: 2rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 2rem !important; }

.ml-2,
.mx-2 {
  margin-left: 2rem !important; }

.m-3 {
  margin: 3rem !important; }

.mt-3,
.my-3 {
  margin-top: 3rem !important; }

.mr-3,
.mx-3 {
  margin-right: 3rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 3rem !important; }

.ml-3,
.mx-3 {
  margin-left: 3rem !important; }

.m-4 {
  margin: 4rem !important; }

.mt-4,
.my-4 {
  margin-top: 4rem !important; }

.mr-4,
.mx-4 {
  margin-right: 4rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 4rem !important; }

.ml-4,
.mx-4 {
  margin-left: 4rem !important; }

.m-5 {
  margin: 5rem !important; }

.mt-5,
.my-5 {
  margin-top: 5rem !important; }

.mr-5,
.mx-5 {
  margin-right: 5rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 5rem !important; }

.ml-5,
.mx-5 {
  margin-left: 5rem !important; }

.m-8 {
  margin: 8rem !important; }

.mt-8,
.my-8 {
  margin-top: 8rem !important; }

.mr-8,
.mx-8 {
  margin-right: 8rem !important; }

.mb-8,
.my-8 {
  margin-bottom: 8rem !important; }

.ml-8,
.mx-8 {
  margin-left: 8rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 1rem !important; }

.pt-1,
.py-1 {
  padding-top: 1rem !important; }

.pr-1,
.px-1 {
  padding-right: 1rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 1rem !important; }

.pl-1,
.px-1 {
  padding-left: 1rem !important; }

.p-2 {
  padding: 2rem !important; }

.pt-2,
.py-2 {
  padding-top: 2rem !important; }

.pr-2,
.px-2 {
  padding-right: 2rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 2rem !important; }

.pl-2,
.px-2 {
  padding-left: 2rem !important; }

.p-3 {
  padding: 3rem !important; }

.pt-3,
.py-3 {
  padding-top: 3rem !important; }

.pr-3,
.px-3 {
  padding-right: 3rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 3rem !important; }

.pl-3,
.px-3 {
  padding-left: 3rem !important; }

.p-4 {
  padding: 4rem !important; }

.pt-4,
.py-4 {
  padding-top: 4rem !important; }

.pr-4,
.px-4 {
  padding-right: 4rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 4rem !important; }

.pl-4,
.px-4 {
  padding-left: 4rem !important; }

.p-5 {
  padding: 5rem !important; }

.pt-5,
.py-5 {
  padding-top: 5rem !important; }

.pr-5,
.px-5 {
  padding-right: 5rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 5rem !important; }

.pl-5,
.px-5 {
  padding-left: 5rem !important; }

.p-8 {
  padding: 8rem !important; }

.pt-8,
.py-8 {
  padding-top: 8rem !important; }

.pr-8,
.px-8 {
  padding-right: 8rem !important; }

.pb-8,
.py-8 {
  padding-bottom: 8rem !important; }

.pl-8,
.px-8 {
  padding-left: 8rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 1rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 1rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 1rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 1rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 1rem !important; }
  .m-sm-2 {
    margin: 2rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 2rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 2rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 2rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 2rem !important; }
  .m-sm-3 {
    margin: 3rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 3rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 3rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 3rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 3rem !important; }
  .m-sm-4 {
    margin: 4rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 4rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 4rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 4rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 4rem !important; }
  .m-sm-5 {
    margin: 5rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 5rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 5rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 5rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 5rem !important; }
  .m-sm-8 {
    margin: 8rem !important; }
  .mt-sm-8,
  .my-sm-8 {
    margin-top: 8rem !important; }
  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 8rem !important; }
  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 8rem !important; }
  .ml-sm-8,
  .mx-sm-8 {
    margin-left: 8rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 1rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 1rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 1rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 1rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 1rem !important; }
  .p-sm-2 {
    padding: 2rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 2rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 2rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 2rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 2rem !important; }
  .p-sm-3 {
    padding: 3rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 3rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 3rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 3rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 3rem !important; }
  .p-sm-4 {
    padding: 4rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 4rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 4rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 4rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 4rem !important; }
  .p-sm-5 {
    padding: 5rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 5rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 5rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 5rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 5rem !important; }
  .p-sm-8 {
    padding: 8rem !important; }
  .pt-sm-8,
  .py-sm-8 {
    padding-top: 8rem !important; }
  .pr-sm-8,
  .px-sm-8 {
    padding-right: 8rem !important; }
  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 8rem !important; }
  .pl-sm-8,
  .px-sm-8 {
    padding-left: 8rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 1rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 1rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 1rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 1rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 1rem !important; }
  .m-md-2 {
    margin: 2rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 2rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 2rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 2rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 2rem !important; }
  .m-md-3 {
    margin: 3rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 3rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 3rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 3rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 3rem !important; }
  .m-md-4 {
    margin: 4rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 4rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 4rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 4rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 4rem !important; }
  .m-md-5 {
    margin: 5rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 5rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 5rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 5rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 5rem !important; }
  .m-md-8 {
    margin: 8rem !important; }
  .mt-md-8,
  .my-md-8 {
    margin-top: 8rem !important; }
  .mr-md-8,
  .mx-md-8 {
    margin-right: 8rem !important; }
  .mb-md-8,
  .my-md-8 {
    margin-bottom: 8rem !important; }
  .ml-md-8,
  .mx-md-8 {
    margin-left: 8rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 1rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 1rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 1rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 1rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 1rem !important; }
  .p-md-2 {
    padding: 2rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 2rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 2rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 2rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 2rem !important; }
  .p-md-3 {
    padding: 3rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 3rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 3rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 3rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 3rem !important; }
  .p-md-4 {
    padding: 4rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 4rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 4rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 4rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 4rem !important; }
  .p-md-5 {
    padding: 5rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 5rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 5rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 5rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 5rem !important; }
  .p-md-8 {
    padding: 8rem !important; }
  .pt-md-8,
  .py-md-8 {
    padding-top: 8rem !important; }
  .pr-md-8,
  .px-md-8 {
    padding-right: 8rem !important; }
  .pb-md-8,
  .py-md-8 {
    padding-bottom: 8rem !important; }
  .pl-md-8,
  .px-md-8 {
    padding-left: 8rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 1rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 1rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 1rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 1rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 1rem !important; }
  .m-lg-2 {
    margin: 2rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 2rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 2rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 2rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 2rem !important; }
  .m-lg-3 {
    margin: 3rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 3rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 3rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 3rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 3rem !important; }
  .m-lg-4 {
    margin: 4rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 4rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 4rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 4rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 4rem !important; }
  .m-lg-5 {
    margin: 5rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 5rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 5rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 5rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 5rem !important; }
  .m-lg-8 {
    margin: 8rem !important; }
  .mt-lg-8,
  .my-lg-8 {
    margin-top: 8rem !important; }
  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 8rem !important; }
  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 8rem !important; }
  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 8rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 1rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 1rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 1rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 1rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 1rem !important; }
  .p-lg-2 {
    padding: 2rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 2rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 2rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 2rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 2rem !important; }
  .p-lg-3 {
    padding: 3rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 3rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 3rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 3rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 3rem !important; }
  .p-lg-4 {
    padding: 4rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 4rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 4rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 4rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 4rem !important; }
  .p-lg-5 {
    padding: 5rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 5rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 5rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 5rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 5rem !important; }
  .p-lg-8 {
    padding: 8rem !important; }
  .pt-lg-8,
  .py-lg-8 {
    padding-top: 8rem !important; }
  .pr-lg-8,
  .px-lg-8 {
    padding-right: 8rem !important; }
  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 8rem !important; }
  .pl-lg-8,
  .px-lg-8 {
    padding-left: 8rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 1rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 1rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 1rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 1rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 1rem !important; }
  .m-xl-2 {
    margin: 2rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 2rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 2rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 2rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 2rem !important; }
  .m-xl-3 {
    margin: 3rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 3rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 3rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 3rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 3rem !important; }
  .m-xl-4 {
    margin: 4rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 4rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 4rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 4rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 4rem !important; }
  .m-xl-5 {
    margin: 5rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 5rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 5rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 5rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 5rem !important; }
  .m-xl-8 {
    margin: 8rem !important; }
  .mt-xl-8,
  .my-xl-8 {
    margin-top: 8rem !important; }
  .mr-xl-8,
  .mx-xl-8 {
    margin-right: 8rem !important; }
  .mb-xl-8,
  .my-xl-8 {
    margin-bottom: 8rem !important; }
  .ml-xl-8,
  .mx-xl-8 {
    margin-left: 8rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 1rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 1rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 1rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 1rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 1rem !important; }
  .p-xl-2 {
    padding: 2rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 2rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 2rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 2rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 2rem !important; }
  .p-xl-3 {
    padding: 3rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 3rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 3rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 3rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 3rem !important; }
  .p-xl-4 {
    padding: 4rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 4rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 4rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 4rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 4rem !important; }
  .p-xl-5 {
    padding: 5rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 5rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 5rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 5rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 5rem !important; }
  .p-xl-8 {
    padding: 8rem !important; }
  .pt-xl-8,
  .py-xl-8 {
    padding-top: 8rem !important; }
  .pr-xl-8,
  .px-xl-8 {
    padding-right: 8rem !important; }
  .pb-xl-8,
  .py-xl-8 {
    padding-bottom: 8rem !important; }
  .pl-xl-8,
  .px-xl-8 {
    padding-left: 8rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

/*------------------------------------*\
    #HEADER
\*------------------------------------*/
.header-container {
  z-index: 10;
  background: #fff; }
  @media (min-width: 768px) {
    .header-container {
      position: fixed;
      top: 0;
      right: 0;
      left: 0; }
      .logged-in .header-container {
        top: 2.9rem; } }

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: calc(30px / 2); }
  .header__title a {
    text-decoration: none;
    transition: opacity .3s;
    color: #112242;
    line-height: 1.4;
    font-weight: 700; }
    .header__title a:hover, .header__title a:focus {
      opacity: .7; }
  .header__title span {
    display: block;
    color: #b4c72e;
    font-weight: 400;
    font-size: 1.6rem; }
  .header__trigger {
    background: transparent;
    border: none;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    transition: color .3s;
    padding: .3rem 0; }
    .header__trigger:before, .header__trigger:after {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      display: block;
      height: .2rem;
      background: currentColor;
      transition: transform .3s; }
    .header__trigger:before {
      top: 0; }
    .header__trigger:after {
      bottom: 0; }
    .header__trigger:hover, .header__trigger:focus {
      outline: none;
      color: #b4c72e; }
    .header__trigger[aria-expanded="true"] {
      color: #fff; }
      .header__trigger[aria-expanded="true"]:before, .header__trigger[aria-expanded="true"]:after {
        background: #b4c72e;
        transform: translateY(1.4rem) rotate(45deg); }
      .header__trigger[aria-expanded="true"]:after {
        transform: translateY(-1.5rem) rotate(-45deg); }
  .header__aria-container {
    background: #fff;
    position: relative;
    z-index: 3;
    max-width: 540px;
    margin: 0 auto;
    height: 100vh; }
    .header__aria-container .btn svg {
      width: 2rem;
      height: 2rem;
      vertical-align: sub;
      margin-right: 1rem; }
  @media (min-width: 576px) {
    .header__aria-container {
      position: relative; }
      .header__aria-container[aria-hidden="false"]:before, .header__aria-container[aria-hidden="false"]:after {
        content: '';
        position: absolute;
        background: #fff;
        top: 0;
        bottom: 0;
        right: -100%;
        left: 100%; }
      .header__aria-container[aria-hidden="false"]:after {
        left: -100%;
        right: 100%; } }
  @media (max-width: 991px) {
    .header__aria-container {
      position: absolute;
      top: 7rem;
      left: 0;
      right: 0;
      transition: transform .3s;
      padding: calc(30px / 2); }
      .header__aria-container .langswitch {
        margin: 2rem 0 3.5rem; }
      .header__aria-container[aria-hidden="true"] {
        transform: translateX(-150%); } }
  @media (min-width: 768px) {
    .header__aria-container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .header__trigger {
      display: none; }
    .header__aria-container {
      display: flex;
      align-items: center;
      flex-grow: 1;
      padding: 0;
      max-width: 100%;
      max-width: unset;
      height: auto;
      height: unset; }
      .header__aria-container .main-nav {
        margin-left: auto; }
      .header__aria-container .langswitch {
        margin: 0 1rem; } }
  @media (min-width: 1200px) {
    .header__aria-container .langswitch {
      margin: 0 4rem; } }

/*------------------------------------*\
    #NAVIGATION
\*------------------------------------*/
.main-nav a {
  color: #112242;
  font-size: 1.6rem;
  font-weight: 600;
  text-decoration: none;
  padding: 1rem 0;
  transition: opacity .3s;
  display: inline-block; }
  .main-nav a svg {
    display: inline-block;
    height: 2.5rem;
    width: 2.5rem;
    margin-right: 1rem;
    vertical-align: bottom; }
  .main-nav a:hover, .main-nav a:focus {
    opacity: .6; }
  .main-nav a.current {
    position: relative; }
    .main-nav a.current:after {
      content: '';
      position: absolute;
      top: 3.7rem;
      right: 0;
      left: 4rem;
      background: #112242;
      height: .2rem; }

@media (min-width: 992px) {
  .main-nav li {
    display: inline-block; }
  .main-nav a {
    padding: 1rem; }
    .main-nav a.current:after {
      right: 1rem;
      left: 5rem; } }

/*------------------------------------*\
    #FOOTER
\*------------------------------------*/
.footer-container {
  position: relative;
  z-index: 1; }

.footer {
  border-top: 1px solid #9b9b9b;
  padding-top: 4rem;
  padding-bottom: 2rem;
  display: flex;
  flex-wrap: wrap; }
  .footer__block {
    flex-basis: 50%; }
    .footer__block:first-child {
      flex-basis: 100%; }
  .footer__line {
    flex-basis: 100%; }
  .footer__block {
    margin-bottom: 3rem; }
  .footer ul {
    padding-left: 0;
    list-style-type: none; }
  .footer svg {
    height: 1.6rem;
    width: 1.6rem;
    fill: #b4c72e;
    margin-right: .5rem; }
  .footer li a {
    color: #232323;
    text-decoration: none;
    transition: color .3s; }
    .footer li a:hover, .footer li a:focus {
      color: #b4c72e; }
  .footer__line {
    color: #9b9b9b;
    font-size: 1.4rem; }
    .footer__line li {
      display: inline-block; }
      .footer__line li + li {
        margin-left: 1rem; }
        .footer__line li + li:before {
          content: "|";
          display: inline-block;
          margin-right: 1rem; }
      .footer__line li a {
        color: #9b9b9b; }
  @media (min-width: 576px) {
    .footer {
      padding-top: 9rem; }
      .footer__block {
        flex-basis: 27.5%;
        margin-bottom: 6rem; }
        .footer__block:first-child {
          flex-basis: 45%; }
      .footer__line {
        flex-basis: 100%; } }
  @media (min-width: 768px) {
    .footer__block {
      flex-basis: 25%; }
      .footer__block:first-child {
        flex-basis: 50%; } }

[type="text"],
[type="password"],
[type="email"],
[type="search"],
[type="tel"],
textarea,
select {
  background-color: #fff;
  border: 1px solid #e8e8e8;
  padding: 1.3rem 1rem; }
  [type="text"].error,
  [type="password"].error,
  [type="email"].error,
  [type="search"].error,
  [type="tel"].error,
  textarea.error,
  select.error {
    color: #d9534f;
    border-color: #d9534f; }

select {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMS4wLjIsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAxNiA5LjEiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE2IDkuMTsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6Izk5OTk5OTt9DQo8L3N0eWxlPg0KPGc+DQoJPHBhdGggY2xhc3M9InN0MCIgZD0iTTgsOS4xQzcuNyw5LjEsNy40LDksNy4yLDguOEwwLDEuNkwxLjYsMEw4LDYuNUwxNC40LDBMMTYsMS42TDguOCw4LjhDOC42LDksOC4zLDkuMSw4LDkuMXoiLz4NCjwvZz4NCjwvc3ZnPg0K);
  background-repeat: no-repeat;
  background-position: right 1rem top 50%;
  background-size: 1.4rem;
  padding-right: 3.5rem; }

div.haserror {
  color: red;
  font-size: 12px; }

.wysiwyg ul {
  padding-left: 0;
  list-style-type: none; }
  .wysiwyg ul li {
    position: relative;
    padding-left: 2rem; }
    .wysiwyg ul li:before {
      content: '';
      position: absolute;
      left: 0;
      top: 1.1rem;
      display: inline-block;
      width: 1rem;
      height: .2rem;
      background: #b4c72e; }

.wysiwyg iframe, .wysiwyg embed, .wysiwyg img {
  max-width: 100%; }

.wysiwyg img {
  height: auto !important; }

@media (min-width: 768px) {
  .wysiwyg li {
    padding-left: 4rem; }
    .wysiwyg li:before {
      left: 1.5rem; } }

/*------------------------------------*\
    #FONTS DECLARATION
    Use this fill to declare new fonts using @font-face
\*------------------------------------*/
@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-SemiBold.woff2") format("woff2"), url("../fonts/OpenSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-Italic.woff2") format("woff2"), url("../fonts/OpenSans-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-BoldItalic.woff2") format("woff2"), url("../fonts/OpenSans-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-Light.woff2") format("woff2"), url("../fonts/OpenSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-Regular.woff2") format("woff2"), url("../fonts/OpenSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

/* ==========================================================================
    Typography style based on KNACSS
    http://www.knacss.com/
========================================================================== */
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%; }

/* Stupid IE11 - https://connect.microsoft.com/IE/feedback/details/816709/ie-11-calculating-font-sizes-wrong-when-setting-the-bodys-font-size-in-relative-units */
_:-ms-fullscreen, :root {
  font-size: calc(1em * .625); }

/*
* Titles
*/
h1,
h2,
h3,
h4,
h5,
h6,
.h1-like,
.h2-like,
.h3-like,
.h4-like,
.h5-like,
.h6-like {
  line-height: 1; }

h1,
.h1-like {
  font-size: 2rem; }

h2,
.h2-like {
  font-size: 2.8rem; }
  @media (min-width: 768px) {
    h2,
    .h2-like {
      font-size: 4rem; }
      h2.-small,
      .h2-like.-small {
        font-size: 3rem; } }

h3,
.h3-like {
  font-size: 1.8rem; }
  @media (min-width: 768px) {
    h3,
    .h3-like {
      font-size: 2.6rem; } }

h4,
.h4-like {
  font-size: 1.6rem; }

h5,
.h5-like {
  font-size: 1.6rem; }

h6,
.h6-like {
  font-size: 1.6rem; }

/*
* Alternate font sizing
*/
.smaller {
  font-size: 0.71em; }

.small {
  font-size: 0.86em; }

.big {
  font-size: 1.14em; }

.bigger {
  font-size: 1.29em; }

.biggest {
  font-size: 1.43em; }

em,
.em,
i {
  font-style: italic; }

.no-em {
  font-style: normal; }

strong,
.strong,
b {
  font-weight: bold; }

.no-strong {
  font-weight: normal; }

sup,
sub {
  vertical-align: 0;
  position: relative; }

sup {
  bottom: 1ex; }

sub {
  top: .5ex; }

/**
* Links
*/
a {
  color: #b4c72e; }
  a:hover, a:focus {
    text-decoration: none; }

/*
* Write here style that will affect more than a couple of pages
*/
html {
  height: 100%; }

body {
  overflow-x: hidden;
  height: 100%; }

.main {
  position: relative;
  min-height: calc(100% - 55rem); }
  @media (min-width: 768px) {
    .main {
      margin-top: 8.5rem; }
      .logged-in .main {
        margin-top: 11.4rem; } }

/*
 * COLOR
 */
.color-primary {
  color: #b4c72e; }

/*
 * BG
 */
.bg-lightest {
  background: #f3f3f3; }

.bg-card-with-first {
  background: #e8e8e8; }
  @media (min-width: 992px) {
    .bg-card-with-first {
      background: linear-gradient(rgba(0, 0, 0, 0) 90rem, #f3f3f3 90rem); } }

.bg-shape {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 40rem;
  fill: #e8e8e8; }
  .bg-shape--primary + .bg-shape--logo, .bg-shape--secondary + .bg-shape--logo, .bg-shape--tertiary + .bg-shape--logo {
    opacity: .1; }
  .bg-shape--primary {
    fill: #b4c72e; }
  .bg-shape--secondary {
    fill: #2fcbc9; }
  .bg-shape--tertiary {
    fill: #feb10b; }
  @media (max-width: 767px) {
    .bg-shape {
      display: none; } }
  @media (min-width: 768px) {
    .bg-shape {
      height: 65rem; } }

.bg-shape--logo {
  fill: #fff;
  opacity: .4; }

/* highter than bg */
.-higher-than-bg {
  position: relative;
  z-index: 1; }

/*
 * border-top
 */
.border-top {
  border-top: 1px solid #9b9b9b; }

/*------------------------------------*\
#BROWSE HAPPY. DIE IE8, DIE!!!
\*------------------------------------*/
.browsehappy {
  background: #fef7ee;
  color: #f0ad4e;
  border: 1px solid #f0ad4e;
  padding: 20px;
  text-align: center; }
  .browsehappy p {
    max-width: 128rem;
    margin: 0 auto; }
  .browsehappy a {
    color: #f0ad4e; }

/*------------------------------------*\
    #BUTTONS
\*------------------------------------*/
.btn, .button-primary {
  display: inline-block;
  text-align: center;
  padding: .5rem 2rem;
  text-decoration: none;
  user-select: none;
  vertical-align: middle;
  transition: background 250ms ease-in, color 250ms ease-in;
  border: 1px solid #b4c72e;
  background: #b4c72e;
  color: #fff;
  border-radius: 3rem; }
  .btn:hover, .btn:focus, .button-primary:hover, .button-primary:focus {
    color: #232323; }

/*------------------------------------*\
    #ICONS - SVG SPRITE
\*------------------------------------*/
.icon {
  line-height: 1;
  width: 2.4rem;
  height: 2.4rem;
  fill: currentColor; }

.phone .fa-phone {
  color: #b4c72e; }

.phone a {
  color: #232323;
  text-decoration: none; }

.tags {
  list-style-type: none;
  padding-left: 0; }
  .tags li {
    display: inline-block;
    margin-right: 1.5rem;
    text-transform: uppercase;
    color: #9b9b9b; }
  .tags a {
    text-decoration: none;
    color: #9b9b9b;
    font-weight: 700;
    transition: color .3s;
    display: block; }
    .tags a:hover, .tags a:focus {
      color: #b4c72e; }

.card-list {
  padding-left: 0;
  list-style-type: none; }
  .card-list > li {
    margin-bottom: 3rem; }
  .card-list--first-big {
    padding-top: 3rem;
    position: relative; }
    .card-list--first-big > li:first-child .card {
      background: transparent; }
      .card-list--first-big > li:first-child .card__media {
        position: relative; }
    .card-list--first-big > li:first-child .card-new {
      position: absolute;
      top: .5rem;
      right: .5rem;
      width: 6rem;
      height: 6rem;
      background: #b4c72e;
      font-weight: 700;
      border-radius: 50%;
      z-index: 1;
      color: #fff;
      text-align: center;
      padding-top: 1.8rem; }
  @media (min-width: 768px) {
    .card-list {
      display: flex;
      flex-wrap: wrap;
      margin-right: -1.5rem;
      margin-left: -1.5rem; }
      .card-list > li {
        flex-basis: 50%;
        max-width: 50%;
        padding: 0 1.5rem; } }
  @media (min-width: 992px) {
    .card-list > li {
      flex-basis: 33.33%;
      max-width: 33.33%; }
    .card-list--first-big {
      padding-top: 0; }
      .card-list--first-big > li:first-child {
        flex-basis: 100%;
        max-width: 100%;
        margin: 0 auto;
        min-height: 65rem; }
        .card-list--first-big > li:first-child .card {
          display: flex;
          flex-direction: row-reverse;
          margin-bottom: 10rem;
          overflow: visible;
          transform: translateY(-5rem);
          height: auto; }
          .card-list--first-big > li:first-child .card__media {
            transform: translateX(-5rem);
            align-self: baseline; }
            .card-list--first-big > li:first-child .card__media img {
              border-radius: 1.5rem;
              width: 58rem;
              height: 48rem;
              object-fit: cover; }
          .card-list--first-big > li:first-child .card__content {
            padding: 6rem 4rem 4rem;
            align-self: flex-end;
            transform: translateX(5rem) translateY(10rem);
            border-radius: 1.5rem;
            max-width: 50rem;
            height: auto;
            display: block; }
        .card-list--first-big > li:first-child .card-new {
          top: auto;
          bottom: -3rem;
          right: 5rem;
          font-size: 1.8rem;
          padding-top: 1.4rem; }
        .card-list--first-big > li:first-child .card-txt__title {
          font-size: 3.8rem; }
    .card-list--by-for > li {
      flex-basis: 25%;
      max-width: 25%; } }

/*
 * CARD
 */
.card {
  border-radius: 1.5rem;
  overflow: hidden; }
  .card__media {
    height: auto;
    display: block;
    transition: opacity .3s; }
    .card__media img {
      width: 100%;
      height: 100%; }
    .card__media:hover, .card__media:focus {
      opacity: .7; }
  .card__content {
    background: #fff;
    padding: 2rem; }
  .card__separator {
    height: 1px;
    border-width: 0;
    background-color: #fff;
    width: 10rem;
    margin: 2rem auto; }
  .card .tags {
    display: none; }
  @media (min-width: 576px) {
    .card {
      display: flex;
      flex-direction: column;
      height: 100%; }
      .card__content {
        display: flex;
        flex-direction: column;
        height: 100%; }
      .card .tags {
        display: block;
        margin-top: auto; }
      .-is-ios .card.card--news {
        background: #fff; }
      .-is-ios .card .card__content {
        display: block;
        height: unset; } }
  @media (min-width: 576px) {
    .card__content {
      padding: 3rem; } }

.card-meta {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  font-size: 1.4rem; }
  .card-meta__cat {
    color: #b4c72e;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    transition: opacity .3s; }
    .card-meta__cat.-parlons-ici {
      color: #feb10b; }
    .card-meta__cat.-parlons-vous {
      color: #2fcbc9; }
  .card-meta__date {
    text-transform: uppercase;
    color: #9b9b9b;
    font-weight: 600; }
  @media (min-width: 576px) {
    .card-meta .card-meta__cat:hover, .card-meta .card-meta__cat:focus {
      opacity: .5; } }

.card-user {
  text-decoration: none;
  display: block;
  line-height: 1.3; }
  .card-user__media img {
    border-radius: 50%;
    width: 7rem;
    height: 7rem;
    margin: 0 auto 1rem; }
  .card-user__name {
    display: block;
    font-weight: 600; }
  .card-user__title {
    display: block; }
  .card-user__reading-time {
    display: inline-block; }
    .card-user__reading-time svg {
      width: 1.5rem;
      height: 1.5rem;
      fill: currentColor;
      vertical-align: middle; }
    .card-user__reading-time:after {
      content: '';
      display: inline-block;
      margin: .4rem .5rem;
      width: .3rem;
      height: .3rem;
      background: currentColor;
      border-radius: 50%; }
  .card-user__date {
    display: inline-block;
    font-weight: 600; }
  .card-user--small {
    display: flex;
    line-height: 1.7;
    align-items: center;
    margin-bottom: 2rem; }
    .card-user--small .card-user__media {
      margin: 0 2rem 0 0; }
    .card-user--small .card-user__name, .card-user--small .card-user__title {
      font-size: 1.6rem; }
  @media (min-width: 576px) {
    .card-user {
      margin-bottom: 4rem; }
      .card-user__name {
        font-size: 2rem; }
      .card-user__title {
        font-size: 1.8rem; }
      .card-user__media {
        display: block; } }

.card-txt {
  text-decoration: none;
  display: block;
  transition: opacity .3s;
  margin-bottom: 1rem; }
  .card-txt__title {
    margin: 1rem 0;
    color: #232323;
    line-height: 1.1; }
  .card-txt__desc {
    display: none;
    background-color: transparent !important; }
    .card-txt__desc p {
      background-color: transparent !important; }
  .card-txt:hover, .card-txt:focus {
    opacity: .6; }
  @media (min-width: 576px) {
    .card-txt__desc {
      display: block;
      color: #9b9b9b; }
      .--no-desc .card-txt__desc {
        display: none; } }
  @media (min-width: 768px) {
    .card-txt {
      margin-bottom: 3rem; }
      .card-txt__title {
        margin: 3rem 0 2rem; } }

/* ALTERNATIVE CARDS */
/* Card with user */
.card--quote {
  text-align: center;
  padding: 2rem; }
  .card--quote > * {
    position: relative;
    z-index: 2; }
  .card--quote .card__background {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60rem;
    height: 77rem;
    z-index: 1;
    transform: translateX(-50%) translateY(-50%);
    fill: #fff;
    opacity: .1; }
  .card--quote .card-meta {
    display: block;
    margin-bottom: 2rem; }
  .card--quote .card-meta__cat {
    display: block; }
  .card--quote .card-user {
    width: 100%;
    display: block; }
  .card--quote .card-user--small .card-user__media {
    margin: 0; }
  @media (min-width: 768px) {
    .card--quote {
      padding: 3rem; } }

/* with background */
.card--primary, .card--tertiary, .card--secondary {
  background: #b4c72e;
  position: relative;
  border: 1px solid #e8e8e8; }
  .card--primary .card-meta__date, .card--tertiary .card-meta__date, .card--secondary .card-meta__date {
    color: #fff; }
  .card--primary a, .card--tertiary a, .card--secondary a {
    color: #fff;
    transition: opacity .3s;
    text-decoration: none; }
    .card--primary a:hover, .card--primary a:focus, .card--tertiary a:hover, .card--tertiary a:focus, .card--secondary a:hover, .card--secondary a:focus {
      color: #fff;
      opacity: .6; }

.card--tertiary {
  background: #feb10b; }

.card--secondary {
  background: #2fcbc9; }

.card--naked {
  margin-bottom: 2rem;
  border-radius: 0; }
  .card--naked .card-meta {
    justify-content: flex-start; }
    .card--naked .card-meta__cat {
      position: relative; }
      .card--naked .card-meta__cat:after {
        content: '';
        display: inline-block;
        margin: .4rem .5rem .4rem 0;
        width: .3rem;
        height: .3rem;
        background: #9b9b9b;
        border-radius: 50%; }
  .card--naked .card-txt__title {
    font-size: 2rem;
    margin: 1rem 0 0; }
  @media (min-width: 768px) {
    .card--naked .card-txt__title {
      margin: 2.5rem 0 0; } }

.card--blogger {
  background: #fff;
  padding: 2rem;
  text-align: center;
  border: 1px solid #f1f1f1; }
  .card--blogger .card-user__media {
    display: block; }
  .card--blogger a {
    color: #232323;
    transition: color .3s;
    text-decoration: none; }
    .card--blogger a:hover, .card--blogger a:focus {
      color: #b4c72e; }
  .card--blogger .card__separator {
    background: #b4c72e; }
  @media (min-width: 768px) {
    .card--blogger {
      padding: 4rem; }
      .card--blogger .card-user {
        margin-bottom: 2rem; }
        .card--blogger .card-user__media img {
          width: 16rem;
          height: 16rem;
          display: block; }
      .card--blogger .quote svg {
        fill: #b4c72e; } }

.pager {
  list-style-type: none;
  text-align: center;
  color: #9b9b9b;
  padding: 0 0 4rem 0 !important;
  margin-bottom: 0 !important; }
  .pager li {
    display: inline-block; }
  .pager .pager-current {
    padding: .3rem .7rem;
    border: 1px solid #b4c72e;
    border-radius: 5px; }
  .pager a {
    color: #9b9b9b;
    font-size: 1.8rem;
    padding: .5rem;
    transition: color .3s;
    text-decoration: none; }
    .pager a:hover, .pager a:focus {
      color: #b4c72e; }
  .pager svg {
    width: 1.5rem;
    height: 1.5rem;
    fill: currentColor; }

.share {
  position: relative;
  /* Primary */ }
  .share__trigger {
    background: transparent;
    border: none;
    transition: opacity .3s;
    color: #fff; }
    .share__trigger svg {
      width: 2.5rem;
      height: 2.5rem;
      fill: currentColor;
      vertical-align: middle; }
    .share__trigger:hover, .share__trigger:focus {
      opacity: .7;
      outline: none; }
  .share__list {
    padding-left: 0;
    list-style-type: none;
    position: absolute;
    left: 4rem;
    top: -.3rem;
    margin: 0; }
    .share__list li {
      display: inline-block; }
    .share__list a {
      display: block;
      padding: .5rem; }
    .share__list svg {
      width: 2rem;
      height: 2rem;
      fill: currentColor; }
    .share__list[aria-hidden="true"] {
      display: none; }
  .share--primary .share__trigger {
    color: #b4c72e; }
  @media (min-width: 576px) {
    .share__list {
      left: auto;
      right: 4rem;
      width: 14rem; }
    .share--bottom .share__list {
      top: 4rem;
      right: 0; } }

.langswitch {
  position: relative; }
  .langswitch__button {
    background: transparent;
    border: none;
    color: #b4c72e;
    text-transform: capitalize;
    padding: 0 2.5rem 0 0;
    position: relative;
    transition: background .3s, color .3s; }
    .langswitch__button:before, .langswitch__button:after {
      content: '';
      background: currentColor;
      position: absolute;
      right: 1rem;
      top: 50%;
      height: .1rem;
      width: .6rem;
      transition: transform .3s; }
    .langswitch__button:before {
      transform: rotate(-45deg); }
    .langswitch__button:after {
      transform: translateX(-0.4rem) rotate(45deg); }
    .langswitch__button[aria-expanded="true"]:before {
      transform: rotate(45deg); }
    .langswitch__button[aria-expanded="true"]:after {
      transform: translateX(-0.4rem) rotate(-45deg); }
    .langswitch__button:hover, .langswitch__button:focus {
      background: #fff;
      color: #112242;
      outline: none; }
  .langswitch__list {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding-left: 0;
    margin: 0;
    width: 20rem;
    border: 1px solid #eaefd0; }
    .langswitch__list li {
      list-style: none; }
    .langswitch__list a, .langswitch__list span {
      text-transform: capitalize;
      display: block;
      padding: .5rem .8rem;
      background: #fff;
      text-align: center; }
    .langswitch__list a {
      text-decoration: none;
      font-weight: 400;
      transition: background .3s, color .3s; }
      .langswitch__list a:hover, .langswitch__list a:focus {
        color: #232323; }
    .langswitch__list span {
      color: #2fcbc9; }
    .langswitch__list[aria-hidden="true"] {
      display: none; }
  @media (min-width: 768px) {
    .langswitch__list {
      top: calc(100% + 1rem);
      left: 50%;
      transform: translateX(-50%); } }

.article {
  max-width: 90rem;
  margin: 0 auto 2rem; }
  .article__media {
    border-radius: 1.5rem;
    overflow: hidden; }
  .article__content {
    max-width: 75rem;
    margin: 4rem auto;
    background-color: transparent !important; }
    .article__content h2, .article__content h3, .article__content h4 {
      margin: 2rem 0; }
    .article__content p {
      background-color: transparent !important; }
  .article__push {
    background: #e8e8e8;
    padding: 1.5rem;
    margin-top: 4rem;
    border-radius: 1.5rem;
    text-align: center;
    position: relative;
    overflow: hidden; }
    .article__push svg {
      position: absolute;
      top: 50%;
      left: 0;
      width: 60rem;
      height: 77rem;
      z-index: 1;
      transform: translateY(-50%);
      fill: #fff;
      opacity: .4; }
    .article__push p {
      font-size: 2rem;
      color: #b4c72e;
      max-width: 40rem;
      margin: 0 auto 1rem;
      line-height: 1.2; }
    .article__push p, .article__push a {
      position: relative;
      z-index: 2; }
    .article__push a {
      color: #fff; }
  .article__footer {
    border-top: 1px solid #e8e8e8;
    padding: 4rem 0; }
    .article__footer a {
      color: #9b9b9b;
      transition: color .3s; }
      .article__footer a:hover, .article__footer a:focus {
        color: #b4c72e; }
      .article__footer a .card-user__media img {
        max-width: none; }
  @media (min-width: 768px) {
    .article {
      margin-bottom: 4rem; }
      .article__content {
        margin: 8rem auto 8rem; }
      .article__push {
        padding: 3rem; }
        .article__push p {
          font-size: 2.5rem;
          margin: 0 auto 3rem; }
      .article__footer {
        display: flex;
        align-items: center; }
        .article__footer .card-user {
          margin-right: auto; } }

.blogwebform {
  margin: auto;
  max-width: 520px;
  padding: 5px; }

.disclaimer {
  font-size: 12px; }

.quote {
  color: #fff;
  line-height: 1.4;
  font-weight: 600; }
  .quote svg {
    display: none; }
  @media (min-width: 576px) {
    .quote {
      font-size: 2.5rem; }
      .quote svg {
        display: block;
        height: 3.5rem;
        width: 3.5rem;
        fill: currentColor;
        margin: 0 auto 2rem; } }

#sliding-popup .popup-content {
  max-width: none !important; }
  #sliding-popup .popup-content #popup-text {
    max-width: none !important;
    margin: 8px 0 0 0; }
    #sliding-popup .popup-content #popup-text p {
      display: inherit;
      font-size: 13px; }
  #sliding-popup .popup-content #popup-buttons {
    margin: 5px 0 0 0; }
    @media (max-width: 992px) {
      #sliding-popup .popup-content #popup-buttons {
        text-align: left;
        margin: 5px 0 5px 0; } }

.home-header {
  max-width: 45rem; }
  .home-header__background {
    display: none; }
  .home-header__title {
    color: #b4c72e;
    font-size: 2.5rem; }
  .home-header__date {
    color: #b4c72e;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 1px; }
    .home-header__date strong {
      font-weight: 600; }
  .home-header__txt {
    font-weight: 600;
    margin-top: 4rem; }
  .home-header__tag-list {
    text-decoration: none;
    padding-left: 0;
    list-style-type: none;
    margin-top: 1.5rem;
    position: relative;
    z-index: 2; }
    .home-header__tag-list li {
      display: inline-block; }
    .home-header__tag-list a {
      color: #6d6d6d;
      background: #f7f9ea;
      text-decoration: none;
      display: block;
      min-width: 11rem;
      text-align: center;
      padding: .4rem 1.5rem;
      border-radius: 2rem;
      margin-right: .5rem;
      margin-bottom: 1rem;
      transition: background .3s;
      font-weight: 600; }
      .home-header__tag-list a:hover, .home-header__tag-list a:focus {
        background: #dae397; }
  @media (min-width: 768px) {
    .home-header__title {
      font-size: 4.5rem; }
    .home-header__date {
      font-size: 1.8rem; } }
  @media (min-width: 992px) {
    .home-header {
      position: relative;
      padding-top: 10rem; }
      .home-header__background {
        display: block;
        position: absolute;
        z-index: -1;
        top: 0;
        left: -10rem;
        width: 74rem;
        height: 95rem;
        fill: #e8e8e8; } }

.header-listing {
  text-align: center;
  padding: 4rem 0 2rem;
  position: relative; }
  .header-listing__background {
    position: absolute;
    top: 0;
    right: 0;
    left: 0; }
  .header-listing__title, .header-listing__content {
    max-width: 60rem;
    margin: 0 auto; }
  .header-listing__title {
    margin-bottom: 2rem; }
  .header-listing--primary, .header-listing--secondary, .header-listing--tertiary {
    color: #fff; }
  @media (max-width: 767px) {
    .header-listing {
      position: relative;
      margin-bottom: 2rem;
      background: #f1f1f1; }
      .header-listing:before, .header-listing:after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        right: -100%;
        left: 100%; }
      .header-listing:after {
        left: -100%;
        right: 100%; }
      .header-listing--primary {
        background: #b4c72e; }
        .header-listing--primary:before, .header-listing--primary:after {
          background: #b4c72e; }
      .header-listing--secondary {
        background: #2fcbc9; }
        .header-listing--secondary:before, .header-listing--secondary:after {
          background: #2fcbc9; }
      .header-listing--tertiary {
        background: #feb10b; }
        .header-listing--tertiary:before, .header-listing--tertiary:after {
          background: #feb10b; } }
  @media (min-width: 576px) {
    .header-listing {
      padding: 6rem 0; } }
  @media (min-width: 768px) {
    .header-listing {
      padding: 10rem 0; }
      .header-listing__title {
        margin-bottom: 3rem; }
      .header-listing__content {
        font-size: 2rem; } }

.node-unpublished {
  background-color: transparent !important; }

.header-detail-news {
  color: #fff;
  padding: 3rem 0 0; }
  .header-detail-news__cat {
    display: inline-block;
    margin-right: 1.5rem;
    font-weight: 700;
    text-transform: uppercase; }
  .header-detail-news__tags {
    display: inline-block;
    opacity: .8; }
  .header-detail-news__title {
    margin-bottom: 2rem;
    color: #fff; }
    .node-unpublished .header-detail-news__title:after {
      content: 'not published';
      border: 1px solid black;
      padding: 7px 7px 7px 7px;
      font-size: 1.4rem;
      margin-left: 4px;
      vertical-align: middle;
      background-color: red; }
  .header-detail-news__content {
    padding-bottom: 2rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    margin-bottom: 2rem;
    background-color: transparent !important; }
  .header-detail-news a {
    color: #fff;
    transition: opacity .3s;
    text-decoration: none;
    flex: 0 0 9rem; }
    .header-detail-news a:hover, .header-detail-news a:focus {
      color: #fff;
      opacity: .6; }
  .header-detail-news__bottom {
    padding-bottom: 2rem; }
    .header-detail-news__bottom .card-user {
      flex-grow: 1; }
  @media (min-width: 576px) {
    .header-detail-news__bottom {
      display: flex;
      justify-content: space-between;
      padding-bottom: 0; } }
  @media (max-width: 767px) {
    .header-detail-news {
      position: relative;
      margin-bottom: 2rem; }
      .header-detail-news:before, .header-detail-news:after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        right: -100%;
        left: 100%; }
      .header-detail-news:after {
        left: -100%;
        right: 100%; }
      .header-detail-news--primary {
        background: #b4c72e; }
        .header-detail-news--primary:before, .header-detail-news--primary:after {
          background: #b4c72e; }
      .header-detail-news--secondary {
        background: #2fcbc9; }
        .header-detail-news--secondary:before, .header-detail-news--secondary:after {
          background: #2fcbc9; }
      .header-detail-news--tertiary {
        background: #feb10b; }
        .header-detail-news--tertiary:before, .header-detail-news--tertiary:after {
          background: #feb10b; } }
  @media (min-width: 768px) {
    .header-detail-news {
      padding: 9rem 0 2rem; }
      .header-detail-news__content {
        padding-bottom: 4rem;
        margin-bottom: 4rem;
        font-size: 2rem; }
      .header-detail-news__title {
        margin-bottom: 3rem; } }

.header-detail-bloggers {
  text-align: center;
  max-width: 57rem;
  padding-top: 4rem;
  margin: 0 auto; }
  .header-detail-bloggers__link-list {
    color: #9b9b9b;
    text-transform: uppercase;
    margin-bottom: 2rem;
    font-weight: 700;
    text-decoration: none;
    display: block;
    transition: color .3s; }
    .header-detail-bloggers__link-list:hover, .header-detail-bloggers__link-list:focus {
      color: #b4c72e; }
  .header-detail-bloggers__name {
    margin-bottom: 1.5rem; }
  .header-detail-bloggers__title {
    font-size: 2rem;
    color: #b4c72e; }
  .header-detail-bloggers__quote {
    margin: 2rem 0;
    color: #232323;
    font-size: 1.8rem;
    font-weight: 400;
    font-style: italic; }
    .header-detail-bloggers__quote svg {
      width: 3.5rem;
      height: 3.5rem; }
  .header-detail-bloggers__media {
    margin: 0 auto; }
    .header-detail-bloggers__media img {
      border-radius: 50%; }
  @media (min-width: 768px) {
    .header-detail-bloggers {
      padding-top: 8rem; }
      .header-detail-bloggers__link-list {
        margin-bottom: 4rem; }
      .header-detail-bloggers__quote {
        margin: 4rem 0; }
      .header-detail-bloggers__media {
        width: 28rem;
        height: 28rem; } }
