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

@charset "UTF-8";
/*!
 * Generated using the Bootstrap Customizer (https://getbootstrap.com/docs/3.4/customize/)
 */
/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

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

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

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

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}

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

a {
  color: #337ab7;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.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;
}

[role=button] {
  cursor: pointer;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

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

.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row-no-gutters [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

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

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

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

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

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

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

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

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 768px) {
  .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 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

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

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

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

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

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

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .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 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

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

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

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

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

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

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .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 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

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

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

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

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

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

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  display: table;
  content: " ";
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.pull-right {
  float: right !important;
}

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

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?bgShadowXPos=&bgOverlayXPos=&bgErrorXPos=&bgHighlightXPos=&bgContentXPos=&bgHeaderXPos=&bgActiveXPos=&bgHoverXPos=&bgDefaultXPos=&bgShadowYPos=&bgOverlayYPos=&bgErrorYPos=&bgHighlightYPos=&bgContentYPos=&bgHeaderYPos=&bgActiveYPos=&bgHoverYPos=&bgDefaultYPos=&bgShadowRepeat=&bgOverlayRepeat=&bgErrorRepeat=&bgHighlightRepeat=&bgContentRepeat=&bgHeaderRepeat=&bgActiveRepeat=&bgHoverRepeat=&bgDefaultRepeat=&iconsHover=url(%22images%2Fui-icons_555555_256x240.png%22)&iconsHighlight=url(%22images%2Fui-icons_777620_256x240.png%22)&iconsHeader=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsError=url(%22images%2Fui-icons_cc0000_256x240.png%22)&iconsDefault=url(%22images%2Fui-icons_777777_256x240.png%22)&iconsContent=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsActive=url(%22images%2Fui-icons_ffffff_256x240.png%22)&bgImgUrlShadow=&bgImgUrlOverlay=&bgImgUrlHover=&bgImgUrlHighlight=&bgImgUrlHeader=&bgImgUrlError=&bgImgUrlDefault=&bgImgUrlContent=&bgImgUrlActive=&opacityFilterShadow=Alpha(Opacity%3D30)&opacityFilterOverlay=Alpha(Opacity%3D30)&opacityShadowPerc=30&opacityOverlayPerc=30&iconColorHover=%23555555&iconColorHighlight=%23777620&iconColorHeader=%23444444&iconColorError=%23cc0000&iconColorDefault=%23777777&iconColorContent=%23444444&iconColorActive=%23ffffff&bgImgOpacityShadow=0&bgImgOpacityOverlay=0&bgImgOpacityError=95&bgImgOpacityHighlight=55&bgImgOpacityContent=75&bgImgOpacityHeader=75&bgImgOpacityActive=65&bgImgOpacityHover=75&bgImgOpacityDefault=75&bgTextureShadow=flat&bgTextureOverlay=flat&bgTextureError=flat&bgTextureHighlight=flat&bgTextureContent=flat&bgTextureHeader=flat&bgTextureActive=flat&bgTextureHover=flat&bgTextureDefault=flat&cornerRadius=3px&fwDefault=normal&ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&cornerRadiusShadow=8px&thicknessShadow=5px&offsetLeftShadow=0px&offsetTopShadow=0px&opacityShadow=.3&bgColorShadow=%23666666&opacityOverlay=.3&bgColorOverlay=%23aaaaaa&fcError=%235f3f3f&borderColorError=%23f1a899&bgColorError=%23fddfdf&fcHighlight=%23777620&borderColorHighlight=%23dad55e&bgColorHighlight=%23fffa90&fcContent=%23333333&borderColorContent=%23dddddd&bgColorContent=%23ffffff&fcHeader=%23333333&borderColorHeader=%23dddddd&bgColorHeader=%23e9e9e9&fcActive=%23ffffff&borderColorActive=%23003eff&bgColorActive=%23007fff&fcHover=%232b2b2b&borderColorHover=%23cccccc&bgColorHover=%23ededed&fcDefault=%23454545&borderColorDefault=%23c5c5c5&bgColorDefault=%23f6f6f6
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: 0.5em 0.5em 0.5em 0.7em;
  font-size: 100%;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px 0.4em;
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}

/* icon support */
.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2em;
  margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

.ui-button {
  padding: 0.4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: 0.1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Support: IE <= 11 */
  overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
  text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap;
}

input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: 0.4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ui-controlgroup {
  vertical-align: middle;
  display: inline-block;
}

.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999;
}

.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}

.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box;
}

.ui-controlgroup .ui-controlgroup-label {
  padding: 0.4em 1em;
}

.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%;
}

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none;
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {
  /* Support: IE8 only, Android < 4.4 only */
  width: 75%;
  width: calc( 100% - 2.4em );
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: 0.12em;
  border: none;
}

.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none;
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid;
}

.ui-checkboxradio-disabled {
  pointer-events: none;
}

.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: 0.5em;
  top: 0.3em;
}

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em;
  outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: none;
  overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: 0.5em;
  padding: 0.3em 1em 0.5em 0.4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
}

.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0;
}

.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0;
}

.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0;
}

.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0;
}

.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px;
}

.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0;
}

.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  /* support: IE8 */
  opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em;
}

.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal {
  height: 0.8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0.222em 0;
  margin: 0.2em 0;
  vertical-align: middle;
  margin-left: 0.4em;
  margin-right: 2em;
}

.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: 0.5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none;
}

.ui-spinner-up {
  top: 0;
}

.ui-spinner-down {
  bottom: 0;
}

.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: 0.2em;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px 0.2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
}

body .ui-tooltip {
  border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333;
}

.ui-widget-content a {
  color: #333333;
}

.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold;
}

.ui-widget-header a {
  color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #ffffff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-caret-1-n {
  background-position: 0 0;
}

.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

.ui-icon-caret-1-e {
  background-position: -32px 0;
}

.ui-icon-caret-1-se {
  background-position: -48px 0;
}

.ui-icon-caret-1-s {
  background-position: -65px 0;
}

.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

.ui-icon-caret-1-w {
  background-position: -96px 0;
}

.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: 0.003;
  filter: Alpha(Opacity=0.3);
  /* support: IE8 */
}

.ui-widget-shadow {
  -webkit-box-shadow: 0px 0px 5px #666666;
  box-shadow: 0px 0px 5px #666666;
}

@font-face {
  font-family: "Avenir bold";
  src: url("../fonts/avenir-next/avenir-next-bold.eot") format("eot"), url("../fonts/avenir-next/avenir-next-bold.woff2") format("woff2"), url("../fonts/avenir-next/avenir-next-bold.woff") format("woff");
}
@font-face {
  font-family: "Avenir medium";
  src: url("../fonts/avenir-next/avenir-next-medium.eot") format("eot"), url("../fonts/avenir-next/avenir-next-medium.woff2") format("woff2"), url("../fonts/avenir-next/avenir-next-medium.woff") format("woff");
}
@font-face {
  font-family: "Avenir regular";
  src: url("../fonts/avenir-next/avenir-next-regular.eot") format("eot"), url("../fonts/avenir-next/avenir-next-regular.woff2") format("woff2"), url("../fonts/avenir-next/avenir-next-regular.woff") format("woff");
}
@font-face {
  font-family: "Basetica bold";
  src: url("../fonts/Basetica/Basetica-bold-205TF.eot") format("eot"), url("../fonts/Basetica/Basetica-bold-205TF.woff2") format("woff2"), url("../fonts/Basetica/Basetica-bold-205TF.woff") format("woff");
}
@font-face {
  font-family: "Basetica medium";
  src: url("../fonts/Basetica/Basetica-medium-205TF.eot") format("eot"), url("../fonts/Basetica/Basetica-medium-205TF.woff2") format("woff2"), url("../fonts/Basetica/Basetica-medium-205TF.woff") format("woff");
}
@font-face {
  font-family: "Basetica regular";
  src: url("../fonts/Basetica/Basetica-regular-205TF.eot") format("eot"), url("../fonts/Basetica/Basetica-regular-205TF.woff2") format("woff2"), url("../fonts/Basetica/Basetica-regular-205TF.woff") format("woff");
}
@font-face {
    font-family: "FontAwesome";
    src: url("../fonts/fontawesome/fontawesome-webfont.eot") format("eot"), url("../fonts/fontawesome/fontawesome-webfont.woff2") format("woff2"), url("../fonts/fontawesome/fontawesome-webfont.woff") format("woff");
}
body.order [id=header], body.home [id=header], body.order-list [id=header] {
  min-height: -webkit-fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1.5rem;
  margin-bottom: 0;
  margin-left: 23rem;
  position: relative;
  max-width: 1366px;
}
@media (min-width: 1200px) {
  body.order [id=header], body.home [id=header], body.order-list [id=header] {
    margin-left: 14.9rem;
    margin-right: 13.7rem;
    width: inherit;
  }
}
body.order [id=header] .nav, body.home [id=header] .nav, body.order-list [id=header] .nav {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
}
body.order [id=header] .nav li, body.home [id=header] .nav li, body.order-list [id=header] .nav li {
  margin-right: 3.9rem;
}
body.order [id=header] .nav li img, body.home [id=header] .nav li img, body.order-list [id=header] .nav li img {
  width: 67px;
}
@media (min-width: 1200px) {
  body.order [id=header] .nav li img, body.home [id=header] .nav li img, body.order-list [id=header] .nav li img {
    width: 90px;
  }
}
body.order [id=header] .nav li.active a, body.home [id=header] .nav li.active a, body.order-list [id=header] .nav li.active a {
  opacity: 1;
}
body.order [id=header] .nav li.logo-desktop a, body.home [id=header] .nav li.logo-desktop a, body.order-list [id=header] .nav li.logo-desktop a {
  opacity: 1;
}
body.order [id=header] .nav li a, body.home [id=header] .nav li a, body.order-list [id=header] .nav li a {
  font-family: "Basetica medium";
  font-size: 1.1rem;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1px;
  color: #242323;
  opacity: 0.5;
  text-decoration: none;
}
@media (min-width: 1200px) {
  body.order [id=header] .nav li a, body.home [id=header] .nav li a, body.order-list [id=header] .nav li a {
    font-size: 1.4rem;
  }
}
body.order [id=header] .nav li a:hover, body.order [id=header] .nav li a:active, body.home [id=header] .nav li a:hover, body.home [id=header] .nav li a:active, body.order-list [id=header] .nav li a:hover, body.order-list [id=header] .nav li a:active {
  color: #f16366;
  opacity: 1;
}
body.order [id=header] .users, body.home [id=header] .users, body.order-list [id=header] .users {
  padding: 0;
  list-style: none;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 0;
}
@media (min-width: 1200px) {
  body.order [id=header] .users, body.home [id=header] .users, body.order-list [id=header] .users {
    position: absolute;
  }
}
body.order [id=header] .users .notification:hover p, body.order [id=header] .users .notification:focus p, body.home [id=header] .users .notification:hover p, body.home [id=header] .users .notification:focus p, body.order-list [id=header] .users .notification:hover p, body.order-list [id=header] .users .notification:focus p {
  background-color: #f16366;
}
body.order [id=header] .users .notification p, body.home [id=header] .users .notification p, body.order-list [id=header] .users .notification p {
  background-color: #161a20;
  color: #ffffff;
  width: 2rem;
  height: 2rem;
  border-radius: 60px;
  text-align: center;
  line-height: 2;
  font-size: 1.1rem;
  position: relative;
  z-index: 2;
  margin-top: 0;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-left: 0;
  cursor: pointer;
}
@media (min-width: 1200px) {
  body.order [id=header] .users .notification p, body.home [id=header] .users .notification p, body.order-list [id=header] .users .notification p {
    width: 3rem;
    height: 3rem;
    font-size: 1.4rem;
  }
}
body.order [id=header] .users .notification > div, body.home [id=header] .users .notification > div, body.order-list [id=header] .users .notification > div {
  padding-top: 1.5rem;
  position: absolute;
  z-index: 2;
  right: 10rem;
}
body.order [id=header] .users .notification > div ul, body.home [id=header] .users .notification > div ul, body.order-list [id=header] .users .notification > div ul {
  display: none;
  width: 176px;
  height: -webkit-fill-available;
  box-shadow: 0 0 20px 0 #e9e6e6;
  background-color: #ffffff;
  padding: 0;
  list-style: none;
  margin: 0;
}
@media (min-width: 1200px) {
  body.order [id=header] .users .notification > div ul, body.home [id=header] .users .notification > div ul, body.order-list [id=header] .users .notification > div ul {
    width: 235px;
    height: 225px;
  }
}
body.order [id=header] .users .notification > div ul li, body.home [id=header] .users .notification > div ul li, body.order-list [id=header] .users .notification > div ul li {
  margin-bottom: 1rem;
  padding: 0 1.4rem;
}
@media (min-width: 1200px) {
  body.order [id=header] .users .notification > div ul li, body.home [id=header] .users .notification > div ul li, body.order-list [id=header] .users .notification > div ul li {
    padding: 0 2rem;
    margin-bottom: 1.5rem;
  }
}
body.order [id=header] .users .notification > div ul li:first-of-type, body.home [id=header] .users .notification > div ul li:first-of-type, body.order-list [id=header] .users .notification > div ul li:first-of-type {
  padding-top: 1.4rem;
}
@media (min-width: 1200px) {
  body.order [id=header] .users .notification > div ul li:first-of-type, body.home [id=header] .users .notification > div ul li:first-of-type, body.order-list [id=header] .users .notification > div ul li:first-of-type {
    padding-top: 2rem;
  }
}
body.order [id=header] .users .notification > div ul li:last-of-type, body.home [id=header] .users .notification > div ul li:last-of-type, body.order-list [id=header] .users .notification > div ul li:last-of-type {
  margin-bottom: 0;
}
body.order [id=header] .users .notification > div ul li a, body.home [id=header] .users .notification > div ul li a, body.order-list [id=header] .users .notification > div ul li a {
  font-family: "Avenir medium";
  font-size: 1.1rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1px;
  color: #161a20;
  text-decoration: none;
}
@media (min-width: 1200px) {
  body.order [id=header] .users .notification > div ul li a, body.home [id=header] .users .notification > div ul li a, body.order-list [id=header] .users .notification > div ul li a {
    font-size: 1.4rem;
  }
}
body.order [id=header] .users .notification > div ul li.seeall, body.home [id=header] .users .notification > div ul li.seeall, body.order-list [id=header] .users .notification > div ul li.seeall {
  padding: 1rem 1.4rem;
  border-top: solid 1px #f9f9f9;
}
@media (min-width: 1200px) {
  body.order [id=header] .users .notification > div ul li.seeall, body.home [id=header] .users .notification > div ul li.seeall, body.order-list [id=header] .users .notification > div ul li.seeall {
    padding: 1rem 2rem;
  }
}
body.order [id=header] .users .notification > div ul li.seeall a, body.home [id=header] .users .notification > div ul li.seeall a, body.order-list [id=header] .users .notification > div ul li.seeall a {
  opacity: 0.5;
  font-family: "Basetica regular";
  font-size: 1.1rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1px;
  color: #242323;
}
@media (min-width: 1200px) {
  body.order [id=header] .users .notification > div ul li.seeall a, body.home [id=header] .users .notification > div ul li.seeall a, body.order-list [id=header] .users .notification > div ul li.seeall a {
    font-size: 1.4rem;
  }
}
body.order [id=header] .users .notification > div ul li:hover a, body.order [id=header] .users .notification > div ul li:focus a, body.home [id=header] .users .notification > div ul li:hover a, body.home [id=header] .users .notification > div ul li:focus a, body.order-list [id=header] .users .notification > div ul li:hover a, body.order-list [id=header] .users .notification > div ul li:focus a {
  font-weight: bold;
  color: #f16366;
  opacity: 1;
}
body.order [id=header] .users .notification:hover ul, body.home [id=header] .users .notification:hover ul, body.order-list [id=header] .users .notification:hover ul {
  display: block;
}
body.order [id=header] .users .account, body.home [id=header] .users .account, body.order-list [id=header] .users .account {
  position: relative;
}
body.order [id=header] .users .account > div, body.home [id=header] .users .account > div, body.order-list [id=header] .users .account > div {
  padding-top: 1.5rem;
  position: absolute;
  z-index: 2;
  width: 100%;
}
body.order [id=header] .users .account > a, body.home [id=header] .users .account > a, body.order-list [id=header] .users .account > a {
  text-decoration: none;
  font-family: "Basetica medium";
  font-size: 1.1rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1px;
  text-align: right;
  color: #144862;
}
@media (min-width: 1200px) {
  body.order [id=header] .users .account > a, body.home [id=header] .users .account > a, body.order-list [id=header] .users .account > a {
    font-size: 1.4rem;
  }
}
body.order [id=header] .users .account::after, body.home [id=header] .users .account::after, body.order-list [id=header] .users .account::after {
  content: "";
  font-family: "FontAwesome";
  display: inline-block;
  font-size: 2rem;
  margin-left: 1rem;
  vertical-align: middle;
  color: #144862;
  cursor: pointer;
  line-height: 1;
}
@media (min-width: 1200px) {
  body.order [id=header] .users .account::after, body.home [id=header] .users .account::after, body.order-list [id=header] .users .account::after {
    font-size: 3rem;
  }
}
body.order [id=header] .users .account ul, body.home [id=header] .users .account ul, body.order-list [id=header] .users .account ul {
  display: none;
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  box-shadow: 0 0 20px 0 #e9e6e6;
  width: 23.5rem;
  background-color: #ffffff;
  right: -3rem;
}
body.order [id=header] .users .account ul::before, body.home [id=header] .users .account ul::before, body.order-list [id=header] .users .account ul::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 20px solid #ffffff;
  position: absolute;
  right: 3rem;
  top: -1rem;
}
body.order [id=header] .users .account ul li, body.home [id=header] .users .account ul li, body.order-list [id=header] .users .account ul li {
  cursor: pointer;
  margin: 1.5rem 0;
  padding: 0 2rem;
}
body.order [id=header] .users .account ul li a, body.home [id=header] .users .account ul li a, body.order-list [id=header] .users .account ul li a {
  font-family: "Basetica regular";
  font-size: 1.1rem;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 1px;
  color: #242323;
  text-decoration: none;
}
@media (min-width: 1200px) {
  body.order [id=header] .users .account ul li a, body.home [id=header] .users .account ul li a, body.order-list [id=header] .users .account ul li a {
    font-size: 1.4rem;
  }
}
body.order [id=header] .users .account ul li:hover a, body.order [id=header] .users .account ul li:focus a, body.home [id=header] .users .account ul li:hover a, body.home [id=header] .users .account ul li:focus a, body.order-list [id=header] .users .account ul li:hover a, body.order-list [id=header] .users .account ul li:focus a {
  color: #f16366;
}
body.order [id=header] .users .account ul li:last-of-type, body.home [id=header] .users .account ul li:last-of-type, body.order-list [id=header] .users .account ul li:last-of-type {
  padding-top: 1.5rem;
  position: relative;
}
body.order [id=header] .users .account ul li:last-of-type::before, body.home [id=header] .users .account ul li:last-of-type::before, body.order-list [id=header] .users .account ul li:last-of-type::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #f9f9f9;
  left: 0;
  top: 0;
}
body.order [id=header] .users .account:hover ul, body.order [id=header] .users .account:focus ul, body.home [id=header] .users .account:hover ul, body.home [id=header] .users .account:focus ul, body.order-list [id=header] .users .account:hover ul, body.order-list [id=header] .users .account:focus ul {
  display: block;
}
body.order [id=header] .users .account:hover > a, body.order [id=header] .users .account:focus > a, body.home [id=header] .users .account:hover > a, body.home [id=header] .users .account:focus > a, body.order-list [id=header] .users .account:hover > a, body.order-list [id=header] .users .account:focus > a {
  color: #f16366;
  opacity: 1;
}
body.order [id=header] .users .account:hover::after, body.order [id=header] .users .account:focus::after, body.home [id=header] .users .account:hover::after, body.home [id=header] .users .account:focus::after, body.order-list [id=header] .users .account:hover::after, body.order-list [id=header] .users .account:focus::after {
  color: #f16366;
}
body.home [id=header] {
  padding-bottom: 8rem;
}

