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

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: "Open Sans", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 100%;
  font-weight: normal;
  line-height: 1.6;
  color: #585858;
  background-color: #FAFAFA;
}

[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: #0275d8;
  text-decoration: none;
}

a:focus, a:hover {
  color: #014c8c;
  text-decoration: underline;
}

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

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

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

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: #636c72;
  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: 0.5rem;
  font-family: inherit;
  font-weight: 400;
  line-height: 1.1;
  color: inherit;
}

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

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

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

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

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

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

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

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

.display-2 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.1;
}

.display-3 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.1;
}

.display-4 {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.1;
}

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

small,
.small {
  font-size: 80%;
  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: #636c72;
}

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

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  -webkit-transition: all 0.2s ease-in-out;
  -o-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: #636c72;
}

.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 24px;
  padding-left: 24px;
}

@media (min-width: 576px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 768px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 992px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 1300px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 576px) {
  .container {
    width: 540px;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .container {
    width: 720px;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .container {
    width: 960px;
    max-width: 100%;
  }
}

@media (min-width: 1300px) {
  .container {
    width: 1140px;
    max-width: 100%;
  }
}

@media (min-width: 1440px) {
  .container {
    width: 1300px;
    max-width: 100%;
  }
}

@media (min-width: 1950px) {
  .container {
    width: 1500px;
    max-width: 100%;
  }
}

.container-fluid {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 24px;
  padding-left: 24px;
}

@media (min-width: 576px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 768px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 992px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 1300px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -24px;
  margin-left: -24px;
}

@media (min-width: 576px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

@media (min-width: 768px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

@media (min-width: 992px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

@media (min-width: 1300px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

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

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

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-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, .col-hd-1, .col-hd-2, .col-hd-3, .col-hd-4, .col-hd-5, .col-hd-6, .col-hd-7, .col-hd-8, .col-hd-9, .col-hd-10, .col-hd-11, .col-hd-12, .col-hd, .col-fhd-1, .col-fhd-2, .col-fhd-3, .col-fhd-4, .col-fhd-5, .col-fhd-6, .col-fhd-7, .col-fhd-8, .col-fhd-9, .col-fhd-10, .col-fhd-11, .col-fhd-12, .col-fhd {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 24px;
  padding-left: 24px;
}

@media (min-width: 576px) {
  .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, .col-hd-1, .col-hd-2, .col-hd-3, .col-hd-4, .col-hd-5, .col-hd-6, .col-hd-7, .col-hd-8, .col-hd-9, .col-hd-10, .col-hd-11, .col-hd-12, .col-hd, .col-fhd-1, .col-fhd-2, .col-fhd-3, .col-fhd-4, .col-fhd-5, .col-fhd-6, .col-fhd-7, .col-fhd-8, .col-fhd-9, .col-fhd-10, .col-fhd-11, .col-fhd-12, .col-fhd {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 768px) {
  .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, .col-hd-1, .col-hd-2, .col-hd-3, .col-hd-4, .col-hd-5, .col-hd-6, .col-hd-7, .col-hd-8, .col-hd-9, .col-hd-10, .col-hd-11, .col-hd-12, .col-hd, .col-fhd-1, .col-fhd-2, .col-fhd-3, .col-fhd-4, .col-fhd-5, .col-fhd-6, .col-fhd-7, .col-fhd-8, .col-fhd-9, .col-fhd-10, .col-fhd-11, .col-fhd-12, .col-fhd {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 992px) {
  .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, .col-hd-1, .col-hd-2, .col-hd-3, .col-hd-4, .col-hd-5, .col-hd-6, .col-hd-7, .col-hd-8, .col-hd-9, .col-hd-10, .col-hd-11, .col-hd-12, .col-hd, .col-fhd-1, .col-fhd-2, .col-fhd-3, .col-fhd-4, .col-fhd-5, .col-fhd-6, .col-fhd-7, .col-fhd-8, .col-fhd-9, .col-fhd-10, .col-fhd-11, .col-fhd-12, .col-fhd {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 1300px) {
  .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, .col-hd-1, .col-hd-2, .col-hd-3, .col-hd-4, .col-hd-5, .col-hd-6, .col-hd-7, .col-hd-8, .col-hd-9, .col-hd-10, .col-hd-11, .col-hd-12, .col-hd, .col-fhd-1, .col-fhd-2, .col-fhd-3, .col-fhd-4, .col-fhd-5, .col-fhd-6, .col-fhd-7, .col-fhd-8, .col-fhd-9, .col-fhd-10, .col-fhd-11, .col-fhd-12, .col-fhd {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.col {
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}

.col-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.333333%;
      -ms-flex: 0 0 8.333333%;
          flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.666667%;
      -ms-flex: 0 0 16.666667%;
          flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

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

.col-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.333333%;
      -ms-flex: 0 0 33.333333%;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.666667%;
      -ms-flex: 0 0 41.666667%;
          flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

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

.col-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.333333%;
      -ms-flex: 0 0 58.333333%;
          flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.666667%;
      -ms-flex: 0 0 66.666667%;
          flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

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

.col-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.333333%;
      -ms-flex: 0 0 83.333333%;
          flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.666667%;
      -ms-flex: 0 0 91.666667%;
          flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

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

.pull-0 {
  right: auto;
}

.pull-1 {
  right: 8.333333%;
}

.pull-2 {
  right: 16.666667%;
}

.pull-3 {
  right: 25%;
}

.pull-4 {
  right: 33.333333%;
}

.pull-5 {
  right: 41.666667%;
}

.pull-6 {
  right: 50%;
}

.pull-7 {
  right: 58.333333%;
}

.pull-8 {
  right: 66.666667%;
}

.pull-9 {
  right: 75%;
}

.pull-10 {
  right: 83.333333%;
}

.pull-11 {
  right: 91.666667%;
}

.pull-12 {
  right: 100%;
}

.push-0 {
  left: auto;
}

.push-1 {
  left: 8.333333%;
}

.push-2 {
  left: 16.666667%;
}

.push-3 {
  left: 25%;
}

.push-4 {
  left: 33.333333%;
}

.push-5 {
  left: 41.666667%;
}

.push-6 {
  left: 50%;
}

.push-7 {
  left: 58.333333%;
}

.push-8 {
  left: 66.666667%;
}

.push-9 {
  left: 75%;
}

.push-10 {
  left: 83.333333%;
}

.push-11 {
  left: 91.666667%;
}

.push-12 {
  left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
        -ms-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
        -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
        -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
        -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
        -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
        -ms-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
        -ms-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-sm-0 {
    right: auto;
  }
  .pull-sm-1 {
    right: 8.333333%;
  }
  .pull-sm-2 {
    right: 16.666667%;
  }
  .pull-sm-3 {
    right: 25%;
  }
  .pull-sm-4 {
    right: 33.333333%;
  }
  .pull-sm-5 {
    right: 41.666667%;
  }
  .pull-sm-6 {
    right: 50%;
  }
  .pull-sm-7 {
    right: 58.333333%;
  }
  .pull-sm-8 {
    right: 66.666667%;
  }
  .pull-sm-9 {
    right: 75%;
  }
  .pull-sm-10 {
    right: 83.333333%;
  }
  .pull-sm-11 {
    right: 91.666667%;
  }
  .pull-sm-12 {
    right: 100%;
  }
  .push-sm-0 {
    left: auto;
  }
  .push-sm-1 {
    left: 8.333333%;
  }
  .push-sm-2 {
    left: 16.666667%;
  }
  .push-sm-3 {
    left: 25%;
  }
  .push-sm-4 {
    left: 33.333333%;
  }
  .push-sm-5 {
    left: 41.666667%;
  }
  .push-sm-6 {
    left: 50%;
  }
  .push-sm-7 {
    left: 58.333333%;
  }
  .push-sm-8 {
    left: 66.666667%;
  }
  .push-sm-9 {
    left: 75%;
  }
  .push-sm-10 {
    left: 83.333333%;
  }
  .push-sm-11 {
    left: 91.666667%;
  }
  .push-sm-12 {
    left: 100%;
  }
  .offset-sm-0 {
    margin-left: 0%;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
        -ms-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
        -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
        -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
        -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
        -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
        -ms-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
        -ms-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-md-0 {
    right: auto;
  }
  .pull-md-1 {
    right: 8.333333%;
  }
  .pull-md-2 {
    right: 16.666667%;
  }
  .pull-md-3 {
    right: 25%;
  }
  .pull-md-4 {
    right: 33.333333%;
  }
  .pull-md-5 {
    right: 41.666667%;
  }
  .pull-md-6 {
    right: 50%;
  }
  .pull-md-7 {
    right: 58.333333%;
  }
  .pull-md-8 {
    right: 66.666667%;
  }
  .pull-md-9 {
    right: 75%;
  }
  .pull-md-10 {
    right: 83.333333%;
  }
  .pull-md-11 {
    right: 91.666667%;
  }
  .pull-md-12 {
    right: 100%;
  }
  .push-md-0 {
    left: auto;
  }
  .push-md-1 {
    left: 8.333333%;
  }
  .push-md-2 {
    left: 16.666667%;
  }
  .push-md-3 {
    left: 25%;
  }
  .push-md-4 {
    left: 33.333333%;
  }
  .push-md-5 {
    left: 41.666667%;
  }
  .push-md-6 {
    left: 50%;
  }
  .push-md-7 {
    left: 58.333333%;
  }
  .push-md-8 {
    left: 66.666667%;
  }
  .push-md-9 {
    left: 75%;
  }
  .push-md-10 {
    left: 83.333333%;
  }
  .push-md-11 {
    left: 91.666667%;
  }
  .push-md-12 {
    left: 100%;
  }
  .offset-md-0 {
    margin-left: 0%;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
        -ms-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
        -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
        -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
        -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
        -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
        -ms-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
        -ms-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-lg-0 {
    right: auto;
  }
  .pull-lg-1 {
    right: 8.333333%;
  }
  .pull-lg-2 {
    right: 16.666667%;
  }
  .pull-lg-3 {
    right: 25%;
  }
  .pull-lg-4 {
    right: 33.333333%;
  }
  .pull-lg-5 {
    right: 41.666667%;
  }
  .pull-lg-6 {
    right: 50%;
  }
  .pull-lg-7 {
    right: 58.333333%;
  }
  .pull-lg-8 {
    right: 66.666667%;
  }
  .pull-lg-9 {
    right: 75%;
  }
  .pull-lg-10 {
    right: 83.333333%;
  }
  .pull-lg-11 {
    right: 91.666667%;
  }
  .pull-lg-12 {
    right: 100%;
  }
  .push-lg-0 {
    left: auto;
  }
  .push-lg-1 {
    left: 8.333333%;
  }
  .push-lg-2 {
    left: 16.666667%;
  }
  .push-lg-3 {
    left: 25%;
  }
  .push-lg-4 {
    left: 33.333333%;
  }
  .push-lg-5 {
    left: 41.666667%;
  }
  .push-lg-6 {
    left: 50%;
  }
  .push-lg-7 {
    left: 58.333333%;
  }
  .push-lg-8 {
    left: 66.666667%;
  }
  .push-lg-9 {
    left: 75%;
  }
  .push-lg-10 {
    left: 83.333333%;
  }
  .push-lg-11 {
    left: 91.666667%;
  }
  .push-lg-12 {
    left: 100%;
  }
  .offset-lg-0 {
    margin-left: 0%;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1300px) {
  .col-xl {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
        -ms-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
        -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
        -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
        -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
        -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
        -ms-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
        -ms-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-xl-0 {
    right: auto;
  }
  .pull-xl-1 {
    right: 8.333333%;
  }
  .pull-xl-2 {
    right: 16.666667%;
  }
  .pull-xl-3 {
    right: 25%;
  }
  .pull-xl-4 {
    right: 33.333333%;
  }
  .pull-xl-5 {
    right: 41.666667%;
  }
  .pull-xl-6 {
    right: 50%;
  }
  .pull-xl-7 {
    right: 58.333333%;
  }
  .pull-xl-8 {
    right: 66.666667%;
  }
  .pull-xl-9 {
    right: 75%;
  }
  .pull-xl-10 {
    right: 83.333333%;
  }
  .pull-xl-11 {
    right: 91.666667%;
  }
  .pull-xl-12 {
    right: 100%;
  }
  .push-xl-0 {
    left: auto;
  }
  .push-xl-1 {
    left: 8.333333%;
  }
  .push-xl-2 {
    left: 16.666667%;
  }
  .push-xl-3 {
    left: 25%;
  }
  .push-xl-4 {
    left: 33.333333%;
  }
  .push-xl-5 {
    left: 41.666667%;
  }
  .push-xl-6 {
    left: 50%;
  }
  .push-xl-7 {
    left: 58.333333%;
  }
  .push-xl-8 {
    left: 66.666667%;
  }
  .push-xl-9 {
    left: 75%;
  }
  .push-xl-10 {
    left: 83.333333%;
  }
  .push-xl-11 {
    left: 91.666667%;
  }
  .push-xl-12 {
    left: 100%;
  }
  .offset-xl-0 {
    margin-left: 0%;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1440px) {
  .col-hd {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-hd-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-hd-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
        -ms-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-hd-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
        -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-hd-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-hd-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-hd-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
        -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-hd-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-hd-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
        -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-hd-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
        -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-hd-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-hd-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
        -ms-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-hd-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
        -ms-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-hd-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-hd-0 {
    right: auto;
  }
  .pull-hd-1 {
    right: 8.333333%;
  }
  .pull-hd-2 {
    right: 16.666667%;
  }
  .pull-hd-3 {
    right: 25%;
  }
  .pull-hd-4 {
    right: 33.333333%;
  }
  .pull-hd-5 {
    right: 41.666667%;
  }
  .pull-hd-6 {
    right: 50%;
  }
  .pull-hd-7 {
    right: 58.333333%;
  }
  .pull-hd-8 {
    right: 66.666667%;
  }
  .pull-hd-9 {
    right: 75%;
  }
  .pull-hd-10 {
    right: 83.333333%;
  }
  .pull-hd-11 {
    right: 91.666667%;
  }
  .pull-hd-12 {
    right: 100%;
  }
  .push-hd-0 {
    left: auto;
  }
  .push-hd-1 {
    left: 8.333333%;
  }
  .push-hd-2 {
    left: 16.666667%;
  }
  .push-hd-3 {
    left: 25%;
  }
  .push-hd-4 {
    left: 33.333333%;
  }
  .push-hd-5 {
    left: 41.666667%;
  }
  .push-hd-6 {
    left: 50%;
  }
  .push-hd-7 {
    left: 58.333333%;
  }
  .push-hd-8 {
    left: 66.666667%;
  }
  .push-hd-9 {
    left: 75%;
  }
  .push-hd-10 {
    left: 83.333333%;
  }
  .push-hd-11 {
    left: 91.666667%;
  }
  .push-hd-12 {
    left: 100%;
  }
  .offset-hd-0 {
    margin-left: 0%;
  }
  .offset-hd-1 {
    margin-left: 8.333333%;
  }
  .offset-hd-2 {
    margin-left: 16.666667%;
  }
  .offset-hd-3 {
    margin-left: 25%;
  }
  .offset-hd-4 {
    margin-left: 33.333333%;
  }
  .offset-hd-5 {
    margin-left: 41.666667%;
  }
  .offset-hd-6 {
    margin-left: 50%;
  }
  .offset-hd-7 {
    margin-left: 58.333333%;
  }
  .offset-hd-8 {
    margin-left: 66.666667%;
  }
  .offset-hd-9 {
    margin-left: 75%;
  }
  .offset-hd-10 {
    margin-left: 83.333333%;
  }
  .offset-hd-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1950px) {
  .col-fhd {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-fhd-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-fhd-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
        -ms-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-fhd-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
        -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-fhd-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-fhd-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-fhd-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
        -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-fhd-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-fhd-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
        -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-fhd-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
        -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-fhd-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-fhd-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
        -ms-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-fhd-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
        -ms-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-fhd-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-fhd-0 {
    right: auto;
  }
  .pull-fhd-1 {
    right: 8.333333%;
  }
  .pull-fhd-2 {
    right: 16.666667%;
  }
  .pull-fhd-3 {
    right: 25%;
  }
  .pull-fhd-4 {
    right: 33.333333%;
  }
  .pull-fhd-5 {
    right: 41.666667%;
  }
  .pull-fhd-6 {
    right: 50%;
  }
  .pull-fhd-7 {
    right: 58.333333%;
  }
  .pull-fhd-8 {
    right: 66.666667%;
  }
  .pull-fhd-9 {
    right: 75%;
  }
  .pull-fhd-10 {
    right: 83.333333%;
  }
  .pull-fhd-11 {
    right: 91.666667%;
  }
  .pull-fhd-12 {
    right: 100%;
  }
  .push-fhd-0 {
    left: auto;
  }
  .push-fhd-1 {
    left: 8.333333%;
  }
  .push-fhd-2 {
    left: 16.666667%;
  }
  .push-fhd-3 {
    left: 25%;
  }
  .push-fhd-4 {
    left: 33.333333%;
  }
  .push-fhd-5 {
    left: 41.666667%;
  }
  .push-fhd-6 {
    left: 50%;
  }
  .push-fhd-7 {
    left: 58.333333%;
  }
  .push-fhd-8 {
    left: 66.666667%;
  }
  .push-fhd-9 {
    left: 75%;
  }
  .push-fhd-10 {
    left: 83.333333%;
  }
  .push-fhd-11 {
    left: 91.666667%;
  }
  .push-fhd-12 {
    left: 100%;
  }
  .offset-fhd-0 {
    margin-left: 0%;
  }
  .offset-fhd-1 {
    margin-left: 8.333333%;
  }
  .offset-fhd-2 {
    margin-left: 16.666667%;
  }
  .offset-fhd-3 {
    margin-left: 25%;
  }
  .offset-fhd-4 {
    margin-left: 33.333333%;
  }
  .offset-fhd-5 {
    margin-left: 41.666667%;
  }
  .offset-fhd-6 {
    margin-left: 50%;
  }
  .offset-fhd-7 {
    margin-left: 58.333333%;
  }
  .offset-fhd-8 {
    margin-left: 66.666667%;
  }
  .offset-fhd-9 {
    margin-left: 75%;
  }
  .offset-fhd-10 {
    margin-left: 83.333333%;
  }
  .offset-fhd-11 {
    margin-left: 91.666667%;
  }
}

.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: #FAFAFA;
}

.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: #fff;
  background-color: #292b2c;
}

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

.table-inverse {
  color: #fff;
  background-color: #292b2c;
}

.table-inverse th,
.table-inverse td,
.table-inverse thead th {
  border-color: #FAFAFA;
}

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

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.show {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.show {
  display: block;
}

tr.collapse.show {
  display: table-row;
}

tbody.collapse.show {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropup .dropdown-toggle::after {
  border-top: 0;
  border-bottom: 0.3em solid;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 100%;
  color: #585858;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-divider {
  height: 1px;
  margin: 0.5rem 0;
  overflow: hidden;
  background-color: #eceeef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 3px 1.5rem;
  clear: both;
  font-weight: normal;
  color: #f0ad4e;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0;
}

.dropdown-item:focus, .dropdown-item:hover {
  color: #0093d8;
  text-decoration: none;
  background-color: #fff;
}

.dropdown-item.active, .dropdown-item:active {
  color: #0093d8;
  text-decoration: none;
  background-color: #fff;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #636c72;
  cursor: not-allowed;
  background-color: transparent;
}

.show > .dropdown-menu {
  display: block;
}

.show > a {
  outline: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #636c72;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 0.125rem;
}

.media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.media-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0%;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
}

.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: #f2f2f2;
}

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

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

.bg-success {
  background-color: #5cb85c !important;
}

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

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

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

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

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

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

a.bg-danger:focus, a.bg-danger:hover {
  background-color: #c9302c !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: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .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: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .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: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .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: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1300px) {
  .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: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1440px) {
  .d-hd-none {
    display: none !important;
  }
  .d-hd-inline {
    display: inline !important;
  }
  .d-hd-inline-block {
    display: inline-block !important;
  }
  .d-hd-block {
    display: block !important;
  }
  .d-hd-table {
    display: table !important;
  }
  .d-hd-table-cell {
    display: table-cell !important;
  }
  .d-hd-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-hd-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1950px) {
  .d-fhd-none {
    display: none !important;
  }
  .d-fhd-inline {
    display: inline !important;
  }
  .d-fhd-inline-block {
    display: inline-block !important;
  }
  .d-fhd-block {
    display: block !important;
  }
  .d-fhd-table {
    display: table !important;
  }
  .d-fhd-table-cell {
    display: table-cell !important;
  }
  .d-fhd-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-fhd-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.flex-first {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
}

.flex-last {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.flex-unordered {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: row !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: column !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: row-reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: column-reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

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

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

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

.justify-content-start {
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -webkit-justify-content: flex-end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -webkit-justify-content: space-around !important;
      -ms-flex-pack: distribute !important;
          justify-content: space-around !important;
}

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

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

.align-items-center {
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -webkit-align-items: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -webkit-align-items: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

.align-content-start {
  -webkit-align-content: flex-start !important;
      -ms-flex-line-pack: start !important;
          align-content: flex-start !important;
}

.align-content-end {
  -webkit-align-content: flex-end !important;
      -ms-flex-line-pack: end !important;
          align-content: flex-end !important;
}

.align-content-center {
  -webkit-align-content: center !important;
      -ms-flex-line-pack: center !important;
          align-content: center !important;
}

.align-content-between {
  -webkit-align-content: space-between !important;
      -ms-flex-line-pack: justify !important;
          align-content: space-between !important;
}

.align-content-around {
  -webkit-align-content: space-around !important;
      -ms-flex-line-pack: distribute !important;
          align-content: space-around !important;
}

.align-content-stretch {
  -webkit-align-content: stretch !important;
      -ms-flex-line-pack: stretch !important;
          align-content: stretch !important;
}

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

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

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

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

.align-self-baseline {
  -webkit-align-self: baseline !important;
      -ms-flex-item-align: baseline !important;
          align-self: baseline !important;
}

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

@media (min-width: 576px) {
  .flex-sm-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .flex-sm-last {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .flex-sm-unordered {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important;
  }
  .align-content-sm-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important;
  }
  .align-content-sm-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important;
  }
  .align-content-sm-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important;
  }
  .align-content-sm-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important;
  }
  .align-self-sm-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
                -ms-grid-row-align: auto !important;
            align-self: auto !important;
  }
  .align-self-sm-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important;
  }
  .align-self-sm-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important;
  }
  .align-self-sm-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
                -ms-grid-row-align: center !important;
            align-self: center !important;
  }
  .align-self-sm-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
                -ms-grid-row-align: stretch !important;
            align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .flex-md-last {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .flex-md-unordered {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important;
  }
  .align-content-md-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important;
  }
  .align-content-md-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important;
  }
  .align-content-md-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important;
  }
  .align-content-md-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important;
  }
  .align-content-md-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important;
  }
  .align-self-md-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
                -ms-grid-row-align: auto !important;
            align-self: auto !important;
  }
  .align-self-md-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important;
  }
  .align-self-md-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important;
  }
  .align-self-md-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
                -ms-grid-row-align: center !important;
            align-self: center !important;
  }
  .align-self-md-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important;
  }
  .align-self-md-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
                -ms-grid-row-align: stretch !important;
            align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .flex-lg-last {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .flex-lg-unordered {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important;
  }
  .align-content-lg-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important;
  }
  .align-content-lg-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important;
  }
  .align-content-lg-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important;
  }
  .align-content-lg-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important;
  }
  .align-self-lg-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
                -ms-grid-row-align: auto !important;
            align-self: auto !important;
  }
  .align-self-lg-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important;
  }
  .align-self-lg-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important;
  }
  .align-self-lg-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
                -ms-grid-row-align: center !important;
            align-self: center !important;
  }
  .align-self-lg-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
                -ms-grid-row-align: stretch !important;
            align-self: stretch !important;
  }
}

