/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8xos.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

@font-face{
  font-family:"Futura-LT-W01-Medium";
  src:url("../fonts/Futura-LT-W01-Medium.woff") format("woff"),url("Futura-LT-W01-Medium.woff2") format("woff2");
}

@font-face {
  font-family: "GraphikRegular";
  src: url("../fonts/GraphikRegular.otf") format("opentype"), url("../fonts/GraphikRegular.otf") format("opentype"); }

@font-face {
  font-family: "GraphikBold";
  src: url("../fonts/GraphikSemibold.otf") format("opentype"), url("../fonts/GraphikSemibold.otf") format("opentype"); }

@font-face {
  font-family: "GraphikRegular";
  src: url("../fonts/GraphikRegular.otf") format("opentype"), url("../fonts/GraphikRegular.otf") format("opentype"); }

@font-face {
  font-family: "GraphikBold";
  src: url("../fonts/GraphikSemibold.otf") format("opentype"), url("../fonts/GraphikSemibold.otf") format("opentype"); }


/* --------------------------------------------------------
	Base
-------------------------------------------------------- */
html {
  color: #FFFD00;
  font-family: "GraphikRegular", -apple-system, BlinkMacSystemFont, helvetica, arial, sans-serif;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0.03em;
  line-height: 1.35em;
  margin-top: 0;
  margin-bottom: 1.35em; }
  html a {
    color: #FFFD00;
    text-decoration: underline; }
  @media (max-width: 599px) {
    html {
      font-size: 18px;
      line-height: 1.35em; } }
p, ol, ul, li {
  color: #FFFD00;
  font-family: "GraphikRegular", -apple-system, BlinkMacSystemFont, helvetica, arial, sans-serif;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0.02em;
  line-height: 1.35em;
  margin-top: 0;
  margin-bottom: 1.35em; }
  p a, ol a, ul a, li a {
    color: #FFFD00;
    text-decoration: underline; }
  @media (max-width: 599px) {
    p, ol, ul, li {
      font-size: 18px;
      line-height: 1.35em; } }
h1, h2, h3, h4, h5, h6 {
  color: #000;
  font-family: "Futura-LT-W01-Medium", "GraphikRegular", -apple-system, BlinkMacSystemFont, helvetica, arial, sans-serif;
  font-weight: 400;
  line-height: 1.1em;
  margin: 0; }

h1 {
  font-size: 3.2rem; }

h2 {
  font-size: 2.6rem; }

h3 {
  font-size: 1.17rem; }

h4 {
  font-size: 1.12rem; }

h5 {
  font-size: 0.83rem; }

h6 {
  font-size: 0.75rem; }

/* --------------------------------------------------------
	Custom theme text colors
-------------------------------------------------------- */
.t--black {
  color: #000 !important; }

/* --------------------------------------------------------
	Custom theme text sizes
-------------------------------------------------------- */
.t--xxl {
  font-size: 42px !important;
  line-height: 1.35em !important; }

.t--xl {
  font-size: 28px !important;
  line-height: 1.35em !important; }

.t--lg {
  font-size: 24px !important;
  line-height: 1.35em !important; }

.t--md {
  font-size: 21px !important;
  line-height: 1.35em !important; }

.t--sm {
  font-size: 16px !important;
  line-height: 1.35em !important; }

.t--xs {
  font-size: 14px !important;
  line-height: 1.35em !important; }

.t--xxs {
  font-size: 12px !important;
  line-height: 1.35em !important; }

@media (max-width: 599px) {
  .t--xxl {
    font-size: 25px !important;
    line-height: 1.35em !important; }
  .t--xl {
    font-size: 18px !important;
    line-height: 1.35em !important; }
  .t--lg {
    font-size: 16px !important;
    line-height: 1.35em !important; }
  .t--md {
    font-size: 15px !important;
    line-height: 1.35em !important; }
  .t--sm {
    font-size: 14px !important;
    line-height: 1.35em !important; }
  .t--xs {
    font-size: 13px !important;
    line-height: 1.35em !important; }
  .t--xxs {
    font-size: 12px !important;
    line-height: 1.35em !important; } }

.t--sans {
  font-family: "GraphikRegular", -apple-system, BlinkMacSystemFont, helvetica, arial, sans-serif; }

.t--serif {
  font-family: "GraphikRegular", serif; }

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

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

/* --------------------------------------------------------
	Custom theme headline sizes
-------------------------------------------------------- */
[class^="h--"] {
  color: #FFFD00; }

.h--sans {
  font-family: "GraphikRegular", -apple-system, BlinkMacSystemFont, helvetica, arial, sans-serif; }

.h--serif {
  font-family: "GraphikRegular", serif; }

.h--light {
  font-weight: 300; }

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

.h--xxxl {
  font-size: 56px;
  font-style: normal;
  letter-spacing: 0.02em;
  line-height: 1.1em; }

.h--xxl {
  font-size: 48px;
  font-style: normal;
  letter-spacing: 0.02em;
  line-height: 1.1em; }

.h--xl {
  font-size: 48px;
  font-style: normal;
  letter-spacing: 0.02em;
  line-height: 1.1em; }

.h--lg {
  font-size: 20px;
  font-style: normal;
  letter-spacing: 0.02em;
  line-height: 1.1em; }

.h--md {
  font-size: 18px;
  font-style: normal;
  letter-spacing: 0.02em;
  line-height: 1.1em; }

.h--sm {
  font-size: 16px;
  font-style: normal;
  letter-spacing: 0.02em;
  line-height: 1.1em; }

.h--xs {
  font-size: 14px;
  font-style: normal;
  letter-spacing: 0.02em;
  line-height: 1.1em; }

.h--xxs {
  font-size: 13px;
  font-style: normal;
  letter-spacing: 0.02em;
  line-height: 1.1em; }

@media (min-width: 800px) {
  .h--xxxl {
    display: block;
    font-size: 72px;
    font-style: normal;
    line-height: 1.1em; }
    .h--xxxl > br {
      display: inline; }
  .h--xxl {
    display: block;
    font-size: 56px;
    font-style: normal;
    line-height: 1.1em; }
    .h--xxl > br {
      display: inline; }
  .h--xl {
    display: block;
    font-size: 54px;
    font-style: normal;
    line-height: 1.1em; }
    .h--xl > br {
      display: inline; }
  .h--lg {
    display: block;
    font-size: 28px;
    font-style: normal;
    line-height: 1.1em; }
    .h--lg > br {
      display: inline; }
  .h--md {
    display: block;
    font-size: 25px;
    font-style: normal;
    line-height: 1.1em; }
    .h--md > br {
      display: inline; }
  .h--sm {
    display: block;
    font-size: 19px;
    font-style: normal;
    line-height: 1.1em; }
    .h--sm > br {
      display: inline; }
  .h--xs {
    display: block;
    font-size: 16px;
    font-style: normal;
    line-height: 1.1em; }
    .h--xs > br {
      display: inline; }
  .h--xxs {
    display: block;
    font-size: 14px;
    font-style: normal;
    line-height: 1.1em; }
    .h--xxs > br {
      display: inline; } }

/*******************************************************************************
OMCSS Helper Classes - OMCSS Framework
*******************************************************************************/
img {
  height: auto;
  max-width: 100%;
  width: 100%; }

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

/* === PADDING */
.p--0 {
  padding: 0px !important; }

.pt--0 {
  padding-top: 0px !important; }

.pr--0 {
  padding-right: 0px !important; }

.pb--0 {
  padding-bottom: 0px !important; }

.pl--0 {
  padding-left: 0px !important; }

.px--0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important; }

.py--0 {
  padding-left: 0px !important;
  padding-right: 0px !important; }

/* === MARGIN */
.m--0 {
  margin: 0px !important; }

.mt--0 {
  margin-top: 0px !important; }

.mr--0 {
  margin-right: 0px !important; }

.mb--0 {
  margin-bottom: 0px !important; }

.ml--0 {
  margin-left: 0px !important; }

.mx--0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important; }