[id=footer] {
  border-top: 1px solid #242323;
}
[id=footer].active {
  padding-bottom: 17rem;
}
[id=footer] #location {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 4rem 6rem;
}
[id=footer] #location .left {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
}
[id=footer] #location .left .location h4 {
  font-size: 1.5rem;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: 0.5px;
  margin-top: 0;
}
@media (min-width: 1100px) {
  [id=footer] #location .left .location h4 {
    font-size: 2rem;
  }
}
[id=footer] #location .left .location h5 {
  font-size: 1.5rem;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: 0.5px;
  margin-top: 0;
}
@media (min-width: 1100px) {
  [id=footer] #location .left .location h5 {
    font-size: 2rem;
  }
}
[id=footer] #location .left .location h6 {
  font-size: 1.5rem;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: 0.5px;
  margin-top: 0;
}
@media (min-width: 1100px) {
  [id=footer] #location .left .location h6 {
    font-size: 2rem;
  }
}
[id=footer] #location .left .location:first-of-type {
  margin-right: 3rem;
}
@media (min-width: 1100px) {
  [id=footer] #location .left .location:first-of-type {
    margin-right: 7rem;
  }
}
[id=footer] #location .left .location h4 {
  color: #242323;
  font-family: "Basetica regular";
}
[id=footer] #location .left .location h4.location-first {
  color: #144862;
  font-family: "Basetica bold";
}
[id=footer] #location .left .location p {
  font-size: 1.1rem;
  line-height: 26px;
  letter-spacing: 0.5px;
  font-family: "Avenir medium";
  color: #242323;
}
@media (min-width: 1100px) {
  [id=footer] #location .left .location p {
    font-size: 1.4rem;
  }
}
[id=footer] #location .left .location p a {
  font-family: "Avenir bold";
  display: block;
  color: #242323;
  text-decoration: none;
}
[id=footer] #location .right p {
  font-family: "Avenir medium";
  font-size: 0.9rem;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.17;
  letter-spacing: 0.5px;
  color: #242323;
}
@media (min-width: 1200px) {
  [id=footer] #location .right p {
    font-size: 1.2rem;
  }
}
[id=footer] #location .right p a {
  color: #242323;
  text-decoration: none;
}
[id=footer] #location .right p span {
  display: block;
  opacity: 0.25;
}

#save {
  box-shadow: 0 -3px 20px 0 rgba(186, 182, 182, 0.5);
  background-color: #f16366;
  padding: 3rem 14rem;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  display: none;
}
@media (max-width: 1365px) {
  #save {
    padding: 3rem 10rem;
  }
}
#save.active {
  display: flex;
  align-items: flex-start;
}
#save .explanation h5 {
  font-family: "Basetica regular";
  font-size: 3rem;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.33;
  letter-spacing: -0.42px;
  color: #ffffff;
  margin: 0;
}
#save .explanation p {
  font-family: "Avenir medium";
  font-size: 1.4rem;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.57;
  letter-spacing: 0.5px;
  color: #ffffff;
  margin-bottom: 0;
  margin-top: 0;
}
#save .submit {
  margin-left: 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
#save .submit button {
  font-family: "Avenir medium";
  font-size: 1.3rem;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.5px;
  color: #242323;
  background-color: #ffffff;
  border: none;
  padding: 2rem 1rem;
}
@media (min-width: 1100px) {
  #save .submit button {
    font-size: 1.5rem;
    padding: 2rem;
  }
}
@media (min-width: 1200px) {
  #save .submit button {
    font-size: 1.8rem;
    padding: 3rem;
  }
}
#save .submit button:first-of-type {
  margin-right: 2rem;
}
#save .submit button::after {
  content: "";
  display: inline-block;
  width: 1.8rem;
  height: 1px;
  background-color: #f16366;
  vertical-align: middle;
  margin-left: 1rem;
}

input[type=text],
input[type=number],
input[type=tel],
input[type=email],
input[type=date],
input[type=password],
input[type=search],
select,
textarea {
  border: 1px solid #242323;
  padding-top: 1.6rem;
  padding-right: 2.1rem;
  padding-bottom: 1.7rem;
  padding-left: 1.8rem;
  width: 100%;
  font-family: "Avenir medium";
  font-size: 1.1rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}
@media (min-width: 1200px) {
  input[type=text],
input[type=number],
input[type=tel],
input[type=email],
input[type=date],
input[type=password],
input[type=search],
select,
textarea {
    font-size: 1.4rem;
  }
}
input[type=text]::placeholder,
input[type=number]::placeholder,
input[type=tel]::placeholder,
input[type=email]::placeholder,
input[type=date]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
select::placeholder,
textarea::placeholder {
  letter-spacing: 0.5px;
  line-height: 1.86;
  color: #242323;
  font-style: italic;
  opacity: 0.35;
}
input[type=text]:disabled,
input[type=number]:disabled,
input[type=tel]:disabled,
input[type=email]:disabled,
input[type=date]:disabled,
input[type=password]:disabled,
input[type=search]:disabled,
select:disabled,
textarea:disabled {
  background-color: #bdbdbd;
}
input[type=text].more,
input[type=number].more,
input[type=tel].more,
input[type=email].more,
input[type=date].more,
input[type=password].more,
input[type=search].more,
select.more,
textarea.more {
  background: url(../images/info-button-hover-copy.svg) no-repeat;
  background: url(../images/info-button-hover-copy.png) no-repeat;
  background-position: 98% 50%;
}
input[type=text].loupe,
input[type=number].loupe,
input[type=tel].loupe,
input[type=email].loupe,
input[type=date].loupe,
input[type=password].loupe,
input[type=search].loupe,
select.loupe,
textarea.loupe {
  background: url(/search.feafbaa3.png) no-repeat;
  background-position: 6% 50%;
}

select::-ms-expand {
  display: none;
  /* remove default arrow on ie10 and ie11 */
}

select {
  background: url(/chevron.34d7b499.svg) 95%/15% no-repeat;
  background: url(/chevron.7fcde3ac.png) 95%/15% no-repeat;
  background-size: 10px;
}

.msg-error {
  display: none;
  font-family: "Avenir medium";
  font-size: 1.2rem;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #ffffff;
  background-color: #161a20;
  position: absolute;
  right: -13px;
  top: -1.7rem;
  padding: 0.2rem 1rem;
  margin: 0;
}
@media (min-width: 1100px) {
  .msg-error {
    right: -12px;
  }
}
.msg-error::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 10px solid #161a20;
  position: absolute;
  bottom: -0.7rem;
  right: 40%;
  transform: rotate(180deg);
}

.error {
  position: relative;
}
.error input[type=text],
.error input[type=number],
.error input[type=tel],
.error input[type=email],
.error select,
.error textarea {
  border: 1px solid #f16366;
}
.error input[type=text].more,
.error input[type=number].more,
.error input[type=tel].more,
.error input[type=email].more,
.error select.more,
.error textarea.more {
  background: url(/error-icon.e8883619.svg) no-repeat;
  background: url(/error-icon.02155dc5.png) no-repeat;
  background-position: 98% 50%;
}
.error .msg-error {
  display: block;
}

input[type=number] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  outline: none;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number] ::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

textarea {
  height: 12.9rem;
  resize: none;
}

.radio label {
  font-size: 1.6rem;
  font-family: "Avenir medium";
  font-stretch: normal;
  font-style: normal;
  line-height: 1.86;
  letter-spacing: 0.5px;
  color: #242323;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  position: relative;
  display: block;
}
.radio label input {
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 2.4rem;
}
.radio label input:checked ~ .checkmark:after {
  display: block;
}
.radio label .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 2.4rem;
  width: 2.4rem;
  background-color: transparent;
  border: solid 1px #161a20;
  border-radius: 4px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.radio label .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid #161a20;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

input[type=file] {
  background-color: #f1f1f1;
  font-size: 0;
  width: 100%;
  height: 100%;
  display: block;
}
input[type=file]::-webkit-file-upload-button {
  visibility: hidden;
}

.draggablefile {
  position: absolute;
  width: calc(100% - 22px);
  height: 112px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 2px dashed #2377a2;
  cursor: pointer;
}
.draggablefile span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  font-family: "Avenir medium";
  font-size: 1.6rem;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.23px;
  text-align: center;
  color: #242323;
}

input[type=date]::-webkit-clear-button,
input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-outer-spin-button {
  display: none;
}

input[type=date]::-webkit-calendar-picker-indicator {
  opacity: 0;
  z-index: 2;
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  cursor: pointer;
}

.date {
  position: relative;
}
.date::after {
  z-index: 1;
  content: url(/ic-calendar.90f4eae0.png);
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

input[type=search] {
  width: 140px;
  height: 26px;
  padding: 0;
  border-radius: 13.1px;
  border: solid 0.7px #f1f1f1;
  padding-left: 4rem;
}
input[type=search]::placeholder {
  font-family: "Avenir regular";
  font-size: 1.1rem;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.34px;
  color: #242323;
  opacity: 1;
}
@media (min-width: 1200px) {
  input[type=search]::placeholder {
    font-size: 1.4rem;
  }
}
@media (min-width: 1200px) {
  input[type=search] {
    width: 240px;
    height: 35px;
    border-radius: 17.5px;
  }
}

.btn {
  font-family: "Avenir medium";
  font-size: 1.3rem;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.5px;
  border: none;
  padding: 2rem 1rem;
}
.btn::after {
  content: "";
  display: inline-block;
  width: 1.8rem;
  height: 1px;
  background-color: #f16366;
  vertical-align: middle;
  margin-left: 1rem;
}

.btn-blanc {
  color: #242323;
  background-color: #ffffff;
}

.btn-noir {
  background-color: #161a20;
  color: #ffffff;
}

.slider-container {
  padding-left: 35rem;
  position: relative;
  width: 100%;
}
.slider-container .owl-stage-outer {
  overflow: hidden;
}
.slider-container .owl-stage-outer .owl-stage {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.slider-container .owl-stage-outer .owl-stage .owl-item {
  width: 259px !important;
  height: 259px;
  background-color: #161a20;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .slider-container .owl-stage-outer .owl-stage .owl-item {
    width: 345px !important;
    height: 345px;
  }
}
.slider-container .owl-stage-outer .owl-stage .owl-item a {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slider-container .owl-stage-outer .owl-stage .owl-item .name,
.slider-container .owl-stage-outer .owl-stage .owl-item .order {
  color: #ffffff;
  font-family: "Avenir regular";
  font-size: 1.2rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.5px;
  text-align: center;
  line-height: 28px;
}
@media (min-width: 1200px) {
  .slider-container .owl-stage-outer .owl-stage .owl-item .name,
.slider-container .owl-stage-outer .owl-stage .owl-item .order {
    font-size: 1.6rem;
  }
}
.slider-container .owl-stage-outer .owl-stage .owl-item .name {
  font-family: "Avenir bold";
  margin-bottom: 2rem;
}
.slider-container .owl-nav {
  position: absolute;
  top: 50%;
  left: 22rem;
  transform: translate(-50%, -50%);
  font-size: 0;
  -webkit-appearance: none;
  border: none;
  background-color: transparent;
}
.slider-container .owl-nav:focus {
  outline: none;
}
.slider-container .owl-nav button {
  background-color: transparent;
  border: none;
}
.slider-container .owl-nav .owl-prev {
  left: 18rem;
  margin-right: 5rem;
}
.slider-container .owl-nav .owl-prev::after {
  content: url(/arrow-left.abc407c8.png);
  display: inline-block;
  width: 25px;
}
.slider-container .owl-nav .owl-next::after {
  content: url(/arrow-right.974054d4.png);
  display: inline-block;
  width: 25px;
}

table,
tr,
td,
th {
  border: 1px solid #414141;
}

table {
  width: 100%;
  margin-top: 3.5rem;
  border-collapse: collapse;
}
table tr {
  text-align: center;
}
table tr th {
  color: #ffffff;
  background-color: #161a20;
  font-family: "Avenir medium";
  font-size: 1.8rem;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.79px;
  padding: 3rem 0;
}
@media (min-width: 1200px) {
  table tr th {
    font-size: 2rem;
  }
}
table tr td {
  font-size: 1.1rem;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.14;
  letter-spacing: 0.44px;
  color: #242323;
  font-family: "Avenir medium";
  padding-top: 3rem;
  padding-right: 0;
  padding-bottom: 3rem;
  padding-left: 0;
}
@media (min-width: 1200px) {
  table tr td {
    font-size: 1.4rem;
  }
}
table tr td a {
  color: #2600ff;
  text-decoration: underline;
}

#popup {
  position: fixed;
  background-color: rgba(36, 35, 35, 0.8);
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 10;
}
#popup .content {
  width: 732px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 2px 23px 0 rgba(0, 0, 0, 0.14);
  border: solid 1px #414141;
  background-color: #f1f1f1;
  padding: 5.5rem;
  height: 568px;
}
#popup .content #close {
  cursor: pointer;
  position: absolute;
  top: 4rem;
  right: 4rem;
}
#popup .content h6 {
  font-size: 2rem;
  letter-spacing: 0.63px;
  font-family: "Avenir medium";
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  color: #242323;
  margin: 0;
}
#popup .content p {
  font-size: 1.6rem;
  letter-spacing: 0.5;
  font-family: "Avenir regular";
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  color: #242323;
}
#popup .content textarea {
  background-color: #f1f1f1;
  height: 190px;
  width: 632px;
}
#popup .content button {
  display: inline-block;
  width: 303px;
  float: right;
  margin-top: 3.3rem;
  height: 90px;
  font-size: 1.8rem;
}

