/*!
 * RenderKit
 * Version 0.9.6-beta
 * github.com/matteobertoldo/renderkit
 * Licensed under MIT Open Source
 */
@import url("https://fonts.googleapis.com/css?family=Work+Sans:400,700|Josefin+Sans:400,400i,700|Abril+Fatface");
html {
  font-family: sans-serif;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

body {
  font-family: "Work Sans", sans-serif;
  font-weight: normal;
  background-color: #ffffff;
  color: #666666;
  line-height: 1.15;
  margin: 0;
}

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

abbr,
blockquote,
dd,
dl,
dt,
fieldset,
figure,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
legend,
li,
ol,
p,
pre,
ul {
  margin: 0;
}

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

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

progress {
  vertical-align: baseline;
}

template,
[hidden] {
  display: none;
}

a {
  background-color: transparent;
  color: #61afef;
  text-decoration: underline;
}

[data-whatinput="mouse"] a:focus,
[data-whatinput="touch"] a:focus {
  outline: 0;
}

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

b,
strong {
  font-family: inherit;
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #fff000;
  color: #000000;
}

q::before {
  content: '\201C';
}

q::after {
  content: '\201D';
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img,
video {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

img,
iframe {
  border: 0;
}

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

pre {
  overflow: auto;
}

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

svg {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -0.063em;
  width: 100%;
  height: 100%;
  fill: currentColor;
}

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

body,
button,
input,
select,
textarea {
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: 'liga', 'kern';
          font-feature-settings: 'liga', 'kern';
  direction: ltr;
}

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

[data-whatinput="mouse"] button:focus,
[data-whatinput="touch"] button:focus, [data-whatinput="mouse"]
input:focus,
[data-whatinput="touch"]
input:focus, [data-whatinput="mouse"]
select:focus,
[data-whatinput="touch"]
select:focus, [data-whatinput="mouse"]
textarea:focus,
[data-whatinput="touch"]
textarea:focus {
  outline: 0;
}

button,
input {
  overflow: visible;
}

select,
button {
  text-transform: none;
  cursor: pointer;
}

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

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

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.313em 0.625em 0.750em;
}

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

input[type="email"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], select, textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid lightgray;
  border-radius: 0;
}

input[type="checkbox"], input[type="radio"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute !important;
  width: 1px;
  height: 1px;
  border: 0;
  white-space: nowrap;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  margin: -1px;
  padding: 0;
}

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

input[type="search"] {
  outline-offset: -2px;
}

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

input::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
  border: 1px solid lightgray;
  background-color: white;
  border-radius: 0;
}

input[type="reset"], input[type="submit"] {
  white-space: normal;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #666666;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

textarea {
  overflow: auto;
}

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

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

@media print {
  *, ::after, ::before {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  a, a:visited {
    text-decoration: underline;
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: '';
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  blockquote, pre, table {
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img, tr {
    page-break-inside: avoid;
  }
  img {
    max-width: 100%;
  }
  h2, h3, p {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
  .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;
  }
  @page {
    margin: 0.5cm;
  }
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: inherit;
  font-weight: bold;
  text-transform: uppercase;
  color: #666666;
}

h1,
.h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 16px;
}

h2,
.h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 16px;
}

h3,
.h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 16px;
}

h4,
.h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 16px;
}

h5,
.h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 16px;
}

h6,
.h6 {
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 16px;
}

@media print, only screen and (min-width: 641px) {
  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;
  }
}

p {
  font-family: "Josefin Sans", sans-serif;
  font-weight: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-transform: none;
  color: #666666;
  margin: 0;
}

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

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

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

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

@media print, only screen and (min-width: 641px) {
  .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, only screen and (min-width: 1025px) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}

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

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

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

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

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

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

.invisible {
  visibility: hidden !important;
}

.hide {
  display: none !important;
}

.visuallyhidden, .show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  border: 0;
  white-space: nowrap;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  margin: -1px;
  padding: 0;
}

.visuallyhidden-off, .show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  border: initial;
  white-space: inherit;
  clip: none;
  overflow: inherit;
  margin: 0;
}