.my--0 {
  margin: 0px !important;
  margin-bottom: 0px !important; }

@media (max-width: 799px) {
  /* === PADDING */
  .p--0 {
    padding: 0px; }
  .pt--0 {
    padding-top: 0px; }
  .pr--0 {
    padding-right: 0px; }
  .pb--0 {
    padding-bottom: 0px; }
  .pl--0 {
    padding-left: 0px; }
  .px--0 {
    padding-top: 0px;
    padding-bottom: 0px; }
  .py--0 {
    padding-left: 0px;
    padding-right: 0px; }
  /* === MARGIN */
  .m--0 {
    margin: 0px; }
  .mt--0 {
    margin-top: 0px; }
  .mr--0 {
    margin-right: 0px; }
  .mb--0 {
    margin-bottom: 0px; }
  .ml--0 {
    margin-left: 0px; }
  .mx--0 {
    margin-top: 0px;
    margin-bottom: 0px; }
  .my--0 {
    margin: 0px;
    margin-bottom: 0px; } }

/* === PADDING */
.p--1 {
  padding: 10px !important; }

.pt--1 {
  padding-top: 10px !important; }

.pr--1 {
  padding-right: 10px !important; }

.pb--1 {
  padding-bottom: 10px !important; }

.pl--1 {
  padding-left: 10px !important; }

.px--1 {
  padding-top: 10px !important;
  padding-bottom: 10px !important; }

.py--1 {
  padding-left: 10px !important;
  padding-right: 10px !important; }

/* === MARGIN */
.m--1 {
  margin: 10px !important; }

.mt--1 {
  margin-top: 10px !important; }

.mr--1 {
  margin-right: 10px !important; }

.mb--1 {
  margin-bottom: 10px !important; }

.ml--1 {
  margin-left: 10px !important; }

.mx--1 {
  margin-top: 10px !important;
  margin-bottom: 10px !important; }

.my--1 {
  margin: 10px !important;
  margin-bottom: 10px !important; }

@media (max-width: 799px) {
  /* === PADDING */
  .p--1 {
    padding: 5px; }
  .pt--1 {
    padding-top: 5px; }
  .pr--1 {
    padding-right: 5px; }
  .pb--1 {
    padding-bottom: 5px; }
  .pl--1 {
    padding-left: 5px; }
  .px--1 {
    padding-top: 5px;
    padding-bottom: 5px; }
  .py--1 {
    padding-left: 5px;
    padding-right: 5px; }
  /* === MARGIN */
  .m--1 {
    margin: 5px; }
  .mt--1 {
    margin-top: 5px; }
  .mr--1 {
    margin-right: 5px; }
  .mb--1 {
    margin-bottom: 5px; }
  .ml--1 {
    margin-left: 5px; }
  .mx--1 {
    margin-top: 5px;
    margin-bottom: 5px; }
  .my--1 {
    margin: 5px;
    margin-bottom: 5px; } }

/* === PADDING */
.p--2 {
  padding: 20px !important; }

.pt--2 {
  padding-top: 20px !important; }

.pr--2 {
  padding-right: 20px !important; }

.pb--2 {
  padding-bottom: 20px !important; }

.pl--2 {
  padding-left: 20px !important; }

.px--2 {
  padding-top: 20px !important;
  padding-bottom: 20px !important; }

.py--2 {
  padding-left: 20px !important;
  padding-right: 20px !important; }

/* === MARGIN */
.m--2 {
  margin: 20px !important; }

.mt--2 {
  margin-top: 20px !important; }

.mr--2 {
  margin-right: 20px !important; }

.mb--2 {
  margin-bottom: 20px !important; }

.ml--2 {
  margin-left: 20px !important; }

.mx--2 {
  margin-top: 20px !important;
  margin-bottom: 20px !important; }

.my--2 {
  margin: 20px !important;
  margin-bottom: 20px !important; }

@media (max-width: 799px) {
  /* === PADDING */
  .p--2 {
    padding: 10px; }
  .pt--2 {
    padding-top: 10px; }
  .pr--2 {
    padding-right: 10px; }
  .pb--2 {
    padding-bottom: 10px; }
  .pl--2 {
    padding-left: 10px; }
  .px--2 {
    padding-top: 10px;
    padding-bottom: 10px; }
  .py--2 {
    padding-left: 10px;
    padding-right: 10px; }
  /* === MARGIN */
  .m--2 {
    margin: 10px; }
  .mt--2 {
    margin-top: 10px; }
  .mr--2 {
    margin-right: 10px; }
  .mb--2 {
    margin-bottom: 10px; }
  .ml--2 {
    margin-left: 10px; }
  .mx--2 {
    margin-top: 10px;
    margin-bottom: 10px; }
  .my--2 {
    margin: 10px;
    margin-bottom: 10px; } }

/* === PADDING */
.p--3 {
  padding: 30px !important; }

.pt--3 {
  padding-top: 30px !important; }

.pr--3 {
  padding-right: 30px !important; }

.pb--3 {
  padding-bottom: 30px !important; }

.pl--3 {
  padding-left: 30px !important; }

.px--3 {
  padding-top: 30px !important;
  padding-bottom: 30px !important; }

.py--3 {
  padding-left: 30px !important;
  padding-right: 30px !important; }

/* === MARGIN */
.m--3 {
  margin: 30px !important; }

.mt--3 {
  margin-top: 30px !important; }

.mr--3 {
  margin-right: 30px !important; }

.mb--3 {
  margin-bottom: 30px !important; }

.ml--3 {
  margin-left: 30px !important; }

.mx--3 {
  margin-top: 30px !important;
  margin-bottom: 30px !important; }

.my--3 {
  margin: 30px !important;
  margin-bottom: 30px !important; }

@media (max-width: 799px) {
  /* === PADDING */
  .p--3 {
    padding: 15px; }
  .pt--3 {
    padding-top: 15px; }
  .pr--3 {
    padding-right: 15px; }
  .pb--3 {
    padding-bottom: 15px; }
  .pl--3 {
    padding-left: 15px; }
  .px--3 {
    padding-top: 15px;
    padding-bottom: 15px; }
  .py--3 {
    padding-left: 15px;
    padding-right: 15px; }
  /* === MARGIN */
  .m--3 {
    margin: 15px; }
  .mt--3 {
    margin-top: 15px; }
  .mr--3 {
    margin-right: 15px; }
  .mb--3 {
    margin-bottom: 15px; }
  .ml--3 {
    margin-left: 15px; }
  .mx--3 {
    margin-top: 15px;
    margin-bottom: 15px; }
  .my--3 {
    margin: 15px;
    margin-bottom: 15px; } }

/* === PADDING */
.p--4 {
  padding: 40px !important; }

.pt--4 {
  padding-top: 40px !important; }

.pr--4 {
  padding-right: 40px !important; }

.pb--4 {
  padding-bottom: 40px !important; }

.pl--4 {
  padding-left: 40px !important; }

.px--4 {
  padding-top: 40px !important;
  padding-bottom: 40px !important; }

.py--4 {
  padding-left: 40px !important;
  padding-right: 40px !important; }

/* === MARGIN */
.m--4 {
  margin: 40px !important; }

.mt--4 {
  margin-top: 40px !important; }

.mr--4 {
  margin-right: 40px !important; }

.mb--4 {
  margin-bottom: 40px !important; }

.ml--4 {
  margin-left: 40px !important; }