body.home {
  background-color: #f9f9f9;
}
body.home [id=wrapper] [id=main] {
  padding: 0;
}
body.home [id=wrapper] [id=main] [id=introduction] {
  background-color: #ffffff;
}
body.home [id=wrapper] [id=main] [id=introduction] .maxContent {
  padding-left: 7rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  max-width: 1366px;
  margin: 0 auto;
}
body.home [id=wrapper] [id=main] [id=introduction] .maxContent .titre {
  position: absolute;
  margin: 0;
  top: -4.6rem;
  left: 7rem;
}
body.home [id=wrapper] [id=main] [id=introduction] .maxContent .titre h1 {
  -webkit-text-stroke: 0.6px #f16366;
  font-family: "Basetica medium";
  font-size: 7.5rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 4.5px;
  color: transparent;
  margin: 0;
}
@media (min-width: 1200px) {
  body.home [id=wrapper] [id=main] [id=introduction] .maxContent .titre h1 {
    font-size: 10rem;
  }
}
body.home [id=wrapper] [id=main] [id=introduction] .maxContent .left p,
body.home [id=wrapper] [id=main] [id=introduction] .maxContent .right p {
  font-family: "Avenir medium";
  font-size: 1.4rem;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.34px;
  color: #242323;
}
@media (min-width: 1200px) {
  body.home [id=wrapper] [id=main] [id=introduction] .maxContent .left p,
body.home [id=wrapper] [id=main] [id=introduction] .maxContent .right p {
    font-size: 1.8rem;
    letter-spacing: 0.44px;
  }
}
body.home [id=wrapper] [id=main] [id=introduction] .maxContent .left ul {
  padding-left: 2rem;
  margin: 0;
}
body.home [id=wrapper] [id=main] [id=introduction] .maxContent .left ul li {
  font-family: "Avenir regular";
  font-size: 1.4rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.34px;
  color: #242323;
}
@media (min-width: 1200px) {
  body.home [id=wrapper] [id=main] [id=introduction] .maxContent .left ul li {
    font-size: 1.8rem;
    letter-spacing: 0.44px;
  }
}
body.home [id=wrapper] [id=main] [id=introduction] .maxContent .left ul li:first-of-type {
  color: #f16366;
  font-family: "Avenir bold";
}
body.home [id=wrapper] [id=main] [id=introduction] .maxContent .right {
  background-color: #f16366;
  padding-top: 8rem;
  padding-right: 6rem;
  padding-bottom: 4rem;
  padding-left: 6rem;
  flex-basis: 406px;
  height: 310px;
}
@media (min-width: 1200px) {
  body.home [id=wrapper] [id=main] [id=introduction] .maxContent .right {
    flex-basis: 542px;
    height: 421px;
  }
}
body.home [id=wrapper] [id=main] [id=introduction] .maxContent .right::after {
  content: "";
  display: inline-block;
  width: 33px;
  height: 100%;
  background-color: #ffffff;
  position: absolute;
  right: 0;
  top: 0;
}
body.home [id=wrapper] [id=main] [id=introduction] .maxContent .right .overflow {
  overflow-y: scroll;
  height: 200px;
  z-index: 1;
  position: relative;
  margin-right: -4.7rem;
  padding-right: 5rem;
  scrollbar-width: thin;
  -webkit-border-radius: 2.5px;
  border-radius: 2.5px;
}
body.home [id=wrapper] [id=main] [id=introduction] .maxContent .right .overflow::-webkit-scrollbar {
  width: 5px;
  border-radius: 2.5px;
}
body.home [id=wrapper] [id=main] [id=introduction] .maxContent .right .overflow::-webkit-scrollbar-track {
  background-color: rgba(241, 99, 101, 0.15);
  border-radius: 2.5px;
}
body.home [id=wrapper] [id=main] [id=introduction] .maxContent .right .overflow::-webkit-scrollbar-thumb {
  background-color: #f16366;
  border-radius: 2.5px;
}
@media (min-width: 1200px) {
  body.home [id=wrapper] [id=main] [id=introduction] .maxContent .right .overflow {
    height: 242px;
  }
}
body.home [id=wrapper] [id=main] [id=introduction] .maxContent .right .overflow p {
  color: #ffffff;
}
body.home [id=wrapper] [id=main] [id=orders] {
  max-width: 1366px;
  margin: 0 auto;
}
body.home [id=wrapper] [id=main] [id=orders],
body.home [id=wrapper] [id=main] [id=quotes] {
  padding-bottom: 10rem;
}
body.home [id=wrapper] [id=main] [id=orders] > h2,
body.home [id=wrapper] [id=main] [id=orders] p,
body.home [id=wrapper] [id=main] [id=quotes] > h2,
body.home [id=wrapper] [id=main] [id=quotes] p {
  padding-left: 14rem;
}
body.home [id=wrapper] [id=main] [id=orders] h2,
body.home [id=wrapper] [id=main] [id=quotes] h2 {
  margin-bottom: 0;
}
body.home [id=wrapper] [id=main] [id=orders] > p,
body.home [id=wrapper] [id=main] [id=quotes] > p {
  font-family: "Avenir medium";
  font-size: 1.4rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.44px;
  color: #242323;
}
body.home [id=wrapper] [id=main] #following {
  width: 48px;
  height: 48px;
  background-color: #f16366;
  opacity: 0;
  font-family: "Basetica regular";
  font-size: 1.05rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.79;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 60px;
  position: absolute;
  z-index: 5;
}
@media (min-width: 1200px) {
  body.home [id=wrapper] [id=main] #following {
    width: 64px;
    height: 64px;
    font-size: 1.4rem;
  }
}
body.home [id=wrapper] [id=main] [id=orders] {
  height: 300px;
  position: relative;
}
@media (min-width: 1200px) {
  body.home [id=wrapper] [id=main] [id=orders] {
    height: 322px;
  }
}
body.home [id=wrapper] [id=main] [id=orders] .slider-container {
  position: absolute;
  top: 17rem;
}
@media (min-width: 1200px) {
  body.home [id=wrapper] [id=main] [id=orders] .slider-container {
    top: 15rem;
  }
}
body.home [id=wrapper] [id=main] [id=quotes] {
  padding-top: 13rem;
  background-color: #ffffff;
}
@media (min-width: 1200px) {
  body.home [id=wrapper] [id=main] [id=quotes] {
    padding-top: 22rem;
  }
}
body.home [id=wrapper] [id=main] [id=quotes] > p {
  margin-bottom: 5rem;
}
body.home [id=wrapper] [id=main] [id=quotes] h2, body.home [id=wrapper] [id=main] [id=quotes] p, body.home [id=wrapper] [id=main] [id=quotes] .slider-container {
  margin: 0 auto;
  max-width: 1366px;
  top: 5rem;
}

main {
  padding-top: 0;
  padding-right: 13.7rem;
  padding-bottom: 0;
  padding-left: 14.9rem;
}
main h1 {
  color: #144862;
  font-size: 3.6rem;
}
@media (min-width: 1366px) {
  main h1 {
    font-size: 4.8rem;
  }
}
main h2 {
  color: #144862;
  font-size: 3.6rem;
}
@media (min-width: 1366px) {
  main h2 {
    font-size: 4.8rem;
  }
}
main h1 {
  font-family: "Basetica regular";
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
}
main h2 {
  font-family: "Basetica regular";
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
}
main h3 {
  font-family: "Basetica regular";
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
}
main h4 {
  font-family: "Basetica regular";
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
}
main h5 {
  font-family: "Basetica regular";
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
}
main h6 {
  font-family: "Basetica regular";
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
}
main h1,
main .h1 {
  letter-spacing: 0.69px;
  line-height: 1;
}
main h2,
main .h2 {
  letter-spacing: -0.67px;
  line-height: 70px;
}
main h3,
main .h3 {
  font-size: 2.3rem;
  letter-spacing: -0.42px;
}
@media (min-width: 1200px) {
  main h3,
main .h3 {
    font-size: 3rem;
  }
}
main p,
main li,
main blockquote,
main td,
main th {
  line-height: 1.6;
}
main form input[type=text],
main form input[type=number],
main form input[type=tel],
main form input[type=email],
main form input[type=date],
main form input[type=password],
main form input[type=search],
main form select,
main form textarea {
  border: 1px solid #242323;
  padding-top: 1.6rem;
  padding-right: 2.1rem;
  padding-bottom: 1.7rem;
  padding-left: 1.8rem;
  width: 100%;
  font-family: "Avenir medium";
  font-size: 1.1rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}
@media (min-width: 1200px) {
  main form input[type=text],
main form input[type=number],
main form input[type=tel],
main form input[type=email],
main form input[type=date],
main form input[type=password],
main form input[type=search],
main form select,
main form textarea {
    font-size: 1.4rem;
  }
}
main form input[type=text]::placeholder,
main form input[type=number]::placeholder,
main form input[type=tel]::placeholder,
main form input[type=email]::placeholder,
main form input[type=date]::placeholder,
main form input[type=password]::placeholder,
main form input[type=search]::placeholder,
main form select::placeholder,
main form textarea::placeholder {
  letter-spacing: 0.5px;
  line-height: 1.86;
  color: #242323;
  font-style: italic;
  opacity: 0.35;
}
main form input[type=text]:disabled,
main form input[type=number]:disabled,
main form input[type=tel]:disabled,
main form input[type=email]:disabled,
main form input[type=date]:disabled,
main form input[type=password]:disabled,
main form input[type=search]:disabled,
main form select:disabled,
main form textarea:disabled {
  background-color: #bdbdbd;
}
main form input[type=text].more,
main form input[type=number].more,
main form input[type=tel].more,
main form input[type=email].more,
main form input[type=date].more,
main form input[type=password].more,
main form input[type=search].more,
main form select.more,
main form textarea.more {
    background: url(../images/info-button-hover-copy.svg) no-repeat;
    background: url(../images/info-button-hover-copy.png) no-repeat;
    background-position: 98% 50%;
}
main form input[type=text].loupe,
main form input[type=number].loupe,
main form input[type=tel].loupe,
main form input[type=email].loupe,
main form input[type=date].loupe,
main form input[type=password].loupe,
main form input[type=search].loupe,
main form select.loupe,
main form textarea.loupe {
  background: url(/search.feafbaa3.png) no-repeat;
  background-position: 6% 50%;
}
main form select::-ms-expand {
  display: none;
  /* remove default arrow on ie10 and ie11 */
}
main form select {
  background: url(/chevron.34d7b499.svg) 95%/15% no-repeat;
  background: url(/chevron.7fcde3ac.png) 95%/15% no-repeat;
  background-size: 10px;
}
main form .msg-error {
  display: none;
  font-family: "Avenir medium";
  font-size: 1.2rem;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #ffffff;
  background-color: #161a20;
  position: absolute;
  right: -13px;
  top: -1.7rem;
  padding: 0.2rem 1rem;
  margin: 0;
}
@media (min-width: 1100px) {
  main form .msg-error {
    right: -12px;
  }
}
main form .msg-error::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 10px solid #161a20;
  position: absolute;
  bottom: -0.7rem;
  right: 40%;
  transform: rotate(180deg);
}
main form .error {
  position: relative;
}
main form .error input[type=text],
main form .error input[type=number],
main form .error input[type=tel],
main form .error input[type=email],
main form .error select,
main form .error textarea {
  border: 1px solid #f16366;
}
main form .error input[type=text].more,
main form .error input[type=number].more,
main form .error input[type=tel].more,
main form .error input[type=email].more,
main form .error select.more,
main form .error textarea.more {
  background: url(/error-icon.e8883619.svg) no-repeat;
  background: url(/error-icon.02155dc5.png) no-repeat;
  background-position: 98% 50%;
}
main form .error .msg-error {
  display: block;
}
main form input[type=number] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  outline: none;
}
main form input[type=number]::-webkit-inner-spin-button,
main form input[type=number] ::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
main form textarea {
  height: 12.9rem;
  resize: none;
}
main form .radio label {
  font-size: 1.6rem;
  font-family: "Avenir medium";
  font-stretch: normal;
  font-style: normal;
  line-height: 1.86;
  letter-spacing: 0.5px;
  color: #242323;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  position: relative;
  display: block;
}
main form .radio label input {
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 2.4rem;
}
main form .radio label input:checked ~ .checkmark:after {
  display: block;
}
main form .radio label .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 2.4rem;
  width: 2.4rem;
  background-color: transparent;
  border: solid 1px #161a20;
  border-radius: 4px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