.no-select {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.no-touch {
  -webkit-touch-callout: none;
  -ms-touch-action: none;
      touch-action: none;
}

.no-text {
  font: 0/0 a;
  text-indent: 100%;
  white-space: nowrap;
  color: transparent;
  overflow: hidden;
}

.no-bullet {
  list-style-type: none;
  margin: 0;
}

.no-overflow {
  overflow: hidden;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-default {
  cursor: default;
}

.cursor-grab {
  cursor: -webkit-grab;
  cursor: grab;
}

.cursor-grabbing {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

@media only screen and (max-width: 640px) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media only screen and (min-width: 641px) {
  .show-for-small-only {
    display: none !important;
  }
}

@media print, only screen and (min-width: 641px) {
  .hide-for-medium {
    display: none !important;
  }
}

@media only screen and (max-width: 640px) {
  .show-for-medium {
    display: none !important;
  }
}

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media only screen and (max-width: 640px), only screen and (min-width: 1025px) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media print, only screen and (min-width: 1025px) {
  .hide-for-large {
    display: none !important;
  }
}

@media only screen and (max-width: 1024px) {
  .show-for-large {
    display: none !important;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media only screen and (max-width: 1024px), only screen and (min-width: 1201px) {
  .show-for-large-only {
    display: none !important;
  }
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}

@media only screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}

@media only screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none;
}

@media only screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}

@media only screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

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

.clearfix::before, .clearfix::after {
  content: '';
  display: table;
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.clearfix::after {
  clear: both;
}

.clear-both {
  clear: both;
}

.grid-container {
  padding-right: 10px;
  padding-left: 10px;
  max-width: 1200px;
  margin: 0 auto;
}

@media print, only screen and (min-width: 641px) {
  .grid-container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.grid-container.fluid {
  padding-right: 10px;
  padding-left: 10px;
  max-width: 100%;
  margin: 0 auto;
}

@media print, only screen and (min-width: 641px) {
  .grid-container.fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.grid-container.full {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin: 0 auto;
}

.grid-x {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.cell {
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%;
}

.cell.auto {
  -webkit-flex: 1 1 0px;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
}

.cell.shrink {
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.grid-x > .auto {
  width: auto;
  margin-left: 10px;
  margin-right: 10px;
}

.grid-x > .shrink {
  width: auto;
  margin-left: 10px;
  margin-right: 10px;
}

.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 {
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
}

@media print, only screen and (min-width: 641px) {
  .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 {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
  }
}

@media print, only screen and (min-width: 1025px) {
  .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 {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
  }
}

.grid-x > .small-1 {
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 8.33333%;
}

.grid-x > .small-2 {
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.66667%;
}

.grid-x > .small-3 {
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%;
}

.grid-x > .small-4 {
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.33333%;
}

.grid-x > .small-5 {
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 41.66667%;
}

.grid-x > .small-6 {
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
}

.grid-x > .small-7 {
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 58.33333%;
}

.grid-x > .small-8 {
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 66.66667%;
}

.grid-x > .small-9 {
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 75%;
}

.grid-x > .small-10 {
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 83.33333%;
}

.grid-x > .small-11 {
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 91.66667%;
}

.grid-x > .small-12 {
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}

@media print, only screen and (min-width: 641px) {
  .grid-x > .medium-auto {
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
  }
  .grid-x > .medium-shrink {
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
  }
  .grid-x > .medium-1 {
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333%;
  }
  .grid-x > .medium-2 {
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%;
  }
  .grid-x > .medium-3 {
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .grid-x > .medium-4 {
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%;
  }
  .grid-x > .medium-5 {
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66667%;
  }
  .grid-x > .medium-6 {
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .grid-x > .medium-7 {
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333%;
  }
  .grid-x > .medium-8 {
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66667%;
  }
  .grid-x > .medium-9 {
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .grid-x > .medium-10 {
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333%;
  }
  .grid-x > .medium-11 {
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66667%;
  }
  .grid-x > .medium-12 {
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
}

@media print, only screen and (min-width: 1025px) {
  .grid-x > .large-auto {
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
  }
  .grid-x > .large-shrink {
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
  }
  .grid-x > .large-1 {
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333%;
  }
  .grid-x > .large-2 {
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%;
  }
  .grid-x > .large-3 {
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .grid-x > .large-4 {
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%;
  }
  .grid-x > .large-5 {
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66667%;
  }
  .grid-x > .large-6 {
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .grid-x > .large-7 {
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333%;
  }
  .grid-x > .large-8 {
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66667%;
  }
  .grid-x > .large-9 {
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .grid-x > .large-10 {
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333%;
  }
  .grid-x > .large-11 {
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66667%;
  }
  .grid-x > .large-12 {
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    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: -10px;
  margin-right: -10px;
}

@media print, only screen and (min-width: 641px) {
  .grid-margin-x {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.grid-margin-x > .cell {
  width: calc(100% - 20px);
  margin-left: 10px;
  margin-right: 10px;
}

@media print, only screen and (min-width: 641px) {
  .grid-margin-x > .cell {
    width: calc(100% - 30px);
    margin-left: 15px;
    margin-right: 15px;
  }
}

.grid-margin-x > .auto {
  width: auto;
  margin-left: 10px;
  margin-right: 10px;
}

.grid-margin-x > .shrink {
  width: auto;
  margin-left: 10px;
  margin-right: 10px;
}

.grid-margin-x > .small-1 {
  width: calc(8.33333% - 20px);
  margin-left: 10px;
  margin-right: 10px;
}

.grid-margin-x > .small-2 {
  width: calc(16.66667% - 20px);
  margin-left: 10px;
  margin-right: 10px;
}

.grid-margin-x > .small-3 {
  width: calc(25% - 20px);
  margin-left: 10px;
  margin-right: 10px;
}

.grid-margin-x > .small-4 {
  width: calc(33.33333% - 20px);
  margin-left: 10px;
  margin-right: 10px;
}

.grid-margin-x > .small-5 {
  width: calc(41.66667% - 20px);
  margin-left: 10px;
  margin-right: 10px;
}

.grid-margin-x > .small-6 {
  width: calc(50% - 20px);
  margin-left: 10px;
  margin-right: 10px;
}

.grid-margin-x > .small-7 {
  width: calc(58.33333% - 20px);
  margin-left: 10px;
  margin-right: 10px;
}

.grid-margin-x > .small-8 {
  width: calc(66.66667% - 20px);
  margin-left: 10px;
  margin-right: 10px;
}

.grid-margin-x > .small-9 {
  width: calc(75% - 20px);
  margin-left: 10px;
  margin-right: 10px;
}

.grid-margin-x > .small-10 {
  width: calc(83.33333% - 20px);
  margin-left: 10px;
  margin-right: 10px;
}

.grid-margin-x > .small-11 {
  width: calc(91.66667% - 20px);
  margin-left: 10px;
  margin-right: 10px;
}

.grid-margin-x > .small-12 {
  width: calc(100% - 20px);
  margin-left: 10px;
  margin-right: 10px;
}

@media print, only screen and (min-width: 641px) {
  .grid-margin-x > .auto {
    width: auto;
    margin-left: 15px;
    margin-right: 15px;
  }
  .grid-margin-x > .shrink {
    width: auto;
    margin-left: 15px;
    margin-right: 15px;
  }
  .grid-margin-x > .small-1 {
    width: calc(8.33333% - 30px);
    margin-left: 15px;
    margin-right: 15px;
  }
  .grid-margin-x > .small-2 {
    width: calc(16.66667% - 30px);
    margin-left: 15px;
    margin-right: 15px;
  }
  .grid-margin-x > .small-3 {
    width: calc(25% - 30px);
    margin-left: 15px;
    margin-right: 15px;
  }
  .grid-margin-x > .small-4 {
    width: calc(33.33333% - 30px);
    margin-left: 15px;
    margin-right: 15px;
  }
  .grid-margin-x > .small-5 {
    width: calc(41.66667% - 30px);
    margin-left: 15px;
    margin-right: 15px;
  }
  .grid-margin-x > .small-6 {
    width: calc(50% - 30px);
    margin-left: 15px;
    margin-right: 15px;
  }
  .grid-margin-x > .small-7 {
    width: calc(58.33333% - 30px);
    margin-left: 15px;
    margin-right: 15px;
  }
  .grid-margin-x > .small-8 {
    width: calc(66.66667% - 30px);
    margin-left: 15px;
    margin-right: 15px;
  }
  .grid-margin-x > .small-9 {
    width: calc(75% - 30px);
    margin-left: 15px;
    margin-right: 15px;
  }
  .grid-margin-x > .small-10 {
    width: calc(83.33333% - 30px);
    margin-left: 15px;
    margin-right: 15px;
  }
  .grid-margin-x > .small-11 {
    width: calc(91.66667% - 30px);
    margin-left: 15px;
    margin-right: 15px;
  }
  .grid-margin-x > .small-12 {
    width: calc(100% - 30px);
    margin-left: 15px;
    margin-right: 15px;
  }
  .grid-margin-x > .medium-auto {
    width: auto;
    margin-left: 15px;
    margin-right: 15px;
  }
  .grid-margin-x > .medium-shrink {
    width: auto;
    margin-left: 15px;
    margin-right: 15px;
  }
  .grid-margin-x > .medium-1 {
    width: calc(8.33333% - 30px);
    margin-left: 15px;
    margin-right: 15px;
  }
  .grid-margin-x > .medium-2 {
    width: calc(16.66667% - 30px);
    margin-left: 15px;
    margin-right: 15px;
  }
  .grid-margin-x > .medium-3 {
    width: calc(25% - 30px);
    margin-left: 15px;
    margin-right: 15px;
  }
  .grid-margin-x > .medium-4 {
    width: calc(33.33333% - 30px);
    margin-left: 15px;
    margin-right: 15px;
  }
  .grid-margin-x > .medium-5 {
    width: calc(41.66667% - 30px);
    margin-left: 15px;
    margin-right: 15px;
  }
  .grid-margin-x > .medium-6 {
    width: calc(50% - 30px);
    margin-left: 15px;
    margin-right: 15px;
  }
  .grid-margin-x > .medium-7 {
    width: calc(58.33333% - 30px);
    margin-left: 15px;
    margin-right: 15px;
  }
  .grid-margin-x > .medium-8 {
    width: calc(66.66667% - 30px);
    margin-left: 15px;
    margin-right: 15px;
  }
  .grid-margin-x > .medium-9 {
    width: calc(75% - 30px);
    margin-left: 15px;
    margin-right: 15px;
  }
  .grid-margin-x > .medium-10 {
    width: calc(83.33333% - 30px);
    margin-left: 15px;
    margin-right: 15px;
  }
  .grid-margin-x > .medium-11 {
    width: calc(91.66667% - 30px);
    margin-left: 15px;
    margin-right: 15px;
  }
  .grid-margin-x > .medium-12 {
    width: calc(100% - 30px);
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media print, only screen and (min-width: 1025px) {
  .grid-margin-x > .large-auto {
    width: auto;
    margin-left: 15px;
    margin-right: 15px;
  }
  .grid-margin-x > .large-shrink {
    width: auto;
    margin-left: 15px;
    margin-right: 15px;
  }
  .grid-margin-x > .large-1 {
    width: calc(8.33333% - 30px);
    margin-left: 15px;
    margin-right: 15px;
  }
  .grid-margin-x > .large-2 {
    width: calc(16.66667% - 30px);
    margin-left: 15px;
    margin-right: 15px;
  }
  .grid-margin-x > .large-3 {
    width: calc(25% - 30px);
    margin-left: 15px;
    margin-right: 15px;
  }
  .grid-margin-x > .large-4 {
    width: calc(33.33333% - 30px);
    margin-left: 15px;
    margin-right: 15px;
  }
  .grid-margin-x > .large-5 {
    width: calc(41.66667% - 30px);
    margin-left: 15px;
    margin-right: 15px;
  }
  .grid-margin-x > .large-6 {
    width: calc(50% - 30px);
    margin-left: 15px;
    margin-right: 15px;
  }
  .grid-margin-x > .large-7 {
    width: calc(58.33333% - 30px);
    margin-left: 15px;
    margin-right: 15px;
  }
  .grid-margin-x > .large-8 {
    width: calc(66.66667% - 30px);
    margin-left: 15px;
    margin-right: 15px;
  }
  .grid-margin-x > .large-9 {
    width: calc(75% - 30px);
    margin-left: 15px;
    margin-right: 15px;
  }
  .grid-margin-x > .large-10 {
    width: calc(83.33333% - 30px);
    margin-left: 15px;
    margin-right: 15px;
  }
  .grid-margin-x > .large-11 {
    width: calc(91.66667% - 30px);
    margin-left: 15px;
    margin-right: 15px;
  }
  .grid-margin-x > .large-12 {
    width: calc(100% - 30px);
    margin-left: 15px;
    margin-right: 15px;
  }
}

.grid-padding-x .grid-padding-x {
  margin-right: -10px;
  margin-left: -10px;
}

@media print, only screen and (min-width: 641px) {
  .grid-padding-x .grid-padding-x {
    margin-right: -15px;
    margin-left: -15px;
  }
}

.grid-container:not(.full) > .grid-padding-x {
  margin-right: -10px;
  margin-left: -10px;
}

@media print, only screen and (min-width: 641px) {
  .grid-container:not(.full) > .grid-padding-x {
    margin-right: -15px;
    margin-left: -15px;
  }
}

.grid-padding-x > .cell {
  padding-right: 10px;
  padding-left: 10px;
}

@media print, only screen and (min-width: 641px) {
  .grid-padding-x > .cell {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.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, only screen and (min-width: 641px) {
  .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, only screen and (min-width: 1025px) {
  .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% - 20px);
  margin-right: 10px;
  margin-left: 10px;
}

.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 20px);
  margin-right: 10px;
  margin-left: 10px;
}

.grid-margin-x.small-up-3 > .cell {
  width: calc(33.33333% - 20px);
  margin-right: 10px;
  margin-left: 10px;
}

.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 20px);
  margin-right: 10px;
  margin-left: 10px;
}

.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 20px);
  margin-right: 10px;
  margin-left: 10px;
}

.grid-margin-x.small-up-6 > .cell {
  width: calc(16.66667% - 20px);
  margin-right: 10px;
  margin-left: 10px;
}

.grid-margin-x.small-up-7 > .cell {
  width: calc(14.28571% - 20px);
  margin-right: 10px;
  margin-left: 10px;
}

.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 20px);
  margin-right: 10px;
  margin-left: 10px;
}

@media print, only screen and (min-width: 641px) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 30px);
    margin-right: 15px;
    margin-left: 15px;
  }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 30px);
    margin-right: 15px;
    margin-left: 15px;
  }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.33333% - 30px);
    margin-right: 15px;
    margin-left: 15px;
  }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 30px);
    margin-right: 15px;
    margin-left: 15px;
  }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 30px);
    margin-right: 15px;
    margin-left: 15px;
  }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.66667% - 30px);
    margin-right: 15px;
    margin-left: 15px;
  }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.28571% - 30px);
    margin-right: 15px;
    margin-left: 15px;
  }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 30px);
    margin-right: 15px;
    margin-left: 15px;
  }
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 30px);
    margin-right: 15px;
    margin-left: 15px;
  }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 30px);
    margin-right: 15px;
    margin-left: 15px;
  }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.33333% - 30px);
    margin-right: 15px;
    margin-left: 15px;
  }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 30px);
    margin-right: 15px;
    margin-left: 15px;
  }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 30px);
    margin-right: 15px;
    margin-left: 15px;
  }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.66667% - 30px);
    margin-right: 15px;
    margin-left: 15px;
  }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.28571% - 30px);
    margin-right: 15px;
    margin-left: 15px;
  }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 30px);
    margin-right: 15px;
    margin-left: 15px;
  }
}