.mx--4 {
  margin-top: 40px !important;
  margin-bottom: 40px !important; }

.my--4 {
  margin: 40px !important;
  margin-bottom: 40px !important; }

@media (max-width: 799px) {
  /* === PADDING */
  .p--4 {
    padding: 20px; }
  .pt--4 {
    padding-top: 20px; }
  .pr--4 {
    padding-right: 20px; }
  .pb--4 {
    padding-bottom: 20px; }
  .pl--4 {
    padding-left: 20px; }
  .px--4 {
    padding-top: 20px;
    padding-bottom: 20px; }
  .py--4 {
    padding-left: 20px;
    padding-right: 20px; }
  /* === MARGIN */
  .m--4 {
    margin: 20px; }
  .mt--4 {
    margin-top: 20px; }
  .mr--4 {
    margin-right: 20px; }
  .mb--4 {
    margin-bottom: 20px; }
  .ml--4 {
    margin-left: 20px; }
  .mx--4 {
    margin-top: 20px;
    margin-bottom: 20px; }
  .my--4 {
    margin: 20px;
    margin-bottom: 20px; } }

/* === PADDING */
.p--5 {
  padding: 50px !important; }

.pt--5 {
  padding-top: 50px !important; }

.pr--5 {
  padding-right: 50px !important; }

.pb--5 {
  padding-bottom: 50px !important; }

.pl--5 {
  padding-left: 50px !important; }

.px--5 {
  padding-top: 50px !important;
  padding-bottom: 50px !important; }

.py--5 {
  padding-left: 50px !important;
  padding-right: 50px !important; }

/* === MARGIN */
.m--5 {
  margin: 50px !important; }

.mt--5 {
  margin-top: 50px !important; }

.mr--5 {
  margin-right: 50px !important; }

.mb--5 {
  margin-bottom: 50px !important; }

.ml--5 {
  margin-left: 50px !important; }

.mx--5 {
  margin-top: 50px !important;
  margin-bottom: 50px !important; }

.my--5 {
  margin: 50px !important;
  margin-bottom: 50px !important; }

@media (max-width: 799px) {
  /* === PADDING */
  .p--5 {
    padding: 25px; }
  .pt--5 {
    padding-top: 25px; }
  .pr--5 {
    padding-right: 25px; }
  .pb--5 {
    padding-bottom: 25px; }
  .pl--5 {
    padding-left: 25px; }
  .px--5 {
    padding-top: 25px;
    padding-bottom: 25px; }
  .py--5 {
    padding-left: 25px;
    padding-right: 25px; }
  /* === MARGIN */
  .m--5 {
    margin: 25px; }
  .mt--5 {
    margin-top: 25px; }
  .mr--5 {
    margin-right: 25px; }
  .mb--5 {
    margin-bottom: 25px; }
  .ml--5 {
    margin-left: 25px; }
  .mx--5 {
    margin-top: 25px;
    margin-bottom: 25px; }
  .my--5 {
    margin: 25px;
    margin-bottom: 25px; } }

/* === PADDING */
.p--6 {
  padding: 60px !important; }

.pt--6 {
  padding-top: 60px !important; }

.pr--6 {
  padding-right: 60px !important; }

.pb--6 {
  padding-bottom: 60px !important; }

.pl--6 {
  padding-left: 60px !important; }

.px--6 {
  padding-top: 60px !important;
  padding-bottom: 60px !important; }

.py--6 {
  padding-left: 60px !important;
  padding-right: 60px !important; }

/* === MARGIN */
.m--6 {
  margin: 60px !important; }

.mt--6 {
  margin-top: 60px !important; }

.mr--6 {
  margin-right: 60px !important; }

.mb--6 {
  margin-bottom: 60px !important; }

.ml--6 {
  margin-left: 60px !important; }

.mx--6 {
  margin-top: 60px !important;
  margin-bottom: 60px !important; }

.my--6 {
  margin: 60px !important;
  margin-bottom: 60px !important; }

@media (max-width: 799px) {
  /* === PADDING */
  .p--6 {
    padding: 30px; }
  .pt--6 {
    padding-top: 30px; }
  .pr--6 {
    padding-right: 30px; }
  .pb--6 {
    padding-bottom: 30px; }
  .pl--6 {
    padding-left: 30px; }
  .px--6 {
    padding-top: 30px;
    padding-bottom: 30px; }
  .py--6 {
    padding-left: 30px;
    padding-right: 30px; }
  /* === MARGIN */
  .m--6 {
    margin: 30px; }
  .mt--6 {
    margin-top: 30px; }
  .mr--6 {
    margin-right: 30px; }
  .mb--6 {
    margin-bottom: 30px; }
  .ml--6 {
    margin-left: 30px; }
  .mx--6 {
    margin-top: 30px;
    margin-bottom: 30px; }
  .my--6 {
    margin: 30px;
    margin-bottom: 30px; } }

/* === PADDING */
.p--7 {
  padding: 70px !important; }

.pt--7 {
  padding-top: 70px !important; }

.pr--7 {
  padding-right: 70px !important; }

.pb--7 {
  padding-bottom: 70px !important; }

.pl--7 {
  padding-left: 70px !important; }

.px--7 {
  padding-top: 70px !important;
  padding-bottom: 70px !important; }

.py--7 {
  padding-left: 70px !important;
  padding-right: 70px !important; }

/* === MARGIN */
.m--7 {
  margin: 70px !important; }

.mt--7 {
  margin-top: 70px !important; }

.mr--7 {
  margin-right: 70px !important; }

.mb--7 {
  margin-bottom: 70px !important; }

.ml--7 {
  margin-left: 70px !important; }

.mx--7 {
  margin-top: 70px !important;
  margin-bottom: 70px !important; }

.my--7 {
  margin: 70px !important;
  margin-bottom: 70px !important; }

@media (max-width: 799px) {
  /* === PADDING */
  .p--7 {
    padding: 35px; }
  .pt--7 {
    padding-top: 35px; }
  .pr--7 {
    padding-right: 35px; }
  .pb--7 {
    padding-bottom: 35px; }
  .pl--7 {
    padding-left: 35px; }
  .px--7 {
    padding-top: 35px;
    padding-bottom: 35px; }
  .py--7 {
    padding-left: 35px;
    padding-right: 35px; }
  /* === MARGIN */
  .m--7 {
    margin: 35px; }
  .mt--7 {
    margin-top: 35px; }
  .mr--7 {
    margin-right: 35px; }
  .mb--7 {
    margin-bottom: 35px; }
  .ml--7 {
    margin-left: 35px; }
  .mx--7 {
    margin-top: 35px;
    margin-bottom: 35px; }
  .my--7 {
    margin: 35px;
    margin-bottom: 35px; } }

/* === PADDING */
.p--8 {
  padding: 80px !important; }

.pt--8 {
  padding-top: 80px !important; }

.pr--8 {
  padding-right: 80px !important; }

.pb--8 {
  padding-bottom: 80px !important; }

.pl--8 {
  padding-left: 80px !important; }

.px--8 {
  padding-top: 80px !important;
  padding-bottom: 80px !important; }

.py--8 {
  padding-left: 80px !important;
  padding-right: 80px !important; }

/* === MARGIN */
.m--8 {
  margin: 80px !important; }

.mt--8 {
  margin-top: 80px !important; }

.mr--8 {
  margin-right: 80px !important; }

.mb--8 {
  margin-bottom: 80px !important; }

.ml--8 {
  margin-left: 80px !important; }

.mx--8 {
  margin-top: 80px !important;
  margin-bottom: 80px !important; }

.my--8 {
  margin: 80px !important;
  margin-bottom: 80px !important; }

