@font-face {
  font-family: 'lato';
  src: url('/static/fonts/Lato-Regular.woff2') format('woff2'),
    url('/static/fonts/Lato-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'lato-black';
  src: url('/static/fonts/Lato-Black.woff2') format('woff2'),
    url('/static/fonts/Lato-Black.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'lato-bold';
  src: url('/static/fonts/Lato-Bold.woff2') format('woff2'),
    url('/static/fonts/Lato-Bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@media print, screen and (min-width: 40em) {
  .reveal,
  .reveal.tiny,
  .reveal.small,
  .reveal.large {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
} /*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
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;
}
abbr[title] {
  border-bottom: 0;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
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;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[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 {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  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-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
[data-whatintent='mouse'] *,
[data-whatintent='mouse'] *:focus,
[data-whatintent='touch'] *,
[data-whatintent='touch'] *:focus,
[data-whatinput='mouse'] *,
[data-whatinput='mouse'] *:focus,
[data-whatinput='touch'] *,
[data-whatinput='touch'] *:focus {
  outline: none;
}
[draggable='false'] {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}
.foundation-mq {
  font-family: 'small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em';
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 100%;
}
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}
textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}
select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border-radius: 0;
}
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}
button {
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto;
}
[data-whatinput='mouse'] button {
  outline: 0;
}
pre {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}
.is-visible {
  display: block !important;
}
.is-hidden {
  display: none !important;
}
[type='text'],
[type='password'],
[type='date'],
[type='datetime'],
[type='datetime-local'],
[type='month'],
[type='week'],
[type='email'],
[type='number'],
[type='search'],
[type='tel'],
[type='time'],
[type='url'],
[type='color'],
textarea {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out,
    -webkit-box-shadow 0.5s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
[type='text']:focus,
[type='password']:focus,
[type='date']:focus,
[type='datetime']:focus,
[type='datetime-local']:focus,
[type='month']:focus,
[type='week']:focus,
[type='email']:focus,
[type='number']:focus,
[type='search']:focus,
[type='tel']:focus,
[type='time']:focus,
[type='url']:focus,
[type='color']:focus,
textarea:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  -webkit-box-shadow: 0 0 5px #cacaca;
  box-shadow: 0 0 5px #cacaca;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out,
    -webkit-box-shadow 0.5s;
}
textarea {
  max-width: 100%;
}
textarea[rows] {
  height: auto;
}
input:disabled,
input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed;
}
[type='submit'],
[type='button'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}
input[type='search'] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
::-webkit-input-placeholder {
  color: #cacaca;
}
::-moz-placeholder {
  color: #cacaca;
}
:-ms-input-placeholder {
  color: #cacaca;
}
::-ms-input-placeholder {
  color: #cacaca;
}
::placeholder {
  color: #cacaca;
}
[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem;
}
[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
}
[type='checkbox'] + label[for],
[type='radio'] + label[for] {
  cursor: pointer;
}
label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5rem;
}
[type='file'] {
  width: 100%;
}
label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a;
}
label.middle {
  margin: 0 0 1rem;
  line-height: 1.5;
  padding: 0.5625rem 0;
}
.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a;
}
.input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.input-group > :first-child,
.input-group > :first-child.input-group-button > * {
  border-radius: 0 0 0 0;
}
.input-group > :last-child,
.input-group > :last-child.input-group-button > * {
  border-radius: 0 0 0 0;
}
.input-group-label,
.input-group-field,
.input-group-button,
.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  margin: 0;
  white-space: nowrap;
}
.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.input-group-label:first-child {
  border-right: 0;
}
.input-group-label:last-child {
  border-left: 0;
}
.input-group-field {
  border-radius: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  min-width: 0;
}
.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  -ms-flex-item-align: stretch;
  align-self: stretch;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}
legend {
  max-width: 100%;
  margin-bottom: 0.5rem;
}
.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca;
}
.fieldset legend {
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
}
select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%28138, 138, 138%29"></polygon></svg>');
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out,
    -webkit-box-shadow 0.5s;
}
@media screen and (min-width: 0\0) {
  select {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==');
  }
}
select:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  -webkit-box-shadow: 0 0 5px #cacaca;
  box-shadow: 0 0 5px #cacaca;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out,
    -webkit-box-shadow 0.5s;
}
select:disabled {
  background-color: #e6e6e6;
  cursor: not-allowed;
}
select::-ms-expand {
  display: none;
}
select[multiple] {
  height: auto;
  background-image: none;
}
select:not([multiple]) {
  padding-top: 0;
  padding-bottom: 0;
}
.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #f9ecea;
}
.is-invalid-input:not(:focus)::-webkit-input-placeholder {
  color: #cc4b37;
}
.is-invalid-input:not(:focus)::-moz-placeholder {
  color: #cc4b37;
}
.is-invalid-input:not(:focus):-ms-input-placeholder {
  color: #cc4b37;
}
.is-invalid-input:not(:focus)::-ms-input-placeholder {
  color: #cc4b37;
}
.is-invalid-input:not(:focus)::placeholder {
  color: #cc4b37;
}
.is-invalid-label {
  color: #cc4b37;
}
.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #cc4b37;
}
.form-error.is-visible {
  display: block;
}
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}
em,
i {
  font-style: italic;
  line-height: inherit;
}
strong,
b {
  font-weight: bold;
  line-height: inherit;
}
small {
  font-size: 80%;
  line-height: inherit;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small {
  line-height: 0;
  color: #cacaca;
}
h1,
.h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
h2,
.h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
h3,
.h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
h4,
.h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
h5,
.h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
h6,
.h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
@media print, screen and (min-width: 40em) {
  h1,
  .h1 {
    font-size: 3rem;
  }
  h2,
  .h2 {
    font-size: 2.5rem;
  }
  h3,
  .h3 {
    font-size: 1.9375rem;
  }
  h4,
  .h4 {
    font-size: 1.5625rem;
  }
  h5,
  .h5 {
    font-size: 1.25rem;
  }
  h6,
  .h6 {
    font-size: 1rem;
  }
}
a {
  line-height: inherit;
  color: #1779ba;
  text-decoration: none;
  cursor: pointer;
}
a:hover,
a:focus {
  color: #1468a0;
}
a img {
  border: 0;
}
hr {
  clear: both;
  max-width: 75rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
}
ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6;
}
li {
  font-size: inherit;
}
ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}
ol {
  margin-left: 1.25rem;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}
dl {
  margin-bottom: 1rem;
}
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}
blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca;
}
blockquote,
blockquote p {
  line-height: 1.6;
  color: #8a8a8a;
}
abbr,
abbr[title] {
  border-bottom: 1px dotted #0a0a0a;
  cursor: help;
  text-decoration: none;
}
figure {
  margin: 0;
}
kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, 'Liberation Mono', Courier, monospace;
  color: #0a0a0a;
}
.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a;
}
.lead {
  font-size: 125%;
  line-height: 1.6;
}
.stat {
  font-size: 2.5rem;
  line-height: 1;
}
p + .stat {
  margin-top: -1rem;
}
ul.no-bullet,
ol.no-bullet {
  margin-left: 0;
  list-style: none;
}
cite,
.cite-block {
  display: block;
  color: #8a8a8a;
  font-size: 0.8125rem;
}
cite:before,
.cite-block:before {
  content: '— ';
}
code,
.code-inline {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, 'Liberation Mono', Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  display: inline;
  max-width: 100%;
  word-wrap: break-word;
  padding: 0.125rem 0.3125rem 0.0625rem;
}
.code-block {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, 'Liberation Mono', Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  display: block;
  overflow: auto;
  white-space: pre;
  padding: 1rem;
  margin-bottom: 1.5rem;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left;
  }
  .medium-text-right {
    text-align: right;
  }
  .medium-text-center {
    text-align: center;
  }
  .medium-text-justify {
    text-align: justify;
  }
}
@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}
.show-for-print {
  display: none !important;
}
@media print {
  * {
    background: transparent !important;
    color: black !important;
    print-color-adjust: economy;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  .show-for-print {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: ' (' attr(href) ')';
  }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: '';
  }
  abbr[title]:after {
    content: ' (' attr(title) ')';
  }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .print-break-inside {
    page-break-inside: auto;
  }
}
.grid-container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-container {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.grid-container.fluid {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-container.fluid {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.grid-container.full {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.grid-x {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.cell {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: 100%;
}
.cell.auto {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
}
.cell.shrink {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.grid-x > .auto {
  width: auto;
}
.grid-x > .shrink {
  width: auto;
}
.grid-x > .small-shrink,
.grid-x > .small-full,
.grid-x > .small-1,
.grid-x > .small-2,
.grid-x > .small-3,
.grid-x > .small-4,
.grid-x > .small-5,
.grid-x > .small-6,
.grid-x > .small-7,
.grid-x > .small-8,
.grid-x > .small-9,
.grid-x > .small-10,
.grid-x > .small-11,
.grid-x > .small-12 {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-x > .medium-shrink,
  .grid-x > .medium-full,
  .grid-x > .medium-1,
  .grid-x > .medium-2,
  .grid-x > .medium-3,
  .grid-x > .medium-4,
  .grid-x > .medium-5,
  .grid-x > .medium-6,
  .grid-x > .medium-7,
  .grid-x > .medium-8,
  .grid-x > .medium-9,
  .grid-x > .medium-10,
  .grid-x > .medium-11,
  .grid-x > .medium-12 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-shrink,
  .grid-x > .large-full,
  .grid-x > .large-1,
  .grid-x > .large-2,
  .grid-x > .large-3,
  .grid-x > .large-4,
  .grid-x > .large-5,
  .grid-x > .large-6,
  .grid-x > .large-7,
  .grid-x > .large-8,
  .grid-x > .large-9,
  .grid-x > .large-10,
  .grid-x > .large-11,
  .grid-x > .large-12 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
.grid-x > .small-1,
.grid-x > .small-2,
.grid-x > .small-3,
.grid-x > .small-4,
.grid-x > .small-5,
.grid-x > .small-6,
.grid-x > .small-7,
.grid-x > .small-8,
.grid-x > .small-9,
.grid-x > .small-10,
.grid-x > .small-11,
.grid-x > .small-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.grid-x > .small-1 {
  width: 8.33333%;
}
.grid-x > .small-2 {
  width: 16.66667%;
}
.grid-x > .small-3 {
  width: 25%;
}
.grid-x > .small-4 {
  width: 33.33333%;
}
.grid-x > .small-5 {
  width: 41.66667%;
}
.grid-x > .small-6 {
  width: 50%;
}
.grid-x > .small-7 {
  width: 58.33333%;
}
.grid-x > .small-8 {
  width: 66.66667%;
}
.grid-x > .small-9 {
  width: 75%;
}
.grid-x > .small-10 {
  width: 83.33333%;
}
.grid-x > .small-11 {
  width: 91.66667%;
}
.grid-x > .small-12 {
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .grid-x > .medium-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .medium-shrink,
  .grid-x > .medium-1,
  .grid-x > .medium-2,
  .grid-x > .medium-3,
  .grid-x > .medium-4,
  .grid-x > .medium-5,
  .grid-x > .medium-6,
  .grid-x > .medium-7,
  .grid-x > .medium-8,
  .grid-x > .medium-9,
  .grid-x > .medium-10,
  .grid-x > .medium-11,
  .grid-x > .medium-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .grid-x > .medium-shrink {
    width: auto;
  }
  .grid-x > .medium-1 {
    width: 8.33333%;
  }
  .grid-x > .medium-2 {
    width: 16.66667%;
  }
  .grid-x > .medium-3 {
    width: 25%;
  }
  .grid-x > .medium-4 {
    width: 33.33333%;
  }
  .grid-x > .medium-5 {
    width: 41.66667%;
  }
  .grid-x > .medium-6 {
    width: 50%;
  }
  .grid-x > .medium-7 {
    width: 58.33333%;
  }
  .grid-x > .medium-8 {
    width: 66.66667%;
  }
  .grid-x > .medium-9 {
    width: 75%;
  }
  .grid-x > .medium-10 {
    width: 83.33333%;
  }
  .grid-x > .medium-11 {
    width: 91.66667%;
  }
  .grid-x > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .large-shrink,
  .grid-x > .large-1,
  .grid-x > .large-2,
  .grid-x > .large-3,
  .grid-x > .large-4,
  .grid-x > .large-5,
  .grid-x > .large-6,
  .grid-x > .large-7,
  .grid-x > .large-8,
  .grid-x > .large-9,
  .grid-x > .large-10,
  .grid-x > .large-11,
  .grid-x > .large-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .grid-x > .large-shrink {
    width: auto;
  }
  .grid-x > .large-1 {
    width: 8.33333%;
  }
  .grid-x > .large-2 {
    width: 16.66667%;
  }
  .grid-x > .large-3 {
    width: 25%;
  }
  .grid-x > .large-4 {
    width: 33.33333%;
  }
  .grid-x > .large-5 {
    width: 41.66667%;
  }
  .grid-x > .large-6 {
    width: 50%;
  }
  .grid-x > .large-7 {
    width: 58.33333%;
  }
  .grid-x > .large-8 {
    width: 66.66667%;
  }
  .grid-x > .large-9 {
    width: 75%;
  }
  .grid-x > .large-10 {
    width: 83.33333%;
  }
  .grid-x > .large-11 {
    width: 91.66667%;
  }
  .grid-x > .large-12 {
    width: 100%;
  }
}
.grid-margin-x:not(.grid-x) > .cell {
  width: auto;
}
.grid-margin-y:not(.grid-y) > .cell {
  height: auto;
}
.grid-margin-x {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}
.grid-margin-x > .cell {
  width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x > .cell {
    width: calc(100% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}
.grid-margin-x > .auto {
  width: auto;
}
.grid-margin-x > .shrink {
  width: auto;
}
.grid-margin-x > .small-1 {
  width: calc(8.33333% - 1.25rem);
}
.grid-margin-x > .small-2 {
  width: calc(16.66667% - 1.25rem);
}
.grid-margin-x > .small-3 {
  width: calc(25% - 1.25rem);
}
.grid-margin-x > .small-4 {
  width: calc(33.33333% - 1.25rem);
}
.grid-margin-x > .small-5 {
  width: calc(41.66667% - 1.25rem);
}
.grid-margin-x > .small-6 {
  width: calc(50% - 1.25rem);
}
.grid-margin-x > .small-7 {
  width: calc(58.33333% - 1.25rem);
}
.grid-margin-x > .small-8 {
  width: calc(66.66667% - 1.25rem);
}
.grid-margin-x > .small-9 {
  width: calc(75% - 1.25rem);
}
.grid-margin-x > .small-10 {
  width: calc(83.33333% - 1.25rem);
}
.grid-margin-x > .small-11 {
  width: calc(91.66667% - 1.25rem);
}
.grid-margin-x > .small-12 {
  width: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x > .auto {
    width: auto;
  }
  .grid-margin-x > .shrink {
    width: auto;
  }
  .grid-margin-x > .small-1 {
    width: calc(8.33333% - 1.875rem);
  }
  .grid-margin-x > .small-2 {
    width: calc(16.66667% - 1.875rem);
  }
  .grid-margin-x > .small-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .small-4 {
    width: calc(33.33333% - 1.875rem);
  }
  .grid-margin-x > .small-5 {
    width: calc(41.66667% - 1.875rem);
  }
  .grid-margin-x > .small-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .small-7 {
    width: calc(58.33333% - 1.875rem);
  }
  .grid-margin-x > .small-8 {
    width: calc(66.66667% - 1.875rem);
  }
  .grid-margin-x > .small-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .small-10 {
    width: calc(83.33333% - 1.875rem);
  }
  .grid-margin-x > .small-11 {
    width: calc(91.66667% - 1.875rem);
  }
  .grid-margin-x > .small-12 {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x > .medium-auto {
    width: auto;
  }
  .grid-margin-x > .medium-shrink {
    width: auto;
  }
  .grid-margin-x > .medium-1 {
    width: calc(8.33333% - 1.875rem);
  }
  .grid-margin-x > .medium-2 {
    width: calc(16.66667% - 1.875rem);
  }
  .grid-margin-x > .medium-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .medium-4 {
    width: calc(33.33333% - 1.875rem);
  }
  .grid-margin-x > .medium-5 {
    width: calc(41.66667% - 1.875rem);
  }
  .grid-margin-x > .medium-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .medium-7 {
    width: calc(58.33333% - 1.875rem);
  }
  .grid-margin-x > .medium-8 {
    width: calc(66.66667% - 1.875rem);
  }
  .grid-margin-x > .medium-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .medium-10 {
    width: calc(83.33333% - 1.875rem);
  }
  .grid-margin-x > .medium-11 {
    width: calc(91.66667% - 1.875rem);
  }
  .grid-margin-x > .medium-12 {
    width: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x > .large-auto {
    width: auto;
  }
  .grid-margin-x > .large-shrink {
    width: auto;
  }
  .grid-margin-x > .large-1 {
    width: calc(8.33333% - 1.875rem);
  }
  .grid-margin-x > .large-2 {
    width: calc(16.66667% - 1.875rem);
  }
  .grid-margin-x > .large-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .large-4 {
    width: calc(33.33333% - 1.875rem);
  }
  .grid-margin-x > .large-5 {
    width: calc(41.66667% - 1.875rem);
  }
  .grid-margin-x > .large-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .large-7 {
    width: calc(58.33333% - 1.875rem);
  }
  .grid-margin-x > .large-8 {
    width: calc(66.66667% - 1.875rem);
  }
  .grid-margin-x > .large-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .large-10 {
    width: calc(83.33333% - 1.875rem);
  }
  .grid-margin-x > .large-11 {
    width: calc(91.66667% - 1.875rem);
  }
  .grid-margin-x > .large-12 {
    width: calc(100% - 1.875rem);
  }
}
.grid-padding-x .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-x .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.grid-container:not(.full) > .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-container:not(.full) > .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.grid-padding-x > .cell {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-x > .cell {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.small-up-1 > .cell {
  width: 100%;
}
.small-up-2 > .cell {
  width: 50%;
}
.small-up-3 > .cell {
  width: 33.33333%;
}
.small-up-4 > .cell {
  width: 25%;
}
.small-up-5 > .cell {
  width: 20%;
}
.small-up-6 > .cell {
  width: 16.66667%;
}
.small-up-7 > .cell {
  width: 14.28571%;
}
.small-up-8 > .cell {
  width: 12.5%;
}
@media print, screen and (min-width: 40em) {
  .medium-up-1 > .cell {
    width: 100%;
  }
  .medium-up-2 > .cell {
    width: 50%;
  }
  .medium-up-3 > .cell {
    width: 33.33333%;
  }
  .medium-up-4 > .cell {
    width: 25%;
  }
  .medium-up-5 > .cell {
    width: 20%;
  }
  .medium-up-6 > .cell {
    width: 16.66667%;
  }
  .medium-up-7 > .cell {
    width: 14.28571%;
  }
  .medium-up-8 > .cell {
    width: 12.5%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-up-1 > .cell {
    width: 100%;
  }
  .large-up-2 > .cell {
    width: 50%;
  }
  .large-up-3 > .cell {
    width: 33.33333%;
  }
  .large-up-4 > .cell {
    width: 25%;
  }
  .large-up-5 > .cell {
    width: 20%;
  }
  .large-up-6 > .cell {
    width: 16.66667%;
  }
  .large-up-7 > .cell {
    width: 14.28571%;
  }
  .large-up-8 > .cell {
    width: 12.5%;
  }
}
.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 1.25rem);
}
.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 1.25rem);
}
.grid-margin-x.small-up-3 > .cell {
  width: calc(33.33333% - 1.25rem);
}
.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 1.25rem);
}
.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 1.25rem);
}
.grid-margin-x.small-up-6 > .cell {
  width: calc(16.66667% - 1.25rem);
}
.grid-margin-x.small-up-7 > .cell {
  width: calc(14.28571% - 1.25rem);
}
.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 1.25rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.33333% - 1.875rem);
  }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.66667% - 1.875rem);
  }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.28571% - 1.875rem);
  }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.33333% - 1.875rem);
  }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.66667% - 1.875rem);
  }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.28571% - 1.875rem);
  }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.33333% - 1.875rem);
  }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.66667% - 1.875rem);
  }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.28571% - 1.875rem);
  }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}
.small-margin-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .cell {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .small-1 {
  width: 8.33333%;
}
.small-margin-collapse > .small-2 {
  width: 16.66667%;
}
.small-margin-collapse > .small-3 {
  width: 25%;
}
.small-margin-collapse > .small-4 {
  width: 33.33333%;
}
.small-margin-collapse > .small-5 {
  width: 41.66667%;
}
.small-margin-collapse > .small-6 {
  width: 50%;
}
.small-margin-collapse > .small-7 {
  width: 58.33333%;
}
.small-margin-collapse > .small-8 {
  width: 66.66667%;
}
.small-margin-collapse > .small-9 {
  width: 75%;
}
.small-margin-collapse > .small-10 {
  width: 83.33333%;
}
.small-margin-collapse > .small-11 {
  width: 91.66667%;
}
.small-margin-collapse > .small-12 {
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .small-margin-collapse > .medium-1 {
    width: 8.33333%;
  }
  .small-margin-collapse > .medium-2 {
    width: 16.66667%;
  }
  .small-margin-collapse > .medium-3 {
    width: 25%;
  }
  .small-margin-collapse > .medium-4 {
    width: 33.33333%;
  }
  .small-margin-collapse > .medium-5 {
    width: 41.66667%;
  }
  .small-margin-collapse > .medium-6 {
    width: 50%;
  }
  .small-margin-collapse > .medium-7 {
    width: 58.33333%;
  }
  .small-margin-collapse > .medium-8 {
    width: 66.66667%;
  }
  .small-margin-collapse > .medium-9 {
    width: 75%;
  }
  .small-margin-collapse > .medium-10 {
    width: 83.33333%;
  }
  .small-margin-collapse > .medium-11 {
    width: 91.66667%;
  }
  .small-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .small-margin-collapse > .large-1 {
    width: 8.33333%;
  }
  .small-margin-collapse > .large-2 {
    width: 16.66667%;
  }
  .small-margin-collapse > .large-3 {
    width: 25%;
  }
  .small-margin-collapse > .large-4 {
    width: 33.33333%;
  }
  .small-margin-collapse > .large-5 {
    width: 41.66667%;
  }
  .small-margin-collapse > .large-6 {
    width: 50%;
  }
  .small-margin-collapse > .large-7 {
    width: 58.33333%;
  }
  .small-margin-collapse > .large-8 {
    width: 66.66667%;
  }
  .small-margin-collapse > .large-9 {
    width: 75%;
  }
  .small-margin-collapse > .large-10 {
    width: 83.33333%;
  }
  .small-margin-collapse > .large-11 {
    width: 91.66667%;
  }
  .small-margin-collapse > .large-12 {
    width: 100%;
  }
}
.small-padding-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-padding-collapse > .cell {
  padding-right: 0;
  padding-left: 0;
}
@media print, screen and (min-width: 40em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .small-1 {
    width: 8.33333%;
  }
  .medium-margin-collapse > .small-2 {
    width: 16.66667%;
  }
  .medium-margin-collapse > .small-3 {
    width: 25%;
  }
  .medium-margin-collapse > .small-4 {
    width: 33.33333%;
  }
  .medium-margin-collapse > .small-5 {
    width: 41.66667%;
  }
  .medium-margin-collapse > .small-6 {
    width: 50%;
  }
  .medium-margin-collapse > .small-7 {
    width: 58.33333%;
  }
  .medium-margin-collapse > .small-8 {
    width: 66.66667%;
  }
  .medium-margin-collapse > .small-9 {
    width: 75%;
  }
  .medium-margin-collapse > .small-10 {
    width: 83.33333%;
  }
  .medium-margin-collapse > .small-11 {
    width: 91.66667%;
  }
  .medium-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.33333%;
  }
  .medium-margin-collapse > .medium-2 {
    width: 16.66667%;
  }
  .medium-margin-collapse > .medium-3 {
    width: 25%;
  }
  .medium-margin-collapse > .medium-4 {
    width: 33.33333%;
  }
  .medium-margin-collapse > .medium-5 {
    width: 41.66667%;
  }
  .medium-margin-collapse > .medium-6 {
    width: 50%;
  }
  .medium-margin-collapse > .medium-7 {
    width: 58.33333%;
  }
  .medium-margin-collapse > .medium-8 {
    width: 66.66667%;
  }
  .medium-margin-collapse > .medium-9 {
    width: 75%;
  }
  .medium-margin-collapse > .medium-10 {
    width: 83.33333%;
  }
  .medium-margin-collapse > .medium-11 {
    width: 91.66667%;
  }
  .medium-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .medium-margin-collapse > .large-1 {
    width: 8.33333%;
  }
  .medium-margin-collapse > .large-2 {
    width: 16.66667%;
  }
  .medium-margin-collapse > .large-3 {
    width: 25%;
  }
  .medium-margin-collapse > .large-4 {
    width: 33.33333%;
  }
  .medium-margin-collapse > .large-5 {
    width: 41.66667%;
  }
  .medium-margin-collapse > .large-6 {
    width: 50%;
  }
  .medium-margin-collapse > .large-7 {
    width: 58.33333%;
  }
  .medium-margin-collapse > .large-8 {
    width: 66.66667%;
  }
  .medium-margin-collapse > .large-9 {
    width: 75%;
  }
  .medium-margin-collapse > .large-10 {
    width: 83.33333%;
  }
  .medium-margin-collapse > .large-11 {
    width: 91.66667%;
  }
  .medium-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .small-1 {
    width: 8.33333%;
  }
  .large-margin-collapse > .small-2 {
    width: 16.66667%;
  }
  .large-margin-collapse > .small-3 {
    width: 25%;
  }
  .large-margin-collapse > .small-4 {
    width: 33.33333%;
  }
  .large-margin-collapse > .small-5 {
    width: 41.66667%;
  }
  .large-margin-collapse > .small-6 {
    width: 50%;
  }
  .large-margin-collapse > .small-7 {
    width: 58.33333%;
  }
  .large-margin-collapse > .small-8 {
    width: 66.66667%;
  }
  .large-margin-collapse > .small-9 {
    width: 75%;
  }
  .large-margin-collapse > .small-10 {
    width: 83.33333%;
  }
  .large-margin-collapse > .small-11 {
    width: 91.66667%;
  }
  .large-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .medium-1 {
    width: 8.33333%;
  }
  .large-margin-collapse > .medium-2 {
    width: 16.66667%;
  }
  .large-margin-collapse > .medium-3 {
    width: 25%;
  }
  .large-margin-collapse > .medium-4 {
    width: 33.33333%;
  }
  .large-margin-collapse > .medium-5 {
    width: 41.66667%;
  }
  .large-margin-collapse > .medium-6 {
    width: 50%;
  }
  .large-margin-collapse > .medium-7 {
    width: 58.33333%;
  }
  .large-margin-collapse > .medium-8 {
    width: 66.66667%;
  }
  .large-margin-collapse > .medium-9 {
    width: 75%;
  }
  .large-margin-collapse > .medium-10 {
    width: 83.33333%;
  }
  .large-margin-collapse > .medium-11 {
    width: 91.66667%;
  }
  .large-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .large-1 {
    width: 8.33333%;
  }
  .large-margin-collapse > .large-2 {
    width: 16.66667%;
  }
  .large-margin-collapse > .large-3 {
    width: 25%;
  }
  .large-margin-collapse > .large-4 {
    width: 33.33333%;
  }
  .large-margin-collapse > .large-5 {
    width: 41.66667%;
  }
  .large-margin-collapse > .large-6 {
    width: 50%;
  }
  .large-margin-collapse > .large-7 {
    width: 58.33333%;
  }
  .large-margin-collapse > .large-8 {
    width: 66.66667%;
  }
  .large-margin-collapse > .large-9 {
    width: 75%;
  }
  .large-margin-collapse > .large-10 {
    width: 83.33333%;
  }
  .large-margin-collapse > .large-11 {
    width: 91.66667%;
  }
  .large-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}
.small-offset-0 {
  margin-left: 0%;
}
.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 1.25rem / 2);
}
.small-offset-1 {
  margin-left: 8.33333%;
}
.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.33333% + 1.25rem / 2);
}
.small-offset-2 {
  margin-left: 16.66667%;
}
.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.66667% + 1.25rem / 2);
}
.small-offset-3 {
  margin-left: 25%;
}
.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + 1.25rem / 2);
}
.small-offset-4 {
  margin-left: 33.33333%;
}
.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.33333% + 1.25rem / 2);
}
.small-offset-5 {
  margin-left: 41.66667%;
}
.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.66667% + 1.25rem / 2);
}
.small-offset-6 {
  margin-left: 50%;
}
.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + 1.25rem / 2);
}
.small-offset-7 {
  margin-left: 58.33333%;
}
.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.33333% + 1.25rem / 2);
}
.small-offset-8 {
  margin-left: 66.66667%;
}
.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.66667% + 1.25rem / 2);
}
.small-offset-9 {
  margin-left: 75%;
}
.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + 1.25rem / 2);
}
.small-offset-10 {
  margin-left: 83.33333%;
}
.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.33333% + 1.25rem / 2);
}
.small-offset-11 {
  margin-left: 91.66667%;
}
.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.66667% + 1.25rem / 2);
}
@media print, screen and (min-width: 40em) {
  .medium-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 1.875rem / 2);
  }
  .medium-offset-1 {
    margin-left: 8.33333%;
  }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.33333% + 1.875rem / 2);
  }
  .medium-offset-2 {
    margin-left: 16.66667%;
  }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.66667% + 1.875rem / 2);
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 1.875rem / 2);
  }
  .medium-offset-4 {
    margin-left: 33.33333%;
  }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.33333% + 1.875rem / 2);
  }
  .medium-offset-5 {
    margin-left: 41.66667%;
  }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.66667% + 1.875rem / 2);
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 1.875rem / 2);
  }
  .medium-offset-7 {
    margin-left: 58.33333%;
  }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.33333% + 1.875rem / 2);
  }
  .medium-offset-8 {
    margin-left: 66.66667%;
  }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.66667% + 1.875rem / 2);
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 1.875rem / 2);
  }
  .medium-offset-10 {
    margin-left: 83.33333%;
  }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.33333% + 1.875rem / 2);
  }
  .medium-offset-11 {
    margin-left: 91.66667%;
  }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.66667% + 1.875rem / 2);
  }
}
@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 1.875rem / 2);
  }
  .large-offset-1 {
    margin-left: 8.33333%;
  }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.33333% + 1.875rem / 2);
  }
  .large-offset-2 {
    margin-left: 16.66667%;
  }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.66667% + 1.875rem / 2);
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 1.875rem / 2);
  }
  .large-offset-4 {
    margin-left: 33.33333%;
  }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.33333% + 1.875rem / 2);
  }
  .large-offset-5 {
    margin-left: 41.66667%;
  }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.66667% + 1.875rem / 2);
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 1.875rem / 2);
  }
  .large-offset-7 {
    margin-left: 58.33333%;
  }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.33333% + 1.875rem / 2);
  }
  .large-offset-8 {
    margin-left: 66.66667%;
  }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.66667% + 1.875rem / 2);
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 1.875rem / 2);
  }
  .large-offset-10 {
    margin-left: 83.33333%;
  }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.33333% + 1.875rem / 2);
  }
  .large-offset-11 {
    margin-left: 91.66667%;
  }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.66667% + 1.875rem / 2);
  }
}
.grid-y {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}
.grid-y > .cell {
  height: auto;
  max-height: none;
}
.grid-y > .auto {
  height: auto;
}
.grid-y > .shrink {
  height: auto;
}
.grid-y > .small-shrink,
.grid-y > .small-full,
.grid-y > .small-1,
.grid-y > .small-2,
.grid-y > .small-3,
.grid-y > .small-4,
.grid-y > .small-5,
.grid-y > .small-6,
.grid-y > .small-7,
.grid-y > .small-8,
.grid-y > .small-9,
.grid-y > .small-10,
.grid-y > .small-11,
.grid-y > .small-12 {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-y > .medium-shrink,
  .grid-y > .medium-full,
  .grid-y > .medium-1,
  .grid-y > .medium-2,
  .grid-y > .medium-3,
  .grid-y > .medium-4,
  .grid-y > .medium-5,
  .grid-y > .medium-6,
  .grid-y > .medium-7,
  .grid-y > .medium-8,
  .grid-y > .medium-9,
  .grid-y > .medium-10,
  .grid-y > .medium-11,
  .grid-y > .medium-12 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > .large-shrink,
  .grid-y > .large-full,
  .grid-y > .large-1,
  .grid-y > .large-2,
  .grid-y > .large-3,
  .grid-y > .large-4,
  .grid-y > .large-5,
  .grid-y > .large-6,
  .grid-y > .large-7,
  .grid-y > .large-8,
  .grid-y > .large-9,
  .grid-y > .large-10,
  .grid-y > .large-11,
  .grid-y > .large-12 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
.grid-y > .small-1,
.grid-y > .small-2,
.grid-y > .small-3,
.grid-y > .small-4,
.grid-y > .small-5,
.grid-y > .small-6,
.grid-y > .small-7,
.grid-y > .small-8,
.grid-y > .small-9,
.grid-y > .small-10,
.grid-y > .small-11,
.grid-y > .small-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.grid-y > .small-1 {
  height: 8.33333%;
}
.grid-y > .small-2 {
  height: 16.66667%;
}
.grid-y > .small-3 {
  height: 25%;
}
.grid-y > .small-4 {
  height: 33.33333%;
}
.grid-y > .small-5 {
  height: 41.66667%;
}
.grid-y > .small-6 {
  height: 50%;
}
.grid-y > .small-7 {
  height: 58.33333%;
}
.grid-y > .small-8 {
  height: 66.66667%;
}
.grid-y > .small-9 {
  height: 75%;
}
.grid-y > .small-10 {
  height: 83.33333%;
}
.grid-y > .small-11 {
  height: 91.66667%;
}
.grid-y > .small-12 {
  height: 100%;
}
@media print, screen and (min-width: 40em) {
  .grid-y > .medium-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .medium-shrink,
  .grid-y > .medium-1,
  .grid-y > .medium-2,
  .grid-y > .medium-3,
  .grid-y > .medium-4,
  .grid-y > .medium-5,
  .grid-y > .medium-6,
  .grid-y > .medium-7,
  .grid-y > .medium-8,
  .grid-y > .medium-9,
  .grid-y > .medium-10,
  .grid-y > .medium-11,
  .grid-y > .medium-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .grid-y > .medium-shrink {
    height: auto;
  }
  .grid-y > .medium-1 {
    height: 8.33333%;
  }
  .grid-y > .medium-2 {
    height: 16.66667%;
  }
  .grid-y > .medium-3 {
    height: 25%;
  }
  .grid-y > .medium-4 {
    height: 33.33333%;
  }
  .grid-y > .medium-5 {
    height: 41.66667%;
  }
  .grid-y > .medium-6 {
    height: 50%;
  }
  .grid-y > .medium-7 {
    height: 58.33333%;
  }
  .grid-y > .medium-8 {
    height: 66.66667%;
  }
  .grid-y > .medium-9 {
    height: 75%;
  }
  .grid-y > .medium-10 {
    height: 83.33333%;
  }
  .grid-y > .medium-11 {
    height: 91.66667%;
  }
  .grid-y > .medium-12 {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > .large-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .large-shrink,
  .grid-y > .large-1,
  .grid-y > .large-2,
  .grid-y > .large-3,
  .grid-y > .large-4,
  .grid-y > .large-5,
  .grid-y > .large-6,
  .grid-y > .large-7,
  .grid-y > .large-8,
  .grid-y > .large-9,
  .grid-y > .large-10,
  .grid-y > .large-11,
  .grid-y > .large-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .grid-y > .large-shrink {
    height: auto;
  }
  .grid-y > .large-1 {
    height: 8.33333%;
  }
  .grid-y > .large-2 {
    height: 16.66667%;
  }
  .grid-y > .large-3 {
    height: 25%;
  }
  .grid-y > .large-4 {
    height: 33.33333%;
  }
  .grid-y > .large-5 {
    height: 41.66667%;
  }
  .grid-y > .large-6 {
    height: 50%;
  }
  .grid-y > .large-7 {
    height: 58.33333%;
  }
  .grid-y > .large-8 {
    height: 66.66667%;
  }
  .grid-y > .large-9 {
    height: 75%;
  }
  .grid-y > .large-10 {
    height: 83.33333%;
  }
  .grid-y > .large-11 {
    height: 91.66667%;
  }
  .grid-y > .large-12 {
    height: 100%;
  }
}
.grid-padding-y .grid-padding-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-y .grid-padding-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}
.grid-padding-y > .cell {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-y > .cell {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
}
.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.33333% - 1.25rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.66667% - 1.25rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.33333% - 1.25rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.66667% - 1.25rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.33333% - 1.25rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.66667% - 1.25rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.33333% - 1.25rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.66667% - 1.25rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.33333% - 1.875rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.66667% - 1.875rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.33333% - 1.875rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.66667% - 1.875rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.33333% - 1.875rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.66667% - 1.875rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.33333% - 1.875rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.66667% - 1.875rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.875rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.33333% - 1.875rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.66667% - 1.875rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.33333% - 1.875rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.66667% - 1.875rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.33333% - 1.875rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.66667% - 1.875rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.33333% - 1.875rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.66667% - 1.875rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.33333% - 1.875rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.66667% - 1.875rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.33333% - 1.875rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.66667% - 1.875rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.33333% - 1.875rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.66667% - 1.875rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.33333% - 1.875rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.66667% - 1.875rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem);
  }
}
.grid-frame {
  overflow: hidden;
  position: relative;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100vw;
}
.cell .grid-frame {
  width: 100%;
}
.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.cell-block-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: 100%;
}
.cell-block-container > .grid-x {
  max-height: 100%;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
@media print, screen and (min-width: 40em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100vw;
  }
  .cell .medium-grid-frame {
    width: 100%;
  }
  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .medium-cell-block-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%;
  }
  .medium-cell-block-container > .grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media print, screen and (min-width: 64em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100vw;
  }
  .cell .large-grid-frame {
    width: 100%;
  }
  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .large-cell-block-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%;
  }
  .large-cell-block-container > .grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
.grid-y.grid-frame {
  overflow: hidden;
  position: relative;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  height: 100vh;
  width: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-y.medium-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y.large-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}
.cell .grid-y.grid-frame {
  height: 100%;
}
@media print, screen and (min-width: 40em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .cell .grid-y.large-grid-frame {
    height: 100%;
  }
}
.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.33333% - 1.25rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.66667% - 1.25rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.33333% - 1.25rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.66667% - 1.25rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.33333% - 1.25rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.66667% - 1.25rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.33333% - 1.25rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.66667% - 1.25rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.33333% - 1.875rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.66667% - 1.875rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.33333% - 1.875rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.66667% - 1.875rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.33333% - 1.875rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.66667% - 1.875rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.33333% - 1.875rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.66667% - 1.875rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.875rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.33333% - 1.875rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.66667% - 1.875rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.33333% - 1.875rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.66667% - 1.875rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.33333% - 1.875rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.66667% - 1.875rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.33333% - 1.875rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.66667% - 1.875rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.33333% - 1.875rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.66667% - 1.875rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.33333% - 1.875rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.66667% - 1.875rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.33333% - 1.875rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.66667% - 1.875rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.33333% - 1.875rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.66667% - 1.875rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem);
  }
}
.grid-frame.grid-margin-y {
  height: calc(100vh + 1.25rem);
}
@media print, screen and (min-width: 40em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
.close-button {
  position: absolute;
  z-index: 10;
  color: #8a8a8a;
  cursor: pointer;
}
[data-whatinput='mouse'] .close-button {
  outline: 0;
}
.close-button:hover,
.close-button:focus {
  color: #0a0a0a;
}
.close-button.small {
  right: 0.66rem;
  top: 0.33em;
  font-size: 1.5em;
  line-height: 1;
}
.close-button,
.close-button.medium {
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
}
.switch {
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: 0.875rem;
  font-weight: bold;
  color: #fefefe;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 2rem;
}
.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0;
}
.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 0;
  background: #cacaca;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer;
}
input + .switch-paddle {
  margin: 0;
}
.switch-paddle::after {
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  border-radius: 0;
  background: #fefefe;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  content: '';
}
input:checked ~ .switch-paddle {
  background: #1779ba;
}
input:checked ~ .switch-paddle::after {
  left: 2.25rem;
}
input:disabled ~ .switch-paddle {
  cursor: not-allowed;
  opacity: 0.5;
}
[data-whatinput='mouse'] input:focus ~ .switch-paddle {
  outline: 0;
}
.switch-active,
.switch-inactive {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.switch-active {
  left: 8%;
  display: none;
}
input:checked + label > .switch-active {
  display: block;
}
.switch-inactive {
  right: 15%;
}
input:checked + label > .switch-inactive {
  display: none;
}
.switch.tiny {
  height: 1.5rem;
}
.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.625rem;
}
.switch.tiny .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1rem;
  height: 1rem;
}
.switch.tiny input:checked ~ .switch-paddle::after {
  left: 1.75rem;
}
.switch.small {
  height: 1.75rem;
}
.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.75rem;
}
.switch.small .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1.25rem;
  height: 1.25rem;
}
.switch.small input:checked ~ .switch-paddle::after {
  left: 2rem;
}
.switch.large {
  height: 2.5rem;
}
.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem;
}
.switch.large .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 2rem;
  height: 2rem;
}
.switch.large input:checked ~ .switch-paddle::after {
  left: 2.75rem;
}
.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: none;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-size: 1rem;
}
.dropdown-pane.is-opening {
  display: block;
}
.dropdown-pane.is-open {
  display: block;
  visibility: visible;
}
.dropdown-pane.tiny {
  width: 100px;
}
.dropdown-pane.small {
  width: 200px;
}
.dropdown-pane.large {
  width: 400px;
}
.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #8a8a8a;
  font-weight: bold;
  cursor: help;
}
.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 0;
  background-color: #0a0a0a;
  font-size: 80%;
  color: #fefefe;
}
.tooltip::before {
  position: absolute;
}
.tooltip.bottom::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem;
  content: '';
  border-top-width: 0;
  border-color: transparent transparent #0a0a0a;
  bottom: 100%;
}
.tooltip.bottom.align-center::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.tooltip.top::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem;
  content: '';
  border-bottom-width: 0;
  border-color: #0a0a0a transparent transparent;
  top: 100%;
  bottom: auto;
}
.tooltip.top.align-center::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.tooltip.left::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem;
  content: '';
  border-right-width: 0;
  border-color: transparent transparent transparent #0a0a0a;
  left: 100%;
}
.tooltip.left.align-center::before {
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tooltip.right::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem;
  content: '';
  border-left-width: 0;
  border-color: transparent #0a0a0a transparent transparent;
  right: 100%;
  left: auto;
}
.tooltip.right.align-center::before {
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tooltip.align-top::before {
  bottom: auto;
  top: 10%;
}
.tooltip.align-bottom::before {
  bottom: 10%;
  top: auto;
}
.tooltip.align-left::before {
  left: 10%;
  right: auto;
}
.tooltip.align-right::before {
  left: auto;
  right: 10%;
}
.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden;
}
.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed,
.responsive-embed video,
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.responsive-embed.widescreen,
.flex-video.widescreen {
  padding-bottom: 56.25%;
}
.tabs {
  margin: 0;
  border: 1px solid #e6e6e6;
  background: #fefefe;
  list-style-type: none;
}
.tabs::before,
.tabs::after {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.tabs::after {
  clear: both;
}
.tabs.vertical > li {
  display: block;
  float: none;
  width: auto;
}
.tabs.simple > li > a {
  padding: 0;
}
.tabs.simple > li > a:hover {
  background: transparent;
}
.tabs.primary {
  background: #1779ba;
}
.tabs.primary > li > a {
  color: #fefefe;
}
.tabs.primary > li > a:hover,
.tabs.primary > li > a:focus {
  background: #1673b1;
}
.tabs-title {
  float: left;
}
.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  font-size: 0.75rem;
  line-height: 1;
  color: #1779ba;
}
[data-whatinput='mouse'] .tabs-title > a {
  outline: 0;
}
.tabs-title > a:hover {
  background: #fefefe;
  color: #1468a0;
}
.tabs-title > a:focus,
.tabs-title > a[aria-selected='true'] {
  background: #e6e6e6;
  color: #1779ba;
}
.tabs-content {
  border: 1px solid #e6e6e6;
  border-top: 0;
  background: #fefefe;
  color: #0a0a0a;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0;
}
.tabs-panel {
  display: none;
  padding: 1rem;
}
.tabs-panel.is-active {
  display: block;
}
.is-off-canvas-open {
  overflow: hidden;
}
.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(254, 254, 254, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.js-off-canvas-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}
.js-off-canvas-overlay.is-closable {
  cursor: pointer;
}
.js-off-canvas-overlay.is-overlay-absolute {
  position: absolute;
}
.js-off-canvas-overlay.is-overlay-fixed {
  position: fixed;
}
.off-canvas-wrapper {
  position: relative;
  overflow: hidden;
}
.off-canvas {
  position: fixed;
  z-index: 12;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #e6e6e6;
}
[data-whatinput='mouse'] .off-canvas {
  outline: 0;
}
.off-canvas.is-transition-push {
  z-index: 12;
}
.off-canvas.is-closed {
  visibility: hidden;
}
.off-canvas.is-transition-overlap {
  z-index: 13;
}
.off-canvas.is-transition-overlap.is-open {
  -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}
.off-canvas.is-open {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.off-canvas-absolute {
  position: absolute;
  z-index: 12;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #e6e6e6;
}
[data-whatinput='mouse'] .off-canvas-absolute {
  outline: 0;
}
.off-canvas-absolute.is-transition-push {
  z-index: 12;
}
.off-canvas-absolute.is-closed {
  visibility: hidden;
}
.off-canvas-absolute.is-transition-overlap {
  z-index: 13;
}
.off-canvas-absolute.is-transition-overlap.is-open {
  -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}
.off-canvas-absolute.is-open {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.position-left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 250px;
  -webkit-transform: translateX(-250px);
  transform: translateX(-250px);
}
.off-canvas-content .off-canvas.position-left {
  -webkit-transform: translateX(-250px);
  transform: translateX(-250px);
}
.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.off-canvas-content.is-open-left.has-transition-push {
  -webkit-transform: translateX(250px);
  transform: translateX(250px);
}
.position-left.is-transition-push {
  -webkit-box-shadow: inset -13px 0 20px -13px rgba(10, 10, 10, 0.25);
  box-shadow: inset -13px 0 20px -13px rgba(10, 10, 10, 0.25);
}
.position-right {
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 250px;
  -webkit-transform: translateX(250px);
  transform: translateX(250px);
}
.off-canvas-content .off-canvas.position-right {
  -webkit-transform: translateX(250px);
  transform: translateX(250px);
}
.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.off-canvas-content.is-open-right.has-transition-push {
  -webkit-transform: translateX(-250px);
  transform: translateX(-250px);
}
.position-right.is-transition-push {
  -webkit-box-shadow: inset 13px 0 20px -13px rgba(10, 10, 10, 0.25);
  box-shadow: inset 13px 0 20px -13px rgba(10, 10, 10, 0.25);
}
.position-top {
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  height: 250px;
  -webkit-transform: translateY(-250px);
  transform: translateY(-250px);
}
.off-canvas-content .off-canvas.position-top {
  -webkit-transform: translateY(-250px);
  transform: translateY(-250px);
}
.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.off-canvas-content.is-open-top.has-transition-push {
  -webkit-transform: translateY(250px);
  transform: translateY(250px);
}
.position-top.is-transition-push {
  -webkit-box-shadow: inset 0 -13px 20px -13px rgba(10, 10, 10, 0.25);
  box-shadow: inset 0 -13px 20px -13px rgba(10, 10, 10, 0.25);
}
.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  height: 250px;
  -webkit-transform: translateY(250px);
  transform: translateY(250px);
}
.off-canvas-content .off-canvas.position-bottom {
  -webkit-transform: translateY(250px);
  transform: translateY(250px);
}
.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.off-canvas-content.is-open-bottom.has-transition-push {
  -webkit-transform: translateY(-250px);
  transform: translateY(-250px);
}
.position-bottom.is-transition-push {
  -webkit-box-shadow: inset 0 13px 20px -13px rgba(10, 10, 10, 0.25);
  box-shadow: inset 0 13px 20px -13px rgba(10, 10, 10, 0.25);
}
.off-canvas-content {
  -webkit-transform: none;
  transform: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.off-canvas-content.has-transition-overlap,
.off-canvas-content.has-transition-push {
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.off-canvas-content.has-transition-push {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.off-canvas-content .off-canvas.is-open {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
@media print, screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    -webkit-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-medium {
    -webkit-transform: none;
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-medium {
    -webkit-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-medium {
    -webkit-transform: none;
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-medium {
    -webkit-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-medium {
    -webkit-transform: none;
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-medium ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-medium {
    -webkit-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-medium {
    -webkit-transform: none;
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-medium ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    -webkit-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-large {
    -webkit-transform: none;
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-large {
    -webkit-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-large {
    -webkit-transform: none;
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-large {
    -webkit-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-large {
    -webkit-transform: none;
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-large ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-large {
    -webkit-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-large {
    -webkit-transform: none;
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-large ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media print, screen and (min-width: 40em) {
  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    -webkit-transition: none;
    transition: none;
  }
  .off-canvas.in-canvas-for-medium.position-left,
  .off-canvas.in-canvas-for-medium.position-right,
  .off-canvas.in-canvas-for-medium.position-top,
  .off-canvas.in-canvas-for-medium.position-bottom {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-medium .close-button {
    display: none;
  }
}
@media print, screen and (min-width: 64em) {
  .off-canvas.in-canvas-for-large {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    -webkit-transition: none;
    transition: none;
  }
  .off-canvas.in-canvas-for-large.position-left,
  .off-canvas.in-canvas-for-large.position-right,
  .off-canvas.in-canvas-for-large.position-top,
  .off-canvas.in-canvas-for-large.position-bottom {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-large .close-button {
    display: none;
  }
}
html.is-reveal-open {
  position: fixed;
  width: 100%;
  overflow-y: hidden;
}
html.is-reveal-open.zf-has-scroll {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
html.is-reveal-open body {
  overflow-y: hidden;
}
.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.reveal {
  z-index: 1006;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
[data-whatinput='mouse'] .reveal {
  outline: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal {
    min-height: 0;
  }
}
.reveal .column {
  min-width: 0;
}
.reveal > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal {
    width: 600px;
    max-width: 75rem;
  }
}
.reveal.collapse {
  padding: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal.tiny {
    width: 30%;
    max-width: 75rem;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal.small {
    width: 50%;
    max-width: 75rem;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal.large {
    width: 90%;
    max-width: 75rem;
  }
}
.reveal.full {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 100%;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}
@media print, screen and (max-width: 39.99875em) {
  .reveal {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}
.reveal.without-overlay {
  position: fixed;
}
.sticky-container {
  position: relative;
}
.sticky {
  position: relative;
  z-index: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.sticky.is-stuck {
  position: fixed;
  z-index: 5;
  width: 100%;
}
.sticky.is-stuck.is-at-top {
  top: 0;
}
.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}
.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto;
}
.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}
.slide-in-down.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.slide-in-down.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.slide-in-left.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.slide-in-left.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.slide-in-up.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.slide-in-up.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.slide-in-right.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.slide-in-right.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.slide-out-down.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.slide-out-down.mui-leave.mui-leave-active {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.slide-out-right.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.slide-out-right.mui-leave.mui-leave-active {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.slide-out-up.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.slide-out-up.mui-leave.mui-leave-active {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.slide-out-left.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.slide-out-left.mui-leave.mui-leave-active {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.fade-in.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.fade-in.mui-enter.mui-enter-active {
  opacity: 1;
}
.fade-out.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  opacity: 1;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.fade-out.mui-leave.mui-leave-active {
  opacity: 0;
}
.hinge-in-from-top.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}
.hinge-in-from-top.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}
.hinge-in-from-right.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}
.hinge-in-from-right.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}
.hinge-in-from-bottom.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(90deg);
  transform: perspective(2000px) rotateX(90deg);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}
.hinge-in-from-bottom.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}
.hinge-in-from-left.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(90deg);
  transform: perspective(2000px) rotateY(90deg);
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}
.hinge-in-from-left.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}
.hinge-in-from-middle-x.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}
.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}
.hinge-in-from-middle-y.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}
.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}
.hinge-out-from-top.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}
.hinge-out-from-top.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(90deg);
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}
.hinge-out-from-right.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}
.hinge-out-from-right.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(90deg);
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}
.hinge-out-from-bottom.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}
.hinge-out-from-bottom.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}
.hinge-out-from-left.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}
.hinge-out-from-left.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}
.hinge-out-from-middle-x.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}
.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(90deg);
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}
.hinge-out-from-middle-y.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}
.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(90deg);
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}
.scale-in-up.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}
.scale-in-up.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.scale-in-down.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}
.scale-in-down.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.scale-out-up.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}
.scale-out-up.mui-leave.mui-leave-active {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  opacity: 0;
}
.scale-out-down.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}
.scale-out-down.mui-leave.mui-leave-active {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
}
.spin-in.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: rotate(-0.75turn);
  transform: rotate(-0.75turn);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}
.spin-in.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  opacity: 1;
}
.spin-out.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}
.spin-out.mui-leave.mui-leave-active {
  -webkit-transform: rotate(0.75turn);
  transform: rotate(0.75turn);
  opacity: 0;
}
.spin-in-ccw.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: rotate(0.75turn);
  transform: rotate(0.75turn);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}
.spin-in-ccw.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  opacity: 1;
}
.spin-out-ccw.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}
.spin-out-ccw.mui-leave.mui-leave-active {
  -webkit-transform: rotate(-0.75turn);
  transform: rotate(-0.75turn);
  opacity: 0;
}
.slow {
  -webkit-transition-duration: 750ms !important;
  transition-duration: 750ms !important;
}
.fast {
  -webkit-transition-duration: 250ms !important;
  transition-duration: 250ms !important;
}
.linear {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
.ease {
  -webkit-transition-timing-function: ease !important;
  transition-timing-function: ease !important;
}
.ease-in {
  -webkit-transition-timing-function: ease-in !important;
  transition-timing-function: ease-in !important;
}
.ease-out {
  -webkit-transition-timing-function: ease-out !important;
  transition-timing-function: ease-out !important;
}
.ease-in-out {
  -webkit-transition-timing-function: ease-in-out !important;
  transition-timing-function: ease-in-out !important;
}
.bounce-in {
  -webkit-transition-timing-function: cubic-bezier(
    0.485,
    0.155,
    0.24,
    1.245
  ) !important;
  transition-timing-function: cubic-bezier(
    0.485,
    0.155,
    0.24,
    1.245
  ) !important;
}
.bounce-out {
  -webkit-transition-timing-function: cubic-bezier(
    0.485,
    0.155,
    0.515,
    0.845
  ) !important;
  transition-timing-function: cubic-bezier(
    0.485,
    0.155,
    0.515,
    0.845
  ) !important;
}
.bounce-in-out {
  -webkit-transition-timing-function: cubic-bezier(
    0.76,
    -0.245,
    0.24,
    1.245
  ) !important;
  transition-timing-function: cubic-bezier(
    0.76,
    -0.245,
    0.24,
    1.245
  ) !important;
}
.short-delay {
  -webkit-transition-delay: 300ms !important;
  transition-delay: 300ms !important;
}
.long-delay {
  -webkit-transition-delay: 700ms !important;
  transition-delay: 700ms !important;
}
.shake {
  -webkit-animation-name: shake-7;
  animation-name: shake-7;
}
@-webkit-keyframes shake-7 {
  0%,
  10%,
  20%,
  30%,
  40%,
  50%,
  60%,
  70%,
  80%,
  90% {
    -webkit-transform: translateX(7%);
    transform: translateX(7%);
  }
  5%,
  15%,
  25%,
  35%,
  45%,
  55%,
  65%,
  75%,
  85%,
  95% {
    -webkit-transform: translateX(-7%);
    transform: translateX(-7%);
  }
}
@keyframes shake-7 {
  0%,
  10%,
  20%,
  30%,
  40%,
  50%,
  60%,
  70%,
  80%,
  90% {
    -webkit-transform: translateX(7%);
    transform: translateX(7%);
  }
  5%,
  15%,
  25%,
  35%,
  45%,
  55%,
  65%,
  75%,
  85%,
  95% {
    -webkit-transform: translateX(-7%);
    transform: translateX(-7%);
  }
}
.spin-cw {
  -webkit-animation-name: spin-cw-1turn;
  animation-name: spin-cw-1turn;
}
@-webkit-keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
.spin-ccw {
  -webkit-animation-name: spin-ccw-1turn;
  animation-name: spin-ccw-1turn;
}
@-webkit-keyframes spin-ccw-1turn {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
  }
}
@keyframes spin-ccw-1turn {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
  }
}
.wiggle {
  -webkit-animation-name: wiggle-7deg;
  animation-name: wiggle-7deg;
}
@-webkit-keyframes wiggle-7deg {
  40%,
  50%,
  60% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
  }
  35%,
  45%,
  55%,
  65% {
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg);
  }
  0%,
  30%,
  70%,
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes wiggle-7deg {
  40%,
  50%,
  60% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
  }
  35%,
  45%,
  55%,
  65% {
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg);
  }
  0%,
  30%,
  70%,
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}
.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.slow {
  -webkit-animation-duration: 750ms !important;
  animation-duration: 750ms !important;
}
.fast {
  -webkit-animation-duration: 250ms !important;
  animation-duration: 250ms !important;
}
.linear {
  -webkit-animation-timing-function: linear !important;
  animation-timing-function: linear !important;
}
.ease {
  -webkit-animation-timing-function: ease !important;
  animation-timing-function: ease !important;
}
.ease-in {
  -webkit-animation-timing-function: ease-in !important;
  animation-timing-function: ease-in !important;
}
.ease-out {
  -webkit-animation-timing-function: ease-out !important;
  animation-timing-function: ease-out !important;
}
.ease-in-out {
  -webkit-animation-timing-function: ease-in-out !important;
  animation-timing-function: ease-in-out !important;
}
.bounce-in {
  -webkit-animation-timing-function: cubic-bezier(
    0.485,
    0.155,
    0.24,
    1.245
  ) !important;
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}
.bounce-out {
  -webkit-animation-timing-function: cubic-bezier(
    0.485,
    0.155,
    0.515,
    0.845
  ) !important;
  animation-timing-function: cubic-bezier(
    0.485,
    0.155,
    0.515,
    0.845
  ) !important;
}
.bounce-in-out {
  -webkit-animation-timing-function: cubic-bezier(
    0.76,
    -0.245,
    0.24,
    1.245
  ) !important;
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}
.short-delay {
  -webkit-animation-delay: 300ms !important;
  animation-delay: 300ms !important;
}
.long-delay {
  -webkit-animation-delay: 700ms !important;
  animation-delay: 700ms !important;
}
html {
  -webkit-tap-highlight-color: transparent !important;
}
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  min-width: 1024px;
}
.master {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.master .inner {
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.relative {
  position: relative;
}
.hide {
  display: none;
}
.hide_force {
  display: none !important;
}
.clear {
  clear: both;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
p,
label,
div,
span {
  margin: 0;
  padding: 0;
}
ul {
  list-style-type: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
img.cover {
  position: absolute;
  left: -10000%;
  right: -10000%;
  top: -10000%;
  bottom: -10000%;
  margin: auto auto;
  max-width: 10000%;
  max-height: 10000%;
  min-width: 1000%;
  min-height: 1000%;
  -webkit-transform: scale(0.1);
  transform: scale(0.1);
}
.trans1 {
  -webkit-transition: all 0.01s linear;
  transition: all 0.01s linear;
}
.trans2 {
  -webkit-transition: all 0.05s linear;
  transition: all 0.05s linear;
}
.trans2:after {
  -webkit-transition: all 0.05s linear;
  transition: all 0.05s linear;
}
.trans3 {
  -webkit-transition: all 0.09s linear;
  transition: all 0.09s linear;
}
.trans-rotate {
  -webkit-transition: all 0.29s linear;
  transition: all 0.29s linear;
}
.trans-rotate:after,
.trans-rotate:before {
  -webkit-transition: all 0.29s linear;
  transition: all 0.29s linear;
}
.trans-2-rotate {
  -webkit-transition: all 0.05s linear;
  transition: all 0.05s linear;
}
.trans-2-rotate:after {
  -webkit-transition: all 0.29s linear;
  transition: all 0.29s linear;
}
.trans-slide {
  -webkit-transition: all 0.85s linear;
  transition: all 0.85s linear;
}
div.loady {
  width: 46px;
  height: 46px;
  background-image: url('/static/img/loady.svg');
  background-size: 100%;
  display: inline-block;
}
.display-error,
.display-success,
.display-processing {
  margin: 0 0 25px 0;
  padding: 10px 10px 10px 45px;
  font-family: 'lato-bold';
  color: #fff;
  font-size: 15px;
  line-height: 1.33;
  background-color: #db4343;
  background-image: url('/static/img/alert-white.svg');
  background-size: 20px 20px;
  background-position: left 15px center;
  background-repeat: no-repeat;
  border-radius: 40px;
}
.display-error a,
.display-success a,
.display-processing a {
  color: #fff;
  border-bottom: 1px dotted #fff;
}
.display-error a:hover,
.display-success a:hover,
.display-processing a:hover {
  opacity: 0.5;
}
.display-success {
  background-color: #37ba4c;
  background-image: url('/static/img/checkbox-white.svg');
  background-size: 26px 26px;
  background-position: left 12px center;
}
.display-processing {
  background-color: #7e7e7e;
  background-image: url('/static/img/processing.svg');
  background-size: 26px 26px;
  background-position: left 12px center;
}
.v-align {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .v-align-mobile {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.show-767 {
  display: none !important;
}
.hide-767 {
  display: block;
}
.show-767-inline {
  display: none;
}
.hide-767-inline {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .show-767 {
    display: block !important;
  }
  .hide-767 {
    display: none !important;
  }
  .show-767-inline {
    display: inline-block;
  }
  .hide-767-inline {
    display: none;
  }
}
.show-1023 {
  display: none !important;
}
.show-1023-only {
  display: none !important;
}
@media only screen and (max-width: 1023px) {
  .show-1023 {
    display: block !important;
  }
  .hide-1023 {
    display: none !important;
  }
}
.show-1480 {
  display: none !important;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .show-1023-only {
    display: block !important;
  }
}
@media only screen and (max-width: 1480px) {
  .hide-1480 {
    display: none !important;
  }
  .show-1480 {
    display: inline-block !important;
  }
}
.show-1024 {
  display: none;
}
.hide-1024 {
  display: block;
}
.show-1024-inline {
  display: none;
}
.hide-1024-inline {
  display: inline-block;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .show-1024 {
    display: block;
  }
  .hide-1024 {
    display: none;
  }
  .show-1024-inline {
    display: inline-block;
  }
  .hide-1024-inline {
    display: none;
  }
}
.show-1x {
  display: inline-block;
}
.show-2x {
  display: none;
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .show-1x {
    display: none;
  }
  .show-2x {
    display: inline-block;
  }
}
form.standard {
  padding: 0;
  display: block;
  margin: 0 auto;
  position: relative;
}
form.standard label.title {
  font-family: 'lato-bold';
  font-size: 15px;
  line-height: 1.25;
  margin: 0 0 5px 0;
  padding: 0 0 0 2px;
}
form.standard input[type='text'],
form.standard input[type='email'],
form.standard input[type='password'],
form.standard input[type='tel'],
form.standard input[type='num'],
form.standard input[type='url'],
form.standard textarea,
form.standard select {
  width: 100%;
  height: 40px;
  line-height: 38px;
  padding: 0 15px;
  text-align: left;
  border-radius: 40px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  margin: 0;
  font-family: 'lato';
  font-size: 15px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  position: relative;
  z-index: 5;
}
form.standard input[type='text']:focus,
form.standard input[type='email']:focus,
form.standard input[type='password']:focus,
form.standard input[type='tel']:focus,
form.standard input[type='num']:focus,
form.standard input[type='url']:focus,
form.standard textarea:focus,
form.standard select:focus {
  padding: 0 15px;
  border: 2px solid #96c8ec;
  line-height: 38px;
  margin: 0;
  border: 1px solid #e5e5e5;
}
form.standard input[type='text'].is-invalid-input,
form.standard input[type='email'].is-invalid-input,
form.standard input[type='password'].is-invalid-input,
form.standard input[type='tel'].is-invalid-input,
form.standard input[type='num'].is-invalid-input,
form.standard input[type='url'].is-invalid-input,
form.standard textarea.is-invalid-input,
form.standard select.is-invalid-input {
  border: 1px solid #db4343;
}
form.standard span.form-error {
  font-family: 'lato-bold';
  font-size: 15px;
  color: #db4343;
  background-color: transparent;
  padding: 5px 2px;
  height: auto;
  margin: 0 !important;
  line-height: 1.33;
  width: 100%;
  position: relative;
  z-index: 1;
  border-radius: 40px;
}
form.standard textarea {
  line-height: 1.5 !important;
  padding: 10px !important;
  height: 135px !important;
  min-height: 135px;
}
form.standard textarea.is-invalid-input + span + span {
  bottom: 49px;
}
form.standard select {
  padding: 0 25px 0 10px !important;
  background-color: rgba(255, 255, 255, 0.9);
}
form.standard select option {
  font-size: 15px !important;
}
form.standard select:focus {
  padding: 0 25px 0 10px !important;
}
form.standard button[type='submit'] {
  display: inline-block !important;
  width: auto;
  min-width: 178px;
  text-align: center;
  padding: 0 20px;
  height: 46px;
  line-height: 46px;
  color: #fff;
  font-family: 'lato-black';
  font-size: 16px;
  border-radius: 46px;
  cursor: pointer;
  margin: 0 !important;
}
form.standard span.char-count {
  position: absolute;
  display: block;
  width: 40px;
  text-align: center;
  bottom: 10px;
  right: 2px;
  color: #4e4e4e;
  font-family: 'opensans';
  font-size: 12px;
  z-index: 5;
}
form.standard.dark input[type='text'],
form.standard.dark input[type='email'],
form.standard.dark input[type='password'],
form.standard.dark input[type='tel'],
form.standard.dark input[type='num'],
form.standard.dark input[type='url'],
form.standard.dark textarea,
form.standard.dark select {
  background-color: #efecec;
}
form.standard input::-webkit-input-placeholder {
  color: #666666 !important;
  opacity: 1;
}
form.standard input:-moz-placeholder {
  color: #666666 !important;
  opacity: 1;
}
form.standard input::-moz-placeholder {
  color: #666666 !important;
  opacity: 1;
}
form.standard input:-ms-input-placeholder {
  color: #666666 !important;
  opacity: 1;
}
form.standard textarea::-webkit-input-placeholder {
  color: #666666 !important;
  opacity: 1;
}
form.standard textarea:-moz-placeholder {
  color: #666666 !important;
  opacity: 1;
}
form.standard textarea::-moz-placeholder {
  color: #666666 !important;
  opacity: 1;
}
form.standard textarea:-ms-input-placeholder {
  color: #666666 !important;
  opacity: 1;
}
label.checkbox {
  display: block;
  position: relative;
  cursor: pointer;
  padding: 0;
  height: auto;
  margin: 0 0 10px 0;
}
label.checkbox input[type='checkbox'] {
  display: none;
}
label.checkbox div.checkbox {
  position: relative;
  padding: 0 5px 0 30px;
  line-height: 20px;
  font-family: 'lato-bold';
  font-size: 15px;
  line-height: 20px;
  -webkit-user-select: none;
}
label.checkbox div.checkbox:before {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 1px;
  left: 0px;
  background-color: #fff;
  border-radius: 18px;
}
label.checkbox div.checkbox:after {
  content: '';
  width: 12px;
  height: 12px;
  position: absolute;
  top: 4px;
  left: 3px;
  border-radius: 12px;
}
label.checkbox div.checkbox.border:before {
  width: 14px;
  height: 14px;
  border: 1px solid #000;
  border-radius: 3px;
}
label.checkbox div.checkbox.border:after {
  width: 10px;
  height: 10px;
  border-radius: 3px;
  top: 3px;
  left: 2px;
}
label.checkbox span.form-error {
  padding-left: 30px !important;
}
label.radio {
  display: block;
  position: relative;
  cursor: pointer;
  padding: 0;
  height: auto;
  margin: 0 0 10px 0;
}
label.radio input[type='radio'] {
  display: none;
}
label.radio div.radio {
  position: relative;
  padding: 0 5px 0 30px;
  line-height: 20px;
  font-family: 'lato-bold';
  font-size: 15px;
  line-height: 20px;
  -webkit-user-select: none;
}
label.radio div.radio:before {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 1px;
  left: 0px;
  background-color: #fff;
  border-radius: 18px;
}
label.radio div.radio:after {
  content: '';
  width: 12px;
  height: 12px;
  position: absolute;
  top: 4px;
  left: 3px;
  border-radius: 12px;
}
ul.standard {
  margin: 30px 0 0 0 !important;
}
ul.standard li.st {
  padding: 0 0 4px 30px;
  position: relative;
  text-align: left;
  font-family: 'lato';
  font-size: 15px;
  line-height: 1.5;
}
ul.standard li.st:after {
  content: '•';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  color: #000000;
  font-family: 'lato';
  font-size: 15px;
  line-height: 1.5;
  text-align: center;
}
ul.standard.numbered li.st:nth-child(1):after {
  content: '1.';
}
ul.standard.numbered li.st:nth-child(2):after {
  content: '2.';
}
ul.standard.numbered li.st:nth-child(3):after {
  content: '3.';
}
ul.standard.numbered li.st:nth-child(4):after {
  content: '4.';
}
ul.standard.numbered li.st:nth-child(5):after {
  content: '5.';
}
ul.standard.numbered li.st:nth-child(6):after {
  content: '6.';
}
ul.standard.numbered li.st:nth-child(7):after {
  content: '7.';
}
ul.standard.numbered li.st:nth-child(8):after {
  content: '8.';
}
ul.standard.numbered li.st:nth-child(9):after {
  content: '9.';
}
ul.split {
  display: block;
  width: calc(100% + 20px);
  margin: 0 0 0 -10px !important;
}
ul.split.s-submit-buttons {
  margin-top: -30px !important;
}
ul.split.indent {
  padding-left: 10px !important;
}
ul.split li[class*='s'] {
  position: relative;
  margin: 0 10px 10px 10px;
  float: left;
}
ul.split li.s1 {
  width: calc(100% - 20px);
}
ul.split li.s2 {
  width: calc(50% - 20px);
}
ul.split li.s3 {
  width: calc(33.33% - 20px);
}
ul.split li.s4 {
  width: calc(25% - 20px);
}
ul.split li.s5 {
  width: calc(20% - 20px);
}
ul.split li.s6 {
  width: calc(16.66% - 20px);
}
ul.split li.s7 {
  width: calc(14.28% - 20px);
}
ul.split li.s8 {
  width: calc(12.5% - 20px);
}
ul.split li.s9 {
  width: calc(11.11% - 20px);
}
ul.split li.s10 {
  width: calc(10% - 20px);
}
ul.split li.s25 {
  width: calc(25% - 20px);
}
ul.split li.s66 {
  width: calc(66.67% - 20px);
}
ul.split li.s75 {
  width: calc(75% - 20px);
}
ul.split li.st1 {
  width: calc(30% - 20px);
}
ul.split li.st2 {
  width: calc(15% - 20px);
}
ul.split li.st3 {
  width: calc(15% - 20px);
}
ul.split li.st4 {
  width: calc(15% - 20px);
}
ul.split li.st5 {
  width: calc(25% - 20px);
}
ul.split li.s-auto {
  display: inline-block;
  width: auto;
}
ul.split li.s-auto.min {
  min-width: 200px;
}
ul.split li.s-auto.min_title {
  min-width: 280px;
  max-width: 400px;
}
ul.split li.sform:nth-child(2n + 1) {
  width: 180px;
  height: auto;
  line-height: 16px;
  padding: 12px 0;
  clear: both;
}
ul.split li.sform:nth-child(2n + 1).long {
  padding: 4px 0;
}
ul.split li.sform:nth-child(2n + 2) {
  width: calc(100% - 220px);
}
ul.split li.sform:nth-child(2n + 2) span.display {
  display: block;
  height: auto;
  line-height: 16px;
  padding: 12px 0 12px 6px;
}
span.green {
  color: #37ba4c;
}
span.blue {
  color: #00a1e9;
}
span.red {
  color: #db4343;
}
span.yellow {
  color: #dbcb43;
}
div.tooltip hr {
  margin: 5px 0 !important;
}
div.tooltip.orange {
  background-color: #e58103 !important;
}
div.tooltip.orange::before {
  border-top-color: #e58103 !important;
}
div.tooltip.blue {
  background-color: #00a1e9 !important;
}
div.tooltip.blue::before {
  border-top-color: #00a1e9 !important;
}
div.tooltip a.link {
  color: #fff !important;
  border-bottom: 1px dotted #fff;
}
div.tooltip div.close_tip {
  position: absolute;
  top: 0;
  right: 0;
  width: 15px;
  height: 15px;
  border: 2px solid orange;
  cursor: pointer;
}
h2,
h3,
h4,
h5,
h6 {
  font-family: 'lato-bold';
}
h1 {
  font-family: 'lato-black';
  font-size: 36px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 12px;
}
p {
  font-family: 'lato';
  font-size: 15px;
  line-height: 1.5;
}
p.large {
  font-size: 21px;
}
p.thick {
  font-family: 'lato-bold';
}
button,
div.button,
a.button {
  height: 32px;
  line-height: 32px;
  border-radius: 32px;
  font-family: 'lato-bold';
  font-size: 14px;
  color: #fff;
  width: auto;
  padding: 0 20px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
}
button:hover,
div.button:hover,
a.button:hover {
  color: #fff !important;
}
button.cancel,
div.button.cancel,
a.button.cancel {
  background-color: #666 !important;
}
button.cancel:hover,
div.button.cancel:hover,
a.button.cancel:hover {
  background-color: #5a5a5a !important;
}
button.submit,
div.button.submit,
a.button.submit {
  display: inline-block !important;
  width: auto;
  min-width: 178px;
  text-align: center;
  padding: 0 20px;
  height: 46px;
  line-height: 46px;
  color: #fff;
  font-family: 'lato-black';
  font-size: 16px;
  border-radius: 46px;
  cursor: pointer;
  margin: 0 !important;
}
div.page-heading {
  padding: 35px 0;
}
div.page-heading h1 {
  font-size: 32px;
  line-height: 1.33;
}
div.page-heading a.back {
  font-family: 'lato-black';
  font-size: 12px;
}
div.page-heading a.back span {
  font-size: 16px !important;
  position: relative;
  top: 1px;
  padding: 0 1px 0 0;
  font-weight: bold;
}
div.page-heading a.edit {
  font-size: 13px;
  font-family: 'lato';
  line-height: 42.56px;
  display: inline-block;
  margin: 0 12px;
  position: relative;
  top: -5px;
}
div.page-heading a.button,
div.page-heading div.button {
  font-size: 13px !important;
  display: inline-block;
  position: relative;
  top: -5px;
}
div.page-heading a.button.button-fix,
div.page-heading div.button.button-fix {
  top: -7px;
  margin-left: 20px;
}
.wrew {
  color: #243234;
}
div.show_more {
  font-family: 'lato-black';
  cursor: pointer;
  font-size: 13px;
}
div.show_more img {
  width: 16px;
  height: 16px;
}
div.show_more:hover {
  opacity: 0.5;
}
div.show_more.active img {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
div.show_more_display {
  display: none;
}
ul.index-page-template {
  margin: 0 !important;
  padding: 0 !important;
  display: block;
  position: relative;
}
ul.index-page-template li.ipt {
  display: block;
  float: left;
}
ul.index-page-template li.ipt:nth-child(1) {
  width: 196px;
}
ul.index-page-template li.ipt:nth-child(2) {
  width: calc(100% - 196px);
  padding: 0 0 0 24px;
}
@media only screen and (max-width: 1250px) {
  ul.index-page-template li.ipt:nth-child(1) {
    width: 166px;
  }
  ul.index-page-template li.ipt:nth-child(2) {
    width: calc(100% - 166px);
    padding: 0 0 0 16px;
  }
}
ul.index-page-template-no-left-menu {
  margin: 0 !important;
  padding: 0 !important;
  display: block;
  position: relative;
}
ul.index-page-template-no-left-menu li.ipt {
  display: block;
  float: left;
}
ul.index-page-template-no-left-menu li.ipt:nth-child(1) {
  width: 100%;
}
form.index-module {
  display: block;
  width: 100%;
  border-top: 4px solid #5e5e60;
  height: 54px;
  background-color: #fff;
  padding: 0 18px;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.5);
  position: relative;
  margin: 0 0 30px 0;
}
form.index-module a.action,
form.index-module div.action {
  width: auto;
  display: inline-block;
  float: left;
  border-radius: 32px;
  height: 32px;
  line-height: 32px;
  cursor: pointer;
  font-family: 'lato-black';
  font-size: 13px;
  color: #fff;
  margin: 9px 12px 0 0;
  padding: 0 24px;
}
form.index-module select {
  float: right;
  height: 26px;
  line-height: 26px;
  display: block;
  background-color: #eeeeee;
  font-family: 'lato-bold';
  font-size: 12px;
  padding: 0 34px 0 24px;
  width: auto;
  display: inline-block;
  border-radius: 26px;
  margin: 12px 0 0 12px;
  border: none !important;
  cursor: pointer;
}
form.index-module select:hover {
  background-color: #d1d1d1;
}
form.index-module span.pagination-details {
  float: right;
  height: 26px;
  line-height: 26px;
  font-family: 'lato';
  display: inline-block;
  width: auto;
  margin: 12px 6px 0 18px;
}
form.index-module span.pagination-details b {
  font-family: 'lato-bold';
  font-weight: normal !important;
}
form.index-module a.filter,
form.index-module div.filter {
  float: right;
  height: 26px;
  line-height: 26px;
  display: block;
  background-color: #eeeeee;
  font-family: 'lato-bold';
  font-size: 12px;
  padding: 0 24px;
  width: auto;
  display: inline-block;
  border-radius: 26px;
  margin: 12px 0 0 12px;
  cursor: pointer;
}
form.index-module a.filter:hover,
form.index-module div.filter:hover {
  background-color: #d1d1d1;
}
@media only screen and (max-width: 1310px) {
  form.index-module a.action,
  form.index-module div.action {
    border-radius: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    margin: 11px 12px 0 0;
    padding: 0 16px;
  }
  form.index-module select {
    padding: 0 26px 0 16px;
  }
  form.index-module span.pagination-details {
    font-size: 13px;
  }
  form.index-module a.filter,
  form.index-module div.filter {
    padding: 0 16px;
  }
}
@media only screen and (max-width: 1210px) {
  form.index-module {
    padding: 0 15px;
  }
  form.index-module a.action,
  form.index-module div.action {
    margin: 11px 8px 0 0;
    padding: 0 14px;
    font-size: 11px;
  }
  form.index-module select {
    font-size: 11px;
    padding: 0 24px 0 14px;
    margin: 12px 0 0 8px;
  }
  form.index-module span.pagination-details {
    font-size: 10px;
    margin: 12px 4px 0 16px;
  }
  form.index-module a.filter,
  form.index-module div.filter {
    font-size: 11px;
    padding: 0 14px;
    margin: 12px 0 0 8px;
  }
}
form.index-module.footer {
  border-top: none;
  height: 50px;
  margin: 0;
}
form.index-module.footer span.pagination-details {
  float: left;
  margin: 12px 12px 0 0;
}
form.index-module.footer div.pagination {
  width: calc(100% - 500px);
  position: absolute;
  left: calc(250px);
  top: 12px;
  height: 26px;
  text-align: center;
}
form.index-module.footer div.pagination a {
  display: inline-block;
  width: auto;
  text-align: center;
  margin: 0;
}
form.index-module.footer div.pagination a.prev_1,
form.index-module.footer div.pagination a.prev_2,
form.index-module.footer div.pagination a.next_1,
form.index-module.footer div.pagination a.next_2 {
  background-position: center center;
  background-repeat: no-repeat;
  margin: 1px 2px 0 2px;
}
form.index-module.footer div.pagination a.prev_1:hover,
form.index-module.footer div.pagination a.prev_2:hover,
form.index-module.footer div.pagination a.next_1:hover,
form.index-module.footer div.pagination a.next_2:hover {
  opacity: 0.5;
}
form.index-module.footer div.pagination a.prev_1 {
  width: 26px;
  height: 26px;
  background-image: url('/static/img/prev_1.png');
  background-size: 15px 15px;
}
form.index-module.footer div.pagination a.prev_2 {
  width: 42px;
  height: 26px;
  background-image: url('/static/img/prev_2.png');
  background-size: 30px 15px;
}
form.index-module.footer div.pagination a.next_1 {
  width: 26px;
  height: 26px;
  background-image: url('/static/img/next_1.png');
  background-size: 15px 15px;
}
form.index-module.footer div.pagination a.next_2 {
  width: 42px;
  height: 26px;
  background-image: url('/static/img/next_2.png');
  background-size: 30px 15px;
}
form.index-module.footer div.pagination a.page {
  height: 26px;
  border-radius: 26px;
  min-width: 26px;
  font-family: 'lato-bold';
  font-size: 12px;
  line-height: 26px;
  margin: 0 2px;
  position: relative;
  top: -10px;
}
form.index-module.footer div.pagination a.page.active {
  background-color: #eeeeee;
}
form.index-module.footer div.pagination a.page:hover {
  background-color: #d1d1d1;
}
@media only screen and (max-width: 1300px) {
  form.index-module.footer span.pagination-details {
    font-size: 12px;
  }
  form.index-module.footer div.pagination {
    width: calc(100% - 400px);
    left: calc(200px);
  }
}
@media only screen and (max-width: 1154px) {
  form.index-module.footer span.pagination-details {
    font-size: 12px;
  }
  form.index-module.footer div.pagination {
    width: calc(100% - 200px);
    left: calc(100px);
    top: 13px;
    height: 24px;
  }
  form.index-module.footer div.pagination a.prev_1 {
    width: 24px;
    height: 24px;
    background-size: 14px 14px;
  }
  form.index-module.footer div.pagination a.prev_2 {
    width: 40px;
    height: 24px;
    background-size: 28px 14px;
  }
  form.index-module.footer div.pagination a.next_1 {
    width: 24px;
    height: 24px;
    background-size: 14px 14px;
  }
  form.index-module.footer div.pagination a.next_2 {
    width: 40px;
    height: 24px;
    background-size: 28px 14px;
  }
  form.index-module.footer div.pagination a.page {
    height: 24px;
    border-radius: 24px;
    min-width: 24px;
    line-height: 24px;
    top: -8px;
  }
}
@media only screen and (max-width: 1088px) {
  form.index-module.footer {
    height: 90px;
  }
  form.index-module.footer div.pagination {
    top: 48px;
  }
}
form.index-module.add-on {
  border-top: 1px solid #5e5e60;
}
span.sortable {
  height: 12px;
  line-height: 12px;
  width: 14px;
  display: inline-block;
  position: relative;
  top: 2px;
}
a.sort_up,
a.sort_down {
  display: inline-block;
  height: 12px;
  width: 12px;
  background-size: 100%;
  opacity: 0.7;
  position: absolute;
  right: 0;
}
a.sort_up.active,
a.sort_down.active {
  opacity: 1;
}
a.sort_up {
  top: -4px;
  background-image: url('/static/img/sort-up.svg');
}
a.sort_up.active,
a.sort_up:hover {
  background-image: url('/static/img/sort-up-active.svg');
}
a.sort_down {
  bottom: -4px;
  background-image: url('/static/img/sort-down.svg');
}
a.sort_down.active,
a.sort_down:hover {
  background-image: url('/static/img/sort-down-active.svg');
}
div.row_toggle {
  padding-left: 16px !important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  padding-right: 5px;
}
div.row_toggle:after {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 2px;
  left: 0px;
  background-image: url('/static/img/sort-down-active.svg');
  background-size: 100%;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
div.row_toggle.active:after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.row_toggle_display {
  display: none;
}
div.red,
div.green {
  width: 18px;
  height: 18px;
  border-radius: 18px;
}
div.red {
  background-color: #ff0303;
}
div.green {
  background-color: #57d67e;
}
form.left-menu h4 {
  font-family: 'lato-black';
  font-size: 16px;
  border-bottom: 2px solid #908e8e;
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
}
form.left-menu h5 {
  font-family: 'lato-bold';
  font-size: 15px;
}
form.left-menu div#select_all {
  display: block;
  width: 50%;
  float: left;
  text-align: left;
}
form.left-menu div#select_all,
form.left-menu div#clear_all {
  display: block;
  width: 50%;
  float: left;
  text-align: left;
  cursor: pointer;
  font-family: 'lato';
  font-size: 12px;
}
form.left-menu div#clear_all {
  float: right;
  text-align: right;
}
form.left-menu hr {
  margin: 10px 0 !important;
  border-top: 1px solid #908e8e;
}
form.left-menu select,
form.left-menu input[type='text'],
form.left-menu input[type='email'],
form.left-menu input[type='num'] {
  height: 28px;
  line-height: 26px;
  margin: 10px 0 0 0;
}
form.left-menu select:focus,
form.left-menu input[type='text']:focus,
form.left-menu input[type='email']:focus,
form.left-menu input[type='num']:focus {
  height: 28px;
  line-height: 26px;
  margin: 10px 0 0 0;
  border: 1px solid #e5e5e5;
}
form.left-menu button[type='submit'] {
  min-width: 196px;
}
form.left-menu p {
  margin: 10px 0 3px 0;
  padding: 0 0 0 2px;
}
form.left-menu div.spacer {
  height: 15px;
}
form.left-menu div.show_more {
  font-size: 13px;
  padding-left: 30px;
}
form.left-menu div.show_more_display {
  padding-top: 10px;
}
@media only screen and (max-width: 1200px) {
  form.left-menu h4 {
    font-size: 15px;
  }
  form.left-menu h5 {
    font-size: 14px;
  }
  form.left-menu select,
  form.left-menu input[type='text'],
  form.left-menu input[type='email'],
  form.left-menu input[type='num'] {
    font-size: 14px;
  }
  form.left-menu button[type='submit'] {
    min-width: 166px;
    font-size: 15px;
  }
}
div#small_modal {
  width: 100%;
  max-width: 640px;
}
div#small_modal_no_click {
  width: 100%;
  max-width: 640px;
}
div#medium_modal {
  width: 100%;
  max-width: 1024px;
}
div#medium_modal_no_click {
  width: 100%;
  max-width: 1024px;
}
div#large_modal {
  width: 100%;
  max-width: 1240px;
}
div#large_modal_no_click {
  width: 100%;
  max-width: 1600px;
}
button.close-button {
  position: absolute;
  top: 15px;
  right: 10px;
  display: block;
  width: 30px;
  height: 30px;
  background-image: url('/static/img/close-black.svg');
  background-size: 100% 100%;
  background-color: transparent !important;
}
button.close-button:hover {
  opacity: 0.5;
}
div.reveal {
  padding: 45px;
}
div.terms-modal p {
  margin: 25px 0 30px 0;
}
div.terms-modal button {
  margin-right: 5px;
}
div.dialogue-modal {
  text-align: center;
}
div.dialogue-modal p {
  margin: 25px 0 30px 0;
  text-align: center;
}
div.form-modal h3 {
  border-bottom: 2px solid #979797;
  padding: 0 0 10px 0;
}
ul.create-new-user {
  margin: 30px 0 0 -10px !important;
  padding: 0 !important;
  width: calc(100% + 20px);
}
ul.create-new-user li.cnu {
  display: block;
  float: left;
  width: calc(33.33% - 20px);
  margin: 0 10px 10px 10px;
}
ul.create-new-user li.cnu label.title {
  font-size: 12px;
  font-family: 'lato';
  padding: 0 0 3px 5px;
}
ul.create-new-user li.cnu:nth-child(2),
ul.create-new-user li.cnu:nth-child(4),
ul.create-new-user li.cnu:nth-child(6),
ul.create-new-user li.cnu:nth-child(7),
ul.create-new-user li.cnu:nth-child(8),
ul.create-new-user li.cnu:nth-child(9) {
  clear: both;
}
ul.create-new-user li.cnu:nth-child(7) {
  margin-top: 15px !important;
}
ul.create-new-user li.cnu:nth-child(8) {
  margin-top: 10px;
  margin-bottom: 30px;
}
ul.create-new-user li.cnu:nth-child(9) {
  width: calc(100% - 20px);
}
ul.create-new-user li.cnu label.checkbox div.checkbox.border {
  position: relative;
  top: 6px !important;
  padding: 0 5px 0 20px;
  font-family: 'lato-bold';
  font-size: 15px;
  line-height: 16px;
}
div.customize-color-block {
  margin: 30px 0 0 0;
}
div.customize-color-block h4 {
  margin: 0 0 5px 0;
}
div.customize-color-block div.pickr {
  margin: 0px 0 15px 0 !important;
}
div.customize-color-block div.delete_image,
div.customize-color-block div.delete_image_square {
  margin: 15px 0 0 0;
}
header {
  height: 72px;
  background-color: #fff;
  padding: 14px 0 0 0;
  position: fixed;
  width: 100%;
  z-index: 100;
  min-width: 1024px;
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.05);
}
header ul.header {
  display: block;
  margin: 0 0 0 0 !important;
  padding: 0 0 0 10px !important;
  height: 44px;
  width: 100%;
  position: relative;
}
header ul.header li.he {
  display: inline-block;
  float: left;
  width: auto;
  margin: 0 8px;
  position: relative;
}
header ul.header li.he a.link {
  display: inline-block;
  width: auto;
  height: 36px;
  border-radius: 38px;
  margin: 4px 0 0 0;
  position: relative;
  z-index: 5;
  padding: 0 -2px;
}
header ul.header li.he a.link span {
  font-size: 16px;
  font-family: 'lato-black';
  display: inline-block;
  width: calc(100% + 4px);
  padding: 0 16px;
  height: 40px;
  line-height: 36px;
  border-radius: 40px;
  border: 2px solid #fff;
  z-index: 6;
  background-color: rgba(255, 255, 255, 0.9);
  margin: -2px 0 0 -2px;
}
header ul.header li.he a.link span em {
  font-style: normal !important;
}
header ul.header li.he a.link[data-toggle] span {
  padding: 0 28px 0 20px;
}
header ul.header li.he a.link[data-toggle] span:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  position: absolute;
  top: 17px;
  right: 20px;
}
header ul.header li.he:nth-child(1) {
  width: 44px;
  height: 44px;
}
header ul.header li.he:nth-child(1) a {
  background-color: transparent !important;
}
header ul.header li.he:nth-child(11) {
  float: right;
}
header div.dropdown-pane {
  border: 0 !important;
  box-shadow: 0px 6px 24px -12px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0px 6px 24px -12px rgba(0, 0, 0, 0.35);
  min-width: 200px;
  max-width: 200px;
  left: 0;
  top: 58px !important;
  margin: 0 !important;
}
header div.dropdown-pane a {
  display: block;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  font-family: 'lato-black';
  background-color: transparent !important;
}
header div.dropdown-pane a:hover {
  opacity: 0.5;
}
@media only screen and (min-width: 1440px) and (max-width: 1500px) {
  header ul.header li.he a.link span {
    font-size: 15px;
    padding: 0 15px;
  }
  header ul.header li.he a.link[data-toggle] span {
    padding: 0 23px 0 15px;
  }
  header ul.header li.he a.link[data-toggle] span:after {
    right: 15px;
  }
}
@media only screen and (min-width: 1230px) and (max-width: 1439px) {
  header ul.header li.he a.link span {
    font-size: 15px;
    padding: 0 15px;
  }
  header ul.header li.he a.link span em.hide_1400 {
    display: none;
  }
  header ul.header li.he a.link span em.hide_1300 {
    display: none;
  }
  header ul.header li.he a.link[data-toggle] span {
    padding: 0 23px 0 15px;
  }
  header ul.header li.he a.link[data-toggle] span:after {
    right: 15px;
  }
}
@media only screen and (max-width: 1229px) {
  header ul.header li.he {
    margin: 0 4px;
  }
  header ul.header li.he a.link span {
    font-size: 15px;
    padding: 0 10px;
  }
  header ul.header li.he a.link span em.hide_1400 {
    display: none;
  }
  header ul.header li.he a.link span em.hide_1300 {
    display: none;
  }
  header ul.header li.he a.link[data-toggle] span {
    padding: 0 18px 0 10px;
  }
  header ul.header li.he a.link[data-toggle] span:after {
    right: 10px;
  }
}
main {
  padding-top: 72px;
}
main.no-header {
  padding-top: 0;
}
div.page-content {
  padding: 0 20px;
  width: 100%;
  margin: 0 auto;
}
footer {
  font-family: 'lato';
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  padding: 10px 20px;
}
div.login-page {
  height: calc(100vh - 32px);
}
div.login-page div.login-page-inner {
  width: 100%;
  max-width: 523px;
  padding: 0 20px;
  margin: 0 auto;
}
div.login-page div.login-page-inner h1 {
  margin: 0 0 25px 0;
}
div.login-page div.login-page-inner div.logo-container {
  display: block;
  width: 100%;
  height: auto;
  padding: 0 0 25px 0;
}
div.login-page div.login-page-inner div.logo-container img {
  width: 300px;
  height: 300px;
  max-width: 300px;
  max-height: 300px;
  margin: 0 auto;
  display: block;
}
div.login-page div.login-page-inner button[type='submit'] {
  display: block !important;
  margin: 0 auto 15px auto !important;
}
div.login-page div.login-page-inner div.loady {
  margin: 5px auto 0 auto !important;
  display: block;
}
div.login-page div.login-page-inner a.forgot-password {
  font-family: 'lato-black';
  font-size: 15px;
  margin: 0 auto;
}
div.login-page.forgot-password div.login-page-inner p {
  margin: 20px 0 25px 0;
}
div.login-page.forgot-password div.login-page-inner button[type='submit'] {
  margin-top: 40px !important;
}
div.cookie-accept {
  width: 100%;
  max-width: 790px;
  height: auto;
  border-radius: 11px;
  position: absolute;
  z-index: 100 !important;
  bottom: 50px;
  left: calc(50% - 395px);
  margin: 0 auto;
  box-shadow: 0px 0px 27px -1px rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 0px 0px 27px -1px rgba(0, 0, 0, 0.11);
}
div.cookie-accept div.inner {
  background-color: rgba(0, 0, 0, 0.09);
  width: 100%;
  padding: 45px;
  border-radius: 11px;
  height: auto;
}
div.cookie-accept p.large {
  float: left;
  width: calc(100% - 180px);
  padding: 0 40px 0 0;
}
div.cookie-accept div.links {
  width: 180px;
  float: left;
  text-align: center;
}
div.cookie-accept div.links button {
  width: 180px;
  margin: 0 0 20px 0;
}
div.cookie-accept div.links a.text_color {
  text-decoration: underline;
}
ul.dashboard-boxes {
  width: calc(100% + 50px);
  margin: 0 0 0 -25px !important;
}
ul.dashboard-boxes li.db {
  width: calc(25% - 50px);
  margin: 0 25px;
  display: block;
  float: left;
  background-color: #fff;
  height: auto;
  min-height: 248px;
  position: relative;
  padding: 32px 32px 100px 32px;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.5);
}
ul.dashboard-boxes li.db h2 {
  font-family: 'lato-black';
  font-size: 48px;
}
ul.dashboard-boxes li.db span {
  display: block;
  position: absolute;
  bottom: 32px;
  width: 55px;
  height: 55px;
  border-radius: 55px;
  left: 32px;
}
ul.dashboard-boxes li.db span img {
  width: 41px;
  height: 41px;
  margin: 7px;
}
ul.dashboard-boxes li.db:nth-child(1) span img {
  width: 33px;
  height: 33px;
  margin: 11px;
}
div.dashboard-charts {
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.5);
  margin: 42px 0 0 0;
  padding: 32px;
}
div.dashboard-charts div.dashboard-chart-inner {
  height: 0;
  position: relative;
}
div.dashboard-charts div.dashboard-chart-inner iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
div.dashboard-charts-0 div.dashboard-chart-inner {
  padding-bottom: 15%;
}
div.dashboard-charts-1 div.dashboard-chart-inner {
  padding-bottom: 20%;
}
div.dashboard-charts-2 div.dashboard-chart-inner {
  padding-bottom: 25%;
}
div.dashboard-charts-3 div.dashboard-chart-inner {
  padding-bottom: 30%;
}
div.dashboard-charts-4 div.dashboard-chart-inner {
  padding-bottom: 35%;
}
div.dashboard-charts-5 div.dashboard-chart-inner {
  padding-bottom: 40%;
}
div.dashboard-charts-6 div.dashboard-chart-inner {
  padding-bottom: 45%;
}
div.dashboard-charts-7 div.dashboard-chart-inner {
  padding-bottom: 50%;
}
div.dashboard-map {
  background-color: #fff;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.5);
  margin: 42px 0 0 0;
  padding: 32px;
}
div.dashboard-map div.map-container {
  width: 100%;
  height: calc(100vh - 72px - 44px);
  margin: 20px auto 0 auto;
  position: relative;
}
div.dashboard-map div.map-container iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
ul.event-log-block {
  margin: 0 0 30px 0 !important;
  padding: 0 !important;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.5);
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
ul.event-log-block li.elb {
  font-family: 'lato';
  font-size: 12px;
  line-height: 16px;
  padding: 6px 16px;
  position: relative;
  border-top: 1px solid #d9d9d9;
  background-color: #fff;
  float: left;
}
ul.event-log-block li.elb:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 300px;
  border-right: 1px solid #d9d9d9;
}
ul.event-log-block li.elb:nth-child(1),
ul.event-log-block li.elb:nth-child(2),
ul.event-log-block li.elb:nth-child(3),
ul.event-log-block li.elb:nth-child(4),
ul.event-log-block li.elb:nth-child(5),
ul.event-log-block li.elb:nth-child(6) {
  border-top: none;
}
ul.event-log-block li.elb:nth-child(6n + 1) {
  width: calc(25% - 60px);
}
ul.event-log-block li.elb:nth-child(6n + 2) {
  width: calc(25% - 60px);
}
ul.event-log-block li.elb:nth-child(6n + 3) {
  width: calc(25% - 60px);
}
ul.event-log-block li.elb:nth-child(6n + 4) {
  width: 160px;
}
ul.event-log-block li.elb:nth-child(6n + 5) {
  width: calc(25% - 60px);
}
ul.event-log-block li.elb:nth-child(6n + 6) {
  width: 80px;
}
ul.event-log-block li.elb:nth-child(6n + 6):after {
  display: none;
}
@media only screen and (max-width: 1300px) {
  ul.event-log-block li.elb {
    padding: 6px 12px;
  }
  ul.event-log-block li.elb:nth-child(6n + 1) {
    width: calc(22% - 60px);
  }
  ul.event-log-block li.elb:nth-child(6n + 2) {
    width: calc(28% - 30px);
  }
  ul.event-log-block li.elb:nth-child(6n + 6) {
    width: 50px;
  }
}
ul.event-log-block-new {
  margin: 0 0 30px 0 !important;
  padding: 0 !important;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.5);
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
ul.event-log-block-new li.elb {
  font-family: 'lato';
  font-size: 12px;
  line-height: 16px;
  padding: 6px 16px;
  position: relative;
  border-top: 1px solid #d9d9d9;
  background-color: #fff;
  float: left;
}
ul.event-log-block-new li.elb:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 300px;
  border-right: 1px solid #d9d9d9;
}
ul.event-log-block-new li.elb:nth-child(1),
ul.event-log-block-new li.elb:nth-child(2),
ul.event-log-block-new li.elb:nth-child(3),
ul.event-log-block-new li.elb:nth-child(4) {
  border-top: none;
}
ul.event-log-block-new li.elb:nth-child(10n + 1) {
  width: calc(25%);
}
ul.event-log-block-new li.elb:nth-child(10n + 2) {
  width: calc(25%);
}
ul.event-log-block-new li.elb:nth-child(10n + 3) {
  width: calc(25%);
}
ul.event-log-block-new li.elb:nth-child(10n + 4) {
  width: calc(25%);
}
ul.event-log-block-new li.elb:nth-child(10n + 5) {
  width: calc(25%);
}
ul.event-log-block-new li.elb:nth-child(10n + 6) {
  width: calc(25%);
}
ul.event-log-block-new li.elb:nth-child(10n + 7) {
  width: calc(25%);
}
ul.event-log-block-new li.elb:nth-child(10n + 8) {
  width: calc(25%);
}
ul.event-log-block-new li.elb:nth-child(10n + 9) {
  width: calc(25%);
}
ul.event-log-block-new li.elb:nth-child(10n + 10) {
  width: calc(75%);
}
@media only screen and (max-width: 1300px) {
  ul.event-log-block-new li.elb {
    padding: 6px 12px;
  }
  ul.event-log-block-new li.elb:nth-child(6n + 1) {
    width: calc(22% - 60px);
  }
  ul.event-log-block-new li.elb:nth-child(6n + 2) {
    width: calc(28% - 30px);
  }
  ul.event-log-block-new li.elb:nth-child(6n + 6) {
    width: 50px;
  }
}
ul.bathtub-interval-block {
  margin: 0 0 30px 0 !important;
  padding: 0 !important;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.5);
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
ul.bathtub-interval-block li.bib {
  font-family: 'lato';
  font-size: 12px;
  line-height: 16px;
  padding: 8px 0;
  position: relative;
  border-top: 1px solid #d9d9d9;
  background-color: #fff;
  float: left;
  width: calc(4.166% - 6px);
  text-align: center;
}
ul.bathtub-interval-block li.bib:nth-child(25n + 1) {
  width: 144px;
  clear: both;
  text-align: left;
  padding: 8px 16px;
}
ul.bathtub-interval-block li.bib:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 300px;
  border-right: 1px solid #d9d9d9;
}
ul.bathtub-interval-block li.bib.heading {
  font-family: 'lato-black';
}
ul.bathtub-interval-block li.bib.red:before,
ul.bathtub-interval-block li.bib.green:before {
  content: '';
  display: block;
  position: absolute;
  width: 22px;
  height: 22px;
  border-radius: 22px;
  top: 5px;
  left: calc(50% - 11px);
}
ul.bathtub-interval-block li.bib.red:before {
  background-color: #ff0303;
}
ul.bathtub-interval-block li.bib.green:before {
  background-color: #57d67e;
}
ul.user-access-block {
  margin: 0 0 30px 0 !important;
  padding: 0 !important;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.5);
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
ul.user-access-block li.uab {
  font-family: 'lato';
  font-size: 12px;
  line-height: 16px;
  padding: 6px 16px;
  position: relative;
  border-top: 1px solid #d9d9d9;
  background-color: #fff;
  float: left;
}
ul.user-access-block li.uab:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 300px;
  border-right: 1px solid #d9d9d9;
}
ul.user-access-block li.uab:nth-child(1),
ul.user-access-block li.uab:nth-child(2),
ul.user-access-block li.uab:nth-child(3),
ul.user-access-block li.uab:nth-child(4),
ul.user-access-block li.uab:nth-child(5),
ul.user-access-block li.uab:nth-child(6) {
  border-top: none;
}
ul.user-access-block li.uab:nth-child(6n + 1) {
  width: calc(25% - 60px);
}
ul.user-access-block li.uab:nth-child(6n + 2) {
  width: calc(25% - 60px);
}
ul.user-access-block li.uab:nth-child(6n + 3) {
  width: calc(25% - 60px);
}
ul.user-access-block li.uab:nth-child(6n + 4) {
  width: 160px;
}
ul.user-access-block li.uab:nth-child(6n + 5) {
  width: calc(25% - 60px);
}
ul.user-access-block li.uab:nth-child(6n + 6) {
  width: 80px;
}
ul.user-access-block li.uab:nth-child(6n + 6):after {
  display: none;
}
@media only screen and (max-width: 1300px) {
  ul.user-access-block li.uab {
    padding: 6px 12px;
  }
  ul.user-access-block li.uab:nth-child(6n + 1) {
    width: calc(22% - 60px);
  }
  ul.user-access-block li.uab:nth-child(6n + 2) {
    width: calc(28% - 30px);
  }
  ul.user-access-block li.uab:nth-child(6n + 6) {
    width: 50px;
  }
}
ul.user-info-block {
  margin: 0 0 1px 0 !important;
  padding: 0 !important;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.5);
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
ul.user-info-block.heading-block {
  margin: 0 0 1px 0 !important;
}
ul.user-info-block li.uib {
  font-family: 'lato';
  font-size: 12px;
  line-height: 16px;
  padding: 6px 16px;
  position: relative;
  border-top: 1px solid #d9d9d9;
  background-color: #fff;
  float: left;
}
ul.user-info-block li.uib span {
  opacity: 0.6;
}
ul.user-info-block li.uib.heading {
  padding: 8px 16px;
  line-height: 12px;
}
ul.user-info-block li.uib:nth-child(1),
ul.user-info-block li.uib:nth-child(2),
ul.user-info-block li.uib:nth-child(3),
ul.user-info-block li.uib:nth-child(4),
ul.user-info-block li.uib:nth-child(5),
ul.user-info-block li.uib:nth-child(6) {
  border-top: none;
}
ul.user-info-block li.uib:nth-child(7n + 1) {
  width: calc(16.66%);
}
ul.user-info-block li.uib:nth-child(7n + 2) {
  width: calc(16.66%);
}
ul.user-info-block li.uib:nth-child(7n + 3) {
  width: calc(16.66%);
}
ul.user-info-block li.uib:nth-child(7n + 4) {
  width: calc(16.66%);
}
ul.user-info-block li.uib:nth-child(7n + 5) {
  width: calc(16.66%);
}
ul.user-info-block li.uib:nth-child(7n + 6) {
  width: calc(16.66%);
}
ul.user-info-block li.uib:nth-child(7n + 6):after {
  display: none;
}
ul.user-info-block li.uib:nth-child(7n + 7) {
  width: 100%;
}
ul.user-info-block.oem li.uib:nth-child(1),
ul.user-info-block.oem li.uib:nth-child(2),
ul.user-info-block.oem li.uib:nth-child(3),
ul.user-info-block.oem li.uib:nth-child(4),
ul.user-info-block.oem li.uib:nth-child(5) {
  border-top: none;
}
ul.user-info-block.oem li.uib:nth-child(6n + 1) {
  width: calc(16.66%);
}
ul.user-info-block.oem li.uib:nth-child(6n + 2) {
  width: calc(16.66%);
}
ul.user-info-block.oem li.uib:nth-child(6n + 3) {
  width: calc(16.66%);
}
ul.user-info-block.oem li.uib:nth-child(6n + 4) {
  width: calc(16.66%);
}
ul.user-info-block.oem li.uib:nth-child(6n + 5) {
  width: calc(16.66%);
}
ul.user-info-block.oem li.uib:nth-child(6n + 5):after {
  display: none;
}
ul.user-info-block.oem li.uib:nth-child(6n + 6) {
  width: calc(16.66%);
}
ul.user-info-block.oem li.uib:nth-child(6n + 7) {
  width: 100%;
}
ul.user-info-block ul.split li.s2:nth-child(1) {
  padding-left: 16px;
}
ul.user-info-block ul.split li.s2:nth-child(2) {
  padding-left: 8px;
}
@media only screen and (max-width: 1300px) {
  ul.user-info-block li.uib {
    padding: 6px 12px;
  }
}
ul.user-info-inner {
  margin: 10px 0 0 0 !important;
  padding: 0 !important;
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
ul.user-info-inner li.uii {
  font-family: 'lato';
  font-size: 12px;
  line-height: 16px;
  padding: 6px 16px 6px 0;
  position: relative;
  border-top: 1px solid #d9d9d9;
  background-color: #fff;
  float: left;
}
ul.user-info-inner li.uii:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 300px;
  border-right: 1px solid #d9d9d9;
}
ul.user-info-inner li.uii span {
  opacity: 0.6;
}
ul.user-info-inner li.uii:nth-child(2n + 1) {
  clear: both;
  width: 50%;
}
ul.user-info-inner li.uii:nth-child(2n + 2) {
  width: 50%;
  padding: 6px 16px 6px 16px;
}
ul.user-info-inner li.uii:nth-child(2n + 2):after {
  display: none;
}
ul.user-info-inner li.uii:nth-child(1),
ul.user-info-inner li.uii:nth-child(2) {
  border-top: none;
}
ul.user-info-inner li.uii:nth-child(11) {
  width: 100%;
}
ul.user-info-inner li.uii:nth-child(11):after {
  display: none;
}
ul.view-accounts-block {
  margin: 0 0 1px 0 !important;
  padding: 0 !important;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.5);
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
ul.view-accounts-block.heading-block {
  margin: 0 0 1px 0 !important;
}
ul.view-accounts-block li.vab {
  font-family: 'lato';
  font-size: 12px;
  line-height: 16px;
  padding: 6px 16px;
  position: relative;
  border-top: 1px solid #d9d9d9;
  background-color: #fff;
  float: left;
}
ul.view-accounts-block li.vab.heading {
  padding: 8px 16px;
  line-height: 12px;
}
ul.view-accounts-block li.vab:nth-child(1),
ul.view-accounts-block li.vab:nth-child(2),
ul.view-accounts-block li.vab:nth-child(3),
ul.view-accounts-block li.vab:nth-child(4),
ul.view-accounts-block li.vab:nth-child(5),
ul.view-accounts-block li.vab:nth-child(6),
ul.view-accounts-block li.vab:nth-child(7),
ul.view-accounts-block li.vab:nth-child(8) {
  border-top: none;
}
ul.view-accounts-block li.vab:nth-child(9n + 1) {
  width: calc(18.66% - 35px);
}
ul.view-accounts-block li.vab:nth-child(9n + 2) {
  width: calc(16.66% - 35px);
}
ul.view-accounts-block li.vab:nth-child(9n + 3) {
  width: calc(16.66% - 35px);
}
ul.view-accounts-block li.vab:nth-child(9n + 4) {
  width: calc(15.66% - 35px);
}
ul.view-accounts-block li.vab:nth-child(9n + 5) {
  width: calc(15.66% - 35px);
}
ul.view-accounts-block li.vab:nth-child(9n + 6) {
  width: calc(16.66% - 35px);
}
ul.view-accounts-block li.vab:nth-child(9n + 7) {
  width: 94px;
}
ul.view-accounts-block li.vab:nth-child(9n + 8) {
  width: 116px;
}
ul.view-accounts-block li.vab:nth-child(9n + 8):after {
  display: none;
}
ul.view-accounts-block li.vab:nth-child(9n + 9) {
  width: 100%;
}
ul.view-accounts-block.oem li.vab:nth-child(1),
ul.view-accounts-block.oem li.vab:nth-child(2),
ul.view-accounts-block.oem li.vab:nth-child(3),
ul.view-accounts-block.oem li.vab:nth-child(4),
ul.view-accounts-block.oem li.vab:nth-child(5),
ul.view-accounts-block.oem li.vab:nth-child(6),
ul.view-accounts-block.oem li.vab:nth-child(7) {
  border-top: none !important;
}
ul.view-accounts-block.oem li.vab:nth-child(8n + 1) {
  width: calc(20% - 45px);
}
ul.view-accounts-block.oem li.vab:nth-child(8n + 2) {
  width: calc(20% - 45px);
}
ul.view-accounts-block.oem li.vab:nth-child(8n + 3) {
  width: calc(20% - 45px);
}
ul.view-accounts-block.oem li.vab:nth-child(8n + 4) {
  width: calc(20% - 45px);
}
ul.view-accounts-block.oem li.vab:nth-child(8n + 5) {
  width: calc(20% - 45px);
}
ul.view-accounts-block.oem li.vab:nth-child(8n + 6) {
  width: 94px;
}
ul.view-accounts-block.oem li.vab:nth-child(8n + 7) {
  width: 116px;
}
ul.view-accounts-block.oem li.vab:nth-child(8n + 7):after {
  display: none;
}
ul.view-accounts-block.oem li.vab:nth-child(8n + 8) {
  width: 100%;
}
ul.view-accounts-block.oem
  li.vab
  ul.view-accounts-inner
  li.vai
  ul.view-account-details
  li.vad:nth-child(1),
ul.view-accounts-block.oem
  li.vab
  ul.view-accounts-inner
  li.vai
  ul.view-account-details
  li.vad:nth-child(2),
ul.view-accounts-block.oem
  li.vab
  ul.view-accounts-inner
  li.vai
  ul.view-account-details
  li.vad:nth-child(3),
ul.view-accounts-block.oem
  li.vab
  ul.view-accounts-inner
  li.vai
  ul.view-account-details
  li.vad:nth-child(4) {
  border-top: none !important;
  padding: 0 16px 9px 16px !important;
}
ul.view-accounts-block.oem
  li.vab
  ul.view-accounts-inner
  li.vai
  ul.view-account-details
  li.vad:nth-child(4) {
  width: 34% !important;
}
ul.view-accounts-block.oem
  li.vab
  ul.view-accounts-inner
  li.vai
  ul.view-account-details
  li.vad:nth-child(4):after,
ul.view-accounts-block.oem
  li.vab
  ul.view-accounts-inner
  li.vai
  ul.view-account-details
  li.vad:nth-child(8):after {
  display: none;
}
ul.view-accounts-block.oem
  li.vab
  ul.view-accounts-inner
  li.vai
  ul.view-account-details
  li.vad:nth-child(1) {
  padding: 0 16px 9px 0;
}
ul.view-accounts-block.oem
  li.vab
  ul.view-accounts-inner
  li.vai
  ul.view-account-details
  li.vad:nth-child(5) {
  padding: 9px 16px 9px 16px;
  clear: both;
  width: 22% !important;
  border-top: 1px solid #d6d6d6;
}
ul.view-accounts-block.oem
  li.vab
  ul.view-accounts-inner
  li.vai
  ul.view-account-details
  li.vad:nth-child(5):after {
  display: block;
}
ul.view-accounts-block.oem
  li.vab
  ul.view-accounts-inner
  li.vai
  ul.view-account-details
  li.vad:nth-child(6) {
  clear: none;
  padding: 9px 16px 9px 16px !important;
}
ul.view-accounts-block.oem
  li.vab
  ul.view-accounts-inner
  li.vai
  ul.view-account-details
  li.vad:nth-child(8) {
  width: 34% !important;
  z-index: 20;
}
@media only screen and (max-width: 1400px) {
  ul.view-accounts-block li.vab {
    padding: 6px 12px;
  }
  ul.view-accounts-block li.vab.heading {
    padding: 8px 12px;
  }
  ul.view-accounts-block li.vab:nth-child(9n + 1) {
    width: calc(20.66% - 34px);
  }
  ul.view-accounts-block li.vab:nth-child(9n + 2) {
    width: calc(16.66% - 34px);
  }
  ul.view-accounts-block li.vab:nth-child(9n + 3) {
    width: calc(16.66% - 35px);
  }
  ul.view-accounts-block li.vab:nth-child(9n + 4) {
    width: calc(15.66% - 35px);
  }
  ul.view-accounts-block li.vab:nth-child(9n + 5) {
    width: calc(15.66% - 35px);
  }
  ul.view-accounts-block li.vab:nth-child(9n + 6) {
    width: calc(14.66% - 35px);
  }
  ul.view-accounts-block li.vab:nth-child(9n + 7) {
    width: 92px;
  }
  ul.view-accounts-block li.vab:nth-child(9n + 8) {
    width: 100%;
  }
  ul.view-accounts-block li.vab:nth-child(9n + 8):after {
    display: none;
  }
  ul.view-accounts-block.oem li.vab:nth-child(8n + 1) {
    width: calc(20% - 44px);
  }
  ul.view-accounts-block.oem li.vab:nth-child(8n + 2) {
    width: calc(20% - 44px);
  }
  ul.view-accounts-block.oem li.vab:nth-child(8n + 3) {
    width: calc(20% - 44px);
  }
  ul.view-accounts-block.oem li.vab:nth-child(8n + 4) {
    width: calc(20% - 44px);
  }
  ul.view-accounts-block.oem li.vab:nth-child(8n + 5) {
    width: calc(20% - 45px);
  }
  ul.view-accounts-block.oem li.vab:nth-child(8n + 6) {
    width: 92px;
  }
  ul.view-accounts-block.oem li.vab:nth-child(8n + 7) {
    width: 116px;
  }
  ul.view-accounts-block.oem li.vab:nth-child(8n + 7):after {
    display: none;
  }
}
ul.view-accounts-inner {
  margin: 0 !important;
  padding: 10px 0 !important;
}
ul.view-accounts-inner li.vai {
  display: block;
  float: left;
}
ul.view-accounts-inner li.vai:nth-child(1) {
  width: calc(20% - 48px);
  padding: 0 20px 0 0;
  border-right: 2px solid #d4d4d4;
}
ul.view-accounts-inner li.vai:nth-child(1) a.link,
ul.view-accounts-inner li.vai:nth-child(1) div.link {
  display: inline-block;
  width: 100%;
  height: 26px;
  border-radius: 38px;
  margin: 4px 0 6px 0;
  position: relative;
  z-index: 5;
  padding: 0 -2px;
  background-color: #666666;
  text-align: center;
  cursor: pointer;
}
ul.view-accounts-inner li.vai:nth-child(1) a.link span,
ul.view-accounts-inner li.vai:nth-child(1) div.link span {
  font-size: 13px;
  font-family: 'lato-bold';
  display: inline-block;
  width: calc(100% + 4px);
  padding: 0 16px;
  height: 28px;
  line-height: 24px;
  border-radius: 28px;
  border: 2px solid #fff;
  z-index: 6;
  background-color: rgba(255, 255, 255, 0.9);
  margin: -2px 0 0 -2px;
}
ul.view-accounts-inner li.vai:nth-child(1) a.link.first,
ul.view-accounts-inner li.vai:nth-child(1) div.link.first {
  margin: 0 0 6px 0;
}
ul.view-accounts-inner li.vai:nth-child(1) a.link {
  margin: 4px 0 0 0;
}
ul.view-accounts-inner li.vai:nth-child(2) {
  width: calc(80% + 48px);
  float: right;
}
ul.view-accounts-inner li.vai:nth-child(3) {
  width: calc(80% + 48px);
  float: right;
  display: none;
}
@media only screen and (max-width: 1300px) {
  ul.view-accounts-inner li.vai:nth-child(1) {
    width: 150px;
  }
  ul.view-accounts-inner li.vai:nth-child(2),
  ul.view-accounts-inner li.vai:nth-child(3) {
    width: calc(100% - 150px);
  }
}
ul.view-account-details {
  width: calc(100% - 20px);
  margin: 0 0 0 20px !important;
  padding: 0 !important;
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
ul.view-account-details li.vad {
  font-family: 'lato';
  font-size: 12px;
  line-height: 16px;
  padding: 9px 16px;
  position: relative;
  border-top: 1px solid #d9d9d9;
  background-color: #fff;
  float: left;
  width: 22%;
}
ul.view-account-details li.vad:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 300px;
  border-right: 1px solid #d9d9d9;
}
ul.view-account-details li.vad:nth-child(1),
ul.view-account-details li.vad:nth-child(2),
ul.view-account-details li.vad:nth-child(3),
ul.view-account-details li.vad:nth-child(4),
ul.view-account-details li.vad:nth-child(5) {
  border-top: none;
  padding: 0 16px 9px 16px;
}
ul.view-account-details li.vad:nth-child(5) {
  width: 12%;
}
ul.view-account-details li.vad:nth-child(5):after,
ul.view-account-details li.vad:nth-child(9):after {
  display: none;
}
ul.view-account-details li.vad:nth-child(1) {
  padding: 0 16px 9px 0;
}
ul.view-account-details li.vad:nth-child(6) {
  padding: 9px 16px 0 0;
}
ul.view-account-details li.vad:nth-child(6) {
  clear: both;
}
ul.view-account-details li.vad:nth-child(9) {
  width: 34%;
  z-index: 20;
}
ul.view-account-details li.vad div {
  margin: 0 0 3px 0;
}
ul.view-account-details li.vad span {
  opacity: 0.6;
}
@media only screen and (max-width: 1300px) {
  ul.view-account-details li.vad {
    padding: 9px 12px;
  }
  ul.view-account-details li.vad:nth-child(1),
  ul.view-account-details li.vad:nth-child(2),
  ul.view-account-details li.vad:nth-child(3),
  ul.view-account-details li.vad:nth-child(4),
  ul.view-account-details li.vad:nth-child(5) {
    padding: 0 12px 9px 12px;
  }
  ul.view-account-details li.vad:nth-child(1) {
    padding: 0 12px 9px 0;
  }
  ul.view-account-details li.vad:nth-child(6) {
    padding: 9px 12px 0 0;
  }
}
div.jets,
div.bubbles,
div.micro,
div.lights,
div.drain,
div.heat {
  display: inline-block;
  width: 16.66%;
  text-align: center;
  font-family: 'lato-bold';
}
div.jets div,
div.bubbles div,
div.micro div,
div.lights div,
div.drain div,
div.heat div {
  display: inline-block;
  position: relative;
  width: 72px;
  height: 72px;
  border-radius: 72px;
  background-color: #eff1f3;
  background-size: 70% 70%;
  background-repeat: no-repeat;
  background-position: center center;
}
div.jets:hover div,
div.bubbles:hover div,
div.micro:hover div,
div.lights:hover div,
div.drain:hover div,
div.heat:hover div {
  outline: 3px solid #979797;
}
div.jets:hover div:after,
div.bubbles:hover div:after,
div.micro:hover div:after,
div.lights:hover div:after,
div.drain:hover div:after,
div.heat:hover div:after {
  content: 'Off';
  display: block;
  width: 64px;
  height: 20px;
  border-radius: 8px;
  background-color: #000;
  color: #fff;
  font-family: 'lato-black';
  font-size: 12px;
  line-height: 20px;
  position: absolute;
  left: 4px;
  top: -30px;
}
div.jets:hover div:before,
div.bubbles:hover div:before,
div.micro:hover div:before,
div.lights:hover div:before,
div.drain:hover div:before,
div.heat:hover div:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 10px solid #000;
  position: absolute;
  display: block;
  left: 30px;
  top: -11px;
}
div.jets.active:hover div:after,
div.bubbles.active:hover div:after,
div.micro.active:hover div:after,
div.lights.active:hover div:after,
div.drain.active:hover div:after,
div.heat.active:hover div:after {
  content: 'On';
}
div.jets div {
  background-image: url('/static/img/jets.svg');
}
div.jets.active div {
  background-image: url('/static/img/jets-active.svg');
}
div.bubbles div {
  background-image: url('/static/img/air-bubbles.svg');
  background-size: 70% 70%;
}
div.bubbles.active div {
  background-image: url('/static/img/air-bubbles-active.svg');
}
div.micro div {
  background-image: url('/static/img/micro-nano-bubbles.svg');
  background-size: 70% 70%;
}
div.micro.active div {
  background-image: url('/static/img/micro-nano-bubbles-active.svg');
}
div.lights div {
  background-image: url('/static/img/lights.svg');
  background-size: 70% 70%;
}
div.lights.active div {
  background-image: url('/static/img/lights-active.svg');
}
div.drain div {
  background-image: url('/static/img/drain.svg');
  background-size: 60% 60%;
}
div.drain.active div {
  background-image: url('/static/img/drain-active.svg');
}
div.heat div {
  background-image: url('/static/img/heat-pads.svg');
  background-size: 70% 70%;
}
div.heat.active div {
  background-image: url('/static/img/heat-pads-active.svg');
}
ul.bath-details-outer {
  margin: 0 !important;
  padding: 0 !important;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.5);
  position: relative;
  padding: 11px 22px 22px 22px !important;
  background-color: #fff;
  display: block;
  border-top: 4px solid #5e5e60;
}
ul.bath-details-outer li.bdo {
  float: left;
  display: block;
  background-color: #fff;
}
ul.bath-details-outer li.bdo h3,
ul.bath-details-outer li.bdo h4 {
  line-height: 60px !important;
}
ul.bath-details-outer li.bdo:nth-child(1) {
  width: calc(100% - 418px);
}
ul.bath-details-outer li.bdo:nth-child(2) {
  width: 418px;
  position: absolute;
  right: 0;
  top: 11px;
  bottom: 22px;
  height: calc(100% - 33px);
}
ul.bath-details-outer li.bdo:nth-child(2) div.map-container {
  position: absolute;
  top: 60px;
  right: 22px;
  bottom: 0;
  left: 0;
}
ul.bath-details-outer.single {
  margin: 30px 0 30px 0 !important;
}
ul.bath-details-outer.single li.bdo:nth-child(1) {
  width: 100%;
}
@media only screen and (max-width: 1300px) {
  ul.bath-details-outer li.bdo:nth-child(1) {
    width: calc(100% - 360px);
  }
  ul.bath-details-outer li.bdo:nth-child(2) {
    width: 360px;
  }
}
ul.bath-details-block {
  margin: 0 0 1px 0 !important;
  padding: 0 !important;
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
ul.bath-details-block li.bdb {
  font-family: 'lato';
  font-size: 12px;
  line-height: 16px;
  padding: 10px 16px;
  position: relative;
  background-color: #fff;
  float: left;
  width: 25%;
}
ul.bath-details-block li.bdb.heading {
  padding: 8px 16px;
  line-height: 12px;
  background-color: #f5f3f3;
}
ul.bath-details-block li.bdb:nth-child(5),
ul.bath-details-block li.bdb:nth-child(6),
ul.bath-details-block li.bdb:nth-child(7),
ul.bath-details-block li.bdb:nth-child(9),
ul.bath-details-block li.bdb:nth-child(10),
ul.bath-details-block li.bdb:nth-child(11),
ul.bath-details-block li.bdb:nth-child(13),
ul.bath-details-block li.bdb:nth-child(14),
ul.bath-details-block li.bdb:nth-child(15) {
  border-right: 1px solid #dfdfdf;
}
ul.bath-details-block li.bdb:nth-child(17),
ul.bath-details-block li.bdb:nth-child(18) {
  width: 100%;
}
ul.bath-details-block li.bdb:nth-child(1),
ul.bath-details-block li.bdb:nth-child(5),
ul.bath-details-block li.bdb:nth-child(9),
ul.bath-details-block li.bdb:nth-child(13),
ul.bath-details-block li.bdb:nth-child(17) {
  clear: both;
}
ul.bath-details-block li.bdb:nth-child(13),
ul.bath-details-block li.bdb:nth-child(14) {
  padding: 10px 42px 10px 16px;
}
ul.bath-details-block li.bdb:nth-child(18) {
  font-family: 'lato-bold';
}
ul.bath-details-block li.bdb a.right {
  position: absolute;
  right: 16px;
  bottom: 10px;
}
ul.bath-details-block li.bdb span {
  opacity: 0.6;
}
@media only screen and (max-width: 1300px) {
  ul.bath-details-block li.bdb {
    padding: 10px 12px;
  }
  ul.bath-details-block li.bdb.heading {
    padding: 8px 12px;
  }
  ul.bath-details-block li.bdb:nth-child(13),
  ul.bath-details-block li.bdb:nth-child(14) {
    padding: 10px 42px 10px 12px;
  }
  ul.bath-details-block li.bdb a.right {
    position: absolute;
    right: 12px;
  }
}
div.bath-features-block {
  font-family: 'lato-bold';
  font-size: 12px;
  padding: 20px 0;
}
ul.details-event-log {
  margin: 0 !important;
  padding: 0 !important;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.5);
  position: relative;
  padding: 11px 22px 22px 22px !important;
  background-color: #fff;
  display: block;
  border-top: 4px solid #5e5e60;
  font-family: 'lato';
  font-size: 13px;
  overflow: hidden;
}
ul.details-event-log li.del {
  display: block;
  float: left;
}
ul.details-event-log li.del:nth-child(1),
ul.details-event-log li.del:nth-child(3) {
  width: 20%;
}
ul.details-event-log li.del:nth-child(2),
ul.details-event-log li.del:nth-child(4) {
  width: 30%;
}
ul.details-event-log li.del:nth-child(5) {
  position: absolute;
  top: 11px;
  right: 22px;
  width: 142px;
}
ul.details-event-log li.del:nth-child(5) select {
  height: 26px;
  line-height: 26px;
  display: block;
  background-color: #eeeeee;
  font-family: 'lato-bold';
  font-size: 12px;
  padding: 0 34px 0 24px;
  width: 100%;
  border-radius: 26px;
  margin: 8px 0 0 0;
  border: none !important;
  cursor: pointer;
  position: relative;
}
ul.details-event-log li.del:nth-child(5) select:hover {
  background-color: #d1d1d1;
}
ul.details-event-log li.del:nth-child(6) {
  width: 50%;
  clear: both;
  border-top: 2px solid #d4d4d4;
  position: relative;
}
ul.details-event-log li.del:nth-child(6):after {
  content: '';
  width: 2px;
  height: 1000px;
  background-color: #d4d4d4;
  right: -1px;
  top: 0;
  position: absolute;
  display: block;
}
ul.details-event-log li.del:nth-child(7) {
  width: 50%;
  border-top: 2px solid #d4d4d4;
}
ul.details-event-log li.del:nth-child(3),
ul.details-event-log li.del:nth-child(7) {
  padding-left: 22px;
}
ul.details-event-log li.del.heading {
  line-height: 40px;
  margin: 0 0 10px 0;
}
ul.details-event-log-inner {
  margin: 0 !important;
  padding: 22px 0 0 0 !important;
}
ul.details-event-log-inner li.deli {
  font-family: 'lato';
  font-size: 13px;
  line-height: 16px;
  padding: 6px 0;
  float: left;
}
ul.details-event-log-inner li.deli:nth-child(2n + 1) {
  width: 40%;
}
ul.details-event-log-inner li.deli:nth-child(2n + 2) {
  width: 60%;
}
ul.details-event-log-inner li.deli span,
ul.details-event-log-inner li.deli strong {
  opacity: 0.6;
}
ul.details-event-log-inner li.deli strong {
  font-family: 'lato-bold';
}
ul.users-block {
  margin: 0 0 1px 0 !important;
  padding: 0 !important;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.5);
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
ul.users-block.heading-block {
  margin: 0 0 1px 0 !important;
}
ul.users-block li.ub {
  font-family: 'lato';
  font-size: 12px;
  line-height: 16px;
  padding: 6px 16px;
  position: relative;
  background-color: #fff;
  float: left;
}
ul.users-block li.ub.heading {
  padding: 8px 16px;
  line-height: 12px;
}
ul.users-block li.ub:nth-child(9n + 1) {
  width: calc(20% - 78px);
}
ul.users-block li.ub:nth-child(9n + 1) label.checkbox {
  display: inline-block;
  position: relative;
  top: -2px;
}
ul.users-block li.ub:nth-child(9n + 1) label.checkbox div.checkbox {
  margin: 0 -15px 0 0;
}
ul.users-block li.ub:nth-child(9n + 2) {
  width: calc(20% - 78px);
}
ul.users-block li.ub:nth-child(9n + 3) {
  width: calc(20% - 78px);
}
ul.users-block li.ub:nth-child(9n + 4) {
  width: calc(20% - 78px);
}
ul.users-block li.ub:nth-child(9n + 5) {
  width: calc(20% - 78px);
}
ul.users-block li.ub:nth-child(9n + 6) {
  width: 130px;
}
ul.users-block li.ub:nth-child(9n + 7) {
  width: 130px;
}
ul.users-block li.ub:nth-child(9n + 8) {
  width: 130px;
}
ul.users-block li.ub:nth-child(9n + 9) {
  width: 100%;
  padding: 0 !important;
}
ul.users-block.inner {
  box-shadow: none;
  -webkit-box-shadow: none;
  border-top: 1px solid #d9d9d9;
}
ul.users-block.inner li.ub:nth-child(9n + 1) {
  padding-left: 53px !important;
}
ul.users-block.oem li.ub:nth-child(8n + 1) {
  width: calc(25% - 97px);
}
ul.users-block.oem li.ub:nth-child(8n + 1) label.checkbox {
  display: inline-block;
  position: relative;
  top: -2px;
}
ul.users-block.oem li.ub:nth-child(8n + 1) label.checkbox div.checkbox {
  margin: 0 -15px 0 0;
}
ul.users-block.oem li.ub:nth-child(8n + 2) {
  width: calc(25% - 98px);
}
ul.users-block.oem li.ub:nth-child(8n + 3) {
  width: calc(25% - 97px);
}
ul.users-block.oem li.ub:nth-child(8n + 4) {
  width: calc(25% - 98px);
}
ul.users-block.oem li.ub:nth-child(8n + 5) {
  width: 130px;
}
ul.users-block.oem li.ub:nth-child(8n + 6) {
  width: 130px;
}
ul.users-block.oem li.ub:nth-child(8n + 7) {
  width: 130px;
}
ul.users-block.oem li.ub:nth-child(8n + 8) {
  width: 100%;
  padding: 0 !important;
}
@media only screen and (max-width: 1400px) {
  ul.users-block li.ub {
    font-family: 'lato';
    font-size: 12px;
    line-height: 16px;
    padding: 6px 12px;
    position: relative;
    background-color: #fff;
    float: left;
  }
  ul.users-block li.ub.heading {
    padding: 8px 12px;
    line-height: 12px;
  }
  ul.users-block li.ub:nth-child(9n + 1) {
    width: calc(26% - 42px);
  }
  ul.users-block li.ub:nth-child(9n + 1) label.checkbox {
    display: inline-block;
    position: relative;
    top: -2px;
  }
  ul.users-block li.ub:nth-child(9n + 1) label.checkbox div.checkbox {
    margin: 0 -15px 0 0;
  }
  ul.users-block li.ub:nth-child(9n + 2) {
    width: calc(20% - 52px);
  }
  ul.users-block li.ub:nth-child(9n + 3) {
    width: calc(17% - 72px);
  }
  ul.users-block li.ub:nth-child(9n + 4) {
    width: calc(17% - 72px);
  }
  ul.users-block li.ub:nth-child(9n + 5) {
    width: calc(20% - 72px);
  }
  ul.users-block li.ub:nth-child(9n + 6) {
    width: 90px;
  }
  ul.users-block li.ub:nth-child(9n + 7) {
    width: 110px;
  }
  ul.users-block li.ub:nth-child(9n + 8) {
    width: 110px;
  }
  ul.users-block li.ub:nth-child(9n + 9) {
    width: 100%;
    padding: 0 !important;
  }
  ul.users-block.inner {
    box-shadow: none;
    -webkit-box-shadow: none;
    border-top: 1px solid #d9d9d9;
  }
  ul.users-block.inner li.ub:nth-child(9n + 1) {
    padding-left: 53px !important;
  }
  ul.users-block.oem li.ub:nth-child(8n + 1) {
    width: calc(35% - 60px);
  }
  ul.users-block.oem li.ub:nth-child(8n + 1) label.checkbox {
    display: inline-block;
    position: relative;
    top: -2px;
  }
  ul.users-block.oem li.ub:nth-child(8n + 1) label.checkbox div.checkbox {
    margin: 0 -15px 0 0;
  }
  ul.users-block.oem li.ub:nth-child(8n + 2) {
    width: calc(25% - 70px);
  }
  ul.users-block.oem li.ub:nth-child(8n + 3) {
    width: calc(20% - 90px);
  }
  ul.users-block.oem li.ub:nth-child(8n + 4) {
    width: calc(20% - 90px);
  }
  ul.users-block.oem li.ub:nth-child(8n + 5) {
    width: 90px;
  }
  ul.users-block.oem li.ub:nth-child(8n + 6) {
    width: 110px;
  }
  ul.users-block.oem li.ub:nth-child(8n + 7) {
    width: 110px;
  }
  ul.users-block.oem li.ub:nth-child(8n + 8) {
    width: 100%;
    padding: 0 !important;
  }
}
ul.users-owner-edit {
  margin: 0 0 1px 0 !important;
  padding: 22px !important;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.5);
  position: relative;
  overflow: hidden;
  background-color: #fff;
  width: 100%;
}
ul.users-owner-edit li.uoe {
  display: block;
  float: left;
  font-family: 'lato';
  font-size: 12px;
}
ul.users-owner-edit li.uoe:nth-child(1) {
  width: 50%;
  padding: 0 20px 0 0;
}
ul.users-owner-edit li.uoe:nth-child(2) {
  width: 50%;
  padding: 0 0 0 20px;
}
ul.users-owner-edit li.uoe:nth-child(3) {
  width: 100%;
  border-top: 1px solid #979797;
  padding: 22px 0 0 0;
  margin: 10px 0 0 0;
}
ul.users-owner-edit div.green,
ul.users-owner-edit div.red {
  position: absolute;
  top: 10px;
  left: 4px;
}
@media only screen and (max-width: 1300px) {
  ul.users-owner-edit li.uoe:nth-child(1) {
    width: 100%;
    padding: 0;
  }
  ul.users-owner-edit li.uoe:nth-child(2) {
    width: 100%;
    padding: 0;
  }
}
ul.users-caregiver-edit {
  margin: 0 0 1px 0 !important;
  padding: 22px !important;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.5);
  position: relative;
  overflow: hidden;
  background-color: #fff;
  width: 100%;
}
ul.users-caregiver-edit li.uce {
  display: block;
  float: left;
  font-family: 'lato';
  font-size: 12px;
}
ul.users-caregiver-edit li.uce:nth-child(1) {
  width: 50%;
  padding: 0 20px 0 0;
}
ul.users-caregiver-edit li.uce:nth-child(2) {
  width: 50%;
  padding: 0 0 0 20px;
}
ul.users-caregiver-edit li.uce:nth-child(3) {
  width: 100%;
  border-top: 1px solid #979797;
  padding: 22px 0 0 0;
  margin: 10px 0 0 0;
}
ul.users-caregiver-edit div.green,
ul.users-caregiver-edit div.red {
  position: absolute;
  top: 10px;
  left: 4px;
}
@media only screen and (max-width: 1300px) {
  ul.users-caregiver-edit li.uce:nth-child(1) {
    width: 100%;
    padding: 0;
  }
  ul.users-caregiver-edit li.uce:nth-child(2) {
    width: 100%;
    padding: 0;
  }
}
div.caregivers {
  margin: 30px 0 0 0 !important;
  padding: 22px !important;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.5);
  position: relative;
  background-color: #fff;
}
div.caregivers h4 {
  border-bottom: 2px solid #d7d7d7;
  padding: 0 0 10px 0;
}
div.caregivers .caregivers-section ul.caregivers-inner {
  margin: 20px 0 0 0 !important;
  padding: 0 !important;
  border-top: 1px solid #d7d7d7;
}
div.caregivers .caregivers-section ul.caregivers-inner:nth-child(1) {
  border-top: none;
}
div.caregivers .caregivers-section ul.caregivers-inner li.ci {
  display: block;
  float: left;
  font-family: 'lato';
  font-size: 13px;
  line-height: 16px;
  padding: 6px 0;
}
div.caregivers .caregivers-section ul.caregivers-inner li.ci:nth-child(2n + 1) {
  width: 200px;
}
div.caregivers .caregivers-section ul.caregivers-inner li.ci:nth-child(2n + 2) {
  width: 200px;
  padding: 6px 0 6px 40px;
}
div.caregivers .caregivers-section ul.caregivers-inner li.ci:nth-child(2n + 3) {
  width: calc(100% - 400px);
  padding: 6px 0 6px 40px;
  float: right;
}
div.serial-numbers {
  margin: 30px 0 0 0 !important;
  padding: 22px !important;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.5);
  position: relative;
  background-color: #fff;
}
div.serial-numbers h4 {
  border-bottom: 2px solid #d7d7d7;
  padding: 0 0 10px 0;
}
div.serial-numbers ul.serial-numbers-inner {
  margin: 20px 0 0 0 !important;
  padding: 0 !important;
}
div.serial-numbers ul.serial-numbers-inner li.sni {
  display: block;
  float: left;
  font-family: 'lato';
  font-size: 13px;
  line-height: 16px;
  padding: 6px 0;
  border-top: 1px solid #d7d7d7;
}
div.serial-numbers ul.serial-numbers-inner li.sni.heading {
  font-size: 12px;
}
div.serial-numbers ul.serial-numbers-inner li.sni:nth-child(8n + 1) {
  width: calc(20% - 78px);
  clear: both;
}
div.serial-numbers ul.serial-numbers-inner li.sni:nth-child(8n + 2) {
  width: calc(20% - 78px);
}
div.serial-numbers ul.serial-numbers-inner li.sni:nth-child(8n + 3) {
  width: calc(20% - 78px);
}
div.serial-numbers ul.serial-numbers-inner li.sni:nth-child(8n + 4) {
  width: calc(20% - 78px);
}
div.serial-numbers ul.serial-numbers-inner li.sni:nth-child(8n + 5) {
  width: calc(20% - 78px);
}
div.serial-numbers ul.serial-numbers-inner li.sni:nth-child(8n + 6),
div.serial-numbers ul.serial-numbers-inner li.sni:nth-child(8n + 7) {
  width: 130px;
  position: relative;
}
div.serial-numbers ul.serial-numbers-inner li.sni:nth-child(8n + 6) div.red,
div.serial-numbers ul.serial-numbers-inner li.sni:nth-child(8n + 6) div.green,
div.serial-numbers ul.serial-numbers-inner li.sni:nth-child(8n + 7) div.red,
div.serial-numbers ul.serial-numbers-inner li.sni:nth-child(8n + 7) div.green {
  position: absolute;
}
div.serial-numbers ul.serial-numbers-inner li.sni:nth-child(8n + 8) {
  width: 130px;
}
div.serial-numbers ul.serial-numbers-inner li.sni:nth-child(8n + 8) a.button,
div.serial-numbers ul.serial-numbers-inner li.sni:nth-child(8n + 8) div.button {
  margin: 0 !important;
  height: 16px;
  line-height: 16px;
}
div.serial-numbers ul.serial-numbers-inner li.sni:nth-child(1),
div.serial-numbers ul.serial-numbers-inner li.sni:nth-child(2),
div.serial-numbers ul.serial-numbers-inner li.sni:nth-child(3),
div.serial-numbers ul.serial-numbers-inner li.sni:nth-child(4),
div.serial-numbers ul.serial-numbers-inner li.sni:nth-child(5),
div.serial-numbers ul.serial-numbers-inner li.sni:nth-child(6),
div.serial-numbers ul.serial-numbers-inner li.sni:nth-child(7),
div.serial-numbers ul.serial-numbers-inner li.sni:nth-child(8) {
  border-top: none;
}
div.serial-numbers ul.serial-numbers-inner-oem {
  margin: 20px 0 0 0 !important;
  padding: 0 !important;
}
div.serial-numbers ul.serial-numbers-inner-oem li.sni {
  display: block;
  float: left;
  font-family: 'lato';
  font-size: 13px;
  line-height: 16px;
  padding: 6px 0;
  border-top: 1px solid #d7d7d7;
}
div.serial-numbers ul.serial-numbers-inner-oem li.sni.heading {
  font-size: 12px;
}
div.serial-numbers ul.serial-numbers-inner-oem li.sni:nth-child(7n + 1) {
  width: calc(25% - 98px);
  clear: both;
}
div.serial-numbers ul.serial-numbers-inner-oem li.sni:nth-child(7n + 2) {
  width: calc(25% - 97px);
}
div.serial-numbers ul.serial-numbers-inner-oem li.sni:nth-child(7n + 3) {
  width: calc(25% - 98px);
}
div.serial-numbers ul.serial-numbers-inner-oem li.sni:nth-child(7n + 4) {
  width: calc(25% - 97px);
}
div.serial-numbers ul.serial-numbers-inner-oem li.sni:nth-child(7n + 5),
div.serial-numbers ul.serial-numbers-inner-oem li.sni:nth-child(7n + 6) {
  width: 130px;
  position: relative;
}
div.serial-numbers ul.serial-numbers-inner-oem li.sni:nth-child(7n + 5) div.red,
div.serial-numbers
  ul.serial-numbers-inner-oem
  li.sni:nth-child(7n + 5)
  div.green,
div.serial-numbers ul.serial-numbers-inner-oem li.sni:nth-child(7n + 6) div.red,
div.serial-numbers
  ul.serial-numbers-inner-oem
  li.sni:nth-child(7n + 6)
  div.green {
  position: absolute;
}
div.serial-numbers ul.serial-numbers-inner-oem li.sni:nth-child(7n + 7) {
  width: 130px;
}
div.serial-numbers
  ul.serial-numbers-inner-oem
  li.sni:nth-child(7n + 7)
  a.button,
div.serial-numbers
  ul.serial-numbers-inner-oem
  li.sni:nth-child(7n + 7)
  div.button {
  margin: 0 !important;
  height: 16px;
  line-height: 16px;
}
div.serial-numbers ul.serial-numbers-inner-oem li.sni:nth-child(1),
div.serial-numbers ul.serial-numbers-inner-oem li.sni:nth-child(2),
div.serial-numbers ul.serial-numbers-inner-oem li.sni:nth-child(3),
div.serial-numbers ul.serial-numbers-inner-oem li.sni:nth-child(4),
div.serial-numbers ul.serial-numbers-inner-oem li.sni:nth-child(5),
div.serial-numbers ul.serial-numbers-inner-oem li.sni:nth-child(6),
div.serial-numbers ul.serial-numbers-inner-oem li.sni:nth-child(7) {
  border-top: none;
}
ul.manage-profile {
  margin: 0 0 1px 0 !important;
  padding: 22px !important;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.5);
  position: relative;
  overflow: hidden;
  background-color: #fff;
  width: 100%;
}
ul.manage-profile li.mp {
  display: block;
  float: left;
  font-family: 'lato';
  font-size: 12px;
}
ul.manage-profile li.mp:nth-child(1) {
  width: 50%;
  padding: 0 20px 0 0;
}
ul.manage-profile li.mp:nth-child(2) {
  width: 50%;
  padding: 0 0 0 20px;
}
ul.manage-profile li.mp:nth-child(3) {
  width: 100%;
  border-top: 1px solid #979797;
  padding: 22px 0 0 0;
  margin: 10px 0 0 0;
}
ul.manage-profile li.mp ul.split li.sform span.display {
  display: inline-block;
}
ul.manage-profile
  li.mp
  ul.split
  li.sform
  span.display.secondary_color_hoverable {
  cursor: pointer;
  margin: 0 0 0 10px;
}
@media only screen and (max-width: 1300px) {
  ul.manage-profile li.mp:nth-child(1) {
    width: 100%;
    padding: 0 0 0 0;
  }
  ul.manage-profile li.mp:nth-child(2) {
    width: 100%;
    padding: 0 0 0 0;
  }
}
div.caregivers {
  margin: 30px 0 0 0 !important;
  padding: 22px !important;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.5);
  position: relative;
  background-color: #fff;
}
div.caregivers h4 {
  border-bottom: 2px solid #d7d7d7;
  padding: 0 0 10px 0;
}
div.caregivers ul.caregivers-inner {
  margin: 20px 0 0 0 !important;
  padding: 0 !important;
  border-top: 1px solid #d7d7d7;
}
div.caregivers ul.caregivers-inner:nth-child(1) {
  border-top: none;
}
div.caregivers ul.caregivers-inner li.ci {
  display: block;
  float: left;
  font-family: 'lato';
  font-size: 13px;
  line-height: 16px;
  padding: 6px 0;
}
div.caregivers ul.caregivers-inner li.ci:nth-child(2n + 1) {
  width: 200px;
}
div.caregivers ul.caregivers-inner li.ci:nth-child(2n + 2) {
  width: 200px;
  padding: 6px 0 6px 40px;
}
div.caregivers ul.caregivers-inner li.ci:nth-child(2n + 3) {
  width: calc(100% - 400px);
  padding: 6px 0 6px 40px;
  float: right;
}
ul.manage-oem {
  margin: 0 0 30px 0 !important;
  padding: 22px !important;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.5);
  position: relative;
  overflow: hidden;
  background-color: #fff;
  width: 100%;
}
ul.manage-oem li.mo {
  display: block;
  float: left;
  font-family: 'lato';
  font-size: 12px;
}
ul.manage-oem li.mo:nth-child(1) {
  width: 33.33%;
  padding: 0 20px 0 0;
}
ul.manage-oem li.mo:nth-child(2) {
  width: 33.33%;
  padding: 0 20px 0 20px;
}
ul.manage-oem li.mo:nth-child(3) {
  width: 33.33%;
  padding: 0 0 0 20px;
}
ul.manage-oem li.mo:nth-child(4) {
  width: 100%;
  border-top: 1px solid #979797;
  padding: 22px 0 0 0;
  margin: 10px 0 0 0;
  clear: both;
}
ul.manage-oem li.mo:nth-child(4) a.button.submit {
  margin-left: 15px !important;
}
ul.manage-oem li.mo ul.split li.sform span.display {
  display: inline-block;
}
ul.manage-oem li.mo ul.split li.sform span.display.secondary_color_hoverable {
  cursor: pointer;
  margin: 0 0 0 10px;
}
@media only screen and (max-width: 1606px) {
  ul.manage-oem li.mo:nth-child(1) {
    width: 100%;
    padding: 0 0 0 0;
  }
  ul.manage-oem li.mo:nth-child(2) {
    width: 100%;
    padding: 0 0 0 0;
  }
  ul.manage-oem li.mo:nth-child(3) {
    width: 100%;
    padding: 0 0 0 0;
  }
}
div.notification-block {
  width: 100%;
  max-width: 1000px;
  border-top: 1px solid #979797;
  padding: 0 0 30px 0;
}
div.notification-block h4 {
  margin: 20px 0 2px 0;
}
div.notification-block h4.last {
  margin: 20px 0 10px 0;
}
div.notification-block h5 {
  margin: 0 0 10px 0;
}
div.notification-block form.standard textarea {
  border-radius: 0px;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.5) !important;
  -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.5) !important;
  height: 232px !important;
}
div.notification-block form.standard select {
  height: 28px;
  line-height: 26px;
  font-family: 'lato-bold';
  text-align: center;
}
div.notification-block form.standard select.margin {
  margin-top: 10px !important;
  height: 100% !important;
  border-radius: 0;
}
div.notification-block form.standard button[type='submit'] {
  margin: 10px 0 0 0 !important;
}
div.notification-block ul.automatic-notifications {
  margin: 0 !important;
  padding: 22px !important;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.5);
  background-color: #fff;
}
div.notification-block ul.automatic-notifications li.an {
  display: block;
  float: left;
}
div.notification-block ul.automatic-notifications li.an:nth-child(2n + 1) {
  width: calc(100% - 100px);
  font-family: 'lato';
  font-size: 12px;
  line-height: 16px;
  padding: 12px 0;
  border-top: 1px solid #979797;
}
div.notification-block ul.automatic-notifications li.an:nth-child(2n + 2) {
  width: 100px;
  border-top: 1px solid #979797;
}
div.notification-block
  ul.automatic-notifications
  li.an:nth-child(2n + 2)
  div.button,
div.notification-block
  ul.automatic-notifications
  li.an:nth-child(2n + 2)
  a.button {
  position: relative;
  top: 12px;
}
div.notification-block ul.automatic-notifications li.an:nth-child(1),
div.notification-block ul.automatic-notifications li.an:nth-child(2) {
  border-top: none;
}
div.faq-terms {
  border-top: 1px solid #979797;
  border-bottom: 1px solid #979797;
  padding: 30px 0 10px 0;
  margin: 0 0 30px 0;
}
div.faq-terms h2,
div.faq-terms p,
div.faq-terms ul.standard,
div.faq-terms ul.standard.numbered {
  margin-bottom: 30px !important;
  margin-top: 0 !important;
}
div.faq-terms ul.standard,
div.faq-terms ul.standard.numbered {
  margin-bottom: 25px !important;
}
div.ota-container {
  margin: 0 0 1px 0 !important;
  padding: 22px !important;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.5);
  position: relative;
  overflow: hidden;
  background-color: #fff;
  width: 100%;
}
div.ota-container h3 {
  margin: 0 0 10px 0;
}
div.ota-container h4 {
  margin: 0 0 10px 0;
}
div.ota-container div.ota-firmware {
  margin: 40px 0 0 0;
}
div.ota-container div.ota-firmware div.ota-firmware-inner {
  border: 1px solid #d9d9d9;
  height: auto;
  overflow-y: auto;
  max-height: 174px;
  width: 100%;
  max-width: 800px;
}
div.ota-container div.ota-firmware div.ota-firmware-inner div.cell {
  border-top: 1px solid #d9d9d9;
  font-family: 'lato';
  font-size: 12px;
  line-height: 16px;
  padding: 6px 16px;
}
div.ota-container
  div.ota-firmware
  div.ota-firmware-inner
  div.cell:nth-child(1) {
  border-top: none;
}
div.ota-container ul.ota-bottom {
  margin: 40px 0 0 0 !important;
  padding: 0 !important;
  width: 100%;
  max-width: 800px;
}
div.ota-container ul.ota-bottom li.ob {
  display: block;
  float: left;
}
div.ota-container ul.ota-bottom li.ob:nth-child(1) {
  width: 100%;
}
div.ota-container ul.ota-bottom li.ob:nth-child(2) {
  width: 25%;
  padding: 0 22px 0 0;
}
div.ota-container ul.ota-bottom li.ob:nth-child(3) {
  width: 25%;
  padding: 0 22px 0 0;
}
div.ota-container ul.ota-bottom li.ob:nth-child(4) {
  width: 25%;
  padding: 0 22px 0 0;
}
div.ota-container ul.ota-bottom li.ob:nth-child(5) {
  width: 25%;
}
div.ota-container ul.ota-bottom li.ob:nth-child(6) {
  clear: both;
  margin: 17px 0 0 0;
}
div.ota-container div.ota-rules {
  margin: 40px 0 0 0;
}
div.ota-container div.ota-rules ul.ota-rules {
  margin: 0 !important;
  padding: 0 !important;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  width: 100%;
  max-width: 1024px;
}
div.ota-container div.ota-rules ul.ota-rules li.or {
  font-family: 'lato';
  font-size: 12px;
  line-height: 16px;
  padding: 6px 16px;
  border-top: 1px solid #d9d9d9;
  float: left;
}
div.ota-container div.ota-rules ul.ota-rules li.or.heading {
  font-family: 'lato-bold';
}
div.ota-container div.ota-rules ul.ota-rules li.or:nth-child(5n + 1) {
  clear: both;
  width: 17%;
}
div.ota-container div.ota-rules ul.ota-rules li.or:nth-child(5n + 2) {
  width: 17%;
}
div.ota-container div.ota-rules ul.ota-rules li.or:nth-child(5n + 3) {
  width: 17%;
}
div.ota-container div.ota-rules ul.ota-rules li.or:nth-child(5n + 4) {
  width: 17%;
}
div.ota-container div.ota-rules ul.ota-rules li.or:nth-child(5n + 5) {
  width: 32%;
  text-align: right;
}
div.ota-container div.ota-rules ul.ota-rules li.or div.edit,
div.ota-container div.ota-rules ul.ota-rules li.or a.edit {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url('/static/img/edit.svg');
  background-size: 18px 18px;
  background-position: 1px 1px;
  background-repeat: no-repeat;
  margin: 5px 5px 0 0;
  cursor: pointer;
}
div.ota-container div.ota-rules ul.ota-rules li.or div.edit:hover,
div.ota-container div.ota-rules ul.ota-rules li.or a.edit:hover {
  opacity: 0.5;
}
div.ota-container div.ota-rules ul.ota-rules li.or div.delete,
div.ota-container div.ota-rules ul.ota-rules li.or a.delete {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url('/static/img/close-black.svg');
  background-size: 100%;
  cursor: pointer;
}
div.ota-container div.ota-rules ul.ota-rules li.or div.delete:hover,
div.ota-container div.ota-rules ul.ota-rules li.or a.delete:hover {
  opacity: 0.5;
} /*! Pickr 1.8.2 MIT | https://github.com/Simonwep/pickr */
.pickr {
  position: relative;
  overflow: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.pickr * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  border: none;
  -webkit-appearance: none;
}
.pickr .pcr-button {
  position: relative;
  height: 2em;
  width: 2em;
  padding: 0.5em;
  cursor: pointer;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto',
    'Helvetica Neue', Arial, sans-serif;
  border-radius: 0.15em;
  background: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" stroke="%2342445A" stroke-width="5px" stroke-linecap="round"><path d="M45,45L5,5"></path><path d="M45,5L5,45"></path></svg>')
    no-repeat center;
  background-size: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.pickr .pcr-button::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="white" d="M1,0H2V1H1V0ZM0,1H1V2H0V1Z"/><path fill="gray" d="M0,0H1V1H0V0ZM1,1H2V2H1V1Z"/></svg>');
  background-size: 0.5em;
  border-radius: 0.15em;
  z-index: -1;
}
.pickr .pcr-button::before {
  z-index: initial;
}
.pickr .pcr-button::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  background: var(--pcr-color);
  border-radius: 0.15em;
}
.pickr .pcr-button.clear {
  background-size: 70%;
}
.pickr .pcr-button.clear::before {
  opacity: 0;
}
.pickr .pcr-button.clear:focus {
  -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.85),
    0 0 0 3px var(--pcr-color);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.85), 0 0 0 3px var(--pcr-color);
}
.pickr .pcr-button.disabled {
  cursor: not-allowed;
}
.pcr-app *,
.pickr * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  border: none;
  -webkit-appearance: none;
}
.pcr-app button.pcr-active,
.pcr-app button:focus,
.pcr-app input.pcr-active,
.pcr-app input:focus,
.pickr button.pcr-active,
.pickr button:focus,
.pickr input.pcr-active,
.pickr input:focus {
  -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.85),
    0 0 0 3px var(--pcr-color);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.85), 0 0 0 3px var(--pcr-color);
}
.pcr-app .pcr-palette,
.pcr-app .pcr-slider,
.pickr .pcr-palette,
.pickr .pcr-slider {
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
.pcr-app .pcr-palette:focus,
.pcr-app .pcr-slider:focus,
.pickr .pcr-palette:focus,
.pickr .pcr-slider:focus {
  -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.85),
    0 0 0 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.85), 0 0 0 3px rgba(0, 0, 0, 0.25);
}
.pcr-app {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 10000;
  border-radius: 0.1em;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0s 0.3s;
  transition: opacity 0.3s, visibility 0s 0.3s;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto',
    'Helvetica Neue', Arial, sans-serif;
  -webkit-box-shadow: 0 0.15em 1.5em 0 rgba(0, 0, 0, 0.1),
    0 0 1em 0 rgba(0, 0, 0, 0.03);
  box-shadow: 0 0.15em 1.5em 0 rgba(0, 0, 0, 0.1), 0 0 1em 0 rgba(0, 0, 0, 0.03);
  left: 0;
  top: 0;
}
.pcr-app.visible {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  visibility: visible;
  opacity: 1;
}
.pcr-app .pcr-swatches {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 0.75em;
}
.pcr-app .pcr-swatches.pcr-last {
  margin: 0;
}
@supports (display: grid) {
  .pcr-app .pcr-swatches {
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-template-columns: repeat(auto-fit, 1.75em);
  }
}
.pcr-app .pcr-swatches > button {
  font-size: 1em;
  position: relative;
  width: calc(1.75em - 5px);
  height: calc(1.75em - 5px);
  border-radius: 0.15em;
  cursor: pointer;
  margin: 2.5px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  justify-self: center;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
  overflow: hidden;
  background: transparent;
  z-index: 1;
}
.pcr-app .pcr-swatches > button::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="white" d="M1,0H2V1H1V0ZM0,1H1V2H0V1Z"/><path fill="gray" d="M0,0H1V1H0V0ZM1,1H2V2H1V1Z"/></svg>');
  background-size: 6px;
  border-radius: 0.15em;
  z-index: -1;
}
.pcr-app .pcr-swatches > button::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--pcr-color);
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 0.15em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pcr-app .pcr-swatches > button:hover {
  -webkit-filter: brightness(1.05);
  filter: brightness(1.05);
}
.pcr-app .pcr-swatches > button:not(.pcr-active) {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.pcr-app .pcr-interaction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -0.2em;
}
.pcr-app .pcr-interaction > * {
  margin: 0 0.2em;
}
.pcr-app .pcr-interaction input {
  letter-spacing: 0.07em;
  font-size: 0.75em;
  text-align: center;
  cursor: pointer;
  color: #75797e;
  background: #f1f3f4;
  border-radius: 0.15em;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
  padding: 0.45em 0.5em;
  margin-top: 0.75em;
}
.pcr-app .pcr-interaction input:hover {
  -webkit-filter: brightness(0.975);
  filter: brightness(0.975);
}
.pcr-app .pcr-interaction input:focus {
  -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.85),
    0 0 0 3px rgba(66, 133, 244, 0.75);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.85),
    0 0 0 3px rgba(66, 133, 244, 0.75);
}
.pcr-app .pcr-interaction .pcr-result {
  color: #75797e;
  text-align: left;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 8em;
  flex: 1 1 8em;
  min-width: 8em;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border-radius: 0.15em;
  background: #f1f3f4;
  cursor: text;
}
.pcr-app .pcr-interaction .pcr-result::-moz-selection {
  background: #4285f4;
  color: #fff;
}
.pcr-app .pcr-interaction .pcr-result::selection {
  background: #4285f4;
  color: #fff;
}
.pcr-app .pcr-interaction .pcr-type.active {
  color: #fff;
  background: #4285f4;
}
.pcr-app .pcr-interaction .pcr-cancel,
.pcr-app .pcr-interaction .pcr-clear,
.pcr-app .pcr-interaction .pcr-save {
  color: #fff;
  width: auto;
}
.pcr-app .pcr-interaction .pcr-cancel,
.pcr-app .pcr-interaction .pcr-clear,
.pcr-app .pcr-interaction .pcr-save {
  color: #fff;
}
.pcr-app .pcr-interaction .pcr-cancel:hover,
.pcr-app .pcr-interaction .pcr-clear:hover,
.pcr-app .pcr-interaction .pcr-save:hover {
  -webkit-filter: brightness(0.925);
  filter: brightness(0.925);
}
.pcr-app .pcr-interaction .pcr-save {
  background: #4285f4;
}
.pcr-app .pcr-interaction .pcr-cancel,
.pcr-app .pcr-interaction .pcr-clear {
  background: #f44250;
}
.pcr-app .pcr-interaction .pcr-cancel:focus,
.pcr-app .pcr-interaction .pcr-clear:focus {
  -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.85),
    0 0 0 3px rgba(244, 66, 80, 0.75);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.85),
    0 0 0 3px rgba(244, 66, 80, 0.75);
}
.pcr-app .pcr-selection .pcr-picker {
  position: absolute;
  height: 18px;
  width: 18px;
  border: 2px solid #fff;
  border-radius: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.pcr-app .pcr-selection .pcr-color-chooser,
.pcr-app .pcr-selection .pcr-color-opacity,
.pcr-app .pcr-selection .pcr-color-palette {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  cursor: grab;
  cursor: -webkit-grab;
}
.pcr-app .pcr-selection .pcr-color-chooser:active,
.pcr-app .pcr-selection .pcr-color-opacity:active,
.pcr-app .pcr-selection .pcr-color-palette:active {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}
.pcr-app[data-theme='classic'] {
  width: 28.5em;
  max-width: 95vw;
  padding: 0.8em;
}
.pcr-app[data-theme='classic'] .pcr-selection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.pcr-app[data-theme='classic'] .pcr-selection .pcr-color-preview {
  position: relative;
  z-index: 1;
  width: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-right: 0.75em;
}
.pcr-app[data-theme='classic'] .pcr-selection .pcr-color-preview::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="white" d="M1,0H2V1H1V0ZM0,1H1V2H0V1Z"/><path fill="gray" d="M0,0H1V1H0V0ZM1,1H2V2H1V1Z"/></svg>');
  background-size: 0.5em;
  border-radius: 0.15em;
  z-index: -1;
}
.pcr-app[data-theme='classic']
  .pcr-selection
  .pcr-color-preview
  .pcr-last-color {
  cursor: pointer;
  border-radius: 0.15em 0.15em 0 0;
  z-index: 2;
}
.pcr-app[data-theme='classic']
  .pcr-selection
  .pcr-color-preview
  .pcr-current-color {
  border-radius: 0 0 0.15em 0.15em;
}
.pcr-app[data-theme='classic']
  .pcr-selection
  .pcr-color-preview
  .pcr-last-color,