@media print, only screen and (min-width: 1025px) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 30px);
    margin-right: 15px;
    margin-left: 15px;
  }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 30px);
    margin-right: 15px;
    margin-left: 15px;
  }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.33333% - 30px);
    margin-right: 15px;
    margin-left: 15px;
  }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 30px);
    margin-right: 15px;
    margin-left: 15px;
  }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 30px);
    margin-right: 15px;
    margin-left: 15px;
  }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.66667% - 30px);
    margin-right: 15px;
    margin-left: 15px;
  }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.28571% - 30px);
    margin-right: 15px;
    margin-left: 15px;
  }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 30px);
    margin-right: 15px;
    margin-left: 15px;
  }
}

.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, only screen and (min-width: 641px) {
  .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, only screen and (min-width: 1025px) {
  .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, only screen and (min-width: 641px) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}

@media print, only screen and (min-width: 641px) {
  .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, only screen and (min-width: 641px) {
  .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, only screen and (min-width: 1025px) {
  .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, only screen and (min-width: 641px) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media print, only screen and (min-width: 1025px) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}

@media print, only screen and (min-width: 1025px) {
  .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, only screen and (min-width: 1025px) {
  .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, only screen and (min-width: 1025px) {
  .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, only screen and (min-width: 1025px) {
  .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% + 10px);
}

.small-offset-1 {
  margin-left: 8.33333%;
}

.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.33333% + 10px);
}

.small-offset-2 {
  margin-left: 16.66667%;
}

.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.66667% + 10px);
}

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

.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + 10px);
}