@media (max-width: 799px) {
  /* === PADDING */
  .p--8 {
    padding: 40px; }
  .pt--8 {
    padding-top: 40px; }
  .pr--8 {
    padding-right: 40px; }
  .pb--8 {
    padding-bottom: 40px; }
  .pl--8 {
    padding-left: 40px; }
  .px--8 {
    padding-top: 40px;
    padding-bottom: 40px; }
  .py--8 {
    padding-left: 40px;
    padding-right: 40px; }
  /* === MARGIN */
  .m--8 {
    margin: 40px; }
  .mt--8 {
    margin-top: 40px; }
  .mr--8 {
    margin-right: 40px; }
  .mb--8 {
    margin-bottom: 40px; }
  .ml--8 {
    margin-left: 40px; }
  .mx--8 {
    margin-top: 40px;
    margin-bottom: 40px; }
  .my--8 {
    margin: 40px;
    margin-bottom: 40px; } }

/* === PADDING */
.p--9 {
  padding: 90px !important; }

.pt--9 {
  padding-top: 90px !important; }

.pr--9 {
  padding-right: 90px !important; }

.pb--9 {
  padding-bottom: 90px !important; }

.pl--9 {
  padding-left: 90px !important; }

.px--9 {
  padding-top: 90px !important;
  padding-bottom: 90px !important; }

.py--9 {
  padding-left: 90px !important;
  padding-right: 90px !important; }

/* === MARGIN */
.m--9 {
  margin: 90px !important; }

.mt--9 {
  margin-top: 90px !important; }

.mr--9 {
  margin-right: 90px !important; }

.mb--9 {
  margin-bottom: 90px !important; }

.ml--9 {
  margin-left: 90px !important; }

.mx--9 {
  margin-top: 90px !important;
  margin-bottom: 90px !important; }

.my--9 {
  margin: 90px !important;
  margin-bottom: 90px !important; }

@media (max-width: 799px) {
  /* === PADDING */
  .p--9 {
    padding: 45px; }
  .pt--9 {
    padding-top: 45px; }
  .pr--9 {
    padding-right: 45px; }
  .pb--9 {
    padding-bottom: 45px; }
  .pl--9 {
    padding-left: 45px; }
  .px--9 {
    padding-top: 45px;
    padding-bottom: 45px; }
  .py--9 {
    padding-left: 45px;
    padding-right: 45px; }
  /* === MARGIN */
  .m--9 {
    margin: 45px; }
  .mt--9 {
    margin-top: 45px; }
  .mr--9 {
    margin-right: 45px; }
  .mb--9 {
    margin-bottom: 45px; }
  .ml--9 {
    margin-left: 45px; }
  .mx--9 {
    margin-top: 45px;
    margin-bottom: 45px; }
  .my--9 {
    margin: 45px;
    margin-bottom: 45px; } }

/* === PADDING */
.p--10 {
  padding: 100px !important; }

.pt--10 {
  padding-top: 100px !important; }

.pr--10 {
  padding-right: 100px !important; }

.pb--10 {
  padding-bottom: 100px !important; }

.pl--10 {
  padding-left: 100px !important; }

.px--10 {
  padding-top: 100px !important;
  padding-bottom: 100px !important; }

.py--10 {
  padding-left: 100px !important;
  padding-right: 100px !important; }

/* === MARGIN */
.m--10 {
  margin: 100px !important; }

.mt--10 {
  margin-top: 100px !important; }

.mr--10 {
  margin-right: 100px !important; }

.mb--10 {
  margin-bottom: 100px !important; }

.ml--10 {
  margin-left: 100px !important; }

.mx--10 {
  margin-top: 100px !important;
  margin-bottom: 100px !important; }

.my--10 {
  margin: 100px !important;
  margin-bottom: 100px !important; }

@media (max-width: 799px) {
  /* === PADDING */
  .p--10 {
    padding: 50px; }
  .pt--10 {
    padding-top: 50px; }
  .pr--10 {
    padding-right: 50px; }
  .pb--10 {
    padding-bottom: 50px; }
  .pl--10 {
    padding-left: 50px; }
  .px--10 {
    padding-top: 50px;
    padding-bottom: 50px; }
  .py--10 {
    padding-left: 50px;
    padding-right: 50px; }
  /* === MARGIN */
  .m--10 {
    margin: 50px; }
  .mt--10 {
    margin-top: 50px; }
  .mr--10 {
    margin-right: 50px; }
  .mb--10 {
    margin-bottom: 50px; }
  .ml--10 {
    margin-left: 50px; }
  .mx--10 {
    margin-top: 50px;
    margin-bottom: 50px; }
  .my--10 {
    margin: 50px;
    margin-bottom: 50px; } }

/* ==========================================================================
   Layout
   ========================================================================== */
/**
* Display
*/
.block {
  display: block; }

.inline-block {
  display: inline-block; }

.inline {
  display: inline; }

.hide {
  display: none; }

/**
* Floats
*/
.float-right {
  float: right; }

.float-left {
  float: left; }

.float-none {
  float: none; }

.clearfix {
  overflow: auto; }
  .clearfix::after {
    content: "";
    display: table;
    clear: both; }

/**
* Overflow
*/
.overflow-auto {
  overflow: auto; }

.overflow-hidden {
  overflow: hidden; }

.overflow-visible {
  overflow: visible; }

.overflow-scroll {
  overflow: scroll; }

/**
* Positions
*/
.static {
  position: static; }

.fixed {
  position: fixed; }

.absolute {
  position: absolute; }

.relative {
  position: relative; }

.sticky {
  position: sticky; }

/**
* Visibility
*/
.visible {
  visibility: visible; }

.invisible {
  visibility: hidden; }

/* Display - Flexbox
   ========================================================================== */
/**
* Flex Direction
*/
.flex {
  display: flex !important; }

.flex-inline {
  display: inline-flex; }

.flex-row {
  flex-direction: row; }

.flex-row-reverse {
  flex-direction: row-reverse; }

.flex-col {
  flex-direction: column; }

.flex-col-reverse {
  flex-direction: column-reverse; }

/**
* Flex Wrapping
*/
.flex-no-wrap {
  flex-wrap: nowrap;
  flex-wrap: no; }

.flex-wrap {
  flex-wrap: wrap; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse; }

/**
* Flex Align Items
*/
.flex-align-items-stretch {
  align-items: stretch; }

.flex-align-items-start {
  align-items: flex-start; }

.flex-align-items-center {
  align-items: center; }

.flex-align-items-end {
  align-items: flex-end; }

.flex-align-items-baseline {
  align-items: baseline; }

/**
* Flex Justify Content
*/
.flex-justify-content-start {
  justify-content: flex-start; }

.flex-justify-content-center {
  justify-content: center; }

.flex-justify-content-end {
  justify-content: flex-end; }

.flex-justify-content-between {
  justify-content: space-between; }

.flex-justify-content-around {
  justify-content: space-around; }

/**
* Flex Align Content
*/
.flex-align-content-start {
  align-content: flex-start; }

.flex-align-content-center {
  align-content: center; }

.flex-align-content-end {
  align-content: flex-end; }

.flex-align-content-between {
  align-content: space-between; }

.flex-align-content-around {
  align-content: space-around; }

/**
* Flex Align Self
*/
.flex-align-self-auto {
  align-self: auto; }

.flex-align-self-start {
  align-self: flex-start; }

.flex-align-self-center {
  align-self: center; }

.flex-align-self-end {
  align-self: flex-end; }