main form .radio label .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid #161a20;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
main form input[type=file] {
  background-color: #f1f1f1;
  font-size: 0;
  width: 100%;
  height: 100%;
  display: block;
}
main form input[type=file]::-webkit-file-upload-button {
  visibility: hidden;
}
main form .draggablefile {
  position: absolute;
  width: calc(100% - 22px);
  height: 112px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 2px dashed #2377a2;
  cursor: pointer;
}
main form .draggablefile span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  font-family: "Avenir medium";
  font-size: 1.6rem;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.23px;
  text-align: center;
  color: #242323;
}
main form input[type=date]::-webkit-clear-button,
main form input[type=date]::-webkit-inner-spin-button,
main form input[type=date]::-webkit-outer-spin-button {
  display: none;
}
main form input[type=date]::-webkit-calendar-picker-indicator {
  opacity: 0;
  z-index: 2;
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  cursor: pointer;
}
main form .date {
  position: relative;
}
main form .date::after {
  z-index: 1;
  content: url(/ic-calendar.90f4eae0.png);
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
main form input[type=search] {
  width: 140px;
  height: 26px;
  padding: 0;
  border-radius: 13.1px;
  border: solid 0.7px #f1f1f1;
  padding-left: 4rem;
}
main form input[type=search]::placeholder {
  font-family: "Avenir regular";
  font-size: 1.1rem;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.34px;
  color: #242323;
  opacity: 1;
}
@media (min-width: 1200px) {
  main form input[type=search]::placeholder {
    font-size: 1.4rem;
  }
}
@media (min-width: 1200px) {
  main form input[type=search] {
    width: 240px;
    height: 35px;
    border-radius: 17.5px;
  }
}
main[id=order] .tabulation, main[id=account] .tabulation {
  padding-bottom: 10rem;
}
main[id=order] .tabulation .tab-group, main[id=account] .tabulation .tab-group {
  display: flex;
  justify-content: left;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  border-bottom: 1px solid #f1f1f1;
}
main[id=order] .tabulation .tab-group li, main[id=account] .tabulation .tab-group li {
  font-size: 1.1rem;
  position: relative;
  padding-top: 0;
  padding-right: 1rem;
  padding-bottom: 1.2rem;
  padding-left: 1rem;
}
@media (min-width: 1366px) {
  main[id=order] .tabulation .tab-group li, main[id=account] .tabulation .tab-group li {
    font-size: 1.4rem;
  }
}
main[id=order] .tabulation .tab-group li:nth-child(2), main[id=account] .tabulation .tab-group li:nth-child(2) {
  margin-top: 0;
  margin-right: 5.4rem;
  margin-bottom: 0;
  margin-left: 5.4rem;
}
main[id=order] .tabulation .tab-group li a, main[id=account] .tabulation .tab-group li a {
  color: #242323;
  letter-spacing: 0.5px;
  font-family: "Basetica regular";
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  opacity: 0.35;
  text-decoration: none;
}
main[id=order] .tabulation .tab-group li.active a, main[id=account] .tabulation .tab-group li.active a {
  font-family: "Basetica medium";
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  opacity: 1;
}
main[id=order] .tabulation .tab-group li.active::after, main[id=account] .tabulation .tab-group li.active::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #f16366;
  bottom: 0;
  left: 0;
  z-index: 10;
}
main[id=order] .tabulation .tab-content, main[id=account] .tabulation .tab-content {
  margin-top: 6.2rem;
}
main[id=order] .tabulation .tab-content p, main[id=account] .tabulation .tab-content p {
  font-family: "Avenir medium";
  font-size: 1.1rem;
  line-height: 1.86;
  letter-spacing: 0.5px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
}
@media (min-width: 1366px) {
  main[id=order] .tabulation .tab-content p, main[id=account] .tabulation .tab-content p {
    font-size: 1.4rem;
  }
}
main[id=order] .tabulation .tab-content #form form, main[id=account] .tabulation .tab-content #form form {
  margin-top: 3.5rem;
  display: flex;
  justify-content: space-between;
  align-items: top;
}
main[id=order] .tabulation .tab-content #form form .left,
main[id=order] .tabulation .tab-content #form form .right, main[id=account] .tabulation .tab-content #form form .left,
main[id=account] .tabulation .tab-content #form form .right {
  flex-basis: 48%;
}
main[id=order] .tabulation .tab-content #form form .left > div,
main[id=order] .tabulation .tab-content #form form .right > div, main[id=account] .tabulation .tab-content #form form .left > div,
main[id=account] .tabulation .tab-content #form form .right > div {
  margin-bottom: 2rem;
}
main[id=order] .tabulation .tab-content #project-details table tr td,
main[id=order] .tabulation .tab-content #track table tr td, main[id=account] .tabulation .tab-content #project-details table tr td,
main[id=account] .tabulation .tab-content #track table tr td {
  padding: 3rem;
}
@media (min-width: 1200px) {
  main[id=order] .tabulation .tab-content #project-details table tr td,
main[id=order] .tabulation .tab-content #track table tr td, main[id=account] .tabulation .tab-content #project-details table tr td,
main[id=account] .tabulation .tab-content #track table tr td {
    padding: 3rem 6rem;
  }
}
main[id=order] .tabulation .tab-content #project-details table tr td:last-of-type,
main[id=order] .tabulation .tab-content #track table tr td:last-of-type, main[id=account] .tabulation .tab-content #project-details table tr td:last-of-type,
main[id=account] .tabulation .tab-content #track table tr td:last-of-type {
  padding: 3rem;
}
main[id=order] .tabulation .tab-content #project-details table tr td:last-of-type input,
main[id=order] .tabulation .tab-content #track table tr td:last-of-type input, main[id=account] .tabulation .tab-content #project-details table tr td:last-of-type input,
main[id=account] .tabulation .tab-content #track table tr td:last-of-type input {
  text-align: center;
}
main[id=order] .tabulation .tab-content #project-details table tr td .rpm,
main[id=order] .tabulation .tab-content #track table tr td .rpm, main[id=account] .tabulation .tab-content #project-details table tr td .rpm,
main[id=account] .tabulation .tab-content #track table tr td .rpm {
  width: 11.3rem;
}
main[id=order] .tabulation .tab-content #project-details table tr td input[type=number],
main[id=order] .tabulation .tab-content #track table tr td input[type=number], main[id=account] .tabulation .tab-content #project-details table tr td input[type=number],
main[id=account] .tabulation .tab-content #track table tr td input[type=number] {
  width: 7.8rem;
  text-align: center;
  margin: 0 1rem;
}
@media (max-width: 1099px) {
  main[id=order] .tabulation .tab-content #project-details table tr td span,
main[id=order] .tabulation .tab-content #track table tr td span, main[id=account] .tabulation .tab-content #project-details table tr td span,
main[id=account] .tabulation .tab-content #track table tr td span {
    display: block;
  }
}
main[id=order] .tabulation .tab-content [id=project-details] table tr th, main[id=account] .tabulation .tab-content [id=project-details] table tr th {
  width: 50%;
}
main[id=order] .tabulation .tab-content [id=project-details] table tr td, main[id=account] .tabulation .tab-content [id=project-details] table tr td {
  height: 11.5rem;
}
main[id=order] .tabulation .tab-content [id=project-details] table tr td .details, main[id=account] .tabulation .tab-content [id=project-details] table tr td .details {
  display: inline-block;
  position: relative;
  cursor: pointer;
}
main[id=order] .tabulation .tab-content [id=project-details] table tr td .details .more-details, main[id=account] .tabulation .tab-content [id=project-details] table tr td .details .more-details {
  display: none;
  position: absolute;
  left: 3.5rem;
  top: -0.7rem;
  background-color: #161a20;
  width: 150px;
}
main[id=order] .tabulation .tab-content [id=project-details] table tr td .details .more-details::after, main[id=account] .tabulation .tab-content [id=project-details] table tr td .details .more-details::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 6px solid #161a20;
  position: absolute;
  left: -0.6rem;
  top: 2rem;
  transform: rotate(-90deg);
}
main[id=order] .tabulation .tab-content [id=project-details] table tr td .details .more-details img, main[id=account] .tabulation .tab-content [id=project-details] table tr td .details .more-details img {
  padding: 1rem;
}
main[id=order] .tabulation .tab-content [id=project-details] table tr td .details .more-details p, main[id=account] .tabulation .tab-content [id=project-details] table tr td .details .more-details p {
  padding: 2rem;
  margin: 0;
  font-family: "Avenir medium";
  font-size: 1.2rem;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.83;
  letter-spacing: normal;
  color: #ffffff;
}
main[id=order] .tabulation .tab-content [id=project-details] table tr td .details:hover .more-details, main[id=account] .tabulation .tab-content [id=project-details] table tr td .details:hover .more-details {
  display: block;
}
main[id=order] .tabulation .tab-content [id=track] table tr.total, main[id=account] .tabulation .tab-content [id=track] table tr.total {
  background-color: rgba(35, 119, 162, 0.1);
}
main[id=order] .tabulation .tab-content [id=track] table tr th.track-name,
main[id=order] .tabulation .tab-content [id=track] table tr td.track-name, main[id=account] .tabulation .tab-content [id=track] table tr th.track-name,
main[id=account] .tabulation .tab-content [id=track] table tr td.track-name {
  text-align: left;
  padding-left: 6rem;
}
main[id=order] .tabulation .tab-content [id=shipping] .details-shipping, main[id=account] .tabulation .tab-content [id=shipping] .details-shipping {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 4.5rem;
}
main[id=order] .tabulation .tab-content [id=shipping] .details-shipping .left,
main[id=order] .tabulation .tab-content [id=shipping] .details-shipping .right, main[id=account] .tabulation .tab-content [id=shipping] .details-shipping .left,
main[id=account] .tabulation .tab-content [id=shipping] .details-shipping .right {
  flex-basis: 48%;
}
main[id=order] .tabulation .tab-content [id=shipping] .details-shipping .left > div,
main[id=order] .tabulation .tab-content [id=shipping] .details-shipping .right > div, main[id=account] .tabulation .tab-content [id=shipping] .details-shipping .left > div,
main[id=account] .tabulation .tab-content [id=shipping] .details-shipping .right > div {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
main[id=order] .tabulation .tab-content [id=shipping] .details-shipping .left > div label,
main[id=order] .tabulation .tab-content [id=shipping] .details-shipping .right > div label, main[id=account] .tabulation .tab-content [id=shipping] .details-shipping .left > div label,
main[id=account] .tabulation .tab-content [id=shipping] .details-shipping .right > div label {
  font-size: 1.4rem;
  font-family: "Avenir medium";
  font-stretch: normal;
  font-style: normal;
  line-height: 1.86;
  letter-spacing: 0.5px;
  color: #242323;
}
main[id=order] .tabulation .tab-content [id=shipping] .details-shipping .left > div label, main[id=account] .tabulation .tab-content [id=shipping] .details-shipping .left > div label {
  flex-basis: 55%;
}
main[id=order] .tabulation .tab-content [id=shipping] .details-shipping .right > div, main[id=account] .tabulation .tab-content [id=shipping] .details-shipping .right > div {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  text-align: right;
}
main[id=order] .tabulation .tab-content [id=shipping] .details-shipping .right > div label, main[id=account] .tabulation .tab-content [id=shipping] .details-shipping .right > div label {
  padding-top: 1.2rem;
  padding-right: 2.9rem;
  padding-bottom: 0;
  padding-left: 0;
  white-space: nowrap;
  flex-basis: 55%;
}
main[id=order] .tabulation .tab-content [id=shipping] [id=address], main[id=account] .tabulation .tab-content [id=shipping] [id=address] {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
main[id=order] .tabulation .tab-content [id=shipping] [id=address] .card, main[id=account] .tabulation .tab-content [id=shipping] [id=address] .card {
  margin-right: 3.5rem;
}
main[id=order] .tabulation .tab-content [id=shipping] [id=address] .card .existing, main[id=account] .tabulation .tab-content [id=shipping] [id=address] .card .existing {
  background-color: #161a20;
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
main[id=order] .tabulation .tab-content [id=shipping] [id=address] .card .existing button, main[id=account] .tabulation .tab-content [id=shipping] [id=address] .card .existing button {
  font-size: 1.8rem;
}
main[id=order] .tabulation .tab-content [id=shipping] [id=address] .card .infos, main[id=account] .tabulation .tab-content [id=shipping] [id=address] .card .infos {
  border: 1px solid #242323;
  display: none;
}
main[id=order] .tabulation .tab-content [id=shipping] [id=address] .card .infos.active, main[id=account] .tabulation .tab-content [id=shipping] [id=address] .card .infos.active {
  display: block;
}
main[id=order] .tabulation .tab-content [id=shipping] [id=address] .card .infos ul, main[id=account] .tabulation .tab-content [id=shipping] [id=address] .card .infos ul {
  padding: 3rem;
  margin: 0;
  list-style: none;
}
main[id=order] .tabulation .tab-content [id=shipping] [id=address] .card .infos ul li, main[id=account] .tabulation .tab-content [id=shipping] [id=address] .card .infos ul li {
  display: block;
  margin-bottom: 2rem;
}
main[id=order] .tabulation .tab-content [id=shipping] [id=address] .card .infos ul li:last-of-type, main[id=account] .tabulation .tab-content [id=shipping] [id=address] .card .infos ul li:last-of-type {
  margin-bottom: 0;
}
main[id=order] .tabulation .tab-content [id=shipping] [id=address] .card .infos ul li a, main[id=account] .tabulation .tab-content [id=shipping] [id=address] .card .infos ul li a {
  color: #242323;
  font-size: 1.4rem;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.86;
  letter-spacing: 0.5px;
  font-family: "Avenir medium";
}
main[id=order] .tabulation .tab-content [id=shipping] [id=address] .address, main[id=account] .tabulation .tab-content [id=shipping] [id=address] .address {
  font-size: 1.8rem;
  padding: 3rem;
  width: 300px;
}
main[id=order] .tabulation .tab-content [id=shipping] [id=add-address] h3, main[id=account] .tabulation .tab-content [id=shipping] [id=add-address] h3 {
  font-size: 3rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.33;
  letter-spacing: -0.42px;
  font-family: "Basetica regular";
  color: #161a20;
}
main[id=order] .tabulation .tab-content [id=shipping] [id=add-address] .champ, main[id=account] .tabulation .tab-content [id=shipping] [id=add-address] .champ {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
main[id=order] .tabulation .tab-content [id=shipping] [id=add-address] .left,
main[id=order] .tabulation .tab-content [id=shipping] [id=add-address] .right, main[id=account] .tabulation .tab-content [id=shipping] [id=add-address] .left,
main[id=account] .tabulation .tab-content [id=shipping] [id=add-address] .right {
  flex-basis: 48%;
}
main[id=order] .tabulation .tab-content [id=shipping] [id=add-address] .left > div,
main[id=order] .tabulation .tab-content [id=shipping] [id=add-address] .right > div, main[id=account] .tabulation .tab-content [id=shipping] [id=add-address] .left > div,
main[id=account] .tabulation .tab-content [id=shipping] [id=add-address] .right > div {
  margin-bottom: 2rem;
}
main[id=order] .tabulation .tab-content [id=shipping] [id=add-address] .left p, main[id=account] .tabulation .tab-content [id=shipping] [id=add-address] .left p {
  font-family: "Avenir medium";
  font-size: 1.1rem;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.57;
  letter-spacing: 0.3px;
  color: #292223;
}
@media (min-width: 1200px) {
  main[id=order] .tabulation .tab-content [id=shipping] [id=add-address] .left p, main[id=account] .tabulation .tab-content [id=shipping] [id=add-address] .left p {
    font-size: 1.4rem;
  }
}
main[id=order] .tabulation .tab-content [id=shipping] [id=add-address] .right label, main[id=account] .tabulation .tab-content [id=shipping] [id=add-address] .right label {
  font-family: "Avenir medium";
  font-stretch: normal;
  font-style: normal;
  line-height: 1.86;
  letter-spacing: 0.5px;
  color: #242323;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  position: relative;
  display: block;
  font-size: 1.1rem;
}
@media (min-width: 1200px) {
  main[id=order] .tabulation .tab-content [id=shipping] [id=add-address] .right label, main[id=account] .tabulation .tab-content [id=shipping] [id=add-address] .right label {
    font-size: 1.4rem;
  }
}
main[id=order] .tabulation .tab-content [id=shipping] [id=add-address] .right label span:last-of-type, main[id=account] .tabulation .tab-content [id=shipping] [id=add-address] .right label span:last-of-type {
  display: block;
  margin-left: 3rem;
}
main[id=order] .tabulation .tab-content [id=shipping] [id=add-address] .right label input, main[id=account] .tabulation .tab-content [id=shipping] [id=add-address] .right label input {
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 2.4rem;
}
main[id=order] .tabulation .tab-content [id=shipping] [id=add-address] .right label input:checked ~ .checkmark:after, main[id=account] .tabulation .tab-content [id=shipping] [id=add-address] .right label input:checked ~ .checkmark:after {
  display: block;
}
main[id=order] .tabulation .tab-content [id=shipping] [id=add-address] .right label .checkmark, main[id=account] .tabulation .tab-content [id=shipping] [id=add-address] .right label .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 2.4rem;
  width: 2.4rem;
  background-color: transparent;
  border: solid 1px #161a20;
  border-radius: 4px;
}
main[id=order] .tabulation .tab-content [id=shipping] [id=add-address] .right label .checkmark:after, main[id=account] .tabulation .tab-content [id=shipping] [id=add-address] .right label .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid #161a20;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
main[id=order] .tabulation .tab-content [id=shipping] [id=add-address] .right .add-new-address, main[id=account] .tabulation .tab-content [id=shipping] [id=add-address] .right .add-new-address {
  text-align: right;
}
main[id=order] .tabulation .tab-content [id=shipping] [id=add-address] .right .add-new-address button, main[id=account] .tabulation .tab-content [id=shipping] [id=add-address] .right .add-new-address button {
  font-size: 1.8rem;
  padding-top: 3.2rem;
  padding-right: 5.3rem;
  padding-bottom: 3.2rem;
  padding-left: 5.3rem;
}
main[id=order] .tabulation .tab-content [id=shipping] [id=reminder], main[id=account] .tabulation .tab-content [id=shipping] [id=reminder] {
  margin-top: 7rem;
}
main[id=order] .tabulation .tab-content [id=shipping] [id=reminder] form.is-readonly input,
main[id=order] .tabulation .tab-content [id=shipping] [id=reminder] form.is-readonly textarea, main[id=account] .tabulation .tab-content [id=shipping] [id=reminder] form.is-readonly input,
main[id=account] .tabulation .tab-content [id=shipping] [id=reminder] form.is-readonly textarea {
  background-color: #ffffff;
  border: none;
  padding: 0;
  text-align: center;
}
main[id=order] .tabulation .tab-content [id=shipping] [id=reminder] table, main[id=account] .tabulation .tab-content [id=shipping] [id=reminder] table {
  width: 100%;
  border: 1px solid #414141;
}
main[id=order] .tabulation .tab-content [id=shipping] [id=reminder] table tr, main[id=account] .tabulation .tab-content [id=shipping] [id=reminder] table tr {
  border: 1px solid #414141;
}
main[id=order] .tabulation .tab-content [id=shipping] [id=reminder] table tr th,
main[id=order] .tabulation .tab-content [id=shipping] [id=reminder] table tr td, main[id=account] .tabulation .tab-content [id=shipping] [id=reminder] table tr th,
main[id=account] .tabulation .tab-content [id=shipping] [id=reminder] table tr td {
  border: 1px solid #414141;
}
main[id=order] .tabulation .tab-content [id=shipping] [id=reminder] table tr th, main[id=account] .tabulation .tab-content [id=shipping] [id=reminder] table tr th {
  letter-spacing: 0.63px;
  text-align: center;
  padding: 2rem 0;
}
main[id=order] .tabulation .tab-content [id=shipping] [id=reminder] table tr td, main[id=account] .tabulation .tab-content [id=shipping] [id=reminder] table tr td {
  font-family: "Avenir medium";
  font-size: 1.1rem;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: 0.44px;
  text-align: center;
  color: #242323;
  padding: 1.5rem;
  vertical-align: top;
  position: relative;
}
@media (min-width: 1200px) {
  main[id=order] .tabulation .tab-content [id=shipping] [id=reminder] table tr td, main[id=account] .tabulation .tab-content [id=shipping] [id=reminder] table tr td {
    font-size: 1.4rem;
  }
}
main[id=order] .tabulation .tab-content [id=shipping] [id=reminder] table tr td:last-of-type, main[id=account] .tabulation .tab-content [id=shipping] [id=reminder] table tr td:last-of-type {
  vertical-align: middle;
}
main[id=order] .tabulation .tab-content [id=shipping] [id=reminder] table tr td ul, main[id=account] .tabulation .tab-content [id=shipping] [id=reminder] table tr td ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
main[id=order] .tabulation .tab-content [id=shipping] [id=reminder] table tr td ul li:first-of-type, main[id=account] .tabulation .tab-content [id=shipping] [id=reminder] table tr td ul li:first-of-type {
  margin-bottom: 3rem;
}
@media (max-width: 1199px) {
  main[id=order] .tabulation .tab-content [id=shipping] [id=reminder] table tr td ul li a, main[id=account] .tabulation .tab-content [id=shipping] [id=reminder] table tr td ul li a {
    font-size: 1.2rem;
  }
}
main[id=order] .tabulation .tab-content #uploads #awaiting table tr td .checkbox .checkmark, main[id=account] .tabulation .tab-content #uploads #awaiting table tr td .checkbox .checkmark {
  transform: translate(-50%, -50%);
}
main[id=order] .tabulation .tab-content #uploads #assets, main[id=account] .tabulation .tab-content #uploads #assets {
  margin-top: 9rem;
}
main[id=order] .tabulation .tab-content #uploads #assets h2, main[id=account] .tabulation .tab-content #uploads #assets h2 {
  margin: 0;
  line-height: 1;
}
main[id=order] .tabulation .tab-content #uploads #assets .add-assets, main[id=account] .tabulation .tab-content #uploads #assets .add-assets {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
main[id=order] .tabulation .tab-content #uploads #assets .add-assets .left,
main[id=order] .tabulation .tab-content #uploads #assets .add-assets .right, main[id=account] .tabulation .tab-content #uploads #assets .add-assets .left,
main[id=account] .tabulation .tab-content #uploads #assets .add-assets .right {
  flex: 1;
}
main[id=order] .tabulation .tab-content #uploads #assets .add-assets .left h3,
main[id=order] .tabulation .tab-content #uploads #assets .add-assets .right h3, main[id=account] .tabulation .tab-content #uploads #assets .add-assets .left h3,
main[id=account] .tabulation .tab-content #uploads #assets .add-assets .right h3 {
  color: #f16366;
  font-family: "Avenir medium";
  font-size: 3rem;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.43px;
  margin-top: 0;
}
main[id=order] .tabulation .tab-content #uploads #assets .add-assets .left .upload-audio,
main[id=order] .tabulation .tab-content #uploads #assets .add-assets .right .upload-audio, main[id=account] .tabulation .tab-content #uploads #assets .add-assets .left .upload-audio,
main[id=account] .tabulation .tab-content #uploads #assets .add-assets .right .upload-audio {
  width: 95%;
  height: 134px;
  position: relative;
  background-color: #f1f1f1;
}
main[id=order] .tabulation .tab-content #uploads #assets .add-assets .left .upload-audio .file-upload input,
main[id=order] .tabulation .tab-content #uploads #assets .add-assets .right .upload-audio .file-upload input, main[id=account] .tabulation .tab-content #uploads #assets .add-assets .left .upload-audio .file-upload input,
main[id=account] .tabulation .tab-content #uploads #assets .add-assets .right .upload-audio .file-upload input {
  visibility: hidden;
}
main[id=order] .tabulation .tab-content #uploads #assets .add-assets .left ul,
main[id=order] .tabulation .tab-content #uploads #assets .add-assets .right ul, main[id=account] .tabulation .tab-content #uploads #assets .add-assets .left ul,
main[id=account] .tabulation .tab-content #uploads #assets .add-assets .right ul {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top: 1.7rem;
}
main[id=order] .tabulation .tab-content #uploads #assets .add-assets .left ul li,
main[id=order] .tabulation .tab-content #uploads #assets .add-assets .right ul li, main[id=account] .tabulation .tab-content #uploads #assets .add-assets .left ul li,
main[id=account] .tabulation .tab-content #uploads #assets .add-assets .right ul li {
  margin-bottom: 0.5rem;
}
main[id=order] .tabulation .tab-content #uploads #assets .add-assets .left ul li a,
main[id=order] .tabulation .tab-content #uploads #assets .add-assets .right ul li a, main[id=account] .tabulation .tab-content #uploads #assets .add-assets .left ul li a,
main[id=account] .tabulation .tab-content #uploads #assets .add-assets .right ul li a {
  text-decoration: underline;
  font-family: "Avenir medium";
  font-size: 1.6rem;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.23px;
  color: #242323;
}
main[id=order] .tabulation .tab-content #uploads #assets .add-assets .left ul li a:last-of-type,
main[id=order] .tabulation .tab-content #uploads #assets .add-assets .right ul li a:last-of-type, main[id=account] .tabulation .tab-content #uploads #assets .add-assets .left ul li a:last-of-type,
main[id=account] .tabulation .tab-content #uploads #assets .add-assets .right ul li a:last-of-type {
  margin-left: 3rem;
}
main[id=order] .tabulation .tab-content #uploads #assets #loading, main[id=account] .tabulation .tab-content #uploads #assets #loading {
  margin: 0 auto;
  width: 55%;
  height: 7px;
  background-color: #f1f1f1;
  border-radius: 60px;
  position: relative;
  text-align: center;
  margin-top: 5rem;
}
main[id=order] .tabulation .tab-content #uploads #assets #loading::after, main[id=account] .tabulation .tab-content #uploads #assets #loading::after {
  content: "";
  position: absolute;
  width: 70%;
  height: 7px;
  top: 0;
  left: 0;
  background-color: #144862;
  border-radius: 60px;
}
main[id=order] .tabulation .tab-content #uploads #assets #loading span, main[id=account] .tabulation .tab-content #uploads #assets #loading span {
  top: -2.5rem;
  position: relative;
  font-family: "Avenir medium";
  font-size: 1.8rem;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.5px;
  color: #144862;
}
main[id=order] .tabulation .tab-content #uploads #assets textarea, main[id=account] .tabulation .tab-content #uploads #assets textarea {
  margin-top: 4rem;
  height: 6.45em;
}
main[id=order] .tabulation .tab-content #uploads #assets .submit, main[id=account] .tabulation .tab-content #uploads #assets .submit {
  text-align: center;
  margin-top: 3.5rem;
}
main[id=order] .tabulation .tab-content #uploads #assets .submit button, main[id=account] .tabulation .tab-content #uploads #assets .submit button {
  width: 190px;
  font-size: 1.8rem;
  height: 90px;
}
main[id=order] .tabulation .tab-content #uploads #assets .submit p, main[id=account] .tabulation .tab-content #uploads #assets .submit p {
  font-family: "Avenir medium";
  font-size: 2rem;
  font-stretch: normal;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.29px;
  text-align: center;
  line-height: 1.5;
  color: #144862;
}
main[id=order] .tabulation .tab-content #uploads #history table tr td:last-of-type, main[id=account] .tabulation .tab-content #uploads #history table tr td:last-of-type {
  text-align: left;
  padding: 0 2rem;
}
main[id=order] .tabulation .tab-content #tracker .order-tracker, main[id=account] .tabulation .tab-content #tracker .order-tracker {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  position: relative;
}
main[id=order] .tabulation .tab-content #tracker .order-tracker li, main[id=account] .tabulation .tab-content #tracker .order-tracker li {
  font-family: "Basetica medium";
  font-size: 2rem;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 1.04px;
  opacity: 0.2;
  -webkit-text-stroke: 1px #242323;
  color: transparent;
  margin: 0 0.5rem;
  line-height: 24px;
}
@media (min-width: 1200px) {
  main[id=order] .tabulation .tab-content #tracker .order-tracker li, main[id=account] .tabulation .tab-content #tracker .order-tracker li {
    line-height: 30px;
  }
}
@media only screen and (min-width: 1260px) {
  main[id=order] .tabulation .tab-content #tracker .order-tracker li, main[id=account] .tabulation .tab-content #tracker .order-tracker li {
    margin: 0 1.5rem;
  }
}
main[id=order] .tabulation .tab-content #tracker .order-tracker li::before, main[id=order] .tabulation .tab-content #tracker .order-tracker li::after, main[id=account] .tabulation .tab-content #tracker .order-tracker li::before, main[id=account] .tabulation .tab-content #tracker .order-tracker li::after {
  content: "";
  display: block;
  position: absolute;
}
main[id=order] .tabulation .tab-content #tracker .order-tracker li::after, main[id=account] .tabulation .tab-content #tracker .order-tracker li::after {
  height: 2px;
  z-index: 1;
  bottom: -1.5rem;
}
main[id=order] .tabulation .tab-content #tracker .order-tracker li::before, main[id=account] .tabulation .tab-content #tracker .order-tracker li::before {
  width: 5px;
  height: 5px;
  border-radius: 60px;
  border: 1px solid #242323;
  z-index: 2;
  bottom: -1.6rem;
}
main[id=order] .tabulation .tab-content #tracker .order-tracker li:first-of-type::after, main[id=account] .tabulation .tab-content #tracker .order-tracker li:first-of-type::after {
  content: none;
}
main[id=order] .tabulation .tab-content #tracker .order-tracker li:last-of-type::before, main[id=account] .tabulation .tab-content #tracker .order-tracker li:last-of-type::before {
  content: "";
}
main[id=order] .tabulation .tab-content #tracker .order-tracker li:nth-child(1)::before, main[id=account] .tabulation .tab-content #tracker .order-tracker li:nth-child(1)::before {
  left: 2.2rem;
}
main[id=order] .tabulation .tab-content #tracker .order-tracker li:nth-child(2)::before, main[id=account] .tabulation .tab-content #tracker .order-tracker li:nth-child(2)::before {
  left: 17.8rem;
}
@media (max-width: 1199px) {
  main[id=order] .tabulation .tab-content #tracker .order-tracker li:nth-child(2)::before, main[id=account] .tabulation .tab-content #tracker .order-tracker li:nth-child(2)::before {
    left: 12rem;
  }
}
@media (max-width: 1099px) {
  main[id=order] .tabulation .tab-content #tracker .order-tracker li:nth-child(2)::before, main[id=account] .tabulation .tab-content #tracker .order-tracker li:nth-child(2)::before {
    left: 11rem;
  }
}
main[id=order] .tabulation .tab-content #tracker .order-tracker li:nth-child(2)::after, main[id=account] .tabulation .tab-content #tracker .order-tracker li:nth-child(2)::after {
  left: 3rem;
  width: 142px;
}
@media (max-width: 1199px) {
  main[id=order] .tabulation .tab-content #tracker .order-tracker li:nth-child(2)::after, main[id=account] .tabulation .tab-content #tracker .order-tracker li:nth-child(2)::after {
    left: 3rem;
    width: 85px;
  }
}
@media (max-width: 1099px) {
  main[id=order] .tabulation .tab-content #tracker .order-tracker li:nth-child(2)::after, main[id=account] .tabulation .tab-content #tracker .order-tracker li:nth-child(2)::after {
    width: 72px;
    left: 3rem;
  }
}
main[id=order] .tabulation .tab-content #tracker .order-tracker li:nth-child(3)::before, main[id=account] .tabulation .tab-content #tracker .order-tracker li:nth-child(3)::before {
  left: 35rem;
}
@media (max-width: 1199px) {
  main[id=order] .tabulation .tab-content #tracker .order-tracker li:nth-child(3)::before, main[id=account] .tabulation .tab-content #tracker .order-tracker li:nth-child(3)::before {
    left: 25rem;
  }
}
@media (max-width: 1099px) {
  main[id=order] .tabulation .tab-content #tracker .order-tracker li:nth-child(3)::before, main[id=account] .tabulation .tab-content #tracker .order-tracker li:nth-child(3)::before {
    left: 21.5rem;
  }
}
@media only screen and (min-width: 1060px) and (max-width: 1099px) {
  main[id=order] .tabulation .tab-content #tracker .order-tracker li:nth-child(3)::before, main[id=account] .tabulation .tab-content #tracker .order-tracker li:nth-child(3)::before {
    left: 22.5rem;
  }
}
main[id=order] .tabulation .tab-content #tracker .order-tracker li:nth-child(3)::after, main[id=account] .tabulation .tab-content #tracker .order-tracker li:nth-child(3)::after {
  left: 19rem;
  width: 155px;
}
@media (max-width: 1199px) {
  main[id=order] .tabulation .tab-content #tracker .order-tracker li:nth-child(3)::after, main[id=account] .tabulation .tab-content #tracker .order-tracker li:nth-child(3)::after {
    left: 13rem;
    width: 110px;
  }
}
@media (max-width: 1099px) {
  main[id=order] .tabulation .tab-content #tracker .order-tracker li:nth-child(3)::after, main[id=account] .tabulation .tab-content #tracker .order-tracker li:nth-child(3)::after {
    width: 90px;
    left: 12rem;
  }
}
@media only screen and (min-width: 1060px) and (max-width: 1099px) {
  main[id=order] .tabulation .tab-content #tracker .order-tracker li:nth-child(3)::after, main[id=account] .tabulation .tab-content #tracker .order-tracker li:nth-child(3)::after {
    width: 100px;
  }
}
main[id=order] .tabulation .tab-content #tracker .order-tracker li:nth-child(4)::before, main[id=account] .tabulation .tab-content #tracker .order-tracker li:nth-child(4)::before {
  left: 55.5rem;
}
@media (max-width: 1199px) {
  main[id=order] .tabulation .tab-content #tracker .order-tracker li:nth-child(4)::before, main[id=account] .tabulation .tab-content #tracker .order-tracker li:nth-child(4)::before {
    left: 46.5rem;
  }
}
@media (max-width: 1099px) {
  main[id=order] .tabulation .tab-content #tracker .order-tracker li:nth-child(4)::before, main[id=account] .tabulation .tab-content #tracker .order-tracker li:nth-child(4)::before {
    left: 39.5rem;
  }
}
@media only screen and (min-width: 1060px) and (max-width: 1099px) {
  main[id=order] .tabulation .tab-content #tracker .order-tracker li:nth-child(4)::before, main[id=account] .tabulation .tab-content #tracker .order-tracker li:nth-child(4)::before {
    left: 42.5rem;
  }
}
main[id=order] .tabulation .tab-content #tracker .order-tracker li:nth-child(4)::after, main[id=account] .tabulation .tab-content #tracker .order-tracker li:nth-child(4)::after {
  left: 36rem;
  width: 188px;
}
@media (max-width: 1199px) {
  main[id=order] .tabulation .tab-content #tracker .order-tracker li:nth-child(4)::after, main[id=account] .tabulation .tab-content #tracker .order-tracker li:nth-child(4)::after {
    left: 26rem;
    width: 195px;
  }
}
@media (max-width: 1099px) {
  main[id=order] .tabulation .tab-content #tracker .order-tracker li:nth-child(4)::after, main[id=account] .tabulation .tab-content #tracker .order-tracker li:nth-child(4)::after {
    left: 23rem;
    width: 155px;
  }
}
@media only screen and (min-width: 1060px) and (max-width: 1099px) {
  main[id=order] .tabulation .tab-content #tracker .order-tracker li:nth-child(4)::after, main[id=account] .tabulation .tab-content #tracker .order-tracker li:nth-child(4)::after {
    left: 24rem;
    width: 175px;
  }
}
main[id=order] .tabulation .tab-content #tracker .order-tracker li:nth-child(5)::before, main[id=account] .tabulation .tab-content #tracker .order-tracker li:nth-child(5)::before {
  left: 78.5rem;
}
@media (max-width: 1199px) {
  main[id=order] .tabulation .tab-content #tracker .order-tracker li:nth-child(5)::before, main[id=account] .tabulation .tab-content #tracker .order-tracker li:nth-child(5)::before {
    left: 60.5rem;
  }
}
@media (max-width: 1099px) {
  main[id=order] .tabulation .tab-content #tracker .order-tracker li:nth-child(5)::before, main[id=account] .tabulation .tab-content #tracker .order-tracker li:nth-child(5)::before {
    left: 52.5rem;
  }
}
@media only screen and (min-width: 1060px) and (max-width: 1099px) {
  main[id=order] .tabulation .tab-content #tracker .order-tracker li:nth-child(5)::before, main[id=account] .tabulation .tab-content #tracker .order-tracker li:nth-child(5)::before {
    left: 56.5rem;
  }
}
main[id=order] .tabulation .tab-content #tracker .order-tracker li:nth-child(5)::after, main[id=account] .tabulation .tab-content #tracker .order-tracker li:nth-child(5)::after {
  left: 57rem;
  width: 210px;
}
@media (max-width: 1199px) {
  main[id=order] .tabulation .tab-content #tracker .order-tracker li:nth-child(5)::after, main[id=account] .tabulation .tab-content #tracker .order-tracker li:nth-child(5)::after {
    left: 48rem;
    width: 120px;
  }
}
@media (max-width: 1099px) {
  main[id=order] .tabulation .tab-content #tracker .order-tracker li:nth-child(5)::after, main[id=account] .tabulation .tab-content #tracker .order-tracker li:nth-child(5)::after {
    left: 41rem;
    width: 110px;
  }
}
@media only screen and (min-width: 1060px) and (max-width: 1099px) {
  main[id=order] .tabulation .tab-content #tracker .order-tracker li:nth-child(5)::after, main[id=account] .tabulation .tab-content #tracker .order-tracker li:nth-child(5)::after {
    width: 118px;
    left: 44rem;
  }
}
main[id=order] .tabulation .tab-content #tracker .order-tracker li:nth-child(6)::before, main[id=account] .tabulation .tab-content #tracker .order-tracker li:nth-child(6)::before {
  left: 95.5rem;
}
@media (max-width: 1199px) {
  main[id=order] .tabulation .tab-content #tracker .order-tracker li:nth-child(6)::before, main[id=account] .tabulation .tab-content #tracker .order-tracker li:nth-child(6)::before {
    left: 79.5rem;
  }
}
@media (max-width: 1099px) {
  main[id=order] .tabulation .tab-content #tracker .order-tracker li:nth-child(6)::before, main[id=account] .tabulation .tab-content #tracker .order-tracker li:nth-child(6)::before {
    left: 66.5rem;
  }
}
@media only screen and (min-width: 1060px) and (max-width: 1099px) {
  main[id=order] .tabulation .tab-content #tracker .order-tracker li:nth-child(6)::before, main[id=account] .tabulation .tab-content #tracker .order-tracker li:nth-child(6)::before {
    left: 70rem;
  }
}
main[id=order] .tabulation .tab-content #tracker .order-tracker li:nth-child(6)::after, main[id=account] .tabulation .tab-content #tracker .order-tracker li:nth-child(6)::after {
  left: 80rem;
  width: 143px;
}
@media (max-width: 1199px) {
  main[id=order] .tabulation .tab-content #tracker .order-tracker li:nth-child(6)::after, main[id=account] .tabulation .tab-content #tracker .order-tracker li:nth-child(6)::after {
    left: 62rem;
    width: 160px;
  }
}
@media (max-width: 1099px) {
  main[id=order] .tabulation .tab-content #tracker .order-tracker li:nth-child(6)::after, main[id=account] .tabulation .tab-content #tracker .order-tracker li:nth-child(6)::after {
    left: 54rem;
    width: 115px;
  }
}
@media only screen and (min-width: 1060px) and (max-width: 1099px) {
  main[id=order] .tabulation .tab-content #tracker .order-tracker li:nth-child(6)::after, main[id=account] .tabulation .tab-content #tracker .order-tracker li:nth-child(6)::after {
    left: 58rem;
  }
}
@media (min-width: 1200px) {
  main[id=order] .tabulation .tab-content #tracker .order-tracker li, main[id=account] .tabulation .tab-content #tracker .order-tracker li {
    font-size: 2.5rem;
  }
}
main[id=order] .tabulation .tab-content #tracker .order-tracker li.tracker-done, main[id=account] .tabulation .tab-content #tracker .order-tracker li.tracker-done {
  color: #144862;
  opacity: 1;
  -webkit-text-stroke: initial;
}
main[id=order] .tabulation .tab-content #tracker .order-tracker li.tracker-done::before, main[id=account] .tabulation .tab-content #tracker .order-tracker li.tracker-done::before {
  border: 1px solid #144862;
}
main[id=order] .tabulation .tab-content #tracker .order-tracker li.tracker-done::after, main[id=account] .tabulation .tab-content #tracker .order-tracker li.tracker-done::after {
  background-color: #144862;
}
main[id=order] .tabulation .tab-content #tracker .order-tracker li.tracker-active, main[id=account] .tabulation .tab-content #tracker .order-tracker li.tracker-active {
  color: #f16366;
  opacity: 1;
  -webkit-text-stroke: initial;
}
main[id=order] .tabulation .tab-content #tracker .order-tracker li.tracker-active::before, main[id=account] .tabulation .tab-content #tracker .order-tracker li.tracker-active::before {
  border: 1px solid #f16366;
}
main[id=order] .tabulation .tab-content #tracker .order-tracker li.tracker-active::after, main[id=account] .tabulation .tab-content #tracker .order-tracker li.tracker-active::after {
  background-color: #f16366;
}
main[id=order] .tabulation .tab-content #tracker .order-tracker li.tracker-todo::after, main[id=account] .tabulation .tab-content #tracker .order-tracker li.tracker-todo::after {
  background-color: #f1f1f1;
}
@media (min-width: 1100px) {
  main[id=order] .tabulation .tab-content #tracker .order-content, main[id=account] .tabulation .tab-content #tracker .order-content {
    display: flex;
    justify-content: space-between;
  }
}
main[id=order] .tabulation .tab-content #tracker .order-content .order-status,
main[id=order] .tabulation .tab-content #tracker .order-content .order-deadline, main[id=account] .tabulation .tab-content #tracker .order-content .order-status,
main[id=account] .tabulation .tab-content #tracker .order-content .order-deadline {
  background-color: #f9f9f9;
  padding: 4rem 5rem;
  margin-top: 5rem;
}
main[id=order] .tabulation .tab-content #tracker .order-content .order-status h3,
main[id=order] .tabulation .tab-content #tracker .order-content .order-deadline h3, main[id=account] .tabulation .tab-content #tracker .order-content .order-status h3,
main[id=account] .tabulation .tab-content #tracker .order-content .order-deadline h3 {
  color: #f16366;
  flex: 1;
  margin-bottom: 0;
}
main[id=order] .tabulation .tab-content #tracker .order-content .order-status .flex,
main[id=order] .tabulation .tab-content #tracker .order-content .order-deadline .flex, main[id=account] .tabulation .tab-content #tracker .order-content .order-status .flex,
main[id=account] .tabulation .tab-content #tracker .order-content .order-deadline .flex {
  display: flex;
  justify-content: flex-start;
}
main[id=order] .tabulation .tab-content #tracker .order-content .order-status .flex .col,
main[id=order] .tabulation .tab-content #tracker .order-content .order-deadline .flex .col, main[id=account] .tabulation .tab-content #tracker .order-content .order-status .flex .col,
main[id=account] .tabulation .tab-content #tracker .order-content .order-deadline .flex .col {
  flex: 1;
}
main[id=order] .tabulation .tab-content #tracker .order-content .order-status .flex .col p,
main[id=order] .tabulation .tab-content #tracker .order-content .order-deadline .flex .col p, main[id=account] .tabulation .tab-content #tracker .order-content .order-status .flex .col p,
main[id=account] .tabulation .tab-content #tracker .order-content .order-deadline .flex .col p {
  font-family: "Avenir bold";
  font-size: 1.4rem;
  color: #242323;
  margin-bottom: 0;
}
main[id=order] .tabulation .tab-content #tracker .order-content .order-status ul,
main[id=order] .tabulation .tab-content #tracker .order-content .order-deadline ul, main[id=account] .tabulation .tab-content #tracker .order-content .order-status ul,
main[id=account] .tabulation .tab-content #tracker .order-content .order-deadline ul {
  padding-left: 1.7rem;
  margin: 0;
}
main[id=order] .tabulation .tab-content #tracker .order-content .order-status ul li,
main[id=order] .tabulation .tab-content #tracker .order-content .order-deadline ul li, main[id=account] .tabulation .tab-content #tracker .order-content .order-status ul li,
main[id=account] .tabulation .tab-content #tracker .order-content .order-deadline ul li {
  font-family: "Avenir medium";
  font-size: 1.1rem;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.5px;
  color: #242323;
  line-height: 26px;
}
main[id=order] .tabulation .tab-content #tracker .order-content .order-status ul li span,
main[id=order] .tabulation .tab-content #tracker .order-content .order-deadline ul li span, main[id=account] .tabulation .tab-content #tracker .order-content .order-status ul li span,
main[id=account] .tabulation .tab-content #tracker .order-content .order-deadline ul li span {
  font-family: "Avenir bold";
  color: #242323;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  main[id=order] .tabulation .tab-content #tracker .order-content .order-status ul li,