@media (min-width: 1300px) {
  .flex-xl-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .flex-xl-last {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .flex-xl-unordered {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important;
  }
  .align-content-xl-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important;
  }
  .align-content-xl-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important;
  }
  .align-content-xl-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important;
  }
  .align-content-xl-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important;
  }
  .align-self-xl-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
                -ms-grid-row-align: auto !important;
            align-self: auto !important;
  }
  .align-self-xl-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important;
  }
  .align-self-xl-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important;
  }
  .align-self-xl-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
                -ms-grid-row-align: center !important;
            align-self: center !important;
  }
  .align-self-xl-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
                -ms-grid-row-align: stretch !important;
            align-self: stretch !important;
  }
}

@media (min-width: 1440px) {
  .flex-hd-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .flex-hd-last {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .flex-hd-unordered {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .flex-hd-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-hd-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-hd-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-hd-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-hd-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }
  .flex-hd-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }
  .flex-hd-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }
  .justify-content-hd-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-hd-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-hd-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-hd-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-hd-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important;
  }
  .align-items-hd-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-hd-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-hd-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-hd-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-hd-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-hd-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important;
  }
  .align-content-hd-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important;
  }
  .align-content-hd-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important;
  }
  .align-content-hd-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important;
  }
  .align-content-hd-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important;
  }
  .align-content-hd-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important;
  }
  .align-self-hd-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
                -ms-grid-row-align: auto !important;
            align-self: auto !important;
  }
  .align-self-hd-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important;
  }
  .align-self-hd-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important;
  }
  .align-self-hd-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
                -ms-grid-row-align: center !important;
            align-self: center !important;
  }
  .align-self-hd-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important;
  }
  .align-self-hd-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
                -ms-grid-row-align: stretch !important;
            align-self: stretch !important;
  }
}

@media (min-width: 1950px) {
  .flex-fhd-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .flex-fhd-last {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .flex-fhd-unordered {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .flex-fhd-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-fhd-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-fhd-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-fhd-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-fhd-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }
  .flex-fhd-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }
  .flex-fhd-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }
  .justify-content-fhd-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-fhd-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-fhd-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-fhd-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-fhd-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important;
  }
  .align-items-fhd-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-fhd-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-fhd-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-fhd-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-fhd-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-fhd-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important;
  }
  .align-content-fhd-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important;
  }
  .align-content-fhd-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important;
  }
  .align-content-fhd-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important;
  }
  .align-content-fhd-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important;
  }
  .align-content-fhd-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important;
  }
  .align-self-fhd-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
                -ms-grid-row-align: auto !important;
            align-self: auto !important;
  }
  .align-self-fhd-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important;
  }
  .align-self-fhd-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important;
  }
  .align-self-fhd-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
                -ms-grid-row-align: center !important;
            align-self: center !important;
  }
  .align-self-fhd-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important;
  }
  .align-self-fhd-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
                -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: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}

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

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

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

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