.pcr-app[data-theme='classic']
  .pcr-selection
  .pcr-color-preview
  .pcr-current-color {
  background: var(--pcr-color);
  width: 100%;
  height: 50%;
}
.pcr-app[data-theme='classic'] .pcr-selection .pcr-color-palette {
  width: 100%;
  height: 8em;
  z-index: 1;
}
.pcr-app[data-theme='classic'] .pcr-selection .pcr-color-palette .pcr-palette {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border-radius: 0.15em;
}
.pcr-app[data-theme='classic']
  .pcr-selection
  .pcr-color-palette
  .pcr-palette::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="white" d="M1,0H2V1H1V0ZM0,1H1V2H0V1Z"/><path fill="gray" d="M0,0H1V1H0V0ZM1,1H2V2H1V1Z"/></svg>');
  background-size: 0.5em;
  border-radius: 0.15em;
  z-index: -1;
}
.pcr-app[data-theme='classic'] .pcr-selection .pcr-color-chooser,
.pcr-app[data-theme='classic'] .pcr-selection .pcr-color-opacity {
  margin-left: 0.75em;
}
.pcr-app[data-theme='classic'] .pcr-selection .pcr-color-chooser .pcr-picker,
.pcr-app[data-theme='classic'] .pcr-selection .pcr-color-opacity .pcr-picker {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.pcr-app[data-theme='classic'] .pcr-selection .pcr-color-chooser .pcr-slider,
.pcr-app[data-theme='classic'] .pcr-selection .pcr-color-opacity .pcr-slider {
  width: 8px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border-radius: 50em;
}
.pcr-app[data-theme='classic'] .pcr-selection .pcr-color-chooser .pcr-slider {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(red),
    color-stop(#ff0),
    color-stop(lime),
    color-stop(cyan),
    color-stop(blue),
    color-stop(#f0f),
    to(red)
  );
  background: linear-gradient(
    to bottom,
    red,
    #ff0,
    lime,
    cyan,
    blue,
    #f0f,
    red
  );
}
.pcr-app[data-theme='classic'] .pcr-selection .pcr-color-opacity .pcr-slider {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(transparent),
      to(black)
    ),
    url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="white" d="M1,0H2V1H1V0ZM0,1H1V2H0V1Z"/><path fill="gray" d="M0,0H1V1H0V0ZM1,1H2V2H1V1Z"/></svg>');
  background: linear-gradient(to bottom, transparent, black),
    url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="white" d="M1,0H2V1H1V0ZM0,1H1V2H0V1Z"/><path fill="gray" d="M0,0H1V1H0V0ZM1,1H2V2H1V1Z"/></svg>');
  background-size: 100%, 50%;
}