main[id=order] .tabulation .tab-content #tracker .order-content .order-deadline ul li, main[id=account] .tabulation .tab-content #tracker .order-content .order-status ul li,
main[id=account] .tabulation .tab-content #tracker .order-content .order-deadline ul li {
    font-size: 1.4rem;
  }
}
main[id=order] .tabulation .tab-content #tracker .order-content .order-status, main[id=account] .tabulation .tab-content #tracker .order-content .order-status {
  flex: 2;
}
@media (min-width: 1200px) {
  main[id=order] .tabulation .tab-content #tracker .order-content .order-status, main[id=account] .tabulation .tab-content #tracker .order-content .order-status {
    height: 285px;
  }
}
main[id=order] .tabulation .tab-content #tracker .order-content .order-deadline, main[id=account] .tabulation .tab-content #tracker .order-content .order-deadline {
  flex: 1;
}
@media (min-width: 1100px) {
  main[id=order] .tabulation .tab-content #tracker .order-content .order-deadline, main[id=account] .tabulation .tab-content #tracker .order-content .order-deadline {
    margin-left: 2rem;
  }
}
@media (min-width: 1200px) {
  main[id=order] .tabulation .tab-content #tracker .order-content .order-deadline, main[id=account] .tabulation .tab-content #tracker .order-content .order-deadline {
    height: 285px;
  }
}
main[id=order] .tabulation .tab-content #tracker .order-content .order-deadline ul, main[id=account] .tabulation .tab-content #tracker .order-content .order-deadline ul {
  list-style: none;
  padding-left: 0.5rem;
  margin-top: 1em;
}

