@import 'fontawesome-all.min.css';
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700,900|Oswald:600");
/*
	Standout by Pixelarity
	pixelarity.com | hello@pixelarity.com
	License: pixelarity.com/license
*/
html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

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

body {
  -webkit-text-size-adjust: none;
}

mark {
  background-color: transparent;
  color: inherit;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input, select, textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

/* Basic */
@-ms-viewport {
  width: device-width;
}
body {
  -ms-overflow-style: scrollbar;
}

@media screen and (max-width: 480px) {
  html, body {
    min-width: 320px;
  }
}
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

body {
  background: #ffffff;
}
body.is-preload *, body.is-preload *:before, body.is-preload *:after {
  -webkit-animation: none !important;
  animation: none !important;
  -webkit-transition: none !important;
  transition: none !important;
}

/* Typography */
html {
  font-size: 15pt;
}
@media screen and (max-width: 1680px) {
  html {
    font-size: 13pt;
  }
}
@media screen and (max-width: 1280px) {
  html {
    font-size: 12pt;
  }
}
@media screen and (max-width: 980px) {
  html {
    font-size: 12pt;
  }
}
@media screen and (max-width: 480px) {
  html {
    font-size: 12pt;
  }
}
@media screen and (max-width: 360px) {
  html {
    font-size: 11pt;
  }
}

body {
  background-color: #ffffff;
  color: #282828;
}

body, input, select, textarea {
  font-family: "Lato", Helvetica, sans-serif;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.8;
}

a {
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

strong, b {
  font-weight: 900;
}

em, i {
  font-style: italic;
}

p {
  margin: 0 0 2rem 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 900;
  letter-spacing: 0.25rem;
  line-height: 1.5;
  margin: 0 0 1.5rem 0;
  text-transform: uppercase;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
  text-decoration: none;
}

h1 {
  font-family: "Oswald", Helvetica, sans-serif;
  font-size: 4rem;
  letter-spacing: 0.1rem;
}

h2 {
  font-size: 1.75rem;
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1.25rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 0.75rem;
}

@media screen and (max-width: 1280px) {
  h1 {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 980px) {
  h1 {
    font-size: 3rem;
  }
  h2 {
    font-size: 1.5rem;
  }
  h3 {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 736px) {
  h1 {
    font-size: 1.75rem;
  }
  h2 {
    font-size: 1.5rem;
  }
  h3 {
    font-size: 1.25rem;
  }
}
sub {
  font-size: 0.8rem;
  position: relative;
  top: 0.5rem;
}

sup {
  font-size: 0.8rem;
  position: relative;
  top: -0.5rem;
}

blockquote {
  border-left: solid 0.5rem;
  font-style: italic;
  margin: 0 0 2rem 0;
  padding: 1rem 0 1rem 2rem;
}

code {
  border-radius: 10px;
  border: solid 1px;
  font-family: "Courier New", monospace;
  font-size: 0.9rem;
  margin: 0 0.25rem;
  padding: 0.25rem 0.65rem;
}

pre {
  -webkit-overflow-scrolling: touch;
  font-family: "Courier New", monospace;
  font-size: 0.9rem;
  margin: 0 0 2rem 0;
}
pre code {
  display: block;
  line-height: 1.75;
  padding: 1rem 1.5rem;
  overflow-x: auto;
}

hr {
  border: 0;
  border-bottom: solid 1px;
  margin: 2rem 0;
}
hr.major {
  margin: 4rem 0;
}
@media screen and (max-width: 736px) {
  hr.major {
    margin: 3rem 0;
  }
}

input, select, textarea {
  color: #000000;
}

a {
  color: #000000;
}

strong, b {
  color: #000000;
}

h1, h2, h3, h4, h5, h6 {
  color: #000000;
}

blockquote {
  border-left-color: rgba(99, 116, 133, 0.25);
}

code {
  background: rgba(99, 116, 133, 0.075);
  border-color: rgba(99, 116, 133, 0.25);
}

hr {
  border-bottom-color: rgba(99, 116, 133, 0.25);
}

/* Row */
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.row > * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.row.gtr-uniform > * > :last-child {
  margin-bottom: 0;
}
.row.aln-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.row.aln-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.row.aln-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.row.aln-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.row.aln-middle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.row.aln-bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.row > .imp {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.row > .col-1 {
  width: 8.3333333333%;
}
.row > .off-1 {
  margin-left: 8.3333333333%;
}
.row > .col-2 {
  width: 16.6666666667%;
}
.row > .off-2 {
  margin-left: 16.6666666667%;
}
.row > .col-3 {
  width: 25%;
}
.row > .off-3 {
  margin-left: 25%;
}
.row > .col-4 {
  width: 33.3333333333%;
}
.row > .off-4 {
  margin-left: 33.3333333333%;
}
.row > .col-5 {
  width: 41.6666666667%;
}
.row > .off-5 {
  margin-left: 41.6666666667%;
}
.row > .col-6 {
  width: 50%;
}
.row > .off-6 {
  margin-left: 50%;
}
.row > .col-7 {
  width: 58.3333333333%;
}
.row > .off-7 {
  margin-left: 58.3333333333%;
}
.row > .col-8 {
  width: 66.6666666667%;
}
.row > .off-8 {
  margin-left: 66.6666666667%;
}
.row > .col-9 {
  width: 75%;
}
.row > .off-9 {
  margin-left: 75%;
}
.row > .col-10 {
  width: 83.3333333333%;
}
.row > .off-10 {
  margin-left: 83.3333333333%;
}
.row > .col-11 {
  width: 91.6666666667%;
}
.row > .off-11 {
  margin-left: 91.6666666667%;
}
.row > .col-12 {
  width: 100%;
}
.row > .off-12 {
  margin-left: 100%;
}
.row.gtr-0 {
  margin-top: 0;
  margin-left: 0rem;
}
.row.gtr-0 > * {
  padding: 0 0 0 0rem;
}
.row.gtr-0.gtr-uniform {
  margin-top: 0rem;
}
.row.gtr-0.gtr-uniform > * {
  padding-top: 0rem;
}
.row.gtr-25 {
  margin-top: 0;
  margin-left: -0.5rem;
}
.row.gtr-25 > * {
  padding: 0 0 0 0.5rem;
}
.row.gtr-25.gtr-uniform {
  margin-top: -0.5rem;
}
.row.gtr-25.gtr-uniform > * {
  padding-top: 0.5rem;
}
.row.gtr-50 {
  margin-top: 0;
  margin-left: -1rem;
}
.row.gtr-50 > * {
  padding: 0 0 0 1rem;
}
.row.gtr-50.gtr-uniform {
  margin-top: -1rem;
}
.row.gtr-50.gtr-uniform > * {
  padding-top: 1rem;
}
.row {
  margin-top: 0;
  margin-left: -2rem;
}
.row > * {
  padding: 0 0 0 2rem;
}
.row.gtr-uniform {
  margin-top: -2rem;
}
.row.gtr-uniform > * {
  padding-top: 2rem;
}
.row.gtr-150 {
  margin-top: 0;
  margin-left: -3rem;
}
.row.gtr-150 > * {
  padding: 0 0 0 3rem;
}
.row.gtr-150.gtr-uniform {
  margin-top: -3rem;
}
.row.gtr-150.gtr-uniform > * {
  padding-top: 3rem;
}
.row.gtr-200 {
  margin-top: 0;
  margin-left: -4rem;
}
.row.gtr-200 > * {
  padding: 0 0 0 4rem;
}
.row.gtr-200.gtr-uniform {
  margin-top: -4rem;
}
.row.gtr-200.gtr-uniform > * {
  padding-top: 4rem;
}
@media screen and (max-width: 1680px) {
  .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .row > * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .row.gtr-uniform > * > :last-child {
    margin-bottom: 0;
  }
  .row.aln-left {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .row.aln-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .row.aln-right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .row.aln-top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .row.aln-middle {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .row.aln-bottom {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .row > .imp-xlarge {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .row > .col-1-xlarge {
    width: 8.3333333333%;
  }
  .row > .off-1-xlarge {
    margin-left: 8.3333333333%;
  }
  .row > .col-2-xlarge {
    width: 16.6666666667%;
  }
  .row > .off-2-xlarge {
    margin-left: 16.6666666667%;
  }
  .row > .col-3-xlarge {
    width: 25%;
  }
  .row > .off-3-xlarge {
    margin-left: 25%;
  }
  .row > .col-4-xlarge {
    width: 33.3333333333%;
  }
  .row > .off-4-xlarge {
    margin-left: 33.3333333333%;
  }
  .row > .col-5-xlarge {
    width: 41.6666666667%;
  }
  .row > .off-5-xlarge {
    margin-left: 41.6666666667%;
  }
  .row > .col-6-xlarge {
    width: 50%;
  }
  .row > .off-6-xlarge {
    margin-left: 50%;
  }
  .row > .col-7-xlarge {
    width: 58.3333333333%;
  }
  .row > .off-7-xlarge {
    margin-left: 58.3333333333%;
  }
  .row > .col-8-xlarge {
    width: 66.6666666667%;
  }
  .row > .off-8-xlarge {
    margin-left: 66.6666666667%;
  }
  .row > .col-9-xlarge {
    width: 75%;
  }
  .row > .off-9-xlarge {
    margin-left: 75%;
  }
  .row > .col-10-xlarge {
    width: 83.3333333333%;
  }
  .row > .off-10-xlarge {
    margin-left: 83.3333333333%;
  }
  .row > .col-11-xlarge {
    width: 91.6666666667%;
  }
  .row > .off-11-xlarge {
    margin-left: 91.6666666667%;
  }
  .row > .col-12-xlarge {
    width: 100%;
  }
  .row > .off-12-xlarge {
    margin-left: 100%;
  }
  .row.gtr-0 {
    margin-top: 0;
    margin-left: 0rem;
  }
  .row.gtr-0 > * {
    padding: 0 0 0 0rem;
  }
  .row.gtr-0.gtr-uniform {
    margin-top: 0rem;
  }
  .row.gtr-0.gtr-uniform > * {
    padding-top: 0rem;
  }
  .row.gtr-25 {
    margin-top: 0;
    margin-left: -0.5rem;
  }
  .row.gtr-25 > * {
    padding: 0 0 0 0.5rem;
  }
  .row.gtr-25.gtr-uniform {
    margin-top: -0.5rem;
  }
  .row.gtr-25.gtr-uniform > * {
    padding-top: 0.5rem;
  }
  .row.gtr-50 {
    margin-top: 0;
    margin-left: -1rem;
  }
  .row.gtr-50 > * {
    padding: 0 0 0 1rem;
  }
  .row.gtr-50.gtr-uniform {
    margin-top: -1rem;
  }
  .row.gtr-50.gtr-uniform > * {
    padding-top: 1rem;
  }
  .row {
    margin-top: 0;
    margin-left: -2rem;
  }
  .row > * {
    padding: 0 0 0 2rem;
  }
  .row.gtr-uniform {
    margin-top: -2rem;
  }
  .row.gtr-uniform > * {
    padding-top: 2rem;
  }
  .row.gtr-150 {
    margin-top: 0;
    margin-left: -3rem;
  }
  .row.gtr-150 > * {
    padding: 0 0 0 3rem;
  }
  .row.gtr-150.gtr-uniform {
    margin-top: -3rem;
  }
  .row.gtr-150.gtr-uniform > * {
    padding-top: 3rem;
  }
  .row.gtr-200 {
    margin-top: 0;
    margin-left: -4rem;
  }
  .row.gtr-200 > * {
    padding: 0 0 0 4rem;
  }
  .row.gtr-200.gtr-uniform {
    margin-top: -4rem;
  }
  .row.gtr-200.gtr-uniform > * {
    padding-top: 4rem;
  }
}
@media screen and (max-width: 1280px) {
  .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .row > * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .row.gtr-uniform > * > :last-child {
    margin-bottom: 0;
  }
  .row.aln-left {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .row.aln-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .row.aln-right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .row.aln-top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .row.aln-middle {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .row.aln-bottom {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .row > .imp-large {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .row > .col-1-large {
    width: 8.3333333333%;
  }
  .row > .off-1-large {
    margin-left: 8.3333333333%;
  }
  .row > .col-2-large {
    width: 16.6666666667%;
  }
  .row > .off-2-large {
    margin-left: 16.6666666667%;
  }
  .row > .col-3-large {
    width: 25%;
  }
  .row > .off-3-large {
    margin-left: 25%;
  }
  .row > .col-4-large {
    width: 33.3333333333%;
  }
  .row > .off-4-large {
    margin-left: 33.3333333333%;
  }
  .row > .col-5-large {
    width: 41.6666666667%;
  }
  .row > .off-5-large {
    margin-left: 41.6666666667%;
  }
  .row > .col-6-large {
    width: 50%;
  }
  .row > .off-6-large {
    margin-left: 50%;
  }
  .row > .col-7-large {
    width: 58.3333333333%;
  }
  .row > .off-7-large {
    margin-left: 58.3333333333%;
  }
  .row > .col-8-large {
    width: 66.6666666667%;
  }
  .row > .off-8-large {
    margin-left: 66.6666666667%;
  }
  .row > .col-9-large {
    width: 75%;
  }
  .row > .off-9-large {
    margin-left: 75%;
  }
  .row > .col-10-large {
    width: 83.3333333333%;
  }
  .row > .off-10-large {
    margin-left: 83.3333333333%;
  }
  .row > .col-11-large {
    width: 91.6666666667%;
  }
  .row > .off-11-large {
    margin-left: 91.6666666667%;
  }
  .row > .col-12-large {
    width: 100%;
  }
  .row > .off-12-large {
    margin-left: 100%;
  }
  .row.gtr-0 {
    margin-top: 0;
    margin-left: 0rem;
  }
  .row.gtr-0 > * {
    padding: 0 0 0 0rem;
  }
  .row.gtr-0.gtr-uniform {
    margin-top: 0rem;
  }
  .row.gtr-0.gtr-uniform > * {
    padding-top: 0rem;
  }
  .row.gtr-25 {
    margin-top: 0;
    margin-left: -0.375rem;
  }
  .row.gtr-25 > * {
    padding: 0 0 0 0.375rem;
  }
  .row.gtr-25.gtr-uniform {
    margin-top: -0.375rem;
  }
  .row.gtr-25.gtr-uniform > * {
    padding-top: 0.375rem;
  }
  .row.gtr-50 {
    margin-top: 0;
    margin-left: -0.75rem;
  }
  .row.gtr-50 > * {
    padding: 0 0 0 0.75rem;
  }
  .row.gtr-50.gtr-uniform {
    margin-top: -0.75rem;
  }
  .row.gtr-50.gtr-uniform > * {
    padding-top: 0.75rem;
  }
  .row {
    margin-top: 0;
    margin-left: -1.5rem;
  }
  .row > * {
    padding: 0 0 0 1.5rem;
  }
  .row.gtr-uniform {
    margin-top: -1.5rem;
  }
  .row.gtr-uniform > * {
    padding-top: 1.5rem;
  }
  .row.gtr-150 {
    margin-top: 0;
    margin-left: -2.25rem;
  }
  .row.gtr-150 > * {
    padding: 0 0 0 2.25rem;
  }
  .row.gtr-150.gtr-uniform {
    margin-top: -2.25rem;
  }
  .row.gtr-150.gtr-uniform > * {
    padding-top: 2.25rem;
  }
  .row.gtr-200 {
    margin-top: 0;
    margin-left: -3rem;
  }
  .row.gtr-200 > * {
    padding: 0 0 0 3rem;
  }
  .row.gtr-200.gtr-uniform {
    margin-top: -3rem;
  }
  .row.gtr-200.gtr-uniform > * {
    padding-top: 3rem;
  }
}
@media screen and (max-width: 980px) {
  .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .row > * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .row.gtr-uniform > * > :last-child {
    margin-bottom: 0;
  }
  .row.aln-left {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .row.aln-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .row.aln-right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .row.aln-top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .row.aln-middle {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .row.aln-bottom {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .row > .imp-medium {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .row > .col-1-medium {
    width: 8.3333333333%;
  }
  .row > .off-1-medium {
    margin-left: 8.3333333333%;
  }
  .row > .col-2-medium {
    width: 16.6666666667%;
  }
  .row > .off-2-medium {
    margin-left: 16.6666666667%;
  }
  .row > .col-3-medium {
    width: 25%;
  }
  .row > .off-3-medium {
    margin-left: 25%;
  }
  .row > .col-4-medium {
    width: 33.3333333333%;
  }
  .row > .off-4-medium {
    margin-left: 33.3333333333%;
  }
  .row > .col-5-medium {
    width: 41.6666666667%;
  }
  .row > .off-5-medium {
    margin-left: 41.6666666667%;
  }
  .row > .col-6-medium {
    width: 50%;
  }
  .row > .off-6-medium {
    margin-left: 50%;
  }
  .row > .col-7-medium {
    width: 58.3333333333%;
  }
  .row > .off-7-medium {
    margin-left: 58.3333333333%;
  }
  .row > .col-8-medium {
    width: 66.6666666667%;
  }
  .row > .off-8-medium {
    margin-left: 66.6666666667%;
  }
  .row > .col-9-medium {
    width: 75%;
  }
  .row > .off-9-medium {
    margin-left: 75%;
  }
  .row > .col-10-medium {
    width: 83.3333333333%;
  }
  .row > .off-10-medium {
    margin-left: 83.3333333333%;
  }
  .row > .col-11-medium {
    width: 91.6666666667%;
  }
  .row > .off-11-medium {
    margin-left: 91.6666666667%;
  }
  .row > .col-12-medium {
    width: 100%;
  }
  .row > .off-12-medium {
    margin-left: 100%;
  }
  .row.gtr-0 {
    margin-top: 0;
    margin-left: 0rem;
  }
  .row.gtr-0 > * {
    padding: 0 0 0 0rem;
  }
  .row.gtr-0.gtr-uniform {
    margin-top: 0rem;
  }
  .row.gtr-0.gtr-uniform > * {
    padding-top: 0rem;
  }
  .row.gtr-25 {
    margin-top: 0;
    margin-left: -0.375rem;
  }
  .row.gtr-25 > * {
    padding: 0 0 0 0.375rem;
  }
  .row.gtr-25.gtr-uniform {
    margin-top: -0.375rem;
  }
  .row.gtr-25.gtr-uniform > * {
    padding-top: 0.375rem;
  }
  .row.gtr-50 {
    margin-top: 0;
    margin-left: -0.75rem;
  }
  .row.gtr-50 > * {
    padding: 0 0 0 0.75rem;
  }
  .row.gtr-50.gtr-uniform {
    margin-top: -0.75rem;
  }
  .row.gtr-50.gtr-uniform > * {
    padding-top: 0.75rem;
  }
  .row {
    margin-top: 0;
    margin-left: -1.5rem;
  }
  .row > * {
    padding: 0 0 0 1.5rem;
  }
  .row.gtr-uniform {
    margin-top: -1.5rem;
  }
  .row.gtr-uniform > * {
    padding-top: 1.5rem;
  }
  .row.gtr-150 {
    margin-top: 0;
    margin-left: -2.25rem;
  }
  .row.gtr-150 > * {
    padding: 0 0 0 2.25rem;
  }
  .row.gtr-150.gtr-uniform {
    margin-top: -2.25rem;
  }
  .row.gtr-150.gtr-uniform > * {
    padding-top: 2.25rem;
  }
  .row.gtr-200 {
    margin-top: 0;
    margin-left: -3rem;
  }
  .row.gtr-200 > * {
    padding: 0 0 0 3rem;
  }
  .row.gtr-200.gtr-uniform {
    margin-top: -3rem;
  }
  .row.gtr-200.gtr-uniform > * {
    padding-top: 3rem;
  }
}
@media screen and (max-width: 736px) {
  .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .row > * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .row.gtr-uniform > * > :last-child {
    margin-bottom: 0;
  }
  .row.aln-left {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .row.aln-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .row.aln-right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .row.aln-top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .row.aln-middle {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .row.aln-bottom {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .row > .imp-small {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .row > .col-1-small {
    width: 8.3333333333%;
  }
  .row > .off-1-small {
    margin-left: 8.3333333333%;
  }
  .row > .col-2-small {
    width: 16.6666666667%;
  }
  .row > .off-2-small {
    margin-left: 16.6666666667%;
  }
  .row > .col-3-small {
    width: 25%;
  }
  .row > .off-3-small {
    margin-left: 25%;
  }
  .row > .col-4-small {
    width: 33.3333333333%;
  }
  .row > .off-4-small {
    margin-left: 33.3333333333%;
  }
  .row > .col-5-small {
    width: 41.6666666667%;
  }
  .row > .off-5-small {
    margin-left: 41.6666666667%;
  }
  .row > .col-6-small {
    width: 50%;
  }
  .row > .off-6-small {
    margin-left: 50%;
  }
  .row > .col-7-small {
    width: 58.3333333333%;
  }
  .row > .off-7-small {
    margin-left: 58.3333333333%;
  }
  .row > .col-8-small {
    width: 66.6666666667%;
  }
  .row > .off-8-small {
    margin-left: 66.6666666667%;
  }
  .row > .col-9-small {
    width: 75%;
  }
  .row > .off-9-small {
    margin-left: 75%;
  }
  .row > .col-10-small {
    width: 83.3333333333%;
  }
  .row > .off-10-small {
    margin-left: 83.3333333333%;
  }
  .row > .col-11-small {
    width: 91.6666666667%;
  }
  .row > .off-11-small {
    margin-left: 91.6666666667%;
  }
  .row > .col-12-small {
    width: 100%;
  }
  .row > .off-12-small {
    margin-left: 100%;
  }
  .row.gtr-0 {
    margin-top: 0;
    margin-left: 0rem;
  }
  .row.gtr-0 > * {
    padding: 0 0 0 0rem;
  }
  .row.gtr-0.gtr-uniform {
    margin-top: 0rem;
  }
  .row.gtr-0.gtr-uniform > * {
    padding-top: 0rem;
  }
  .row.gtr-25 {
    margin-top: 0;
    margin-left: -0.3125rem;
  }
  .row.gtr-25 > * {
    padding: 0 0 0 0.3125rem;
  }
  .row.gtr-25.gtr-uniform {
    margin-top: -0.3125rem;
  }
  .row.gtr-25.gtr-uniform > * {
    padding-top: 0.3125rem;
  }
  .row.gtr-50 {
    margin-top: 0;
    margin-left: -0.625rem;
  }
  .row.gtr-50 > * {
    padding: 0 0 0 0.625rem;
  }
  .row.gtr-50.gtr-uniform {
    margin-top: -0.625rem;
  }
  .row.gtr-50.gtr-uniform > * {
    padding-top: 0.625rem;
  }
  .row {
    margin-top: 0;
    margin-left: -1.25rem;
  }
  .row > * {
    padding: 0 0 0 1.25rem;
  }
  .row.gtr-uniform {
    margin-top: -1.25rem;
  }
  .row.gtr-uniform > * {
    padding-top: 1.25rem;
  }
  .row.gtr-150 {
    margin-top: 0;
    margin-left: -1.875rem;
  }
  .row.gtr-150 > * {
    padding: 0 0 0 1.875rem;
  }
  .row.gtr-150.gtr-uniform {
    margin-top: -1.875rem;
  }
  .row.gtr-150.gtr-uniform > * {
    padding-top: 1.875rem;
  }
  .row.gtr-200 {
    margin-top: 0;
    margin-left: -2.5rem;
  }
  .row.gtr-200 > * {
    padding: 0 0 0 2.5rem;
  }
  .row.gtr-200.gtr-uniform {
    margin-top: -2.5rem;
  }
  .row.gtr-200.gtr-uniform > * {
    padding-top: 2.5rem;
  }
}
@media screen and (max-width: 480px) {
  .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .row > * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .row.gtr-uniform > * > :last-child {
    margin-bottom: 0;
  }
  .row.aln-left {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .row.aln-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .row.aln-right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .row.aln-top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .row.aln-middle {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .row.aln-bottom {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .row > .imp-xsmall {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .row > .col-1-xsmall {
    width: 8.3333333333%;
  }
  .row > .off-1-xsmall {
    margin-left: 8.3333333333%;
  }
  .row > .col-2-xsmall {
    width: 16.6666666667%;
  }
  .row > .off-2-xsmall {
    margin-left: 16.6666666667%;
  }
  .row > .col-3-xsmall {
    width: 25%;
  }
  .row > .off-3-xsmall {
    margin-left: 25%;
  }
  .row > .col-4-xsmall {
    width: 33.3333333333%;
  }
  .row > .off-4-xsmall {
    margin-left: 33.3333333333%;
  }
  .row > .col-5-xsmall {
    width: 41.6666666667%;
  }
  .row > .off-5-xsmall {
    margin-left: 41.6666666667%;
  }
  .row > .col-6-xsmall {
    width: 50%;
  }
  .row > .off-6-xsmall {
    margin-left: 50%;
  }
  .row > .col-7-xsmall {
    width: 58.3333333333%;
  }
  .row > .off-7-xsmall {
    margin-left: 58.3333333333%;
  }
  .row > .col-8-xsmall {
    width: 66.6666666667%;
  }
  .row > .off-8-xsmall {
    margin-left: 66.6666666667%;
  }
  .row > .col-9-xsmall {
    width: 75%;
  }
  .row > .off-9-xsmall {
    margin-left: 75%;
  }
  .row > .col-10-xsmall {
    width: 83.3333333333%;
  }
  .row > .off-10-xsmall {
    margin-left: 83.3333333333%;
  }
  .row > .col-11-xsmall {
    width: 91.6666666667%;
  }
  .row > .off-11-xsmall {
    margin-left: 91.6666666667%;
  }
  .row > .col-12-xsmall {
    width: 100%;
  }
  .row > .off-12-xsmall {
    margin-left: 100%;
  }
  .row.gtr-0 {
    margin-top: 0;
    margin-left: 0rem;
  }
  .row.gtr-0 > * {
    padding: 0 0 0 0rem;
  }
  .row.gtr-0.gtr-uniform {
    margin-top: 0rem;
  }
  .row.gtr-0.gtr-uniform > * {
    padding-top: 0rem;
  }
  .row.gtr-25 {
    margin-top: 0;
    margin-left: -0.3125rem;
  }
  .row.gtr-25 > * {
    padding: 0 0 0 0.3125rem;
  }
  .row.gtr-25.gtr-uniform {
    margin-top: -0.3125rem;
  }
  .row.gtr-25.gtr-uniform > * {
    padding-top: 0.3125rem;
  }
  .row.gtr-50 {
    margin-top: 0;
    margin-left: -0.625rem;
  }
  .row.gtr-50 > * {
    padding: 0 0 0 0.625rem;
  }
  .row.gtr-50.gtr-uniform {
    margin-top: -0.625rem;
  }
  .row.gtr-50.gtr-uniform > * {
    padding-top: 0.625rem;
  }
  .row {
    margin-top: 0;
    margin-left: -1.25rem;
  }
  .row > * {
    padding: 0 0 0 1.25rem;
  }
  .row.gtr-uniform {
    margin-top: -1.25rem;
  }
  .row.gtr-uniform > * {
    padding-top: 1.25rem;
  }
  .row.gtr-150 {
    margin-top: 0;
    margin-left: -1.875rem;
  }
  .row.gtr-150 > * {
    padding: 0 0 0 1.875rem;
  }
  .row.gtr-150.gtr-uniform {
    margin-top: -1.875rem;
  }
  .row.gtr-150.gtr-uniform > * {
    padding-top: 1.875rem;
  }
  .row.gtr-200 {
    margin-top: 0;
    margin-left: -2.5rem;
  }
  .row.gtr-200 > * {
    padding: 0 0 0 2.5rem;
  }
  .row.gtr-200.gtr-uniform {
    margin-top: -2.5rem;
  }
  .row.gtr-200.gtr-uniform > * {
    padding-top: 2.5rem;
  }
}

/* Box */
.box {
  border: solid 1px;
  border-radius: 10px;
  margin-bottom: 2rem;
  padding: 1.5rem;
}
.box > :last-child {
  margin-bottom: 0;
}
.box.alt {
  border: 0;
  border-radius: 0;
  padding: 0;
}

.box {
  border-color: rgba(99, 116, 133, 0.25);
}

/* Button */
input[type=submit],
input[type=reset],
input[type=button],
button,
.button {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  border-radius: 10px;
  border: 2px solid;
  cursor: pointer;
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 900;
  height: 3rem;
  letter-spacing: 0.1rem;
  line-height: 2.75rem;
  padding: 0 1.5rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}
input[type=submit].icon,
input[type=reset].icon,
input[type=button].icon,
button.icon,
.button.icon {
  border-bottom: 2px solid;
}
input[type=submit].icon:before,
input[type=reset].icon:before,
input[type=button].icon:before,
button.icon:before,
.button.icon:before {
  margin-right: 0.5rem;
}
input[type=submit].fit,
input[type=reset].fit,
input[type=button].fit,
button.fit,
.button.fit {
  width: 100%;
}
input[type=submit].small,
input[type=reset].small,
input[type=button].small,
button.small,
.button.small {
  font-size: 0.65rem;
  height: 2.5rem;
  line-height: 2.25rem;
}
input[type=submit].large,
input[type=reset].large,
input[type=button].large,
button.large,
.button.large {
  font-size: 1rem;
  height: 3.75rem;
  line-height: 3.5rem;
  padding: 0 2.25rem;
}
input[type=submit].next,
input[type=reset].next,
input[type=button].next,
button.next,
.button.next {
  padding-right: 4.5rem;
}
input[type=submit].next.fit,
input[type=reset].next.fit,
input[type=button].next.fit,
button.next.fit,
.button.next.fit {
  padding-left: 1.5rem !important;
  text-align: left;
}
input[type=submit].next:after,
input[type=reset].next:after,
input[type=button].next:after,
button.next:after,
.button.next:after {
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 25px 15px;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: 1.5rem;
  top: 0;
  vertical-align: middle;
  width: 1.25rem;
}
input[type=submit].disabled, input[type=submit]:disabled,
input[type=reset].disabled,
input[type=reset]:disabled,
input[type=button].disabled,
input[type=button]:disabled,
button.disabled,
button:disabled,
.button.disabled,
.button:disabled {
  pointer-events: none;
  opacity: 0.25;
}
@media screen and (max-width: 1280px) {
  input[type=submit].large,
  input[type=reset].large,
  input[type=button].large,
  button.large,
  .button.large {
    font-size: 1rem;
    height: 4.25rem;
    line-height: 4rem;
  }
}
@media screen and (max-width: 736px) {
  input[type=submit].alt,
  input[type=reset].alt,
  input[type=button].alt,
  button.alt,
  .button.alt {
    padding-left: 1.5rem !important;
    text-align: left;
  }
  input[type=submit].large,
  input[type=reset].large,
  input[type=button].large,
  button.large,
  .button.large {
    font-size: 0.85rem;
    height: 3.75rem;
    line-height: 3.5rem;
    text-align: left;
  }
}
@media screen and (max-width: 480px) {
  input[type=submit],
  input[type=reset],
  input[type=button],
  button,
  .button {
    padding: 0;
  }
}

input[type=submit],
input[type=reset],
input[type=button],
button,
.button {
  background-color: transparent;
  border-color: #000000;
  color: #000000 !important;
}
input[type=submit]:after,
input[type=reset]:after,
input[type=button]:after,
button:after,
.button:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='36px' height='24px' viewBox='0 0 36 24' zoomAndPan='disable'%3E%3Cstyle%3Eline %7B stroke: %23000000%3B stroke-width: 2px%3B %7D%3C/style%3E%3Cline x1='0' y1='12' x2='34' y2='12' /%3E%3Cline x1='25' y1='4' x2='34' y2='12.5' /%3E%3Cline x1='25' y1='20' x2='34' y2='11.5' /%3E%3C/svg%3E");
}
input[type=submit]:hover, input[type=submit]:focus,
input[type=reset]:hover,
input[type=reset]:focus,
input[type=button]:hover,
input[type=button]:focus,
button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: rgba(99, 116, 133, 0.075);
}
input[type=submit]:active,
input[type=reset]:active,
input[type=button]:active,
button:active,
.button:active {
  background-color: rgba(99, 116, 133, 0.175);
}
input[type=submit].icon:before,
input[type=reset].icon:before,
input[type=button].icon:before,
button.icon:before,
.button.icon:before {
  color: #000000;
}
input[type=submit].primary,
input[type=reset].primary,
input[type=button].primary,
button.primary,
.button.primary {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #000000;
  color: #ffffff !important;
}
input[type=submit].primary:hover,
input[type=reset].primary:hover,
input[type=button].primary:hover,
button.primary:hover,
.button.primary:hover {
  background-color: rgba(0, 0, 0, 0.75);
}
input[type=submit].primary.icon:before,
input[type=reset].primary.icon:before,
input[type=button].primary.icon:before,
button.primary.icon:before,
.button.primary.icon:before {
  color: #ffffff !important;
}

/* Form */
form {
  margin: 0 0 2rem 0;
}
form > :last-child {
  margin-bottom: 0;
}
form > .fields {
  display: -moz-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% + 3rem);
  margin: -1.5rem 0 2rem -1.5rem;
}
form > .fields > .field {
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-shrink: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 1.5rem 0 0 1.5rem;
  width: calc(100% - 1.5rem);
}
form > .fields > .field.half {
  width: calc(50% - 0.75rem);
}
form > .fields > .field.third {
  width: calc(100%/3 - 0.5rem);
}
form > .fields > .field.quarter {
  width: calc(25% - 0.375rem);
}
@media screen and (max-width: 480px) {
  form > .fields {
    width: calc(100% + 3rem);
    margin: -1.5rem 0 2rem -1.5rem;
  }
  form > .fields > .field {
    padding: 1.5rem 0 0 1.5rem;
    width: calc(100% - 1.5rem);
  }
  form > .fields > .field.half {
    width: calc(100% - 1.5rem);
  }
  form > .fields > .field.third {
    width: calc(100% - 1.5rem);
  }
  form > .fields > .field.quarter {
    width: calc(100% - 1.5rem);
  }
}

label {
  display: block;
  font-size: 0.9rem;
  font-weight: 900;
  margin: 0 0 1rem 0;
}

input[type=text],
input[type=password],
input[type=email],
select,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border-radius: 10px;
  border: solid 1px;
  color: inherit;
  display: block;
  outline: 0;
  padding: 0 1rem;
  text-decoration: none;
  width: 100%;
}
input[type=text]:invalid,
input[type=password]:invalid,
input[type=email]:invalid,
select:invalid,
textarea:invalid {
  -webkit-box-shadow: none;
          box-shadow: none;
}

select {
  background-position: calc(100% - 1rem) center;
  background-repeat: no-repeat;
  background-size: 1.25rem;
  height: 3rem;
  padding-right: 3rem;
  text-overflow: ellipsis;
}
select:focus::-ms-value {
  background-color: transparent;
}
select::-ms-expand {
  display: none;
}

input[type=text],
input[type=password],
input[type=email],
select {
  height: 3rem;
}

textarea {
  padding: 0.75rem 1rem;
}

input[type=checkbox],
input[type=radio] {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  display: block;
  float: left;
  margin-right: -2rem;
  opacity: 0;
  width: 1rem;
  z-index: -1;
}
input[type=checkbox] + label,
input[type=radio] + label {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  font-weight: 300;
  padding-left: 2.55rem;
  padding-right: 0.75rem;
  position: relative;
}
input[type=checkbox] + label:before,
input[type=radio] + label:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  text-transform: none !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
input[type=checkbox] + label:before,
input[type=radio] + label:before {
  border-radius: 10px;
  border: solid 1px;
  content: "";
  display: inline-block;
  font-size: 0.8rem;
  height: 1.8rem;
  left: 0;
  line-height: 1.8rem;
  position: absolute;
  text-align: center;
  top: 0;
  width: 1.8rem;
}
input[type=checkbox]:checked + label:before,
input[type=radio]:checked + label:before {
  content: "\f00c";
}

input[type=checkbox] + label:before {
  border-radius: 10px;
}

input[type=radio] + label:before {
  border-radius: 100%;
}

::-webkit-input-placeholder {
  opacity: 1;
}

:-moz-placeholder {
  opacity: 1;
}

::-moz-placeholder {
  opacity: 1;
}

:-ms-input-placeholder {
  opacity: 1;
}

label {
  color: #000000;
}

input[type=text],
input[type=password],
input[type=email],
select,
textarea {
  background-color: #ffffff;
  border-color: rgba(99, 116, 133, 0.25);
}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
select:focus,
textarea:focus {
  border-color: #000000;
  -webkit-box-shadow: 0 0 0 1px #000000;
          box-shadow: 0 0 0 1px #000000;
}

select {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='rgba(99, 116, 133, 0.25)' /%3E%3C/svg%3E");
}
select option {
  color: #000000;
  background: #ffffff;
}

input[type=checkbox] + label,
input[type=radio] + label {
  color: #282828;
}
input[type=checkbox] + label:before,
input[type=radio] + label:before {
  background: #ffffff;
  border-color: rgba(99, 116, 133, 0.25);
}
input[type=checkbox]:checked + label:before,
input[type=radio]:checked + label:before {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
input[type=checkbox]:focus + label:before,
input[type=radio]:focus + label:before {
  border-color: #000000;
  -webkit-box-shadow: 0 0 0 1px #000000;
          box-shadow: 0 0 0 1px #000000;
}

::-webkit-input-placeholder {
  color: rgba(40, 40, 40, 0.5) !important;
}

:-moz-placeholder {
  color: rgba(40, 40, 40, 0.5) !important;
}

::-moz-placeholder {
  color: rgba(40, 40, 40, 0.5) !important;
}

:-ms-input-placeholder {
  color: rgba(40, 40, 40, 0.5) !important;
}

.formerize-placeholder {
  color: rgba(40, 40, 40, 0.5) !important;
}

/* Icon */
.icon {
  text-decoration: none;
  border-bottom: none;
  position: relative;
}
.icon:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  text-transform: none !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.icon > .label {
  display: none;
}
.icon.solid:before {
  font-weight: 900;
}
.icon.brands:before {
  font-family: "Font Awesome 5 Brands";
}
.icon.alt:before {
  background: #000000;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  height: 3rem;
  line-height: 3rem;
  margin-right: 1rem;
  text-align: center;
  width: 3rem;
}
.icon.alt > .label {
  display: inline-block;
}

/* Image */
.image {
  border: 0;
  display: inline-block;
  position: relative;
}
.image img {
  display: block;
}
.image.left, .image.right {
  max-width: 40%;
}
.image.left img, .image.right img {
  width: 100%;
}
.image.left {
  float: left;
  margin: 0 1.5rem 1rem 0;
  top: 0.25rem;
}
.image.right {
  float: right;
  margin: 0 0 1rem 1.5rem;
  top: 0.25rem;
}
.image.fit {
  display: block;
  margin: 0 0 2rem 0;
  width: 100%;
}
.image.fit img {
  width: 100%;
}
.image.main {
  display: block;
  margin: 0 0 3rem 0;
  width: 100%;
}
.image.main img {
  width: 100%;
}
@media screen and (max-width: 736px) {
  .image.main {
    margin: 0 0 2rem 0;
  }
}

/* List */
ol {
  list-style: decimal;
  margin: 0 0 2rem 0;
  padding-left: 1.25rem;
}
ol li {
  padding-left: 0.25rem;
}

ul {
  list-style: disc;
  margin: 0 0 2rem 0;
  padding-left: 1rem;
}
ul li {
  padding-left: 0.5rem;
}
ul.alt {
  list-style: none;
  padding-left: 0;
}
ul.alt li {
  border-top: solid 1px;
  padding: 0.5rem 0;
}
ul.alt li:first-child {
  border-top: 0;
  padding-top: 0;
}

dl {
  margin: 0 0 2rem 0;
}
dl dt {
  display: block;
  font-weight: 900;
  margin: 0 0 1rem 0;
}
dl dd {
  margin-left: 2rem;
}

ul.alt li {
  border-top-color: rgba(99, 116, 133, 0.25);
}

/* Actions */
ul.actions {
  display: -moz-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: default;
  list-style: none;
  margin-left: -1rem;
  padding-left: 0;
}
ul.actions li {
  padding: 0 0 0 1rem;
  vertical-align: middle;
}
ul.actions.special {
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-left: 0;
}
ul.actions.special li:first-child {
  padding-left: 0;
}
ul.actions.stacked {
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  margin-left: 0;
}
ul.actions.stacked li {
  padding: 1.3rem 0 0 0;
}
ul.actions.stacked li:first-child {
  padding-top: 0;
}
ul.actions.fit {
  width: calc(100% + 1rem);
}
ul.actions.fit li {
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-shrink: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  width: 100%;
}
ul.actions.fit li > * {
  width: 100%;
}
ul.actions.fit.stacked {
  width: 100%;
}
@media screen and (max-width: 480px) {
  ul.actions:not(.fixed) {
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    margin-left: 0;
    width: 100% !important;
  }
  ul.actions:not(.fixed) li {
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-shrink: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    padding: 1rem 0 0 0;
    text-align: center;
    width: 100%;
  }
  ul.actions:not(.fixed) li > * {
    width: 100%;
  }
  ul.actions:not(.fixed) li:first-child {
    padding-top: 0;
  }
  ul.actions:not(.fixed) li input[type=submit],
  ul.actions:not(.fixed) li input[type=reset],
  ul.actions:not(.fixed) li input[type=button],
  ul.actions:not(.fixed) li button,
  ul.actions:not(.fixed) li .button {
    width: 100%;
  }
  ul.actions:not(.fixed) li input[type=submit].icon:before,
  ul.actions:not(.fixed) li input[type=reset].icon:before,
  ul.actions:not(.fixed) li input[type=button].icon:before,
  ul.actions:not(.fixed) li button.icon:before,
  ul.actions:not(.fixed) li .button.icon:before {
    margin-left: -0.5rem;
  }
}

/* Tabs */
.tabs {
  width: 100%;
}
.tabs > .titles {
  display: -moz-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: -moz-flex-start;
  -ms-justify-content: -ms-flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  list-style: none;
  margin: 0 0 2rem 0;
  padding: 0;
}
.tabs > .titles:before {
  content: "";
  display: block;
  height: 6rem;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 0;
}
.tabs > .titles > .title {
  -webkit-transition-property: color, background-color, box-shadow;
  -webkit-transition-property: color, background-color, -webkit-box-shadow;
  transition-property: color, background-color, -webkit-box-shadow;
  transition-property: color, background-color, box-shadow;
  transition-property: color, background-color, box-shadow, -webkit-box-shadow;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0.25rem;
  margin-right: 5rem;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  padding: 0;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  z-index: 1;
}
.tabs > .titles > .title:last-child {
  margin-right: 0;
}
.tabs > .titles > .title:hover {
  -webkit-animation: tab-title 0.5s ease forwards;
  animation: tab-title 0.5s ease forwards;
}
.tabs > .titles > .title.active {
  -webkit-animation: tab-title 0.5s ease forwards;
  animation: tab-title 0.5s ease forwards;
}
@media screen and (max-width: 736px) {
  .tabs > .titles {
    margin: 0 0 1rem 0;
  }
  .tabs > .titles > .title {
    margin-bottom: 1.25rem;
    margin-right: 1.25rem;
  }
}
@media screen and (max-width: 480px) {
  .tabs > .titles {
    margin: 0 0 1rem 0;
  }
  .tabs > .titles > .title {
    font-size: 0.75rem;
    margin-bottom: 1rem;
    margin-right: 1rem;
  }
}
.tabs > .panels > .panel {
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  opacity: 0;
}
.tabs > .panels > .panel.active {
  opacity: 1;
}

.tabs > .titles > .title:hover {
  -webkit-box-shadow: 0 2px 0 0 rgba(99, 116, 133, 0.25);
          box-shadow: 0 2px 0 0 rgba(99, 116, 133, 0.25);
}
.tabs > .titles > .title.active {
  -webkit-box-shadow: 0 2px 0 0 #000000;
          box-shadow: 0 2px 0 0 #000000;
}

/* Icons */
ul.icons {
  cursor: default;
  list-style: none;
  padding-left: 0;
}
ul.icons li {
  display: inline-block;
  padding: 0 1rem 0 0;
}
ul.icons li:last-child {
  padding-right: 0;
}
ul.icons li .icon:before {
  font-size: 1.5rem;
}

/* Contact Icons */
ul.contact-icons {
  cursor: default;
  list-style: none;
  padding-left: 0;
}
ul.contact-icons li {
  padding-top: 2rem;
}
ul.contact-icons li .icon:before {
  border-radius: 50%;
  display: inline-block;
  height: 3rem;
  line-height: 3rem;
  margin-right: 1rem;
  text-align: center;
  width: 3rem;
}
ul.contact-icons li .icon > .label {
  display: inline-block;
}
ul.contact-icons li:first-child {
  padding-top: 0;
}
@media screen and (max-width: 980px) {
  ul.contact-icons {
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -moz-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  ul.contact-icons li {
    width: 50%;
  }
  ul.contact-icons li:nth-child(2) {
    padding-top: 0;
  }
}
@media screen and (max-width: 736px) {
  ul.contact-icons {
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -moz-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  ul.contact-icons li {
    width: 100%;
  }
  ul.contact-icons li:nth-child(2) {
    padding-top: 2.5rem;
  }
}

ul.contact-icons li .icon:before {
  background: #000000;
  color: #ffffff;
}

/* Section/Article */
section.special, article.special {
  text-align: center;
}

header p {
  position: relative;
  margin: 0 0 1.5rem 0;
}
header h2 + p {
  font-size: 1.25rem;
  margin-top: -1rem;
}
header h3 + p {
  font-size: 1.1rem;
  margin-top: -0.8rem;
}
header h4 + p,
header h5 + p,
header h6 + p {
  font-size: 0.9rem;
  margin-top: -0.6rem;
}
header.major {
  margin-bottom: 2.7rem;
  padding-bottom: 2.7rem;
  position: relative;
}
header.major h1 {
  border-bottom: 1px solid;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}
header.major p {
  font-size: 1.5rem;
  margin-bottom: 0;
}
header.major.alt {
  margin-bottom: 0;
}
@media screen and (max-width: 1280px) {
  header.major {
    margin-bottom: 2.5rem;
    padding-bottom: 2.5rem;
  }
  header.major h1 {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }
  header.major p {
    font-size: 1.45rem;
  }
  header.major.alt {
    margin-bottom: 2.7rem;
  }
}
@media screen and (max-width: 980px) {
  header.major p {
    font-size: 1.35rem;
  }
}
@media screen and (max-width: 736px) {
  header.major {
    margin-bottom: 1.8rem;
    padding-bottom: 1.3rem;
  }
  header.major p {
    font-size: 1.25rem;
  }
  header.major.alt {
    margin-bottom: 1.8rem;
  }
}
@media screen and (max-width: 480px) {
  header.major p {
    font-size: 1.25rem;
  }
}

header p {
  color: #282828;
}
header.major h1 {
  border-color: rgba(99, 116, 133, 0.25);
}

/* Table */
.table-wrapper {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
}

table {
  margin: 0 0 2rem 0;
  width: 100%;
}
table tbody tr {
  border-left: 0;
  border-right: 0;
  border: solid 1px;
}
table td {
  padding: 0.75rem 0.75rem;
}
table th {
  font-size: 0.9rem;
  font-weight: 900;
  padding: 0 0.75rem 0.75rem 0.75rem;
  text-align: left;
}
table thead {
  border-bottom: solid 2px;
}
table tfoot {
  border-top: solid 2px;
}
table.alt {
  border-collapse: separate;
}
table.alt tbody tr td {
  border: solid 1px;
  border-left-width: 0;
  border-top-width: 0;
}
table.alt tbody tr td:first-child {
  border-left-width: 1px;
}
table.alt tbody tr:first-child td {
  border-top-width: 1px;
}
table.alt thead {
  border-bottom: 0;
}
table.alt tfoot {
  border-top: 0;
}

table tbody tr {
  border-color: rgba(99, 116, 133, 0.25);
}
table tbody tr:nth-child(2n+1) {
  background-color: rgba(99, 116, 133, 0.075);
}
table th {
  color: #000000;
}
table thead {
  border-bottom-color: rgba(99, 116, 133, 0.25);
}
table tfoot {
  border-top-color: rgba(99, 116, 133, 0.25);
}
table.alt tbody tr td {
  border-color: rgba(99, 116, 133, 0.25);
}

/* Wrapper */
.wrapper {
  padding: 10rem 0 12rem 0;
  position: relative;
}
.wrapper:before, .wrapper:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='0,0 0,100 100,100' style='fill:%23ffffff%3B' /%3E%3C/svg%3E");
  z-index: 2;
}
.wrapper > .inner {
  margin: 0 auto;
  max-width: 65rem;
  width: calc(100% - 4rem);
}
.wrapper:before, .wrapper:after {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 6rem;
  left: 0;
  position: absolute;
  width: 100%;
}
.wrapper:before {
  -webkit-transform: translateY(-100%) scale(-1, 1);
  transform: translateY(-100%) scale(-1, 1);
  content: "";
  top: 0;
}
.wrapper.alt {
  padding-bottom: 1rem;
}
.wrapper.alt:after {
  -webkit-transform: translateY(100%) rotate(180deg);
  transform: translateY(100%) rotate(180deg);
  bottom: 0;
  content: "";
}
.wrapper.style2 {
  background: #f9f9f9;
}
.wrapper.style2:before, .wrapper.style2:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='0,0 0,100 100,100' style='fill:%23f9f9f9%3B' /%3E%3C/svg%3E");
  z-index: 2;
}
@media screen and (max-width: 1680px) {
  .wrapper {
    padding: 8rem 0 10rem 0;
  }
}
@media screen and (max-width: 1280px) {
  .wrapper {
    padding: 6rem 0 8rem 0;
  }
  .wrapper:before, .wrapper:after {
    height: 4rem;
  }
  .wrapper > .inner {
    max-width: 75rem;
    width: calc(100% - 8rem);
  }
}
@media screen and (max-width: 980px) {
  .wrapper {
    padding: 4rem 0 6rem 0;
  }
  .wrapper:before, .wrapper:after {
    height: 3rem;
  }
}
@media screen and (max-width: 736px) {
  .wrapper {
    padding: 4rem 0 6rem 0;
  }
  .wrapper > .inner {
    width: calc(100% - 6rem);
  }
  .wrapper:before, .wrapper:after {
    height: 2rem;
  }
  .wrapper.alt {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  .wrapper {
    padding: 3rem 0 3rem 0;
  }
  .wrapper > .inner {
    width: calc(100% - 4rem);
  }
}

/* Gallery (may need to adjust gaps/margins) */
@-webkit-keyframes gallery-modal-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes gallery-modal-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.gallery {
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  -webkit-columns: 3;
     -moz-columns: 3;
          columns: 3;
  margin: 0 0 2rem 0;
  width: 100%;
}
.gallery a, .gallery span {
  display: block;
  margin: 0 0 2rem 0;
}
.gallery a img, .gallery span img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 980px) {
  .gallery {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
  }
}
@media screen and (max-width: 736px) {
  .gallery {
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
  }
  .gallery a, .gallery span {
    margin: 0 0 0.5rem 0;
  }
}
.gallery .modal {
  display: -moz-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  pointer-events: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s, z-index 0.5s;
  transition: opacity 0.5s ease, visibility 0.5s, z-index 0.5s;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: rgba(255, 255, 255, 0.875);
  height: 100%;
  left: 0;
  opacity: 0;
  outline: 0;
  position: fixed;
  top: 0;
  visibility: none;
  width: 100%;
  z-index: 0;
}
.gallery .modal:before {
  -webkit-animation: gallery-modal-spinner 1s infinite linear;
  animation: gallery-modal-spinner 1s infinite linear;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='96px' height='96px' viewBox='0 0 96 96' zoomAndPan='disable'%3E%3Cstyle%3Ecircle %7Bfill: transparent%3B stroke: %23000000%3B stroke-width: 1.5px%3B %7D%3C/style%3E%3Cdefs%3E%3CclipPath id='corner'%3E%3Cpolygon points='0,0 48,0 48,48 96,48 96,96 0,96' /%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23corner)'%3E%3Ccircle cx='48' cy='48' r='32'/%3E%3C/g%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 4rem;
  content: "";
  display: block;
  height: 4rem;
  left: 50%;
  margin: -2rem 0 0 -2rem;
  opacity: 0;
  position: absolute;
  top: 50%;
  width: 4rem;
}
.gallery .modal:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='64px' height='64px' viewBox='0 0 64 64' zoomAndPan='disable'%3E%3Cstyle%3Eline %7Bstroke: %23000000%3Bstroke-width: 1.5px%3B%7D%3C/style%3E%3Cline x1='20' y1='20' x2='44' y2='44' /%3E%3Cline x1='20' y1='44' x2='44' y2='20' /%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 3rem;
  content: "";
  cursor: pointer;
  display: block;
  height: 4rem;
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  width: 4rem;
}
.gallery .modal .inner {
  -webkit-transform: translateY(0.75rem);
  transform: translateY(0.75rem);
  -webkit-transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, transform 0.25s ease;
  transition: opacity 0.25s ease, transform 0.25s ease, -webkit-transform 0.25s ease;
  opacity: 0;
}
.gallery .modal .inner img {
  -webkit-box-shadow: 0 1rem 3rem 0 rgba(0, 0, 0, 0.35);
          box-shadow: 0 1rem 3rem 0 rgba(0, 0, 0, 0.35);
  display: block;
  max-height: 85vh;
  max-width: 90vw;
}
.gallery .modal.visible {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  z-index: 11000;
}
.gallery .modal.visible:before {
  opacity: 1;
}
.gallery .modal.loaded .inner {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
  opacity: 1;
}
.gallery .modal.loaded:before {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  opacity: 0;
}

/* Split */
.split {
  display: -moz-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 3rem;
}
.split h2 {
  border-bottom: 2px solid;
  display: inline-block;
  font-size: 1rem;
  letter-spacing: 0.25rem;
  margin-bottom: 2.5rem;
  padding-bottom: 1rem;
}
.split .content {
  border-right: 1px solid;
  min-width: 65%;
  padding-right: 3rem;
  width: 65%;
}
.split .content p {
  margin-bottom: 2.5rem;
}
.split .content > *:last-child {
  margin-bottom: 0;
}
.split .contact-icons {
  margin-bottom: 0;
  padding-left: 4rem;
}

@media screen and (max-width: 1280px) {
  .split .content {
    min-width: 60%;
    width: 60%;
  }
}
@media screen and (max-width: 980px) {
  .split {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .split .content {
    border-bottom: 1px solid;
    border-right: none;
    padding-bottom: 3rem;
    padding-right: 0;
    width: 100%;
  }
  .split .contact-icons {
    margin-bottom: 0;
    padding-left: 0;
    padding-top: 3rem;
  }
}
.split h2 {
  border-color: #000000;
}
.split .content {
  border-color: rgba(99, 116, 133, 0.25);
}

/* Header */
@-webkit-keyframes reveal-header {
  0% {
    top: -4rem;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@keyframes reveal-header {
  0% {
    top: -4rem;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
body #page-wrapper {
  padding-top: 4rem;
}
@media screen and (max-width: 736px) {
  body #page-wrapper {
    padding-top: 3rem;
  }
}

#header {
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -moz-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: -moz-flex-end;
  -ms-justify-content: -ms-flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: background-color padding;
  transition-property: background-color padding;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  background: #ffffff;
  border: none;
  color: #282828;
  height: 4rem;
  left: 0;
  line-height: 4rem;
  padding: 0;
  position: fixed;
  text-transform: uppercase;
  top: 0;
  width: 100%;
  z-index: 10001;
}
#header > .logo {
  -moz-flex: 1;
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
  cursor: default;
  display: block;
  font-size: 1rem;
  letter-spacing: 0.25rem;
  padding-left: 2rem;
  white-space: nowrap;
}
#header > .logo a {
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  color: inherit;
  font-weight: 900;
  letter-spacing: 0.25rem;
  text-decoration: none;
}
#header > .logo a span {
  font-weight: 300;
}
#header > a {
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  color: inherit;
  display: block;
  font-weight: 300;
  letter-spacing: 0.25rem;
  padding: 0 0.75rem;
  text-decoration: none;
}
#header > a:hover, #header > a:focus {
  color: rgba(0, 0, 0, 0.5);
}
#header > a[href="#menu"] {
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
  text-decoration: none;
  display: -moz-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border-left: 1px solid rgba(99, 116, 133, 0.25);
  height: calc(4rem - 1px);
  line-height: 4rem;
  margin-left: 0.5rem;
  padding: 0 2rem;
}
#header > a[href="#menu"]:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  text-transform: none !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
#header > a[href="#menu"] span {
  -moz-order: 1;
  -ms-order: 1;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  font-family: "Lato", Helvetica, sans-serif;
  font-size: 0.65rem;
  font-weight: 900;
  margin-right: 0.25rem;
}
#header > a[href="#menu"]:hover, #header > a[href="#menu"]:focus {
  background-color: rgba(99, 116, 133, 0.075);
  color: #000000;
}
#header > a[href="#menu"]:hover:before, #header > a[href="#menu"]:focus:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cstyle%3Eline %7B stroke-width: 6px%3B stroke: %23000000%3B %7D%3C/style%3E%3Cline x1='10' y1='30' x2='90' y2='30' /%3E%3Cline x1='10' y1='50' x2='90' y2='50' /%3E%3Cline x1='10' y1='70' x2='90' y2='70' /%3E%3C/svg%3E");
}
#header > a[href="#menu"]:before {
  -moz-order: 2;
  -ms-order: 2;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cstyle%3Eline %7B stroke-width: 6px%3B stroke: %23000000%3B %7D%3C/style%3E%3Cline x1='10' y1='30' x2='90' y2='30' /%3E%3Cline x1='10' y1='50' x2='90' y2='50' /%3E%3Cline x1='10' y1='70' x2='90' y2='70' /%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1.75rem;
  content: "";
  float: right;
  height: 1rem;
  margin-left: 0.5rem;
  opacity: 1;
  width: 1rem;
}
#header.alt {
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  color: #ffffff;
  position: absolute;
}
#header.alt > a:hover, #header.alt > a:focus {
  color: #ffffff;
}
#header.alt > a[href="#menu"] {
  border-left: 1px solid rgba(255, 255, 255, 0.25);
}
#header.alt > a[href="#menu"]:hover, #header.alt > a[href="#menu"]:focus {
  background-color: rgba(255, 255, 255, 0.065);
}
#header.alt > a[href="#menu"]:hover:before, #header.alt > a[href="#menu"]:focus:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cstyle%3Eline %7B stroke-width: 6px%3B stroke: %23ffffff%3B %7D%3C/style%3E%3Cline x1='10' y1='30' x2='90' y2='30' /%3E%3Cline x1='10' y1='50' x2='90' y2='50' /%3E%3Cline x1='10' y1='70' x2='90' y2='70' /%3E%3C/svg%3E");
}
#header.alt > a[href="#menu"]:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cstyle%3Eline %7B stroke-width: 6px%3B stroke: %23ffffff%3B %7D%3C/style%3E%3Cline x1='10' y1='30' x2='90' y2='30' /%3E%3Cline x1='10' y1='50' x2='90' y2='50' /%3E%3Cline x1='10' y1='70' x2='90' y2='70' /%3E%3C/svg%3E");
}
#header + #banner {
  margin-top: -4rem;
}
#header.reveal {
  -webkit-animation: reveal-header 0.5s ease;
  animation: reveal-header 0.5s ease;
}
#header.reveal > .logo {
  padding-left: 1.25rem;
}
#header.reveal > nav {
  padding-right: 0;
}
@media screen and (max-width: 736px) {
  #header {
    -moz-align-items: -moz-flex-start;
    -ms-align-items: -ms-flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: 3rem;
    line-height: 3rem;
    padding: 0 0 0 0.5rem;
  }
  #header > .logo {
    font-size: 0.8rem;
    padding-left: 1rem;
  }
  #header > .logo span {
    display: none;
  }
  #header > a[href="#menu"] {
    height: calc(3rem - 1px);
    line-height: 3rem;
    padding: 0 1.5rem;
  }
  #header > a[href="#menu"]:before {
    margin-left: 0;
  }
  #header > a[href="#menu"] span {
    display: none;
  }
  #header > a[href="#menu"]:hover {
    background-color: transparent;
  }
}
@media screen and (max-width: 480px) {
  #header {
    min-width: 320px;
  }
  #header + #banner {
    margin-top: -5rem;
  }
}