@media (min-width: 1950px) {
  .float-fhd-left {
    float: left !important;
  }
  .float-fhd-right {
    float: right !important;
  }
  .float-fhd-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-25 {
  width: 25% !important;
}

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

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

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

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

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

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

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

.mw-100 {
  max-width: 100% !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.5rem 1.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 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.5rem 1.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 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: 576px) {
  .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.5rem 1.5rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4 {
    margin-left: 1.5rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem 3rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5 {
    margin-left: 3rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 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.5rem 1.5rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4 {
    padding-left: 1.5rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem 3rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5 {
    padding-left: 3rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 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: 768px) {
  .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.5rem 1.5rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4 {
    margin-left: 1.5rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem 3rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5 {
    margin-left: 3rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 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.5rem 1.5rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4 {
    padding-left: 1.5rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem 3rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5 {
    padding-left: 3rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 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: 992px) {
  .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.5rem 1.5rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4 {
    margin-left: 1.5rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem 3rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5 {
    margin-left: 3rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 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.5rem 1.5rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4 {
    padding-left: 1.5rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem 3rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5 {
    padding-left: 3rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 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: 1300px) {
  .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.5rem 1.5rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4 {
    margin-left: 1.5rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem 3rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5 {
    margin-left: 3rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 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.5rem 1.5rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4 {
    padding-left: 1.5rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem 3rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5 {
    padding-left: 3rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 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;
  }
}

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

@media (min-width: 1950px) {
  .m-fhd-0 {
    margin: 0 0 !important;
  }
  .mt-fhd-0 {
    margin-top: 0 !important;
  }
  .mr-fhd-0 {
    margin-right: 0 !important;
  }
  .mb-fhd-0 {
    margin-bottom: 0 !important;
  }
  .ml-fhd-0 {
    margin-left: 0 !important;
  }
  .mx-fhd-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-fhd-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-fhd-1 {
    margin: 0.25rem 0.25rem !important;
  }
  .mt-fhd-1 {
    margin-top: 0.25rem !important;
  }
  .mr-fhd-1 {
    margin-right: 0.25rem !important;
  }
  .mb-fhd-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-fhd-1 {
    margin-left: 0.25rem !important;
  }
  .mx-fhd-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .my-fhd-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .m-fhd-2 {
    margin: 0.5rem 0.5rem !important;
  }
  .mt-fhd-2 {
    margin-top: 0.5rem !important;
  }
  .mr-fhd-2 {
    margin-right: 0.5rem !important;
  }
  .mb-fhd-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-fhd-2 {
    margin-left: 0.5rem !important;
  }
  .mx-fhd-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .my-fhd-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .m-fhd-3 {
    margin: 1rem 1rem !important;
  }
  .mt-fhd-3 {
    margin-top: 1rem !important;
  }
  .mr-fhd-3 {
    margin-right: 1rem !important;
  }
  .mb-fhd-3 {
    margin-bottom: 1rem !important;
  }
  .ml-fhd-3 {
    margin-left: 1rem !important;
  }
  .mx-fhd-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .my-fhd-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-fhd-4 {
    margin: 1.5rem 1.5rem !important;
  }
  .mt-fhd-4 {
    margin-top: 1.5rem !important;
  }
  .mr-fhd-4 {
    margin-right: 1.5rem !important;
  }
  .mb-fhd-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-fhd-4 {
    margin-left: 1.5rem !important;
  }
  .mx-fhd-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .my-fhd-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-fhd-5 {
    margin: 3rem 3rem !important;
  }
  .mt-fhd-5 {
    margin-top: 3rem !important;
  }
  .mr-fhd-5 {
    margin-right: 3rem !important;
  }
  .mb-fhd-5 {
    margin-bottom: 3rem !important;
  }
  .ml-fhd-5 {
    margin-left: 3rem !important;
  }
  .mx-fhd-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .my-fhd-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .p-fhd-0 {
    padding: 0 0 !important;
  }
  .pt-fhd-0 {
    padding-top: 0 !important;
  }
  .pr-fhd-0 {
    padding-right: 0 !important;
  }
  .pb-fhd-0 {
    padding-bottom: 0 !important;
  }
  .pl-fhd-0 {
    padding-left: 0 !important;
  }
  .px-fhd-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-fhd-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-fhd-1 {
    padding: 0.25rem 0.25rem !important;
  }
  .pt-fhd-1 {
    padding-top: 0.25rem !important;
  }
  .pr-fhd-1 {
    padding-right: 0.25rem !important;
  }
  .pb-fhd-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-fhd-1 {
    padding-left: 0.25rem !important;
  }
  .px-fhd-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .py-fhd-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .p-fhd-2 {
    padding: 0.5rem 0.5rem !important;
  }
  .pt-fhd-2 {
    padding-top: 0.5rem !important;
  }
  .pr-fhd-2 {
    padding-right: 0.5rem !important;
  }
  .pb-fhd-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-fhd-2 {
    padding-left: 0.5rem !important;
  }
  .px-fhd-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .py-fhd-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .p-fhd-3 {
    padding: 1rem 1rem !important;
  }
  .pt-fhd-3 {
    padding-top: 1rem !important;
  }
  .pr-fhd-3 {
    padding-right: 1rem !important;
  }
  .pb-fhd-3 {
    padding-bottom: 1rem !important;
  }
  .pl-fhd-3 {
    padding-left: 1rem !important;
  }
  .px-fhd-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .py-fhd-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .p-fhd-4 {
    padding: 1.5rem 1.5rem !important;
  }
  .pt-fhd-4 {
    padding-top: 1.5rem !important;
  }
  .pr-fhd-4 {
    padding-right: 1.5rem !important;
  }
  .pb-fhd-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-fhd-4 {
    padding-left: 1.5rem !important;
  }
  .px-fhd-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .py-fhd-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .p-fhd-5 {
    padding: 3rem 3rem !important;
  }
  .pt-fhd-5 {
    padding-top: 3rem !important;
  }
  .pr-fhd-5 {
    padding-right: 3rem !important;
  }
  .pb-fhd-5 {
    padding-bottom: 3rem !important;
  }
  .pl-fhd-5 {
    padding-left: 3rem !important;
  }
  .px-fhd-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-fhd-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .m-fhd-auto {
    margin: auto !important;
  }
  .mt-fhd-auto {
    margin-top: auto !important;
  }
  .mr-fhd-auto {
    margin-right: auto !important;
  }
  .mb-fhd-auto {
    margin-bottom: auto !important;
  }
  .ml-fhd-auto {
    margin-left: auto !important;
  }
  .mx-fhd-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-fhd-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: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

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

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

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

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

@media (min-width: 1950px) {
  .text-fhd-left {
    text-align: left !important;
  }
  .text-fhd-right {
    text-align: right !important;
  }
  .text-fhd-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: #636c72 !important;
}

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

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

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

.text-success {
  color: #5cb85c !important;
}

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

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

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

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

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

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

a.text-danger:focus, a.text-danger:hover {
  color: #c9302c !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: 575px) {
  .hidden-xs-down {
    display: none !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

.fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  -o-animation: fa-spin 2s infinite linear;
     animation: fa-spin 2s infinite linear;
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
       transform: rotate(360deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
       transform: rotate(360deg);
  }
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-bolt:before {
  content: "\f0e7";
}

.fa-calendar-alt:before {
  content: "\f073";
}

.fa-check:before {
  content: "\f00c";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-code-branch:before {
  content: "\f126";
}

.fa-cog:before {
  content: "\f013";
}

.fa-compress:before {
  content: "\f066";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-file-pdf:before {
  content: "\f1c1";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-lock:before {
  content: "\f023";
}

.fa-lock-open:before {
  content: "\f3c1";
}

.fa-play:before {
  content: "\f04b";
}

.fa-plus:before {
  content: "\f067";
}

.fa-sign-in-alt:before {
  content: "\f2f6";
}

.fa-sign-out-alt:before {
  content: "\f2f5";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-times:before {
  content: "\f00d";
}

.fa-trash-alt:before {
  content: "\f2ed";
}

@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  src: url("../webfonts/fa-brands-400.eot");
  src: url("../webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.woff") format("woff"), url("../webfonts/fa-brands-400.ttf") format("truetype"), url("../webfonts/fa-brands-400.svg#fontawesome") format("svg");
}

.fab {
  font-family: 'Font Awesome 5 Brands';
}

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  src: url("../webfonts/fa-regular-400.eot");
  src: url("../webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.woff") format("woff"), url("../webfonts/fa-regular-400.ttf") format("truetype"), url("../webfonts/fa-regular-400.svg#fontawesome") format("svg");
}

.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  src: url("../webfonts/fa-solid-900.eot");
  src: url("../webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.woff") format("woff"), url("../webfonts/fa-solid-900.ttf") format("truetype"), url("../webfonts/fa-solid-900.svg#fontawesome") format("svg");
}

.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.animated {
  -webkit-animation-duration: 1s;
       -o-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
       -o-animation-fill-mode: both;
          animation-fill-mode: both;
}

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

@-o-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
       -o-animation-name: fadeIn;
          animation-name: fadeIn;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@-o-keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -o-transform: none;
       transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
         -o-transform: none;
            transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
       -o-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@-o-keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -o-transform: none;
       transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
         -o-transform: none;
            transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
       -o-animation-name: fadeInRight;
          animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@-o-keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -o-transform: none;
       transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
         -o-transform: none;
            transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
       -o-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
            transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@-o-keyframes rotateIn {
  from {
    -o-transform-origin: center;
       transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -o-transform-origin: center;
       transform-origin: center;
    -o-transform: none;
       transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
         -o-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
            transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
         -o-transform-origin: center;
            transform-origin: center;
    -webkit-transform: none;
         -o-transform: none;
            transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
       -o-animation-name: rotateIn;
          animation-name: rotateIn;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@-o-keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
       -o-animation-name: zoomIn;
          animation-name: zoomIn;
}

.bg-blue {
  background-color: #0093d8;
}

.bg-gray-black {
  background-color: #292b2c;
}

.transform-matrix3d-1 {
  -webkit-transform: matrix3d(0.8, -0.0321, 0, -0.0003, -0.02, 0.8, 0, -0.0001, 0, 0, 1, 0, -20, 0, 0, 1);
          transform: matrix3d(0.8, -0.0321, 0, -0.0003, -0.02, 0.8, 0, -0.0001, 0, 0, 1, 0, -20, 0, 0, 1);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.15);
}

.transform-matrix3d-1:hover {
  -webkit-transform: matrix3d(0.8, -0.0321, 0, -0.0004, -0.02, 0.8, 0, -0.0001, 0, 0, 1, 0, -20, 0, 0, 1);
          transform: matrix3d(0.8, -0.0321, 0, -0.0004, -0.02, 0.8, 0, -0.0001, 0, 0, 1, 0, -20, 0, 0, 1);
  -webkit-box-shadow: 15px 15px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 15px 15px 10px rgba(0, 0, 0, 0.15);
}

.caps-title {
  text-transform: uppercase;
  font-size: 1.25em;
  font-weight: 600;
  color: #636c72;
  margin-bottom: 2rem;
}

.caps-title.caps-title--light {
  color: #959595;
}

#breadcrumbs {
  margin-bottom: 2em;
  font-style: italic;
}

#breadcrumbs a {
  color: #0093d8;
}

#breadcrumbs .breadcrumb-divider {
  margin-right: .25em;
  margin-left: .25em;
}

.button-gray {
  display: inline-block;
  color: #696969;
  padding: .5rem 1rem;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#F5F5F5), to(#EBEBEB));
  background-image: -webkit-linear-gradient(top, #F5F5F5 0%, #EBEBEB 100%);
  background-image: -o-linear-gradient(top, #F5F5F5 0%, #EBEBEB 100%);
  background-image: linear-gradient(180deg, #F5F5F5 0%, #EBEBEB 100%);
}

.button-gray:hover, .button-gray:focus {
  color: #ff9a41;
}

.button-gray.active {
  color: #fff !important;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff9a41), to(#ffa85b));
  background-image: -webkit-linear-gradient(top, #ff9a41 0%, #ffa85b 100%);
  background-image: -o-linear-gradient(top, #ff9a41 0%, #ffa85b 100%);
  background-image: linear-gradient(180deg, #ff9a41 0%, #ffa85b 100%);
}

.button-gray-footer {
  display: inline-block;
  padding: .5em 1em;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#EBEBEB));
  background-image: -webkit-linear-gradient(top, #fff 0%, #EBEBEB 100%);
  background-image: -o-linear-gradient(top, #fff 0%, #EBEBEB 100%);
  background-image: linear-gradient(180deg, #fff 0%, #EBEBEB 100%);
}

.button-gray-footer:hover, .button-gray-footer:focus {
  color: #ff9a41;
}

.button-gray-footer.active {
  color: #fff !important;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff9a41), to(#ffa85b));
  background-image: -webkit-linear-gradient(top, #ff9a41 0%, #ffa85b 100%);
  background-image: -o-linear-gradient(top, #ff9a41 0%, #ffa85b 100%);
  background-image: linear-gradient(180deg, #ff9a41 0%, #ffa85b 100%);
}

.button-flat-orange {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ff9a41), to(#ffb574));
  background-image: -webkit-linear-gradient(bottom, #ff9a41 0%, #ffb574 100%);
  background-image: -o-linear-gradient(bottom, #ff9a41 0%, #ffb574 100%);
  background-image: linear-gradient(0deg, #ff9a41 0%, #ffb574 100%);
  background-color: #ffa85b;
  display: inline-block;
  color: #fff;
  cursor: pointer;
  overflow: hidden;
  padding: 1.25em 2em;
  letter-spacing: .1em;
  border: 0;
  text-transform: uppercase;
  font-size: .8em;
  outline-offset: 3px;
  outline: solid 2px rgba(222, 222, 222, 0);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media (max-width: 991px) {
  .button-flat-orange {
    margin: auto;
  }
}

.button-flat-orange.button-flat-orange-inline-link {
  display: inline;
  font-size: inherit;
  text-transform: inherit;
  padding: .25em 1em .25em .5em;
  letter-spacing: inherit;
}

.button-flat-orange:hover {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.button-flat-orange i {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.button-flat-orange i.btn-icon-left {
  margin-right: .5em;
}

.button-flat-orange i.btn-icon-right {
  margin-left: .5em;
}

.button-flat-orange:hover, .button-flat-orange:focus {
  color: white;
}

.button-flat-orange:hover i.btn-icon-left, .button-flat-orange:focus i.btn-icon-left {
  -webkit-transform: translateX(-0.5em);
       -o-transform: translateX(-0.5em);
          transform: translateX(-0.5em);
}

.button-flat-orange:hover i.btn-icon-right, .button-flat-orange:focus i.btn-icon-right {
  -webkit-transform: translateX(0.5em);
       -o-transform: translateX(0.5em);
          transform: translateX(0.5em);
}

.button-flat-orange:hover, .button-flat-orange:active, .button-flat-orange:focus {
  outline: solid 2px #dedede;
  outline-offset: 3px;
}

.button-flat-orange:active {
  color: #fff !important;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff9a41), to(#ffa85b));
  background-image: -webkit-linear-gradient(top, #ff9a41 0%, #ffa85b 100%);
  background-image: -o-linear-gradient(top, #ff9a41 0%, #ffa85b 100%);
  background-image: linear-gradient(180deg, #ff9a41 0%, #ffa85b 100%);
  text-decoration: none;
  outline: 0;
}

.button-flat-orange.button-flat-orange-disabled {
  background: transparent;
  color: #585858;
  border: solid 2px #C2C2C2;
}

.button-flat-orange.button-flat-orange-disabled:active {
  color: #585858 !important;
}

.button-play {
  display: inline-block;
  position: relative;
  padding: 0 3em;
  color: #333333;
  background-color: #eceeef;
  font-weight: 700;
  line-height: 4em;
  border: 0;
  text-transform: uppercase;
  text-decoration: none;
  text-align: left;
  outline: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  white-space: nowrap;
  -webkit-transition: all 0.5s cubic-bezier(0.03, 0.965, 0.25, 0.975);
  -o-transition: all 0.5s cubic-bezier(0.03, 0.965, 0.25, 0.975);
  transition: all 0.5s cubic-bezier(0.03, 0.965, 0.25, 0.975);
}

.button-play:hover {
  padding-right: 4em;
}

.button-play .play {
  -webkit-transition: all 0.3s cubic-bezier(0.03, 0.965, 0.25, 0.975);
  -o-transition: all 0.3s cubic-bezier(0.03, 0.965, 0.25, 0.975);
  transition: all 0.3s cubic-bezier(0.03, 0.965, 0.25, 0.975);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 70px;
  background: #ff9a41;
  left: 100%;
}

.button-play .play:before {
  width: 0;
  height: 0;
  content: "";
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  border-left: 10px solid #0f0f0f;
  border-right: 0 solid transparent;
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
       -o-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}

.external .py {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.external .blue {
  color: #0093d8;
}

.external h2 {
  font-size: 1.75rem;
  color: #ffa85b;
  margin-bottom: 2rem;
}

.external h3 {
  font-size: 1.5rem;
  color: #C6C6C6;
  font-weight: 600;
  margin-bottom: 2rem;
}

.external h4 {
  font-weight: 300;
  font-size: 1.5rem;
  color: #ffa85b;
}

.external h5 {
  color: #ff9a41;
}

.external .break-light {
  background-color: #FAFAFA;
}

.external .downloads a {
  display: block;
}

.external .downloads a i {
  margin-right: .5rem;
}

.external .list-element-ext {
  padding-left: 4rem;
  margin-bottom: 3rem;
}

.external .list-element-ext:before {
  display: block;
  position: absolute;
  content: '';
  height: 50px;
  width: 5px;
  background-color: #ffa85b;
  left: 1.75rem;
}

@media (min-width: 576px) {
  .external .list-element-ext:before {
    left: 1rem;
  }
}

.external .list-element-ext.yellow:before {
  background-color: #ffa812;
}

.external .list-element-ext.yellow h4 {
  color: #ffa812;
}

.external ul {
  list-style: none;
}

.external ul.list-element-ext {
  padding-left: 3rem;
}

.external ul li {
  margin-bottom: 1.5rem;
}

.external ul li:nth-of-type(even) {
  color: #888888;
}

.external .full-break {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
}

.external .full-break p {
  color: #fff;
}

.external .full-break.world-map p:before {
  display: inline-block;
  position: relative;
  content: '';
  width: 20px;
  height: 20px;
  background-color: #ff8840;
  border-radius: 10px;
  margin-right: 1rem;
}

.external .full-break.quoted {
  padding-top: 4rem;
}

.external .full-break.quoted p:first-of-type {
  font-style: italic;
  font-size: 1.5rem;
}

.external .img-wrapper {
  text-align: center;
}

.external .afterglow img {
  -webkit-box-shadow: 0px 5px 35px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 5px 35px rgba(0, 0, 0, 0.2);
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  -o-transition: -o-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out, -o-transform .3s ease-in-out;
}

.external .afterglow img:hover {
  -webkit-transform: scale(1.025);
       -o-transform: scale(1.025);
          transform: scale(1.025);
}

#grav-login form {
  display: block;
  width: 100%;
}

#grav-login input {
  background-color: #fff;
  border: solid 1px #d6d6d6;
  color: black;
  margin-bottom: 1rem;
  border-radius: 5px;
  padding: .5rem 2rem .5rem 1rem;
  border: solid 2px #fff;
}

#grav-login input:focus {
  outline: 0;
  border-color: #d6d6d6;
}

.checkbox-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.checkbox-wrapper input {
  position: absolute;
  width: 60px;
  height: 34px;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
}

.checkbox-wrapper input:checked ~ .toggle-outside {
  background-color: #ff9a41;
}

.checkbox-wrapper input:checked ~ .toggle-outside .toggle-inside {
  -webkit-transform: translateX(22px);
       -o-transform: translateX(22px);
          transform: translateX(22px);
}

.checkbox-wrapper input:checked ~ label {
  color: #ff9a41;
}

.checkbox-wrapper .toggle-outside {
  position: relative;
  width: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 60px;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
  height: 34px;
  background-color: #ccc;
  z-index: 1;
  border-radius: 1rem;
  -webkit-transition: .6s;
  -o-transition: .6s;
  transition: .6s;
  margin-right: 1rem;
}

.checkbox-wrapper .toggle-inside {
  position: absolute;
  left: 6px;
  top: 4px;
  height: 26px;
  width: 26px;
  border-radius: 13px;
  background-color: #fff;
  z-index: 3;
  -webkit-transition: .6s;
  -o-transition: .6s;
  transition: .6s;
}

.checkbox-wrapper label {
  margin-bottom: 0;
  padding: .25rem 0;
  cursor: pointer;
}

.insights small i {
  margin-right: .5rem;
}

.insights h1 {
  margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .insights h1 {
    font-size: 3rem;
  }
}

.insights h2 {
  color: #ff9a41;
  margin-bottom: 1.5rem;
}

.insights .row .gif {
  border: solid 1px #ccc;
  -webkit-box-shadow: 0px 5px 35px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 5px 35px rgba(0, 0, 0, 0.2);
  margin-bottom: 1rem;
  margin-top: 1rem;
  width: 100%;
}

.insights .row .gif + em {
  display: inline-block;
  margin-left: 1rem;
  margin-bottom: 1rem;
  color: #999;
}

.insights .siblings h4 {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #636c72;
  margin-bottom: 2rem;
}

.insights .siblings h4:before {
  content: '';
  display: block;
  height: 5px;
  width: 80px;
  background-color: #ff9a41;
  margin-bottom: 1rem;
}

.insights .siblings h5 a {
  font-weight: 300;
  color: #ff9a41;
  text-decoration: none;
}

.insights .siblings p {
  color: #636c72;
  font-size: .8rem;
}

.insights .siblings section {
  margin-bottom: 2rem;
}

.insights .siblings section h5 {
  padding-bottom: .5rem;
  border-bottom: solid 1px #ddd;
}

.insights .siblings .gifhover {
  margin-bottom: 1.5rem;
}

.insights .siblings .date-tags {
  margin-bottom: 2rem;
}

.gif-thumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -24px;
  margin-left: -24px;
}

.gif-thumb .gif-wrap {
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.gif-thumb .gif-wrap .static {
  position: absolute;
  max-height: 100%;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

@media (max-width: 1299px) {
  .gif-thumb .gif-wrap .static {
    display: none;
  }
}

.gif-thumb .gif-wrap .static:hover {
  opacity: 0;
}

.gif-thumb .gif-wrap .active {
  -webkit-box-shadow: 0px 5px 35px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 5px 35px rgba(0, 0, 0, 0.2);
}

.insights-collection {
  background-color: #ffffff;
}

.insights-collection h2 {
  font-weight: 600;
  margin-bottom: 1rem;
  font-size: 1.5em;
  color: #3b80ac;
}

.insights-collection section:not(:last-of-type) {
  margin-bottom: 3rem;
}

code {
  display: inline-block;
  background-color: #0f303f;
  padding: .0625rem .5rem;
  border-radius: 5px;
  margin: auto .25rem;
  font-family: 'Open Sans';
  font-weight: 600;
  color: #fff;
}

pre {
  display: block;
  padding: 1rem;
  background-color: #0f303f;
  color: #ccc;
  font-family: Open Sans;
}

pre code {
  border: none;
}

.gifhover {
  margin-bottom: 2rem;
}

.gifhover a {
  display: block;
  position: relative;
}

.gifhover .static {
  position: absolute;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

@media (max-width: 1299px) {
  .gifhover .static {
    display: none;
  }
}

.gifhover .static:hover {
  opacity: 0;
}

.gifhover .active {
  -webkit-box-shadow: 0px 5px 35px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 5px 35px rgba(0, 0, 0, 0.2);
}

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

.pagination li {
  display: inline-block;
  color: #888;
  background-color: #eee;
  padding: 3px 10px;
  border-radius: 5px;
}

.pagination li:not(:last-of-type) {
  margin-right: .25rem;
}

.pagination li.current {
  font-weight: 600;
  color: #ff9a41;
}

a.link {
  color: #0093d8;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
}

a.link:hover, a.link:focus, a.link.active, a.link:active {
  color: #ff9a41;
}

a.link-white {
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
}

a.link-white:hover, a.link-white:focus, a.link-white.active, a.link-white:active {
  color: #ff9a41;
}

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

.bullet-list-orange li {
  display: inline-block;
  margin-left: 1em;
  margin-bottom: 1em;
}

.bullet-list-orange li:before {
  content: '•';
  margin-left: -1em;
  padding-right: .5em;
  color: #ff9a41;
  font-size: 150%;
  vertical-align: sub;
  line-height: 1;
}

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

.list.vertical-bar li {
  display: inline-block;
}

.list.vertical-bar li:not(:last-of-type):after {
  content: '|';
  margin-left: .25rem;
}

.list-vertical-block {
  padding-left: 3rem;
  margin-bottom: 3rem;
  list-style: none;
}

.list-vertical-block li {
  margin-bottom: 1.5rem;
}

.list-vertical-block li:nth-of-type(even) {
  color: #888888;
}

.list-vertical-block:before {
  display: block;
  position: absolute;
  content: '';
  height: 50px;
  width: 5px;
  background-color: #ffa85b;
  left: 1.75rem;
}

@media (min-width: 576px) {
  .list-vertical-block:before {
    left: 1rem;
  }
}

.list-vertical-block.orange:before {
  background-color: #ff9a41;
}

.category-tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding-left: 0;
  font-size: .9rem;
  margin-bottom: 0;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.category-tags .category-tag-date {
  color: #999;
  background-color: transparent;
  padding-top: 0.25em;
  margin-right: .5rem;
}

.category-tags .category-tag-date:after {
  display: inline-block;
}

.category-tags .category-tag-wrapper {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  margin-right: .25em;
}

.category-tags .category-tag-link {
  display: inline-block;
  border-radius: 5px;
  color: #888;
  margin-bottom: 5px;
  margin-right: .25rem;
  -webkit-transition: all .1s;
  -o-transition: all .1s;
  transition: all .1s;
  background-color: #eee;
  padding: .25em .5em;
}

.category-tags .category-tag-link:hover, .category-tags .category-tag-link:focus, .category-tags .category-tag-link:active, .category-tags .category-tag-link.active {
  background-color: #ffa85b;
  color: #fff;
}

.category-tags .category-tag-link.remove:hover {
  background-color: #ff0000;
  color: #fff;
}

.category-tags .category-selected-text {
  padding-top: .25rem;
  margin-right: .5rem;
  margin-bottom: 0;
}

#messages {
  display: block;
  position: fixed;
  bottom: 0;
  z-index: 1000;
  width: 100%;
  text-align: center;
  color: #fff;
}

#messages .notices {
  padding: 1rem;
}

#messages .notices p {
  margin-bottom: 0;
}

#messages .notices.info {
  background-color: green;
}

#messages .notices.error {
  background-color: red;
}

table.cookies td {
  width: 50%;
}

@media (max-width: 991px) {
  body.noscroll {
    overflow-y: hidden;
  }
}

#navbar {
  position: fixed;
  width: 100%;
  border: none;
  border-radius: 0;
  z-index: 1000;
  padding-top: 1em;
  padding-bottom: 1em;
  text-align: right;
  padding-right: inherit;
}

#navbar > .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#navBarInner {
  position: fixed;
  width: 100%;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  background-color: #fff;
  z-index: 999;
  opacity: 0;
}

#navBarInner.active {
  opacity: 1;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  top: 0;
}

#navBarProgress {
  height: 5px;
  background-color: #ff9a41;
  bottom: -5px;
  position: absolute;
}

#navLogo {
  margin-right: 2em;
}

#navLogo img {
  height: 100%;
  width: 200px;
}

#deskNav {
  font-size: 1.25em;
  font-weight: 600;
  display: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  margin-left: auto;
}

@media (min-width: 992px) {
  #deskNav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

#deskNav.active a, #deskNav.active b {
  color: #797979;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

#deskNav ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#deskNav li {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  line-height: 1.5;
}

#deskNav li:not(:first-of-type) {
  margin-left: 2em;
}

#deskNav li a {
  color: #fff;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

#deskNav li a b {
  display: block;
  font-style: normal;
  font-weight: 400;
  font-size: .8em;
  color: #eaeaea;
}

#deskNav li a:hover {
  color: #ff9a41;
}

#deskNav li a:hover i {
  color: #ff9a41;
}

#deskNav li.active span {
  color: #ff9a41;
}

#mobileMenuButton {
  width: 40px;
  height: 40px;
  outline: 0;
  border: 0;
  margin: auto 0 auto auto;
  background: none;
  cursor: pointer;
}

@media (min-width: 992px) {
  #mobileMenuButton {
    margin: auto 0 auto 40px;
  }
}

#mobileMenuButton span {
  height: 4px;
  width: 30px;
  margin: 5px auto;
  display: block;
  background: #ff9a41;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  opacity: 1;
  margin: 5px auto;
}

#mobileMenuButton.open span {
  margin: 0 auto;
}

#mobileMenuButton.open span:first-of-type {
  -webkit-transform: rotate(45deg) translate(3px, 3px);
       -o-transform: rotate(45deg) translate(3px, 3px);
          transform: rotate(45deg) translate(3px, 3px);
}

#mobileMenuButton.open span:nth-of-type(2) {
  opacity: 0;
}

#mobileMenuButton.open span:last-of-type {
  -webkit-transform: rotate(-45deg) translate(3px, -2px);
       -o-transform: rotate(-45deg) translate(3px, -2px);
          transform: rotate(-45deg) translate(3px, -2px);
}

#overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 997;
  display: none;
}

#sideMenu {
  position: fixed;
  width: 100%;
  height: 100%;
  right: -100%;
  color: #464a4c;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 998;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 992px) {
  #sideMenu {
    background-color: transparent;
    width: 650px;
    right: -650px;
  }
}

#sideMenu .padder {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  background-color: transparent;
}

#sideMenu .sideMenuWrapper {
  background-color: #fff;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
  overflow-y: auto;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}

#sideMenu .sideMenuWrapper::-webkit-scrollbar {
  /* WebKit */
  width: 0;
  height: 0;
}

@media (min-width: 992px) {
  #sideMenu .sideMenuWrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
}

#sideMenu .container {
  padding-top: 1em;
  padding-bottom: 1em;
}

@media (min-width: 992px) {
  #sideMenu .container {
    padding: 1em 2em;
  }
}

#langSelector {
  margin-bottom: .5em;
}

#langSelector ul {
  list-style: none;
  padding-left: 0;
  text-align: right;
}

#langSelector ul li {
  display: inline-block;
}

#langSelector ul li:first-of-type {
  display: inline-block;
}

#langSelector ul .lang {
  display: inline-block;
  border: solid 2px #EBEBEB;
  padding: .5em 1em;
  text-transform: uppercase;
  margin-left: .5em;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  color: #585858;
}

#langSelector ul .lang:hover, #langSelector ul .lang:active, #langSelector ul .lang:focus {
  background-color: #ffa85b;
  border-color: #ffa85b;
  color: #fff;
}