.flex-align-self-stretch {
  align-self: stretch; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
* Text Alignment
*/
.txt-left-align {
  text-align: left; }

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

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

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

/**
* Style & Decoration
*/
.italic {
  font-style: italic; }

.normal {
  font-style: normal; }

.uppercase {
  text-transform: uppercase; }

.lowercase {
  text-transform: lowercase; }

.capitalize {
  text-transform: capitalize; }

.underline {
  text-decoration: underline; }

.line-through {
  text-decoration: line-through; }

.no-underline {
  text-decoration: none; }

/**
* Lists
*/

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

/* ==========================================================================
   Sizing
   ========================================================================== */
/**
* Width
*/
.w-screen {
  width: 100vw; }

.w-full {
  width: 100%; }

.w-half {
  width: 50%; }

.w-auto {
  width: auto; }

/**
* Height
*/
.h-screen {
  height: 100vh; }

.h-full {
  height: 100%; }

.height-auto {
  height: auto; }

/* ==========================================================================
   Media Queries
   ========================================================================== */
/**
* Small Devices Only
*/
@media (min-width: 600px) {
  .sm-only {
    display: none !important; } }

@media (min-width: 800px) {
  .sm-only {
    display: none !important; } }

/**
* Medium Devices Only
*/
@media (max-width: 599px) {
  .md-only {
    display: none !important; } }

@media (min-width: 800px) {
  .md-only {
    display: none !important; } }

/**
* Large Devices Only
*/
@media (max-width: 599px) {
  .lg-only {
    display: none !important; } }

@media (min-width: 600px) and (max-width: 799px) {
  .lg-only {
    display: none !important; } }

/* Media Queries - Hidden
   ========================================================================== */
@media (max-width: 599px) {
  .sm-hide {
    display: none !important; } }

@media (min-width: 600px) and (max-width: 799px) {
  .md-hide {
    display: none !important; } }

@media (min-width: 800px) {
  .lg-hide {
    display: none !important; } }

::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5); }

::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5); }

:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5); }

:-moz-placeholder {
  color: rgba(0, 0, 0, 0.5); }

input[type='email'],
input[type='number'],
input[type='password'],
input[type='search'],
input[type='tel'],
input[type='text'],
input[type='url'],
textarea,
select {
  -moz-appearance: none;
       appearance: none;
  background-color: #FFF;
  border: none;
  border: 2px solid #2B2B2B;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  display: inline-block;
  font-family: "GraphikRegular", -apple-system, BlinkMacSystemFont, helvetica, arial, sans-serif;
  font-size: 24px;
  font-size: #000;
  padding: 0.125em;
  width: auto;
  -webkit-appearance: none; }
  input[type='email'].full,
  input[type='number'].full,
  input[type='password'].full,
  input[type='search'].full,
  input[type='tel'].full,
  input[type='text'].full,
  input[type='url'].full,
  textarea.full,
  select.full {
    width: 100%; }
  input[type='email'].disabled, input[type='email']:disabled,
  input[type='number'].disabled,
  input[type='number']:disabled,
  input[type='password'].disabled,
  input[type='password']:disabled,
  input[type='search'].disabled,
  input[type='search']:disabled,
  input[type='tel'].disabled,
  input[type='tel']:disabled,
  input[type='text'].disabled,
  input[type='text']:disabled,
  input[type='url'].disabled,
  input[type='url']:disabled,
  textarea.disabled,
  textarea:disabled,
  select.disabled,
  select:disabled {
    background-color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.5);
    color: rgba(0, 0, 0, 0.5); }

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

input[type='email']:focus,
input[type='number']:focus,
input[type='password']:focus,
input[type='search']:focus,
input[type='tel']:focus,
input[type='text']:focus,
input[type='url']:focus,
textarea:focus,
select:focus {
  border-color: #2B2B2B;
  outline: 0; }

select,
select:focus {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211%22%20height%3D%228%22%20viewBox%3D%220%200%2011%208%22%3E%0A%20%20%3Cpolygon%20fill%3D%22%23000000%22%20points%3D%221121.116%20566.48%201122.884%20568.247%201127.994%20563.137%201122.973%20558.116%201121.206%20559.884%201124.459%20563.137%22%20transform%3D%22matrix(0%201%201%200%20-557.627%20-1120.373)%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-size: auto 8px;
  background-position: right .825rem center;
  background-repeat: no-repeat;
  padding-right: 2.0rem; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  select, select:focus {
    padding-right: 0; } }

textarea {
  min-height: 6.5rem; }

label,
legend {
  color: #000;
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: .5rem; }
  label.align-top,
  legend.align-top {
    display: block; }

fieldset {
  border-width: 0;
  padding: 0; }

input[type='checkbox'],
input[type='radio'] {
  display: inline;
  opacity: 1; }

.inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1260px;
  padding-left: 40px;
  padding-right: 40px; }
  @media (max-width: 799px) {
    .inner {
      padding-left: 20px;
      padding-right: 20px; } }
*[data-inview="false"] {
  opacity: 0; }

*[data-inview],
*[data-init] {
  opacity: 0;
  margin-top: 2%; }

*[data-inview="true"] {
  margin-top: 0;
  opacity: 1;
  transition: all 800ms cubic-bezier(0.23, 1, 0.32, 1); }

*[data-init="true"] {
  margin-top: 0;
  opacity: 1;
  transition: all 800ms cubic-bezier(0.175, 0.885, 0.32, 1.275); }