body.login [id=header] {
  background-color: #f0f0f0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1200px) {
  body.login [id=header] {
    min-height: 205px;
  }
}
body.login [id=header] img {
  width: 105px;
  margin: 2rem 0;
}
@media (min-width: 1200px) {
  body.login [id=header] img {
    width: 140px;
    margin: 3rem 0;
  }
}
body.login [id=wrapper] main {
  padding-bottom: 7rem;
  margin: 0 auto;
  max-width: 1366px;
  position: relative;
}
body.login [id=wrapper] main h1 {
  position: absolute;
  font-family: "Basetica regular";
  font-size: 5.5rem;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: -1.07px;
  color: #144862;
  top: -16.5rem;
  left: 11rem;
  line-height: 1.09;
}
@media (min-width: 1200px) {
  body.login [id=wrapper] main h1 {
    font-size: 7rem;
    left: 10rem;
    top: -22rem;
  }
}
@media (min-width: 1366px) {
  body.login [id=wrapper] main h1 {
    left: 16rem;
  }
}
body.login [id=wrapper] main h1 span {
  display: block;
  -webkit-text-stroke: 0.6px #f16366;
  font-family: "Basetica regular";
  font-size: 6rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 3.6px;
  color: transparent;
  line-height: 1;
}
@media (min-width: 1200px) {
  body.login [id=wrapper] main h1 span {
    font-size: 7.5rem;
    letter-spacing: 4.5px;
  }
}
body.login [id=wrapper] main form {
  width: 470px;
  margin: 0 auto;
  padding: 4rem;
  border: 1px solid #414141;
}
@media (min-width: 1200px) {
  body.login [id=wrapper] main form {
    width: 620px;
  }
}
body.login [id=wrapper] main form:first-of-type {
  margin-top: 10rem;
}
@media (min-width: 1200px) {
  body.login [id=wrapper] main form:first-of-type {
    margin-top: 14rem;
  }
}
body.login [id=wrapper] main form h2 {
  font-size: 3.5rem;
  margin-top: 0;
  letter-spacing: 1.09px;
}
@media (min-width: 1200px) {
  body.login [id=wrapper] main form h2 {
    font-size: 4.8rem;
  }
}
body.login [id=wrapper] main form input {
  margin-bottom: 2rem;
}
body.login [id=wrapper] main form input:last-of-type {
  margin-bottom: 5rem;
}
body.login [id=wrapper] main form > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body.login [id=wrapper] main form > div .left {
  align-self: flex-end;
}
body.login [id=wrapper] main form > div .left a,
body.login [id=wrapper] main form > div .left p {
  font-family: "Avenir medium";
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  color: #242323;
  letter-spacing: normal;
}
body.login [id=wrapper] main form > div .left a {
  font-size: 1.3rem;
  line-height: 1;
}
@media (min-width: 1200px) {
  body.login [id=wrapper] main form > div .left a {
    font-size: 1.8rem;
  }
}
body.login [id=wrapper] main form > div .left p {
  opacity: 0.35;
  font-size: 1rem;
  line-height: 1.4;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  body.login [id=wrapper] main form > div .left p {
    font-size: 1.2rem;
  }
}
body.login [id=wrapper] main form > div .right button {
  width: 130px;
  height: 70px;
  font-size: 1.4rem;
}
@media (min-width: 1200px) {
  body.login [id=wrapper] main form > div .right button {
    width: 170px;
    height: 90px;
    font-size: 1.8rem;
  }
}
body.login [id=wrapper] main form#forgot {
  display: none;
}
body.login [id=wrapper] main form#forgot.active {
  display: block;
}
body.login [id=wrapper] main form#forgot > div {
  text-align: right;
}
body.login [id=wrapper] main form#forgot > div .right {
  margin-left: auto;
}
body.login [id=wrapper] main form#forgot > div .right button {
  width: 216px;
  display: inline-block;
  text-align: center;
  height: 67px;
  font-size: 1.4rem;
}
@media (min-width: 1200px) {
  body.login [id=wrapper] main form#forgot > div .right button {
    width: 280px;
    height: 90px;
    font-size: 1.8rem;
  }
}
body.login [id=wrapper] main #alert {
  background-color: #f16366;
  width: 470px;
  margin: 0 auto;
  padding: 3rem 4rem;
  display: none;
}
body.login [id=wrapper] main #alert.active {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 1200px) {
  body.login [id=wrapper] main #alert {
    width: 620px;
  }
}
body.login [id=wrapper] main #alert p {
  font-family: "Avenir medium";
  font-size: 1.3rem;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.25px;
  color: #242323;
}
@media (min-width: 1200px) {
  body.login [id=wrapper] main #alert p {
    font-size: 1.8rem;
  }
}
body.login [id=wrapper] main #alert a {
  width: 130px;
  height: 70px;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  padding-top: 2.5rem;
}
@media (min-width: 1200px) {
  body.login [id=wrapper] main #alert a {
    font-size: 1.8rem;
    width: 170px;
    height: 90px;
    padding-top: 3rem;
  }
}

body .pageList {
  max-width: 1005px;
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 1199px) {
  body .pageList.titleList > h1, body .pageList.titleList > p {
    max-width: 753px;
    margin: 0 auto;
  }
}
body.order-list h1 {
  margin-bottom: 0;
  line-height: 1;
}
@media (min-width: 1200px) {
  body.order-list h1 {
    font-size: 4.8rem;
  }
}
body.order-list .filter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 753px;
  margin: 1rem auto 2rem auto;
}
body.order-list .filter.filterDownload {
  align-items: flex-end;
}
@media (min-width: 1200px) {
  body.order-list .filter {
    max-width: 1005px;
  }
}
body.order-list .filter p {
  font-family: "Avenir medium";
  font-size: 1.1rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.39px;
  color: #242323;
}
body.order-list .filter p.textInvoicesList {
  font-family: "Avenir medium";
  font-weight: 600;
  letter-spacing: 0.34px;
  color: #f16366;
}
@media (min-width: 1200px) {
  body.order-list .filter p {
    font-size: 1.4rem;
  }
}
body.order-list .filter .order-search {
  display: flex;
  justify-content: center;
  align-items: center;
}
body.order-list .filter .order-search span {
  font-family: "Avenir regular";
  font-size: 1.1rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.34px;
  color: #f16366;
}
@media (min-width: 1200px) {
  body.order-list .filter .order-search span {
    font-size: 1.4rem;
  }
}
body.order-list .filter .order-search #orderby {
  width: 91px;
  height: 26px;
  border: solid 0.7px #f1f1f1;
  padding: 0 1rem;
  margin-left: 2rem;
  font-size: 1.1rem;
  font-family: "Avenir medium";
}
body.order-list .filter .order-search #orderby option {
  font-size: 1.1rem;
  font-family: "Avenir medium";
}
@media (min-width: 1200px) {
  body.order-list .filter .order-search #orderby {
    width: 121px;
    height: 35px;
    font-size: 1.4rem;
  }
  body.order-list .filter .order-search #orderby option {
    font-size: 1.4rem;
  }
}
body.order-list .filter .order-search input {
  margin-left: 3rem;
}
body.order-list .order-view {
  display: flex;
  justify-content: center;
  margin-bottom: 10rem;
}
body.order-list .order-view.quotesView .menu-left ul li {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}
body.order-list .order-view.quotesView .menu-left ul li:first-of-type {
  margin-bottom: 0;
  padding: 2.5rem 0;
  padding-bottom: 3.5rem;
}
body.order-list .order-view.quotesView .menu-left ul li.active a {
  padding: 0;
}
body.order-list .order-view.quotesView .menu-left ul li a {
  margin: 0;
}
body.order-list .order-view .menu-left {
  width: 173px;
  height: 445px;
  background-color: #161a20;
  text-align: center;
}
@media (min-width: 1200px) {
  body.order-list .order-view .menu-left {
    width: 231px;
    height: 594px;
  }
}
body.order-list .order-view .menu-left p {
  font-family: "Avenir medium";
  font-size: 1.2rem;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.33px;
  color: #ffffff;
  position: relative;
  margin: 0;
  padding: 1.5rem 0;
}
@media (min-width: 1200px) {
  body.order-list .order-view .menu-left p {
    font-size: 1.6rem;
  }
}
body.order-list .order-view .menu-left p::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  width: 4px;
  height: -webkit-fill-available;
  background-color: #f16366;
  top: 0;
}
@media (min-width: 1200px) {
  body.order-list .order-view .menu-left p::after {
    width: 6px;
  }
}
body.order-list .order-view .menu-left ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
body.order-list .order-view .menu-left ul:first-of-type {
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  body.order-list .order-view .menu-left ul:first-of-type {
    margin-bottom: 2rem;
  }
}
body.order-list .order-view .menu-left ul li {
  position: relative;
  opacity: 0.5;
  font-family: "Avenir regular";
  font-size: 1.2rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.33px;
  color: #ffffff;
  display: block;
  margin: 2.5rem 0;
  text-decoration: none;
}
body.order-list .order-view .menu-left ul li.active {
  opacity: 1;
  font-family: "Avenir medium";
  font-weight: 600;
  letter-spacing: 0.44px;
}
@media (min-width: 1200px) {
  body.order-list .order-view .menu-left ul li {
    font-size: 1.6rem;
  }
}
body.order-list .order-view .menu-left ul li.titre {
  opacity: 1;
  font-family: "Avenir medium";
  font-weight: 600;
  margin-bottom: 2.5rem;
}
body.order-list .order-view .tab-content {
  width: 580px;
  padding: 3rem 6rem;
  position: relative;
  border: solid 0.7px #979797;
}
@media (min-width: 1200px) {
  body.order-list .order-view .tab-content {
    width: 775px;
  }
}
body.order-list .order-view #content.contentQuotesList.active ul {
  height: 104px;
}
@media (min-width: 1200px) {
  body.order-list .order-view #content.contentQuotesList.active ul {
    height: 163px;
  }
}
body.order-list .order-view #content.contentInvoicesList.active ul {
  height: 177px;
}
@media (min-width: 1200px) {
  body.order-list .order-view #content.contentInvoicesList.active ul {
    height: 236px;
  }
}
body.order-list .order-view #content.active > ul {
  overflow-y: scroll;
  height: 193px;
  scrollbar-width: thin;
  -webkit-border-radius: 2.5px;
  border-radius: 2.5px;
}
body.order-list .order-view #content.active > ul::-webkit-scrollbar {
  width: 5px;
  border-radius: 2.5px;
}
body.order-list .order-view #content.active > ul::-webkit-scrollbar-track {
  background-color: rgba(241, 99, 101, 0.15);
  border-radius: 2.5px;
}
body.order-list .order-view #content.active > ul::-webkit-scrollbar-thumb {
  background-color: #f16366;
  border-radius: 2.5px;
}
@media (min-width: 1200px) {
  body.order-list .order-view #content.active > ul {
    height: 271px;
  }
}
body.order-list .order-view #content > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
body.order-list .order-view #content > ul li {
  flex-basis: 33.3333%;
  text-align: center;
  margin-bottom: 3rem;
}
body.order-list .order-view #content > ul li a {
  opacity: 0.5;
  font-family: "Avenir medium";
  font-size: 1.1rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.39px;
  color: #242323;
}
@media (min-width: 1200px) {
  body.order-list .order-view #content > ul li a {
    font-size: 1.4rem;
  }
}
body.order-list .order-view #content > ul li a img {
  display: block;
  margin: 0 auto;
  margin-bottom: 1.5rem;
  width: 40px;
  height: auto;
}
body.order-list .order-view #content > ul li a img:last-of-type {
  display: none;
}
@media (min-width: 1200px) {
  body.order-list .order-view #content > ul li a img {
    width: 53px;
  }
}
body.order-list .order-view #content > ul li a.active {
  color: #f16366;
}
body.order-list .order-view #content > ul li a.active img:first-of-type {
  display: none;
}
body.order-list .order-view #content > ul li a.active img:last-of-type {
  display: block;
}
body.order-list .order-view #content [id=order-details] {
  width: 100%;
  height: 220px;
  background-color: #f16366;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 2rem;
  flex-direction: column;
  justify-content: center;
  display: none;
}
body.order-list .order-view #content [id=order-details].quotesList {
  height: 309px;
}
@media (min-width: 1200px) {
  body.order-list .order-view #content [id=order-details].quotesList {
    height: 399px;
  }
}
body.order-list .order-view #content [id=order-details].quotesList .content-details .left,
body.order-list .order-view #content [id=order-details].quotesList .content-details .right {
  height: 100%;
}
body.order-list .order-view #content [id=order-details].quotesList .content-details .right ul {
  height: 100%;
}
body.order-list .order-view #content [id=order-details].quotesList .content-details .right ul::before {
  height: calc(100% - 2rem);
  top: inherit;
  bottom: 0;
}
body.order-list .order-view #content [id=order-details].quotesList .contentDownload > p {
  font-family: "Avenir regular";
  font-size: 1.4rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.5px;
  color: #ffffff;
}
body.order-list .order-view #content [id=order-details].quotesList .contentDownload .listDownloads {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5rem;
}
body.order-list .order-view #content [id=order-details].quotesList .contentDownload .listDownloads .left,
body.order-list .order-view #content [id=order-details].quotesList .contentDownload .listDownloads .right {
  width: 331px;
  height: 173px;
  border: solid 1px #ffffff;
  padding: 1.5rem;
}
body.order-list .order-view #content [id=order-details].quotesList .contentDownload .listDownloads .left .scroll,
body.order-list .order-view #content [id=order-details].quotesList .contentDownload .listDownloads .right .scroll {
  overflow-y: scroll;
  scrollbar-width: thin;
  -webkit-border-radius: 2.5px;
  border-radius: 2.5px;
  height: -webkit-fill-available;
}
body.order-list .order-view #content [id=order-details].quotesList .contentDownload .listDownloads .left .scroll::-webkit-scrollbar,
body.order-list .order-view #content [id=order-details].quotesList .contentDownload .listDownloads .right .scroll::-webkit-scrollbar {
  width: 5px;
  border-radius: 2.5px;
}
body.order-list .order-view #content [id=order-details].quotesList .contentDownload .listDownloads .left .scroll::-webkit-scrollbar-track,
body.order-list .order-view #content [id=order-details].quotesList .contentDownload .listDownloads .right .scroll::-webkit-scrollbar-track {
  background-color: rgba(241, 99, 101, 0.15);
  border-radius: 2.5px;
}
body.order-list .order-view #content [id=order-details].quotesList .contentDownload .listDownloads .left .scroll::-webkit-scrollbar-thumb,
body.order-list .order-view #content [id=order-details].quotesList .contentDownload .listDownloads .right .scroll::-webkit-scrollbar-thumb {
  background-color: #f16366;
  border-radius: 2.5px;
}
body.order-list .order-view #content [id=order-details].quotesList .contentDownload .listDownloads .left .scroll::-webkit-scrollbar-thumb,
body.order-list .order-view #content [id=order-details].quotesList .contentDownload .listDownloads .right .scroll::-webkit-scrollbar-thumb {
  background-color: #ffffff;
}
body.order-list .order-view #content [id=order-details].quotesList .contentDownload .listDownloads .left .scroll::-webkit-scrollbar-track,
body.order-list .order-view #content [id=order-details].quotesList .contentDownload .listDownloads .right .scroll::-webkit-scrollbar-track {
  border-radius: 2.5px;
  background-color: rgba(255, 255, 255, 0.15);
}
body.order-list .order-view #content [id=order-details].quotesList .contentDownload .listDownloads .left p,
body.order-list .order-view #content [id=order-details].quotesList .contentDownload .listDownloads .right p {
  margin-top: 0;
  font-family: "Avenir medium";
  font-size: 1.8rem;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.64px;
  color: #ffffff;
}
body.order-list .order-view #content [id=order-details].quotesList .contentDownload .listDownloads .left ul,
body.order-list .order-view #content [id=order-details].quotesList .contentDownload .listDownloads .right ul {
  padding: 0 2rem;
  margin: 0;
  list-style: decimal;
  height: inherit;
  height: 116px;
}
body.order-list .order-view #content [id=order-details].quotesList .contentDownload .listDownloads .left ul li,
body.order-list .order-view #content [id=order-details].quotesList .contentDownload .listDownloads .right ul li {
  font-family: "Avenir regular";
  font-size: 1.6rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.57px;
  color: #ffffff;
}
body.order-list .order-view #content [id=order-details].quotesList .contentDownload .totalRedemption {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body.order-list .order-view #content [id=order-details].quotesList .contentDownload .totalRedemption .left {
  flex-basis: 52%;
}
body.order-list .order-view #content [id=order-details].quotesList .contentDownload .totalRedemption .left p {
  font-family: "Avenir medium";
  font-size: 1.8rem;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.64px;
  color: #ffffff;
}
body.order-list .order-view #content [id=order-details].quotesList .contentDownload .totalRedemption .left .loading {
  width: 240px;
  height: 6px;
  background-color: transparent;
  position: relative;
  border-radius: 60px;
  border: 1px solid #ffffff;
  display: inline-block;
}
body.order-list .order-view #content [id=order-details].quotesList .contentDownload .totalRedemption .left .loading::after {
  content: "";
  width: 30%;
  height: 4px;
  background-color: #ffffff;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 60px;
}
body.order-list .order-view #content [id=order-details].quotesList .contentDownload .totalRedemption .left span {
  display: inline-block;
  color: #ffffff;
}
body.order-list .order-view #content [id=order-details].quotesList .contentDownload .totalRedemption .right button {
  width: 274px;
  height: 90px;
}
body.order-list .order-view #content [id=order-details].invoicesList {
  height: 236px;
}
@media (min-width: 1200px) {
  body.order-list .order-view #content [id=order-details].invoicesList {
    height: 326px;
  }
}
body.order-list .order-view #content [id=order-details].invoicesList .content-details .left .downloadFile {
  margin-bottom: 2rem;
}
body.order-list .order-view #content [id=order-details].active {
  display: flex;
}
@media (min-width: 1200px) {
  body.order-list .order-view #content [id=order-details] {
    height: 291px;
  }
}
body.order-list .order-view #content [id=order-details] h2 {
  font-family: "Avenir medium";
  font-size: 2.3rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.82px;
  color: #ffffff;
  margin: 0;
}
@media (min-width: 1200px) {
  body.order-list .order-view #content [id=order-details] h2 {
    font-size: 3rem;
  }
}
body.order-list .order-view #content [id=order-details] .content-details {
  display: flex;
  justify-content: center;
  align-items: center;
}
body.order-list .order-view #content [id=order-details] .content-details .left,
body.order-list .order-view #content [id=order-details] .content-details .right {
  flex: 1;
}
body.order-list .order-view #content [id=order-details] .content-details .left p,
body.order-list .order-view #content [id=order-details] .content-details .right p {
  font-family: "Avenir medium";
  font-size: 1.1rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.39px;
  color: #ffffff;
}
@media (min-width: 1200px) {
  body.order-list .order-view #content [id=order-details] .content-details .left p,
body.order-list .order-view #content [id=order-details] .content-details .right p {
    font-size: 1.4rem;
  }
}
body.order-list .order-view #content [id=order-details] .content-details .left .downloadFile {
  width: 100%;
  height: 25px;
  position: relative;
}
body.order-list .order-view #content [id=order-details] .content-details .left .downloadFile .download input {
  visibility: hidden;
}
body.order-list .order-view #content [id=order-details] .content-details .left .downloadFile .download .draggablefile {
  width: 100%;
  height: 25px;
  border: none;
  left: 0;
  top: 0;
  transform: inherit;
}
body.order-list .order-view #content [id=order-details] .content-details .left .downloadFile .download .draggablefile span {
  color: #ffffff;
  text-align: left;
  font-size: 1.2rem;
  letter-spacing: 0.43px;
  text-decoration: underline;
  display: flex;
  align-items: center;
}
body.order-list .order-view #content [id=order-details] .content-details .left .downloadFile .download .draggablefile span::before {
  content: "";
  display: inline-block;
  background: url(/pdf-download-icon.85779d1c.png) no-repeat;
  background-position: 98% 50%;
  width: 30px;
  height: 30px;
  margin-right: 1rem;
}
body.order-list .order-view #content [id=order-details] .content-details .left .checkbox {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
  display: flex;
}
body.order-list .order-view #content [id=order-details] .content-details .left .checkbox > div {
  font-family: "Avenir medium";
  font-size: 1.1rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.43px;
  color: #ffffff;
}
@media (min-width: 1200px) {
  body.order-list .order-view #content [id=order-details] .content-details .left .checkbox > div {
    font-size: 1.4rem;
  }
}
body.order-list .order-view #content [id=order-details] .content-details .left .checkbox label {
  position: relative;
  padding-left: 1.3rem;
}
body.order-list .order-view #content [id=order-details] .content-details .left .checkbox label input {
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 2.4rem;
}
body.order-list .order-view #content [id=order-details] .content-details .left .checkbox label input:checked ~ .checkmark:after {
  display: block;
}
body.order-list .order-view #content [id=order-details] .content-details .left .checkbox label .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 2.4rem;
  width: 2.4rem;
  background-color: transparent;
  border: solid 1px #ffffff;
  border-radius: 4px;
}
body.order-list .order-view #content [id=order-details] .content-details .left .checkbox label .checkmark::after {
  content: "";
  position: absolute;
  display: none;
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid #ffffff;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
body.order-list .order-view #content [id=order-details] .content-details .left a {
  display: inline-block;
  text-align: center;
  padding-top: 2.5rem;
}
@media (min-width: 1200px) {
  body.order-list .order-view #content [id=order-details] .content-details .left a {
    padding-top: 3.3rem;
  }
}
body.order-list .order-view #content [id=order-details] .content-details .left button,
body.order-list .order-view #content [id=order-details] .content-details .left a {
  width: 163px;
  height: 67px;
}
@media (min-width: 1200px) {
  body.order-list .order-view #content [id=order-details] .content-details .left button,
body.order-list .order-view #content [id=order-details] .content-details .left a {
    font-size: 1.8rem;
    width: 217px;
    height: 90px;
    padding-top: 3.3rem;
  }
}
body.order-list .order-view #content [id=order-details] .content-details .left button.active,
body.order-list .order-view #content [id=order-details] .content-details .left a.active {
  background-color: #e15457;
}
body.order-list .order-view #content [id=order-details] .content-details .right ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  position: relative;
  padding-left: 3rem;
}
body.order-list .order-view #content [id=order-details] .content-details .right ul::before {
  content: "";
  height: 100%;
  width: 1px;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
}
body.order-list .order-view #content [id=order-details] .content-details .right ul li {
  font-family: "Avenir medium";
  font-size: 1.1rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.39px;
  color: #ffffff;
  margin-bottom: 1.5rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