#langSelector ul .lang.current {
  background-color: #ff9a41;
  font-weight: 600;
  border: solid 2px transparent;
  color: #fff;
}

#langSelector ul .lang.current:hover, #langSelector ul .lang.current:active, #langSelector ul .lang.current:focus {
  background-color: #ffa85b;
  color: #fff;
}

.menuItem {
  margin-bottom: 1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.menuItem:not(:last-of-type) {
  border-bottom: solid 1px #EBEBEB;
}

.menuItem p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0%;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  margin-right: 4em;
  color: #666666;
}

.menuItem p a {
  font-size: 1.125em;
  font-weight: 600;
  color: #666666;
  -webkit-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}

.menuItem p a:hover, .menuItem p a:active, .menuItem p a.active {
  color: #ff9a41;
}

.menuItem p i {
  display: block;
  font-style: inherit;
  font-weight: 400;
  font-size: .8em;
  color: #959595;
}

.menuItem a.sideMenuIconLink i {
  background-color: #ff9a41;
  text-align: center;
  width: 3em;
  padding: 1em 0;
  color: #fff;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.menuItem a.sideMenuIconLink i:before {
  display: block;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.menuItem a.sideMenuIconLink[aria-expanded="true"] i {
  background-color: #c9c9c9;
}

.menuItem a.sideMenuIconLink[aria-expanded="true"] i:before {
  -webkit-transform: rotate(135deg);
       -o-transform: rotate(135deg);
          transform: rotate(135deg);
}

.menuItem .submenu {
  list-style: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  padding-left: 0;
}

.menuItem .submenu li {
  margin-left: 1em;
}

.menuItem .submenu li:first-of-type {
  border-top: solid 1px #dfdfdf;
  padding-top: 1em;
}

.menuItem .submenu li:last-of-type {
  border-bottom: 0;
  margin-bottom: 0;
}

.menuItem .privacy li {
  margin-left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 1em;
}

.menuItem .privacy li:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.menuItem .privacy li:last-of-type {
  margin-bottom: 1em;
}

.menuItem .privacy li p {
  margin-right: 0;
  margin-bottom: 0;
  padding-top: .5em;
  display: none;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  color: #ff3333;
  font-size: .8rem;
}

.menuItem .privacy li p i {
  display: inline-block;
  font-size: .8rem;
  padding: .25em .5em;
  color: #585858;
  background-color: #eee;
  margin-left: .25em;
  cursor: pointer;
  border-radius: 4px;
  margin-top: 0.125rem;
}

.menuItem .privacy li a {
  font-size: .8em;
  color: #959595;
}

.menuItem.login .fa-sign-in-alt:hover:before, .menuItem.login .fa-sign-in-alt:focus:before, .menuItem.login .fa-sign-in-alt:active:before {
  -webkit-transform: translateX(0.25em);
       -o-transform: translateX(0.25em);
          transform: translateX(0.25em);
}

.menuItem.login .unlock:hover:before, .menuItem.login .unlock:focus:before, .menuItem.login .unlock:active:before {
  content: "\f3c1";
}

#sideMenuSocial {
  border-bottom: solid 1px #EBEBEB;
  margin-bottom: 1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #666666;
}

#sideMenuSocial ul {
  list-style: none;
  padding-left: 0;
  display: inline-block;
}

#sideMenuSocial ul:first-of-type {
  margin-right: 4em;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0%;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
}

#sideMenuSocial ul li {
  display: inline-block;
  font-size: 1.125em;
}

#sideMenuSocial ul li:not(:last-of-type) {
  margin-right: 1em;
}

#sideMenuSocial ul li a {
  color: #9D9D9D;
}

#sideMenuSocial ul li a:hover, #sideMenuSocial ul li a:focus, #sideMenuSocial ul li a:active {
  color: #ff9a41;
}

#sideMenuSocial a {
  font-size: 1.5em;
}

#sideMenuSocial h6 {
  font-weight: 600;
  display: block;
  font-size: 1em;
}

#sideMenuSocial p {
  font-weight: 400;
  font-size: .8em;
  color: #959595;
}

#sideMenuServicePartner {
  text-align: right;
  margin-top: 1em;
}

.modal-wrapper {
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1001;
  padding: 100px 1rem 50px 1rem;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
  -webkit-transform: translateY(100%);
       -o-transform: translateY(100%);
          transform: translateY(100%);
  text-align: center;
  overflow-y: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.modal-wrapper.modal-open {
  opacity: 1;
  -webkit-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}

.modal-wrapper .modal-inner {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center;
}

.modal-close p {
  color: white;
  padding: 1em;
  text-decoration: underline;
  cursor: pointer;
}

#preloadOverlay {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 997;
  background: #fafafa;
}

.preloader {
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 998;
  border: 4px solid #ff9a41;
  border-radius: 16px 0;
  -webkit-animation: preloader 2s infinite ease;
       -o-animation: preloader 2s infinite ease;
          animation: preloader 2s infinite ease;
}

.preloader-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 998;
}

@-webkit-keyframes preloader {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-o-keyframes preloader {
  0% {
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }
  25% {
    -o-transform: rotate(180deg);
       transform: rotate(180deg);
  }
  50% {
    -o-transform: rotate(180deg);
       transform: rotate(180deg);
  }
  75% {
    -o-transform: rotate(360deg);
       transform: rotate(360deg);
  }
  100% {
    -o-transform: rotate(360deg);
       transform: rotate(360deg);
  }
}

@keyframes preloader {
  0% {
    -webkit-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.parallax-outer-wrapper {
  overflow: hidden;
}

.parallax-wrapper {
  position: relative;
  margin: auto;
  max-width: 100%;
}

.parallax-wrapper img {
  position: absolute;
  max-height: 100%;
}

.parallax-wrapper img.top {
  -webkit-transform: translateX(30%);
       -o-transform: translateX(30%);
          transform: translateX(30%);
}

.parallax-wrapper img.bottom {
  -webkit-transform: translateX(-30%);
       -o-transform: translateX(-30%);
          transform: translateX(-30%);
}

#cookieNotification {
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1001;
  padding: 5rem 1rem 5rem 1rem;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  text-align: center;
  overflow-y: auto;
}

#cookieNotification .cookie-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
}

#cookieNotification.show {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#cookieNotification p {
  margin-bottom: 1em;
}

#cookieNotification p.source {
  font-weight: 600;
}

#cookieNotification .cookieContainer {
  max-width: 600px;
  margin: auto;
  background-color: #fff;
  padding: 3rem 1rem;
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #fff 0%, #f2f2f2 100%);
  background-image: -o-linear-gradient(top, #fff 0%, #f2f2f2 100%);
  background-image: linear-gradient(180deg, #fff 0%, #f2f2f2 100%);
  border-radius: .5em;
}

@media (min-width: 768px) {
  #cookieNotification .cookieContainer {
    padding: 3rem 3rem;
  }
}

#cookieNotification .cookieContainer h6 {
  font-size: 1.5rem;
  font-weight: 300;
  margin-bottom: 1em;
}

#cookieNotification .cookieContainer small {
  font-size: .8rem;
  display: block;
  color: #0093d8;
}

#cookieNotification .cookieContainer ul {
  list-style: none;
  padding: 0;
  margin-bottom: .5rem;
}

#cookieNotification .cookieContainer ul li p {
  display: inline-block;
}

#cookieNotification .cookieContainer ul li a {
  color: #0093d8;
}

#cookieNotification .cookieContainer button {
  margin: .5rem;
  width: 75%;
}

@media (min-width: 768px) {
  #cookieNotification .cookieContainer button {
    width: auto;
  }
}

#cookieNotification .cookieContainer a {
  color: #0093d8;
}

#cookieNotification .cookieContainer hr {
  width: 75%;
  border-top: 2px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 2rem;
}

#cookieCheckbox .cookie {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#cookieCheckbox .cookie.static {
  cursor: not-allowed;
}

#cookieCheckbox .cookie.static input, #cookieCheckbox .cookie.static label {
  pointer-events: none;
}

#cookieCheckbox .toggle-outside {
  position: relative;
  width: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 60px;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
  height: 34px;
  background-color: #ccc;
  z-index: 1;
  border-radius: 1rem;
  -webkit-transition: .6s;
  -o-transition: .6s;
  transition: .6s;
  margin-right: 1rem;
}

#cookieCheckbox .toggle-inside {
  position: absolute;
  left: 6px;
  top: 4px;
  height: 26px;
  width: 26px;
  border-radius: 13px;
  background-color: #fff;
  z-index: 3;
  -webkit-transition: .6s;
  -o-transition: .6s;
  transition: .6s;
}

#cookieCheckbox label {
  margin-bottom: 0;
  padding: .25rem 0;
  cursor: pointer;
}

#cookieCheckbox input {
  position: absolute;
  width: 60px;
  height: 34px;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
}

#cookieCheckbox input:checked ~ .toggle-outside {
  background-color: #ff9a41;
}

#cookieCheckbox input:checked ~ .toggle-outside .toggle-inside {
  -webkit-transform: translateX(22px);
       -o-transform: translateX(22px);
          transform: translateX(22px);
}

span.icon {
  display: inline-block;
}

span.icon:before {
  content: '';
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: .25rem;
  background-repeat: no-repeat;
  position: relative;
  top: .125rem;
}

span.icon.ga:before {
  background-image: url("../img/icons/ga-icon.svg");
}

span.icon.hotjar:before {
  background-image: url("../img/icons/hotjar-icon.svg");
}

span.icon.zendesk:before {
  background-image: url("../img/icons/zendesk-icon.svg");
}

span.icon.menu:before {
  background-image: url("../img/icons/menu-icon.svg");
}

#zendeskErrorMsg {
  margin-top: 1rem;
  font-size: .8rem;
  padding: 5px 10px;
  color: #fff;
  background-color: #ff3333;
  z-index: 1000;
  border-radius: 4px;
  max-width: 500px;
}

#zendeskErrorMsg a {
  color: #fff;
  font-weight: 600;
}

.break {
  height: 10px;
  display: inline-block;
}

.break.w100 {
  width: 100%;
}

.break.w15 {
  width: 15%;
}

.break.w25 {
  width: 25%;
}

.break.w50 {
  width: 50%;
}

.break.orange {
  background-color: #ff9a41;
}

.break.yellow {
  background-color: #ffa812;
}

.break.white {
  background-color: rgba(255, 255, 255, 0.5);
}