.icon-facebook {
  background-image: url("../images/social-facebook.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  margin-left: .25em;
  margin-right: .25em;
  height: 30px;
  width: 30px;
  text-indent: -9999px; }

.icon-facebook-rev {
  background-image: url("../images/social-facebook-rev.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  margin-left: .25em;
  margin-right: .25em;
  height: 30px;
  width: 30px;
  text-indent: -9999px; }

.icon-google {
  background-image: url("../images/social-google.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  margin-left: .25em;
  margin-right: .25em;
  height: 30px;
  width: 30px;
  text-indent: -9999px; }

.icon-google-rev {
  background-image: url("../images/social-google-rev.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  margin-left: .25em;
  margin-right: .25em;
  height: 30px;
  width: 30px;
  text-indent: -9999px; }

.icon-instagram {
  background-image: url("../images/social-instagram.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  margin-left: .25em;
  margin-right: .25em;
  height: 30px;
  width: 30px;
  text-indent: -9999px; }

.icon-instagram-rev {
  background-image: url("../images/social-instagram-rev.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  margin-left: .25em;
  margin-right: .25em;
  height: 30px;
  width: 30px;
  text-indent: -9999px; }

.icon-linkedin {
  background-image: url("../images/social-linkedin.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  margin-left: .25em;
  margin-right: .25em;
  height: 30px;
  width: 30px;
  text-indent: -9999px; }

.icon-linkedin-rev {
  background-image: url("../images/social-linkedin-rev.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  margin-left: .25em;
  margin-right: .25em;
  height: 30px;
  width: 30px;
  text-indent: -9999px; }

.icon-pinterest {
  background-image: url("../images/social-pinterest.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  margin-left: .25em;
  margin-right: .25em;
  height: 30px;
  width: 30px;
  text-indent: -9999px; }

.icon-pinterest-rev {
  background-image: url("../images/social-pinterest-rev.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  margin-left: .25em;
  margin-right: .25em;
  height: 30px;
  width: 30px;
  text-indent: -9999px; }

.icon-rss {
  background-image: url("../images/social-rss.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  margin-left: .25em;
  margin-right: .25em;
  height: 30px;
  width: 30px;
  text-indent: -9999px; }

.icon-rss-rev {
  background-image: url("../images/social-rss-rev.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  margin-left: .25em;
  margin-right: .25em;
  height: 30px;
  width: 30px;
  text-indent: -9999px; }

.icon-twitter {
  background-image: url("../images/social-twitter.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  margin-left: .25em;
  margin-right: .25em;
  height: 30px;
  width: 30px;
  text-indent: -9999px; }

.icon-twitter-rev {
  background-image: url("../images/social-twitter-rev.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  margin-left: .25em;
  margin-right: .25em;
  height: 30px;
  width: 30px;
  text-indent: -9999px; }

.icon-vimeo {
  background-image: url("../images/social-vimeo.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  margin-left: .25em;
  margin-right: .25em;
  height: 30px;
  width: 30px;
  text-indent: -9999px; }

.icon-vimeo-rev {
  background-image: url("../images/social-vimeo-rev.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  margin-left: .25em;
  margin-right: .25em;
  height: 30px;
  width: 30px;
  text-indent: -9999px; }

.icon-youtube {
  background-image: url("../images/social-youtube.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  margin-left: .25em;
  margin-right: .25em;
  height: 30px;
  width: 30px;
  text-indent: -9999px; }

.icon-youtube-rev {
  background-image: url("../images/social-youtube-rev.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  margin-left: .25em;
  margin-right: .25em;
  height: 30px;
  width: 30px;
  text-indent: -9999px; }

.icon-signup {
  background-image: url("../images/social-signup.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  margin-left: .25em;
  margin-right: .25em;
  height: 30px;
  width: 30px;
  text-indent: -9999px; }

.icon-signup-rev {
  background-image: url("../images/social-signup-rev.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  margin-left: .25em;
  margin-right: .25em;
  height: 30px;
  width: 30px;
  text-indent: -9999px; }

.bg--white {
  background-color: #FFF !important; }

::-moz-selection {
  background-color: #FFFD00;
  color: #18A0FB; }

::selection {
  background-color: #FFFD00;
  color: #18A0FB; }

@-webkit-keyframes revealPane {
  0% {
    height: 100%; }
  100% {
    height: 0%; } }

@keyframes revealPane {
  0% {
    height: 100%; }
  100% {
    height: 0%; } }

.section-apply .apply-form input[type="submit"], .button {
  background-color: #18A0FB;
  border-radius: 3px;
  display: inline-block;
  padding: 0 20px; }
  @media (max-width: 799px) {
    .section-apply .apply-form input[type="submit"], .button {
      padding: 0 20px; } }
.button {
  color: #FFF;
  font-family: "GraphikBold", -apple-system, BlinkMacSystemFont, helvetica, arial, sans-serif;
  text-decoration: none; }
  .button-lg {
    padding: 20px 30px; }
  @media (max-width: 799px) {
    .button {
      display: block;
      box-sizing: border-box;
      width: 100%; } }
body, html {
  background-color: #357A19;
  height: 100vh; }
  body strong, html strong {
    font-family: "GraphikBold", -apple-system, BlinkMacSystemFont, helvetica, arial, sans-serif; }

.hidden {
  display: none; }
  @media all and (max-width: 799px) {
    .hidden-mobile {
      display: none; } }
  @media all and (min-width: 800px) {
    .hidden-desktop {
      display: none; } }
.singlecol-header {
  background-image: url(../images/pixelated-hdr.jpg);
  background-size: cover;
  text-align: center; }
  .singlecol-header svg {
    max-width: 800px; }

.singlecol-content {
  max-width: 1000px;
  margin: auto; }
  .singlecol-content * {
    color: #FFFD00 !important; }
  .singlecol-content ol, .singlecol-content ul {
    margin: 0;
    padding-left: 1em; }
    .singlecol-content ol li, .singlecol-content ul li {
      margin-bottom: 10px; }

.singlecol-cta .button {
  background-color: transparent;
  border: 3px solid #FFFD00;
  border-radius: 10px;
  color: #FFFD00;
  display: inline-block;
  font-size: 17px;
  height: 59px;
  line-height: 59px;
  font-family: "GraphikBold", -apple-system, BlinkMacSystemFont, helvetica, arial, sans-serif;
  padding: 0 30px;
  box-sizing: border-box;
  text-decoration: none; }

@media (max-width: 799px) {
  .singlecol-cta .button + .button {
    margin-top: 10px; } }

.sitewrapper {
  background-image: url(../images/pixelated.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center; }
  .sitewrapper:before {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.6));
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: -100px;
    z-index: 1; }

.siteheader {
  background-color: rgba(0, 0, 0, 0.35);
  padding: 20px 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3; }
  .siteheader-alt {
    background-color: #357A19; }
    .siteheader-alt + .sitecontent * {
      color: #000; }
    .siteheader-alt + .sitecontent p, .siteheader-alt + .sitecontent ul, .siteheader-alt + .sitecontent li {
      font-size: 80%; }
  .siteheader-logo {
    background-image: url(../images/lobus-logo.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    height: 40px;
    width: 130px; }
  .siteheader-content {
    display: flex;
    align-items: center; }
  .siteheader-links {
    margin-left: auto; }
  .siteheader-link {
    color: #FFF;
    font-family: "GraphikBold", -apple-system, BlinkMacSystemFont, helvetica, arial, sans-serif;
    font-size: 14px;
    letter-spacing: .06em;
    text-decoration: none; }
    .siteheader-link + * {
      margin-left: 10px; }
  @media (max-width: 799px) {
    .siteheader .siteheader-logo {
      max-width: 100px; }
    .siteheader .siteheader-link:not(.button) {
      display: none; }
    .siteheader .siteheader-link.button {
      font-size: 13px;
      margin: 0;
      padding: 12px; } }
.sitecontent {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2; }

.carousel {
  height: 600px; }
  .carousel .carousel-item {
    height: 400px;
    width: 286px; }
  @media (max-width: 799px) {
    .carousel {
      height: 400px; }
      .carousel .carousel-item {
        height: 400px;
        width: 286px; } }
.sitefooter, .section-apply, .section-goals, .section-roadmap, .section-signup, .section-presale, .section-lead, .section-hero {
  margin: auto;
  padding-top: 150px;
  text-align: center;
  position: relative;
  z-index: 3; }

.section-hero {
  max-width: 900px;
  padding-top: 25vh; }
  .section-hero svg {
    max-width: 100%; }
    .section-hero svg.hidden-desktop {
      max-height: 70vh;
      margin: auto; }

.section-lead {
  max-width: 940px; }

.section-presale {
  max-width: 860px; }

.section-signup {
  max-width: 860px; }
  .section-signup-blocks {
    display: flex;
    flex-direction: column; }
    @media (min-width: 800px) {
      .section-signup-blocks {
        flex-direction: row; } }
.section-roadmap {
  max-width: 860px; }
  .section-roadmap-list {
    list-style: none;
    margin: 0 auto;
    padding: 0; }
    .section-roadmap-list li {
      margin-bottom: 60px; }

.section-goals .inner {
  padding-left: 0px;
  padding-right: 0px;

}
.section-goals-content {
  max-width: 1227px;
  margin: auto; }

.section-goals-content > p {
  max-width: 860px;
  text-align: center;
  margin:auto;
}

.section-goals-columns > .column > .percent-drop {
  font-family: GraphikRegular;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 18px;
  margin: 8px 0px;
}

.section-goals-columns > .column > .attribute-type {
  font-family: Futura-LT-W01-Medium;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  margin: 8px 0px;
}

.section-goals-columns > .column > .attribute-description {
  font-family: GraphikRegular;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  margin: 8px 0px;
}

.section-goals-columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  align-content: center;
  margin: auto;
  width: 100%;
}

 @media (min-width: 600px) {
    .section-goals-columns .column {
      width: calc(33%);
  }
 }

.section-goals-columns > .column > img {
  width: 200px;
}

.section-apply {
  background-color: #FADB14; }
  .section-apply-columns {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%; }
    .section-apply-columns .column {
      text-align: left; }
    @media (min-width: 600px) {
      .section-apply-columns .column {
        flex-basis: calc(50% - 20px);
      } }
  .section-apply .apply-form {
    color: #000;
    font-size: 14px;
    line-height: 1em; }
    .section-apply .apply-form-row {
      margin-bottom: 20px; }
      .section-apply .apply-form-row.inline {
        display: flex;
        justify-content: space-between; }
        .section-apply .apply-form-row.inline .apply-form-field {
          max-width: calc(50% - 10px); }
      .section-apply .apply-form-row.checkbox {
        padding-left: 30px;
        position: relative; }
        .section-apply .apply-form-row.checkbox input[type="checkbox"] {
          opacity: 1;
          position: absolute;
          pointer-events: fill;
          left: .125em;
          top: .125em;
          -webkit-transform: scale(1.5);
                  transform: scale(1.5); }
    .section-apply .apply-form-error {
      color: #000;
      display: block;
      font-size: 14px;
      margin-top: 10px; }
    .section-apply .apply-form input[type="text"],
    .section-apply .apply-form input[type="email"],
    .section-apply .apply-form input[type="phone"],
    .section-apply .apply-form select {
      background-color: transparent !important;
      border: none;
      border-bottom: 2px solid #000;
      font-size: 17px;
      height: auto;
      padding-left: 0;
      padding-top: .5em;
      padding-bottom: .5em;
      width: 100%; }
      .section-apply .apply-form input[type="text"]::-webkit-input-placeholder, .section-apply .apply-form input[type="email"]::-webkit-input-placeholder, .section-apply .apply-form input[type="phone"]::-webkit-input-placeholder, .section-apply .apply-form select::-webkit-input-placeholder {
        color: #000 !important;
        opacity: 1; }
      .section-apply .apply-form input[type="text"]::-moz-placeholder, .section-apply .apply-form input[type="email"]::-moz-placeholder, .section-apply .apply-form input[type="phone"]::-moz-placeholder, .section-apply .apply-form select::-moz-placeholder {
        color: #000 !important;
        opacity: 1; }
      .section-apply .apply-form input[type="text"]:-ms-input-placeholder, .section-apply .apply-form input[type="email"]:-ms-input-placeholder, .section-apply .apply-form input[type="phone"]:-ms-input-placeholder, .section-apply .apply-form select:-ms-input-placeholder {
        color: #000 !important;
        opacity: 1; }
      .section-apply .apply-form input[type="text"]::placeholder,
      .section-apply .apply-form input[type="email"]::placeholder,
      .section-apply .apply-form input[type="phone"]::placeholder,
      .section-apply .apply-form select::placeholder {
        color: #000 !important;
        opacity: 1; }
    .section-apply .apply-form select {
      background-position: right center; }
    .section-apply .apply-form-field {
      width: 100%; }
      .section-apply .apply-form-field.error {
        position: relative; }
        .section-apply .apply-form-field.error input[type="text"],
        .section-apply .apply-form-field.error input[type="email"],
        .section-apply .apply-form-field.error input[type="phone"],
        .section-apply .apply-form-field.error select {
          border-color: #CF1322;
          color: #CF1322; }
          .section-apply .apply-form-field.error input[type="text"]::-webkit-input-placeholder, .section-apply .apply-form-field.error input[type="email"]::-webkit-input-placeholder, .section-apply .apply-form-field.error input[type="phone"]::-webkit-input-placeholder, .section-apply .apply-form-field.error select::-webkit-input-placeholder {
            color: #CF1322 !important; }
          .section-apply .apply-form-field.error input[type="text"]::-moz-placeholder, .section-apply .apply-form-field.error input[type="email"]::-moz-placeholder, .section-apply .apply-form-field.error input[type="phone"]::-moz-placeholder, .section-apply .apply-form-field.error select::-moz-placeholder {
            color: #CF1322 !important; }
          .section-apply .apply-form-field.error input[type="text"]:-ms-input-placeholder, .section-apply .apply-form-field.error input[type="email"]:-ms-input-placeholder, .section-apply .apply-form-field.error input[type="phone"]:-ms-input-placeholder, .section-apply .apply-form-field.error select:-ms-input-placeholder {
            color: #CF1322 !important; }
          .section-apply .apply-form-field.error input[type="text"]::placeholder,
          .section-apply .apply-form-field.error input[type="email"]::placeholder,
          .section-apply .apply-form-field.error input[type="phone"]::placeholder,
          .section-apply .apply-form-field.error select::placeholder {
            color: #CF1322 !important; }
        .section-apply .apply-form-field.error:after {
          background-image: url(../images/icon-error.svg);
          background-position: right center;
          background-repeat: no-repeat;
          background-size: 18px auto;
          content: '';
          display: block;
          height: 30px;
          width: 30px;
          position: absolute;
          top: .5em;
          right: 0; }
        .section-apply .apply-form-field.error.field-select:after {
          right: 1em; }
    .section-apply .apply-form-success {
      flex: 1;
      margin-left: 20px;
      font-style: italic;
      width: 100%; }
    .section-apply .apply-form input[type="submit"] {
      border: none;
      background-color: #000;
      color: #FFF;
      font-family: "GraphikBold", -apple-system, BlinkMacSystemFont, helvetica, arial, sans-serif;
      font-size: 18px;
      padding: 1em 1.5em;
      text-decoration: none; }
      .section-apply .apply-form input[type="submit"]:hover {
        cursor: pointer; }

.sitefooter {
  background-color: #FADB14;
  text-align: left; }
  .sitefooter .inner {
    border-top: 1px solid #000;
    padding-top: 50px;
    padding-bottom: 50px; }
  .sitefooter-legal {
    color: #000;
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.400em; }
    .sitefooter-legal a {
      color: #000;
      display: inline-block;
      text-decoration: none; }
    .sitefooter-legal-links a + a {
      margin-left: 10px; }
  .sitefooter-alt {
    border-top: 1px solid #FFFD00;
    padding-top: 50px;
    padding-bottom: 50px;
    max-width: 1000px;
    margin: auto; }
    .sitefooter-alt * {
      color: #FFFD00; }

.section-signup-calendar {
  margin-top: 20px; }
  .section-signup-calendar-btn {
    background-color: transparent;
    border: 3px solid #FFFD00;
    border-radius: 10px;
    color: #FFFD00;
    display: inline-block;
    font-size: 17px;
    height: 59px;
    line-height: 59px;
    font-family: "GraphikBold", -apple-system, BlinkMacSystemFont, helvetica, arial, sans-serif;
    padding: 0 30px;
    box-sizing: border-box;
    text-decoration: none;
    width: 100%; }
    .section-signup-calendar-btn > span {
      background-image: url(../images/icon-calendar.svg);
      background-position: left 0 center;
      background-repeat: no-repeat;
      display: inline-block;
      padding-left: 40px;
      white-space: nowrap; }
  @media (min-width: 800px) {
    .section-signup-calendar {
      margin-left: auto;
      margin-top: 0;
      padding-left: 10px; } }
@media (min-width: 800px) {
  .section-signup-form {
    max-width: 420px; } }

.section-signup-form input[type="text"],
.section-signup-form input[type="email"] {
  background-color: #FFF;
  border-radius: 10px;
  border: none;
  font-size: 17px;
  height: auto;
  padding: 20px;
  width: 100%;
  box-sizing: border-box; }

.section-signup-form input[type="submit"] {
  background-color: transparent;
  border: 3px solid #FFFD00;
  border-radius: 10px;
  color: #FFFD00;
  font-size: 17px;
  font-family: "GraphikBold", -apple-system, BlinkMacSystemFont, helvetica, arial, sans-serif;
  line-height: .8em;
  padding: 20px 30px;
  box-sizing: border-box; }
  .section-signup-form input[type="submit"]:hover {
    cursor: pointer; }

.section-signup-form-fields {
  display: flex; }

.section-signup-form-field {
  flex: 1;
  margin-right: 10px; }

.section-signup-form-check {
  position: relative; }

.section-signup-form-check.checkbox {
  padding: 10px;
  padding-left: 40px;
  padding-right: 30px;
  font-size: 13px;
  line-height: 1.3em;
  text-align: left; }
  .section-signup-form-check.checkbox input[type="checkbox"] {
    opacity: 1;
    pointer-events: fill;
    position: absolute;
    left: 10px;
    -webkit-transform: scale(1.3);
            transform: scale(1.3); }

.section-signup-form-actions {
  margin-left: 10px; }


/* Button */
.addeventatc 							{display:inline-block;position:relative;height:59px;font-family:"GraphikBold", -apple-system, BlinkMacSystemFont, helvetica, arial, sans-serif;color:#FFFD00!important;font-weight:600;line-height:59px;background:transparent;font-size:17px;text-decoration:none;border:3px solid #FFFD00;padding:0 20px 0 54px;-webkit-border-radius:10px;border-radius:10px;cursor:pointer;-webkit-font-smoothing:antialiased!important;outline-color:rgba(0,78,255,0.5);-webkit-user-select:none;}
/*.addeventatc:hover 						{background-color:#fafafa;color:#000;font-size:17px;text-decoration:none;}*/
.addeventatc:active 					{border-width:2px 1px 0px 1px;}
.addeventatc-selected 					{background-color:#f9f9f9;}
.addeventatc .addeventatc_icon 			{width:28px;height:28px;position:absolute;z-index:1;left:20px;top:15px;background:url(../images/icon-calendar.svg) no-repeat;background-size:28px 28px;}
.addeventatc .start, .addeventatc .end, .addeventatc .timezone, .addeventatc .title, .addeventatc .description, .addeventatc .location, .addeventatc .organizer, .addeventatc .organizer_email, .addeventatc .facebook_event, .addeventatc .all_day_event, .addeventatc .date_format, .addeventatc .alarm_reminder, .addeventatc .recurring, .addeventatc .attendees, .addeventatc .calname, .addeventatc .uid, .addeventatc .status, .addeventatc .method, .addeventatc .client, .addeventatc .transp {display:none!important;}
.addeventatc br 						{display:none;}

/* Drop down */
.addeventatc_dropdown 					{width:230px;position:absolute;padding:6px 0px 0px 0px;font-family:"GraphikBold", -apple-system, BlinkMacSystemFont, helvetica, arial, sans-serif;color:#FFFD00!important;font-weight:600;line-height:100%;background:#fff;font-size:15px;text-decoration:none;text-align:left;margin-left:-1px;display:none;-moz-border-radius:3px;-webkit-border-radius:3px;-webkit-box-shadow:rgba(0,0,0,0.4) 0px 10px 26px;-moz-box-shadow:rgba(0,0,0,0.4) 0px 10px 26px;box-shadow:rgba(0,0,0,0.4) 0px 10px 26px;transform:scale(.98,.98) translateY(5px);z-index:-1;transition:transform .15s ease;-webkit-user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);}
.addeventatc_dropdown.topdown 			{transform:scale(.98,.98) translateY(-5px)!important;}
.addeventatc_dropdown span 				{display:block;line-height:100%;background:#fff;text-decoration:none;cursor:pointer;font-size:15px;color:#333;font-weight:600;padding:14px 10px 14px 55px;margin:-2px 0px;}
.addeventatc_dropdown span:hover 		{background-color:#f4f4f4;color:#000;text-decoration:none;font-size:15px;}
.addeventatc_dropdown em 				{color:#999!important;font-size:12px!important;font-weight:400;}
.addeventatc_dropdown .frs a 			{background:#fff;color:#cacaca!important;cursor:pointer;font-size:9px!important;font-style:normal!important;font-weight:400!important;line-height:110%!important;padding-left:10px;position:absolute;right:10px;text-align:right;text-decoration:none;top:5px;z-index:101;}
.addeventatc_dropdown .frs a:hover 		{color:#999!important;}
.addeventatc_dropdown .ateappleical 	{background:url(../images/gfx/icon-apple-t5.svg) 18px 40% no-repeat;background-size:22px 100%;}
.addeventatc_dropdown .ategoogle 		{background:url(../images/gfx/icon-google-t5.svg) 18px 50% no-repeat;background-size:22px 100%;}
.addeventatc_dropdown .ateoffice365 	{background:url(../images/gfx/icon-office365-t5.svg) 19px 50% no-repeat;background-size:18px 100%;}
.addeventatc_dropdown .ateoutlook 		{background:url(../images/gfx/icon-outlook-t5.svg) 18px 50% no-repeat;background-size:22px 100%;}
.addeventatc_dropdown .ateoutlookcom 	{background:url(../images/gfx/icon-outlookcom-t5.svg) 18px 50% no-repeat;background-size:22px 100%;}
.addeventatc_dropdown .ateyahoo 		{background:url(../images/gfx/icon-yahoo-t5.svg) 18px 50% no-repeat;background-size:22px 100%;}
.addeventatc_dropdown .atefacebook 		{background:url(../images/gfx/icon-facebook-t5.svg) 18px 50% no-repeat;background-size:22px 100%;}
.addeventatc_dropdown .copyx 			{height:21px;display:block;position:relative;cursor:default;}
.addeventatc_dropdown .copyx 			{height:21px;display:block;position:relative;cursor:default;}
.addeventatc_dropdown .brx 				{height:1px;overflow:hidden;background:#e8e8e8;position:absolute;z-index:100;left:10px;right:10px;top:9px;}
.addeventatc_dropdown.addeventatc-selected {transform:scale(1,1) translateY(0px);z-index:99999999999;}
.addeventatc_dropdown.topdown.addeventatc-selected {transform:scale(1,1) translateY(0px)!important;}
.addeventatc_dropdown .drop_markup 		{background-color:#f4f4f4;}

/*FAQ*/

#section-faq {
  max-width: 960px;
  margin: 100px auto 200px;
}
.collapsible {
  border: none;
  box-shadow: none;
}

.collapsible-header {
  background: none;
}

.collapsible li {
  margin-bottom: 0;
  border: none;
}

.collapsible p {
  margin-bottom: 0;
}

.icon-discord {
  background-image: url(../images/discord.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin-left: 0.25em;
  margin-right: 0.25em;
  height: 30px;
  width: 30px;
  text-indent: -9999px;
}

.section-roadmap {
  max-width: 1260px;
}

.section-roadmap-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  justify-items: center;
}

.section-roadmap-list li {
  width: 100%;
  padding: 1rem;
  /* text-shadow: 1px 1px 3px rgb(4 28 8), -1px -1px 3px rgb(4 28 8); */
  margin-bottom: 0;
}

.section-roadmap-list p {
  margin-bottom: 0.75rem;
  line-height: 1.5;
}

.grid-center {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
}

#profile {
  max-width: 525px;
  margin: 40px auto 0;
}

#profile-title {
  margin-top: 42px;
  font-size: 28px;
  line-height: 40px;
  color: #FFFD00;
}

#profile-text {
  font-size: 24px;
  line-height: 34px;
}

#lucien-socials {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 100%;
  gap: 1.25rem;
  margin-top: 24.5px;
}

.insta {
  justify-self: self-end;
}

.twitter {
  justify-self: self-start;
}

@media (min-width: 768px) {
  .section-roadmap-list {
    grid-template-columns: repeat(3, 1fr);
  }
}