.small-offset-4 {
  margin-left: 33.33333%;
}

.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.33333% + 10px);
}

.small-offset-5 {
  margin-left: 41.66667%;
}

.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.66667% + 10px);
}

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

.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + 10px);
}

.small-offset-7 {
  margin-left: 58.33333%;
}

.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.33333% + 10px);
}

.small-offset-8 {
  margin-left: 66.66667%;
}

.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.66667% + 10px);
}

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

.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + 10px);
}

.small-offset-10 {
  margin-left: 83.33333%;
}

.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.33333% + 10px);
}

.small-offset-11 {
  margin-left: 91.66667%;
}

.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.66667% + 10px);
}

@media print, only screen and (min-width: 641px) {
  .medium-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 15px);
  }
  .medium-offset-1 {
    margin-left: 8.33333%;
  }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.33333% + 15px);
  }
  .medium-offset-2 {
    margin-left: 16.66667%;
  }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.66667% + 15px);
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 15px);
  }
  .medium-offset-4 {
    margin-left: 33.33333%;
  }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.33333% + 15px);
  }
  .medium-offset-5 {
    margin-left: 41.66667%;
  }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.66667% + 15px);
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 15px);
  }
  .medium-offset-7 {
    margin-left: 58.33333%;
  }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.33333% + 15px);
  }
  .medium-offset-8 {
    margin-left: 66.66667%;
  }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.66667% + 15px);
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 15px);
  }
  .medium-offset-10 {
    margin-left: 83.33333%;
  }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.33333% + 15px);
  }
  .medium-offset-11 {
    margin-left: 91.66667%;
  }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.66667% + 15px);
  }
}

