@font-face {
  font-family: "montserrat";
  src: url(assets/fonts/Montserrat-Black.woff2) format("woff2"),url(assets/fonts/Montserrat-Black.woff) format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "montserrat";
  src: url(assets/fonts/Montserrat-ExtraBold.woff2) format("woff2"),url(assets/fonts/Montserrat-ExtraBold.woff) format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "montserrat";
  src: url(assets/fonts/Montserrat-Bold.woff2) format("woff2"),url(assets/fonts/Montserrat-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "montserrat";
  src: url(assets/fonts/Montserrat-SemiBold.woff2) format("woff2"),url(assets/fonts/Montserrat-SemiBold.woff) format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "montserrat";
  src: url(assets/fonts/Montserrat-Medium.woff2) format("woff2"),url(assets/fonts/Montserrat-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "montserrat";
  src: url(assets/fonts/Montserrat-Regular.woff2) format("woff2"),url(assets/fonts/Montserrat-Regular.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "montserrat";
  src: url(assets/fonts/Montserrat-Light.woff2) format("woff2"),url(assets/fonts/Montserrat-Light.woff) format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "montserrat";
  src: url(assets/fonts/Montserrat-ExtraLight.woff2) format("woff2"),url(assets/fonts/Montserrat-ExtraLight.woff) format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "montserrat";
  src: url(assets/fonts/Montserrat-Thin.woff2) format("woff2"),url(assets/fonts/Montserrat-Thin.woff) format("woff");
  font-weight: 100;
  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%;
}

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

hr {
  box-sizing: content-box;
  overflow: visible;
}

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

a {
  background-color: transparent;
}

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

b,
strong {
  font-weight: bolder;
}

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

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-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 {
  box-sizing: border-box;
  color: inherit;
  display: table;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  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;
}

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64.0625em&xlarge=90em&xxlarge=112.5em";
}

html {
  box-sizing: border-box;
  font-size: 100%;
}

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

body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: montserrat,sans-serif;
  font-weight: normal;
  line-height: 1.1;
  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 {
  box-sizing: border-box;
  width: 100%;
}

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

.row {
  max-width: 100rem;
  margin-right: auto;
  margin-left: auto;
}

.row::before,
.row::after {
  display: table;
  content: ' ';
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
          order: 1;
}

.row::after {
  clear: both;
}

.row.collapse>.column,
.row.collapse>.columns {
  padding-right: 0;
  padding-left: 0;
}

.row .row {
  margin-right: -.625rem;
  margin-left: -.625rem;
}

@media print, screen and (min-width: 40em) {
  .row .row {
    margin-right: -.9375rem;
    margin-left: -.9375rem;
  }
}

@media print, screen and (min-width: 64.0625em) {
  .row .row {
    margin-right: -.9375rem;
    margin-left: -.9375rem;
  }
}

@media screen and (min-width: 90em) {
  .row .row {
    margin-right: -.9375rem;
    margin-left: -.9375rem;
  }
}

@media screen and (min-width: 112.5em) {
  .row .row {
    margin-right: -.9375rem;
    margin-left: -.9375rem;
  }
}

.row .row.collapse {
  margin-right: 0;
  margin-left: 0;
}

.row.expanded {
  max-width: none;
}

.row.expanded .row {
  margin-right: auto;
  margin-left: auto;
}

.row:not(.expanded) .row {
  max-width: none;
}

.row.gutter-small>.column,
.row.gutter-small>.columns {
  padding-right: .625rem;
  padding-left: .625rem;
}

.row.gutter-medium>.column,
.row.gutter-medium>.columns {
  padding-right: .9375rem;
  padding-left: .9375rem;
}

.row.gutter-large>.column,
.row.gutter-large>.columns {
  padding-right: .9375rem;
  padding-left: .9375rem;
}

.row.gutter-xlarge>.column,
.row.gutter-xlarge>.columns {
  padding-right: .9375rem;
  padding-left: .9375rem;
}

.row.gutter-xxlarge>.column,
.row.gutter-xxlarge>.columns {
  padding-right: .9375rem;
  padding-left: .9375rem;
}

.column,
.columns {
  width: 100%;
  float: left;
  padding-right: .625rem;
  padding-left: .625rem;
}

@media print, screen and (min-width: 40em) {
  .column,
  .columns {
    padding-right: .9375rem;
    padding-left: .9375rem;
  }
}

@media print, screen and (min-width: 64.0625em) {
  .column,
  .columns {
    padding-right: .9375rem;
    padding-left: .9375rem;
  }
}

@media screen and (min-width: 90em) {
  .column,
  .columns {
    padding-right: .9375rem;
    padding-left: .9375rem;
  }
}

@media screen and (min-width: 112.5em) {
  .column,
  .columns {
    padding-right: .9375rem;
    padding-left: .9375rem;
  }
}

.column,
.columns,
.column:last-child:not(:first-child),
.columns:last-child:not(:first-child) {
  float: left;
  clear: none;
}

.column:last-child:not(:first-child),
.columns:last-child:not(:first-child) {
  float: right;
}

.column.end:last-child:last-child,
.end.columns:last-child:last-child {
  float: left;
}

.column.row.row,
.row.row.columns {
  float: none;
}

.row .column.row.row,
.row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}

.small-1 {
  width: 8.33333%;
}

.small-push-1 {
  position: relative;
  left: 8.33333%;
}

.small-pull-1 {
  position: relative;
  left: -8.33333%;
}

.small-2 {
  width: 16.66667%;
}

.small-push-2 {
  position: relative;
  left: 16.66667%;
}

.small-pull-2 {
  position: relative;
  left: -16.66667%;
}

.small-3 {
  width: 25%;
}

.small-push-3 {
  position: relative;
  left: 25%;
}

.small-pull-3 {
  position: relative;
  left: -25%;
}

.small-4 {
  width: 33.33333%;
}

.small-push-4 {
  position: relative;
  left: 33.33333%;
}

.small-pull-4 {
  position: relative;
  left: -33.33333%;
}

.small-5 {
  width: 41.66667%;
}

.small-push-5 {
  position: relative;
  left: 41.66667%;
}

.small-pull-5 {
  position: relative;
  left: -41.66667%;
}

.small-6 {
  width: 50%;
}

.small-push-6 {
  position: relative;
  left: 50%;
}

.small-pull-6 {
  position: relative;
  left: -50%;
}

.small-7 {
  width: 58.33333%;
}

.small-push-7 {
  position: relative;
  left: 58.33333%;
}

.small-pull-7 {
  position: relative;
  left: -58.33333%;
}

.small-8 {
  width: 66.66667%;
}

.small-push-8 {
  position: relative;
  left: 66.66667%;
}

.small-pull-8 {
  position: relative;
  left: -66.66667%;
}

.small-9 {
  width: 75%;
}

.small-push-9 {
  position: relative;
  left: 75%;
}

.small-pull-9 {
  position: relative;
  left: -75%;
}

.small-10 {
  width: 83.33333%;
}

.small-push-10 {
  position: relative;
  left: 83.33333%;
}

.small-pull-10 {
  position: relative;
  left: -83.33333%;
}

.small-11 {
  width: 91.66667%;
}

.small-push-11 {
  position: relative;
  left: 91.66667%;
}

.small-pull-11 {
  position: relative;
  left: -91.66667%;
}

.small-12 {
  width: 100%;
}

.small-up-1>.column,
.small-up-1>.columns {
  float: left;
  width: 100%;
}

.small-up-1>.column:nth-of-type(1n),
.small-up-1>.columns:nth-of-type(1n) {
  clear: none;
}

.small-up-1>.column:nth-of-type(1n+1),
.small-up-1>.columns:nth-of-type(1n+1) {
  clear: both;
}

.small-up-1>.column:last-child,
.small-up-1>.columns:last-child {
  float: left;
}

.small-up-2>.column,
.small-up-2>.columns {
  float: left;
  width: 50%;
}

.small-up-2>.column:nth-of-type(1n),
.small-up-2>.columns:nth-of-type(1n) {
  clear: none;
}

.small-up-2>.column:nth-of-type(2n+1),
.small-up-2>.columns:nth-of-type(2n+1) {
  clear: both;
}

.small-up-2>.column:last-child,
.small-up-2>.columns:last-child {
  float: left;
}

.small-up-3>.column,
.small-up-3>.columns {
  float: left;
  width: 33.33333%;
}

.small-up-3>.column:nth-of-type(1n),
.small-up-3>.columns:nth-of-type(1n) {
  clear: none;
}

.small-up-3>.column:nth-of-type(3n+1),
.small-up-3>.columns:nth-of-type(3n+1) {
  clear: both;
}

.small-up-3>.column:last-child,
.small-up-3>.columns:last-child {
  float: left;
}

.small-up-4>.column,
.small-up-4>.columns {
  float: left;
  width: 25%;
}

.small-up-4>.column:nth-of-type(1n),
.small-up-4>.columns:nth-of-type(1n) {
  clear: none;
}

.small-up-4>.column:nth-of-type(4n+1),
.small-up-4>.columns:nth-of-type(4n+1) {
  clear: both;
}

.small-up-4>.column:last-child,
.small-up-4>.columns:last-child {
  float: left;
}

.small-up-5>.column,
.small-up-5>.columns {
  float: left;
  width: 20%;
}

.small-up-5>.column:nth-of-type(1n),
.small-up-5>.columns:nth-of-type(1n) {
  clear: none;
}

.small-up-5>.column:nth-of-type(5n+1),
.small-up-5>.columns:nth-of-type(5n+1) {
  clear: both;
}

.small-up-5>.column:last-child,
.small-up-5>.columns:last-child {
  float: left;
}

.small-up-6>.column,
.small-up-6>.columns {
  float: left;
  width: 16.66667%;
}

.small-up-6>.column:nth-of-type(1n),
.small-up-6>.columns:nth-of-type(1n) {
  clear: none;
}

.small-up-6>.column:nth-of-type(6n+1),
.small-up-6>.columns:nth-of-type(6n+1) {
  clear: both;
}

.small-up-6>.column:last-child,
.small-up-6>.columns:last-child {
  float: left;
}

.small-up-7>.column,
.small-up-7>.columns {
  float: left;
  width: 14.28571%;
}

.small-up-7>.column:nth-of-type(1n),
.small-up-7>.columns:nth-of-type(1n) {
  clear: none;
}

.small-up-7>.column:nth-of-type(7n+1),
.small-up-7>.columns:nth-of-type(7n+1) {
  clear: both;
}

.small-up-7>.column:last-child,
.small-up-7>.columns:last-child {
  float: left;
}

.small-up-8>.column,
.small-up-8>.columns {
  float: left;
  width: 12.5%;
}

.small-up-8>.column:nth-of-type(1n),
.small-up-8>.columns:nth-of-type(1n) {
  clear: none;
}

.small-up-8>.column:nth-of-type(8n+1),
.small-up-8>.columns:nth-of-type(8n+1) {
  clear: both;
}

.small-up-8>.column:last-child,
.small-up-8>.columns:last-child {
  float: left;
}

.small-collapse>.column,
.small-collapse>.columns {
  padding-right: 0;
  padding-left: 0;
}

.small-collapse .row {
  margin-right: 0;
  margin-left: 0;
}

.expanded.row .small-collapse.row {
  margin-right: 0;
  margin-left: 0;
}

.small-uncollapse>.column,
.small-uncollapse>.columns {
  padding-right: .625rem;
  padding-left: .625rem;
}

.small-centered {
  margin-right: auto;
  margin-left: auto;
}

.small-centered,
.small-centered:last-child:not(:first-child) {
  float: none;
  clear: both;
}

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  margin-right: 0;
  margin-left: 0;
}

.small-uncentered,
.small-uncentered:last-child:not(:first-child),
.small-push-0,
.small-push-0:last-child:not(:first-child),
.small-pull-0,
.small-pull-0:last-child:not(:first-child) {
  float: left;
  clear: none;
}

.small-uncentered:last-child:not(:first-child),
.small-push-0:last-child:not(:first-child),
.small-pull-0:last-child:not(:first-child) {
  float: right;
}

@media print, screen and (min-width: 40em) {
  .medium-1 {
    width: 8.33333%;
  }

  .medium-push-1 {
    position: relative;
    left: 8.33333%;
  }

  .medium-pull-1 {
    position: relative;
    left: -8.33333%;
  }

  .medium-offset-0 {
    margin-left: 0%;
  }

  .medium-2 {
    width: 16.66667%;
  }

  .medium-push-2 {
    position: relative;
    left: 16.66667%;
  }

  .medium-pull-2 {
    position: relative;
    left: -16.66667%;
  }

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

  .medium-3 {
    width: 25%;
  }

  .medium-push-3 {
    position: relative;
    left: 25%;
  }

  .medium-pull-3 {
    position: relative;
    left: -25%;
  }

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

  .medium-4 {
    width: 33.33333%;
  }

  .medium-push-4 {
    position: relative;
    left: 33.33333%;
  }

  .medium-pull-4 {
    position: relative;
    left: -33.33333%;
  }

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

  .medium-5 {
    width: 41.66667%;
  }

  .medium-push-5 {
    position: relative;
    left: 41.66667%;
  }

  .medium-pull-5 {
    position: relative;
    left: -41.66667%;
  }

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

  .medium-6 {
    width: 50%;
  }

  .medium-push-6 {
    position: relative;
    left: 50%;
  }

  .medium-pull-6 {
    position: relative;
    left: -50%;
  }

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

  .medium-7 {
    width: 58.33333%;
  }

  .medium-push-7 {
    position: relative;
    left: 58.33333%;
  }

  .medium-pull-7 {
    position: relative;
    left: -58.33333%;
  }

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

  .medium-8 {
    width: 66.66667%;
  }

  .medium-push-8 {
    position: relative;
    left: 66.66667%;
  }

  .medium-pull-8 {
    position: relative;
    left: -66.66667%;
  }

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

  .medium-9 {
    width: 75%;
  }

  .medium-push-9 {
    position: relative;
    left: 75%;
  }

  .medium-pull-9 {
    position: relative;
    left: -75%;
  }

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

  .medium-10 {
    width: 83.33333%;
  }

  .medium-push-10 {
    position: relative;
    left: 83.33333%;
  }

  .medium-pull-10 {
    position: relative;
    left: -83.33333%;
  }

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

  .medium-11 {
    width: 91.66667%;
  }

  .medium-push-11 {
    position: relative;
    left: 91.66667%;
  }

  .medium-pull-11 {
    position: relative;
    left: -91.66667%;
  }

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

  .medium-12 {
    width: 100%;
  }

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

  .medium-up-1>.column,
  .medium-up-1>.columns {
    float: left;
    width: 100%;
  }

  .medium-up-1>.column:nth-of-type(1n),
  .medium-up-1>.columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-1>.column:nth-of-type(1n+1),
  .medium-up-1>.columns:nth-of-type(1n+1) {
    clear: both;
  }

  .medium-up-1>.column:last-child,
  .medium-up-1>.columns:last-child {
    float: left;
  }

  .medium-up-2>.column,
  .medium-up-2>.columns {
    float: left;
    width: 50%;
  }

  .medium-up-2>.column:nth-of-type(1n),
  .medium-up-2>.columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-2>.column:nth-of-type(2n+1),
  .medium-up-2>.columns:nth-of-type(2n+1) {
    clear: both;
  }

  .medium-up-2>.column:last-child,
  .medium-up-2>.columns:last-child {
    float: left;
  }

  .medium-up-3>.column,
  .medium-up-3>.columns {
    float: left;
    width: 33.33333%;
  }

  .medium-up-3>.column:nth-of-type(1n),
  .medium-up-3>.columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-3>.column:nth-of-type(3n+1),
  .medium-up-3>.columns:nth-of-type(3n+1) {
    clear: both;
  }

  .medium-up-3>.column:last-child,
  .medium-up-3>.columns:last-child {
    float: left;
  }

  .medium-up-4>.column,
  .medium-up-4>.columns {
    float: left;
    width: 25%;
  }

  .medium-up-4>.column:nth-of-type(1n),
  .medium-up-4>.columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-4>.column:nth-of-type(4n+1),
  .medium-up-4>.columns:nth-of-type(4n+1) {
    clear: both;
  }

  .medium-up-4>.column:last-child,
  .medium-up-4>.columns:last-child {
    float: left;
  }

  .medium-up-5>.column,
  .medium-up-5>.columns {
    float: left;
    width: 20%;
  }

  .medium-up-5>.column:nth-of-type(1n),
  .medium-up-5>.columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-5>.column:nth-of-type(5n+1),
  .medium-up-5>.columns:nth-of-type(5n+1) {
    clear: both;
  }

  .medium-up-5>.column:last-child,
  .medium-up-5>.columns:last-child {
    float: left;
  }

  .medium-up-6>.column,
  .medium-up-6>.columns {
    float: left;
    width: 16.66667%;
  }

  .medium-up-6>.column:nth-of-type(1n),
  .medium-up-6>.columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-6>.column:nth-of-type(6n+1),
  .medium-up-6>.columns:nth-of-type(6n+1) {
    clear: both;
  }

  .medium-up-6>.column:last-child,
  .medium-up-6>.columns:last-child {
    float: left;
  }

  .medium-up-7>.column,
  .medium-up-7>.columns {
    float: left;
    width: 14.28571%;
  }

  .medium-up-7>.column:nth-of-type(1n),
  .medium-up-7>.columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-7>.column:nth-of-type(7n+1),
  .medium-up-7>.columns:nth-of-type(7n+1) {
    clear: both;
  }

  .medium-up-7>.column:last-child,
  .medium-up-7>.columns:last-child {
    float: left;
  }

  .medium-up-8>.column,
  .medium-up-8>.columns {
    float: left;
    width: 12.5%;
  }

  .medium-up-8>.column:nth-of-type(1n),
  .medium-up-8>.columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-8>.column:nth-of-type(8n+1),
  .medium-up-8>.columns:nth-of-type(8n+1) {
    clear: both;
  }

  .medium-up-8>.column:last-child,
  .medium-up-8>.columns:last-child {
    float: left;
  }

  .medium-collapse>.column,
  .medium-collapse>.columns {
    padding-right: 0;
    padding-left: 0;
  }

  .medium-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }

  .expanded.row .medium-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }

  .medium-uncollapse>.column,
  .medium-uncollapse>.columns {
    padding-right: .9375rem;
    padding-left: .9375rem;
  }

  .medium-centered {
    margin-right: auto;
    margin-left: auto;
  }

  .medium-centered,
  .medium-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }

  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    margin-right: 0;
    margin-left: 0;
  }

  .medium-uncentered,
  .medium-uncentered:last-child:not(:first-child),
  .medium-push-0,
  .medium-push-0:last-child:not(:first-child),
  .medium-pull-0,
  .medium-pull-0:last-child:not(:first-child) {
    float: left;
    clear: none;
  }

  .medium-uncentered:last-child:not(:first-child),
  .medium-push-0:last-child:not(:first-child),
  .medium-pull-0:last-child:not(:first-child) {
    float: right;
  }
}

@media print, screen and (min-width: 64.0625em) {
  .large-1 {
    width: 8.33333%;
  }

  .large-push-1 {
    position: relative;
    left: 8.33333%;
  }

  .large-pull-1 {
    position: relative;
    left: -8.33333%;
  }

  .large-offset-0 {
    margin-left: 0%;
  }

  .large-2 {
    width: 16.66667%;
  }

  .large-push-2 {
    position: relative;
    left: 16.66667%;
  }

  .large-pull-2 {
    position: relative;
    left: -16.66667%;
  }

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

  .large-3 {
    width: 25%;
  }

  .large-push-3 {
    position: relative;
    left: 25%;
  }

  .large-pull-3 {
    position: relative;
    left: -25%;
  }

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

  .large-4 {
    width: 33.33333%;
  }

  .large-push-4 {
    position: relative;
    left: 33.33333%;
  }

  .large-pull-4 {
    position: relative;
    left: -33.33333%;
  }

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

  .large-5 {
    width: 41.66667%;
  }

  .large-push-5 {
    position: relative;
    left: 41.66667%;
  }

  .large-pull-5 {
    position: relative;
    left: -41.66667%;
  }

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

  .large-6 {
    width: 50%;
  }

  .large-push-6 {
    position: relative;
    left: 50%;
  }

  .large-pull-6 {
    position: relative;
    left: -50%;
  }

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

  .large-7 {
    width: 58.33333%;
  }

  .large-push-7 {
    position: relative;
    left: 58.33333%;
  }

  .large-pull-7 {
    position: relative;
    left: -58.33333%;
  }

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

  .large-8 {
    width: 66.66667%;
  }

  .large-push-8 {
    position: relative;
    left: 66.66667%;
  }

  .large-pull-8 {
    position: relative;
    left: -66.66667%;
  }

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

  .large-9 {
    width: 75%;
  }

  .large-push-9 {
    position: relative;
    left: 75%;
  }

  .large-pull-9 {
    position: relative;
    left: -75%;
  }

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

  .large-10 {
    width: 83.33333%;
  }

  .large-push-10 {
    position: relative;
    left: 83.33333%;
  }

  .large-pull-10 {
    position: relative;
    left: -83.33333%;
  }

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

  .large-11 {
    width: 91.66667%;
  }

  .large-push-11 {
    position: relative;
    left: 91.66667%;
  }

  .large-pull-11 {
    position: relative;
    left: -91.66667%;
  }

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

  .large-12 {
    width: 100%;
  }

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

  .large-up-1>.column,
  .large-up-1>.columns {
    float: left;
    width: 100%;
  }

  .large-up-1>.column:nth-of-type(1n),
  .large-up-1>.columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-1>.column:nth-of-type(1n+1),
  .large-up-1>.columns:nth-of-type(1n+1) {
    clear: both;
  }

  .large-up-1>.column:last-child,
  .large-up-1>.columns:last-child {
    float: left;
  }

  .large-up-2>.column,
  .large-up-2>.columns {
    float: left;
    width: 50%;
  }

  .large-up-2>.column:nth-of-type(1n),
  .large-up-2>.columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-2>.column:nth-of-type(2n+1),
  .large-up-2>.columns:nth-of-type(2n+1) {
    clear: both;
  }

  .large-up-2>.column:last-child,
  .large-up-2>.columns:last-child {
    float: left;
  }

  .large-up-3>.column,
  .large-up-3>.columns {
    float: left;
    width: 33.33333%;
  }

  .large-up-3>.column:nth-of-type(1n),
  .large-up-3>.columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-3>.column:nth-of-type(3n+1),
  .large-up-3>.columns:nth-of-type(3n+1) {
    clear: both;
  }

  .large-up-3>.column:last-child,
  .large-up-3>.columns:last-child {
    float: left;
  }

  .large-up-4>.column,
  .large-up-4>.columns {
    float: left;
    width: 25%;
  }

  .large-up-4>.column:nth-of-type(1n),
  .large-up-4>.columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-4>.column:nth-of-type(4n+1),
  .large-up-4>.columns:nth-of-type(4n+1) {
    clear: both;
  }

  .large-up-4>.column:last-child,
  .large-up-4>.columns:last-child {
    float: left;
  }

  .large-up-5>.column,
  .large-up-5>.columns {
    float: left;
    width: 20%;
  }

  .large-up-5>.column:nth-of-type(1n),
  .large-up-5>.columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-5>.column:nth-of-type(5n+1),
  .large-up-5>.columns:nth-of-type(5n+1) {
    clear: both;
  }

  .large-up-5>.column:last-child,
  .large-up-5>.columns:last-child {
    float: left;
  }

  .large-up-6>.column,
  .large-up-6>.columns {
    float: left;
    width: 16.66667%;
  }

  .large-up-6>.column:nth-of-type(1n),
  .large-up-6>.columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-6>.column:nth-of-type(6n+1),
  .large-up-6>.columns:nth-of-type(6n+1) {
    clear: both;
  }

  .large-up-6>.column:last-child,
  .large-up-6>.columns:last-child {
    float: left;
  }

  .large-up-7>.column,
  .large-up-7>.columns {
    float: left;
    width: 14.28571%;
  }

  .large-up-7>.column:nth-of-type(1n),
  .large-up-7>.columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-7>.column:nth-of-type(7n+1),
  .large-up-7>.columns:nth-of-type(7n+1) {
    clear: both;
  }

  .large-up-7>.column:last-child,
  .large-up-7>.columns:last-child {
    float: left;
  }

  .large-up-8>.column,
  .large-up-8>.columns {
    float: left;
    width: 12.5%;
  }

  .large-up-8>.column:nth-of-type(1n),
  .large-up-8>.columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-8>.column:nth-of-type(8n+1),
  .large-up-8>.columns:nth-of-type(8n+1) {
    clear: both;
  }

  .large-up-8>.column:last-child,
  .large-up-8>.columns:last-child {
    float: left;
  }

  .large-collapse>.column,
  .large-collapse>.columns {
    padding-right: 0;
    padding-left: 0;
  }

  .large-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }

  .expanded.row .large-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }

  .large-uncollapse>.column,
  .large-uncollapse>.columns {
    padding-right: .9375rem;
    padding-left: .9375rem;
  }

  .large-centered {
    margin-right: auto;
    margin-left: auto;
  }

  .large-centered,
  .large-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }

  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    margin-right: 0;
    margin-left: 0;
  }

  .large-uncentered,
  .large-uncentered:last-child:not(:first-child),
  .large-push-0,
  .large-push-0:last-child:not(:first-child),
  .large-pull-0,
  .large-pull-0:last-child:not(:first-child) {
    float: left;
    clear: none;
  }

  .large-uncentered:last-child:not(:first-child),
  .large-push-0:last-child:not(:first-child),
  .large-pull-0:last-child:not(:first-child) {
    float: right;
  }
}

@media screen and (min-width: 90em) {
  .xlarge-1 {
    width: 8.33333%;
  }

  .xlarge-push-1 {
    position: relative;
    left: 8.33333%;
  }

  .xlarge-pull-1 {
    position: relative;
    left: -8.33333%;
  }

  .xlarge-offset-0 {
    margin-left: 0%;
  }

  .xlarge-2 {
    width: 16.66667%;
  }

  .xlarge-push-2 {
    position: relative;
    left: 16.66667%;
  }

  .xlarge-pull-2 {
    position: relative;
    left: -16.66667%;
  }

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

  .xlarge-3 {
    width: 25%;
  }

  .xlarge-push-3 {
    position: relative;
    left: 25%;
  }

  .xlarge-pull-3 {
    position: relative;
    left: -25%;
  }

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

  .xlarge-4 {
    width: 33.33333%;
  }

  .xlarge-push-4 {
    position: relative;
    left: 33.33333%;
  }

  .xlarge-pull-4 {
    position: relative;
    left: -33.33333%;
  }

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

  .xlarge-5 {
    width: 41.66667%;
  }

  .xlarge-push-5 {
    position: relative;
    left: 41.66667%;
  }

  .xlarge-pull-5 {
    position: relative;
    left: -41.66667%;
  }

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

  .xlarge-6 {
    width: 50%;
  }

  .xlarge-push-6 {
    position: relative;
    left: 50%;
  }

  .xlarge-pull-6 {
    position: relative;
    left: -50%;
  }

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

  .xlarge-7 {
    width: 58.33333%;
  }

  .xlarge-push-7 {
    position: relative;
    left: 58.33333%;
  }

  .xlarge-pull-7 {
    position: relative;
    left: -58.33333%;
  }

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

  .xlarge-8 {
    width: 66.66667%;
  }

  .xlarge-push-8 {
    position: relative;
    left: 66.66667%;
  }

  .xlarge-pull-8 {
    position: relative;
    left: -66.66667%;
  }

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

  .xlarge-9 {
    width: 75%;
  }

  .xlarge-push-9 {
    position: relative;
    left: 75%;
  }

  .xlarge-pull-9 {
    position: relative;
    left: -75%;
  }

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

  .xlarge-10 {
    width: 83.33333%;
  }

  .xlarge-push-10 {
    position: relative;
    left: 83.33333%;
  }

  .xlarge-pull-10 {
    position: relative;
    left: -83.33333%;
  }

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

  .xlarge-11 {
    width: 91.66667%;
  }

  .xlarge-push-11 {
    position: relative;
    left: 91.66667%;
  }

  .xlarge-pull-11 {
    position: relative;
    left: -91.66667%;
  }

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

  .xlarge-12 {
    width: 100%;
  }

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

  .xlarge-up-1>.column,
  .xlarge-up-1>.columns {
    float: left;
    width: 100%;
  }

  .xlarge-up-1>.column:nth-of-type(1n),
  .xlarge-up-1>.columns:nth-of-type(1n) {
    clear: none;
  }

  .xlarge-up-1>.column:nth-of-type(1n+1),
  .xlarge-up-1>.columns:nth-of-type(1n+1) {
    clear: both;
  }

  .xlarge-up-1>.column:last-child,
  .xlarge-up-1>.columns:last-child {
    float: left;
  }

  .xlarge-up-2>.column,
  .xlarge-up-2>.columns {
    float: left;
    width: 50%;
  }

  .xlarge-up-2>.column:nth-of-type(1n),
  .xlarge-up-2>.columns:nth-of-type(1n) {
    clear: none;
  }

  .xlarge-up-2>.column:nth-of-type(2n+1),
  .xlarge-up-2>.columns:nth-of-type(2n+1) {
    clear: both;
  }

  .xlarge-up-2>.column:last-child,
  .xlarge-up-2>.columns:last-child {
    float: left;
  }

  .xlarge-up-3>.column,
  .xlarge-up-3>.columns {
    float: left;
    width: 33.33333%;
  }

  .xlarge-up-3>.column:nth-of-type(1n),
  .xlarge-up-3>.columns:nth-of-type(1n) {
    clear: none;
  }

  .xlarge-up-3>.column:nth-of-type(3n+1),
  .xlarge-up-3>.columns:nth-of-type(3n+1) {
    clear: both;
  }

  .xlarge-up-3>.column:last-child,
  .xlarge-up-3>.columns:last-child {
    float: left;
  }

  .xlarge-up-4>.column,
  .xlarge-up-4>.columns {
    float: left;
    width: 25%;
  }

  .xlarge-up-4>.column:nth-of-type(1n),
  .xlarge-up-4>.columns:nth-of-type(1n) {
    clear: none;
  }

  .xlarge-up-4>.column:nth-of-type(4n+1),
  .xlarge-up-4>.columns:nth-of-type(4n+1) {
    clear: both;
  }

  .xlarge-up-4>.column:last-child,
  .xlarge-up-4>.columns:last-child {
    float: left;
  }

  .xlarge-up-5>.column,
  .xlarge-up-5>.columns {
    float: left;
    width: 20%;
  }

  .xlarge-up-5>.column:nth-of-type(1n),
  .xlarge-up-5>.columns:nth-of-type(1n) {
    clear: none;
  }

  .xlarge-up-5>.column:nth-of-type(5n+1),
  .xlarge-up-5>.columns:nth-of-type(5n+1) {
    clear: both;
  }

  .xlarge-up-5>.column:last-child,
  .xlarge-up-5>.columns:last-child {
    float: left;
  }

  .xlarge-up-6>.column,
  .xlarge-up-6>.columns {
    float: left;
    width: 16.66667%;
  }

  .xlarge-up-6>.column:nth-of-type(1n),
  .xlarge-up-6>.columns:nth-of-type(1n) {
    clear: none;
  }

  .xlarge-up-6>.column:nth-of-type(6n+1),
  .xlarge-up-6>.columns:nth-of-type(6n+1) {
    clear: both;
  }

  .xlarge-up-6>.column:last-child,
  .xlarge-up-6>.columns:last-child {
    float: left;
  }

  .xlarge-up-7>.column,
  .xlarge-up-7>.columns {
    float: left;
    width: 14.28571%;
  }

  .xlarge-up-7>.column:nth-of-type(1n),
  .xlarge-up-7>.columns:nth-of-type(1n) {
    clear: none;
  }

  .xlarge-up-7>.column:nth-of-type(7n+1),
  .xlarge-up-7>.columns:nth-of-type(7n+1) {
    clear: both;
  }

  .xlarge-up-7>.column:last-child,
  .xlarge-up-7>.columns:last-child {
    float: left;
  }

  .xlarge-up-8>.column,
  .xlarge-up-8>.columns {
    float: left;
    width: 12.5%;
  }

  .xlarge-up-8>.column:nth-of-type(1n),
  .xlarge-up-8>.columns:nth-of-type(1n) {
    clear: none;
  }

  .xlarge-up-8>.column:nth-of-type(8n+1),
  .xlarge-up-8>.columns:nth-of-type(8n+1) {
    clear: both;
  }

  .xlarge-up-8>.column:last-child,
  .xlarge-up-8>.columns:last-child {
    float: left;
  }

  .xlarge-collapse>.column,
  .xlarge-collapse>.columns {
    padding-right: 0;
    padding-left: 0;
  }

  .xlarge-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }

  .expanded.row .xlarge-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }

  .xlarge-uncollapse>.column,
  .xlarge-uncollapse>.columns {
    padding-right: .9375rem;
    padding-left: .9375rem;
  }

  .xlarge-centered {
    margin-right: auto;
    margin-left: auto;
  }

  .xlarge-centered,
  .xlarge-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }

  .xlarge-uncentered,
  .xlarge-push-0,
  .xlarge-pull-0 {
    position: static;
    margin-right: 0;
    margin-left: 0;
  }

  .xlarge-uncentered,
  .xlarge-uncentered:last-child:not(:first-child),
  .xlarge-push-0,
  .xlarge-push-0:last-child:not(:first-child),
  .xlarge-pull-0,
  .xlarge-pull-0:last-child:not(:first-child) {
    float: left;
    clear: none;
  }

  .xlarge-uncentered:last-child:not(:first-child),
  .xlarge-push-0:last-child:not(:first-child),
  .xlarge-pull-0:last-child:not(:first-child) {
    float: right;
  }
}

@media screen and (min-width: 112.5em) {
  .xxlarge-1 {
    width: 8.33333%;
  }

  .xxlarge-push-1 {
    position: relative;
    left: 8.33333%;
  }

  .xxlarge-pull-1 {
    position: relative;
    left: -8.33333%;
  }

  .xxlarge-offset-0 {
    margin-left: 0%;
  }

  .xxlarge-2 {
    width: 16.66667%;
  }

  .xxlarge-push-2 {
    position: relative;
    left: 16.66667%;
  }

  .xxlarge-pull-2 {
    position: relative;
    left: -16.66667%;
  }

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

  .xxlarge-3 {
    width: 25%;
  }

  .xxlarge-push-3 {
    position: relative;
    left: 25%;
  }

  .xxlarge-pull-3 {
    position: relative;
    left: -25%;
  }

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

  .xxlarge-4 {
    width: 33.33333%;
  }

  .xxlarge-push-4 {
    position: relative;
    left: 33.33333%;
  }

  .xxlarge-pull-4 {
    position: relative;
    left: -33.33333%;
  }

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

  .xxlarge-5 {
    width: 41.66667%;
  }

  .xxlarge-push-5 {
    position: relative;
    left: 41.66667%;
  }

  .xxlarge-pull-5 {
    position: relative;
    left: -41.66667%;
  }

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

  .xxlarge-6 {
    width: 50%;
  }

  .xxlarge-push-6 {
    position: relative;
    left: 50%;
  }

  .xxlarge-pull-6 {
    position: relative;
    left: -50%;
  }

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

  .xxlarge-7 {
    width: 58.33333%;
  }

  .xxlarge-push-7 {
    position: relative;
    left: 58.33333%;
  }

  .xxlarge-pull-7 {
    position: relative;
    left: -58.33333%;
  }

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

  .xxlarge-8 {
    width: 66.66667%;
  }

  .xxlarge-push-8 {
    position: relative;
    left: 66.66667%;
  }

  .xxlarge-pull-8 {
    position: relative;
    left: -66.66667%;
  }

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

  .xxlarge-9 {
    width: 75%;
  }

  .xxlarge-push-9 {
    position: relative;
    left: 75%;
  }

  .xxlarge-pull-9 {
    position: relative;
    left: -75%;
  }

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

  .xxlarge-10 {
    width: 83.33333%;
  }

  .xxlarge-push-10 {
    position: relative;
    left: 83.33333%;
  }

  .xxlarge-pull-10 {
    position: relative;
    left: -83.33333%;
  }

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

  .xxlarge-11 {
    width: 91.66667%;
  }

  .xxlarge-push-11 {
    position: relative;
    left: 91.66667%;
  }

  .xxlarge-pull-11 {
    position: relative;
    left: -91.66667%;
  }

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

  .xxlarge-12 {
    width: 100%;
  }

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

  .xxlarge-up-1>.column,
  .xxlarge-up-1>.columns {
    float: left;
    width: 100%;
  }

  .xxlarge-up-1>.column:nth-of-type(1n),
  .xxlarge-up-1>.columns:nth-of-type(1n) {
    clear: none;
  }

  .xxlarge-up-1>.column:nth-of-type(1n+1),
  .xxlarge-up-1>.columns:nth-of-type(1n+1) {
    clear: both;
  }

  .xxlarge-up-1>.column:last-child,
  .xxlarge-up-1>.columns:last-child {
    float: left;
  }

  .xxlarge-up-2>.column,
  .xxlarge-up-2>.columns {
    float: left;
    width: 50%;
  }

  .xxlarge-up-2>.column:nth-of-type(1n),
  .xxlarge-up-2>.columns:nth-of-type(1n) {
    clear: none;
  }

  .xxlarge-up-2>.column:nth-of-type(2n+1),
  .xxlarge-up-2>.columns:nth-of-type(2n+1) {
    clear: both;
  }

  .xxlarge-up-2>.column:last-child,
  .xxlarge-up-2>.columns:last-child {
    float: left;
  }

  .xxlarge-up-3>.column,
  .xxlarge-up-3>.columns {
    float: left;
    width: 33.33333%;
  }

  .xxlarge-up-3>.column:nth-of-type(1n),
  .xxlarge-up-3>.columns:nth-of-type(1n) {
    clear: none;
  }

  .xxlarge-up-3>.column:nth-of-type(3n+1),
  .xxlarge-up-3>.columns:nth-of-type(3n+1) {
    clear: both;
  }

  .xxlarge-up-3>.column:last-child,
  .xxlarge-up-3>.columns:last-child {
    float: left;
  }

  .xxlarge-up-4>.column,
  .xxlarge-up-4>.columns {
    float: left;
    width: 25%;
  }

  .xxlarge-up-4>.column:nth-of-type(1n),
  .xxlarge-up-4>.columns:nth-of-type(1n) {
    clear: none;
  }

  .xxlarge-up-4>.column:nth-of-type(4n+1),
  .xxlarge-up-4>.columns:nth-of-type(4n+1) {
    clear: both;
  }

  .xxlarge-up-4>.column:last-child,
  .xxlarge-up-4>.columns:last-child {
    float: left;
  }

  .xxlarge-up-5>.column,
  .xxlarge-up-5>.columns {
    float: left;
    width: 20%;
  }

  .xxlarge-up-5>.column:nth-of-type(1n),
  .xxlarge-up-5>.columns:nth-of-type(1n) {
    clear: none;
  }

  .xxlarge-up-5>.column:nth-of-type(5n+1),
  .xxlarge-up-5>.columns:nth-of-type(5n+1) {
    clear: both;
  }

  .xxlarge-up-5>.column:last-child,
  .xxlarge-up-5>.columns:last-child {
    float: left;
  }

  .xxlarge-up-6>.column,
  .xxlarge-up-6>.columns {
    float: left;
    width: 16.66667%;
  }

  .xxlarge-up-6>.column:nth-of-type(1n),
  .xxlarge-up-6>.columns:nth-of-type(1n) {
    clear: none;
  }

  .xxlarge-up-6>.column:nth-of-type(6n+1),
  .xxlarge-up-6>.columns:nth-of-type(6n+1) {
    clear: both;
  }

  .xxlarge-up-6>.column:last-child,
  .xxlarge-up-6>.columns:last-child {
    float: left;
  }

  .xxlarge-up-7>.column,
  .xxlarge-up-7>.columns {
    float: left;
    width: 14.28571%;
  }

  .xxlarge-up-7>.column:nth-of-type(1n),
  .xxlarge-up-7>.columns:nth-of-type(1n) {
    clear: none;
  }

  .xxlarge-up-7>.column:nth-of-type(7n+1),
  .xxlarge-up-7>.columns:nth-of-type(7n+1) {
    clear: both;
  }

  .xxlarge-up-7>.column:last-child,
  .xxlarge-up-7>.columns:last-child {
    float: left;
  }

  .xxlarge-up-8>.column,
  .xxlarge-up-8>.columns {
    float: left;
    width: 12.5%;
  }

  .xxlarge-up-8>.column:nth-of-type(1n),
  .xxlarge-up-8>.columns:nth-of-type(1n) {
    clear: none;
  }

  .xxlarge-up-8>.column:nth-of-type(8n+1),
  .xxlarge-up-8>.columns:nth-of-type(8n+1) {
    clear: both;
  }

  .xxlarge-up-8>.column:last-child,
  .xxlarge-up-8>.columns:last-child {
    float: left;
  }

  .xxlarge-collapse>.column,
  .xxlarge-collapse>.columns {
    padding-right: 0;
    padding-left: 0;
  }

  .xxlarge-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }

  .expanded.row .xxlarge-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }

  .xxlarge-uncollapse>.column,
  .xxlarge-uncollapse>.columns {
    padding-right: .9375rem;
    padding-left: .9375rem;
  }

  .xxlarge-centered {
    margin-right: auto;
    margin-left: auto;
  }

  .xxlarge-centered,
  .xxlarge-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }

  .xxlarge-uncentered,
  .xxlarge-push-0,
  .xxlarge-pull-0 {
    position: static;
    margin-right: 0;
    margin-left: 0;
  }

  .xxlarge-uncentered,
  .xxlarge-uncentered:last-child:not(:first-child),
  .xxlarge-push-0,
  .xxlarge-push-0:last-child:not(:first-child),
  .xxlarge-pull-0,
  .xxlarge-pull-0:last-child:not(:first-child) {
    float: left;
    clear: none;
  }

  .xxlarge-uncentered:last-child:not(:first-child),
  .xxlarge-push-0:last-child:not(:first-child),
  .xxlarge-pull-0:last-child:not(:first-child) {
    float: right;
  }
}

.column-block {
  margin-bottom: 1.25rem;
}

.column-block>:last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 40em) {
  .column-block {
    margin-bottom: 1.875rem;
  }

  .column-block>:last-child {
    margin-bottom: 0;
  }
}

@media print, screen and (min-width: 64.0625em) {
  .column-block {
    margin-bottom: 1.875rem;
  }

  .column-block>:last-child {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 90em) {
  .column-block {
    margin-bottom: 1.875rem;
  }

  .column-block>:last-child {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 112.5em) {
  .column-block {
    margin-bottom: 1.875rem;
  }

  .column-block>:last-child {
    margin-bottom: 0;
  }
}

.grid-container {
  padding-right: .9375rem;
  padding-left: .9375rem;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (min-width: 40em) {
  .grid-container {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

@media print, screen and (min-width: 64.0625em) {
  .grid-container {
    padding-right: 1.875rem;
    padding-left: 1.875rem;
  }
}

.grid-container.fluid {
  padding-right: .9375rem;
  padding-left: .9375rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (min-width: 40em) {
  .grid-container.fluid {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

@media print, screen and (min-width: 64.0625em) {
  .grid-container.fluid {
    padding-right: 1.875rem;
    padding-left: 1.875rem;
  }
}

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

.grid-x {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
}

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

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

.cell.shrink {
  -webkit-box-flex: 0;
          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 {
  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 {
    flex-basis: auto;
  }
}

@media print, screen and (min-width: 64.0625em) {
  .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 {
    flex-basis: auto;
  }
}

@media screen and (min-width: 90em) {
  .grid-x>.xlarge-shrink,
  .grid-x>.xlarge-full,
  .grid-x>.xlarge-1,
  .grid-x>.xlarge-2,
  .grid-x>.xlarge-3,
  .grid-x>.xlarge-4,
  .grid-x>.xlarge-5,
  .grid-x>.xlarge-6,
  .grid-x>.xlarge-7,
  .grid-x>.xlarge-8,
  .grid-x>.xlarge-9,
  .grid-x>.xlarge-10,
  .grid-x>.xlarge-11,
  .grid-x>.xlarge-12 {
    flex-basis: auto;
  }
}

@media screen and (min-width: 112.5em) {
  .grid-x>.xxlarge-shrink,
  .grid-x>.xxlarge-full,
  .grid-x>.xxlarge-1,
  .grid-x>.xxlarge-2,
  .grid-x>.xxlarge-3,
  .grid-x>.xxlarge-4,
  .grid-x>.xxlarge-5,
  .grid-x>.xxlarge-6,
  .grid-x>.xxlarge-7,
  .grid-x>.xxlarge-8,
  .grid-x>.xxlarge-9,
  .grid-x>.xxlarge-10,
  .grid-x>.xxlarge-11,
  .grid-x>.xxlarge-12 {
    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;
          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;
            flex: 1 1 0px;
    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;
            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: 64.0625em) {
  .grid-x>.large-auto {
    -webkit-box-flex: 1;
            flex: 1 1 0px;
    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;
            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%;
  }
}

@media screen and (min-width: 90em) {
  .grid-x>.xlarge-auto {
    -webkit-box-flex: 1;
            flex: 1 1 0px;
    width: auto;
  }

  .grid-x>.xlarge-shrink,
  .grid-x>.xlarge-1,
  .grid-x>.xlarge-2,
  .grid-x>.xlarge-3,
  .grid-x>.xlarge-4,
  .grid-x>.xlarge-5,
  .grid-x>.xlarge-6,
  .grid-x>.xlarge-7,
  .grid-x>.xlarge-8,
  .grid-x>.xlarge-9,
  .grid-x>.xlarge-10,
  .grid-x>.xlarge-11,
  .grid-x>.xlarge-12 {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
  }

  .grid-x>.xlarge-shrink {
    width: auto;
  }

  .grid-x>.xlarge-1 {
    width: 8.33333%;
  }

  .grid-x>.xlarge-2 {
    width: 16.66667%;
  }

  .grid-x>.xlarge-3 {
    width: 25%;
  }

  .grid-x>.xlarge-4 {
    width: 33.33333%;
  }

  .grid-x>.xlarge-5 {
    width: 41.66667%;
  }

  .grid-x>.xlarge-6 {
    width: 50%;
  }

  .grid-x>.xlarge-7 {
    width: 58.33333%;
  }

  .grid-x>.xlarge-8 {
    width: 66.66667%;
  }

  .grid-x>.xlarge-9 {
    width: 75%;
  }

  .grid-x>.xlarge-10 {
    width: 83.33333%;
  }

  .grid-x>.xlarge-11 {
    width: 91.66667%;
  }

  .grid-x>.xlarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 112.5em) {
  .grid-x>.xxlarge-auto {
    -webkit-box-flex: 1;
            flex: 1 1 0px;
    width: auto;
  }

  .grid-x>.xxlarge-shrink,
  .grid-x>.xxlarge-1,
  .grid-x>.xxlarge-2,
  .grid-x>.xxlarge-3,
  .grid-x>.xxlarge-4,
  .grid-x>.xxlarge-5,
  .grid-x>.xxlarge-6,
  .grid-x>.xxlarge-7,
  .grid-x>.xxlarge-8,
  .grid-x>.xxlarge-9,
  .grid-x>.xxlarge-10,
  .grid-x>.xxlarge-11,
  .grid-x>.xxlarge-12 {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
  }

  .grid-x>.xxlarge-shrink {
    width: auto;
  }

  .grid-x>.xxlarge-1 {
    width: 8.33333%;
  }

  .grid-x>.xxlarge-2 {
    width: 16.66667%;
  }

  .grid-x>.xxlarge-3 {
    width: 25%;
  }

  .grid-x>.xxlarge-4 {
    width: 33.33333%;
  }

  .grid-x>.xxlarge-5 {
    width: 41.66667%;
  }

  .grid-x>.xxlarge-6 {
    width: 50%;
  }

  .grid-x>.xxlarge-7 {
    width: 58.33333%;
  }

  .grid-x>.xxlarge-8 {
    width: 66.66667%;
  }

  .grid-x>.xxlarge-9 {
    width: 75%;
  }

  .grid-x>.xxlarge-10 {
    width: 83.33333%;
  }

  .grid-x>.xxlarge-11 {
    width: 91.66667%;
  }

  .grid-x>.xxlarge-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: -.625rem;
  margin-right: -.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-margin-x {
    margin-left: -.9375rem;
    margin-right: -.9375rem;
  }
}

.grid-margin-x>.cell {
  width: calc(100% - 1.25rem);
  margin-left: .625rem;
  margin-right: .625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-margin-x>.cell {
    width: calc(100% - 1.875rem);
    margin-left: .9375rem;
    margin-right: .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: 64.0625em) {
  .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);
  }
}

@media screen and (min-width: 90em) {
  .grid-margin-x>.xlarge-auto {
    width: auto;
  }

  .grid-margin-x>.xlarge-shrink {
    width: auto;
  }

  .grid-margin-x>.xlarge-1 {
    width: calc(8.33333% - 1.875rem);
  }

  .grid-margin-x>.xlarge-2 {
    width: calc(16.66667% - 1.875rem);
  }

  .grid-margin-x>.xlarge-3 {
    width: calc(25% - 1.875rem);
  }

  .grid-margin-x>.xlarge-4 {
    width: calc(33.33333% - 1.875rem);
  }

  .grid-margin-x>.xlarge-5 {
    width: calc(41.66667% - 1.875rem);
  }

  .grid-margin-x>.xlarge-6 {
    width: calc(50% - 1.875rem);
  }

  .grid-margin-x>.xlarge-7 {
    width: calc(58.33333% - 1.875rem);
  }

  .grid-margin-x>.xlarge-8 {
    width: calc(66.66667% - 1.875rem);
  }

  .grid-margin-x>.xlarge-9 {
    width: calc(75% - 1.875rem);
  }

  .grid-margin-x>.xlarge-10 {
    width: calc(83.33333% - 1.875rem);
  }

  .grid-margin-x>.xlarge-11 {
    width: calc(91.66667% - 1.875rem);
  }

  .grid-margin-x>.xlarge-12 {
    width: calc(100% - 1.875rem);
  }
}

@media screen and (min-width: 112.5em) {
  .grid-margin-x>.xxlarge-auto {
    width: auto;
  }

  .grid-margin-x>.xxlarge-shrink {
    width: auto;
  }

  .grid-margin-x>.xxlarge-1 {
    width: calc(8.33333% - 1.875rem);
  }

  .grid-margin-x>.xxlarge-2 {
    width: calc(16.66667% - 1.875rem);
  }

  .grid-margin-x>.xxlarge-3 {
    width: calc(25% - 1.875rem);
  }

  .grid-margin-x>.xxlarge-4 {
    width: calc(33.33333% - 1.875rem);
  }

  .grid-margin-x>.xxlarge-5 {
    width: calc(41.66667% - 1.875rem);
  }

  .grid-margin-x>.xxlarge-6 {
    width: calc(50% - 1.875rem);
  }

  .grid-margin-x>.xxlarge-7 {
    width: calc(58.33333% - 1.875rem);
  }

  .grid-margin-x>.xxlarge-8 {
    width: calc(66.66667% - 1.875rem);
  }

  .grid-margin-x>.xxlarge-9 {
    width: calc(75% - 1.875rem);
  }

  .grid-margin-x>.xxlarge-10 {
    width: calc(83.33333% - 1.875rem);
  }

  .grid-margin-x>.xxlarge-11 {
    width: calc(91.66667% - 1.875rem);
  }

  .grid-margin-x>.xxlarge-12 {
    width: calc(100% - 1.875rem);
  }
}

.grid-padding-x .grid-padding-x {
  margin-right: -.625rem;
  margin-left: -.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-padding-x .grid-padding-x {
    margin-right: -.9375rem;
    margin-left: -.9375rem;
  }
}

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

@media print, screen and (min-width: 40em) {
  .grid-container:not(.full)>.grid-padding-x {
    margin-right: -.9375rem;
    margin-left: -.9375rem;
  }
}

.grid-padding-x>.cell {
  padding-right: .625rem;
  padding-left: .625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-padding-x>.cell {
    padding-right: .9375rem;
    padding-left: .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: 64.0625em) {
  .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%;
  }
}

@media screen and (min-width: 90em) {
  .xlarge-up-1>.cell {
    width: 100%;
  }

  .xlarge-up-2>.cell {
    width: 50%;
  }

  .xlarge-up-3>.cell {
    width: 33.33333%;
  }

  .xlarge-up-4>.cell {
    width: 25%;
  }

  .xlarge-up-5>.cell {
    width: 20%;
  }

  .xlarge-up-6>.cell {
    width: 16.66667%;
  }

  .xlarge-up-7>.cell {
    width: 14.28571%;
  }

  .xlarge-up-8>.cell {
    width: 12.5%;
  }
}

@media screen and (min-width: 112.5em) {
  .xxlarge-up-1>.cell {
    width: 100%;
  }

  .xxlarge-up-2>.cell {
    width: 50%;
  }

  .xxlarge-up-3>.cell {
    width: 33.33333%;
  }

  .xxlarge-up-4>.cell {
    width: 25%;
  }

  .xxlarge-up-5>.cell {
    width: 20%;
  }

  .xxlarge-up-6>.cell {
    width: 16.66667%;
  }

  .xxlarge-up-7>.cell {
    width: 14.28571%;
  }

  .xxlarge-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: 64.0625em) {
  .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);
  }
}

@media screen and (min-width: 90em) {
  .grid-margin-x.xlarge-up-1>.cell {
    width: calc(100% - 1.875rem);
  }

  .grid-margin-x.xlarge-up-2>.cell {
    width: calc(50% - 1.875rem);
  }

  .grid-margin-x.xlarge-up-3>.cell {
    width: calc(33.33333% - 1.875rem);
  }

  .grid-margin-x.xlarge-up-4>.cell {
    width: calc(25% - 1.875rem);
  }

  .grid-margin-x.xlarge-up-5>.cell {
    width: calc(20% - 1.875rem);
  }

  .grid-margin-x.xlarge-up-6>.cell {
    width: calc(16.66667% - 1.875rem);
  }

  .grid-margin-x.xlarge-up-7>.cell {
    width: calc(14.28571% - 1.875rem);
  }

  .grid-margin-x.xlarge-up-8>.cell {
    width: calc(12.5% - 1.875rem);
  }
}

@media screen and (min-width: 112.5em) {
  .grid-margin-x.xxlarge-up-1>.cell {
    width: calc(100% - 1.875rem);
  }

  .grid-margin-x.xxlarge-up-2>.cell {
    width: calc(50% - 1.875rem);
  }

  .grid-margin-x.xxlarge-up-3>.cell {
    width: calc(33.33333% - 1.875rem);
  }

  .grid-margin-x.xxlarge-up-4>.cell {
    width: calc(25% - 1.875rem);
  }

  .grid-margin-x.xxlarge-up-5>.cell {
    width: calc(20% - 1.875rem);
  }

  .grid-margin-x.xxlarge-up-6>.cell {
    width: calc(16.66667% - 1.875rem);
  }

  .grid-margin-x.xxlarge-up-7>.cell {
    width: calc(14.28571% - 1.875rem);
  }

  .grid-margin-x.xxlarge-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: 64.0625em) {
  .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%;
  }
}

@media screen and (min-width: 90em) {
  .small-margin-collapse>.xlarge-1 {
    width: 8.33333%;
  }

  .small-margin-collapse>.xlarge-2 {
    width: 16.66667%;
  }

  .small-margin-collapse>.xlarge-3 {
    width: 25%;
  }

  .small-margin-collapse>.xlarge-4 {
    width: 33.33333%;
  }

  .small-margin-collapse>.xlarge-5 {
    width: 41.66667%;
  }

  .small-margin-collapse>.xlarge-6 {
    width: 50%;
  }

  .small-margin-collapse>.xlarge-7 {
    width: 58.33333%;
  }

  .small-margin-collapse>.xlarge-8 {
    width: 66.66667%;
  }

  .small-margin-collapse>.xlarge-9 {
    width: 75%;
  }

  .small-margin-collapse>.xlarge-10 {
    width: 83.33333%;
  }

  .small-margin-collapse>.xlarge-11 {
    width: 91.66667%;
  }

  .small-margin-collapse>.xlarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 112.5em) {
  .small-margin-collapse>.xxlarge-1 {
    width: 8.33333%;
  }

  .small-margin-collapse>.xxlarge-2 {
    width: 16.66667%;
  }

  .small-margin-collapse>.xxlarge-3 {
    width: 25%;
  }

  .small-margin-collapse>.xxlarge-4 {
    width: 33.33333%;
  }

  .small-margin-collapse>.xxlarge-5 {
    width: 41.66667%;
  }

  .small-margin-collapse>.xxlarge-6 {
    width: 50%;
  }

  .small-margin-collapse>.xxlarge-7 {
    width: 58.33333%;
  }

  .small-margin-collapse>.xxlarge-8 {
    width: 66.66667%;
  }

  .small-margin-collapse>.xxlarge-9 {
    width: 75%;
  }

  .small-margin-collapse>.xxlarge-10 {
    width: 83.33333%;
  }

  .small-margin-collapse>.xxlarge-11 {
    width: 91.66667%;
  }

  .small-margin-collapse>.xxlarge-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: 64.0625em) {
  .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 screen and (min-width: 90em) {
  .medium-margin-collapse>.xlarge-1 {
    width: 8.33333%;
  }

  .medium-margin-collapse>.xlarge-2 {
    width: 16.66667%;
  }

  .medium-margin-collapse>.xlarge-3 {
    width: 25%;
  }

  .medium-margin-collapse>.xlarge-4 {
    width: 33.33333%;
  }

  .medium-margin-collapse>.xlarge-5 {
    width: 41.66667%;
  }

  .medium-margin-collapse>.xlarge-6 {
    width: 50%;
  }

  .medium-margin-collapse>.xlarge-7 {
    width: 58.33333%;
  }

  .medium-margin-collapse>.xlarge-8 {
    width: 66.66667%;
  }

  .medium-margin-collapse>.xlarge-9 {
    width: 75%;
  }

  .medium-margin-collapse>.xlarge-10 {
    width: 83.33333%;
  }

  .medium-margin-collapse>.xlarge-11 {
    width: 91.66667%;
  }

  .medium-margin-collapse>.xlarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 112.5em) {
  .medium-margin-collapse>.xxlarge-1 {
    width: 8.33333%;
  }

  .medium-margin-collapse>.xxlarge-2 {
    width: 16.66667%;
  }

  .medium-margin-collapse>.xxlarge-3 {
    width: 25%;
  }

  .medium-margin-collapse>.xxlarge-4 {
    width: 33.33333%;
  }

  .medium-margin-collapse>.xxlarge-5 {
    width: 41.66667%;
  }

  .medium-margin-collapse>.xxlarge-6 {
    width: 50%;
  }

  .medium-margin-collapse>.xxlarge-7 {
    width: 58.33333%;
  }

  .medium-margin-collapse>.xxlarge-8 {
    width: 66.66667%;
  }

  .medium-margin-collapse>.xxlarge-9 {
    width: 75%;
  }

  .medium-margin-collapse>.xxlarge-10 {
    width: 83.33333%;
  }

  .medium-margin-collapse>.xxlarge-11 {
    width: 91.66667%;
  }

  .medium-margin-collapse>.xxlarge-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: 64.0625em) {
  .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: 64.0625em) {
  .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: 64.0625em) {
  .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: 64.0625em) {
  .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 screen and (min-width: 90em) {
  .large-margin-collapse>.xlarge-1 {
    width: 8.33333%;
  }

  .large-margin-collapse>.xlarge-2 {
    width: 16.66667%;
  }

  .large-margin-collapse>.xlarge-3 {
    width: 25%;
  }

  .large-margin-collapse>.xlarge-4 {
    width: 33.33333%;
  }

  .large-margin-collapse>.xlarge-5 {
    width: 41.66667%;
  }

  .large-margin-collapse>.xlarge-6 {
    width: 50%;
  }

  .large-margin-collapse>.xlarge-7 {
    width: 58.33333%;
  }

  .large-margin-collapse>.xlarge-8 {
    width: 66.66667%;
  }

  .large-margin-collapse>.xlarge-9 {
    width: 75%;
  }

  .large-margin-collapse>.xlarge-10 {
    width: 83.33333%;
  }

  .large-margin-collapse>.xlarge-11 {
    width: 91.66667%;
  }

  .large-margin-collapse>.xlarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 112.5em) {
  .large-margin-collapse>.xxlarge-1 {
    width: 8.33333%;
  }

  .large-margin-collapse>.xxlarge-2 {
    width: 16.66667%;
  }

  .large-margin-collapse>.xxlarge-3 {
    width: 25%;
  }

  .large-margin-collapse>.xxlarge-4 {
    width: 33.33333%;
  }

  .large-margin-collapse>.xxlarge-5 {
    width: 41.66667%;
  }

  .large-margin-collapse>.xxlarge-6 {
    width: 50%;
  }

  .large-margin-collapse>.xxlarge-7 {
    width: 58.33333%;
  }

  .large-margin-collapse>.xxlarge-8 {
    width: 66.66667%;
  }

  .large-margin-collapse>.xxlarge-9 {
    width: 75%;
  }

  .large-margin-collapse>.xxlarge-10 {
    width: 83.33333%;
  }

  .large-margin-collapse>.xxlarge-11 {
    width: 91.66667%;
  }

  .large-margin-collapse>.xxlarge-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64.0625em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }

  .large-padding-collapse>.cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (min-width: 90em) {
  .xlarge-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }

  .xlarge-margin-collapse>.cell {
    margin-right: 0;
    margin-left: 0;
  }
}

@media screen and (min-width: 90em) {
  .xlarge-margin-collapse>.small-1 {
    width: 8.33333%;
  }

  .xlarge-margin-collapse>.small-2 {
    width: 16.66667%;
  }

  .xlarge-margin-collapse>.small-3 {
    width: 25%;
  }

  .xlarge-margin-collapse>.small-4 {
    width: 33.33333%;
  }

  .xlarge-margin-collapse>.small-5 {
    width: 41.66667%;
  }

  .xlarge-margin-collapse>.small-6 {
    width: 50%;
  }

  .xlarge-margin-collapse>.small-7 {
    width: 58.33333%;
  }

  .xlarge-margin-collapse>.small-8 {
    width: 66.66667%;
  }

  .xlarge-margin-collapse>.small-9 {
    width: 75%;
  }

  .xlarge-margin-collapse>.small-10 {
    width: 83.33333%;
  }

  .xlarge-margin-collapse>.small-11 {
    width: 91.66667%;
  }

  .xlarge-margin-collapse>.small-12 {
    width: 100%;
  }
}

@media screen and (min-width: 90em) {
  .xlarge-margin-collapse>.medium-1 {
    width: 8.33333%;
  }

  .xlarge-margin-collapse>.medium-2 {
    width: 16.66667%;
  }

  .xlarge-margin-collapse>.medium-3 {
    width: 25%;
  }

  .xlarge-margin-collapse>.medium-4 {
    width: 33.33333%;
  }

  .xlarge-margin-collapse>.medium-5 {
    width: 41.66667%;
  }

  .xlarge-margin-collapse>.medium-6 {
    width: 50%;
  }

  .xlarge-margin-collapse>.medium-7 {
    width: 58.33333%;
  }

  .xlarge-margin-collapse>.medium-8 {
    width: 66.66667%;
  }

  .xlarge-margin-collapse>.medium-9 {
    width: 75%;
  }

  .xlarge-margin-collapse>.medium-10 {
    width: 83.33333%;
  }

  .xlarge-margin-collapse>.medium-11 {
    width: 91.66667%;
  }

  .xlarge-margin-collapse>.medium-12 {
    width: 100%;
  }
}

@media screen and (min-width: 90em) {
  .xlarge-margin-collapse>.large-1 {
    width: 8.33333%;
  }

  .xlarge-margin-collapse>.large-2 {
    width: 16.66667%;
  }

  .xlarge-margin-collapse>.large-3 {
    width: 25%;
  }

  .xlarge-margin-collapse>.large-4 {
    width: 33.33333%;
  }

  .xlarge-margin-collapse>.large-5 {
    width: 41.66667%;
  }

  .xlarge-margin-collapse>.large-6 {
    width: 50%;
  }

  .xlarge-margin-collapse>.large-7 {
    width: 58.33333%;
  }

  .xlarge-margin-collapse>.large-8 {
    width: 66.66667%;
  }

  .xlarge-margin-collapse>.large-9 {
    width: 75%;
  }

  .xlarge-margin-collapse>.large-10 {
    width: 83.33333%;
  }

  .xlarge-margin-collapse>.large-11 {
    width: 91.66667%;
  }

  .xlarge-margin-collapse>.large-12 {
    width: 100%;
  }
}

@media screen and (min-width: 90em) {
  .xlarge-margin-collapse>.xlarge-1 {
    width: 8.33333%;
  }

  .xlarge-margin-collapse>.xlarge-2 {
    width: 16.66667%;
  }

  .xlarge-margin-collapse>.xlarge-3 {
    width: 25%;
  }

  .xlarge-margin-collapse>.xlarge-4 {
    width: 33.33333%;
  }

  .xlarge-margin-collapse>.xlarge-5 {
    width: 41.66667%;
  }

  .xlarge-margin-collapse>.xlarge-6 {
    width: 50%;
  }

  .xlarge-margin-collapse>.xlarge-7 {
    width: 58.33333%;
  }

  .xlarge-margin-collapse>.xlarge-8 {
    width: 66.66667%;
  }

  .xlarge-margin-collapse>.xlarge-9 {
    width: 75%;
  }

  .xlarge-margin-collapse>.xlarge-10 {
    width: 83.33333%;
  }

  .xlarge-margin-collapse>.xlarge-11 {
    width: 91.66667%;
  }

  .xlarge-margin-collapse>.xlarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 112.5em) {
  .xlarge-margin-collapse>.xxlarge-1 {
    width: 8.33333%;
  }

  .xlarge-margin-collapse>.xxlarge-2 {
    width: 16.66667%;
  }

  .xlarge-margin-collapse>.xxlarge-3 {
    width: 25%;
  }

  .xlarge-margin-collapse>.xxlarge-4 {
    width: 33.33333%;
  }

  .xlarge-margin-collapse>.xxlarge-5 {
    width: 41.66667%;
  }

  .xlarge-margin-collapse>.xxlarge-6 {
    width: 50%;
  }

  .xlarge-margin-collapse>.xxlarge-7 {
    width: 58.33333%;
  }

  .xlarge-margin-collapse>.xxlarge-8 {
    width: 66.66667%;
  }

  .xlarge-margin-collapse>.xxlarge-9 {
    width: 75%;
  }

  .xlarge-margin-collapse>.xxlarge-10 {
    width: 83.33333%;
  }

  .xlarge-margin-collapse>.xxlarge-11 {
    width: 91.66667%;
  }

  .xlarge-margin-collapse>.xxlarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 90em) {
  .xlarge-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }

  .xlarge-padding-collapse>.cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (min-width: 112.5em) {
  .xxlarge-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }

  .xxlarge-margin-collapse>.cell {
    margin-right: 0;
    margin-left: 0;
  }
}

@media screen and (min-width: 112.5em) {
  .xxlarge-margin-collapse>.small-1 {
    width: 8.33333%;
  }

  .xxlarge-margin-collapse>.small-2 {
    width: 16.66667%;
  }

  .xxlarge-margin-collapse>.small-3 {
    width: 25%;
  }

  .xxlarge-margin-collapse>.small-4 {
    width: 33.33333%;
  }

  .xxlarge-margin-collapse>.small-5 {
    width: 41.66667%;
  }

  .xxlarge-margin-collapse>.small-6 {
    width: 50%;
  }

  .xxlarge-margin-collapse>.small-7 {
    width: 58.33333%;
  }

  .xxlarge-margin-collapse>.small-8 {
    width: 66.66667%;
  }

  .xxlarge-margin-collapse>.small-9 {
    width: 75%;
  }

  .xxlarge-margin-collapse>.small-10 {
    width: 83.33333%;
  }

  .xxlarge-margin-collapse>.small-11 {
    width: 91.66667%;
  }

  .xxlarge-margin-collapse>.small-12 {
    width: 100%;
  }
}

@media screen and (min-width: 112.5em) {
  .xxlarge-margin-collapse>.medium-1 {
    width: 8.33333%;
  }

  .xxlarge-margin-collapse>.medium-2 {
    width: 16.66667%;
  }

  .xxlarge-margin-collapse>.medium-3 {
    width: 25%;
  }

  .xxlarge-margin-collapse>.medium-4 {
    width: 33.33333%;
  }

  .xxlarge-margin-collapse>.medium-5 {
    width: 41.66667%;
  }

  .xxlarge-margin-collapse>.medium-6 {
    width: 50%;
  }

  .xxlarge-margin-collapse>.medium-7 {
    width: 58.33333%;
  }

  .xxlarge-margin-collapse>.medium-8 {
    width: 66.66667%;
  }

  .xxlarge-margin-collapse>.medium-9 {
    width: 75%;
  }

  .xxlarge-margin-collapse>.medium-10 {
    width: 83.33333%;
  }

  .xxlarge-margin-collapse>.medium-11 {
    width: 91.66667%;
  }

  .xxlarge-margin-collapse>.medium-12 {
    width: 100%;
  }
}

@media screen and (min-width: 112.5em) {
  .xxlarge-margin-collapse>.large-1 {
    width: 8.33333%;
  }

  .xxlarge-margin-collapse>.large-2 {
    width: 16.66667%;
  }

  .xxlarge-margin-collapse>.large-3 {
    width: 25%;
  }

  .xxlarge-margin-collapse>.large-4 {
    width: 33.33333%;
  }

  .xxlarge-margin-collapse>.large-5 {
    width: 41.66667%;
  }

  .xxlarge-margin-collapse>.large-6 {
    width: 50%;
  }

  .xxlarge-margin-collapse>.large-7 {
    width: 58.33333%;
  }

  .xxlarge-margin-collapse>.large-8 {
    width: 66.66667%;
  }

  .xxlarge-margin-collapse>.large-9 {
    width: 75%;
  }

  .xxlarge-margin-collapse>.large-10 {
    width: 83.33333%;
  }

  .xxlarge-margin-collapse>.large-11 {
    width: 91.66667%;
  }

  .xxlarge-margin-collapse>.large-12 {
    width: 100%;
  }
}

@media screen and (min-width: 112.5em) {
  .xxlarge-margin-collapse>.xlarge-1 {
    width: 8.33333%;
  }

  .xxlarge-margin-collapse>.xlarge-2 {
    width: 16.66667%;
  }

  .xxlarge-margin-collapse>.xlarge-3 {
    width: 25%;
  }

  .xxlarge-margin-collapse>.xlarge-4 {
    width: 33.33333%;
  }

  .xxlarge-margin-collapse>.xlarge-5 {
    width: 41.66667%;
  }

  .xxlarge-margin-collapse>.xlarge-6 {
    width: 50%;
  }

  .xxlarge-margin-collapse>.xlarge-7 {
    width: 58.33333%;
  }

  .xxlarge-margin-collapse>.xlarge-8 {
    width: 66.66667%;
  }

  .xxlarge-margin-collapse>.xlarge-9 {
    width: 75%;
  }

  .xxlarge-margin-collapse>.xlarge-10 {
    width: 83.33333%;
  }

  .xxlarge-margin-collapse>.xlarge-11 {
    width: 91.66667%;
  }

  .xxlarge-margin-collapse>.xlarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 112.5em) {
  .xxlarge-margin-collapse>.xxlarge-1 {
    width: 8.33333%;
  }

  .xxlarge-margin-collapse>.xxlarge-2 {
    width: 16.66667%;
  }

  .xxlarge-margin-collapse>.xxlarge-3 {
    width: 25%;
  }

  .xxlarge-margin-collapse>.xxlarge-4 {
    width: 33.33333%;
  }

  .xxlarge-margin-collapse>.xxlarge-5 {
    width: 41.66667%;
  }

  .xxlarge-margin-collapse>.xxlarge-6 {
    width: 50%;
  }

  .xxlarge-margin-collapse>.xxlarge-7 {
    width: 58.33333%;
  }

  .xxlarge-margin-collapse>.xxlarge-8 {
    width: 66.66667%;
  }

  .xxlarge-margin-collapse>.xxlarge-9 {
    width: 75%;
  }

  .xxlarge-margin-collapse>.xxlarge-10 {
    width: 83.33333%;
  }

  .xxlarge-margin-collapse>.xxlarge-11 {
    width: 91.66667%;
  }

  .xxlarge-margin-collapse>.xxlarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 112.5em) {
  .xxlarge-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }

  .xxlarge-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% + .625rem);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  .medium-offset-0 {
    margin-left: 0%;
  }

  .grid-margin-x>.medium-offset-0 {
    margin-left: calc(0% + .9375rem);
  }

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

  .grid-margin-x>.medium-offset-1 {
    margin-left: calc(8.33333% + .9375rem);
  }

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

  .grid-margin-x>.medium-offset-2 {
    margin-left: calc(16.66667% + .9375rem);
  }

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

  .grid-margin-x>.medium-offset-3 {
    margin-left: calc(25% + .9375rem);
  }

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

  .grid-margin-x>.medium-offset-4 {
    margin-left: calc(33.33333% + .9375rem);
  }

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

  .grid-margin-x>.medium-offset-5 {
    margin-left: calc(41.66667% + .9375rem);
  }

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

  .grid-margin-x>.medium-offset-6 {
    margin-left: calc(50% + .9375rem);
  }

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

  .grid-margin-x>.medium-offset-7 {
    margin-left: calc(58.33333% + .9375rem);
  }

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

  .grid-margin-x>.medium-offset-8 {
    margin-left: calc(66.66667% + .9375rem);
  }

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

  .grid-margin-x>.medium-offset-9 {
    margin-left: calc(75% + .9375rem);
  }

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

  .grid-margin-x>.medium-offset-10 {
    margin-left: calc(83.33333% + .9375rem);
  }

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

  .grid-margin-x>.medium-offset-11 {
    margin-left: calc(91.66667% + .9375rem);
  }
}

@media print, screen and (min-width: 64.0625em) {
  .large-offset-0 {
    margin-left: 0%;
  }

  .grid-margin-x>.large-offset-0 {
    margin-left: calc(0% + .9375rem);
  }

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

  .grid-margin-x>.large-offset-1 {
    margin-left: calc(8.33333% + .9375rem);
  }

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

  .grid-margin-x>.large-offset-2 {
    margin-left: calc(16.66667% + .9375rem);
  }

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

  .grid-margin-x>.large-offset-3 {
    margin-left: calc(25% + .9375rem);
  }

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

  .grid-margin-x>.large-offset-4 {
    margin-left: calc(33.33333% + .9375rem);
  }

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

  .grid-margin-x>.large-offset-5 {
    margin-left: calc(41.66667% + .9375rem);
  }

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

  .grid-margin-x>.large-offset-6 {
    margin-left: calc(50% + .9375rem);
  }

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

  .grid-margin-x>.large-offset-7 {
    margin-left: calc(58.33333% + .9375rem);
  }

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

  .grid-margin-x>.large-offset-8 {
    margin-left: calc(66.66667% + .9375rem);
  }

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

  .grid-margin-x>.large-offset-9 {
    margin-left: calc(75% + .9375rem);
  }

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

  .grid-margin-x>.large-offset-10 {
    margin-left: calc(83.33333% + .9375rem);
  }

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

  .grid-margin-x>.large-offset-11 {
    margin-left: calc(91.66667% + .9375rem);
  }
}

@media screen and (min-width: 90em) {
  .xlarge-offset-0 {
    margin-left: 0%;
  }

  .grid-margin-x>.xlarge-offset-0 {
    margin-left: calc(0% + .9375rem);
  }

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

  .grid-margin-x>.xlarge-offset-1 {
    margin-left: calc(8.33333% + .9375rem);
  }

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

  .grid-margin-x>.xlarge-offset-2 {
    margin-left: calc(16.66667% + .9375rem);
  }

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

  .grid-margin-x>.xlarge-offset-3 {
    margin-left: calc(25% + .9375rem);
  }

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

  .grid-margin-x>.xlarge-offset-4 {
    margin-left: calc(33.33333% + .9375rem);
  }

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

  .grid-margin-x>.xlarge-offset-5 {
    margin-left: calc(41.66667% + .9375rem);
  }

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

  .grid-margin-x>.xlarge-offset-6 {
    margin-left: calc(50% + .9375rem);
  }

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

  .grid-margin-x>.xlarge-offset-7 {
    margin-left: calc(58.33333% + .9375rem);
  }

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

  .grid-margin-x>.xlarge-offset-8 {
    margin-left: calc(66.66667% + .9375rem);
  }

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

  .grid-margin-x>.xlarge-offset-9 {
    margin-left: calc(75% + .9375rem);
  }

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

  .grid-margin-x>.xlarge-offset-10 {
    margin-left: calc(83.33333% + .9375rem);
  }

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

  .grid-margin-x>.xlarge-offset-11 {
    margin-left: calc(91.66667% + .9375rem);
  }
}

@media screen and (min-width: 112.5em) {
  .xxlarge-offset-0 {
    margin-left: 0%;
  }

  .grid-margin-x>.xxlarge-offset-0 {
    margin-left: calc(0% + .9375rem);
  }

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

  .grid-margin-x>.xxlarge-offset-1 {
    margin-left: calc(8.33333% + .9375rem);
  }

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

  .grid-margin-x>.xxlarge-offset-2 {
    margin-left: calc(16.66667% + .9375rem);
  }

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

  .grid-margin-x>.xxlarge-offset-3 {
    margin-left: calc(25% + .9375rem);
  }

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

  .grid-margin-x>.xxlarge-offset-4 {
    margin-left: calc(33.33333% + .9375rem);
  }

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

  .grid-margin-x>.xxlarge-offset-5 {
    margin-left: calc(41.66667% + .9375rem);
  }

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

  .grid-margin-x>.xxlarge-offset-6 {
    margin-left: calc(50% + .9375rem);
  }

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

  .grid-margin-x>.xxlarge-offset-7 {
    margin-left: calc(58.33333% + .9375rem);
  }

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

  .grid-margin-x>.xxlarge-offset-8 {
    margin-left: calc(66.66667% + .9375rem);
  }

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

  .grid-margin-x>.xxlarge-offset-9 {
    margin-left: calc(75% + .9375rem);
  }

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

  .grid-margin-x>.xxlarge-offset-10 {
    margin-left: calc(83.33333% + .9375rem);
  }

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

  .grid-margin-x>.xxlarge-offset-11 {
    margin-left: calc(91.66667% + .9375rem);
  }
}

.grid-y {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          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 {
  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 {
    flex-basis: auto;
  }
}

@media print, screen and (min-width: 64.0625em) {
  .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 {
    flex-basis: auto;
  }
}

@media screen and (min-width: 90em) {
  .grid-y>.xlarge-shrink,
  .grid-y>.xlarge-full,
  .grid-y>.xlarge-1,
  .grid-y>.xlarge-2,
  .grid-y>.xlarge-3,
  .grid-y>.xlarge-4,
  .grid-y>.xlarge-5,
  .grid-y>.xlarge-6,
  .grid-y>.xlarge-7,
  .grid-y>.xlarge-8,
  .grid-y>.xlarge-9,
  .grid-y>.xlarge-10,
  .grid-y>.xlarge-11,
  .grid-y>.xlarge-12 {
    flex-basis: auto;
  }
}

@media screen and (min-width: 112.5em) {
  .grid-y>.xxlarge-shrink,
  .grid-y>.xxlarge-full,
  .grid-y>.xxlarge-1,
  .grid-y>.xxlarge-2,
  .grid-y>.xxlarge-3,
  .grid-y>.xxlarge-4,
  .grid-y>.xxlarge-5,
  .grid-y>.xxlarge-6,
  .grid-y>.xxlarge-7,
  .grid-y>.xxlarge-8,
  .grid-y>.xxlarge-9,
  .grid-y>.xxlarge-10,
  .grid-y>.xxlarge-11,
  .grid-y>.xxlarge-12 {
    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;
          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;
            flex: 1 1 0px;
    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;
            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: 64.0625em) {
  .grid-y>.large-auto {
    -webkit-box-flex: 1;
            flex: 1 1 0px;
    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;
            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%;
  }
}

@media screen and (min-width: 90em) {
  .grid-y>.xlarge-auto {
    -webkit-box-flex: 1;
            flex: 1 1 0px;
    height: auto;
  }

  .grid-y>.xlarge-shrink,
  .grid-y>.xlarge-1,
  .grid-y>.xlarge-2,
  .grid-y>.xlarge-3,
  .grid-y>.xlarge-4,
  .grid-y>.xlarge-5,
  .grid-y>.xlarge-6,
  .grid-y>.xlarge-7,
  .grid-y>.xlarge-8,
  .grid-y>.xlarge-9,
  .grid-y>.xlarge-10,
  .grid-y>.xlarge-11,
  .grid-y>.xlarge-12 {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
  }

  .grid-y>.xlarge-shrink {
    height: auto;
  }

  .grid-y>.xlarge-1 {
    height: 8.33333%;
  }

  .grid-y>.xlarge-2 {
    height: 16.66667%;
  }

  .grid-y>.xlarge-3 {
    height: 25%;
  }

  .grid-y>.xlarge-4 {
    height: 33.33333%;
  }

  .grid-y>.xlarge-5 {
    height: 41.66667%;
  }

  .grid-y>.xlarge-6 {
    height: 50%;
  }

  .grid-y>.xlarge-7 {
    height: 58.33333%;
  }

  .grid-y>.xlarge-8 {
    height: 66.66667%;
  }

  .grid-y>.xlarge-9 {
    height: 75%;
  }

  .grid-y>.xlarge-10 {
    height: 83.33333%;
  }

  .grid-y>.xlarge-11 {
    height: 91.66667%;
  }

  .grid-y>.xlarge-12 {
    height: 100%;
  }
}

@media screen and (min-width: 112.5em) {
  .grid-y>.xxlarge-auto {
    -webkit-box-flex: 1;
            flex: 1 1 0px;
    height: auto;
  }

  .grid-y>.xxlarge-shrink,
  .grid-y>.xxlarge-1,
  .grid-y>.xxlarge-2,
  .grid-y>.xxlarge-3,
  .grid-y>.xxlarge-4,
  .grid-y>.xxlarge-5,
  .grid-y>.xxlarge-6,
  .grid-y>.xxlarge-7,
  .grid-y>.xxlarge-8,
  .grid-y>.xxlarge-9,
  .grid-y>.xxlarge-10,
  .grid-y>.xxlarge-11,
  .grid-y>.xxlarge-12 {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
  }

  .grid-y>.xxlarge-shrink {
    height: auto;
  }

  .grid-y>.xxlarge-1 {
    height: 8.33333%;
  }

  .grid-y>.xxlarge-2 {
    height: 16.66667%;
  }

  .grid-y>.xxlarge-3 {
    height: 25%;
  }

  .grid-y>.xxlarge-4 {
    height: 33.33333%;
  }

  .grid-y>.xxlarge-5 {
    height: 41.66667%;
  }

  .grid-y>.xxlarge-6 {
    height: 50%;
  }

  .grid-y>.xxlarge-7 {
    height: 58.33333%;
  }

  .grid-y>.xxlarge-8 {
    height: 66.66667%;
  }

  .grid-y>.xxlarge-9 {
    height: 75%;
  }

  .grid-y>.xxlarge-10 {
    height: 83.33333%;
  }

  .grid-y>.xxlarge-11 {
    height: 91.66667%;
  }

  .grid-y>.xxlarge-12 {
    height: 100%;
  }
}

.grid-padding-y .grid-padding-y {
  margin-top: -.625rem;
  margin-bottom: -.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-padding-y .grid-padding-y {
    margin-top: -.9375rem;
    margin-bottom: -.9375rem;
  }
}

.grid-padding-y>.cell {
  padding-top: .625rem;
  padding-bottom: .625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-padding-y>.cell {
    padding-top: .9375rem;
    padding-bottom: .9375rem;
  }
}

.grid-frame {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  -webkit-box-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: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  max-height: 100%;
}

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

@media print, screen and (min-width: 40em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    -webkit-box-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: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    max-height: 100%;
  }

  .medium-cell-block-container>.grid-x {
    max-height: 100%;
    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: 64.0625em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    -webkit-box-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: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    max-height: 100%;
  }

  .large-cell-block-container>.grid-x {
    max-height: 100%;
    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;
  }
}

@media screen and (min-width: 90em) {
  .xlarge-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
            align-items: stretch;
    width: 100vw;
  }

  .cell .xlarge-grid-frame {
    width: 100%;
  }

  .xlarge-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .xlarge-cell-block-container {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    max-height: 100%;
  }

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

  .xlarge-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}

@media screen and (min-width: 112.5em) {
  .xxlarge-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
            align-items: stretch;
    width: 100vw;
  }

  .cell .xxlarge-grid-frame {
    width: 100%;
  }

  .xxlarge-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .xxlarge-cell-block-container {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    max-height: 100%;
  }

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

  .xxlarge-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;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
          align-items: stretch;
  height: 100vh;
}

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

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

@media screen and (min-width: 90em) {
  .grid-y.xlarge-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
            align-items: stretch;
    height: 100vh;
  }
}

@media screen and (min-width: 112.5em) {
  .grid-y.xxlarge-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
            align-items: stretch;
    height: 100vh;
  }
}

.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: 64.0625em) {
  .cell .grid-y.large-grid-frame {
    height: 100%;
  }
}

@media screen and (min-width: 90em) {
  .cell .grid-y.xlarge-grid-frame {
    height: 100%;
  }
}

@media screen and (min-width: 112.5em) {
  .cell .grid-y.xxlarge-grid-frame {
    height: 100%;
  }
}

.grid-margin-y {
  margin-top: -.625rem;
  margin-bottom: -.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -.9375rem;
    margin-bottom: -.9375rem;
  }
}

.grid-margin-y>.cell {
  height: calc(100% - 1.25rem);
  margin-top: .625rem;
  margin-bottom: .625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y>.cell {
    height: calc(100% - 1.875rem);
    margin-top: .9375rem;
    margin-bottom: .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: 64.0625em) {
  .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);
  }
}

@media screen and (min-width: 90em) {
  .grid-margin-y>.xlarge-auto {
    height: auto;
  }

  .grid-margin-y>.xlarge-shrink {
    height: auto;
  }

  .grid-margin-y>.xlarge-1 {
    height: calc(8.33333% - 1.875rem);
  }

  .grid-margin-y>.xlarge-2 {
    height: calc(16.66667% - 1.875rem);
  }

  .grid-margin-y>.xlarge-3 {
    height: calc(25% - 1.875rem);
  }

  .grid-margin-y>.xlarge-4 {
    height: calc(33.33333% - 1.875rem);
  }

  .grid-margin-y>.xlarge-5 {
    height: calc(41.66667% - 1.875rem);
  }

  .grid-margin-y>.xlarge-6 {
    height: calc(50% - 1.875rem);
  }

  .grid-margin-y>.xlarge-7 {
    height: calc(58.33333% - 1.875rem);
  }

  .grid-margin-y>.xlarge-8 {
    height: calc(66.66667% - 1.875rem);
  }

  .grid-margin-y>.xlarge-9 {
    height: calc(75% - 1.875rem);
  }

  .grid-margin-y>.xlarge-10 {
    height: calc(83.33333% - 1.875rem);
  }

  .grid-margin-y>.xlarge-11 {
    height: calc(91.66667% - 1.875rem);
  }

  .grid-margin-y>.xlarge-12 {
    height: calc(100% - 1.875rem);
  }
}

@media screen and (min-width: 112.5em) {
  .grid-margin-y>.xxlarge-auto {
    height: auto;
  }

  .grid-margin-y>.xxlarge-shrink {
    height: auto;
  }

  .grid-margin-y>.xxlarge-1 {
    height: calc(8.33333% - 1.875rem);
  }

  .grid-margin-y>.xxlarge-2 {
    height: calc(16.66667% - 1.875rem);
  }

  .grid-margin-y>.xxlarge-3 {
    height: calc(25% - 1.875rem);
  }

  .grid-margin-y>.xxlarge-4 {
    height: calc(33.33333% - 1.875rem);
  }

  .grid-margin-y>.xxlarge-5 {
    height: calc(41.66667% - 1.875rem);
  }

  .grid-margin-y>.xxlarge-6 {
    height: calc(50% - 1.875rem);
  }

  .grid-margin-y>.xxlarge-7 {
    height: calc(58.33333% - 1.875rem);
  }

  .grid-margin-y>.xxlarge-8 {
    height: calc(66.66667% - 1.875rem);
  }

  .grid-margin-y>.xxlarge-9 {
    height: calc(75% - 1.875rem);
  }

  .grid-margin-y>.xxlarge-10 {
    height: calc(83.33333% - 1.875rem);
  }

  .grid-margin-y>.xxlarge-11 {
    height: calc(91.66667% - 1.875rem);
  }

  .grid-margin-y>.xxlarge-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: 64.0625em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}

@media screen and (min-width: 90em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}

@media screen and (min-width: 112.5em) {
  .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: 64.0625em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}

@media screen and (min-width: 90em) {
  .grid-margin-y.xlarge-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}

@media screen and (min-width: 112.5em) {
  .grid-margin-y.xxlarge-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}

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

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

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

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

.align-spaced {
  justify-content: space-around;
}

.align-left.vertical.menu>li>a {
  -webkit-box-pack: start;
          justify-content: flex-start;
}

.align-right.vertical.menu>li>a {
  -webkit-box-pack: end;
          justify-content: flex-end;
}

.align-center.vertical.menu>li>a {
  -webkit-box-pack: center;
          justify-content: center;
}

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

.align-self-top {
  align-self: flex-start;
}

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

.align-self-bottom {
  align-self: flex-end;
}

.align-middle {
  -webkit-box-align: center;
          align-items: center;
}

.align-self-middle {
  align-self: center;
}

.align-stretch {
  -webkit-box-align: stretch;
          align-items: stretch;
}

.align-self-stretch {
  align-self: stretch;
}

.align-center-middle {
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  align-content: center;
}

.small-order-1 {
  -webkit-box-ordinal-group: 2;
          order: 1;
}

.small-order-2 {
  -webkit-box-ordinal-group: 3;
          order: 2;
}

.small-order-3 {
  -webkit-box-ordinal-group: 4;
          order: 3;
}

.small-order-4 {
  -webkit-box-ordinal-group: 5;
          order: 4;
}

.small-order-5 {
  -webkit-box-ordinal-group: 6;
          order: 5;
}

.small-order-6 {
  -webkit-box-ordinal-group: 7;
          order: 6;
}

@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }

  .medium-order-2 {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }

  .medium-order-3 {
    -webkit-box-ordinal-group: 4;
            order: 3;
  }

  .medium-order-4 {
    -webkit-box-ordinal-group: 5;
            order: 4;
  }

  .medium-order-5 {
    -webkit-box-ordinal-group: 6;
            order: 5;
  }

  .medium-order-6 {
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
}

@media print, screen and (min-width: 64.0625em) {
  .large-order-1 {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }

  .large-order-2 {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }

  .large-order-3 {
    -webkit-box-ordinal-group: 4;
            order: 3;
  }

  .large-order-4 {
    -webkit-box-ordinal-group: 5;
            order: 4;
  }

  .large-order-5 {
    -webkit-box-ordinal-group: 6;
            order: 5;
  }

  .large-order-6 {
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
}

@media screen and (min-width: 90em) {
  .xlarge-order-1 {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }

  .xlarge-order-2 {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }

  .xlarge-order-3 {
    -webkit-box-ordinal-group: 4;
            order: 3;
  }

  .xlarge-order-4 {
    -webkit-box-ordinal-group: 5;
            order: 4;
  }

  .xlarge-order-5 {
    -webkit-box-ordinal-group: 6;
            order: 5;
  }

  .xlarge-order-6 {
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
}

@media screen and (min-width: 112.5em) {
  .xxlarge-order-1 {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }

  .xxlarge-order-2 {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }

  .xxlarge-order-3 {
    -webkit-box-ordinal-group: 4;
            order: 3;
  }

  .xxlarge-order-4 {
    -webkit-box-ordinal-group: 5;
            order: 4;
  }

  .xxlarge-order-5 {
    -webkit-box-ordinal-group: 6;
            order: 5;
  }

  .xxlarge-order-6 {
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
}

.flex-container {
  display: -webkit-box;
  display: flex;
}

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

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

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

.flex-dir-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}

.flex-dir-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
          flex-direction: row-reverse;
}

.flex-dir-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.flex-dir-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
          flex-direction: column-reverse;
}

@media print, screen and (min-width: 40em) {
  .medium-flex-container {
    display: -webkit-box;
    display: flex;
  }

  .medium-flex-child-auto {
    -webkit-box-flex: 1;
            flex: 1 1 auto;
  }

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

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

  .medium-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }

  .medium-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
  }

  .medium-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  .medium-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
  }
}

@media print, screen and (min-width: 64.0625em) {
  .large-flex-container {
    display: -webkit-box;
    display: flex;
  }

  .large-flex-child-auto {
    -webkit-box-flex: 1;
            flex: 1 1 auto;
  }

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

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

  .large-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }

  .large-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
  }

  .large-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  .large-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
  }
}

@media screen and (min-width: 90em) {
  .xlarge-flex-container {
    display: -webkit-box;
    display: flex;
  }

  .xlarge-flex-child-auto {
    -webkit-box-flex: 1;
            flex: 1 1 auto;
  }

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

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

  .xlarge-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }

  .xlarge-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
  }

  .xlarge-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  .xlarge-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
  }
}

@media screen and (min-width: 112.5em) {
  .xxlarge-flex-container {
    display: -webkit-box;
    display: flex;
  }

  .xxlarge-flex-child-auto {
    -webkit-box-flex: 1;
            flex: 1 1 auto;
  }

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

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

  .xxlarge-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }

  .xxlarge-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
  }

  .xxlarge-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  .xxlarge-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
  }
}

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.3;
  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: montserrat,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: #e5e5e5;
}

h1,
.h1 {
  font-size: 1.5rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: .5rem;
}

h2,
.h2 {
  font-size: 1.25rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: .5rem;
}

h3,
.h3 {
  font-size: 1.1875rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: .5rem;
}

h4,
.h4 {
  font-size: 1.125rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: .5rem;
}

h5,
.h5 {
  font-size: 1.0625rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: .5rem;
}

h6,
.h6 {
  font-size: 1rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: .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: #000;
  text-decoration: underline;
  cursor: pointer;
}

a:hover,
a:focus {
  color: #242424;
}

a img {
  border: 0;
}

hr {
  clear: both;
  max-width: 100rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #e5e5e5;
  border-left: 0;
}

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.3;
}

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: .3rem;
  font-weight: bold;
}

blockquote {
  margin: 0 0 1rem;
  padding: .5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #e5e5e5;
}

blockquote,
blockquote p {
  line-height: 1.3;
  color: #8a8a8a;
}

abbr,
abbr[title] {
  border-bottom: 1px dotted #0a0a0a;
  cursor: help;
  text-decoration: none;
}

figure {
  margin: 0;
}

kbd {
  margin: 0;
  padding: .125rem .25rem 0;
  background-color: #2d2d2d;
  font-family: Consolas,"Liberation Mono",Courier,monospace;
  color: #0a0a0a;
}

.subheader {
  margin-top: .2rem;
  margin-bottom: .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-block,
cite {
  display: block;
  color: #8a8a8a;
  font-size: .8125rem;
}

.cite-block:before,
cite:before {
  content: "\2014   ";
}

.code-inline,
code {
  border: 1px solid #e5e5e5;
  background-color: #2d2d2d;
  font-family: Consolas,"Liberation Mono",Courier,monospace;
  font-weight: normal;
  color: #0a0a0a;
  display: inline;
  max-width: 100%;
  word-wrap: break-word;
  padding: .125rem .3125rem .0625rem;
}

.code-block {
  border: 1px solid #e5e5e5;
  background-color: #2d2d2d;
  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: 64.0625em) {
  .large-text-left {
    text-align: left;
  }

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

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

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

@media screen and (min-width: 90em) {
  .xlarge-text-left {
    text-align: left;
  }

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

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

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

@media screen and (min-width: 112.5em) {
  .xxlarge-text-left {
    text-align: left;
  }

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

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

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

[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;
  box-sizing: border-box;
  width: 100%;
  height: 2.0375rem;
  margin: 0 0 1rem;
  padding: .5rem;
  border: 1px solid #e5e5e5;
  border-radius: 0;
  background-color: #fff;
  box-shadow: inset 0 1px 2px rgba(10,10,10,0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.1;
  color: #0a0a0a;
  -webkit-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-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: #fff;
  box-shadow: 0 0 5px #e5e5e5;
  -webkit-transition: box-shadow 0.5s,border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s,border-color 0.25s ease-in-out;
}

textarea {
  max-width: 100%;
}

textarea[rows] {
  height: auto;
}

input:disabled,
input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #2d2d2d;
  cursor: not-allowed;
}

[type='submit'],
[type='button'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}

input[type='search'] {
  box-sizing: border-box;
}

::-webkit-input-placeholder {
  color: #e5e5e5;
}

::-moz-placeholder {
  color: #e5e5e5;
}

::-ms-input-placeholder {
  color: #e5e5e5;
}

::placeholder {
  color: #e5e5e5;
}

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem;
}

[type='checkbox']+label,
[type='radio']+label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: .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: .5rem;
}

[type='file'] {
  width: 100%;
}

label {
  display: block;
  margin: 0;
  font-size: .875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a;
}

label.middle {
  margin: 0 0 1rem;
  padding: .5625rem 0;
}

.help-text {
  margin-top: -.5rem;
  font-size: .8125rem;
  font-style: italic;
  color: #0a0a0a;
}

.input-group {
  display: -webkit-box;
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  -webkit-box-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 #e5e5e5;
  background: #2d2d2d;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  -webkit-box-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;
          flex: 1 1 0px;
  min-width: 0;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
}

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  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: .5rem;
}

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #e5e5e5;
}

.fieldset legend {
  margin: 0;
  margin-left: -.1875rem;
  padding: 0 .1875rem;
}

select {
  height: 2.0375rem;
  margin: 0 0 1rem;
  padding: .5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #e5e5e5;
  border-radius: 0;
  background-color: #fff;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.1;
  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: box-shadow 0.5s,border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s,border-color 0.25s ease-in-out;
}

@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: #fff;
  box-shadow: 0 0 5px #e5e5e5;
  -webkit-transition: box-shadow 0.5s,border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s,border-color 0.25s ease-in-out;
}

select:disabled {
  background-color: #2d2d2d;
  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: #ec5840;
  background-color: #fdeeec;
}

.is-invalid-input:not(:focus)::-webkit-input-placeholder {
  color: #ec5840;
}

.is-invalid-input:not(:focus)::-moz-placeholder {
  color: #ec5840;
}

.is-invalid-input:not(:focus)::-ms-input-placeholder {
  color: #ec5840;
}

.is-invalid-input:not(:focus)::placeholder {
  color: #ec5840;
}

.is-invalid-label {
  color: #ec5840;
}

.form-error {
  display: none;
  margin-top: -.5rem;
  margin-bottom: 1rem;
  font-size: .75rem;
  font-weight: bold;
  color: #ec5840;
}

.form-error.is-visible {
  display: block;
}

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-transition: background-color 0.25s ease-out,color 0.25s ease-out;
  transition: background-color 0.25s ease-out,color 0.25s ease-out;
  font-family: inherit;
  font-size: 0.9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}

[data-whatinput='mouse'] .button {
  outline: 0;
}

.button.tiny {
  font-size: .6rem;
}

.button.small {
  font-size: .75rem;
}

.button.large {
  font-size: 1.25rem;
}

.button.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}

.button,
.button.disabled,
.button[disabled],
.button.disabled:hover,
.button[disabled]:hover,
.button.disabled:focus,
.button[disabled]:focus {
  background-color: #4a7444;
  color: #fff;
}

.button:hover,
.button:focus {
  background-color: #3f633a;
  color: #fff;
}

.button.primary,
.button.primary.disabled,
.button.primary[disabled],
.button.primary.disabled:hover,
.button.primary[disabled]:hover,
.button.primary.disabled:focus,
.button.primary[disabled]:focus {
  background-color: #4a7444;
  color: #fff;
}

.button.primary:hover,
.button.primary:focus {
  background-color: #3b5d36;
  color: #fff;
}

.button.secondary,
.button.secondary.disabled,
.button.secondary[disabled],
.button.secondary.disabled:hover,
.button.secondary[disabled]:hover,
.button.secondary.disabled:focus,
.button.secondary[disabled]:focus {
  background-color: #777;
  color: #fff;
}

.button.secondary:hover,
.button.secondary:focus {
  background-color: #5f5f5f;
  color: #fff;
}

.button.success,
.button.success.disabled,
.button.success[disabled],
.button.success.disabled:hover,
.button.success[disabled]:hover,
.button.success.disabled:focus,
.button.success[disabled]:focus {
  background-color: #3adb76;
  color: #0a0a0a;
}

.button.success:hover,
.button.success:focus {
  background-color: #22bb5b;
  color: #0a0a0a;
}

.button.warning,
.button.warning.disabled,
.button.warning[disabled],
.button.warning.disabled:hover,
.button.warning[disabled]:hover,
.button.warning.disabled:focus,
.button.warning[disabled]:focus {
  background-color: #ffae00;
  color: #0a0a0a;
}

.button.warning:hover,
.button.warning:focus {
  background-color: #cc8b00;
  color: #0a0a0a;
}

.button.alert,
.button.alert.disabled,
.button.alert[disabled],
.button.alert.disabled:hover,
.button.alert[disabled]:hover,
.button.alert.disabled:focus,
.button.alert[disabled]:focus {
  background-color: #ec5840;
  color: #0a0a0a;
}

.button.alert:hover,
.button.alert:focus {
  background-color: #da3116;
  color: #0a0a0a;
}

.button.hollow,
.button.hollow:hover,
.button.hollow:focus,
.button.hollow.disabled,
.button.hollow.disabled:hover,
.button.hollow.disabled:focus,
.button.hollow[disabled],
.button.hollow[disabled]:hover,
.button.hollow[disabled]:focus {
  background-color: transparent;
}

.button.hollow,
.button.hollow.disabled,
.button.hollow[disabled],
.button.hollow.disabled:hover,
.button.hollow[disabled]:hover,
.button.hollow.disabled:focus,
.button.hollow[disabled]:focus {
  border: 1px solid #4a7444;
  color: #4a7444;
}

.button.hollow:hover,
.button.hollow:focus {
  border-color: #253a22;
  color: #253a22;
}

.button.hollow.primary,
.button.hollow.primary.disabled,
.button.hollow.primary[disabled],
.button.hollow.primary.disabled:hover,
.button.hollow.primary[disabled]:hover,
.button.hollow.primary.disabled:focus,
.button.hollow.primary[disabled]:focus {
  border: 1px solid #4a7444;
  color: #4a7444;
}

.button.hollow.primary:hover,
.button.hollow.primary:focus {
  border-color: #253a22;
  color: #253a22;
}

.button.hollow.secondary,
.button.hollow.secondary.disabled,
.button.hollow.secondary[disabled],
.button.hollow.secondary.disabled:hover,
.button.hollow.secondary[disabled]:hover,
.button.hollow.secondary.disabled:focus,
.button.hollow.secondary[disabled]:focus {
  border: 1px solid #777;
  color: #777;
}

.button.hollow.secondary:hover,
.button.hollow.secondary:focus {
  border-color: #3c3c3c;
  color: #3c3c3c;
}

.button.hollow.success,
.button.hollow.success.disabled,
.button.hollow.success[disabled],
.button.hollow.success.disabled:hover,
.button.hollow.success[disabled]:hover,
.button.hollow.success.disabled:focus,
.button.hollow.success[disabled]:focus {
  border: 1px solid #3adb76;
  color: #3adb76;
}

.button.hollow.success:hover,
.button.hollow.success:focus {
  border-color: #157539;
  color: #157539;
}

.button.hollow.warning,
.button.hollow.warning.disabled,
.button.hollow.warning[disabled],
.button.hollow.warning.disabled:hover,
.button.hollow.warning[disabled]:hover,
.button.hollow.warning.disabled:focus,
.button.hollow.warning[disabled]:focus {
  border: 1px solid #ffae00;
  color: #ffae00;
}

.button.hollow.warning:hover,
.button.hollow.warning:focus {
  border-color: #805700;
  color: #805700;
}

.button.hollow.alert,
.button.hollow.alert.disabled,
.button.hollow.alert[disabled],
.button.hollow.alert.disabled:hover,
.button.hollow.alert[disabled]:hover,
.button.hollow.alert.disabled:focus,
.button.hollow.alert[disabled]:focus {
  border: 1px solid #ec5840;
  color: #ec5840;
}

.button.hollow.alert:hover,
.button.hollow.alert:focus {
  border-color: #881f0e;
  color: #881f0e;
}

.button.clear,
.button.clear:hover,
.button.clear:focus,
.button.clear.disabled,
.button.clear.disabled:hover,
.button.clear.disabled:focus,
.button.clear[disabled],
.button.clear[disabled]:hover,
.button.clear[disabled]:focus {
  border-color: transparent;
  background-color: transparent;
}

.button.clear,
.button.clear.disabled,
.button.clear[disabled],
.button.clear.disabled:hover,
.button.clear[disabled]:hover,
.button.clear.disabled:focus,
.button.clear[disabled]:focus {
  color: #4a7444;
}

.button.clear:hover,
.button.clear:focus {
  color: #253a22;
}

.button.clear.primary,
.button.clear.primary.disabled,
.button.clear.primary[disabled],
.button.clear.primary.disabled:hover,
.button.clear.primary[disabled]:hover,
.button.clear.primary.disabled:focus,
.button.clear.primary[disabled]:focus {
  color: #4a7444;
}

.button.clear.primary:hover,
.button.clear.primary:focus {
  color: #253a22;
}

.button.clear.secondary,
.button.clear.secondary.disabled,
.button.clear.secondary[disabled],
.button.clear.secondary.disabled:hover,
.button.clear.secondary[disabled]:hover,
.button.clear.secondary.disabled:focus,
.button.clear.secondary[disabled]:focus {
  color: #777;
}

.button.clear.secondary:hover,
.button.clear.secondary:focus {
  color: #3c3c3c;
}

.button.clear.success,
.button.clear.success.disabled,
.button.clear.success[disabled],
.button.clear.success.disabled:hover,
.button.clear.success[disabled]:hover,
.button.clear.success.disabled:focus,
.button.clear.success[disabled]:focus {
  color: #3adb76;
}

.button.clear.success:hover,
.button.clear.success:focus {
  color: #157539;
}

.button.clear.warning,
.button.clear.warning.disabled,
.button.clear.warning[disabled],
.button.clear.warning.disabled:hover,
.button.clear.warning[disabled]:hover,
.button.clear.warning.disabled:focus,
.button.clear.warning[disabled]:focus {
  color: #ffae00;
}

.button.clear.warning:hover,
.button.clear.warning:focus {
  color: #805700;
}

.button.clear.alert,
.button.clear.alert.disabled,
.button.clear.alert[disabled],
.button.clear.alert.disabled:hover,
.button.clear.alert[disabled]:hover,
.button.clear.alert.disabled:focus,
.button.clear.alert[disabled]:focus {
  color: #ec5840;
}

.button.clear.alert:hover,
.button.clear.alert:focus {
  color: #881f0e;
}

.button.disabled,
.button[disabled] {
  opacity: .25;
  cursor: not-allowed;
}

.button.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border: inset .4em;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #fff transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 1em;
}

.button.dropdown.hollow::after,
.button.dropdown.clear::after {
  border-top-color: #4a7444;
}

.button.dropdown.hollow.primary::after,
.button.dropdown.clear.primary::after {
  border-top-color: #4a7444;
}

.button.dropdown.hollow.secondary::after,
.button.dropdown.clear.secondary::after {
  border-top-color: #777;
}

.button.dropdown.hollow.success::after,
.button.dropdown.clear.success::after {
  border-top-color: #3adb76;
}

.button.dropdown.hollow.warning::after,
.button.dropdown.clear.warning::after {
  border-top-color: #ffae00;
}

.button.dropdown.hollow.alert::after,
.button.dropdown.clear.alert::after {
  border-top-color: #ec5840;
}

.button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

a.button:hover,
a.button:focus {
  text-decoration: none;
}

.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.medium,
.close-button {
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
}

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

[data-whatinput='mouse'] .menu li {
  outline: 0;
}

.menu a,
.menu .button {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0.7rem 1rem;
}

.menu input,
.menu select,
.menu a,
.menu button {
  margin-bottom: 0;
}

.menu input {
  display: inline-block;
}

.menu,
.menu.horizontal {
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}

.menu.vertical {
  flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.menu.expanded li {
  -webkit-box-flex: 1;
          flex: 1 1 0px;
}

.menu.simple {
  -webkit-box-align: center;
          align-items: center;
}

.menu.simple li+li {
  margin-left: 1rem;
}

.menu.simple a {
  padding: 0;
}

@media print, screen and (min-width: 40em) {
  .menu.medium-horizontal {
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }

  .menu.medium-vertical {
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  .menu.medium-expanded li {
    -webkit-box-flex: 1;
            flex: 1 1 0px;
  }

  .menu.medium-simple li {
    -webkit-box-flex: 1;
            flex: 1 1 0px;
  }
}

@media print, screen and (min-width: 64.0625em) {
  .menu.large-horizontal {
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }

  .menu.large-vertical {
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  .menu.large-expanded li {
    -webkit-box-flex: 1;
            flex: 1 1 0px;
  }

  .menu.large-simple li {
    -webkit-box-flex: 1;
            flex: 1 1 0px;
  }
}

@media screen and (min-width: 90em) {
  .menu.xlarge-horizontal {
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }

  .menu.xlarge-vertical {
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  .menu.xlarge-expanded li {
    -webkit-box-flex: 1;
            flex: 1 1 0px;
  }

  .menu.xlarge-simple li {
    -webkit-box-flex: 1;
            flex: 1 1 0px;
  }
}

@media screen and (min-width: 112.5em) {
  .menu.xxlarge-horizontal {
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }

  .menu.xxlarge-vertical {
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  .menu.xxlarge-expanded li {
    -webkit-box-flex: 1;
            flex: 1 1 0px;
  }

  .menu.xxlarge-simple li {
    -webkit-box-flex: 1;
            flex: 1 1 0px;
  }
}

.menu.nested {
  margin-right: 0;
  margin-left: 1rem;
}

.menu.icons a {
  display: -webkit-box;
  display: flex;
}

.menu.icon-top a,
.menu.icon-right a,
.menu.icon-bottom a,
.menu.icon-left a {
  display: -webkit-box;
  display: flex;
}

.menu.icon-left li a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row nowrap;
}

.menu.icon-left li a img,
.menu.icon-left li a i,
.menu.icon-left li a svg {
  margin-right: .25rem;
}

.menu.icon-right li a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row nowrap;
}

.menu.icon-right li a img,
.menu.icon-right li a i,
.menu.icon-right li a svg {
  margin-left: .25rem;
}

.menu.icon-top li a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column nowrap;
}

.menu.icon-top li a img,
.menu.icon-top li a i,
.menu.icon-top li a svg {
  align-self: stretch;
  margin-bottom: .25rem;
  text-align: center;
}

.menu.icon-bottom li a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column nowrap;
}

.menu.icon-bottom li a img,
.menu.icon-bottom li a i,
.menu.icon-bottom li a svg {
  align-self: stretch;
  margin-bottom: .25rem;
  text-align: center;
}

.menu .is-active>a {
  background: #4a7444;
  color: #fff;
}

.menu .active>a {
  background: #4a7444;
  color: #fff;
}

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

.menu.align-right li {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
          justify-content: flex-end;
}

.menu.align-right li .submenu li {
  -webkit-box-pack: start;
          justify-content: flex-start;
}

.menu.align-right.vertical li {
  display: block;
  text-align: right;
}

.menu.align-right.vertical li .submenu li {
  text-align: right;
}

.menu.align-right .nested {
  margin-right: 1rem;
  margin-left: 0;
}

.menu.align-center li {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}

.menu.align-center li .submenu li {
  -webkit-box-pack: start;
          justify-content: flex-start;
}

.menu .menu-text {
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}

.menu-centered>.menu {
  -webkit-box-pack: center;
          justify-content: center;
}

.menu-centered>.menu li {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}

.menu-centered>.menu li .submenu li {
  -webkit-box-pack: start;
          justify-content: flex-start;
}

.no-js [data-responsive-menu] ul {
  display: none;
}

.dropdown.menu>li.opens-left>.is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto;
}

.dropdown.menu>li.opens-right>.is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0;
}

.dropdown.menu>li.is-dropdown-submenu-parent>a {
  position: relative;
  padding-right: 1.5rem;
}

.dropdown.menu>li.is-dropdown-submenu-parent>a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #000 transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px;
}

[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0;
}

.dropdown.menu>li>a {
  padding: 0.7rem 1rem;
}

.dropdown.menu>li.is-active>a {
  background: rgba(0,0,0,0);
  color: #4a7444;
}

.no-js .dropdown.menu ul {
  display: none;
}

.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0;
}

.dropdown.menu.vertical>li .is-dropdown-submenu {
  top: 0;
}

.dropdown.menu.vertical>li.opens-left>.is-dropdown-submenu {
  top: 0;
  right: 100%;
  left: auto;
}

.dropdown.menu.vertical>li.opens-right>.is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.dropdown.menu.vertical>li>a::after {
  right: 14px;
}

.dropdown.menu.vertical>li.opens-left>a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #000 transparent transparent;
  right: auto;
  left: 5px;
}

.dropdown.menu.vertical>li.opens-right>a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #000;
}

@media print, screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal>li.opens-left>.is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }

  .dropdown.menu.medium-horizontal>li.opens-right>.is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }

  .dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a {
    position: relative;
    padding-right: 1.5rem;
  }

  .dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #000 transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }

  .dropdown.menu.medium-vertical>li .is-dropdown-submenu {
    top: 0;
  }

  .dropdown.menu.medium-vertical>li.opens-left>.is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }

  .dropdown.menu.medium-vertical>li.opens-right>.is-dropdown-submenu {
    right: auto;
    left: 100%;
  }

  .dropdown.menu.medium-vertical>li>a::after {
    right: 14px;
  }

  .dropdown.menu.medium-vertical>li.opens-left>a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #000 transparent transparent;
    right: auto;
    left: 5px;
  }

  .dropdown.menu.medium-vertical>li.opens-right>a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #000;
  }
}

@media print, screen and (min-width: 64.0625em) {
  .dropdown.menu.large-horizontal>li.opens-left>.is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }

  .dropdown.menu.large-horizontal>li.opens-right>.is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }

  .dropdown.menu.large-horizontal>li.is-dropdown-submenu-parent>a {
    position: relative;
    padding-right: 1.5rem;
  }

  .dropdown.menu.large-horizontal>li.is-dropdown-submenu-parent>a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #000 transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }

  .dropdown.menu.large-vertical>li .is-dropdown-submenu {
    top: 0;
  }

  .dropdown.menu.large-vertical>li.opens-left>.is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }

  .dropdown.menu.large-vertical>li.opens-right>.is-dropdown-submenu {
    right: auto;
    left: 100%;
  }

  .dropdown.menu.large-vertical>li>a::after {
    right: 14px;
  }

  .dropdown.menu.large-vertical>li.opens-left>a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #000 transparent transparent;
    right: auto;
    left: 5px;
  }

  .dropdown.menu.large-vertical>li.opens-right>a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #000;
  }
}

@media screen and (min-width: 90em) {
  .dropdown.menu.xlarge-horizontal>li.opens-left>.is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }

  .dropdown.menu.xlarge-horizontal>li.opens-right>.is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }

  .dropdown.menu.xlarge-horizontal>li.is-dropdown-submenu-parent>a {
    position: relative;
    padding-right: 1.5rem;
  }

  .dropdown.menu.xlarge-horizontal>li.is-dropdown-submenu-parent>a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #000 transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }

  .dropdown.menu.xlarge-vertical>li .is-dropdown-submenu {
    top: 0;
  }

  .dropdown.menu.xlarge-vertical>li.opens-left>.is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }

  .dropdown.menu.xlarge-vertical>li.opens-right>.is-dropdown-submenu {
    right: auto;
    left: 100%;
  }

  .dropdown.menu.xlarge-vertical>li>a::after {
    right: 14px;
  }

  .dropdown.menu.xlarge-vertical>li.opens-left>a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #000 transparent transparent;
    right: auto;
    left: 5px;
  }

  .dropdown.menu.xlarge-vertical>li.opens-right>a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #000;
  }
}

@media screen and (min-width: 112.5em) {
  .dropdown.menu.xxlarge-horizontal>li.opens-left>.is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }

  .dropdown.menu.xxlarge-horizontal>li.opens-right>.is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }

  .dropdown.menu.xxlarge-horizontal>li.is-dropdown-submenu-parent>a {
    position: relative;
    padding-right: 1.5rem;
  }

  .dropdown.menu.xxlarge-horizontal>li.is-dropdown-submenu-parent>a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #000 transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }

  .dropdown.menu.xxlarge-vertical>li .is-dropdown-submenu {
    top: 0;
  }

  .dropdown.menu.xxlarge-vertical>li.opens-left>.is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }

  .dropdown.menu.xxlarge-vertical>li.opens-right>.is-dropdown-submenu {
    right: auto;
    left: 100%;
  }

  .dropdown.menu.xxlarge-vertical>li>a::after {
    right: 14px;
  }

  .dropdown.menu.xxlarge-vertical>li.opens-left>a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #000 transparent transparent;
    right: auto;
    left: 5px;
  }

  .dropdown.menu.xxlarge-vertical>li.opens-right>a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #000;
  }
}

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto;
}

.is-dropdown-menu.vertical {
  width: 100px;
}

.is-dropdown-menu.vertical.align-right {
  float: right;
}

.is-dropdown-submenu-parent {
  position: relative;
}

.is-dropdown-submenu-parent a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  left: auto;
  margin-top: -6px;
}

.is-dropdown-submenu-parent.opens-inner>.is-dropdown-submenu {
  top: 100%;
  left: auto;
}

.is-dropdown-submenu-parent.opens-left>.is-dropdown-submenu {
  right: 100%;
  left: auto;
}

.is-dropdown-submenu-parent.opens-right>.is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #e5e5e5;
  background: #fff;
}

.dropdown .is-dropdown-submenu a {
  padding: 0.7rem 1rem;
}

.is-dropdown-submenu .is-dropdown-submenu-parent>a::after {
  right: 14px;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left>a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #000 transparent transparent;
  right: auto;
  left: 5px;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right>a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #000;
}

.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}

.is-dropdown-submenu>li {
  width: 100%;
}

.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

html.is-reveal-open {
  position: fixed;
  width: 100%;
  overflow-y: hidden;
}

html.is-reveal-open.zf-has-scroll {
  overflow-y: scroll;
}

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

.reveal {
  z-index: 1006;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #e5e5e5;
  border-radius: 0;
  background-color: #fff;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
}

[data-whatinput='mouse'] .reveal {
  outline: 0;
}

@media print, screen and (min-width: 40em) {
  .reveal {
    min-height: 0;
  }
}

.reveal .column,
.reveal .columns {
  min-width: 0;
}

.reveal>:last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 40em) {
  .reveal {
    width: 80%;
    max-width: 100rem;
  }
}

.reveal.collapse {
  padding: 0;
}

@media print, screen and (min-width: 40em) {
  .reveal.tiny {
    width: 30%;
    max-width: 100rem;
  }
}

@media print, screen and (min-width: 40em) {
  .reveal.small {
    width: 50%;
    max-width: 100rem;
  }
}

@media print, screen and (min-width: 40em) {
  .reveal.large {
    width: 90%;
    max-width: 100rem;
  }
}

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

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

@media print, screen and (max-width: 39.99875em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important;
  }
}

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

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

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

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

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

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

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

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

@media screen and (min-width: 90em) {
  .hide-for-xlarge {
    display: none !important;
  }
}

@media screen and (max-width: 89.99875em) {
  .show-for-xlarge {
    display: none !important;
  }
}

@media screen and (min-width: 90em) and (max-width: 112.49875em) {
  .hide-for-xlarge-only {
    display: none !important;
  }
}

@media screen and (max-width: 89.99875em), screen and (min-width: 112.5em) {
  .show-for-xlarge-only {
    display: none !important;
  }
}

@media screen and (min-width: 112.5em) {
  .hide-for-xxlarge {
    display: none !important;
  }
}

@media screen and (max-width: 112.49875em) {
  .show-for-xxlarge {
    display: none !important;
  }
}

@media screen and (min-width: 112.5em) {
  .hide-for-xxlarge-only {
    display: none !important;
  }
}

@media screen and (max-width: 112.49875em) {
  .show-for-xxlarge-only {
    display: none !important;
  }
}

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

.show-on-focus:active,
.show-on-focus:focus {
  position: static !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
}

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

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

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

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

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

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

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

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

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

.clearfix::before,
.clearfix::after {
  display: table;
  content: ' ';
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
          order: 1;
}

.clearfix::after {
  clear: both;
}

.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    -webkit-print-color-adjust: economy;
            color-adjust: economy;
    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;
  }
}

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

.is-drilldown {
  position: relative;
  overflow: hidden;
}

.is-drilldown li {
  display: block;
}

.is-drilldown.animate-height {
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
}

.drilldown a {
  padding: 0.7rem 1rem;
  background: #fff;
}

.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fff;
  -webkit-transition: -webkit-transform 0.15s linear;
  transition: -webkit-transform 0.15s linear;
  transition: transform 0.15s linear;
  transition: transform 0.15s linear, -webkit-transform 0.15s linear;
}

.drilldown .is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.drilldown .is-drilldown-submenu.is-closing {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.drilldown .is-drilldown-submenu a {
  padding: 0.7rem 1rem;
}

.drilldown .nested.is-drilldown-submenu {
  margin-right: 0;
  margin-left: 0;
}

.drilldown .drilldown-submenu-cover-previous {
  min-height: 100%;
}

.drilldown .is-drilldown-submenu-parent>a {
  position: relative;
}

.drilldown .is-drilldown-submenu-parent>a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #8a8a8a;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
}

.drilldown.align-left .is-drilldown-submenu-parent>a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #000;
  right: 1rem;
  left: auto;
}

.drilldown.align-right .is-drilldown-submenu-parent>a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #000 transparent transparent;
  right: auto;
  left: 1rem;
}

.drilldown .js-drilldown-back>a::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #8a8a8a transparent transparent;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
}

.media-object {
  display: -webkit-box;
  display: flex;
  margin-bottom: 1rem;
  flex-wrap: nowrap;
}

.media-object img {
  max-width: none;
}

@media print, screen and (max-width: 39.99875em) {
  .media-object.stack-for-small {
    flex-wrap: wrap;
  }
}

.media-object-section {
  -webkit-box-flex: 0;
          flex: 0 1 auto;
}

.media-object-section:first-child {
  padding-right: 1rem;
}

.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 1rem;
}

.media-object-section>:last-child {
  margin-bottom: 0;
}

@media print, screen and (max-width: 39.99875em) {
  .stack-for-small .media-object-section {
    padding: 0;
    padding-bottom: 1rem;
    flex-basis: 100%;
    max-width: 100%;
  }

  .stack-for-small .media-object-section img {
    width: 100%;
  }
}

.media-object-section.main-section {
  -webkit-box-flex: 1;
          flex: 1 1 0px;
}

.header {
  background-color: #ffffff;
  border-bottom: 1px solid #4a7444;
}

.header__container {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: start;
          justify-content: flex-start;
}

.header__logo {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  flex-shrink: 1;
}

.header__logo svg {
  width: 100%;
  max-width: 270px;
}

.header__menu {
  -webkit-box-flex: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
}

.header__side-menu {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  flex-shrink: 1;
  padding: 0 15px;
  margin-left: 15px;
  border-left: 1px solid #4a7444;
}

.header__side-menu a {
  display: block;
  color: #4a7444;
}

.header--green {
  background-color: #4a7444;
}

.header--green .header__logo svg .st0,
.header--green .header__logo svg .st2 {
  fill: #ffffff;
}

.header--green .header__logo svg .st1 {
  stroke: #ffffff;
}

.header--green .primary-menu .nav__item>li>a:after {
  background-color: #ffffff;
}

.header--green .primary-menu .nav__item>a {
  color: #ffffff;
}

.header--green .header__side-menu {
  border-left-color: #ffffff;
}

.header--green .header__side-menu a {
  color: #ffffff;
}

@media print, screen and (min-width: 64.0625em) {
  .header {
    height: 115px;
    position: fixed;
    top: 0;
    z-index: 1000;
    width: 100%;
  }
}

@media print, screen and (min-width: 64.0625em) {
  .maincontent {
    margin-top: 115px !important;
  }
}

@media print, screen and (min-width: 64.0625em) {
  .cms-toolbar-expanded .header {
    top: 46px;
  }
}

.headroom {
  will-change: transform;
  -webkit-transition: -webkit-transform 200ms linear;
  transition: -webkit-transform 200ms linear;
  transition: transform 200ms linear;
  transition: transform 200ms linear, -webkit-transform 200ms linear;
}

.headroom--pinned {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

.headroom--not-top.headroom--pinned {
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
}

.headroom--not-top.headroom--pinned #pl-header {
  box-shadow: 0 3px 5px rgba(17,17,17,0.3);
  background-color: #ffffff;
}

.headroom--not-top.headroom--pinned.transparent #pl-header {
  box-shadow: 0 3px 5px rgba(17,17,17,0.3);
  background-color: #ffffff;
}

.headroom--not-top.headroom--pinned.transparent #pl-header .menu>li>a {
  color: #232323 !important;
}

.headroom--not-top.headroom--pinned.transparent #pl-header .utility-menu {
  border-left-color: rgba(35,35,35,0.7);
}

.headroom--not-top.headroom--pinned.transparent #pl-header .utility-menu svg path {
  fill: #232323;
}

.headroom--not-top.headroom--pinned.transparent #pl-header .primary-menu .menu>li {
  border-right-color: rgba(35,35,35,0.7);
}

.headroom--not-top.headroom--pinned.transparent #pl-header .pl-utility-button svg path {
  fill: #232323 !important;
}

.headroom--not-top.headroom--pinned.transparent #pl-header .pl-switch {
  color: #232323 !important;
}

.headroom--unpinned {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

.homepage .home-banner .swiper-slide {
  position: relative;
}

.homepage .header {
  border-bottom-color: #ffffff;
}

.homepage .search-boxes {
  padding: 10px;
}

.homepage .search-boxes__title,
.homepage .search-boxes .collections-search-plugin h3,
.homepage .search-boxes .collections-search-plugin .h3 {
  text-align: center;
  text-transform: uppercase;
  color: #4a7444;
  font-weight: 200 !important;
  margin-left: 12px;
}

.homepage .search-boxes__title {
  font-size: 1.125rem !important;
  margin: 10px 0 20px 0;
}

.homepage .search-boxes .collections-search-plugin h3 {
  font-size: .875rem !important;
  line-height: 1.2em;
}

.homepage .search-boxes .collections-search-plugin .h3 {
  font-size: .875rem !important;
  line-height: 1.2em;
}

.homepage .search-boxes .collections-search-plugin img {
  max-width: 70px !important;
}

@media print, screen and (min-width: 40em) {
  .homepage .search-boxes {
    padding: 30px;
  }

  .homepage .search-boxes__title,
  .homepage .search-boxes .collections-search-plugin h3,
  .homepage .search-boxes .collections-search-plugin .h3 {
    text-align: left;
    margin: 0;
  }

  .homepage .search-boxes .collections-search-plugin h3 {
    font-size: 1rem !important;
    text-align: center;
    margin-top: 12px;
  }

  .homepage .search-boxes .collections-search-plugin .h3 {
    font-size: 1rem !important;
    text-align: center;
    margin-top: 12px;
  }

  .homepage .search-boxes .collections-search-plugin img {
    max-width: 80px !important;
  }
}

@media print, screen and (min-width: 64.0625em) {
  .homepage .search-boxes .collections-search-plugin h3 {
    text-align: left;
    margin-top: 0;
  }

  .homepage .search-boxes .collections-search-plugin .h3 {
    text-align: left;
    margin-top: 0;
  }

  .homepage .search-boxes .collections-search-plugin--ambient h3 {
    margin-left: 7px;
  }

  .homepage .search-boxes .collections-search-plugin--ambient .h3 {
    margin-left: 7px;
  }
}

.advance-page .cms-plugin.lightbox .thumb-text-wrapper h4 {
  text-align: center;
}

.advance-page .cms-plugin.lightbox .thumb-img img {
  width: 60%;
}

.advance-page table {
  text-align: left;
}

.advance-page table tr:nth-child(even) {
  background-color: #ffffff;
}

.advance-page table tr:nth-child(odd) {
  background-color: #ececec;
}

.advance-page table td {
  padding: 0 3px;
}

.brick-menu {
  background-color: white;
}

.brick-menu .sticky {
  background-color: #ffffff;
}

.brick-menu li a {
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  border-left: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  font-size: 1.125rem;
  font-family: montserrat,sans-serif;
  font-weight: 300;
  padding: 1.125rem .625rem !important;
}

.brick-menu li:first-child a {
  border-left: none;
}

.brick-menu li.active a {
  background-color: transparent;
  font-family: montserrat,sans-serif;
}

.brick-page.is-loading {
  background: #e5e5e5 url("/static/core/images/ajax-loader.gif") 50% 270px no-repeat;
}

.brick-page .brick-menu,
.brick-page .brick-menu ul li a {
  opacity: 0;
}

.brick-page .pl-homeslider {
  position: relative;
}

.brick-page .pl-homeslider .slick-slide {
  position: relative;
}

.brick-page .pl-homeslider .slick-slide .slide-txt {
  max-width: 600px;
  position: absolute;
  top: 35%;
  left: 40px;
  padding: 50px 70px;
  color: #ffffff;
  background-color: rgba(255,255,255,0.3);
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 650ms;
          transition-duration: 650ms;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms;
}

.brick-page .pl-homeslider .slick-slide .slide-txt a {
  color: white;
}

.brick-page .pl-homeslider .slick-slide .slide-txt h2 {
  font-size: 100px;
  font-weight: 100;
}

.brick-page .pl-homeslider .slick-slide .slide-txt h2 span {
  font-weight: 300;
}

.brick-page .pl-homeslider .slick-slide .slide-txt h4.slide-subtitle {
  font-size: 30px;
  font-weight: 300;
}

.brick-page .pl-homeslider .slick-slide .slide-txt.layout1 {
  background-color: transparent;
  color: #474747;
  position: absolute;
  top: 10%;
  left: 2%;
}

.brick-page .pl-homeslider .slick-slide .slide-txt.layout1 h2 {
  color: white;
  font-size: 42px;
  line-height: 44px;
  font-weight: bold;
}

.brick-page .pl-homeslider .slick-slide .slide-txt.layout1 h4.slide-subtitle {
  font-size: 24px;
  color: white;
  font-weight: 300;
}

.brick-page .pl-homeslider .slick-slide .slide-txt.layout1 .slide-descr {
  margin-top: 40px;
}

.brick-page .pl-homeslider .slick-slide .slide-txt.layout1 .slide-descr p {
  color: white;
  font-size: 1.375rem;
  position: relative;
}

.brick-page .pl-homeslider .slick-slide .slide-txt.layout1 .slide-link {
  text-align: right;
}

.brick-page .pl-homeslider .slick-slide .slide-txt.layout1 .slide-link a {
  display: inline-block;
  min-width: 480px;
}

.brick-page .pl-homeslider .slick-slide .slide-descr {
  margin: 15px 0;
}

.brick-page .pl-homeslider .slick-slide .slide-descr img {
  max-height: 300px;
  width: auto !important;
}

.brick-page .pl-homeslider .slick-dots {
  position: absolute;
  right: 20px;
  top: 50%;
  width: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.pl-corporate-page {
  font-family: montserrat,sans-serif;
  font-weight: 300;
  font-size: 1.0625rem;
  line-height: 2rem;
  color: #2d2d2d !important;
}

.pl-corporate-page .pl-fx,
.pl-corporate-page .pl-fx-left,
.pl-corporate-page .pl-fx-right {
  opacity: 0;
}

.pl-corporate-page .pl-slider img {
  visibility: hidden;
}

.pl-corporate-page.is-loading .pl-corporate {
  opacity: 0;
}

.pl-corporate-page .pl-corporate {
  padding-left: .9375rem;
  padding-right: .9375rem;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms;
}

.pl-corporate-page .pl-corporate h1,
.pl-corporate-page .pl-corporate h2,
.pl-corporate-page .pl-corporate h3 {
  font-weight: 300;
  color: #2d2d2d !important;
  margin: .625rem 0;
}

.pl-corporate-page .pl-corporate h4 {
  font-weight: 700;
  font-size: 2rem !important;
  color: #2d2d2d !important;
}

.pl-corporate-page .pl-corporate p {
  font-weight: 300;
  font-size: 1.0625rem;
  line-height: 2rem;
  color: #2d2d2d !important;
}

@media print, screen and (min-width: 40em) {
  .pl-corporate-page .pl-corporate .pl-maintext {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}

.pl-corporate-page .pl-corporate .pl-2col-text .left h4 {
  margin: 0;
}

.pl-corporate-page .pl-corporate .pl-2col-text .left p {
  line-height: 1.2em !important;
}

.pl-corporate-page .pl-corporate .pl-2col-text img {
  margin-bottom: 20px;
}

.pl-corporate-page .pl-corporate .pl-img-txt h3 {
  margin: 0 0 15px !important;
}

.pl-corporate-page .pl-corporate .pl-border-top {
  border-top: 1px solid #d6d6d6;
  margin-top: 15px;
  padding-top: 30px;
}

.foresta-gres-page .title-image-text.brick-wide .medium-8 {
  width: 100%;
}

@media print, screen and (min-width: 64.0625em) {
  .foresta-gres-page .title-image-text.brick-wide .descr h2 {
    font-size: 32px;
    line-height: 34px;
  }

  .foresta-gres-page .title-image-text.brick-wide .descr p {
    line-height: 30px;
  }

  .foresta-gres-page .title-image-text.brick-wide .medium-8 {
    width: 60%;
  }

  .foresta-gres-page .title-image-text.brick-wide .large-12 {
    width: 40%;
  }

  .foresta-gres-page .title-image-text.brick-wide .video-wrapper .youtube-player {
    padding-bottom: 75%;
  }
}

.foresta-gres-page .brick-coll .commander>.row {
  display: none !important;
}

@media print, screen and (max-width: 39.99875em) {
  .foresta-gres-page .brick-coll .hide-for-small-only {
    display: block !important;
  }
}

@media print, screen and (min-width: 40em) {
  .foresta-gres-page .brick-coll:nth-child(even) .medium-6:first-child {
    position: relative;
    left: 50%;
  }
}

@media print, screen and (min-width: 40em) {
  .foresta-gres-page .brick-coll:nth-child(even) .medium-6:last-child {
    position: relative;
    left: -50%;
  }
}

.foresta-gres-page .teaser-base.splitted h3 strong small {
  color: #0a0a0a;
}

.pl-network-page h1 {
  color: #4a7444;
  font-weight: 400;
  font-size: 2.625rem;
  line-height: 1.1em;
  margin-top: 16px;
}

.pl-network-page #map {
  width: 100%;
  height: 650px;
}

@media print, screen and (min-width: 64.0625em) {
  .pl-network-page #map {
    height: 705px;
  }
}

.pl-network-page #map img {
  max-width: none;
}

.pl-network-page .gm-style-iw>div {
  overflow: hidden !important;
}

.pl-network-page h6 {
  color: #666;
  font-weight: 700;
  text-transform: uppercase;
}

.pl-network-page .pl-map-description {
  text-align: left;
  text-transform: lowercase;
  padding: 5px 10px 15px 0;
}

.pl-network-page .pl-network-form {
  background-color: #ffffff;
  padding-left: .9375rem;
  padding-right: .9375rem;
  padding-bottom: 35px;
}

.pl-network-page .pl-network-form .error {
  min-height: 24px;
}

.pl-network-page .pl-network-form #id_collection {
  text-transform: capitalize;
}

.pl-network-page .pl-network-form #id_collection option:first-child {
  text-transform: none !important;
}

.pl-network-page .pl-network-form h1 {
  font-size: 2.25rem;
  text-transform: uppercase;
  line-height: 1.1em;
  margin: 16px 8px 8px;
  padding-bottom: 8px;
}

.pl-network-page .pl-network-form ul.errorlist {
  margin: 0;
  list-style-type: none;
  color: #ff0043;
}

.pl-network-page .pl-network-form .pl-submitbutton {
  margin-top: 20px;
  border: none;
  background: #4a7444;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  padding: 8px 22px;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms;
}

.pl-network-page .pl-network-form .pl-submitbutton:hover {
  background-color: #3c5d37;
}

@media print, screen and (max-width: 39.99875em) {
  .pl-network-page .pl-country-name {
    text-align: center;
    font-size: 1.5rem !important;
  }
}

.dealer {
  margin: 16px;
  box-sizing: border-box;
  border-bottom: 1px solid #d2d2d2;
  position: relative;
  padding-bottom: 40px;
}

.dealer h4 {
  font-size: 14px;
  font-weight: 500;
}

.dealer .provinces,
.dealer .address {
  font-weight: 300;
  color: #2d2d2d;
  font-size: 12px;
}

.dealer .provinces a,
.dealer .address a {
  color: #4a7444;
}

.dealer .contact-button {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
}

.dealer .contact-button .bt-dealer {
  display: inline-block;
  color: white;
  padding: .375rem .625rem;
  background-color: #4a7444;
  text-decoration: none;
  font-weight: 500;
  text-align: center;
  margin-top: 10px;
  text-transform: uppercase;
  font-size: .75rem;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 400ms;
          transition-duration: 400ms;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms;
}

.dealer .contact-button .bt-dealer:hover {
  background-color: #40643b;
}

.pl-scrollers {
  text-align: center;
  margin-top: 10px;
}

@media print, screen and (min-width: 40em) {
  .pl-scrollers {
    text-align: right;
    margin-right: 20px;
    margin-top: 20px;
  }
}

.pl-scrollers a.scroller {
  display: inline-block;
  background-color: #cccccc;
  padding: 5px 8px;
  margin-left: 10px;
  text-decoration: none;
  color: #ffffff;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 350ms;
          transition-duration: 350ms;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms;
}

.pl-scrollers a.scroller:hover {
  background-color: #939393;
}

.map-search select {
  font-size: 14px;
}

@media print, screen and (min-width: 40em) {
  .map-search select {
    margin: 1.25rem 0;
  }
}

.map-search .pl-country-select {
  display: none;
}

.big-slab-page .pl-maincontent {
  max-width: 1410px;
  margin: 0 auto;
}

.big-slab__slider {
  background-color: #ffffff;
}

.big-slab__slider .pl-image-simple {
  margin: 0;
}

.big-slab__big-titles {
  background-color: #ffffff;
  text-align: center;
  padding: 15px 0 0 0;
}

.big-slab__img-txt {
  border-top: 1px solid #999999;
  background-color: #ffffff;
}

.big-slab__img-txt .pl-image-simple {
  margin: 0;
  text-align: left;
}

.big-slab__img-txt h3 {
  line-height: 1.1em;
  margin-bottom: 15px;
}

.big-slab__img-txt .textual-col {
  padding: 30px;
}

.big-slab__img-txt .textual-col--with-img img {
  margin: 0 !important;
  max-height: 120px;
  width: auto;
}

.big-slab__collections {
  border-top: 1px solid #999999;
  padding-top: 20px;
  margin-bottom: 40px;
}

.big-slab__collections .block-title {
  font-weight: 300;
  margin: 15px 0;
}

.big-slab__collections .pl-collection-block .pl-block-img {
  border-bottom-width: 0;
  margin-bottom: 0;
}

.big-slab__collections .pl-collection-block .pl-block-desc {
  position: relative;
}

.big-slab__collections .pl-collection-block .pl-block-title {
  text-transform: uppercase;
}

.big-slab__collections .pl-collection-block .pl-block-title a {
  font-size: 1.375rem;
  color: #4a7444;
}

.big-slab__collections .pl-collection-block .pl-explore {
  padding: 0 !important;
}

.big-slab__collections .pl-collection-block .coll-sharer {
  padding-right: 0;
}

.cersaie-landing .pl-maincontent {
  max-width: 1410px;
  margin: 0 auto;
}

.cersaie-landing__mosaic .grid-x {
  margin-right: -1px;
}

.cs-collection-box {
  display: block;
  position: relative;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  overflow: hidden;
}

.cs-collection-box__big-size {
  z-index: 2;
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 50px;
}

.cs-collection-box:before {
  z-index: 1;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0,0,0,0.5);
  opacity: 0;
  -webkit-transition: opacity 300ms ease-in;
  transition: opacity 300ms ease-in;
}

.cs-collection-box__name {
  z-index: 2;
  text-transform: uppercase;
  font-weight: 300;
  color: #ffffff;
  position: absolute;
  bottom: 10px;
  left: 20px;
  opacity: 0;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
}

@media print, screen and (min-width: 40em) {
  .cs-collection-box__name {
    font-size: 1.625rem;
  }
}

.cs-collection-box:hover:before {
  opacity: 1;
}

.cs-collection-box:hover .cs-collection-box__name {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.cs-collection-box-modal {
  padding: 0;
}

.cs-collection-box-modal__content {
  padding: 10px 20px;
}

.cs-collection-box-modal__content h3 {
  text-transform: uppercase;
  font-weight: 300;
}

@media print, screen and (min-width: 40em) {
  .cs-collection-box-modal__content h3 {
    font-size: 1.875rem;
    margin-bottom: 20px;
  }
}

.cs-collection-box-modal__content .descr,
.cs-collection-box-modal__content .descr p {
  font-size: 15px;
  line-height: 1.3em;
}

.cs-collection-box-modal__btn {
  margin-top: 30px;
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  background-color: #527b2f;
  display: inline-block;
  padding: 8px 25px;
  -webkit-transition: background-color 250ms ease-in;
  transition: background-color 250ms ease-in;
}

.cs-collection-box-modal__btn:link,
.cs-collection-box-modal__btn:visited {
  color: #ffffff;
}

.cs-collection-box-modal__btn:hover {
  background-color: #395621;
}

.cs-collection-greenbox {
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 1;
          flex: 1;
  background-color: #527b2f;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  position: relative;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  height: 100%;
  padding: 0 20px;
}

@media print, screen and (min-width: 40em) {
  .cs-collection-greenbox {
    padding: 0 40px;
  }
}

@media print, screen and (min-width: 64.0625em) {
  .cs-collection-greenbox {
    padding: 0 80px;
  }
}

.cs-collection-greenbox__content {
  text-align: left;
  color: #ffffff;
}

.cs-collection-greenbox__title-upper {
  font-weight: bold;
  line-height: 1em;
  margin-bottom: 0;
}

@media print, screen and (min-width: 64.0625em) {
  .cs-collection-greenbox__title-upper {
    font-size: 1.875rem;
  }
}

.cs-collection-greenbox__title-lower {
  font-weight: 300;
}

@media print, screen and (min-width: 64.0625em) {
  .cs-collection-greenbox__title-lower {
    font-size: 1.875rem;
  }
}

.cs-collection-greenbox__descr {
  margin-top: 25px;
  font-size: .875rem;
  line-height: 1.3em;
  color: #ffffff;
}

.cs-collection-greenbox__descr p {
  color: #ffffff;
}

.cs-bigtiles {
  background-color: #ffffff;
}

.cs-bigtiles__content {
  padding: 0 20px;
}

@media print, screen and (min-width: 64.0625em) {
  .cs-bigtiles__content {
    padding: 0 60px;
  }
}

.cs-bigtiles__content h2 {
  font-weight: bold;
}

.cs-bigtiles__content-img {
  width: 100px;
}

@media print, screen and (min-width: 64.0625em) {
  .cs-bigtiles__content-img {
    width: 160px;
  }
}

.cs-bigtiles__btn,
.cs-bigtiles__btn:link,
.cs-bigtiles__btn:visited {
  background-color: #527b2f;
  padding: 8px 20px;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: background-color 300ms ease-in;
  transition: background-color 300ms ease-in;
}

.cs-bigtiles__btn i,
.cs-bigtiles__btn:link i,
.cs-bigtiles__btn:visited i {
  margin-right: 6px;
}

.cs-bigtiles__btn:hover,
.cs-bigtiles__btn:link:hover,
.cs-bigtiles__btn:visited:hover {
  background-color: #466928;
  color: #ffffff;
}

.cs-bigtiles-modal__sizer img {
  width: 100px;
}

.cs-bigtiles-slider {
  margin-bottom: 10px;
}

.cs-bigtiles-slider .cs-bigtiles-slide img {
  margin: 0 auto;
}

.cs-bigtiles-slider .cs-bigtiles-tile {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  margin-top: 60px;
}

.cs-bigtiles-slider .cs-bigtiles-tile .tile-w {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.cs-bigtiles-slider .cs-bigtiles-tile .tile-w img {
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

.cs-bigtiles-slider .cs-bigtiles-tile__content {
  opacity: 0;
  margin-top: 90px;
  -webkit-transition: opacity 300ms ease-in;
  transition: opacity 300ms ease-in;
}

.cs-bigtiles-slider .cs-bigtiles-tile__title {
  font-weight: bold;
  font-size: 20px;
  line-height: 1em;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.cs-bigtiles-slider .cs-bigtiles-tile__subtitle {
  font-weight: bold;
  font-size: 15px;
  line-height: 1em;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.cs-bigtiles-slider .cs-bigtiles-tile__descr {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 1em;
}

.cs-bigtiles-slider .cs-bigtiles-tile.active-tile img {
  z-index: 100;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

.cs-bigtiles-slider .cs-bigtiles-tile.active-tile .cs-bigtiles-tile__content {
  opacity: 1;
}

.btn-landing {
  margin-top: 30px;
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  background-color: #527b2f;
  display: inline-block;
  padding: 8px 25px;
  -webkit-transition: background-color 250ms ease-in;
  transition: background-color 250ms ease-in;
}

.btn-landing:link,
.btn-landing:visited {
  color: #ffffff;
}

.btn-landing:hover {
  background-color: #395621;
}

.btn-landing:disabled {
  cursor: not-allowed;
  background-color: #666666;
}

.cersaie2022-landing__contacts {
  padding-top: 25px;
  background-color: #ffffff;
}

.cersaie2022-landing__contacts h2 {
  text-align: center;
}

.cersaie2022-landing__contacts input[type=text],
.cersaie2022-landing__contacts input[type=email],
.cersaie2022-landing__contacts textarea {
  border: 1px solid #e8e8e8;
  background-color: #fefefe;
}

@media print, screen and (min-width: 64.0625em) {
  .cersaie2022-landing__contacts {
    padding: 100px;
  }
}

.cersaie2022-landing__info {
  padding: 25px 0;
}

.cersaie2022-landing .info-title {
  line-height: 1em;
  font-weight: 300;
  color: #4a7444;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
}

@media print, screen and (min-width: 64.0625em) {
  .cersaie2022-landing .info-title {
    margin-bottom: 0;
    font-size: 2.25rem;
  }
}

.cersaie2022-landing .info-block {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  margin-bottom: 15px;
}

@media print, screen and (min-width: 64.0625em) {
  .cersaie2022-landing .info-block {
    margin-bottom: 0;
  }
}

.cersaie2022-landing .info-block__ico {
  padding: 0 10px;
}

.cersaie2022-landing .info-block__ico svg {
  max-width: 50px;
}

.cersaie2022-landing .info-block__text {
  color: #4a7444;
}

.cersaie2022-landing .info-block__text h3 {
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1em;
  font-size: 1.25rem;
}

@media print, screen and (min-width: 40em) {
  .cersaie2022-landing .info-block__text h3 {
    font-size: 1.625rem;
  }
}

.cersaie2022-landing .info-block__text span {
  font-weight: 700;
  font-size: .9375rem;
}

.cersaie2022-landing .btn-landing {
  margin-top: 0;
  display: block;
  padding: 15px 45px;
  text-align: center;
}

.cersaie2022-landing .landing-row__logo {
  position: relative;
  border-bottom: 1px solid #ffffff;
}

@media print, screen and (min-width: 64.0625em) {
  .cersaie2022-landing .landing-row__logo {
    background-color: #4a7444;
  }
}

.cersaie2022-landing .landing-row .logo-box {
  padding: 40px;
  background-color: #ffffff;
  max-width: 270px;
  margin: 0 auto;
}

@media print, screen and (min-width: 40em) {
  .cersaie2022-landing .landing-row .logo-box {
    max-width: 300px;
  }
}

@media print, screen and (min-width: 64.0625em) {
  .cersaie2022-landing .landing-row .logo-box {
    max-width: none;
    position: relative;
    padding-bottom: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 120%;
  }

  .cersaie2022-landing .landing-row .logo-box img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    max-width: 180px;
  }

  .cersaie2022-landing .landing-row .logo-box:after {
    content: "";
    display: block;
  }
}

.cersaie2022-landing .landing-row--right .logo-box {
  right: 120px;
  z-index: 10;
}

.cersaie2022-landing .landing-row--left {
  margin-right: -1px;
}

.cersaie2022-landing .landing-row--left .landing-row__logo {
  border-right: 1px solid #ffffff;
}

.cersaie2022-landing .landing-row--left .logo-box {
  left: 120px;
  z-index: 10;
}

@media print, screen and (min-width: 64.0625em) {
  .cersaie2022-landing .landing-row--lastre .logo-box:after {
    position: absolute;
    right: 10px;
    bottom: 10px;
    content: url("/static/themes/images/cersaie2022/lastre_icon.png");
  }
}

.cs-collection-box--2022 .cs-collection-box__name {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  bottom: inherit;
  border-bottom: 1px solid #ffffff;
  font-size: 1.25rem;
  font-weight: 300;
}

@media print, screen and (min-width: 64.0625em) {
  .cs-collection-box--2022 .cs-collection-box__name {
    font-size: 1.75rem;
  }
}

.cs-collection-box--2022:hover .cs-collection-box__name {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.cs-collection-box-modal--2022 {
  border: none;
}

@media print, screen and (min-width: 64.0625em) {
  .cs-collection-box-modal--2022 {
    width: 90%;
  }
}

.cs-collection-box-modal--2022 .close-button {
  color: #000;
  font-size: 40px;
}

.cs-collection-box-modal--2022 .cs-collection-box-modal__content {
  padding-left: 25px;
  padding-right: 25px;
}

@media print, screen and (min-width: 64.0625em) {
  .cs-collection-box-modal--2022 .cs-collection-box-modal__content {
    padding-left: 60px;
    padding-right: 60px;
  }
}

.cs-collection-box-modal--2022 .cs-collection-box-modal__content h3 {
  font-weight: 500;
  margin-bottom: 10px;
}

.cs-collection-box-modal--2022 .cs-collection-box-modal__content .payoff {
  font-size: 1.0625rem;
  font-weight: 500;
}

.cs-collection-box-modal--2022 .cs-collection-box-modal__content .descr {
  margin-top: 20px;
}

@media print, screen and (min-width: 64.0625em) {
  .cs-collection-box-modal--2022 .cs-collection-box-modal__content .descr {
    margin-top: 60px;
  }
}

@media print, screen and (min-width: 64.0625em) {
  .cs-collection-box-modal--2022 .cs-collection-box-modal__content .descr p {
    line-height: 1.6em;
  }
}

.cersaie-landing__contacts {
  padding: 25px;
  background-color: #ffffff;
}

.cersaie-landing__contacts h2 {
  text-align: center;
}

.cersaie-landing__contacts input[type=text],
.cersaie-landing__contacts input[type=email],
.cersaie-landing__contacts textarea {
  border: 1px solid #e8e8e8;
  background-color: #fefefe;
}

.cersaie-landing__contacts .submitter-w {
  margin-top: 15px;
}

.cersaie-landing__contacts .submitter-w button {
  cursor: pointer;
}

@media print, screen and (min-width: 64.0625em) {
  .cersaie-landing__contacts {
    padding: 100px;
  }
}

.cersaie-landing__info {
  padding: 25px 0;
}

.cersaie-landing .info-title {
  line-height: 1em;
  font-weight: 300;
  color: #4a7444;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
}

@media print, screen and (min-width: 64.0625em) {
  .cersaie-landing .info-title {
    margin-bottom: 0;
    font-size: 2.25rem;
  }
}

.cersaie-landing .info-block {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  margin-bottom: 15px;
}

@media print, screen and (min-width: 64.0625em) {
  .cersaie-landing .info-block {
    margin-bottom: 0;
  }
}

.cersaie-landing .info-block__ico {
  padding: 0 10px;
}

.cersaie-landing .info-block__ico svg {
  max-width: 50px;
}

.cersaie-landing .info-block__text {
  color: #4a7444;
}

.cersaie-landing .info-block__text h3 {
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1em;
  font-size: 1.25rem;
}

@media print, screen and (min-width: 40em) {
  .cersaie-landing .info-block__text h3 {
    font-size: 1.625rem;
  }
}

.cersaie-landing .info-block__text span {
  font-weight: 700;
  font-size: .9375rem;
}

.cersaie-landing .btn-landing {
  margin-top: 0;
  display: block;
  padding: 15px 45px;
  text-align: center;
}

.cersaie-landing .landing-row__logo {
  position: relative;
  border-bottom: 1px solid #ffffff;
}

@media print, screen and (min-width: 64.0625em) {
  .cersaie-landing .landing-row__logo {
    background-color: #4a7444;
  }
}

.cersaie-landing .landing-row .logo-box {
  padding: 40px;
  background-color: #ffffff;
  max-width: 270px;
  margin: 0 auto;
}

@media print, screen and (min-width: 40em) {
  .cersaie-landing .landing-row .logo-box {
    max-width: 300px;
  }
}

@media print, screen and (min-width: 64.0625em) {
  .cersaie-landing .landing-row .logo-box {
    max-width: none;
    position: relative;
    padding-bottom: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 120%;
  }

  .cersaie-landing .landing-row .logo-box img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    max-width: 180px;
  }

  .cersaie-landing .landing-row .logo-box:after {
    content: "";
    display: block;
  }
}

.cersaie-landing .landing-row--right .logo-box {
  right: 120px;
  z-index: 10;
}

.cersaie-landing .landing-row--left {
  margin-right: -1px;
}

.cersaie-landing .landing-row--left .landing-row__logo {
  border-right: 1px solid #ffffff;
}

.cersaie-landing .landing-row--left .logo-box {
  left: 120px;
  z-index: 10;
}

@media print, screen and (min-width: 64.0625em) {
  .cersaie-landing .landing-row--lastre .logo-box:after {
    position: absolute;
    right: 10px;
    bottom: 10px;
    content: url("/static/themes/images/cersaie2022/lastre_icon.png");
  }
}

.cs-collection-box .cs-collection-box__name {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  bottom: inherit;
  border-bottom: 1px solid #ffffff;
  font-size: 1.25rem;
  font-weight: 300;
}

@media print, screen and (min-width: 64.0625em) {
  .cs-collection-box .cs-collection-box__name {
    font-size: 1.75rem;
  }
}

.cs-collection-box:hover .cs-collection-box__name {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.cs-collection-box-modal {
  border: none;
}

@media print, screen and (min-width: 64.0625em) {
  .cs-collection-box-modal {
    width: 90%;
  }
}

.cs-collection-box-modal .close-button {
  color: #000;
  font-size: 40px;
}

@media print, screen and (min-width: 64.0625em) {
  .cs-collection-box-modal__image {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }

  .cs-collection-box-modal__image>img {
    visibility: hidden;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .cs-collection-box-modal__image {
    background-image: none  !important;
  }
}

@media print, screen and (min-width: 40em) and (max-width: 64.06125em) {
  .cs-collection-box-modal__image {
    background-image: none  !important;
  }
}

.cs-collection-box-modal__content {
  padding-top: 25px;
  padding-left: 25px;
  padding-right: 25px;
}

@media print, screen and (min-width: 64.0625em) {
  .cs-collection-box-modal__content {
    padding-left: 60px;
    padding-right: 60px;
  }
}

.cs-collection-box-modal__content h3 {
  font-weight: 500;
  margin-bottom: 10px;
}

.cs-collection-box-modal__content .payoff {
  font-size: 1.0625rem;
  font-weight: 500;
}

.cs-collection-box-modal__content .descr {
  margin-top: 20px;
}

@media print, screen and (min-width: 64.0625em) {
  .cs-collection-box-modal__content .descr {
    margin-top: 20px;
  }
}

@media print, screen and (min-width: 64.0625em) {
  .cs-collection-box-modal__content .descr p {
    line-height: 1.6em;
  }
}

.footer {
  background-color: #e5e5e5;
  padding: 1.25rem 0;
  font-size: .75rem;
}

.footer a {
  text-decoration: none !important;
}

.footer ul {
  list-style-type: none;
  margin: 0;
}

.footer .pl-collection-list {
  list-style-type: none;
  margin: 0;
}

.footer .pl-collection-list li a {
  text-transform: capitalize !important;
}

.footer__copyright {
  margin-top: 25px;
}

.footer__copyright p {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 5px;
  color: #3c3c3c;
}

@media print, screen and (min-width: 40em) and (max-width: 64.06125em) {
  .footer__copyright {
    text-align: center;
  }
}

@media print, screen and (min-width: 64.0625em) {
  .footer__copyright {
    margin-top: 120px;
  }
}

.footer__menu {
  font-size: 10px;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.footer__menu li {
  display: inline-block;
}

.footer__menu li a {
  color: #181818;
  text-transform: uppercase;
  font-weight: 300;
}

@media print, screen and (min-width: 40em) and (max-width: 64.06125em) {
  .footer__menu {
    text-align: center;
  }
}

.footer h4,
.footer .h4 {
  font-size: 1.0625rem;
  font-weight: 500;
  position: relative;
  padding-top: 50px;
  padding-right: 12px;
}

.footer h4:before,
.footer .h4:before {
  position: absolute;
  top: 10px;
  left: -7px;
  width: 45px;
  height: 48px;
  display: inline-block;
}

@media print, screen and (max-width: 39.99875em) {
  .footer h4:before,
  .footer .h4:before {
    left: 0;
    margin: 0 auto;
    right: 0;
  }
}

.footer h4.pl-footer-collections:before,
.footer .h4.pl-footer-collections:before {
  content: url("/static/core/images/svg/footer/footer_collections.svg");
}

.footer h4.pl-footer-youknow:before,
.footer .h4.pl-footer-youknow:before {
  content: url("/static/core/images/svg/footer/footer_youknow.svg");
}

.footer h4.pl-footer-questions:before,
.footer .h4.pl-footer-questions:before {
  content: url("/static/core/images/svg/footer/footer_questions.svg");
}

.footer h4.pl-footer-contacts:before,
.footer .h4.pl-footer-contacts:before {
  content: url("/static/core/images/svg/footer/footer_contacts.svg");
}

.footer ul li {
  line-height: 1.2em;
  margin-bottom: 5px;
}

.footer .pl-svg {
  fill: #424242;
}

.footer .pl-installation-questions a {
  padding: 0;
  line-height: 1.2em;
}

.footer .social-links ul {
  -webkit-box-pack: center;
          justify-content: center;
}

@media print, screen and (min-width: 64.0625em) {
  .footer .social-links ul {
    -webkit-box-pack: end;
            justify-content: flex-end;
  }
}

.footer .social-links ul a {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

@media print, screen and (max-width: 39.99875em) {
  .footer {
    text-align: center;
  }

  .footer img {
    margin: 0 auto;
  }
}

@media print, screen and (min-width: 40em) {
  .footer {
    padding: 15px 0;
  }
}

.menu.nav--primary {
  position: inherit;
}

.menu.nav--primary a {
  font-size: .875rem;
  color: #4a7444;
  text-transform: uppercase;
  font-weight: 600;
}

.menu.nav--primary>li>a {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  margin-left: 1rem;
  margin-right: 1rem;
}

.menu.nav--primary>li>a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: '.';
  color: transparent;
  background: #4a7444;
  height: 1px;
  -webkit-transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.menu.nav--primary>li>a:hover:after {
  width: 100%;
}

.sub-main-menu {
  display: none;
}

.sub-main-menu-w {
  min-width: 200px;
  display: none;
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  top: 40px;
  background-color: transparent;
}

.sub-main-menu__loader {
  padding: 100px 30px;
  text-align: center;
}

.mega-menu-wrapper {
  background-color: #ffffff;
}

.mobile-bar-wrapper {
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  background-color: #ffffff;
}

.mobile-bar-wrapper .delaer-link img {
  max-width: 35px;
}

.mobile-bar-wrapper .logo-mobile {
  margin: 0 auto;
  max-width: 180px;
  display: block;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms;
}

@media print, screen and (min-width: 40em) and (max-width: 64.06125em) {
  .mobile-bar-wrapper .logo-mobile {
    max-width: 240px;
  }
}

.mobile-bar-wrapper .logo-mobile svg {
  width: 100%;
  max-height: 75px;
}

.mobile-bar-wrapper .logo-mobile svg .st0 {
  fill: #878686;
}

.mobile-bar-wrapper .logo-mobile svg .st1 {
  fill: none;
  stroke: #878686;
  stroke-width: 1.392;
  stroke-miterlimit: 10;
}

.mobile-bar-wrapper .logo-mobile svg .st2 {
  fill: #457C1F;
}

.mobile-bar-wrapper .logo-mobile svg .st3 {
  fill: none;
  stroke: #457C1F;
  stroke-width: 0.348;
}

@media print, screen and (min-width: 40em) {
  .mobile-bar-wrapper .logo-mobile svg {
    max-height: 100px;
  }
}

.mobile-bar-wrapper .hamburger-btn {
  z-index: 80;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms;
}

@media print, screen and (min-width: 64.0625em) {
  .mobile-bar-wrapper .hamburger-btn.on {
    background-color: #4a7444;
  }
}

.mobile-bar-wrapper .hamburger-btn.on .hamburger {
  color: white;
}

.mobile-bar-wrapper .hamburger-btn.on .hamburger::after {
  background: #4a7444;
  box-shadow: 0 2px 0 #4a7444,0 4px 0 #4a7444;
}

@media print, screen and (min-width: 64.0625em) {
  .mobile-bar-wrapper .hamburger-btn.on .hamburger::after {
    background: #FFFFFF;
    box-shadow: 0 2px 0 #FFFFFF, 0 4px 0 #FFFFFF;
  }
}

.mobile-bar-wrapper .hamburger-btn .hamburger {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 16px;
  cursor: pointer;
}

.mobile-bar-wrapper .hamburger-btn .hamburger::after {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms;
}

.mobile-bar-wrapper .hamburger-btn .hamburger::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #649862;
  box-shadow: 0 7px 0 #649862,0 14px 0 #649862;
  content: '';
}

.mobile-bar-wrapper .hamburger-btn .hamburger:hover::after {
  background: #8a8a8a;
  box-shadow: 0 7px 0 #8a8a8a,0 14px 0 #8a8a8a;
}

.mobile-menu-panel {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  opacity: 0;
  position: fixed;
  overflow: auto;
  width: 100vw;
  height: 100%;
  padding: 25px 0;
  right: 0;
  top: 0;
  z-index: 10000;
  background-color: #ffffff;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 300ms cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

@media screen and (max-width: 1024px) {
  .mobile-menu-panel {
    opacity: 1;
  }
}

.mobile-menu-panel.is-active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.mobile-menu-panel__header {
  padding: 0 30px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  border-bottom: 1px solid #c0cfbe;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.mobile-menu-panel__header .mobile-closer {
  padding: 0;
}

.mobile-menu-panel__header .mobile-closer svg path {
  fill: #4a7444;
}

.mobile-menu-panel__body {
  -webkit-box-flex: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: start;
          justify-content: flex-start;
}

.mobile-menu-panel .menu-wrapper {
  padding: 0 30px;
}

.mobile-menu-panel .menu-wrapper .is-drilldown {
  max-width: none !important;
}

.mobile-menu-panel ul.mobile-menu .is-drilldown-submenu-parent>a {
  padding-right: 16px;
  text-decoration: none;
}

.mobile-menu-panel ul.mobile-menu li a {
  text-align: right;
  color: #4a7444 !important;
  text-decoration: none;
  font-size: 1.25rem;
  text-transform: uppercase;
  position: relative;
  font-weight: bold;
  padding: 5px 0;
}

.mobile-menu-panel ul.mobile-menu li a:hover {
  background-color: #cccccc;
}

.mobile-menu-panel ul.mobile-menu li a:after {
  right: 0;
}

.mobile-menu-panel ul.mobile-menu li.active>a {
  background: #cccccc;
}

.mobile-menu-panel ul.mobile-menu li.side-menu-link a {
  font-weight: 300;
}

.mobile-menu-panel ul.mobile-menu li.side-menu-link--first {
  margin-top: 20px;
}

.mobile-menu-panel .social-links {
  padding: 0 30px;
}

.mobile-menu-panel .social-links ul {
  -webkit-box-pack: end;
          justify-content: flex-end;
}

.mobile-menu-panel .social-links ul a {
  max-width: 22px;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

#overlay {
  display: none;
  background-color: rgba(0,0,0,0.47);
  width: 100%;
  height: 100%;
  z-index: 1000;
  position: fixed;
  top: 0;
}

#overlay.is-active {
  display: block;
}

.side-menu {
  position: fixed;
  overflow: auto;
  height: 100%;
  width: 100%;
  right: 0;
  top: 0;
  z-index: 10000;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  opacity: 0;
  -webkit-transition: -webkit-transform .2s ease-out;
  transition: -webkit-transform .2s ease-out;
  transition: transform .2s ease-out;
  transition: transform .2s ease-out, -webkit-transform .2s ease-out;
}

.side-menu.is-active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.side-menu__w {
  display: -webkit-box;
  display: flex;
  height: 100%;
  background-color: #ffffff;
}

.side-menu__img {
  overflow: hidden;
  flex-basis: 70%;
  background-color: #ffffcc;
  position: relative;
}

.side-menu__img .animated-img {
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 1;
          flex: 1;
  height: 100%;
  -webkit-transition: -webkit-transform 50s ease-in;
  transition: -webkit-transform 50s ease-in;
  transition: transform 50s ease-in;
  transition: transform 50s ease-in, -webkit-transform 50s ease-in;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.side-menu__img .overlay-logo {
  position: absolute;
  z-index: 100;
  top: 30px;
  left: 30px;
  width: 200px;
}

.side-menu__content {
  -webkit-box-flex: 1;
          flex: 1;
  padding: 30px 45px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.side-menu__header {
  border-bottom: 1px solid #dddddd;
  padding: 10px 0 30px 0;
  margin-bottom: 30px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
}

.side-menu__header .closer {
  -webkit-transition: opacity 250ms;
  transition: opacity 250ms;
}

.side-menu__header .closer:hover {
  opacity: .8;
}

.side-menu__header .closer svg {
  width: 20px;
  fill: #4a7444;
}

.side-menu__body ul.menu>li>a {
  text-align: right;
  color: #4a7444;
  display: block;
  font-size: 20px;
  font-weight: 200;
  text-transform: uppercase;
  padding: 7px 0;
  margin: 0;
  text-decoration: none;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

.side-menu__reserved-area {
  -webkit-box-flex: 1;
          flex-grow: 1;
}

.side-menu__footer {
  padding-bottom: 20px;
}

.side-menu__footer .social-links ul {
  -webkit-box-pack: end;
          justify-content: flex-end;
}

.side-menu__footer .social-links ul li {
  max-width: 30px;
}

.side-menu__footer .social-links ul li a {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.side-menu:hover .side-menu__img .animated-img {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

.menu--reserved-area {
  margin: 15px 0;
  border-top: 1px solid #c0cfbe;
  border-bottom: 1px solid #c0cfbe;
  padding: 15px 0;
}

.menu--reserved-area li {
  display: block;
  width: 100%;
}

.menu--reserved-area li a {
  font-weight: 300;
  color: #4a7444;
  text-transform: uppercase;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
          align-items: center;
}

.menu--reserved-area li a img {
  margin-left: 12px;
}

.menu--reserved-area img {
  max-width: 100%;
  width: auto;
}

.lang-selector {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
          align-items: center;
}

.lang-selector a {
  color: #4a7444;
  border: 1px solid #4a7444;
  border-radius: 4px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  width: 32px;
  height: 32px;
  margin-right: 12px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
}

.lang-selector a:last-child {
  margin-right: 0;
}

.lang-selector a.active {
  color: #ffffff;
  background-color: #4a7444;
}

.home-focus__slider {
  margin-bottom: 0 !important;
}

.home-focus__text {
  padding: 15px 25px;
}

.home-focus__text a {
  text-decoration: none;
}

.home-focus__text h3 {
  text-transform: uppercase;
  color: #4a7444;
  font-weight: bold;
  margin-bottom: 0;
}

.home-focus__text h4 {
  text-transform: uppercase;
  color: #4a7444;
  font-weight: 400;
  font-size: 1.0625rem;
  margin-bottom: 0;
}

.pl-collectionbox-plugin .col-text {
  padding-left: 0;
}

.pl-collectionbox-plugin a {
  text-decoration: none;
  display: block;
}

.pl-collectionbox-plugin h3 {
  font-weight: 300;
  font-size: 2rem;
  margin: 20px 0 6px;
  text-transform: uppercase;
}

.pl-collectionbox-plugin .pl-text {
  font-weight: 400;
}

.pl-teaser-worldbox .pl-ts-content {
  position: relative;
  padding: 24px 35px;
}

.pl-teaser-worldbox .pl-ts-content h3 {
  font-size: 1.25rem;
  color: #2e2e2e;
  margin-bottom: 0;
  line-height: 1.2em;
}

.pl-teaser-worldbox .pl-ts-content p {
  color: #797979;
}

.pl-teaser-worldbox .pl-ts-content:before {
  position: absolute;
  top: -10px;
  left: 50px;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
  border-color: transparent transparent #fff;
  border-width: 0 10px 10px 10px;
}

.pl-newsletter-plugin {
  margin-bottom: 30px;
  background-color: #ffffff;
  padding: 10px;
}

.pl-newsletter-plugin p {
  margin-bottom: 0;
}

.pl-newsletter-plugin .pl-badged-title {
  position: relative;
  height: 100%;
}

.pl-newsletter-plugin .pl-badged-title .pl-badge {
  position: absolute;
  width: 50px;
  height: 100%;
  background-color: #4a7444;
  color: #ffffff;
  padding: 7px 20px;
  text-align: center;
}

@media print, screen and (max-width: 39.99875em) {
  .pl-newsletter-plugin .pl-badged-title .pl-badge {
    display: none;
  }
}

.pl-newsletter-plugin .pl-badged-title .pl-badge span {
  display: inline-block;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  margin: 93px 22px 0;
  font-size: 22px;
}

.pl-newsletter-plugin .pl-badged-title .pl-bdge-side {
  padding-top: 8px;
}

@media print, screen and (min-width: 40em) {
  .pl-newsletter-plugin .pl-badged-title .pl-bdge-side {
    padding-left: 60px;
  }
}

.pl-newsletter-plugin .pl-badged-title .pl-bdge-side h3 {
  font-size: 45px;
  line-height: 48px;
  font-weight: 100;
  margin-bottom: 15px !important;
}

@media print, screen and (max-width: 39.99875em) {
  .pl-newsletter-plugin .pl-badged-title .pl-bdge-side h3 {
    font-size: 28px;
    line-height: 30px;
  }
}

.pl-newsletter-plugin label,
.pl-newsletter-plugin p {
  font-size: 1.125rem !important;
  font-weight: 300 !important;
}

.pl-newsletter-plugin input[type=checkbox] {
  margin-bottom: 8px;
}

.pl-newsletter-plugin input[type=text] {
  margin-top: 5px;
  position: relative;
}

.pl-newsletter-plugin input[type=submit] {
  margin-top: 5px;
  background-color: #4a7444;
  color: #fff;
  text-align: center;
  display: inline-block;
  padding: 10px 0 11px;
  border: none;
  width: 100%;
}

.pl-newsletter-plugin .pl-input-wrapper {
  position: relative;
}

.pl-newsletter-plugin .pl-input-wrapper:after {
  content: url("/static/core/images/ajax-loader.gif");
  position: absolute;
  top: 3px;
  right: 5px;
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms;
}

.pl-newsletter-plugin.loading .pl-input-wrapper:after {
  opacity: 1;
}

.pl-sidebar-newsletter .pl-newsletter-plugin {
  margin-bottom: 0;
  padding-right: 20px;
}

.pl-sidebar-newsletter .pl-newsletter-plugin .large-6.columns {
  width: 100%;
  height: auto !important;
}

.pl-sidebar-newsletter .pl-newsletter-plugin .pl-badge {
  max-height: 210px;
}

@media print, screen and (min-width: 64.0625em) {
  .pl-sidebar-newsletter .pl-newsletter-plugin .pl-badge span {
    margin: 126px 21px 0;
  }
}

.pl-sidebar-newsletter .pl-newsletter-plugin form {
  margin-top: 15px;
  padding-left: 50px;
}

@media print, screen and (min-width: 64.0625em) {
  .pl-home-references-plugin .pl-selected-product {
    padding-right: 10px !important;
  }
}

.pl-home-references-plugin .pl-selected-product .pl-selected-inner {
  position: relative;
}

.pl-home-references-plugin .pl-selected-product .pl-selected-inner .pl-selected-image img {
  visibility: hidden;
}

.pl-home-references-plugin .pl-selected-product .pl-selected-inner h4 {
  font-weight: 500;
  font-size: 1.25rem;
  color: #3e3e3e;
  text-transform: uppercase;
}

.pl-home-references-plugin .pl-selected-product .pl-selected-inner h3 {
  font-weight: 300;
  font-size: 2.625rem;
  line-height: 1.1em;
  color: #4a7444;
  margin-bottom: 10px;
}

.pl-home-references-plugin .pl-selected-product .pl-selected-inner .pl-selected-description,
.pl-home-references-plugin .pl-selected-product .pl-selected-inner .pl-selected-description p {
  color: #595959;
  line-height: 1.5em;
  font-size: 1rem;
}

.pl-home-references-plugin .pl-selected-product .pl-selected-inner .pl-selected-more {
  display: inline-block;
  margin-top: 25px;
}

.pl-home-references-plugin .pl-selected-product .pl-selected-inner .pl-overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #efefef url("/static/core/images/ajax-loader.gif") no-repeat 50% 50%;
}

.pl-home-references-plugin .pl-projects-slider .slick-dots {
  position: absolute;
}

@media print, screen and (min-width: 64.0625em) {
  .pl-home-references-plugin .pl-projects-slider .slick-dots {
    bottom: -80px;
  }
}

.pl-home-references-plugin .pl-projects-slider ul.slick-dots {
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}

.pl-home-references-plugin .pl-projects-slider ul.slick-dots li {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 5px;
  margin: 0 5px;
  padding: 0 !important;
  cursor: pointer;
}

.pl-home-references-plugin .pl-projects-slider ul.slick-dots li button {
  display: block;
  width: 100%;
  height: 5px;
  font-size: 13px !important;
  cursor: pointer;
  color: transparent;
  outline: none;
  background-color: #c3c3c3;
}

.pl-home-references-plugin .pl-projects-slider ul.slick-dots li.slick-active button {
  background-color: #434343;
}

.pl-home-references-plugin .pl-projects-slider ul.slick-dots li:before {
  display: none !important;
}

.pl-home-references-plugin .pl-all-projects-w {
  margin-top: 20px;
}

.pl-home-references-plugin .pl-all-projects {
  background-color: #ffffff;
  display: block;
  text-align: center;
  padding: 5px;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
}

.cms-wide-wrap {
  background-color: #ffffff;
}

.cms-wrap {
  padding: 0 1rem;
}

.cms-wrap h1,
.cms-wrap h2,
.cms-wrap h2,
.cms-wrap h4,
.cms-wrap h5,
.cms-wrap h6 {
  font-family: montserrat,sans-serif;
  font-weight: 300;
  color: #2d2d2d;
  margin-top: 10px;
}

.cms-wrap p {
  font-family: montserrat,sans-serif;
  font-weight: 300;
  color: #2d2d2d;
}

.cms-wrap>.row {
  background-color: #ffffff;
}

.teaser-base {
  padding-bottom: 16px;
}

.teaser-base.white-bg {
  background-color: #ffffff !important;
}

@media print, screen and (min-width: 40em) {
  .teaser-base.title-image-text .descr.two-columns p {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
    text-align: justify;
  }
}

@media print, screen and (min-width: 64.0625em) {
  .teaser-base.splitted h2,
  .teaser-base.splitted h2,
  .teaser-base.splitted h4,
  .teaser-base.splitted h5,
  .teaser-base.splitted h6 {
    margin-top: 0;
  }
}

.teaser-base.land h1 {
  font-family: montserrat,sans-serif;
  font-weight: 300;
  color: #2d2d2d;
  font-size: 1.75rem;
}

.teaser-base.land h2,
.teaser-base.land h3 {
  font-family: montserrat,sans-serif;
  font-weight: 300;
  color: #2d2d2d;
  font-size: 1.375rem;
}

.teaser-base.land .image-wrapper {
  margin: .625rem 0;
}

@media print, screen and (min-width: 40em) {
  .teaser-base.land .image-wrapper img {
    width: 100%;
  }
}

.teaser-base.land .bt-land-back {
  background-color: #4a7444;
  display: inline-block;
  padding: .625rem 1.25rem;
  color: white;
  text-decoration: none;
  font-size: .875rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
  margin: .625rem 0;
}

.teaser-base.brick {
  padding-bottom: 0;
  background-color: #ececec;
}

.teaser-base.brick .descr-w {
  position: relative;
}

.teaser-base.brick .descr {
  padding: 20px;
}

@media print, screen and (max-width: 39.99875em) {
  .teaser-base.brick .descr {
    text-align: center !important;
  }
}

.teaser-base.brick .descr h2 {
  margin-top: 30px;
  font-weight: bold;
  line-height: 44px;
}

.teaser-base.brick .descr p {
  color: #4e4e4e;
}

.teaser-base.brick-wide {
  padding-bottom: 0;
  background-color: #c2c2c2;
}

.teaser-base.brick-wide .descr-w {
  position: relative;
}

.teaser-base.brick-wide .video-wrapper {
  max-width: 100%;
}

.teaser-base.brick-wide .video-wrapper .youtube-player {
  padding-bottom: 37.23%;
}

.teaser-base.brick-wide .descr {
  color: white;
  padding: 20px;
}

@media print, screen and (max-width: 39.99875em) {
  .teaser-base.brick-wide .descr {
    text-align: center !important;
  }
}

.teaser-base.brick-wide .descr h2 {
  color: white;
  margin: 1.25rem 0;
  font-family: montserrat,sans-serif;
  font-family: roboto_bold;
  line-height: normal;
  font-size: 42px;
  line-height: 44px;
}

.teaser-base.brick-wide .descr p {
  color: white;
  font-size: 22px;
  font-family: montserrat,sans-serif;
}

.teaser-base.brick-wide .descr a {
  color: white;
  font-size: 22px;
  font-family: montserrat,sans-serif;
}

.bordered hr {
  border-bottom-width: 2px;
  margin: 16px -16px 20px;
}

.video-wrapper {
  max-width: 800px;
  margin: 0 auto;
}

.youtube-player {
  position: relative;
  padding-bottom: 56.23%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
}

.youtube-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: transparent;
}

.youtube-player img {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  max-width: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  height: auto;
  cursor: pointer;
  -webkit-transition: .4s all;
  transition: .4s all;
}

.youtube-player .play {
  color: white;
  font-size: 3.125rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.media-check-list .list-item {
  position: relative;
  padding-left: 30px;
  font-size: 20px;
  margin-bottom: 16px;
}

.media-check-list .list-item::before {
  color: #649862;
  position: absolute;
  top: 8px;
  left: 0;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media print, screen and (min-width: 40em) {
  .media-check-list .list-item h3 {
    font-size: 26px;
  }
}

.home-land a {
  text-decoration: none;
}

.home-land h3 {
  color: #4a7444;
}

.home-land .box {
  margin-bottom: 20px;
}

.home-land .box-img img {
  width: 100%;
}

.home-land .box-text {
  text-align: center;
  padding: 20px;
  background-color: #d1d1d1;
}

.banner-land .banner-image {
  position: relative;
  text-align: center;
}

.banner-land .banner-image h1 {
  font-family: montserrat,sans-serif;
  font-weight: 300;
  line-height: normal;
  padding: .625rem 1.875rem;
  background-color: rgba(0,0,0,0.5);
}

@media print, screen and (min-width: 40em) {
  .banner-land .banner-image h1 {
    font-size: 28px;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.banner-land .banner-text {
  padding: 20px;
}

@media print, screen and (min-width: 40em) {
  .brick-gallery .row-gal {
    margin-left: -.5rem !important;
    margin-right: -.5rem !important;
  }
}

.brick-gallery .row-gal .columns {
  margin-bottom: .625rem;
}

@media print, screen and (min-width: 40em) {
  .brick-gallery .row-gal .columns {
    padding-left: .5rem !important;
    padding-right: .5rem !important;
  }
}

.brick-gallery .img-bg {
  position: relative;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.brick-gallery .img-bg img {
  visibility: hidden;
}

.brick-gallery .img-bg span {
  color: #ffffff;
  position: absolute;
  bottom: 15px;
  left: 15px;
  font-size: 30px;
  font-weight: 300;
}

.pl-slider .flex-video {
  margin-bottom: 1px;
}

.brick-coll {
  background-color: white;
}

.brick-coll .commander {
  padding: 20px;
}

.brick-coll .commander h3 {
  line-height: 34px;
  font-family: montserrat,sans-serif;
  margin-bottom: 20px;
}

.brick-coll .commander h4 {
  line-height: 30px;
  font-family: montserrat,sans-serif;
  font-weight: 300;
}

.brick-coll .commander .h-descr {
  padding-left: 14px;
}

.brick-coll .commander .menu {
  border-right: 1px solid #323232;
}

.brick-coll .commander .menu a {
  text-decoration: none;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: montserrat,sans-serif;
  font-size: 18px;
  color: #a1a1a1;
  position: relative;
}

.brick-coll .commander .menu a.active {
  color: #171717;
}

.brick-coll .commander .menu a.active::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
  border-color: transparent transparent transparent #fff;
  border-width: 7px 0 7px 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -9px;
  z-index: 10;
}

.brick-coll .commander .menu a.active::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
  border-color: transparent transparent transparent #323232;
  border-width: 7px 0 7px 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -10px;
  z-index: 9;
}

.media-object.stack-for-small .media-object-section img {
  width: auto !important;
  margin: 0 auto !important;
  display: block;
}

.jury-gallery .item-list__text {
  line-height: 1.5;
  text-align: justify;
  padding-bottom: 10px;
}

.jury-gallery .item-list__link {
  color: #fff;
}

.contest-footer__description {
  text-align: center;
  font-size: 24px;
  color: #2e2e2e;
  font-weight: 300;
  padding: 40px 0 10px 0;
}

.contest-footer__description p {
  margin-bottom: 0;
}

@media print, screen and (min-width: 64.0625em) {
  .contest-footer__description {
    font-size: 28px;
  }
}

.contest-footer .item-list__item {
  background-color: #fff;
  color: #4a7444;
  padding: 20px;
  margin-bottom: 10px;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms;
}

.contest-footer .item-list__item__text {
  font-size: 26px;
  font-weight: 300;
  min-height: 100px;
}

.contest-footer .item-list__item__text p {
  line-height: 1;
}

@media print, screen and (min-width: 64.0625em) {
  .contest-footer .item-list__item__text {
    font-size: 30px;
  }
}

.contest-footer .item-list__item__link {
  text-align: right;
}

.contest-footer .item-list__item__link .button {
  background-color: #4a7444;
  color: #fff;
  padding: 8px 30px;
  min-width: 140px;
}

.contest-footer .item-list__item:hover {
  background-color: #4a7444;
  color: #fff;
}

.contest-footer .item-list__item:hover .button {
  background-color: #fff;
  color: #4a7444;
}

.contest-footer .row.small-gutter {
  margin-left: -6px;
  margin-right: -6px;
}

.contest-footer .row.small-gutter .columns {
  padding-right: 6px;
  padding-left: 6px;
}

.teaser-simple__content {
  background-color: #fff;
  border-top: 1px solid #e5e5e5;
  padding: 30px;
}

.green-context .teaser-base.contest {
  background-color: #4a7444;
  padding-bottom: 0;
}

.green-context .teaser-base.contest .descr {
  color: #fff;
  padding: 20px;
}

.green-context .teaser-base.contest .descr p {
  color: #fff;
}

.green-context .teaser-base.contest .image-wrapper img {
  max-height: 400px;
}

@media print, screen and (min-width: 40em) {
  .green-context .teaser-base.contest .image-wrapper img {
    max-height: 500px;
  }
}

@media print, screen and (min-width: 64.0625em) {
  .green-context .teaser-base.contest .image-wrapper img {
    max-height: none;
  }
}

.teaser-world .img-w {
  max-width: 250px;
  margin: 0 auto;
}

.teaser-world a {
  text-decoration: none;
}

.teaser-world h3 {
  text-align: center;
  font-weight: 200;
}

.teaser-world .descr,
.teaser-world .descr p {
  text-align: center;
  font-size: 1em;
  color: #232323;
}

.switch-rounded {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch-rounded input {
  opacity: 0;
  width: 0;
  height: 0;
}

.switch-rounded .slider-switch {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.switch-rounded .slider-switch:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.switch-rounded input:checked+.slider-switch {
  background-color: #4a7444;
}

.switch-rounded input:focus+.slider-switch {
  box-shadow: 0 0 1px #4a7444;
}

.switch-rounded input:checked+.slider-switch:before {
  -webkit-transform: translateX(26px);
  transform: translateX(26px);
}

.switch-rounded .slider-switch.round {
  border-radius: 34px;
}

.switch-rounded .slider-switch.round:before {
  border-radius: 50%;
}

.wishlist-wrapper h1,
.wishlist-wrapper h3,
.wishlist-wrapper h5 {
  font-family: montserrat,sans-serif;
  font-weight: 300;
}

.wishlist-wrapper .w-item {
  position: relative;
}

.wishlist-wrapper .w-item .del {
  display: block;
  padding: 4px;
  position: absolute;
  right: 0;
  top: 0;
}

.wishlist-wrapper .pl-action-buttons {
  text-transform: uppercase;
  margin-top: 20px;
}

.wishlist-wrapper .pl-action-buttons a {
  font-size: .75rem;
  font-weight: 500;
  display: block;
  position: relative;
  text-decoration: none;
  width: 200px;
  padding: 10px 20px 10px 0;
}

.wishlist-wrapper .pl-action-buttons a:after {
  font-size: 20px !important;
  position: absolute;
  width: 30px;
  right: 10px;
  top: 0;
}

.wishlist-wrapper .pl-action-buttons a.ico-contact:after {
  content: url("/static/collections_series/images/svg/contacts.svg");
}

.wishlist-wrapper .pl-action-buttons a.ico-dealer:after {
  content: url("/static/collections_series/images/svg/dealers.svg");
}

.wishlist-wrapper .pl-action-buttons a.ico-download:after {
  content: url("/static/collections_series/images/svg/download.svg");
}

.wishlist-wrapper .pl-action-buttons a.ico-tiles:after {
  content: url("/static/collections_series/images/svg/piastrelle.svg");
}

.wishlist-wrapper .pl-action-buttons a.ico-tech:after {
  content: url("/static/collections_series/images/svg/tech_info.svg");
}

.wishlist-wrapper .pl-action-buttons a.ico-left:after {
  right: 20px;
}

.modal-wishlist {
  margin-top: 30px !important;
}

@media print, screen and (min-width: 64.0625em) {
  .modal-wishlist {
    max-width: 900px !important;
    margin-top: 90px !important;
  }
}

.add-to-whishlist.starred {
  color: goldenrod;
}

#reference-modal,
.pl-adv-search-modal,
#calculatorModal,
#article-modal {
  border-color: #ffffff !important;
  max-width: 1200px !important;
}

#reference-modal .pl-close-button,
.pl-adv-search-modal .pl-close-button,
#calculatorModal .pl-close-button,
#article-modal .pl-close-button {
  position: absolute;
  top: -1px;
  left: -30px;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 24px;
  font-size: 24px;
  border: none !important;
  background-color: #fefefe;
}

#CybotCookiebotDialogBody {
  max-width: 100% !important;
  margin-left: 30px !important;
  margin-right: 30px !important;
}

#CybotCookiebotDialogDetail {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

#CybotCookiebotDialogDetailBody {
  max-width: 100% !important;
}

.fancybox-slide--video .fancybox-content {
  max-width: 800px;
  max-height: 450px;
  margin: 0;
}

@media print, screen and (max-width: 39.99875em) {
  #lightcase-overlay {
    opacity: 0.95 !important;
  }
}

@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical>.swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0,0,0,0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0)));
  background-image: linear-gradient(to left, rgba(0,0,0,0.5), rgba(0,0,0,0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0)));
  background-image: linear-gradient(to right, rgba(0,0,0,0.5), rgba(0,0,0,0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0)));
  background-image: linear-gradient(to top, rgba(0,0,0,0.5), rgba(0,0,0,0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0)));
  background-image: linear-gradient(to bottom, rgba(0,0,0,0.5), rgba(0,0,0,0));
}

.swiper-css-mode>.swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-centered>.swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
          order: 9999;
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
  height: 100%;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical>.swiper-wrapper::before {
  width: 100%;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: center center;
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev';
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next';
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical>.swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0,0,0,0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-vertical>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container {
  height: 100%;
}

.swiper-container .swiper-slide>a {
  text-decoration: none;
}

.swiper-container--simple {
  margin-bottom: 1.875rem;
}

.swiper-container .swiper-button-prev:after,
.swiper-container .swiper-button-next:after {
  color: #000000;
}

.swiper-container .swiper-pagination {
  position: inherit;
  bottom: inherit;
}

.swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  cursor: pointer;
  background: #242424;
  opacity: 0.5;
}

.swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #242424;
  opacity: 1;
}

.swiper-container .zoom-effect {
  -webkit-animation-name: zoom-in;
          animation-name: zoom-in;
  -webkit-animation-duration: 120s;
          animation-duration: 120s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
}

.swiper-container--dashed-nav .swiper-pagination {
  position: inherit;
  bottom: 20px;
  text-align: right;
  padding: 0 30px;
}

.swiper-container--dashed-nav .swiper-pagination .swiper-pagination-bullet {
  border-radius: 0;
  width: 35px;
  height: 12px;
  cursor: pointer;
  background-color: transparent !important;
  border-bottom: 2px solid #bcbcbc;
}

@media print, screen and (min-width: 64.0625em) {
  .swiper-container--dashed-nav .swiper-pagination .swiper-pagination-bullet {
    width: 70px;
  }
}

.swiper-container--dashed-nav .swiper-pagination .swiper-pagination-bullet-active {
  border-color: #4a7444;
}

.swiper-container--dashed-nav-bottom .swiper-pagination {
  margin: 25px 0;
  bottom: 0;
}

.swiper-container--dashed-nav-bottom .swiper-pagination .swiper-pagination-bullet {
  border-color: #b7b7b7;
}

.swiper-container--dashed-nav-bottom .swiper-pagination .swiper-pagination-bullet-active {
  border-color: #4d4d4d;
}

.swiper-container--reactive-sides .swiper-side-button {
  position: absolute;
  background-color: #f1f1f1;
  opacity: 0;
  -webkit-transition: opacity 300ms ease-in;
  transition: opacity 300ms ease-in;
  top: 0;
  bottom: 0;
  width: 0;
  z-index: 100;
  cursor: pointer;
}

@media print, screen and (min-width: 40em) {
  .swiper-container--reactive-sides .swiper-side-button {
    width: 0;
  }
}

@media print, screen and (min-width: 64.0625em) {
  .swiper-container--reactive-sides .swiper-side-button {
    width: 300px;
  }
}

.swiper-container--reactive-sides .swiper-side-button:hover {
  opacity: .15;
}

.swiper-container--reactive-sides .swiper-side-button--prev {
  left: 0;
}

.swiper-container--reactive-sides .swiper-side-button--next {
  right: 0;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-slider .slick-slide {
  position: absolute;
}

.slick-slider .slick-slide:first-child {
  position: relative;
}

.slick-initialized.slick-slider .slick-slide,
.slick-initialized.slick-slider .slick-slide:first-child {
  position: relative;
}

.pl-slick {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms;
}

.pl-slick.pl-slick.slick-initialized {
  opacity: 1;
}

.carousel .slick-dots {
  position: absolute;
  right: 24px;
  top: 50%;
  width: 15px !important;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.carousel ul.slick-dots {
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}

.carousel ul.slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  padding: 0 !important;
  cursor: pointer;
}

.carousel ul.slick-dots li button {
  display: block;
  font-size: 13px !important;
  cursor: pointer;
  color: transparent;
  outline: none;
}

.carousel ul.slick-dots li button::after {
  color: #cecece;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.carousel ul.slick-dots li.slick-active button::after {
  color: #fff;
}

.carousel ul.slick-dots li:before {
  display: none !important;
}

.carousel .slide-img {
  position: relative;
}

.carousel .slide-img.overlay:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(43,43,43,0.4);
}

.slick-slider .slick-slide {
  outline: none !important;
}

.slick-slider .pl-arrow {
  position: absolute;
  top: 50%;
  left: 0;
  background-color: rgba(0,0,0,0.2);
  width: 40px;
  height: 60px;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms;
}

.slick-slider .pl-arrow.pl-prev:after {
  content: url("/static/core/images/svg/chevron-thin-left-white.svg");
  color: #ffffff;
}

.slick-slider .pl-arrow.pl-next {
  left: inherit;
  right: 0;
}

.slick-slider .pl-arrow.pl-next:after {
  content: url("/static/core/images/svg/chevron-thin-right-white.svg");
  color: #ffffff;
}

.slick-slider .pl-arrow:hover {
  background-color: rgba(0,0,0,0.4);
}

.virtual-tour-iframe {
  width: 100%;
}

.virtual-tour-iframe iframe {
  width: 100%;
  height: 100vh;
}

body {
  -webkit-user-select: text !important;
     -moz-user-select: text !important;
      -ms-user-select: text !important;
          user-select: text !important;
}

body.no-scroll {
  overflow: hidden;
}

h1 a,
h2 a,
h3 a,
h4 a {
  text-decoration: none !important;
}

a,
a:focus {
  outline: none;
}

picture {
  display: inline-block;
}

.outer-wrapper {
  overflow: hidden;
  margin: 0 auto;
}

img {
  max-width: unset;
}

picture,
img {
  width: 100%;
}

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

.maincontent {
  overflow: hidden;
  max-width: unset;
  margin: 0 auto;
}

select {
  text-transform: uppercase;
  margin-bottom: 0;
  color: #4a7444;
  border-color: #4a7444;
}

.no-badge-sided {
  padding-left: 100px;
}

.full-width {
  width: 100%;
}

.pl-breadcrumbs-wrapper {
  padding: 8px 0;
  background-color: #ffffff;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

@media print, screen and (max-width: 39.99875em) {
  .pl-breadcrumbs-wrapper {
    display: none;
  }
}

.pl-breadcrumbs-wrapper ul {
  list-style-type: none;
  margin: 0 0 0 20px;
  padding: 0;
}

.pl-breadcrumbs-wrapper ul li {
  font-size: .9em !important;
  display: inline-block;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #e5e5e5;
}

.pl-breadcrumbs-wrapper ul li a {
  font-size: 0.9em !important;
  font-weight: 300;
  line-height: 1.5rem;
}

.pl-breadcrumbs-wrapper ul li span {
  font-size: 0.9em !important;
  font-weight: 300;
  line-height: 1.5rem;
}

.pl-bg {
  background-color: #ffffff;
}

.pl-pad {
  padding-left: .9375rem;
  padding-right: .9375rem;
}

:focus {
  border: none;
}

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

#cookie-law {
  position: fixed;
  bottom: 0;
  z-index: 10000;
  width: 100%;
  text-align: center;
}

.pl-error-wrapper {
  padding-left: .9375rem;
  padding-right: .9375rem;
  background-color: #ffffff;
  min-height: 300px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.pl-listings>.pl-item {
  float: left;
  width: 33.33333%;
}

.pl-listings>.pl-item:nth-of-type(1n) {
  clear: none;
}

.pl-listings>.pl-item:nth-of-type(3n+1) {
  clear: both;
}

.pl-listings>.pl-item:last-child {
  float: left;
}

.pl-mobile-social,
.pl-footer-social {
  margin-top: 20px;
}

.pl-mobile-social ul.pl-social-buttons li,
.pl-footer-social ul.pl-social-buttons li {
  display: inline-block;
}

.pl-mobile-social ul.pl-social-buttons li a,
.pl-footer-social ul.pl-social-buttons li a {
  margin-right: 10px;
  font-size: 22px !important;
  color: #cf0b27 !important;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms;
}

.pl-mobile-social ul.pl-social-buttons li a i,
.pl-footer-social ul.pl-social-buttons li a i {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.pl-mobile-social ul.pl-social-buttons li a:hover i,
.pl-footer-social ul.pl-social-buttons li a:hover i {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.pl-btn-block {
  display: block;
  border: 1px solid #ffffff;
  background-color: transparent;
  text-align: center;
  padding: 10px 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.pl-btn-block a {
  color: #ffffff !important;
}

.pl-btn-block:link:hover,
.pl-btn-block:visited:hover {
  color: #ffffff;
  border-color: #434343;
}

.pl-btn-block:link:after,
.pl-btn-block:visited:after {
  content: "";
  position: absolute;
  height: 0%;
  left: 50%;
  top: 50%;
  width: 150%;
  z-index: -1;
  -webkit-transition: all 0.75s ease 0s;
  transition: all 0.75s ease 0s;
}

.pl-btn-block:link:hover:after,
.pl-btn-block:visited:hover:after {
  height: 450%;
}

.pl-btn-block:after {
  background: #434343;
  opacity: .5;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

.pl-btn-block:hover:after {
  height: 140%;
  opacity: 1;
}

.pl-image-simple {
  margin: 10px auto;
}

.call-actions a {
  text-decoration: none;
  display: block;
  font-size: 14px !important;
  text-transform: uppercase;
  line-height: 16px;
  padding: 6px 4px;
}

.call-actions a i {
  font-size: 16px !important;
  line-height: 16px;
  padding-left: 4px;
}

.sharer li a {
  padding: 6px 8px;
}

.sharer li a i {
  color: #6a6a6a;
}

.share-icon {
  display: inline-block;
}

.share-icon svg {
  fill: #464646;
}

.share-icon:hover svg {
  fill: #4a7444;
}

.modal-share {
  max-width: 263px !important;
}

@media print, screen and (max-width: 39.99875em) {
  .modal-share {
    max-height: 200px;
    bottom: inherit;
    min-height: 340px;
    margin: 40px auto;
  }
}

@media print, screen and (min-width: 40em) {
  .modal-share {
    overflow-y: visible;
  }

  .modal-share .close-button {
    top: -.5rem;
    right: -1.875rem;
    color: #fff;
  }
}

.modal-share .title h3 {
  font-size: 1.875rem;
  font-weight: 200;
  margin: 8px 0 20px;
}

.modal-share .a2a_svg,
.modal-share .a2a_count {
  border-radius: 0 !important;
}

.modal-share .a2a_default_style a {
  float: left;
  line-height: 16px;
  padding: 0 2px;
  margin: 0 8px 8px 0;
}

.social-links {
  margin: 20px 0;
}

.social-links ul {
  -webkit-box-align: center;
          align-items: center;
}

.social-links ul li {
  max-width: 30px;
  margin: 0 10px;
}

.social-links ul li a {
  padding: 0 !important;
}

.social-links ul li:last-child {
  margin-right: 0;
}

@media print, screen and (min-width: 64.0625em) {
  .social-links ul li {
    max-width: 30px;
  }
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
  font-family: 'FontAwesome';
  src: url(assets/fonts/fontawesome-webfont.eot);
  src: url(assets/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"),url(assets/fonts/fontawesome-webfont.woff2) format("woff2"),url(assets/fonts/fontawesome-webfont.woff) format("woff"),url(assets/fonts/fontawesome-webfont.ttf) format("truetype"),url(assets/fonts/fontawesome-webfont.svg#fontawesomeregular) format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa,
.media-check-list .list-item::before,
.carousel ul.slick-dots li button::after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
  font-size: 1.33333em;
  line-height: .75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}

.fa-ul>li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: .14286em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.media-check-list .fa-pull-left.list-item::before,
.carousel ul.slick-dots li button.fa-pull-left::after {
  margin-right: .3em;
}

.fa.fa-pull-right,
.media-check-list .fa-pull-right.list-item::before,
.carousel ul.slick-dots li button.fa-pull-right::after {
  margin-left: .3em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left,
.media-check-list .pull-left.list-item::before,
.carousel ul.slick-dots li button.pull-left::after {
  margin-right: .3em;
}

.fa.pull-right,
.media-check-list .pull-right.list-item::before,
.carousel ul.slick-dots li button.pull-right::after {
  margin-left: .3em;
}

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

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

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

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

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

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-glass:before {
  content: "\F000";
}

.fa-music:before {
  content: "\F001";
}

.fa-search:before {
  content: "\F002";
}

.fa-envelope-o:before {
  content: "\F003";
}

.fa-heart:before {
  content: "\F004";
}

.fa-star:before {
  content: "\F005";
}

.fa-star-o:before {
  content: "\F006";
}

.fa-user:before {
  content: "\F007";
}

.fa-film:before {
  content: "\F008";
}

.fa-th-large:before {
  content: "\F009";
}

.fa-th:before {
  content: "\F00A";
}

.fa-th-list:before {
  content: "\F00B";
}

.fa-check:before,
.media-check-list .list-item::before {
  content: "\F00C";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\F00D";
}

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

.fa-search-minus:before {
  content: "\F010";
}

.fa-power-off:before {
  content: "\F011";
}

.fa-signal:before {
  content: "\F012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\F013";
}

.fa-trash-o:before {
  content: "\F014";
}

.fa-home:before {
  content: "\F015";
}

.fa-file-o:before {
  content: "\F016";
}

.fa-clock-o:before {
  content: "\F017";
}

.fa-road:before {
  content: "\F018";
}

.fa-download:before {
  content: "\F019";
}

.fa-arrow-circle-o-down:before {
  content: "\F01A";
}

.fa-arrow-circle-o-up:before {
  content: "\F01B";
}

.fa-inbox:before {
  content: "\F01C";
}

.fa-play-circle-o:before {
  content: "\F01D";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\F01E";
}

.fa-refresh:before {
  content: "\F021";
}

.fa-list-alt:before {
  content: "\F022";
}

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

.fa-flag:before {
  content: "\F024";
}

.fa-headphones:before {
  content: "\F025";
}

.fa-volume-off:before {
  content: "\F026";
}

.fa-volume-down:before {
  content: "\F027";
}

.fa-volume-up:before {
  content: "\F028";
}

.fa-qrcode:before {
  content: "\F029";
}

.fa-barcode:before {
  content: "\F02A";
}

.fa-tag:before {
  content: "\F02B";
}

.fa-tags:before {
  content: "\F02C";
}

.fa-book:before {
  content: "\F02D";
}

.fa-bookmark:before {
  content: "\F02E";
}

.fa-print:before {
  content: "\F02F";
}

.fa-camera:before {
  content: "\F030";
}

.fa-font:before {
  content: "\F031";
}

.fa-bold:before {
  content: "\F032";
}

.fa-italic:before {
  content: "\F033";
}

.fa-text-height:before {
  content: "\F034";
}

.fa-text-width:before {
  content: "\F035";
}

.fa-align-left:before {
  content: "\F036";
}

.fa-align-center:before {
  content: "\F037";
}

.fa-align-right:before {
  content: "\F038";
}

.fa-align-justify:before {
  content: "\F039";
}

.fa-list:before {
  content: "\F03A";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\F03B";
}

.fa-indent:before {
  content: "\F03C";
}

.fa-video-camera:before {
  content: "\F03D";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\F03E";
}

.fa-pencil:before {
  content: "\F040";
}

.fa-map-marker:before {
  content: "\F041";
}

.fa-adjust:before {
  content: "\F042";
}

.fa-tint:before {
  content: "\F043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\F044";
}

.fa-share-square-o:before {
  content: "\F045";
}

.fa-check-square-o:before {
  content: "\F046";
}

.fa-arrows:before {
  content: "\F047";
}

.fa-step-backward:before {
  content: "\F048";
}

.fa-fast-backward:before {
  content: "\F049";
}

.fa-backward:before {
  content: "\F04A";
}

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

.fa-pause:before {
  content: "\F04C";
}

.fa-stop:before {
  content: "\F04D";
}

.fa-forward:before {
  content: "\F04E";
}

.fa-fast-forward:before {
  content: "\F050";
}

.fa-step-forward:before {
  content: "\F051";
}

.fa-eject:before {
  content: "\F052";
}

.fa-chevron-left:before {
  content: "\F053";
}

.fa-chevron-right:before {
  content: "\F054";
}

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

.fa-minus-circle:before {
  content: "\F056";
}

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

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

.fa-question-circle:before {
  content: "\F059";
}

.fa-info-circle:before {
  content: "\F05A";
}

.fa-crosshairs:before {
  content: "\F05B";
}

.fa-times-circle-o:before {
  content: "\F05C";
}

.fa-check-circle-o:before {
  content: "\F05D";
}

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

.fa-arrow-left:before {
  content: "\F060";
}

.fa-arrow-right:before {
  content: "\F061";
}

.fa-arrow-up:before {
  content: "\F062";
}

.fa-arrow-down:before {
  content: "\F063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\F064";
}

.fa-expand:before {
  content: "\F065";
}

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

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

.fa-minus:before {
  content: "\F068";
}

.fa-asterisk:before {
  content: "\F069";
}

.fa-exclamation-circle:before {
  content: "\F06A";
}

.fa-gift:before {
  content: "\F06B";
}

.fa-leaf:before {
  content: "\F06C";
}

.fa-fire:before {
  content: "\F06D";
}

.fa-eye:before {
  content: "\F06E";
}

.fa-eye-slash:before {
  content: "\F070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\F071";
}

.fa-plane:before {
  content: "\F072";
}

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

.fa-random:before {
  content: "\F074";
}

.fa-comment:before {
  content: "\F075";
}

.fa-magnet:before {
  content: "\F076";
}

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

.fa-chevron-down:before {
  content: "\F078";
}

.fa-retweet:before {
  content: "\F079";
}

.fa-shopping-cart:before {
  content: "\F07A";
}

.fa-folder:before {
  content: "\F07B";
}

.fa-folder-open:before {
  content: "\F07C";
}

.fa-arrows-v:before {
  content: "\F07D";
}

.fa-arrows-h:before {
  content: "\F07E";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\F080";
}

.fa-twitter-square:before {
  content: "\F081";
}

.fa-facebook-square:before {
  content: "\F082";
}

.fa-camera-retro:before {
  content: "\F083";
}

.fa-key:before {
  content: "\F084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\F085";
}

.fa-comments:before {
  content: "\F086";
}

.fa-thumbs-o-up:before {
  content: "\F087";
}

.fa-thumbs-o-down:before {
  content: "\F088";
}

.fa-star-half:before {
  content: "\F089";
}

.fa-heart-o:before {
  content: "\F08A";
}

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

.fa-linkedin-square:before {
  content: "\F08C";
}

.fa-thumb-tack:before {
  content: "\F08D";
}

.fa-external-link:before {
  content: "\F08E";
}

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

.fa-trophy:before {
  content: "\F091";
}

.fa-github-square:before {
  content: "\F092";
}

.fa-upload:before {
  content: "\F093";
}

.fa-lemon-o:before {
  content: "\F094";
}

.fa-phone:before {
  content: "\F095";
}

.fa-square-o:before {
  content: "\F096";
}

.fa-bookmark-o:before {
  content: "\F097";
}

.fa-phone-square:before {
  content: "\F098";
}

.fa-twitter:before {
  content: "\F099";
}

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

.fa-github:before {
  content: "\F09B";
}

.fa-unlock:before {
  content: "\F09C";
}

.fa-credit-card:before {
  content: "\F09D";
}

.fa-feed:before,
.fa-rss:before {
  content: "\F09E";
}

.fa-hdd-o:before {
  content: "\F0A0";
}

.fa-bullhorn:before {
  content: "\F0A1";
}

.fa-bell:before {
  content: "\F0F3";
}

.fa-certificate:before {
  content: "\F0A3";
}

.fa-hand-o-right:before {
  content: "\F0A4";
}

.fa-hand-o-left:before {
  content: "\F0A5";
}

.fa-hand-o-up:before {
  content: "\F0A6";
}

.fa-hand-o-down:before {
  content: "\F0A7";
}

.fa-arrow-circle-left:before {
  content: "\F0A8";
}

.fa-arrow-circle-right:before {
  content: "\F0A9";
}

.fa-arrow-circle-up:before {
  content: "\F0AA";
}

.fa-arrow-circle-down:before {
  content: "\F0AB";
}

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

.fa-wrench:before {
  content: "\F0AD";
}

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

.fa-filter:before {
  content: "\F0B0";
}

.fa-briefcase:before {
  content: "\F0B1";
}

.fa-arrows-alt:before {
  content: "\F0B2";
}

.fa-group:before,
.fa-users:before {
  content: "\F0C0";
}

.fa-chain:before,
.fa-link:before {
  content: "\F0C1";
}

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

.fa-flask:before {
  content: "\F0C3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\F0C4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\F0C5";
}

.fa-paperclip:before {
  content: "\F0C6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\F0C7";
}

.fa-square:before {
  content: "\F0C8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\F0C9";
}

.fa-list-ul:before {
  content: "\F0CA";
}

.fa-list-ol:before {
  content: "\F0CB";
}

.fa-strikethrough:before {
  content: "\F0CC";
}

.fa-underline:before {
  content: "\F0CD";
}

.fa-table:before {
  content: "\F0CE";
}

.fa-magic:before {
  content: "\F0D0";
}

.fa-truck:before {
  content: "\F0D1";
}

.fa-pinterest:before {
  content: "\F0D2";
}

.fa-pinterest-square:before {
  content: "\F0D3";
}

.fa-google-plus-square:before {
  content: "\F0D4";
}

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

.fa-money:before {
  content: "\F0D6";
}

.fa-caret-down:before {
  content: "\F0D7";
}

.fa-caret-up:before {
  content: "\F0D8";
}

.fa-caret-left:before {
  content: "\F0D9";
}

.fa-caret-right:before {
  content: "\F0DA";
}

.fa-columns:before {
  content: "\F0DB";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\F0DC";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\F0DD";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\F0DE";
}

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

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

.fa-rotate-left:before,
.fa-undo:before {
  content: "\F0E2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\F0E3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\F0E4";
}

.fa-comment-o:before {
  content: "\F0E5";
}

.fa-comments-o:before {
  content: "\F0E6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\F0E7";
}

.fa-sitemap:before {
  content: "\F0E8";
}

.fa-umbrella:before {
  content: "\F0E9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\F0EA";
}

.fa-lightbulb-o:before {
  content: "\F0EB";
}

.fa-exchange:before {
  content: "\F0EC";
}

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

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

.fa-user-md:before {
  content: "\F0F0";
}

.fa-stethoscope:before {
  content: "\F0F1";
}

.fa-suitcase:before {
  content: "\F0F2";
}

.fa-bell-o:before {
  content: "\F0A2";
}

.fa-coffee:before {
  content: "\F0F4";
}

.fa-cutlery:before {
  content: "\F0F5";
}

.fa-file-text-o:before {
  content: "\F0F6";
}

.fa-building-o:before {
  content: "\F0F7";
}

.fa-hospital-o:before {
  content: "\F0F8";
}

.fa-ambulance:before {
  content: "\F0F9";
}

.fa-medkit:before {
  content: "\F0FA";
}

.fa-fighter-jet:before {
  content: "\F0FB";
}

.fa-beer:before {
  content: "\F0FC";
}

.fa-h-square:before {
  content: "\F0FD";
}

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

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

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

.fa-angle-double-up:before {
  content: "\F102";
}

.fa-angle-double-down:before {
  content: "\F103";
}

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

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

.fa-angle-up:before {
  content: "\F106";
}

.fa-angle-down:before {
  content: "\F107";
}

.fa-desktop:before {
  content: "\F108";
}

.fa-laptop:before {
  content: "\F109";
}

.fa-tablet:before {
  content: "\F10A";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\F10B";
}

.fa-circle-o:before,
.carousel ul.slick-dots li button::after {
  content: "\F10C";
}

.fa-quote-left:before {
  content: "\F10D";
}

.fa-quote-right:before {
  content: "\F10E";
}

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

.fa-circle:before {
  content: "\F111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\F112";
}

.fa-github-alt:before {
  content: "\F113";
}

.fa-folder-o:before {
  content: "\F114";
}

.fa-folder-open-o:before {
  content: "\F115";
}

.fa-smile-o:before {
  content: "\F118";
}

.fa-frown-o:before {
  content: "\F119";
}

.fa-meh-o:before {
  content: "\F11A";
}

.fa-gamepad:before {
  content: "\F11B";
}

.fa-keyboard-o:before {
  content: "\F11C";
}

.fa-flag-o:before {
  content: "\F11D";
}

.fa-flag-checkered:before {
  content: "\F11E";
}

.fa-terminal:before {
  content: "\F120";
}

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

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\F122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\F123";
}

.fa-location-arrow:before {
  content: "\F124";
}

.fa-crop:before {
  content: "\F125";
}

.fa-code-fork:before {
  content: "\F126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\F127";
}

.fa-question:before {
  content: "\F128";
}

.fa-info:before {
  content: "\F129";
}

.fa-exclamation:before {
  content: "\F12A";
}

.fa-superscript:before {
  content: "\F12B";
}

.fa-subscript:before {
  content: "\F12C";
}

.fa-eraser:before {
  content: "\F12D";
}

.fa-puzzle-piece:before {
  content: "\F12E";
}

.fa-microphone:before {
  content: "\F130";
}

.fa-microphone-slash:before {
  content: "\F131";
}

.fa-shield:before {
  content: "\F132";
}

.fa-calendar-o:before {
  content: "\F133";
}

.fa-fire-extinguisher:before {
  content: "\F134";
}

.fa-rocket:before {
  content: "\F135";
}

.fa-maxcdn:before {
  content: "\F136";
}

.fa-chevron-circle-left:before {
  content: "\F137";
}

.fa-chevron-circle-right:before {
  content: "\F138";
}

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

.fa-chevron-circle-down:before {
  content: "\F13A";
}

.fa-html5:before {
  content: "\F13B";
}

.fa-css3:before {
  content: "\F13C";
}

.fa-anchor:before {
  content: "\F13D";
}

.fa-unlock-alt:before {
  content: "\F13E";
}

.fa-bullseye:before {
  content: "\F140";
}

.fa-ellipsis-h:before {
  content: "\F141";
}

.fa-ellipsis-v:before {
  content: "\F142";
}

.fa-rss-square:before {
  content: "\F143";
}

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

.fa-ticket:before {
  content: "\F145";
}

.fa-minus-square:before {
  content: "\F146";
}

.fa-minus-square-o:before {
  content: "\F147";
}

.fa-level-up:before {
  content: "\F148";
}

.fa-level-down:before {
  content: "\F149";
}

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

.fa-pencil-square:before {
  content: "\F14B";
}

.fa-external-link-square:before {
  content: "\F14C";
}

.fa-share-square:before {
  content: "\F14D";
}

.fa-compass:before {
  content: "\F14E";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\F150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\F151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\F152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\F153";
}

.fa-gbp:before {
  content: "\F154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\F155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\F156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\F157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\F158";
}

.fa-won:before,
.fa-krw:before {
  content: "\F159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\F15A";
}

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

.fa-file-text:before {
  content: "\F15C";
}

.fa-sort-alpha-asc:before {
  content: "\F15D";
}

.fa-sort-alpha-desc:before {
  content: "\F15E";
}

.fa-sort-amount-asc:before {
  content: "\F160";
}

.fa-sort-amount-desc:before {
  content: "\F161";
}

.fa-sort-numeric-asc:before {
  content: "\F162";
}

.fa-sort-numeric-desc:before {
  content: "\F163";
}

.fa-thumbs-up:before {
  content: "\F164";
}

.fa-thumbs-down:before {
  content: "\F165";
}

.fa-youtube-square:before {
  content: "\F166";
}

.fa-youtube:before {
  content: "\F167";
}

.fa-xing:before {
  content: "\F168";
}

.fa-xing-square:before {
  content: "\F169";
}

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

.fa-dropbox:before {
  content: "\F16B";
}

.fa-stack-overflow:before {
  content: "\F16C";
}

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

.fa-flickr:before {
  content: "\F16E";
}

.fa-adn:before {
  content: "\F170";
}

.fa-bitbucket:before {
  content: "\F171";
}

.fa-bitbucket-square:before {
  content: "\F172";
}

.fa-tumblr:before {
  content: "\F173";
}

.fa-tumblr-square:before {
  content: "\F174";
}

.fa-long-arrow-down:before {
  content: "\F175";
}

.fa-long-arrow-up:before {
  content: "\F176";
}

.fa-long-arrow-left:before {
  content: "\F177";
}

.fa-long-arrow-right:before {
  content: "\F178";
}

.fa-apple:before {
  content: "\F179";
}

.fa-windows:before {
  content: "\F17A";
}

.fa-android:before {
  content: "\F17B";
}

.fa-linux:before {
  content: "\F17C";
}

.fa-dribbble:before {
  content: "\F17D";
}

.fa-skype:before {
  content: "\F17E";
}

.fa-foursquare:before {
  content: "\F180";
}

.fa-trello:before {
  content: "\F181";
}

.fa-female:before {
  content: "\F182";
}

.fa-male:before {
  content: "\F183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\F184";
}

.fa-sun-o:before {
  content: "\F185";
}

.fa-moon-o:before {
  content: "\F186";
}

.fa-archive:before {
  content: "\F187";
}

.fa-bug:before {
  content: "\F188";
}

.fa-vk:before {
  content: "\F189";
}

.fa-weibo:before {
  content: "\F18A";
}

.fa-renren:before {
  content: "\F18B";
}

.fa-pagelines:before {
  content: "\F18C";
}

.fa-stack-exchange:before {
  content: "\F18D";
}

.fa-arrow-circle-o-right:before {
  content: "\F18E";
}

.fa-arrow-circle-o-left:before {
  content: "\F190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\F191";
}

.fa-dot-circle-o:before {
  content: "\F192";
}

.fa-wheelchair:before {
  content: "\F193";
}

.fa-vimeo-square:before {
  content: "\F194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\F195";
}

.fa-plus-square-o:before {
  content: "\F196";
}

.fa-space-shuttle:before {
  content: "\F197";
}

.fa-slack:before {
  content: "\F198";
}

.fa-envelope-square:before {
  content: "\F199";
}

.fa-wordpress:before {
  content: "\F19A";
}

.fa-openid:before {
  content: "\F19B";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\F19C";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\F19D";
}

.fa-yahoo:before {
  content: "\F19E";
}

.fa-google:before {
  content: "\F1A0";
}

.fa-reddit:before {
  content: "\F1A1";
}

.fa-reddit-square:before {
  content: "\F1A2";
}

.fa-stumbleupon-circle:before {
  content: "\F1A3";
}

.fa-stumbleupon:before {
  content: "\F1A4";
}

.fa-delicious:before {
  content: "\F1A5";
}

.fa-digg:before {
  content: "\F1A6";
}

.fa-pied-piper-pp:before {
  content: "\F1A7";
}

.fa-pied-piper-alt:before {
  content: "\F1A8";
}

.fa-drupal:before {
  content: "\F1A9";
}

.fa-joomla:before {
  content: "\F1AA";
}

.fa-language:before {
  content: "\F1AB";
}

.fa-fax:before {
  content: "\F1AC";
}

.fa-building:before {
  content: "\F1AD";
}

.fa-child:before {
  content: "\F1AE";
}

.fa-paw:before {
  content: "\F1B0";
}

.fa-spoon:before {
  content: "\F1B1";
}

.fa-cube:before {
  content: "\F1B2";
}

.fa-cubes:before {
  content: "\F1B3";
}

.fa-behance:before {
  content: "\F1B4";
}

.fa-behance-square:before {
  content: "\F1B5";
}

.fa-steam:before {
  content: "\F1B6";
}

.fa-steam-square:before {
  content: "\F1B7";
}

.fa-recycle:before {
  content: "\F1B8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\F1B9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\F1BA";
}

.fa-tree:before {
  content: "\F1BB";
}

.fa-spotify:before {
  content: "\F1BC";
}

.fa-deviantart:before {
  content: "\F1BD";
}

.fa-soundcloud:before {
  content: "\F1BE";
}

.fa-database:before {
  content: "\F1C0";
}

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

.fa-file-word-o:before {
  content: "\F1C2";
}

.fa-file-excel-o:before {
  content: "\F1C3";
}

.fa-file-powerpoint-o:before {
  content: "\F1C4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\F1C5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\F1C6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\F1C7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\F1C8";
}

.fa-file-code-o:before {
  content: "\F1C9";
}

.fa-vine:before {
  content: "\F1CA";
}

.fa-codepen:before {
  content: "\F1CB";
}

.fa-jsfiddle:before {
  content: "\F1CC";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\F1CD";
}

.fa-circle-o-notch:before {
  content: "\F1CE";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\F1D0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\F1D1";
}

.fa-git-square:before {
  content: "\F1D2";
}

.fa-git:before {
  content: "\F1D3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\F1D4";
}

.fa-tencent-weibo:before {
  content: "\F1D5";
}

.fa-qq:before {
  content: "\F1D6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\F1D7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\F1D8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\F1D9";
}

.fa-history:before {
  content: "\F1DA";
}

.fa-circle-thin:before {
  content: "\F1DB";
}

.fa-header:before {
  content: "\F1DC";
}

.fa-paragraph:before {
  content: "\F1DD";
}

.fa-sliders:before {
  content: "\F1DE";
}

.fa-share-alt:before {
  content: "\F1E0";
}

.fa-share-alt-square:before {
  content: "\F1E1";
}

.fa-bomb:before {
  content: "\F1E2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\F1E3";
}

.fa-tty:before {
  content: "\F1E4";
}

.fa-binoculars:before {
  content: "\F1E5";
}

.fa-plug:before {
  content: "\F1E6";
}

.fa-slideshare:before {
  content: "\F1E7";
}

.fa-twitch:before {
  content: "\F1E8";
}

.fa-yelp:before {
  content: "\F1E9";
}

.fa-newspaper-o:before {
  content: "\F1EA";
}

.fa-wifi:before {
  content: "\F1EB";
}

.fa-calculator:before {
  content: "\F1EC";
}

.fa-paypal:before {
  content: "\F1ED";
}

.fa-google-wallet:before {
  content: "\F1EE";
}

.fa-cc-visa:before {
  content: "\F1F0";
}

.fa-cc-mastercard:before {
  content: "\F1F1";
}

.fa-cc-discover:before {
  content: "\F1F2";
}

.fa-cc-amex:before {
  content: "\F1F3";
}

.fa-cc-paypal:before {
  content: "\F1F4";
}

.fa-cc-stripe:before {
  content: "\F1F5";
}

.fa-bell-slash:before {
  content: "\F1F6";
}

.fa-bell-slash-o:before {
  content: "\F1F7";
}

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

.fa-copyright:before {
  content: "\F1F9";
}

.fa-at:before {
  content: "\F1FA";
}

.fa-eyedropper:before {
  content: "\F1FB";
}

.fa-paint-brush:before {
  content: "\F1FC";
}

.fa-birthday-cake:before {
  content: "\F1FD";
}

.fa-area-chart:before {
  content: "\F1FE";
}

.fa-pie-chart:before {
  content: "\F200";
}

.fa-line-chart:before {
  content: "\F201";
}

.fa-lastfm:before {
  content: "\F202";
}

.fa-lastfm-square:before {
  content: "\F203";
}

.fa-toggle-off:before {
  content: "\F204";
}

.fa-toggle-on:before {
  content: "\F205";
}

.fa-bicycle:before {
  content: "\F206";
}

.fa-bus:before {
  content: "\F207";
}

.fa-ioxhost:before {
  content: "\F208";
}

.fa-angellist:before {
  content: "\F209";
}

.fa-cc:before {
  content: "\F20A";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\F20B";
}

.fa-meanpath:before {
  content: "\F20C";
}

.fa-buysellads:before {
  content: "\F20D";
}

.fa-connectdevelop:before {
  content: "\F20E";
}

.fa-dashcube:before {
  content: "\F210";
}

.fa-forumbee:before {
  content: "\F211";
}

.fa-leanpub:before {
  content: "\F212";
}

.fa-sellsy:before {
  content: "\F213";
}

.fa-shirtsinbulk:before {
  content: "\F214";
}

.fa-simplybuilt:before {
  content: "\F215";
}

.fa-skyatlas:before {
  content: "\F216";
}

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

.fa-cart-arrow-down:before {
  content: "\F218";
}

.fa-diamond:before {
  content: "\F219";
}

.fa-ship:before {
  content: "\F21A";
}

.fa-user-secret:before {
  content: "\F21B";
}

.fa-motorcycle:before {
  content: "\F21C";
}

.fa-street-view:before {
  content: "\F21D";
}

.fa-heartbeat:before {
  content: "\F21E";
}

.fa-venus:before {
  content: "\F221";
}

.fa-mars:before {
  content: "\F222";
}

.fa-mercury:before {
  content: "\F223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\F224";
}

.fa-transgender-alt:before {
  content: "\F225";
}

.fa-venus-double:before {
  content: "\F226";
}

.fa-mars-double:before {
  content: "\F227";
}

.fa-venus-mars:before {
  content: "\F228";
}

.fa-mars-stroke:before {
  content: "\F229";
}

.fa-mars-stroke-v:before {
  content: "\F22A";
}

.fa-mars-stroke-h:before {
  content: "\F22B";
}

.fa-neuter:before {
  content: "\F22C";
}

.fa-genderless:before {
  content: "\F22D";
}

.fa-facebook-official:before {
  content: "\F230";
}

.fa-pinterest-p:before {
  content: "\F231";
}

.fa-whatsapp:before {
  content: "\F232";
}

.fa-server:before {
  content: "\F233";
}

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

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

.fa-hotel:before,
.fa-bed:before {
  content: "\F236";
}

.fa-viacoin:before {
  content: "\F237";
}

.fa-train:before {
  content: "\F238";
}

.fa-subway:before {
  content: "\F239";
}

.fa-medium:before {
  content: "\F23A";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\F23B";
}

.fa-optin-monster:before {
  content: "\F23C";
}

.fa-opencart:before {
  content: "\F23D";
}

.fa-expeditedssl:before {
  content: "\F23E";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\F240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\F241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\F242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\F243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\F244";
}

.fa-mouse-pointer:before {
  content: "\F245";
}

.fa-i-cursor:before {
  content: "\F246";
}

.fa-object-group:before {
  content: "\F247";
}

.fa-object-ungroup:before {
  content: "\F248";
}

.fa-sticky-note:before {
  content: "\F249";
}

.fa-sticky-note-o:before {
  content: "\F24A";
}

.fa-cc-jcb:before {
  content: "\F24B";
}

.fa-cc-diners-club:before {
  content: "\F24C";
}

.fa-clone:before {
  content: "\F24D";
}

.fa-balance-scale:before {
  content: "\F24E";
}

.fa-hourglass-o:before {
  content: "\F250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\F251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\F252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\F253";
}

.fa-hourglass:before {
  content: "\F254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\F255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\F256";
}

.fa-hand-scissors-o:before {
  content: "\F257";
}

.fa-hand-lizard-o:before {
  content: "\F258";
}

.fa-hand-spock-o:before {
  content: "\F259";
}

.fa-hand-pointer-o:before {
  content: "\F25A";
}

.fa-hand-peace-o:before {
  content: "\F25B";
}

.fa-trademark:before {
  content: "\F25C";
}

.fa-registered:before {
  content: "\F25D";
}

.fa-creative-commons:before {
  content: "\F25E";
}

.fa-gg:before {
  content: "\F260";
}

.fa-gg-circle:before {
  content: "\F261";
}

.fa-tripadvisor:before {
  content: "\F262";
}

.fa-odnoklassniki:before {
  content: "\F263";
}

.fa-odnoklassniki-square:before {
  content: "\F264";
}

.fa-get-pocket:before {
  content: "\F265";
}

.fa-wikipedia-w:before {
  content: "\F266";
}

.fa-safari:before {
  content: "\F267";
}

.fa-chrome:before {
  content: "\F268";
}

.fa-firefox:before {
  content: "\F269";
}

.fa-opera:before {
  content: "\F26A";
}

.fa-internet-explorer:before {
  content: "\F26B";
}

.fa-tv:before,
.fa-television:before {
  content: "\F26C";
}

.fa-contao:before {
  content: "\F26D";
}

.fa-500px:before {
  content: "\F26E";
}

.fa-amazon:before {
  content: "\F270";
}

.fa-calendar-plus-o:before {
  content: "\F271";
}

.fa-calendar-minus-o:before {
  content: "\F272";
}

.fa-calendar-times-o:before {
  content: "\F273";
}

.fa-calendar-check-o:before {
  content: "\F274";
}

.fa-industry:before {
  content: "\F275";
}

.fa-map-pin:before {
  content: "\F276";
}

.fa-map-signs:before {
  content: "\F277";
}

.fa-map-o:before {
  content: "\F278";
}

.fa-map:before {
  content: "\F279";
}

.fa-commenting:before {
  content: "\F27A";
}

.fa-commenting-o:before {
  content: "\F27B";
}

.fa-houzz:before {
  content: "\F27C";
}

.fa-vimeo:before {
  content: "\F27D";
}

.fa-black-tie:before {
  content: "\F27E";
}

.fa-fonticons:before {
  content: "\F280";
}

.fa-reddit-alien:before {
  content: "\F281";
}

.fa-edge:before {
  content: "\F282";
}

.fa-credit-card-alt:before {
  content: "\F283";
}

.fa-codiepie:before {
  content: "\F284";
}

.fa-modx:before {
  content: "\F285";
}

.fa-fort-awesome:before {
  content: "\F286";
}

.fa-usb:before {
  content: "\F287";
}

.fa-product-hunt:before {
  content: "\F288";
}

.fa-mixcloud:before {
  content: "\F289";
}

.fa-scribd:before {
  content: "\F28A";
}

.fa-pause-circle:before {
  content: "\F28B";
}

.fa-pause-circle-o:before {
  content: "\F28C";
}

.fa-stop-circle:before {
  content: "\F28D";
}

.fa-stop-circle-o:before {
  content: "\F28E";
}

.fa-shopping-bag:before {
  content: "\F290";
}

.fa-shopping-basket:before {
  content: "\F291";
}

.fa-hashtag:before {
  content: "\F292";
}

.fa-bluetooth:before {
  content: "\F293";
}

.fa-bluetooth-b:before {
  content: "\F294";
}

.fa-percent:before {
  content: "\F295";
}

.fa-gitlab:before {
  content: "\F296";
}

.fa-wpbeginner:before {
  content: "\F297";
}

.fa-wpforms:before {
  content: "\F298";
}

.fa-envira:before {
  content: "\F299";
}

.fa-universal-access:before {
  content: "\F29A";
}

.fa-wheelchair-alt:before {
  content: "\F29B";
}

.fa-question-circle-o:before {
  content: "\F29C";
}

.fa-blind:before {
  content: "\F29D";
}

.fa-audio-description:before {
  content: "\F29E";
}

.fa-volume-control-phone:before {
  content: "\F2A0";
}

.fa-braille:before {
  content: "\F2A1";
}

.fa-assistive-listening-systems:before {
  content: "\F2A2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\F2A3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\F2A4";
}

.fa-glide:before {
  content: "\F2A5";
}

.fa-glide-g:before {
  content: "\F2A6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\F2A7";
}

.fa-low-vision:before {
  content: "\F2A8";
}

.fa-viadeo:before {
  content: "\F2A9";
}

.fa-viadeo-square:before {
  content: "\F2AA";
}

.fa-snapchat:before {
  content: "\F2AB";
}

.fa-snapchat-ghost:before {
  content: "\F2AC";
}

.fa-snapchat-square:before {
  content: "\F2AD";
}

.fa-pied-piper:before {
  content: "\F2AE";
}

.fa-first-order:before {
  content: "\F2B0";
}

.fa-yoast:before {
  content: "\F2B1";
}

.fa-themeisle:before {
  content: "\F2B2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\F2B3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\F2B4";
}

.fa-handshake-o:before {
  content: "\F2B5";
}

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

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

.fa-linode:before {
  content: "\F2B8";
}

.fa-address-book:before {
  content: "\F2B9";
}

.fa-address-book-o:before {
  content: "\F2BA";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\F2BB";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\F2BC";
}

.fa-user-circle:before {
  content: "\F2BD";
}

.fa-user-circle-o:before {
  content: "\F2BE";
}

.fa-user-o:before {
  content: "\F2C0";
}

.fa-id-badge:before {
  content: "\F2C1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\F2C2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\F2C3";
}

.fa-quora:before {
  content: "\F2C4";
}

.fa-free-code-camp:before {
  content: "\F2C5";
}

.fa-telegram:before {
  content: "\F2C6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\F2C7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\F2C8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\F2C9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\F2CA";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\F2CB";
}

.fa-shower:before {
  content: "\F2CC";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\F2CD";
}

.fa-podcast:before {
  content: "\F2CE";
}

.fa-window-maximize:before {
  content: "\F2D0";
}

.fa-window-minimize:before {
  content: "\F2D1";
}

.fa-window-restore:before {
  content: "\F2D2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\F2D3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\F2D4";
}

.fa-bandcamp:before {
  content: "\F2D5";
}

.fa-grav:before {
  content: "\F2D6";
}

.fa-etsy:before {
  content: "\F2D7";
}

.fa-imdb:before {
  content: "\F2D8";
}

.fa-ravelry:before {
  content: "\F2D9";
}

.fa-eercast:before {
  content: "\F2DA";
}

.fa-microchip:before {
  content: "\F2DB";
}

.fa-snowflake-o:before {
  content: "\F2DC";
}

.fa-superpowers:before {
  content: "\F2DD";
}

.fa-wpexplorer:before {
  content: "\F2DE";
}

.fa-meetup:before {
  content: "\F2E0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
  font-family: 'FontAwesome';
  src: url(assets/fonts/fontawesome-webfont.eot);
  src: url(assets/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"),url(assets/fonts/fontawesome-webfont.woff2) format("woff2"),url(assets/fonts/fontawesome-webfont.woff) format("woff"),url(assets/fonts/fontawesome-webfont.ttf) format("truetype"),url(assets/fonts/fontawesome-webfont.svg#fontawesomeregular) format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa,
._pl-blog-detail-page .pl-video-block .pl-post-video:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
  font-size: 1.33333em;
  line-height: .75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}

.fa-ul>li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: .14286em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
._pl-blog-detail-page .pl-video-block .fa-pull-left.pl-post-video:after {
  margin-right: .3em;
}

.fa.fa-pull-right,
._pl-blog-detail-page .pl-video-block .fa-pull-right.pl-post-video:after {
  margin-left: .3em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left,
._pl-blog-detail-page .pl-video-block .pull-left.pl-post-video:after {
  margin-right: .3em;
}

.fa.pull-right,
._pl-blog-detail-page .pl-video-block .pull-right.pl-post-video:after {
  margin-left: .3em;
}

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

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

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

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

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

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-glass:before {
  content: "\F000";
}

.fa-music:before {
  content: "\F001";
}

.fa-search:before {
  content: "\F002";
}

.fa-envelope-o:before {
  content: "\F003";
}

.fa-heart:before {
  content: "\F004";
}

.fa-star:before {
  content: "\F005";
}

.fa-star-o:before {
  content: "\F006";
}

.fa-user:before {
  content: "\F007";
}

.fa-film:before {
  content: "\F008";
}

.fa-th-large:before {
  content: "\F009";
}

.fa-th:before {
  content: "\F00A";
}

.fa-th-list:before {
  content: "\F00B";
}

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

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\F00D";
}

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

.fa-search-minus:before {
  content: "\F010";
}

.fa-power-off:before {
  content: "\F011";
}

.fa-signal:before {
  content: "\F012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\F013";
}

.fa-trash-o:before {
  content: "\F014";
}

.fa-home:before {
  content: "\F015";
}

.fa-file-o:before {
  content: "\F016";
}

.fa-clock-o:before {
  content: "\F017";
}

.fa-road:before {
  content: "\F018";
}

.fa-download:before {
  content: "\F019";
}

.fa-arrow-circle-o-down:before {
  content: "\F01A";
}

.fa-arrow-circle-o-up:before {
  content: "\F01B";
}

.fa-inbox:before {
  content: "\F01C";
}

.fa-play-circle-o:before {
  content: "\F01D";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\F01E";
}

.fa-refresh:before {
  content: "\F021";
}

.fa-list-alt:before {
  content: "\F022";
}

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

.fa-flag:before {
  content: "\F024";
}

.fa-headphones:before {
  content: "\F025";
}

.fa-volume-off:before {
  content: "\F026";
}

.fa-volume-down:before {
  content: "\F027";
}

.fa-volume-up:before {
  content: "\F028";
}

.fa-qrcode:before {
  content: "\F029";
}

.fa-barcode:before {
  content: "\F02A";
}

.fa-tag:before {
  content: "\F02B";
}

.fa-tags:before {
  content: "\F02C";
}

.fa-book:before {
  content: "\F02D";
}

.fa-bookmark:before {
  content: "\F02E";
}

.fa-print:before {
  content: "\F02F";
}

.fa-camera:before {
  content: "\F030";
}

.fa-font:before {
  content: "\F031";
}

.fa-bold:before {
  content: "\F032";
}

.fa-italic:before {
  content: "\F033";
}

.fa-text-height:before {
  content: "\F034";
}

.fa-text-width:before {
  content: "\F035";
}

.fa-align-left:before {
  content: "\F036";
}

.fa-align-center:before {
  content: "\F037";
}

.fa-align-right:before {
  content: "\F038";
}

.fa-align-justify:before {
  content: "\F039";
}

.fa-list:before {
  content: "\F03A";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\F03B";
}

.fa-indent:before {
  content: "\F03C";
}

.fa-video-camera:before {
  content: "\F03D";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\F03E";
}

.fa-pencil:before {
  content: "\F040";
}

.fa-map-marker:before {
  content: "\F041";
}

.fa-adjust:before {
  content: "\F042";
}

.fa-tint:before {
  content: "\F043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\F044";
}

.fa-share-square-o:before {
  content: "\F045";
}

.fa-check-square-o:before {
  content: "\F046";
}

.fa-arrows:before {
  content: "\F047";
}

.fa-step-backward:before {
  content: "\F048";
}

.fa-fast-backward:before {
  content: "\F049";
}

.fa-backward:before {
  content: "\F04A";
}

.fa-play:before,
._pl-blog-detail-page .pl-video-block .pl-post-video:after {
  content: "\F04B";
}

.fa-pause:before {
  content: "\F04C";
}

.fa-stop:before {
  content: "\F04D";
}

.fa-forward:before {
  content: "\F04E";
}

.fa-fast-forward:before {
  content: "\F050";
}

.fa-step-forward:before {
  content: "\F051";
}

.fa-eject:before {
  content: "\F052";
}

.fa-chevron-left:before {
  content: "\F053";
}

.fa-chevron-right:before {
  content: "\F054";
}

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

.fa-minus-circle:before {
  content: "\F056";
}

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

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

.fa-question-circle:before {
  content: "\F059";
}

.fa-info-circle:before {
  content: "\F05A";
}

.fa-crosshairs:before {
  content: "\F05B";
}

.fa-times-circle-o:before {
  content: "\F05C";
}

.fa-check-circle-o:before {
  content: "\F05D";
}

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

.fa-arrow-left:before {
  content: "\F060";
}

.fa-arrow-right:before {
  content: "\F061";
}

.fa-arrow-up:before {
  content: "\F062";
}

.fa-arrow-down:before {
  content: "\F063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\F064";
}

.fa-expand:before {
  content: "\F065";
}

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

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

.fa-minus:before {
  content: "\F068";
}

.fa-asterisk:before {
  content: "\F069";
}

.fa-exclamation-circle:before {
  content: "\F06A";
}

.fa-gift:before {
  content: "\F06B";
}

.fa-leaf:before {
  content: "\F06C";
}

.fa-fire:before {
  content: "\F06D";
}

.fa-eye:before {
  content: "\F06E";
}

.fa-eye-slash:before {
  content: "\F070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\F071";
}

.fa-plane:before {
  content: "\F072";
}

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

.fa-random:before {
  content: "\F074";
}

.fa-comment:before {
  content: "\F075";
}

.fa-magnet:before {
  content: "\F076";
}

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

.fa-chevron-down:before {
  content: "\F078";
}

.fa-retweet:before {
  content: "\F079";
}

.fa-shopping-cart:before {
  content: "\F07A";
}

.fa-folder:before {
  content: "\F07B";
}

.fa-folder-open:before {
  content: "\F07C";
}

.fa-arrows-v:before {
  content: "\F07D";
}

.fa-arrows-h:before {
  content: "\F07E";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\F080";
}

.fa-twitter-square:before {
  content: "\F081";
}

.fa-facebook-square:before {
  content: "\F082";
}

.fa-camera-retro:before {
  content: "\F083";
}

.fa-key:before {
  content: "\F084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\F085";
}

.fa-comments:before {
  content: "\F086";
}

.fa-thumbs-o-up:before {
  content: "\F087";
}

.fa-thumbs-o-down:before {
  content: "\F088";
}

.fa-star-half:before {
  content: "\F089";
}

.fa-heart-o:before {
  content: "\F08A";
}

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

.fa-linkedin-square:before {
  content: "\F08C";
}

.fa-thumb-tack:before {
  content: "\F08D";
}

.fa-external-link:before {
  content: "\F08E";
}

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

.fa-trophy:before {
  content: "\F091";
}

.fa-github-square:before {
  content: "\F092";
}

.fa-upload:before {
  content: "\F093";
}

.fa-lemon-o:before {
  content: "\F094";
}

.fa-phone:before {
  content: "\F095";
}

.fa-square-o:before {
  content: "\F096";
}

.fa-bookmark-o:before {
  content: "\F097";
}

.fa-phone-square:before {
  content: "\F098";
}

.fa-twitter:before {
  content: "\F099";
}

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

.fa-github:before {
  content: "\F09B";
}

.fa-unlock:before {
  content: "\F09C";
}

.fa-credit-card:before {
  content: "\F09D";
}

.fa-feed:before,
.fa-rss:before {
  content: "\F09E";
}

.fa-hdd-o:before {
  content: "\F0A0";
}

.fa-bullhorn:before {
  content: "\F0A1";
}

.fa-bell:before {
  content: "\F0F3";
}

.fa-certificate:before {
  content: "\F0A3";
}

.fa-hand-o-right:before {
  content: "\F0A4";
}

.fa-hand-o-left:before {
  content: "\F0A5";
}

.fa-hand-o-up:before {
  content: "\F0A6";
}

.fa-hand-o-down:before {
  content: "\F0A7";
}

.fa-arrow-circle-left:before {
  content: "\F0A8";
}

.fa-arrow-circle-right:before {
  content: "\F0A9";
}

.fa-arrow-circle-up:before {
  content: "\F0AA";
}

.fa-arrow-circle-down:before {
  content: "\F0AB";
}

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

.fa-wrench:before {
  content: "\F0AD";
}

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

.fa-filter:before {
  content: "\F0B0";
}

.fa-briefcase:before {
  content: "\F0B1";
}

.fa-arrows-alt:before {
  content: "\F0B2";
}

.fa-group:before,
.fa-users:before {
  content: "\F0C0";
}

.fa-chain:before,
.fa-link:before {
  content: "\F0C1";
}

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

.fa-flask:before {
  content: "\F0C3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\F0C4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\F0C5";
}

.fa-paperclip:before {
  content: "\F0C6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\F0C7";
}

.fa-square:before {
  content: "\F0C8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\F0C9";
}

.fa-list-ul:before {
  content: "\F0CA";
}

.fa-list-ol:before {
  content: "\F0CB";
}

.fa-strikethrough:before {
  content: "\F0CC";
}

.fa-underline:before {
  content: "\F0CD";
}

.fa-table:before {
  content: "\F0CE";
}

.fa-magic:before {
  content: "\F0D0";
}

.fa-truck:before {
  content: "\F0D1";
}

.fa-pinterest:before {
  content: "\F0D2";
}

.fa-pinterest-square:before {
  content: "\F0D3";
}

.fa-google-plus-square:before {
  content: "\F0D4";
}

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

.fa-money:before {
  content: "\F0D6";
}

.fa-caret-down:before {
  content: "\F0D7";
}

.fa-caret-up:before {
  content: "\F0D8";
}

.fa-caret-left:before {
  content: "\F0D9";
}

.fa-caret-right:before {
  content: "\F0DA";
}

.fa-columns:before {
  content: "\F0DB";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\F0DC";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\F0DD";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\F0DE";
}

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

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

.fa-rotate-left:before,
.fa-undo:before {
  content: "\F0E2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\F0E3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\F0E4";
}

.fa-comment-o:before {
  content: "\F0E5";
}

.fa-comments-o:before {
  content: "\F0E6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\F0E7";
}

.fa-sitemap:before {
  content: "\F0E8";
}

.fa-umbrella:before {
  content: "\F0E9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\F0EA";
}

.fa-lightbulb-o:before {
  content: "\F0EB";
}

.fa-exchange:before {
  content: "\F0EC";
}

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

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

.fa-user-md:before {
  content: "\F0F0";
}

.fa-stethoscope:before {
  content: "\F0F1";
}

.fa-suitcase:before {
  content: "\F0F2";
}

.fa-bell-o:before {
  content: "\F0A2";
}

.fa-coffee:before {
  content: "\F0F4";
}

.fa-cutlery:before {
  content: "\F0F5";
}

.fa-file-text-o:before {
  content: "\F0F6";
}

.fa-building-o:before {
  content: "\F0F7";
}

.fa-hospital-o:before {
  content: "\F0F8";
}

.fa-ambulance:before {
  content: "\F0F9";
}

.fa-medkit:before {
  content: "\F0FA";
}

.fa-fighter-jet:before {
  content: "\F0FB";
}

.fa-beer:before {
  content: "\F0FC";
}

.fa-h-square:before {
  content: "\F0FD";
}

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

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

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

.fa-angle-double-up:before {
  content: "\F102";
}

.fa-angle-double-down:before {
  content: "\F103";
}

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

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

.fa-angle-up:before {
  content: "\F106";
}

.fa-angle-down:before {
  content: "\F107";
}

.fa-desktop:before {
  content: "\F108";
}

.fa-laptop:before {
  content: "\F109";
}

.fa-tablet:before {
  content: "\F10A";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\F10B";
}

.fa-circle-o:before {
  content: "\F10C";
}

.fa-quote-left:before {
  content: "\F10D";
}

.fa-quote-right:before {
  content: "\F10E";
}

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

.fa-circle:before {
  content: "\F111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\F112";
}

.fa-github-alt:before {
  content: "\F113";
}

.fa-folder-o:before {
  content: "\F114";
}

.fa-folder-open-o:before {
  content: "\F115";
}

.fa-smile-o:before {
  content: "\F118";
}

.fa-frown-o:before {
  content: "\F119";
}

.fa-meh-o:before {
  content: "\F11A";
}

.fa-gamepad:before {
  content: "\F11B";
}

.fa-keyboard-o:before {
  content: "\F11C";
}

.fa-flag-o:before {
  content: "\F11D";
}

.fa-flag-checkered:before {
  content: "\F11E";
}

.fa-terminal:before {
  content: "\F120";
}

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

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\F122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\F123";
}

.fa-location-arrow:before {
  content: "\F124";
}

.fa-crop:before {
  content: "\F125";
}

.fa-code-fork:before {
  content: "\F126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\F127";
}

.fa-question:before {
  content: "\F128";
}

.fa-info:before {
  content: "\F129";
}

.fa-exclamation:before {
  content: "\F12A";
}

.fa-superscript:before {
  content: "\F12B";
}

.fa-subscript:before {
  content: "\F12C";
}

.fa-eraser:before {
  content: "\F12D";
}

.fa-puzzle-piece:before {
  content: "\F12E";
}

.fa-microphone:before {
  content: "\F130";
}

.fa-microphone-slash:before {
  content: "\F131";
}

.fa-shield:before {
  content: "\F132";
}

.fa-calendar-o:before {
  content: "\F133";
}

.fa-fire-extinguisher:before {
  content: "\F134";
}

.fa-rocket:before {
  content: "\F135";
}

.fa-maxcdn:before {
  content: "\F136";
}

.fa-chevron-circle-left:before {
  content: "\F137";
}

.fa-chevron-circle-right:before {
  content: "\F138";
}

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

.fa-chevron-circle-down:before {
  content: "\F13A";
}

.fa-html5:before {
  content: "\F13B";
}

.fa-css3:before {
  content: "\F13C";
}

.fa-anchor:before {
  content: "\F13D";
}

.fa-unlock-alt:before {
  content: "\F13E";
}

.fa-bullseye:before {
  content: "\F140";
}

.fa-ellipsis-h:before {
  content: "\F141";
}

.fa-ellipsis-v:before {
  content: "\F142";
}

.fa-rss-square:before {
  content: "\F143";
}

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

.fa-ticket:before {
  content: "\F145";
}

.fa-minus-square:before {
  content: "\F146";
}

.fa-minus-square-o:before {
  content: "\F147";
}

.fa-level-up:before {
  content: "\F148";
}

.fa-level-down:before {
  content: "\F149";
}

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

.fa-pencil-square:before {
  content: "\F14B";
}

.fa-external-link-square:before {
  content: "\F14C";
}

.fa-share-square:before {
  content: "\F14D";
}

.fa-compass:before {
  content: "\F14E";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\F150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\F151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\F152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\F153";
}

.fa-gbp:before {
  content: "\F154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\F155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\F156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\F157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\F158";
}

.fa-won:before,
.fa-krw:before {
  content: "\F159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\F15A";
}

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

.fa-file-text:before {
  content: "\F15C";
}

.fa-sort-alpha-asc:before {
  content: "\F15D";
}

.fa-sort-alpha-desc:before {
  content: "\F15E";
}

.fa-sort-amount-asc:before {
  content: "\F160";
}

.fa-sort-amount-desc:before {
  content: "\F161";
}

.fa-sort-numeric-asc:before {
  content: "\F162";
}

.fa-sort-numeric-desc:before {
  content: "\F163";
}

.fa-thumbs-up:before {
  content: "\F164";
}

.fa-thumbs-down:before {
  content: "\F165";
}

.fa-youtube-square:before {
  content: "\F166";
}

.fa-youtube:before {
  content: "\F167";
}

.fa-xing:before {
  content: "\F168";
}

.fa-xing-square:before {
  content: "\F169";
}

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

.fa-dropbox:before {
  content: "\F16B";
}

.fa-stack-overflow:before {
  content: "\F16C";
}

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

.fa-flickr:before {
  content: "\F16E";
}

.fa-adn:before {
  content: "\F170";
}

.fa-bitbucket:before {
  content: "\F171";
}

.fa-bitbucket-square:before {
  content: "\F172";
}

.fa-tumblr:before {
  content: "\F173";
}

.fa-tumblr-square:before {
  content: "\F174";
}

.fa-long-arrow-down:before {
  content: "\F175";
}

.fa-long-arrow-up:before {
  content: "\F176";
}

.fa-long-arrow-left:before {
  content: "\F177";
}

.fa-long-arrow-right:before {
  content: "\F178";
}

.fa-apple:before {
  content: "\F179";
}

.fa-windows:before {
  content: "\F17A";
}

.fa-android:before {
  content: "\F17B";
}

.fa-linux:before {
  content: "\F17C";
}

.fa-dribbble:before {
  content: "\F17D";
}

.fa-skype:before {
  content: "\F17E";
}

.fa-foursquare:before {
  content: "\F180";
}

.fa-trello:before {
  content: "\F181";
}

.fa-female:before {
  content: "\F182";
}

.fa-male:before {
  content: "\F183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\F184";
}

.fa-sun-o:before {
  content: "\F185";
}

.fa-moon-o:before {
  content: "\F186";
}

.fa-archive:before {
  content: "\F187";
}

.fa-bug:before {
  content: "\F188";
}

.fa-vk:before {
  content: "\F189";
}

.fa-weibo:before {
  content: "\F18A";
}

.fa-renren:before {
  content: "\F18B";
}

.fa-pagelines:before {
  content: "\F18C";
}

.fa-stack-exchange:before {
  content: "\F18D";
}

.fa-arrow-circle-o-right:before {
  content: "\F18E";
}

.fa-arrow-circle-o-left:before {
  content: "\F190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\F191";
}

.fa-dot-circle-o:before {
  content: "\F192";
}

.fa-wheelchair:before {
  content: "\F193";
}

.fa-vimeo-square:before {
  content: "\F194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\F195";
}

.fa-plus-square-o:before {
  content: "\F196";
}

.fa-space-shuttle:before {
  content: "\F197";
}

.fa-slack:before {
  content: "\F198";
}

.fa-envelope-square:before {
  content: "\F199";
}

.fa-wordpress:before {
  content: "\F19A";
}

.fa-openid:before {
  content: "\F19B";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\F19C";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\F19D";
}

.fa-yahoo:before {
  content: "\F19E";
}

.fa-google:before {
  content: "\F1A0";
}

.fa-reddit:before {
  content: "\F1A1";
}

.fa-reddit-square:before {
  content: "\F1A2";
}

.fa-stumbleupon-circle:before {
  content: "\F1A3";
}

.fa-stumbleupon:before {
  content: "\F1A4";
}

.fa-delicious:before {
  content: "\F1A5";
}

.fa-digg:before {
  content: "\F1A6";
}

.fa-pied-piper-pp:before {
  content: "\F1A7";
}

.fa-pied-piper-alt:before {
  content: "\F1A8";
}

.fa-drupal:before {
  content: "\F1A9";
}

.fa-joomla:before {
  content: "\F1AA";
}

.fa-language:before {
  content: "\F1AB";
}

.fa-fax:before {
  content: "\F1AC";
}

.fa-building:before {
  content: "\F1AD";
}

.fa-child:before {
  content: "\F1AE";
}

.fa-paw:before {
  content: "\F1B0";
}

.fa-spoon:before {
  content: "\F1B1";
}

.fa-cube:before {
  content: "\F1B2";
}

.fa-cubes:before {
  content: "\F1B3";
}

.fa-behance:before {
  content: "\F1B4";
}

.fa-behance-square:before {
  content: "\F1B5";
}

.fa-steam:before {
  content: "\F1B6";
}

.fa-steam-square:before {
  content: "\F1B7";
}

.fa-recycle:before {
  content: "\F1B8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\F1B9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\F1BA";
}

.fa-tree:before {
  content: "\F1BB";
}

.fa-spotify:before {
  content: "\F1BC";
}

.fa-deviantart:before {
  content: "\F1BD";
}

.fa-soundcloud:before {
  content: "\F1BE";
}

.fa-database:before {
  content: "\F1C0";
}

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

.fa-file-word-o:before {
  content: "\F1C2";
}

.fa-file-excel-o:before {
  content: "\F1C3";
}

.fa-file-powerpoint-o:before {
  content: "\F1C4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\F1C5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\F1C6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\F1C7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\F1C8";
}

.fa-file-code-o:before {
  content: "\F1C9";
}

.fa-vine:before {
  content: "\F1CA";
}

.fa-codepen:before {
  content: "\F1CB";
}

.fa-jsfiddle:before {
  content: "\F1CC";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\F1CD";
}

.fa-circle-o-notch:before {
  content: "\F1CE";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\F1D0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\F1D1";
}

.fa-git-square:before {
  content: "\F1D2";
}

.fa-git:before {
  content: "\F1D3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\F1D4";
}

.fa-tencent-weibo:before {
  content: "\F1D5";
}

.fa-qq:before {
  content: "\F1D6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\F1D7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\F1D8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\F1D9";
}

.fa-history:before {
  content: "\F1DA";
}

.fa-circle-thin:before {
  content: "\F1DB";
}

.fa-header:before {
  content: "\F1DC";
}

.fa-paragraph:before {
  content: "\F1DD";
}

.fa-sliders:before {
  content: "\F1DE";
}

.fa-share-alt:before {
  content: "\F1E0";
}

.fa-share-alt-square:before {
  content: "\F1E1";
}

.fa-bomb:before {
  content: "\F1E2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\F1E3";
}

.fa-tty:before {
  content: "\F1E4";
}

.fa-binoculars:before {
  content: "\F1E5";
}

.fa-plug:before {
  content: "\F1E6";
}

.fa-slideshare:before {
  content: "\F1E7";
}

.fa-twitch:before {
  content: "\F1E8";
}

.fa-yelp:before {
  content: "\F1E9";
}

.fa-newspaper-o:before {
  content: "\F1EA";
}

.fa-wifi:before {
  content: "\F1EB";
}

.fa-calculator:before {
  content: "\F1EC";
}

.fa-paypal:before {
  content: "\F1ED";
}

.fa-google-wallet:before {
  content: "\F1EE";
}

.fa-cc-visa:before {
  content: "\F1F0";
}

.fa-cc-mastercard:before {
  content: "\F1F1";
}

.fa-cc-discover:before {
  content: "\F1F2";
}

.fa-cc-amex:before {
  content: "\F1F3";
}

.fa-cc-paypal:before {
  content: "\F1F4";
}

.fa-cc-stripe:before {
  content: "\F1F5";
}

.fa-bell-slash:before {
  content: "\F1F6";
}

.fa-bell-slash-o:before {
  content: "\F1F7";
}

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

.fa-copyright:before {
  content: "\F1F9";
}

.fa-at:before {
  content: "\F1FA";
}

.fa-eyedropper:before {
  content: "\F1FB";
}

.fa-paint-brush:before {
  content: "\F1FC";
}

.fa-birthday-cake:before {
  content: "\F1FD";
}

.fa-area-chart:before {
  content: "\F1FE";
}

.fa-pie-chart:before {
  content: "\F200";
}

.fa-line-chart:before {
  content: "\F201";
}

.fa-lastfm:before {
  content: "\F202";
}

.fa-lastfm-square:before {
  content: "\F203";
}

.fa-toggle-off:before {
  content: "\F204";
}

.fa-toggle-on:before {
  content: "\F205";
}

.fa-bicycle:before {
  content: "\F206";
}

.fa-bus:before {
  content: "\F207";
}

.fa-ioxhost:before {
  content: "\F208";
}

.fa-angellist:before {
  content: "\F209";
}

.fa-cc:before {
  content: "\F20A";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\F20B";
}

.fa-meanpath:before {
  content: "\F20C";
}

.fa-buysellads:before {
  content: "\F20D";
}

.fa-connectdevelop:before {
  content: "\F20E";
}

.fa-dashcube:before {
  content: "\F210";
}

.fa-forumbee:before {
  content: "\F211";
}

.fa-leanpub:before {
  content: "\F212";
}

.fa-sellsy:before {
  content: "\F213";
}

.fa-shirtsinbulk:before {
  content: "\F214";
}

.fa-simplybuilt:before {
  content: "\F215";
}

.fa-skyatlas:before {
  content: "\F216";
}

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

.fa-cart-arrow-down:before {
  content: "\F218";
}

.fa-diamond:before {
  content: "\F219";
}

.fa-ship:before {
  content: "\F21A";
}

.fa-user-secret:before {
  content: "\F21B";
}

.fa-motorcycle:before {
  content: "\F21C";
}

.fa-street-view:before {
  content: "\F21D";
}

.fa-heartbeat:before {
  content: "\F21E";
}

.fa-venus:before {
  content: "\F221";
}

.fa-mars:before {
  content: "\F222";
}

.fa-mercury:before {
  content: "\F223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\F224";
}

.fa-transgender-alt:before {
  content: "\F225";
}

.fa-venus-double:before {
  content: "\F226";
}

.fa-mars-double:before {
  content: "\F227";
}

.fa-venus-mars:before {
  content: "\F228";
}

.fa-mars-stroke:before {
  content: "\F229";
}

.fa-mars-stroke-v:before {
  content: "\F22A";
}

.fa-mars-stroke-h:before {
  content: "\F22B";
}

.fa-neuter:before {
  content: "\F22C";
}

.fa-genderless:before {
  content: "\F22D";
}

.fa-facebook-official:before {
  content: "\F230";
}

.fa-pinterest-p:before {
  content: "\F231";
}

.fa-whatsapp:before {
  content: "\F232";
}

.fa-server:before {
  content: "\F233";
}

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

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

.fa-hotel:before,
.fa-bed:before {
  content: "\F236";
}

.fa-viacoin:before {
  content: "\F237";
}

.fa-train:before {
  content: "\F238";
}

.fa-subway:before {
  content: "\F239";
}

.fa-medium:before {
  content: "\F23A";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\F23B";
}

.fa-optin-monster:before {
  content: "\F23C";
}

.fa-opencart:before {
  content: "\F23D";
}

.fa-expeditedssl:before {
  content: "\F23E";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\F240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\F241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\F242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\F243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\F244";
}

.fa-mouse-pointer:before {
  content: "\F245";
}

.fa-i-cursor:before {
  content: "\F246";
}

.fa-object-group:before {
  content: "\F247";
}

.fa-object-ungroup:before {
  content: "\F248";
}

.fa-sticky-note:before {
  content: "\F249";
}

.fa-sticky-note-o:before {
  content: "\F24A";
}

.fa-cc-jcb:before {
  content: "\F24B";
}

.fa-cc-diners-club:before {
  content: "\F24C";
}

.fa-clone:before {
  content: "\F24D";
}

.fa-balance-scale:before {
  content: "\F24E";
}

.fa-hourglass-o:before {
  content: "\F250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\F251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\F252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\F253";
}

.fa-hourglass:before {
  content: "\F254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\F255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\F256";
}

.fa-hand-scissors-o:before {
  content: "\F257";
}

.fa-hand-lizard-o:before {
  content: "\F258";
}

.fa-hand-spock-o:before {
  content: "\F259";
}

.fa-hand-pointer-o:before {
  content: "\F25A";
}

.fa-hand-peace-o:before {
  content: "\F25B";
}

.fa-trademark:before {
  content: "\F25C";
}

.fa-registered:before {
  content: "\F25D";
}

.fa-creative-commons:before {
  content: "\F25E";
}

.fa-gg:before {
  content: "\F260";
}

.fa-gg-circle:before {
  content: "\F261";
}

.fa-tripadvisor:before {
  content: "\F262";
}

.fa-odnoklassniki:before {
  content: "\F263";
}

.fa-odnoklassniki-square:before {
  content: "\F264";
}

.fa-get-pocket:before {
  content: "\F265";
}

.fa-wikipedia-w:before {
  content: "\F266";
}

.fa-safari:before {
  content: "\F267";
}

.fa-chrome:before {
  content: "\F268";
}

.fa-firefox:before {
  content: "\F269";
}

.fa-opera:before {
  content: "\F26A";
}

.fa-internet-explorer:before {
  content: "\F26B";
}

.fa-tv:before,
.fa-television:before {
  content: "\F26C";
}

.fa-contao:before {
  content: "\F26D";
}

.fa-500px:before {
  content: "\F26E";
}

.fa-amazon:before {
  content: "\F270";
}

.fa-calendar-plus-o:before {
  content: "\F271";
}

.fa-calendar-minus-o:before {
  content: "\F272";
}

.fa-calendar-times-o:before {
  content: "\F273";
}

.fa-calendar-check-o:before {
  content: "\F274";
}

.fa-industry:before {
  content: "\F275";
}

.fa-map-pin:before {
  content: "\F276";
}

.fa-map-signs:before {
  content: "\F277";
}

.fa-map-o:before {
  content: "\F278";
}

.fa-map:before {
  content: "\F279";
}

.fa-commenting:before {
  content: "\F27A";
}

.fa-commenting-o:before {
  content: "\F27B";
}

.fa-houzz:before {
  content: "\F27C";
}

.fa-vimeo:before {
  content: "\F27D";
}

.fa-black-tie:before {
  content: "\F27E";
}

.fa-fonticons:before {
  content: "\F280";
}

.fa-reddit-alien:before {
  content: "\F281";
}

.fa-edge:before {
  content: "\F282";
}

.fa-credit-card-alt:before {
  content: "\F283";
}

.fa-codiepie:before {
  content: "\F284";
}

.fa-modx:before {
  content: "\F285";
}

.fa-fort-awesome:before {
  content: "\F286";
}

.fa-usb:before {
  content: "\F287";
}

.fa-product-hunt:before {
  content: "\F288";
}

.fa-mixcloud:before {
  content: "\F289";
}

.fa-scribd:before {
  content: "\F28A";
}

.fa-pause-circle:before {
  content: "\F28B";
}

.fa-pause-circle-o:before {
  content: "\F28C";
}

.fa-stop-circle:before {
  content: "\F28D";
}

.fa-stop-circle-o:before {
  content: "\F28E";
}

.fa-shopping-bag:before {
  content: "\F290";
}

.fa-shopping-basket:before {
  content: "\F291";
}

.fa-hashtag:before {
  content: "\F292";
}

.fa-bluetooth:before {
  content: "\F293";
}

.fa-bluetooth-b:before {
  content: "\F294";
}

.fa-percent:before {
  content: "\F295";
}

.fa-gitlab:before {
  content: "\F296";
}

.fa-wpbeginner:before {
  content: "\F297";
}

.fa-wpforms:before {
  content: "\F298";
}

.fa-envira:before {
  content: "\F299";
}

.fa-universal-access:before {
  content: "\F29A";
}

.fa-wheelchair-alt:before {
  content: "\F29B";
}

.fa-question-circle-o:before {
  content: "\F29C";
}

.fa-blind:before {
  content: "\F29D";
}

.fa-audio-description:before {
  content: "\F29E";
}

.fa-volume-control-phone:before {
  content: "\F2A0";
}

.fa-braille:before {
  content: "\F2A1";
}

.fa-assistive-listening-systems:before {
  content: "\F2A2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\F2A3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\F2A4";
}

.fa-glide:before {
  content: "\F2A5";
}

.fa-glide-g:before {
  content: "\F2A6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\F2A7";
}

.fa-low-vision:before {
  content: "\F2A8";
}

.fa-viadeo:before {
  content: "\F2A9";
}

.fa-viadeo-square:before {
  content: "\F2AA";
}

.fa-snapchat:before {
  content: "\F2AB";
}

.fa-snapchat-ghost:before {
  content: "\F2AC";
}

.fa-snapchat-square:before {
  content: "\F2AD";
}

.fa-pied-piper:before {
  content: "\F2AE";
}

.fa-first-order:before {
  content: "\F2B0";
}

.fa-yoast:before {
  content: "\F2B1";
}

.fa-themeisle:before {
  content: "\F2B2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\F2B3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\F2B4";
}

.fa-handshake-o:before {
  content: "\F2B5";
}

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

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

.fa-linode:before {
  content: "\F2B8";
}

.fa-address-book:before {
  content: "\F2B9";
}

.fa-address-book-o:before {
  content: "\F2BA";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\F2BB";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\F2BC";
}

.fa-user-circle:before {
  content: "\F2BD";
}

.fa-user-circle-o:before {
  content: "\F2BE";
}

.fa-user-o:before {
  content: "\F2C0";
}

.fa-id-badge:before {
  content: "\F2C1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\F2C2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\F2C3";
}

.fa-quora:before {
  content: "\F2C4";
}

.fa-free-code-camp:before {
  content: "\F2C5";
}

.fa-telegram:before {
  content: "\F2C6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\F2C7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\F2C8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\F2C9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\F2CA";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\F2CB";
}

.fa-shower:before {
  content: "\F2CC";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\F2CD";
}

.fa-podcast:before {
  content: "\F2CE";
}

.fa-window-maximize:before {
  content: "\F2D0";
}

.fa-window-minimize:before {
  content: "\F2D1";
}

.fa-window-restore:before {
  content: "\F2D2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\F2D3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\F2D4";
}

.fa-bandcamp:before {
  content: "\F2D5";
}

.fa-grav:before {
  content: "\F2D6";
}

.fa-etsy:before {
  content: "\F2D7";
}

.fa-imdb:before {
  content: "\F2D8";
}

.fa-ravelry:before {
  content: "\F2D9";
}

.fa-eercast:before {
  content: "\F2DA";
}

.fa-microchip:before {
  content: "\F2DB";
}

.fa-snowflake-o:before {
  content: "\F2DC";
}

.fa-superpowers:before {
  content: "\F2DD";
}

.fa-wpexplorer:before {
  content: "\F2DE";
}

.fa-meetup:before {
  content: "\F2E0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.blog-index-page .pl-blog-index {
  margin-bottom: 30px;
  padding-left: .9375rem;
  padding-right: .9375rem;
}

.blog-index-page .pl-leading {
  padding-top: 10px;
  margin-bottom: 35px;
}

.blog-index-page .pl-leading__img {
  display: block;
  overflow: hidden;
}

.blog-index-page .pl-leading__img img {
  -webkit-transition: -webkit-transform 5000ms ease-in;
  transition: -webkit-transform 5000ms ease-in;
  transition: transform 5000ms ease-in;
  transition: transform 5000ms ease-in, -webkit-transform 5000ms ease-in;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.blog-index-page .pl-leading:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.blog-index-page .pl-leading h1,
.blog-index-page .pl-leading h2 {
  font-size: 1.5rem;
  line-height: 1.2em !important;
  font-weight: 500;
}

@media print, screen and (min-width: 64.0625em) {
  .blog-index-page .pl-leading h1,
  .blog-index-page .pl-leading h2 {
    margin-top: 15px;
    margin-bottom: 20px;
  }
}

.blog-index-page .pl-leading .pl-img {
  width: 100%;
}

@media print, screen and (min-width: 64.0625em) {
  .blog-index-page .pl-leading {
    margin-bottom: 0;
  }
}

.blog-index-page .pl-mainlist {
  padding-top: 10px;
  padding-bottom: 20px;
  border-left: 1px solid #e5e5e5;
}

.blog-index-page .pl-mainlist .pl-post-listed {
  margin-bottom: 20px;
  padding-bottom: 0;
}

.blog-index-page .pl-mainlist .pl-post-listed__img {
  display: block;
  overflow: hidden;
}

.blog-index-page .pl-mainlist .pl-post-listed__img img {
  -webkit-transition: -webkit-transform 200ms ease-in;
  transition: -webkit-transform 200ms ease-in;
  transition: transform 200ms ease-in;
  transition: transform 200ms ease-in, -webkit-transform 200ms ease-in;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.blog-index-page .pl-mainlist .pl-post-listed:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.blog-index-page .pl-mainlist .pl-post-listed h3 {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.1em;
  margin-top: 15px;
}

@media print, screen and (min-width: 64.0625em) {
  .blog-index-page .pl-mainlist .pl-post-listed .pl-nopad-left {
    padding-left: 0;
  }
}

.blog-index-page .pl-mainlist .pl-chevron-blog {
  position: relative;
  margin-top: -0.6rem;
  margin-left: -.9375rem;
  margin-right: -.9375rem;
  padding-bottom: 2px;
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 7px;
}

.blog-index-page .pl-mainlist .pl-chevron-blog h3 {
  position: absolute;
  top: 7px;
  left: 7px;
  font-size: 26px !important;
}

.blog-index-page .pl-mainlist .pl-chevron-blog img {
  padding: 2px;
}

.blog-index-page .pl-mainlist .pl-chevron-blog a {
  position: absolute;
  bottom: 7px;
  right: 7px;
  background-color: #4a7444;
  display: inline-block;
  padding: 8px 30px;
  color: #ffffff;
  text-decoration: none;
}

.blog-index-page .pl-blog-listings {
  margin-top: 25px;
}

.blog-index-page .pl-blog-listings .pl-list-block {
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: start;
          justify-content: flex-start;
}

.blog-index-page .pl-blog-listings .pl-list-block__img {
  display: block;
  overflow: hidden;
}

.blog-index-page .pl-blog-listings .pl-list-block__img img {
  -webkit-transition: -webkit-transform 200ms ease-in;
  transition: -webkit-transform 200ms ease-in;
  transition: transform 200ms ease-in;
  transition: transform 200ms ease-in, -webkit-transform 200ms ease-in;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.blog-index-page .pl-blog-listings .pl-list-block:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.blog-index-page .pl-blog-listings .pl-list-block .pl-blog-title,
.blog-index-page .pl-blog-listings .pl-list-block .pl-blog-title a {
  color: #4a7444;
  font-size: 1.25rem;
  font-weight: 500;
}

.blog-index-page .pl-blog-listings .pl-list-block .pl-bottom {
  -webkit-box-flex: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: end;
          justify-content: flex-end;
}

.blog-index-page .pl-blog-header,
.pl-blog-detail-page .pl-blog-header {
  padding-top: 6px;
  padding-bottom: 6px;
  border-bottom: 1px solid #e5e5e5;
}

.blog-index-page .pl-blog-header .pl-maintitle h2,
.blog-index-page .pl-blog-header .pl-maintitle h1,
.pl-blog-detail-page .pl-blog-header .pl-maintitle h2,
.pl-blog-detail-page .pl-blog-header .pl-maintitle h1 {
  font-size: 5rem !important;
  font-family: inherit;
  font-weight: 100 !important;
  color: #4a7444 !important;
  line-height: 1em;
  position: relative;
}

.blog-index-page .pl-blog-header .pl-maintitle h2 span,
.blog-index-page .pl-blog-header .pl-maintitle h1 span,
.pl-blog-detail-page .pl-blog-header .pl-maintitle h2 span,
.pl-blog-detail-page .pl-blog-header .pl-maintitle h1 span {
  color: #000 !important;
}

.blog-index-page .pl-blog-header .pl-laying-title h1,
.pl-blog-detail-page .pl-blog-header .pl-laying-title h1 {
  font-size: 5rem !important;
  font-family: inherit;
  font-weight: 100 !important;
  color: #4a7444 !important;
  line-height: 1em;
  position: relative;
  font-size: 2rem !important;
  font-weight: 400;
  line-height: 1.2em !important;
}

.blog-index-page .pl-blog-header h2,
.pl-blog-detail-page .pl-blog-header h2 {
  font-size: 1.5rem;
  font-weight: 300;
}

@media print, screen and (min-width: 64.0625em) {
  .blog-index-page .pl-blog-header h2,
  .pl-blog-detail-page .pl-blog-header h2 {
    margin: 18px 0 20px;
    max-width: 380px;
  }
}

.blog-index-page .pl-blog-header .pl-categories-blocks,
.pl-blog-detail-page .pl-blog-header .pl-categories-blocks {
  margin: 0;
  list-style-type: none;
}

@media print, screen and (max-width: 39.99875em) {
  .blog-index-page .pl-blog-header .pl-categories-blocks,
  .pl-blog-detail-page .pl-blog-header .pl-categories-blocks {
    display: block;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .blog-index-page .pl-blog-header .pl-categories-blocks li,
  .pl-blog-detail-page .pl-blog-header .pl-categories-blocks li {
    display: block;
    margin-bottom: 6px;
  }
}

.blog-index-page .pl-blog-header .pl-categories-blocks li a,
.pl-blog-detail-page .pl-blog-header .pl-categories-blocks li a {
  text-align: center;
  display: block;
  font-family: montserrat,sans-serif;
  padding: 10px 20px;
  margin-right: 5px;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.blog-index-page .pl-blog-header .pl-categories-blocks li a.active,
.pl-blog-detail-page .pl-blog-header .pl-categories-blocks li a.active {
  text-decoration: underline;
}

.blog-index-page .pl-blog-header .pl-categories-blocks li a.blog-cat-2,
.blog-index-page .pl-blog-header .pl-categories-blocks li a.rondine-idea,
.pl-blog-detail-page .pl-blog-header .pl-categories-blocks li a.blog-cat-2,
.pl-blog-detail-page .pl-blog-header .pl-categories-blocks li a.rondine-idea {
  background-color: #4a7444;
}

.blog-index-page .pl-blog-header .pl-categories-blocks li a.blog-cat-3,
.blog-index-page .pl-blog-header .pl-categories-blocks li a.lo-stile-di-andrea,
.pl-blog-detail-page .pl-blog-header .pl-categories-blocks li a.blog-cat-3,
.pl-blog-detail-page .pl-blog-header .pl-categories-blocks li a.lo-stile-di-andrea {
  background-color: #a1542e;
}

.blog-index-page .pl-blog-header .pl-categories-blocks li a.blog-cat-1,
.blog-index-page .pl-blog-header .pl-categories-blocks li a.superfici-ceramiche,
.pl-blog-detail-page .pl-blog-header .pl-categories-blocks li a.blog-cat-1,
.pl-blog-detail-page .pl-blog-header .pl-categories-blocks li a.superfici-ceramiche {
  background-color: #978a6d;
}

.blog-index-page .pl-blog-header .pl-categories-blocks li a.blog-cat-5,
.blog-index-page .pl-blog-header .pl-categories-blocks li a.posa-e-manutenzione,
.pl-blog-detail-page .pl-blog-header .pl-categories-blocks li a.blog-cat-5,
.pl-blog-detail-page .pl-blog-header .pl-categories-blocks li a.posa-e-manutenzione {
  background-color: #c57b57;
}

.blog-index-page .pl-blog-header .pl-categories-blocks li a.blog-cat-6,
.pl-blog-detail-page .pl-blog-header .pl-categories-blocks li a.blog-cat-6 {
  background-color: #a9ff7e;
}

.blog-index-page .pl-blog-header .pl-categories-blocks li a.blog-cat-7,
.pl-blog-detail-page .pl-blog-header .pl-categories-blocks li a.blog-cat-7 {
  background-color: #ff9cf1;
}

.blog-index-page .pl-blog-header .pl-categories-blocks li a.blog-cat-8,
.pl-blog-detail-page .pl-blog-header .pl-categories-blocks li a.blog-cat-8 {
  background-color: #79fffa;
}

.blog-index-page .pl-blog-header .pl-categories-blocks li a.blog-cat-9,
.pl-blog-detail-page .pl-blog-header .pl-categories-blocks li a.blog-cat-9 {
  background-color: #bb55ff;
}

.blog-index-page .pl-blog-header .pl-categories-blocks li a.blog-cat-10,
.pl-blog-detail-page .pl-blog-header .pl-categories-blocks li a.blog-cat-10 {
  background-color: #7d97ff;
}

.blog-index-page .pl-blog-title,
.pl-blog-detail-page .pl-blog-title {
  font-size: 1.5rem;
  line-height: 1em;
  color: #4a7444;
  position: relative;
  margin-top: 7px;
}

.blog-index-page .pl-paragraph-wrapper,
.pl-blog-detail-page .pl-paragraph-wrapper {
  margin-top: 20px;
}

.blog-header {
  background-color: #4a7444;
  padding-top: 25px;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

@media print, screen and (min-width: 64.0625em) {
  .blog-header {
    position: relative;
  }

  .blog-header:before {
    content: '';
    border-bottom: 1px solid #ffffff;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: -.9375rem;
    right: -.9375rem;
  }
}

.blog-header .h1-look {
  color: #ffffff;
  font-size: 39px;
  font-weight: 700;
  line-height: 1em;
  text-transform: lowercase;
  margin-bottom: 0;
}

@media print, screen and (min-width: 40em) {
  .blog-header .h1-look {
    font-size: 54px;
  }
}

@media print, screen and (min-width: 64.0625em) {
  .blog-header .h1-look {
    font-size: 70px;
  }
}

.blog-header h1 {
  color: #ffffff;
  font-size: 39px;
  font-weight: 700;
  line-height: 1em;
  text-transform: lowercase;
  margin-bottom: 0;
}

@media print, screen and (min-width: 40em) {
  .blog-header h1 {
    font-size: 54px;
  }
}

@media print, screen and (min-width: 64.0625em) {
  .blog-header h1 {
    font-size: 70px;
  }
}

.blog-header .h2-look {
  font-weight: 500;
  color: #ffffff;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1em;
}

@media print, screen and (min-width: 40em) {
  .blog-header .h2-look {
    font-size: 17px;
  }
}

@media print, screen and (min-width: 64.0625em) {
  .blog-header .h2-look {
    font-size: 24px;
  }
}

.blog-header h2 {
  font-weight: 500;
  color: #ffffff;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1em;
}

@media print, screen and (min-width: 40em) {
  .blog-header h2 {
    font-size: 17px;
  }
}

@media print, screen and (min-width: 64.0625em) {
  .blog-header h2 {
    font-size: 24px;
  }
}

.blog-detail {
  border-top: 1px solid #ffffff;
  position: relative;
}

.blog-detail:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 400px;
  background-color: #4a7444;
  z-index: -1;
}

.blog-detail__post {
  padding-top: 10px;
  padding-bottom: 30px;
}

.blog-detail__post h1,
.blog-detail__post h2 {
  font-weight: 700;
  font-size: 2rem !important;
  line-height: 1.2em !important;
}

@media print, screen and (min-width: 64.0625em) {
  .blog-detail__post h1,
  .blog-detail__post h2 {
    margin-bottom: 25px;
    font-size: 2.625rem !important;
  }
}

.blog-detail__post .pl-back {
  margin-bottom: 10px;
}

.blog-detail__post .pl-img {
  margin-bottom: 1.5625rem;
}

.blog-detail__sidebar {
  border-left: 1px solid #d6d6d6;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

._pl-blog-detail-page .pl-blog-detail {
  padding-bottom: 30px;
  padding-left: .9375rem;
  padding-right: .9375rem;
}

._pl-blog-detail-page .pl-blog-detail .pl-blog-post {
  border-right: 1px solid #d6d6d6;
  padding-top: 10px;
}

._pl-blog-detail-page .pl-blog-detail .pl-blog-post h1,
._pl-blog-detail-page .pl-blog-detail .pl-blog-post h2 {
  font-size: 2.5rem !important;
  line-height: 1.2em !important;
  font-weight: 300;
}

@media print, screen and (min-width: 64.0625em) {
  ._pl-blog-detail-page .pl-blog-detail .pl-blog-post h1,
  ._pl-blog-detail-page .pl-blog-detail .pl-blog-post h2 {
    margin-bottom: 30px;
  }
}

._pl-blog-detail-page .pl-blog-detail .pl-blog-post .pl-back {
  margin-bottom: 25px;
}

._pl-blog-detail-page .pl-blog-detail .pl-blog-post .pl-img {
  margin-bottom: 1.5625rem;
}

._pl-blog-detail-page .pl-blog-detail .pl-blog-post p {
  font-weight: 300;
}

._pl-blog-detail-page .pl-video-block {
  margin-top: 20px;
}

._pl-blog-detail-page .pl-video-block .pl-post-video {
  margin-bottom: 25px;
  position: relative;
}

._pl-blog-detail-page .pl-video-block .pl-post-video:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0.3;
  pointer-events: none;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms;
}

._pl-blog-detail-page .pl-video-block .pl-post-video:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -15px;
  margin-left: -12px;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

._pl-blog-detail-page .pl-video-block .pl-post-video:hover:before {
  opacity: 0;
}

._pl-blog-detail-page .pl-video-block .pl-post-video:hover:after {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.blog-home {
  background-color: #4a7444;
  color: #ffffff;
  padding: 0 15px;
}

.blog-home__left-col {
  padding: 25px 0;
}

@media print, screen and (min-width: 40em) {
  .blog-home__left-col {
    border-right: 1px solid #82a77c;
    padding: 35px 0;
  }
}

@media print, screen and (min-width: 64.0625em) {
  .blog-home__left-col {
    padding: 60px 0;
  }
}

.blog-home__right-col {
  padding: 25px 0;
}

@media print, screen and (min-width: 40em) {
  .blog-home__right-col {
    padding: 35px 0;
  }
}

@media print, screen and (min-width: 64.0625em) {
  .blog-home__right-col {
    padding: 60px 0;
  }
}

.blog-home h2 {
  font-size: 62px;
  font-weight: 700;
  line-height: 1em;
}

@media print, screen and (min-width: 40em) {
  .blog-home h2 {
    font-size: 48px;
  }
}

@media print, screen and (min-width: 64.0625em) {
  .blog-home h2 {
    font-size: 74px;
  }
}

.blog-home__payoff {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1em;
  margin-top: 15px;
}

@media print, screen and (min-width: 40em) {
  .blog-home__payoff {
    font-size: 19px;
    margin-top: 20px;
  }
}

@media print, screen and (min-width: 64.0625em) {
  .blog-home__payoff {
    font-size: 20px;
    margin-top: 35px;
  }
}

@media print, screen and (min-width: 64.0625em) {
  .blog-home {
    padding-left: 100px !important;
  }
}

.blog-home .swiper-pagination-bullet {
  background-color: #ffffff;
}

.blog-home .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #e5e5e5;
}

.post-item {
  text-align: center;
  color: #ffffff;
  margin-bottom: 35px;
}

.post-item__img {
  margin-bottom: 15px;
}

.post-item__img a {
  display: block;
  -webkit-clip-path: circle();
          clip-path: circle();
}

.post-item__img a img {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 5000ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 5000ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 5000ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 5000ms cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 5000ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

@media print, screen and (min-width: 40em) {
  .post-item__img a img {
    max-width: 320px;
  }
}

.post-item__text {
  padding: 0 15px;
}

.post-item__title a {
  color: #ffffff;
  text-decoration: none;
}

.post-item__title h3,
.post-item__title .h3 {
  font-weight: bold;
  font-size: 24px;
}

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

.post-item__btn {
  text-transform: uppercase;
  margin-top: 15px;
}

.post-item__btn a {
  color: #ffffff;
  text-decoration: none;
  font-size: 1.0625rem;
  font-weight: 500;
}

.post-item:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

@media print, screen and (min-width: 40em) {
  .post-item {
    height: 100%;
    margin-bottom: 0;
  }

  .post-item__img {
    margin-bottom: 25px;
  }

  .post-item__text {
    padding: 0 25px;
  }

  .post-item__title {
    -webkit-box-flex: 1;
            flex-grow: 1;
  }

  .post-item__title h3 {
    font-size: 26px;
  }

  .post-item__abstract {
    margin-top: 15px;
    font-size: 14px;
  }

  .post-item__btn {
    margin-top: 40px;
  }
}

@media print, screen and (min-width: 64.0625em) {
  .post-item__text {
    padding: 0 35px;
  }
}

.blog-categories {
  margin-bottom: 20px;
}

.blog-categories h2 {
  font-weight: 200;
  margin-bottom: 20px;
}

.blog-categories a {
  display: block;
  text-decoration: none;
}

.blog-categories .category-w__img {
  background-color: #ff9900;
  position: relative;
  padding: 35px;
  text-align: center;
}

.blog-categories .category-w__img img {
  margin: 0 auto;
  -webkit-clip-path: circle();
          clip-path: circle();
}

.blog-categories .category-w__img h5 {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: .8125rem;
  color: #ffffff;
}

.blog-categories .category-w__img.blog-cat-1 {
  background-color: #978a6d;
}

.blog-categories .category-w__img.blog-cat-2 {
  background-color: #4a7444;
}

.blog-categories .category-w__img.blog-cat-3 {
  background-color: #a1542e;
}

.blog-categories .category-w__img.blog-cat-5 {
  background-color: #c57b57;
}

.blog-categories .category-w__img.blog-cat-6 {
  background-color: #a9ff7e;
}

.blog-categories .category-w__img.blog-cat-7 {
  background-color: #ff9cf1;
}

.blog-categories .category-w__img.blog-cat-8 {
  background-color: #79fffa;
}

.blog-categories .category-w__img.blog-cat-9 {
  background-color: #bb55ff;
}

.blog-categories .category-w__img.blog-cat-10 {
  background-color: #7d97ff;
}

.blog-categories .category-w__descr {
  text-align: center;
  margin-top: 30px;
}

.blog-categories .category-w__descr h3 {
  font-size: 1.25rem;
  font-weight: 200;
}

@media print, screen and (min-width: 64.0625em) {
  .blog-categories .category-w {
    padding: 0 25px;
  }
}

.blog-sidebar {
  padding-left: .9375rem;
  padding-right: .9375rem;
  border-bottom: 1px solid #ffffff;
}

.blog-sidebar__header {
  padding: 14px 0 10px 0;
  margin-bottom: 20px;
  color: #4a7444;
  text-align: center;
}

@media print, screen and (min-width: 64.0625em) {
  .blog-sidebar__header {
    color: #ffffff;
    position: relative;
  }

  .blog-sidebar__header:before {
    content: '';
    border-bottom: 1px solid #ffffff;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: -.9375rem;
    right: -.9375rem;
  }
}

.blog-sidebar__header h4 {
  font-family: montserrat,sans-serif;
  font-size: 1.0625rem;
}

.blog-sidebar__header .h3-look {
  font-family: montserrat,sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 1.125rem;
}

.blog-sidebar__header h3 {
  font-family: montserrat,sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 1.125rem;
}

.blog-sidebar__posts {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  padding-bottom: 20px;
}

.blog-sidebar__posts .blog-sidebar-item {
  flex-basis: 100%;
  margin-bottom: 15px;
  padding-bottom: 10px;
}

.blog-sidebar__posts .blog-sidebar-item__title {
  line-height: 1.3em;
  margin-top: 0 !important;
  font-size: 1rem;
  font-weight: 600;
  color: #4a7444;
  text-align: center;
}

.blog-sidebar__posts .blog-sidebar-item__image {
  width: 100%;
  display: inline-block;
  overflow: hidden;
}

.blog-sidebar__posts .blog-sidebar-item__image img {
  -webkit-transition: -webkit-transform 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 600ms cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.blog-sidebar__posts .blog-sidebar-item__image:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.blog-sidebar__posts .blog-sidebar-item__image img {
  width: 100%;
  max-width: none;
}

.blog-sidebar__posts .blog-sidebar-item a {
  text-decoration: none;
}

@media print, screen and (min-width: 40em) {
  .blog-sidebar__posts .blog-sidebar-item {
    margin: 0 20px;
    flex-basis: 33.3%;
  }
}

@media print, screen and (min-width: 64.0625em) {
  .blog-sidebar__posts .blog-sidebar-item__title {
    text-align: left;
    color: #ffffff;
  }
}

@media print, screen and (min-width: 40em) {
  .blog-sidebar__posts {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
}

@media print, screen and (min-width: 64.0625em) {
  .blog-sidebar__posts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    position: relative;
  }

  .blog-sidebar__posts:before {
    content: '';
    position: absolute;
    top: -74px;
    left: -5000px;
    right: -5000px;
    bottom: 0;
    background-color: #4a7444;
    z-index: -10;
  }

  .blog-sidebar__posts .blog-sidebar-item {
    margin: 0;
    text-align: left;
  }
}

.blog-sidebar .sidebar-last-item {
  display: none;
}

@media screen and (min-width: 90em) {
  .blog-sidebar .sidebar-last-item {
    display: block;
  }
}

.blog-sidebar__tags-cloud {
  background-color: transparent;
}

.blog-sidebar__tags-cloud .tags-cloud-title {
  position: relative;
}

.blog-sidebar__tags-cloud .tags-cloud-title .h3-look {
  line-height: 1.3em;
  margin-top: 0 !important;
  font-size: 1.125rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #4a7444;
  padding: 14px 0;
  display: block;
}

.blog-sidebar__tags-cloud .tags-cloud-title h3 {
  line-height: 1.3em;
  margin-top: 0 !important;
  font-size: 1.125rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #4a7444;
  padding: 14px 0;
}

.blog-sidebar__tags-cloud .tags-cloud-title:before {
  content: '';
  border-bottom: 1px solid #4a7444;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: -.9375rem;
  right: -.9375rem;
}

.blog-sidebar__tags-cloud .tags-cloud {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-pack: start;
          justify-content: flex-start;
  margin-top: 20px;
}

.blog-sidebar__tags-cloud .tags-cloud__tag-w {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 10px;
}

.blog-sidebar__tags-cloud .tags-cloud__tag {
  display: inline-block;
  text-decoration: none;
  color: #4a7444;
  font-size: .8rem;
  padding: 4px 10px;
  border: 1px solid #4a7444;
  border-radius: 20px;
  -webkit-transition: all 250ms ease-in;
  transition: all 250ms ease-in;
}

.blog-sidebar__tags-cloud .tags-cloud__tag:hover {
  background-color: #4a7444;
  color: #ffffff;
}

.blog-sidebar__tags-cloud .tags-cloud .size-6 {
  font-size: .8rem;
}

.blog-sidebar__tags-cloud .tags-cloud .size-5 {
  font-size: .9rem;
}

.blog-sidebar__tags-cloud .tags-cloud .size-4 {
  font-size: 1.1rem;
}

.blog-sidebar__tags-cloud .tags-cloud .size-3 {
  font-size: 1.2rem;
}

.blog-sidebar__tags-cloud .tags-cloud .size-2 {
  font-size: 1.3rem;
}

.blog-sidebar__tags-cloud .tags-cloud .size-1 {
  font-size: 1.4rem;
}

#calculatorModal {
  width: 60% !important;
  margin: 0 auto;
  overflow: visible;
  height: inherit;
  width: 90% !important;
}

#calculatorModal .pl-modal-header {
  margin-bottom: 20px;
}

#calculatorModal .pl-modal-header .menu>li>a {
  padding: 18px 12px 0 0;
}

#calculatorModal .pl-modal-title {
  font-size: 1.875rem;
  font-family: montserrat,sans-serif;
  font-weight: 300;
}

#calculatorModal h3 {
  font-family: montserrat,sans-serif;
  font-weight: 300;
}

#calculatorModal .pl-calculator-form .pl-form-fieldset {
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

#calculatorModal .pl-calculator-form .pl-form-fieldset.noborder {
  border-bottom: none;
}

#calculatorModal .pl-calculator-form .pl-form-fieldset p {
  font-size: 0.9rem;
  line-height: 1.2em;
}

#calculatorModal .pl-calculator-form .pl-form-fieldset input {
  margin-bottom: 0;
}

#calculatorModal .pl-calculator-form .pl-form-fieldset .pl-error-msg {
  display: none;
  color: #ba1913;
}

#calculatorModal .pl-calculator-form .pl-calc-submitter {
  margin-top: 20px;
  background-color: #4a7444;
  display: block;
  text-align: center;
  padding: 6px;
  color: #ffffff;
  text-decoration: none;
  text-transform: lowercase;
}

#calculatorModal .pl-calculator-form .pl-calc-msg {
  display: none;
  color: #ba1913;
}

#calculatorModal .pl-calc-results {
  display: none;
}

#calculatorModal .pl-calc-resultlist {
  font-family: montserrat,sans-serif;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#calculatorModal .pl-calc-resultlist li {
  border-bottom: 1px solid #d6d6d6;
}

#calculatorModal .pl-calc-resultlist li:last-child {
  border-bottom: none;
}

#calculatorModal .pl-calc-resultlist li .pl-res-label,
#calculatorModal .pl-calc-resultlist li .pl-res-value {
  display: inline-block;
}

#calculatorModal .pl-calc-resultlist li .pl-res-label {
  width: 80%;
}

#calculatorModal .pl-calc-resultlist li .pl-res-value {
  border-left: 1px solid #d6d6d6;
  width: 18%;
  padding-left: 8px;
  font-weight: 700;
}

@media print, screen and (min-width: 40em) {
  #calculatorModal {
    width: 75% !important;
  }
}

#calculatorModal .onoffswitch {
  position: relative;
  width: 120px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

#calculatorModal .onoffswitch-checkbox {
  display: none;
}

#calculatorModal .onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #999999;
  border-radius: 20px;
}

#calculatorModal .onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  -webkit-transition: margin 0.3s ease-in 0s;
  transition: margin 0.3s ease-in 0s;
}

#calculatorModal .onoffswitch-inner:before,
#calculatorModal .onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 30px;
  padding: 0;
  line-height: 30px;
  font-size: 14px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  box-sizing: border-box;
}

#calculatorModal .onoffswitch-inner:before {
  content: "cm";
  padding-left: 10px;
  background-color: #4a7444;
  color: #FFFFFF;
}

#calculatorModal .onoffswitch-inner:after {
  content: "ft";
  padding-right: 10px;
  background-color: #EEEEEE;
  color: #999999;
  text-align: right;
}

#calculatorModal .onoffswitch-switch {
  display: block;
  width: 18px;
  margin: 6px;
  background: #FFFFFF;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 75px;
  border: 2px solid #999999;
  border-radius: 20px;
  -webkit-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}

#calculatorModal .onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}

#calculatorModal .onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-switch {
  right: 20px;
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
  font-family: 'FontAwesome';
  src: url(assets/fonts/fontawesome-webfont.eot);
  src: url(assets/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"),url(assets/fonts/fontawesome-webfont.woff2) format("woff2"),url(assets/fonts/fontawesome-webfont.woff) format("woff"),url(assets/fonts/fontawesome-webfont.ttf) format("truetype"),url(assets/fonts/fontawesome-webfont.svg#fontawesomeregular) format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa,
.collections-list-page .collections-filters.is-loading .pl-collection-search-form .pl-search-filter-wrapper:after,
#calculatorModal .pl-modal-header .pl-action.pl-contact:after,
#article-modal .pl-modal-header .pl-action.pl-contact:after,
#calculatorModal .pl-modal-header .pl-action.pl-dealer:after,
#article-modal .pl-modal-header .pl-action.pl-dealer:after,
#calculatorModal .pl-modal-header .pl-action.pl-pdf:after,
#article-modal .pl-modal-header .pl-action.pl-pdf:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
  font-size: 1.33333em;
  line-height: .75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}

.fa-ul>li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: .14286em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.collections-list-page .collections-filters.is-loading .pl-collection-search-form .fa-pull-left.pl-search-filter-wrapper:after,
#calculatorModal .pl-modal-header .fa-pull-left.pl-action.pl-contact:after,
#article-modal .pl-modal-header .fa-pull-left.pl-action.pl-contact:after,
#calculatorModal .pl-modal-header .fa-pull-left.pl-action.pl-dealer:after,
#article-modal .pl-modal-header .fa-pull-left.pl-action.pl-dealer:after,
#calculatorModal .pl-modal-header .fa-pull-left.pl-action.pl-pdf:after,
#article-modal .pl-modal-header .fa-pull-left.pl-action.pl-pdf:after {
  margin-right: .3em;
}

.fa.fa-pull-right,
.collections-list-page .collections-filters.is-loading .pl-collection-search-form .fa-pull-right.pl-search-filter-wrapper:after,
#calculatorModal .pl-modal-header .fa-pull-right.pl-action.pl-contact:after,
#article-modal .pl-modal-header .fa-pull-right.pl-action.pl-contact:after,
#calculatorModal .pl-modal-header .fa-pull-right.pl-action.pl-dealer:after,
#article-modal .pl-modal-header .fa-pull-right.pl-action.pl-dealer:after,
#calculatorModal .pl-modal-header .fa-pull-right.pl-action.pl-pdf:after,
#article-modal .pl-modal-header .fa-pull-right.pl-action.pl-pdf:after {
  margin-left: .3em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left,
.collections-list-page .collections-filters.is-loading .pl-collection-search-form .pull-left.pl-search-filter-wrapper:after,
#calculatorModal .pl-modal-header .pull-left.pl-action.pl-contact:after,
#article-modal .pl-modal-header .pull-left.pl-action.pl-contact:after,
#calculatorModal .pl-modal-header .pull-left.pl-action.pl-dealer:after,
#article-modal .pl-modal-header .pull-left.pl-action.pl-dealer:after,
#calculatorModal .pl-modal-header .pull-left.pl-action.pl-pdf:after,
#article-modal .pl-modal-header .pull-left.pl-action.pl-pdf:after {
  margin-right: .3em;
}

.fa.pull-right,
.collections-list-page .collections-filters.is-loading .pl-collection-search-form .pull-right.pl-search-filter-wrapper:after,
#calculatorModal .pl-modal-header .pull-right.pl-action.pl-contact:after,
#article-modal .pl-modal-header .pull-right.pl-action.pl-contact:after,
#calculatorModal .pl-modal-header .pull-right.pl-action.pl-dealer:after,
#article-modal .pl-modal-header .pull-right.pl-action.pl-dealer:after,
#calculatorModal .pl-modal-header .pull-right.pl-action.pl-pdf:after,
#article-modal .pl-modal-header .pull-right.pl-action.pl-pdf:after {
  margin-left: .3em;
}

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

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

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

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

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

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-glass:before {
  content: "\F000";
}

.fa-music:before {
  content: "\F001";
}

.fa-search:before {
  content: "\F002";
}

.fa-envelope-o:before,
#calculatorModal .pl-modal-header .pl-action.pl-contact:after,
#article-modal .pl-modal-header .pl-action.pl-contact:after {
  content: "\F003";
}

.fa-heart:before {
  content: "\F004";
}

.fa-star:before {
  content: "\F005";
}

.fa-star-o:before {
  content: "\F006";
}

.fa-user:before {
  content: "\F007";
}

.fa-film:before {
  content: "\F008";
}

.fa-th-large:before {
  content: "\F009";
}

.fa-th:before {
  content: "\F00A";
}

.fa-th-list:before {
  content: "\F00B";
}

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

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\F00D";
}

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

.fa-search-minus:before {
  content: "\F010";
}

.fa-power-off:before {
  content: "\F011";
}

.fa-signal:before {
  content: "\F012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\F013";
}

.fa-trash-o:before {
  content: "\F014";
}

.fa-home:before {
  content: "\F015";
}

.fa-file-o:before {
  content: "\F016";
}

.fa-clock-o:before {
  content: "\F017";
}

.fa-road:before {
  content: "\F018";
}

.fa-download:before,
#calculatorModal .pl-modal-header .pl-action.pl-pdf:after,
#article-modal .pl-modal-header .pl-action.pl-pdf:after {
  content: "\F019";
}

.fa-arrow-circle-o-down:before {
  content: "\F01A";
}

.fa-arrow-circle-o-up:before {
  content: "\F01B";
}

.fa-inbox:before {
  content: "\F01C";
}

.fa-play-circle-o:before {
  content: "\F01D";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\F01E";
}

.fa-refresh:before {
  content: "\F021";
}

.fa-list-alt:before {
  content: "\F022";
}

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

.fa-flag:before {
  content: "\F024";
}

.fa-headphones:before {
  content: "\F025";
}

.fa-volume-off:before {
  content: "\F026";
}

.fa-volume-down:before {
  content: "\F027";
}

.fa-volume-up:before {
  content: "\F028";
}

.fa-qrcode:before {
  content: "\F029";
}

.fa-barcode:before {
  content: "\F02A";
}

.fa-tag:before {
  content: "\F02B";
}

.fa-tags:before {
  content: "\F02C";
}

.fa-book:before {
  content: "\F02D";
}

.fa-bookmark:before {
  content: "\F02E";
}

.fa-print:before {
  content: "\F02F";
}

.fa-camera:before {
  content: "\F030";
}

.fa-font:before {
  content: "\F031";
}

.fa-bold:before {
  content: "\F032";
}

.fa-italic:before {
  content: "\F033";
}

.fa-text-height:before {
  content: "\F034";
}

.fa-text-width:before {
  content: "\F035";
}

.fa-align-left:before {
  content: "\F036";
}

.fa-align-center:before {
  content: "\F037";
}

.fa-align-right:before {
  content: "\F038";
}

.fa-align-justify:before {
  content: "\F039";
}

.fa-list:before {
  content: "\F03A";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\F03B";
}

.fa-indent:before {
  content: "\F03C";
}

.fa-video-camera:before {
  content: "\F03D";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\F03E";
}

.fa-pencil:before {
  content: "\F040";
}

.fa-map-marker:before,
#calculatorModal .pl-modal-header .pl-action.pl-dealer:after,
#article-modal .pl-modal-header .pl-action.pl-dealer:after {
  content: "\F041";
}

.fa-adjust:before {
  content: "\F042";
}

.fa-tint:before {
  content: "\F043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\F044";
}

.fa-share-square-o:before {
  content: "\F045";
}

.fa-check-square-o:before {
  content: "\F046";
}

.fa-arrows:before {
  content: "\F047";
}

.fa-step-backward:before {
  content: "\F048";
}

.fa-fast-backward:before {
  content: "\F049";
}

.fa-backward:before {
  content: "\F04A";
}

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

.fa-pause:before {
  content: "\F04C";
}

.fa-stop:before {
  content: "\F04D";
}

.fa-forward:before {
  content: "\F04E";
}

.fa-fast-forward:before {
  content: "\F050";
}

.fa-step-forward:before {
  content: "\F051";
}

.fa-eject:before {
  content: "\F052";
}

.fa-chevron-left:before {
  content: "\F053";
}

.fa-chevron-right:before {
  content: "\F054";
}

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

.fa-minus-circle:before {
  content: "\F056";
}

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

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

.fa-question-circle:before {
  content: "\F059";
}

.fa-info-circle:before {
  content: "\F05A";
}

.fa-crosshairs:before {
  content: "\F05B";
}

.fa-times-circle-o:before {
  content: "\F05C";
}

.fa-check-circle-o:before {
  content: "\F05D";
}

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

.fa-arrow-left:before {
  content: "\F060";
}

.fa-arrow-right:before {
  content: "\F061";
}

.fa-arrow-up:before {
  content: "\F062";
}

.fa-arrow-down:before {
  content: "\F063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\F064";
}

.fa-expand:before {
  content: "\F065";
}

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

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

.fa-minus:before {
  content: "\F068";
}

.fa-asterisk:before {
  content: "\F069";
}

.fa-exclamation-circle:before {
  content: "\F06A";
}

.fa-gift:before {
  content: "\F06B";
}

.fa-leaf:before {
  content: "\F06C";
}

.fa-fire:before {
  content: "\F06D";
}

.fa-eye:before {
  content: "\F06E";
}

.fa-eye-slash:before {
  content: "\F070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\F071";
}

.fa-plane:before {
  content: "\F072";
}

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

.fa-random:before {
  content: "\F074";
}

.fa-comment:before {
  content: "\F075";
}

.fa-magnet:before {
  content: "\F076";
}

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

.fa-chevron-down:before {
  content: "\F078";
}

.fa-retweet:before {
  content: "\F079";
}

.fa-shopping-cart:before {
  content: "\F07A";
}

.fa-folder:before {
  content: "\F07B";
}

.fa-folder-open:before {
  content: "\F07C";
}

.fa-arrows-v:before {
  content: "\F07D";
}

.fa-arrows-h:before {
  content: "\F07E";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\F080";
}

.fa-twitter-square:before {
  content: "\F081";
}

.fa-facebook-square:before {
  content: "\F082";
}

.fa-camera-retro:before {
  content: "\F083";
}

.fa-key:before {
  content: "\F084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\F085";
}

.fa-comments:before {
  content: "\F086";
}

.fa-thumbs-o-up:before {
  content: "\F087";
}

.fa-thumbs-o-down:before {
  content: "\F088";
}

.fa-star-half:before {
  content: "\F089";
}

.fa-heart-o:before {
  content: "\F08A";
}

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

.fa-linkedin-square:before {
  content: "\F08C";
}

.fa-thumb-tack:before {
  content: "\F08D";
}

.fa-external-link:before {
  content: "\F08E";
}

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

.fa-trophy:before {
  content: "\F091";
}

.fa-github-square:before {
  content: "\F092";
}

.fa-upload:before {
  content: "\F093";
}

.fa-lemon-o:before {
  content: "\F094";
}

.fa-phone:before {
  content: "\F095";
}

.fa-square-o:before {
  content: "\F096";
}

.fa-bookmark-o:before {
  content: "\F097";
}

.fa-phone-square:before {
  content: "\F098";
}

.fa-twitter:before {
  content: "\F099";
}

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

.fa-github:before {
  content: "\F09B";
}

.fa-unlock:before {
  content: "\F09C";
}

.fa-credit-card:before {
  content: "\F09D";
}

.fa-feed:before,
.fa-rss:before {
  content: "\F09E";
}

.fa-hdd-o:before {
  content: "\F0A0";
}

.fa-bullhorn:before {
  content: "\F0A1";
}

.fa-bell:before {
  content: "\F0F3";
}

.fa-certificate:before {
  content: "\F0A3";
}

.fa-hand-o-right:before {
  content: "\F0A4";
}

.fa-hand-o-left:before {
  content: "\F0A5";
}

.fa-hand-o-up:before {
  content: "\F0A6";
}

.fa-hand-o-down:before {
  content: "\F0A7";
}

.fa-arrow-circle-left:before {
  content: "\F0A8";
}

.fa-arrow-circle-right:before {
  content: "\F0A9";
}

.fa-arrow-circle-up:before {
  content: "\F0AA";
}

.fa-arrow-circle-down:before {
  content: "\F0AB";
}

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

.fa-wrench:before {
  content: "\F0AD";
}

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

.fa-filter:before {
  content: "\F0B0";
}

.fa-briefcase:before {
  content: "\F0B1";
}

.fa-arrows-alt:before {
  content: "\F0B2";
}

.fa-group:before,
.fa-users:before {
  content: "\F0C0";
}

.fa-chain:before,
.fa-link:before {
  content: "\F0C1";
}

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

.fa-flask:before {
  content: "\F0C3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\F0C4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\F0C5";
}

.fa-paperclip:before {
  content: "\F0C6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\F0C7";
}

.fa-square:before {
  content: "\F0C8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\F0C9";
}

.fa-list-ul:before {
  content: "\F0CA";
}

.fa-list-ol:before {
  content: "\F0CB";
}

.fa-strikethrough:before {
  content: "\F0CC";
}

.fa-underline:before {
  content: "\F0CD";
}

.fa-table:before {
  content: "\F0CE";
}

.fa-magic:before {
  content: "\F0D0";
}

.fa-truck:before {
  content: "\F0D1";
}

.fa-pinterest:before {
  content: "\F0D2";
}

.fa-pinterest-square:before {
  content: "\F0D3";
}

.fa-google-plus-square:before {
  content: "\F0D4";
}

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

.fa-money:before {
  content: "\F0D6";
}

.fa-caret-down:before {
  content: "\F0D7";
}

.fa-caret-up:before {
  content: "\F0D8";
}

.fa-caret-left:before {
  content: "\F0D9";
}

.fa-caret-right:before {
  content: "\F0DA";
}

.fa-columns:before {
  content: "\F0DB";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\F0DC";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\F0DD";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\F0DE";
}

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

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

.fa-rotate-left:before,
.fa-undo:before {
  content: "\F0E2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\F0E3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\F0E4";
}

.fa-comment-o:before {
  content: "\F0E5";
}

.fa-comments-o:before {
  content: "\F0E6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\F0E7";
}

.fa-sitemap:before {
  content: "\F0E8";
}

.fa-umbrella:before {
  content: "\F0E9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\F0EA";
}

.fa-lightbulb-o:before {
  content: "\F0EB";
}

.fa-exchange:before {
  content: "\F0EC";
}

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

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

.fa-user-md:before {
  content: "\F0F0";
}

.fa-stethoscope:before {
  content: "\F0F1";
}

.fa-suitcase:before {
  content: "\F0F2";
}

.fa-bell-o:before {
  content: "\F0A2";
}

.fa-coffee:before {
  content: "\F0F4";
}

.fa-cutlery:before {
  content: "\F0F5";
}

.fa-file-text-o:before {
  content: "\F0F6";
}

.fa-building-o:before {
  content: "\F0F7";
}

.fa-hospital-o:before {
  content: "\F0F8";
}

.fa-ambulance:before {
  content: "\F0F9";
}

.fa-medkit:before {
  content: "\F0FA";
}

.fa-fighter-jet:before {
  content: "\F0FB";
}

.fa-beer:before {
  content: "\F0FC";
}

.fa-h-square:before {
  content: "\F0FD";
}

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

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

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

.fa-angle-double-up:before {
  content: "\F102";
}

.fa-angle-double-down:before {
  content: "\F103";
}

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

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

.fa-angle-up:before {
  content: "\F106";
}

.fa-angle-down:before {
  content: "\F107";
}

.fa-desktop:before {
  content: "\F108";
}

.fa-laptop:before {
  content: "\F109";
}

.fa-tablet:before {
  content: "\F10A";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\F10B";
}

.fa-circle-o:before {
  content: "\F10C";
}

.fa-quote-left:before {
  content: "\F10D";
}

.fa-quote-right:before {
  content: "\F10E";
}

.fa-spinner:before,
.collections-list-page .collections-filters.is-loading .pl-collection-search-form .pl-search-filter-wrapper:after {
  content: "\F110";
}

.fa-circle:before {
  content: "\F111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\F112";
}

.fa-github-alt:before {
  content: "\F113";
}

.fa-folder-o:before {
  content: "\F114";
}

.fa-folder-open-o:before {
  content: "\F115";
}

.fa-smile-o:before {
  content: "\F118";
}

.fa-frown-o:before {
  content: "\F119";
}

.fa-meh-o:before {
  content: "\F11A";
}

.fa-gamepad:before {
  content: "\F11B";
}

.fa-keyboard-o:before {
  content: "\F11C";
}

.fa-flag-o:before {
  content: "\F11D";
}

.fa-flag-checkered:before {
  content: "\F11E";
}

.fa-terminal:before {
  content: "\F120";
}

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

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\F122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\F123";
}

.fa-location-arrow:before {
  content: "\F124";
}

.fa-crop:before {
  content: "\F125";
}

.fa-code-fork:before {
  content: "\F126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\F127";
}

.fa-question:before {
  content: "\F128";
}

.fa-info:before {
  content: "\F129";
}

.fa-exclamation:before {
  content: "\F12A";
}

.fa-superscript:before {
  content: "\F12B";
}

.fa-subscript:before {
  content: "\F12C";
}

.fa-eraser:before {
  content: "\F12D";
}

.fa-puzzle-piece:before {
  content: "\F12E";
}

.fa-microphone:before {
  content: "\F130";
}

.fa-microphone-slash:before {
  content: "\F131";
}

.fa-shield:before {
  content: "\F132";
}

.fa-calendar-o:before {
  content: "\F133";
}

.fa-fire-extinguisher:before {
  content: "\F134";
}

.fa-rocket:before {
  content: "\F135";
}

.fa-maxcdn:before {
  content: "\F136";
}

.fa-chevron-circle-left:before {
  content: "\F137";
}

.fa-chevron-circle-right:before {
  content: "\F138";
}

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

.fa-chevron-circle-down:before {
  content: "\F13A";
}

.fa-html5:before {
  content: "\F13B";
}

.fa-css3:before {
  content: "\F13C";
}

.fa-anchor:before {
  content: "\F13D";
}

.fa-unlock-alt:before {
  content: "\F13E";
}

.fa-bullseye:before {
  content: "\F140";
}

.fa-ellipsis-h:before {
  content: "\F141";
}

.fa-ellipsis-v:before {
  content: "\F142";
}

.fa-rss-square:before {
  content: "\F143";
}

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

.fa-ticket:before {
  content: "\F145";
}

.fa-minus-square:before {
  content: "\F146";
}

.fa-minus-square-o:before {
  content: "\F147";
}

.fa-level-up:before {
  content: "\F148";
}

.fa-level-down:before {
  content: "\F149";
}

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

.fa-pencil-square:before {
  content: "\F14B";
}

.fa-external-link-square:before {
  content: "\F14C";
}

.fa-share-square:before {
  content: "\F14D";
}

.fa-compass:before {
  content: "\F14E";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\F150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\F151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\F152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\F153";
}

.fa-gbp:before {
  content: "\F154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\F155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\F156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\F157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\F158";
}

.fa-won:before,
.fa-krw:before {
  content: "\F159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\F15A";
}

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

.fa-file-text:before {
  content: "\F15C";
}

.fa-sort-alpha-asc:before {
  content: "\F15D";
}

.fa-sort-alpha-desc:before {
  content: "\F15E";
}

.fa-sort-amount-asc:before {
  content: "\F160";
}

.fa-sort-amount-desc:before {
  content: "\F161";
}

.fa-sort-numeric-asc:before {
  content: "\F162";
}

.fa-sort-numeric-desc:before {
  content: "\F163";
}

.fa-thumbs-up:before {
  content: "\F164";
}

.fa-thumbs-down:before {
  content: "\F165";
}

.fa-youtube-square:before {
  content: "\F166";
}

.fa-youtube:before {
  content: "\F167";
}

.fa-xing:before {
  content: "\F168";
}

.fa-xing-square:before {
  content: "\F169";
}

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

.fa-dropbox:before {
  content: "\F16B";
}

.fa-stack-overflow:before {
  content: "\F16C";
}

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

.fa-flickr:before {
  content: "\F16E";
}

.fa-adn:before {
  content: "\F170";
}

.fa-bitbucket:before {
  content: "\F171";
}

.fa-bitbucket-square:before {
  content: "\F172";
}

.fa-tumblr:before {
  content: "\F173";
}

.fa-tumblr-square:before {
  content: "\F174";
}

.fa-long-arrow-down:before {
  content: "\F175";
}

.fa-long-arrow-up:before {
  content: "\F176";
}

.fa-long-arrow-left:before {
  content: "\F177";
}

.fa-long-arrow-right:before {
  content: "\F178";
}

.fa-apple:before {
  content: "\F179";
}

.fa-windows:before {
  content: "\F17A";
}

.fa-android:before {
  content: "\F17B";
}

.fa-linux:before {
  content: "\F17C";
}

.fa-dribbble:before {
  content: "\F17D";
}

.fa-skype:before {
  content: "\F17E";
}

.fa-foursquare:before {
  content: "\F180";
}

.fa-trello:before {
  content: "\F181";
}

.fa-female:before {
  content: "\F182";
}

.fa-male:before {
  content: "\F183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\F184";
}

.fa-sun-o:before {
  content: "\F185";
}

.fa-moon-o:before {
  content: "\F186";
}

.fa-archive:before {
  content: "\F187";
}

.fa-bug:before {
  content: "\F188";
}

.fa-vk:before {
  content: "\F189";
}

.fa-weibo:before {
  content: "\F18A";
}

.fa-renren:before {
  content: "\F18B";
}

.fa-pagelines:before {
  content: "\F18C";
}

.fa-stack-exchange:before {
  content: "\F18D";
}

.fa-arrow-circle-o-right:before {
  content: "\F18E";
}

.fa-arrow-circle-o-left:before {
  content: "\F190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\F191";
}

.fa-dot-circle-o:before {
  content: "\F192";
}

.fa-wheelchair:before {
  content: "\F193";
}

.fa-vimeo-square:before {
  content: "\F194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\F195";
}

.fa-plus-square-o:before {
  content: "\F196";
}

.fa-space-shuttle:before {
  content: "\F197";
}

.fa-slack:before {
  content: "\F198";
}

.fa-envelope-square:before {
  content: "\F199";
}

.fa-wordpress:before {
  content: "\F19A";
}

.fa-openid:before {
  content: "\F19B";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\F19C";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\F19D";
}

.fa-yahoo:before {
  content: "\F19E";
}

.fa-google:before {
  content: "\F1A0";
}

.fa-reddit:before {
  content: "\F1A1";
}

.fa-reddit-square:before {
  content: "\F1A2";
}

.fa-stumbleupon-circle:before {
  content: "\F1A3";
}

.fa-stumbleupon:before {
  content: "\F1A4";
}

.fa-delicious:before {
  content: "\F1A5";
}

.fa-digg:before {
  content: "\F1A6";
}

.fa-pied-piper-pp:before {
  content: "\F1A7";
}

.fa-pied-piper-alt:before {
  content: "\F1A8";
}

.fa-drupal:before {
  content: "\F1A9";
}

.fa-joomla:before {
  content: "\F1AA";
}

.fa-language:before {
  content: "\F1AB";
}

.fa-fax:before {
  content: "\F1AC";
}

.fa-building:before {
  content: "\F1AD";
}

.fa-child:before {
  content: "\F1AE";
}

.fa-paw:before {
  content: "\F1B0";
}

.fa-spoon:before {
  content: "\F1B1";
}

.fa-cube:before {
  content: "\F1B2";
}

.fa-cubes:before {
  content: "\F1B3";
}

.fa-behance:before {
  content: "\F1B4";
}

.fa-behance-square:before {
  content: "\F1B5";
}

.fa-steam:before {
  content: "\F1B6";
}

.fa-steam-square:before {
  content: "\F1B7";
}

.fa-recycle:before {
  content: "\F1B8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\F1B9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\F1BA";
}

.fa-tree:before {
  content: "\F1BB";
}

.fa-spotify:before {
  content: "\F1BC";
}

.fa-deviantart:before {
  content: "\F1BD";
}

.fa-soundcloud:before {
  content: "\F1BE";
}

.fa-database:before {
  content: "\F1C0";
}

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

.fa-file-word-o:before {
  content: "\F1C2";
}

.fa-file-excel-o:before {
  content: "\F1C3";
}

.fa-file-powerpoint-o:before {
  content: "\F1C4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\F1C5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\F1C6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\F1C7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\F1C8";
}

.fa-file-code-o:before {
  content: "\F1C9";
}

.fa-vine:before {
  content: "\F1CA";
}

.fa-codepen:before {
  content: "\F1CB";
}

.fa-jsfiddle:before {
  content: "\F1CC";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\F1CD";
}

.fa-circle-o-notch:before {
  content: "\F1CE";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\F1D0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\F1D1";
}

.fa-git-square:before {
  content: "\F1D2";
}

.fa-git:before {
  content: "\F1D3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\F1D4";
}

.fa-tencent-weibo:before {
  content: "\F1D5";
}

.fa-qq:before {
  content: "\F1D6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\F1D7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\F1D8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\F1D9";
}

.fa-history:before {
  content: "\F1DA";
}

.fa-circle-thin:before {
  content: "\F1DB";
}

.fa-header:before {
  content: "\F1DC";
}

.fa-paragraph:before {
  content: "\F1DD";
}

.fa-sliders:before {
  content: "\F1DE";
}

.fa-share-alt:before {
  content: "\F1E0";
}

.fa-share-alt-square:before {
  content: "\F1E1";
}

.fa-bomb:before {
  content: "\F1E2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\F1E3";
}

.fa-tty:before {
  content: "\F1E4";
}

.fa-binoculars:before {
  content: "\F1E5";
}

.fa-plug:before {
  content: "\F1E6";
}

.fa-slideshare:before {
  content: "\F1E7";
}

.fa-twitch:before {
  content: "\F1E8";
}

.fa-yelp:before {
  content: "\F1E9";
}

.fa-newspaper-o:before {
  content: "\F1EA";
}

.fa-wifi:before {
  content: "\F1EB";
}

.fa-calculator:before {
  content: "\F1EC";
}

.fa-paypal:before {
  content: "\F1ED";
}

.fa-google-wallet:before {
  content: "\F1EE";
}

.fa-cc-visa:before {
  content: "\F1F0";
}

.fa-cc-mastercard:before {
  content: "\F1F1";
}

.fa-cc-discover:before {
  content: "\F1F2";
}

.fa-cc-amex:before {
  content: "\F1F3";
}

.fa-cc-paypal:before {
  content: "\F1F4";
}

.fa-cc-stripe:before {
  content: "\F1F5";
}

.fa-bell-slash:before {
  content: "\F1F6";
}

.fa-bell-slash-o:before {
  content: "\F1F7";
}

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

.fa-copyright:before {
  content: "\F1F9";
}

.fa-at:before {
  content: "\F1FA";
}

.fa-eyedropper:before {
  content: "\F1FB";
}

.fa-paint-brush:before {
  content: "\F1FC";
}

.fa-birthday-cake:before {
  content: "\F1FD";
}

.fa-area-chart:before {
  content: "\F1FE";
}

.fa-pie-chart:before {
  content: "\F200";
}

.fa-line-chart:before {
  content: "\F201";
}

.fa-lastfm:before {
  content: "\F202";
}

.fa-lastfm-square:before {
  content: "\F203";
}

.fa-toggle-off:before {
  content: "\F204";
}

.fa-toggle-on:before {
  content: "\F205";
}

.fa-bicycle:before {
  content: "\F206";
}

.fa-bus:before {
  content: "\F207";
}

.fa-ioxhost:before {
  content: "\F208";
}

.fa-angellist:before {
  content: "\F209";
}

.fa-cc:before {
  content: "\F20A";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\F20B";
}

.fa-meanpath:before {
  content: "\F20C";
}

.fa-buysellads:before {
  content: "\F20D";
}

.fa-connectdevelop:before {
  content: "\F20E";
}

.fa-dashcube:before {
  content: "\F210";
}

.fa-forumbee:before {
  content: "\F211";
}

.fa-leanpub:before {
  content: "\F212";
}

.fa-sellsy:before {
  content: "\F213";
}

.fa-shirtsinbulk:before {
  content: "\F214";
}

.fa-simplybuilt:before {
  content: "\F215";
}

.fa-skyatlas:before {
  content: "\F216";
}

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

.fa-cart-arrow-down:before {
  content: "\F218";
}

.fa-diamond:before {
  content: "\F219";
}

.fa-ship:before {
  content: "\F21A";
}

.fa-user-secret:before {
  content: "\F21B";
}

.fa-motorcycle:before {
  content: "\F21C";
}

.fa-street-view:before {
  content: "\F21D";
}

.fa-heartbeat:before {
  content: "\F21E";
}

.fa-venus:before {
  content: "\F221";
}

.fa-mars:before {
  content: "\F222";
}

.fa-mercury:before {
  content: "\F223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\F224";
}

.fa-transgender-alt:before {
  content: "\F225";
}

.fa-venus-double:before {
  content: "\F226";
}

.fa-mars-double:before {
  content: "\F227";
}

.fa-venus-mars:before {
  content: "\F228";
}

.fa-mars-stroke:before {
  content: "\F229";
}

.fa-mars-stroke-v:before {
  content: "\F22A";
}

.fa-mars-stroke-h:before {
  content: "\F22B";
}

.fa-neuter:before {
  content: "\F22C";
}

.fa-genderless:before {
  content: "\F22D";
}

.fa-facebook-official:before {
  content: "\F230";
}

.fa-pinterest-p:before {
  content: "\F231";
}

.fa-whatsapp:before {
  content: "\F232";
}

.fa-server:before {
  content: "\F233";
}

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

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

.fa-hotel:before,
.fa-bed:before {
  content: "\F236";
}

.fa-viacoin:before {
  content: "\F237";
}

.fa-train:before {
  content: "\F238";
}

.fa-subway:before {
  content: "\F239";
}

.fa-medium:before {
  content: "\F23A";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\F23B";
}

.fa-optin-monster:before {
  content: "\F23C";
}

.fa-opencart:before {
  content: "\F23D";
}

.fa-expeditedssl:before {
  content: "\F23E";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\F240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\F241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\F242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\F243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\F244";
}

.fa-mouse-pointer:before {
  content: "\F245";
}

.fa-i-cursor:before {
  content: "\F246";
}

.fa-object-group:before {
  content: "\F247";
}

.fa-object-ungroup:before {
  content: "\F248";
}

.fa-sticky-note:before {
  content: "\F249";
}

.fa-sticky-note-o:before {
  content: "\F24A";
}

.fa-cc-jcb:before {
  content: "\F24B";
}

.fa-cc-diners-club:before {
  content: "\F24C";
}

.fa-clone:before {
  content: "\F24D";
}

.fa-balance-scale:before {
  content: "\F24E";
}

.fa-hourglass-o:before {
  content: "\F250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\F251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\F252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\F253";
}

.fa-hourglass:before {
  content: "\F254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\F255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\F256";
}

.fa-hand-scissors-o:before {
  content: "\F257";
}

.fa-hand-lizard-o:before {
  content: "\F258";
}

.fa-hand-spock-o:before {
  content: "\F259";
}

.fa-hand-pointer-o:before {
  content: "\F25A";
}

.fa-hand-peace-o:before {
  content: "\F25B";
}

.fa-trademark:before {
  content: "\F25C";
}

.fa-registered:before {
  content: "\F25D";
}

.fa-creative-commons:before {
  content: "\F25E";
}

.fa-gg:before {
  content: "\F260";
}

.fa-gg-circle:before {
  content: "\F261";
}

.fa-tripadvisor:before {
  content: "\F262";
}

.fa-odnoklassniki:before {
  content: "\F263";
}

.fa-odnoklassniki-square:before {
  content: "\F264";
}

.fa-get-pocket:before {
  content: "\F265";
}

.fa-wikipedia-w:before {
  content: "\F266";
}

.fa-safari:before {
  content: "\F267";
}

.fa-chrome:before {
  content: "\F268";
}

.fa-firefox:before {
  content: "\F269";
}

.fa-opera:before {
  content: "\F26A";
}

.fa-internet-explorer:before {
  content: "\F26B";
}

.fa-tv:before,
.fa-television:before {
  content: "\F26C";
}

.fa-contao:before {
  content: "\F26D";
}

.fa-500px:before {
  content: "\F26E";
}

.fa-amazon:before {
  content: "\F270";
}

.fa-calendar-plus-o:before {
  content: "\F271";
}

.fa-calendar-minus-o:before {
  content: "\F272";
}

.fa-calendar-times-o:before {
  content: "\F273";
}

.fa-calendar-check-o:before {
  content: "\F274";
}

.fa-industry:before {
  content: "\F275";
}

.fa-map-pin:before {
  content: "\F276";
}

.fa-map-signs:before {
  content: "\F277";
}

.fa-map-o:before {
  content: "\F278";
}

.fa-map:before {
  content: "\F279";
}

.fa-commenting:before {
  content: "\F27A";
}

.fa-commenting-o:before {
  content: "\F27B";
}

.fa-houzz:before {
  content: "\F27C";
}

.fa-vimeo:before {
  content: "\F27D";
}

.fa-black-tie:before {
  content: "\F27E";
}

.fa-fonticons:before {
  content: "\F280";
}

.fa-reddit-alien:before {
  content: "\F281";
}

.fa-edge:before {
  content: "\F282";
}

.fa-credit-card-alt:before {
  content: "\F283";
}

.fa-codiepie:before {
  content: "\F284";
}

.fa-modx:before {
  content: "\F285";
}

.fa-fort-awesome:before {
  content: "\F286";
}

.fa-usb:before {
  content: "\F287";
}

.fa-product-hunt:before {
  content: "\F288";
}

.fa-mixcloud:before {
  content: "\F289";
}

.fa-scribd:before {
  content: "\F28A";
}

.fa-pause-circle:before {
  content: "\F28B";
}

.fa-pause-circle-o:before {
  content: "\F28C";
}

.fa-stop-circle:before {
  content: "\F28D";
}

.fa-stop-circle-o:before {
  content: "\F28E";
}

.fa-shopping-bag:before {
  content: "\F290";
}

.fa-shopping-basket:before {
  content: "\F291";
}

.fa-hashtag:before {
  content: "\F292";
}

.fa-bluetooth:before {
  content: "\F293";
}

.fa-bluetooth-b:before {
  content: "\F294";
}

.fa-percent:before {
  content: "\F295";
}

.fa-gitlab:before {
  content: "\F296";
}

.fa-wpbeginner:before {
  content: "\F297";
}

.fa-wpforms:before {
  content: "\F298";
}

.fa-envira:before {
  content: "\F299";
}

.fa-universal-access:before {
  content: "\F29A";
}

.fa-wheelchair-alt:before {
  content: "\F29B";
}

.fa-question-circle-o:before {
  content: "\F29C";
}

.fa-blind:before {
  content: "\F29D";
}

.fa-audio-description:before {
  content: "\F29E";
}

.fa-volume-control-phone:before {
  content: "\F2A0";
}

.fa-braille:before {
  content: "\F2A1";
}

.fa-assistive-listening-systems:before {
  content: "\F2A2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\F2A3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\F2A4";
}

.fa-glide:before {
  content: "\F2A5";
}

.fa-glide-g:before {
  content: "\F2A6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\F2A7";
}

.fa-low-vision:before {
  content: "\F2A8";
}

.fa-viadeo:before {
  content: "\F2A9";
}

.fa-viadeo-square:before {
  content: "\F2AA";
}

.fa-snapchat:before {
  content: "\F2AB";
}

.fa-snapchat-ghost:before {
  content: "\F2AC";
}

.fa-snapchat-square:before {
  content: "\F2AD";
}

.fa-pied-piper:before {
  content: "\F2AE";
}

.fa-first-order:before {
  content: "\F2B0";
}

.fa-yoast:before {
  content: "\F2B1";
}

.fa-themeisle:before {
  content: "\F2B2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\F2B3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\F2B4";
}

.fa-handshake-o:before {
  content: "\F2B5";
}

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

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

.fa-linode:before {
  content: "\F2B8";
}

.fa-address-book:before {
  content: "\F2B9";
}

.fa-address-book-o:before {
  content: "\F2BA";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\F2BB";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\F2BC";
}

.fa-user-circle:before {
  content: "\F2BD";
}

.fa-user-circle-o:before {
  content: "\F2BE";
}

.fa-user-o:before {
  content: "\F2C0";
}

.fa-id-badge:before {
  content: "\F2C1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\F2C2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\F2C3";
}

.fa-quora:before {
  content: "\F2C4";
}

.fa-free-code-camp:before {
  content: "\F2C5";
}

.fa-telegram:before {
  content: "\F2C6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\F2C7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\F2C8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\F2C9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\F2CA";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\F2CB";
}

.fa-shower:before {
  content: "\F2CC";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\F2CD";
}

.fa-podcast:before {
  content: "\F2CE";
}

.fa-window-maximize:before {
  content: "\F2D0";
}

.fa-window-minimize:before {
  content: "\F2D1";
}

.fa-window-restore:before {
  content: "\F2D2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\F2D3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\F2D4";
}

.fa-bandcamp:before {
  content: "\F2D5";
}

.fa-grav:before {
  content: "\F2D6";
}

.fa-etsy:before {
  content: "\F2D7";
}

.fa-imdb:before {
  content: "\F2D8";
}

.fa-ravelry:before {
  content: "\F2D9";
}

.fa-eercast:before {
  content: "\F2DA";
}

.fa-microchip:before {
  content: "\F2DB";
}

.fa-snowflake-o:before {
  content: "\F2DC";
}

.fa-superpowers:before {
  content: "\F2DD";
}

.fa-wpexplorer:before {
  content: "\F2DE";
}

.fa-meetup:before {
  content: "\F2E0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.collections-list-page .pl-breadcrumbs-wrapper {
  background-color: transparent;
}

.collections-list-page .pl-breadcrumbs-wrapper .breadcrumbs {
  margin-left: 2px;
}

.collections-list-page .pl-breadcrumbs-wrapper .breadcrumbs li {
  border: none;
  position: relative;
  text-transform: lowercase;
}

.collections-list-page .pl-breadcrumbs-wrapper .breadcrumbs li:after {
  content: '-';
  position: absolute;
  right: -5px;
  font-weight: 200;
}

.collections-list-page .pl-breadcrumbs-wrapper .breadcrumbs li a {
  text-decoration: none;
  text-transform: lowercase;
}

.collections-list-page .pl-breadcrumbs-wrapper .breadcrumbs li:last-child:after {
  display: none;
}

.collections-list-page .collections-list {
  margin-top: 25px;
  margin-bottom: 35px;
}

.collections-list-page .collections-filters {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 25px;
}

@media print, screen and (min-width: 64.0625em) {
  .collections-list-page .collections-filters .bordered-r {
    border-right: 1px solid #d6d6d6;
  }
}

.collections-list-page .collections-filters__heading .filters-heading-block {
  background-color: #4a7444;
  padding: 20px;
}

.collections-list-page .collections-filters__heading .filters-heading-block h3 {
  color: #ffffff;
  font-weight: 200;
  font-size: 20px;
  margin: 0;
}

.collections-list-page .collections-filters__heading .filters-heading-block .h3 {
  color: #ffffff;
  font-weight: 200;
  font-size: 20px;
  margin: 0;
}

@media print, screen and (min-width: 40em) {
  .collections-list-page .collections-filters__heading {
    margin-top: 20px;
  }
}

@media print, screen and (min-width: 64.0625em) {
  .collections-list-page .collections-filters__heading {
    margin-top: 0;
  }
}

.collections-list-page .collections-filters__blocks {
  margin-top: 15px;
}

.collections-list-page .collections-filters__blocks .filter-block {
  margin: 0;
}

.collections-list-page .collections-filters__blocks .filter-block .img-w {
  margin-bottom: 12px;
}

.collections-list-page .collections-filters__blocks .filter-block h3 {
  color: #4a7444;
  text-transform: uppercase;
  text-align: center;
}

@media print, screen and (min-width: 40em) {
  .collections-list-page .collections-filters__blocks .filter-block .grid-x {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  .collections-list-page .collections-filters__blocks .filter-block .grid-x .cell {
    -webkit-box-flex: 1;
            flex: 1;
  }

  .collections-list-page .collections-filters__blocks .filter-block .img-w {
    margin-bottom: 20px;
  }

  .collections-list-page .collections-filters__blocks .filter-block a {
    text-decoration: none;
  }

  .collections-list-page .collections-filters__blocks .filter-block h3 {
    font-size: 1.125rem;
    padding: 0 15px;
  }
}

@media print, screen and (min-width: 40em) {
  .collections-list-page .collections-filters__blocks {
    margin-top: 30px;
  }
}

.collections-list-page .collections-filters .pl-collection-search-form {
  margin-top: 5px;
}

.collections-list-page .collections-filters .pl-collection-search-form select {
  text-transform: uppercase;
}

.collections-list-page .collections-filters .pl-collection-search-form:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: rgba(255,255,255,0.3);
  opacity: 0;
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms;
}

@media print, screen and (min-width: 40em) {
  .collections-list-page .collections-filters .pl-collection-search-form {
    margin-top: 20px;
  }
}

.collections-list-page .collections-filters h1 {
  color: #4a7444;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.1em;
  margin-top: 10px;
  margin-bottom: 20px;
}

.collections-list-page .collections-filters h3 {
  color: #313131;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.1em;
}

.collections-list-page .collections-filters .descr,
.collections-list-page .collections-filters .descr p {
  font-weight: 400;
}

@media print, screen and (min-width: 64.0625em) {
  .collections-list-page .collections-filters .descr,
  .collections-list-page .collections-filters .descr p {
    font-size: 18px !important;
    line-height: 1.4em;
    color: #404040;
  }
}

.collections-list-page .collections-filters .search-btn,
.collections-list-page .collections-filters .reset-btn {
  font-size: 15px;
  display: inline-block;
  background-color: #4a7444;
  padding: 6px 20px;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 30px;
  margin: 0 10px;
}

.collections-list-page .collections-filters .search-btn {
  margin: 0;
  font-size: 14px;
  padding: 6px 12px;
}

@media print, screen and (min-width: 64.0625em) {
  .collections-list-page .collections-filters .search-btn {
    font-size: 15px;
    margin-top: 0;
    margin-bottom: 0;
    padding: 6px 20px;
  }
}

.collections-list-page .collections-filters .pl-search-label {
  margin-top: 5px;
  margin-bottom: 10px;
  display: block;
  color: #2f2f2f;
  font-weight: 500;
}

.collections-list-page .collections-filters .pl-search-filter-wrapper {
  position: relative;
  padding-right: 5px;
}

.collections-list-page .collections-filters .search-switches {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: center;
          align-items: center;
  margin-left: 20px;
}

.collections-list-page .collections-filters .slab-switch {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: flex;
  padding-right: 10px;
  margin-top: 20px;
}

.collections-list-page .collections-filters .slab-switch span.switch-label {
  display: inline-block;
  margin-right: 12px;
  text-transform: uppercase;
}

@media print, screen and (min-width: 40em) {
  .collections-list-page .collections-filters .slab-switch {
    margin-top: 0;
  }
}

.collections-list-page .collections-filters.is-loading .pl-collection-search-form:after {
  opacity: 1;
  pointer-events: all;
}

.collections-list-page .collections-filters.is-loading .pl-collection-search-form .pl-search-filter-wrapper:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.collections-list-page .collections-filters.has-term-reset .pl-reset-term {
  display: block;
}

#pl-loadmore {
  display: inline-block;
  height: 40px;
}

#pl-loadmore span {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms;
}

#pl-loadmore.is-loading {
  background: url("/static/core/images/ajax-loader.gif") no-repeat 50% 50%;
}

#pl-loadmore.is-loading span {
  opacity: 0;
}

.collection-detail .swiper-container {
  position: relative;
}

@media print, screen and (max-width: 39.99875em) {
  .collection-detail .swiper-container {
    height: auto;
  }
}

.collection-detail .swiper-container .swiper-slide:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 130px;
  pointer-events: all;
  background: #000;
  background: -webkit-gradient(linear, left bottom, left top, from(#000), to(rgba(14,14,14,0)));
  background: linear-gradient(0deg, #000 0%, rgba(14,14,14,0) 100%);
  opacity: 0.7;
  z-index: 0;
}

.collection-detail .swiper-container .main-info {
  position: absolute;
  bottom: 20px;
  left: 30px;
  right: 30px;
  background-color: transparent;
  border-bottom: 1px solid #ffffff;
  z-index: 100;
}

.collection-detail .swiper-container .main-info h1 {
  font-size: 42px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 0.9em;
  font-family: montserrat,sans-serif;
  color: #ffffff;
}

@media print, screen and (max-width: 39.99875em) {
  .collection-detail .swiper-container .main-info h1 {
    margin-top: 20px;
  }

  .collection-detail .swiper-container .main-info h1 span {
    font-size: 18px;
  }
}

.collection-detail .swiper-container .main-info h2 {
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: montserrat,sans-serif;
  color: #ffffff;
  line-height: 1.1em;
  text-transform: uppercase;
  margin-bottom: 15px;
}

@media print, screen and (max-width: 39.99875em) {
  .collection-detail .swiper-container .main-info h2 {
    font-size: 18px;
  }
}

.collection-detail .swiper-container .main-info .swiper-pagination {
  padding: 0;
}

.collection-detail .swiper-container .main-info .swiper-pagination-bullet {
  width: 30px;
  opacity: 0.4;
  background-color: #ffffff;
}

.collection-detail .swiper-container .main-info .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

@media print, screen and (max-width: 39.99875em) {
  .collection-detail .swiper-container .main-info {
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;
    padding: 0 30px;
    border-bottom-color: #000000;
    margin-bottom: 20px;
  }

  .collection-detail .swiper-container .main-info h1 {
    font-size: 32px;
    color: #000000;
  }

  .collection-detail .swiper-container .main-info h1 span {
    color: #000000;
  }

  .collection-detail .swiper-container .main-info .swiper-pagination {
    position: initial;
    bottom: 10px;
    margin-bottom: 12px;
    text-align: left;
  }

  .collection-detail .swiper-container .main-info .swiper-pagination-bullet {
    width: 20px;
    opacity: 0.4;
    background-color: #000000;
  }

  .collection-detail .swiper-container .main-info .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
  }
}

@media print, screen and (min-width: 40em) and (max-width: 64.06125em) {
  .collection-detail .swiper-container .main-info .swiper-pagination {
    position: initial;
    bottom: 10px;
    margin-bottom: 12px;
    text-align: left;
  }
}

.collection-detail__cta {
  margin-bottom: 30px;
  text-transform: uppercase;
}

@media print, screen and (max-width: 39.99875em) {
  .collection-detail__cta {
    margin: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;
  }
}

.collection-detail__cta .menu {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  justify-content: space-around;
}

.collection-detail__cta .menu li a {
  font-size: .875rem;
  font-weight: 600;
  color: #4a7444;
  text-transform: uppercase;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
          align-items: center;
}

@media print, screen and (min-width: 40em) {
  .collection-detail__cta .menu li a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
}

.collection-detail__cta .menu li a:before {
  content: '';
  font-size: 20px !important;
  width: 40px;
  height: 32px;
  margin: 0 8px 3px 0;
  background-size: contain;
  background-repeat: no-repeat;
}

.collection-detail__cta .menu li a.ico-contact:before {
  background-image: url("/static/collections_series/images/cta/info.png");
}

.collection-detail__cta .menu li a.ico-dealer:before {
  background-image: url("/static/collections_series/images/cta/dealer.png");
}

.collection-detail__cta .menu li a.ico-download:before {
  background-image: url("/static/collections_series/images/cta/catalogue.png");
}

.collection-detail__cta .menu li a.ico-images:before {
  background-image: url("/static/collections_series/images/cta/immagini.png");
}

.collection-detail__cta .menu li a.ico-catalogue:before {
  background-image: url("/static/collections_series/images/cta/catalogue.png");
}

.collection-detail__cta .menu li a.ico-tiles:before {
  background-image: url("/static/collections_series/images/cta/piastrelle.svg");
}

.collection-detail__cta .menu li a.ico-tech:before {
  background-image: url("/static/collections_series/images/cta/info_tecniche.png");
}

.collection-detail__cta .menu li a.ico-play:before {
  background-image: url("/static/collections_series/images/svg/play.svg");
}

@media print, screen and (max-width: 39.99875em) {
  .collection-detail__cta .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
            align-items: flex-start;
    width: 100%;
    padding: 14px 10px 14px 15px;
  }

  .collection-detail__cta .menu li {
    width: 100%;
  }

  .collection-detail__cta .menu a {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
    -webkit-box-align: center !important;
            align-items: center !important;
    font-size: .9375rem;
    width: 100%;
    padding: 5px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #4a7444;
    position: relative;
  }

  .collection-detail__cta .menu a:before {
    left: inherit;
    right: 10px;
  }

  .collection-detail__cta .menu a:after {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    bottom: 5px;
    content: '';
    -webkit-mask: url("/static/core/images/svg/chevron-thin-right.svg") no-repeat 50% 50%;
    mask: url("/static/core/images/svg/chevron-thin-right.svg") no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: #4a7444;
  }
}

@media print, screen and (min-width: 40em) {
  .collection-detail__cta .menu {
    margin: 20px 0;
  }

  .collection-detail__cta .menu a {
    padding: 11px 10px;
  }
}

.collection-detail__descr p {
  font-size: 1.125rem;
  text-align: center;
  font-weight: 400;
  padding-bottom: 20px;
  color: #404040;
  line-height: 1.4em;
  margin-bottom: 10px;
}

.collection-detail__section-title {
  font-size: 20px !important;
  font-weight: 500 !important;
  text-transform: uppercase;
  color: #4a7444;
  border: 1px solid #4a7444;
  border-left-width: 0;
  border-right-width: 0;
  text-align: center;
  padding: 12px 0;
  margin-bottom: 20px;
}

.collection-detail__articles {
  padding-top: 20px;
  padding-bottom: 20px;
}

.collection-detail__articles h3 {
  font-size: 26px;
  font-weight: 200;
  text-align: center;
}

.collection-detail__articles .articles-w {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
          justify-content: center;
}

.collection-detail__articles .article-item {
  padding: 15px;
  display: -webkit-box;
  display: flex;
  flex-basis: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  text-decoration: none !important;
}

.collection-detail__articles .article-item__name {
  margin-top: 10px;
}

.collection-detail__articles .article-item__name span {
  position: relative;
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  font-size: .9375rem;
  line-height: 1em;
  font-weight: 600;
  color: #4a7444;
  word-break: break-all;
}

@media print, screen and (min-width: 64.0625em) {
  .collection-detail__articles .article-item__name span {
    word-break: normal;
  }
}

@media print, screen and (min-width: 40em) {
  .collection-detail__articles .article-item {
    flex-basis: 170px;
  }
}

@media print, screen and (min-width: 64.0625em) {
  .collection-detail__articles .article-item {
    flex-basis: 15%;
  }
}

.collection-detail__formats {
  padding-top: 20px;
  padding-bottom: 20px;
}

.collection-detail__formats .formats-w {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
          justify-content: center;
  margin-top: 15px;
}

.collection-detail__formats .format-group {
  display: -webkit-box;
  display: flex;
  flex-shrink: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: end;
          justify-content: flex-end;
}

.collection-detail__formats .format-group__thickness span {
  display: inline-block;
  padding: 1px 0;
  margin: 20px 0 20px 30px;
  line-height: 1em;
  border-top: 1px solid #878686;
  border-bottom: 1px solid #878686;
  color: #878686;
  font-weight: 700;
  position: relative;
}

.collection-detail__formats .format-group__thickness span:before {
  position: absolute;
  top: -7px;
  left: 50%;
  margin-left: -5px;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
  border-color: #878686 transparent transparent;
  border-width: 7px 5px 0 5px;
}

.collection-detail__formats .format-group__thickness span:after {
  position: absolute;
  bottom: -7px;
  left: 50%;
  margin-left: -5px;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
  border-color: transparent transparent #878686;
  border-width: 0 5px 7px 5px;
}

.collection-detail__formats .format-group__thickness.mono-item {
  text-align: center !important;
}

.collection-detail__formats .format-group__thickness.mono-item span {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.collection-detail__formats .format-group__list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

@media print, screen and (min-width: 40em) {
  .collection-detail__formats .format-group__list {
    flex-wrap: nowrap;
  }
}

.collection-detail__formats .format-group__item {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: end;
          justify-content: flex-end;
  position: relative;
}

.collection-detail__formats .format-group__item img {
  max-width: 150px;
  margin-bottom: 4px;
}

.collection-detail__formats .format-group__item .name {
  color: #878686;
  font-weight: 700;
}

.collection-detail__formats .format-group__item .name.inch {
  font-weight: 200;
}

.collection-detail__formats .format-group__item .bigslab-man {
  position: absolute;
  background: url("/static/collections_series/images/big_slab/man.png");
  background-size: contain;
  background-repeat: no-repeat;
  left: 20px;
  bottom: 45px;
  height: 88px;
  width: 25px;
}

.collection-detail__formats .format-group__item.big-slab {
  position: relative;
}

.collection-detail__formats .format-group__item.big-slab .big-slab-man {
  position: absolute;
  background: url("/static/collections_series/images/big_slab/man.png");
  background-size: contain;
  background-repeat: no-repeat;
  left: 20px;
  bottom: 55px;
  height: 88px;
  width: 25px;
}

.collection-detail__formats .format-group:last-child {
  border-right: none;
}

@media print, screen and (min-width: 40em) {
  .collection-detail__formats .format-group {
    border-right: 1px solid #70706f;
    padding-right: 20px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
}

.collection-detail__formats .format-group.is-single {
  -webkit-box-flex: 0;
          flex-grow: 0;
}

@media print, screen and (min-width: 40em) {
  .collection-detail__formats .format-group.bslab {
    padding-right: 40px;
  }
}

.collection-detail .big-slab-associated {
  background-color: #f3f3f3;
  margin-top: 10px;
}

.collection-detail .big-slab-associated .bs-associated {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  padding: 10px;
  color: #fff;
  text-decoration: none;
}

.collection-detail .big-slab-associated .bs-associated__img {
  width: 100px;
}

.collection-detail .big-slab-associated .bs-associated__img svg {
  fill: #4a7444;
}

.collection-detail .big-slab-associated .bs-associated__title {
  text-decoration: none;
  color: #4a7444;
  font-weight: 300;
}

.collection-detail__bigslab-imgs {
  border-top: 1px solid #eeeeee;
  padding: 40px 0 30px 0;
}

.collection-detail__bigslab-imgs h3,
.collection-detail__bigslab-imgs .h3 {
  font-size: 26px;
  font-weight: 200;
  text-align: center;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.collection-detail__bigslab-imgs .bigslabs {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: end;
          align-items: flex-end;
  flex-wrap: wrap;
}

@media print, screen and (min-width: 40em) {
  .collection-detail__bigslab-imgs .bigslabs {
    flex-wrap: nowrap;
  }
}

.collection-detail__bigslab-imgs .bigslab-item {
  display: block;
  padding: 0 10px;
  position: relative;
  flex-basis: 50%;
  margin-bottom: 25px;
}

@media print, screen and (min-width: 40em) {
  .collection-detail__bigslab-imgs .bigslab-item {
    flex-basis: auto;
    margin-bottom: 0;
  }
}

.collection-detail__bigslab-imgs .bigslab-item__name {
  position: absolute;
  bottom: 15px;
  left: 24px;
  right: 24px;
  background-color: rgba(255,255,255,0.8);
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  color: #171717;
  text-transform: uppercase;
  opacity: 0;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
}

.collection-detail__bigslab-imgs .bigslab-item:hover .bigslab-item__name {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.collection-detail__related {
  margin-top: 35px;
  margin-bottom: 45px;
}

.collection-detail__related .related-grid {
  margin-top: 25px;
}

@media print, screen and (min-width: 64.0625em) {
  .collection-detail__related .related-grid {
    margin-top: 70px;
  }
}

.pl-collection-detail-page-new .pl-breadcrumbs-wrapper {
  background-color: transparent;
}

.pl-collection-detail-page-new .pl-breadcrumbs-wrapper .breadcrumbs {
  margin-left: 2px;
}

.pl-collection-detail-page-new .pl-breadcrumbs-wrapper .breadcrumbs li {
  border: none;
  position: relative;
  text-transform: lowercase;
}

.pl-collection-detail-page-new .pl-breadcrumbs-wrapper .breadcrumbs li:after {
  content: '-';
  position: absolute;
  right: -5px;
  font-weight: 200;
}

.pl-collection-detail-page-new .pl-breadcrumbs-wrapper .breadcrumbs li a {
  text-decoration: none;
  text-transform: lowercase;
}

.pl-collection-detail-page-new .pl-breadcrumbs-wrapper .breadcrumbs li:last-child:after {
  display: none;
}

.pl-collection-detail-page-new #lightcase-info {
  width: 100%;
}

.pl-collection-detail-page-new #lightcase-info #lightcase-caption {
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 1.25rem;
}

.pl-modal-header .h2-look {
  text-transform: uppercase;
  font-size: 52px;
}

.article-item img {
  border: 4px solid #ffffff;
  -webkit-transition: border-color 250ms;
  transition: border-color 250ms;
}

.article-item.active img {
  border-color: #4a7444;
}

.articles-accordion__panel {
  border-top: 1px solid #dedede;
  padding-top: 35px;
  padding-bottom: 15px;
  display: none;
}

.articles-accordion .accordion-item {
  display: block;
  margin: 0 10px 15px 20px;
  text-align: center;
}

.articles-accordion .accordion-item__img img {
  max-width: 230px;
  border-radius: 100%;
}

@media print, screen and (min-width: 40em) {
  .articles-accordion .accordion-item__img img {
    max-width: 180px;
  }
}

@media print, screen and (min-width: 64.0625em) {
  .articles-accordion .accordion-item__img img {
    max-width: 150px;
  }
}

.articles-accordion .accordion-item__name {
  margin-top: 10px;
}

.articles-accordion .accordion-item__name span {
  position: relative;
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  font-size: .875rem;
  line-height: 1em;
  font-weight: 500;
  color: #010202;
}

.collection-block {
  position: relative;
}

.collection-block__img {
  position: relative;
  margin-bottom: 10px;
  overflow: hidden;
}

.collection-block__img a {
  position: relative;
  display: block;
}

.collection-block__img a:before {
  content: '';
  position: absolute;
  background-color: rgba(27,27,27,0.6);
  opacity: 0.2;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-transition: opacity 200ms ease-out;
  transition: opacity 200ms ease-out;
}

.collection-block__img a .collection-block__desc {
  font-size: 1.25rem;
  line-height: 1.3em;
  font-weight: 300;
  color: #ffffff;
  padding: 12px 25px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-transform: translateY(10%);
          transform: translateY(10%);
  -webkit-transition: all 320ms ease-out;
  transition: all 320ms ease-out;
  text-align: center;
}

.collection-block__img .big-slab-badge {
  z-index: 1;
  position: absolute;
  bottom: 20px;
  right: 25px;
  background-color: #fff;
  padding: 4px 12px;
  border-radius: 30px;
  color: #000;
  text-transform: uppercase;
  font-size: 11px;
}

.collection-block__img .advance-badge {
  z-index: 1;
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.collection-block__img .advance-badge img {
  width: 100px;
}

.collection-block__content a {
  text-decoration: none;
}

.collection-block__title {
  text-decoration: none;
  text-transform: uppercase;
  color: #4a7444;
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 6px;
}

.collection-block__title .h3 {
  text-decoration: none;
}

.collection-block__extra-title {
  text-decoration: none;
  text-transform: uppercase;
  color: #4a7444;
  font-size: 1rem;
  font-weight: 300;
}

.collection-block--related .collection-block__title,
.collection-block--related .collection-block__title a {
  font-size: 1.375rem;
  color: #4a7444;
  font-weight: 500;
}

.collection-block:hover .collection-block__img a:before {
  opacity: 1;
}

.collection-block:hover .collection-block__img a .collection-block__desc {
  opacity: 1;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

.coll-sharer {
  padding-right: .75rem;
}

.search-modal {
  outline: none;
  padding: 0;
}

.search-modal.loading {
  background: url("/static/core/images/ajax-loader.gif") no-repeat 50% 50%;
}

.search-modal.loading .search-modal__content {
  opacity: 0;
}

.search-modal .search-widget__imgs {
  position: relative;
}

.search-modal .search-widget__imgs .widget-img {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 250ms;
  transition: opacity 250ms;
}

.search-modal .search-widget__imgs .widget-img.active {
  opacity: 1;
}

.search-modal .search-widget__imgs .placeholder-img {
  visibility: hidden;
}

.search-modal .search-widget__text .widget-control {
  padding: 25px 35px;
}

.search-modal .search-widget__text .widget-control__heading {
  position: relative;
}

.search-modal .search-widget__text .widget-control__heading h2 {
  font-size: 1.625rem;
  line-height: 1em;
  font-weight: 200;
  padding-right: 18px;
}

.search-modal .search-widget__text .widget-control__heading .closer {
  top: -5px;
  font-size: 30px;
  position: absolute;
  right: 0;
  text-decoration: none;
}

.search-modal .search-widget__text .widget-control__body {
  margin: 30px 0 10px 0;
}

.search-modal .search-widget__text .widget-control__link {
  color: #171717;
  display: block;
  font-size: 18px;
  font-weight: 200;
  text-transform: uppercase;
  padding: 7px 0;
  margin: 0;
  text-decoration: none;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ffffff;
}

.search-modal .search-widget__text .widget-control__link.active,
.search-modal .search-widget__text .widget-control__link:hover {
  border-top-color: #171717;
  border-bottom-color: #171717;
}

.collections-search-outerlink {
  display: block;
  text-decoration: none;
}

@media print, screen and (max-width: 39.99875em) {
  .collections-search-outerlink img {
    max-width: 100%;
    width: 60%;
  }
}

.collections-adv-search-w {
  min-height: 350px;
}

@media print, screen and (min-width: 40em) {
  .collections-adv-search-w {
    min-height: 400px;
  }
}

#calculatorModal,
#article-modal {
  outline: none !important;
}

#calculatorModal img,
#article-modal img {
  max-width: 100%;
  width: auto;
}

#calculatorModal.pl-modal-loader,
#article-modal.pl-modal-loader {
  min-height: 400px;
  background: #fff url("/static/core/images/ajax-loader.gif") no-repeat 50% 50%;
}

#calculatorModal .pl-modal-header,
#article-modal .pl-modal-header {
  border-bottom: 1px solid #b9b9b9;
  margin-bottom: 20px;
}

#calculatorModal .pl-modal-header .menu>li>a i,
#article-modal .pl-modal-header .menu>li>a i {
  vertical-align: inherit !important;
}

#calculatorModal .pl-modal-header h2,
#article-modal .pl-modal-header h2 {
  font-family: montserrat,sans-serif;
  font-size: 3.125rem;
  text-transform: uppercase;
}

#calculatorModal .pl-modal-header .pl-action,
#article-modal .pl-modal-header .pl-action {
  text-transform: uppercase;
  display: inline-block;
  position: relative;
}

#calculatorModal .pl-modal-header .pl-action:after,
#article-modal .pl-modal-header .pl-action:after {
  font-size: 20px !important;
  position: absolute;
  right: -25px;
}

#calculatorModal .pl-modal-header .pl-action.pl-contact:after,
#article-modal .pl-modal-header .pl-action.pl-contact:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#calculatorModal .pl-modal-header .pl-action.pl-dealer:after,
#article-modal .pl-modal-header .pl-action.pl-dealer:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#calculatorModal .pl-modal-header .pl-action.pl-pdf:after,
#article-modal .pl-modal-header .pl-action.pl-pdf:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#calculatorModal .pl-navigator-wrapper,
#article-modal .pl-navigator-wrapper {
  opacity: 0;
}

#calculatorModal .pl-arr-wrapper,
#calculatorModal .pl-nav-wrapper,
#article-modal .pl-arr-wrapper,
#article-modal .pl-nav-wrapper {
  position: relative;
}

#calculatorModal .pl-arr-wrapper .pl-nav-arrow,
#calculatorModal .pl-nav-wrapper .pl-nav-arrow,
#article-modal .pl-arr-wrapper .pl-nav-arrow,
#article-modal .pl-nav-wrapper .pl-nav-arrow {
  position: absolute;
  top: 32%;
  right: -2px;
  width: 30px;
  height: 30px;
  display: inline-block !important;
  border: 1px solid #5c5c5c;
  border-radius: 100%;
  padding: 6px;
}

#calculatorModal .pl-arr-wrapper .pl-nav-arrow i,
#calculatorModal .pl-nav-wrapper .pl-nav-arrow i,
#article-modal .pl-arr-wrapper .pl-nav-arrow i,
#article-modal .pl-nav-wrapper .pl-nav-arrow i {
  display: block;
  width: 16px;
  height: 16px;
}

#calculatorModal .pl-arr-wrapper .pl-nav-arrow.pl-nav-prev,
#calculatorModal .pl-nav-wrapper .pl-nav-arrow.pl-nav-prev,
#article-modal .pl-arr-wrapper .pl-nav-arrow.pl-nav-prev,
#article-modal .pl-nav-wrapper .pl-nav-arrow.pl-nav-prev {
  left: -2px;
}

#calculatorModal .pl-arr-wrapper .pl-nav-arrow.pl-nav-prev i,
#calculatorModal .pl-nav-wrapper .pl-nav-arrow.pl-nav-prev i,
#article-modal .pl-arr-wrapper .pl-nav-arrow.pl-nav-prev i,
#article-modal .pl-nav-wrapper .pl-nav-arrow.pl-nav-prev i {
  background: url("/static/core/images/svg/chevron-thin-left.svg");
}

#calculatorModal .pl-arr-wrapper .pl-nav-arrow.pl-nav-next i,
#calculatorModal .pl-nav-wrapper .pl-nav-arrow.pl-nav-next i,
#article-modal .pl-arr-wrapper .pl-nav-arrow.pl-nav-next i,
#article-modal .pl-nav-wrapper .pl-nav-arrow.pl-nav-next i {
  background: url("/static/core/images/svg/chevron-thin-right.svg");
}

#calculatorModal .pl-arr-wrapper .pl-nav-arrow.slick-disabled,
#calculatorModal .pl-nav-wrapper .pl-nav-arrow.slick-disabled,
#article-modal .pl-arr-wrapper .pl-nav-arrow.slick-disabled,
#article-modal .pl-nav-wrapper .pl-nav-arrow.slick-disabled {
  opacity: 0.4;
}

#calculatorModal .pl-arr-wrapper .pl-nav-arrow.slick-hidden,
#calculatorModal .pl-nav-wrapper .pl-nav-arrow.slick-hidden,
#article-modal .pl-arr-wrapper .pl-nav-arrow.slick-hidden,
#article-modal .pl-nav-wrapper .pl-nav-arrow.slick-hidden {
  display: none;
}

#calculatorModal .pl-arr-wrapper .pl-nav-arrow:hover,
#calculatorModal .pl-nav-wrapper .pl-nav-arrow:hover,
#article-modal .pl-arr-wrapper .pl-nav-arrow:hover,
#article-modal .pl-nav-wrapper .pl-nav-arrow:hover {
  border-color: #000000;
}

#calculatorModal .pl-arr-wrapper .pl-nav-arrow.hidden,
#calculatorModal .pl-nav-wrapper .pl-nav-arrow.hidden,
#article-modal .pl-arr-wrapper .pl-nav-arrow.hidden,
#article-modal .pl-nav-wrapper .pl-nav-arrow.hidden {
  display: none !important;
}

#calculatorModal .pl-arr-wrapper,
#calculatorModal .pl-article-navigator,
#article-modal .pl-arr-wrapper,
#article-modal .pl-article-navigator {
  max-width: 1080px;
}

#calculatorModal .pl-arr-wrapper .pl-article-nav,
#calculatorModal .pl-article-navigator .pl-article-nav,
#article-modal .pl-arr-wrapper .pl-article-nav,
#article-modal .pl-article-navigator .pl-article-nav {
  display: inline-block;
  max-width: 118px;
  margin-right: 5px;
}

#calculatorModal .pl-arr-wrapper .pl-article-nav .pl-nav-link,
#calculatorModal .pl-article-navigator .pl-article-nav .pl-nav-link,
#article-modal .pl-arr-wrapper .pl-article-nav .pl-nav-link,
#article-modal .pl-article-navigator .pl-article-nav .pl-nav-link {
  display: block;
  text-decoration: none !important;
}

#calculatorModal .pl-arr-wrapper .pl-article-nav .pl-nav-link .pl-img,
#calculatorModal .pl-article-navigator .pl-article-nav .pl-nav-link .pl-img,
#article-modal .pl-arr-wrapper .pl-article-nav .pl-nav-link .pl-img,
#article-modal .pl-article-navigator .pl-article-nav .pl-nav-link .pl-img {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms;
  border-width: 8px;
  border-color: #ffffff;
  border-style: solid;
}

#calculatorModal .pl-arr-wrapper .pl-article-nav .pl-nav-link.selected .pl-img,
#calculatorModal .pl-article-navigator .pl-article-nav .pl-nav-link.selected .pl-img,
#article-modal .pl-arr-wrapper .pl-article-nav .pl-nav-link.selected .pl-img,
#article-modal .pl-article-navigator .pl-article-nav .pl-nav-link.selected .pl-img {
  border-color: #cccccc;
}

#calculatorModal .pl-arr-wrapper .pl-article-nav .pl-nav-name,
#calculatorModal .pl-article-navigator .pl-article-nav .pl-nav-name,
#article-modal .pl-arr-wrapper .pl-article-nav .pl-nav-name,
#article-modal .pl-article-navigator .pl-article-nav .pl-nav-name {
  font-weight: 400;
  font-size: .75rem;
  padding-left: 8px;
  color: #2a2a2a;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.article-detail__heading {
  color: #2d2d2d;
  font-size: 26px;
  font-weight: 300;
  line-height: 1.2em;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.article-detail__formats {
  position: relative;
  margin-bottom: 30px;
}

.article-detail__formats .slick-track {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
          align-items: flex-end;
}

.article-detail__formats .format-slide {
  position: relative;
  text-align: center;
}

.article-detail__formats .format-slide__img {
  margin: 0 auto;
  max-height: 700px;
}

.article-detail__formats .format-slide__name {
  margin-top: 15px;
  text-align: center;
}

.article-detail__formats .format-hd {
  display: inline-block;
}

.article-detail__formats .format-hd .format-slide__name span {
  position: relative;
}

.article-detail__formats .format-hd .format-slide__name span:before {
  content: url("/static/core/images/icons/icon-search.png");
  position: absolute;
  top: -2px;
  right: -30px;
}

.article-detail__formats .pl-article-arrow {
  position: absolute;
  top: 50%;
  margin-top: -30px;
}

.article-detail__formats .pl-article-arrow-prev {
  left: -20px;
  right: unset !important;
}

.article-detail__formats .pl-article-arrow-next {
  right: -20px;
}

.article-detail__decorations h3 {
  font-size: 24px;
}

@media print, screen and (min-width: 40em) {
  .article-detail__decorations h3 {
    font-size: 32px;
  }
}

.article-detail__decorations .slick-track {
  margin-left: 0;
  margin-right: 0;
}

.article-detail__decorations .decoration-hd {
  display: -webkit-box;
  display: flex;
  height: 100%;
  position: relative;
}

.article-detail__decorations .decoration-hd:before {
  content: url("/static/core/images/icons/icon-search.png");
  position: absolute;
  bottom: 0;
  right: 3px;
  z-index: 10;
}

.article-detail__decorations .pl-decorations-slider .pl-decoration-slide .pl-decoration-name span {
  display: block;
}

.article-detail__decorations .pl-thumb {
  height: 115px;
  box-sizing: border-box;
  padding: 2px;
  border: 1px solid #bfbfbf;
}

.article-detail__decorations .pl-thumb .pl-inner {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}

.article-detail__decorations .pl-thumb .pl-inner img {
  margin: 0 auto;
  max-height: 100%;
}

@media print, screen and (min-width: 64.0625em) {
  .article-detail__decorations .pl-thumb {
    width: 115px;
  }

  .article-detail__decorations .pl-thumb .pl-inner img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    max-height: 100%;
  }
}

.article-detail__decorations .pl-name {
  margin-top: 3px;
}

.article-detail__decorations .pl-name span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #494949;
  line-height: 1.3em;
}

.article-detail .pl-article-arrow {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  display: inline-block;
  padding: 6px;
}

.article-detail .pl-article-arrow i {
  display: block;
  width: 26px;
  height: 26px;
}

.article-detail .pl-article-arrow.pl-decorations-arrow-prev,
.article-detail .pl-article-arrow.pl-ambients-arrow-prev,
.article-detail .pl-article-arrow.pl-article-arrow-prev {
  right: 55px;
}

.article-detail .pl-article-arrow.pl-decorations-arrow-prev i,
.article-detail .pl-article-arrow.pl-ambients-arrow-prev i,
.article-detail .pl-article-arrow.pl-article-arrow-prev i {
  background: url("/static/core/images/svg/chevron-thin-left.svg");
}

.article-detail .pl-article-arrow.pl-decorations-arrow-next i,
.article-detail .pl-article-arrow.pl-ambients-arrow-next i,
.article-detail .pl-article-arrow.pl-article-arrow-next i {
  background: url("/static/core/images/svg/chevron-thin-right.svg");
}

.article-detail .pl-article-arrow.slick-disabled {
  opacity: 0.4;
}

.article-detail .pl-article-arrow.slick-hidden {
  display: none;
}

.article-detail .pl-article-arrow:hover {
  border-color: #000000;
}

.article-detail .pl-article-arrow .pl-article-arrow-prev {
  left: -20px;
  right: unset !important;
}

.article-detail .pl-article-arrow .pl-article-arrow-next {
  right: -20px;
}

.pl-colorgroup-page .pl-back {
  margin: 20px 0 15px;
}

.pl-decorations {
  position: relative;
}

.pl-decorations h3 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
          align-items: center;
  font-size: 22px;
}

.pl-decorations .pl-decorations-arrow-prev,
.pl-decorations .pl-decorations-arrow-next {
  position: static;
  margin-top: 0;
}

@media print, screen and (max-width: 39.99875em) {
  .pl-decorations .pl-thumb .pl-inner img {
    width: auto !important;
  }
}

@media print, screen and (min-width: 40em) and (max-width: 64.06125em) {
  .pl-decorations .pl-thumb .pl-inner img {
    width: auto !important;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .pl-decorations {
    margin-top: 30px;
  }
}

#article-modal .pl-close-button {
  top: 30px;
  right: 15px;
  left: auto;
  font-size: 60px;
  z-index: 100;
  cursor: pointer;
}

@media print, screen and (min-width: 64.0625em) {
  #article-modal .pl-close-button {
    top: 17px;
  }
}

#article-modal .pl-modal-header h2 {
  padding-right: 35px;
}

.collections-search-plugin .h3 {
  color: #4a7444;
  font-size: 19px;
}
.mega-menu-wrapper {
  top: 115px;
}

.cms-toolbar-expanded .mega-menu-wrapper {
  top: 115px;
}

.megamenu--products {
  color: #232323;
  padding-bottom: 25px;
}

.megamenu--products a.main-block img {
  margin-bottom: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.megamenu--products a.main-block:hover img {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}

.megamenu--products img {
  margin-bottom: 20px;
  -webkit-transition: -webkit-transform 230ms ease-out;
  transition: -webkit-transform 230ms ease-out;
  transition: transform 230ms ease-out;
  transition: transform 230ms ease-out, -webkit-transform 230ms ease-out;
}

.megamenu--products h3 {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.1em;
  margin-bottom: 0;
}

.megamenu--products .h3 {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.1em;
  margin-bottom: 0;
}

.megamenu--products p {
  font-size: 0.9em;
  font-weight: 200;
  margin-bottom: 0;
}

.megamenu--products .megamenu__inner {
  width: 100%;
  margin: 0 auto;
}

.megamenu--professionist .megamenu__inner {
  width: 100%;
  margin: 0 auto;
}

.megamenu--professionist h3 {
  font-size: 1.75rem !important;
  font-weight: 300 !important;
  margin-bottom: 30px;
  color: #1f1f1f !important;
}

.megamenu--professionist .links-w {
  border-top: 1px solid #d6d6d6;
}

.megamenu--professionist .bordered-right {
  border-right: 1px solid #d6d6d6;
}

.megamenu--professionist .adv-search {
  padding-top: 10px;
  padding-bottom: 20px;
  text-align: center;
}

.megamenu--professionist .adv-search h3 {
  line-height: 1.2em;
  margin-top: 8px;
  font-size: 1.75rem !important;
  margin-bottom: 0;
  font-weight: 300 !important;
  text-transform: none !important;
}

.megamenu--professionist .adv-search h3 span {
  color: #4a7444;
}

.megamenu--professionist .latest-projects {
  padding-top: 20px;
}

.megamenu--professionist .latest-projects .project-item a {
  padding: 0 !important;
}

.megamenu--professionist .latest-projects .project-item__img {
  overflow: hidden;
}

.megamenu--professionist .latest-projects .project-item__img img {
  -webkit-transition: -webkit-transform 200ms ease-in;
  transition: -webkit-transform 200ms ease-in;
  transition: transform 200ms ease-in;
  transition: transform 200ms ease-in, -webkit-transform 200ms ease-in;
}

.megamenu--professionist .latest-projects .project-item__title {
  text-transform: none;
  font-size: 18px;
  line-height: 1.2em;
  color: #4a7444;
  margin-top: 8px;
}

.megamenu--professionist .latest-projects .project-item:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.megamenu--professionist .latest-projects .no-border .project-item {
  border-bottom: none;
}

.megamenu--professionist .mega-link {
  color: #4a7444 !important;
  text-transform: uppercase !important;
  display: block !important;
  text-align: center !important;
  font-size: 1.25rem !important;
  font-weight: 300 !important;
  margin: 7px 0;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
}

.megamenu--professionist .mega-link b {
  font-weight: 500 !important;
}

.sub-menu {
  padding: 20px 30px;
  opacity: 0;
}

.sub-menu__maintitle {
  margin-bottom: 20px;
}

.sub-menu__maintitle h3 {
  color: #4a7444;
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 200;
  text-align: center;
}

.sub-menu__content {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.sub-menu__content.ambients {
  -webkit-box-pack: center;
          justify-content: center;
}

.sub-menu .back {
  text-transform: lowercase;
  font-weight: 200;
  font-size: 18px;
}

.sub-menu .back img {
  width: 20px;
  margin-bottom: 3px;
}

.sub-menu .sub-block {
  background-color: #ffffff;
  padding: 6px;
  margin: 0 3px;
  text-align: center;
  box-shadow: 0 2px 3px rgba(10,10,10,0.1);
  -webkit-transition: box-shadow 400ms;
  transition: box-shadow 400ms;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.sub-menu .sub-block a {
  padding: 0 !important;
}

.sub-menu .sub-block__image {
  overflow: hidden;
}

.sub-menu .sub-block__image img {
  margin: 0 !important;
  -webkit-transition: all 2000ms;
  transition: all 2000ms;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.sub-menu .sub-block__title {
  margin-top: 20px;
}

.sub-menu .sub-block__title h5 {
  font-size: 18px;
  font-weight: 500;
  text-transform: lowercase;
  text-align: center;
  color: #232323;
  max-width: 120px;
  line-height: 1em;
}

.sub-menu .sub-block:hover {
  box-shadow: 0 4px 5px rgba(10,10,10,0.3);
}

.sub-menu .sub-block:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
  font-family: 'FontAwesome';
  src: url(assets/fonts/fontawesome-webfont.eot);
  src: url(assets/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"),url(assets/fonts/fontawesome-webfont.woff2) format("woff2"),url(assets/fonts/fontawesome-webfont.woff) format("woff"),url(assets/fonts/fontawesome-webfont.ttf) format("truetype"),url(assets/fonts/fontawesome-webfont.svg#fontawesomeregular) format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa,
.pl-press-item h4.pl-press-title>a:after,
.pl-press-item h4.pl-press-title>a.open:after,
.pl-press-item .content a:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
  font-size: 1.33333em;
  line-height: .75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}

.fa-ul>li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: .14286em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.pl-press-item h4.pl-press-title>a.fa-pull-left:after,
.pl-press-item .content a.fa-pull-left:after {
  margin-right: .3em;
}

.fa.fa-pull-right,
.pl-press-item h4.pl-press-title>a.fa-pull-right:after,
.pl-press-item .content a.fa-pull-right:after {
  margin-left: .3em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left,
.pl-press-item h4.pl-press-title>a.pull-left:after,
.pl-press-item .content a.pull-left:after {
  margin-right: .3em;
}

.fa.pull-right,
.pl-press-item h4.pl-press-title>a.pull-right:after,
.pl-press-item .content a.pull-right:after {
  margin-left: .3em;
}

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

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

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

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

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

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-glass:before {
  content: "\F000";
}

.fa-music:before {
  content: "\F001";
}

.fa-search:before {
  content: "\F002";
}

.fa-envelope-o:before {
  content: "\F003";
}

.fa-heart:before {
  content: "\F004";
}

.fa-star:before {
  content: "\F005";
}

.fa-star-o:before {
  content: "\F006";
}

.fa-user:before {
  content: "\F007";
}

.fa-film:before {
  content: "\F008";
}

.fa-th-large:before {
  content: "\F009";
}

.fa-th:before {
  content: "\F00A";
}

.fa-th-list:before {
  content: "\F00B";
}

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

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\F00D";
}

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

.fa-search-minus:before {
  content: "\F010";
}

.fa-power-off:before {
  content: "\F011";
}

.fa-signal:before {
  content: "\F012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\F013";
}

.fa-trash-o:before {
  content: "\F014";
}

.fa-home:before {
  content: "\F015";
}

.fa-file-o:before {
  content: "\F016";
}

.fa-clock-o:before {
  content: "\F017";
}

.fa-road:before {
  content: "\F018";
}

.fa-download:before {
  content: "\F019";
}

.fa-arrow-circle-o-down:before {
  content: "\F01A";
}

.fa-arrow-circle-o-up:before {
  content: "\F01B";
}

.fa-inbox:before {
  content: "\F01C";
}

.fa-play-circle-o:before {
  content: "\F01D";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\F01E";
}

.fa-refresh:before {
  content: "\F021";
}

.fa-list-alt:before {
  content: "\F022";
}

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

.fa-flag:before {
  content: "\F024";
}

.fa-headphones:before {
  content: "\F025";
}

.fa-volume-off:before {
  content: "\F026";
}

.fa-volume-down:before {
  content: "\F027";
}

.fa-volume-up:before {
  content: "\F028";
}

.fa-qrcode:before {
  content: "\F029";
}

.fa-barcode:before {
  content: "\F02A";
}

.fa-tag:before {
  content: "\F02B";
}

.fa-tags:before {
  content: "\F02C";
}

.fa-book:before {
  content: "\F02D";
}

.fa-bookmark:before {
  content: "\F02E";
}

.fa-print:before {
  content: "\F02F";
}

.fa-camera:before {
  content: "\F030";
}

.fa-font:before {
  content: "\F031";
}

.fa-bold:before {
  content: "\F032";
}

.fa-italic:before {
  content: "\F033";
}

.fa-text-height:before {
  content: "\F034";
}

.fa-text-width:before {
  content: "\F035";
}

.fa-align-left:before {
  content: "\F036";
}

.fa-align-center:before {
  content: "\F037";
}

.fa-align-right:before {
  content: "\F038";
}

.fa-align-justify:before {
  content: "\F039";
}

.fa-list:before {
  content: "\F03A";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\F03B";
}

.fa-indent:before {
  content: "\F03C";
}

.fa-video-camera:before {
  content: "\F03D";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\F03E";
}

.fa-pencil:before {
  content: "\F040";
}

.fa-map-marker:before {
  content: "\F041";
}

.fa-adjust:before {
  content: "\F042";
}

.fa-tint:before {
  content: "\F043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\F044";
}

.fa-share-square-o:before {
  content: "\F045";
}

.fa-check-square-o:before {
  content: "\F046";
}

.fa-arrows:before {
  content: "\F047";
}

.fa-step-backward:before {
  content: "\F048";
}

.fa-fast-backward:before {
  content: "\F049";
}

.fa-backward:before {
  content: "\F04A";
}

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

.fa-pause:before {
  content: "\F04C";
}

.fa-stop:before {
  content: "\F04D";
}

.fa-forward:before {
  content: "\F04E";
}

.fa-fast-forward:before {
  content: "\F050";
}

.fa-step-forward:before {
  content: "\F051";
}

.fa-eject:before {
  content: "\F052";
}

.fa-chevron-left:before {
  content: "\F053";
}

.fa-chevron-right:before {
  content: "\F054";
}

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

.fa-minus-circle:before {
  content: "\F056";
}

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

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

.fa-question-circle:before {
  content: "\F059";
}

.fa-info-circle:before {
  content: "\F05A";
}

.fa-crosshairs:before {
  content: "\F05B";
}

.fa-times-circle-o:before {
  content: "\F05C";
}

.fa-check-circle-o:before {
  content: "\F05D";
}

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

.fa-arrow-left:before {
  content: "\F060";
}

.fa-arrow-right:before {
  content: "\F061";
}

.fa-arrow-up:before {
  content: "\F062";
}

.fa-arrow-down:before {
  content: "\F063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\F064";
}

.fa-expand:before {
  content: "\F065";
}

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

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

.fa-minus:before {
  content: "\F068";
}

.fa-asterisk:before {
  content: "\F069";
}

.fa-exclamation-circle:before {
  content: "\F06A";
}

.fa-gift:before {
  content: "\F06B";
}

.fa-leaf:before {
  content: "\F06C";
}

.fa-fire:before {
  content: "\F06D";
}

.fa-eye:before {
  content: "\F06E";
}

.fa-eye-slash:before {
  content: "\F070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\F071";
}

.fa-plane:before {
  content: "\F072";
}

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

.fa-random:before {
  content: "\F074";
}

.fa-comment:before {
  content: "\F075";
}

.fa-magnet:before {
  content: "\F076";
}

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

.fa-chevron-down:before {
  content: "\F078";
}

.fa-retweet:before {
  content: "\F079";
}

.fa-shopping-cart:before {
  content: "\F07A";
}

.fa-folder:before {
  content: "\F07B";
}

.fa-folder-open:before {
  content: "\F07C";
}

.fa-arrows-v:before {
  content: "\F07D";
}

.fa-arrows-h:before {
  content: "\F07E";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\F080";
}

.fa-twitter-square:before {
  content: "\F081";
}

.fa-facebook-square:before {
  content: "\F082";
}

.fa-camera-retro:before {
  content: "\F083";
}

.fa-key:before {
  content: "\F084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\F085";
}

.fa-comments:before {
  content: "\F086";
}

.fa-thumbs-o-up:before {
  content: "\F087";
}

.fa-thumbs-o-down:before {
  content: "\F088";
}

.fa-star-half:before {
  content: "\F089";
}

.fa-heart-o:before {
  content: "\F08A";
}

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

.fa-linkedin-square:before {
  content: "\F08C";
}

.fa-thumb-tack:before {
  content: "\F08D";
}

.fa-external-link:before {
  content: "\F08E";
}

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

.fa-trophy:before {
  content: "\F091";
}

.fa-github-square:before {
  content: "\F092";
}

.fa-upload:before {
  content: "\F093";
}

.fa-lemon-o:before {
  content: "\F094";
}

.fa-phone:before {
  content: "\F095";
}

.fa-square-o:before {
  content: "\F096";
}

.fa-bookmark-o:before {
  content: "\F097";
}

.fa-phone-square:before {
  content: "\F098";
}

.fa-twitter:before {
  content: "\F099";
}

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

.fa-github:before {
  content: "\F09B";
}

.fa-unlock:before {
  content: "\F09C";
}

.fa-credit-card:before {
  content: "\F09D";
}

.fa-feed:before,
.fa-rss:before {
  content: "\F09E";
}

.fa-hdd-o:before {
  content: "\F0A0";
}

.fa-bullhorn:before {
  content: "\F0A1";
}

.fa-bell:before {
  content: "\F0F3";
}

.fa-certificate:before {
  content: "\F0A3";
}

.fa-hand-o-right:before {
  content: "\F0A4";
}

.fa-hand-o-left:before {
  content: "\F0A5";
}

.fa-hand-o-up:before {
  content: "\F0A6";
}

.fa-hand-o-down:before {
  content: "\F0A7";
}

.fa-arrow-circle-left:before {
  content: "\F0A8";
}

.fa-arrow-circle-right:before {
  content: "\F0A9";
}

.fa-arrow-circle-up:before {
  content: "\F0AA";
}

.fa-arrow-circle-down:before {
  content: "\F0AB";
}

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

.fa-wrench:before {
  content: "\F0AD";
}

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

.fa-filter:before {
  content: "\F0B0";
}

.fa-briefcase:before {
  content: "\F0B1";
}

.fa-arrows-alt:before {
  content: "\F0B2";
}

.fa-group:before,
.fa-users:before {
  content: "\F0C0";
}

.fa-chain:before,
.fa-link:before {
  content: "\F0C1";
}

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

.fa-flask:before {
  content: "\F0C3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\F0C4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\F0C5";
}

.fa-paperclip:before {
  content: "\F0C6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\F0C7";
}

.fa-square:before {
  content: "\F0C8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\F0C9";
}

.fa-list-ul:before {
  content: "\F0CA";
}

.fa-list-ol:before {
  content: "\F0CB";
}

.fa-strikethrough:before {
  content: "\F0CC";
}

.fa-underline:before {
  content: "\F0CD";
}

.fa-table:before {
  content: "\F0CE";
}

.fa-magic:before {
  content: "\F0D0";
}

.fa-truck:before {
  content: "\F0D1";
}

.fa-pinterest:before {
  content: "\F0D2";
}

.fa-pinterest-square:before {
  content: "\F0D3";
}

.fa-google-plus-square:before {
  content: "\F0D4";
}

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

.fa-money:before {
  content: "\F0D6";
}

.fa-caret-down:before {
  content: "\F0D7";
}

.fa-caret-up:before {
  content: "\F0D8";
}

.fa-caret-left:before {
  content: "\F0D9";
}

.fa-caret-right:before {
  content: "\F0DA";
}

.fa-columns:before {
  content: "\F0DB";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\F0DC";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\F0DD";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\F0DE";
}

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

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

.fa-rotate-left:before,
.fa-undo:before {
  content: "\F0E2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\F0E3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\F0E4";
}

.fa-comment-o:before {
  content: "\F0E5";
}

.fa-comments-o:before {
  content: "\F0E6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\F0E7";
}

.fa-sitemap:before {
  content: "\F0E8";
}

.fa-umbrella:before {
  content: "\F0E9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\F0EA";
}

.fa-lightbulb-o:before {
  content: "\F0EB";
}

.fa-exchange:before {
  content: "\F0EC";
}

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

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

.fa-user-md:before {
  content: "\F0F0";
}

.fa-stethoscope:before {
  content: "\F0F1";
}

.fa-suitcase:before {
  content: "\F0F2";
}

.fa-bell-o:before {
  content: "\F0A2";
}

.fa-coffee:before {
  content: "\F0F4";
}

.fa-cutlery:before {
  content: "\F0F5";
}

.fa-file-text-o:before {
  content: "\F0F6";
}

.fa-building-o:before {
  content: "\F0F7";
}

.fa-hospital-o:before {
  content: "\F0F8";
}

.fa-ambulance:before {
  content: "\F0F9";
}

.fa-medkit:before {
  content: "\F0FA";
}

.fa-fighter-jet:before {
  content: "\F0FB";
}

.fa-beer:before {
  content: "\F0FC";
}

.fa-h-square:before {
  content: "\F0FD";
}

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

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

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

.fa-angle-double-up:before {
  content: "\F102";
}

.fa-angle-double-down:before {
  content: "\F103";
}

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

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

.fa-angle-up:before {
  content: "\F106";
}

.fa-angle-down:before {
  content: "\F107";
}

.fa-desktop:before {
  content: "\F108";
}

.fa-laptop:before {
  content: "\F109";
}

.fa-tablet:before {
  content: "\F10A";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\F10B";
}

.fa-circle-o:before {
  content: "\F10C";
}

.fa-quote-left:before {
  content: "\F10D";
}

.fa-quote-right:before {
  content: "\F10E";
}

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

.fa-circle:before {
  content: "\F111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\F112";
}

.fa-github-alt:before {
  content: "\F113";
}

.fa-folder-o:before {
  content: "\F114";
}

.fa-folder-open-o:before {
  content: "\F115";
}

.fa-smile-o:before {
  content: "\F118";
}

.fa-frown-o:before {
  content: "\F119";
}

.fa-meh-o:before {
  content: "\F11A";
}

.fa-gamepad:before {
  content: "\F11B";
}

.fa-keyboard-o:before {
  content: "\F11C";
}

.fa-flag-o:before {
  content: "\F11D";
}

.fa-flag-checkered:before {
  content: "\F11E";
}

.fa-terminal:before {
  content: "\F120";
}

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

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\F122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\F123";
}

.fa-location-arrow:before {
  content: "\F124";
}

.fa-crop:before {
  content: "\F125";
}

.fa-code-fork:before {
  content: "\F126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\F127";
}

.fa-question:before {
  content: "\F128";
}

.fa-info:before {
  content: "\F129";
}

.fa-exclamation:before {
  content: "\F12A";
}

.fa-superscript:before {
  content: "\F12B";
}

.fa-subscript:before {
  content: "\F12C";
}

.fa-eraser:before {
  content: "\F12D";
}

.fa-puzzle-piece:before {
  content: "\F12E";
}

.fa-microphone:before {
  content: "\F130";
}

.fa-microphone-slash:before {
  content: "\F131";
}

.fa-shield:before {
  content: "\F132";
}

.fa-calendar-o:before {
  content: "\F133";
}

.fa-fire-extinguisher:before {
  content: "\F134";
}

.fa-rocket:before {
  content: "\F135";
}

.fa-maxcdn:before {
  content: "\F136";
}

.fa-chevron-circle-left:before {
  content: "\F137";
}

.fa-chevron-circle-right:before {
  content: "\F138";
}

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

.fa-chevron-circle-down:before {
  content: "\F13A";
}

.fa-html5:before {
  content: "\F13B";
}

.fa-css3:before {
  content: "\F13C";
}

.fa-anchor:before {
  content: "\F13D";
}

.fa-unlock-alt:before {
  content: "\F13E";
}

.fa-bullseye:before {
  content: "\F140";
}

.fa-ellipsis-h:before {
  content: "\F141";
}

.fa-ellipsis-v:before {
  content: "\F142";
}

.fa-rss-square:before {
  content: "\F143";
}

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

.fa-ticket:before {
  content: "\F145";
}

.fa-minus-square:before {
  content: "\F146";
}

.fa-minus-square-o:before,
.pl-press-item h4.pl-press-title>a.open:after {
  content: "\F147";
}

.fa-level-up:before {
  content: "\F148";
}

.fa-level-down:before {
  content: "\F149";
}

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

.fa-pencil-square:before {
  content: "\F14B";
}

.fa-external-link-square:before {
  content: "\F14C";
}

.fa-share-square:before {
  content: "\F14D";
}

.fa-compass:before {
  content: "\F14E";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\F150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\F151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\F152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\F153";
}

.fa-gbp:before {
  content: "\F154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\F155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\F156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\F157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\F158";
}

.fa-won:before,
.fa-krw:before {
  content: "\F159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\F15A";
}

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

.fa-file-text:before {
  content: "\F15C";
}

.fa-sort-alpha-asc:before {
  content: "\F15D";
}

.fa-sort-alpha-desc:before {
  content: "\F15E";
}

.fa-sort-amount-asc:before {
  content: "\F160";
}

.fa-sort-amount-desc:before {
  content: "\F161";
}

.fa-sort-numeric-asc:before {
  content: "\F162";
}

.fa-sort-numeric-desc:before {
  content: "\F163";
}

.fa-thumbs-up:before {
  content: "\F164";
}

.fa-thumbs-down:before {
  content: "\F165";
}

.fa-youtube-square:before {
  content: "\F166";
}

.fa-youtube:before {
  content: "\F167";
}

.fa-xing:before {
  content: "\F168";
}

.fa-xing-square:before {
  content: "\F169";
}

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

.fa-dropbox:before {
  content: "\F16B";
}

.fa-stack-overflow:before {
  content: "\F16C";
}

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

.fa-flickr:before {
  content: "\F16E";
}

.fa-adn:before {
  content: "\F170";
}

.fa-bitbucket:before {
  content: "\F171";
}

.fa-bitbucket-square:before {
  content: "\F172";
}

.fa-tumblr:before {
  content: "\F173";
}

.fa-tumblr-square:before {
  content: "\F174";
}

.fa-long-arrow-down:before {
  content: "\F175";
}

.fa-long-arrow-up:before {
  content: "\F176";
}

.fa-long-arrow-left:before {
  content: "\F177";
}

.fa-long-arrow-right:before {
  content: "\F178";
}

.fa-apple:before {
  content: "\F179";
}

.fa-windows:before {
  content: "\F17A";
}

.fa-android:before {
  content: "\F17B";
}

.fa-linux:before {
  content: "\F17C";
}

.fa-dribbble:before {
  content: "\F17D";
}

.fa-skype:before {
  content: "\F17E";
}

.fa-foursquare:before {
  content: "\F180";
}

.fa-trello:before {
  content: "\F181";
}

.fa-female:before {
  content: "\F182";
}

.fa-male:before {
  content: "\F183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\F184";
}

.fa-sun-o:before {
  content: "\F185";
}

.fa-moon-o:before {
  content: "\F186";
}

.fa-archive:before {
  content: "\F187";
}

.fa-bug:before {
  content: "\F188";
}

.fa-vk:before {
  content: "\F189";
}

.fa-weibo:before {
  content: "\F18A";
}

.fa-renren:before {
  content: "\F18B";
}

.fa-pagelines:before {
  content: "\F18C";
}

.fa-stack-exchange:before {
  content: "\F18D";
}

.fa-arrow-circle-o-right:before {
  content: "\F18E";
}

.fa-arrow-circle-o-left:before {
  content: "\F190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\F191";
}

.fa-dot-circle-o:before {
  content: "\F192";
}

.fa-wheelchair:before {
  content: "\F193";
}

.fa-vimeo-square:before {
  content: "\F194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\F195";
}

.fa-plus-square-o:before,
.pl-press-item h4.pl-press-title>a:after {
  content: "\F196";
}

.fa-space-shuttle:before {
  content: "\F197";
}

.fa-slack:before {
  content: "\F198";
}

.fa-envelope-square:before {
  content: "\F199";
}

.fa-wordpress:before {
  content: "\F19A";
}

.fa-openid:before {
  content: "\F19B";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\F19C";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\F19D";
}

.fa-yahoo:before {
  content: "\F19E";
}

.fa-google:before {
  content: "\F1A0";
}

.fa-reddit:before {
  content: "\F1A1";
}

.fa-reddit-square:before {
  content: "\F1A2";
}

.fa-stumbleupon-circle:before {
  content: "\F1A3";
}

.fa-stumbleupon:before {
  content: "\F1A4";
}

.fa-delicious:before {
  content: "\F1A5";
}

.fa-digg:before {
  content: "\F1A6";
}

.fa-pied-piper-pp:before {
  content: "\F1A7";
}

.fa-pied-piper-alt:before {
  content: "\F1A8";
}

.fa-drupal:before {
  content: "\F1A9";
}

.fa-joomla:before {
  content: "\F1AA";
}

.fa-language:before {
  content: "\F1AB";
}

.fa-fax:before {
  content: "\F1AC";
}

.fa-building:before {
  content: "\F1AD";
}

.fa-child:before {
  content: "\F1AE";
}

.fa-paw:before {
  content: "\F1B0";
}

.fa-spoon:before {
  content: "\F1B1";
}

.fa-cube:before {
  content: "\F1B2";
}

.fa-cubes:before {
  content: "\F1B3";
}

.fa-behance:before {
  content: "\F1B4";
}

.fa-behance-square:before {
  content: "\F1B5";
}

.fa-steam:before {
  content: "\F1B6";
}

.fa-steam-square:before {
  content: "\F1B7";
}

.fa-recycle:before {
  content: "\F1B8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\F1B9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\F1BA";
}

.fa-tree:before {
  content: "\F1BB";
}

.fa-spotify:before {
  content: "\F1BC";
}

.fa-deviantart:before {
  content: "\F1BD";
}

.fa-soundcloud:before {
  content: "\F1BE";
}

.fa-database:before {
  content: "\F1C0";
}

.fa-file-pdf-o:before,
.pl-press-item .content a:after {
  content: "\F1C1";
}

.fa-file-word-o:before {
  content: "\F1C2";
}

.fa-file-excel-o:before {
  content: "\F1C3";
}

.fa-file-powerpoint-o:before {
  content: "\F1C4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\F1C5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\F1C6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\F1C7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\F1C8";
}

.fa-file-code-o:before {
  content: "\F1C9";
}

.fa-vine:before {
  content: "\F1CA";
}

.fa-codepen:before {
  content: "\F1CB";
}

.fa-jsfiddle:before {
  content: "\F1CC";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\F1CD";
}

.fa-circle-o-notch:before {
  content: "\F1CE";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\F1D0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\F1D1";
}

.fa-git-square:before {
  content: "\F1D2";
}

.fa-git:before {
  content: "\F1D3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\F1D4";
}

.fa-tencent-weibo:before {
  content: "\F1D5";
}

.fa-qq:before {
  content: "\F1D6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\F1D7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\F1D8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\F1D9";
}

.fa-history:before {
  content: "\F1DA";
}

.fa-circle-thin:before {
  content: "\F1DB";
}

.fa-header:before {
  content: "\F1DC";
}

.fa-paragraph:before {
  content: "\F1DD";
}

.fa-sliders:before {
  content: "\F1DE";
}

.fa-share-alt:before {
  content: "\F1E0";
}

.fa-share-alt-square:before {
  content: "\F1E1";
}

.fa-bomb:before {
  content: "\F1E2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\F1E3";
}

.fa-tty:before {
  content: "\F1E4";
}

.fa-binoculars:before {
  content: "\F1E5";
}

.fa-plug:before {
  content: "\F1E6";
}

.fa-slideshare:before {
  content: "\F1E7";
}

.fa-twitch:before {
  content: "\F1E8";
}

.fa-yelp:before {
  content: "\F1E9";
}

.fa-newspaper-o:before {
  content: "\F1EA";
}

.fa-wifi:before {
  content: "\F1EB";
}

.fa-calculator:before {
  content: "\F1EC";
}

.fa-paypal:before {
  content: "\F1ED";
}

.fa-google-wallet:before {
  content: "\F1EE";
}

.fa-cc-visa:before {
  content: "\F1F0";
}

.fa-cc-mastercard:before {
  content: "\F1F1";
}

.fa-cc-discover:before {
  content: "\F1F2";
}

.fa-cc-amex:before {
  content: "\F1F3";
}

.fa-cc-paypal:before {
  content: "\F1F4";
}

.fa-cc-stripe:before {
  content: "\F1F5";
}

.fa-bell-slash:before {
  content: "\F1F6";
}

.fa-bell-slash-o:before {
  content: "\F1F7";
}

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

.fa-copyright:before {
  content: "\F1F9";
}

.fa-at:before {
  content: "\F1FA";
}

.fa-eyedropper:before {
  content: "\F1FB";
}

.fa-paint-brush:before {
  content: "\F1FC";
}

.fa-birthday-cake:before {
  content: "\F1FD";
}

.fa-area-chart:before {
  content: "\F1FE";
}

.fa-pie-chart:before {
  content: "\F200";
}

.fa-line-chart:before {
  content: "\F201";
}

.fa-lastfm:before {
  content: "\F202";
}

.fa-lastfm-square:before {
  content: "\F203";
}

.fa-toggle-off:before {
  content: "\F204";
}

.fa-toggle-on:before {
  content: "\F205";
}

.fa-bicycle:before {
  content: "\F206";
}

.fa-bus:before {
  content: "\F207";
}

.fa-ioxhost:before {
  content: "\F208";
}

.fa-angellist:before {
  content: "\F209";
}

.fa-cc:before {
  content: "\F20A";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\F20B";
}

.fa-meanpath:before {
  content: "\F20C";
}

.fa-buysellads:before {
  content: "\F20D";
}

.fa-connectdevelop:before {
  content: "\F20E";
}

.fa-dashcube:before {
  content: "\F210";
}

.fa-forumbee:before {
  content: "\F211";
}

.fa-leanpub:before {
  content: "\F212";
}

.fa-sellsy:before {
  content: "\F213";
}

.fa-shirtsinbulk:before {
  content: "\F214";
}

.fa-simplybuilt:before {
  content: "\F215";
}

.fa-skyatlas:before {
  content: "\F216";
}

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

.fa-cart-arrow-down:before {
  content: "\F218";
}

.fa-diamond:before {
  content: "\F219";
}

.fa-ship:before {
  content: "\F21A";
}

.fa-user-secret:before {
  content: "\F21B";
}

.fa-motorcycle:before {
  content: "\F21C";
}

.fa-street-view:before {
  content: "\F21D";
}

.fa-heartbeat:before {
  content: "\F21E";
}

.fa-venus:before {
  content: "\F221";
}

.fa-mars:before {
  content: "\F222";
}

.fa-mercury:before {
  content: "\F223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\F224";
}

.fa-transgender-alt:before {
  content: "\F225";
}

.fa-venus-double:before {
  content: "\F226";
}

.fa-mars-double:before {
  content: "\F227";
}

.fa-venus-mars:before {
  content: "\F228";
}

.fa-mars-stroke:before {
  content: "\F229";
}

.fa-mars-stroke-v:before {
  content: "\F22A";
}

.fa-mars-stroke-h:before {
  content: "\F22B";
}

.fa-neuter:before {
  content: "\F22C";
}

.fa-genderless:before {
  content: "\F22D";
}

.fa-facebook-official:before {
  content: "\F230";
}

.fa-pinterest-p:before {
  content: "\F231";
}

.fa-whatsapp:before {
  content: "\F232";
}

.fa-server:before {
  content: "\F233";
}

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

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

.fa-hotel:before,
.fa-bed:before {
  content: "\F236";
}

.fa-viacoin:before {
  content: "\F237";
}

.fa-train:before {
  content: "\F238";
}

.fa-subway:before {
  content: "\F239";
}

.fa-medium:before {
  content: "\F23A";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\F23B";
}

.fa-optin-monster:before {
  content: "\F23C";
}

.fa-opencart:before {
  content: "\F23D";
}

.fa-expeditedssl:before {
  content: "\F23E";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\F240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\F241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\F242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\F243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\F244";
}

.fa-mouse-pointer:before {
  content: "\F245";
}

.fa-i-cursor:before {
  content: "\F246";
}

.fa-object-group:before {
  content: "\F247";
}

.fa-object-ungroup:before {
  content: "\F248";
}

.fa-sticky-note:before {
  content: "\F249";
}

.fa-sticky-note-o:before {
  content: "\F24A";
}

.fa-cc-jcb:before {
  content: "\F24B";
}

.fa-cc-diners-club:before {
  content: "\F24C";
}

.fa-clone:before {
  content: "\F24D";
}

.fa-balance-scale:before {
  content: "\F24E";
}

.fa-hourglass-o:before {
  content: "\F250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\F251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\F252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\F253";
}

.fa-hourglass:before {
  content: "\F254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\F255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\F256";
}

.fa-hand-scissors-o:before {
  content: "\F257";
}

.fa-hand-lizard-o:before {
  content: "\F258";
}

.fa-hand-spock-o:before {
  content: "\F259";
}

.fa-hand-pointer-o:before {
  content: "\F25A";
}

.fa-hand-peace-o:before {
  content: "\F25B";
}

.fa-trademark:before {
  content: "\F25C";
}

.fa-registered:before {
  content: "\F25D";
}

.fa-creative-commons:before {
  content: "\F25E";
}

.fa-gg:before {
  content: "\F260";
}

.fa-gg-circle:before {
  content: "\F261";
}

.fa-tripadvisor:before {
  content: "\F262";
}

.fa-odnoklassniki:before {
  content: "\F263";
}

.fa-odnoklassniki-square:before {
  content: "\F264";
}

.fa-get-pocket:before {
  content: "\F265";
}

.fa-wikipedia-w:before {
  content: "\F266";
}

.fa-safari:before {
  content: "\F267";
}

.fa-chrome:before {
  content: "\F268";
}

.fa-firefox:before {
  content: "\F269";
}

.fa-opera:before {
  content: "\F26A";
}

.fa-internet-explorer:before {
  content: "\F26B";
}

.fa-tv:before,
.fa-television:before {
  content: "\F26C";
}

.fa-contao:before {
  content: "\F26D";
}

.fa-500px:before {
  content: "\F26E";
}

.fa-amazon:before {
  content: "\F270";
}

.fa-calendar-plus-o:before {
  content: "\F271";
}

.fa-calendar-minus-o:before {
  content: "\F272";
}

.fa-calendar-times-o:before {
  content: "\F273";
}

.fa-calendar-check-o:before {
  content: "\F274";
}

.fa-industry:before {
  content: "\F275";
}

.fa-map-pin:before {
  content: "\F276";
}

.fa-map-signs:before {
  content: "\F277";
}

.fa-map-o:before {
  content: "\F278";
}

.fa-map:before {
  content: "\F279";
}

.fa-commenting:before {
  content: "\F27A";
}

.fa-commenting-o:before {
  content: "\F27B";
}

.fa-houzz:before {
  content: "\F27C";
}

.fa-vimeo:before {
  content: "\F27D";
}

.fa-black-tie:before {
  content: "\F27E";
}

.fa-fonticons:before {
  content: "\F280";
}

.fa-reddit-alien:before {
  content: "\F281";
}

.fa-edge:before {
  content: "\F282";
}

.fa-credit-card-alt:before {
  content: "\F283";
}

.fa-codiepie:before {
  content: "\F284";
}

.fa-modx:before {
  content: "\F285";
}

.fa-fort-awesome:before {
  content: "\F286";
}

.fa-usb:before {
  content: "\F287";
}

.fa-product-hunt:before {
  content: "\F288";
}

.fa-mixcloud:before {
  content: "\F289";
}

.fa-scribd:before {
  content: "\F28A";
}

.fa-pause-circle:before {
  content: "\F28B";
}

.fa-pause-circle-o:before {
  content: "\F28C";
}

.fa-stop-circle:before {
  content: "\F28D";
}

.fa-stop-circle-o:before {
  content: "\F28E";
}

.fa-shopping-bag:before {
  content: "\F290";
}

.fa-shopping-basket:before {
  content: "\F291";
}

.fa-hashtag:before {
  content: "\F292";
}

.fa-bluetooth:before {
  content: "\F293";
}

.fa-bluetooth-b:before {
  content: "\F294";
}

.fa-percent:before {
  content: "\F295";
}

.fa-gitlab:before {
  content: "\F296";
}

.fa-wpbeginner:before {
  content: "\F297";
}

.fa-wpforms:before {
  content: "\F298";
}

.fa-envira:before {
  content: "\F299";
}

.fa-universal-access:before {
  content: "\F29A";
}

.fa-wheelchair-alt:before {
  content: "\F29B";
}

.fa-question-circle-o:before {
  content: "\F29C";
}

.fa-blind:before {
  content: "\F29D";
}

.fa-audio-description:before {
  content: "\F29E";
}

.fa-volume-control-phone:before {
  content: "\F2A0";
}

.fa-braille:before {
  content: "\F2A1";
}

.fa-assistive-listening-systems:before {
  content: "\F2A2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\F2A3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\F2A4";
}

.fa-glide:before {
  content: "\F2A5";
}

.fa-glide-g:before {
  content: "\F2A6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\F2A7";
}

.fa-low-vision:before {
  content: "\F2A8";
}

.fa-viadeo:before {
  content: "\F2A9";
}

.fa-viadeo-square:before {
  content: "\F2AA";
}

.fa-snapchat:before {
  content: "\F2AB";
}

.fa-snapchat-ghost:before {
  content: "\F2AC";
}

.fa-snapchat-square:before {
  content: "\F2AD";
}

.fa-pied-piper:before {
  content: "\F2AE";
}

.fa-first-order:before {
  content: "\F2B0";
}

.fa-yoast:before {
  content: "\F2B1";
}

.fa-themeisle:before {
  content: "\F2B2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\F2B3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\F2B4";
}

.fa-handshake-o:before {
  content: "\F2B5";
}

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

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

.fa-linode:before {
  content: "\F2B8";
}

.fa-address-book:before {
  content: "\F2B9";
}

.fa-address-book-o:before {
  content: "\F2BA";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\F2BB";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\F2BC";
}

.fa-user-circle:before {
  content: "\F2BD";
}

.fa-user-circle-o:before {
  content: "\F2BE";
}

.fa-user-o:before {
  content: "\F2C0";
}

.fa-id-badge:before {
  content: "\F2C1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\F2C2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\F2C3";
}

.fa-quora:before {
  content: "\F2C4";
}

.fa-free-code-camp:before {
  content: "\F2C5";
}

.fa-telegram:before {
  content: "\F2C6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\F2C7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\F2C8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\F2C9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\F2CA";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\F2CB";
}

.fa-shower:before {
  content: "\F2CC";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\F2CD";
}

.fa-podcast:before {
  content: "\F2CE";
}

.fa-window-maximize:before {
  content: "\F2D0";
}

.fa-window-minimize:before {
  content: "\F2D1";
}

.fa-window-restore:before {
  content: "\F2D2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\F2D3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\F2D4";
}

.fa-bandcamp:before {
  content: "\F2D5";
}

.fa-grav:before {
  content: "\F2D6";
}

.fa-etsy:before {
  content: "\F2D7";
}

.fa-imdb:before {
  content: "\F2D8";
}

.fa-ravelry:before {
  content: "\F2D9";
}

.fa-eercast:before {
  content: "\F2DA";
}

.fa-microchip:before {
  content: "\F2DB";
}

.fa-snowflake-o:before {
  content: "\F2DC";
}

.fa-superpowers:before {
  content: "\F2DD";
}

.fa-wpexplorer:before {
  content: "\F2DE";
}

.fa-meetup:before {
  content: "\F2E0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.news-item {
  border: 1px solid #adacaa;
  padding-bottom: 15px;
  margin-bottom: 5px;
}

.news-item__img {
  margin-bottom: 20px;
}

.news-item__title {
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 1;
          flex: 1;
  flex-grow: 1;
  -webkit-box-pack: center;
          justify-content: center;
  padding: 0 25px;
}

.news-item__title a {
  text-decoration: none;
}

.news-item__title h3 {
  line-height: 1.1em;
  color: #2f2f2f;
  text-align: center;
  font-weight: 500;
  margin-bottom: 25px;
}

.news-item__descr {
  display: none;
}

@media print, screen and (min-width: 40em) {
  .news-item__descr {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-flex: 1;
            flex: 1;
    -webkit-box-pack: start;
            justify-content: flex-start;
    text-align: center;
    padding: 0 25px;
  }
}

.news-item__link {
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 1;
          flex-grow: 1;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: end;
          align-items: flex-end;
  padding: 0 25px;
}

.news-item__link a {
  text-decoration: none;
}

.view-all-news {
  margin: 20px 0 0 0;
  text-align: center;
}

.view-all-news a {
  display: inline-block;
  padding: 4px 18px;
  border: 1px solid #adacaa;
  text-transform: uppercase;
  color: #2f2f2f;
  text-decoration: none;
}

.pl-news-page .pl-news-header h1,
.pl-news-page .pl-sidebar-header h3 {
  font-family: montserrat,sans-serif !important;
  font-size: 2.25rem !important;
  text-transform: uppercase;
  color: #4a7444;
}

@media print, screen and (min-width: 64.0625em) {
  .pl-news-page .pl-news-header h1,
  .pl-news-page .pl-sidebar-header h3 {
    line-height: 1em !important;
    margin: 0 0 28px !important;
  }
}

.pl-news-page .pl-news-listings {
  border-right: 1px solid #e5e5e5;
}

@media print, screen and (min-width: 64.0625em) {
  .pl-news-list-page .pl-news-list {
    padding-top: 35px;
  }
}

.pl-news-item .pl-date {
  font-family: montserrat,sans-serif !important;
  font-weight: 300;
  font-size: 1.3125rem !important;
}

.pl-news-item h2 {
  font-family: montserrat,sans-serif !important;
  font-weight: 300;
  color: #000000 !important;
  margin-bottom: 22px;
}

@media print, screen and (min-width: 40em) {
  .pl-news-item h2 {
    font-size: 28px;
    line-height: normal;
  }
}

.pl-news-item h2 a {
  text-decoration: none;
}

.pl-news-item .pl-desc {
  font-weight: 300;
  color: #282828 !important;
}

.pl-news-item .pl-desc a {
  color: #4a7444 !important;
  display: block;
}

.pl-news-item:last-child {
  border-bottom: none;
}

.pl-news-detail-page .pl-news-detail {
  padding-bottom: 25px;
}

@media print, screen and (min-width: 64.0625em) {
  .pl-news-detail-page .pl-news-detail {
    padding-top: 35px;
  }
}

.pl-news-detail-page .pl-back {
  margin: 0 0 25px;
}

.pl-news-detail-page .pl-back a {
  font-weight: 500;
  font-size: 1.3125rem !important;
  line-height: 1.375rem !important;
  text-decoration: none;
  text-transform: uppercase;
}

.pl-news-detail-page .pl-news-detail-wrapper img {
  width: 100%;
}

.pl-news-detail-page .pl-news-detail-wrapper h2 {
  margin: 20px 0 !important;
  font-family: montserrat,sans-serif !important;
  font-weight: 300;
  color: #000000 !important;
}

@media print, screen and (min-width: 64.0625em) {
  .pl-news-detail-page .pl-news-detail-wrapper h2 {
    font-size: 2.5rem !important;
  }
}

.pl-news-detail-page .pl-news-detail-wrapper .pl-desc {
  font-family: montserrat,sans-serif !important;
  font-weight: 300;
  color: #111111 !important;
  text-align: justify;
}

@media print, screen and (min-width: 64.0625em) {
  .pl-news-detail-page .pl-news-detail-wrapper .pl-desc {
    font-size: 1.25rem !important;
    line-height: 1.375rem;
  }
}

.pl-news-detail-page .pl-latest-news-wrapper {
  padding-top: 50px;
  margin-top: 50px;
  border-top: 1px solid #e5e5e5;
}

.pl-press-item {
  border-bottom: 2px solid #000000;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.pl-press-item h4.pl-press-title>a {
  display: block;
  font-size: 1.125rem !important;
  color: #202020 !important;
  position: relative;
  margin-bottom: 2px;
  padding-right: 22px;
}

.pl-press-item h4.pl-press-title>a:after {
  position: absolute;
  top: 6px;
  right: 0;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.pl-press-item h4.pl-press-title>a.open:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.pl-press-item .content {
  display: none;
  margin-top: 15px;
  font-family: montserrat,sans-serif !important;
  font-weight: 300;
  color: #000000;
  line-height: 1.2em;
}

.pl-press-item .content a {
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: .9375rem;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.pl-press-item .content a:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: -30px;
  top: -3px;
  font-size: 24px;
}

.pl-press-item:last-child {
  margin-bottom: 0;
}

.pl-news-page .pl-blog-sidebar .pl-sidebar-header {
  background-color: #4a7444;
  padding-top: 25px;
  padding-bottom: 25px;
}

.pl-news-page .pl-blog-sidebar .pl-sidebar-header h3 {
  font-size: 1.5rem !important;
  color: #ffffff !important;
  line-height: 1rem !important;
  margin-bottom: 0 !important;
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
  font-family: 'FontAwesome';
  src: url(assets/fonts/fontawesome-webfont.eot);
  src: url(assets/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"),url(assets/fonts/fontawesome-webfont.woff2) format("woff2"),url(assets/fonts/fontawesome-webfont.woff) format("woff"),url(assets/fonts/fontawesome-webfont.ttf) format("truetype"),url(assets/fonts/fontawesome-webfont.svg#fontawesomeregular) format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
  font-size: 1.33333em;
  line-height: .75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}

.fa-ul>li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: .14286em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

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

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

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

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

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

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-glass:before {
  content: "\F000";
}

.fa-music:before {
  content: "\F001";
}

.fa-search:before {
  content: "\F002";
}

.fa-envelope-o:before {
  content: "\F003";
}

.fa-heart:before {
  content: "\F004";
}

.fa-star:before {
  content: "\F005";
}

.fa-star-o:before {
  content: "\F006";
}

.fa-user:before {
  content: "\F007";
}

.fa-film:before {
  content: "\F008";
}

.fa-th-large:before {
  content: "\F009";
}

.fa-th:before {
  content: "\F00A";
}

.fa-th-list:before {
  content: "\F00B";
}

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

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\F00D";
}

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

.fa-search-minus:before {
  content: "\F010";
}

.fa-power-off:before {
  content: "\F011";
}

.fa-signal:before {
  content: "\F012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\F013";
}

.fa-trash-o:before {
  content: "\F014";
}

.fa-home:before {
  content: "\F015";
}

.fa-file-o:before {
  content: "\F016";
}

.fa-clock-o:before {
  content: "\F017";
}

.fa-road:before {
  content: "\F018";
}

.fa-download:before {
  content: "\F019";
}

.fa-arrow-circle-o-down:before {
  content: "\F01A";
}

.fa-arrow-circle-o-up:before {
  content: "\F01B";
}

.fa-inbox:before {
  content: "\F01C";
}

.fa-play-circle-o:before {
  content: "\F01D";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\F01E";
}

.fa-refresh:before {
  content: "\F021";
}

.fa-list-alt:before {
  content: "\F022";
}

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

.fa-flag:before {
  content: "\F024";
}

.fa-headphones:before {
  content: "\F025";
}

.fa-volume-off:before {
  content: "\F026";
}

.fa-volume-down:before {
  content: "\F027";
}

.fa-volume-up:before {
  content: "\F028";
}

.fa-qrcode:before {
  content: "\F029";
}

.fa-barcode:before {
  content: "\F02A";
}

.fa-tag:before {
  content: "\F02B";
}

.fa-tags:before {
  content: "\F02C";
}

.fa-book:before {
  content: "\F02D";
}

.fa-bookmark:before {
  content: "\F02E";
}

.fa-print:before {
  content: "\F02F";
}

.fa-camera:before {
  content: "\F030";
}

.fa-font:before {
  content: "\F031";
}

.fa-bold:before {
  content: "\F032";
}

.fa-italic:before {
  content: "\F033";
}

.fa-text-height:before {
  content: "\F034";
}

.fa-text-width:before {
  content: "\F035";
}

.fa-align-left:before {
  content: "\F036";
}

.fa-align-center:before {
  content: "\F037";
}

.fa-align-right:before {
  content: "\F038";
}

.fa-align-justify:before {
  content: "\F039";
}

.fa-list:before {
  content: "\F03A";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\F03B";
}

.fa-indent:before {
  content: "\F03C";
}

.fa-video-camera:before {
  content: "\F03D";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\F03E";
}

.fa-pencil:before {
  content: "\F040";
}

.fa-map-marker:before {
  content: "\F041";
}

.fa-adjust:before {
  content: "\F042";
}

.fa-tint:before {
  content: "\F043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\F044";
}

.fa-share-square-o:before {
  content: "\F045";
}

.fa-check-square-o:before {
  content: "\F046";
}

.fa-arrows:before {
  content: "\F047";
}

.fa-step-backward:before {
  content: "\F048";
}

.fa-fast-backward:before {
  content: "\F049";
}

.fa-backward:before {
  content: "\F04A";
}

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

.fa-pause:before {
  content: "\F04C";
}

.fa-stop:before {
  content: "\F04D";
}

.fa-forward:before {
  content: "\F04E";
}

.fa-fast-forward:before {
  content: "\F050";
}

.fa-step-forward:before {
  content: "\F051";
}

.fa-eject:before {
  content: "\F052";
}

.fa-chevron-left:before {
  content: "\F053";
}

.fa-chevron-right:before {
  content: "\F054";
}

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

.fa-minus-circle:before {
  content: "\F056";
}

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

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

.fa-question-circle:before {
  content: "\F059";
}

.fa-info-circle:before {
  content: "\F05A";
}

.fa-crosshairs:before {
  content: "\F05B";
}

.fa-times-circle-o:before {
  content: "\F05C";
}

.fa-check-circle-o:before {
  content: "\F05D";
}

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

.fa-arrow-left:before {
  content: "\F060";
}

.fa-arrow-right:before {
  content: "\F061";
}

.fa-arrow-up:before {
  content: "\F062";
}

.fa-arrow-down:before {
  content: "\F063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\F064";
}

.fa-expand:before {
  content: "\F065";
}

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

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

.fa-minus:before {
  content: "\F068";
}

.fa-asterisk:before {
  content: "\F069";
}

.fa-exclamation-circle:before {
  content: "\F06A";
}

.fa-gift:before {
  content: "\F06B";
}

.fa-leaf:before {
  content: "\F06C";
}

.fa-fire:before {
  content: "\F06D";
}

.fa-eye:before {
  content: "\F06E";
}

.fa-eye-slash:before {
  content: "\F070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\F071";
}

.fa-plane:before {
  content: "\F072";
}

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

.fa-random:before {
  content: "\F074";
}

.fa-comment:before {
  content: "\F075";
}

.fa-magnet:before {
  content: "\F076";
}

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

.fa-chevron-down:before {
  content: "\F078";
}

.fa-retweet:before {
  content: "\F079";
}

.fa-shopping-cart:before {
  content: "\F07A";
}

.fa-folder:before {
  content: "\F07B";
}

.fa-folder-open:before {
  content: "\F07C";
}

.fa-arrows-v:before {
  content: "\F07D";
}

.fa-arrows-h:before {
  content: "\F07E";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\F080";
}

.fa-twitter-square:before {
  content: "\F081";
}

.fa-facebook-square:before {
  content: "\F082";
}

.fa-camera-retro:before {
  content: "\F083";
}

.fa-key:before {
  content: "\F084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\F085";
}

.fa-comments:before {
  content: "\F086";
}

.fa-thumbs-o-up:before {
  content: "\F087";
}

.fa-thumbs-o-down:before {
  content: "\F088";
}

.fa-star-half:before {
  content: "\F089";
}

.fa-heart-o:before {
  content: "\F08A";
}

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

.fa-linkedin-square:before {
  content: "\F08C";
}

.fa-thumb-tack:before {
  content: "\F08D";
}

.fa-external-link:before {
  content: "\F08E";
}

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

.fa-trophy:before {
  content: "\F091";
}

.fa-github-square:before {
  content: "\F092";
}

.fa-upload:before {
  content: "\F093";
}

.fa-lemon-o:before {
  content: "\F094";
}

.fa-phone:before {
  content: "\F095";
}

.fa-square-o:before {
  content: "\F096";
}

.fa-bookmark-o:before {
  content: "\F097";
}

.fa-phone-square:before {
  content: "\F098";
}

.fa-twitter:before {
  content: "\F099";
}

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

.fa-github:before {
  content: "\F09B";
}

.fa-unlock:before {
  content: "\F09C";
}

.fa-credit-card:before {
  content: "\F09D";
}

.fa-feed:before,
.fa-rss:before {
  content: "\F09E";
}

.fa-hdd-o:before {
  content: "\F0A0";
}

.fa-bullhorn:before {
  content: "\F0A1";
}

.fa-bell:before {
  content: "\F0F3";
}

.fa-certificate:before {
  content: "\F0A3";
}

.fa-hand-o-right:before {
  content: "\F0A4";
}

.fa-hand-o-left:before {
  content: "\F0A5";
}

.fa-hand-o-up:before {
  content: "\F0A6";
}

.fa-hand-o-down:before {
  content: "\F0A7";
}

.fa-arrow-circle-left:before {
  content: "\F0A8";
}

.fa-arrow-circle-right:before {
  content: "\F0A9";
}

.fa-arrow-circle-up:before {
  content: "\F0AA";
}

.fa-arrow-circle-down:before {
  content: "\F0AB";
}

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

.fa-wrench:before {
  content: "\F0AD";
}

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

.fa-filter:before {
  content: "\F0B0";
}

.fa-briefcase:before {
  content: "\F0B1";
}

.fa-arrows-alt:before {
  content: "\F0B2";
}

.fa-group:before,
.fa-users:before {
  content: "\F0C0";
}

.fa-chain:before,
.fa-link:before {
  content: "\F0C1";
}

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

.fa-flask:before {
  content: "\F0C3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\F0C4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\F0C5";
}

.fa-paperclip:before {
  content: "\F0C6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\F0C7";
}

.fa-square:before {
  content: "\F0C8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\F0C9";
}

.fa-list-ul:before {
  content: "\F0CA";
}

.fa-list-ol:before {
  content: "\F0CB";
}

.fa-strikethrough:before {
  content: "\F0CC";
}

.fa-underline:before {
  content: "\F0CD";
}

.fa-table:before {
  content: "\F0CE";
}

.fa-magic:before {
  content: "\F0D0";
}

.fa-truck:before {
  content: "\F0D1";
}

.fa-pinterest:before {
  content: "\F0D2";
}

.fa-pinterest-square:before {
  content: "\F0D3";
}

.fa-google-plus-square:before {
  content: "\F0D4";
}

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

.fa-money:before {
  content: "\F0D6";
}

.fa-caret-down:before {
  content: "\F0D7";
}

.fa-caret-up:before {
  content: "\F0D8";
}

.fa-caret-left:before {
  content: "\F0D9";
}

.fa-caret-right:before {
  content: "\F0DA";
}

.fa-columns:before {
  content: "\F0DB";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\F0DC";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\F0DD";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\F0DE";
}

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

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

.fa-rotate-left:before,
.fa-undo:before {
  content: "\F0E2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\F0E3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\F0E4";
}

.fa-comment-o:before {
  content: "\F0E5";
}

.fa-comments-o:before {
  content: "\F0E6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\F0E7";
}

.fa-sitemap:before {
  content: "\F0E8";
}

.fa-umbrella:before {
  content: "\F0E9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\F0EA";
}

.fa-lightbulb-o:before {
  content: "\F0EB";
}

.fa-exchange:before {
  content: "\F0EC";
}

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

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

.fa-user-md:before {
  content: "\F0F0";
}

.fa-stethoscope:before {
  content: "\F0F1";
}

.fa-suitcase:before {
  content: "\F0F2";
}

.fa-bell-o:before {
  content: "\F0A2";
}

.fa-coffee:before {
  content: "\F0F4";
}

.fa-cutlery:before {
  content: "\F0F5";
}

.fa-file-text-o:before {
  content: "\F0F6";
}

.fa-building-o:before {
  content: "\F0F7";
}

.fa-hospital-o:before {
  content: "\F0F8";
}

.fa-ambulance:before {
  content: "\F0F9";
}

.fa-medkit:before {
  content: "\F0FA";
}

.fa-fighter-jet:before {
  content: "\F0FB";
}

.fa-beer:before {
  content: "\F0FC";
}

.fa-h-square:before {
  content: "\F0FD";
}

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

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

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

.fa-angle-double-up:before {
  content: "\F102";
}

.fa-angle-double-down:before {
  content: "\F103";
}

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

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

.fa-angle-up:before {
  content: "\F106";
}

.fa-angle-down:before {
  content: "\F107";
}

.fa-desktop:before {
  content: "\F108";
}

.fa-laptop:before {
  content: "\F109";
}

.fa-tablet:before {
  content: "\F10A";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\F10B";
}

.fa-circle-o:before {
  content: "\F10C";
}

.fa-quote-left:before {
  content: "\F10D";
}

.fa-quote-right:before {
  content: "\F10E";
}

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

.fa-circle:before {
  content: "\F111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\F112";
}

.fa-github-alt:before {
  content: "\F113";
}

.fa-folder-o:before {
  content: "\F114";
}

.fa-folder-open-o:before {
  content: "\F115";
}

.fa-smile-o:before {
  content: "\F118";
}

.fa-frown-o:before {
  content: "\F119";
}

.fa-meh-o:before {
  content: "\F11A";
}

.fa-gamepad:before {
  content: "\F11B";
}

.fa-keyboard-o:before {
  content: "\F11C";
}

.fa-flag-o:before {
  content: "\F11D";
}

.fa-flag-checkered:before {
  content: "\F11E";
}

.fa-terminal:before {
  content: "\F120";
}

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

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\F122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\F123";
}

.fa-location-arrow:before {
  content: "\F124";
}

.fa-crop:before {
  content: "\F125";
}

.fa-code-fork:before {
  content: "\F126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\F127";
}

.fa-question:before {
  content: "\F128";
}

.fa-info:before {
  content: "\F129";
}

.fa-exclamation:before {
  content: "\F12A";
}

.fa-superscript:before {
  content: "\F12B";
}

.fa-subscript:before {
  content: "\F12C";
}

.fa-eraser:before {
  content: "\F12D";
}

.fa-puzzle-piece:before {
  content: "\F12E";
}

.fa-microphone:before {
  content: "\F130";
}

.fa-microphone-slash:before {
  content: "\F131";
}

.fa-shield:before {
  content: "\F132";
}

.fa-calendar-o:before {
  content: "\F133";
}

.fa-fire-extinguisher:before {
  content: "\F134";
}

.fa-rocket:before {
  content: "\F135";
}

.fa-maxcdn:before {
  content: "\F136";
}

.fa-chevron-circle-left:before {
  content: "\F137";
}

.fa-chevron-circle-right:before {
  content: "\F138";
}

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

.fa-chevron-circle-down:before {
  content: "\F13A";
}

.fa-html5:before {
  content: "\F13B";
}

.fa-css3:before {
  content: "\F13C";
}

.fa-anchor:before {
  content: "\F13D";
}

.fa-unlock-alt:before {
  content: "\F13E";
}

.fa-bullseye:before {
  content: "\F140";
}

.fa-ellipsis-h:before {
  content: "\F141";
}

.fa-ellipsis-v:before {
  content: "\F142";
}

.fa-rss-square:before {
  content: "\F143";
}

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

.fa-ticket:before {
  content: "\F145";
}

.fa-minus-square:before {
  content: "\F146";
}

.fa-minus-square-o:before {
  content: "\F147";
}

.fa-level-up:before {
  content: "\F148";
}

.fa-level-down:before {
  content: "\F149";
}

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

.fa-pencil-square:before {
  content: "\F14B";
}

.fa-external-link-square:before {
  content: "\F14C";
}

.fa-share-square:before {
  content: "\F14D";
}

.fa-compass:before {
  content: "\F14E";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\F150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\F151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\F152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\F153";
}

.fa-gbp:before {
  content: "\F154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\F155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\F156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\F157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\F158";
}

.fa-won:before,
.fa-krw:before {
  content: "\F159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\F15A";
}

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

.fa-file-text:before {
  content: "\F15C";
}

.fa-sort-alpha-asc:before {
  content: "\F15D";
}

.fa-sort-alpha-desc:before {
  content: "\F15E";
}

.fa-sort-amount-asc:before {
  content: "\F160";
}

.fa-sort-amount-desc:before {
  content: "\F161";
}

.fa-sort-numeric-asc:before {
  content: "\F162";
}

.fa-sort-numeric-desc:before {
  content: "\F163";
}

.fa-thumbs-up:before {
  content: "\F164";
}

.fa-thumbs-down:before {
  content: "\F165";
}

.fa-youtube-square:before {
  content: "\F166";
}

.fa-youtube:before {
  content: "\F167";
}

.fa-xing:before {
  content: "\F168";
}

.fa-xing-square:before {
  content: "\F169";
}

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

.fa-dropbox:before {
  content: "\F16B";
}

.fa-stack-overflow:before {
  content: "\F16C";
}

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

.fa-flickr:before {
  content: "\F16E";
}

.fa-adn:before {
  content: "\F170";
}

.fa-bitbucket:before {
  content: "\F171";
}

.fa-bitbucket-square:before {
  content: "\F172";
}

.fa-tumblr:before {
  content: "\F173";
}

.fa-tumblr-square:before {
  content: "\F174";
}

.fa-long-arrow-down:before {
  content: "\F175";
}

.fa-long-arrow-up:before {
  content: "\F176";
}

.fa-long-arrow-left:before {
  content: "\F177";
}

.fa-long-arrow-right:before {
  content: "\F178";
}

.fa-apple:before {
  content: "\F179";
}

.fa-windows:before {
  content: "\F17A";
}

.fa-android:before {
  content: "\F17B";
}

.fa-linux:before {
  content: "\F17C";
}

.fa-dribbble:before {
  content: "\F17D";
}

.fa-skype:before {
  content: "\F17E";
}

.fa-foursquare:before {
  content: "\F180";
}

.fa-trello:before {
  content: "\F181";
}

.fa-female:before {
  content: "\F182";
}

.fa-male:before {
  content: "\F183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\F184";
}

.fa-sun-o:before {
  content: "\F185";
}

.fa-moon-o:before {
  content: "\F186";
}

.fa-archive:before {
  content: "\F187";
}

.fa-bug:before {
  content: "\F188";
}

.fa-vk:before {
  content: "\F189";
}

.fa-weibo:before {
  content: "\F18A";
}

.fa-renren:before {
  content: "\F18B";
}

.fa-pagelines:before {
  content: "\F18C";
}

.fa-stack-exchange:before {
  content: "\F18D";
}

.fa-arrow-circle-o-right:before {
  content: "\F18E";
}

.fa-arrow-circle-o-left:before {
  content: "\F190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\F191";
}

.fa-dot-circle-o:before {
  content: "\F192";
}

.fa-wheelchair:before {
  content: "\F193";
}

.fa-vimeo-square:before {
  content: "\F194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\F195";
}

.fa-plus-square-o:before {
  content: "\F196";
}

.fa-space-shuttle:before {
  content: "\F197";
}

.fa-slack:before {
  content: "\F198";
}

.fa-envelope-square:before {
  content: "\F199";
}

.fa-wordpress:before {
  content: "\F19A";
}

.fa-openid:before {
  content: "\F19B";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\F19C";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\F19D";
}

.fa-yahoo:before {
  content: "\F19E";
}

.fa-google:before {
  content: "\F1A0";
}

.fa-reddit:before {
  content: "\F1A1";
}

.fa-reddit-square:before {
  content: "\F1A2";
}

.fa-stumbleupon-circle:before {
  content: "\F1A3";
}

.fa-stumbleupon:before {
  content: "\F1A4";
}

.fa-delicious:before {
  content: "\F1A5";
}

.fa-digg:before {
  content: "\F1A6";
}

.fa-pied-piper-pp:before {
  content: "\F1A7";
}

.fa-pied-piper-alt:before {
  content: "\F1A8";
}

.fa-drupal:before {
  content: "\F1A9";
}

.fa-joomla:before {
  content: "\F1AA";
}

.fa-language:before {
  content: "\F1AB";
}

.fa-fax:before {
  content: "\F1AC";
}

.fa-building:before {
  content: "\F1AD";
}

.fa-child:before {
  content: "\F1AE";
}

.fa-paw:before {
  content: "\F1B0";
}

.fa-spoon:before {
  content: "\F1B1";
}

.fa-cube:before {
  content: "\F1B2";
}

.fa-cubes:before {
  content: "\F1B3";
}

.fa-behance:before {
  content: "\F1B4";
}

.fa-behance-square:before {
  content: "\F1B5";
}

.fa-steam:before {
  content: "\F1B6";
}

.fa-steam-square:before {
  content: "\F1B7";
}

.fa-recycle:before {
  content: "\F1B8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\F1B9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\F1BA";
}

.fa-tree:before {
  content: "\F1BB";
}

.fa-spotify:before {
  content: "\F1BC";
}

.fa-deviantart:before {
  content: "\F1BD";
}

.fa-soundcloud:before {
  content: "\F1BE";
}

.fa-database:before {
  content: "\F1C0";
}

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

.fa-file-word-o:before {
  content: "\F1C2";
}

.fa-file-excel-o:before {
  content: "\F1C3";
}

.fa-file-powerpoint-o:before {
  content: "\F1C4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\F1C5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\F1C6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\F1C7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\F1C8";
}

.fa-file-code-o:before {
  content: "\F1C9";
}

.fa-vine:before {
  content: "\F1CA";
}

.fa-codepen:before {
  content: "\F1CB";
}

.fa-jsfiddle:before {
  content: "\F1CC";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\F1CD";
}

.fa-circle-o-notch:before {
  content: "\F1CE";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\F1D0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\F1D1";
}

.fa-git-square:before {
  content: "\F1D2";
}

.fa-git:before {
  content: "\F1D3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\F1D4";
}

.fa-tencent-weibo:before {
  content: "\F1D5";
}

.fa-qq:before {
  content: "\F1D6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\F1D7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\F1D8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\F1D9";
}

.fa-history:before {
  content: "\F1DA";
}

.fa-circle-thin:before {
  content: "\F1DB";
}

.fa-header:before {
  content: "\F1DC";
}

.fa-paragraph:before {
  content: "\F1DD";
}

.fa-sliders:before {
  content: "\F1DE";
}

.fa-share-alt:before {
  content: "\F1E0";
}

.fa-share-alt-square:before {
  content: "\F1E1";
}

.fa-bomb:before {
  content: "\F1E2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\F1E3";
}

.fa-tty:before {
  content: "\F1E4";
}

.fa-binoculars:before {
  content: "\F1E5";
}

.fa-plug:before {
  content: "\F1E6";
}

.fa-slideshare:before {
  content: "\F1E7";
}

.fa-twitch:before {
  content: "\F1E8";
}

.fa-yelp:before {
  content: "\F1E9";
}

.fa-newspaper-o:before {
  content: "\F1EA";
}

.fa-wifi:before {
  content: "\F1EB";
}

.fa-calculator:before {
  content: "\F1EC";
}

.fa-paypal:before {
  content: "\F1ED";
}

.fa-google-wallet:before {
  content: "\F1EE";
}

.fa-cc-visa:before {
  content: "\F1F0";
}

.fa-cc-mastercard:before {
  content: "\F1F1";
}

.fa-cc-discover:before {
  content: "\F1F2";
}

.fa-cc-amex:before {
  content: "\F1F3";
}

.fa-cc-paypal:before {
  content: "\F1F4";
}

.fa-cc-stripe:before {
  content: "\F1F5";
}

.fa-bell-slash:before {
  content: "\F1F6";
}

.fa-bell-slash-o:before {
  content: "\F1F7";
}

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

.fa-copyright:before {
  content: "\F1F9";
}

.fa-at:before {
  content: "\F1FA";
}

.fa-eyedropper:before {
  content: "\F1FB";
}

.fa-paint-brush:before {
  content: "\F1FC";
}

.fa-birthday-cake:before {
  content: "\F1FD";
}

.fa-area-chart:before {
  content: "\F1FE";
}

.fa-pie-chart:before {
  content: "\F200";
}

.fa-line-chart:before {
  content: "\F201";
}

.fa-lastfm:before {
  content: "\F202";
}

.fa-lastfm-square:before {
  content: "\F203";
}

.fa-toggle-off:before {
  content: "\F204";
}

.fa-toggle-on:before {
  content: "\F205";
}

.fa-bicycle:before {
  content: "\F206";
}

.fa-bus:before {
  content: "\F207";
}

.fa-ioxhost:before {
  content: "\F208";
}

.fa-angellist:before {
  content: "\F209";
}

.fa-cc:before {
  content: "\F20A";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\F20B";
}

.fa-meanpath:before {
  content: "\F20C";
}

.fa-buysellads:before {
  content: "\F20D";
}

.fa-connectdevelop:before {
  content: "\F20E";
}

.fa-dashcube:before {
  content: "\F210";
}

.fa-forumbee:before {
  content: "\F211";
}

.fa-leanpub:before {
  content: "\F212";
}

.fa-sellsy:before {
  content: "\F213";
}

.fa-shirtsinbulk:before {
  content: "\F214";
}

.fa-simplybuilt:before {
  content: "\F215";
}

.fa-skyatlas:before {
  content: "\F216";
}

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

.fa-cart-arrow-down:before {
  content: "\F218";
}

.fa-diamond:before {
  content: "\F219";
}

.fa-ship:before {
  content: "\F21A";
}

.fa-user-secret:before {
  content: "\F21B";
}

.fa-motorcycle:before {
  content: "\F21C";
}

.fa-street-view:before {
  content: "\F21D";
}

.fa-heartbeat:before {
  content: "\F21E";
}

.fa-venus:before {
  content: "\F221";
}

.fa-mars:before {
  content: "\F222";
}

.fa-mercury:before {
  content: "\F223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\F224";
}

.fa-transgender-alt:before {
  content: "\F225";
}

.fa-venus-double:before {
  content: "\F226";
}

.fa-mars-double:before {
  content: "\F227";
}

.fa-venus-mars:before {
  content: "\F228";
}

.fa-mars-stroke:before {
  content: "\F229";
}

.fa-mars-stroke-v:before {
  content: "\F22A";
}

.fa-mars-stroke-h:before {
  content: "\F22B";
}

.fa-neuter:before {
  content: "\F22C";
}

.fa-genderless:before {
  content: "\F22D";
}

.fa-facebook-official:before {
  content: "\F230";
}

.fa-pinterest-p:before {
  content: "\F231";
}

.fa-whatsapp:before {
  content: "\F232";
}

.fa-server:before {
  content: "\F233";
}

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

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

.fa-hotel:before,
.fa-bed:before {
  content: "\F236";
}

.fa-viacoin:before {
  content: "\F237";
}

.fa-train:before {
  content: "\F238";
}

.fa-subway:before {
  content: "\F239";
}

.fa-medium:before {
  content: "\F23A";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\F23B";
}

.fa-optin-monster:before {
  content: "\F23C";
}

.fa-opencart:before {
  content: "\F23D";
}

.fa-expeditedssl:before {
  content: "\F23E";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\F240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\F241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\F242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\F243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\F244";
}

.fa-mouse-pointer:before {
  content: "\F245";
}

.fa-i-cursor:before {
  content: "\F246";
}

.fa-object-group:before {
  content: "\F247";
}

.fa-object-ungroup:before {
  content: "\F248";
}

.fa-sticky-note:before {
  content: "\F249";
}

.fa-sticky-note-o:before {
  content: "\F24A";
}

.fa-cc-jcb:before {
  content: "\F24B";
}

.fa-cc-diners-club:before {
  content: "\F24C";
}

.fa-clone:before {
  content: "\F24D";
}

.fa-balance-scale:before {
  content: "\F24E";
}

.fa-hourglass-o:before {
  content: "\F250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\F251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\F252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\F253";
}

.fa-hourglass:before {
  content: "\F254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\F255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\F256";
}

.fa-hand-scissors-o:before {
  content: "\F257";
}

.fa-hand-lizard-o:before {
  content: "\F258";
}

.fa-hand-spock-o:before {
  content: "\F259";
}

.fa-hand-pointer-o:before {
  content: "\F25A";
}

.fa-hand-peace-o:before {
  content: "\F25B";
}

.fa-trademark:before {
  content: "\F25C";
}

.fa-registered:before {
  content: "\F25D";
}

.fa-creative-commons:before {
  content: "\F25E";
}

.fa-gg:before {
  content: "\F260";
}

.fa-gg-circle:before {
  content: "\F261";
}

.fa-tripadvisor:before {
  content: "\F262";
}

.fa-odnoklassniki:before {
  content: "\F263";
}

.fa-odnoklassniki-square:before {
  content: "\F264";
}

.fa-get-pocket:before {
  content: "\F265";
}

.fa-wikipedia-w:before {
  content: "\F266";
}

.fa-safari:before {
  content: "\F267";
}

.fa-chrome:before {
  content: "\F268";
}

.fa-firefox:before {
  content: "\F269";
}

.fa-opera:before {
  content: "\F26A";
}

.fa-internet-explorer:before {
  content: "\F26B";
}

.fa-tv:before,
.fa-television:before {
  content: "\F26C";
}

.fa-contao:before {
  content: "\F26D";
}

.fa-500px:before {
  content: "\F26E";
}

.fa-amazon:before {
  content: "\F270";
}

.fa-calendar-plus-o:before {
  content: "\F271";
}

.fa-calendar-minus-o:before {
  content: "\F272";
}

.fa-calendar-times-o:before {
  content: "\F273";
}

.fa-calendar-check-o:before {
  content: "\F274";
}

.fa-industry:before {
  content: "\F275";
}

.fa-map-pin:before {
  content: "\F276";
}

.fa-map-signs:before {
  content: "\F277";
}

.fa-map-o:before {
  content: "\F278";
}

.fa-map:before {
  content: "\F279";
}

.fa-commenting:before {
  content: "\F27A";
}

.fa-commenting-o:before {
  content: "\F27B";
}

.fa-houzz:before {
  content: "\F27C";
}

.fa-vimeo:before {
  content: "\F27D";
}

.fa-black-tie:before {
  content: "\F27E";
}

.fa-fonticons:before {
  content: "\F280";
}

.fa-reddit-alien:before {
  content: "\F281";
}

.fa-edge:before {
  content: "\F282";
}

.fa-credit-card-alt:before {
  content: "\F283";
}

.fa-codiepie:before {
  content: "\F284";
}

.fa-modx:before {
  content: "\F285";
}

.fa-fort-awesome:before {
  content: "\F286";
}

.fa-usb:before {
  content: "\F287";
}

.fa-product-hunt:before {
  content: "\F288";
}

.fa-mixcloud:before {
  content: "\F289";
}

.fa-scribd:before {
  content: "\F28A";
}

.fa-pause-circle:before {
  content: "\F28B";
}

.fa-pause-circle-o:before {
  content: "\F28C";
}

.fa-stop-circle:before {
  content: "\F28D";
}

.fa-stop-circle-o:before {
  content: "\F28E";
}

.fa-shopping-bag:before {
  content: "\F290";
}

.fa-shopping-basket:before {
  content: "\F291";
}

.fa-hashtag:before {
  content: "\F292";
}

.fa-bluetooth:before {
  content: "\F293";
}

.fa-bluetooth-b:before {
  content: "\F294";
}

.fa-percent:before {
  content: "\F295";
}

.fa-gitlab:before {
  content: "\F296";
}

.fa-wpbeginner:before {
  content: "\F297";
}

.fa-wpforms:before {
  content: "\F298";
}

.fa-envira:before {
  content: "\F299";
}

.fa-universal-access:before {
  content: "\F29A";
}

.fa-wheelchair-alt:before {
  content: "\F29B";
}

.fa-question-circle-o:before {
  content: "\F29C";
}

.fa-blind:before {
  content: "\F29D";
}

.fa-audio-description:before {
  content: "\F29E";
}

.fa-volume-control-phone:before {
  content: "\F2A0";
}

.fa-braille:before {
  content: "\F2A1";
}

.fa-assistive-listening-systems:before {
  content: "\F2A2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\F2A3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\F2A4";
}

.fa-glide:before {
  content: "\F2A5";
}

.fa-glide-g:before {
  content: "\F2A6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\F2A7";
}

.fa-low-vision:before {
  content: "\F2A8";
}

.fa-viadeo:before {
  content: "\F2A9";
}

.fa-viadeo-square:before {
  content: "\F2AA";
}

.fa-snapchat:before {
  content: "\F2AB";
}

.fa-snapchat-ghost:before {
  content: "\F2AC";
}

.fa-snapchat-square:before {
  content: "\F2AD";
}

.fa-pied-piper:before {
  content: "\F2AE";
}

.fa-first-order:before {
  content: "\F2B0";
}

.fa-yoast:before {
  content: "\F2B1";
}

.fa-themeisle:before {
  content: "\F2B2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\F2B3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\F2B4";
}

.fa-handshake-o:before {
  content: "\F2B5";
}

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

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

.fa-linode:before {
  content: "\F2B8";
}

.fa-address-book:before {
  content: "\F2B9";
}

.fa-address-book-o:before {
  content: "\F2BA";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\F2BB";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\F2BC";
}

.fa-user-circle:before {
  content: "\F2BD";
}

.fa-user-circle-o:before {
  content: "\F2BE";
}

.fa-user-o:before {
  content: "\F2C0";
}

.fa-id-badge:before {
  content: "\F2C1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\F2C2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\F2C3";
}

.fa-quora:before {
  content: "\F2C4";
}

.fa-free-code-camp:before {
  content: "\F2C5";
}

.fa-telegram:before {
  content: "\F2C6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\F2C7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\F2C8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\F2C9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\F2CA";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\F2CB";
}

.fa-shower:before {
  content: "\F2CC";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\F2CD";
}

.fa-podcast:before {
  content: "\F2CE";
}

.fa-window-maximize:before {
  content: "\F2D0";
}

.fa-window-minimize:before {
  content: "\F2D1";
}

.fa-window-restore:before {
  content: "\F2D2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\F2D3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\F2D4";
}

.fa-bandcamp:before {
  content: "\F2D5";
}

.fa-grav:before {
  content: "\F2D6";
}

.fa-etsy:before {
  content: "\F2D7";
}

.fa-imdb:before {
  content: "\F2D8";
}

.fa-ravelry:before {
  content: "\F2D9";
}

.fa-eercast:before {
  content: "\F2DA";
}

.fa-microchip:before {
  content: "\F2DB";
}

.fa-snowflake-o:before {
  content: "\F2DC";
}

.fa-superpowers:before {
  content: "\F2DD";
}

.fa-wpexplorer:before {
  content: "\F2DE";
}

.fa-meetup:before {
  content: "\F2E0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.primary-color {
  background-color: #4a7444;
}

.secondary-color {
  background-color: #777;
}

.heading-color {
  background-color: inherit;
}

.body-font-color {
  background-color: #0a0a0a;
}

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

.light-gray-color {
  background-color: #2d2d2d;
}

.medium-gray-color {
  background-color: #e5e5e5;
}

.dark-gray-color {
  background-color: #8a8a8a;
}

.black-color {
  background-color: #0a0a0a;
}

.text-primary-color {
  color: #4a7444;
}

.text-secondary-color {
  color: #777;
}

.text-heading-color {
  color: inherit;
}

.text-body-font-color {
  color: #0a0a0a;
}

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

.text-light-gray-color {
  color: #2d2d2d;
}

.text-medium-gray-color {
  color: #e5e5e5;
}

.text-dark-gray-color {
  color: #8a8a8a;
}

.text-black-color {
  color: #0a0a0a;
}

.overlay::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
  -webkit-transition: opacity 250ms ease-out;
  transition: opacity 250ms ease-out;
}

@media print, screen and (min-width: 64.0625em) {
  .pc-hide-for-large {
    display: none !important;
  }
}

@media print, screen and (min-width: 40em) and (max-width: 64.06125em) {
  .pc-hide-for-medium-only {
    display: none !important;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .pc-hide-for-small-only {
    display: none !important;
  }
}

.cms-structure-mode-content .pc-hide-for-large {
  display: block !important;
  opacity: 0.2;
}

.cms-structure-mode-content .pc-hide-for-medium-only {
  display: block !important;
  opacity: 0.2;
}

.cms-structure-mode-content .pc-hide-for-small-only {
  display: block !important;
  opacity: 0.2;
}

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

@media print, screen and (max-width: 39.99875em) {
  .txt-left-small {
    text-align: left !important;
  }
}

@media print, screen and (min-width: 40em) and (max-width: 64.06125em) {
  .txt-left-medium {
    text-align: left !important;
  }
}

@media screen and (min-width: 90em) and (max-width: 112.49875em) {
  .txt-left-xlarge {
    text-align: left !important;
  }
}

@media screen and (min-width: 112.5em) {
  .txt-left-xxlarge {
    text-align: left !important;
  }
}

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

@media print, screen and (max-width: 39.99875em) {
  .txt-center-small {
    text-align: center !important;
  }
}

@media print, screen and (min-width: 40em) and (max-width: 64.06125em) {
  .txt-center-medium {
    text-align: center !important;
  }
}

@media screen and (min-width: 90em) and (max-width: 112.49875em) {
  .txt-center-xlarge {
    text-align: center !important;
  }
}

@media screen and (min-width: 112.5em) {
  .txt-center-xxlarge {
    text-align: center !important;
  }
}

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

@media print, screen and (max-width: 39.99875em) {
  .txt-right-small {
    text-align: right !important;
  }
}

@media print, screen and (min-width: 40em) and (max-width: 64.06125em) {
  .txt-right-medium {
    text-align: right !important;
  }
}

@media screen and (min-width: 90em) and (max-width: 112.49875em) {
  .txt-right-xlarge {
    text-align: right !important;
  }
}

@media screen and (min-width: 112.5em) {
  .txt-right-xxlarge {
    text-align: right !important;
  }
}

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

@media print, screen and (max-width: 39.99875em) {
  .txt-justify-small {
    text-align: justify !important;
  }
}

@media print, screen and (min-width: 40em) and (max-width: 64.06125em) {
  .txt-justify-medium {
    text-align: justify !important;
  }
}

@media screen and (min-width: 90em) and (max-width: 112.49875em) {
  .txt-justify-xlarge {
    text-align: justify !important;
  }
}

@media screen and (min-width: 112.5em) {
  .txt-justify-xxlarge {
    text-align: justify !important;
  }
}

.heading_family {
  font-family: montserrat,sans-serif;
}

.body_family {
  font-family: montserrat,sans-serif;
}

.weight-thin {
  font-weight: 100;
}

.weight-light {
  font-weight: 300;
}

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

.weight-medium {
  font-weight: 500;
}

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

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

.paragraph-font-size {
  font-size: 1rem;
}

.paragraph-font-size>p {
  font-size: 1rem;
}

.lead-paragraph-font-size {
  font-size: 125%;
  line-height: 1.6;
}

.lead-paragraph-font-size>p {
  font-size: 125%;
  line-height: 1.6;
}

.line-height-small {
  line-height: 1.2em;
}

.line-height-small>p {
  line-height: 1.2em;
}

.line-height-medium {
  line-height: 1.4em;
}

.line-height-medium>p {
  line-height: 1.4em;
}

.line-height-large {
  line-height: 1.8em;
}

.line-height-large>p {
  line-height: 1.8em;
}

.line-height-xlarge {
  line-height: 2.2em;
}

.line-height-xlarge>p {
  line-height: 2.2em;
}

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

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

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

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

.txt-oblique {
  font-style: oblique;
}

.txt-underline {
  text-decoration: underline;
}

.txt-overline {
  text-decoration: overline;
}

.txt-linethrough {
  text-decoration: line-through;
}

.txt-decoration-none {
  text-decoration: none;
}

.space-up-x0 {
  margin-top: 0px;
}

@media print, screen and (max-width: 39.99875em) {
  .space-up-x0-small {
    margin-top: 0px !important;
  }
}

@media print, screen and (min-width: 40em) and (max-width: 64.06125em) {
  .space-up-x0-medium {
    margin-top: 0px !important;
  }
}

@media screen and (min-width: 90em) and (max-width: 112.49875em) {
  .space-up-x0-xlarge {
    margin-top: 0px !important;
  }
}

@media screen and (min-width: 112.5em) {
  .space-up-x0-xxlarge {
    margin-top: 0px !important;
  }
}

.space-up-x1 {
  margin-top: 20px;
}

@media print, screen and (max-width: 39.99875em) {
  .space-up-x1-small {
    margin-top: 20px !important;
  }
}

@media print, screen and (min-width: 40em) and (max-width: 64.06125em) {
  .space-up-x1-medium {
    margin-top: 20px !important;
  }
}

@media screen and (min-width: 90em) and (max-width: 112.49875em) {
  .space-up-x1-xlarge {
    margin-top: 20px !important;
  }
}

@media screen and (min-width: 112.5em) {
  .space-up-x1-xxlarge {
    margin-top: 20px !important;
  }
}

.space-up-x2 {
  margin-top: 40px;
}

@media print, screen and (max-width: 39.99875em) {
  .space-up-x2-small {
    margin-top: 40px !important;
  }
}

@media print, screen and (min-width: 40em) and (max-width: 64.06125em) {
  .space-up-x2-medium {
    margin-top: 40px !important;
  }
}

@media screen and (min-width: 90em) and (max-width: 112.49875em) {
  .space-up-x2-xlarge {
    margin-top: 40px !important;
  }
}

@media screen and (min-width: 112.5em) {
  .space-up-x2-xxlarge {
    margin-top: 40px !important;
  }
}

.space-up-x3 {
  margin-top: 60px;
}

@media print, screen and (max-width: 39.99875em) {
  .space-up-x3-small {
    margin-top: 60px !important;
  }
}

@media print, screen and (min-width: 40em) and (max-width: 64.06125em) {
  .space-up-x3-medium {
    margin-top: 60px !important;
  }
}

@media screen and (min-width: 90em) and (max-width: 112.49875em) {
  .space-up-x3-xlarge {
    margin-top: 60px !important;
  }
}

@media screen and (min-width: 112.5em) {
  .space-up-x3-xxlarge {
    margin-top: 60px !important;
  }
}

.space-up-x4 {
  margin-top: 80px;
}

@media print, screen and (max-width: 39.99875em) {
  .space-up-x4-small {
    margin-top: 80px !important;
  }
}

@media print, screen and (min-width: 40em) and (max-width: 64.06125em) {
  .space-up-x4-medium {
    margin-top: 80px !important;
  }
}

@media screen and (min-width: 90em) and (max-width: 112.49875em) {
  .space-up-x4-xlarge {
    margin-top: 80px !important;
  }
}

@media screen and (min-width: 112.5em) {
  .space-up-x4-xxlarge {
    margin-top: 80px !important;
  }
}

.space-up-x5 {
  margin-top: 100px;
}

@media print, screen and (max-width: 39.99875em) {
  .space-up-x5-small {
    margin-top: 100px !important;
  }
}

@media print, screen and (min-width: 40em) and (max-width: 64.06125em) {
  .space-up-x5-medium {
    margin-top: 100px !important;
  }
}

@media screen and (min-width: 90em) and (max-width: 112.49875em) {
  .space-up-x5-xlarge {
    margin-top: 100px !important;
  }
}

@media screen and (min-width: 112.5em) {
  .space-up-x5-xxlarge {
    margin-top: 100px !important;
  }
}

.space-up-x6 {
  margin-top: 120px;
}

@media print, screen and (max-width: 39.99875em) {
  .space-up-x6-small {
    margin-top: 120px !important;
  }
}

@media print, screen and (min-width: 40em) and (max-width: 64.06125em) {
  .space-up-x6-medium {
    margin-top: 120px !important;
  }
}

@media screen and (min-width: 90em) and (max-width: 112.49875em) {
  .space-up-x6-xlarge {
    margin-top: 120px !important;
  }
}

@media screen and (min-width: 112.5em) {
  .space-up-x6-xxlarge {
    margin-top: 120px !important;
  }
}

.space-up-x7 {
  margin-top: 140px;
}

@media print, screen and (max-width: 39.99875em) {
  .space-up-x7-small {
    margin-top: 140px !important;
  }
}

@media print, screen and (min-width: 40em) and (max-width: 64.06125em) {
  .space-up-x7-medium {
    margin-top: 140px !important;
  }
}

@media screen and (min-width: 90em) and (max-width: 112.49875em) {
  .space-up-x7-xlarge {
    margin-top: 140px !important;
  }
}

@media screen and (min-width: 112.5em) {
  .space-up-x7-xxlarge {
    margin-top: 140px !important;
  }
}

.space-up-x8 {
  margin-top: 160px;
}

@media print, screen and (max-width: 39.99875em) {
  .space-up-x8-small {
    margin-top: 160px !important;
  }
}

@media print, screen and (min-width: 40em) and (max-width: 64.06125em) {
  .space-up-x8-medium {
    margin-top: 160px !important;
  }
}

@media screen and (min-width: 90em) and (max-width: 112.49875em) {
  .space-up-x8-xlarge {
    margin-top: 160px !important;
  }
}

@media screen and (min-width: 112.5em) {
  .space-up-x8-xxlarge {
    margin-top: 160px !important;
  }
}

.space-up-x9 {
  margin-top: 180px;
}

@media print, screen and (max-width: 39.99875em) {
  .space-up-x9-small {
    margin-top: 180px !important;
  }
}

@media print, screen and (min-width: 40em) and (max-width: 64.06125em) {
  .space-up-x9-medium {
    margin-top: 180px !important;
  }
}

@media screen and (min-width: 90em) and (max-width: 112.49875em) {
  .space-up-x9-xlarge {
    margin-top: 180px !important;
  }
}

@media screen and (min-width: 112.5em) {
  .space-up-x9-xxlarge {
    margin-top: 180px !important;
  }
}

.space-up-x10 {
  margin-top: 200px;
}

@media print, screen and (max-width: 39.99875em) {
  .space-up-x10-small {
    margin-top: 200px !important;
  }
}

@media print, screen and (min-width: 40em) and (max-width: 64.06125em) {
  .space-up-x10-medium {
    margin-top: 200px !important;
  }
}

@media screen and (min-width: 90em) and (max-width: 112.49875em) {
  .space-up-x10-xlarge {
    margin-top: 200px !important;
  }
}

@media screen and (min-width: 112.5em) {
  .space-up-x10-xxlarge {
    margin-top: 200px !important;
  }
}

.space-down-x0 {
  margin-bottom: 0px;
}

@media print, screen and (max-width: 39.99875em) {
  .space-down-x0-small {
    margin-bottom: 0px !important;
  }
}

@media print, screen and (min-width: 40em) and (max-width: 64.06125em) {
  .space-down-x0-medium {
    margin-bottom: 0px !important;
  }
}

@media screen and (min-width: 90em) and (max-width: 112.49875em) {
  .space-down-x0-xlarge {
    margin-bottom: 0px !important;
  }
}

@media screen and (min-width: 112.5em) {
  .space-down-x0-xxlarge {
    margin-bottom: 0px !important;
  }
}

.space-down-x1 {
  margin-bottom: 20px;
}

@media print, screen and (max-width: 39.99875em) {
  .space-down-x1-small {
    margin-bottom: 20px !important;
  }
}

@media print, screen and (min-width: 40em) and (max-width: 64.06125em) {
  .space-down-x1-medium {
    margin-bottom: 20px !important;
  }
}

@media screen and (min-width: 90em) and (max-width: 112.49875em) {
  .space-down-x1-xlarge {
    margin-bottom: 20px !important;
  }
}

@media screen and (min-width: 112.5em) {
  .space-down-x1-xxlarge {
    margin-bottom: 20px !important;
  }
}

.space-down-x2 {
  margin-bottom: 40px;
}

@media print, screen and (max-width: 39.99875em) {
  .space-down-x2-small {
    margin-bottom: 40px !important;
  }
}

@media print, screen and (min-width: 40em) and (max-width: 64.06125em) {
  .space-down-x2-medium {
    margin-bottom: 40px !important;
  }
}

@media screen and (min-width: 90em) and (max-width: 112.49875em) {
  .space-down-x2-xlarge {
    margin-bottom: 40px !important;
  }
}

@media screen and (min-width: 112.5em) {
  .space-down-x2-xxlarge {
    margin-bottom: 40px !important;
  }
}

.space-down-x3 {
  margin-bottom: 60px;
}

@media print, screen and (max-width: 39.99875em) {
  .space-down-x3-small {
    margin-bottom: 60px !important;
  }
}

@media print, screen and (min-width: 40em) and (max-width: 64.06125em) {
  .space-down-x3-medium {
    margin-bottom: 60px !important;
  }
}

@media screen and (min-width: 90em) and (max-width: 112.49875em) {
  .space-down-x3-xlarge {
    margin-bottom: 60px !important;
  }
}

@media screen and (min-width: 112.5em) {
  .space-down-x3-xxlarge {
    margin-bottom: 60px !important;
  }
}

.space-down-x4 {
  margin-bottom: 80px;
}

@media print, screen and (max-width: 39.99875em) {
  .space-down-x4-small {
    margin-bottom: 80px !important;
  }
}

@media print, screen and (min-width: 40em) and (max-width: 64.06125em) {
  .space-down-x4-medium {
    margin-bottom: 80px !important;
  }
}

@media screen and (min-width: 90em) and (max-width: 112.49875em) {
  .space-down-x4-xlarge {
    margin-bottom: 80px !important;
  }
}

@media screen and (min-width: 112.5em) {
  .space-down-x4-xxlarge {
    margin-bottom: 80px !important;
  }
}

.space-down-x5 {
  margin-bottom: 100px;
}

@media print, screen and (max-width: 39.99875em) {
  .space-down-x5-small {
    margin-bottom: 100px !important;
  }
}

@media print, screen and (min-width: 40em) and (max-width: 64.06125em) {
  .space-down-x5-medium {
    margin-bottom: 100px !important;
  }
}

@media screen and (min-width: 90em) and (max-width: 112.49875em) {
  .space-down-x5-xlarge {
    margin-bottom: 100px !important;
  }
}

@media screen and (min-width: 112.5em) {
  .space-down-x5-xxlarge {
    margin-bottom: 100px !important;
  }
}

.space-down-x6 {
  margin-bottom: 120px;
}

@media print, screen and (max-width: 39.99875em) {
  .space-down-x6-small {
    margin-bottom: 120px !important;
  }
}

@media print, screen and (min-width: 40em) and (max-width: 64.06125em) {
  .space-down-x6-medium {
    margin-bottom: 120px !important;
  }
}

@media screen and (min-width: 90em) and (max-width: 112.49875em) {
  .space-down-x6-xlarge {
    margin-bottom: 120px !important;
  }
}

@media screen and (min-width: 112.5em) {
  .space-down-x6-xxlarge {
    margin-bottom: 120px !important;
  }
}

.space-down-x7 {
  margin-bottom: 140px;
}

@media print, screen and (max-width: 39.99875em) {
  .space-down-x7-small {
    margin-bottom: 140px !important;
  }
}

@media print, screen and (min-width: 40em) and (max-width: 64.06125em) {
  .space-down-x7-medium {
    margin-bottom: 140px !important;
  }
}

@media screen and (min-width: 90em) and (max-width: 112.49875em) {
  .space-down-x7-xlarge {
    margin-bottom: 140px !important;
  }
}

@media screen and (min-width: 112.5em) {
  .space-down-x7-xxlarge {
    margin-bottom: 140px !important;
  }
}

.space-down-x8 {
  margin-bottom: 160px;
}

@media print, screen and (max-width: 39.99875em) {
  .space-down-x8-small {
    margin-bottom: 160px !important;
  }
}

@media print, screen and (min-width: 40em) and (max-width: 64.06125em) {
  .space-down-x8-medium {
    margin-bottom: 160px !important;
  }
}

@media screen and (min-width: 90em) and (max-width: 112.49875em) {
  .space-down-x8-xlarge {
    margin-bottom: 160px !important;
  }
}

@media screen and (min-width: 112.5em) {
  .space-down-x8-xxlarge {
    margin-bottom: 160px !important;
  }
}

.space-down-x9 {
  margin-bottom: 180px;
}

@media print, screen and (max-width: 39.99875em) {
  .space-down-x9-small {
    margin-bottom: 180px !important;
  }
}

@media print, screen and (min-width: 40em) and (max-width: 64.06125em) {
  .space-down-x9-medium {
    margin-bottom: 180px !important;
  }
}

@media screen and (min-width: 90em) and (max-width: 112.49875em) {
  .space-down-x9-xlarge {
    margin-bottom: 180px !important;
  }
}

@media screen and (min-width: 112.5em) {
  .space-down-x9-xxlarge {
    margin-bottom: 180px !important;
  }
}

.space-down-x10 {
  margin-bottom: 200px;
}

@media print, screen and (max-width: 39.99875em) {
  .space-down-x10-small {
    margin-bottom: 200px !important;
  }
}

@media print, screen and (min-width: 40em) and (max-width: 64.06125em) {
  .space-down-x10-medium {
    margin-bottom: 200px !important;
  }
}

@media screen and (min-width: 90em) and (max-width: 112.49875em) {
  .space-down-x10-xlarge {
    margin-bottom: 200px !important;
  }
}

@media screen and (min-width: 112.5em) {
  .space-down-x10-xxlarge {
    margin-bottom: 200px !important;
  }
}

.space-left-x0 {
  margin-left: 0px;
}

@media print, screen and (max-width: 39.99875em) {
  .space-left-x0-small {
    margin-left: 0px !important;
  }
}

@media print, screen and (min-width: 40em) and (max-width: 64.06125em) {
  .space-left-x0-medium {
    margin-left: 0px !important;
  }
}

@media screen and (min-width: 90em) and (max-width: 112.49875em) {
  .space-left-x0-xlarge {
    margin-left: 0px !important;
  }
}

@media screen and (min-width: 112.5em) {
  .space-left-x0-xxlarge {
    margin-left: 0px !important;
  }
}

.space-left-x1 {
  margin-left: 20px;
}

@media print, screen and (max-width: 39.99875em) {
  .space-left-x1-small {
    margin-left: 20px !important;
  }
}

@media print, screen and (min-width: 40em) and (max-width: 64.06125em) {
  .space-left-x1-medium {
    margin-left: 20px !important;
  }
}

@media screen and (min-width: 90em) and (max-width: 112.49875em) {
  .space-left-x1-xlarge {
    margin-left: 20px !important;
  }
}

@media screen and (min-width: 112.5em) {
  .space-left-x1-xxlarge {
    margin-left: 20px !important;
  }
}

.space-left-x2 {
  margin-left: 40px;
}

@media print, screen and (max-width: 39.99875em) {
  .space-left-x2-small {
    margin-left: 40px !important;
  }
}

@media print, screen and (min-width: 40em) and (max-width: 64.06125em) {
  .space-left-x2-medium {
    margin-left: 40px !important;
  }
}

@media screen and (min-width: 90em) and (max-width: 112.49875em) {
  .space-left-x2-xlarge {
    margin-left: 40px !important;
  }
}

@media screen and (min-width: 112.5em) {
  .space-left-x2-xxlarge {
    margin-left: 40px !important;
  }
}

.space-left-x3 {
  margin-left: 60px;
}

@media print, screen and (max-width: 39.99875em) {
  .space-left-x3-small {
    margin-left: 60px !important;
  }
}

@media print, screen and (min-width: 40em) and (max-width: 64.06125em) {
  .space-left-x3-medium {
    margin-left: 60px !important;
  }
}

@media screen and (min-width: 90em) and (max-width: 112.49875em) {
  .space-left-x3-xlarge {
    margin-left: 60px !important;
  }
}

@media screen and (min-width: 112.5em) {
  .space-left-x3-xxlarge {
    margin-left: 60px !important;
  }
}

.space-left-x4 {
  margin-left: 80px;
}

@media print, screen and (max-width: 39.99875em) {
  .space-left-x4-small {
    margin-left: 80px !important;
  }
}

@media print, screen and (min-width: 40em) and (max-width: 64.06125em) {
  .space-left-x4-medium {
    margin-left: 80px !important;
  }
}

@media screen and (min-width: 90em) and (max-width: 112.49875em) {
  .space-left-x4-xlarge {
    margin-left: 80px !important;
  }
}

@media screen and (min-width: 112.5em) {
  .space-left-x4-xxlarge {
    margin-left: 80px !important;
  }
}

.space-left-x5 {
  margin-left: 100px;
}

@media print, screen and (max-width: 39.99875em) {
  .space-left-x5-small {
    margin-left: 100px !important;
  }
}

@media print, screen and (min-width: 40em) and (max-width: 64.06125em) {
  .space-left-x5-medium {
    margin-left: 100px !important;
  }
}

@media screen and (min-width: 90em) and (max-width: 112.49875em) {
  .space-left-x5-xlarge {
    margin-left: 100px !important;
  }
}

@media screen and (min-width: 112.5em) {
  .space-left-x5-xxlarge {
    margin-left: 100px !important;
  }
}

.space-left-x6 {
  margin-left: 120px;
}

@media print, screen and (max-width: 39.99875em) {
  .space-left-x6-small {
    margin-left: 120px !important;
  }
}

@media print, screen and (min-width: 40em) and (max-width: 64.06125em) {
  .space-left-x6-medium {
    margin-left: 120px !important;
  }
}

@media screen and (min-width: 90em) and (max-width: 112.49875em) {
  .space-left-x6-xlarge {
    margin-left: 120px !important;
  }
}

@media screen and (min-width: 112.5em) {
  .space-left-x6-xxlarge {
    margin-left: 120px !important;
  }
}

.space-left-x7 {
  margin-left: 140px;
}

@media print, screen and (max-width: 39.99875em) {
  .space-left-x7-small {
    margin-left: 140px !important;
  }
}

@media print, screen and (min-width: 40em) and (max-width: 64.06125em) {
  .space-left-x7-medium {
    margin-left: 140px !important;
  }
}

@media screen and (min-width: 90em) and (max-width: 112.49875em) {
  .space-left-x7-xlarge {
    margin-left: 140px !important;
  }
}

@media screen and (min-width: 112.5em) {
  .space-left-x7-xxlarge {
    margin-left: 140px !important;
  }
}

.space-left-x8 {
  margin-left: 160px;
}

@media print, screen and (max-width: 39.99875em) {
  .space-left-x8-small {
    margin-left: 160px !important;
  }
}

@media print, screen and (min-width: 40em) and (max-width: 64.06125em) {
  .space-left-x8-medium {
    margin-left: 160px !important;
  }
}

@media screen and (min-width: 90em) and (max-width: 112.49875em) {
  .space-left-x8-xlarge {
    margin-left: 160px !important;
  }
}

@media screen and (min-width: 112.5em) {
  .space-left-x8-xxlarge {
    margin-left: 160px !important;
  }
}

.space-left-x9 {
  margin-left: 180px;
}

@media print, screen and (max-width: 39.99875em) {
  .space-left-x9-small {
    margin-left: 180px !important;
  }
}

@media print, screen and (min-width: 40em) and (max-width: 64.06125em) {
  .space-left-x9-medium {
    margin-left: 180px !important;
  }
}

@media screen and (min-width: 90em) and (max-width: 112.49875em) {
  .space-left-x9-xlarge {
    margin-left: 180px !important;
  }
}

@media screen and (min-width: 112.5em) {
  .space-left-x9-xxlarge {
    margin-left: 180px !important;
  }
}

.space-left-x10 {
  margin-left: 200px;
}

@media print, screen and (max-width: 39.99875em) {
  .space-left-x10-small {
    margin-left: 200px !important;
  }
}

@media print, screen and (min-width: 40em) and (max-width: 64.06125em) {
  .space-left-x10-medium {
    margin-left: 200px !important;
  }
}

@media screen and (min-width: 90em) and (max-width: 112.49875em) {
  .space-left-x10-xlarge {
    margin-left: 200px !important;
  }
}

@media screen and (min-width: 112.5em) {
  .space-left-x10-xxlarge {
    margin-left: 200px !important;
  }
}

.space-right-x0 {
  margin-right: 0px;
}

@media print, screen and (max-width: 39.99875em) {
  .space-right-x0-small {
    margin-right: 0px !important;
  }
}

@media print, screen and (min-width: 40em) and (max-width: 64.06125em) {
  .space-right-x0-medium {
    margin-right: 0px !important;
  }
}

@media screen and (min-width: 90em) and (max-width: 112.49875em) {
  .space-right-x0-xlarge {
    margin-right: 0px !important;
  }
}

@media screen and (min-width: 112.5em) {
  .space-right-x0-xxlarge {
    margin-right: 0px !important;
  }
}

.space-right-x1 {
  margin-right: 20px;
}

@media print, screen and (max-width: 39.99875em) {
  .space-right-x1-small {
    margin-right: 20px !important;
  }
}

@media print, screen and (min-width: 40em) and (max-width: 64.06125em) {
  .space-right-x1-medium {
    margin-right: 20px !important;
  }
}

@media screen and (min-width: 90em) and (max-width: 112.49875em) {
  .space-right-x1-xlarge {
    margin-right: 20px !important;
  }
}

@media screen and (min-width: 112.5em) {
  .space-right-x1-xxlarge {
    margin-right: 20px !important;
  }
}

.space-right-x2 {
  margin-right: 40px;
}

@media print, screen and (max-width: 39.99875em) {
  .space-right-x2-small {
    margin-right: 40px !important;
  }
}

@media print, screen and (min-width: 40em) and (max-width: 64.06125em) {
  .space-right-x2-medium {
    margin-right: 40px !important;
  }
}

@media screen and (min-width: 90em) and (max-width: 112.49875em) {
  .space-right-x2-xlarge {
    margin-right: 40px !important;
  }
}

@media screen and (min-width: 112.5em) {
  .space-right-x2-xxlarge {
    margin-right: 40px !important;
  }
}

.space-right-x3 {
  margin-right: 60px;
}

@media print, screen and (max-width: 39.99875em) {
  .space-right-x3-small {
    margin-right: 60px !important;
  }
}

@media print, screen and (min-width: 40em) and (max-width: 64.06125em) {
  .space-right-x3-medium {
    margin-right: 60px !important;
  }
}

@media screen and (min-width: 90em) and (max-width: 112.49875em) {
  .space-right-x3-xlarge {
    margin-right: 60px !important;
  }
}

@media screen and (min-width: 112.5em) {
  .space-right-x3-xxlarge {
    margin-right: 60px !important;
  }
}

.space-right-x4 {
  margin-right: 80px;
}

@media print, screen and (max-width: 39.99875em) {
  .space-right-x4-small {
    margin-right: 80px !important;
  }
}

@media print, screen and (min-width: 40em) and (max-width: 64.06125em) {
  .space-right-x4-medium {
    margin-right: 80px !important;
  }
}

@media screen and (min-width: 90em) and (max-width: 112.49875em) {
  .space-right-x4-xlarge {
    margin-right: 80px !important;
  }
}

@media screen and (min-width: 112.5em) {
  .space-right-x4-xxlarge {
    margin-right: 80px !important;
  }
}

.space-right-x5 {
  margin-right: 100px;
}

@media print, screen and (max-width: 39.99875em) {
  .space-right-x5-small {
    margin-right: 100px !important;
  }
}

@media print, screen and (min-width: 40em) and (max-width: 64.06125em) {
  .space-right-x5-medium {
    margin-right: 100px !important;
  }
}

@media screen and (min-width: 90em) and (max-width: 112.49875em) {
  .space-right-x5-xlarge {
    margin-right: 100px !important;
  }
}

@media screen and (min-width: 112.5em) {
  .space-right-x5-xxlarge {
    margin-right: 100px !important;
  }
}

.space-right-x6 {
  margin-right: 120px;
}

@media print, screen and (max-width: 39.99875em) {
  .space-right-x6-small {
    margin-right: 120px !important;
  }
}

@media print, screen and (min-width: 40em) and (max-width: 64.06125em) {
  .space-right-x6-medium {
    margin-right: 120px !important;
  }
}

@media screen and (min-width: 90em) and (max-width: 112.49875em) {
  .space-right-x6-xlarge {
    margin-right: 120px !important;
  }
}

@media screen and (min-width: 112.5em) {
  .space-right-x6-xxlarge {
    margin-right: 120px !important;
  }
}

.space-right-x7 {
  margin-right: 140px;
}

@media print, screen and (max-width: 39.99875em) {
  .space-right-x7-small {
    margin-right: 140px !important;
  }
}

@media print, screen and (min-width: 40em) and (max-width: 64.06125em) {
  .space-right-x7-medium {
    margin-right: 140px !important;
  }
}

@media screen and (min-width: 90em) and (max-width: 112.49875em) {
  .space-right-x7-xlarge {
    margin-right: 140px !important;
  }
}

@media screen and (min-width: 112.5em) {
  .space-right-x7-xxlarge {
    margin-right: 140px !important;
  }
}

.space-right-x8 {
  margin-right: 160px;
}

@media print, screen and (max-width: 39.99875em) {
  .space-right-x8-small {
    margin-right: 160px !important;
  }
}

@media print, screen and (min-width: 40em) and (max-width: 64.06125em) {
  .space-right-x8-medium {
    margin-right: 160px !important;
  }
}

@media screen and (min-width: 90em) and (max-width: 112.49875em) {
  .space-right-x8-xlarge {
    margin-right: 160px !important;
  }
}

@media screen and (min-width: 112.5em) {
  .space-right-x8-xxlarge {
    margin-right: 160px !important;
  }
}

.space-right-x9 {
  margin-right: 180px;
}

@media print, screen and (max-width: 39.99875em) {
  .space-right-x9-small {
    margin-right: 180px !important;
  }
}

@media print, screen and (min-width: 40em) and (max-width: 64.06125em) {
  .space-right-x9-medium {
    margin-right: 180px !important;
  }
}

@media screen and (min-width: 90em) and (max-width: 112.49875em) {
  .space-right-x9-xlarge {
    margin-right: 180px !important;
  }
}

@media screen and (min-width: 112.5em) {
  .space-right-x9-xxlarge {
    margin-right: 180px !important;
  }
}

.space-right-x10 {
  margin-right: 200px;
}

@media print, screen and (max-width: 39.99875em) {
  .space-right-x10-small {
    margin-right: 200px !important;
  }
}

@media print, screen and (min-width: 40em) and (max-width: 64.06125em) {
  .space-right-x10-medium {
    margin-right: 200px !important;
  }
}

@media screen and (min-width: 90em) and (max-width: 112.49875em) {
  .space-right-x10-xlarge {
    margin-right: 200px !important;
  }
}

@media screen and (min-width: 112.5em) {
  .space-right-x10-xxlarge {
    margin-right: 200px !important;
  }
}

.pad-up-x0 {
  padding-top: 0px;
}

@media print, screen and (max-width: 39.99875em) {
  .pad-up-x0-small {
    padding-top: 0px !important;
  }
}

@media print, screen and (min-width: 40em) and (max-width: 64.06125em) {
  .pad-up-x0-medium {
    padding-top: 0px !important;
  }
}

@media screen and (min-width: 90em) and (max-width: 112.49875em) {
  .pad-up-x0-xlarge {
    padding-top: 0px !important;
  }
}

@media screen and (min-width: 112.5em) {
  .pad-up-x0-xxlarge {
    padding-top: 0px !important;
  }
}

.pad-up-x1 {
  padding-top: 20px;
}

@media print, screen and (max-width: 39.99875em) {
  .pad-up-x1-small {
    padding-top: 20px !important;
  }
}

@media print, screen and (min-width: 40em) and (max-width: 64.06125em) {
  .pad-up-x1-medium {
    padding-top: 20px !important;
  }
}

@media screen and (min-width: 90em) and (max-width: 112.49875em) {
  .pad-up-x1-xlarge {
    padding-top: 20px !important;
  }
}

@media screen and (min-width: 112.5em) {
  .pad-up-x1-xxlarge {
    padding-top: 20px !important;
  }
}

.pad-up-x2 {
  padding-top: 40px;
}

@media print, screen and (max-width: 39.99875em) {
  .pad-up-x2-small {
    padding-top: 40px !important;
  }
}

@media print, screen and (min-width: 40em) and (max-width: 64.06125em) {
  .pad-up-x2-medium {
    padding-top: 40px !important;
  }
}

@media screen and (min-width: 90em) and (max-width: 112.49875em) {
  .pad-up-x2-xlarge {
    padding-top: 40px !important;
  }
}

@media screen and (min-width: 112.5em) {
  .pad-up-x2-xxlarge {
    padding-top: 40px !important;
  }
}

.pad-up-x3 {
  padding-top: 60px;
}

@media print, screen and (max-width: 39.99875em) {
  .pad-up-x3-small {
    padding-top: 60px !important;
  }
}

@media print, screen and (min-width: 40em) and (max-width: 64.06125em) {
  .pad-up-x3-medium {
    padding-top: 60px !important;
  }
}

@media screen and (min-width: 90em) and (max-width: 112.49875em) {
  .pad-up-x3-xlarge {
    padding-top: 60px !important;
  }
}

@media screen and (min-width: 112.5em) {
  .pad-up-x3-xxlarge {
    padding-top: 60px !important;
  }
}

.pad-up-x4 {
  padding-top: 80px;
}

@media print, screen and (max-width: 39.99875em) {
  .pad-up-x4-small {
    padding-top: 80px !important;
  }
}

@media print, screen and (min-width: 40em) and (max-width: 64.06125em) {
  .pad-up-x4-medium {
    padding-top: 80px !important;
  }
}

@media screen and (min-width: 90em) and (max-width: 112.49875em) {
  .pad-up-x4-xlarge {
    padding-top: 80px !important;
  }
}

@media screen and (min-width: 112.5em) {
  .pad-up-x4-xxlarge {
    padding-top: 80px !important;
  }
}

.pad-up-x5 {
  padding-top: 100px;
}

@media print, screen and (max-width: 39.99875em) {
  .pad-up-x5-small {
    padding-top: 100px !important;
  }
}

@media print, screen and (min-width: 40em) and (max-width: 64.06125em) {
  .pad-up-x5-medium {
    padding-top: 100px !important;
  }
}

@media screen and (min-width: 90em) and (max-width: 112.49875em) {
  .pad-up-x5-xlarge {
    padding-top: 100px !important;
  }
}

@media screen and (min-width: 112.5em) {
  .pad-up-x5-xxlarge {
    padding-top: 100px !important;
  }
}

.pad-up-x6 {
  padding-top: 120px;
}

@media print, screen and (max-width: 39.99875em) {
  .pad-up-x6-small {
    padding-top: 120px !important;
  }
}

@media print, screen and (min-width: 40em) and (max-width: 64.06125em) {
  .pad-up-x6-medium {
    padding-top: 120px !important;
  }
}

@media screen and (min-width: 90em) and (max-width: 112.49875em) {
  .pad-up-x6-xlarge {
    padding-top: 120px !important;
  }
}

@media screen and (min-width: 112.5em) {
  .pad-up-x6-xxlarge {
    padding-top: 120px !important;
  }
}

.pad-up-x7 {
  padding-top: 140px;
}

@media print, screen and (max-width: 39.99875em) {
  .pad-up-x7-small {
    padding-top: 140px !important;
  }
}

@media print, screen and (min-width: 40em) and (max-width: 64.06125em) {
  .pad-up-x7-medium {
    padding-top: 140px !important;
  }
}

@media screen and (min-width: 90em) and (max-width: 112.49875em) {
  .pad-up-x7-xlarge {
    padding-top: 140px !important;
  }
}

@media screen and (min-width: 112.5em) {
  .pad-up-x7-xxlarge {
    padding-top: 140px !important;
  }
}

.pad-up-x8 {
  padding-top: 160px;
}

@media print, screen and (max-width: 39.99875em) {
  .pad-up-x8-small {
    padding-top: 160px !important;
  }
}

@media print, screen and (min-width: 40em) and (max-width: 64.06125em) {
  .pad-up-x8-medium {
    padding-top: 160px !important;
  }
}

@media screen and (min-width: 90em) and (max-width: 112.49875em) {
  .pad-up-x8-xlarge {
    padding-top: 160px !important;
  }
}

@media screen and (min-width: 112.5em) {
  .pad-up-x8-xxlarge {
    padding-top: 160px !important;
  }
}

.pad-up-x9 {
  padding-top: 180px;
}

@media print, screen and (max-width: 39.99875em) {
  .pad-up-x9-small {
    padding-top: 180px !important;
  }
}

@media print, screen and (min-width: 40em) and (max-width: 64.06125em) {
  .pad-up-x9-medium {
    padding-top: 180px !important;
  }
}

@media screen and (min-width: 90em) and (max-width: 112.49875em) {
  .pad-up-x9-xlarge {
    padding-top: 180px !important;
  }
}

@media screen and (min-width: 112.5em) {
  .pad-up-x9-xxlarge {
    padding-top: 180px !important;
  }
}

.pad-up-x10 {
  padding-top: 200px;
}

@media print, screen and (max-width: 39.99875em) {
  .pad-up-x10-small {
    padding-top: 200px !important;
  }
}

@media print, screen and (min-width: 40em) and (max-width: 64.06125em) {
  .pad-up-x10-medium {
    padding-top: 200px !important;
  }
}

@media screen and (min-width: 90em) and (max-width: 112.49875em) {
  .pad-up-x10-xlarge {
    padding-top: 200px !important;
  }
}

@media screen and (min-width: 112.5em) {
  .pad-up-x10-xxlarge {
    padding-top: 200px !important;
  }
}

.pad-down-x0 {
  padding-bottom: 0px;
}

@media print, screen and (max-width: 39.99875em) {
  .pad-down-x0-small {
    padding-bottom: 0px !important;
  }
}

@media print, screen and (min-width: 40em) and (max-width: 64.06125em) {
  .pad-down-x0-medium {
    padding-bottom: 0px !important;
  }
}

@media screen and (min-width: 90em) and (max-width: 112.49875em) {
  .pad-down-x0-xlarge {
    padding-bottom: 0px !important;
  }
}

@media screen and (min-width: 112.5em) {
  .pad-down-x0-xxlarge {
    padding-bottom: 0px !important;
  }
}

.pad-down-x1 {
  padding-bottom: 20px;
}

@media print, screen and (max-width: 39.99875em) {
  .pad-down-x1-small {
    padding-bottom: 20px !important;
  }
}

@media print, screen and (min-width: 40em) and (max-width: 64.06125em) {
  .pad-down-x1-medium {
    padding-bottom: 20px !important;
  }
}

@media screen and (min-width: 90em) and (max-width: 112.49875em) {
  .pad-down-x1-xlarge {
    padding-bottom: 20px !important;
  }
}

@media screen and (min-width: 112.5em) {
  .pad-down-x1-xxlarge {
    padding-bottom: 20px !important;
  }
}

.pad-down-x2 {
  padding-bottom: 40px;
}

@media print, screen and (max-width: 39.99875em) {
  .pad-down-x2-small {
    padding-bottom: 40px !important;
  }
}

@media print, screen and (min-width: 40em) and (max-width: 64.06125em) {
  .pad-down-x2-medium {
    padding-bottom: 40px !important;
  }
}

@media screen and (min-width: 90em) and (max-width: 112.49875em) {
  .pad-down-x2-xlarge {
    padding-bottom: 40px !important;
  }
}

@media screen and (min-width: 112.5em) {
  .pad-down-x2-xxlarge {
    padding-bottom: 40px !important;
  }
}

.pad-down-x3 {
  padding-bottom: 60px;
}

@media print, screen and (max-width: 39.99875em) {
  .pad-down-x3-small {
    padding-bottom: 60px !important;
  }
}

@media print, screen and (min-width: 40em) and (max-width: 64.06125em) {
  .pad-down-x3-medium {
    padding-bottom: 60px !important;
  }
}

@media screen and (min-width: 90em) and (max-width: 112.49875em) {
  .pad-down-x3-xlarge {
    padding-bottom: 60px !important;
  }
}

@media screen and (min-width: 112.5em) {
  .pad-down-x3-xxlarge {
    padding-bottom: 60px !important;
  }
}

.pad-down-x4 {
  padding-bottom: 80px;
}

@media print, screen and (max-width: 39.99875em) {
  .pad-down-x4-small {
    padding-bottom: 80px !important;
  }
}

@media print, screen and (min-width: 40em) and (max-width: 64.06125em) {
  .pad-down-x4-medium {
    padding-bottom: 80px !important;
  }
}

@media screen and (min-width: 90em) and (max-width: 112.49875em) {
  .pad-down-x4-xlarge {
    padding-bottom: 80px !important;
  }
}

@media screen and (min-width: 112.5em) {
  .pad-down-x4-xxlarge {
    padding-bottom: 80px !important;
  }
}

.pad-down-x5 {
  padding-bottom: 100px;
}

@media print, screen and (max-width: 39.99875em) {
  .pad-down-x5-small {
    padding-bottom: 100px !important;
  }
}

@media print, screen and (min-width: 40em) and (max-width: 64.06125em) {
  .pad-down-x5-medium {
    padding-bottom: 100px !important;
  }
}

@media screen and (min-width: 90em) and (max-width: 112.49875em) {
  .pad-down-x5-xlarge {
    padding-bottom: 100px !important;
  }
}

@media screen and (min-width: 112.5em) {
  .pad-down-x5-xxlarge {
    padding-bottom: 100px !important;
  }
}

.pad-down-x6 {
  padding-bottom: 120px;
}

@media print, screen and (max-width: 39.99875em) {
  .pad-down-x6-small {
    padding-bottom: 120px !important;
  }
}

@media print, screen and (min-width: 40em) and (max-width: 64.06125em) {
  .pad-down-x6-medium {
    padding-bottom: 120px !important;
  }
}

@media screen and (min-width: 90em) and (max-width: 112.49875em) {
  .pad-down-x6-xlarge {
    padding-bottom: 120px !important;
  }
}

@media screen and (min-width: 112.5em) {
  .pad-down-x6-xxlarge {
    padding-bottom: 120px !important;
  }
}

.pad-down-x7 {
  padding-bottom: 140px;
}

@media print, screen and (max-width: 39.99875em) {
  .pad-down-x7-small {
    padding-bottom: 140px !important;
  }
}

@media print, screen and (min-width: 40em) and (max-width: 64.06125em) {
  .pad-down-x7-medium {
    padding-bottom: 140px !important;
  }
}

@media screen and (min-width: 90em) and (max-width: 112.49875em) {
  .pad-down-x7-xlarge {
    padding-bottom: 140px !important;
  }
}

@media screen and (min-width: 112.5em) {
  .pad-down-x7-xxlarge {
    padding-bottom: 140px !important;
  }
}

.pad-down-x8 {
  padding-bottom: 160px;
}

@media print, screen and (max-width: 39.99875em) {
  .pad-down-x8-small {
    padding-bottom: 160px !important;
  }
}

@media print, screen and (min-width: 40em) and (max-width: 64.06125em) {
  .pad-down-x8-medium {
    padding-bottom: 160px !important;
  }
}

@media screen and (min-width: 90em) and (max-width: 112.49875em) {
  .pad-down-x8-xlarge {
    padding-bottom: 160px !important;
  }
}

@media screen and (min-width: 112.5em) {
  .pad-down-x8-xxlarge {
    padding-bottom: 160px !important;
  }
}

.pad-down-x9 {
  padding-bottom: 180px;
}

@media print, screen and (max-width: 39.99875em) {
  .pad-down-x9-small {
    padding-bottom: 180px !important;
  }
}

@media print, screen and (min-width: 40em) and (max-width: 64.06125em) {
  .pad-down-x9-medium {
    padding-bottom: 180px !important;
  }
}

@media screen and (min-width: 90em) and (max-width: 112.49875em) {
  .pad-down-x9-xlarge {
    padding-bottom: 180px !important;
  }
}

@media screen and (min-width: 112.5em) {
  .pad-down-x9-xxlarge {
    padding-bottom: 180px !important;
  }
}

.pad-down-x10 {
  padding-bottom: 200px;
}

@media print, screen and (max-width: 39.99875em) {
  .pad-down-x10-small {
    padding-bottom: 200px !important;
  }
}

@media print, screen and (min-width: 40em) and (max-width: 64.06125em) {
  .pad-down-x10-medium {
    padding-bottom: 200px !important;
  }
}

@media screen and (min-width: 90em) and (max-width: 112.49875em) {
  .pad-down-x10-xlarge {
    padding-bottom: 200px !important;
  }
}

@media screen and (min-width: 112.5em) {
  .pad-down-x10-xxlarge {
    padding-bottom: 200px !important;
  }
}

.pad-left-x0 {
  padding-left: 0px;
}

@media print, screen and (max-width: 39.99875em) {
  .pad-left-x0-small {
    padding-left: 0px !important;
  }
}

@media print, screen and (min-width: 40em) and (max-width: 64.06125em) {
  .pad-left-x0-medium {
    padding-left: 0px !important;
  }
}

@media screen and (min-width: 90em) and (max-width: 112.49875em) {
  .pad-left-x0-xlarge {
    padding-left: 0px !important;
  }
}

@media screen and (min-width: 112.5em) {
  .pad-left-x0-xxlarge {
    padding-left: 0px !important;
  }
}

.pad-left-x1 {
  padding-left: 20px;
}

@media print, screen and (max-width: 39.99875em) {
  .pad-left-x1-small {
    padding-left: 20px !important;
  }
}

@media print, screen and (min-width: 40em) and (max-width: 64.06125em) {
  .pad-left-x1-medium {
    padding-left: 20px !important;
  }
}

@media screen and (min-width: 90em) and (max-width: 112.49875em) {
  .pad-left-x1-xlarge {
    padding-left: 20px !important;
  }
}

@media screen and (min-width: 112.5em) {
  .pad-left-x1-xxlarge {
    padding-left: 20px !important;
  }
}

.pad-left-x2 {
  padding-left: 40px;
}

@media print, screen and (max-width: 39.99875em) {
  .pad-left-x2-small {
    padding-left: 40px !important;
  }
}

@media print, screen and (min-width: 40em) and (max-width: 64.06125em) {
  .pad-left-x2-medium {
    padding-left: 40px !important;
  }
}

@media screen and (min-width: 90em) and (max-width: 112.49875em) {
  .pad-left-x2-xlarge {
    padding-left: 40px !important;
  }
}

@media screen and (min-width: 112.5em) {
  .pad-left-x2-xxlarge {
    padding-left: 40px !important;
  }
}

.pad-left-x3 {
  padding-left: 60px;
}

@media print, screen and (max-width: 39.99875em) {
  .pad-left-x3-small {
    padding-left: 60px !important;
  }
}

@media print, screen and (min-width: 40em) and (max-width: 64.06125em) {
  .pad-left-x3-medium {
    padding-left: 60px !important;
  }
}

@media screen and (min-width: 90em) and (max-width: 112.49875em) {
  .pad-left-x3-xlarge {
    padding-left: 60px !important;
  }
}

@media screen and (min-width: 112.5em) {
  .pad-left-x3-xxlarge {
    padding-left: 60px !important;
  }
}

.pad-left-x4 {
  padding-left: 80px;
}

@media print, screen and (max-width: 39.99875em) {
  .pad-left-x4-small {
    padding-left: 80px !important;
  }
}

@media print, screen and (min-width: 40em) and (max-width: 64.06125em) {
  .pad-left-x4-medium {
    padding-left: 80px !important;
  }
}

@media screen and (min-width: 90em) and (max-width: 112.49875em) {
  .pad-left-x4-xlarge {
    padding-left: 80px !important;
  }
}

@media screen and (min-width: 112.5em) {
  .pad-left-x4-xxlarge {
    padding-left: 80px !important;
  }
}

.pad-left-x5 {
  padding-left: 100px;
}

@media print, screen and (max-width: 39.99875em) {
  .pad-left-x5-small {
    padding-left: 100px !important;
  }
}

@media print, screen and (min-width: 40em) and (max-width: 64.06125em) {
  .pad-left-x5-medium {
    padding-left: 100px !important;
  }
}

@media screen and (min-width: 90em) and (max-width: 112.49875em) {
  .pad-left-x5-xlarge {
    padding-left: 100px !important;
  }
}

@media screen and (min-width: 112.5em) {
  .pad-left-x5-xxlarge {
    padding-left: 100px !important;
  }
}

.pad-left-x6 {
  padding-left: 120px;
}

@media print, screen and (max-width: 39.99875em) {
  .pad-left-x6-small {
    padding-left: 120px !important;
  }
}

@media print, screen and (min-width: 40em) and (max-width: 64.06125em) {
  .pad-left-x6-medium {
    padding-left: 120px !important;
  }
}

@media screen and (min-width: 90em) and (max-width: 112.49875em) {
  .pad-left-x6-xlarge {
    padding-left: 120px !important;
  }
}

@media screen and (min-width: 112.5em) {
  .pad-left-x6-xxlarge {
    padding-left: 120px !important;
  }
}

.pad-left-x7 {
  padding-left: 140px;
}

@media print, screen and (max-width: 39.99875em) {
  .pad-left-x7-small {
    padding-left: 140px !important;
  }
}

@media print, screen and (min-width: 40em) and (max-width: 64.06125em) {
  .pad-left-x7-medium {
    padding-left: 140px !important;
  }
}

@media screen and (min-width: 90em) and (max-width: 112.49875em) {
  .pad-left-x7-xlarge {
    padding-left: 140px !important;
  }
}

@media screen and (min-width: 112.5em) {
  .pad-left-x7-xxlarge {
    padding-left: 140px !important;
  }
}

.pad-left-x8 {
  padding-left: 160px;
}

@media print, screen and (max-width: 39.99875em) {
  .pad-left-x8-small {
    padding-left: 160px !important;
  }
}

@media print, screen and (min-width: 40em) and (max-width: 64.06125em) {
  .pad-left-x8-medium {
    padding-left: 160px !important;
  }
}

@media screen and (min-width: 90em) and (max-width: 112.49875em) {
  .pad-left-x8-xlarge {
    padding-left: 160px !important;
  }
}

@media screen and (min-width: 112.5em) {
  .pad-left-x8-xxlarge {
    padding-left: 160px !important;
  }
}

.pad-left-x9 {
  padding-left: 180px;
}

@media print, screen and (max-width: 39.99875em) {
  .pad-left-x9-small {
    padding-left: 180px !important;
  }
}

@media print, screen and (min-width: 40em) and (max-width: 64.06125em) {
  .pad-left-x9-medium {
    padding-left: 180px !important;
  }
}

@media screen and (min-width: 90em) and (max-width: 112.49875em) {
  .pad-left-x9-xlarge {
    padding-left: 180px !important;
  }
}

@media screen and (min-width: 112.5em) {
  .pad-left-x9-xxlarge {
    padding-left: 180px !important;
  }
}

.pad-left-x10 {
  padding-left: 200px;
}

@media print, screen and (max-width: 39.99875em) {
  .pad-left-x10-small {
    padding-left: 200px !important;
  }
}

@media print, screen and (min-width: 40em) and (max-width: 64.06125em) {
  .pad-left-x10-medium {
    padding-left: 200px !important;
  }
}

@media screen and (min-width: 90em) and (max-width: 112.49875em) {
  .pad-left-x10-xlarge {
    padding-left: 200px !important;
  }
}

@media screen and (min-width: 112.5em) {
  .pad-left-x10-xxlarge {
    padding-left: 200px !important;
  }
}

.pad-right-x0 {
  padding-right: 0px;
}

@media print, screen and (max-width: 39.99875em) {
  .pad-right-x0-small {
    padding-right: 0px !important;
  }
}

@media print, screen and (min-width: 40em) and (max-width: 64.06125em) {
  .pad-right-x0-medium {
    padding-right: 0px !important;
  }
}

@media screen and (min-width: 90em) and (max-width: 112.49875em) {
  .pad-right-x0-xlarge {
    padding-right: 0px !important;
  }
}

@media screen and (min-width: 112.5em) {
  .pad-right-x0-xxlarge {
    padding-right: 0px !important;
  }
}

.pad-right-x1 {
  padding-right: 20px;
}

@media print, screen and (max-width: 39.99875em) {
  .pad-right-x1-small {
    padding-right: 20px !important;
  }
}

@media print, screen and (min-width: 40em) and (max-width: 64.06125em) {
  .pad-right-x1-medium {
    padding-right: 20px !important;
  }
}

@media screen and (min-width: 90em) and (max-width: 112.49875em) {
  .pad-right-x1-xlarge {
    padding-right: 20px !important;
  }
}

@media screen and (min-width: 112.5em) {
  .pad-right-x1-xxlarge {
    padding-right: 20px !important;
  }
}

.pad-right-x2 {
  padding-right: 40px;
}

@media print, screen and (max-width: 39.99875em) {
  .pad-right-x2-small {
    padding-right: 40px !important;
  }
}

@media print, screen and (min-width: 40em) and (max-width: 64.06125em) {
  .pad-right-x2-medium {
    padding-right: 40px !important;
  }
}

@media screen and (min-width: 90em) and (max-width: 112.49875em) {
  .pad-right-x2-xlarge {
    padding-right: 40px !important;
  }
}

@media screen and (min-width: 112.5em) {
  .pad-right-x2-xxlarge {
    padding-right: 40px !important;
  }
}

.pad-right-x3 {
  padding-right: 60px;
}

@media print, screen and (max-width: 39.99875em) {
  .pad-right-x3-small {
    padding-right: 60px !important;
  }
}

@media print, screen and (min-width: 40em) and (max-width: 64.06125em) {
  .pad-right-x3-medium {
    padding-right: 60px !important;
  }
}

@media screen and (min-width: 90em) and (max-width: 112.49875em) {
  .pad-right-x3-xlarge {
    padding-right: 60px !important;
  }
}

@media screen and (min-width: 112.5em) {
  .pad-right-x3-xxlarge {
    padding-right: 60px !important;
  }
}

.pad-right-x4 {
  padding-right: 80px;
}

@media print, screen and (max-width: 39.99875em) {
  .pad-right-x4-small {
    padding-right: 80px !important;
  }
}

@media print, screen and (min-width: 40em) and (max-width: 64.06125em) {
  .pad-right-x4-medium {
    padding-right: 80px !important;
  }
}

@media screen and (min-width: 90em) and (max-width: 112.49875em) {
  .pad-right-x4-xlarge {
    padding-right: 80px !important;
  }
}

@media screen and (min-width: 112.5em) {
  .pad-right-x4-xxlarge {
    padding-right: 80px !important;
  }
}

.pad-right-x5 {
  padding-right: 100px;
}

@media print, screen and (max-width: 39.99875em) {
  .pad-right-x5-small {
    padding-right: 100px !important;
  }
}

@media print, screen and (min-width: 40em) and (max-width: 64.06125em) {
  .pad-right-x5-medium {
    padding-right: 100px !important;
  }
}

@media screen and (min-width: 90em) and (max-width: 112.49875em) {
  .pad-right-x5-xlarge {
    padding-right: 100px !important;
  }
}

@media screen and (min-width: 112.5em) {
  .pad-right-x5-xxlarge {
    padding-right: 100px !important;
  }
}

.pad-right-x6 {
  padding-right: 120px;
}

@media print, screen and (max-width: 39.99875em) {
  .pad-right-x6-small {
    padding-right: 120px !important;
  }
}

@media print, screen and (min-width: 40em) and (max-width: 64.06125em) {
  .pad-right-x6-medium {
    padding-right: 120px !important;
  }
}

@media screen and (min-width: 90em) and (max-width: 112.49875em) {
  .pad-right-x6-xlarge {
    padding-right: 120px !important;
  }
}

@media screen and (min-width: 112.5em) {
  .pad-right-x6-xxlarge {
    padding-right: 120px !important;
  }
}

.pad-right-x7 {
  padding-right: 140px;
}

@media print, screen and (max-width: 39.99875em) {
  .pad-right-x7-small {
    padding-right: 140px !important;
  }
}

@media print, screen and (min-width: 40em) and (max-width: 64.06125em) {
  .pad-right-x7-medium {
    padding-right: 140px !important;
  }
}

@media screen and (min-width: 90em) and (max-width: 112.49875em) {
  .pad-right-x7-xlarge {
    padding-right: 140px !important;
  }
}

@media screen and (min-width: 112.5em) {
  .pad-right-x7-xxlarge {
    padding-right: 140px !important;
  }
}

.pad-right-x8 {
  padding-right: 160px;
}

@media print, screen and (max-width: 39.99875em) {
  .pad-right-x8-small {
    padding-right: 160px !important;
  }
}

@media print, screen and (min-width: 40em) and (max-width: 64.06125em) {
  .pad-right-x8-medium {
    padding-right: 160px !important;
  }
}

@media screen and (min-width: 90em) and (max-width: 112.49875em) {
  .pad-right-x8-xlarge {
    padding-right: 160px !important;
  }
}

@media screen and (min-width: 112.5em) {
  .pad-right-x8-xxlarge {
    padding-right: 160px !important;
  }
}

.pad-right-x9 {
  padding-right: 180px;
}

@media print, screen and (max-width: 39.99875em) {
  .pad-right-x9-small {
    padding-right: 180px !important;
  }
}

@media print, screen and (min-width: 40em) and (max-width: 64.06125em) {
  .pad-right-x9-medium {
    padding-right: 180px !important;
  }
}

@media screen and (min-width: 90em) and (max-width: 112.49875em) {
  .pad-right-x9-xlarge {
    padding-right: 180px !important;
  }
}

@media screen and (min-width: 112.5em) {
  .pad-right-x9-xxlarge {
    padding-right: 180px !important;
  }
}

.pad-right-x10 {
  padding-right: 200px;
}

@media print, screen and (max-width: 39.99875em) {
  .pad-right-x10-small {
    padding-right: 200px !important;
  }
}

@media print, screen and (min-width: 40em) and (max-width: 64.06125em) {
  .pad-right-x10-medium {
    padding-right: 200px !important;
  }
}

@media screen and (min-width: 90em) and (max-width: 112.49875em) {
  .pad-right-x10-xlarge {
    padding-right: 200px !important;
  }
}

@media screen and (min-width: 112.5em) {
  .pad-right-x10-xxlarge {
    padding-right: 200px !important;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .order-1-small {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
}

@media print, screen and (min-width: 40em) and (max-width: 64.06125em) {
  .order-1-medium {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
}

@media print, screen and (min-width: 64.0625em) and (max-width: 89.99875em) {
  .order-1-large {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
}

@media screen and (min-width: 90em) and (max-width: 112.49875em) {
  .order-1-xlarge {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
}

@media screen and (min-width: 112.5em) {
  .order-1-xxlarge {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .order-2-small {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
}

@media print, screen and (min-width: 40em) and (max-width: 64.06125em) {
  .order-2-medium {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
}

@media print, screen and (min-width: 64.0625em) and (max-width: 89.99875em) {
  .order-2-large {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
}

@media screen and (min-width: 90em) and (max-width: 112.49875em) {
  .order-2-xlarge {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
}

@media screen and (min-width: 112.5em) {
  .order-2-xxlarge {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .order-3-small {
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
}

@media print, screen and (min-width: 40em) and (max-width: 64.06125em) {
  .order-3-medium {
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
}

@media print, screen and (min-width: 64.0625em) and (max-width: 89.99875em) {
  .order-3-large {
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
}

@media screen and (min-width: 90em) and (max-width: 112.49875em) {
  .order-3-xlarge {
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
}

@media screen and (min-width: 112.5em) {
  .order-3-xxlarge {
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .order-4-small {
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
}

@media print, screen and (min-width: 40em) and (max-width: 64.06125em) {
  .order-4-medium {
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
}

@media print, screen and (min-width: 64.0625em) and (max-width: 89.99875em) {
  .order-4-large {
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
}

@media screen and (min-width: 90em) and (max-width: 112.49875em) {
  .order-4-xlarge {
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
}

@media screen and (min-width: 112.5em) {
  .order-4-xxlarge {
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .order-5-small {
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
}

@media print, screen and (min-width: 40em) and (max-width: 64.06125em) {
  .order-5-medium {
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
}

@media print, screen and (min-width: 64.0625em) and (max-width: 89.99875em) {
  .order-5-large {
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
}

@media screen and (min-width: 90em) and (max-width: 112.49875em) {
  .order-5-xlarge {
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
}

@media screen and (min-width: 112.5em) {
  .order-5-xxlarge {
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .order-6-small {
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
}

@media print, screen and (min-width: 40em) and (max-width: 64.06125em) {
  .order-6-medium {
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
}

@media print, screen and (min-width: 64.0625em) and (max-width: 89.99875em) {
  .order-6-large {
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
}

@media screen and (min-width: 90em) and (max-width: 112.49875em) {
  .order-6-xlarge {
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
}

@media screen and (min-width: 112.5em) {
  .order-6-xxlarge {
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .order-7-small {
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
}

@media print, screen and (min-width: 40em) and (max-width: 64.06125em) {
  .order-7-medium {
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
}

@media print, screen and (min-width: 64.0625em) and (max-width: 89.99875em) {
  .order-7-large {
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
}

@media screen and (min-width: 90em) and (max-width: 112.49875em) {
  .order-7-xlarge {
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
}

@media screen and (min-width: 112.5em) {
  .order-7-xxlarge {
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
}

.section-vt {
  position: relative;
  border-top: 1px solid #4a7444;
}

.section-vt__text {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  margin-top: 18px;
  margin-bottom: 18px;
  text-transform: uppercase;
  color: #4a7444;
}

.section-vt__content {
  overflow: hidden;
}

@media print, screen and (min-width: 40em) {
  .section-vt__badge {
    position: absolute;
    top: 0;
    left: 30px;
  }

  .section-vt__text {
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    text-orientation: mixed;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    text-align: left;
    margin-top: 35px;
    margin-bottom: 0;
    text-transform: uppercase;
  }

  .section-vt__content {
    margin-left: 90px;
    border-left: 1px solid #4a7444;
  }
}

.heading.primary-color {
  color: #4a7444;
  background-color: transparent;
}

.heading.secondary-color {
  color: #777;
  background-color: transparent;
}

.heading.heading-color {
  color: inherit;
  background-color: transparent;
}

.heading.body-font-color {
  color: #0a0a0a;
  background-color: transparent;
}

.heading.white-color {
  color: #fff;
  background-color: transparent;
}

.heading.medium-gray-color {
  color: #e5e5e5;
  background-color: transparent;
}

.heading.dark-gray-color {
  color: #8a8a8a;
  background-color: transparent;
}

.heading.black-color {
  color: #0a0a0a;
  background-color: transparent;
}

.banner {
  position: relative;
}

.banner .content-w {
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 50;
}

@media print, screen and (min-width: 40em) {
  .banner .content-w {
    width: 75%;
  }
}

@media print, screen and (min-width: 64.0625em) {
  .banner .content-w {
    width: 70%;
  }
}

.content-w {
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
}

.content-w.column-dir {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.content-w.row-dir {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}

.content-w.main_start {
  -webkit-box-pack: start;
          justify-content: flex-start;
}

.content-w.main_center {
  -webkit-box-pack: center;
          justify-content: center;
}

.content-w.main_end {
  -webkit-box-pack: end;
          justify-content: flex-end;
}

.content-w.main_around {
  justify-content: space-around;
}

.content-w.main_between {
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.content-w.cross_start {
  -webkit-box-align: start;
          align-items: flex-start;
}

.content-w.cross_center {
  -webkit-box-align: center;
          align-items: center;
}

.content-w.cross_end {
  -webkit-box-align: end;
          align-items: flex-end;
}

.content-w.cross_stretch {
  -webkit-box-align: stretch;
          align-items: stretch;
}

.content-w.expand {
  -webkit-box-flex: 1;
          flex: 1;
  height: 100%;
}

.content-w.wrap {
  flex-wrap: wrap;
}

.content-w.h1>p {
  font-size: 1.5rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: .5rem;
}

.content-w.h2>p {
  font-size: 1.25rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: .5rem;
}

.content-w.h3>p {
  font-size: 1.1875rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: .5rem;
}

.content-w.h4>p {
  font-size: 1.125rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: .5rem;
}

.content-w.h5>p {
  font-size: 1.0625rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: .5rem;
}

.content-w.h6>p {
  font-size: 1rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: .5rem;
}

@media print, screen and (min-width: 40em) {
  .content-w.h1>p {
    font-size: 3rem;
  }

  .content-w.h2>p {
    font-size: 2.5rem;
  }

  .content-w.h3>p {
    font-size: 1.9375rem;
  }

  .content-w.h4>p {
    font-size: 1.5625rem;
  }

  .content-w.h5>p {
    font-size: 1.25rem;
  }

  .content-w.h6>p {
    font-size: 1rem;
  }
}

.content-w.lead-paragraph-font-size {
  font-size: inherit;
  line-height: inherit;
}

.content-w.lead-paragraph-font-size>p {
  font-size: 125%;
  line-height: 1.6;
}

.separator {
  border: none;
  display: inline-block;
  width: 100%;
  height: 1px;
}

.separator--boxed {
  max-width: 100rem;
}

.separator--full {
  width: 100%;
}

.separator.bordered {
  height: auto;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}

.separator.primary-color {
  border-bottom-color: #4a7444;
}

.separator.secondary-color {
  border-bottom-color: #777;
}

.separator.heading-color {
  border-bottom-color: inherit;
}

.separator.body-font-color {
  border-bottom-color: #0a0a0a;
}

.separator.white-color {
  border-bottom-color: #fff;
}

.separator.medium-gray-color {
  border-bottom-color: #e5e5e5;
}

.separator.dark-gray-color {
  border-bottom-color: #8a8a8a;
}

.separator.black-color {
  border-bottom-color: #0a0a0a;
}

.swiper-container {
  position: relative;
}

.swiper-container .swiper-slide>a {
  display: block;
}

.swiper-container .swiper-slide .content-w {
  z-index: 50;
}

.swiper-container .swiper-slide--centered .content-w {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.swiper-container .swiper-slide--left .content-w {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 50px;
}

.swiper-container .swiper-slide--left-bottom .content-w {
  position: absolute;
  bottom: 50px;
  left: 50px;
}

.swiper-container .swiper-slide--right .content-w {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 50px;
}

.swiper-container .swiper-slide--right-bottom .content-w {
  position: absolute;
  bottom: 50px;
  right: 50px;
}

.swiper-container .swiper-pagination {
  position: absolute;
  bottom: 20px;
  width: 100%;
}

.swiper-container .swiper-wrapper--global-home .content-w {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 0;
  margin-bottom: 60px;
}

.swiper-container .swiper-wrapper--global-home .content-w:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 130px;
  pointer-events: all;
  background: #000;
  background: -webkit-gradient(linear, left bottom, left top, from(#000), to(rgba(14,14,14,0)));
  background: linear-gradient(0deg, #000 0%, rgba(14,14,14,0) 100%);
  opacity: 0.7;
  z-index: 0;
}

.swiper-container .swiper-wrapper--global-home .content-w:after {
  bottom: -60px;
}

.swiper-container .swiper-wrapper--global-home .content-w:before {
  content: '';
  height: 0;
  border-bottom: 1px solid #ffffff;
  position: absolute;
  bottom: -10px;
  left: 30px;
  right: 30px;
  z-index: 1;
}

.swiper-container .swiper-wrapper--global-home .content-w h2 {
  font-size: 1.75rem;
  text-transform: uppercase;
  z-index: 10;
}

.swiper-container .swiper-wrapper--global-home .content-w p {
  font-size: 1rem;
  text-transform: uppercase;
  margin-bottom: 0;
  z-index: 10;
}

.swiper-container .swiper-wrapper--global-home .content-w .home-slider-slide-title {
  font-size: 1.75rem;
  text-transform: uppercase;
  z-index: 10;
  margin-bottom: 8px;
}

.swiper-container .swiper-wrapper--global-home ._original_content-w {
  bottom: 30px;
  left: 20px;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 12px;
}

.swiper-container .swiper-wrapper--global-home ._original_content-w h2 {
  font-size: 1.75rem;
  text-transform: uppercase;
}

.swiper-container .swiper-wrapper--global-home ._original_content-w p {
  font-size: 1rem;
  text-transform: uppercase;
  margin-bottom: 0;
}

@media print, screen and (min-width: 40em) {
  .swiper-container .swiper-wrapper--global-home ._original_content-w {
    bottom: 50px;
    left: 50px;
  }

  .swiper-container .swiper-wrapper--global-home ._original_content-w h2 {
    font-size: 2.125rem;
  }

  .swiper-container .swiper-wrapper--global-home ._original_content-w p {
    font-size: 1.0625rem;
  }
}

.swiper-container .swiper-wrapper--global-home.swiper-pagination {
  margin: 5px 0;
  padding: 0 20px !important;
  text-align: center;
}

@media print, screen and (max-width: 39.99875em) {
  .swiper-container .swiper-wrapper--global-home.swiper-pagination {
    position: relative;
    bottom: unset !important;
  }

  .swiper-container .swiper-wrapper--global-home.swiper-pagination .swiper-pagination-bullet {
    border-color: #4a7444;
  }
}

@media print, screen and (min-width: 40em) {
  .swiper-container .swiper-wrapper--global-home.swiper-pagination {
    position: absolute;
    text-align: right;
    margin: 25px 0;
    padding: 0 50px !important;
    bottom: 40px !important;
  }

  .swiper-container .swiper-wrapper--global-home.swiper-pagination .swiper-pagination-bullet {
    border-color: #ffffff;
  }
}

.swiper-container .swiper-wrapper--focuson-home .content-w {
  position: relative;
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  -webkit-transform: none;
          transform: none;
  padding: 15px 25px;
}

.swiper-container .swiper-wrapper--focuson-home .content-w .h3 {
  text-transform: uppercase;
  color: #4a7444;
  font-weight: bold;
  margin-bottom: 0;
}

.swiper-container .swiper-wrapper--focuson-home .content-w h2,
.swiper-container .swiper-wrapper--focuson-home .content-w h3 {
  text-transform: uppercase;
  color: #4a7444;
  font-weight: bold;
  margin-bottom: 0;
}

.swiper-container .swiper-wrapper--focuson-home .content-w h4,
.swiper-container .swiper-wrapper--focuson-home .content-w p {
  text-transform: uppercase;
  color: #4a7444;
  font-weight: 400;
  font-size: 1.0625rem;
  margin-bottom: 0;
}

@media print, screen and (max-width: 39.99875em) {
  .swiper-container .swiper-wrapper--focuson-home.swiper-pagination {
    position: relative;
    margin-top: 15px;
  }
}

.swiper-container .swiper-wrapper--custom-boxes .swiper-slide picture {
  overflow: hidden;
}

.swiper-container .swiper-wrapper--custom-boxes .swiper-slide picture img {
  -webkit-transition: -webkit-transform 200ms ease-in;
  transition: -webkit-transform 200ms ease-in;
  transition: transform 200ms ease-in;
  transition: transform 200ms ease-in, -webkit-transform 200ms ease-in;
}

.swiper-container .swiper-wrapper--custom-boxes .swiper-slide:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.swiper-container .swiper-wrapper--custom-boxes .content-w {
  border-left: 1px solid #4a7444;
}

.swiper-container .swiper-wrapper--custom-boxes .swiper-slide:first-child .content-w {
  border-left: none;
}

.shape-rounded {
  border-radius: 20px;
}

@media print, screen and (min-width: 40em) {
  .shape-rounded {
    border-radius: 30px;
  }
}

@media print, screen and (min-width: 64.0625em) {
  .shape-rounded {
    border-radius: 35px;
  }
}

.shape-circle {
  -webkit-clip-path: circle();
          clip-path: circle();
}

.card-w {
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  position: relative;
}

.card-w>a {
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.card-w__img {
  overflow: hidden;
  position: relative;
  margin-bottom: 7px;
}

.card-w.cross_start {
  -webkit-box-align: start;
          align-items: flex-start;
}

.card-w.cross_start>a {
  -webkit-box-align: start;
          align-items: flex-start;
}

.card-w.cross_center {
  -webkit-box-align: center;
          align-items: center;
}

.card-w.cross_center>a {
  -webkit-box-align: center;
          align-items: center;
}

.card-w.cross_end {
  -webkit-box-align: end;
          align-items: flex-end;
}

.card-w.cross_end>a {
  -webkit-box-align: end;
          align-items: flex-end;
}

.card-w.cross_stretch {
  -webkit-box-align: stretch;
          align-items: stretch;
}

.card-w.cross_stretch>a {
  -webkit-box-align: stretch;
          align-items: stretch;
}

.card-w.expand {
  -webkit-box-flex: 1;
          flex: 1;
  height: 100%;
}

.card-w.fx-overlay .card-w__img {
  position: relative;
}

.card-w.fx-overlay .card-w__img:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(17,17,17,0.2);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
  z-index: 5;
}

.card-w.fx-overlay .card-w__img:hover:after {
  opacity: 1;
}

.card-w.fx-overlay:hover .card-w__img:after {
  opacity: 1;
}

.card-w.fx-zoom .card-w__img img {
  -webkit-transition: -webkit-transform 5000ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 5000ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 5000ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 5000ms cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 5000ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.card-w.fx-zoom:hover .card-w__img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.card-w__badge {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  background-color: white;
  color: #474747;
  font-size: 14px;
  font-weight: 900;
  line-height: 1em;
  text-transform: uppercase;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  text-orientation: mixed;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
          justify-content: flex-end;
  padding-bottom: 15px;
  -webkit-box-align: center;
          align-items: center;
  min-width: 35px;
  min-height: 110px;
}

@media print, screen and (min-width: 64.0625em) {
  .card-w__badge {
    min-width: 40px;
    min-height: 120px;
  }
}

.video-box {
  position: relative;
}

.video-box video {
  -o-object-fit: cover;
     object-fit: cover;
}

.video-box .video-link-w {
  display: block;
}

.video-box .poster-img {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.video-box .poster-img:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  content: '';
  -webkit-mask: url("/static/pleiadi_composer/images/generic/play-icon.svg") no-repeat 50% 50%;
  mask: url("/static/pleiadi_composer/images/generic/play-icon.svg") no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: #ffffff;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms;
}

.video-box .poster-img:hover:after {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.videos-gallery a {
  display: block;
}

.videos-gallery a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(34,34,34,0.5);
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms;
  opacity: 0;
}

.videos-gallery a:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-left: -25px;
  margin-top: -25px;
  content: '';
  -webkit-mask: url("/static/pleiadi_composer/images/generic/play-icon.svg") no-repeat 50% 50%;
  mask: url("/static/pleiadi_composer/images/generic/play-icon.svg") no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: #ffffff;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms;
  opacity: 0;
}

.videos-gallery a:hover:before {
  opacity: 1;
}

.videos-gallery a:hover:after {
  opacity: 1;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.videos-gallery__title {
  line-height: 1.1em;
  font-size: 1.375rem;
}

.videos-gallery__no-results {
  margin-top: 30px;
  background-color: #fb5f47;
  border: 2px solid red;
  padding: 30px;
  text-align: center;
}

.videos-gallery__no-results h5 {
  color: #000;
}

.videos-gallery__no-results p {
  font-style: 1.125rem;
  text-align: center;
}

.pc-colordetail__color-link {
  text-decoration: none !important;
}

.pc-colordetail__color-img-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
          align-items: center;
  max-width: 72px;
}

.pc-colordetail__color-img {
  -webkit-clip-path: circle();
          clip-path: circle();
}

.pc-colordetail__color-name {
  display: block;
  margin-top: 5px;
  text-decoration: none !important;
  text-align: center;
}

.pc-colordetail__modal {
  background-color: white;
  padding: 45px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  min-height: 300px;
}

.pc-colordetail__title {
  width: 100%;
  margin-bottom: 20px;
}

.pc-colordetail__title h3 {
  color: #2d2d2d;
  font-family: "Roboto",sans-serif;
  font-size: 26px;
  font-weight: 300;
  line-height: 1.2em;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.pc-colordetail__img {
  margin-bottom: 15px;
}

.pc-colordetail__format {
  display: inline-block;
  position: relative;
  text-decoration: underline;
}

.pc-colordetail__format:before {
  content: url("/static/core/images/icons/icon-search.png");
  position: absolute;
  top: -2px;
  right: -30px;
}

.downloads-list ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.downloads-list ul li.download-item {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
          align-items: flex-end;
  padding: 35px 40px 10px 0;
  border-bottom: 1px solid #d0d0d0;
  background-image: url("/static/pleiadi_composer/images/extras/download-icon.png");
  background-repeat: no-repeat;
  background-position: 100% 70%;
}

.downloads-list ul li.download-item span {
  color: #212121;
}

.downloads-list ul li.download-item span.item-label,
.downloads-list ul li.download-item span.item-size {
  font-size: 1.125rem;
  text-transform: uppercase;
  margin-bottom: 6px;
}

@media print, screen and (min-width: 40em) {
  .downloads-list ul li.download-item span.item-label,
  .downloads-list ul li.download-item span.item-size {
    font-size: 1.25rem;
  }
}

@media print, screen and (min-width: 40em) {
  .downloads-list.columns ul {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}

.downloads-list.columns ul li.download-item {
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid-column;
  margin-bottom: 15px;
}

@media print, screen and (min-width: 40em) {
  .downloads-list.columns ul li.download-item {
    margin-bottom: 25px;
  }
}

@media print, screen and (min-width: 40em) {
  .downloads-list.columns ul li.download-item {
    margin-bottom: 35px;
  }
}

.company-numbers {
  font-size: montserrat,sans-serif;
  margin-top: 20px;
}

.company-numbers ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.company-numbers ul li.number-item {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
          align-items: flex-end;
  border-bottom: 1px solid #000000;
  font-family: montserrat,sans-serif;
}

.company-numbers ul li.number-item span {
  color: #000000;
}

.company-numbers ul li.number-item span.item-text {
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.2em;
  font-weight: 600;
  margin-bottom: 6px;
}

.company-numbers ul li.number-item span.item-number {
  font-size: 3.125rem;
  line-height: 100%;
  font-weight: bold;
  margin-bottom: 10px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: end;
          align-items: flex-end;
}

@media print, screen and (min-width: 64.0625em) {
  .company-numbers ul li.number-item span.item-number {
    font-size: 4.375rem;
  }
}

.company-numbers ul li.number-item span.item-number .item-number__extra {
  font-size: 1.625rem;
  font-weight: 200;
  line-height: 1em;
  margin-bottom: 8px;
}

@media print, screen and (min-width: 40em) {
  .company-numbers.columns ul {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}

.company-numbers.columns ul li.number-item {
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid-column;
  margin-bottom: 10px;
}

@media print, screen and (min-width: 40em) {
  .company-numbers.columns ul li.number-item {
    margin-bottom: 25px;
  }
}

@media print, screen and (min-width: 40em) {
  .company-numbers.columns ul li.number-item {
    margin-bottom: 35px;
  }
}

.company-numbers.inline {
  width: 100%;
}

.company-numbers.inline ul {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}

.company-numbers.inline ul li.number-item {
  margin-bottom: 20px;
  -webkit-box-flex: 1;
          flex: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
          align-items: center;
  border-bottom: none;
}

.company-numbers.inline ul li.number-item span.item-text {
  -webkit-box-ordinal-group: 3;
          order: 2;
}

.company-numbers.inline ul li.number-item span.item-number {
  -webkit-box-ordinal-group: 2;
          order: 1;
}

@media print, screen and (min-width: 40em) {
  .company-numbers.inline ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }

  .company-numbers.inline ul li.number-item {
    margin-bottom: 0;
  }
}

.sectioned-content__nav {
  margin-bottom: 25px;
  position: relative;
}

.sectioned-content__nav .swiper-button-prev:after,
.sectioned-content__nav .swiper-button-next:after {
  font-size: 24px;
}

.sectioned-content__nav-link {
  display: inline !important;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 400;
  padding-bottom: 6px;
  -webkit-transition: font-weight 250ms ease-out;
  transition: font-weight 250ms ease-out;
}

.sectioned-content .swiper-slide-thumb-active .sectioned-content__nav-link {
  font-weight: bold;
}

.sectioned-content__thumbs {
  background-color: #2d2d2d;
  padding: 25px 0;
}

.sectioned-content__thumbs .swiper-wrapper .swiper-slide {
  height: auto;
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}

.sectioned-content__thumbs .swiper-wrapper .swiper-slide:after {
  content: '';
  position: absolute;
  bottom: -25px;
  left: 50%;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
  height: 8px;
  width: 0;
  background-color: #fff;
}

.sectioned-content__thumbs .swiper-wrapper .swiper-slide.swiper-slide-thumb-active:after {
  width: 60px;
}

.sectioned-content__pages .grid-container {
  padding-left: 0;
  padding-right: 0;
}

.timeline {
  margin: 50px 0;
  list-style-type: none;
  display: -webkit-box;
  display: flex;
  padding: 0;
}

.timeline .timestamp {
  width: 100%;
  margin-bottom: 20px;
  padding: 0 10px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: start;
          justify-content: flex-start;
  font-size: 1.625rem;
  font-weight: bold;
}

@media print, screen and (min-width: 40em) {
  .timeline .timestamp {
    padding: 0 15px;
    margin-bottom: 35px;
    font-size: 2rem;
  }
}

.timeline .status {
  padding: 20px 10px 0 10px;
  display: -webkit-box;
  display: flex;
  border-top: 1px solid #000000;
  position: relative;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}

@media print, screen and (min-width: 40em) {
  .timeline .status {
    padding: 40px 15px 0 15px;
  }
}

.timeline .status:before {
  content: '';
  width: 20px;
  height: 20px;
  background-color: #000000;
  border-radius: 25px;
  border: 4px solid #000000;
  position: absolute;
  top: -14px;
  left: 10px;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}

@media print, screen and (min-width: 40em) {
  .timeline .status:before {
    left: 15px;
  }
}

.timeline__block:hover .status:before {
  background-color: #ffffff;
}

.multi-blocks {
  margin-bottom: 30px;
}

.multi-blocks .main-block {
  position: relative;
}

.multi-blocks .main-block__content {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
  border-top: 1px solid #ffffff;
  padding-top: 10px;
  z-index: 2;
}

.multi-blocks .main-block__content h2 {
  color: #ffffff;
  line-height: 1.1em;
  margin-bottom: 0;
}

.multi-blocks .main-block__content p {
  color: #ffffff;
  margin-bottom: 0;
  line-height: 1.1em;
}

@media print, screen and (min-width: 40em) {
  .multi-blocks .main-block__content p {
    font-size: 1.375rem;
  }
}

.multi-blocks .scroller {
  margin-top: 10px;
}

@media print, screen and (min-width: 64.0625em) {
  .multi-blocks .scroller {
    margin-top: 0;
    position: relative;
    overflow: scroll;
  }

  .multi-blocks .scroller__blocks {
    position: absolute;
    padding-left: 10px;
  }
}

.multi-blocks .blocks-row {
  margin-bottom: 10px;
}

.multi-blocks .blocks-row--double .single-block {
  margin-bottom: 10px;
}

@media print, screen and (min-width: 40em) {
  .multi-blocks .blocks-row--double {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }

  .multi-blocks .blocks-row--double .single-block {
    flex-basis: 50%;
    margin-bottom: 0;
  }

  .multi-blocks .blocks-row--double .single-block:first-child {
    margin-right: 5px;
  }

  .multi-blocks .blocks-row--double .single-block:last-child {
    margin-left: 5px;
  }
}

.multi-blocks .blocks-row--ter .single-block {
  margin-bottom: 10px;
}

@media print, screen and (min-width: 40em) {
  .multi-blocks .blocks-row--ter {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }

  .multi-blocks .blocks-row--ter .single-block {
    margin-bottom: 0;
  }

  .multi-blocks .blocks-row--ter .three-blocks-col:first-child {
    margin-right: 5px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }

  .multi-blocks .blocks-row--ter .three-blocks-col:first-child>.single-block:first-child {
    margin-bottom: 10px;
  }

  .multi-blocks .blocks-row--ter .three-blocks-col:last-child {
    margin-left: 5px;
  }
}

.multi-blocks .blocks-row:last-child {
  margin-bottom: 0;
}

.multi-blocks .single-block {
  position: relative;
}

.multi-blocks .single-block__content {
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  position: absolute;
  z-index: 2;
}

.multi-blocks .single-block__title {
  font-size: 1.625rem;
  margin-bottom: 15px;
  line-height: 1.2em;
}

@media print, screen and (min-width: 64.0625em) {
  .multi-blocks .single-block__title {
    font-size: 2.25rem;
    margin-bottom: 25px;
  }
}

.multi-blocks .single-block__description {
  font-size: 1.125rem;
  line-height: 1.2em;
  font-weight: 500;
}

.multi-blocks .single-block__read-more {
  color: #ffffff;
}

.multi-blocks .single-block--wide .single-block__content {
  color: #ffffff;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  background-color: transparent;
  padding: 10px 15px;
}

@media print, screen and (min-width: 40em) {
  .multi-blocks .single-block--wide .single-block__content {
    left: unset;
    max-width: 45%;
  }
}

.multi-blocks .single-block--wide.black .single-block__content {
  background-color: rgba(43,43,43,0.9);
}

.multi-blocks .single-block--wide.gray .single-block__content {
  background-color: rgba(188,188,188,0.9);
}

.multi-blocks .single-block--wide.pink .single-block__content {
  background-color: rgba(188,148,188,0.9);
}

.multi-blocks .single-block--wide.yellow .single-block__content {
  background-color: rgba(150,148,100,0.9);
}

.multi-blocks .single-block--wide.blu .single-block__content {
  background-color: rgba(100,129,150,0.9);
}

.multi-blocks .single-block--wide.brown .single-block__content {
  background-color: rgba(155,117,100,0.9);
}

.multi-blocks .single-block--squared-top-right .single-block__content {
  color: #ffffff;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: start;
          justify-content: flex-start;
  padding: 15px;
}

.multi-blocks .single-block--squared-bottom-left .single-block__content {
  color: #ffffff;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: end;
          justify-content: flex-end;
  padding: 15px;
}

@media print, screen and (min-width: 40em) {
  .multi-blocks .single-block--tall {
    height: 100%;
  }

  .multi-blocks .single-block--tall img {
    visibility: hidden;
  }
}

.multi-blocks .single-block--tall .single-block__content {
  color: #ffffff;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: end;
          justify-content: flex-end;
  padding: 15px;
}

.multi-blocks .main-block:after,
.multi-blocks .single-block:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(17,17,17,0.2);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
  z-index: 1;
}

.multi-blocks .main-block:hover:after,
.multi-blocks .single-block:hover:after {
  opacity: .7;
}

.auto-height-block {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}

.auto-height-block__wrapper {
  overflow: hidden;
  width: 100%;
  max-height: 0;
  -webkit-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out;
}

.auto-height-block__tool {
  width: 100%;
  box-shadow: 0 -15px 30px 30px;
  color: #ffffff;
  -webkit-transition: color 350ms ease-in;
  transition: color 350ms ease-in;
  text-align: center;
  padding-top: 10px;
}

.auto-height-block__label-open {
  display: block;
}

.auto-height-block__label-close {
  display: none;
}

.auto-height-block.is-open .auto-height-block__tool {
  color: transparent;
}

.auto-height-block.is-open .auto-height-block__label-open {
  display: none;
}

.auto-height-block.is-open .auto-height-block__label-close {
  display: block;
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
  font-family: 'FontAwesome';
  src: url(assets/fonts/fontawesome-webfont.eot);
  src: url(assets/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"),url(assets/fonts/fontawesome-webfont.woff2) format("woff2"),url(assets/fonts/fontawesome-webfont.woff) format("woff"),url(assets/fonts/fontawesome-webfont.ttf) format("truetype"),url(assets/fonts/fontawesome-webfont.svg#fontawesomeregular) format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa,
.pl-reference-detail .pl-sliders .pl-gallery-slider .pl-gallery-slide:after,
.pl-reference-detail .pl-sliders .pl-gallery-slider .pl-gallery-slide.current:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
  font-size: 1.33333em;
  line-height: .75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}

.fa-ul>li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: .14286em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.pl-reference-detail .pl-sliders .pl-gallery-slider .fa-pull-left.pl-gallery-slide:after {
  margin-right: .3em;
}

.fa.fa-pull-right,
.pl-reference-detail .pl-sliders .pl-gallery-slider .fa-pull-right.pl-gallery-slide:after {
  margin-left: .3em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left,
.pl-reference-detail .pl-sliders .pl-gallery-slider .pull-left.pl-gallery-slide:after {
  margin-right: .3em;
}

.fa.pull-right,
.pl-reference-detail .pl-sliders .pl-gallery-slider .pull-right.pl-gallery-slide:after {
  margin-left: .3em;
}

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

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

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

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

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

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-glass:before {
  content: "\F000";
}

.fa-music:before {
  content: "\F001";
}

.fa-search:before {
  content: "\F002";
}

.fa-envelope-o:before {
  content: "\F003";
}

.fa-heart:before {
  content: "\F004";
}

.fa-star:before {
  content: "\F005";
}

.fa-star-o:before {
  content: "\F006";
}

.fa-user:before {
  content: "\F007";
}

.fa-film:before {
  content: "\F008";
}

.fa-th-large:before {
  content: "\F009";
}

.fa-th:before {
  content: "\F00A";
}

.fa-th-list:before {
  content: "\F00B";
}

.fa-check:before,
.pl-reference-detail .pl-sliders .pl-gallery-slider .pl-gallery-slide:after,
.pl-reference-detail .pl-sliders .pl-gallery-slider .pl-gallery-slide.current:after {
  content: "\F00C";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\F00D";
}

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

.fa-search-minus:before {
  content: "\F010";
}

.fa-power-off:before {
  content: "\F011";
}

.fa-signal:before {
  content: "\F012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\F013";
}

.fa-trash-o:before {
  content: "\F014";
}

.fa-home:before {
  content: "\F015";
}

.fa-file-o:before {
  content: "\F016";
}

.fa-clock-o:before {
  content: "\F017";
}

.fa-road:before {
  content: "\F018";
}

.fa-download:before {
  content: "\F019";
}

.fa-arrow-circle-o-down:before {
  content: "\F01A";
}

.fa-arrow-circle-o-up:before {
  content: "\F01B";
}

.fa-inbox:before {
  content: "\F01C";
}

.fa-play-circle-o:before {
  content: "\F01D";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\F01E";
}

.fa-refresh:before {
  content: "\F021";
}

.fa-list-alt:before {
  content: "\F022";
}

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

.fa-flag:before {
  content: "\F024";
}

.fa-headphones:before {
  content: "\F025";
}

.fa-volume-off:before {
  content: "\F026";
}

.fa-volume-down:before {
  content: "\F027";
}

.fa-volume-up:before {
  content: "\F028";
}

.fa-qrcode:before {
  content: "\F029";
}

.fa-barcode:before {
  content: "\F02A";
}

.fa-tag:before {
  content: "\F02B";
}

.fa-tags:before {
  content: "\F02C";
}

.fa-book:before {
  content: "\F02D";
}

.fa-bookmark:before {
  content: "\F02E";
}

.fa-print:before {
  content: "\F02F";
}

.fa-camera:before {
  content: "\F030";
}

.fa-font:before {
  content: "\F031";
}

.fa-bold:before {
  content: "\F032";
}

.fa-italic:before {
  content: "\F033";
}

.fa-text-height:before {
  content: "\F034";
}

.fa-text-width:before {
  content: "\F035";
}

.fa-align-left:before {
  content: "\F036";
}

.fa-align-center:before {
  content: "\F037";
}

.fa-align-right:before {
  content: "\F038";
}

.fa-align-justify:before {
  content: "\F039";
}

.fa-list:before {
  content: "\F03A";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\F03B";
}

.fa-indent:before {
  content: "\F03C";
}

.fa-video-camera:before {
  content: "\F03D";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\F03E";
}

.fa-pencil:before {
  content: "\F040";
}

.fa-map-marker:before {
  content: "\F041";
}

.fa-adjust:before {
  content: "\F042";
}

.fa-tint:before {
  content: "\F043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\F044";
}

.fa-share-square-o:before {
  content: "\F045";
}

.fa-check-square-o:before {
  content: "\F046";
}

.fa-arrows:before {
  content: "\F047";
}

.fa-step-backward:before {
  content: "\F048";
}

.fa-fast-backward:before {
  content: "\F049";
}

.fa-backward:before {
  content: "\F04A";
}

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

.fa-pause:before {
  content: "\F04C";
}

.fa-stop:before {
  content: "\F04D";
}

.fa-forward:before {
  content: "\F04E";
}

.fa-fast-forward:before {
  content: "\F050";
}

.fa-step-forward:before {
  content: "\F051";
}

.fa-eject:before {
  content: "\F052";
}

.fa-chevron-left:before {
  content: "\F053";
}

.fa-chevron-right:before {
  content: "\F054";
}

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

.fa-minus-circle:before {
  content: "\F056";
}

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

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

.fa-question-circle:before {
  content: "\F059";
}

.fa-info-circle:before {
  content: "\F05A";
}

.fa-crosshairs:before {
  content: "\F05B";
}

.fa-times-circle-o:before {
  content: "\F05C";
}

.fa-check-circle-o:before {
  content: "\F05D";
}

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

.fa-arrow-left:before {
  content: "\F060";
}

.fa-arrow-right:before {
  content: "\F061";
}

.fa-arrow-up:before {
  content: "\F062";
}

.fa-arrow-down:before {
  content: "\F063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\F064";
}

.fa-expand:before {
  content: "\F065";
}

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

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

.fa-minus:before {
  content: "\F068";
}

.fa-asterisk:before {
  content: "\F069";
}

.fa-exclamation-circle:before {
  content: "\F06A";
}

.fa-gift:before {
  content: "\F06B";
}

.fa-leaf:before {
  content: "\F06C";
}

.fa-fire:before {
  content: "\F06D";
}

.fa-eye:before {
  content: "\F06E";
}

.fa-eye-slash:before {
  content: "\F070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\F071";
}

.fa-plane:before {
  content: "\F072";
}

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

.fa-random:before {
  content: "\F074";
}

.fa-comment:before {
  content: "\F075";
}

.fa-magnet:before {
  content: "\F076";
}

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

.fa-chevron-down:before {
  content: "\F078";
}

.fa-retweet:before {
  content: "\F079";
}

.fa-shopping-cart:before {
  content: "\F07A";
}

.fa-folder:before {
  content: "\F07B";
}

.fa-folder-open:before {
  content: "\F07C";
}

.fa-arrows-v:before {
  content: "\F07D";
}

.fa-arrows-h:before {
  content: "\F07E";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\F080";
}

.fa-twitter-square:before {
  content: "\F081";
}

.fa-facebook-square:before {
  content: "\F082";
}

.fa-camera-retro:before {
  content: "\F083";
}

.fa-key:before {
  content: "\F084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\F085";
}

.fa-comments:before {
  content: "\F086";
}

.fa-thumbs-o-up:before {
  content: "\F087";
}

.fa-thumbs-o-down:before {
  content: "\F088";
}

.fa-star-half:before {
  content: "\F089";
}

.fa-heart-o:before {
  content: "\F08A";
}

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

.fa-linkedin-square:before {
  content: "\F08C";
}

.fa-thumb-tack:before {
  content: "\F08D";
}

.fa-external-link:before {
  content: "\F08E";
}

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

.fa-trophy:before {
  content: "\F091";
}

.fa-github-square:before {
  content: "\F092";
}

.fa-upload:before {
  content: "\F093";
}

.fa-lemon-o:before {
  content: "\F094";
}

.fa-phone:before {
  content: "\F095";
}

.fa-square-o:before {
  content: "\F096";
}

.fa-bookmark-o:before {
  content: "\F097";
}

.fa-phone-square:before {
  content: "\F098";
}

.fa-twitter:before {
  content: "\F099";
}

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

.fa-github:before {
  content: "\F09B";
}

.fa-unlock:before {
  content: "\F09C";
}

.fa-credit-card:before {
  content: "\F09D";
}

.fa-feed:before,
.fa-rss:before {
  content: "\F09E";
}

.fa-hdd-o:before {
  content: "\F0A0";
}

.fa-bullhorn:before {
  content: "\F0A1";
}

.fa-bell:before {
  content: "\F0F3";
}

.fa-certificate:before {
  content: "\F0A3";
}

.fa-hand-o-right:before {
  content: "\F0A4";
}

.fa-hand-o-left:before {
  content: "\F0A5";
}

.fa-hand-o-up:before {
  content: "\F0A6";
}

.fa-hand-o-down:before {
  content: "\F0A7";
}

.fa-arrow-circle-left:before {
  content: "\F0A8";
}

.fa-arrow-circle-right:before {
  content: "\F0A9";
}

.fa-arrow-circle-up:before {
  content: "\F0AA";
}

.fa-arrow-circle-down:before {
  content: "\F0AB";
}

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

.fa-wrench:before {
  content: "\F0AD";
}

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

.fa-filter:before {
  content: "\F0B0";
}

.fa-briefcase:before {
  content: "\F0B1";
}

.fa-arrows-alt:before {
  content: "\F0B2";
}

.fa-group:before,
.fa-users:before {
  content: "\F0C0";
}

.fa-chain:before,
.fa-link:before {
  content: "\F0C1";
}

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

.fa-flask:before {
  content: "\F0C3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\F0C4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\F0C5";
}

.fa-paperclip:before {
  content: "\F0C6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\F0C7";
}

.fa-square:before {
  content: "\F0C8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\F0C9";
}

.fa-list-ul:before {
  content: "\F0CA";
}

.fa-list-ol:before {
  content: "\F0CB";
}

.fa-strikethrough:before {
  content: "\F0CC";
}

.fa-underline:before {
  content: "\F0CD";
}

.fa-table:before {
  content: "\F0CE";
}

.fa-magic:before {
  content: "\F0D0";
}

.fa-truck:before {
  content: "\F0D1";
}

.fa-pinterest:before {
  content: "\F0D2";
}

.fa-pinterest-square:before {
  content: "\F0D3";
}

.fa-google-plus-square:before {
  content: "\F0D4";
}

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

.fa-money:before {
  content: "\F0D6";
}

.fa-caret-down:before {
  content: "\F0D7";
}

.fa-caret-up:before {
  content: "\F0D8";
}

.fa-caret-left:before {
  content: "\F0D9";
}

.fa-caret-right:before {
  content: "\F0DA";
}

.fa-columns:before {
  content: "\F0DB";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\F0DC";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\F0DD";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\F0DE";
}

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

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

.fa-rotate-left:before,
.fa-undo:before {
  content: "\F0E2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\F0E3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\F0E4";
}

.fa-comment-o:before {
  content: "\F0E5";
}

.fa-comments-o:before {
  content: "\F0E6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\F0E7";
}

.fa-sitemap:before {
  content: "\F0E8";
}

.fa-umbrella:before {
  content: "\F0E9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\F0EA";
}

.fa-lightbulb-o:before {
  content: "\F0EB";
}

.fa-exchange:before {
  content: "\F0EC";
}

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

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

.fa-user-md:before {
  content: "\F0F0";
}

.fa-stethoscope:before {
  content: "\F0F1";
}

.fa-suitcase:before {
  content: "\F0F2";
}

.fa-bell-o:before {
  content: "\F0A2";
}

.fa-coffee:before {
  content: "\F0F4";
}

.fa-cutlery:before {
  content: "\F0F5";
}

.fa-file-text-o:before {
  content: "\F0F6";
}

.fa-building-o:before {
  content: "\F0F7";
}

.fa-hospital-o:before {
  content: "\F0F8";
}

.fa-ambulance:before {
  content: "\F0F9";
}

.fa-medkit:before {
  content: "\F0FA";
}

.fa-fighter-jet:before {
  content: "\F0FB";
}

.fa-beer:before {
  content: "\F0FC";
}

.fa-h-square:before {
  content: "\F0FD";
}

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

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

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

.fa-angle-double-up:before {
  content: "\F102";
}

.fa-angle-double-down:before {
  content: "\F103";
}

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

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

.fa-angle-up:before {
  content: "\F106";
}

.fa-angle-down:before {
  content: "\F107";
}

.fa-desktop:before {
  content: "\F108";
}

.fa-laptop:before {
  content: "\F109";
}

.fa-tablet:before {
  content: "\F10A";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\F10B";
}

.fa-circle-o:before {
  content: "\F10C";
}

.fa-quote-left:before {
  content: "\F10D";
}

.fa-quote-right:before {
  content: "\F10E";
}

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

.fa-circle:before {
  content: "\F111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\F112";
}

.fa-github-alt:before {
  content: "\F113";
}

.fa-folder-o:before {
  content: "\F114";
}

.fa-folder-open-o:before {
  content: "\F115";
}

.fa-smile-o:before {
  content: "\F118";
}

.fa-frown-o:before {
  content: "\F119";
}

.fa-meh-o:before {
  content: "\F11A";
}

.fa-gamepad:before {
  content: "\F11B";
}

.fa-keyboard-o:before {
  content: "\F11C";
}

.fa-flag-o:before {
  content: "\F11D";
}

.fa-flag-checkered:before {
  content: "\F11E";
}

.fa-terminal:before {
  content: "\F120";
}

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

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\F122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\F123";
}

.fa-location-arrow:before {
  content: "\F124";
}

.fa-crop:before {
  content: "\F125";
}

.fa-code-fork:before {
  content: "\F126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\F127";
}

.fa-question:before {
  content: "\F128";
}

.fa-info:before {
  content: "\F129";
}

.fa-exclamation:before {
  content: "\F12A";
}

.fa-superscript:before {
  content: "\F12B";
}

.fa-subscript:before {
  content: "\F12C";
}

.fa-eraser:before {
  content: "\F12D";
}

.fa-puzzle-piece:before {
  content: "\F12E";
}

.fa-microphone:before {
  content: "\F130";
}

.fa-microphone-slash:before {
  content: "\F131";
}

.fa-shield:before {
  content: "\F132";
}

.fa-calendar-o:before {
  content: "\F133";
}

.fa-fire-extinguisher:before {
  content: "\F134";
}

.fa-rocket:before {
  content: "\F135";
}

.fa-maxcdn:before {
  content: "\F136";
}

.fa-chevron-circle-left:before {
  content: "\F137";
}

.fa-chevron-circle-right:before {
  content: "\F138";
}

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

.fa-chevron-circle-down:before {
  content: "\F13A";
}

.fa-html5:before {
  content: "\F13B";
}

.fa-css3:before {
  content: "\F13C";
}

.fa-anchor:before {
  content: "\F13D";
}

.fa-unlock-alt:before {
  content: "\F13E";
}

.fa-bullseye:before {
  content: "\F140";
}

.fa-ellipsis-h:before {
  content: "\F141";
}

.fa-ellipsis-v:before {
  content: "\F142";
}

.fa-rss-square:before {
  content: "\F143";
}

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

.fa-ticket:before {
  content: "\F145";
}

.fa-minus-square:before {
  content: "\F146";
}

.fa-minus-square-o:before {
  content: "\F147";
}

.fa-level-up:before {
  content: "\F148";
}

.fa-level-down:before {
  content: "\F149";
}

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

.fa-pencil-square:before {
  content: "\F14B";
}

.fa-external-link-square:before {
  content: "\F14C";
}

.fa-share-square:before {
  content: "\F14D";
}

.fa-compass:before {
  content: "\F14E";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\F150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\F151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\F152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\F153";
}

.fa-gbp:before {
  content: "\F154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\F155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\F156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\F157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\F158";
}

.fa-won:before,
.fa-krw:before {
  content: "\F159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\F15A";
}

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

.fa-file-text:before {
  content: "\F15C";
}

.fa-sort-alpha-asc:before {
  content: "\F15D";
}

.fa-sort-alpha-desc:before {
  content: "\F15E";
}

.fa-sort-amount-asc:before {
  content: "\F160";
}

.fa-sort-amount-desc:before {
  content: "\F161";
}

.fa-sort-numeric-asc:before {
  content: "\F162";
}

.fa-sort-numeric-desc:before {
  content: "\F163";
}

.fa-thumbs-up:before {
  content: "\F164";
}

.fa-thumbs-down:before {
  content: "\F165";
}

.fa-youtube-square:before {
  content: "\F166";
}

.fa-youtube:before {
  content: "\F167";
}

.fa-xing:before {
  content: "\F168";
}

.fa-xing-square:before {
  content: "\F169";
}

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

.fa-dropbox:before {
  content: "\F16B";
}

.fa-stack-overflow:before {
  content: "\F16C";
}

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

.fa-flickr:before {
  content: "\F16E";
}

.fa-adn:before {
  content: "\F170";
}

.fa-bitbucket:before {
  content: "\F171";
}

.fa-bitbucket-square:before {
  content: "\F172";
}

.fa-tumblr:before {
  content: "\F173";
}

.fa-tumblr-square:before {
  content: "\F174";
}

.fa-long-arrow-down:before {
  content: "\F175";
}

.fa-long-arrow-up:before {
  content: "\F176";
}

.fa-long-arrow-left:before {
  content: "\F177";
}

.fa-long-arrow-right:before {
  content: "\F178";
}

.fa-apple:before {
  content: "\F179";
}

.fa-windows:before {
  content: "\F17A";
}

.fa-android:before {
  content: "\F17B";
}

.fa-linux:before {
  content: "\F17C";
}

.fa-dribbble:before {
  content: "\F17D";
}

.fa-skype:before {
  content: "\F17E";
}

.fa-foursquare:before {
  content: "\F180";
}

.fa-trello:before {
  content: "\F181";
}

.fa-female:before {
  content: "\F182";
}

.fa-male:before {
  content: "\F183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\F184";
}

.fa-sun-o:before {
  content: "\F185";
}

.fa-moon-o:before {
  content: "\F186";
}

.fa-archive:before {
  content: "\F187";
}

.fa-bug:before {
  content: "\F188";
}

.fa-vk:before {
  content: "\F189";
}

.fa-weibo:before {
  content: "\F18A";
}

.fa-renren:before {
  content: "\F18B";
}

.fa-pagelines:before {
  content: "\F18C";
}

.fa-stack-exchange:before {
  content: "\F18D";
}

.fa-arrow-circle-o-right:before {
  content: "\F18E";
}

.fa-arrow-circle-o-left:before {
  content: "\F190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\F191";
}

.fa-dot-circle-o:before {
  content: "\F192";
}

.fa-wheelchair:before {
  content: "\F193";
}

.fa-vimeo-square:before {
  content: "\F194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\F195";
}

.fa-plus-square-o:before {
  content: "\F196";
}

.fa-space-shuttle:before {
  content: "\F197";
}

.fa-slack:before {
  content: "\F198";
}

.fa-envelope-square:before {
  content: "\F199";
}

.fa-wordpress:before {
  content: "\F19A";
}

.fa-openid:before {
  content: "\F19B";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\F19C";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\F19D";
}

.fa-yahoo:before {
  content: "\F19E";
}

.fa-google:before {
  content: "\F1A0";
}

.fa-reddit:before {
  content: "\F1A1";
}

.fa-reddit-square:before {
  content: "\F1A2";
}

.fa-stumbleupon-circle:before {
  content: "\F1A3";
}

.fa-stumbleupon:before {
  content: "\F1A4";
}

.fa-delicious:before {
  content: "\F1A5";
}

.fa-digg:before {
  content: "\F1A6";
}

.fa-pied-piper-pp:before {
  content: "\F1A7";
}

.fa-pied-piper-alt:before {
  content: "\F1A8";
}

.fa-drupal:before {
  content: "\F1A9";
}

.fa-joomla:before {
  content: "\F1AA";
}

.fa-language:before {
  content: "\F1AB";
}

.fa-fax:before {
  content: "\F1AC";
}

.fa-building:before {
  content: "\F1AD";
}

.fa-child:before {
  content: "\F1AE";
}

.fa-paw:before {
  content: "\F1B0";
}

.fa-spoon:before {
  content: "\F1B1";
}

.fa-cube:before {
  content: "\F1B2";
}

.fa-cubes:before {
  content: "\F1B3";
}

.fa-behance:before {
  content: "\F1B4";
}

.fa-behance-square:before {
  content: "\F1B5";
}

.fa-steam:before {
  content: "\F1B6";
}

.fa-steam-square:before {
  content: "\F1B7";
}

.fa-recycle:before {
  content: "\F1B8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\F1B9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\F1BA";
}

.fa-tree:before {
  content: "\F1BB";
}

.fa-spotify:before {
  content: "\F1BC";
}

.fa-deviantart:before {
  content: "\F1BD";
}

.fa-soundcloud:before {
  content: "\F1BE";
}

.fa-database:before {
  content: "\F1C0";
}

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

.fa-file-word-o:before {
  content: "\F1C2";
}

.fa-file-excel-o:before {
  content: "\F1C3";
}

.fa-file-powerpoint-o:before {
  content: "\F1C4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\F1C5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\F1C6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\F1C7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\F1C8";
}

.fa-file-code-o:before {
  content: "\F1C9";
}

.fa-vine:before {
  content: "\F1CA";
}

.fa-codepen:before {
  content: "\F1CB";
}

.fa-jsfiddle:before {
  content: "\F1CC";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\F1CD";
}

.fa-circle-o-notch:before {
  content: "\F1CE";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\F1D0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\F1D1";
}

.fa-git-square:before {
  content: "\F1D2";
}

.fa-git:before {
  content: "\F1D3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\F1D4";
}

.fa-tencent-weibo:before {
  content: "\F1D5";
}

.fa-qq:before {
  content: "\F1D6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\F1D7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\F1D8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\F1D9";
}

.fa-history:before {
  content: "\F1DA";
}

.fa-circle-thin:before {
  content: "\F1DB";
}

.fa-header:before {
  content: "\F1DC";
}

.fa-paragraph:before {
  content: "\F1DD";
}

.fa-sliders:before {
  content: "\F1DE";
}

.fa-share-alt:before {
  content: "\F1E0";
}

.fa-share-alt-square:before {
  content: "\F1E1";
}

.fa-bomb:before {
  content: "\F1E2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\F1E3";
}

.fa-tty:before {
  content: "\F1E4";
}

.fa-binoculars:before {
  content: "\F1E5";
}

.fa-plug:before {
  content: "\F1E6";
}

.fa-slideshare:before {
  content: "\F1E7";
}

.fa-twitch:before {
  content: "\F1E8";
}

.fa-yelp:before {
  content: "\F1E9";
}

.fa-newspaper-o:before {
  content: "\F1EA";
}

.fa-wifi:before {
  content: "\F1EB";
}

.fa-calculator:before {
  content: "\F1EC";
}

.fa-paypal:before {
  content: "\F1ED";
}

.fa-google-wallet:before {
  content: "\F1EE";
}

.fa-cc-visa:before {
  content: "\F1F0";
}

.fa-cc-mastercard:before {
  content: "\F1F1";
}

.fa-cc-discover:before {
  content: "\F1F2";
}

.fa-cc-amex:before {
  content: "\F1F3";
}

.fa-cc-paypal:before {
  content: "\F1F4";
}

.fa-cc-stripe:before {
  content: "\F1F5";
}

.fa-bell-slash:before {
  content: "\F1F6";
}

.fa-bell-slash-o:before {
  content: "\F1F7";
}

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

.fa-copyright:before {
  content: "\F1F9";
}

.fa-at:before {
  content: "\F1FA";
}

.fa-eyedropper:before {
  content: "\F1FB";
}

.fa-paint-brush:before {
  content: "\F1FC";
}

.fa-birthday-cake:before {
  content: "\F1FD";
}

.fa-area-chart:before {
  content: "\F1FE";
}

.fa-pie-chart:before {
  content: "\F200";
}

.fa-line-chart:before {
  content: "\F201";
}

.fa-lastfm:before {
  content: "\F202";
}

.fa-lastfm-square:before {
  content: "\F203";
}

.fa-toggle-off:before {
  content: "\F204";
}

.fa-toggle-on:before {
  content: "\F205";
}

.fa-bicycle:before {
  content: "\F206";
}

.fa-bus:before {
  content: "\F207";
}

.fa-ioxhost:before {
  content: "\F208";
}

.fa-angellist:before {
  content: "\F209";
}

.fa-cc:before {
  content: "\F20A";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\F20B";
}

.fa-meanpath:before {
  content: "\F20C";
}

.fa-buysellads:before {
  content: "\F20D";
}

.fa-connectdevelop:before {
  content: "\F20E";
}

.fa-dashcube:before {
  content: "\F210";
}

.fa-forumbee:before {
  content: "\F211";
}

.fa-leanpub:before {
  content: "\F212";
}

.fa-sellsy:before {
  content: "\F213";
}

.fa-shirtsinbulk:before {
  content: "\F214";
}

.fa-simplybuilt:before {
  content: "\F215";
}

.fa-skyatlas:before {
  content: "\F216";
}

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

.fa-cart-arrow-down:before {
  content: "\F218";
}

.fa-diamond:before {
  content: "\F219";
}

.fa-ship:before {
  content: "\F21A";
}

.fa-user-secret:before {
  content: "\F21B";
}

.fa-motorcycle:before {
  content: "\F21C";
}

.fa-street-view:before {
  content: "\F21D";
}

.fa-heartbeat:before {
  content: "\F21E";
}

.fa-venus:before {
  content: "\F221";
}

.fa-mars:before {
  content: "\F222";
}

.fa-mercury:before {
  content: "\F223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\F224";
}

.fa-transgender-alt:before {
  content: "\F225";
}

.fa-venus-double:before {
  content: "\F226";
}

.fa-mars-double:before {
  content: "\F227";
}

.fa-venus-mars:before {
  content: "\F228";
}

.fa-mars-stroke:before {
  content: "\F229";
}

.fa-mars-stroke-v:before {
  content: "\F22A";
}

.fa-mars-stroke-h:before {
  content: "\F22B";
}

.fa-neuter:before {
  content: "\F22C";
}

.fa-genderless:before {
  content: "\F22D";
}

.fa-facebook-official:before {
  content: "\F230";
}

.fa-pinterest-p:before {
  content: "\F231";
}

.fa-whatsapp:before {
  content: "\F232";
}

.fa-server:before {
  content: "\F233";
}

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

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

.fa-hotel:before,
.fa-bed:before {
  content: "\F236";
}

.fa-viacoin:before {
  content: "\F237";
}

.fa-train:before {
  content: "\F238";
}

.fa-subway:before {
  content: "\F239";
}

.fa-medium:before {
  content: "\F23A";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\F23B";
}

.fa-optin-monster:before {
  content: "\F23C";
}

.fa-opencart:before {
  content: "\F23D";
}

.fa-expeditedssl:before {
  content: "\F23E";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\F240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\F241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\F242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\F243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\F244";
}

.fa-mouse-pointer:before {
  content: "\F245";
}

.fa-i-cursor:before {
  content: "\F246";
}

.fa-object-group:before {
  content: "\F247";
}

.fa-object-ungroup:before {
  content: "\F248";
}

.fa-sticky-note:before {
  content: "\F249";
}

.fa-sticky-note-o:before {
  content: "\F24A";
}

.fa-cc-jcb:before {
  content: "\F24B";
}

.fa-cc-diners-club:before {
  content: "\F24C";
}

.fa-clone:before {
  content: "\F24D";
}

.fa-balance-scale:before {
  content: "\F24E";
}

.fa-hourglass-o:before {
  content: "\F250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\F251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\F252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\F253";
}

.fa-hourglass:before {
  content: "\F254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\F255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\F256";
}

.fa-hand-scissors-o:before {
  content: "\F257";
}

.fa-hand-lizard-o:before {
  content: "\F258";
}

.fa-hand-spock-o:before {
  content: "\F259";
}

.fa-hand-pointer-o:before {
  content: "\F25A";
}

.fa-hand-peace-o:before {
  content: "\F25B";
}

.fa-trademark:before {
  content: "\F25C";
}

.fa-registered:before {
  content: "\F25D";
}

.fa-creative-commons:before {
  content: "\F25E";
}

.fa-gg:before {
  content: "\F260";
}

.fa-gg-circle:before {
  content: "\F261";
}

.fa-tripadvisor:before {
  content: "\F262";
}

.fa-odnoklassniki:before {
  content: "\F263";
}

.fa-odnoklassniki-square:before {
  content: "\F264";
}

.fa-get-pocket:before {
  content: "\F265";
}

.fa-wikipedia-w:before {
  content: "\F266";
}

.fa-safari:before {
  content: "\F267";
}

.fa-chrome:before {
  content: "\F268";
}

.fa-firefox:before {
  content: "\F269";
}

.fa-opera:before {
  content: "\F26A";
}

.fa-internet-explorer:before {
  content: "\F26B";
}

.fa-tv:before,
.fa-television:before {
  content: "\F26C";
}

.fa-contao:before {
  content: "\F26D";
}

.fa-500px:before {
  content: "\F26E";
}

.fa-amazon:before {
  content: "\F270";
}

.fa-calendar-plus-o:before {
  content: "\F271";
}

.fa-calendar-minus-o:before {
  content: "\F272";
}

.fa-calendar-times-o:before {
  content: "\F273";
}

.fa-calendar-check-o:before {
  content: "\F274";
}

.fa-industry:before {
  content: "\F275";
}

.fa-map-pin:before {
  content: "\F276";
}

.fa-map-signs:before {
  content: "\F277";
}

.fa-map-o:before {
  content: "\F278";
}

.fa-map:before {
  content: "\F279";
}

.fa-commenting:before {
  content: "\F27A";
}

.fa-commenting-o:before {
  content: "\F27B";
}

.fa-houzz:before {
  content: "\F27C";
}

.fa-vimeo:before {
  content: "\F27D";
}

.fa-black-tie:before {
  content: "\F27E";
}

.fa-fonticons:before {
  content: "\F280";
}

.fa-reddit-alien:before {
  content: "\F281";
}

.fa-edge:before {
  content: "\F282";
}

.fa-credit-card-alt:before {
  content: "\F283";
}

.fa-codiepie:before {
  content: "\F284";
}

.fa-modx:before {
  content: "\F285";
}

.fa-fort-awesome:before {
  content: "\F286";
}

.fa-usb:before {
  content: "\F287";
}

.fa-product-hunt:before {
  content: "\F288";
}

.fa-mixcloud:before {
  content: "\F289";
}

.fa-scribd:before {
  content: "\F28A";
}

.fa-pause-circle:before {
  content: "\F28B";
}

.fa-pause-circle-o:before {
  content: "\F28C";
}

.fa-stop-circle:before {
  content: "\F28D";
}

.fa-stop-circle-o:before {
  content: "\F28E";
}

.fa-shopping-bag:before {
  content: "\F290";
}

.fa-shopping-basket:before {
  content: "\F291";
}

.fa-hashtag:before {
  content: "\F292";
}

.fa-bluetooth:before {
  content: "\F293";
}

.fa-bluetooth-b:before {
  content: "\F294";
}

.fa-percent:before {
  content: "\F295";
}

.fa-gitlab:before {
  content: "\F296";
}

.fa-wpbeginner:before {
  content: "\F297";
}

.fa-wpforms:before {
  content: "\F298";
}

.fa-envira:before {
  content: "\F299";
}

.fa-universal-access:before {
  content: "\F29A";
}

.fa-wheelchair-alt:before {
  content: "\F29B";
}

.fa-question-circle-o:before {
  content: "\F29C";
}

.fa-blind:before {
  content: "\F29D";
}

.fa-audio-description:before {
  content: "\F29E";
}

.fa-volume-control-phone:before {
  content: "\F2A0";
}

.fa-braille:before {
  content: "\F2A1";
}

.fa-assistive-listening-systems:before {
  content: "\F2A2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\F2A3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\F2A4";
}

.fa-glide:before {
  content: "\F2A5";
}

.fa-glide-g:before {
  content: "\F2A6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\F2A7";
}

.fa-low-vision:before {
  content: "\F2A8";
}

.fa-viadeo:before {
  content: "\F2A9";
}

.fa-viadeo-square:before {
  content: "\F2AA";
}

.fa-snapchat:before {
  content: "\F2AB";
}

.fa-snapchat-ghost:before {
  content: "\F2AC";
}

.fa-snapchat-square:before {
  content: "\F2AD";
}

.fa-pied-piper:before {
  content: "\F2AE";
}

.fa-first-order:before {
  content: "\F2B0";
}

.fa-yoast:before {
  content: "\F2B1";
}

.fa-themeisle:before {
  content: "\F2B2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\F2B3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\F2B4";
}

.fa-handshake-o:before {
  content: "\F2B5";
}

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

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

.fa-linode:before {
  content: "\F2B8";
}

.fa-address-book:before {
  content: "\F2B9";
}

.fa-address-book-o:before {
  content: "\F2BA";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\F2BB";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\F2BC";
}

.fa-user-circle:before {
  content: "\F2BD";
}

.fa-user-circle-o:before {
  content: "\F2BE";
}

.fa-user-o:before {
  content: "\F2C0";
}

.fa-id-badge:before {
  content: "\F2C1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\F2C2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\F2C3";
}

.fa-quora:before {
  content: "\F2C4";
}

.fa-free-code-camp:before {
  content: "\F2C5";
}

.fa-telegram:before {
  content: "\F2C6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\F2C7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\F2C8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\F2C9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\F2CA";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\F2CB";
}

.fa-shower:before {
  content: "\F2CC";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\F2CD";
}

.fa-podcast:before {
  content: "\F2CE";
}

.fa-window-maximize:before {
  content: "\F2D0";
}

.fa-window-minimize:before {
  content: "\F2D1";
}

.fa-window-restore:before {
  content: "\F2D2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\F2D3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\F2D4";
}

.fa-bandcamp:before {
  content: "\F2D5";
}

.fa-grav:before {
  content: "\F2D6";
}

.fa-etsy:before {
  content: "\F2D7";
}

.fa-imdb:before {
  content: "\F2D8";
}

.fa-ravelry:before {
  content: "\F2D9";
}

.fa-eercast:before {
  content: "\F2DA";
}

.fa-microchip:before {
  content: "\F2DB";
}

.fa-snowflake-o:before {
  content: "\F2DC";
}

.fa-superpowers:before {
  content: "\F2DD";
}

.fa-wpexplorer:before {
  content: "\F2DE";
}

.fa-meetup:before {
  content: "\F2E0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.pl-references-list-page .references-list {
  padding-bottom: 40px;
}

.pl-references-list-page .leading-block__img-w {
  overflow: hidden;
  display: block;
}

.pl-references-list-page .leading-block img {
  -webkit-transition: -webkit-transform 5000ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 5000ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 5000ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 5000ms cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 5000ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.pl-references-list-page .leading-block:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.pl-references-list-page select {
  margin: 10px 0;
}

.pl-references-list-page h1 a,
.pl-references-list-page h2 a,
.pl-references-list-page h3 a,
.pl-references-list-page h4 a {
  text-decoration: none !important;
}

.pl-references-list-page .pl-ref-header {
  padding-top: 15px;
  padding-bottom: 15px;
}

.pl-references-list-page .pl-ref-header h1 {
  font-family: montserrat,sans-serif !important;
  font-weight: 300;
  font-size: 2.375rem !important;
  color: #4a7444 !important;
  text-transform: uppercase;
}

.pl-references-list-page .pl-ref-header p {
  font-family: montserrat,sans-serif !important;
  font-weight: 300;
  font-size: 1.1875rem !important;
  line-height: 1.3em !important;
  color: #2d2d2d !important;
}

.pl-references-list-page .pl-leadings-block {
  margin-top: 10px;
}

.pl-references-list-page .pl-leadings-block .pl-project-item {
  margin-bottom: 10px;
}

.pl-references-list-page .pl-leadings-block h3,
.pl-references-list-page .pl-leadings-block h3 a {
  color: #4a7444;
}

.pl-references-list-page .collection-link {
  text-transform: capitalize;
}

.pl-references-list-page .pl-project-header {
  margin-bottom: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.pl-references-list-page .pl-project-header h2 {
  margin-top: 6px;
}

.pl-references-list-page .pl-project-header h2 {
  font-family: montserrat,sans-serif;
  font-weight: 300;
  font-size: 1.875rem;
  color: #1d1d1d !important;
  margin-bottom: 0;
}

.pl-references-list-page .pl-listings {
  width: 100%;
  overflow: hidden;
  margin: 0 -5px;
}

.project-item__img {
  display: block;
  overflow: hidden;
}

.project-item__img img {
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.project-item__link {
  text-decoration: none;
}

.project-item__country h5 {
  margin-top: 7px;
  color: #101010;
  text-transform: uppercase;
  font-weight: 700;
  font-size: .8125rem;
}

.project-item__title h3 {
  color: #4a7444;
  font-weight: 400;
  font-size: 1.25rem;
}

.project-item:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.ref-items {
  margin-left: -5px !important;
  margin-right: -5px !important;
}

.ref-items .pl-item {
  margin-bottom: 10px;
  padding-right: 5px;
  padding-left: 5px;
}

.ref-items .pl-item .pl-project-item {
  background-color: #ffffff;
  margin-bottom: 0;
}

.pl-selected-description p {
  font-size: 14px;
  margin-bottom: 0;
  color: #595959;
}

.pl-selected-inner p {
  margin-bottom: 6px;
  font-size: 16px;
  color: #595959;
}

.pl-reference-detail-page .pl-back,
.pl-reference-detail-page .coll-sharer {
  margin-top: 20px;
}

.pl-reference-detail {
  padding-left: .9375rem;
  padding-right: .9375rem;
  background-color: #ffffff;
  padding-bottom: 45px;
}

.pl-reference-detail .pl-title-block h1 {
  font-family: montserrat,sans-serif;
  font-weight: 300;
  font-size: 2.5rem;
}

@media print, screen and (min-width: 64.0625em) {
  .pl-reference-detail .pl-title-block h1 {
    margin: 40px 0 60px;
  }
}

.pl-reference-detail .pl-sliders .pl-main-picture {
  background-color: #d1d1d1;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: 100%;
}

.pl-reference-detail .pl-sliders .pl-gallery-slider {
  position: relative;
}

.pl-reference-detail .pl-sliders .pl-gallery-slider .pl-gallery-slide {
  cursor: pointer;
  position: relative;
}

.pl-reference-detail .pl-sliders .pl-gallery-slider .pl-gallery-slide:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #4a7444;
  position: absolute;
  bottom: 15px;
  right: 15px;
  background-color: rgba(255,255,255,0.5);
  border-radius: 100%;
  padding: 6px;
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms;
}

.pl-reference-detail .pl-sliders .pl-gallery-slider .pl-gallery-slide.current:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 1;
}

.pl-reference-detail .pl-sliders .pl-gallery-slider ul.slick-dots {
  position: absolute;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}

.pl-reference-detail .pl-sliders .pl-gallery-slider ul.slick-dots li {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 5px;
  margin: 0 5px;
  padding: 0 !important;
  cursor: pointer;
}

.pl-reference-detail .pl-sliders .pl-gallery-slider ul.slick-dots li button {
  display: block;
  width: 100%;
  height: 5px;
  font-size: 13px !important;
  cursor: pointer;
  color: transparent;
  outline: none;
  background-color: #c3c3c3;
}

.pl-reference-detail .pl-sliders .pl-gallery-slider ul.slick-dots li.slick-active button {
  background-color: #434343;
}

.pl-reference-detail .pl-sliders .pl-gallery-slider ul.slick-dots li:before {
  display: none !important;
}

.pl-reference-detail .pl-related-collection {
  margin-top: 55px;
}

.pl-reference-detail .pl-related-collection h2 {
  font-family: montserrat,sans-serif;
  font-weight: 300;
  font-size: 1.75rem;
  margin-bottom: 20px;
  border-bottom: 1px solid #d6d6d6;
}

.pl-reference-detail .pl-related-collection h3 {
  font-family: montserrat,sans-serif;
  font-weight: 300;
  font-size: 1.875rem;
  text-transform: uppercase;
}

.pl-reference-detail .pl-related {
  margin-top: 55px;
  border-top: 1px solid #d6d6d6;
  padding-top: 25px;
}

.pl-reference-detail .pl-related h2 {
  font-family: montserrat,sans-serif;
  font-weight: 300;
  font-size: 1.75rem;
  margin-bottom: 20px;
}

.pl-reference-detail .pl-related .pl-project-item {
  background-color: transparent;
  padding: 0;
}

#reference-modal {
  border-color: #ffffff !important;
  max-width: 1200px !important;
  overflow: visible;
}

#reference-modal .pl-title-block,
#reference-modal .pl-desc,
#reference-modal .pl-sliders,
#reference-modal .pl-related .pl-item {
  opacity: 0;
}

#reference-modal .pl-back {
  visibility: hidden !important;
}

.imgs-download {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
  padding-right: 30px;
}

.imgs-download:after {
  content: url("/static/collections_series/images/svg/download.svg");
  position: absolute;
  top: -5px;
  right: 0;
  width: 27px;
}

.reference-tools {
  margin-bottom: 20px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}

@media print, screen and (min-width: 40em) {
  .reference-tools {
    -webkit-box-pack: end;
            justify-content: flex-end;
    margin-top: 30px;
    margin-bottom: 0;
    text-align: right;
  }
}

@media print, screen and (min-width: 64.0625em) {
  .reference-tools {
    -webkit-box-pack: end;
            justify-content: flex-end;
    margin-top: 50px;
    margin-bottom: 0;
  }
}

.reference-tools .share-icon {
  margin-left: 15px;
}

.home-projects__grid .cell {
  border-right: 1px solid #ffffff;
}

.home-projects__grid .cell:last-child {
  border-right: none;
}

.project-block {
  display: block;
  text-decoration: none;
}

.project-block__img {
  overflow: hidden;
}

.project-block__img img {
  -webkit-transition: -webkit-transform 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 400ms cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.project-block__img:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.project-block__text {
  padding: 8px 20px;
  color: #4a7444;
}

.project-block__title h3 {
  font-size: 22px;
  font-weight: 700;
}

@media print, screen and (min-width: 40em) {
  .project-block__title h3 {
    font-size: 24px;
  }
}

.project-block__country {
  font-weight: 200;
  text-transform: uppercase;
}

.pl-project-item {
  padding: 10px;
  background-color: #efefef;
  margin-bottom: 5px;
  cursor: pointer;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms;
}

.pl-project-item .pl-item-text {
  padding-left: 10px;
  color: #2e2e2e;
}

.pl-project-item a {
  text-decoration: none !important;
}

.pl-project-item h5 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: .8125rem;
  color: #2e2e2e;
}

.pl-project-item h4 {
  font-weight: 400;
  font-size: 1.25rem;
  color: #2e2e2e;
}

.pl-project-item.pl-active {
  background-color: #ffffff;
}

.pl-project-item:hover {
  background-color: #e9e9e9;
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
  font-family: 'FontAwesome';
  src: url(assets/fonts/fontawesome-webfont.eot);
  src: url(assets/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"),url(assets/fonts/fontawesome-webfont.woff2) format("woff2"),url(assets/fonts/fontawesome-webfont.woff) format("woff"),url(assets/fonts/fontawesome-webfont.ttf) format("truetype"),url(assets/fonts/fontawesome-webfont.svg#fontawesomeregular) format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
  font-size: 1.33333em;
  line-height: .75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}

.fa-ul>li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: .14286em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

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

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

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

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

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

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-glass:before {
  content: "\F000";
}

.fa-music:before {
  content: "\F001";
}

.fa-search:before {
  content: "\F002";
}

.fa-envelope-o:before {
  content: "\F003";
}

.fa-heart:before {
  content: "\F004";
}

.fa-star:before {
  content: "\F005";
}

.fa-star-o:before {
  content: "\F006";
}

.fa-user:before {
  content: "\F007";
}

.fa-film:before {
  content: "\F008";
}

.fa-th-large:before {
  content: "\F009";
}

.fa-th:before {
  content: "\F00A";
}

.fa-th-list:before {
  content: "\F00B";
}

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

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\F00D";
}

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

.fa-search-minus:before {
  content: "\F010";
}

.fa-power-off:before {
  content: "\F011";
}

.fa-signal:before {
  content: "\F012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\F013";
}

.fa-trash-o:before {
  content: "\F014";
}

.fa-home:before {
  content: "\F015";
}

.fa-file-o:before {
  content: "\F016";
}

.fa-clock-o:before {
  content: "\F017";
}

.fa-road:before {
  content: "\F018";
}

.fa-download:before {
  content: "\F019";
}

.fa-arrow-circle-o-down:before {
  content: "\F01A";
}

.fa-arrow-circle-o-up:before {
  content: "\F01B";
}

.fa-inbox:before {
  content: "\F01C";
}

.fa-play-circle-o:before {
  content: "\F01D";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\F01E";
}

.fa-refresh:before {
  content: "\F021";
}

.fa-list-alt:before {
  content: "\F022";
}

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

.fa-flag:before {
  content: "\F024";
}

.fa-headphones:before {
  content: "\F025";
}

.fa-volume-off:before {
  content: "\F026";
}

.fa-volume-down:before {
  content: "\F027";
}

.fa-volume-up:before {
  content: "\F028";
}

.fa-qrcode:before {
  content: "\F029";
}

.fa-barcode:before {
  content: "\F02A";
}

.fa-tag:before {
  content: "\F02B";
}

.fa-tags:before {
  content: "\F02C";
}

.fa-book:before {
  content: "\F02D";
}

.fa-bookmark:before {
  content: "\F02E";
}

.fa-print:before {
  content: "\F02F";
}

.fa-camera:before {
  content: "\F030";
}

.fa-font:before {
  content: "\F031";
}

.fa-bold:before {
  content: "\F032";
}

.fa-italic:before {
  content: "\F033";
}

.fa-text-height:before {
  content: "\F034";
}

.fa-text-width:before {
  content: "\F035";
}

.fa-align-left:before {
  content: "\F036";
}

.fa-align-center:before {
  content: "\F037";
}

.fa-align-right:before {
  content: "\F038";
}

.fa-align-justify:before {
  content: "\F039";
}

.fa-list:before {
  content: "\F03A";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\F03B";
}

.fa-indent:before {
  content: "\F03C";
}

.fa-video-camera:before {
  content: "\F03D";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\F03E";
}

.fa-pencil:before {
  content: "\F040";
}

.fa-map-marker:before {
  content: "\F041";
}

.fa-adjust:before {
  content: "\F042";
}

.fa-tint:before {
  content: "\F043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\F044";
}

.fa-share-square-o:before {
  content: "\F045";
}

.fa-check-square-o:before {
  content: "\F046";
}

.fa-arrows:before {
  content: "\F047";
}

.fa-step-backward:before {
  content: "\F048";
}

.fa-fast-backward:before {
  content: "\F049";
}

.fa-backward:before {
  content: "\F04A";
}

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

.fa-pause:before {
  content: "\F04C";
}

.fa-stop:before {
  content: "\F04D";
}

.fa-forward:before {
  content: "\F04E";
}

.fa-fast-forward:before {
  content: "\F050";
}

.fa-step-forward:before {
  content: "\F051";
}

.fa-eject:before {
  content: "\F052";
}

.fa-chevron-left:before {
  content: "\F053";
}

.fa-chevron-right:before {
  content: "\F054";
}

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

.fa-minus-circle:before {
  content: "\F056";
}

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

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

.fa-question-circle:before {
  content: "\F059";
}

.fa-info-circle:before {
  content: "\F05A";
}

.fa-crosshairs:before {
  content: "\F05B";
}

.fa-times-circle-o:before {
  content: "\F05C";
}

.fa-check-circle-o:before {
  content: "\F05D";
}

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

.fa-arrow-left:before {
  content: "\F060";
}

.fa-arrow-right:before {
  content: "\F061";
}

.fa-arrow-up:before {
  content: "\F062";
}

.fa-arrow-down:before {
  content: "\F063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\F064";
}

.fa-expand:before {
  content: "\F065";
}

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

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

.fa-minus:before {
  content: "\F068";
}

.fa-asterisk:before {
  content: "\F069";
}

.fa-exclamation-circle:before {
  content: "\F06A";
}

.fa-gift:before {
  content: "\F06B";
}

.fa-leaf:before {
  content: "\F06C";
}

.fa-fire:before {
  content: "\F06D";
}

.fa-eye:before {
  content: "\F06E";
}

.fa-eye-slash:before {
  content: "\F070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\F071";
}

.fa-plane:before {
  content: "\F072";
}

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

.fa-random:before {
  content: "\F074";
}

.fa-comment:before {
  content: "\F075";
}

.fa-magnet:before {
  content: "\F076";
}

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

.fa-chevron-down:before {
  content: "\F078";
}

.fa-retweet:before {
  content: "\F079";
}

.fa-shopping-cart:before {
  content: "\F07A";
}

.fa-folder:before {
  content: "\F07B";
}

.fa-folder-open:before {
  content: "\F07C";
}

.fa-arrows-v:before {
  content: "\F07D";
}

.fa-arrows-h:before {
  content: "\F07E";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\F080";
}

.fa-twitter-square:before {
  content: "\F081";
}

.fa-facebook-square:before {
  content: "\F082";
}

.fa-camera-retro:before {
  content: "\F083";
}

.fa-key:before {
  content: "\F084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\F085";
}

.fa-comments:before {
  content: "\F086";
}

.fa-thumbs-o-up:before {
  content: "\F087";
}

.fa-thumbs-o-down:before {
  content: "\F088";
}

.fa-star-half:before {
  content: "\F089";
}

.fa-heart-o:before {
  content: "\F08A";
}

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

.fa-linkedin-square:before {
  content: "\F08C";
}

.fa-thumb-tack:before {
  content: "\F08D";
}

.fa-external-link:before {
  content: "\F08E";
}

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

.fa-trophy:before {
  content: "\F091";
}

.fa-github-square:before {
  content: "\F092";
}

.fa-upload:before {
  content: "\F093";
}

.fa-lemon-o:before {
  content: "\F094";
}

.fa-phone:before {
  content: "\F095";
}

.fa-square-o:before {
  content: "\F096";
}

.fa-bookmark-o:before {
  content: "\F097";
}

.fa-phone-square:before {
  content: "\F098";
}

.fa-twitter:before {
  content: "\F099";
}

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

.fa-github:before {
  content: "\F09B";
}

.fa-unlock:before {
  content: "\F09C";
}

.fa-credit-card:before {
  content: "\F09D";
}

.fa-feed:before,
.fa-rss:before {
  content: "\F09E";
}

.fa-hdd-o:before {
  content: "\F0A0";
}

.fa-bullhorn:before {
  content: "\F0A1";
}

.fa-bell:before {
  content: "\F0F3";
}

.fa-certificate:before {
  content: "\F0A3";
}

.fa-hand-o-right:before {
  content: "\F0A4";
}

.fa-hand-o-left:before {
  content: "\F0A5";
}

.fa-hand-o-up:before {
  content: "\F0A6";
}

.fa-hand-o-down:before {
  content: "\F0A7";
}

.fa-arrow-circle-left:before {
  content: "\F0A8";
}

.fa-arrow-circle-right:before {
  content: "\F0A9";
}

.fa-arrow-circle-up:before {
  content: "\F0AA";
}

.fa-arrow-circle-down:before {
  content: "\F0AB";
}

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

.fa-wrench:before {
  content: "\F0AD";
}

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

.fa-filter:before {
  content: "\F0B0";
}

.fa-briefcase:before {
  content: "\F0B1";
}

.fa-arrows-alt:before {
  content: "\F0B2";
}

.fa-group:before,
.fa-users:before {
  content: "\F0C0";
}

.fa-chain:before,
.fa-link:before {
  content: "\F0C1";
}

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

.fa-flask:before {
  content: "\F0C3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\F0C4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\F0C5";
}

.fa-paperclip:before {
  content: "\F0C6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\F0C7";
}

.fa-square:before {
  content: "\F0C8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\F0C9";
}

.fa-list-ul:before {
  content: "\F0CA";
}

.fa-list-ol:before {
  content: "\F0CB";
}

.fa-strikethrough:before {
  content: "\F0CC";
}

.fa-underline:before {
  content: "\F0CD";
}

.fa-table:before {
  content: "\F0CE";
}

.fa-magic:before {
  content: "\F0D0";
}

.fa-truck:before {
  content: "\F0D1";
}

.fa-pinterest:before {
  content: "\F0D2";
}

.fa-pinterest-square:before {
  content: "\F0D3";
}

.fa-google-plus-square:before {
  content: "\F0D4";
}

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

.fa-money:before {
  content: "\F0D6";
}

.fa-caret-down:before {
  content: "\F0D7";
}

.fa-caret-up:before {
  content: "\F0D8";
}

.fa-caret-left:before {
  content: "\F0D9";
}

.fa-caret-right:before {
  content: "\F0DA";
}

.fa-columns:before {
  content: "\F0DB";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\F0DC";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\F0DD";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\F0DE";
}

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

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

.fa-rotate-left:before,
.fa-undo:before {
  content: "\F0E2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\F0E3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\F0E4";
}

.fa-comment-o:before {
  content: "\F0E5";
}

.fa-comments-o:before {
  content: "\F0E6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\F0E7";
}

.fa-sitemap:before {
  content: "\F0E8";
}

.fa-umbrella:before {
  content: "\F0E9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\F0EA";
}

.fa-lightbulb-o:before {
  content: "\F0EB";
}

.fa-exchange:before {
  content: "\F0EC";
}

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

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

.fa-user-md:before {
  content: "\F0F0";
}

.fa-stethoscope:before {
  content: "\F0F1";
}

.fa-suitcase:before {
  content: "\F0F2";
}

.fa-bell-o:before {
  content: "\F0A2";
}

.fa-coffee:before {
  content: "\F0F4";
}

.fa-cutlery:before {
  content: "\F0F5";
}

.fa-file-text-o:before {
  content: "\F0F6";
}

.fa-building-o:before {
  content: "\F0F7";
}

.fa-hospital-o:before {
  content: "\F0F8";
}

.fa-ambulance:before {
  content: "\F0F9";
}

.fa-medkit:before {
  content: "\F0FA";
}

.fa-fighter-jet:before {
  content: "\F0FB";
}

.fa-beer:before {
  content: "\F0FC";
}

.fa-h-square:before {
  content: "\F0FD";
}

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

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

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

.fa-angle-double-up:before {
  content: "\F102";
}

.fa-angle-double-down:before {
  content: "\F103";
}

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

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

.fa-angle-up:before {
  content: "\F106";
}

.fa-angle-down:before {
  content: "\F107";
}

.fa-desktop:before {
  content: "\F108";
}

.fa-laptop:before {
  content: "\F109";
}

.fa-tablet:before {
  content: "\F10A";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\F10B";
}

.fa-circle-o:before {
  content: "\F10C";
}

.fa-quote-left:before {
  content: "\F10D";
}

.fa-quote-right:before {
  content: "\F10E";
}

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

.fa-circle:before {
  content: "\F111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\F112";
}

.fa-github-alt:before {
  content: "\F113";
}

.fa-folder-o:before {
  content: "\F114";
}

.fa-folder-open-o:before {
  content: "\F115";
}

.fa-smile-o:before {
  content: "\F118";
}

.fa-frown-o:before {
  content: "\F119";
}

.fa-meh-o:before {
  content: "\F11A";
}

.fa-gamepad:before {
  content: "\F11B";
}

.fa-keyboard-o:before {
  content: "\F11C";
}

.fa-flag-o:before {
  content: "\F11D";
}

.fa-flag-checkered:before {
  content: "\F11E";
}

.fa-terminal:before {
  content: "\F120";
}

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

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\F122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\F123";
}

.fa-location-arrow:before {
  content: "\F124";
}

.fa-crop:before {
  content: "\F125";
}

.fa-code-fork:before {
  content: "\F126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\F127";
}

.fa-question:before {
  content: "\F128";
}

.fa-info:before {
  content: "\F129";
}

.fa-exclamation:before {
  content: "\F12A";
}

.fa-superscript:before {
  content: "\F12B";
}

.fa-subscript:before {
  content: "\F12C";
}

.fa-eraser:before {
  content: "\F12D";
}

.fa-puzzle-piece:before {
  content: "\F12E";
}

.fa-microphone:before {
  content: "\F130";
}

.fa-microphone-slash:before {
  content: "\F131";
}

.fa-shield:before {
  content: "\F132";
}

.fa-calendar-o:before {
  content: "\F133";
}

.fa-fire-extinguisher:before {
  content: "\F134";
}

.fa-rocket:before {
  content: "\F135";
}

.fa-maxcdn:before {
  content: "\F136";
}

.fa-chevron-circle-left:before {
  content: "\F137";
}

.fa-chevron-circle-right:before {
  content: "\F138";
}

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

.fa-chevron-circle-down:before {
  content: "\F13A";
}

.fa-html5:before {
  content: "\F13B";
}

.fa-css3:before {
  content: "\F13C";
}

.fa-anchor:before {
  content: "\F13D";
}

.fa-unlock-alt:before {
  content: "\F13E";
}

.fa-bullseye:before {
  content: "\F140";
}

.fa-ellipsis-h:before {
  content: "\F141";
}

.fa-ellipsis-v:before {
  content: "\F142";
}

.fa-rss-square:before {
  content: "\F143";
}

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

.fa-ticket:before {
  content: "\F145";
}

.fa-minus-square:before {
  content: "\F146";
}

.fa-minus-square-o:before {
  content: "\F147";
}

.fa-level-up:before {
  content: "\F148";
}

.fa-level-down:before {
  content: "\F149";
}

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

.fa-pencil-square:before {
  content: "\F14B";
}

.fa-external-link-square:before {
  content: "\F14C";
}

.fa-share-square:before {
  content: "\F14D";
}

.fa-compass:before {
  content: "\F14E";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\F150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\F151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\F152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\F153";
}

.fa-gbp:before {
  content: "\F154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\F155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\F156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\F157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\F158";
}

.fa-won:before,
.fa-krw:before {
  content: "\F159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\F15A";
}

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

.fa-file-text:before {
  content: "\F15C";
}

.fa-sort-alpha-asc:before {
  content: "\F15D";
}

.fa-sort-alpha-desc:before {
  content: "\F15E";
}

.fa-sort-amount-asc:before {
  content: "\F160";
}

.fa-sort-amount-desc:before {
  content: "\F161";
}

.fa-sort-numeric-asc:before {
  content: "\F162";
}

.fa-sort-numeric-desc:before {
  content: "\F163";
}

.fa-thumbs-up:before {
  content: "\F164";
}

.fa-thumbs-down:before {
  content: "\F165";
}

.fa-youtube-square:before {
  content: "\F166";
}

.fa-youtube:before {
  content: "\F167";
}

.fa-xing:before {
  content: "\F168";
}

.fa-xing-square:before {
  content: "\F169";
}

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

.fa-dropbox:before {
  content: "\F16B";
}

.fa-stack-overflow:before {
  content: "\F16C";
}

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

.fa-flickr:before {
  content: "\F16E";
}

.fa-adn:before {
  content: "\F170";
}

.fa-bitbucket:before {
  content: "\F171";
}

.fa-bitbucket-square:before {
  content: "\F172";
}

.fa-tumblr:before {
  content: "\F173";
}

.fa-tumblr-square:before {
  content: "\F174";
}

.fa-long-arrow-down:before {
  content: "\F175";
}

.fa-long-arrow-up:before {
  content: "\F176";
}

.fa-long-arrow-left:before {
  content: "\F177";
}

.fa-long-arrow-right:before {
  content: "\F178";
}

.fa-apple:before {
  content: "\F179";
}

.fa-windows:before {
  content: "\F17A";
}

.fa-android:before {
  content: "\F17B";
}

.fa-linux:before {
  content: "\F17C";
}

.fa-dribbble:before {
  content: "\F17D";
}

.fa-skype:before {
  content: "\F17E";
}

.fa-foursquare:before {
  content: "\F180";
}

.fa-trello:before {
  content: "\F181";
}

.fa-female:before {
  content: "\F182";
}

.fa-male:before {
  content: "\F183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\F184";
}

.fa-sun-o:before {
  content: "\F185";
}

.fa-moon-o:before {
  content: "\F186";
}

.fa-archive:before {
  content: "\F187";
}

.fa-bug:before {
  content: "\F188";
}

.fa-vk:before {
  content: "\F189";
}

.fa-weibo:before {
  content: "\F18A";
}

.fa-renren:before {
  content: "\F18B";
}

.fa-pagelines:before {
  content: "\F18C";
}

.fa-stack-exchange:before {
  content: "\F18D";
}

.fa-arrow-circle-o-right:before {
  content: "\F18E";
}

.fa-arrow-circle-o-left:before {
  content: "\F190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\F191";
}

.fa-dot-circle-o:before {
  content: "\F192";
}

.fa-wheelchair:before {
  content: "\F193";
}

.fa-vimeo-square:before {
  content: "\F194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\F195";
}

.fa-plus-square-o:before {
  content: "\F196";
}

.fa-space-shuttle:before {
  content: "\F197";
}

.fa-slack:before {
  content: "\F198";
}

.fa-envelope-square:before {
  content: "\F199";
}

.fa-wordpress:before {
  content: "\F19A";
}

.fa-openid:before {
  content: "\F19B";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\F19C";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\F19D";
}

.fa-yahoo:before {
  content: "\F19E";
}

.fa-google:before {
  content: "\F1A0";
}

.fa-reddit:before {
  content: "\F1A1";
}

.fa-reddit-square:before {
  content: "\F1A2";
}

.fa-stumbleupon-circle:before {
  content: "\F1A3";
}

.fa-stumbleupon:before {
  content: "\F1A4";
}

.fa-delicious:before {
  content: "\F1A5";
}

.fa-digg:before {
  content: "\F1A6";
}

.fa-pied-piper-pp:before {
  content: "\F1A7";
}

.fa-pied-piper-alt:before {
  content: "\F1A8";
}

.fa-drupal:before {
  content: "\F1A9";
}

.fa-joomla:before {
  content: "\F1AA";
}

.fa-language:before {
  content: "\F1AB";
}

.fa-fax:before {
  content: "\F1AC";
}

.fa-building:before {
  content: "\F1AD";
}

.fa-child:before {
  content: "\F1AE";
}

.fa-paw:before {
  content: "\F1B0";
}

.fa-spoon:before {
  content: "\F1B1";
}

.fa-cube:before {
  content: "\F1B2";
}

.fa-cubes:before {
  content: "\F1B3";
}

.fa-behance:before {
  content: "\F1B4";
}

.fa-behance-square:before {
  content: "\F1B5";
}

.fa-steam:before {
  content: "\F1B6";
}

.fa-steam-square:before {
  content: "\F1B7";
}

.fa-recycle:before {
  content: "\F1B8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\F1B9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\F1BA";
}

.fa-tree:before {
  content: "\F1BB";
}

.fa-spotify:before {
  content: "\F1BC";
}

.fa-deviantart:before {
  content: "\F1BD";
}

.fa-soundcloud:before {
  content: "\F1BE";
}

.fa-database:before {
  content: "\F1C0";
}

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

.fa-file-word-o:before {
  content: "\F1C2";
}

.fa-file-excel-o:before {
  content: "\F1C3";
}

.fa-file-powerpoint-o:before {
  content: "\F1C4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\F1C5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\F1C6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\F1C7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\F1C8";
}

.fa-file-code-o:before {
  content: "\F1C9";
}

.fa-vine:before {
  content: "\F1CA";
}

.fa-codepen:before {
  content: "\F1CB";
}

.fa-jsfiddle:before {
  content: "\F1CC";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\F1CD";
}

.fa-circle-o-notch:before {
  content: "\F1CE";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\F1D0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\F1D1";
}

.fa-git-square:before {
  content: "\F1D2";
}

.fa-git:before {
  content: "\F1D3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\F1D4";
}

.fa-tencent-weibo:before {
  content: "\F1D5";
}

.fa-qq:before {
  content: "\F1D6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\F1D7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\F1D8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\F1D9";
}

.fa-history:before {
  content: "\F1DA";
}

.fa-circle-thin:before {
  content: "\F1DB";
}

.fa-header:before {
  content: "\F1DC";
}

.fa-paragraph:before {
  content: "\F1DD";
}

.fa-sliders:before {
  content: "\F1DE";
}

.fa-share-alt:before {
  content: "\F1E0";
}

.fa-share-alt-square:before {
  content: "\F1E1";
}

.fa-bomb:before {
  content: "\F1E2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\F1E3";
}

.fa-tty:before {
  content: "\F1E4";
}

.fa-binoculars:before {
  content: "\F1E5";
}

.fa-plug:before {
  content: "\F1E6";
}

.fa-slideshare:before {
  content: "\F1E7";
}

.fa-twitch:before {
  content: "\F1E8";
}

.fa-yelp:before {
  content: "\F1E9";
}

.fa-newspaper-o:before {
  content: "\F1EA";
}

.fa-wifi:before {
  content: "\F1EB";
}

.fa-calculator:before {
  content: "\F1EC";
}

.fa-paypal:before {
  content: "\F1ED";
}

.fa-google-wallet:before {
  content: "\F1EE";
}

.fa-cc-visa:before {
  content: "\F1F0";
}

.fa-cc-mastercard:before {
  content: "\F1F1";
}

.fa-cc-discover:before {
  content: "\F1F2";
}

.fa-cc-amex:before {
  content: "\F1F3";
}

.fa-cc-paypal:before {
  content: "\F1F4";
}

.fa-cc-stripe:before {
  content: "\F1F5";
}

.fa-bell-slash:before {
  content: "\F1F6";
}

.fa-bell-slash-o:before {
  content: "\F1F7";
}

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

.fa-copyright:before {
  content: "\F1F9";
}

.fa-at:before {
  content: "\F1FA";
}

.fa-eyedropper:before {
  content: "\F1FB";
}

.fa-paint-brush:before {
  content: "\F1FC";
}

.fa-birthday-cake:before {
  content: "\F1FD";
}

.fa-area-chart:before {
  content: "\F1FE";
}

.fa-pie-chart:before {
  content: "\F200";
}

.fa-line-chart:before {
  content: "\F201";
}

.fa-lastfm:before {
  content: "\F202";
}

.fa-lastfm-square:before {
  content: "\F203";
}

.fa-toggle-off:before {
  content: "\F204";
}

.fa-toggle-on:before {
  content: "\F205";
}

.fa-bicycle:before {
  content: "\F206";
}

.fa-bus:before {
  content: "\F207";
}

.fa-ioxhost:before {
  content: "\F208";
}

.fa-angellist:before {
  content: "\F209";
}

.fa-cc:before {
  content: "\F20A";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\F20B";
}

.fa-meanpath:before {
  content: "\F20C";
}

.fa-buysellads:before {
  content: "\F20D";
}

.fa-connectdevelop:before {
  content: "\F20E";
}

.fa-dashcube:before {
  content: "\F210";
}

.fa-forumbee:before {
  content: "\F211";
}

.fa-leanpub:before {
  content: "\F212";
}

.fa-sellsy:before {
  content: "\F213";
}

.fa-shirtsinbulk:before {
  content: "\F214";
}

.fa-simplybuilt:before {
  content: "\F215";
}

.fa-skyatlas:before {
  content: "\F216";
}

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

.fa-cart-arrow-down:before {
  content: "\F218";
}

.fa-diamond:before {
  content: "\F219";
}

.fa-ship:before {
  content: "\F21A";
}

.fa-user-secret:before {
  content: "\F21B";
}

.fa-motorcycle:before {
  content: "\F21C";
}

.fa-street-view:before {
  content: "\F21D";
}

.fa-heartbeat:before {
  content: "\F21E";
}

.fa-venus:before {
  content: "\F221";
}

.fa-mars:before {
  content: "\F222";
}

.fa-mercury:before {
  content: "\F223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\F224";
}

.fa-transgender-alt:before {
  content: "\F225";
}

.fa-venus-double:before {
  content: "\F226";
}

.fa-mars-double:before {
  content: "\F227";
}

.fa-venus-mars:before {
  content: "\F228";
}

.fa-mars-stroke:before {
  content: "\F229";
}

.fa-mars-stroke-v:before {
  content: "\F22A";
}

.fa-mars-stroke-h:before {
  content: "\F22B";
}

.fa-neuter:before {
  content: "\F22C";
}

.fa-genderless:before {
  content: "\F22D";
}

.fa-facebook-official:before {
  content: "\F230";
}

.fa-pinterest-p:before {
  content: "\F231";
}

.fa-whatsapp:before {
  content: "\F232";
}

.fa-server:before {
  content: "\F233";
}

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

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

.fa-hotel:before,
.fa-bed:before {
  content: "\F236";
}

.fa-viacoin:before {
  content: "\F237";
}

.fa-train:before {
  content: "\F238";
}

.fa-subway:before {
  content: "\F239";
}

.fa-medium:before {
  content: "\F23A";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\F23B";
}

.fa-optin-monster:before {
  content: "\F23C";
}

.fa-opencart:before {
  content: "\F23D";
}

.fa-expeditedssl:before {
  content: "\F23E";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\F240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\F241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\F242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\F243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\F244";
}

.fa-mouse-pointer:before {
  content: "\F245";
}

.fa-i-cursor:before {
  content: "\F246";
}

.fa-object-group:before {
  content: "\F247";
}

.fa-object-ungroup:before {
  content: "\F248";
}

.fa-sticky-note:before {
  content: "\F249";
}

.fa-sticky-note-o:before {
  content: "\F24A";
}

.fa-cc-jcb:before {
  content: "\F24B";
}

.fa-cc-diners-club:before {
  content: "\F24C";
}

.fa-clone:before {
  content: "\F24D";
}

.fa-balance-scale:before {
  content: "\F24E";
}

.fa-hourglass-o:before {
  content: "\F250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\F251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\F252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\F253";
}

.fa-hourglass:before {
  content: "\F254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\F255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\F256";
}

.fa-hand-scissors-o:before {
  content: "\F257";
}

.fa-hand-lizard-o:before {
  content: "\F258";
}

.fa-hand-spock-o:before {
  content: "\F259";
}

.fa-hand-pointer-o:before {
  content: "\F25A";
}

.fa-hand-peace-o:before {
  content: "\F25B";
}

.fa-trademark:before {
  content: "\F25C";
}

.fa-registered:before {
  content: "\F25D";
}

.fa-creative-commons:before {
  content: "\F25E";
}

.fa-gg:before {
  content: "\F260";
}

.fa-gg-circle:before {
  content: "\F261";
}

.fa-tripadvisor:before {
  content: "\F262";
}

.fa-odnoklassniki:before {
  content: "\F263";
}

.fa-odnoklassniki-square:before {
  content: "\F264";
}

.fa-get-pocket:before {
  content: "\F265";
}

.fa-wikipedia-w:before {
  content: "\F266";
}

.fa-safari:before {
  content: "\F267";
}

.fa-chrome:before {
  content: "\F268";
}

.fa-firefox:before {
  content: "\F269";
}

.fa-opera:before {
  content: "\F26A";
}

.fa-internet-explorer:before {
  content: "\F26B";
}

.fa-tv:before,
.fa-television:before {
  content: "\F26C";
}

.fa-contao:before {
  content: "\F26D";
}

.fa-500px:before {
  content: "\F26E";
}

.fa-amazon:before {
  content: "\F270";
}

.fa-calendar-plus-o:before {
  content: "\F271";
}

.fa-calendar-minus-o:before {
  content: "\F272";
}

.fa-calendar-times-o:before {
  content: "\F273";
}

.fa-calendar-check-o:before {
  content: "\F274";
}

.fa-industry:before {
  content: "\F275";
}

.fa-map-pin:before {
  content: "\F276";
}

.fa-map-signs:before {
  content: "\F277";
}

.fa-map-o:before {
  content: "\F278";
}

.fa-map:before {
  content: "\F279";
}

.fa-commenting:before {
  content: "\F27A";
}

.fa-commenting-o:before {
  content: "\F27B";
}

.fa-houzz:before {
  content: "\F27C";
}

.fa-vimeo:before {
  content: "\F27D";
}

.fa-black-tie:before {
  content: "\F27E";
}

.fa-fonticons:before {
  content: "\F280";
}

.fa-reddit-alien:before {
  content: "\F281";
}

.fa-edge:before {
  content: "\F282";
}

.fa-credit-card-alt:before {
  content: "\F283";
}

.fa-codiepie:before {
  content: "\F284";
}

.fa-modx:before {
  content: "\F285";
}

.fa-fort-awesome:before {
  content: "\F286";
}

.fa-usb:before {
  content: "\F287";
}

.fa-product-hunt:before {
  content: "\F288";
}

.fa-mixcloud:before {
  content: "\F289";
}

.fa-scribd:before {
  content: "\F28A";
}

.fa-pause-circle:before {
  content: "\F28B";
}

.fa-pause-circle-o:before {
  content: "\F28C";
}

.fa-stop-circle:before {
  content: "\F28D";
}

.fa-stop-circle-o:before {
  content: "\F28E";
}

.fa-shopping-bag:before {
  content: "\F290";
}

.fa-shopping-basket:before {
  content: "\F291";
}

.fa-hashtag:before {
  content: "\F292";
}

.fa-bluetooth:before {
  content: "\F293";
}

.fa-bluetooth-b:before {
  content: "\F294";
}

.fa-percent:before {
  content: "\F295";
}

.fa-gitlab:before {
  content: "\F296";
}

.fa-wpbeginner:before {
  content: "\F297";
}

.fa-wpforms:before {
  content: "\F298";
}

.fa-envira:before {
  content: "\F299";
}

.fa-universal-access:before {
  content: "\F29A";
}

.fa-wheelchair-alt:before {
  content: "\F29B";
}

.fa-question-circle-o:before {
  content: "\F29C";
}

.fa-blind:before {
  content: "\F29D";
}

.fa-audio-description:before {
  content: "\F29E";
}

.fa-volume-control-phone:before {
  content: "\F2A0";
}

.fa-braille:before {
  content: "\F2A1";
}

.fa-assistive-listening-systems:before {
  content: "\F2A2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\F2A3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\F2A4";
}

.fa-glide:before {
  content: "\F2A5";
}

.fa-glide-g:before {
  content: "\F2A6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\F2A7";
}

.fa-low-vision:before {
  content: "\F2A8";
}

.fa-viadeo:before {
  content: "\F2A9";
}

.fa-viadeo-square:before {
  content: "\F2AA";
}

.fa-snapchat:before {
  content: "\F2AB";
}

.fa-snapchat-ghost:before {
  content: "\F2AC";
}

.fa-snapchat-square:before {
  content: "\F2AD";
}

.fa-pied-piper:before {
  content: "\F2AE";
}

.fa-first-order:before {
  content: "\F2B0";
}

.fa-yoast:before {
  content: "\F2B1";
}

.fa-themeisle:before {
  content: "\F2B2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\F2B3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\F2B4";
}

.fa-handshake-o:before {
  content: "\F2B5";
}

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

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

.fa-linode:before {
  content: "\F2B8";
}

.fa-address-book:before {
  content: "\F2B9";
}

.fa-address-book-o:before {
  content: "\F2BA";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\F2BB";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\F2BC";
}

.fa-user-circle:before {
  content: "\F2BD";
}

.fa-user-circle-o:before {
  content: "\F2BE";
}

.fa-user-o:before {
  content: "\F2C0";
}

.fa-id-badge:before {
  content: "\F2C1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\F2C2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\F2C3";
}

.fa-quora:before {
  content: "\F2C4";
}

.fa-free-code-camp:before {
  content: "\F2C5";
}

.fa-telegram:before {
  content: "\F2C6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\F2C7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\F2C8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\F2C9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\F2CA";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\F2CB";
}

.fa-shower:before {
  content: "\F2CC";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\F2CD";
}

.fa-podcast:before {
  content: "\F2CE";
}

.fa-window-maximize:before {
  content: "\F2D0";
}

.fa-window-minimize:before {
  content: "\F2D1";
}

.fa-window-restore:before {
  content: "\F2D2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\F2D3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\F2D4";
}

.fa-bandcamp:before {
  content: "\F2D5";
}

.fa-grav:before {
  content: "\F2D6";
}

.fa-etsy:before {
  content: "\F2D7";
}

.fa-imdb:before {
  content: "\F2D8";
}

.fa-ravelry:before {
  content: "\F2D9";
}

.fa-eercast:before {
  content: "\F2DA";
}

.fa-microchip:before {
  content: "\F2DB";
}

.fa-snowflake-o:before {
  content: "\F2DC";
}

.fa-superpowers:before {
  content: "\F2DD";
}

.fa-wpexplorer:before {
  content: "\F2DE";
}

.fa-meetup:before {
  content: "\F2E0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

#subscribe_wrapper {
  background-color: white;
  padding: 0 0 20px 0;
  min-height: 600px;
  margin-top: 40px;
}

.thank-message {
  font-size: 1.375rem;
}

.pl-contacts-page .error {
  height: 24px;
}

.pl-contacts-page .pl-blog-index {
  padding-bottom: 15px;
}

.pl-contacts-page h1,
.pl-contacts-page h2 {
  font-family: montserrat,sans-serif;
  line-height: 1.2em;
  font-size: 1.75rem;
}

.pl-contacts-page h2 {
  font-size: 1.5rem;
}

.pl-contacts-page form {
  margin-top: 20px;
}

.pl-contacts-page .errorlist {
  font-size: .875rem;
  margin: 0 0 .3125rem 0;
  list-style-type: none;
  color: #ff0000;
}

.pl-contacts-page input[type="submit"] {
  margin-top: 20px;
  background-color: #4a7444;
  text-transform: uppercase;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms;
}

.pl-contacts-page input[type="submit"]:hover {
  background-color: #3c5d37;
}

.pl-contacts-page select:disabled {
  background-color: #e5e5e5;
}

.pl-contacts-page #rondine-map {
  min-height: 25rem;
  margin-bottom: 30px;
}

.pl-contacts-page #rondine-map img {
  max-width: none;
}

.contact-thankyou {
  margin: 40px 0;
  min-height: 400px;
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
  font-family: 'FontAwesome';
  src: url(assets/fonts/fontawesome-webfont.eot);
  src: url(assets/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"),url(assets/fonts/fontawesome-webfont.woff2) format("woff2"),url(assets/fonts/fontawesome-webfont.woff) format("woff"),url(assets/fonts/fontawesome-webfont.ttf) format("truetype"),url(assets/fonts/fontawesome-webfont.svg#fontawesomeregular) format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
  font-size: 1.33333em;
  line-height: .75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}

.fa-ul>li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: .14286em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

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

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

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

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

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

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-glass:before {
  content: "\F000";
}

.fa-music:before {
  content: "\F001";
}

.fa-search:before {
  content: "\F002";
}

.fa-envelope-o:before {
  content: "\F003";
}

.fa-heart:before {
  content: "\F004";
}

.fa-star:before {
  content: "\F005";
}

.fa-star-o:before {
  content: "\F006";
}

.fa-user:before {
  content: "\F007";
}

.fa-film:before {
  content: "\F008";
}

.fa-th-large:before {
  content: "\F009";
}

.fa-th:before {
  content: "\F00A";
}

.fa-th-list:before {
  content: "\F00B";
}

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

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\F00D";
}

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

.fa-search-minus:before {
  content: "\F010";
}

.fa-power-off:before {
  content: "\F011";
}

.fa-signal:before {
  content: "\F012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\F013";
}

.fa-trash-o:before {
  content: "\F014";
}

.fa-home:before {
  content: "\F015";
}

.fa-file-o:before {
  content: "\F016";
}

.fa-clock-o:before {
  content: "\F017";
}

.fa-road:before {
  content: "\F018";
}

.fa-download:before {
  content: "\F019";
}

.fa-arrow-circle-o-down:before {
  content: "\F01A";
}

.fa-arrow-circle-o-up:before {
  content: "\F01B";
}

.fa-inbox:before {
  content: "\F01C";
}

.fa-play-circle-o:before {
  content: "\F01D";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\F01E";
}

.fa-refresh:before {
  content: "\F021";
}

.fa-list-alt:before {
  content: "\F022";
}

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

.fa-flag:before {
  content: "\F024";
}

.fa-headphones:before {
  content: "\F025";
}

.fa-volume-off:before {
  content: "\F026";
}

.fa-volume-down:before {
  content: "\F027";
}

.fa-volume-up:before {
  content: "\F028";
}

.fa-qrcode:before {
  content: "\F029";
}

.fa-barcode:before {
  content: "\F02A";
}

.fa-tag:before {
  content: "\F02B";
}

.fa-tags:before {
  content: "\F02C";
}

.fa-book:before {
  content: "\F02D";
}

.fa-bookmark:before {
  content: "\F02E";
}

.fa-print:before {
  content: "\F02F";
}

.fa-camera:before {
  content: "\F030";
}

.fa-font:before {
  content: "\F031";
}

.fa-bold:before {
  content: "\F032";
}

.fa-italic:before {
  content: "\F033";
}

.fa-text-height:before {
  content: "\F034";
}

.fa-text-width:before {
  content: "\F035";
}

.fa-align-left:before {
  content: "\F036";
}

.fa-align-center:before {
  content: "\F037";
}

.fa-align-right:before {
  content: "\F038";
}

.fa-align-justify:before {
  content: "\F039";
}

.fa-list:before {
  content: "\F03A";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\F03B";
}

.fa-indent:before {
  content: "\F03C";
}

.fa-video-camera:before {
  content: "\F03D";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\F03E";
}

.fa-pencil:before {
  content: "\F040";
}

.fa-map-marker:before {
  content: "\F041";
}

.fa-adjust:before {
  content: "\F042";
}

.fa-tint:before {
  content: "\F043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\F044";
}

.fa-share-square-o:before {
  content: "\F045";
}

.fa-check-square-o:before {
  content: "\F046";
}

.fa-arrows:before {
  content: "\F047";
}

.fa-step-backward:before {
  content: "\F048";
}

.fa-fast-backward:before {
  content: "\F049";
}

.fa-backward:before {
  content: "\F04A";
}

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

.fa-pause:before {
  content: "\F04C";
}

.fa-stop:before {
  content: "\F04D";
}

.fa-forward:before {
  content: "\F04E";
}

.fa-fast-forward:before {
  content: "\F050";
}

.fa-step-forward:before {
  content: "\F051";
}

.fa-eject:before {
  content: "\F052";
}

.fa-chevron-left:before {
  content: "\F053";
}

.fa-chevron-right:before {
  content: "\F054";
}

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

.fa-minus-circle:before {
  content: "\F056";
}

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

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

.fa-question-circle:before {
  content: "\F059";
}

.fa-info-circle:before {
  content: "\F05A";
}

.fa-crosshairs:before {
  content: "\F05B";
}

.fa-times-circle-o:before {
  content: "\F05C";
}

.fa-check-circle-o:before {
  content: "\F05D";
}

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

.fa-arrow-left:before {
  content: "\F060";
}

.fa-arrow-right:before {
  content: "\F061";
}

.fa-arrow-up:before {
  content: "\F062";
}

.fa-arrow-down:before {
  content: "\F063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\F064";
}

.fa-expand:before {
  content: "\F065";
}

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

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

.fa-minus:before {
  content: "\F068";
}

.fa-asterisk:before {
  content: "\F069";
}

.fa-exclamation-circle:before {
  content: "\F06A";
}

.fa-gift:before {
  content: "\F06B";
}

.fa-leaf:before {
  content: "\F06C";
}

.fa-fire:before {
  content: "\F06D";
}

.fa-eye:before {
  content: "\F06E";
}

.fa-eye-slash:before {
  content: "\F070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\F071";
}

.fa-plane:before {
  content: "\F072";
}

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

.fa-random:before {
  content: "\F074";
}

.fa-comment:before {
  content: "\F075";
}

.fa-magnet:before {
  content: "\F076";
}

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

.fa-chevron-down:before {
  content: "\F078";
}

.fa-retweet:before {
  content: "\F079";
}

.fa-shopping-cart:before {
  content: "\F07A";
}

.fa-folder:before {
  content: "\F07B";
}

.fa-folder-open:before {
  content: "\F07C";
}

.fa-arrows-v:before {
  content: "\F07D";
}

.fa-arrows-h:before {
  content: "\F07E";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\F080";
}

.fa-twitter-square:before {
  content: "\F081";
}

.fa-facebook-square:before {
  content: "\F082";
}

.fa-camera-retro:before {
  content: "\F083";
}

.fa-key:before {
  content: "\F084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\F085";
}

.fa-comments:before {
  content: "\F086";
}

.fa-thumbs-o-up:before {
  content: "\F087";
}

.fa-thumbs-o-down:before {
  content: "\F088";
}

.fa-star-half:before {
  content: "\F089";
}

.fa-heart-o:before {
  content: "\F08A";
}

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

.fa-linkedin-square:before {
  content: "\F08C";
}

.fa-thumb-tack:before {
  content: "\F08D";
}

.fa-external-link:before {
  content: "\F08E";
}

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

.fa-trophy:before {
  content: "\F091";
}

.fa-github-square:before {
  content: "\F092";
}

.fa-upload:before {
  content: "\F093";
}

.fa-lemon-o:before {
  content: "\F094";
}

.fa-phone:before {
  content: "\F095";
}

.fa-square-o:before {
  content: "\F096";
}

.fa-bookmark-o:before {
  content: "\F097";
}

.fa-phone-square:before {
  content: "\F098";
}

.fa-twitter:before {
  content: "\F099";
}

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

.fa-github:before {
  content: "\F09B";
}

.fa-unlock:before {
  content: "\F09C";
}

.fa-credit-card:before {
  content: "\F09D";
}

.fa-feed:before,
.fa-rss:before {
  content: "\F09E";
}

.fa-hdd-o:before {
  content: "\F0A0";
}

.fa-bullhorn:before {
  content: "\F0A1";
}

.fa-bell:before {
  content: "\F0F3";
}

.fa-certificate:before {
  content: "\F0A3";
}

.fa-hand-o-right:before {
  content: "\F0A4";
}

.fa-hand-o-left:before {
  content: "\F0A5";
}

.fa-hand-o-up:before {
  content: "\F0A6";
}

.fa-hand-o-down:before {
  content: "\F0A7";
}

.fa-arrow-circle-left:before {
  content: "\F0A8";
}

.fa-arrow-circle-right:before {
  content: "\F0A9";
}

.fa-arrow-circle-up:before {
  content: "\F0AA";
}

.fa-arrow-circle-down:before {
  content: "\F0AB";
}

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

.fa-wrench:before {
  content: "\F0AD";
}

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

.fa-filter:before {
  content: "\F0B0";
}

.fa-briefcase:before {
  content: "\F0B1";
}

.fa-arrows-alt:before {
  content: "\F0B2";
}

.fa-group:before,
.fa-users:before {
  content: "\F0C0";
}

.fa-chain:before,
.fa-link:before {
  content: "\F0C1";
}

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

.fa-flask:before {
  content: "\F0C3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\F0C4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\F0C5";
}

.fa-paperclip:before {
  content: "\F0C6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\F0C7";
}

.fa-square:before {
  content: "\F0C8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\F0C9";
}

.fa-list-ul:before {
  content: "\F0CA";
}

.fa-list-ol:before {
  content: "\F0CB";
}

.fa-strikethrough:before {
  content: "\F0CC";
}

.fa-underline:before {
  content: "\F0CD";
}

.fa-table:before {
  content: "\F0CE";
}

.fa-magic:before {
  content: "\F0D0";
}

.fa-truck:before {
  content: "\F0D1";
}

.fa-pinterest:before {
  content: "\F0D2";
}

.fa-pinterest-square:before {
  content: "\F0D3";
}

.fa-google-plus-square:before {
  content: "\F0D4";
}

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

.fa-money:before {
  content: "\F0D6";
}

.fa-caret-down:before {
  content: "\F0D7";
}

.fa-caret-up:before {
  content: "\F0D8";
}

.fa-caret-left:before {
  content: "\F0D9";
}

.fa-caret-right:before {
  content: "\F0DA";
}

.fa-columns:before {
  content: "\F0DB";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\F0DC";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\F0DD";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\F0DE";
}

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

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

.fa-rotate-left:before,
.fa-undo:before {
  content: "\F0E2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\F0E3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\F0E4";
}

.fa-comment-o:before {
  content: "\F0E5";
}

.fa-comments-o:before {
  content: "\F0E6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\F0E7";
}

.fa-sitemap:before {
  content: "\F0E8";
}

.fa-umbrella:before {
  content: "\F0E9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\F0EA";
}

.fa-lightbulb-o:before {
  content: "\F0EB";
}

.fa-exchange:before {
  content: "\F0EC";
}

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

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

.fa-user-md:before {
  content: "\F0F0";
}

.fa-stethoscope:before {
  content: "\F0F1";
}

.fa-suitcase:before {
  content: "\F0F2";
}

.fa-bell-o:before {
  content: "\F0A2";
}

.fa-coffee:before {
  content: "\F0F4";
}

.fa-cutlery:before {
  content: "\F0F5";
}

.fa-file-text-o:before {
  content: "\F0F6";
}

.fa-building-o:before {
  content: "\F0F7";
}

.fa-hospital-o:before {
  content: "\F0F8";
}

.fa-ambulance:before {
  content: "\F0F9";
}

.fa-medkit:before {
  content: "\F0FA";
}

.fa-fighter-jet:before {
  content: "\F0FB";
}

.fa-beer:before {
  content: "\F0FC";
}

.fa-h-square:before {
  content: "\F0FD";
}

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

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

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

.fa-angle-double-up:before {
  content: "\F102";
}

.fa-angle-double-down:before {
  content: "\F103";
}

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

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

.fa-angle-up:before {
  content: "\F106";
}

.fa-angle-down:before {
  content: "\F107";
}

.fa-desktop:before {
  content: "\F108";
}

.fa-laptop:before {
  content: "\F109";
}

.fa-tablet:before {
  content: "\F10A";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\F10B";
}

.fa-circle-o:before {
  content: "\F10C";
}

.fa-quote-left:before {
  content: "\F10D";
}

.fa-quote-right:before {
  content: "\F10E";
}

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

.fa-circle:before {
  content: "\F111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\F112";
}

.fa-github-alt:before {
  content: "\F113";
}

.fa-folder-o:before {
  content: "\F114";
}

.fa-folder-open-o:before {
  content: "\F115";
}

.fa-smile-o:before {
  content: "\F118";
}

.fa-frown-o:before {
  content: "\F119";
}

.fa-meh-o:before {
  content: "\F11A";
}

.fa-gamepad:before {
  content: "\F11B";
}

.fa-keyboard-o:before {
  content: "\F11C";
}

.fa-flag-o:before {
  content: "\F11D";
}

.fa-flag-checkered:before {
  content: "\F11E";
}

.fa-terminal:before {
  content: "\F120";
}

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

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\F122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\F123";
}

.fa-location-arrow:before {
  content: "\F124";
}

.fa-crop:before {
  content: "\F125";
}

.fa-code-fork:before {
  content: "\F126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\F127";
}

.fa-question:before {
  content: "\F128";
}

.fa-info:before {
  content: "\F129";
}

.fa-exclamation:before {
  content: "\F12A";
}

.fa-superscript:before {
  content: "\F12B";
}

.fa-subscript:before {
  content: "\F12C";
}

.fa-eraser:before {
  content: "\F12D";
}

.fa-puzzle-piece:before {
  content: "\F12E";
}

.fa-microphone:before {
  content: "\F130";
}

.fa-microphone-slash:before {
  content: "\F131";
}

.fa-shield:before {
  content: "\F132";
}

.fa-calendar-o:before {
  content: "\F133";
}

.fa-fire-extinguisher:before {
  content: "\F134";
}

.fa-rocket:before {
  content: "\F135";
}

.fa-maxcdn:before {
  content: "\F136";
}

.fa-chevron-circle-left:before {
  content: "\F137";
}

.fa-chevron-circle-right:before {
  content: "\F138";
}

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

.fa-chevron-circle-down:before {
  content: "\F13A";
}

.fa-html5:before {
  content: "\F13B";
}

.fa-css3:before {
  content: "\F13C";
}

.fa-anchor:before {
  content: "\F13D";
}

.fa-unlock-alt:before {
  content: "\F13E";
}

.fa-bullseye:before {
  content: "\F140";
}

.fa-ellipsis-h:before {
  content: "\F141";
}

.fa-ellipsis-v:before {
  content: "\F142";
}

.fa-rss-square:before {
  content: "\F143";
}

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

.fa-ticket:before {
  content: "\F145";
}

.fa-minus-square:before {
  content: "\F146";
}

.fa-minus-square-o:before {
  content: "\F147";
}

.fa-level-up:before {
  content: "\F148";
}

.fa-level-down:before {
  content: "\F149";
}

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

.fa-pencil-square:before {
  content: "\F14B";
}

.fa-external-link-square:before {
  content: "\F14C";
}

.fa-share-square:before {
  content: "\F14D";
}

.fa-compass:before {
  content: "\F14E";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\F150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\F151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\F152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\F153";
}

.fa-gbp:before {
  content: "\F154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\F155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\F156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\F157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\F158";
}

.fa-won:before,
.fa-krw:before {
  content: "\F159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\F15A";
}

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

.fa-file-text:before {
  content: "\F15C";
}

.fa-sort-alpha-asc:before {
  content: "\F15D";
}

.fa-sort-alpha-desc:before {
  content: "\F15E";
}

.fa-sort-amount-asc:before {
  content: "\F160";
}

.fa-sort-amount-desc:before {
  content: "\F161";
}

.fa-sort-numeric-asc:before {
  content: "\F162";
}

.fa-sort-numeric-desc:before {
  content: "\F163";
}

.fa-thumbs-up:before {
  content: "\F164";
}

.fa-thumbs-down:before {
  content: "\F165";
}

.fa-youtube-square:before {
  content: "\F166";
}

.fa-youtube:before {
  content: "\F167";
}

.fa-xing:before {
  content: "\F168";
}

.fa-xing-square:before {
  content: "\F169";
}

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

.fa-dropbox:before {
  content: "\F16B";
}

.fa-stack-overflow:before {
  content: "\F16C";
}

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

.fa-flickr:before {
  content: "\F16E";
}

.fa-adn:before {
  content: "\F170";
}

.fa-bitbucket:before {
  content: "\F171";
}

.fa-bitbucket-square:before {
  content: "\F172";
}

.fa-tumblr:before {
  content: "\F173";
}

.fa-tumblr-square:before {
  content: "\F174";
}

.fa-long-arrow-down:before {
  content: "\F175";
}

.fa-long-arrow-up:before {
  content: "\F176";
}

.fa-long-arrow-left:before {
  content: "\F177";
}

.fa-long-arrow-right:before {
  content: "\F178";
}

.fa-apple:before {
  content: "\F179";
}

.fa-windows:before {
  content: "\F17A";
}

.fa-android:before {
  content: "\F17B";
}

.fa-linux:before {
  content: "\F17C";
}

.fa-dribbble:before {
  content: "\F17D";
}

.fa-skype:before {
  content: "\F17E";
}

.fa-foursquare:before {
  content: "\F180";
}

.fa-trello:before {
  content: "\F181";
}

.fa-female:before {
  content: "\F182";
}

.fa-male:before {
  content: "\F183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\F184";
}

.fa-sun-o:before {
  content: "\F185";
}

.fa-moon-o:before {
  content: "\F186";
}

.fa-archive:before {
  content: "\F187";
}

.fa-bug:before {
  content: "\F188";
}

.fa-vk:before {
  content: "\F189";
}

.fa-weibo:before {
  content: "\F18A";
}

.fa-renren:before {
  content: "\F18B";
}

.fa-pagelines:before {
  content: "\F18C";
}

.fa-stack-exchange:before {
  content: "\F18D";
}

.fa-arrow-circle-o-right:before {
  content: "\F18E";
}

.fa-arrow-circle-o-left:before {
  content: "\F190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\F191";
}

.fa-dot-circle-o:before {
  content: "\F192";
}

.fa-wheelchair:before {
  content: "\F193";
}

.fa-vimeo-square:before {
  content: "\F194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\F195";
}

.fa-plus-square-o:before {
  content: "\F196";
}

.fa-space-shuttle:before {
  content: "\F197";
}

.fa-slack:before {
  content: "\F198";
}

.fa-envelope-square:before {
  content: "\F199";
}

.fa-wordpress:before {
  content: "\F19A";
}

.fa-openid:before {
  content: "\F19B";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\F19C";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\F19D";
}

.fa-yahoo:before {
  content: "\F19E";
}

.fa-google:before {
  content: "\F1A0";
}

.fa-reddit:before {
  content: "\F1A1";
}

.fa-reddit-square:before {
  content: "\F1A2";
}

.fa-stumbleupon-circle:before {
  content: "\F1A3";
}

.fa-stumbleupon:before {
  content: "\F1A4";
}

.fa-delicious:before {
  content: "\F1A5";
}

.fa-digg:before {
  content: "\F1A6";
}

.fa-pied-piper-pp:before {
  content: "\F1A7";
}

.fa-pied-piper-alt:before {
  content: "\F1A8";
}

.fa-drupal:before {
  content: "\F1A9";
}

.fa-joomla:before {
  content: "\F1AA";
}

.fa-language:before {
  content: "\F1AB";
}

.fa-fax:before {
  content: "\F1AC";
}

.fa-building:before {
  content: "\F1AD";
}

.fa-child:before {
  content: "\F1AE";
}

.fa-paw:before {
  content: "\F1B0";
}

.fa-spoon:before {
  content: "\F1B1";
}

.fa-cube:before {
  content: "\F1B2";
}

.fa-cubes:before {
  content: "\F1B3";
}

.fa-behance:before {
  content: "\F1B4";
}

.fa-behance-square:before {
  content: "\F1B5";
}

.fa-steam:before {
  content: "\F1B6";
}

.fa-steam-square:before {
  content: "\F1B7";
}

.fa-recycle:before {
  content: "\F1B8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\F1B9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\F1BA";
}

.fa-tree:before {
  content: "\F1BB";
}

.fa-spotify:before {
  content: "\F1BC";
}

.fa-deviantart:before {
  content: "\F1BD";
}

.fa-soundcloud:before {
  content: "\F1BE";
}

.fa-database:before {
  content: "\F1C0";
}

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

.fa-file-word-o:before {
  content: "\F1C2";
}

.fa-file-excel-o:before {
  content: "\F1C3";
}

.fa-file-powerpoint-o:before {
  content: "\F1C4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\F1C5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\F1C6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\F1C7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\F1C8";
}

.fa-file-code-o:before {
  content: "\F1C9";
}

.fa-vine:before {
  content: "\F1CA";
}

.fa-codepen:before {
  content: "\F1CB";
}

.fa-jsfiddle:before {
  content: "\F1CC";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\F1CD";
}

.fa-circle-o-notch:before {
  content: "\F1CE";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\F1D0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\F1D1";
}

.fa-git-square:before {
  content: "\F1D2";
}

.fa-git:before {
  content: "\F1D3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\F1D4";
}

.fa-tencent-weibo:before {
  content: "\F1D5";
}

.fa-qq:before {
  content: "\F1D6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\F1D7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\F1D8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\F1D9";
}

.fa-history:before {
  content: "\F1DA";
}

.fa-circle-thin:before {
  content: "\F1DB";
}

.fa-header:before {
  content: "\F1DC";
}

.fa-paragraph:before {
  content: "\F1DD";
}

.fa-sliders:before {
  content: "\F1DE";
}

.fa-share-alt:before {
  content: "\F1E0";
}

.fa-share-alt-square:before {
  content: "\F1E1";
}

.fa-bomb:before {
  content: "\F1E2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\F1E3";
}

.fa-tty:before {
  content: "\F1E4";
}

.fa-binoculars:before {
  content: "\F1E5";
}

.fa-plug:before {
  content: "\F1E6";
}

.fa-slideshare:before {
  content: "\F1E7";
}

.fa-twitch:before {
  content: "\F1E8";
}

.fa-yelp:before {
  content: "\F1E9";
}

.fa-newspaper-o:before {
  content: "\F1EA";
}

.fa-wifi:before {
  content: "\F1EB";
}

.fa-calculator:before {
  content: "\F1EC";
}

.fa-paypal:before {
  content: "\F1ED";
}

.fa-google-wallet:before {
  content: "\F1EE";
}

.fa-cc-visa:before {
  content: "\F1F0";
}

.fa-cc-mastercard:before {
  content: "\F1F1";
}

.fa-cc-discover:before {
  content: "\F1F2";
}

.fa-cc-amex:before {
  content: "\F1F3";
}

.fa-cc-paypal:before {
  content: "\F1F4";
}

.fa-cc-stripe:before {
  content: "\F1F5";
}

.fa-bell-slash:before {
  content: "\F1F6";
}

.fa-bell-slash-o:before {
  content: "\F1F7";
}

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

.fa-copyright:before {
  content: "\F1F9";
}

.fa-at:before {
  content: "\F1FA";
}

.fa-eyedropper:before {
  content: "\F1FB";
}

.fa-paint-brush:before {
  content: "\F1FC";
}

.fa-birthday-cake:before {
  content: "\F1FD";
}

.fa-area-chart:before {
  content: "\F1FE";
}

.fa-pie-chart:before {
  content: "\F200";
}

.fa-line-chart:before {
  content: "\F201";
}

.fa-lastfm:before {
  content: "\F202";
}

.fa-lastfm-square:before {
  content: "\F203";
}

.fa-toggle-off:before {
  content: "\F204";
}

.fa-toggle-on:before {
  content: "\F205";
}

.fa-bicycle:before {
  content: "\F206";
}

.fa-bus:before {
  content: "\F207";
}

.fa-ioxhost:before {
  content: "\F208";
}

.fa-angellist:before {
  content: "\F209";
}

.fa-cc:before {
  content: "\F20A";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\F20B";
}

.fa-meanpath:before {
  content: "\F20C";
}

.fa-buysellads:before {
  content: "\F20D";
}

.fa-connectdevelop:before {
  content: "\F20E";
}

.fa-dashcube:before {
  content: "\F210";
}

.fa-forumbee:before {
  content: "\F211";
}

.fa-leanpub:before {
  content: "\F212";
}

.fa-sellsy:before {
  content: "\F213";
}

.fa-shirtsinbulk:before {
  content: "\F214";
}

.fa-simplybuilt:before {
  content: "\F215";
}

.fa-skyatlas:before {
  content: "\F216";
}

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

.fa-cart-arrow-down:before {
  content: "\F218";
}

.fa-diamond:before {
  content: "\F219";
}

.fa-ship:before {
  content: "\F21A";
}

.fa-user-secret:before {
  content: "\F21B";
}

.fa-motorcycle:before {
  content: "\F21C";
}

.fa-street-view:before {
  content: "\F21D";
}

.fa-heartbeat:before {
  content: "\F21E";
}

.fa-venus:before {
  content: "\F221";
}

.fa-mars:before {
  content: "\F222";
}

.fa-mercury:before {
  content: "\F223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\F224";
}

.fa-transgender-alt:before {
  content: "\F225";
}

.fa-venus-double:before {
  content: "\F226";
}

.fa-mars-double:before {
  content: "\F227";
}

.fa-venus-mars:before {
  content: "\F228";
}

.fa-mars-stroke:before {
  content: "\F229";
}

.fa-mars-stroke-v:before {
  content: "\F22A";
}

.fa-mars-stroke-h:before {
  content: "\F22B";
}

.fa-neuter:before {
  content: "\F22C";
}

.fa-genderless:before {
  content: "\F22D";
}

.fa-facebook-official:before {
  content: "\F230";
}

.fa-pinterest-p:before {
  content: "\F231";
}

.fa-whatsapp:before {
  content: "\F232";
}

.fa-server:before {
  content: "\F233";
}

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

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

.fa-hotel:before,
.fa-bed:before {
  content: "\F236";
}

.fa-viacoin:before {
  content: "\F237";
}

.fa-train:before {
  content: "\F238";
}

.fa-subway:before {
  content: "\F239";
}

.fa-medium:before {
  content: "\F23A";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\F23B";
}

.fa-optin-monster:before {
  content: "\F23C";
}

.fa-opencart:before {
  content: "\F23D";
}

.fa-expeditedssl:before {
  content: "\F23E";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\F240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\F241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\F242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\F243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\F244";
}

.fa-mouse-pointer:before {
  content: "\F245";
}

.fa-i-cursor:before {
  content: "\F246";
}

.fa-object-group:before {
  content: "\F247";
}

.fa-object-ungroup:before {
  content: "\F248";
}

.fa-sticky-note:before {
  content: "\F249";
}

.fa-sticky-note-o:before {
  content: "\F24A";
}

.fa-cc-jcb:before {
  content: "\F24B";
}

.fa-cc-diners-club:before {
  content: "\F24C";
}

.fa-clone:before {
  content: "\F24D";
}

.fa-balance-scale:before {
  content: "\F24E";
}

.fa-hourglass-o:before {
  content: "\F250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\F251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\F252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\F253";
}

.fa-hourglass:before {
  content: "\F254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\F255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\F256";
}

.fa-hand-scissors-o:before {
  content: "\F257";
}

.fa-hand-lizard-o:before {
  content: "\F258";
}

.fa-hand-spock-o:before {
  content: "\F259";
}

.fa-hand-pointer-o:before {
  content: "\F25A";
}

.fa-hand-peace-o:before {
  content: "\F25B";
}

.fa-trademark:before {
  content: "\F25C";
}

.fa-registered:before {
  content: "\F25D";
}

.fa-creative-commons:before {
  content: "\F25E";
}

.fa-gg:before {
  content: "\F260";
}

.fa-gg-circle:before {
  content: "\F261";
}

.fa-tripadvisor:before {
  content: "\F262";
}

.fa-odnoklassniki:before {
  content: "\F263";
}

.fa-odnoklassniki-square:before {
  content: "\F264";
}

.fa-get-pocket:before {
  content: "\F265";
}

.fa-wikipedia-w:before {
  content: "\F266";
}

.fa-safari:before {
  content: "\F267";
}

.fa-chrome:before {
  content: "\F268";
}

.fa-firefox:before {
  content: "\F269";
}

.fa-opera:before {
  content: "\F26A";
}

.fa-internet-explorer:before {
  content: "\F26B";
}

.fa-tv:before,
.fa-television:before {
  content: "\F26C";
}

.fa-contao:before {
  content: "\F26D";
}

.fa-500px:before {
  content: "\F26E";
}

.fa-amazon:before {
  content: "\F270";
}

.fa-calendar-plus-o:before {
  content: "\F271";
}

.fa-calendar-minus-o:before {
  content: "\F272";
}

.fa-calendar-times-o:before {
  content: "\F273";
}

.fa-calendar-check-o:before {
  content: "\F274";
}

.fa-industry:before {
  content: "\F275";
}

.fa-map-pin:before {
  content: "\F276";
}

.fa-map-signs:before {
  content: "\F277";
}

.fa-map-o:before {
  content: "\F278";
}

.fa-map:before {
  content: "\F279";
}

.fa-commenting:before {
  content: "\F27A";
}

.fa-commenting-o:before {
  content: "\F27B";
}

.fa-houzz:before {
  content: "\F27C";
}

.fa-vimeo:before {
  content: "\F27D";
}

.fa-black-tie:before {
  content: "\F27E";
}

.fa-fonticons:before {
  content: "\F280";
}

.fa-reddit-alien:before {
  content: "\F281";
}

.fa-edge:before {
  content: "\F282";
}

.fa-credit-card-alt:before {
  content: "\F283";
}

.fa-codiepie:before {
  content: "\F284";
}

.fa-modx:before {
  content: "\F285";
}

.fa-fort-awesome:before {
  content: "\F286";
}

.fa-usb:before {
  content: "\F287";
}

.fa-product-hunt:before {
  content: "\F288";
}

.fa-mixcloud:before {
  content: "\F289";
}

.fa-scribd:before {
  content: "\F28A";
}

.fa-pause-circle:before {
  content: "\F28B";
}

.fa-pause-circle-o:before {
  content: "\F28C";
}

.fa-stop-circle:before {
  content: "\F28D";
}

.fa-stop-circle-o:before {
  content: "\F28E";
}

.fa-shopping-bag:before {
  content: "\F290";
}

.fa-shopping-basket:before {
  content: "\F291";
}

.fa-hashtag:before {
  content: "\F292";
}

.fa-bluetooth:before {
  content: "\F293";
}

.fa-bluetooth-b:before {
  content: "\F294";
}

.fa-percent:before {
  content: "\F295";
}

.fa-gitlab:before {
  content: "\F296";
}

.fa-wpbeginner:before {
  content: "\F297";
}

.fa-wpforms:before {
  content: "\F298";
}

.fa-envira:before {
  content: "\F299";
}

.fa-universal-access:before {
  content: "\F29A";
}

.fa-wheelchair-alt:before {
  content: "\F29B";
}

.fa-question-circle-o:before {
  content: "\F29C";
}

.fa-blind:before {
  content: "\F29D";
}

.fa-audio-description:before {
  content: "\F29E";
}

.fa-volume-control-phone:before {
  content: "\F2A0";
}

.fa-braille:before {
  content: "\F2A1";
}

.fa-assistive-listening-systems:before {
  content: "\F2A2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\F2A3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\F2A4";
}

.fa-glide:before {
  content: "\F2A5";
}

.fa-glide-g:before {
  content: "\F2A6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\F2A7";
}

.fa-low-vision:before {
  content: "\F2A8";
}

.fa-viadeo:before {
  content: "\F2A9";
}

.fa-viadeo-square:before {
  content: "\F2AA";
}

.fa-snapchat:before {
  content: "\F2AB";
}

.fa-snapchat-ghost:before {
  content: "\F2AC";
}

.fa-snapchat-square:before {
  content: "\F2AD";
}

.fa-pied-piper:before {
  content: "\F2AE";
}

.fa-first-order:before {
  content: "\F2B0";
}

.fa-yoast:before {
  content: "\F2B1";
}

.fa-themeisle:before {
  content: "\F2B2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\F2B3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\F2B4";
}

.fa-handshake-o:before {
  content: "\F2B5";
}

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

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

.fa-linode:before {
  content: "\F2B8";
}

.fa-address-book:before {
  content: "\F2B9";
}

.fa-address-book-o:before {
  content: "\F2BA";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\F2BB";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\F2BC";
}

.fa-user-circle:before {
  content: "\F2BD";
}

.fa-user-circle-o:before {
  content: "\F2BE";
}

.fa-user-o:before {
  content: "\F2C0";
}

.fa-id-badge:before {
  content: "\F2C1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\F2C2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\F2C3";
}

.fa-quora:before {
  content: "\F2C4";
}

.fa-free-code-camp:before {
  content: "\F2C5";
}

.fa-telegram:before {
  content: "\F2C6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\F2C7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\F2C8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\F2C9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\F2CA";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\F2CB";
}

.fa-shower:before {
  content: "\F2CC";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\F2CD";
}

.fa-podcast:before {
  content: "\F2CE";
}

.fa-window-maximize:before {
  content: "\F2D0";
}

.fa-window-minimize:before {
  content: "\F2D1";
}

.fa-window-restore:before {
  content: "\F2D2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\F2D3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\F2D4";
}

.fa-bandcamp:before {
  content: "\F2D5";
}

.fa-grav:before {
  content: "\F2D6";
}

.fa-etsy:before {
  content: "\F2D7";
}

.fa-imdb:before {
  content: "\F2D8";
}

.fa-ravelry:before {
  content: "\F2D9";
}

.fa-eercast:before {
  content: "\F2DA";
}

.fa-microchip:before {
  content: "\F2DB";
}

.fa-snowflake-o:before {
  content: "\F2DC";
}

.fa-superpowers:before {
  content: "\F2DD";
}

.fa-wpexplorer:before {
  content: "\F2DE";
}

.fa-meetup:before {
  content: "\F2E0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.pl-workwithus-form {
  padding-left: .9375rem;
  padding-right: .9375rem;
  background-color: #ffffff;
}

.pl-workwithus-form .error {
  height: 24px;
}

.pl-workwithus-form .errorlist {
  font-size: .875rem;
  margin: 0 0 5px 0;
  list-style-type: none;
  color: #ff0000;
}

.pl-workwithus-form input[type="submit"] {
  margin-top: .9375rem 1.875rem;
  background-color: #4a7444;
  text-transform: uppercase;
}

.pl-workwithus-map {
  background-color: #ffffff;
  padding-left: .9375rem;
  padding-right: .9375rem;
}

.pl-workwithus-map #rondine-map {
  min-height: 25rem;
  margin-bottom: 15px;
}

.pl-workwithus-map #rondine-map img {
  max-width: none;
}