.break.orange-yellow {
  background-color: #ffa812;
  background-image: -webkit-gradient(linear, left top, right top, from(#ffa85b), to(#ffa812));
  background-image: -webkit-linear-gradient(left, #ffa85b 0%, #ffa812 100%);
  background-image: -o-linear-gradient(left, #ffa85b 0%, #ffa812 100%);
  background-image: linear-gradient(90deg, #ffa85b 0%, #ffa812 100%);
}

.break.thin {
  height: 5px;
}

.break.xthin {
  height: 2px;
}

.break.round {
  border-radius: 20px;
}

.title-break {
  display: inline-block;
  height: 5px;
  width: 80px;
  margin-bottom: 1rem;
}

.title-break.yellow {
  background-color: #ffa812;
}

.title-break.orange {
  background-color: #ff9a41;
}

.title-break.white {
  background-color: #fff;
}

.title-break.thin {
  height: 2px;
}

.title-break.thick {
  height: 20px;
}

.section-break {
  position: relative;
  width: 100%;
  height: 10px;
  z-index: 2;
  -webkit-transform: translateX(-25%);
       -o-transform: translateX(-25%);
          transform: translateX(-25%);
}

.section-break.orange {
  background-color: #ff9a41;
}

.section-break.orange-yellow {
  background-color: #ffa85b;
  background-image: -webkit-gradient(linear, left top, right top, from(#ffa85b), to(#ffa812));
  background-image: -webkit-linear-gradient(left, #ffa85b 0%, #ffa812 100%);
  background-image: -o-linear-gradient(left, #ffa85b 0%, #ffa812 100%);
  background-image: linear-gradient(90deg, #ffa85b 0%, #ffa812 100%);
}

.section-break-big {
  position: relative;
  width: 25%;
  height: 1.5rem;
  margin: auto;
  top: .75rem;
  z-index: 3;
  background-color: #ff9a41;
}

.dot-break-blue {
  border-top: dotted 5px #0093d8;
}

.dot-break-yellow {
  border-top: dotted 5px #ffa812;
}

.dot-break-white {
  border-top: dotted 5px white;
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.b-dotbox {
  border: dotted 2px #0093d8;
}

.bt-blue {
  border-bottom: solid 2px #0093d8;
}

.bt-blue-r50 {
  border-bottom: solid 2px #0093d8;
  margin-right: 50%;
}

.bt-blue-r75 {
  border-bottom: solid 2px #0093d8;
  margin-right: 75%;
}

.bt-white-r50 {
  border-bottom: solid 2px #fff;
  margin-right: 50%;
}

.bt-white-r75 {
  border-bottom: solid 2px #fff;
  margin-right: 75%;
}

.bt-dot {
  border-top: 2px dotted #0093d8;
}

.b-b-dot {
  border-bottom: 2px dotted #0093d8;
}

.bt-dot-r25 {
  border-top: 2px dotted #0093d8;
  margin-right: 25%;
}

.bt-dot-l25 {
  border-top: 2px dotted #0093d8;
  margin-left: 25%;
}

.bt-dot-50 {
  border-top: 2px dotted #0093d8;
  margin-right: 50%;
  margin-left: 1rem;
}

.bt-dot-o {
  border-top: 2px dotted #ff9a41;
}

.bt-solid-sm {
  border-top: solid 5px #0093d8;
  margin-left: 45%;
  margin-right: 45%;
}

.bt-solid-xs {
  border-top: solid 5px #0093d8;
  margin-left: 48%;
  margin-right: 48%;
}

.bt-dot-20 {
  border-top: dotted 2px #0093d8;
  margin-left: 20%;
  margin-right: 20%;
}

.bb-40 {
  border-top: solid 2px #0093d8;
  margin-left: 40%;
  margin-right: 40%;
}

.bb-40.white {
  border-color: #fff;
}

.bt-dot-5 {
  border-top: dotted 2px #0093d8;
  margin-left: 5%;
  margin-right: 5%;
}

.b-o {
  border-color: #ff9a41;
}

.b-y {
  border-color: #ffa812;
}

.divider {
  width: 100%;
  border-top: 2px dotted rgba(255, 120, 38, 0.5);
  margin: 0 auto;
}

@media (min-width: 1950px) {
  .header-angles-wrap {
    max-width: 1850px;
    margin-left: auto;
    margin-right: auto;
  }
}

header.parallax-hero {
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  background-color: #0093d8;
  position: relative;
  color: #fff;
}

header.parallax-hero:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(25%, rgba(0, 118, 188, 0.8)), to(rgba(0, 118, 188, 0.5)));
  background-image: -webkit-linear-gradient(top, rgba(0, 118, 188, 0.8) 25%, rgba(0, 118, 188, 0.5) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 118, 188, 0.8) 25%, rgba(0, 118, 188, 0.5) 100%);
  background-image: linear-gradient(180deg, rgba(0, 118, 188, 0.8) 25%, rgba(0, 118, 188, 0.5) 100%);
  z-index: 2;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

@media (min-width: 992px) {
  header.parallax-hero:before {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(25%, rgba(0, 118, 188, 0.8)), to(rgba(0, 118, 188, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 118, 188, 0.8) 25%, rgba(0, 118, 188, 0) 100%);
    background-image: -o-linear-gradient(top, rgba(0, 118, 188, 0.8) 25%, rgba(0, 118, 188, 0) 100%);
    background-image: linear-gradient(180deg, rgba(0, 118, 188, 0.8) 25%, rgba(0, 118, 188, 0) 100%);
  }
}

header.parallax-hero.home:before {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 118, 188, 0.9)), to(rgba(0, 147, 216, 0.1)));
  background-image: -webkit-linear-gradient(top, rgba(0, 118, 188, 0.9) 50%, rgba(0, 147, 216, 0.1) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 118, 188, 0.9) 50%, rgba(0, 147, 216, 0.1) 100%);
  background-image: linear-gradient(180deg, rgba(0, 118, 188, 0.9) 50%, rgba(0, 147, 216, 0.1) 100%);
}

header.parallax-hero.payroll:before {
  background-image: -webkit-linear-gradient(345deg, rgba(38, 49, 59, 0.8) 20%, #26313b 100%);
  background-image: -o-linear-gradient(345deg, rgba(38, 49, 59, 0.8) 20%, #26313b 100%);
  background-image: linear-gradient(105deg, rgba(38, 49, 59, 0.8) 20%, #26313b 100%);
}

header.parallax-hero.careers:before {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 118, 188, 0.7)), to(rgba(0, 147, 216, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(0, 118, 188, 0.7) 50%, rgba(0, 147, 216, 0.4) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 118, 188, 0.7) 50%, rgba(0, 147, 216, 0.4) 100%);
  background-image: linear-gradient(180deg, rgba(0, 118, 188, 0.7) 50%, rgba(0, 147, 216, 0.4) 100%);
}

header.parallax-hero h1 {
  font-weight: 600;
  font-size: 2.5em;
  margin-left: -.075em;
}

@media (min-width: 768px) {
  header.parallax-hero h1 {
    font-size: 4em;
  }
}

@media (min-width: 992px) {
  header.parallax-hero h1 {
    font-size: 5em;
  }
}

header.parallax-hero p {
  font-size: 1.5em;
  font-weight: 300;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  header.parallax-hero p {
    font-size: 1.75em;
  }
}

@media (min-width: 992px) {
  header.parallax-hero p {
    font-size: 2em;
  }
}

header.parallax-hero .parallax-title {
  position: relative;
  z-index: 2;
  padding-top: 10em;
  padding-bottom: 6em;
}

@media (min-width: 768px) {
  header.parallax-hero .parallax-title {
    padding-top: 18em;
    padding-bottom: 15em;
  }
}

@media (min-width: 1950px) {
  header.parallax-hero .parallax-title {
    padding-left: 10%;
    width: 100%;
  }
}

@media (min-width: 1950px) {
  header.parallax-hero .parallax-title.login {
    padding-left: 0%;
  }
}

header.parallax-hero .parallax-header-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
          background-size: cover;
  will-change: transform, scroll-position;
}

header.parallax-hero .typed-wrapper {
  height: 3.5em;
}

@media (min-width: 992px) {
  header.parallax-hero .typed-wrapper {
    height: 2em;
  }
}

header.home {
  background-color: #0076bc;
}

@media (max-width: 991px) {
  header.home h1 span {
    display: block;
  }
}

header.home .parallax-header-image {
  background-image: url("../img/home/header.jpg");
}

header.workday h1 {
  visibility: hidden;
}

@media (max-width: 767px) {
  header.workday h1 {
    font-size: 4em;
  }
}

header.workday p {
  visibility: hidden;
}

header.workday .parallax-header-image {
  background-image: url("../img/workday-services/header.jpg");
  background-position: center 60%;
}

header.about .parallax-header-image {
  background-image: url("../img/home/header.jpg");
}

header.careers .parallax-header-image {
  background-image: url("../img/careers/workday-rising-gif-compressed.gif");
  -webkit-filter: blur(2px);
          filter: blur(2px);
  height: 101%;
}

@media (min-width: 992px) {
  header.careers .parallax-header-image {
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
}

header.events .parallax-header-image {
  background-image: url("../img/events/header.jpg");
  -webkit-filter: blur(2px);
          filter: blur(2px);
  height: 101%;
}

@media (min-width: 992px) {
  header.events .parallax-header-image {
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
}

header.contact .parallax-header-image {
  background-image: url("../img/contact/header.jpg");
}

header.customer-hub {
  background-color: #0076bc;
  color: #fff;
}

header.customer-hub h1 {
  font-weight: 600;
  font-size: 2.5rem;
}

@media (min-width: 768px) {
  header.customer-hub h1 {
    font-size: 4rem;
  }
}

header.customer-hub.customer-hub-article h1 {
  font-size: 2rem;
}

@media (min-width: 768px) {
  header.customer-hub.customer-hub-article h1 {
    font-size: 3rem;
  }
}

header.customer-hub p {
  font-size: 1.25rem;
  font-weight: 300;
}

@media (min-width: 768px) {
  header.customer-hub p {
    font-size: 2rem;
    max-width: 75%;
  }
}

header.customer-hub:before {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(25%, rgba(0, 118, 188, 0.9)), to(rgba(0, 118, 188, 0.65)));
  background-image: -webkit-linear-gradient(top, rgba(0, 118, 188, 0.9) 25%, rgba(0, 118, 188, 0.65) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 118, 188, 0.9) 25%, rgba(0, 118, 188, 0.65) 100%);
  background-image: linear-gradient(180deg, rgba(0, 118, 188, 0.9) 25%, rgba(0, 118, 188, 0.65) 100%);
}

header.customer-hub .parallax-header-image {
  background-image: url("../img/hub/header.jpg");
}

header.login {
  background-color: #0076bc;
  color: white;
}

header.login h1 {
  font-size: 2em;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  margin-bottom: 1em;
}

header.login:before {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(25%, rgba(0, 118, 188, 0.9)), to(rgba(0, 118, 188, 0.65)));
  background-image: -webkit-linear-gradient(top, rgba(0, 118, 188, 0.9) 25%, rgba(0, 118, 188, 0.65) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 118, 188, 0.9) 25%, rgba(0, 118, 188, 0.65) 100%);
  background-image: linear-gradient(180deg, rgba(0, 118, 188, 0.9) 25%, rgba(0, 118, 188, 0.65) 100%);
}

header.login .parallax-header-image {
  background-image: url("../img/hub/header.jpg");
}

header.login [data-grav-field="password"] {
  margin-bottom: 1em;
}

header.login .login-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

header.login #automaticLoginNotification {
  display: none;
}

header.login .notification-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}

header.login .login-notification {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  margin: 0 auto 1.5em auto;
  padding: .5em 1em;
  font-size: 1.125em;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: .05em;
}

header.login .login-notification .icon {
  margin-bottom: .5em;
  font-size: 1.5em;
}

header.login .login-notification .success-message {
  display: none;
}

header.full {
  min-height: 100vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: inset 0 0 5rem rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 5rem rgba(0, 0, 0, 0.3);
  padding-top: 7rem;
  padding-bottom: 5rem;
}

@media (min-width: 768px) {
  header.full h1 {
    font-size: 7rem;
  }
}

header.full .fa-code-fork {
  display: block;
  position: absolute;
  bottom: 50px;
  right: 50px;
  font-size: 10rem;
}

header .full {
  min-height: 100vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 7rem;
  padding-bottom: 5rem;
}

header.fluid {
  padding-top: 8rem;
  padding-bottom: 5rem;
}

header.blue {
  background-color: #0076bc;
  color: #fff;
}

@media (max-width: 767px) {
  header.payroll h1 {
    font-size: 2.5em;
  }
}

@media (max-width: 991px) {
  header.payroll h1 span {
    display: block;
  }
}

header.payroll .parallax-header-image {
  background-image: url("../img/clp/header.jpg");
}

header.subpage {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #0093d8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0093d8), to(#429fcf));
  background-image: -webkit-linear-gradient(top, #0093d8 0%, #429fcf 100%);
  background-image: -o-linear-gradient(top, #0093d8 0%, #429fcf 100%);
  background-image: linear-gradient(180deg, #0093d8 0%, #429fcf 100%);
  color: #fff;
}

header .big {
  min-height: 100vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

header.error {
  background-color: #0093d8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 118, 188, 0.8)), to(#0093d8)), url(../img/home/header.jpg);
  background-image: -webkit-linear-gradient(top, rgba(0, 118, 188, 0.8) 0%, #0093d8 100%), url(../img/home/header.jpg);
  background-image: -o-linear-gradient(top, rgba(0, 118, 188, 0.8) 0%, #0093d8 100%), url(../img/home/header.jpg);
  background-image: linear-gradient(180deg, rgba(0, 118, 188, 0.8) 0%, #0093d8 100%), url(../img/home/header.jpg);
  -webkit-background-size: cover, cover;
          background-size: cover, cover;
  background-repeat: no-repeat;
  background-position: center, top;
  color: #fff;
}

header.error .row {
  min-height: 100vh;
}

header.error .col {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

header.error h1 {
  line-height: 1.4;
  font-size: 1.25rem;
}

@media (min-width: 768px) {
  header.error h1 {
    font-size: 2rem;
  }
}

header.error h1.not-found-title {
  font-size: 10rem;
  font-weight: 600;
}

header.error p {
  color: #ffa812;
  font-size: 2rem;
  margin-bottom: 4rem;
}

header.subsite {
  background-color: #0093d8;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 118, 188, 0.9)), to(rgba(0, 147, 216, 0.1))), url("../img/home/header.jpg");
  background-image: -webkit-linear-gradient(top, rgba(0, 118, 188, 0.9) 50%, rgba(0, 147, 216, 0.1) 100%), url("../img/home/header.jpg");
  background-image: -o-linear-gradient(top, rgba(0, 118, 188, 0.9) 50%, rgba(0, 147, 216, 0.1) 100%), url("../img/home/header.jpg");
  background-image: linear-gradient(180deg, rgba(0, 118, 188, 0.9) 50%, rgba(0, 147, 216, 0.1) 100%), url("../img/home/header.jpg");
  color: #fff;
  background-position: center;
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
}

header.internal {
  background-color: #0093d8;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 118, 188, 0.9)), to(rgba(0, 147, 216, 0.1))), url("../img/home/header.jpg");
  background-image: -webkit-linear-gradient(top, rgba(0, 118, 188, 0.9) 50%, rgba(0, 147, 216, 0.1) 100%), url("../img/home/header.jpg");
  background-image: -o-linear-gradient(top, rgba(0, 118, 188, 0.9) 50%, rgba(0, 147, 216, 0.1) 100%), url("../img/home/header.jpg");
  background-image: linear-gradient(180deg, rgba(0, 118, 188, 0.9) 50%, rgba(0, 147, 216, 0.1) 100%), url("../img/home/header.jpg");
  color: #fff;
  background-position: center;
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
}

header.privacy {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 118, 188, 0.9)), to(rgba(0, 147, 216, 0.1))), url("../img/home/header.jpg");
  background-image: -webkit-linear-gradient(top, rgba(0, 118, 188, 0.9) 50%, rgba(0, 147, 216, 0.1) 100%), url("../img/home/header.jpg");
  background-image: -o-linear-gradient(top, rgba(0, 118, 188, 0.9) 50%, rgba(0, 147, 216, 0.1) 100%), url("../img/home/header.jpg");
  background-image: linear-gradient(180deg, rgba(0, 118, 188, 0.9) 50%, rgba(0, 147, 216, 0.1) 100%), url("../img/home/header.jpg");
  background-position: center;
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  color: white;
}

header.privacy h1 {
  font-size: 3em;
  font-weight: 600;
}

@media (min-width: 992px) {
  header.privacy h1 {
    font-size: 5em;
  }
}

header.insights {
  background-color: #0076bc;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(0, 118, 188, 0.95)), to(rgba(0, 147, 216, 0.95))), url("../img/insights/header.jpg");
  background-image: -webkit-linear-gradient(left, rgba(0, 118, 188, 0.95) 50%, rgba(0, 147, 216, 0.95) 100%), url("../img/insights/header.jpg");
  background-image: -o-linear-gradient(left, rgba(0, 118, 188, 0.95) 50%, rgba(0, 147, 216, 0.95) 100%), url("../img/insights/header.jpg");
  background-image: linear-gradient(90deg, rgba(0, 118, 188, 0.95) 50%, rgba(0, 147, 216, 0.95) 100%), url("../img/insights/header.jpg");
  background-position: center;
  color: #fff;
}

header.insights h1:after {
  content: '';
  display: block;
  height: 5px;
  width: 80px;
  background-color: #ff9a41;
  margin-top: 1rem;
}

@media (min-width: 992px) {
  header.insights p {
    width: 75%;
  }
}

#featured {
  padding-top: 1em;
  padding-bottom: .5em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 992px) {
  #featured {
    padding-top: 2em;
    padding-bottom: 1em;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}

#featured .featurewrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 3em;
  padding: 0 .5em;
  border: solid 4px #ffa85b;
  margin-bottom: .5em;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  text-transform: uppercase;
  font-size: 1.125em;
  font-weight: 600;
}

@media (min-width: 768px) {
  #featured .featurewrap {
    font-size: 1.5em;
  }
}

#featured .featurewrap:not(:last-of-type) {
  margin-right: .5em;
}

#featured .featurewrap.active {
  background-color: #ffa85b;
}

#featured .featurewrap .feature {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center;
}