/* Menu */
#page-wrapper {
  -webkit-transition: -webkit-filter 0.25s ease;
  transition: -webkit-filter 0.25s ease;
  transition: filter 0.25s ease;
  transition: filter 0.25s ease, -webkit-filter 0.25s ease;
}

#menu {
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -moz-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  pointer-events: none;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s;
  transition: opacity 0.5s ease, visibility 0.5s;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  background-color: rgba(224, 224, 224, 0.9);
  cursor: default;
  height: 100%;
  left: 0;
  opacity: 0;
  padding: 1.5rem;
  position: fixed;
  text-align: center;
  top: 0;
  user-select: none;
  visibility: hidden;
  width: 100%;
  z-index: 10002;
}
#menu .inner {
  padding: 2.5rem 1.5rem 0.5rem 1.5rem;
  -webkit-transform: translateY(0.5rem);
  transform: translateY(0.5rem);
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-overflow-scrolling: touch;
  background: #000000;
  border-radius: 10px;
  color: #ffffff;
  display: block;
  max-width: 100%;
  opacity: 0;
  position: relative;
  text-transform: uppercase;
  width: 24rem;
}
#menu h2 {
  border-bottom: solid 1px rgba(255, 255, 255, 0.25);
  color: inherit;
  font-family: "Oswald", Helvetica, sans-serif;
  letter-spacing: 0.1rem;
  padding-bottom: 1rem;
}
#menu .close {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='64px' height='64px' viewBox='0 0 64 64' zoomAndPan='disable'%3E%3Cstyle%3Eline %7Bstroke: %23ffffff%3Bstroke-width: 1.5px%3B%7D%3C/style%3E%3Cline x1='20' y1='20' x2='44' y2='44' /%3E%3Cline x1='20' y1='44' x2='44' y2='20' /%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 3rem;
  content: "";
  cursor: pointer;
  display: block;
  height: 4rem;
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  width: 4rem;
}
#menu .close span {
  display: none;
}
#menu .links {
  list-style: none;
  margin-bottom: 1.5rem;
  padding: 0;
}
#menu .links li {
  padding: 0;
}
#menu .links li a {
  -webkit-transition: color  ease-in-out;
  transition: color  ease-in-out;
  background-color: transparent;
  border: 0;
  color: inherit;
  display: block;
  font-weight: 300;
  letter-spacing: 0.25rem;
  line-height: 1.85rem;
  padding: 0.75rem 0;
  text-decoration: none;
}
#menu .links li a:hover {
  background-color: #ffffff;
  color: #000000;
}
@media screen and (max-width: 736px) {
  #menu .inner {
    max-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
  }
  #menu .inner .close {
    background-size: 1.5rem 1.5rem;
  }
}