@media print, only screen and (min-width: 1025px) {
  .large-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 15px);
  }
  .large-offset-1 {
    margin-left: 8.33333%;
  }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.33333% + 15px);
  }
  .large-offset-2 {
    margin-left: 16.66667%;
  }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.66667% + 15px);
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 15px);
  }
  .large-offset-4 {
    margin-left: 33.33333%;
  }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.33333% + 15px);
  }
  .large-offset-5 {
    margin-left: 41.66667%;
  }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.66667% + 15px);
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 15px);
  }
  .large-offset-7 {
    margin-left: 58.33333%;
  }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.33333% + 15px);
  }
  .large-offset-8 {
    margin-left: 66.66667%;
  }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.66667% + 15px);
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 15px);
  }
  .large-offset-10 {
    margin-left: 83.33333%;
  }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.33333% + 15px);
  }
  .large-offset-11 {
    margin-left: 91.66667%;
  }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.66667% + 15px);
  }
}

.grid-y {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}

.grid-y > .cell {
  width: auto;
  max-width: none;
}

.grid-y > .auto {
  height: auto;
  margin-top: 15px;
  margin-bottom: 15px;
}

.grid-y > .shrink {
  height: auto;
  margin-top: 15px;
  margin-bottom: 15px;
}

.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 {
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
}

@media print, only screen and (min-width: 641px) {
  .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 {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
  }
}