body.order-list .order-view #content [id=order-details] .content-details .right ul li p {
  margin: 0;
  flex-basis: 43%;
}
@media (min-width: 1200px) {
  body.order-list .order-view #content [id=order-details] .content-details .right ul li {
    font-size: 1.4rem;
    margin-bottom: 2rem;
  }
}
body.order-list .order-view #content [id=order-details] .content-details .right ul li:first-of-type {
  margin-top: 1.5rem;
}
@media (min-width: 1200px) {
  body.order-list .order-view #content [id=order-details] .content-details .right ul li:first-of-type {
    margin-top: 2rem;
  }
}
body.order-list .order-view #content [id=order-details] #less {
  position: absolute;
  right: 1.5rem;
  top: 1.5rem;
}
body.order-list .order-view #content [id=order-details] #less::after {
  content: "";
  background-color: #ffffff;
  cursor: pointer;
  width: 13px;
  height: 2px;
  display: inline-block;
}
body.order-list .downloadView .menu-left {
  height: 629px;
}
body.order-list .downloadView #content #order-details {
  height: 360px;
  padding: 2rem 4rem;
}
body.order-list .downloadView #content ul {
  height: 237px !important;
}
body.mainInvoicesList main > p {
  font-family: "Avenir medium";
  font-size: 1.1rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.5px;
  color: #242323;
}
@media (min-width: 1200px) {
  body.mainInvoicesList main > p {
    font-size: 1.4rem;
  }
}
body.mainInvoicesList main .order-view {
  display: flex;
  justify-content: center;
  margin-bottom: 10rem;
}
body.mainInvoicesList main .order-view .menu-left {
  width: 173px;
  height: 445px;
  background-color: #161a20;
  text-align: center;
}
@media (min-width: 1200px) {
  body.mainInvoicesList main .order-view .menu-left {
    width: 231px;
    height: 594px;
  }
}
body.mainInvoicesList main .order-view .menu-left ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
body.mainInvoicesList main .order-view .menu-left ul:first-of-type {
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  body.mainInvoicesList main .order-view .menu-left ul:first-of-type {
    margin-bottom: 2rem;
  }
}
body.mainInvoicesList main .order-view .menu-left ul li {
  display: block;
  padding: 1.5rem 0;
  margin: 0;
}
body.mainInvoicesList main .order-view .menu-left ul li.active a {
  font-family: "Avenir medium";
  font-size: 1.2rem;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.33px;
  color: #ffffff;
  position: relative;
  margin: 0;
  padding: 1.5rem 0;
  opacity: 1;
}
@media (min-width: 1200px) {
  body.mainInvoicesList main .order-view .menu-left ul li.active a {
    font-size: 1.6rem;
  }
}
body.mainInvoicesList main .order-view .menu-left ul li.active::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  width: 4px;
  height: -webkit-fill-available;
  background-color: #f16366;
  top: 0;
}
@media (min-width: 1200px) {
  body.mainInvoicesList main .order-view .menu-left ul li.active::after {
    width: 6px;
  }
}
body.mainInvoicesList main .order-view .menu-left ul li a {
  position: relative;
  opacity: 0.5;
  font-family: "Avenir regular";
  font-size: 1.2rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.33px;
  color: #ffffff;
  display: inline-block;
  margin: 1.5rem 0;
  text-decoration: none;
}
body.mainInvoicesList main .order-view .menu-left ul li a.active {
  opacity: 1;
  font-family: "Avenir medium";
  font-weight: 600;
  letter-spacing: 0.44px;
}
@media (min-width: 1200px) {
  body.mainInvoicesList main .order-view .menu-left ul li a {
    font-size: 1.6rem;
  }
}
body.mainInvoicesList main .order-view .menu-left ul li a.titre {
  opacity: 1;
  font-family: "Avenir medium";
  font-weight: 600;
  margin-bottom: 2.5rem;
}
body.mainInvoicesList main .order-view .tab-content {
  width: 580px;
  padding: 3rem 6rem;
  position: relative;
  border: solid 0.7px #979797;
}
@media (min-width: 1200px) {
  body.mainInvoicesList main .order-view .tab-content {
    width: 775px;
  }
}
body.mainInvoicesList main .order-view #content.contentInvoicesList.active ul {
  height: 177px;
}
@media (min-width: 1200px) {
  body.mainInvoicesList main .order-view #content.contentInvoicesList.active ul {
    height: 236px;
  }
}
body.mainInvoicesList main .order-view #content.active > ul {
  overflow-y: scroll;
  height: 193px;
  scrollbar-width: thin;
  -webkit-border-radius: 2.5px;
  border-radius: 2.5px;
}
body.mainInvoicesList main .order-view #content.active > ul::-webkit-scrollbar {
  width: 5px;
  border-radius: 2.5px;
}
body.mainInvoicesList main .order-view #content.active > ul::-webkit-scrollbar-track {
  background-color: rgba(241, 99, 101, 0.15);
  border-radius: 2.5px;
}
body.mainInvoicesList main .order-view #content.active > ul::-webkit-scrollbar-thumb {
  background-color: #f16366;
  border-radius: 2.5px;
}
@media (min-width: 1200px) {
  body.mainInvoicesList main .order-view #content.active > ul {
    height: 271px;
  }
}
body.mainInvoicesList main .order-view #content > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
body.mainInvoicesList main .order-view #content > ul li {
  flex-basis: 33.3333%;
  text-align: center;
  margin-bottom: 3rem;
}
body.mainInvoicesList main .order-view #content > ul li a {
  opacity: 0.5;
  font-family: "Avenir medium";
  font-size: 1.1rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.39px;
  color: #242323;
}
@media (min-width: 1200px) {
  body.mainInvoicesList main .order-view #content > ul li a {
    font-size: 1.4rem;
  }
}
body.mainInvoicesList main .order-view #content > ul li a img {
  display: block;
  margin: 0 auto;
  margin-bottom: 1.5rem;
  width: 40px;
  height: auto;
}
body.mainInvoicesList main .order-view #content > ul li a img:last-of-type {
  display: none;
}
@media (min-width: 1200px) {
  body.mainInvoicesList main .order-view #content > ul li a img {
    width: 53px;
  }
}
body.mainInvoicesList main .order-view #content > ul li a.active {
  color: #f16366;
}
body.mainInvoicesList main .order-view #content > ul li a.active img:first-of-type {
  display: none;
}
body.mainInvoicesList main .order-view #content > ul li a.active img:last-of-type {
  display: block;
}
body.mainInvoicesList #popup .content {
  height: 332px;
}
body.mainInvoicesList #popup .content button {
  float: inherit;
  width: 270px;
  height: 90px;
  margin-top: 2.8rem;
}
body.mainInvoicesList #popup .content button:last-of-type {
  float: right;
}

body.account {
  background-color: #ffffff;
}
body.account [id=account] .tab-content {
  margin-top: 3.2rem;
}
body.account [id=account] .tab-content [id=profile] .connexion-info form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
body.account [id=account] .tab-content [id=profile] .connexion-info form input {
  width: 508px;
  margin-bottom: 2rem;
}
body.account [id=account] .tab-content [id=profile] .connexion-info form button {
  width: 184px;
  height: 90px;
  margin-left: auto;
  font-size: 1.8rem;
}
body.account [id=account] .tab-content [id=profile] .billing .is-readonly textarea {
  background-color: #ffffff;
  border: none;
}
body.account [id=account] .tab-content [id=profile] .billing .is-editing textarea {
  height: 5rem;
  padding: 1rem;
}
body.account [id=account] .tab-content [id=profile] .billing table tr td {
  padding: 3rem;
  position: relative;
}
body.account [id=account] .tab-content [id=profile] .billing table tr td:first-of-type {
  text-align: left;
}
body.account [id=account] .tab-content [id=profile] .billing table tr td textarea {
  padding: 0;
  height: 3rem;
}
body.account [id=account] .tab-content [id=profile] [id=add-address] h3 {
  font-size: 3rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.33;
  letter-spacing: -0.42px;
  font-family: "Basetica regular";
  color: #161a20;
}
body.account [id=account] .tab-content [id=profile] [id=add-address] .champ {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
body.account [id=account] .tab-content [id=profile] [id=add-address] .left,
body.account [id=account] .tab-content [id=profile] [id=add-address] .right {
  flex-basis: 48%;
}
body.account [id=account] .tab-content [id=profile] [id=add-address] .left > div,
body.account [id=account] .tab-content [id=profile] [id=add-address] .right > div {
  margin-bottom: 2rem;
}
body.account [id=account] .tab-content [id=profile] [id=add-address] .left p {
  font-family: "Avenir medium";
  font-size: 1.4rem;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.57;
  letter-spacing: 0.3px;
  color: #292223;
}
body.account [id=account] .tab-content [id=profile] [id=add-address] .right label {
  font-family: "Avenir medium";
  font-stretch: normal;
  font-style: normal;
  line-height: 1.86;
  letter-spacing: 0.5px;
  color: #242323;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  position: relative;
  display: block;
}
body.account [id=account] .tab-content [id=profile] [id=add-address] .right label input {
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 2.4rem;
}
body.account [id=account] .tab-content [id=profile] [id=add-address] .right label input:checked ~ .checkmark:after {
  display: block;
}
body.account [id=account] .tab-content [id=profile] [id=add-address] .right label .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 2.4rem;
  width: 2.4rem;
  background-color: transparent;
  border: solid 1px #161a20;
  border-radius: 4px;
}
body.account [id=account] .tab-content [id=profile] [id=add-address] .right label .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid #161a20;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
body.account [id=account] .tab-content [id=profile] [id=add-address] .right .add-new-address {
  text-align: right;
}
body.account [id=account] .tab-content [id=profile] [id=add-address] .right .add-new-address button {
  font-size: 1.8rem;
  padding-top: 3.2rem;
  padding-right: 5.3rem;
  padding-bottom: 3.2rem;
  padding-left: 5.3rem;
}
body.account [id=account] .tab-content [id=company] form.is-readonly table tr td input {
  text-align: center;
  border: none;
  background-color: #ffffff;
}
body.account [id=account] .tab-content [id=company] form.is-editing table tr td {
  padding: 2rem;
}
body.account [id=account] .tab-content [id=company] form table tr td label {
  font-family: "Avenir medium";
  font-stretch: normal;
  font-style: normal;
  line-height: 1.86;
  letter-spacing: 0.5px;
  color: #242323;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  position: relative;
  display: block;
}
body.account [id=account] .tab-content [id=company] form table tr td label input {
  opacity: 0;
  cursor: pointer;
  height: 2.4rem;
  width: 2.4rem;
  position: relative;
  z-index: 1;
}
body.account [id=account] .tab-content [id=company] form table tr td label input:checked ~ .checkmark:after {
  display: block;
}
body.account [id=account] .tab-content [id=company] form table tr td label .checkmark {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 2.4rem;
  width: 2.4rem;
  background-color: transparent;
  border: solid 1px #161a20;
  border-radius: 4px;
}
body.account [id=account] .tab-content [id=company] form table tr td label .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid #161a20;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
body.account [id=account] .tab-content [id=company] [id=editUser] {
  margin-top: 6rem;
}
body.account [id=account] .tab-content [id=company] [id=editUser] .champ {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
body.account [id=account] .tab-content [id=company] [id=editUser] .champ .left,
body.account [id=account] .tab-content [id=company] [id=editUser] .champ .right {
  flex-basis: 44%;
}
body.account [id=account] .tab-content [id=company] [id=editUser] .champ .left > div,
body.account [id=account] .tab-content [id=company] [id=editUser] .champ .right > div {
  margin-bottom: 2rem;
}
body.account [id=account] .tab-content [id=company] [id=editUser] .champ .left .select {
  position: relative;
}
    body.account [id=account] .tab-content [id=company] [id=editUser] .champ .left .select::after {
        content: url(../images/info-button-hover-copy.png);
        position: absolute;
        right: -4rem;
        display: inline-block;
        top: 25%;
    }
body.account [id=account] .tab-content [id=company] [id=editUser] .champ .right .checkbox {
  margin-bottom: 0;
  padding-top: 2rem;
}
body.account [id=account] .tab-content [id=company] [id=editUser] .champ .right label {
  font-family: "Avenir medium";
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.5px;
  color: #242323;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  position: relative;
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
}
body.account [id=account] .tab-content [id=company] [id=editUser] .champ .right label input {
  opacity: 0;
  cursor: pointer;
  height: 1.5rem;
  width: 1.5rem;
  position: relative;
  z-index: 1;
}
body.account [id=account] .tab-content [id=company] [id=editUser] .champ .right label input:checked ~ .checkmark:after {
  display: block;
}
body.account [id=account] .tab-content [id=company] [id=editUser] .champ .right label .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 1.5rem;
  width: 1.5rem;
  background-color: transparent;
  border: solid 1px #161a20;
  border-radius: 0;
}
body.account [id=account] .tab-content [id=company] [id=editUser] .champ .right label .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 5px;
  top: 2px;
  width: 4px;
  height: 7px;
  border: solid #161a20;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