body.is-menu-visible #page-wrapper {
  -moz-filter: blur(1.5px);
  -webkit-filter: blur(1.5px);
  -ms-filter: blur(1.5px);
  filter: blur(1.5px);
}
body.is-menu-visible #menu {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
}
body.is-menu-visible #menu .inner {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

/* Banner */
#banner {
  background-color: #000000;
  color: #ffffff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 40rem;
  min-height: 95vh;
  position: relative;
  width: 100%;
}
#banner input, #banner select, #banner textarea {
  color: #ffffff;
}
#banner a {
  color: #ffffff;
}
#banner strong, #banner b {
  color: #ffffff;
}
#banner h1, #banner h2, #banner h3, #banner h4, #banner h5, #banner h6 {
  color: #ffffff;
}
#banner blockquote {
  border-left-color: rgba(255, 255, 255, 0.25);
}
#banner code {
  background: rgba(255, 255, 255, 0.065);
  border-color: rgba(255, 255, 255, 0.25);
}
#banner hr {
  border-bottom-color: rgba(255, 255, 255, 0.25);
}
#banner .box {
  border-color: rgba(255, 255, 255, 0.25);
}
#banner input[type=submit],
#banner input[type=reset],
#banner input[type=button],
#banner button,
#banner .button {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff !important;
}
#banner input[type=submit]:after,
#banner input[type=reset]:after,
#banner input[type=button]:after,
#banner button:after,
#banner .button:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='36px' height='24px' viewBox='0 0 36 24' zoomAndPan='disable'%3E%3Cstyle%3Eline %7B stroke: %23ffffff%3B stroke-width: 2px%3B %7D%3C/style%3E%3Cline x1='0' y1='12' x2='34' y2='12' /%3E%3Cline x1='25' y1='4' x2='34' y2='12.5' /%3E%3Cline x1='25' y1='20' x2='34' y2='11.5' /%3E%3C/svg%3E");
}
#banner input[type=submit]:hover, #banner input[type=submit]:focus,
#banner input[type=reset]:hover,
#banner input[type=reset]:focus,
#banner input[type=button]:hover,
#banner input[type=button]:focus,
#banner button:hover,
#banner button:focus,
#banner .button:hover,
#banner .button:focus {
  background-color: rgba(255, 255, 255, 0.065);
}
#banner input[type=submit]:active,
#banner input[type=reset]:active,
#banner input[type=button]:active,
#banner button:active,
#banner .button:active {
  background-color: rgba(255, 255, 255, 0.165);
}
#banner input[type=submit].icon:before,
#banner input[type=reset].icon:before,
#banner input[type=button].icon:before,
#banner button.icon:before,
#banner .button.icon:before {
  color: #ffffff;
}
#banner input[type=submit].primary,
#banner input[type=reset].primary,
#banner input[type=button].primary,
#banner button.primary,
#banner .button.primary {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #000000;
  color: #ffffff !important;
}
#banner input[type=submit].primary:hover,
#banner input[type=reset].primary:hover,
#banner input[type=button].primary:hover,
#banner button.primary:hover,
#banner .button.primary:hover {
  background-color: rgba(0, 0, 0, 0.75);
}
#banner input[type=submit].primary.icon:before,
#banner input[type=reset].primary.icon:before,
#banner input[type=button].primary.icon:before,
#banner button.primary.icon:before,
#banner .button.primary.icon:before {
  color: #ffffff !important;
}
#banner label {
  color: #ffffff;
}
#banner input[type=text],
#banner input[type=password],
#banner input[type=email],
#banner select,
#banner textarea {
  background-color: #000000;
  border-color: rgba(255, 255, 255, 0.25);
}
#banner input[type=text]:focus,
#banner input[type=password]:focus,
#banner input[type=email]:focus,
#banner select:focus,
#banner textarea:focus {
  border-color: #ffffff;
  -webkit-box-shadow: 0 0 0 1px #ffffff;
          box-shadow: 0 0 0 1px #ffffff;
}
#banner select {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='rgba(255, 255, 255, 0.25)' /%3E%3C/svg%3E");
}
#banner select option {
  color: #ffffff;
  background: #000000;
}
#banner input[type=checkbox] + label,
#banner input[type=radio] + label {
  color: #ffffff;
}
#banner input[type=checkbox] + label:before,
#banner input[type=radio] + label:before {
  background: #000000;
  border-color: rgba(255, 255, 255, 0.25);
}
#banner input[type=checkbox]:checked + label:before,
#banner input[type=radio]:checked + label:before {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000;
}
#banner input[type=checkbox]:focus + label:before,
#banner input[type=radio]:focus + label:before {
  border-color: #ffffff;
  -webkit-box-shadow: 0 0 0 1px #ffffff;
          box-shadow: 0 0 0 1px #ffffff;
}
#banner ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.75) !important;
}
#banner :-moz-placeholder {
  color: rgba(255, 255, 255, 0.75) !important;
}
#banner ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.75) !important;
}
#banner :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.75) !important;
}
#banner .formerize-placeholder {
  color: rgba(255, 255, 255, 0.75) !important;
}
#banner ul.alt li {
  border-top-color: rgba(255, 255, 255, 0.25);
}
#banner header p {
  color: #ffffff;
}
#banner header.major h1 {
  border-color: rgba(255, 255, 255, 0.25);
}
#banner table tbody tr {
  border-color: rgba(255, 255, 255, 0.25);
}
#banner table tbody tr:nth-child(2n+1) {
  background-color: rgba(255, 255, 255, 0.065);
}
#banner table th {
  color: #ffffff;
}
#banner table thead {
  border-bottom-color: rgba(255, 255, 255, 0.25);
}
#banner table tfoot {
  border-top-color: rgba(255, 255, 255, 0.25);
}
#banner table.alt tbody tr td {
  border-color: rgba(255, 255, 255, 0.25);
}
#banner ul.contact-icons li .icon:before {
  background: #000000;
  color: #ffffff;
}
#banner .split h2 {
  border-color: #ffffff;
}
#banner .split .content {
  border-color: rgba(255, 255, 255, 0.25);
}
#banner .tabs > .titles > .title:hover {
  -webkit-box-shadow: 0 2px 0 0 rgba(255, 255, 255, 0.25);
          box-shadow: 0 2px 0 0 rgba(255, 255, 255, 0.25);
}
#banner .tabs > .titles > .title.active {
  -webkit-box-shadow: 0 2px 0 0 #ffffff;
          box-shadow: 0 2px 0 0 #ffffff;
}
#banner:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  pointer-events: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.325)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.325), rgba(0, 0, 0, 0));
  z-index: 2;
}
#banner h1 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  color: #ffffff;
  font-size: 4.75rem;
  margin: 0 auto;
  padding-bottom: 3rem;
  position: relative;
  -moz-text-align-last: left;
       text-align-last: left;
  text-align: left;
  opacity: 0.95;
}
#banner .inner {
  -webkit-transition: opacity 1.5s ease-in-out;
  transition: opacity 1.5s ease-in-out;
  margin: 0 auto;
  max-width: 65rem;
  opacity: 1;
  position: relative;
  width: calc(100% - 4rem);
  z-index: 3;
}
#banner .content {
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -moz-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  text-align: justify;
  width: 100%;
}
#banner .content p {
  border-right: 1px solid rgba(255, 255, 255, 0.25);
  font-size: 1.5rem;
  font-weight: 400;
  min-width: 70%;
  padding: 3rem 3rem 3rem 0;
}
#banner .content ul {
  -moz-justify-content: -moz-flex-end;
  -ms-justify-content: -ms-flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#banner .bg {
  -webkit-transition: opacity 2s ease-in-out;
  transition: opacity 2s ease-in-out;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  opacity: 0.85;
}
#banner .bg div {
  -webkit-transition: opacity 3s ease;
  transition: opacity 3s ease;
  background-size: cover;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 150%;
}
#banner .bg div.visible {
  -webkit-animation: bg 45s linear infinite;
  animation: bg 45s linear infinite;
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
#banner .bg div.visible.top {
  z-index: 2;
}
@media screen and (max-width: 1280px) {
  #banner .bg div.visible {
    -webkit-animation: bg 29.25s linear infinite;
    animation: bg 29.25s linear infinite;
  }
}
@media screen and (max-width: 736px) {
  #banner .bg div.visible {
    -webkit-animation: bg 18s linear infinite;
    animation: bg 18s linear infinite;
  }
}
#banner .bg div:only-child {
  -webkit-animation-direction: alternate !important;
  animation-direction: alternate !important;
}
body.is-preload #banner .bg {
  opacity: 0;
}
@-webkit-keyframes bg {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-25%);
    transform: translateX(-25%);
  }
}
@keyframes bg {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-25%);
    transform: translateX(-25%);
  }
}
@media screen and (max-width: 1680px) {
  #banner {
    padding-top: 4rem;
  }
}
@media screen and (max-width: 1280px) {
  #banner {
    min-height: 90vh;
    padding-top: 3rem;
  }
  #banner .inner {
    margin: 0 auto;
    max-width: 75rem;
    width: calc(100% - 8rem);
  }
  #banner h1 {
    font-size: 4rem;
    padding-bottom: 3rem;
  }
  #banner .content p {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 980px) {
  #banner {
    height: 95vh;
    min-height: 700px;
    padding-top: 3rem;
  }
  #banner h1 {
    font-size: 3rem;
    padding-bottom: 3rem;
    -moz-text-align-last: center;
         text-align-last: center;
    text-align: center;
  }
  #banner .content p {
    font-size: 1.25rem;
  }
  #banner .content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }
  #banner .content p {
    border-right: none;
    font-size: 1.25rem;
    min-width: 100%;
    padding: 3rem 0 0 0;
    text-align: center;
  }
  #banner .content ul {
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 736px) {
  #banner {
    min-height: 600px;
  }
  #banner h1 {
    font-size: 2.5rem;
    padding-bottom: 2rem;
  }
  #banner .inner {
    width: calc(100% - 6rem);
  }
  #banner .content p {
    padding-top: 2rem;
  }
}
@media screen and (max-width: 480px) {
  #banner {
    min-height: 650px;
    padding-top: 4rem;
  }
  #banner .inner {
    width: calc(100% - 4rem);
  }
  #banner h1 {
    padding-bottom: 2rem;
    -moz-text-align-last: center;
         text-align-last: center;
    text-align: center;
  }
  #banner .content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }
  #banner .content p {
    font-size: 1.15rem;
    padding-top: 2rem;
  }
  #banner .content ul {
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
body.is-preload #banner .inner {
  opacity: 0;
}

/* Main */
#main {
  padding-top: 8rem !important;
}
@media screen and (max-width: 1680px) {
  #main {
    padding-top: 6rem !important;
  }
}
@media screen and (max-width: 980px) {
  #main {
    padding-top: 4rem !important;
  }
}

/* Footer */
.copyright {
  color: rgba(40, 40, 40, 0.5);
  text-align: center;
}