.parallax-content {
  z-index: 2;
  background-color: #FAFAFA;
  position: relative;
}

section.p-y, section .p-y {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

section .gray-header {
  font-size: 1.125em;
  font-weight: 600;
  color: #959595;
  margin-bottom: 2em;
  line-height: 1.6;
}

section.image-break {
  min-height: 20rem;
  -webkit-background-size: cover;
          background-size: cover;
}

section.image-break.quotejarko {
  background-color: #0076bc;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 118, 188, 0.9)), to(rgba(0, 147, 216, 0.1))), url("../img/workday-services/deployment.jpg");
  background-image: -webkit-linear-gradient(top, rgba(0, 118, 188, 0.9) 50%, rgba(0, 147, 216, 0.1) 100%), url("../img/workday-services/deployment.jpg");
  background-image: -o-linear-gradient(top, rgba(0, 118, 188, 0.9) 50%, rgba(0, 147, 216, 0.1) 100%), url("../img/workday-services/deployment.jpg");
  background-image: linear-gradient(180deg, rgba(0, 118, 188, 0.9) 50%, rgba(0, 147, 216, 0.1) 100%), url("../img/workday-services/deployment.jpg");
}

@media (max-width: 991px) {
  section.home.services .container {
    width: 100%;
  }
}

@media (max-width: 991px) {
  section.home.services .row {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-bottom: -3em;
    -webkit-transform: translateY(-3em);
         -o-transform: translateY(-3em);
            transform: translateY(-3em);
  }
}

@media (max-width: 991px) {
  section.home.services .workday {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FAFAFA), to(#fff));
    background-image: -webkit-linear-gradient(top, #FAFAFA 0%, #fff 100%);
    background-image: -o-linear-gradient(top, #FAFAFA 0%, #fff 100%);
    background-image: linear-gradient(180deg, #FAFAFA 0%, #fff 100%);
  }
}

@media (max-width: 991px) {
  section.home.services .workday,
  section.home.services .payroll {
    padding: 2em 3em;
  }
}

section.home.services .caps-title {
  margin-bottom: 0;
}

section.home.services h2 {
  font-size: 1.5em;
  font-weight: 300;
}

section.home.services p {
  margin-bottom: 1.5em;
}

section.home.services img {
  position: absolute;
}

section.home.services img.middle {
  -webkit-transform: translate(0, 15%);
       -o-transform: translate(0, 15%);
          transform: translate(0, 15%);
}

section.home.services img.bottom {
  -webkit-transform: translate(0, 30%);
       -o-transform: translate(0, 30%);
          transform: translate(0, 30%);
}

section.home.future {
  background-color: #0093d8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#efefef));
  background-image: -webkit-linear-gradient(top, #fff 0%, #efefef 100%);
  background-image: -o-linear-gradient(top, #fff 0%, #efefef 100%);
  background-image: linear-gradient(180deg, #fff 0%, #efefef 100%);
  color: #6f6f6f;
  padding: 5rem 0;
}

@media (min-width: 992px) {
  section.home.future {
    padding: 0;
  }
}

@media (min-width: 992px) {
  section.home.future .second {
    padding: 5rem 1.5rem;
  }
}

section.home.future h3 {
  font-weight: 300;
  margin-bottom: 1rem;
}

section.home.future h3 span {
  color: #ff9a41;
  display: block;
  margin-top: .5rem;
}

@media (min-width: 768px) {
  section.home.future h3 {
    font-size: 1.5em;
  }
}

section.home.future p {
  margin-bottom: 2rem;
}

section.home.future img {
  border-bottom: solid 2px #d9d9d9;
}

@media (max-width: 991px) {
  section.home.future img {
    width: 100%;
    margin-bottom: 2rem;
  }
}

section.home.insights {
  background-color: #ffa85b;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 136, 64, 0.95)), to(rgba(255, 152, 87, 0.95))), url("../img/home/insights.jpg");
  background-image: -webkit-linear-gradient(top, rgba(255, 136, 64, 0.95) 0%, rgba(255, 152, 87, 0.95) 100%), url("../img/home/insights.jpg");
  background-image: -o-linear-gradient(top, rgba(255, 136, 64, 0.95) 0%, rgba(255, 152, 87, 0.95) 100%), url("../img/home/insights.jpg");
  background-image: linear-gradient(180deg, rgba(255, 136, 64, 0.95) 0%, rgba(255, 152, 87, 0.95) 100%), url("../img/home/insights.jpg");
  background-repeat: no-repeat;
  background-repeat: repeat-y;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  color: #fff;
}

section.home.insights h4 {
  font-size: 1.25em;
  text-transform: uppercase;
  font-weight: 600;
}

section.home.insights h5 {
  border-bottom: solid 1px #fff;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  font-weight: 300;
}

section.home.insights h5 a {
  color: #fff;
  text-decoration: none;
}

section.home.insights hr {
  background-color: #fff;
  margin-right: 25%;
  display: block;
}

@media (max-width: 991px) {
  section.home.insights section:not(:last-of-type) {
    margin-bottom: 4rem;
  }
}

section.home.insights .gifhover {
  text-align: center;
}

@media (min-width: 992px) {
  section.home.insights .gifhover a {
    display: inline-block;
    max-width: 80%;
  }
}

section.workday.pioneer {
  padding-bottom: 4rem;
  padding-top: 4rem;
}

@media (max-width: 991px) {
  section.workday.pioneer .row {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-bottom: -6em;
    -webkit-transform: translateY(-6em);
         -o-transform: translateY(-6em);
            transform: translateY(-6em);
  }
  section.workday.pioneer .row .parallax-outer-wrapper {
    margin-bottom: 2em;
  }
}

section.workday.pioneer h2 {
  font-size: 1.5em;
  font-weight: 300;
  color: #959595;
  margin-bottom: 1em;
}

@media (min-width: 992px) {
  section.workday.pioneer {
    padding-top: 8rem;
    padding-bottom: 6rem;
    -webkit-background-size: initial initial;
            background-size: initial;
  }
}

section.workday.pioneer .img-wrap {
  position: relative;
  max-height: 300px;
  margin: 0 auto;
}

@media (max-width: 991px) {
  section.workday.pioneer .img-wrap {
    margin-bottom: 2rem;
  }
}

section.workday.pioneer img {
  position: absolute;
  max-height: 100%;
}

section.workday.pioneer img.top {
  -webkit-transform: translateX(30%);
       -o-transform: translateX(30%);
          transform: translateX(30%);
}

section.workday.pioneer img.bottom {
  -webkit-transform: translateX(-30%);
       -o-transform: translateX(-30%);
          transform: translateX(-30%);
}

section.workday.numbers {
  position: relative;
  background-color: #fff;
}

section.workday.numbers .row {
  min-height: 10em;
}

section.workday.numbers p {
  font-size: 1.125em;
  font-weight: 300;
  margin-bottom: 0;
  padding: 2rem 0;
}

section.workday.numbers p span {
  display: block;
  font-size: 3em;
  color: #ff9a41;
  font-weight: 400;
}

section.workday.presence {
  background-color: white;
}

section.workday.presence img {
  max-height: 500px;
}

section.workday.services .nav-tabs {
  list-style: none;
  padding-left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 768px) {
  section.workday.services .nav-tabs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

section.workday.services .nav-tabs li {
  margin-bottom: 2rem;
}

section.workday.services .nav-link {
  border: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.125em;
  font-weight: 600;
  color: #b0b0b0;
}

section.workday.services .nav-link .svg {
  width: 30px;
  height: 30px;
  position: absolute;
}

section.workday.services .nav-link .svg path {
  fill: #b0b0b0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

section.workday.services .nav-link span {
  padding-left: 3rem;
}

section.workday.services .nav-link:hover {
  color: #ff9a41;
}

section.workday.services .nav-link:hover .svg path {
  fill: #ff9a41;
}

section.workday.services .nav-link.active {
  color: #ff9a41;
}

section.workday.services .nav-link.active .svg path {
  fill: #ff9a41;
}

@media (min-width: 768px) {
  section.workday.services .nav-item {
    width: 33.3%;
  }
}

section.workday.services .tab-pane p {
  margin-bottom: 2rem;
}

section.workday.services .tab-pane ul {
  list-style: none;
  padding-left: 3rem;
}

@media (max-width: 991px) {
  section.workday.services .tab-pane ul:not(:last-of-type) {
    margin-bottom: 3rem;
  }
}

section.workday.services .tab-pane ul:before {
  display: block;
  position: absolute;
  content: '';
  height: 50px;
  width: 5px;
  background-color: #ff9a41;
  left: 1.75rem;
}

@media (min-width: 576px) {
  section.workday.services .tab-pane ul:before {
    left: 1rem;
  }
}

section.workday.services .tab-pane ul li {
  margin-bottom: 1.5rem;
}

section.workday.services .tab-pane ul li:nth-of-type(even) {
  color: #818181;
}

section.workday.services hr {
  margin-bottom: 2rem;
}

section.workday.internal {
  background-color: #0076bc;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 118, 188, 0.9)), to(rgba(0, 147, 216, 0.5))), url("../img/workday-services/office-building.jpg");
  background-image: -webkit-linear-gradient(top, rgba(0, 118, 188, 0.9) 50%, rgba(0, 147, 216, 0.5) 100%), url("../img/workday-services/office-building.jpg");
  background-image: -o-linear-gradient(top, rgba(0, 118, 188, 0.9) 50%, rgba(0, 147, 216, 0.5) 100%), url("../img/workday-services/office-building.jpg");
  background-image: linear-gradient(180deg, rgba(0, 118, 188, 0.9) 50%, rgba(0, 147, 216, 0.5) 100%), url("../img/workday-services/office-building.jpg");
  color: #fff;
}

section.workday.internal h3 {
  font-weight: 300;
  margin-bottom: 1em;
}

section.workday.internal img {
  width: 5em;
  height: 5em;
  display: inline-block;
  border-radius: 50%;
  margin-right: 1em;
}

section.workday.internal p:last-of-type {
  margin-bottom: 0;
}

section.payroll .box {
  background-color: #f7f7f9;
  padding: 5rem 1.5rem;
  min-height: 420px;
}

section.payroll .box h3 {
  font-size: 1.25em;
  margin-bottom: 1rem;
}

section.payroll .box .break {
  margin-bottom: 1rem;
}

section.payroll .box.darker {
  background-color: #eceeef;
}

section.payroll .box .fa {
  font-size: 5rem;
  margin-bottom: 1rem;
  color: #636c72;
}

section.payroll .main {
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  padding: 5rem 1.5rem;
  color: white;
}

@media (min-width: 768px) {
  section.payroll .main {
    padding: 6rem 3rem 10rem 3rem;
    border-width: 10px;
  }
}

section.payroll .main .content {
  position: relative;
  z-index: 2;
}

section.payroll .main h2 {
  font-weight: 600;
  margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
  section.payroll .main h2 {
    font-size: 3rem;
  }
}

@media (min-width: 768px) {
  section.payroll .main p {
    font-size: 1.25rem;
  }
}

section.payroll .main p:last-of-type {
  margin-bottom: 2rem;
}

section.payroll .main .break {
  margin-bottom: 1rem;
}

section.payroll .main.realtime {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(41, 43, 44, 0.9)), to(rgba(41, 43, 44, 0.7))), url("../img/clp/realtime.jpg");
  background-image: -webkit-linear-gradient(left, rgba(41, 43, 44, 0.9) 0%, rgba(41, 43, 44, 0.7) 100%), url("../img/clp/realtime.jpg");
  background-image: -o-linear-gradient(left, rgba(41, 43, 44, 0.9) 0%, rgba(41, 43, 44, 0.7) 100%), url("../img/clp/realtime.jpg");
  background-image: linear-gradient(90deg, rgba(41, 43, 44, 0.9) 0%, rgba(41, 43, 44, 0.7) 100%), url("../img/clp/realtime.jpg");
}

section.payroll .main.multicountry {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(20%, rgba(41, 43, 44, 0.9)), to(rgba(255, 154, 65, 0.7))), url("../img/clp/multi-country.jpg");
  background-image: -webkit-linear-gradient(left, rgba(41, 43, 44, 0.9) 20%, rgba(255, 154, 65, 0.7) 100%), url("../img/clp/multi-country.jpg");
  background-image: -o-linear-gradient(left, rgba(41, 43, 44, 0.9) 20%, rgba(255, 154, 65, 0.7) 100%), url("../img/clp/multi-country.jpg");
  background-image: linear-gradient(90deg, rgba(41, 43, 44, 0.9) 20%, rgba(255, 154, 65, 0.7) 100%), url("../img/clp/multi-country.jpg");
}

section.payroll .main.automation {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(41, 43, 44, 0.9)), to(rgba(41, 43, 44, 0.7))), url("../img/clp/automation.jpg");
  background-image: -webkit-linear-gradient(left, rgba(41, 43, 44, 0.9) 0%, rgba(41, 43, 44, 0.7) 100%), url("../img/clp/automation.jpg");
  background-image: -o-linear-gradient(left, rgba(41, 43, 44, 0.9) 0%, rgba(41, 43, 44, 0.7) 100%), url("../img/clp/automation.jpg");
  background-image: linear-gradient(90deg, rgba(41, 43, 44, 0.9) 0%, rgba(41, 43, 44, 0.7) 100%), url("../img/clp/automation.jpg");
}

section.payroll .main.unified {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(20%, rgba(41, 43, 44, 0.9)), to(rgba(255, 154, 65, 0.7))), url("../img/clp/unified.jpg");
  background-image: -webkit-linear-gradient(left, rgba(41, 43, 44, 0.9) 20%, rgba(255, 154, 65, 0.7) 100%), url("../img/clp/unified.jpg");
  background-image: -o-linear-gradient(left, rgba(41, 43, 44, 0.9) 20%, rgba(255, 154, 65, 0.7) 100%), url("../img/clp/unified.jpg");
  background-image: linear-gradient(90deg, rgba(41, 43, 44, 0.9) 20%, rgba(255, 154, 65, 0.7) 100%), url("../img/clp/unified.jpg");
}

section.payroll .circle {
  height: 0;
}

section.payroll .circle img {
  position: relative;
  z-index: 1;
  bottom: 150px;
  width: 300px;
}

section.payroll.tabs .nav-link {
  background-color: transparent;
  border: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: white;
  padding: 1.5rem;
  display: block;
}

section.payroll.tabs .nav-link:hover {
  background-color: #464a4c;
  border-radius: 0;
}

section.payroll.tabs .nav-link.active {
  background-color: #464a4c;
  border-radius: 0;
}

section.payroll.tabs .nav-link.active:after {
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.5rem;
  bottom: .5rem;
  display: block;
  height: 0;
  position: relative;
}

section.payroll.tabs .nav-tabs {
  background-color: #ff9a41;
  border: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
}

section.payroll.tabs .nav-tabs li {
  margin: 0;
}

section.payroll.tabs .nav-tabs li:nth-child(even) {
  background-color: #ffa85b;
}

section.payroll.tabs .nav-item {
  background-color: #ff9a41;
  border: 0;
  margin-bottom: 0;
}

section.payroll.tabs .active {
  background-color: transparent;
  border: 0;
}

section.payroll.tabs .tab-content {
  background-color: #464a4c;
}

section.payroll.tabs .tab-pane section {
  background-color: #636c72;
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  padding: 5rem 1rem 8rem 1rem;
  color: #fff;
}

@media (min-width: 768px) {
  section.payroll.tabs .tab-pane section {
    padding: 10rem 1rem;
    min-height: 700px;
  }
}

section.payroll.tabs .tab-pane section.unified:before {
  content: url("../img/clp/unified-logo.svg");
  position: absolute;
  bottom: 40px;
  left: 40px;
}

section.payroll.tabs .tab-pane section.security:before {
  content: url("../img/clp/security-logo.svg");
  position: absolute;
  bottom: 40px;
  left: 40px;
}

section.payroll.tabs .tab-pane section h3 {
  margin-bottom: 1.5rem;
  font-weight: 600;
}

@media (min-width: 768px) {
  section.payroll.tabs .tab-pane section h3 {
    font-size: 3rem;
  }
}

@media (min-width: 768px) {
  section.payroll.tabs .tab-pane section p {
    font-size: 1.25rem;
  }
}

section.payroll.tabs .tab-pane section p:last-of-type {
  margin-bottom: 2rem;
}

section.payroll.tabs .tab-pane section .break {
  margin-bottom: 1rem;
}

section.payroll.tabs .tab-pane section ul {
  list-style: none;
  padding-left: 0;
}

@media (min-width: 768px) {
  section.payroll.tabs .tab-pane section ul {
    font-size: 1.125rem;
  }
}

section.payroll.tabs .tab-pane section ul li {
  display: block;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 1rem;
  font-weight: 600;
  margin-bottom: .25rem;
}

@media (min-width: 768px) {
  section.payroll.tabs .tab-pane section ul li {
    display: inline-block;
    margin: 0 1rem 1rem 0;
    padding: 1rem;
    cursor: default;
  }
}

section.payroll.tabs .tab-pane section.time {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(20%, rgba(41, 43, 44, 0.9)), to(rgba(255, 154, 65, 0.7))), url("../img/clp/time.jpg");
  background-image: -webkit-linear-gradient(left, rgba(41, 43, 44, 0.9) 20%, rgba(255, 154, 65, 0.7) 100%), url("../img/clp/time.jpg");
  background-image: -o-linear-gradient(left, rgba(41, 43, 44, 0.9) 20%, rgba(255, 154, 65, 0.7) 100%), url("../img/clp/time.jpg");
  background-image: linear-gradient(90deg, rgba(41, 43, 44, 0.9) 20%, rgba(255, 154, 65, 0.7) 100%), url("../img/clp/time.jpg");
  background-position: center;
}

section.payroll.tabs .tab-pane section.expenses {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(20%, rgba(41, 43, 44, 0.9)), to(rgba(255, 154, 65, 0.7))), url("../img/clp/expenses.jpg");
  background-image: -webkit-linear-gradient(left, rgba(41, 43, 44, 0.9) 20%, rgba(255, 154, 65, 0.7) 100%), url("../img/clp/expenses.jpg");
  background-image: -o-linear-gradient(left, rgba(41, 43, 44, 0.9) 20%, rgba(255, 154, 65, 0.7) 100%), url("../img/clp/expenses.jpg");
  background-image: linear-gradient(90deg, rgba(41, 43, 44, 0.9) 20%, rgba(255, 154, 65, 0.7) 100%), url("../img/clp/expenses.jpg");
  background-position: center;
}

section.payroll.tabs .tab-pane section.selfservices {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(20%, rgba(41, 43, 44, 0.9)), to(rgba(255, 154, 65, 0.7))), url("../img/clp/selfservices.jpg");
  background-image: -webkit-linear-gradient(left, rgba(41, 43, 44, 0.9) 20%, rgba(255, 154, 65, 0.7) 100%), url("../img/clp/selfservices.jpg");
  background-image: -o-linear-gradient(left, rgba(41, 43, 44, 0.9) 20%, rgba(255, 154, 65, 0.7) 100%), url("../img/clp/selfservices.jpg");
  background-image: linear-gradient(90deg, rgba(41, 43, 44, 0.9) 20%, rgba(255, 154, 65, 0.7) 100%), url("../img/clp/selfservices.jpg");
}