body.account [id=account] .tab-content [id=notification] h2 {
  margin: 0;
  font-size: 4.8rem;
  line-height: 1.46;
  margin-top: 4rem;
}
body.account [id=account] .tab-content [id=notification] h2:first-of-type {
  margin: 0;
}
body.account [id=account] .tab-content [id=notification] p {
  font-size: 1.4rem;
  font-weight: 600;
}
body.account [id=account] .tab-content [id=notification] label {
  font-family: "Avenir medium";
  font-stretch: normal;
  font-style: normal;
  line-height: 1.86;
  letter-spacing: 0.5px;
  color: #242323;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  position: relative;
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
}
body.account [id=account] .tab-content [id=notification] label input {
  opacity: 0;
  cursor: pointer;
  height: 2.4rem;
  width: 2.4rem;
  position: relative;
  z-index: 1;
  margin-left: 1.5rem;
}
body.account [id=account] .tab-content [id=notification] label input:checked ~ .checkmark:after {
  display: block;
}
body.account [id=account] .tab-content [id=notification] label .checkmark {
  position: absolute;
  top: 22%;
  left: 0;
  height: 2.4rem;
  width: 2.4rem;
  background-color: transparent;
  border: solid 1px #161a20;
  border-radius: 4px;
}
body.account [id=account] .tab-content [id=notification] label .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid #161a20;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
body.account [id=popup] .content {
  width: 584px !important;
  height: 473px !important;
}
body.account [id=popup] .content input {
  background-color: #f1f1f1;
}
body.account [id=popup] .content input:first-of-type {
  margin-bottom: 2rem;
}

@media (min-width: 1200px) {
  .headerDownload img {
    width: 140px;
  }
}

[id=publicDownload] .contentDownload {
  border: solid 1px #414141;
  padding: 3.4rem 3rem;
}
[id=publicDownload] .contentDownload h2 {
  font-family: "Avenir medium";
  font-size: 1.5rem;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.47px;
  color: #242323;
  margin-top: 0;
  margin-bottom: 4rem;
  line-height: 1;
}
@media (min-width: 1200px) {
  [id=publicDownload] .contentDownload h2 {
    font-size: 2rem;
  }
}
[id=publicDownload] .contentDownload p {
  font-family: "Avenir regular";
  font-size: 1.2rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.38px;
  color: #242323;
}
@media (min-width: 1200px) {
  [id=publicDownload] .contentDownload p {
    font-size: 1.6rem;
  }
}
[id=publicDownload] .contentDownload p span {
  font-weight: 600;
}
[id=publicDownload] .listDownload {
  display: flex;
  justify-content: center;
  align-items: inherit;
  flex-direction: column;
}
[id=publicDownload] .listDownload .detailsDownload {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #414141;
  border-left: 1px solid #414141;
}
[id=publicDownload] .listDownload .detailsDownload p a {
  font-family: "Avenir medium";
  font-size: 1.2rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.43px;
  color: #242323;
  text-decoration: underline;
  margin-left: 3rem;
  display: block;
}
@media (min-width: 1200px) {
  [id=publicDownload] .listDownload .detailsDownload p a {
    font-size: 1.6rem;
  }
}
[id=publicDownload] .listDownload .detailsDownload p span.noteheader {
    width: 100%;
    /*max-width: 500px; */
    margin-top: 1rem;
    font-size: 1.4rem;
    font-weight: bold;
    margin-left: 3rem;
}
[id=publicDownload] .listDownload .detailsDownload p span.note {
    width: 100%;
    max-width: 500px; 
    /*margin-top: 1rem;*/
    font-size: 1.2rem;
    margin-left: 3rem;
    margin-right: 2rem;
    display: block;
}
[id=publicDownload] .listDownload .detailsDownload > a {
  width: 262px;
  height: 86px;
  display: inline-block;
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 0.34px;
  padding-top: 3.3rem;
}
@media (min-width: 1200px) {
  [id=publicDownload] .listDownload .detailsDownload > a {
    width: 349px;
    height: 115px;
    padding-top: 5rem;
  }
}

/*[id=publicDownload] .listDownload .detailsDownloadNotes p {
    font-family: "Avenir medium";
    font-size: 0.9rem;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 0.43px;
    color: #242323;
    text-decoration: underline;
    display: inline-block;
}*/
[id=publicDownload] .contactDownload {
  font-family: "Avenir medium";
  font-size: 1.1rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.39px;
  color: #161a20;
  text-align: center;
  margin-top: 4rem;
}
@media (min-width: 1200px) {
  [id=publicDownload] .contactDownload {
    font-size: 1.4rem;
  }
}
[id=publicDownload] .contactDownload::before {
    content: url(../images/info-button-hover.png);
    display: inline-block;
    vertical-align: middle;
    margin-right: 1.2rem;
}
[id=publicDownload] .contactDownload a {
  color: #161a20;
  text-decoration: none;
}

body.bodyCoupon {
  background-color: #ffffff;
}
body.bodyCoupon .headerCoupon {
  padding-bottom: 2rem;
}
@media (min-width: 1200px) {
  body.bodyCoupon .headerCoupon img {
    width: 140px;
  }
}
body.bodyCoupon [id=couponCode] {
  margin-bottom: 7rem;
}
body.bodyCoupon [id=couponCode] .contentCoupon {
  width: 729px;
  height: 298px;
  border: solid 0.7px #414141;
  margin: 0 auto;
  padding: 3.4em 3rem;
}
@media (min-width: 1200px) {
  body.bodyCoupon [id=couponCode] .contentCoupon {
    width: 972px;
    height: 368px;
    border: solid 1px #414141;
  }
}
body.bodyCoupon [id=couponCode] .contentCoupon h2 {
  font-family: "Avenir medium";
  font-size: 1.5rem;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.47px;
  color: #242323;
  margin-top: 0;
  line-height: 1;
}
@media (min-width: 1200px) {
  body.bodyCoupon [id=couponCode] .contentCoupon h2 {
    font-size: 2rem;
  }
}
body.bodyCoupon [id=couponCode] .contentCoupon p {
  font-family: "Avenir regular";
  font-size: 1.2rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.38px;
  color: #242323;
  margin-top: 2rem;
}
@media (min-width: 1200px) {
  body.bodyCoupon [id=couponCode] .contentCoupon p {
    font-size: 1.6rem;
  }
}
body.bodyCoupon [id=couponCode] .contentCoupon span {
    font-family: "Avenir regular";
    font-size: 1.2rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 0.38px;
    color: #242323;
    margin-top: 2rem;
}

@media (min-width: 1200px) {
    body.bodyCoupon [id=couponCode] .contentCoupon span {
        font-size: 1.6rem;
    }
}
body.bodyCoupon [id=couponCode] .contentCoupon label {
    font-family: "Avenir regular";
    font-size: 1.2rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 0.38px;
    color: #242323;
    margin-top: 2rem;
}

@media (min-width: 1200px) {
    body.bodyCoupon [id=couponCode] .contentCoupon label {
        font-size: 1.6rem;
    }
}
body.bodyCoupon [id=couponCode] .contentCoupon .submitCoupon {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 3rem;
}
@media (min-width: 1200px) {
  body.bodyCoupon [id=couponCode] .contentCoupon .submitCoupon {
    margin-top: 7rem;
  }
}
body.bodyCoupon [id=couponCode] .contentCoupon .submitCoupon input {
  width: 364px;
  height: 41px;
}
@media (min-width: 1200px) {
  body.bodyCoupon [id=couponCode] .contentCoupon .submitCoupon input {
    width: 485px;
    height: 55px;
  }
}

body.bodyCoupon [id=couponCode] .contentCoupon .submitCouponText input {
    width: 354px;
    height: 61px;
    margin-bottom: 10px;
}

@media (min-width: 1200px) {
    body.bodyCoupon [id=couponCode] .contentCoupon .submitCouponText input {
        width: 495px;
        height: 65px;
        margin-bottom: 10px;           
    }
}
body.bodyCoupon [id=couponCode] .contentCoupon .submitCouponText span.couponMargin {
    margin-left: 16px; 
    padding-right: 10px;
}
body.bodyCoupon [id=couponCode] .contentCoupon .submitCouponText label {
    padding-right: 10px;
}

body.bodyCoupon [id=couponCode] .contentCoupon .submitCoupon button {
  width: 171px;
  height: 67px;
}
@media (min-width: 1200px) {
  body.bodyCoupon [id=couponCode] .contentCoupon .submitCoupon button {
    width: 228px;
    height: 90px;
  }
}
body.bodyCoupon [id=couponCode] .contactCoupon {
  font-family: "Avenir medium";
  font-size: 1.1rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.39px;
  color: #161a20;
  text-align: center;
  margin-top: 4rem;
}
@media (min-width: 1200px) {
  body.bodyCoupon [id=couponCode] .contactCoupon {
    font-size: 1.4rem;
  }
}
body.bodyCoupon [id=couponCode] .contactCoupon::before {
    content: url(../images/info-button-hover.png);
    display: inline-block;
    vertical-align: middle;
    margin-right: 1.2rem;
}
body.bodyCoupon [id=couponCode] .contactCoupon a {
  color: #161a20;
  text-decoration: none;
}

* {
  box-sizing: border-box;
}

html {
  height: 100%;
  font-size: calc(1em * .625);
  -webkit-font-smoothing: antialiased;
}

body {
  height: 100%;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  color: #000000;
}
body.order, body.order-list, body.account, body.bodyPublicDownload, body.bodyCoupon {
  max-width: 1366px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  body {
    display: flex;
    flex-direction: column;
  }
  body #wrapper {
    flex: 1 0 auto;
  }
  body #footer {
    flex-shrink: 0;
  }
}
body .no-js-alert {
  margin-top: 100px;
}
body.home body.home {
  background-color: #f9f9f9;
}
body.home body.home [id=wrapper] [id=main] {
  padding: 0;
}
body.home body.home [id=wrapper] [id=main] [id=introduction] {
  background-color: #ffffff;
}
body.home body.home [id=wrapper] [id=main] [id=introduction] .maxContent {
  padding-left: 7rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  max-width: 1366px;
  margin: 0 auto;
}
body.home body.home [id=wrapper] [id=main] [id=introduction] .maxContent .titre {
  position: absolute;
  margin: 0;
  top: -4.6rem;
  left: 7rem;
}
body.home body.home [id=wrapper] [id=main] [id=introduction] .maxContent .titre h1 {
  -webkit-text-stroke: 0.6px #f16366;
  font-family: "Basetica medium";
  font-size: 7.5rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 4.5px;
  color: transparent;
  margin: 0;
}
@media (min-width: 1200px) {
  body.home body.home [id=wrapper] [id=main] [id=introduction] .maxContent .titre h1 {
    font-size: 10rem;
  }
}
body.home body.home [id=wrapper] [id=main] [id=introduction] .maxContent .left p,
body.home body.home [id=wrapper] [id=main] [id=introduction] .maxContent .right p {
  font-family: "Avenir medium";
  font-size: 1.4rem;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.34px;
  color: #242323;
}
@media (min-width: 1200px) {
  body.home body.home [id=wrapper] [id=main] [id=introduction] .maxContent .left p,
body.home body.home [id=wrapper] [id=main] [id=introduction] .maxContent .right p {
    font-size: 1.8rem;
    letter-spacing: 0.44px;
  }
}
body.home body.home [id=wrapper] [id=main] [id=introduction] .maxContent .left ul {
  padding-left: 2rem;
  margin: 0;
}
body.home body.home [id=wrapper] [id=main] [id=introduction] .maxContent .left ul li {
  font-family: "Avenir regular";
  font-size: 1.4rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.34px;
  color: #242323;
}
@media (min-width: 1200px) {
  body.home body.home [id=wrapper] [id=main] [id=introduction] .maxContent .left ul li {
    font-size: 1.8rem;
    letter-spacing: 0.44px;
  }
}
body.home body.home [id=wrapper] [id=main] [id=introduction] .maxContent .left ul li:first-of-type {
  color: #f16366;
  font-family: "Avenir bold";
}
body.home body.home [id=wrapper] [id=main] [id=introduction] .maxContent .right {
  background-color: #f16366;
  padding-top: 8rem;
  padding-right: 6rem;
  padding-bottom: 4rem;
  padding-left: 6rem;
  flex-basis: 406px;
  height: 310px;
}
@media (min-width: 1200px) {
  body.home body.home [id=wrapper] [id=main] [id=introduction] .maxContent .right {
    flex-basis: 542px;
    height: 421px;
  }
}
body.home body.home [id=wrapper] [id=main] [id=introduction] .maxContent .right::after {
  content: "";
  display: inline-block;
  width: 33px;
  height: 100%;
  background-color: #ffffff;
  position: absolute;
  right: 0;
  top: 0;
}
body.home body.home [id=wrapper] [id=main] [id=introduction] .maxContent .right .overflow {
  overflow-y: scroll;
  height: 200px;
  z-index: 1;
  position: relative;
  margin-right: -4.7rem;
  padding-right: 5rem;
  scrollbar-width: thin;
  -webkit-border-radius: 2.5px;
  border-radius: 2.5px;
}
body.home body.home [id=wrapper] [id=main] [id=introduction] .maxContent .right .overflow::-webkit-scrollbar {
  width: 5px;
  border-radius: 2.5px;
}
body.home body.home [id=wrapper] [id=main] [id=introduction] .maxContent .right .overflow::-webkit-scrollbar-track {
  background-color: rgba(241, 99, 101, 0.15);
  border-radius: 2.5px;
}
body.home body.home [id=wrapper] [id=main] [id=introduction] .maxContent .right .overflow::-webkit-scrollbar-thumb {
  background-color: #f16366;
  border-radius: 2.5px;
}
@media (min-width: 1200px) {
  body.home body.home [id=wrapper] [id=main] [id=introduction] .maxContent .right .overflow {
    height: 242px;
  }
}
body.home body.home [id=wrapper] [id=main] [id=introduction] .maxContent .right .overflow p {
  color: #ffffff;
}
body.home body.home [id=wrapper] [id=main] [id=orders] {
  max-width: 1366px;
  margin: 0 auto;
}
body.home body.home [id=wrapper] [id=main] [id=orders],
body.home body.home [id=wrapper] [id=main] [id=quotes] {
  padding-bottom: 10rem;
}
body.home body.home [id=wrapper] [id=main] [id=orders] > h2,
body.home body.home [id=wrapper] [id=main] [id=orders] p,
body.home body.home [id=wrapper] [id=main] [id=quotes] > h2,
body.home body.home [id=wrapper] [id=main] [id=quotes] p {
  padding-left: 14rem;
}
body.home body.home [id=wrapper] [id=main] [id=orders] h2,
body.home body.home [id=wrapper] [id=main] [id=quotes] h2 {
  margin-bottom: 0;
}
body.home body.home [id=wrapper] [id=main] [id=orders] > p,
body.home body.home [id=wrapper] [id=main] [id=quotes] > p {
  font-family: "Avenir medium";
  font-size: 1.4rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.44px;
  color: #242323;
}
body.home body.home [id=wrapper] [id=main] #following {
  width: 48px;
  height: 48px;
  background-color: #f16366;
  opacity: 0;
  font-family: "Basetica regular";
  font-size: 1.05rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.79;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 60px;
  position: absolute;
  z-index: 5;
}
@media (min-width: 1200px) {
  body.home body.home [id=wrapper] [id=main] #following {
    width: 64px;
    height: 64px;
    font-size: 1.4rem;
  }
}
body.home body.home [id=wrapper] [id=main] [id=orders] {
  height: 300px;
  position: relative;
}
@media (min-width: 1200px) {
  body.home body.home [id=wrapper] [id=main] [id=orders] {
    height: 322px;
  }
}
body.home body.home [id=wrapper] [id=main] [id=orders] .slider-container {
  position: absolute;
  top: 17rem;
}
@media (min-width: 1200px) {
  body.home body.home [id=wrapper] [id=main] [id=orders] .slider-container {
    top: 15rem;
  }
}
body.home body.home [id=wrapper] [id=main] [id=quotes] {
  padding-top: 13rem;
  background-color: #ffffff;
}
@media (min-width: 1200px) {
  body.home body.home [id=wrapper] [id=main] [id=quotes] {
    padding-top: 22rem;
  }
}
body.home body.home [id=wrapper] [id=main] [id=quotes] > p {
  margin-bottom: 5rem;
}
body.home body.home [id=wrapper] [id=main] [id=quotes] h2, body.home body.home [id=wrapper] [id=main] [id=quotes] p, body.home body.home [id=wrapper] [id=main] [id=quotes] .slider-container {
  margin: 0 auto;
  max-width: 1366px;
  top: 5rem;
}
body.admin-bar #header {
  top: 46px;
}
@media (min-width: 768px) {
  body.admin-bar #header {
    top: 32px;
  }
}
body .hiddenabs {
  visibility: hidden;
  position: absolute;
}

/*# sourceMappingURL=/main.07544d9b.css.map */