@charset "UTF-8";
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
footer,
header,
nav,
section {
  display: block; }

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

figcaption,
figure,
main {
  display: block; }

figure {
  margin: 1em 40px; }

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

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

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

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

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

b,
strong {
  font-weight: inherit; }

b,
strong {
  font-weight: bolder; }

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

dfn {
  font-style: italic; }

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

small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

audio,
video {
  display: inline-block; }

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

img {
  border-style: none; }

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

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

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

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  display: inline-block;
  vertical-align: baseline; }

textarea {
  overflow: auto; }

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

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

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

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

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

details,
menu {
  display: block; }

summary {
  display: list-item; }

canvas {
  display: inline-block; }

template {
  display: none; }

[hidden] {
  display: none; }

@media print {
  *,
  *::before,
  *::after,
  p::first-letter,
  div::first-letter,
  blockquote::first-letter,
  li::first-letter,
  p::first-line,
  div::first-line,
  blockquote::first-line,
  li::first-line {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

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

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

html {
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "NeueHaasGroteskText W02", "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #464a4c;
  background-color: #ffffff; }

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

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

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

abbr[title],
abbr[data-original-title] {
  cursor: help; }

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

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

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

dt {
  font-weight: bold; }

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

blockquote {
  margin: 0 0 1rem; }

a {
  color: #0088cc;
  text-decoration: none; }
  a:focus, a:hover {
    color: #005580;
    text-decoration: underline; }

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

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle; }

[role="button"] {
  cursor: pointer; }

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

table {
  border-collapse: collapse;
  background-color: transparent; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #91979a;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: left; }

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

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

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

input[type="radio"]:disabled,
input[type="checkbox"]:disabled {
  cursor: not-allowed; }

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

textarea {
  resize: vertical; }

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

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

input[type="search"] {
  -webkit-appearance: none; }

output {
  display: inline-block; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 1.6rem;
  font-family: "NeueHaasGroteskDisp W02", "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
  line-height: 1;
  color: #000000; }

h1, .h1 {
  font-size: 4rem; }

h2, .h2 {
  font-size: 3.35rem; }

h3, .h3 {
  font-size: 2.75rem; }

h4, .h4 {
  font-size: 2.05rem; }

h5, .h5 {
  font-size: 1.55rem; }

h6, .h6 {
  font-size: 1.2rem; }

.lead {
  font-size: 1.2rem;
  font-weight: 400; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 90%;
  font-weight: normal; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 5px; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  border-left: 0.25rem solid #eceeef; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #bfc1c2; }
  .blockquote-footer::before {
    content: "\2014 \00A0"; }

.blockquote-reverse {
  padding-right: 1rem;
  padding-left: 0;
  text-align: right;
  border-right: 0.25rem solid #eceeef;
  border-left: 0; }

.blockquote-reverse .blockquote-footer::before {
  content: ""; }

.blockquote-reverse .blockquote-footer::after {
  content: "\00A0 \2014"; }

html {
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%; }

strong {
  color: #000000; }

p {
  margin-bottom: 1.3rem; }

h1, .h1 {
  margin-bottom: 2.2rem; }

h4, .h4 {
  line-height: 1.2; }

h5, .h5 {
  line-height: 1.3; }

h6, .h6 {
  font-weight: 600;
  line-height: 1.45;
  margin-bottom: 0.8rem; }

@media (max-width: 919px) {
  h1, .h1 {
    font-size: 2.68rem; }
  h2, .h2 {
    font-size: 2.5125rem; }
  h3, .h3 {
    font-size: 2.2rem; }
  h4, .h4 {
    font-size: 1.7015rem; }
  h5, .h5 {
    font-size: 1.333rem; }
  h6, .h6 {
    font-size: 1.056rem; } }

.small {
  line-height: 1.4; }

.lead {
  font-family: "NeueHaasGroteskText W02", "Helvetica Neue", Arial, sans-serif;
  color: #000000;
  margin-bottom: 1.4rem;
  line-height: 1.4; }

.lightcaps {
  color: #91979a;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: 0.3px; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #bfc1c2; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

code {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #bd4147;
  background-color: #f7f7f9;
  border-radius: 0.25rem; }
  a > code {
    padding: 0;
    color: inherit;
    background-color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #ffffff;
  background-color: #292b2c;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold; }

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 90%;
  color: #292b2c; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 10px;
  padding-left: 10px; }
  @media (min-width: 690px) {
    .container {
      padding-right: 10px;
      padding-left: 10px; } }
  @media (min-width: 920px) {
    .container {
      padding-right: 10px;
      padding-left: 10px; } }
  @media (min-width: 1190px) {
    .container {
      padding-right: 10px;
      padding-left: 10px; } }
  @media (min-width: 1441px) {
    .container {
      padding-right: 10px;
      padding-left: 10px; } }
  @media (min-width: 690px) {
    .container {
      width: 540px;
      max-width: 100%; } }
  @media (min-width: 920px) {
    .container {
      width: 720px;
      max-width: 100%; } }
  @media (min-width: 1190px) {
    .container {
      width: 960px;
      max-width: 100%; } }
  @media (min-width: 1441px) {
    .container {
      width: 1140px;
      max-width: 100%; } }

.container-fluid {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 10px;
  padding-left: 10px; }
  @media (min-width: 690px) {
    .container-fluid {
      padding-right: 10px;
      padding-left: 10px; } }
  @media (min-width: 920px) {
    .container-fluid {
      padding-right: 10px;
      padding-left: 10px; } }
  @media (min-width: 1190px) {
    .container-fluid {
      padding-right: 10px;
      padding-left: 10px; } }
  @media (min-width: 1441px) {
    .container-fluid {
      padding-right: 10px;
      padding-left: 10px; } }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px; }
  @media (min-width: 690px) {
    .row {
      margin-right: -10px;
      margin-left: -10px; } }
  @media (min-width: 920px) {
    .row {
      margin-right: -10px;
      margin-left: -10px; } }
  @media (min-width: 1190px) {
    .row {
      margin-right: -10px;
      margin-left: -10px; } }
  @media (min-width: 1441px) {
    .row {
      margin-right: -10px;
      margin-left: -10px; } }

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

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px; }
  @media (min-width: 690px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
      padding-right: 10px;
      padding-left: 10px; } }
  @media (min-width: 920px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
      padding-right: 10px;
      padding-left: 10px; } }
  @media (min-width: 1190px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
      padding-right: 10px;
      padding-left: 10px; } }
  @media (min-width: 1441px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
      padding-right: 10px;
      padding-left: 10px; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pull-0 {
  right: auto; }

.pull-1 {
  right: 8.3333333333%; }

.pull-2 {
  right: 16.6666666667%; }

.pull-3 {
  right: 25%; }

.pull-4 {
  right: 33.3333333333%; }

.pull-5 {
  right: 41.6666666667%; }

.pull-6 {
  right: 50%; }

.pull-7 {
  right: 58.3333333333%; }

.pull-8 {
  right: 66.6666666667%; }

.pull-9 {
  right: 75%; }

.pull-10 {
  right: 83.3333333333%; }

.pull-11 {
  right: 91.6666666667%; }

.pull-12 {
  right: 100%; }

.push-0 {
  left: auto; }

.push-1 {
  left: 8.3333333333%; }

.push-2 {
  left: 16.6666666667%; }

.push-3 {
  left: 25%; }

.push-4 {
  left: 33.3333333333%; }

.push-5 {
  left: 41.6666666667%; }

.push-6 {
  left: 50%; }

.push-7 {
  left: 58.3333333333%; }

.push-8 {
  left: 66.6666666667%; }

.push-9 {
  left: 75%; }

.push-10 {
  left: 83.3333333333%; }

.push-11 {
  left: 91.6666666667%; }

.push-12 {
  left: 100%; }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 690px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .pull-sm-0 {
    right: auto; }
  .pull-sm-1 {
    right: 8.3333333333%; }
  .pull-sm-2 {
    right: 16.6666666667%; }
  .pull-sm-3 {
    right: 25%; }
  .pull-sm-4 {
    right: 33.3333333333%; }
  .pull-sm-5 {
    right: 41.6666666667%; }
  .pull-sm-6 {
    right: 50%; }
  .pull-sm-7 {
    right: 58.3333333333%; }
  .pull-sm-8 {
    right: 66.6666666667%; }
  .pull-sm-9 {
    right: 75%; }
  .pull-sm-10 {
    right: 83.3333333333%; }
  .pull-sm-11 {
    right: 91.6666666667%; }
  .pull-sm-12 {
    right: 100%; }
  .push-sm-0 {
    left: auto; }
  .push-sm-1 {
    left: 8.3333333333%; }
  .push-sm-2 {
    left: 16.6666666667%; }
  .push-sm-3 {
    left: 25%; }
  .push-sm-4 {
    left: 33.3333333333%; }
  .push-sm-5 {
    left: 41.6666666667%; }
  .push-sm-6 {
    left: 50%; }
  .push-sm-7 {
    left: 58.3333333333%; }
  .push-sm-8 {
    left: 66.6666666667%; }
  .push-sm-9 {
    left: 75%; }
  .push-sm-10 {
    left: 83.3333333333%; }
  .push-sm-11 {
    left: 91.6666666667%; }
  .push-sm-12 {
    left: 100%; }
  .offset-sm-0 {
    margin-left: 0%; }
  .offset-sm-1 {
    margin-left: 8.3333333333%; }
  .offset-sm-2 {
    margin-left: 16.6666666667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.3333333333%; }
  .offset-sm-5 {
    margin-left: 41.6666666667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.3333333333%; }
  .offset-sm-8 {
    margin-left: 66.6666666667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.3333333333%; }
  .offset-sm-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 920px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .pull-md-0 {
    right: auto; }
  .pull-md-1 {
    right: 8.3333333333%; }
  .pull-md-2 {
    right: 16.6666666667%; }
  .pull-md-3 {
    right: 25%; }
  .pull-md-4 {
    right: 33.3333333333%; }
  .pull-md-5 {
    right: 41.6666666667%; }
  .pull-md-6 {
    right: 50%; }
  .pull-md-7 {
    right: 58.3333333333%; }
  .pull-md-8 {
    right: 66.6666666667%; }
  .pull-md-9 {
    right: 75%; }
  .pull-md-10 {
    right: 83.3333333333%; }
  .pull-md-11 {
    right: 91.6666666667%; }
  .pull-md-12 {
    right: 100%; }
  .push-md-0 {
    left: auto; }
  .push-md-1 {
    left: 8.3333333333%; }
  .push-md-2 {
    left: 16.6666666667%; }
  .push-md-3 {
    left: 25%; }
  .push-md-4 {
    left: 33.3333333333%; }
  .push-md-5 {
    left: 41.6666666667%; }
  .push-md-6 {
    left: 50%; }
  .push-md-7 {
    left: 58.3333333333%; }
  .push-md-8 {
    left: 66.6666666667%; }
  .push-md-9 {
    left: 75%; }
  .push-md-10 {
    left: 83.3333333333%; }
  .push-md-11 {
    left: 91.6666666667%; }
  .push-md-12 {
    left: 100%; }
  .offset-md-0 {
    margin-left: 0%; }
  .offset-md-1 {
    margin-left: 8.3333333333%; }
  .offset-md-2 {
    margin-left: 16.6666666667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.3333333333%; }
  .offset-md-5 {
    margin-left: 41.6666666667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.3333333333%; }
  .offset-md-8 {
    margin-left: 66.6666666667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.3333333333%; }
  .offset-md-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 1190px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .pull-lg-0 {
    right: auto; }
  .pull-lg-1 {
    right: 8.3333333333%; }
  .pull-lg-2 {
    right: 16.6666666667%; }
  .pull-lg-3 {
    right: 25%; }
  .pull-lg-4 {
    right: 33.3333333333%; }
  .pull-lg-5 {
    right: 41.6666666667%; }
  .pull-lg-6 {
    right: 50%; }
  .pull-lg-7 {
    right: 58.3333333333%; }
  .pull-lg-8 {
    right: 66.6666666667%; }
  .pull-lg-9 {
    right: 75%; }
  .pull-lg-10 {
    right: 83.3333333333%; }
  .pull-lg-11 {
    right: 91.6666666667%; }
  .pull-lg-12 {
    right: 100%; }
  .push-lg-0 {
    left: auto; }
  .push-lg-1 {
    left: 8.3333333333%; }
  .push-lg-2 {
    left: 16.6666666667%; }
  .push-lg-3 {
    left: 25%; }
  .push-lg-4 {
    left: 33.3333333333%; }
  .push-lg-5 {
    left: 41.6666666667%; }
  .push-lg-6 {
    left: 50%; }
  .push-lg-7 {
    left: 58.3333333333%; }
  .push-lg-8 {
    left: 66.6666666667%; }
  .push-lg-9 {
    left: 75%; }
  .push-lg-10 {
    left: 83.3333333333%; }
  .push-lg-11 {
    left: 91.6666666667%; }
  .push-lg-12 {
    left: 100%; }
  .offset-lg-0 {
    margin-left: 0%; }
  .offset-lg-1 {
    margin-left: 8.3333333333%; }
  .offset-lg-2 {
    margin-left: 16.6666666667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.3333333333%; }
  .offset-lg-5 {
    margin-left: 41.6666666667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.3333333333%; }
  .offset-lg-8 {
    margin-left: 66.6666666667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.3333333333%; }
  .offset-lg-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 1441px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .pull-xl-0 {
    right: auto; }
  .pull-xl-1 {
    right: 8.3333333333%; }
  .pull-xl-2 {
    right: 16.6666666667%; }
  .pull-xl-3 {
    right: 25%; }
  .pull-xl-4 {
    right: 33.3333333333%; }
  .pull-xl-5 {
    right: 41.6666666667%; }
  .pull-xl-6 {
    right: 50%; }
  .pull-xl-7 {
    right: 58.3333333333%; }
  .pull-xl-8 {
    right: 66.6666666667%; }
  .pull-xl-9 {
    right: 75%; }
  .pull-xl-10 {
    right: 83.3333333333%; }
  .pull-xl-11 {
    right: 91.6666666667%; }
  .pull-xl-12 {
    right: 100%; }
  .push-xl-0 {
    left: auto; }
  .push-xl-1 {
    left: 8.3333333333%; }
  .push-xl-2 {
    left: 16.6666666667%; }
  .push-xl-3 {
    left: 25%; }
  .push-xl-4 {
    left: 33.3333333333%; }
  .push-xl-5 {
    left: 41.6666666667%; }
  .push-xl-6 {
    left: 50%; }
  .push-xl-7 {
    left: 58.3333333333%; }
  .push-xl-8 {
    left: 66.6666666667%; }
  .push-xl-9 {
    left: 75%; }
  .push-xl-10 {
    left: 83.3333333333%; }
  .push-xl-11 {
    left: 91.6666666667%; }
  .push-xl-12 {
    left: 100%; }
  .offset-xl-0 {
    margin-left: 0%; }
  .offset-xl-1 {
    margin-left: 8.3333333333%; }
  .offset-xl-2 {
    margin-left: 16.6666666667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.3333333333%; }
  .offset-xl-5 {
    margin-left: 41.6666666667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.3333333333%; }
  .offset-xl-8 {
    margin-left: 66.6666666667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.3333333333%; }
  .offset-xl-11 {
    margin-left: 91.6666666667%; } }

.container,
.container-full {
  padding-left: 60px;
  padding-right: 60px; }
  @media (max-width: 1189px) {
    .container,
    .container-full {
      padding-left: 30px;
      padding-right: 30px; } }

.container-fluid,
.container-fluid-right,
.container-fluid-left {
  margin-right: 0;
  margin-left: 0;
  padding-right: 60px;
  padding-left: 60px; }
  @media (max-width: 1189px) {
    .container-fluid,
    .container-fluid-right,
    .container-fluid-left {
      padding-left: 30px;
      padding-right: 30px; } }
  @media screen and (min-width: 1760px) {
    .container-fluid,
    .container-fluid-right,
    .container-fluid-left {
      padding-right: calc(50% - 820px);
      padding-left: calc(50% - 820px); } }

.container-fluid-split {
  display: flex;
  flex-direction: column; }

@media (min-width: 920px) {
  .container-fluid-split {
    flex-direction: row; }
  .container-fluid-left {
    width: 50%;
    margin-right: auto;
    padding-right: 0; }
  .container-fluid-right {
    width: 50%;
    margin-left: auto;
    padding-left: 0; } }

.max-1 {
  max-width: 136.6666666667px; }

.max-2 {
  max-width: 273.3333333333px; }

.max-3 {
  max-width: 410px; }

.max-4 {
  max-width: 546.6666666667px; }

.max-5 {
  max-width: 683.3333333333px; }

.max-6 {
  max-width: 820px; }

.max-7 {
  max-width: 956.6666666667px; }

.max-8 {
  max-width: 1093.3333333333px; }

.max-9 {
  max-width: 1230px; }

.max-10 {
  max-width: 1366.6666666667px; }

.max-11 {
  max-width: 1503.3333333333px; }

.max-12 {
  max-width: 1640px; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #eceeef; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #eceeef; }
  .table tbody + tbody {
    border-top: 2px solid #eceeef; }
  .table .table {
    background-color: #ffffff; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #eceeef; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #eceeef; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075); }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #dff0d8; }

.table-hover .table-success:hover {
  background-color: #d0e9c6; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #d0e9c6; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #d9edf7; }

.table-hover .table-info:hover {
  background-color: #c4e3f3; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #c4e3f3; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fcf8e3; }

.table-hover .table-warning:hover {
  background-color: #faf2cc; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #faf2cc; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f2dede; }

.table-hover .table-danger:hover {
  background-color: #ebcccc; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #ebcccc; }

.thead-inverse th {
  color: #ffffff;
  background-color: #292b2c; }

.thead-default th {
  color: #464a4c;
  background-color: #eceeef; }

.table-inverse {
  color: #ffffff;
  background-color: #292b2c; }
  .table-inverse th,
  .table-inverse td,
  .table-inverse thead th {
    border-color: #ffffff; }
  .table-inverse.table-bordered {
    border: 0; }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar; }
  .table-responsive.table-bordered {
    border: 0; }

.btn {
  display: inline-block;
  font-weight: bold;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 1rem 3.4rem;
  font-size: 1rem;
  border-radius: 999px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .btn:focus, .btn:hover {
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 2px rgba(213, 43, 30, 0.25);
            box-shadow: 0 0 0 2px rgba(213, 43, 30, 0.25); }
  .btn.disabled, .btn:disabled {
    cursor: not-allowed;
    opacity: .65; }
  .btn:active, .btn.active {
    background-image: none; }

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-primary {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000; }
  .btn-primary:hover {
    color: #ffffff;
    opacity: 0.75;
    text-decoration: none; }
  .btn-primary:focus, .btn-primary.focus {
    color: #ffffff;
    -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    background-color: #000000;
    border-color: #000000; }
  .btn-primary:active, .btn-primary.active,
  .show > .btn-primary.dropdown-toggle {
    color: #ffffff;
    opacity: 0.75; }

.btn-secondary {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000; }
  .btn-secondary:hover {
    color: #ffffff;
    opacity: 0.75;
    text-decoration: none; }
  .btn-secondary:focus, .btn-secondary.focus {
    color: #ffffff;
    -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    background-color: #000000;
    border-color: #000000; }
  .btn-secondary:active, .btn-secondary.active,
  .show > .btn-secondary.dropdown-toggle {
    color: #ffffff;
    opacity: 0.75; }

.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #5bc0de; }
  .btn-info:hover {
    color: #ffffff;
    opacity: 0.75;
    text-decoration: none; }
  .btn-info:focus, .btn-info.focus {
    color: #ffffff;
    -webkit-box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5);
            box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    background-color: #5bc0de;
    border-color: #5bc0de; }
  .btn-info:active, .btn-info.active,
  .show > .btn-info.dropdown-toggle {
    color: #ffffff;
    opacity: 0.75; }

.btn-success {
  color: #ffffff;
  background-color: #00ac3e;
  border-color: #00ac3e; }
  .btn-success:hover {
    color: #ffffff;
    opacity: 0.75;
    text-decoration: none; }
  .btn-success:focus, .btn-success.focus {
    color: #ffffff;
    -webkit-box-shadow: 0 0 0 2px rgba(0, 172, 62, 0.5);
            box-shadow: 0 0 0 2px rgba(0, 172, 62, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    background-color: #00ac3e;
    border-color: #00ac3e; }
  .btn-success:active, .btn-success.active,
  .show > .btn-success.dropdown-toggle {
    color: #ffffff;
    opacity: 0.75; }

.btn-warning {
  color: #000000;
  background-color: #ed7000;
  border-color: #ed7000; }
  .btn-warning:hover {
    color: #000000;
    opacity: 0.75;
    text-decoration: none; }
  .btn-warning:focus, .btn-warning.focus {
    color: #000000;
    -webkit-box-shadow: 0 0 0 2px rgba(237, 112, 0, 0.5);
            box-shadow: 0 0 0 2px rgba(237, 112, 0, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    background-color: #ed7000;
    border-color: #ed7000; }
  .btn-warning:active, .btn-warning.active,
  .show > .btn-warning.dropdown-toggle {
    color: #000000;
    opacity: 0.75; }

.btn-danger {
  color: #ffffff;
  background-color: #f7524c;
  border-color: #f7524c; }
  .btn-danger:hover {
    color: #ffffff;
    opacity: 0.75;
    text-decoration: none; }
  .btn-danger:focus, .btn-danger.focus {
    color: #ffffff;
    -webkit-box-shadow: 0 0 0 2px rgba(247, 82, 76, 0.5);
            box-shadow: 0 0 0 2px rgba(247, 82, 76, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    background-color: #f7524c;
    border-color: #f7524c; }
  .btn-danger:active, .btn-danger.active,
  .show > .btn-danger.dropdown-toggle {
    color: #ffffff;
    opacity: 0.75; }

.btn-outline-primary {
  color: #000000;
  background-image: none;
  background-color: transparent;
  border-color: #000000; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #000000;
    border-color: #000000; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #000000;
    background-color: transparent; }
  .btn-outline-primary:active, .btn-outline-primary.active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #000000;
    border-color: #000000; }

.btn-outline-secondary {
  color: #000000;
  background-image: none;
  background-color: transparent;
  border-color: #000000; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #000000;
    border-color: #000000; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #000000;
    background-color: transparent; }
  .btn-outline-secondary:active, .btn-outline-secondary.active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #000000;
    border-color: #000000; }

.btn-outline-info {
  color: #5bc0de;
  background-image: none;
  background-color: transparent;
  border-color: #5bc0de; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    -webkit-box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5);
            box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #5bc0de;
    background-color: transparent; }
  .btn-outline-info:active, .btn-outline-info.active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de; }

.btn-outline-success {
  color: #00ac3e;
  background-image: none;
  background-color: transparent;
  border-color: #00ac3e; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #00ac3e;
    border-color: #00ac3e; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    -webkit-box-shadow: 0 0 0 2px rgba(0, 172, 62, 0.5);
            box-shadow: 0 0 0 2px rgba(0, 172, 62, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #00ac3e;
    background-color: transparent; }
  .btn-outline-success:active, .btn-outline-success.active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #00ac3e;
    border-color: #00ac3e; }

.btn-outline-warning {
  color: #ed7000;
  background-image: none;
  background-color: transparent;
  border-color: #ed7000; }
  .btn-outline-warning:hover {
    color: #fff;
    background-color: #ed7000;
    border-color: #ed7000; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    -webkit-box-shadow: 0 0 0 2px rgba(237, 112, 0, 0.5);
            box-shadow: 0 0 0 2px rgba(237, 112, 0, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ed7000;
    background-color: transparent; }
  .btn-outline-warning:active, .btn-outline-warning.active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #fff;
    background-color: #ed7000;
    border-color: #ed7000; }

.btn-outline-danger {
  color: #f7524c;
  background-image: none;
  background-color: transparent;
  border-color: #f7524c; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #f7524c;
    border-color: #f7524c; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    -webkit-box-shadow: 0 0 0 2px rgba(247, 82, 76, 0.5);
            box-shadow: 0 0 0 2px rgba(247, 82, 76, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #f7524c;
    background-color: transparent; }
  .btn-outline-danger:active, .btn-outline-danger.active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #f7524c;
    border-color: #f7524c; }

.btn-link {
  font-weight: normal;
  color: #0088cc;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled {
    background-color: transparent; }
  .btn-link, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover {
    border-color: transparent; }
  .btn-link:focus, .btn-link:hover {
    color: #005580;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link:disabled {
    color: #bfc1c2; }
    .btn-link:disabled:focus, .btn-link:disabled:hover {
      text-decoration: none; }

.btn-lg {
  padding: 1.2rem 3.8rem;
  font-size: 1.25rem;
  border-radius: 999px; }

.btn-sm {
  padding: 0.85rem 2rem;
  font-size: 0.875rem;
  border-radius: 999px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.lights-out .btn-primary {
  color: #000000;
  background-color: #ffffff;
  border-color: #ffffff; }
  .lights-out .btn-primary:hover {
    color: #000000;
    opacity: 0.75;
    text-decoration: none; }
  .lights-out .btn-primary:focus, .lights-out .btn-primary.focus {
    color: #000000;
    -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5);
            box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5); }
  .lights-out .btn-primary.disabled, .lights-out .btn-primary:disabled {
    background-color: #ffffff;
    border-color: #ffffff; }
  .lights-out .btn-primary:active, .lights-out .btn-primary.active,
  .show > .lights-out .btn-primary.dropdown-toggle {
    color: #000000;
    opacity: 0.75; }

.lights-out .btn-outline-primary {
  color: #ffffff;
  background-image: none;
  background-color: transparent;
  border-color: #ffffff; }
  .lights-out .btn-outline-primary:hover {
    color: #000000;
    background-color: #ffffff;
    border-color: #ffffff; }
  .lights-out .btn-outline-primary:focus, .lights-out .btn-outline-primary.focus {
    -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5);
            box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5); }
  .lights-out .btn-outline-primary.disabled, .lights-out .btn-outline-primary:disabled {
    color: #ffffff;
    background-color: transparent; }
  .lights-out .btn-outline-primary:active, .lights-out .btn-outline-primary.active,
  .show > .lights-out .btn-outline-primary.dropdown-toggle {
    color: #000000;
    background-color: #ffffff;
    border-color: #ffffff; }

.lights-out .btn-secondary {
  color: #000000;
  background-color: #ffffff;
  border-color: #ffffff; }
  .lights-out .btn-secondary:hover {
    color: #000000;
    opacity: 0.75;
    text-decoration: none; }
  .lights-out .btn-secondary:focus, .lights-out .btn-secondary.focus {
    color: #000000;
    -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5);
            box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5); }
  .lights-out .btn-secondary.disabled, .lights-out .btn-secondary:disabled {
    background-color: #ffffff;
    border-color: #ffffff; }
  .lights-out .btn-secondary:active, .lights-out .btn-secondary.active,
  .show > .lights-out .btn-secondary.dropdown-toggle {
    color: #000000;
    opacity: 0.75; }

.lights-out .btn-outline-secondary {
  color: #ffffff;
  background-image: none;
  background-color: transparent;
  border-color: #ffffff; }
  .lights-out .btn-outline-secondary:hover {
    color: #000000;
    background-color: #ffffff;
    border-color: #ffffff; }
  .lights-out .btn-outline-secondary:focus, .lights-out .btn-outline-secondary.focus {
    -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5);
            box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5); }
  .lights-out .btn-outline-secondary.disabled, .lights-out .btn-outline-secondary:disabled {
    color: #ffffff;
    background-color: transparent; }
  .lights-out .btn-outline-secondary:active, .lights-out .btn-outline-secondary.active,
  .show > .lights-out .btn-outline-secondary.dropdown-toggle {
    color: #000000;
    background-color: #ffffff;
    border-color: #ffffff; }

button, [aria-role="button"] {
  cursor: pointer; }

.btn {
  font-size: 1rem; }

.btn-sm {
  font-size: 1rem; }

.btn-lg {
  font-size: 1rem; }

a.btn-primary:focus {
  color: #ffffff; }

a.btn-secondary:focus {
  color: #ffffff; }

a.btn-info:focus {
  color: #ffffff; }

a.btn-success:focus {
  color: #ffffff; }

a.btn-warning:focus {
  color: #000000; }

a.btn-danger:focus {
  color: #ffffff; }

.btn-symbol {
  display: block;
  width: 5rem;
  height: 5rem;
  color: #000000;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s; }
  .lights-out .btn-symbol {
    color: #ffffff; }
  .btn-symbol:hover {
    opacity: 0.67; }
  .btn-symbol svg {
    display: block;
    width: 100%;
    height: 100%; }

.btn-symbol-sm {
  width: 2.6rem;
  height: 2.6rem; }

.btn-symbol-md {
  width: 6.25rem;
  height: 6.25rem; }

.btn-symbol-lg {
  width: 8.75rem;
  height: 8.75rem; }

@media (max-width: 689px) {
  .btn {
    display: block;
    padding: 1rem; }
    .btn.btn-lg {
      padding: 1.2rem; } }

.breadcrumb {
  color: #000000; }
  .breadcrumb a {
    color: #000000;
    border-bottom: 1px solid #000000; }
  .breadcrumb a:focus,
  .breadcrumb a:hover,
  .breadcrumb a:active {
    text-decoration: none;
    color: #0088cc;
    border-bottom: 1px solid #0088cc; }
  .breadcrumb:not(:last-child)::after {
    -webkit-transition: all 0.15s;
    transition: all 0.15s;
    content: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 10'%3E%3Cpolyline points='1,1 5,5 1,9' fill='none' stroke='%23000000' stroke-width='1' /%3E%3C/svg%3E");
    height: 1.1em;
    width: 0.66em;
    vertical-align: -0.25em;
    margin-left: 0.6em;
    margin-right: 0.6em;
    display: inline-block; }

.nav {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5em 1em; }
  .nav-link:focus, .nav-link:hover {
    text-decoration: none; }
  .nav-link.disabled {
    color: #bfc1c2;
    cursor: not-allowed; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-right-radius: 0.25rem;
    border-top-left-radius: 0.25rem; }
    .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
      border-color: #eceeef #eceeef #ddd; }
    .nav-tabs .nav-link.disabled {
      color: #bfc1c2;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #464a4c;
    background-color: #ffffff;
    border-color: #ddd #ddd #ffffff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0.25rem; }

.nav-pills .nav-link.active,
.nav-pills .nav-item.show .nav-link {
  color: #ffffff;
  cursor: default;
  background-color: #d52b1e; }

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item {
  flex: 1 1 100%;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0; }

.card-block {
  flex: 1 1 auto;
  padding: 1.25rem; }

.card-title {
  margin-bottom: 0.75rem; }

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1.25rem; }

.card > .list-group:first-child .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: #f7f7f9;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .card-header:first-child {
    border-radius: calc(0 - 1px) calc(0 - 1px) 0 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: #f7f7f9;
  border-top: 1px solid rgba(0, 0, 0, 0.125); }
  .card-footer:last-child {
    border-radius: 0 0 calc(0 - 1px) calc(0 - 1px); }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-primary {
  background-color: #d52b1e;
  border-color: #d52b1e; }
  .card-primary .card-header,
  .card-primary .card-footer {
    background-color: transparent; }

.card-success {
  background-color: #00ac3e;
  border-color: #00ac3e; }
  .card-success .card-header,
  .card-success .card-footer {
    background-color: transparent; }

.card-info {
  background-color: #5bc0de;
  border-color: #5bc0de; }
  .card-info .card-header,
  .card-info .card-footer {
    background-color: transparent; }

.card-warning {
  background-color: #ed7000;
  border-color: #ed7000; }
  .card-warning .card-header,
  .card-warning .card-footer {
    background-color: transparent; }

.card-danger {
  background-color: #f7524c;
  border-color: #f7524c; }
  .card-danger .card-header,
  .card-danger .card-footer {
    background-color: transparent; }

.card-outline-primary {
  background-color: transparent;
  border-color: #000000; }
  .card-outline-primary .card-page-link {
    color: transparent; }

.card-outline-secondary {
  background-color: transparent;
  border-color: #000000; }
  .card-outline-secondary .card-page-link {
    color: transparent; }

.card-outline-info {
  background-color: transparent;
  border-color: #5bc0de; }
  .card-outline-info .card-page-link {
    color: transparent; }

.card-outline-success {
  background-color: transparent;
  border-color: #00ac3e; }
  .card-outline-success .card-page-link {
    color: transparent; }

.card-outline-warning {
  background-color: transparent;
  border-color: #ed7000; }
  .card-outline-warning .card-page-link {
    color: transparent; }

.card-outline-danger {
  background-color: transparent;
  border-color: #f7524c; }
  .card-outline-danger .card-page-link {
    color: transparent; }

.card-inverse {
  color: rgba(255, 255, 255, 0.65); }
  .card-inverse .card-header,
  .card-inverse .card-footer {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.2); }
  .card-inverse .card-header,
  .card-inverse .card-footer,
  .card-inverse .card-title,
  .card-inverse .card-blockquote {
    color: #fff; }
  .card-inverse .card-link,
  .card-inverse .card-text,
  .card-inverse .card-subtitle,
  .card-inverse .card-blockquote .blockquote-footer {
    color: rgba(255, 255, 255, 0.65); }
  .card-inverse .card-link:focus, .card-inverse .card-link:hover {
    color: #ffffff; }

.card-blockquote {
  padding: 0;
  margin-bottom: 0;
  border-left: 0; }

.card-img {
  border-radius: calc(0 - 1px); }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img-top {
  border-top-right-radius: calc(0 - 1px);
  border-top-left-radius: calc(0 - 1px); }

.card-img-bottom {
  border-bottom-right-radius: calc(0 - 1px);
  border-bottom-left-radius: calc(0 - 1px); }

@media (min-width: 690px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap; }
    .card-deck .card {
      display: flex;
      flex: 1 0 0;
      flex-direction: column; }
      .card-deck .card:not(:first-child) {
        margin-left: 10px; }
      .card-deck .card:not(:last-child) {
        margin-right: 10px; } }

@media (min-width: 690px) {
  .card-group {
    display: flex;
    flex-flow: row wrap; }
    .card-group .card {
      flex: 1 0 0; }
      .card-group .card + .card {
        margin-left: 0;
        border-left: 0; }
      .card-group .card:first-child {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0; }
        .card-group .card:first-child .card-img-top {
          border-top-right-radius: 0; }
        .card-group .card:first-child .card-img-bottom {
          border-bottom-right-radius: 0; }
      .card-group .card:last-child {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0; }
        .card-group .card:last-child .card-img-top {
          border-top-left-radius: 0; }
        .card-group .card:last-child .card-img-bottom {
          border-bottom-left-radius: 0; }
      .card-group .card:not(:first-child):not(:last-child) {
        border-radius: 0; }
        .card-group .card:not(:first-child):not(:last-child) .card-img-top,
        .card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
          border-radius: 0; } }

@media (min-width: 690px) {
  .card-columns {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem; }
    .card-columns .card {
      display: inline-block;
      width: 100%;
      margin-bottom: 0.75rem; } }

.media {
  display: flex;
  align-items: flex-start; }

.media-body {
  flex: 1; }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

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

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-faded {
  background-color: #f7f7f7; }

.bg-primary {
  background-color: #d52b1e !important; }

a.bg-primary:focus, a.bg-primary:hover {
  background-color: #a82218 !important; }

.bg-success {
  background-color: #00ac3e !important; }

a.bg-success:focus, a.bg-success:hover {
  background-color: #00792c !important; }

.bg-info {
  background-color: #5bc0de !important; }

a.bg-info:focus, a.bg-info:hover {
  background-color: #31b0d5 !important; }

.bg-warning {
  background-color: #ed7000 !important; }

a.bg-warning:focus, a.bg-warning:hover {
  background-color: #ba5800 !important; }

.bg-danger {
  background-color: #f7524c !important; }

a.bg-danger:focus, a.bg-danger:hover {
  background-color: #f5231b !important; }

.bg-inverse {
  background-color: #292b2c !important; }

a.bg-inverse:focus, a.bg-inverse:hover {
  background-color: #101112 !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.rounded {
  border-radius: 0.25rem; }

.rounded-top {
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem; }

.rounded-right {
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.rounded-left {
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem; }

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

.rounded-0 {
  border-radius: 0; }

.clearfix::after {
  display: block;
  content: "";
  clear: both; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 690px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 920px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1190px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1441px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

.flex-first {
  order: -1; }

.flex-last {
  order: 1; }

.flex-unordered {
  order: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.align-self-auto {
  -ms-grid-row-align: auto !important;
      align-self: auto !important; }

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

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

.align-self-center {
  -ms-grid-row-align: center !important;
      align-self: center !important; }

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

.align-self-stretch {
  -ms-grid-row-align: stretch !important;
      align-self: stretch !important; }

@media (min-width: 690px) {
  .flex-sm-first {
    order: -1; }
  .flex-sm-last {
    order: 1; }
  .flex-sm-unordered {
    order: 0; }
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-grid-row-align: auto !important;
        align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-grid-row-align: center !important;
        align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 920px) {
  .flex-md-first {
    order: -1; }
  .flex-md-last {
    order: 1; }
  .flex-md-unordered {
    order: 0; }
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    -ms-grid-row-align: auto !important;
        align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    -ms-grid-row-align: center !important;
        align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 1190px) {
  .flex-lg-first {
    order: -1; }
  .flex-lg-last {
    order: 1; }
  .flex-lg-unordered {
    order: 0; }
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-grid-row-align: auto !important;
        align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-grid-row-align: center !important;
        align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 1441px) {
  .flex-xl-first {
    order: -1; }
  .flex-xl-last {
    order: 1; }
  .flex-xl-unordered {
    order: 0; }
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-grid-row-align: auto !important;
        align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-grid-row-align: center !important;
        align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important; } }

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

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

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

@media (min-width: 690px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 920px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 1190px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1441px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1030; }

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

.w-5 {
  width: 5% !important; }

.w-10 {
  width: 10% !important; }

.w-15 {
  width: 15% !important; }

.w-20 {
  width: 20% !important; }

.w-25 {
  width: 25% !important; }

.w-30 {
  width: 30% !important; }

.w-35 {
  width: 35% !important; }

.w-40 {
  width: 40% !important; }

.w-45 {
  width: 45% !important; }

.w-50 {
  width: 50% !important; }

.w-55 {
  width: 55% !important; }

.w-60 {
  width: 60% !important; }

.w-65 {
  width: 65% !important; }

.w-70 {
  width: 70% !important; }

.w-75 {
  width: 75% !important; }

.w-80 {
  width: 80% !important; }

.w-85 {
  width: 85% !important; }

.w-90 {
  width: 90% !important; }

.w-95 {
  width: 95% !important; }

.w-100 {
  width: 100% !important; }

.h-5 {
  height: 5% !important; }

.h-10 {
  height: 10% !important; }

.h-15 {
  height: 15% !important; }

.h-20 {
  height: 20% !important; }

.h-25 {
  height: 25% !important; }

.h-30 {
  height: 30% !important; }

.h-35 {
  height: 35% !important; }

.h-40 {
  height: 40% !important; }

.h-45 {
  height: 45% !important; }

.h-50 {
  height: 50% !important; }

.h-55 {
  height: 55% !important; }

.h-60 {
  height: 60% !important; }

.h-65 {
  height: 65% !important; }

.h-70 {
  height: 70% !important; }

.h-75 {
  height: 75% !important; }

.h-80 {
  height: 80% !important; }

.h-85 {
  height: 85% !important; }

.h-90 {
  height: 90% !important; }

.h-95 {
  height: 95% !important; }

.h-100 {
  height: 100% !important; }

.mw-100 {
  max-width: 100% !important; }

.mw-60 {
  max-width: 60% !important; }

.mw-40 {
  max-width: 40% !important; }

.mh-100 {
  max-height: 100% !important; }

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

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

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

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

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

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

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

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

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

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

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

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

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important; }

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important; }

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

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

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

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

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

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important; }

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important; }

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

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

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

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

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

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important; }

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

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

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

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

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

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

.mx-4 {
  margin-right: 1.4rem !important;
  margin-left: 1.4rem !important; }

.my-4 {
  margin-top: 1.4rem !important;
  margin-bottom: 1.4rem !important; }

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

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

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

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

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

.mx-5 {
  margin-right: 2rem !important;
  margin-left: 2rem !important; }

.my-5 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important; }

.m-6 {
  margin: 2.8rem 2.8rem !important; }

.mt-6 {
  margin-top: 2.8rem !important; }

.mr-6 {
  margin-right: 2.8rem !important; }

.mb-6 {
  margin-bottom: 2.8rem !important; }

.ml-6 {
  margin-left: 2.8rem !important; }

.mx-6 {
  margin-right: 2.8rem !important;
  margin-left: 2.8rem !important; }

.my-6 {
  margin-top: 2.8rem !important;
  margin-bottom: 2.8rem !important; }

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

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

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

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

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

.mx-7 {
  margin-right: 4rem !important;
  margin-left: 4rem !important; }

.my-7 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important; }

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

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

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

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

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

.mx-8 {
  margin-right: 5.7rem !important;
  margin-left: 5.7rem !important; }

.my-8 {
  margin-top: 5.7rem !important;
  margin-bottom: 5.7rem !important; }

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

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

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

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

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

.mx-9 {
  margin-right: 8rem !important;
  margin-left: 8rem !important; }

.my-9 {
  margin-top: 8rem !important;
  margin-bottom: 8rem !important; }

.m-10 {
  margin: 11.3rem 11.3rem !important; }

.mt-10 {
  margin-top: 11.3rem !important; }

.mr-10 {
  margin-right: 11.3rem !important; }

.mb-10 {
  margin-bottom: 11.3rem !important; }

.ml-10 {
  margin-left: 11.3rem !important; }

.mx-10 {
  margin-right: 11.3rem !important;
  margin-left: 11.3rem !important; }

.my-10 {
  margin-top: 11.3rem !important;
  margin-bottom: 11.3rem !important; }

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

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

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

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

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

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

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

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

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

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

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

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

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important; }

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important; }

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

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

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

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

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

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important; }

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important; }

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

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

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

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

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

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important; }

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

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

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

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

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

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

.px-4 {
  padding-right: 1.4rem !important;
  padding-left: 1.4rem !important; }

.py-4 {
  padding-top: 1.4rem !important;
  padding-bottom: 1.4rem !important; }

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

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

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

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

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

.px-5 {
  padding-right: 2rem !important;
  padding-left: 2rem !important; }

.py-5 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important; }

.p-6 {
  padding: 2.8rem 2.8rem !important; }

.pt-6 {
  padding-top: 2.8rem !important; }

.pr-6 {
  padding-right: 2.8rem !important; }

.pb-6 {
  padding-bottom: 2.8rem !important; }

.pl-6 {
  padding-left: 2.8rem !important; }

.px-6 {
  padding-right: 2.8rem !important;
  padding-left: 2.8rem !important; }

.py-6 {
  padding-top: 2.8rem !important;
  padding-bottom: 2.8rem !important; }

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

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

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

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

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

.px-7 {
  padding-right: 4rem !important;
  padding-left: 4rem !important; }

.py-7 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important; }

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

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

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

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

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

.px-8 {
  padding-right: 5.7rem !important;
  padding-left: 5.7rem !important; }

.py-8 {
  padding-top: 5.7rem !important;
  padding-bottom: 5.7rem !important; }

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

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

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

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

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

.px-9 {
  padding-right: 8rem !important;
  padding-left: 8rem !important; }

.py-9 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important; }

.p-10 {
  padding: 11.3rem 11.3rem !important; }

.pt-10 {
  padding-top: 11.3rem !important; }

.pr-10 {
  padding-right: 11.3rem !important; }

.pb-10 {
  padding-bottom: 11.3rem !important; }

.pl-10 {
  padding-left: 11.3rem !important; }

.px-10 {
  padding-right: 11.3rem !important;
  padding-left: 11.3rem !important; }

.py-10 {
  padding-top: 11.3rem !important;
  padding-bottom: 11.3rem !important; }

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

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

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

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

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

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

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

@media (min-width: 690px) {
  .m-sm-0 {
    margin: 0 0 !important; }
  .mt-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0 {
    margin-left: 0 !important; }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem 0.25rem !important; }
  .mt-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1 {
    margin-left: 0.25rem !important; }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem 0.5rem !important; }
  .mt-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2 {
    margin-left: 0.5rem !important; }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem 1rem !important; }
  .mt-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3 {
    margin-left: 1rem !important; }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .m-sm-4 {
    margin: 1.4rem 1.4rem !important; }
  .mt-sm-4 {
    margin-top: 1.4rem !important; }
  .mr-sm-4 {
    margin-right: 1.4rem !important; }
  .mb-sm-4 {
    margin-bottom: 1.4rem !important; }
  .ml-sm-4 {
    margin-left: 1.4rem !important; }
  .mx-sm-4 {
    margin-right: 1.4rem !important;
    margin-left: 1.4rem !important; }
  .my-sm-4 {
    margin-top: 1.4rem !important;
    margin-bottom: 1.4rem !important; }
  .m-sm-5 {
    margin: 2rem 2rem !important; }
  .mt-sm-5 {
    margin-top: 2rem !important; }
  .mr-sm-5 {
    margin-right: 2rem !important; }
  .mb-sm-5 {
    margin-bottom: 2rem !important; }
  .ml-sm-5 {
    margin-left: 2rem !important; }
  .mx-sm-5 {
    margin-right: 2rem !important;
    margin-left: 2rem !important; }
  .my-sm-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important; }
  .m-sm-6 {
    margin: 2.8rem 2.8rem !important; }
  .mt-sm-6 {
    margin-top: 2.8rem !important; }
  .mr-sm-6 {
    margin-right: 2.8rem !important; }
  .mb-sm-6 {
    margin-bottom: 2.8rem !important; }
  .ml-sm-6 {
    margin-left: 2.8rem !important; }
  .mx-sm-6 {
    margin-right: 2.8rem !important;
    margin-left: 2.8rem !important; }
  .my-sm-6 {
    margin-top: 2.8rem !important;
    margin-bottom: 2.8rem !important; }
  .m-sm-7 {
    margin: 4rem 4rem !important; }
  .mt-sm-7 {
    margin-top: 4rem !important; }
  .mr-sm-7 {
    margin-right: 4rem !important; }
  .mb-sm-7 {
    margin-bottom: 4rem !important; }
  .ml-sm-7 {
    margin-left: 4rem !important; }
  .mx-sm-7 {
    margin-right: 4rem !important;
    margin-left: 4rem !important; }
  .my-sm-7 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important; }
  .m-sm-8 {
    margin: 5.7rem 5.7rem !important; }
  .mt-sm-8 {
    margin-top: 5.7rem !important; }
  .mr-sm-8 {
    margin-right: 5.7rem !important; }
  .mb-sm-8 {
    margin-bottom: 5.7rem !important; }
  .ml-sm-8 {
    margin-left: 5.7rem !important; }
  .mx-sm-8 {
    margin-right: 5.7rem !important;
    margin-left: 5.7rem !important; }
  .my-sm-8 {
    margin-top: 5.7rem !important;
    margin-bottom: 5.7rem !important; }
  .m-sm-9 {
    margin: 8rem 8rem !important; }
  .mt-sm-9 {
    margin-top: 8rem !important; }
  .mr-sm-9 {
    margin-right: 8rem !important; }
  .mb-sm-9 {
    margin-bottom: 8rem !important; }
  .ml-sm-9 {
    margin-left: 8rem !important; }
  .mx-sm-9 {
    margin-right: 8rem !important;
    margin-left: 8rem !important; }
  .my-sm-9 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important; }
  .m-sm-10 {
    margin: 11.3rem 11.3rem !important; }
  .mt-sm-10 {
    margin-top: 11.3rem !important; }
  .mr-sm-10 {
    margin-right: 11.3rem !important; }
  .mb-sm-10 {
    margin-bottom: 11.3rem !important; }
  .ml-sm-10 {
    margin-left: 11.3rem !important; }
  .mx-sm-10 {
    margin-right: 11.3rem !important;
    margin-left: 11.3rem !important; }
  .my-sm-10 {
    margin-top: 11.3rem !important;
    margin-bottom: 11.3rem !important; }
  .p-sm-0 {
    padding: 0 0 !important; }
  .pt-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0 {
    padding-left: 0 !important; }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem 0.25rem !important; }
  .pt-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1 {
    padding-left: 0.25rem !important; }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem 0.5rem !important; }
  .pt-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2 {
    padding-left: 0.5rem !important; }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem 1rem !important; }
  .pt-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3 {
    padding-left: 1rem !important; }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .p-sm-4 {
    padding: 1.4rem 1.4rem !important; }
  .pt-sm-4 {
    padding-top: 1.4rem !important; }
  .pr-sm-4 {
    padding-right: 1.4rem !important; }
  .pb-sm-4 {
    padding-bottom: 1.4rem !important; }
  .pl-sm-4 {
    padding-left: 1.4rem !important; }
  .px-sm-4 {
    padding-right: 1.4rem !important;
    padding-left: 1.4rem !important; }
  .py-sm-4 {
    padding-top: 1.4rem !important;
    padding-bottom: 1.4rem !important; }
  .p-sm-5 {
    padding: 2rem 2rem !important; }
  .pt-sm-5 {
    padding-top: 2rem !important; }
  .pr-sm-5 {
    padding-right: 2rem !important; }
  .pb-sm-5 {
    padding-bottom: 2rem !important; }
  .pl-sm-5 {
    padding-left: 2rem !important; }
  .px-sm-5 {
    padding-right: 2rem !important;
    padding-left: 2rem !important; }
  .py-sm-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important; }
  .p-sm-6 {
    padding: 2.8rem 2.8rem !important; }
  .pt-sm-6 {
    padding-top: 2.8rem !important; }
  .pr-sm-6 {
    padding-right: 2.8rem !important; }
  .pb-sm-6 {
    padding-bottom: 2.8rem !important; }
  .pl-sm-6 {
    padding-left: 2.8rem !important; }
  .px-sm-6 {
    padding-right: 2.8rem !important;
    padding-left: 2.8rem !important; }
  .py-sm-6 {
    padding-top: 2.8rem !important;
    padding-bottom: 2.8rem !important; }
  .p-sm-7 {
    padding: 4rem 4rem !important; }
  .pt-sm-7 {
    padding-top: 4rem !important; }
  .pr-sm-7 {
    padding-right: 4rem !important; }
  .pb-sm-7 {
    padding-bottom: 4rem !important; }
  .pl-sm-7 {
    padding-left: 4rem !important; }
  .px-sm-7 {
    padding-right: 4rem !important;
    padding-left: 4rem !important; }
  .py-sm-7 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important; }
  .p-sm-8 {
    padding: 5.7rem 5.7rem !important; }
  .pt-sm-8 {
    padding-top: 5.7rem !important; }
  .pr-sm-8 {
    padding-right: 5.7rem !important; }
  .pb-sm-8 {
    padding-bottom: 5.7rem !important; }
  .pl-sm-8 {
    padding-left: 5.7rem !important; }
  .px-sm-8 {
    padding-right: 5.7rem !important;
    padding-left: 5.7rem !important; }
  .py-sm-8 {
    padding-top: 5.7rem !important;
    padding-bottom: 5.7rem !important; }
  .p-sm-9 {
    padding: 8rem 8rem !important; }
  .pt-sm-9 {
    padding-top: 8rem !important; }
  .pr-sm-9 {
    padding-right: 8rem !important; }
  .pb-sm-9 {
    padding-bottom: 8rem !important; }
  .pl-sm-9 {
    padding-left: 8rem !important; }
  .px-sm-9 {
    padding-right: 8rem !important;
    padding-left: 8rem !important; }
  .py-sm-9 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important; }
  .p-sm-10 {
    padding: 11.3rem 11.3rem !important; }
  .pt-sm-10 {
    padding-top: 11.3rem !important; }
  .pr-sm-10 {
    padding-right: 11.3rem !important; }
  .pb-sm-10 {
    padding-bottom: 11.3rem !important; }
  .pl-sm-10 {
    padding-left: 11.3rem !important; }
  .px-sm-10 {
    padding-right: 11.3rem !important;
    padding-left: 11.3rem !important; }
  .py-sm-10 {
    padding-top: 11.3rem !important;
    padding-bottom: 11.3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto {
    margin-left: auto !important; }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; } }

@media (min-width: 920px) {
  .m-md-0 {
    margin: 0 0 !important; }
  .mt-md-0 {
    margin-top: 0 !important; }
  .mr-md-0 {
    margin-right: 0 !important; }
  .mb-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0 {
    margin-left: 0 !important; }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .m-md-1 {
    margin: 0.25rem 0.25rem !important; }
  .mt-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1 {
    margin-left: 0.25rem !important; }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem 0.5rem !important; }
  .mt-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2 {
    margin-left: 0.5rem !important; }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem 1rem !important; }
  .mt-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3 {
    margin-left: 1rem !important; }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .m-md-4 {
    margin: 1.4rem 1.4rem !important; }
  .mt-md-4 {
    margin-top: 1.4rem !important; }
  .mr-md-4 {
    margin-right: 1.4rem !important; }
  .mb-md-4 {
    margin-bottom: 1.4rem !important; }
  .ml-md-4 {
    margin-left: 1.4rem !important; }
  .mx-md-4 {
    margin-right: 1.4rem !important;
    margin-left: 1.4rem !important; }
  .my-md-4 {
    margin-top: 1.4rem !important;
    margin-bottom: 1.4rem !important; }
  .m-md-5 {
    margin: 2rem 2rem !important; }
  .mt-md-5 {
    margin-top: 2rem !important; }
  .mr-md-5 {
    margin-right: 2rem !important; }
  .mb-md-5 {
    margin-bottom: 2rem !important; }
  .ml-md-5 {
    margin-left: 2rem !important; }
  .mx-md-5 {
    margin-right: 2rem !important;
    margin-left: 2rem !important; }
  .my-md-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important; }
  .m-md-6 {
    margin: 2.8rem 2.8rem !important; }
  .mt-md-6 {
    margin-top: 2.8rem !important; }
  .mr-md-6 {
    margin-right: 2.8rem !important; }
  .mb-md-6 {
    margin-bottom: 2.8rem !important; }
  .ml-md-6 {
    margin-left: 2.8rem !important; }
  .mx-md-6 {
    margin-right: 2.8rem !important;
    margin-left: 2.8rem !important; }
  .my-md-6 {
    margin-top: 2.8rem !important;
    margin-bottom: 2.8rem !important; }
  .m-md-7 {
    margin: 4rem 4rem !important; }
  .mt-md-7 {
    margin-top: 4rem !important; }
  .mr-md-7 {
    margin-right: 4rem !important; }
  .mb-md-7 {
    margin-bottom: 4rem !important; }
  .ml-md-7 {
    margin-left: 4rem !important; }
  .mx-md-7 {
    margin-right: 4rem !important;
    margin-left: 4rem !important; }
  .my-md-7 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important; }
  .m-md-8 {
    margin: 5.7rem 5.7rem !important; }
  .mt-md-8 {
    margin-top: 5.7rem !important; }
  .mr-md-8 {
    margin-right: 5.7rem !important; }
  .mb-md-8 {
    margin-bottom: 5.7rem !important; }
  .ml-md-8 {
    margin-left: 5.7rem !important; }
  .mx-md-8 {
    margin-right: 5.7rem !important;
    margin-left: 5.7rem !important; }
  .my-md-8 {
    margin-top: 5.7rem !important;
    margin-bottom: 5.7rem !important; }
  .m-md-9 {
    margin: 8rem 8rem !important; }
  .mt-md-9 {
    margin-top: 8rem !important; }
  .mr-md-9 {
    margin-right: 8rem !important; }
  .mb-md-9 {
    margin-bottom: 8rem !important; }
  .ml-md-9 {
    margin-left: 8rem !important; }
  .mx-md-9 {
    margin-right: 8rem !important;
    margin-left: 8rem !important; }
  .my-md-9 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important; }
  .m-md-10 {
    margin: 11.3rem 11.3rem !important; }
  .mt-md-10 {
    margin-top: 11.3rem !important; }
  .mr-md-10 {
    margin-right: 11.3rem !important; }
  .mb-md-10 {
    margin-bottom: 11.3rem !important; }
  .ml-md-10 {
    margin-left: 11.3rem !important; }
  .mx-md-10 {
    margin-right: 11.3rem !important;
    margin-left: 11.3rem !important; }
  .my-md-10 {
    margin-top: 11.3rem !important;
    margin-bottom: 11.3rem !important; }
  .p-md-0 {
    padding: 0 0 !important; }
  .pt-md-0 {
    padding-top: 0 !important; }
  .pr-md-0 {
    padding-right: 0 !important; }
  .pb-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0 {
    padding-left: 0 !important; }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .p-md-1 {
    padding: 0.25rem 0.25rem !important; }
  .pt-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1 {
    padding-left: 0.25rem !important; }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem 0.5rem !important; }
  .pt-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2 {
    padding-left: 0.5rem !important; }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem 1rem !important; }
  .pt-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3 {
    padding-left: 1rem !important; }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .p-md-4 {
    padding: 1.4rem 1.4rem !important; }
  .pt-md-4 {
    padding-top: 1.4rem !important; }
  .pr-md-4 {
    padding-right: 1.4rem !important; }
  .pb-md-4 {
    padding-bottom: 1.4rem !important; }
  .pl-md-4 {
    padding-left: 1.4rem !important; }
  .px-md-4 {
    padding-right: 1.4rem !important;
    padding-left: 1.4rem !important; }
  .py-md-4 {
    padding-top: 1.4rem !important;
    padding-bottom: 1.4rem !important; }
  .p-md-5 {
    padding: 2rem 2rem !important; }
  .pt-md-5 {
    padding-top: 2rem !important; }
  .pr-md-5 {
    padding-right: 2rem !important; }
  .pb-md-5 {
    padding-bottom: 2rem !important; }
  .pl-md-5 {
    padding-left: 2rem !important; }
  .px-md-5 {
    padding-right: 2rem !important;
    padding-left: 2rem !important; }
  .py-md-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important; }
  .p-md-6 {
    padding: 2.8rem 2.8rem !important; }
  .pt-md-6 {
    padding-top: 2.8rem !important; }
  .pr-md-6 {
    padding-right: 2.8rem !important; }
  .pb-md-6 {
    padding-bottom: 2.8rem !important; }
  .pl-md-6 {
    padding-left: 2.8rem !important; }
  .px-md-6 {
    padding-right: 2.8rem !important;
    padding-left: 2.8rem !important; }
  .py-md-6 {
    padding-top: 2.8rem !important;
    padding-bottom: 2.8rem !important; }
  .p-md-7 {
    padding: 4rem 4rem !important; }
  .pt-md-7 {
    padding-top: 4rem !important; }
  .pr-md-7 {
    padding-right: 4rem !important; }
  .pb-md-7 {
    padding-bottom: 4rem !important; }
  .pl-md-7 {
    padding-left: 4rem !important; }
  .px-md-7 {
    padding-right: 4rem !important;
    padding-left: 4rem !important; }
  .py-md-7 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important; }
  .p-md-8 {
    padding: 5.7rem 5.7rem !important; }
  .pt-md-8 {
    padding-top: 5.7rem !important; }
  .pr-md-8 {
    padding-right: 5.7rem !important; }
  .pb-md-8 {
    padding-bottom: 5.7rem !important; }
  .pl-md-8 {
    padding-left: 5.7rem !important; }
  .px-md-8 {
    padding-right: 5.7rem !important;
    padding-left: 5.7rem !important; }
  .py-md-8 {
    padding-top: 5.7rem !important;
    padding-bottom: 5.7rem !important; }
  .p-md-9 {
    padding: 8rem 8rem !important; }
  .pt-md-9 {
    padding-top: 8rem !important; }
  .pr-md-9 {
    padding-right: 8rem !important; }
  .pb-md-9 {
    padding-bottom: 8rem !important; }
  .pl-md-9 {
    padding-left: 8rem !important; }
  .px-md-9 {
    padding-right: 8rem !important;
    padding-left: 8rem !important; }
  .py-md-9 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important; }
  .p-md-10 {
    padding: 11.3rem 11.3rem !important; }
  .pt-md-10 {
    padding-top: 11.3rem !important; }
  .pr-md-10 {
    padding-right: 11.3rem !important; }
  .pb-md-10 {
    padding-bottom: 11.3rem !important; }
  .pl-md-10 {
    padding-left: 11.3rem !important; }
  .px-md-10 {
    padding-right: 11.3rem !important;
    padding-left: 11.3rem !important; }
  .py-md-10 {
    padding-top: 11.3rem !important;
    padding-bottom: 11.3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto {
    margin-top: auto !important; }
  .mr-md-auto {
    margin-right: auto !important; }
  .mb-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto {
    margin-left: auto !important; }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; } }

@media (min-width: 1190px) {
  .m-lg-0 {
    margin: 0 0 !important; }
  .mt-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0 {
    margin-left: 0 !important; }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem 0.25rem !important; }
  .mt-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1 {
    margin-left: 0.25rem !important; }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem 0.5rem !important; }
  .mt-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2 {
    margin-left: 0.5rem !important; }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem 1rem !important; }
  .mt-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3 {
    margin-left: 1rem !important; }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .m-lg-4 {
    margin: 1.4rem 1.4rem !important; }
  .mt-lg-4 {
    margin-top: 1.4rem !important; }
  .mr-lg-4 {
    margin-right: 1.4rem !important; }
  .mb-lg-4 {
    margin-bottom: 1.4rem !important; }
  .ml-lg-4 {
    margin-left: 1.4rem !important; }
  .mx-lg-4 {
    margin-right: 1.4rem !important;
    margin-left: 1.4rem !important; }
  .my-lg-4 {
    margin-top: 1.4rem !important;
    margin-bottom: 1.4rem !important; }
  .m-lg-5 {
    margin: 2rem 2rem !important; }
  .mt-lg-5 {
    margin-top: 2rem !important; }
  .mr-lg-5 {
    margin-right: 2rem !important; }
  .mb-lg-5 {
    margin-bottom: 2rem !important; }
  .ml-lg-5 {
    margin-left: 2rem !important; }
  .mx-lg-5 {
    margin-right: 2rem !important;
    margin-left: 2rem !important; }
  .my-lg-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important; }
  .m-lg-6 {
    margin: 2.8rem 2.8rem !important; }
  .mt-lg-6 {
    margin-top: 2.8rem !important; }
  .mr-lg-6 {
    margin-right: 2.8rem !important; }
  .mb-lg-6 {
    margin-bottom: 2.8rem !important; }
  .ml-lg-6 {
    margin-left: 2.8rem !important; }
  .mx-lg-6 {
    margin-right: 2.8rem !important;
    margin-left: 2.8rem !important; }
  .my-lg-6 {
    margin-top: 2.8rem !important;
    margin-bottom: 2.8rem !important; }
  .m-lg-7 {
    margin: 4rem 4rem !important; }
  .mt-lg-7 {
    margin-top: 4rem !important; }
  .mr-lg-7 {
    margin-right: 4rem !important; }
  .mb-lg-7 {
    margin-bottom: 4rem !important; }
  .ml-lg-7 {
    margin-left: 4rem !important; }
  .mx-lg-7 {
    margin-right: 4rem !important;
    margin-left: 4rem !important; }
  .my-lg-7 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important; }
  .m-lg-8 {
    margin: 5.7rem 5.7rem !important; }
  .mt-lg-8 {
    margin-top: 5.7rem !important; }
  .mr-lg-8 {
    margin-right: 5.7rem !important; }
  .mb-lg-8 {
    margin-bottom: 5.7rem !important; }
  .ml-lg-8 {
    margin-left: 5.7rem !important; }
  .mx-lg-8 {
    margin-right: 5.7rem !important;
    margin-left: 5.7rem !important; }
  .my-lg-8 {
    margin-top: 5.7rem !important;
    margin-bottom: 5.7rem !important; }
  .m-lg-9 {
    margin: 8rem 8rem !important; }
  .mt-lg-9 {
    margin-top: 8rem !important; }
  .mr-lg-9 {
    margin-right: 8rem !important; }
  .mb-lg-9 {
    margin-bottom: 8rem !important; }
  .ml-lg-9 {
    margin-left: 8rem !important; }
  .mx-lg-9 {
    margin-right: 8rem !important;
    margin-left: 8rem !important; }
  .my-lg-9 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important; }
  .m-lg-10 {
    margin: 11.3rem 11.3rem !important; }
  .mt-lg-10 {
    margin-top: 11.3rem !important; }
  .mr-lg-10 {
    margin-right: 11.3rem !important; }
  .mb-lg-10 {
    margin-bottom: 11.3rem !important; }
  .ml-lg-10 {
    margin-left: 11.3rem !important; }
  .mx-lg-10 {
    margin-right: 11.3rem !important;
    margin-left: 11.3rem !important; }
  .my-lg-10 {
    margin-top: 11.3rem !important;
    margin-bottom: 11.3rem !important; }
  .p-lg-0 {
    padding: 0 0 !important; }
  .pt-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0 {
    padding-left: 0 !important; }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem 0.25rem !important; }
  .pt-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1 {
    padding-left: 0.25rem !important; }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem 0.5rem !important; }
  .pt-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2 {
    padding-left: 0.5rem !important; }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem 1rem !important; }
  .pt-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3 {
    padding-left: 1rem !important; }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .p-lg-4 {
    padding: 1.4rem 1.4rem !important; }
  .pt-lg-4 {
    padding-top: 1.4rem !important; }
  .pr-lg-4 {
    padding-right: 1.4rem !important; }
  .pb-lg-4 {
    padding-bottom: 1.4rem !important; }
  .pl-lg-4 {
    padding-left: 1.4rem !important; }
  .px-lg-4 {
    padding-right: 1.4rem !important;
    padding-left: 1.4rem !important; }
  .py-lg-4 {
    padding-top: 1.4rem !important;
    padding-bottom: 1.4rem !important; }
  .p-lg-5 {
    padding: 2rem 2rem !important; }
  .pt-lg-5 {
    padding-top: 2rem !important; }
  .pr-lg-5 {
    padding-right: 2rem !important; }
  .pb-lg-5 {
    padding-bottom: 2rem !important; }
  .pl-lg-5 {
    padding-left: 2rem !important; }
  .px-lg-5 {
    padding-right: 2rem !important;
    padding-left: 2rem !important; }
  .py-lg-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important; }
  .p-lg-6 {
    padding: 2.8rem 2.8rem !important; }
  .pt-lg-6 {
    padding-top: 2.8rem !important; }
  .pr-lg-6 {
    padding-right: 2.8rem !important; }
  .pb-lg-6 {
    padding-bottom: 2.8rem !important; }
  .pl-lg-6 {
    padding-left: 2.8rem !important; }
  .px-lg-6 {
    padding-right: 2.8rem !important;
    padding-left: 2.8rem !important; }
  .py-lg-6 {
    padding-top: 2.8rem !important;
    padding-bottom: 2.8rem !important; }
  .p-lg-7 {
    padding: 4rem 4rem !important; }
  .pt-lg-7 {
    padding-top: 4rem !important; }
  .pr-lg-7 {
    padding-right: 4rem !important; }
  .pb-lg-7 {
    padding-bottom: 4rem !important; }
  .pl-lg-7 {
    padding-left: 4rem !important; }
  .px-lg-7 {
    padding-right: 4rem !important;
    padding-left: 4rem !important; }
  .py-lg-7 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important; }
  .p-lg-8 {
    padding: 5.7rem 5.7rem !important; }
  .pt-lg-8 {
    padding-top: 5.7rem !important; }
  .pr-lg-8 {
    padding-right: 5.7rem !important; }
  .pb-lg-8 {
    padding-bottom: 5.7rem !important; }
  .pl-lg-8 {
    padding-left: 5.7rem !important; }
  .px-lg-8 {
    padding-right: 5.7rem !important;
    padding-left: 5.7rem !important; }
  .py-lg-8 {
    padding-top: 5.7rem !important;
    padding-bottom: 5.7rem !important; }
  .p-lg-9 {
    padding: 8rem 8rem !important; }
  .pt-lg-9 {
    padding-top: 8rem !important; }
  .pr-lg-9 {
    padding-right: 8rem !important; }
  .pb-lg-9 {
    padding-bottom: 8rem !important; }
  .pl-lg-9 {
    padding-left: 8rem !important; }
  .px-lg-9 {
    padding-right: 8rem !important;
    padding-left: 8rem !important; }
  .py-lg-9 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important; }
  .p-lg-10 {
    padding: 11.3rem 11.3rem !important; }
  .pt-lg-10 {
    padding-top: 11.3rem !important; }
  .pr-lg-10 {
    padding-right: 11.3rem !important; }
  .pb-lg-10 {
    padding-bottom: 11.3rem !important; }
  .pl-lg-10 {
    padding-left: 11.3rem !important; }
  .px-lg-10 {
    padding-right: 11.3rem !important;
    padding-left: 11.3rem !important; }
  .py-lg-10 {
    padding-top: 11.3rem !important;
    padding-bottom: 11.3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto {
    margin-left: auto !important; }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; } }

@media (min-width: 1441px) {
  .m-xl-0 {
    margin: 0 0 !important; }
  .mt-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0 {
    margin-left: 0 !important; }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem 0.25rem !important; }
  .mt-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1 {
    margin-left: 0.25rem !important; }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem 0.5rem !important; }
  .mt-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2 {
    margin-left: 0.5rem !important; }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem 1rem !important; }
  .mt-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3 {
    margin-left: 1rem !important; }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .m-xl-4 {
    margin: 1.4rem 1.4rem !important; }
  .mt-xl-4 {
    margin-top: 1.4rem !important; }
  .mr-xl-4 {
    margin-right: 1.4rem !important; }
  .mb-xl-4 {
    margin-bottom: 1.4rem !important; }
  .ml-xl-4 {
    margin-left: 1.4rem !important; }
  .mx-xl-4 {
    margin-right: 1.4rem !important;
    margin-left: 1.4rem !important; }
  .my-xl-4 {
    margin-top: 1.4rem !important;
    margin-bottom: 1.4rem !important; }
  .m-xl-5 {
    margin: 2rem 2rem !important; }
  .mt-xl-5 {
    margin-top: 2rem !important; }
  .mr-xl-5 {
    margin-right: 2rem !important; }
  .mb-xl-5 {
    margin-bottom: 2rem !important; }
  .ml-xl-5 {
    margin-left: 2rem !important; }
  .mx-xl-5 {
    margin-right: 2rem !important;
    margin-left: 2rem !important; }
  .my-xl-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important; }
  .m-xl-6 {
    margin: 2.8rem 2.8rem !important; }
  .mt-xl-6 {
    margin-top: 2.8rem !important; }
  .mr-xl-6 {
    margin-right: 2.8rem !important; }
  .mb-xl-6 {
    margin-bottom: 2.8rem !important; }
  .ml-xl-6 {
    margin-left: 2.8rem !important; }
  .mx-xl-6 {
    margin-right: 2.8rem !important;
    margin-left: 2.8rem !important; }
  .my-xl-6 {
    margin-top: 2.8rem !important;
    margin-bottom: 2.8rem !important; }
  .m-xl-7 {
    margin: 4rem 4rem !important; }
  .mt-xl-7 {
    margin-top: 4rem !important; }
  .mr-xl-7 {
    margin-right: 4rem !important; }
  .mb-xl-7 {
    margin-bottom: 4rem !important; }
  .ml-xl-7 {
    margin-left: 4rem !important; }
  .mx-xl-7 {
    margin-right: 4rem !important;
    margin-left: 4rem !important; }
  .my-xl-7 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important; }
  .m-xl-8 {
    margin: 5.7rem 5.7rem !important; }
  .mt-xl-8 {
    margin-top: 5.7rem !important; }
  .mr-xl-8 {
    margin-right: 5.7rem !important; }
  .mb-xl-8 {
    margin-bottom: 5.7rem !important; }
  .ml-xl-8 {
    margin-left: 5.7rem !important; }
  .mx-xl-8 {
    margin-right: 5.7rem !important;
    margin-left: 5.7rem !important; }
  .my-xl-8 {
    margin-top: 5.7rem !important;
    margin-bottom: 5.7rem !important; }
  .m-xl-9 {
    margin: 8rem 8rem !important; }
  .mt-xl-9 {
    margin-top: 8rem !important; }
  .mr-xl-9 {
    margin-right: 8rem !important; }
  .mb-xl-9 {
    margin-bottom: 8rem !important; }
  .ml-xl-9 {
    margin-left: 8rem !important; }
  .mx-xl-9 {
    margin-right: 8rem !important;
    margin-left: 8rem !important; }
  .my-xl-9 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important; }
  .m-xl-10 {
    margin: 11.3rem 11.3rem !important; }
  .mt-xl-10 {
    margin-top: 11.3rem !important; }
  .mr-xl-10 {
    margin-right: 11.3rem !important; }
  .mb-xl-10 {
    margin-bottom: 11.3rem !important; }
  .ml-xl-10 {
    margin-left: 11.3rem !important; }
  .mx-xl-10 {
    margin-right: 11.3rem !important;
    margin-left: 11.3rem !important; }
  .my-xl-10 {
    margin-top: 11.3rem !important;
    margin-bottom: 11.3rem !important; }
  .p-xl-0 {
    padding: 0 0 !important; }
  .pt-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0 {
    padding-left: 0 !important; }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem 0.25rem !important; }
  .pt-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1 {
    padding-left: 0.25rem !important; }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem 0.5rem !important; }
  .pt-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2 {
    padding-left: 0.5rem !important; }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem 1rem !important; }
  .pt-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3 {
    padding-left: 1rem !important; }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .p-xl-4 {
    padding: 1.4rem 1.4rem !important; }
  .pt-xl-4 {
    padding-top: 1.4rem !important; }
  .pr-xl-4 {
    padding-right: 1.4rem !important; }
  .pb-xl-4 {
    padding-bottom: 1.4rem !important; }
  .pl-xl-4 {
    padding-left: 1.4rem !important; }
  .px-xl-4 {
    padding-right: 1.4rem !important;
    padding-left: 1.4rem !important; }
  .py-xl-4 {
    padding-top: 1.4rem !important;
    padding-bottom: 1.4rem !important; }
  .p-xl-5 {
    padding: 2rem 2rem !important; }
  .pt-xl-5 {
    padding-top: 2rem !important; }
  .pr-xl-5 {
    padding-right: 2rem !important; }
  .pb-xl-5 {
    padding-bottom: 2rem !important; }
  .pl-xl-5 {
    padding-left: 2rem !important; }
  .px-xl-5 {
    padding-right: 2rem !important;
    padding-left: 2rem !important; }
  .py-xl-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important; }
  .p-xl-6 {
    padding: 2.8rem 2.8rem !important; }
  .pt-xl-6 {
    padding-top: 2.8rem !important; }
  .pr-xl-6 {
    padding-right: 2.8rem !important; }
  .pb-xl-6 {
    padding-bottom: 2.8rem !important; }
  .pl-xl-6 {
    padding-left: 2.8rem !important; }
  .px-xl-6 {
    padding-right: 2.8rem !important;
    padding-left: 2.8rem !important; }
  .py-xl-6 {
    padding-top: 2.8rem !important;
    padding-bottom: 2.8rem !important; }
  .p-xl-7 {
    padding: 4rem 4rem !important; }
  .pt-xl-7 {
    padding-top: 4rem !important; }
  .pr-xl-7 {
    padding-right: 4rem !important; }
  .pb-xl-7 {
    padding-bottom: 4rem !important; }
  .pl-xl-7 {
    padding-left: 4rem !important; }
  .px-xl-7 {
    padding-right: 4rem !important;
    padding-left: 4rem !important; }
  .py-xl-7 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important; }
  .p-xl-8 {
    padding: 5.7rem 5.7rem !important; }
  .pt-xl-8 {
    padding-top: 5.7rem !important; }
  .pr-xl-8 {
    padding-right: 5.7rem !important; }
  .pb-xl-8 {
    padding-bottom: 5.7rem !important; }
  .pl-xl-8 {
    padding-left: 5.7rem !important; }
  .px-xl-8 {
    padding-right: 5.7rem !important;
    padding-left: 5.7rem !important; }
  .py-xl-8 {
    padding-top: 5.7rem !important;
    padding-bottom: 5.7rem !important; }
  .p-xl-9 {
    padding: 8rem 8rem !important; }
  .pt-xl-9 {
    padding-top: 8rem !important; }
  .pr-xl-9 {
    padding-right: 8rem !important; }
  .pb-xl-9 {
    padding-bottom: 8rem !important; }
  .pl-xl-9 {
    padding-left: 8rem !important; }
  .px-xl-9 {
    padding-right: 8rem !important;
    padding-left: 8rem !important; }
  .py-xl-9 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important; }
  .p-xl-10 {
    padding: 11.3rem 11.3rem !important; }
  .pt-xl-10 {
    padding-top: 11.3rem !important; }
  .pr-xl-10 {
    padding-right: 11.3rem !important; }
  .pb-xl-10 {
    padding-bottom: 11.3rem !important; }
  .pl-xl-10 {
    padding-left: 11.3rem !important; }
  .px-xl-10 {
    padding-right: 11.3rem !important;
    padding-left: 11.3rem !important; }
  .py-xl-10 {
    padding-top: 11.3rem !important;
    padding-bottom: 11.3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto {
    margin-left: auto !important; }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; } }

.text-justify {
  text-align: justify !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-left {
  text-align: left !important; }

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

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

@media (min-width: 690px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 920px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 1190px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1441px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

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

.font-weight-bold {
  font-weight: bold; }

.font-italic {
  font-style: italic; }

.text-white {
  color: #fff !important; }

.text-muted {
  color: #91979a !important; }

a.text-muted:focus, a.text-muted:hover {
  color: #777e81 !important; }

.text-primary {
  color: #d52b1e !important; }

a.text-primary:focus, a.text-primary:hover {
  color: #a82218 !important; }

.text-success {
  color: #00ac3e !important; }

a.text-success:focus, a.text-success:hover {
  color: #00792c !important; }

.text-info {
  color: #5bc0de !important; }

a.text-info:focus, a.text-info:hover {
  color: #31b0d5 !important; }

.text-warning {
  color: #ed7000 !important; }

a.text-warning:focus, a.text-warning:hover {
  color: #ba5800 !important; }

.text-danger {
  color: #f7524c !important; }

a.text-danger:focus, a.text-danger:hover {
  color: #f5231b !important; }

.text-gray-dark {
  color: #292b2c !important; }

a.text-gray-dark:focus, a.text-gray-dark:hover {
  color: #101112 !important; }

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

.invisible {
  visibility: hidden !important; }

.hidden-xs-up {
  display: none !important; }

@media (max-width: 689px) {
  .hidden-xs-down {
    display: none !important; } }

@media (min-width: 690px) {
  .hidden-sm-up {
    display: none !important; } }

@media (max-width: 919px) {
  .hidden-sm-down {
    display: none !important; } }

@media (min-width: 920px) {
  .hidden-md-up {
    display: none !important; } }

@media (max-width: 1189px) {
  .hidden-md-down {
    display: none !important; } }

@media (min-width: 1190px) {
  .hidden-lg-up {
    display: none !important; } }

@media (max-width: 1440px) {
  .hidden-lg-down {
    display: none !important; } }

@media (min-width: 1441px) {
  .hidden-xl-up {
    display: none !important; } }

.hidden-xl-down {
  display: none !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; } }

.bg-faded {
  background-color: #ededed; }

.hairline-over {
  border-top: thin solid rgba(0, 0, 0, 0.1); }

.hairline-under {
  border-bottom: thin solid rgba(0, 0, 0, 0.1); }

.hairline-over-dark {
  border-top: thin solid black; }

.hairline-under-dark {
  border-bottom: thin solid black; }

.hairline-under-white {
  border-bottom: thin solid white; }

hr.black {
  border-top: 1px solid black; }

.lights-out {
  color: #d5d5d5; }
  .lights-out h1,
  .lights-out h2,
  .lights-out h3,
  .lights-out h4,
  .lights-out h5,
  .lights-out h6,
  .lights-out .h1,
  .lights-out .h2,
  .lights-out .h3,
  .lights-out .h4,
  .lights-out .h5,
  .lights-out .h6,
  .lights-out strong,
  .lights-out .lead {
    color: #ffffff; }
  .lights-out hr {
    border-color: rgba(255, 255, 255, 0.15); }
  .lights-out p a {
    color: inherit;
    text-decoration: underline; }
    .lights-out p a:hover {
      opacity: 0.7; }
  .lights-out .hairline-over, .lights-out.hairline-over,
  .lights-out .hairline-under, .lights-out.hairline-under {
    border-color: rgba(255, 255, 255, 0.15); }
  .lights-out .bg-faded {
    background-color: #1f1f1f; }
  .lights-out .lightcaps {
    color: #959595; }
  .lights-out .text-muted {
    color: #959595 !important; }
  .lights-out input::-webkit-input-placeholder {
    color: #7b7f82; }
  .lights-out input::-moz-placeholder {
    color: #7b7f82; }
  .lights-out input:-ms-input-placeholder {
    color: #7b7f82; }
  .lights-out input::-ms-input-placeholder {
    color: #7b7f82; }
  .lights-out input::placeholder {
    color: #7b7f82; }

.invisible {
  visibility: hidden !important; }

.hidden-xs-up {
  display: none !important; }

@media (max-width: 689px) {
  .hidden-xs-down {
    display: none !important; } }

@media (min-width: 690px) {
  .hidden-sm-up {
    display: none !important; } }

@media (max-width: 919px) {
  .hidden-sm-down {
    display: none !important; } }

@media (min-width: 920px) {
  .hidden-md-up {
    display: none !important; } }

@media (max-width: 1189px) {
  .hidden-md-down {
    display: none !important; } }

@media (min-width: 1190px) {
  .hidden-lg-up {
    display: none !important; } }

@media (max-width: 1440px) {
  .hidden-lg-down {
    display: none !important; } }

@media (min-width: 1441px) {
  .hidden-xl-up {
    display: none !important; } }

.hidden-xl-down {
  display: none !important; }

.visible-xs-up {
  display: block !important; }

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

@media (min-width: 690px) {
  .visible-sm-up {
    display: block !important; } }

@media (max-width: 919px) {
  .visible-sm-down {
    display: block !important; } }

@media (min-width: 920px) {
  .visible-md-up {
    display: block !important; } }

@media (max-width: 1189px) {
  .visible-md-down {
    display: block !important; } }

@media (min-width: 1190px) {
  .visible-lg-up {
    display: block !important; } }

@media (max-width: 1440px) {
  .visible-lg-down {
    display: block !important; } }

@media (min-width: 1441px) {
  .visible-xl-up {
    display: block !important; } }

.visible-xl-down {
  display: block !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; } }

.flex-grid-cards > div > div.card {
  height: 100%;
  display: flex; }
  .flex-grid-cards > div > div.card .card-block {
    display: flex;
    justify-content: space-between;
    flex-direction: column; }
  .flex-grid-cards > div > div.card .card-footer {
    border: none;
    background-color: transparent; }

.card-block .form-content:first-child {
  padding: 6rem 2rem 0; }

.card-block .form-content:last-child {
  padding: 0 2rem 6rem; }

.card-block .form-content + .form-content {
  padding-top: 3rem; }

.card-block .form-art {
  padding: 6rem 2rem 6rem; }

.card-block .form-center {
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .card-block .form-center .form-content {
    padding: 6rem 2rem; }

.nounderline {
  text-decoration: none !important;
  color: inherit; }

.card-text .content-type {
  padding-right: 0.5rem;
  font-size: 0.75rem;
  color: #7b7f82;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  font-size: 0.7rem;
  margin-right: 0.4rem; }

.card-text .content-description {
  font-size: 0.75rem;
  white-space: nowrap; }
  .card-text .content-description a {
    color: #464a4c; }
    .card-text .content-description a:hover {
      text-decoration: underline; }

.card-link {
  color: #000000; }
  .card-link:hover {
    text-decoration: underline; }

.text-semi-muted {
  color: #474747; }

.lights-out .nav-item .nav-inpage {
  color: white;
  position: relative; }
  .lights-out .nav-item .nav-inpage:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 10px;
    right: 0;
    margin: auto;
    background: gray;
    height: 4px;
    margin: 0rem 1em; }
  .lights-out .nav-item .nav-inpage.active:after {
    background: white; }

.btn-block.btn-lg {
  padding: 1.3rem 3.4rem; }

.card-title {
  word-wrap: break-word; }

.col-bordered {
  -webkit-box-shadow: 1px -1px rgba(0, 0, 0, 0.1), inset 1px -1px rgba(0, 0, 0, 0.1);
          box-shadow: 1px -1px rgba(0, 0, 0, 0.1), inset 1px -1px rgba(0, 0, 0, 0.1); }

.customers-grid .col-bordered {
  border-radius: 0;
  border-left: none;
  border-top: none;
  border-right: none;
  border-bottom: none;
  -webkit-box-shadow: 1px 0px 0px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 1px 0px 0px 0px rgba(0, 0, 0, 0.15); }
  @media (min-width: 1190px) {
    .customers-grid .col-bordered:nth-child(4n) {
      -webkit-box-shadow: none;
              box-shadow: none; } }
  @media (max-width: 1189px) {
    .customers-grid .col-bordered:nth-child(3n) {
      -webkit-box-shadow: none;
              box-shadow: none; } }
  @media (max-width: 919px) {
    .customers-grid .col-bordered:nth-child(3n) {
      -webkit-box-shadow: 1px 0px 0px 0px rgba(0, 0, 0, 0.15);
              box-shadow: 1px 0px 0px 0px rgba(0, 0, 0, 0.15); } }
  @media (max-width: 919px) {
    .customers-grid .col-bordered:nth-child(2n) {
      -webkit-box-shadow: none;
              box-shadow: none; } }
  @media (max-width: 689px) {
    .customers-grid .col-bordered:nth-child(1n) {
      -webkit-box-shadow: none;
              box-shadow: none; } }

.thick-hr {
  border-bottom: 4px solid black; }

.grid-logo {
  height: 108px; }

@media (max-width: 689px) {
  .container-fluid-left .btn {
    -ms-grid-row-align: stretch;
        align-self: stretch; } }

.bg-tint {
  position: relative; }
  .bg-tint::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.8)));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.8) 100%); }

.bg-tint-soft {
  position: relative; }
  .bg-tint-soft::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.6)));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.6) 100%); }

.bg-tint-to-right {
  position: relative; }
  .bg-tint-to-right::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.8)), to(transparent));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.8), transparent); }

.bg-tint-to-left {
  position: relative; }
  .bg-tint-to-left::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.75)), to(transparent));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.75), transparent); }

h1.jumbo {
  font-size: 4.65rem; }
  @media (max-width: 919px) {
    h1.jumbo {
      font-size: 2.85rem; } }

.bg-solid {
  background-color: #ffffff; }
  .bg-solid.lights-out,
  .lights-out .bg-solid {
    background-color: #000000; }

.bg-solid-alt {
  background-color: #ffffff; }
  .bg-solid-alt.lights-out,
  .lights-out .bg-solid-alt {
    background-color: #131313; }

.lights-off {
  color: #ffffff; }
  .lights-off * {
    color: #ffffff; }

.fade-in-on-active {
  display: none; }

@-webkit-keyframes fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
  .fade-in-on-active.active {
    display: block;
    -webkit-animation: fade-in 0.5s;
            animation: fade-in 0.5s; }

.split-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .split-screen .split-left,
  .split-screen .split-right {
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    overflow-y: scroll; }
  .split-screen .split-left {
    left: 0; }
  .split-screen .split-right {
    right: 0; }

.search-form {
  background-color: white;
  border: thin solid rgba(0, 0, 0, 0.1);
  display: flex; }
  .search-form input,
  .search-form button {
    border-style: none;
    background-color: transparent; }
  .search-form input {
    flex-grow: 1;
    padding: 0.5rem 0.8rem;
    outline: none; }
  .search-form button {
    flex-grow: 0;
    padding: 1rem;
    cursor: pointer; }
    .search-form button svg {
      display: block; }
  .search-form button + button {
    border-left: thin solid rgba(0, 0, 0, 0.1); }

.search-form.bg-faded {
  border: thin solid #f7f7f7;
  background-color: #f7f7f7; }

.search-results-container em {
  font-weight: bold;
  background: #fffd54;
  font-style: normal;
  text-transform: lowercase; }

.content-block {
  flex-shrink: 0;
  position: relative;
  z-index: 1; }
  .content-block img {
    max-width: 100%; }

@media (min-width: 690px) {
  .content-block {
    max-width: 31rem; } }

@media (min-width: 1441px) {
  h1, .h1 {
    font-size: 4.5rem; }
  .content-block {
    max-width: 36rem; } }

figure img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

.customer-testimonial .customer-testimonial-quote {
  font-weight: 400;
  font-size: 1.55rem;
  line-height: 1.2;
  quotes: '“' '”'; }
  .customer-testimonial .customer-testimonial-quote:lang(de) {
    quotes: '„' '”'; }
  .customer-testimonial .customer-testimonial-quote:lang(fr) {
    quotes: '«' '»'; }
  .customer-testimonial .customer-testimonial-quote.sidebar-testimonial {
    font-size: 1.1rem;
    line-height: 1.5; }

.customer-testimonial .customer-testimonial-quote + .customer-testimonial-source {
  margin-top: 1.5rem; }

.lights-out .customer-testimonial {
  color: #ffffff; }

.customer-testimonial-source {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.6;
  letter-spacing: 0.3px; }

.btn-icon-plus::before {
  content: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' viewBox='-11 -11 22 22'%3E%3Cg fill='none' stroke='%23000000' stroke-width='1'%3E%3Cline x1='-8' x2='8'/%3E%3Cline y1='-8' y2='8'/%3E%3C/g%3E%3C/svg%3E");
  display: inline-block;
  vertical-align: -0.5rem;
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 0.4rem;
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
  margin-left: -1.5rem; }

.btn-icon-play::after {
  content: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' viewBox='-11 -11 22 22'%3E%3Cg fill='none' stroke='%23000000' stroke-width='1'%3E%3Ccircle r='10'/%3E%3Cpolygon points='4.5,0 -2.5,4 -2.5,-4'/%3E%3C/g%3E%3C/svg%3E");
  display: inline-block;
  vertical-align: -0.5rem;
  width: 1.6rem;
  height: 1.6rem;
  margin-left: 0.4rem;
  margin-top: -0.5rem;
  margin-bottom: -0.5rem; }

.btn-icon-play.btn-lg::after {
  width: 2.2rem;
  height: 2.2rem;
  vertical-align: -0.8rem; }

.btn-outline-primary:hover.btn-icon-play::after {
  content: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' viewBox='-11 -11 22 22'%3E%3Cg fill='none' stroke='%23ffffff' stroke-width='1'%3E%3Ccircle r='10'/%3E%3Cpolygon points='4.5,0 -2.5,4 -2.5,-4'/%3E%3C/g%3E%3C/svg%3E"); }

[data-onclick-dispatch] {
  cursor: pointer; }

iframe {
  border: none; }

.c-black {
  color: #000000; }

.c-inherit {
  color: inherit; }

.custom-col-section {
  width: 24rem; }

.lead-soft {
  color: #464a4c;
  font-size: 1.7em;
  line-height: 1.6; }

.overline {
  padding-top: 1.8rem;
  border-top: thin solid #000000; }
  .lights-out .overline {
    border-top-color: #ffffff; }

.overline-heavy {
  padding-top: 1.8rem;
  border-top: 4px solid #000000; }
  .lights-out .overline-heavy {
    border-top-color: #ffffff; }

.standout-caret-link {
  font-weight: bold;
  color: black;
  font-family: "NeueHaasGroteskDisp W02", "Helvetica Neue", Arial, sans-serif;
  line-height: 1;
  font-size: 1.2rem;
  display: inline-block; }
  .standout-caret-link::after {
    content: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 10'%3E%3Cpolyline points='1,1 5,5 1,9' fill='none' stroke='black' stroke-width='1.5' /%3E%3C/svg%3E");
    height: 1.1em;
    width: 0.66em;
    vertical-align: -0.25em;
    margin-left: 0.6em;
    display: inline-block; }
  .standout-caret-link:hover {
    color: inherit;
    text-decoration: none;
    opacity: 1; }
  .standout-caret-link::after {
    -webkit-transition: all 0.15s;
    transition: all 0.15s; }
  .standout-caret-link:hover {
    color: initial; }
    .standout-caret-link:hover::after {
      margin-left: 0.8em; }
  .lights-out .standout-caret-link {
    color: white; }
    .lights-out .standout-caret-link::after {
      content: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 10'%3E%3Cpolyline points='1,1 5,5 1,9' fill='none' stroke='white' stroke-width='1.5' /%3E%3C/svg%3E"); }
  .standout-caret-link.-lg {
    font-size: 1.3rem; }
  .standout-caret-link.-sm {
    font-size: 1rem; }

.nissan-devices {
  max-height: 300px; }

.wip_customer-video {
  display: -ms-grid;
  display: grid;
  color: #ffffff; }
  .wip_customer-video:hover {
    color: #ffffff; }
    .wip_customer-video:hover svg {
      opacity: 0.75; }
  .wip_customer-video img,
  .wip_customer-video svg {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1; }
  .wip_customer-video img {
    display: block;
    width: 100%; }
  .wip_customer-video svg {
    margin: auto;
    width: 60px;
    height: 60px; }

.wip_customer-quote {
  font-weight: bold;
  font-size: 1.3rem;
  line-height: 1.2;
  color: #000000; }
  .lights-out .wip_customer-quote {
    color: #ffffff; }

.wip_customer-source {
  font-weight: 500;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  color: #000000; }

.wip_drop-shadow {
  -webkit-box-shadow: -5px 5px 20px rgba(0, 0, 0, 0.1);
          box-shadow: -5px 5px 20px rgba(0, 0, 0, 0.1); }

.wip_drop-shadow-gray {
  -webkit-box-shadow: 0px 0px 25px #7b7f82;
          box-shadow: 0px 0px 25px #7b7f82; }

@-webkit-keyframes wip_success-text-anim {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes wip_success-text-anim {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.wip_success-text {
  display: none;
  font-weight: bold;
  -webkit-animation: wip_success-text-anim 0.5s;
          animation: wip_success-text-anim 0.5s; }
  .wip_success-text.-reveal {
    display: block; }

.video-button-overlay {
  display: -ms-grid;
  display: grid;
  color: #ffffff; }
  .video-button-overlay:hover {
    color: #ffffff; }
    .video-button-overlay:hover svg {
      opacity: 0.75; }
  .video-button-overlay img,
  .video-button-overlay svg {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1; }
  .video-button-overlay img {
    display: block;
    width: 100%; }
  .video-button-overlay svg {
    margin: auto;
    width: 60px;
    height: 60px; }

ul.list-style-blocks {
  list-style-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='0.45em' height='0.45em' viewBox='0 0 8 8'%3E%3Crect x='0' y='0' width='8' height='8' fill='%23d52b1e' stroke='none'/%3E%3C/svg%3E");
  padding-left: 1.5rem;
  margin-bottom: 1.5rem; }
  ul.list-style-blocks li {
    padding-left: 0.5rem;
    margin-bottom: 0.5rem; }

.thin-line-under {
  border-bottom: 2px solid; }

.styled-checkbox {
  min-width: 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #ffffff;
  border: thin solid #dadada;
  cursor: pointer;
  display: flex; }
  .styled-checkbox[aria-checked='true']:after {
    display: block;
    content: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 70'%3E%3Cpolygon fill='%23000000' points='26.061 50.828 10.034 35 0.045 44.988 26.083 69.961 79.955 10.028 69.874 0.039'/%3E%3C/svg%3E");
    width: 90%;
    height: auto;
    margin: auto; }

.cursor-pointer {
  cursor: pointer; }

.checkbox-label {
  cursor: pointer; }

.plain-list ul {
  padding-left: 15px; }
  .plain-list ul li {
    padding-bottom: 7px; }

.plain-list-large ul {
  padding-left: 15px; }
  .plain-list-large ul li:not(:last-child) {
    padding-bottom: 20px; }

.hc-outline:focus {
  outline: dotted 1px transparent; }

.hc-outline:active, .hc-outline:hover {
  outline: solid 1px transparent; }

.mh-40 {
  max-height: 40px; }

.mh-400 {
  max-height: 400px; }

@media (max-width: 689px) {
  .w-sm-100 {
    width: 100%; } }

.base-font-size {
  font-size: 16px;
  line-height: 24px; }

.o-hidden {
  overflow: hidden; }

.f-shrink {
  flex-shrink: 0; }

.p-relative {
  position: relative; }

.opacity-faint {
  opacity: 0.43; }

.bg-benefits-better-productivity {
  background-position: center;
  background-size: cover;
  background-image: url("/images/backgrounds/benefits/better-productivity-9f70fa97.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bg-benefits-better-productivity {
      background-image: url("/images/backgrounds/benefits/better-productivity_2x-9f70fa97.jpg"); } }
  @media (max-width: 689px) {
    .bg-benefits-better-productivity {
      background-image: url("/images/backgrounds/benefits/better-productivity-mobile-f1b67279.jpg"); } }

.bg-benefits-better-productivity-eu {
  background-position: center;
  background-size: cover;
  background-image: url("/images/backgrounds/benefits/better-productivity-eu-5d5db552.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bg-benefits-better-productivity-eu {
      background-image: url("/images/backgrounds/benefits/better-productivity-eu_2x-5d5db552.jpg"); } }
  @media (max-width: 689px) {
    .bg-benefits-better-productivity-eu {
      background-image: url("/images/backgrounds/benefits/better-productivity-eu-mobile-b98d0958.jpg"); } }

.bg-benefits-flexible-hardware {
  background-position: center;
  background-size: cover;
  background-image: url("/images/backgrounds/benefits/flexible-hardware.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bg-benefits-flexible-hardware {
      background-image: url("/images/backgrounds/benefits/flexible-hardware_2x.jpg"); } }
  @media (max-width: 689px) {
    .bg-benefits-flexible-hardware {
      background-image: url("/images/backgrounds/benefits/flexible-hardware-mobile.jpg"); } }

.bg-benefits-flexible-hardware-au {
  background-position: center;
  background-size: cover;
  background-image: url("/images/backgrounds/benefits/flexible-hardware-au-09ff6739.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bg-benefits-flexible-hardware-au {
      background-image: url("/images/backgrounds/benefits/flexible-hardware-au_2x-09ff6739.jpg"); } }
  @media (max-width: 689px) {
    .bg-benefits-flexible-hardware-au {
      background-image: url("/images/backgrounds/benefits/flexible-hardware-au-mobile-dced926a.jpg"); } }

.bg-benefits-fuel-efficiency {
  background-position: center;
  background-size: cover;
  background-image: url("/images/backgrounds/benefits/fuel-efficiency-1bf936b4.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bg-benefits-fuel-efficiency {
      background-image: url("/images/backgrounds/benefits/fuel-efficiency_2x-1bf936b4.jpg"); } }
  @media (max-width: 689px) {
    .bg-benefits-fuel-efficiency {
      background-image: url("/images/backgrounds/benefits/fuel-efficiency-mobile-9d06060b.jpg"); } }

.bg-benefits-fuel-efficiency-au {
  background-position: center;
  background-size: cover;
  background-image: url("/images/backgrounds/benefits/fuel-efficiency-au-1f79b90c.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bg-benefits-fuel-efficiency-au {
      background-image: url("/images/backgrounds/benefits/fuel-efficiency-au_2x-1f79b90c.jpg"); } }
  @media (max-width: 689px) {
    .bg-benefits-fuel-efficiency-au {
      background-image: url("/images/backgrounds/benefits/fuel-efficiency-au-mobile-217ce246.jpg"); } }

.bg-benefits-fuel-efficiency-eu {
  background-position: center;
  background-size: cover;
  background-image: url("/images/backgrounds/benefits/fuel-efficiency-eu-a79f3c66.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bg-benefits-fuel-efficiency-eu {
      background-image: url("/images/backgrounds/benefits/fuel-efficiency-eu_2x-a79f3c66.jpg"); } }
  @media (max-width: 689px) {
    .bg-benefits-fuel-efficiency-eu {
      background-image: url("/images/backgrounds/benefits/fuel-efficiency-eu-mobile-461e7a4e.jpg"); } }

.bg-benefits-fuel-efficiency-uk {
  background-position: center;
  background-size: cover;
  background-image: url("/images/backgrounds/benefits/fuel-efficiency-uk-18a9e263.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bg-benefits-fuel-efficiency-uk {
      background-image: url("/images/backgrounds/benefits/fuel-efficiency-uk_2x-18a9e263.jpg"); } }
  @media (max-width: 689px) {
    .bg-benefits-fuel-efficiency-uk {
      background-image: url("/images/backgrounds/benefits/fuel-efficiency-uk-mobile-877796e6.jpg"); } }

.bg-benefits-happy-customers {
  background-position: center;
  background-size: cover;
  background-image: url("/images/backgrounds/benefits/happy-customers-bd651fbe.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bg-benefits-happy-customers {
      background-image: url("/images/backgrounds/benefits/happy-customers_2x-bd651fbe.jpg"); } }
  @media (max-width: 689px) {
    .bg-benefits-happy-customers {
      background-image: url("/images/backgrounds/benefits/happy-customers-mobile-6578d1e2.jpg"); } }

.bg-benefits-happy-customers-au {
  background-position: center;
  background-size: cover;
  background-image: url("/images/backgrounds/benefits/happy-customers-au-c6811505.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bg-benefits-happy-customers-au {
      background-image: url("/images/backgrounds/benefits/happy-customers-au_2x-c6811505.jpg"); } }
  @media (max-width: 689px) {
    .bg-benefits-happy-customers-au {
      background-image: url("/images/backgrounds/benefits/happy-customers-au-mobile-74fe80e6.jpg"); } }

.bg-benefits-happy-customers-eu {
  background-position: center;
  background-size: cover;
  background-image: url("/images/backgrounds/benefits/happy-customers-eu-74cd32bf.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bg-benefits-happy-customers-eu {
      background-image: url("/images/backgrounds/benefits/happy-customers-eu_2x-74cd32bf.jpg"); } }
  @media (max-width: 689px) {
    .bg-benefits-happy-customers-eu {
      background-image: url("/images/backgrounds/benefits/happy-customers-eu-mobile-9aa96758.jpg"); } }

.bg-benefits-index {
  background-position: center;
  background-size: cover;
  background-image: url("/images/backgrounds/benefits/index-85146214.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bg-benefits-index {
      background-image: url("/images/backgrounds/benefits/index_2x-85146214.jpg"); } }
  @media (max-width: 689px) {
    .bg-benefits-index {
      background-image: url("/images/backgrounds/benefits/index-mobile-78168cfc.jpg"); } }

.bg-benefits-index-au {
  background-position: center;
  background-size: cover;
  background-image: url("/images/backgrounds/benefits/index-au.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bg-benefits-index-au {
      background-image: url("/images/backgrounds/benefits/index-au_2x.jpg"); } }
  @media (max-width: 689px) {
    .bg-benefits-index-au {
      background-image: url("/images/backgrounds/benefits/index-au-mobile.jpg"); } }

.bg-benefits-keurmerk-nl {
  background-position: center;
  background-size: cover;
  background-image: url("/images/backgrounds/benefits/keurmerk-nl-ef7cffb7.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bg-benefits-keurmerk-nl {
      background-image: url("/images/backgrounds/benefits/keurmerk-nl_2x-ef7cffb7.jpg"); } }
  @media (max-width: 689px) {
    .bg-benefits-keurmerk-nl {
      background-image: url("/images/backgrounds/benefits/keurmerk-nl-mobile-eac47cc8.jpg"); } }

.bg-benefits-reduce-fleet-costs {
  background-position: center;
  background-size: cover;
  background-image: url("/images/backgrounds/benefits/reduce-fleet-costs-f4caed10.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bg-benefits-reduce-fleet-costs {
      background-image: url("/images/backgrounds/benefits/reduce-fleet-costs_2x-f4caed10.jpg"); } }
  @media (max-width: 689px) {
    .bg-benefits-reduce-fleet-costs {
      background-image: url("/images/backgrounds/benefits/reduce-fleet-costs-mobile-eca3e594.jpg"); } }

.bg-benefits-reduce-fleet-costs-eu {
  background-position: center;
  background-size: cover;
  background-image: url("/images/backgrounds/benefits/reduce-fleet-costs-eu-d92e5ff6.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bg-benefits-reduce-fleet-costs-eu {
      background-image: url("/images/backgrounds/benefits/reduce-fleet-costs-eu_2x-d92e5ff6.jpg"); } }
  @media (max-width: 689px) {
    .bg-benefits-reduce-fleet-costs-eu {
      background-image: url("/images/backgrounds/benefits/reduce-fleet-costs-eu-mobile-f571fb24.jpg"); } }

.bg-benefits-reduce-fleet-costs-uk {
  background-position: center;
  background-size: cover;
  background-image: url("/images/backgrounds/benefits/reduce-fleet-costs-uk-f7b369af.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bg-benefits-reduce-fleet-costs-uk {
      background-image: url("/images/backgrounds/benefits/reduce-fleet-costs-uk_2x-f7b369af.jpg"); } }
  @media (max-width: 689px) {
    .bg-benefits-reduce-fleet-costs-uk {
      background-image: url("/images/backgrounds/benefits/reduce-fleet-costs-uk-mobile-e886b4a6.jpg"); } }

.bg-benefits-safety-security {
  background-position: center;
  background-size: cover;
  background-image: url("/images/backgrounds/benefits/safety-security-e7b9c366.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bg-benefits-safety-security {
      background-image: url("/images/backgrounds/benefits/safety-security_2x-e7b9c366.jpg"); } }
  @media (max-width: 689px) {
    .bg-benefits-safety-security {
      background-image: url("/images/backgrounds/benefits/safety-security-mobile-305642ef.jpg"); } }

.bg-benefits-safety-security-fr {
  background-position: center;
  background-size: cover;
  background-image: url("/images/backgrounds/benefits/safety-security-fr-b9f9d254.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bg-benefits-safety-security-fr {
      background-image: url("/images/backgrounds/benefits/safety-security-fr_2x-b9f9d254.jpg"); } }
  @media (max-width: 689px) {
    .bg-benefits-safety-security-fr {
      background-image: url("/images/backgrounds/benefits/safety-security-fr-mobile-408102e9.jpg"); } }

.bg-benefits-safety-security-uk {
  background-position: center;
  background-size: cover;
  background-image: url("/images/backgrounds/benefits/safety-security-uk-12518f78.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bg-benefits-safety-security-uk {
      background-image: url("/images/backgrounds/benefits/safety-security-uk_2x-12518f78.jpg"); } }
  @media (max-width: 689px) {
    .bg-benefits-safety-security-uk {
      background-image: url("/images/backgrounds/benefits/safety-security-uk-mobile-dc38b23d.jpg"); } }

.bg-benefits-vat-mileage-log-pl {
  background-position: center;
  background-size: cover;
  background-image: url("/images/backgrounds/benefits/vat-mileage-log-pl-49db9be6.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bg-benefits-vat-mileage-log-pl {
      background-image: url("/images/backgrounds/benefits/vat-mileage-log-pl_2x-49db9be6.jpg"); } }
  @media (max-width: 689px) {
    .bg-benefits-vat-mileage-log-pl {
      background-image: url("/images/backgrounds/benefits/vat-mileage-log-pl-mobile-9814bf2a.jpg"); } }

.bg-brewers {
  background-position: center;
  background-size: cover;
  background-image: url("/images/backgrounds/featureful/brewers-e758088d.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bg-brewers {
      background-image: url("/images/backgrounds/featureful/brewers_2x-cea1d8bc.jpg"); } }
  @media (max-width: 689px) {
    .bg-brewers {
      background-image: url("/images/backgrounds/featureful/brewers-mobile-c0af39c9.jpg"); } }

.bg-careers-hero {
  background-position: center;
  background-size: cover;
  background-image: url("/images/backgrounds/careers/careers-hero-335cecc5.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bg-careers-hero {
      background-image: url("/images/backgrounds/careers/careers-hero_2x-335cecc5.jpg"); } }
  @media (max-width: 689px) {
    .bg-careers-hero {
      background-image: url("/images/backgrounds/careers/careers-hero-mobile-a70ec3f4.jpg"); } }

.bg-careers-value-act-now {
  background-position: center;
  background-size: cover;
  background-image: url("/images/backgrounds/careers/act-now-bg-128572ab.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bg-careers-value-act-now {
      background-image: url("/images/backgrounds/careers/act-now-bg_2x-128572ab.jpg"); } }
  @media (max-width: 689px) {
    .bg-careers-value-act-now {
      background-image: url("/images/backgrounds/careers/act-now-bg-mobile-128572ab.jpg"); } }

.bg-careers-value-do-you {
  background-position: center;
  background-size: cover;
  background-image: url("/images/backgrounds/careers/do-you-bg-6d5c9122.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bg-careers-value-do-you {
      background-image: url("/images/backgrounds/careers/do-you-bg_2x-6d5c9122.jpg"); } }
  @media (max-width: 689px) {
    .bg-careers-value-do-you {
      background-image: url("/images/backgrounds/careers/do-you-bg-mobile-6d5c9122.jpg"); } }

.bg-careers-value-have-fun {
  background-position: center;
  background-size: cover;
  background-image: url("/images/backgrounds/careers/have-fun-bg-35778e22.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bg-careers-value-have-fun {
      background-image: url("/images/backgrounds/careers/have-fun-bg_2x-35778e22.jpg"); } }
  @media (max-width: 689px) {
    .bg-careers-value-have-fun {
      background-image: url("/images/backgrounds/careers/have-fun-bg-mobile-35778e22.jpg"); } }

.bg-careers-value-inventor {
  background-position: center;
  background-size: cover;
  background-image: url("/images/backgrounds/careers/inventor-bg-57e5279e.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bg-careers-value-inventor {
      background-image: url("/images/backgrounds/careers/inventor-bg_2x-57e5279e.jpg"); } }
  @media (max-width: 689px) {
    .bg-careers-value-inventor {
      background-image: url("/images/backgrounds/careers/inventor-bg-mobile-57e5279e.jpg"); } }

.bg-careers-value-raise-bar {
  background-position: center;
  background-size: cover;
  background-image: url("/images/backgrounds/careers/raise-bar-bg-107c9823.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bg-careers-value-raise-bar {
      background-image: url("/images/backgrounds/careers/raise-bar-bg_2x-107c9823.jpg"); } }
  @media (max-width: 689px) {
    .bg-careers-value-raise-bar {
      background-image: url("/images/backgrounds/careers/raise-bar-bg-mobile-107c9823.jpg"); } }

.bg-careers-value-raise-bar-flipped {
  background-position: center;
  background-size: cover;
  background-image: url("/images/backgrounds/careers/raise-bar-flipped-bg-d22a020b.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bg-careers-value-raise-bar-flipped {
      background-image: url("/images/backgrounds/careers/raise-bar-flipped-bg_2x-d22a020b.jpg"); } }
  @media (max-width: 689px) {
    .bg-careers-value-raise-bar-flipped {
      background-image: url("/images/backgrounds/careers/raise-bar-flipped-bg-mobile-d22a020b.jpg"); } }

.bg-case-study-a1limo {
  background-position: center;
  background-size: cover;
  background-image: url("/images/backgrounds/case-studies/a1limo-2e7f5c30.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bg-case-study-a1limo {
      background-image: url("/images/backgrounds/case-studies/a1limo_2x-2e7f5c30.jpg"); } }
  @media (max-width: 689px) {
    .bg-case-study-a1limo {
      background-image: url("/images/backgrounds/case-studies/a1limo-mobile-9aaec104.jpg"); } }

.bg-case-study-alliance-fuel {
  background-position: center;
  background-size: cover;
  background-image: url("/images/backgrounds/solutions/alliance-quote-8124eb76.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bg-case-study-alliance-fuel {
      background-image: url("/images/backgrounds/solutions/alliance-quote_2x-620eb49a.jpg"); } }
  @media (max-width: 689px) {
    .bg-case-study-alliance-fuel {
      background-image: url("/images/backgrounds/solutions/alliance-quote-mobile-4f152ab8.jpg"); } }

.bg-case-study-am-logistics {
  background-position: center;
  background-size: cover;
  background-image: url("/images/backgrounds/case-studies/am-logistics-329c1372.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bg-case-study-am-logistics {
      background-image: url("/images/backgrounds/case-studies/am-logistics_2x-329c1372.jpg"); } }
  @media (max-width: 689px) {
    .bg-case-study-am-logistics {
      background-image: url("/images/backgrounds/case-studies/am-logistics-mobile-422b1485.jpg"); } }

.bg-case-study-ambulances-loibl {
  background-position: center;
  background-size: cover;
  background-image: url("/images/backgrounds/case-studies/ambulances-loibl-36537eec.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bg-case-study-ambulances-loibl {
      background-image: url("/images/backgrounds/case-studies/ambulances-loibl_2x-36537eec.jpg"); } }
  @media (max-width: 689px) {
    .bg-case-study-ambulances-loibl {
      background-image: url("/images/backgrounds/case-studies/ambulances-loibl-mobile-47a5f0f6.jpg"); } }

.bg-case-study-apf-entreprises {
  background-position: center;
  background-size: cover;
  background-image: url("/images/backgrounds/case-studies/apf-entreprises-2f18bbe8.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bg-case-study-apf-entreprises {
      background-image: url("/images/backgrounds/case-studies/apf-entreprises_2x-2f18bbe8.jpg"); } }
  @media (max-width: 689px) {
    .bg-case-study-apf-entreprises {
      background-image: url("/images/backgrounds/case-studies/apf-entreprises-mobile-4917c342.jpg"); } }

.bg-case-study-atkinson {
  background-position: center;
  background-size: cover;
  background-image: url("/images/backgrounds/case-studies/atkinson-967a777b.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bg-case-study-atkinson {
      background-image: url("/images/backgrounds/case-studies/atkinson_2x-967a777b.jpg"); } }
  @media (max-width: 689px) {
    .bg-case-study-atkinson {
      background-image: url("/images/backgrounds/case-studies/atkinson-mobile-3dab3221.jpg"); } }

.bg-case-study-aussiemove {
  background-position: center;
  background-size: cover;
  background-image: url("/images/backgrounds/case-studies/aussiemove-01167f36.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bg-case-study-aussiemove {
      background-image: url("/images/backgrounds/case-studies/aussiemove_2x-01167f36.jpg"); } }
  @media (max-width: 689px) {
    .bg-case-study-aussiemove {
      background-image: url("/images/backgrounds/case-studies/aussiemove-mobile-b7d73d23.jpg"); } }

.bg-case-study-australian-road {
  background-position: center;
  background-size: cover;
  background-image: url("/images/backgrounds/case-studies/australian-road-services.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bg-case-study-australian-road {
      background-image: url("/images/backgrounds/case-studies/australian-road-services_2x.jpg"); } }
  @media (max-width: 689px) {
    .bg-case-study-australian-road {
      background-image: url("/images/backgrounds/case-studies/australian-road-services-mobile-bbc60688.jpg"); } }

.bg-case-study-azzurri-concrete {
  background-position: center;
  background-size: cover;
  background-image: url("/images/backgrounds/case-studies/azzurri-concrete-2a0998fd.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bg-case-study-azzurri-concrete {
      background-image: url("/images/backgrounds/case-studies/azzurri-concrete_2x-2a0998fd.jpg"); } }
  @media (max-width: 689px) {
    .bg-case-study-azzurri-concrete {
      background-image: url("/images/backgrounds/case-studies/azzurri-concrete-mobile-5e850af4.jpg"); } }

.bg-case-study-bmc {
  background-position: center;
  background-size: cover;
  background-image: url("/images/backgrounds/case-studies/bmc-46387dc2.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bg-case-study-bmc {
      background-image: url("/images/backgrounds/case-studies/bmc_2x-46387dc2.jpg"); } }
  @media (max-width: 689px) {
    .bg-case-study-bmc {
      background-image: url("/images/backgrounds/case-studies/bmc-mobile-2dbe3e92.jpg"); } }

.bg-case-study-cbs-foodtech {
  background-position: center;
  background-size: cover;
  background-image: url("/images/backgrounds/case-studies/cbs-foodtech-015fd90a.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bg-case-study-cbs-foodtech {
      background-image: url("/images/backgrounds/case-studies/cbs-foodtech_2x-015fd90a.jpg"); } }
  @media (max-width: 689px) {
    .bg-case-study-cbs-foodtech {
      background-image: url("/images/backgrounds/case-studies/cbs-foodtech-mobile-2c19dd8f.jpg"); } }

.bg-case-study-city-sao-jose {
  background-position: center;
  background-size: cover;
  background-image: url("/images/backgrounds/case-studies/city-sao-jose-1c1fd456.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bg-case-study-city-sao-jose {
      background-image: url("/images/backgrounds/case-studies/city-sao-jose_2x-1c1fd456.jpg"); } }
  @media (max-width: 689px) {
    .bg-case-study-city-sao-jose {
      background-image: url("/images/backgrounds/case-studies/city-sao-jose-mobile-ac043d5e.jpg"); } }

.bg-case-study-contact-electrical {
  background-position: center;
  background-size: cover;
  background-image: url("/images/backgrounds/case-studies/contact-electrical-bdce8848.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bg-case-study-contact-electrical {
      background-image: url("/images/backgrounds/case-studies/contact-electrical_2x-bdce8848.jpg"); } }
  @media (max-width: 689px) {
    .bg-case-study-contact-electrical {
      background-image: url("/images/backgrounds/case-studies/contact-electrical-mobile-7a10dc7e.jpg"); } }

.bg-case-study-desilva {
  background-position: center;
  background-size: cover;
  background-image: url("/images/backgrounds/case-studies/desilva-gates-437676b7.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bg-case-study-desilva {
      background-image: url("/images/backgrounds/case-studies/desilva-gates_2x-437676b7.jpg"); } }
  @media (max-width: 689px) {
    .bg-case-study-desilva {
      background-image: url("/images/backgrounds/case-studies/desilva-gates-mobile-44810af9.jpg"); } }

.bg-case-study-dma-autocars {
  background-position: center;
  background-size: cover;
  background-image: url("/images/backgrounds/case-studies/dma-autocars-1ff795fb.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bg-case-study-dma-autocars {
      background-image: url("/images/backgrounds/case-studies/dma-autocars_2x-1ff795fb.jpg"); } }
  @media (max-width: 689px) {
    .bg-case-study-dma-autocars {
      background-image: url("/images/backgrounds/case-studies/dma-autocars-mobile-0e8b0a9b.jpg"); } }

.bg-case-study-fettes {
  background-position: center;
  background-size: cover;
  background-image: url("/images/backgrounds/case-studies/fettes-273b58af.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bg-case-study-fettes {
      background-image: url("/images/backgrounds/case-studies/fettes_2x-273b58af.jpg"); } }
  @media (max-width: 689px) {
    .bg-case-study-fettes {
      background-image: url("/images/backgrounds/case-studies/fettes-mobile-e6b75c8f.jpg"); } }

.bg-case-study-flexfleet {
  background-position: center;
  background-size: cover;
  background-image: url("/images/backgrounds/case-studies/flexfleet-fb6a551a.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bg-case-study-flexfleet {
      background-image: url("/images/backgrounds/case-studies/flexfleet_2x-fb6a551a.jpg"); } }
  @media (max-width: 689px) {
    .bg-case-study-flexfleet {
      background-image: url("/images/backgrounds/case-studies/flexfleet-mobile-1b955cf7.jpg"); } }

.bg-case-study-formway {
  background-position: center;
  background-size: cover;
  background-image: url("/images/backgrounds/case-studies/formway-20cb6e32.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bg-case-study-formway {
      background-image: url("/images/backgrounds/case-studies/formway_2x-20cb6e32.jpg"); } }
  @media (max-width: 689px) {
    .bg-case-study-formway {
      background-image: url("/images/backgrounds/case-studies/formway-mobile-9af91d8f.jpg"); } }

.bg-case-study-gci-slingers {
  background-position: center;
  background-size: cover;
  background-image: url("/images/backgrounds/case-studies/gci-slingers.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bg-case-study-gci-slingers {
      background-image: url("/images/backgrounds/case-studies/gci-slingers_2x.jpg"); } }
  @media (max-width: 689px) {
    .bg-case-study-gci-slingers {
      background-image: url("/images/backgrounds/case-studies/gci-slingers-mobile-13a5867a.jpg"); } }

.bg-case-study-go-west {
  background-position: center;
  background-size: cover;
  background-image: url("/images/backgrounds/case-studies/go-west-tours-e18de0cf.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bg-case-study-go-west {
      background-image: url("/images/backgrounds/case-studies/go-west-tours_2x-e18de0cf.jpg"); } }
  @media (max-width: 689px) {
    .bg-case-study-go-west {
      background-image: url("/images/backgrounds/case-studies/go-west-tours-mobile-6c99bbb3.jpg"); } }

.bg-case-study-gordon-duncan {
  background-position: center;
  background-size: cover;
  background-image: url("/images/backgrounds/case-studies/gordon-duncan-4cb7a530.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bg-case-study-gordon-duncan {
      background-image: url("/images/backgrounds/case-studies/gordon-duncan_2x-4cb7a530.jpg"); } }
  @media (max-width: 689px) {
    .bg-case-study-gordon-duncan {
      background-image: url("/images/backgrounds/case-studies/gordon-duncan-mobile-bb915869.jpg"); } }

.bg-case-study-gritit {
  background-position: center;
  background-size: cover;
  background-image: url("/images/backgrounds/case-studies/gritit-77e560a5.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bg-case-study-gritit {
      background-image: url("/images/backgrounds/case-studies/gritit_2x-77e560a5.jpg"); } }
  @media (max-width: 689px) {
    .bg-case-study-gritit {
      background-image: url("/images/backgrounds/case-studies/gritit-mobile-73b9ef3a.jpg"); } }

.bg-case-study-howe {
  background-position: center;
  background-size: cover;
  background-image: url("/images/backgrounds/case-studies/howe-5694b5e9.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bg-case-study-howe {
      background-image: url("/images/backgrounds/case-studies/howe_2x-5694b5e9.jpg"); } }
  @media (max-width: 689px) {
    .bg-case-study-howe {
      background-image: url("/images/backgrounds/case-studies/howe-mobile-a28bb2e5.jpg"); } }

.bg-case-study-kruijs {
  background-position: center;
  background-size: cover;
  background-image: url("/images/backgrounds/case-studies/kruijs-01481b87.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bg-case-study-kruijs {
      background-image: url("/images/backgrounds/case-studies/kruijs_2x-01481b87.jpg"); } }
  @media (max-width: 689px) {
    .bg-case-study-kruijs {
      background-image: url("/images/backgrounds/case-studies/kruijs-mobile-1f68ee97.jpg"); } }

.bg-case-study-limas-group {
  background-position: center;
  background-size: cover;
  background-image: url("/images/backgrounds/case-studies/limas-group-38d01589.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bg-case-study-limas-group {
      background-image: url("/images/backgrounds/case-studies/limas-group_2x-99bcef92.jpg"); } }
  @media (max-width: 689px) {
    .bg-case-study-limas-group {
      background-image: url("/images/backgrounds/case-studies/limas-group-mobile-607e1894.jpg"); } }

.bg-case-study-lodige {
  background-position: center;
  background-size: cover;
  background-image: url("/images/backgrounds/case-studies/lodige.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bg-case-study-lodige {
      background-image: url("/images/backgrounds/case-studies/lodige_2x.jpg"); } }
  @media (max-width: 689px) {
    .bg-case-study-lodige {
      background-image: url("/images/backgrounds/case-studies/lodige-mobile-77304818.jpg"); } }

.bg-case-study-multiespumas {
  background-position: center;
  background-size: cover;
  background-image: url("/images/backgrounds/case-studies/multiespumas-48494c08.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bg-case-study-multiespumas {
      background-image: url("/images/backgrounds/case-studies/multiespumas_2x-48494c08.jpg"); } }
  @media (max-width: 689px) {
    .bg-case-study-multiespumas {
      background-image: url("/images/backgrounds/case-studies/multiespumas-mobile-443fb981.jpg"); } }

.bg-case-study-oakleafe {
  background-position: center;
  background-size: cover;
  background-image: url("/images/backgrounds/case-studies/oakleafe-5116f126.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bg-case-study-oakleafe {
      background-image: url("/images/backgrounds/case-studies/oakleafe_2x-5116f126.jpg"); } }
  @media (max-width: 689px) {
    .bg-case-study-oakleafe {
      background-image: url("/images/backgrounds/case-studies/oakleafe-mobile-8bd975f7.jpg"); } }

.bg-case-study-plote {
  background-position: center;
  background-size: cover;
  background-image: url("/images/backgrounds/case-studies/plote-674f60ce.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bg-case-study-plote {
      background-image: url("/images/backgrounds/case-studies/plote_2x-674f60ce.jpg"); } }
  @media (max-width: 689px) {
    .bg-case-study-plote {
      background-image: url("/images/backgrounds/case-studies/plote-mobile-8039cf9f.jpg"); } }

.bg-case-study-poolsure {
  background-position: center;
  background-size: cover;
  background-image: url("/images/backgrounds/case-studies/poolsure-29cdcc0f.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bg-case-study-poolsure {
      background-image: url("/images/backgrounds/case-studies/poolsure_2x-29cdcc0f.jpg"); } }
  @media (max-width: 689px) {
    .bg-case-study-poolsure {
      background-image: url("/images/backgrounds/case-studies/poolsure-mobile-1c1fa3b8.jpg"); } }

.bg-case-study-rain4rent {
  background-position: center;
  background-size: cover;
  background-image: url("/images/backgrounds/case-studies/rain4rent-1356b424.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bg-case-study-rain4rent {
      background-image: url("/images/backgrounds/case-studies/rain4rent_2x-1356b424.jpg"); } }
  @media (max-width: 689px) {
    .bg-case-study-rain4rent {
      background-image: url("/images/backgrounds/case-studies/rain4rent-mobile-c90d952f.jpg"); } }

.bg-case-study-rar-cranes {
  background-position: center;
  background-size: cover;
  background-image: url("/images/backgrounds/case-studies/rar-cranes-da47c7a8.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bg-case-study-rar-cranes {
      background-image: url("/images/backgrounds/case-studies/rar-cranes_2x-da47c7a8.jpg"); } }
  @media (max-width: 689px) {
    .bg-case-study-rar-cranes {
      background-image: url("/images/backgrounds/case-studies/rar-cranes-mobile-342c36ad.jpg"); } }

.bg-case-study-rechenberg {
  background-position: center;
  background-size: cover;
  background-image: url("/images/backgrounds/case-studies/rechenberg-fa2d4101.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bg-case-study-rechenberg {
      background-image: url("/images/backgrounds/case-studies/rechenberg_2x-fa2d4101.jpg"); } }
  @media (max-width: 689px) {
    .bg-case-study-rechenberg {
      background-image: url("/images/backgrounds/case-studies/rechenberg-mobile-8efefd05.jpg"); } }

.bg-case-study-rm {
  background-position: center;
  background-size: cover;
  background-image: url("/images/backgrounds/case-studies/rm-fa36dcd8.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bg-case-study-rm {
      background-image: url("/images/backgrounds/case-studies/rm_2x-fa36dcd8.jpg"); } }
  @media (max-width: 689px) {
    .bg-case-study-rm {
      background-image: url("/images/backgrounds/case-studies/rm-mobile-034aa7b4.jpg"); } }

.bg-case-study-sam {
  background-position: center;
  background-size: cover;
  background-image: url("/images/backgrounds/case-studies/sam-b5207ea3.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bg-case-study-sam {
      background-image: url("/images/backgrounds/case-studies/sam_2x-b5207ea3.jpg"); } }
  @media (max-width: 689px) {
    .bg-case-study-sam {
      background-image: url("/images/backgrounds/case-studies/sam-mobile-890f84a7.jpg"); } }

.bg-case-study-simmonds-transport {
  background-position: center;
  background-size: cover;
  background-image: url("/images/backgrounds/case-studies/simmonds-transport-fb29b468.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bg-case-study-simmonds-transport {
      background-image: url("/images/backgrounds/case-studies/simmonds-transport_2x-fb29b468.jpg"); } }
  @media (max-width: 689px) {
    .bg-case-study-simmonds-transport {
      background-image: url("/images/backgrounds/case-studies/simmonds-transport-mobile-ef46c8c2.jpg"); } }

.bg-case-study-stahlman {
  background-position: center;
  background-size: cover;
  background-image: url("/images/backgrounds/case-studies/stahlman-590d47ed.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bg-case-study-stahlman {
      background-image: url("/images/backgrounds/case-studies/stahlman_2x-590d47ed.jpg"); } }
  @media (max-width: 689px) {
    .bg-case-study-stahlman {
      background-image: url("/images/backgrounds/case-studies/stahlman-mobile-9ea318f8.jpg"); } }

.bg-case-study-sweet-paradise {
  background-position: center;
  background-size: cover;
  background-image: url("/images/backgrounds/case-studies/sweet-paradise.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bg-case-study-sweet-paradise {
      background-image: url("/images/backgrounds/case-studies/sweet-paradise_2x.jpg"); } }
  @media (max-width: 689px) {
    .bg-case-study-sweet-paradise {
      background-image: url("/images/backgrounds/case-studies/sweet-paradise-mobile-de2380a4.jpg"); } }

.bg-case-study-tag-logistik {
  background-position: center;
  background-size: cover;
  background-image: url("/images/backgrounds/case-studies/tag-logistik-2b69f850.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bg-case-study-tag-logistik {
      background-image: url("/images/backgrounds/case-studies/tag-logistik_2x-2b69f850.jpg"); } }
  @media (max-width: 689px) {
    .bg-case-study-tag-logistik {
      background-image: url("/images/backgrounds/case-studies/tag-logistik-mobile-c77455f7.jpg"); } }

.bg-case-study-touringcars {
  background-position: center;
  background-size: cover;
  background-image: url("/images/backgrounds/case-studies/touringcars.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bg-case-study-touringcars {
      background-image: url("/images/backgrounds/case-studies/touringcars_2x.jpg"); } }
  @media (max-width: 689px) {
    .bg-case-study-touringcars {
      background-image: url("/images/backgrounds/case-studies/touringcars-mobile.jpg"); } }

.bg-case-study-ultra-logistics {
  background-position: center;
  background-size: cover;
  background-image: url("/images/backgrounds/case-studies/ultra-logistics.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bg-case-study-ultra-logistics {
      background-image: url("/images/backgrounds/case-studies/ultra-logistics_2x.jpg"); } }
  @media (max-width: 689px) {
    .bg-case-study-ultra-logistics {
      background-image: url("/images/backgrounds/case-studies/ultra-logistics-mobile.jpg"); } }

.bg-case-study-velux {
  background-position: center;
  background-size: cover;
  background-image: url("/images/backgrounds/case-studies/velux.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bg-case-study-velux {
      background-image: url("/images/backgrounds/case-studies/velux_2x.jpg"); } }
  @media (max-width: 689px) {
    .bg-case-study-velux {
      background-image: url("/images/backgrounds/case-studies/velux-mobile.jpg"); } }

.bg-case-study-vios-bouwgroep {
  background-position: center;
  background-size: cover;
  background-image: url("/images/backgrounds/case-studies/vios-bouwgroep.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bg-case-study-vios-bouwgroep {
      background-image: url("/images/backgrounds/case-studies/vios-bouwgroep_2x.jpg"); } }
  @media (max-width: 689px) {
    .bg-case-study-vios-bouwgroep {
      background-image: url("/images/backgrounds/case-studies/vios-bouwgroep-mobile.jpg"); } }

.bg-case-study-wolterninck {
  background-position: center;
  background-size: cover;
  background-image: url("/images/backgrounds/case-studies/wolterinck.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bg-case-study-wolterninck {
      background-image: url("/images/backgrounds/case-studies/wolterinck_2x.jpg"); } }
  @media (max-width: 689px) {
    .bg-case-study-wolterninck {
      background-image: url("/images/backgrounds/case-studies/wolterinck-mobile.jpg"); } }

.bg-case-study-zayo {
  background-position: center;
  background-size: cover;
  background-image: url("/images/backgrounds/case-studies/zayo.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bg-case-study-zayo {
      background-image: url("/images/backgrounds/case-studies/zayo_2x.jpg"); } }
  @media (max-width: 689px) {
    .bg-case-study-zayo {
      background-image: url("/images/backgrounds/case-studies/zayo-mobile.jpg"); } }

.bg-company-about {
  background-position: center;
  background-size: cover;
  background-image: url("/images/backgrounds/company/about-7a82c78c.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bg-company-about {
      background-image: url("/images/backgrounds/company/about_2x-7a82c78c.jpg"); } }
  @media (max-width: 689px) {
    .bg-company-about {
      background-image: url("/images/backgrounds/company/about-mobile-758632cd.jpg"); } }

.bg-fleet-tracking-app {
  background-position: center;
  background-size: cover;
  background-image: url("/images/backgrounds/orphan/fleet-tracking-app-85b582f0.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bg-fleet-tracking-app {
      background-image: url("/images/backgrounds/orphan/fleet-tracking-app_2x-7643c9c9.jpg"); } }
  @media (max-width: 689px) {
    .bg-fleet-tracking-app {
      background-image: url("/images/backgrounds/orphan/fleet-tracking-app-mobile-495e6f90.jpg"); } }

.bg-fleet-tracking-app-fr {
  background-position: center;
  background-size: cover;
  background-image: url("/images/backgrounds/orphan/fleet-tracking-app-fr-0953569d.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bg-fleet-tracking-app-fr {
      background-image: url("/images/backgrounds/orphan/fleet-tracking-app-fr_2x-ea5424c5.jpg"); } }
  @media (max-width: 689px) {
    .bg-fleet-tracking-app-fr {
      background-image: url("/images/backgrounds/orphan/fleet-tracking-app-fr-mobile-0c32ef90.jpg"); } }

.bg-fleet-tracking-app-mx {
  background-position: center;
  background-size: cover;
  background-image: url("/images/backgrounds/orphan/fleet-tracking-app-mx-dc4c07ad.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bg-fleet-tracking-app-mx {
      background-image: url("/images/backgrounds/orphan/fleet-tracking-app-mx_2x-4df7cd36.jpg"); } }
  @media (max-width: 689px) {
    .bg-fleet-tracking-app-mx {
      background-image: url("/images/backgrounds/orphan/fleet-tracking-app-mx-mobile-4b9c42e6.jpg"); } }

.bg-fleet-tracking-app-nl {
  background-position: center;
  background-size: cover;
  background-image: url("/images/backgrounds/orphan/fleet-tracking-app-nl-95613f26.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bg-fleet-tracking-app-nl {
      background-image: url("/images/backgrounds/orphan/fleet-tracking-app-nl_2x-61b0935f.jpg"); } }
  @media (max-width: 689px) {
    .bg-fleet-tracking-app-nl {
      background-image: url("/images/backgrounds/orphan/fleet-tracking-app-nl-mobile-d8c90f3d.jpg"); } }

.bg-fleet-tracking-app-uk {
  background-position: center;
  background-size: cover;
  background-image: url("/images/backgrounds/orphan/fleet-tracking-app-uk-387e8fd3.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bg-fleet-tracking-app-uk {
      background-image: url("/images/backgrounds/orphan/fleet-tracking-app-uk_2x-c15e8762.jpg"); } }
  @media (max-width: 689px) {
    .bg-fleet-tracking-app-uk {
      background-image: url("/images/backgrounds/orphan/fleet-tracking-app-uk-mobile-75f5bab9.jpg"); } }

.bg-fuel-pumps {
  background-position: center;
  background-size: cover;
  background-image: url("/images/backgrounds/featureful/hero-pumps-56ca9489.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bg-fuel-pumps {
      background-image: url("/images/backgrounds/featureful/hero-pumps_2x-56ca9489.jpg"); } }
  @media (max-width: 689px) {
    .bg-fuel-pumps {
      background-image: url("/images/backgrounds/featureful/hero-pumps-mobile-54beda4e.jpg"); } }

.bg-gps-tracking {
  background-position: center;
  background-size: cover;
  background-image: url("/images/backgrounds/orphan/gps-tracking.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bg-gps-tracking {
      background-image: url("/images/backgrounds/orphan/gps-tracking_2x-2f34c1d4.jpg"); } }
  @media (max-width: 689px) {
    .bg-gps-tracking {
      background-image: url("/images/backgrounds/orphan/gps-tracking-mobile-fa383ed0.jpg"); } }

.bg-gps-tracking-small-truck {
  background-position: center;
  background-size: cover;
  background-image: url("/images/backgrounds/orphan/gps-tracking-small-truck-44e26500.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bg-gps-tracking-small-truck {
      background-image: url("/images/backgrounds/orphan/gps-tracking-small-truck_2x-44e26500.jpg"); } }
  @media (max-width: 689px) {
    .bg-gps-tracking-small-truck {
      background-image: url("/images/backgrounds/orphan/gps-tracking-small-truck-mobile-912d7112.jpg"); } }

.bg-industries-airline-services {
  background-position: center;
  background-size: cover;
  background-image: url("/images/backgrounds/industries/airline-services-6a41e69e.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bg-industries-airline-services {
      background-image: url("/images/backgrounds/industries/airline-services_2x-6950306d.jpg"); } }
  @media (max-width: 689px) {
    .bg-industries-airline-services {
      background-image: url("/images/backgrounds/industries/airline-services-mobile-c34b3328.jpg"); } }

.bg-industries-construction {
  background-position: center;
  background-size: cover;
  background-image: url("/images/backgrounds/industries/construction-fe09163a.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bg-industries-construction {
      background-image: url("/images/backgrounds/industries/construction_2x-fc4a0b06.jpg"); } }
  @media (max-width: 689px) {
    .bg-industries-construction {
      background-image: url("/images/backgrounds/industries/construction-mobile-3e9e5e04.jpg"); } }

.bg-industries-construction-au {
  background-position: center;
  background-size: cover;
  background-image: url("/images/backgrounds/industries/construction-au-27f2e668.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bg-industries-construction-au {
      background-image: url("/images/backgrounds/industries/construction-au_2x-5e7b657a.jpg"); } }
  @media (max-width: 689px) {
    .bg-industries-construction-au {
      background-image: url("/images/backgrounds/industries/construction-au-mobile-fb2d19f7.jpg"); } }

.bg-industries-distribution {
  background-position: center;
  background-size: cover;
  background-image: url("/images/backgrounds/industries/distribution-547adc2f.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bg-industries-distribution {
      background-image: url("/images/backgrounds/industries/distribution_2x-4b372c26.jpg"); } }
  @media (max-width: 689px) {
    .bg-industries-distribution {
      background-image: url("/images/backgrounds/industries/distribution-mobile-9dbdc989.jpg"); } }

.bg-industries-distribution-eu {
  background-position: center;
  background-size: cover;
  background-image: url("/images/backgrounds/industries/distribution-eu-64d3759c.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bg-industries-distribution-eu {
      background-image: url("/images/backgrounds/industries/distribution-eu_2x-f3442f97.jpg"); } }
  @media (max-width: 689px) {
    .bg-industries-distribution-eu {
      background-image: url("/images/backgrounds/industries/distribution-eu-mobile-fe3a729e.jpg"); } }

.bg-industries-education {
  background-position: center;
  background-size: cover;
  background-image: url("/images/backgrounds/industries/education-f49fe9ba.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bg-industries-education {
      background-image: url("/images/backgrounds/industries/education_2x-f49fe9ba.jpg"); } }
  @media (max-width: 689px) {
    .bg-industries-education {
      background-image: url("/images/backgrounds/industries/education-mobile-0661e908.jpg"); } }

.bg-industries-education-safety {
  background-position: center;
  background-size: cover;
  background-image: url("/images/backgrounds/industries/education-safety-956643c7.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bg-industries-education-safety {
      background-image: url("/images/backgrounds/industries/education-safety_2x-956643c7.jpg"); } }
  @media (max-width: 689px) {
    .bg-industries-education-safety {
      background-image: url("/images/backgrounds/industries/education-safety-mobile-61dc04ff.jpg"); } }

.bg-industries-express-delivery {
  background-position: center;
  background-size: cover;
  background-image: url("/images/backgrounds/industries/express-delivery-92119448.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bg-industries-express-delivery {
      background-image: url("/images/backgrounds/industries/express-delivery_2x-8dc9adfb.jpg"); } }
  @media (max-width: 689px) {
    .bg-industries-express-delivery {
      background-image: url("/images/backgrounds/industries/express-delivery-mobile-68986ac0.jpg"); } }

.bg-industries-facility-services {
  background-position: center;
  background-size: cover;
  background-image: url("/images/backgrounds/industries/facility-services-bb372305.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bg-industries-facility-services {
      background-image: url("/images/backgrounds/industries/facility-services_2x-7ae965fc.jpg"); } }
  @media (max-width: 689px) {
    .bg-industries-facility-services {
      background-image: url("/images/backgrounds/industries/facility-services-mobile-6d1b89a3.jpg"); } }

.bg-industries-government {
  background-position: center;
  background-size: cover;
  background-image: url("/images/backgrounds/industries/government-daa088a5.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bg-industries-government {
      background-image: url("/images/backgrounds/industries/government_2x-82a280ef.jpg"); } }
  @media (max-width: 689px) {
    .bg-industries-government {
      background-image: url("/images/backgrounds/industries/government-mobile-df19c5d5.jpg"); } }

.bg-industries-government-be-nl {
  background-position: center;
  background-size: cover;
  background-image: url("/images/backgrounds/industries/government-be-nl-089122c8.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bg-industries-government-be-nl {
      background-image: url("/images/backgrounds/industries/government-be-nl_2x-4cd08dcd.jpg"); } }
  @media (max-width: 689px) {
    .bg-industries-government-be-nl {
      background-image: url("/images/backgrounds/industries/government-be-nl-mobile-6538bebe.jpg"); } }

.bg-industries-government-de {
  background-position: center;
  background-size: cover;
  background-image: url("/images/backgrounds/industries/government-de-03933ea7.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bg-industries-government-de {
      background-image: url("/images/backgrounds/industries/government-de_2x-3712d3a5.jpg"); } }
  @media (max-width: 689px) {
    .bg-industries-government-de {
      background-image: url("/images/backgrounds/industries/government-de-mobile-0c4aa0dd.jpg"); } }

.bg-industries-index {
  background-position: center;
  background-size: cover;
  background-image: url("/images/backgrounds/industries/index-ac2ea729.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bg-industries-index {
      background-image: url("/images/backgrounds/industries/index_2x-eb665a70.jpg"); } }
  @media (max-width: 689px) {
    .bg-industries-index {
      background-image: url("/images/backgrounds/industries/index-mobile-e9bff61f.jpg"); } }

.bg-industries-nursing-services {
  background-position: center;
  background-size: cover;
  background-image: url("/images/backgrounds/industries/nursing-services-8632402b.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bg-industries-nursing-services {
      background-image: url("/images/backgrounds/industries/nursing-services_2x-04bc3312.jpg"); } }
  @media (max-width: 689px) {
    .bg-industries-nursing-services {
      background-image: url("/images/backgrounds/industries/nursing-services-mobile-d6225b09.jpg"); } }

.bg-industries-oil-gas-mining {
  background-position: center;
  background-size: cover;
  background-image: url("/images/backgrounds/industries/oil-gas-mining-c9666f52.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bg-industries-oil-gas-mining {
      background-image: url("/images/backgrounds/industries/oil-gas-mining_2x-096a51d0.jpg"); } }
  @media (max-width: 689px) {
    .bg-industries-oil-gas-mining {
      background-image: url("/images/backgrounds/industries/oil-gas-mining-mobile-ed4bc82a.jpg"); } }

.bg-industries-people-transport {
  background-position: center;
  background-size: cover;
  background-image: url("/images/backgrounds/industries/people-transport-dc961f0a.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bg-industries-people-transport {
      background-image: url("/images/backgrounds/industries/people-transport_2x-2e70be14.jpg"); } }
  @media (max-width: 689px) {
    .bg-industries-people-transport {
      background-image: url("/images/backgrounds/industries/people-transport-mobile-35293325.jpg"); } }

.bg-industries-people-transport-uk {
  background-position: center;
  background-size: cover;
  background-image: url("/images/backgrounds/industries/people-transport-uk-4769837a.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bg-industries-people-transport-uk {
      background-image: url("/images/backgrounds/industries/people-transport-uk_2x-f792281a.jpg"); } }
  @media (max-width: 689px) {
    .bg-industries-people-transport-uk {
      background-image: url("/images/backgrounds/industries/people-transport-uk-mobile-89d7de83.jpg"); } }

.bg-industries-services {
  background-position: center;
  background-size: cover;
  background-image: url("/images/backgrounds/industries/services-1c920190.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bg-industries-services {
      background-image: url("/images/backgrounds/industries/services_2x-d1702dae.jpg"); } }
  @media (max-width: 689px) {
    .bg-industries-services {
      background-image: url("/images/backgrounds/industries/services-mobile-0974b46d.jpg"); } }

.bg-industries-services-au {
  background-position: center;
  background-size: cover;
  background-image: url("/images/backgrounds/industries/services-au-32af58c9.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bg-industries-services-au {
      background-image: url("/images/backgrounds/industries/services-au_2x-c6811505.jpg"); } }
  @media (max-width: 689px) {
    .bg-industries-services-au {
      background-image: url("/images/backgrounds/industries/services-au-mobile-74fe80e6.jpg"); } }

.bg-industries-services-nl {
  background-position: center;
  background-size: cover;
  background-image: url("/images/backgrounds/industries/services-nl-1aaf9bb9.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bg-industries-services-nl {
      background-image: url("/images/backgrounds/industries/services-nl_2x-160f2f80.jpg"); } }
  @media (max-width: 689px) {
    .bg-industries-services-nl {
      background-image: url("/images/backgrounds/industries/services-nl-mobile-66a866ba.jpg"); } }

.bg-industries-services-uk {
  background-position: center;
  background-size: cover;
  background-image: url("/images/backgrounds/industries/services-uk-2a596091.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bg-industries-services-uk {
      background-image: url("/images/backgrounds/industries/services-uk_2x-f0b95e1d.jpg"); } }
  @media (max-width: 689px) {
    .bg-industries-services-uk {
      background-image: url("/images/backgrounds/industries/services-uk-mobile-ab15b360.jpg"); } }

.bg-industries-transportation {
  background-position: center;
  background-size: cover;
  background-image: url("/images/backgrounds/industries/transportation-183771d5.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bg-industries-transportation {
      background-image: url("/images/backgrounds/industries/transportation_2x-517193d1.jpg"); } }
  @media (max-width: 689px) {
    .bg-industries-transportation {
      background-image: url("/images/backgrounds/industries/transportation-mobile-53dbca45.jpg"); } }

.bg-industries-transportation-au {
  background-position: center;
  background-size: cover;
  background-image: url("/images/backgrounds/industries/transportation-au-65cc478e.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bg-industries-transportation-au {
      background-image: url("/images/backgrounds/industries/transportation-au_2x-d53010de.jpg"); } }
  @media (max-width: 689px) {
    .bg-industries-transportation-au {
      background-image: url("/images/backgrounds/industries/transportation-au-mobile-4e14c71f.jpg"); } }

.bg-industries-transportation-eu {
  background-position: center;
  background-size: cover;
  background-image: url("/images/backgrounds/industries/transportation-eu-f47051f4.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bg-industries-transportation-eu {
      background-image: url("/images/backgrounds/industries/transportation-eu_2x-f5a94b0a.jpg"); } }
  @media (max-width: 689px) {
    .bg-industries-transportation-eu {
      background-image: url("/images/backgrounds/industries/transportation-eu-mobile-03d123ed.jpg"); } }

.bg-industries-utilities {
  background-position: center;
  background-size: cover;
  background-image: url("/images/backgrounds/industries/utilities-b7814661.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bg-industries-utilities {
      background-image: url("/images/backgrounds/industries/utilities_2x-5cb886a4.jpg"); } }
  @media (max-width: 689px) {
    .bg-industries-utilities {
      background-image: url("/images/backgrounds/industries/utilities-mobile-f2332662.jpg"); } }

.bg-industries-utilities-au {
  background-position: center;
  background-size: cover;
  background-image: url("/images/backgrounds/industries/utilities-au-60c8556e.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bg-industries-utilities-au {
      background-image: url("/images/backgrounds/industries/utilities-au_2x-f8eca20f.jpg"); } }
  @media (max-width: 689px) {
    .bg-industries-utilities-au {
      background-image: url("/images/backgrounds/industries/utilities-au-mobile-e1ac952c.jpg"); } }

.bg-industries-utilities-fr {
  background-position: center;
  background-size: cover;
  background-image: url("/images/backgrounds/industries/utilities-fr-3850c6e0.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bg-industries-utilities-fr {
      background-image: url("/images/backgrounds/industries/utilities-fr_2x-5db68a7e.jpg"); } }
  @media (max-width: 689px) {
    .bg-industries-utilities-fr {
      background-image: url("/images/backgrounds/industries/utilities-fr-mobile-5688edd2.jpg"); } }

.bg-industries-utilities-pl {
  background-position: center;
  background-size: cover;
  background-image: url("/images/backgrounds/industries/utilities-pl-b467c10f.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bg-industries-utilities-pl {
      background-image: url("/images/backgrounds/industries/utilities-pl_2x-fb2e7ce8.jpg"); } }
  @media (max-width: 689px) {
    .bg-industries-utilities-pl {
      background-image: url("/images/backgrounds/industries/utilities-pl-mobile-ccfbd98c.jpg"); } }

.bg-industries-waste-management {
  background-position: center;
  background-size: cover;
  background-image: url("/images/backgrounds/industries/waste-management-3e7afec9.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bg-industries-waste-management {
      background-image: url("/images/backgrounds/industries/waste-management_2x-ff4019cb.jpg"); } }
  @media (max-width: 689px) {
    .bg-industries-waste-management {
      background-image: url("/images/backgrounds/industries/waste-management-mobile-81b91cc4.jpg"); } }

.bg-more-than-apps {
  background-position: center;
  background-size: cover;
  background-image: url("/images/backgrounds/orphan/more-than-apps-bg-82e149d7.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bg-more-than-apps {
      background-image: url("/images/backgrounds/orphan/more-than-apps-bg_2x-82e149d7.jpg"); } }
  @media (max-width: 689px) {
    .bg-more-than-apps {
      background-image: url("/images/backgrounds/orphan/more-than-apps-bg-mobile-efa790a8.jpg"); } }

.bg-more-than-apps-fr {
  background-position: center;
  background-size: cover;
  background-image: url("/images/backgrounds/orphan/more-than-apps-bg-fr-3fbbaf77.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bg-more-than-apps-fr {
      background-image: url("/images/backgrounds/orphan/more-than-apps-bg-fr_2x-3fbbaf77.jpg"); } }
  @media (max-width: 689px) {
    .bg-more-than-apps-fr {
      background-image: url("/images/backgrounds/orphan/more-than-apps-bg-fr-mobile-399e438c.jpg"); } }

.bg-nalp {
  background-position: center;
  background-size: cover;
  background-image: url("/images/backgrounds/featureful/nalp-003669d2.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bg-nalp {
      background-image: url("/images/backgrounds/featureful/nalp_2x-439fe33a.jpg"); } }
  @media (max-width: 689px) {
    .bg-nalp {
      background-image: url("/images/backgrounds/featureful/nalp-mobile-de5a0c2a.jpg"); } }

.bg-oem-fuso-extend {
  background-position: center;
  background-size: cover;
  background-image: url("/images/backgrounds/oem/bg-hero-fuso-extend-efb76b65.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bg-oem-fuso-extend {
      background-image: url("/images/backgrounds/oem/bg-hero-fuso-extend_2x-efb76b65.jpg"); } }
  @media (max-width: 689px) {
    .bg-oem-fuso-extend {
      background-image: url("/images/backgrounds/oem/bg-hero-fuso-extend-mobile-fa0fbcd3.jpg"); } }

.bg-oem-hino {
  background-position: center;
  background-size: cover;
  background-image: url("/images/backgrounds/oem/bg-hero-hino-44dfe3d4.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bg-oem-hino {
      background-image: url("/images/backgrounds/oem/bg-hero-hino_2x-44dfe3d4.jpg"); } }
  @media (max-width: 689px) {
    .bg-oem-hino {
      background-image: url("/images/backgrounds/oem/bg-hero-hino-mobile-970871f5.jpg"); } }

.bg-services-api-integration {
  background-position: center;
  background-size: cover;
  background-image: url("/images/backgrounds/services/api-integration-4cb2f2f6.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bg-services-api-integration {
      background-image: url("/images/backgrounds/services/api-integration_2x-a3b0dfaf.jpg"); } }
  @media (max-width: 689px) {
    .bg-services-api-integration {
      background-image: url("/images/backgrounds/services/api-integration-mobile-1ee2d821.jpg"); } }

.bg-services-become-partner {
  background-position: center;
  background-size: cover;
  background-image: url("/images/backgrounds/services/become-partner-6e0a75c5.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bg-services-become-partner {
      background-image: url("/images/backgrounds/services/become-partner_2x-3fd345c1.jpg"); } }
  @media (max-width: 689px) {
    .bg-services-become-partner {
      background-image: url("/images/backgrounds/services/become-partner-mobile-c6939fc1.jpg"); } }

.bg-services-become-partner-fr {
  background-position: center;
  background-size: cover;
  background-image: url("/images/backgrounds/services/become-partner-fr-4f777baa.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bg-services-become-partner-fr {
      background-image: url("/images/backgrounds/services/become-partner-fr_2x-9c4fb03e.jpg"); } }
  @media (max-width: 689px) {
    .bg-services-become-partner-fr {
      background-image: url("/images/backgrounds/services/become-partner-fr-mobile-b734518f.jpg"); } }

.bg-services-enterprise-support {
  background-position: center;
  background-size: cover;
  background-image: url("/images/backgrounds/services/enterprise-support-0d065441.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bg-services-enterprise-support {
      background-image: url("/images/backgrounds/services/enterprise-support_2x-14e24438.jpg"); } }
  @media (max-width: 689px) {
    .bg-services-enterprise-support {
      background-image: url("/images/backgrounds/services/enterprise-support-mobile-83ae94c8.jpg"); } }

.bg-services-partner-integrations {
  background-position: center;
  background-size: cover;
  background-image: url("/images/backgrounds/services/partner-integrations-773bb29b.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bg-services-partner-integrations {
      background-image: url("/images/backgrounds/services/partner-integrations_2x-51eef86b.jpg"); } }
  @media (max-width: 689px) {
    .bg-services-partner-integrations {
      background-image: url("/images/backgrounds/services/partner-integrations-mobile-c00313d3.jpg"); } }

.bg-solutions-byod {
  background-position: center;
  background-size: cover;
  background-image: url("/images/backgrounds/solutions/mobile-devices-tiled-e3f2ad10.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bg-solutions-byod {
      background-image: url("/images/backgrounds/solutions/mobile-devices-tiled_2x-e3f2ad10.jpg"); } }
  @media (max-width: 689px) {
    .bg-solutions-byod {
      background-image: url("/images/backgrounds/solutions/mobile-devices-tiled-mobile-27ecedba.jpg"); } }

.bg-solutions-compliance {
  background-position: center;
  background-size: cover;
  background-image: url("/images/backgrounds/solutions/compliance-be93ca7d.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bg-solutions-compliance {
      background-image: url("/images/backgrounds/solutions/compliance_2x-be93ca7d.jpg"); } }
  @media (max-width: 689px) {
    .bg-solutions-compliance {
      background-image: url("/images/backgrounds/solutions/compliance-mobile-c7276174.jpg"); } }

.bg-solutions-driver-management {
  background-position: center;
  background-size: cover;
  background-image: url("/images/backgrounds/solutions/driver-management-36c332d9.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bg-solutions-driver-management {
      background-image: url("/images/backgrounds/solutions/driver-management_2x-02c7f20f.jpg"); } }
  @media (max-width: 689px) {
    .bg-solutions-driver-management {
      background-image: url("/images/backgrounds/solutions/driver-management-mobile-1707ab54.jpg"); } }

.bg-solutions-driver-management-au {
  background-position: center;
  background-size: cover;
  background-image: url("/images/backgrounds/solutions/driver-management-au-05193e56.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bg-solutions-driver-management-au {
      background-image: url("/images/backgrounds/solutions/driver-management-au_2x-de8a54a6.jpg"); } }
  @media (max-width: 689px) {
    .bg-solutions-driver-management-au {
      background-image: url("/images/backgrounds/solutions/driver-management-au-mobile-995e586a.jpg"); } }

.bg-solutions-driver-management-uk {
  background-position: center;
  background-size: cover;
  background-image: url("/images/backgrounds/solutions/driver-management-uk-28c2141c.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bg-solutions-driver-management-uk {
      background-image: url("/images/backgrounds/solutions/driver-management-uk_2x-2f6970c7.jpg"); } }
  @media (max-width: 689px) {
    .bg-solutions-driver-management-uk {
      background-image: url("/images/backgrounds/solutions/driver-management-uk-mobile-209e3dd9.jpg"); } }

.bg-solutions-dvir {
  background-position: center;
  background-size: cover;
  background-image: url("/images/backgrounds/solutions/dvir-a1732101.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bg-solutions-dvir {
      background-image: url("/images/backgrounds/solutions/dvir_2x-81645126.jpg"); } }
  @media (max-width: 689px) {
    .bg-solutions-dvir {
      background-image: url("/images/backgrounds/solutions/dvir-mobile-054a78b9.jpg"); } }

.bg-solutions-dvir-compliance {
  background-position: center;
  background-size: cover;
  background-image: url("/images/backgrounds/solutions/dvir-compliance-b68f5d76.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bg-solutions-dvir-compliance {
      background-image: url("/images/backgrounds/solutions/dvir-compliance_2x-c9fc979f.jpg"); } }
  @media (max-width: 689px) {
    .bg-solutions-dvir-compliance {
      background-image: url("/images/backgrounds/solutions/dvir-compliance-mobile-cd68687b.jpg"); } }

.bg-solutions-fleet-safer-workers {
  background-position: center;
  background-size: cover;
  background-image: url("/images/backgrounds/solutions/safer-workers-05044ff5.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bg-solutions-fleet-safer-workers {
      background-image: url("/images/backgrounds/solutions/safer-workers_2x-05044ff5.jpg"); } }
  @media (max-width: 689px) {
    .bg-solutions-fleet-safer-workers {
      background-image: url("/images/backgrounds/solutions/safer-workers-mobile-9524cc27.jpg"); } }

.bg-solutions-fleet-safer-workers-capterra {
  background-position: center;
  background-size: cover;
  background-image: url("/images/backgrounds/solutions/safer-workers-capterra-7d63ca16.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bg-solutions-fleet-safer-workers-capterra {
      background-image: url("/images/backgrounds/solutions/safer-workers-capterra_2x-950ab8f3.jpg"); } }
  @media (max-width: 689px) {
    .bg-solutions-fleet-safer-workers-capterra {
      background-image: url("/images/backgrounds/solutions/safer-workers-capterra-mobile-53507d59.jpg"); } }

.bg-solutions-field-services {
  background-position: center;
  background-size: cover;
  background-image: url("/images/backgrounds/solutions/field-services-fa8d9ad8.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bg-solutions-field-services {
      background-image: url("/images/backgrounds/solutions/field-services_2x-230849c6.jpg"); } }
  @media (max-width: 689px) {
    .bg-solutions-field-services {
      background-image: url("/images/backgrounds/solutions/field-services-mobile-535676bf.jpg"); } }

.bg-solutions-field-services-au {
  background-position: center;
  background-size: cover;
  background-image: url("/images/backgrounds/solutions/field-services-au-8a6de542.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bg-solutions-field-services-au {
      background-image: url("/images/backgrounds/solutions/field-services-au_2x-a5692950.jpg"); } }
  @media (max-width: 689px) {
    .bg-solutions-field-services-au {
      background-image: url("/images/backgrounds/solutions/field-services-au-mobile-10db5ea4.jpg"); } }

.bg-solutions-field-services-uk {
  background-position: center;
  background-size: cover;
  background-image: url("/images/backgrounds/solutions/field-services-uk-aa3446da.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bg-solutions-field-services-uk {
      background-image: url("/images/backgrounds/solutions/field-services-uk_2x-a9f6baae.jpg"); } }
  @media (max-width: 689px) {
    .bg-solutions-field-services-uk {
      background-image: url("/images/backgrounds/solutions/field-services-uk-mobile-10db5ea4.jpg"); } }

.bg-solutions-fleet-tracking {
  background-position: center;
  background-size: cover;
  background-image: url("/images/backgrounds/solutions/fleet-tracking-76c60525.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bg-solutions-fleet-tracking {
      background-image: url("/images/backgrounds/solutions/fleet-tracking_2x-76c60525.jpg"); } }
  @media (max-width: 689px) {
    .bg-solutions-fleet-tracking {
      background-image: url("/images/backgrounds/solutions/fleet-tracking-mobile-1bac8969.jpg"); } }

.bg-solutions-fleet-tracking-au {
  background-position: center;
  background-size: cover;
  background-image: url("/images/backgrounds/solutions/fleet-tracking-au-c0ef4f43.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bg-solutions-fleet-tracking-au {
      background-image: url("/images/backgrounds/solutions/fleet-tracking-au_2x-81245def.jpg"); } }
  @media (max-width: 689px) {
    .bg-solutions-fleet-tracking-au {
      background-image: url("/images/backgrounds/solutions/fleet-tracking-au-mobile-2bd01ceb.jpg"); } }

.bg-solutions-fleet-tracking-privacy {
  background-position: center;
  background-size: cover;
  background-image: url("/images/backgrounds/solutions/fleet-tracking-privacy-396044d5.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bg-solutions-fleet-tracking-privacy {
      background-image: url("/images/backgrounds/solutions/fleet-tracking-privacy_2x-e02dca4b.jpg"); } }
  @media (max-width: 689px) {
    .bg-solutions-fleet-tracking-privacy {
      background-image: url("/images/backgrounds/solutions/fleet-tracking-privacy-mobile-fa6f4cb1.jpg"); } }

.bg-solutions-fleet-tracking-uk {
  background-position: center;
  background-size: cover;
  background-image: url("/images/backgrounds/solutions/fleet-tracking-uk-d5c4591c.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bg-solutions-fleet-tracking-uk {
      background-image: url("/images/backgrounds/solutions/fleet-tracking-uk_2x-5a6cff2e.jpg"); } }
  @media (max-width: 689px) {
    .bg-solutions-fleet-tracking-uk {
      background-image: url("/images/backgrounds/solutions/fleet-tracking-uk-mobile-0f6563f6.jpg"); } }

.bg-solutions-fuel-software {
  background-position: center;
  background-size: cover;
  background-image: url("/images/backgrounds/solutions/au-fueltax-banner-4bbc4c1a.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bg-solutions-fuel-software {
      background-image: url("/images/backgrounds/solutions/au-fueltax-banner_2x-56202d14.jpg"); } }
  @media (max-width: 689px) {
    .bg-solutions-fuel-software {
      background-image: url("/images/backgrounds/solutions/au-fueltax-banner-mobile-0ac94ba2.jpg"); } }

.bg-solutions-hos-compliance {
  background-position: center;
  background-size: cover;
  background-image: url("/images/backgrounds/solutions/hos-compliance-5cd41316.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bg-solutions-hos-compliance {
      background-image: url("/images/backgrounds/solutions/hos-compliance_2x-63ab91f3.jpg"); } }
  @media (max-width: 689px) {
    .bg-solutions-hos-compliance {
      background-image: url("/images/backgrounds/solutions/hos-compliance-mobile-f4eec303.jpg"); } }

.bg-solutions-index {
  background-position: center;
  background-size: cover;
  background-image: url("/images/backgrounds/solutions/index-bb57e617.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bg-solutions-index {
      background-image: url("/images/backgrounds/solutions/index_2x-ed202eed.jpg"); } }
  @media (max-width: 689px) {
    .bg-solutions-index {
      background-image: url("/images/backgrounds/solutions/index-mobile-288c6cb2.jpg"); } }

.bg-solutions-navigation {
  background-position: center;
  background-size: cover;
  background-image: url("/images/backgrounds/solutions/navigation-4c1c8167.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bg-solutions-navigation {
      background-image: url("/images/backgrounds/solutions/navigation_2x-54a0fd0a.jpg"); } }
  @media (max-width: 689px) {
    .bg-solutions-navigation {
      background-image: url("/images/backgrounds/solutions/navigation-mobile-fcecc5f1.jpg"); } }

.bg-solutions-navigation-au {
  background-position: center;
  background-size: cover;
  background-image: url("/images/backgrounds/solutions/navigation-au-9674cbf5.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bg-solutions-navigation-au {
      background-image: url("/images/backgrounds/solutions/navigation-au_2x-8e36e7a4.jpg"); } }
  @media (max-width: 689px) {
    .bg-solutions-navigation-au {
      background-image: url("/images/backgrounds/solutions/navigation-au-mobile-4b9940c4.jpg"); } }

.bg-solutions-navigation-uk {
  background-position: center;
  background-size: cover;
  background-image: url("/images/backgrounds/solutions/navigation-uk-d5ca1e2e.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bg-solutions-navigation-uk {
      background-image: url("/images/backgrounds/solutions/navigation-uk_2x-82161efb.jpg"); } }
  @media (max-width: 689px) {
    .bg-solutions-navigation-uk {
      background-image: url("/images/backgrounds/solutions/navigation-uk-mobile-318f3f8a.jpg"); } }

.bg-solutions-navigation-us {
  background-position: center;
  background-size: cover;
  background-image: url("/images/backgrounds/solutions/navigation-us-5a5d570c.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bg-solutions-navigation-us {
      background-image: url("/images/backgrounds/solutions/navigation-us_2x-ad1a2fcc.jpg"); } }
  @media (max-width: 689px) {
    .bg-solutions-navigation-us {
      background-image: url("/images/backgrounds/solutions/navigation-us-mobile-c0676164.jpg"); } }

.bg-solutions-online-driver-management {
  background-position: center;
  background-size: cover;
  background-image: url("/images/backgrounds/solutions/online-driver-management-3068f1f3.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bg-solutions-online-driver-management {
      background-image: url("/images/backgrounds/solutions/online-driver-management_2x-b1a9729d.jpg"); } }
  @media (max-width: 689px) {
    .bg-solutions-online-driver-management {
      background-image: url("/images/backgrounds/solutions/online-driver-management-mobile-3bcc074f.jpg"); } }

.bg-solutions-online-driver-management-de {
  background-position: center;
  background-size: cover;
  background-image: url("/images/backgrounds/solutions/online-driver-management-de-1ca18acb.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bg-solutions-online-driver-management-de {
      background-image: url("/images/backgrounds/solutions/online-driver-management-de_2x-62199828.jpg"); } }
  @media (max-width: 689px) {
    .bg-solutions-online-driver-management-de {
      background-image: url("/images/backgrounds/solutions/online-driver-management-de-mobile-38920eb3.jpg"); } }

.bg-solutions-online-driver-management-uk {
  background-position: center;
  background-size: cover;
  background-image: url("/images/backgrounds/solutions/online-driver-management-uk-171af19e.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bg-solutions-online-driver-management-uk {
      background-image: url("/images/backgrounds/solutions/online-driver-management-uk_2x-9ea0a9e0.jpg"); } }
  @media (max-width: 689px) {
    .bg-solutions-online-driver-management-uk {
      background-image: url("/images/backgrounds/solutions/online-driver-management-uk-mobile-900b57df.jpg"); } }

.bg-solutions-paying-fuel-tax {
  background-position: center;
  background-size: cover;
  background-image: url("/images/backgrounds/solutions/fuel-tax-credit-a9e7790c.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bg-solutions-paying-fuel-tax {
      background-image: url("/images/backgrounds/solutions/fuel-tax-credit_2x-28626b85.jpg"); } }
  @media (max-width: 689px) {
    .bg-solutions-paying-fuel-tax {
      background-image: url("/images/backgrounds/solutions/fuel-tax-credit-mobile-58dbf233.jpg"); } }

.bg-solutions-planning {
  background-position: center;
  background-size: cover;
  background-image: url("/images/backgrounds/solutions/planning-3557b7fb.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bg-solutions-planning {
      background-image: url("/images/backgrounds/solutions/planning_2x-05105c91.jpg"); } }
  @media (max-width: 689px) {
    .bg-solutions-planning {
      background-image: url("/images/backgrounds/solutions/planning-mobile-cc3c36d3.jpg"); } }

.bg-solutions-route {
  background-position: center;
  background-size: cover;
  background-image: url("/images/backgrounds/solutions/route-484cda3a.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bg-solutions-route {
      background-image: url("/images/backgrounds/solutions/route_2x-128f7b84.jpg"); } }
  @media (max-width: 689px) {
    .bg-solutions-route {
      background-image: url("/images/backgrounds/solutions/route-mobile-73b9c589.jpg"); } }

.bg-solutions-route-information {
  background-position: center;
  background-size: cover;
  background-image: url("/images/backgrounds/solutions/route-information-062c5768.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bg-solutions-route-information {
      background-image: url("/images/backgrounds/solutions/route-information_2x-7c54423f.jpg"); } }
  @media (max-width: 689px) {
    .bg-solutions-route-information {
      background-image: url("/images/backgrounds/solutions/route-information-mobile-fb19f311.jpg"); } }

.bg-solutions-work-laptop {
  background-position: center;
  background-size: cover;
  background-image: url("/images/backgrounds/solutions/work-laptop-ad0662ae.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bg-solutions-work-laptop {
      background-image: url("/images/backgrounds/solutions/work-laptop_2x-0a41a5ae.jpg"); } }
  @media (max-width: 689px) {
    .bg-solutions-work-laptop {
      background-image: url("/images/backgrounds/solutions/work-laptop-mobile-c943bcb6.jpg"); } }

.bg-tree-spraying {
  background-position: center;
  background-size: cover;
  background-image: url("/images/backgrounds/featureful/tree-spraying-75d219b1.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bg-tree-spraying {
      background-image: url("/images/backgrounds/featureful/tree-spraying_2x-4de1a3ad.jpg"); } }
  @media (max-width: 689px) {
    .bg-tree-spraying {
      background-image: url("/images/backgrounds/featureful/tree-spraying-mobile-7ace6ede.jpg"); } }

.bg-benefits-safety-security {
  background-position: top; }

@media (max-width: 919px) {
  .container-fluid-split div[class*='bg-'] {
    min-height: 640px; } }

.FullHero {
  display: flex;
  flex-direction: column;
  position: relative; }
  .FullHero ._overlay {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end; }
    .FullHero ._overlay ._logo-bar {
      display: flex;
      align-items: flex-start;
      margin-bottom: auto; }
    .FullHero ._overlay ._logo {
      color: #ffffff;
      width: 125px;
      height: 50px;
      margin-bottom: 1.5rem; }
    .FullHero ._overlay ._action-box {
      display: flex;
      margin-left: auto; }
    .FullHero ._overlay ._action {
      margin-left: 1em;
      padding: 0.5em 1em; }
  .FullHero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(35deg, rgba(0, 0, 0, 0.9) 0%, transparent 70%); }
  @media (min-width: 920px) {
    .FullHero ._overlay {
      padding-top: 60px;
      padding-bottom: 60px;
      min-height: 560px; }
      .FullHero ._overlay ._text-block {
        max-width: 38rem; }
      .FullHero ._overlay ._callout-bar {
        display: flex;
        flex-direction: row;
        align-self: stretch;
        align-items: center;
        justify-content: space-between; }
        .FullHero ._overlay ._callout-bar ._customer-callout {
          display: block; }
      .FullHero ._overlay ._feature {
        position: absolute;
        right: 0;
        bottom: 60px; } }
  @media (min-width: 1441px) {
    .FullHero ._overlay ._text-block {
      max-width: 46rem; } }

.TrimHero ._backdrop {
  height: 510px; }

.TrimHero ._hero-block {
  width: 50%;
  margin: 8em 0 3em; }
  @media (max-width: 919px) {
    .TrimHero ._hero-block {
      width: 100%;
      margin: 5em 0 3em; } }

.SeeAlsoCard {
  position: relative;
  color: inherit;
  display: block;
  padding: 40px;
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  .SeeAlsoCard ._main, .SeeAlsoCard ._side {
    position: relative; }
  .SeeAlsoCard ._side {
    display: none; }
  .SeeAlsoCard:hover, .SeeAlsoCard:active {
    color: inherit;
    text-decoration: none;
    background-color: rgba(128, 128, 128, 0.25); }
  .SeeAlsoCard.-wide {
    padding: 40px 0;
    display: flex;
    justify-content: space-between;
    align-items: stretch; }
    .SeeAlsoCard.-wide ._main {
      padding: 0 40px;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      align-items: flex-start; }
      .SeeAlsoCard.-wide ._main ._link {
        display: none; }
    .SeeAlsoCard.-wide ._side {
      flex-grow: 0;
      flex-shrink: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      border-left: thin solid rgba(255, 255, 255, 0.2);
      width: 20%; }
      .SeeAlsoCard.-wide ._side::before {
        content: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='48px' height='36px' viewBox='0 0 48 36' stroke='%23ffffff'%3E%3Cpath d='M2,18 H46 M31,3 L46,18 L31,33' fill='none' stroke-width='2'%3E%3C/path%3E%3C/svg%3E"); }

.StickyNav {
  background-color: #ffffff;
  z-index: 1030;
  font-size: 0.9rem;
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
  display: none;
  align-items: center; }
  .StickyNav ._logo {
    width: 95px;
    height: 38px;
    margin-right: auto;
    margin-top: -2px;
    color: black; }
  .StickyNav.-sticky {
    display: flex;
    height: 72px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .StickyNav.-hidden {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  .StickyNav ._cta {
    padding: 0.6rem 1.8rem;
    font-size: 0.75rem;
    line-height: 1.2rem; }

.StickyShareContainer {
  position: relative;
  overflow-x: hidden; }
  .StickyShareContainer .StickyShare {
    background-color: transparent;
    font-size: 0.9rem;
    display: flex;
    align-items: flex-end;
    padding: 0;
    position: absolute;
    margin-top: 0;
    opacity: 0;
    z-index: 1; }
    .StickyShareContainer .StickyShare.sticky {
      bottom: auto;
      left: 0px;
      position: fixed;
      right: 0px;
      top: 0px;
      margin-top: 0;
      opacity: 1; }
      @media (min-width: 690px) {
        .StickyShareContainer .StickyShare.sticky {
          left: auto; } }
      @media (min-width: 690px) {
        .StickyShareContainer .StickyShare.sticky {
          bottom: 0;
          margin-top: 100px; } }
    .StickyShareContainer .StickyShare div {
      -webkit-transform: translateY(-100%);
              transform: translateY(-100%);
      -webkit-transition: 0.4s ease-in-out;
      transition: 0.4s ease-in-out;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      @media (min-width: 690px) {
        .StickyShareContainer .StickyShare div {
          -webkit-transform: translate(200%, 0);
                  transform: translate(200%, 0);
          -webkit-transition: 0.4s ease-in-out;
          transition: 0.4s ease-in-out; } }
      .StickyShareContainer .StickyShare div.slideIn {
        width: 100%;
        -webkit-transform: translateY(0);
                transform: translateY(0); }
        @media (min-width: 690px) {
          .StickyShareContainer .StickyShare div.slideIn {
            width: auto;
            -webkit-transform: translate(0, 0);
                    transform: translate(0, 0); } }
      @media (max-width: 689px) {
        .StickyShareContainer .StickyShare div {
          padding: 1rem;
          -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
                  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
          background: #fff; } }
    .StickyShareContainer .StickyShare p {
      font-size: 0.8rem;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
    .StickyShareContainer .StickyShare a {
      position: relative; }
      @media (min-width: 690px) {
        .StickyShareContainer .StickyShare a + a {
          margin-top: 1rem; } }
    .StickyShareContainer .StickyShare .icon-facebook {
      width: 30px; }
    .StickyShareContainer .StickyShare .icon-twitter {
      width: 30px; }
    .StickyShareContainer .StickyShare .icon-linkedin {
      width: 30px; }

.EbookCallout hr {
  border-color: black; }

.EbookCallout ._thumbnail img {
  width: 50%; }

@media (min-width: 690px) {
  .EbookCallout ._thumbnail img {
    width: auto;
    max-width: 85%; }
  .EbookCallout ._info {
    max-width: 80%; } }

@media (min-width: 690px) {
  .EbookCallout ._info {
    max-width: 60%; } }

@media (min-width: 1190px) {
  .EbookCallout ._detail {
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
    align-items: center; }
    .EbookCallout ._detail ._info {
      padding: 1rem 0;
      margin-right: 2rem; }
      .EbookCallout ._detail ._info p {
        margin-bottom: 0; }
    .EbookCallout ._detail ._cta {
      margin-left: auto; } }

@media (min-width: 1441px) {
  .EbookCallout .btn {
    padding: 1.2rem 3.8rem;
    font-size: 1.25rem;
    border-radius: 999px; } }

.OemLogoStack {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  margin: 0 -0.6rem; }
  .OemLogoStack:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    height: 100%;
    left: 50%;
    border-left: thin solid rgba(0, 0, 0, 0.1); }
  .OemLogoStack ._cell {
    width: 50%;
    padding: 1.2rem 0.6rem; }
    .OemLogoStack ._cell img {
      max-width: 100%; }