@media print, only screen and (min-width: 1025px) {
  .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 {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: 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, only screen and (min-width: 641px) {
  .grid-y > .medium-auto {
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    height: auto;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .grid-y > .medium-shrink {
    height: auto;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .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, only screen and (min-width: 1025px) {
  .grid-y > .large-auto {
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    height: auto;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .grid-y > .large-shrink {
    height: auto;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .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: -10px;
  margin-bottom: -10px;
}

@media print, only screen and (min-width: 641px) {
  .grid-padding-y .grid-padding-y {
    margin-top: -15px;
    margin-bottom: -15px;
  }
}

.grid-padding-y > .cell {
  padding-top: 10px;
  padding-bottom: 10px;
}

@media print, only screen and (min-width: 641px) {
  .grid-padding-y > .cell {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.grid-margin-y {
  margin-top: -10px;
  margin-bottom: -10px;
}

@media print, only screen and (min-width: 641px) {
  .grid-margin-y {
    margin-top: -15px;
    margin-bottom: -15px;
  }
}

.grid-margin-y > .cell {
  height: calc(100% - 20px);
  margin-top: 10px;
  margin-bottom: 10px;
}

@media print, only screen and (min-width: 641px) {
  .grid-margin-y > .cell {
    height: calc(100% - 30px);
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

.grid-margin-y > .auto {
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

.grid-margin-y > .shrink {
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

.grid-margin-y > .small-1 {
  height: calc(8.33333% - 20px);
  margin-top: 10px;
  margin-bottom: 10px;
}

.grid-margin-y > .small-2 {
  height: calc(16.66667% - 20px);
  margin-top: 10px;
  margin-bottom: 10px;
}

.grid-margin-y > .small-3 {
  height: calc(25% - 20px);
  margin-top: 10px;
  margin-bottom: 10px;
}

.grid-margin-y > .small-4 {
  height: calc(33.33333% - 20px);
  margin-top: 10px;
  margin-bottom: 10px;
}

.grid-margin-y > .small-5 {
  height: calc(41.66667% - 20px);
  margin-top: 10px;
  margin-bottom: 10px;
}

.grid-margin-y > .small-6 {
  height: calc(50% - 20px);
  margin-top: 10px;
  margin-bottom: 10px;
}

.grid-margin-y > .small-7 {
  height: calc(58.33333% - 20px);
  margin-top: 10px;
  margin-bottom: 10px;
}

.grid-margin-y > .small-8 {
  height: calc(66.66667% - 20px);
  margin-top: 10px;
  margin-bottom: 10px;
}

.grid-margin-y > .small-9 {
  height: calc(75% - 20px);
  margin-top: 10px;
  margin-bottom: 10px;
}

.grid-margin-y > .small-10 {
  height: calc(83.33333% - 20px);
  margin-top: 10px;
  margin-bottom: 10px;
}

.grid-margin-y > .small-11 {
  height: calc(91.66667% - 20px);
  margin-top: 10px;
  margin-bottom: 10px;
}

.grid-margin-y > .small-12 {
  height: calc(100% - 20px);
  margin-top: 10px;
  margin-bottom: 10px;
}

@media print, only screen and (min-width: 641px) {
  .grid-margin-y > .auto {
    height: auto;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .grid-margin-y > .shrink {
    height: auto;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.33333% - 30px);
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .grid-margin-y > .small-2 {
    height: calc(16.66667% - 30px);
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 30px);
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .grid-margin-y > .small-4 {
    height: calc(33.33333% - 30px);
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .grid-margin-y > .small-5 {
    height: calc(41.66667% - 30px);
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 30px);
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .grid-margin-y > .small-7 {
    height: calc(58.33333% - 30px);
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .grid-margin-y > .small-8 {
    height: calc(66.66667% - 30px);
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 30px);
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .grid-margin-y > .small-10 {
    height: calc(83.33333% - 30px);
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .grid-margin-y > .small-11 {
    height: calc(91.66667% - 30px);
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 30px);
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .grid-margin-y > .medium-auto {
    height: auto;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.33333% - 30px);
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.66667% - 30px);
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 30px);
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.33333% - 30px);
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.66667% - 30px);
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 30px);
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.33333% - 30px);
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.66667% - 30px);
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 30px);
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.33333% - 30px);
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.66667% - 30px);
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 30px);
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

@media print, only screen and (min-width: 1025px) {
  .grid-margin-y > .large-auto {
    height: auto;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.33333% - 30px);
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .grid-margin-y > .large-2 {
    height: calc(16.66667% - 30px);
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 30px);
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .grid-margin-y > .large-4 {
    height: calc(33.33333% - 30px);
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .grid-margin-y > .large-5 {
    height: calc(41.66667% - 30px);
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 30px);
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .grid-margin-y > .large-7 {
    height: calc(58.33333% - 30px);
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .grid-margin-y > .large-8 {
    height: calc(66.66667% - 30px);
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 30px);
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .grid-margin-y > .large-10 {
    height: calc(83.33333% - 30px);
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .grid-margin-y > .large-11 {
    height: calc(91.66667% - 30px);
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 30px);
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

.grid-frame {
  overflow: hidden;
  position: relative;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-align-items: 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-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 100%;
}

.cell-block-container > .grid-x {
  max-height: 100%;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}

@media print, only screen and (min-width: 641px) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-align-items: 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-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 100%;
  }
  .medium-cell-block-container > .grid-x {
    max-height: 100%;
    -webkit-flex-wrap: nowrap;
        -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, only screen and (min-width: 1025px) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-align-items: 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-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 100%;
  }
  .large-cell-block-container > .grid-x {
    max-height: 100%;
    -webkit-flex-wrap: nowrap;
        -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 {
  width: auto;
  overflow: hidden;
  position: relative;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 100vh;
}

@media print, only screen and (min-width: 641px) {
  .grid-y.medium-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100vh;
  }
}

@media print, only screen and (min-width: 1025px) {
  .grid-y.large-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100vh;
  }
}

.cell .grid-y.grid-frame {
  height: 100%;
}

@media print, only screen and (min-width: 641px) {
  .cell .grid-y.medium-grid-frame {
    height: 100%;
  }
}

@media print, only screen and (min-width: 1025px) {
  .cell .grid-y.large-grid-frame {
    height: 100%;
  }
}

.grid-margin-y {
  margin-top: -10px;
  margin-bottom: -10px;
}

@media print, only screen and (min-width: 641px) {
  .grid-margin-y {
    margin-top: -15px;
    margin-bottom: -15px;
  }
}

.grid-margin-y > .cell {
  height: calc(100% - 20px);
  margin-top: 10px;
  margin-bottom: 10px;
}

@media print, only screen and (min-width: 641px) {
  .grid-margin-y > .cell {
    height: calc(100% - 30px);
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

.grid-margin-y > .auto {
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

.grid-margin-y > .shrink {
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

.grid-margin-y > .small-1 {
  height: calc(8.33333% - 20px);
  margin-top: 10px;
  margin-bottom: 10px;
}

.grid-margin-y > .small-2 {
  height: calc(16.66667% - 20px);
  margin-top: 10px;
  margin-bottom: 10px;
}

.grid-margin-y > .small-3 {
  height: calc(25% - 20px);
  margin-top: 10px;
  margin-bottom: 10px;
}

.grid-margin-y > .small-4 {
  height: calc(33.33333% - 20px);
  margin-top: 10px;
  margin-bottom: 10px;
}

.grid-margin-y > .small-5 {
  height: calc(41.66667% - 20px);
  margin-top: 10px;
  margin-bottom: 10px;
}

.grid-margin-y > .small-6 {
  height: calc(50% - 20px);
  margin-top: 10px;
  margin-bottom: 10px;
}

.grid-margin-y > .small-7 {
  height: calc(58.33333% - 20px);
  margin-top: 10px;
  margin-bottom: 10px;
}

.grid-margin-y > .small-8 {
  height: calc(66.66667% - 20px);
  margin-top: 10px;
  margin-bottom: 10px;
}

.grid-margin-y > .small-9 {
  height: calc(75% - 20px);
  margin-top: 10px;
  margin-bottom: 10px;
}

.grid-margin-y > .small-10 {
  height: calc(83.33333% - 20px);
  margin-top: 10px;
  margin-bottom: 10px;
}

.grid-margin-y > .small-11 {
  height: calc(91.66667% - 20px);
  margin-top: 10px;
  margin-bottom: 10px;
}

.grid-margin-y > .small-12 {
  height: calc(100% - 20px);
  margin-top: 10px;
  margin-bottom: 10px;
}

@media print, only screen and (min-width: 641px) {
  .grid-margin-y > .auto {
    height: auto;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .grid-margin-y > .shrink {
    height: auto;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.33333% - 30px);
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .grid-margin-y > .small-2 {
    height: calc(16.66667% - 30px);
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 30px);
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .grid-margin-y > .small-4 {
    height: calc(33.33333% - 30px);
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .grid-margin-y > .small-5 {
    height: calc(41.66667% - 30px);
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 30px);
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .grid-margin-y > .small-7 {
    height: calc(58.33333% - 30px);
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .grid-margin-y > .small-8 {
    height: calc(66.66667% - 30px);
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 30px);
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .grid-margin-y > .small-10 {
    height: calc(83.33333% - 30px);
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .grid-margin-y > .small-11 {
    height: calc(91.66667% - 30px);
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 30px);
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .grid-margin-y > .medium-auto {
    height: auto;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.33333% - 30px);
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.66667% - 30px);
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 30px);
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.33333% - 30px);
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.66667% - 30px);
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 30px);
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.33333% - 30px);
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.66667% - 30px);
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 30px);
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.33333% - 30px);
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.66667% - 30px);
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 30px);
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

@media print, only screen and (min-width: 1025px) {
  .grid-margin-y > .large-auto {
    height: auto;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.33333% - 30px);
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .grid-margin-y > .large-2 {
    height: calc(16.66667% - 30px);
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 30px);
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .grid-margin-y > .large-4 {
    height: calc(33.33333% - 30px);
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .grid-margin-y > .large-5 {
    height: calc(41.66667% - 30px);
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 30px);
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .grid-margin-y > .large-7 {
    height: calc(58.33333% - 30px);
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .grid-margin-y > .large-8 {
    height: calc(66.66667% - 30px);
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 30px);
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .grid-margin-y > .large-10 {
    height: calc(83.33333% - 30px);
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .grid-margin-y > .large-11 {
    height: calc(91.66667% - 30px);
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 30px);
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

.grid-frame.grid-margin-y {
  height: calc(100vh + 20px);
}

@media print, only screen and (min-width: 641px) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 30px);
  }
}

@media print, only screen and (min-width: 1025px) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 30px);
  }
}

@media print, only screen and (min-width: 641px) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 30px);
  }
}

@media print, only screen and (min-width: 1025px) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 30px);
  }
}