section.payroll.tabs .tab-pane section.expand {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(20%, rgba(41, 43, 44, 0.9)), to(rgba(255, 154, 65, 0.7))), url("../img/clp/expand.jpg");
  background-image: -webkit-linear-gradient(left, rgba(41, 43, 44, 0.9) 20%, rgba(255, 154, 65, 0.7) 100%), url("../img/clp/expand.jpg");
  background-image: -o-linear-gradient(left, rgba(41, 43, 44, 0.9) 20%, rgba(255, 154, 65, 0.7) 100%), url("../img/clp/expand.jpg");
  background-image: linear-gradient(90deg, rgba(41, 43, 44, 0.9) 20%, rgba(255, 154, 65, 0.7) 100%), url("../img/clp/expand.jpg");
  background-position: bottom;
}

section.payroll.tabs .tab-pane section.layered {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(20%, rgba(41, 43, 44, 0.9)), to(rgba(255, 154, 65, 0.7))), url("../img/clp/layered.jpg");
  background-image: -webkit-linear-gradient(left, rgba(41, 43, 44, 0.9) 20%, rgba(255, 154, 65, 0.7) 100%), url("../img/clp/layered.jpg");
  background-image: -o-linear-gradient(left, rgba(41, 43, 44, 0.9) 20%, rgba(255, 154, 65, 0.7) 100%), url("../img/clp/layered.jpg");
  background-image: linear-gradient(90deg, rgba(41, 43, 44, 0.9) 20%, rgba(255, 154, 65, 0.7) 100%), url("../img/clp/layered.jpg");
  background-position: center;
}

section.payroll.tabs .tab-pane section.uac {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(20%, rgba(41, 43, 44, 0.9)), to(rgba(255, 154, 65, 0.7))), url("../img/clp/uac.jpg");
  background-image: -webkit-linear-gradient(left, rgba(41, 43, 44, 0.9) 20%, rgba(255, 154, 65, 0.7) 100%), url("../img/clp/uac.jpg");
  background-image: -o-linear-gradient(left, rgba(41, 43, 44, 0.9) 20%, rgba(255, 154, 65, 0.7) 100%), url("../img/clp/uac.jpg");
  background-image: linear-gradient(90deg, rgba(41, 43, 44, 0.9) 20%, rgba(255, 154, 65, 0.7) 100%), url("../img/clp/uac.jpg");
  background-position: center;
}

section.payroll.tabs .tab-pane section.stack {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(20%, rgba(41, 43, 44, 0.9)), to(rgba(255, 154, 65, 0.7))), url("../img/clp/stack.jpg");
  background-image: -webkit-linear-gradient(left, rgba(41, 43, 44, 0.9) 20%, rgba(255, 154, 65, 0.7) 100%), url("../img/clp/stack.jpg");
  background-image: -o-linear-gradient(left, rgba(41, 43, 44, 0.9) 20%, rgba(255, 154, 65, 0.7) 100%), url("../img/clp/stack.jpg");
  background-image: linear-gradient(90deg, rgba(41, 43, 44, 0.9) 20%, rgba(255, 154, 65, 0.7) 100%), url("../img/clp/stack.jpg");
  background-position: center;
}

section.payroll.tabs .tab-pane section.fastsecure {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(20%, rgba(41, 43, 44, 0.9)), to(rgba(255, 154, 65, 0.7))), url("../img/clp/fastsecure.jpg");
  background-image: -webkit-linear-gradient(left, rgba(41, 43, 44, 0.9) 20%, rgba(255, 154, 65, 0.7) 100%), url("../img/clp/fastsecure.jpg");
  background-image: -o-linear-gradient(left, rgba(41, 43, 44, 0.9) 20%, rgba(255, 154, 65, 0.7) 100%), url("../img/clp/fastsecure.jpg");
  background-image: linear-gradient(90deg, rgba(41, 43, 44, 0.9) 20%, rgba(255, 154, 65, 0.7) 100%), url("../img/clp/fastsecure.jpg");
  background-position: center;
}

section.payroll.security {
  background-color: #464a4c;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(41, 43, 44, 0.9)), to(rgba(41, 43, 44, 0.7))), url("../img/clp/security.jpg");
  background-image: -webkit-linear-gradient(left, rgba(41, 43, 44, 0.9) 0%, rgba(41, 43, 44, 0.7) 100%), url("../img/clp/security.jpg");
  background-image: -o-linear-gradient(left, rgba(41, 43, 44, 0.9) 0%, rgba(41, 43, 44, 0.7) 100%), url("../img/clp/security.jpg");
  background-image: linear-gradient(90deg, rgba(41, 43, 44, 0.9) 0%, rgba(41, 43, 44, 0.7) 100%), url("../img/clp/security.jpg");
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  padding: 7rem 0.5rem;
  color: #fff;
}

section.payroll.security h3 {
  margin-bottom: 2rem;
  font-weight: 600;
}

@media (min-width: 768px) {
  section.payroll.security h3 {
    font-size: 3rem;
  }
}

@media (min-width: 768px) {
  section.payroll.security .quote {
    font-size: 1.5rem;
  }
}

@media (min-width: 768px) {
  section.payroll.security .source {
    font-size: 1.25rem;
  }
}

section.payroll.security .source a {
  color: #eceeef;
  margin-left: .5rem;
}

section.payroll.contact {
  background-color: #ff9a41;
  padding: 5rem 0;
  color: white;
}

@media (min-width: 768px) {
  section.payroll.contact h4 {
    font-size: 4rem;
  }
}

section.payroll.contact img {
  display: inline-block;
  width: 50%;
}

@media (min-width: 768px) {
  section.payroll.contact img {
    display: block;
    width: 100%;
  }
}

section.about h2 {
  font-weight: 300;
}

section.about .team {
  -webkit-transform: matrix3d(0.8, -0.0321, 0, -0.0002, -0.02, 0.8, 0, -0.0001, 0, 0, 1, 0, -20, 0, 0, 1);
          transform: matrix3d(0.8, -0.0321, 0, -0.0002, -0.02, 0.8, 0, -0.0001, 0, 0, 1, 0, -20, 0, 0, 1);
  -webkit-box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.15);
}

section.white-wrap {
  background-color: white;
}

section.careers.description {
  padding-bottom: 2rem;
}

section.careers.description .caps-title {
  margin-bottom: 2rem;
}

section.careers.description p {
  margin-bottom: 2rem;
}

section.careers.storytime .nav-tabs {
  list-style: none;
  padding-left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

section.careers.storytime .nav-tabs .nav-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33%;
      -ms-flex: 0 0 33%;
          flex: 0 0 33%;
  position: relative;
}

section.careers.storytime .nav-tabs .nav-item .hoverable .readmore {
  position: absolute;
  opacity: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: white;
  font-size: 1.25rem;
  font-weight: 300;
  z-index: 1;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media (min-width: 768px) {
  section.careers.storytime .nav-tabs .nav-item .hoverable .readmore {
    font-size: 2rem;
  }
}

section.careers.storytime .nav-tabs .nav-item .hoverable:hover:before, section.careers.storytime .nav-tabs .nav-item .hoverable.active:before {
  background-color: rgba(255, 154, 65, 0.74);
}

section.careers.storytime .nav-tabs .nav-item .hoverable:hover .readmore, section.careers.storytime .nav-tabs .nav-item .hoverable.active .readmore {
  opacity: 1;
}

section.careers.storytime .nav-tabs .nav-item a {
  display: block;
  position: relative;
}

section.careers.storytime .nav-tabs .nav-item a:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-background-size: 100% 100%;
          background-size: 100%;
  background-repeat: no-repeat;
  z-index: 1;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

section.careers.storytime .nav-tabs .nav-item a:hover, section.careers.storytime .nav-tabs .nav-item a.active {
  background-color: rgba(255, 154, 65, 0.74);
}

section.careers.instagram .blue-fill:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 147, 216, 0.2);
  -webkit-background-size: 100% 100%;
          background-size: 100%;
  background-repeat: no-repeat;
  z-index: 1;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

section.careers.instagram .blue-fill:hover:before {
  background-color: rgba(255, 168, 18, 0.2);
}

section.careers.instagram p {
  position: absolute;
  z-index: 2;
  bottom: 2rem;
  left: 2rem;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  color: #fff;
  line-height: 1.5;
  font-size: 1.25rem;
}

@media (min-width: 768px) {
  section.careers.instagram p {
    font-size: 2rem;
  }
}

section.careers.instagram p a {
  text-decoration: none;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-top: 1rem;
  font-weight: 700;
}

section.careers.instagram p a:hover {
  color: #ffa812;
}

section.events .event {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: start;
      -ms-flex-line-pack: start;
          align-content: start;
}

@media (max-width: 991px) {
  section.events .event:not(:last-of-type) {
    margin-bottom: 3em;
  }
}

section.events .event-title {
  font-weight: 300;
  margin-bottom: .5em;
}

section.events .activity-title {
  font-size: 1.5em;
  font-weight: 300;
  margin-bottom: 1.5em;
}

section.events .event-date {
  font-weight: 600;
  color: #959595;
  margin-bottom: 3em;
}

section.events .activity-description {
  margin-bottom: 2em;
}

section.events .image-title-centered {
  display: block;
  position: relative;
  margin-bottom: 2em;
}

section.events .image-title-centered .image-title-centered-text {
  position: absolute;
  opacity: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: white;
  font-size: 1.25rem;
  font-weight: 300;
  z-index: 1;
  text-align: center;
  width: 100%;
  padding-left: 1em;
  padding-right: 1em;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media (min-width: 768px) {
  section.events .image-title-centered .image-title-centered-text {
    font-size: 2rem;
  }
}

section.events .image-title-centered:before {
  content: '';
  position: absolute;
  background-color: rgba(0, 119, 209, 0.75);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-background-size: 100% 100%;
          background-size: 100%;
  background-repeat: no-repeat;
  z-index: 1;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

section.events .image-title-centered:hover:before, section.events .image-title-centered:active:before {
  background-color: rgba(0, 145, 255, 0.75);
}

section .contact-break {
  background-color: #f7f7f7;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

section.contact .locations {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

section.contact ul {
  list-style: none;
  padding-left: 0;
}

section.contact ul[role="tablist"] li {
  display: inline-block;
}

section.contact ul[role="tablist"] li:not(:last-of-type) {
  margin-right: .25rem;
  margin-bottom: .75rem;
}

@media (min-width: 992px) {
  section.contact ul[role="tablist"] li:not(:last-of-type) {
    margin-right: .5rem;
    margin-bottom: 1rem;
  }
}

section.contact ul.address li a {
  display: inline-block;
  margin-top: .5rem;
  color: #0093d8;
}

section.contact ul.address li a:focus {
  outline: 0;
}

section.contact ul.address li a:hover, section.contact ul.address li a:active, section.contact ul.address li a:focus {
  color: #ff9a41;
}

section .sales .avatar img {
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
}

section .sales .sales-title {
  font-size: 3em;
  font-weight: 300;
}

section .sales .contact {
  padding-left: 0;
  list-style: none;
}

section .sales .contact li {
  margin-bottom: .5em;
}

section .sales .contact li.icon {
  display: inline-block;
  margin-right: .5em;
}

section.privacy dt {
  margin-bottom: 1rem;
}

section.privacy .disclaimer {
  color: #ff9a41;
  font-weight: 600;
  font-size: 1.125rem;
}

@media (max-width: 991px) {
  section.hub .downloads {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}

section.hub .downloads h5 {
  margin-bottom: 1em;
  font-weight: 600;
  border-bottom: solid 1px #EBEBEB;
  padding-bottom: 1em;
}

section.hub .downloads i {
  color: #ff9a41;
  margin-right: .5em;
}

@media (max-width: 767px) {
  section.hub .contact .col-12:first-of-type {
    margin-bottom: 4em;
  }
}

section.hub .contact h5 {
  font-size: 1.75rem;
  margin-bottom: .75em;
  font-weight: 300;
}

section .page-toc h4 {
  margin-bottom: 1.5em;
  font-weight: 600;
}

section .page-toc #TOC {
  background-color: #FAFAFA;
  border-bottom: solid 1px #EBEBEB;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  section .page-toc #TOC {
    height: auto !important;
    overflow-y: auto !important;
  }
}

section .page-toc #TOC::-webkit-scrollbar {
  display: none;
}

section .page-toc #TOC > ul > li:last-of-type {
  margin-bottom: 2em;
}

@media (max-width: 991px) {
  section .page-toc #TOC {
    height: auto;
  }
}

section .page-toc .sticky {
  position: -webkit-sticky;
  position: sticky;
  margin-bottom: 2em;
}

section .page-toc a {
  color: #585858;
}

section .page-toc a:hover {
  color: #ff9a41;
}

section .page-toc ol, section .page-toc ul {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}

section .page-toc ol ol, section .page-toc ol ul, section .page-toc ul ol, section .page-toc ul ul {
  margin-top: .5em;
}

section .page-toc ol li, section .page-toc ul li {
  display: table;
  counter-increment: item;
  margin-bottom: .5em;
}

section .page-toc ol li:before, section .page-toc ul li:before {
  content: counters(item, ".") ".";
  display: table-cell;
  padding-right: .25em;
  color: #ff9a41;
}

section .page-toc ol li li:before, section .page-toc ul li li:before {
  content: counters(item, ".") ".";
}

section .page-toc ol li.active > a, section .page-toc ul li.active > a {
  color: #ff9a41;
}

section .page-toc .toc-expand {
  margin-bottom: 1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: solid 1px #EBEBEB;
  padding-bottom: 1em;
}

section .page-toc .toc-expand:hover i {
  background-color: #ff9a41;
}

section .page-toc .toc-expand span {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  margin-right: auto;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center;
  font-size: 1.125em;
}

