/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
 * 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 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/**
 * 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;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * 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 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/**
 * Address Firefox 3+ 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 6+.
 * 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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * 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.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 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 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

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

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

html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

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

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* START KNACSS */
[class*=" grid-"],
[class^="grid-"] {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
[class*=" grid-"] > *,
[class^="grid-"] > * {
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
}

.grid,
.grid--reverse {
  display: flex;
}
.grid > *,
.grid--reverse > * {
  flex: 1 1 0%;
  min-width: 0;
  min-height: 0;
}
@media (max-width: 415px) {
  .grid.has-gutter,
  .grid--reverse.has-gutter {
    margin-right: calc(0.4rem - 0px);
    margin-left: calc(0.4rem - 0px);
  }
}
@media (min-width: 415px) and (max-width: 768px) {
  .grid.has-gutter,
  .grid--reverse.has-gutter {
    margin-right: calc(0.8rem - 0px);
    margin-left: calc(0.8rem - 0px);
  }
}
@media (min-width: 769px) {
  .grid.has-gutter,
  .grid--reverse.has-gutter {
    margin-right: calc(0.6rem - 0px);
    margin-left: calc(0.6rem - 0px);
  }
}
@media (max-width: 415px) {
  .grid.has-gutter-all > *,
  .grid--reverse.has-gutter-all > * {
    margin-right: calc(0.4rem - 0px);
    margin-left: calc(0.4rem - 0px);
  }
}
@media (min-width: 415px) and (max-width: 768px) {
  .grid.has-gutter-all > *,
  .grid--reverse.has-gutter-all > * {
    margin-right: calc(0.8rem - 0px);
    margin-left: calc(0.8rem - 0px);
  }
}
@media (min-width: 769px) {
  .grid.has-gutter-all > *,
  .grid--reverse.has-gutter-all > * {
    margin-right: calc(0.6rem - 0px);
    margin-left: calc(0.6rem - 0px);
  }
}

@media (min-width: 320px) {
  [class*="grid-1"] > * {
    width: calc(100% / 1 - 0px);
  }
  [class*="grid-1"].has-gutter > * {
    width: calc(100% / 1 - 1.2rem - 0px);
    margin-right: 0.6rem;
    margin-left: 0.6rem;
  }

  [class*="grid-2"] > * {
    width: calc(100% / 2 - 0px);
  }
  [class*="grid-2"].has-gutter > * {
    width: calc(100% / 2 - 1.2rem - 0px);
    margin-right: 0.6rem;
    margin-left: 0.6rem;
  }

  [class*="grid-3"] > * {
    width: calc(100% / 3 - 0px);
  }
  [class*="grid-3"].has-gutter > * {
    width: calc(100% / 3 - 1.2rem - 0px);
    margin-right: 0.6rem;
    margin-left: 0.6rem;
  }

  [class*="grid-4"] > * {
    width: calc(100% / 4 - 0px);
  }
  [class*="grid-4"].has-gutter > * {
    width: calc(100% / 4 - 1.2rem - 0px);
    margin-right: 0.6rem;
    margin-left: 0.6rem;
  }

  [class*="grid-5"] > * {
    width: calc(100% / 5 - 0px);
  }
  [class*="grid-5"].has-gutter > * {
    width: calc(100% / 5 - 1.2rem - 0px);
    margin-right: 0.6rem;
    margin-left: 0.6rem;
  }

  [class*="grid-6"] > * {
    width: calc(100% / 6 - 0px);
  }
  [class*="grid-6"].has-gutter > * {
    width: calc(100% / 6 - 1.2rem - 0px);
    margin-right: 0.6rem;
    margin-left: 0.6rem;
  }

  [class*="grid-7"] > * {
    width: calc(100% / 7 - 0px);
  }
  [class*="grid-7"].has-gutter > * {
    width: calc(100% / 7 - 1.2rem - 0px);
    margin-right: 0.6rem;
    margin-left: 0.6rem;
  }

  [class*="grid-8"] > * {
    width: calc(100% / 8 - 0px);
  }
  [class*="grid-8"].has-gutter > * {
    width: calc(100% / 8 - 1.2rem - 0px);
    margin-right: 0.6rem;
    margin-left: 0.6rem;
  }

  [class*="grid-9"] > * {
    width: calc(100% / 9 - 0px);
  }
  [class*="grid-9"].has-gutter > * {
    width: calc(100% / 9 - 1.2rem - 0px);
    margin-right: 0.6rem;
    margin-left: 0.6rem;
  }

  [class*="grid-10"] > * {
    width: calc(100% / 10 - 0px);
  }
  [class*="grid-10"].has-gutter > * {
    width: calc(100% / 10 - 1.2rem - 0px);
    margin-right: 0.6rem;
    margin-left: 0.6rem;
  }

  [class*="grid-11"] > * {
    width: calc(100% / 11 - 0px);
  }
  [class*="grid-11"].has-gutter > * {
    width: calc(100% / 11 - 1.2rem - 0px);
    margin-right: 0.6rem;
    margin-left: 0.6rem;
  }

  [class*="grid-12"] > * {
    width: calc(100% / 12 - 0px);
  }
  [class*="grid-12"].has-gutter > * {
    width: calc(100% / 12 - 1.2rem - 0px);
    margin-right: 0.6rem;
    margin-left: 0.6rem;
  }
}
.push {
  margin-left: auto !important;
}

.pull {
  margin-right: auto !important;
}

.grid-item-first {
  order: -1;
}

.grid-item-last {
  order: 1;
}

[class*="grid-"][class*="--reverse"] {
  flex-direction: row-reverse;
}

/* Responsive Small Breakpoint */
@media (min-width: 320px) and (max-width: 414px) {
  [class*="-small-1"] > * {
    width: calc(100% / 1 - 0px);
  }
  [class*="-small-1"].has-gutter {
    margin-right: -0.4rem;
    margin-left: -0.4rem;
  }
  [class*="-small-1"].has-gutter > * {
    width: calc(100% / 1 - 0.8rem - 0px);
    margin-right: 0.4rem;
    margin-left: 0.4rem;
  }

  [class*="-small-2"] > * {
    width: calc(100% / 2 - 0px);
  }
  [class*="-small-2"].has-gutter {
    margin-right: -0.4rem;
    margin-left: -0.4rem;
  }
  [class*="-small-2"].has-gutter > * {
    width: calc(100% / 2 - 0.8rem - 0px);
    margin-right: 0.4rem;
    margin-left: 0.4rem;
  }

  [class*="-small-3"] > * {
    width: calc(100% / 3 - 0px);
  }
  [class*="-small-3"].has-gutter {
    margin-right: -0.4rem;
    margin-left: -0.4rem;
  }
  [class*="-small-3"].has-gutter > * {
    width: calc(100% / 3 - 0.8rem - 0px);
    margin-right: 0.4rem;
    margin-left: 0.4rem;
  }

  [class*="-small-4"] > * {
    width: calc(100% / 4 - 0px);
  }
  [class*="-small-4"].has-gutter {
    margin-right: -0.4rem;
    margin-left: -0.4rem;
  }
  [class*="-small-4"].has-gutter > * {
    width: calc(100% / 4 - 0.8rem - 0px);
    margin-right: 0.4rem;
    margin-left: 0.4rem;
  }

  [class*="-small-5"] > * {
    width: calc(100% / 5 - 0px);
  }
  [class*="-small-5"].has-gutter {
    margin-right: -0.4rem;
    margin-left: -0.4rem;
  }
  [class*="-small-5"].has-gutter > * {
    width: calc(100% / 5 - 0.8rem - 0px);
    margin-right: 0.4rem;
    margin-left: 0.4rem;
  }

  [class*="-small-6"] > * {
    width: calc(100% / 6 - 0px);
  }
  [class*="-small-6"].has-gutter {
    margin-right: -0.4rem;
    margin-left: -0.4rem;
  }
  [class*="-small-6"].has-gutter > * {
    width: calc(100% / 6 - 0.8rem - 0px);
    margin-right: 0.4rem;
    margin-left: 0.4rem;
  }

  [class*="-small-7"] > * {
    width: calc(100% / 7 - 0px);
  }
  [class*="-small-7"].has-gutter {
    margin-right: -0.4rem;
    margin-left: -0.4rem;
  }
  [class*="-small-7"].has-gutter > * {
    width: calc(100% / 7 - 0.8rem - 0px);
    margin-right: 0.4rem;
    margin-left: 0.4rem;
  }

  [class*="-small-8"] > * {
    width: calc(100% / 8 - 0px);
  }
  [class*="-small-8"].has-gutter {
    margin-right: -0.4rem;
    margin-left: -0.4rem;
  }
  [class*="-small-8"].has-gutter > * {
    width: calc(100% / 8 - 0.8rem - 0px);
    margin-right: 0.4rem;
    margin-left: 0.4rem;
  }
}
@media (min-width: 414px) and (max-width: 768px) {
  [class*="-medium-1"] > * {
    width: calc(100% / 1 - 0px);
  }
  [class*="-medium-1"].has-gutter > * {
    width: calc(100% / 1 - 1.6rem - 0px);
    margin-right: 0.8rem;
    margin-left: 0.8rem;
  }

  [class*="-medium-2"] > * {
    width: calc(100% / 2 - 0px);
  }
  [class*="-medium-2"].has-gutter > * {
    width: calc(100% / 2 - 1.6rem - 0px);
    margin-right: 0.8rem;
    margin-left: 0.8rem;
  }

  [class*="-medium-3"] > * {
    width: calc(100% / 3 - 0px);
  }
  [class*="-medium-3"].has-gutter > * {
    width: calc(100% / 3 - 1.6rem - 0px);
    margin-right: 0.8rem;
    margin-left: 0.8rem;
  }

  [class*="-medium-4"] > * {
    width: calc(100% / 4 - 0px);
  }
  [class*="-medium-4"].has-gutter > * {
    width: calc(100% / 4 - 1.6rem - 0px);
    margin-right: 0.8rem;
    margin-left: 0.8rem;
  }

  [class*="-medium-5"] > * {
    width: calc(100% / 5 - 0px);
  }
  [class*="-medium-5"].has-gutter > * {
    width: calc(100% / 5 - 1.6rem - 0px);
    margin-right: 0.8rem;
    margin-left: 0.8rem;
  }

  [class*="-medium-6"] > * {
    width: calc(100% / 6 - 0px);
  }
  [class*="-medium-6"].has-gutter > * {
    width: calc(100% / 6 - 1.6rem - 0px);
    margin-right: 0.8rem;
    margin-left: 0.8rem;
  }

  [class*="-medium-7"] > * {
    width: calc(100% / 7 - 0px);
  }
  [class*="-medium-7"].has-gutter > * {
    width: calc(100% / 7 - 1.6rem - 0px);
    margin-right: 0.8rem;
    margin-left: 0.8rem;
  }

  [class*="-medium-8"] > * {
    width: calc(100% / 8 - 0px);
  }
  [class*="-medium-8"].has-gutter > * {
    width: calc(100% / 8 - 1.6rem - 0px);
    margin-right: 0.8rem;
    margin-left: 0.8rem;
  }
}
.full {
  flex: 0 0 auto;
  width: calc(100% / 1 - 0px);
}

@media (min-width: 320px) {
  .has-gutter > .full {
    width: calc(100% / 1 - 0.8rem - 0px);
  }
}
@media (min-width: 768px) {
  .has-gutter > .full {
    width: calc(100% / 1 - 1.6rem - 0px);
  }
}
@media (min-width: 1152px) {
  .has-gutter > .full {
    width: calc(100% / 1 - 1.2rem - 0px);
  }
}
@media (min-width: 1152px) {
  .has-gutter-all > .full {
    width: calc(100% / 1 - 1.2rem - 0px);
  }
}
.one-half {
  flex: 0 0 auto;
  width: calc(100% / 2 - 0px);
}

@media (min-width: 320px) {
  .has-gutter > .one-half {
    width: calc(100% / 2 - 0.8rem - 0px);
  }
}
@media (min-width: 768px) {
  .has-gutter > .one-half {
    width: calc(100% / 2 - 1.6rem - 0px);
  }
}
@media (min-width: 1152px) {
  .has-gutter > .one-half {
    width: calc(100% / 2 - 1.2rem - 0px);
  }
}
@media (min-width: 1152px) {
  .has-gutter-all > .one-half {
    width: calc(100% / 2 - 1.2rem - 0px);
  }
}
.one-third {
  flex: 0 0 auto;
  width: calc(100% / 3 - 0px);
}

@media (min-width: 320px) {
  .has-gutter > .one-third {
    width: calc(100% / 3 - 0.8rem - 0px);
  }
}
@media (min-width: 768px) {
  .has-gutter > .one-third {
    width: calc(100% / 3 - 1.6rem - 0px);
  }
}
@media (min-width: 1152px) {
  .has-gutter > .one-third {
    width: calc(100% / 3 - 1.2rem - 0px);
  }
}
@media (min-width: 1152px) {
  .has-gutter-all > .one-third {
    width: calc(100% / 3 - 1.2rem - 0px);
  }
}
.one-quarter {
  flex: 0 0 auto;
  width: calc(100% / 4 - 0px);
}

@media (min-width: 320px) {
  .has-gutter > .one-quarter {
    width: calc(100% / 4 - 0.8rem - 0px);
  }
}
@media (min-width: 768px) {
  .has-gutter > .one-quarter {
    width: calc(100% / 4 - 1.6rem - 0px);
  }
}
@media (min-width: 1152px) {
  .has-gutter > .one-quarter {
    width: calc(100% / 4 - 1.2rem - 0px);
  }
}
@media (min-width: 1152px) {
  .has-gutter-all > .one-quarter {
    width: calc(100% / 4 - 1.2rem - 0px);
  }
}
.one-fifth {
  flex: 0 0 auto;
  width: calc(100% / 5 - 0px);
}

@media (min-width: 320px) {
  .has-gutter > .one-fifth {
    width: calc(100% / 5 - 0.8rem - 0px);
  }
}
@media (min-width: 768px) {
  .has-gutter > .one-fifth {
    width: calc(100% / 5 - 1.6rem - 0px);
  }
}
@media (min-width: 1152px) {
  .has-gutter > .one-fifth {
    width: calc(100% / 5 - 1.2rem - 0px);
  }
}
@media (min-width: 1152px) {
  .has-gutter-all > .one-fifth {
    width: calc(100% / 5 - 1.2rem - 0px);
  }
}
.one-sixth {
  flex: 0 0 auto;
  width: calc(100% / 6 - 0px);
}

@media (min-width: 320px) {
  .has-gutter > .one-sixth {
    width: calc(100% / 6 - 0.8rem - 0px);
  }
}
@media (min-width: 768px) {
  .has-gutter > .one-sixth {
    width: calc(100% / 6 - 1.6rem - 0px);
  }
}
@media (min-width: 1152px) {
  .has-gutter > .one-sixth {
    width: calc(100% / 6 - 1.2rem - 0px);
  }
}
@media (min-width: 1152px) {
  .has-gutter-all > .one-sixth {
    width: calc(100% / 6 - 1.2rem - 0px);
  }
}
.two-thirds {
  flex: 0 0 auto;
  width: calc(100% / 3 * 2 - 0px);
}

@media (min-width: 320px) {
  .has-gutter > .two-thirds {
    width: calc(100% / 3 * 2 - 0.8rem - 0px);
  }
}
@media (min-width: 768px) {
  .has-gutter > .two-thirds {
    width: calc(100% / 3 * 2 - 1.6rem - 0px);
  }
}
@media (min-width: 1152px) {
  .has-gutter > .two-thirds {
    width: calc(100% / 3 * 2 - 1.2rem - 0px);
  }
}
@media (min-width: 1152px) {
  .has-gutter-all > .two-thirds {
    width: calc(100% / 3 * 2 - 1.2rem - 0px);
  }
}
.three-quarters {
  flex: 0 0 auto;
  width: calc(100% / 4 * 3 - 0px);
}

@media (min-width: 320px) {
  .has-gutter > .three-quarters {
    width: calc(100% / 4 * 3 - 0.8rem - 0px);
  }
}
@media (min-width: 768px) {
  .has-gutter > .three-quarters {
    width: calc(100% / 4 * 3 - 1.6rem - 0px);
  }
}
@media (min-width: 1152px) {
  .has-gutter > .three-quarters {
    width: calc(100% / 4 * 3 - 1.2rem - 0px);
  }
}
@media (min-width: 1152px) {
  .has-gutter-all > .three-quarters {
    width: calc(100% / 4 * 3 - 1.2rem - 0px);
  }
}
.five-sixths {
  flex: 0 0 auto;
  width: calc(100% / 6 * 5 - 0px);
}

@media (min-width: 320px) {
  .has-gutter > .five-sixths {
    width: calc(100% / 6 * 5 - 0.8rem - 0px);
  }
}
@media (min-width: 768px) {
  .has-gutter > .five-sixths {
    width: calc(100% / 6 * 5 - 1.6rem - 0px);
  }
}
@media (min-width: 1152px) {
  .has-gutter > .five-sixths {
    width: calc(100% / 6 * 5 - 1.2rem - 0px);
  }
}
@media (min-width: 1152px) {
  .has-gutter-all > .five-sixths {
    width: calc(100% / 6 * 5 - 1.2rem - 0px);
  }
}
.seven-twelfth {
  flex: 0 0 auto;
  width: calc(100% / 7 * 12 - 0px);
}

@media (min-width: 320px) {
  .has-gutter > .seven-twelfth {
    width: calc(100% / 7 * 12 - 0.8rem - 0px);
  }
}
@media (min-width: 768px) {
  .has-gutter > .seven-twelfth {
    width: calc(100% / 7 * 12 - 1.6rem - 0px);
  }
}
@media (min-width: 1152px) {
  .has-gutter > .seven-twelfth {
    width: calc(100% / 7 * 12 - 1.2rem - 0px);
  }
}
@media (min-width: 1152px) {
  .has-gutter-all > .seven-twelfth {
    width: calc(100% / 7 * 12 - 1.2rem - 0px);
  }
}
/* mode debug */
.debug [class*="grid"] > * {
  margin-bottom: 1rem;
  padding: 0.5em;
  outline: 1px dotted #fff;
  background: #6b8e23;
  color: #fff;
}

.displayMedium, .presentation-banner__txt h1, .produits__title, .who-are-we__title, .legal__title {
  line-height: 4rem;
  font-size: 3.6rem;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-style: italic;
  font-weight: bold;
  color: #F55691;
}

.heading, .produits__sub-title, .produits__compo .produits__btn {
  line-height: 3.2rem;
  font-size: 2.4rem;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  color: #444;
}

.bodyLarge, .legal__subTitle, .legal__text {
  line-height: 2.4rem;
  font-size: 2rem;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.bodyMedium, .breadcrumb, #myBtn, .produits__text, .produits__bio p, .produits__made-in p, .who-are-we__text, .who-are-we__section2 p, .paragraphes, .ingredients-array th, .ingredients-array td:nth-child(0n+1) {
  line-height: 2.4rem;
  font-size: 1.6rem;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.bodySmall, .ingredients-array td:nth-child(0n+2) {
  line-height: 2.4rem;
  font-size: 1.4rem;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.displayMedium, .presentation-banner__txt h1, .produits__title, .who-are-we__title, .legal__title,
.heading,
.produits__sub-title,
.produits__compo .produits__btn,
.bodyLarge,
.legal__subTitle,
.legal__text,
.bodyMedium,
.breadcrumb,
#myBtn,
.produits__text,
.produits__bio p,
.produits__made-in p,
.who-are-we__text,
.who-are-we__section2 p,
.paragraphes,
.ingredients-array th,
.ingredients-array td:nth-child(0n+1) {
  margin: 0;
}

body {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/**
 * Set up a decent box model on the root element
 */
html {
  box-sizing: border-box;
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*::before,
*::after {
  box-sizing: inherit;
  /* avoid min-width: auto on flex and grid children */
  min-width: 0;
  min-height: 0;
}

html {
  /* set base font-size to equiv "10px", which is adapted to rem unit */
  font-size: 62.5%;
  /* IE9-IE11 math fixing. See http://bit.ly/1g4X0bX */
  font-size: calc(1em * 0.625);
  line-height: 62.5%;
  line-height: calc(1em * 0.625);
  scroll-behavior: smooth;
}
html ::-moz-selection {
  color: #fff;
  background-color: #F55691;
}
html ::selection {
  color: #fff;
  background-color: #F55691;
}

/**
 * Basic styles for links
 */
a {
  text-decoration: none;
}
a:hover, a:active, a:focus {
  text-decoration: underline;
}

.breadcrumb {
  display: flex;
  max-width: 115.2rem;
  margin: 0 auto;
  padding-top: 1.6rem;
  padding-left: 0.8rem;
  color: #7b7b7b;
}
.breadcrumb a {
  color: #7b7b7b !important;
  text-decoration: none !important;
}
.breadcrumb a::after {
  display: inline-block;
  content: '>';
  margin: 0 0.4rem;
}
.breadcrumb a:hover {
  text-decoration: underline;
}

#myBtn {
  min-height: 4.8rem;
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Fixed/sticky position */
  bottom: 20px;
  /* Place the button at the bottom of the page */
  right: 30px;
  /* Place the button 30px from the right */
  z-index: 99;
  /* Make sure it does not overlap */
  border: none;
  /* Remove borders */
  outline: none;
  /* Remove outline */
  background-color: #dd0065;
  /* Set a background color */
  color: white;
  /* Text color */
  cursor: pointer;
  /* Add a mouse pointer on hover */
  padding: 0 1.6rem;
  /* Some padding */
  border-radius: 0.8rem;
  /* Rounded corners */
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.2);
  transition: all 0.4s ease-in-out;
}
#myBtn img {
  margin-right: 0.8rem;
}

#myBtn:hover {
  background-color: #555;
  /* Add a dark-grey background on hover */
}

/* ----------------------------- */
/* ==Global Micro Layout         */
/* ----------------------------- */
body {
  min-height: 100vh;
  background-color: #eee;
}

/* Use container for the standard */
.container-flat {
  width: 100%;
  min-width: 115.4rem;
  background-color: #fff;
}

.container-full {
  min-width: 100%;
  background-color: #fff;
}

.container {
  width: 1152px;
  margin: auto;
}

/* Flexbox layout is KNACSS choice
http://www.alsacreations.com/tuto/lire/1493-css3-flexbox-layout-module.html
*/
.flex-container,
.d-flex, .flex-container--row,
.flex-row, .flex-container--column,
.flex-column, .flex-container--row-reverse,
.flex-row-reverse, .flex-container--column-reverse,
.flex-column-reverse {
  display: flex;
  flex-wrap: wrap;
}

.flex-container--row,
.flex-row {
  flex-direction: row;
}
.flex-container--row.align-center,
.flex-row.align-center {
  align-items: center;
}
.flex-container--row.justify-space-between,
.flex-row.justify-space-between {
  justify-content: space-between;
}

.flex-container--column,
.flex-column {
  flex-direction: column;
}

.flex-container--row-reverse,
.flex-row-reverse {
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.flex-container--column-reverse,
.flex-column-reverse {
  flex-direction: column-reverse;
  justify-content: flex-end;
}

.flex-item-fluid,
.item-fluid {
  flex: 1 1 0%;
}

.flex-item-first,
.item-first {
  order: -1;
}

.flex-item-medium,
.item-medium {
  order: 0;
}

.flex-item-last,
.item-last {
  order: 1;
}

.flex-item-center,
.item-center,
.mr-auto {
  margin: auto;
}

.debug [class*="flex-container"] > * {
  padding: 1rem;
  background: #ff69b4;
  color: #fff;
}
.debug [class*="flex-container"] > * + * {
  /* stylelint-disable-line */
  background: #ffa500;
}
.debug [class*="flex-container"] > * + * + * {
  /* stylelint-disable-line */
  background: #d2691e;
}

.category-title {
  margin-top: 56px;
}

.headline_thumbs_group_title {
  margin-top: 48px;
  margin-bottom: 32px;
}

.header {
  display: flex;
  flex: 1 1 0%;
  flex-wrap: wrap;
  width: 100%;
  min-width: 115.4rem;
  max-height: 11.2rem;
  margin: 0 auto;
  background-color: #fff;
}
.header::after {
  border: 0.05rem solid #fff1f2;
  height: 0.1rem;
  content: '';
  width: 100%;
}
.header__topbar {
  width: 100%;
  min-width: 115.4rem;
  height: 3.2rem;
  line-height: 3.2rem;
  align-items: center;
  background-image: linear-gradient(91deg, #fff0f0, #fff9f9);
  text-align: center;
}
.header__topbar ul {
  width: 115.2rem;
  margin: 0 auto;
  padding: 0 0.6rem;
  text-align: right;
}
.header__topbar ul li {
  height: 3.2rem;
}
.header__topbar a {
  font-size: 1.2rem;
  color: #333;
}
.header__site {
  display: flex;
  min-width: 115.2rem;
  height: 11.2rem;
  margin: 0 auto;
  padding: 0 0.6rem;
}
.header__logo {
  flex: 0 0 auto;
  align-self: center;
  width: 27.6rem;
  margin: 0;
}
.header__logo a {
  display: flex;
  flex-direction: column;
}
.header__logo a:hover {
  text-decoration: none;
}
.header__logo img {
  width: 22rem;
  height: auto;
}
.header__logo .baseline {
  font-size: 1.6rem;
  color: #666;
  text-align: left;
  text-indent: 0.4rem;
}
.header__nav {
  display: flex;
  align-items: center;
}
.header__nav ul {
  display: flex;
  flex-wrap: wrap;
}
.header__nav ul a {
  display: block;
  margin-right: 2rem;
  padding: 8px 16px;
  color: #666;
  font-size: 1.6rem;
  line-height: 1.5;
  border-radius: 2.4rem;
  transition: all 0.4s ease-in-out;
}
.header__nav ul a:hover, .header__nav ul a.actif {
  color: #fff;
  background-color: #F55691;
}
.header__nav ul li:last-child a {
  margin-right: 0;
}
.header__deco {
  width: 20.8rem;
  margin-left: auto;
}

.footer {
  margin-top: auto;
  background-color: #fff0f0;
  background-image: linear-gradient(91deg, #fff0f0, #fff9f9);
}
.footer::before {
  position: relative;
  top: 0.8rem;
  content: '';
  display: block;
  margin-top: 8px;
  border-top: 1px solid #fff;
}
.footer::after {
  position: relative;
  bottom: 4.8rem;
  content: '';
  display: block;
  border-top: 1px solid #fff;
  width: 100%;
}
.footer__zone1 {
  width: 115.2rem;
  margin: 0 auto;
  padding: 2.4rem 0.6rem 8.8rem;
}
.footer__zone1 h3 {
  margin-bottom: 1.6rem;
  color: #F55691;
  font-size: 1.6rem;
  font-weight: bold;
}
.footer__zone1 ul > li {
  line-height: 2.4rem;
  color: #333;
  font-size: 1.4rem;
}
.footer__zone1 ul > li > a {
  color: #333;
}
.footer__zone1 ul > li > img:first-child {
  margin-right: 1.6rem;
}
.footer__contact li:first-child {
  margin-bottom: 1.6rem;
}
.footer__logo {
  margin: 0;
}
.footer__logo a {
  display: block;
  max-width: 22rem;
  margin: 0 auto;
}
.footer__logo a:hover {
  text-decoration: none;
}
.footer__logo img {
  width: 22rem;
  height: auto;
}
.footer__logo .baseline {
  display: inline-block;
  font-size: 1.6rem;
  color: #666;
  text-align: left;
  text-indent: 0.4rem;
}
.footer__copyright {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: -1px;
  font-size: 1.4rem;
  color: #fff;
  background-color: #333;
}
.footer__copyright ul li {
  display: inline;
}
.footer__copyright ul li a {
  display: inline-block;
  height: 4rem;
  line-height: 4rem;
  color: #fff;
}
.footer__copyright ul li:nth-child(0n+1):after, .footer__copyright ul li:nth-child(0n+2):after {
  content: '|';
  display: inline-block;
  padding: 0 8px;
}

.presentation-banner {
  margin-top: 4rem;
  padding: 3.2rem 0 4rem 0;
  background-image: url("../assets/images/home_presentation.jpg");
  background-repeat: no-repeat;
  background-size: 1140px;
  background-position: 6px;
}
.presentation-banner__txt {
  padding-left: 28.8rem;
}
.presentation-banner__txt h1 {
  margin: 0;
  color: #fff;
  line-height: 3.6rem;
}
.presentation-banner__txt p {
  margin: 0;
  color: #333;
  font-size: 2rem;
  line-height: 3.2rem;
}
.presentation-banner__cover {
  text-align: center;
}
.presentation-banner__cover img {
  width: 15.6rem;
  transform: rotate(6deg);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}

.produits {
  margin-top: 4rem;
  padding: 0 0.6rem;
}
.produits__gamme {
  max-width: 66rem;
  margin-right: 1.2rem;
  border: 1px solid pink;
  background-color: #fff;
  border-radius: 0.8rem;
}
.produits__gamme--hero {
  display: block;
  margin: 0 auto;
  margin-top: 3.2rem;
  width: 47.2rem;
  height: auto;
}
.produits__gamme .produits__title {
  margin-top: 1.6rem;
}
.produits__gamme .produits__text {
  margin-top: 1.6rem;
}
.produits__gamme .produits__sub-title {
  margin-top: 0.8rem;
}
.produits__gamme .produits__title,
.produits__gamme .produits__sub-title,
.produits__gamme .produits__text {
  padding-left: 8rem;
  padding-right: 8.2rem;
}
.produits__bio, .produits__made-in {
  display: flex;
  margin-left: 9.6rem;
}
.produits__bio img, .produits__made-in img {
  width: 8.4rem;
  height: auto;
}
.produits__bio p, .produits__made-in p {
  height: max-content;
  align-self: center;
  margin-left: 1.6rem;
}
.produits__bio {
  margin-top: 4rem;
}
.produits__made-in {
  margin-top: 2.4rem;
  margin-bottom: 3.2rem;
}
.produits__block {
  height: 35.2rem;
  padding-top: 3rem;
  padding-left: 4.8rem;
  padding-right: 4rem;
  margin-top: 0.8rem;
  background-image: linear-gradient(91deg, #fff0f0, #fff9f9);
}
.produits__compo {
  max-width: 46.8rem;
}
.produits__compo--hero {
  width: 46.8rem;
  height: auto;
}
.produits__compo .produits__sub-title {
  margin-top: 2.4rem;
}
.produits__compo .produits__btn {
  display: block;
  width: 24.8rem;
  height: 4.8rem;
  margin: 0 auto;
  margin-top: 4rem;
  line-height: 4.8rem;
  text-align: center;
  color: #fff;
  background-color: #dd0065;
}

.who-are-we {
  margin: 4rem 0;
  padding: 0 0.6rem;
  background-image: linear-gradient(135deg, #FFF0F0 0%, #FFF9F9 100%);
  border-radius: 8px;
}
.who-are-we__section1 {
  display: flex;
}
.who-are-we__section1 .who-are-we__title {
  margin-top: 2.40rem;
}
.who-are-we__section1 .who-are-we__text {
  margin-top: 1.6rem;
}
.who-are-we__section1 img {
  max-width: 46.8rem;
  margin-top: 3.2rem;
  margin-right: 3.2rem;
}
.who-are-we__section1 img + div {
  max-width: 66rem;
}
.who-are-we__blocktext {
  max-width: 66rem;
  padding-right: 1.6rem;
  padding-left: 1.6rem;
}
.who-are-we__section2 {
  display: flex;
  margin-top: 4rem;
}
.who-are-we__section2 p {
  max-width: 66rem;
  padding-top: 1.6rem;
  padding-left: 2.4rem;
  padding-right: 1.6rem;
  margin-right: 1.2rem;
  line-height: 3.2rem;
}
.who-are-we__section2 p > img {
  display: block;
  margin: 0 auto;
  width: 31.2rem;
  margin-top: 3rem;
}
.who-are-we__section2 img {
  max-width: 46.8rem;
  margin-bottom: 10.4rem;
}

.activline, .activline > td {
  border: solid 3px #fff;
  background-color: rgba(255, 230, 0, 0.4) !important;
}

.mdr {
  display: flex;
  justify-content: center;
  margin-bottom: 4.6rem;
}

button {
  background: none;
  border: none;
}

input {
  width: 29.6rem;
  height: 4rem;
  padding-left: 0.8rem;
  border: 1px solid #979797;
  border-radius: 0.8rem;
  font-size: 1.6rem;
  line-height: 4rem;
  caret-color: #666;
}

.paragraphes {
  text-align: center;
  margin-top: 3.6rem;
  margin-bottom: 3.6rem;
  color: #333;
}

.ingredients-array {
  border-collapse: collapse;
  margin-bottom: 6.4rem;
}
.ingredients-array th {
  height: 4rem;
  vertical-align: middle;
  font-weight: bold;
  border: 1px solid #ebebeb;
  border-bottom: 0;
}
.ingredients-array th:nth-child(0n+1),
.ingredients-array th:nth-child(0n+2) {
  width: 19.2rem;
}
.ingredients-array th:nth-child(0n+3) {
  padding-left: 1.6rem;
  text-align: left;
}
.ingredients-array tr:nth-child(even) td {
  background-color: #fff8f9;
}
.ingredients-array td {
  line-height: 2rem;
  padding-top: 0.8rem;
  padding-bottom: 1.6rem;
  vertical-align: top;
}
.ingredients-array td:last-child {
  padding-top: 1rem;
  padding-left: 0.8rem;
}
.ingredients-array td:nth-child(0n+1),
.ingredients-array td:nth-child(0n+2) {
  line-height: 2rem;
  text-align: center;
}
.ingredients-array td,
.ingredients-array th {
  color: #444;
}

.legal__title {
  margin-top: 1.6rem;
  color: #dd0065;
  text-align: center;
}
.legal__subTitle {
  height: 4rem;
  margin-top: 3.2rem;
  padding-left: 3.2rem;
  background-image: linear-gradient(to left, #fff, #ba8bcb 40%);
  color: #fff;
  font-weight: bold;
  line-height: 4rem;
}
.legal__text {
  margin-top: 2.4rem;
  line-height: 3.2rem;
}

.legal b {
  color: #c70000;
}
.legal a {
  color: #444;
  text-decoration: underline;
}
.legal [class^="zone1_"] {
  padding-right: 4.8rem;
  padding-left: 3.8rem;
}
.legal .zone1_para1 {
  margin-top: 5.6rem;
}
.legal .zone1_para2 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  border-radius: 0.8rem;
}
.legal .sva {
  border: 1px;
  border-radius: 6px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
}
.legal .sva.ml8 {
  margin-left: 0.8rem;
}
.legal .strong {
  font-weight: bold;
}
.legal .zone1_para2 {
  border: 1px solid #dd0065;
}