.align-left {
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.align-right {
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.align-center {
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

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

.align-spaced {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

.align-top {
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

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

.align-bottom {
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

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

.align-middle {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.align-self-middle {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}

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

.align-self-stretch {
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
}

.align-center-middle {
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}

.flex-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flex-child-auto {
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.flex-child-grow {
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.flex-child-shrink {
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.flex-dir-row {
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flex-dir-row-reverse {
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.flex-dir-column {
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-dir-column-reverse {
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

@media print, only screen and (min-width: 641px) {
  .medium-flex-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .medium-flex-child-auto {
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .medium-flex-child-grow {
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  .medium-flex-child-shrink {
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  .medium-flex-dir-row {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .medium-flex-dir-row-reverse {
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .medium-flex-dir-column {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .medium-flex-dir-column-reverse {
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media print, only screen and (min-width: 1025px) {
  .large-flex-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .large-flex-child-auto {
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .large-flex-child-grow {
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  .large-flex-child-shrink {
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  .large-flex-dir-row {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .large-flex-dir-row-reverse {
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .large-flex-dir-column {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .large-flex-dir-column-reverse {
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

input[type="email"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
select,
textarea {
  display: block;
  width: 100%;
  height: 40px;
  font-family: "Josefin Sans", sans-serif;
  font-size: 0.875rem;
  letter-spacing: normal;
  text-transform: none;
  background-color: #efefef;
  color: #666666;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0);
  padding: 10px;
  -webkit-transition: border-color 0.3s ease, color 0.3s ease, background-color 0.3s ease, text-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: border-color 0.3s ease, color 0.3s ease, background-color 0.3s ease, text-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  -o-transition: border-color 0.3s ease, color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease, text-shadow 0.3s ease;
  transition: border-color 0.3s ease, color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease, text-shadow 0.3s ease;
  transition: border-color 0.3s ease, color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease, text-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}

input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="url"]:focus,
select:focus,
textarea:focus {
  background-color: #efefef;
  border-color: #b2b2b2;
  -webkit-box-shadow: 0 0 6px rgba(102, 102, 102, 0.25);
          box-shadow: 0 0 6px rgba(102, 102, 102, 0.25);
}

input[type="email"]:hover:not(:focus):not([disabled]),
input[type="password"]:hover:not(:focus):not([disabled]),
input[type="search"]:hover:not(:focus):not([disabled]),
input[type="tel"]:hover:not(:focus):not([disabled]),
input[type="text"]:hover:not(:focus):not([disabled]),
input[type="url"]:hover:not(:focus):not([disabled]),
select:hover:not(:focus):not([disabled]),
textarea:hover:not(:focus):not([disabled]) {
  background-color: #efefef;
  border-color: #b2b2b2;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0);
}

input[disabled],
select[disabled],
textarea[disabled] {
  color: inherit;
  opacity: 0.5;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: not-allowed;
}

input:required, input:invalid,
select:required,
select:invalid,
textarea:required,
textarea:invalid {
  -webkit-box-shadow: none;
          box-shadow: none;
}

input.error,
select.error,
textarea.error {
  background-color: #f2c0c1;
  border-color: #c04649;
  -webkit-box-shadow: 0 0 6px rgba(192, 70, 73, 0.35);
          box-shadow: 0 0 6px rgba(192, 70, 73, 0.35);
  color: #666666;
}

input.error:hover:not(:focus):not([disabled]), input.error:focus,
select.error:hover:not(:focus):not([disabled]),
select.error:focus,
textarea.error:hover:not(:focus):not([disabled]),
textarea.error:focus {
  background-color: #f2c0c1;
  border-color: #c04649;
  -webkit-box-shadow: 0 0 6px rgba(192, 70, 73, 0.35);
          box-shadow: 0 0 6px rgba(192, 70, 73, 0.35);
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font-family: inherit;
  font-style: italic;
  text-transform: capitalize;
  color: #8c8c8c;
  opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  font-family: inherit;
  font-style: italic;
  text-transform: capitalize;
  color: #8c8c8c;
  opacity: 1;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  font-family: inherit;
  font-style: italic;
  text-transform: capitalize;
  color: #8c8c8c;
  opacity: 1;
}

input::placeholder,
textarea::placeholder {
  font-family: inherit;
  font-style: italic;
  text-transform: capitalize;
  color: #8c8c8c;
  opacity: 1;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  opacity: 0;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  opacity: 0;
}

input:focus::-ms-input-placeholder,
textarea:focus::-ms-input-placeholder {
  opacity: 0;
}

input:focus::placeholder,
textarea:focus::placeholder {
  opacity: 0;
}

input.error::-webkit-input-placeholder,
textarea.error::-webkit-input-placeholder {
  color: #c04649;
  opacity: 1;
}

input.error:-ms-input-placeholder,
textarea.error:-ms-input-placeholder {
  color: #c04649;
  opacity: 1;
}

input.error::-ms-input-placeholder,
textarea.error::-ms-input-placeholder {
  color: #c04649;
  opacity: 1;
}

input.error::placeholder,
textarea.error::placeholder {
  color: #c04649;
  opacity: 1;
}

input.error:focus::-webkit-input-placeholder,
textarea.error:focus::-webkit-input-placeholder {
  opacity: 0;
}

input.error:focus:-ms-input-placeholder,
textarea.error:focus:-ms-input-placeholder {
  opacity: 0;
}

input.error:focus::-ms-input-placeholder,
textarea.error:focus::-ms-input-placeholder {
  opacity: 0;
}

input.error:focus::placeholder,
textarea.error:focus::placeholder {
  opacity: 0;
}

select {
  background-image: url("data:image/svg+xml;utf8,<svg width='100%' height='100%' xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 32 19'><path fill='rgb%28140, 140, 140%29' d='M16,19.2L0,3.8L4.6,0L16,11.5L27.4,0L32,3.8L16,19.2z'/></svg>");
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: center right;
  background-origin: content-box;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #666666;
}

select[multiple] {
  background-image: none;
  height: auto;
  cursor: default;
}

textarea {
  height: 110px;
  resize: none;
}

.form-label {
  display: block;
  font-family: "Josefin Sans", sans-serif;
  font-size: 0.6875rem;
  letter-spacing: 0.03125rem;
  text-transform: uppercase;
  color: #8c8c8c;
  margin: 0 0 5px 0;
}

.form-label.error {
  color: #c04649;
}

.input-checkbox,
.input-radio {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 24px;
  position: relative;
  padding-left: 34px;
  cursor: default;
  font-family: "Josefin Sans", sans-serif;
  font-size: 0.8125rem;
  text-transform: none;
  letter-spacing: 0.03125rem;
  color: #8c8c8c;
  margin: 0;
}

.input-checkbox::before, .input-checkbox::after,
.input-radio::before,
.input-radio::after {
  content: '';
  position: absolute;
}

.input-checkbox::before,
.input-radio::before {
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background-color: #efefef;
  border: 1px solid #d9d9d9;
  -webkit-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
  overflow: hidden;
}

.input-checkbox::after,
.input-radio::after {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.input-checkbox::before {
  border-radius: 5px;
}

.input-checkbox::after {
  display: block;
  width: 0.375rem;
  height: 0.75rem;
  border: solid #8c8c8c;
  border-width: 0 3px 3px 0;
  top: 0.375rem;
  left: 0.5625rem;
  -webkit-transform: scale(0) rotate(45deg) translate(0);
      -ms-transform: scale(0) rotate(45deg) translate(0);
          transform: scale(0) rotate(45deg) translate(0);
}

input[type="checkbox"][disabled] + .input-checkbox {
  opacity: 0.5;
  cursor: not-allowed;
}

input[type="checkbox"]:checked + .input-checkbox::before {
  border-color: #b2b2b2;
}

input[type="checkbox"]:checked + .input-checkbox::after {
  -webkit-transform: scale(1) rotate(45deg) translate(0);
      -ms-transform: scale(1) rotate(45deg) translate(0);
          transform: scale(1) rotate(45deg) translate(0);
}

input[type="checkbox"]:focus:not(:checked) + .input-checkbox::before {
  border-color: #b2b2b2;
}

[data-whatinput="keyboard"] input[type="checkbox"]:focus + .input-checkbox::before {
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px;
}

input[type="checkbox"].error:not([disabled]) + .input-checkbox::before {
  border-color: #c04649;
  background-color: #f2c0c1;
}

input[type="checkbox"].error:focus:not(:checked) + .input-checkbox::before {
  border-color: #c04649;
}

.input-radio::before, .input-radio::after {
  border-radius: 50%;
}

.input-radio::after {
  top: 0.375rem;
  left: 0.375rem;
  width: 0.75rem;
  height: 0.75rem;
  background-color: #8c8c8c;
  -webkit-transform: scale(0) translate(0);
      -ms-transform: scale(0) translate(0);
          transform: scale(0) translate(0);
}

input[type="radio"][disabled] + .input-radio {
  opacity: 0.5;
  cursor: not-allowed;
}

input[type="radio"]:checked + .input-radio::before {
  border-color: #b2b2b2;
}

input[type="radio"]:checked + .input-radio::after {
  -webkit-transform: scale(1) translate(0);
      -ms-transform: scale(1) translate(0);
          transform: scale(1) translate(0);
}

input[type="radio"]:focus:not(:checked) + .input-radio::before {
  border-color: #b2b2b2;
}

[data-whatinput="keyboard"] input[type="radio"]:focus + .input-radio::before {
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px;
}

input[type="radio"].error + .input-radio::before {
  border-color: #c04649;
  background-color: #f2c0c1;
}

input[type="radio"].error:focus:not(:checked) + .input-radio::before {
  border-color: #c04649;
}

.palette-color-primary {
  color: #666666;
}

.background-color-primary {
  background-color: #666666;
}

.palette-color-suvagrey {
  color: #8c8c8c;
}

.background-color-suvagrey {
  background-color: #8c8c8c;
}

.palette-color-darkgray {
  color: #b2b2b2;
}

.background-color-darkgray {
  background-color: #b2b2b2;
}

.palette-color-gainsboro {
  color: #d9d9d9;
}

.background-color-gainsboro {
  background-color: #d9d9d9;
}

.palette-color-whitesmoke {
  color: #efefef;
}

.background-color-whitesmoke {
  background-color: #efefef;
}

.palette-color-cornflowerblue {
  color: #61afef;
}

.background-color-cornflowerblue {
  background-color: #61afef;
}

.palette-color-sunset {
  color: #c04649;
}

.background-color-sunset {
  background-color: #c04649;
}

.palette-color-coralcandy {
  color: #f2c0c1;
}

.background-color-coralcandy {
  background-color: #f2c0c1;
}

.shape-arrow {
  display: block;
  width: 20px;
  height: 20px;
  border: solid #666666;
  border-width: 0 3px 3px 0;
}

.shape-arrow.down {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.shape-arrow.up {
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.shape-arrow.right {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.shape-arrow.left {
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}

.shape-checkmark {
  display: block;
  width: 10px;
  height: 20px;
  border: solid #666666;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.shape-cross {
  display: block;
  position: relative;
  width: 20px;
  height: 20px;
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
}

.shape-cross::before, .shape-cross::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #666666;
  margin-top: -0.09375rem;
}

.shape-cross::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.shape-cross::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