section .page-toc .toc-expand i {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  margin-left: 2em;
  background-color: #ff9a41;
  text-align: center;
  padding: .5em;
  color: #fff;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

section .page-toc .toc-expand i:before {
  display: block;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

section .page-toc .toc-expand[aria-expanded="false"] i {
  background-color: #C6C6C6;
}

section .page-toc .toc-expand[aria-expanded="false"] i:before {
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

section .markdown-doc .section-wrapper {
  padding-top: 1em;
  padding-bottom: 1em;
}

section .markdown-doc h1, section .markdown-doc h2, section .markdown-doc h3, section .markdown-doc h4, section .markdown-doc h5, section .markdown-doc h6 {
  margin-bottom: .5em;
  color: #585858;
  font-weight: 300;
  width: 100%;
}

section .markdown-doc h1, section .markdown-doc h2 {
  padding-bottom: .5em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

section .markdown-doc h1:before, section .markdown-doc h2:before {
  color: #ff9a41;
  margin-right: .25em;
}

section .markdown-doc h1 {
  font-size: 2em;
}

section .markdown-doc h2 {
  font-size: 1.5em;
}

section .markdown-doc h4 {
  color: #ff9a41;
}

section .markdown-doc p {
  margin-bottom: 1.5em;
  width: 100%;
}

section .markdown-doc ul, section .markdown-doc ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

section .markdown-doc ul ol, section .markdown-doc ul ul, section .markdown-doc ol ol, section .markdown-doc ol ul {
  margin-top: 0.5em;
}

section .markdown-doc ul li, section .markdown-doc ol li {
  display: table;
}

section .markdown-doc ul li:not(:last-of-type), section .markdown-doc ol li:not(:last-of-type) {
  margin-bottom: 0.5em;
}

section .markdown-doc ul li:before, section .markdown-doc ol li:before {
  content: "•";
  display: table-cell;
  padding-right: 0.5em;
  color: #ff9a41;
}

section .markdown-doc ul ~ *, section .markdown-doc ol ~ * {
  padding-top: 1em;
}

section .markdown-doc ol {
  counter-reset: item;
}

section .markdown-doc ol li {
  counter-increment: item;
}

section .markdown-doc ol li:before {
  content: counters(item, ".") ".";
}

section .markdown-doc ol li li:before {
  content: counters(item, ".") ".";
}

section .markdown-doc ul p, section .markdown-doc ol p {
  margin-bottom: 0;
}

section .markdown-doc img {
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
  width: 100%;
}

section .markdown-doc.markdown-doc-multilevel {
  counter-reset: h1;
}

section .markdown-doc.markdown-doc-multilevel h1 {
  counter-reset: h2;
}

section .markdown-doc.markdown-doc-multilevel h1:before {
  counter-increment: h1;
  content: counter(h1) ". ";
}

section .markdown-doc.markdown-doc-multilevel h2 {
  counter-reset: h3;
}

section .markdown-doc.markdown-doc-multilevel h2:before {
  counter-increment: h2;
  content: counter(h1) "." counter(h2) ". ";
}

section .markdown-doc.markdown-style-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

section .markdown-doc.markdown-style-icons h2 {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center;
  margin-bottom: 0;
  padding-bottom: 0;
}

section .markdown-doc.markdown-style-icons h2 + p {
  margin-top: 1em;
  margin-bottom: 3em;
}

section .markdown-doc.markdown-style-icons .section-wrapper {
  padding: 2em 0 2em 0;
}

section .markdown-doc.markdown-style-icons .section-wrapper:last-of-type {
  margin-bottom: 3em;
}

section .markdown-doc.markdown-style-icons .paragraph-wrapper {
  padding-left: 3em;
}

section .markdown-doc.markdown-style-icons .paragraph-wrapper p {
  margin-bottom: 0;
}

section .markdown-doc.markdown-style-icons .title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1em;
}

section .markdown-doc.markdown-style-icons .title-wrapper p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  margin-right: 1em;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 2em;
      -ms-flex: 0 1 2em;
          flex: 0 1 2em;
  margin-bottom: 0;
}

section .markdown-doc.markdown-style-icons .title-wrapper p img {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center;
}

section .markdown-doc.markdown-style-icons img {
  -webkit-box-shadow: none;
          box-shadow: none;
}

section .markdown-doc-privacy-notice h1, section .markdown-doc-privacy-notice h2, section .markdown-doc-privacy-notice h3, section .markdown-doc-privacy-notice h4, section .markdown-doc-privacy-notice h5, section .markdown-doc-privacy-notice h6 {
  margin-bottom: .5em;
  color: #585858;
  font-weight: 300;
  width: 100%;
}

section .markdown-doc-privacy-notice h1, section .markdown-doc-privacy-notice h2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

section .markdown-doc-privacy-notice h1:before, section .markdown-doc-privacy-notice h2:before {
  color: #ff9a41;
  margin-right: .25em;
}

section .markdown-doc-privacy-notice h1 {
  font-size: 2em;
}

section .markdown-doc-privacy-notice h2 {
  font-size: 1.5em;
}

section .markdown-doc-privacy-notice h4 {
  color: #ff9a41;
}

section .markdown-doc-privacy-notice p {
  margin-bottom: 1.5em;
  width: 100%;
}

section .markdown-doc-privacy-notice ul, section .markdown-doc-privacy-notice ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

section .markdown-doc-privacy-notice ul ol, section .markdown-doc-privacy-notice ul ul, section .markdown-doc-privacy-notice ol ol, section .markdown-doc-privacy-notice ol ul {
  margin-top: 0.5em;
}

section .markdown-doc-privacy-notice ul li, section .markdown-doc-privacy-notice ol li {
  display: table;
}

section .markdown-doc-privacy-notice ul li:not(:last-of-type), section .markdown-doc-privacy-notice ol li:not(:last-of-type) {
  margin-bottom: 0.5em;
}

section .markdown-doc-privacy-notice ul li:before, section .markdown-doc-privacy-notice ol li:before {
  content: "•";
  display: table-cell;
  padding-right: 0.5em;
  color: #ff9a41;
}

section .markdown-doc-privacy-notice ul, section .markdown-doc-privacy-notice ol {
  margin-bottom: 1.5em;
}

section .markdown-doc-privacy-notice ul p, section .markdown-doc-privacy-notice ol p {
  margin-bottom: 0;
}

section .markdown-doc-privacy-notice img {
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
  width: 100%;
}

section .markdown-doc-privacy-notice.markdown-doc-multilevel {
  counter-reset: h1;
}

section .markdown-doc-privacy-notice.markdown-doc-multilevel h1 {
  counter-reset: h2;
}

section .markdown-doc-privacy-notice.markdown-doc-multilevel h1:before {
  counter-increment: h1;
  content: counter(h1) ". ";
}

section .markdown-doc-privacy-notice.markdown-doc-multilevel h2 {
  counter-reset: h3;
}

section .markdown-doc-privacy-notice.markdown-doc-multilevel h2:before {
  counter-increment: h2;
  content: counter(h1) "." counter(h2) ". ";
}

section .article-thumbnail {
  margin-bottom: 2rem;
}

section .article-thumbnail img {
  height: auto;
  -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.15);
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

section .article-thumbnail img:hover {
  -webkit-transform: scale(1.05);
       -o-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-box-shadow: 0px 5px 35px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 35px rgba(0, 0, 0, 0.1);
}

#backToToc {
  text-align: center;
  background-color: white;
  position: fixed;
  bottom: 0;
  z-index: 998;
  width: 100%;
  padding: .5em 1em;
  -webkit-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(100%);
       -o-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

#backToToc.visible {
  -webkit-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}

#backToToc.visible:active {
  background-color: #ff9a41;
  color: white;
}

@media (min-width: 992px) {
  #backToToc {
    display: none;
  }
}

#backToToc p {
  margin-bottom: .5em;
  font-size: .9em;
  text-transform: uppercase;
  font-weight: 600;
}

.p-y-2 {
  padding-top: 2em;
  padding-bottom: 2em;
}

.p-y-4 {
  padding-top: 4em;
  padding-bottom: 4em;
}

.p-y-5 {
  padding-top: 5em;
  padding-bottom: 5em;
}

.m-b-2 {
  margin-bottom: 2em;
}

.p-y-header {
  padding-top: 13em;
  padding-bottom: 10em;
}

@media (min-width: 992px) {
  .p-y-header {
    padding-top: 18em;
    padding-bottom: 15em;
  }
}

@media (min-width: 992px) {
  .w-lg-75 {
    width: 75%;
  }
}

hr.hr-w-75 {
  display: inline-block;
  width: 75%;
  border-top: 3px solid #EBEBEB;
}

.orange-heading {
  border-left: solid 5px #ff9a41;
  padding: .5em 0 .5em 1em;
  font-weight: 300;
  margin-bottom: 1em;
}

.translation-notice-text {
  border: solid 1px #ff9a41;
  padding: 1em;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

#highlights {
  padding-top: 2rem;
}

#highlights article {
  padding-left: 4rem;
  margin-top: 1rem;
}

@media (min-width: 1300px) {
  #highlights article {
    padding-left: 5rem;
  }
}

#highlights article .highlight-title {
  font-weight: 300;
  color: #959595;
  margin-bottom: 1rem;
  font-size: 1.75em;
}

#highlights article:before {
  content: '';
  -webkit-background-size: 2rem 2rem;
          background-size: 2rem 2rem;
  background-repeat: no-repeat;
  width: 2rem;
  height: 2rem;
  position: absolute;
  left: 1rem;
}

#highlights article.enhanced:before {
  background-image: url("../img/workday-services/icons/enhanced.svg");
}

#highlights article.experts:before {
  background-image: url("../img/workday-services/icons/experts.svg");
}

#highlights article.platform:before {
  background-image: url("../img/workday-services/icons/platform.svg");
}

#highlights article.integrations:before {
  background-image: url("../img/workday-services/icons/integrations.svg");
}

#highlights article.lifecycle:before {
  background-image: url("../img/workday-services/icons/lifecycle.svg");
}

#highlights article.additional:before {
  background-image: url("../img/workday-services/icons/additional.svg");
}

#highlights article.change:before {
  background-image: url("../img/workday-services/icons/change.svg");
}

#highlights article.flexibility:before {
  background-image: url("../img/careers/icons/flexibility.svg");
}

#highlights article.events:before {
  background-image: url("../img/careers/icons/events.svg");
}

#highlights article.pizza:before {
  background-image: url("../img/careers/icons/pizza.svg");
}

#highlights article.clubs:before {
  background-image: url("../img/careers/icons/clubs.svg");
}

#highlights article.wellness:before {
  background-image: url("../img/careers/icons/wellness.svg");
}

#highlights article.certificates:before {
  background-image: url("../img/careers/icons/certificates.svg");
}

.window-shadow {
  -webkit-box-shadow: 0 20px 40px rgba(91, 107, 174, 0.1);
          box-shadow: 0 20px 40px rgba(91, 107, 174, 0.1);
  border-radius: 3px;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.window-shadow:active {
  -webkit-transform: matrix3d(0.8, -0.0321, 0, -0.0002, -0.02, 0.8, 0, -0.0001, 0, 0, 1, 0, 0, -10, 0, 1);
          transform: matrix3d(0.8, -0.0321, 0, -0.0002, -0.02, 0.8, 0, -0.0001, 0, 0, 1, 0, 0, -10, 0, 1);
}

.svg {
  opacity: 0;
  width: 100%;
  max-height: 100%;
}

.z-10 {
  z-index: 10;
}

html {
  height: 100%;
  background: #ffffff;
}

body {
  overflow-x: hidden;
}

@media (min-width: 1930px) {
  body {
    font-size: 125%;
  }
}

.container {
  max-width: 100%;
}

img {
  max-width: 100%;
}

span.feature-bullet {
  font-weight: 700;
}

span.big {
  font-size: 150%;
}

span.bold {
  font-weight: 600;
}

span.blue {
  color: #0093d8;
}

span.orange {
  color: #ff9a41;
}

span.yellow {
  color: #ffa812;
}

span.yellow-l {
  color: #ffc929;
}

span.highlight {
  padding: .2rem .75rem;
  margin: .25rem 0;
  font-size: 1.35rem;
  border-radius: 1rem;
  background-image: -webkit-linear-gradient(83deg, #ff9a41 0%, #ffa812 100%);
  background-image: -o-linear-gradient(83deg, #ff9a41 0%, #ffa812 100%);
  background-image: linear-gradient(7deg, #ff9a41 0%, #ffa812 100%);
  font-weight: 400;
  color: white;
}

span.border-yellow {
  padding-bottom: .25rem;
  border-bottom: solid 4px #ffa812;
}

span.border-yellow:hover {
  border-bottom: dotted 4px #61cdff;
}

span.border-blue {
  padding-bottom: .25rem;
  border-bottom: solid 4px #61cdff;
}

span.border-blue:hover {
  border-bottom: dotted 4px #ffa812;
}

a:focus {
  outline: 0;
}

a:hover, a:focus, a:active {
  color: #ff9a41;
  text-decoration: none;
}

.counter-value {
  display: inline-block;
  min-width: 10rem;
}

.subtitle {
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: 600;
  color: #636c72;
  margin-bottom: 1rem;
}

.flex-list {
  list-style: none;
  padding-left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flex-list li span {
  display: block;
  padding-right: .75rem;
  font-size: .75rem;
  text-transform: uppercase;
  font-weight: 600;
}

.flex-list li span b {
  display: block;
  font-size: 1.75rem;
  color: #ffa812;
}

ul.bullets {
  padding-left: 0;
  margin: 0;
}

ul.bullets li {
  list-style: none;
  position: relative;
  padding-left: 2rem;
  min-height: 2.5rem;
}

ul.bullets li:before {
  position: absolute;
  top: .125rem;
  left: 0;
  content: "-";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
}

ul.bullets.check li:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

ul.bullets.shield li:before {
  content: "\f132";
}

ul.bullets.orange li:before {
  color: #ff9a41;
}

ul.bullets.blue li:before {
  color: #0093d8;
}

ul.bullets.large li:before {
  font-size: 100%;
}

.bullet-simple {
  padding-left: 0;
}

.bullet-simple li {
  list-style: none;
  margin-left: 1rem;
  margin-bottom: .5rem;
}

.bullet-simple li:before {
  position: absolute;
  content: '\002022';
  margin-left: -1rem;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.25;
}

.bullet-simple.yellow li:before {
  color: #ffa812;
}

.bullet-simple.tight li {
  margin-bottom: 0;
}

#map-canvas-left, #map-canvas-right {
  height: 250px;
  width: 550px;
}

#iw_container .iw_title {
  font-size: 16px;
  font-weight: bold;
}

.iw_content {
  padding: 15px 15px 15px 0;
}

.g-map {
  height: 500px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.gm-style-cc, .gm-style-mtc {
  visibility: hidden;
}

.tab-content > .tab-pane {
  display: block;
  height: 0;
  overflow: hidden;
}

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

.devtag {
  padding: 5px;
  font-size: .65rem;
  background-color: #0093d8;
  color: white;
  text-align: center;
}

.link a {
  background-color: #fff;
  font-weight: 400;
  font-size: 1.25rem;
  border: 2px solid #00a0dd;
  border-radius: 0rem;
  padding: 0.5rem 1rem;
  margin-left: 1rem;
}

.link a:hover, .link a:focus, .link a.active, .link a:active {
  text-decoration: none;
}

.number-ball {
  display: inline-block;
  padding: 1rem 2rem;
  border-radius: 20rem;
  background-color: #ffa812;
  font-size: 2rem;
  font-weight: 700;
  color: white;
  font-style: normal;
}

.projects {
  font-size: 5.5rem;
  font-weight: 600;
  color: #0093d8;
}

.jv-careersite {
  min-height: 50vh;
}

#instafeed {
  background-color: #0093d8;
}

#instafeed img {
  width: 100%;
}

#instafeed .blue-fill:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 147, 216, 0.2);
  -webkit-background-size: 100% 100%;
          background-size: 100%;
  background-repeat: no-repeat;
  z-index: 1;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#instafeed .blue-fill:hover:before {
  background-color: rgba(255, 168, 18, 0.2);
}

#instafeed p {
  position: absolute;
  z-index: 2;
  bottom: 2rem;
  left: 2rem;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  color: #fff;
  line-height: 1.5;
  font-size: 1.25rem;
}

@media (min-width: 768px) {
  #instafeed p {
    font-size: 2rem;
  }
}

#instafeed p a {
  text-decoration: none;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-top: 1rem;
  font-weight: 700;
}

#instafeed p a:hover {
  color: #ffa812;
}

.footer {
  color: #9D9D9D;
  background-color: #fff;
  position: relative;
  z-index: 500;
  font-size: .8em;
  padding-top: 3rem;
}

.footer .locations {
  max-width: 130px;
}

.footer hr {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
  border-color: #ECECEC;
}

@media (min-width: 768px) {
  .footer hr {
    display: none;
  }
}

.footer section {
  margin-bottom: 1rem;
}

.footer a {
  color: #9D9D9D;
}

.footer a:hover, .footer a:active {
  color: #ff9a41;
  text-decoration: none;
}

.footer h6 {
  font-size: 1em;
  margin-bottom: 1rem;
  font-weight: 600;
  color: #C6C6C6;
}

.footer .break {
  display: block;
  width: 100%;
  height: 1px;
  margin-bottom: 1.25rem;
  width: 50px;
  background-color: #ff9a41;
}

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

.footer ul.navigation li.active a {
  color: #ff9a41;
}

.footer ul.navigation > li {
  margin-bottom: .25rem;
}

.footer ul.navigation > li > ul li {
  margin-top: .25rem;
  margin-left: 1rem;
}

.footer ul[role="tablist"] li {
  display: inline-block;
  margin-bottom: .5rem;
}

.footer ul[role="tablist"] li:not(:last-of-type) {
  margin-right: .25em;
}

.footer .tab-pane a {
  margin-top: 0.5rem;
  display: inline-block;
}

.footer .social li {
  display: inline-block;
  font-size: 2em;
}

.footer .social li:not(:last-of-type) {
  margin-right: 1rem;
}

.footer .awards img {
  width: 49%;
  max-width: 200px;
  -webkit-filter: saturate(0);
          filter: saturate(0);
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.footer .awards img:hover {
  -webkit-filter: saturate(1);
          filter: saturate(1);
}

.footer .title-break {
  -webkit-transform: translateY(5px);
       -o-transform: translateY(5px);
          transform: translateY(5px);
}
/*# sourceMappingURL=cloudator-style.css.map */