@charset "UTF-8";
html {
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 62.5%;
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

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, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 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; }

ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

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

a {
  text-decoration: none;
  color: inherit; }

img {
  height: auto;
  max-width: 100%; }

img[src$=".svg"] {
  width: 100%; }

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

*:focus {
  outline: none; }

input[type=text], input[type=email], input[type=submit], textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/*============================================================== */
/*============================================================== */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; }

@keyframes fadeUp {
  0% {
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: translateY(60px);
    -moz-transform: translateY(60px);
    -ms-transform: translateY(60px);
    -o-transform: translateY(60px);
    transform: translateY(60px); }
  100% {
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }
@keyframes fadeDown {
  0% {
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: translateY(-60px);
    -moz-transform: translateY(-60px);
    -ms-transform: translateY(-60px);
    -o-transform: translateY(-60px);
    transform: translateY(-60px); }
  100% {
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }
@keyframes fadeRight {
  0% {
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: translateX(-50px);
    -moz-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    -o-transform: translateX(-50px);
    transform: translateX(-50px); }
  100% {
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }
@keyframes fadeLeft {
  0% {
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: translateX(50px);
    -moz-transform: translateX(50px);
    -ms-transform: translateX(50px);
    -o-transform: translateX(50px);
    transform: translateX(50px); }
  100% {
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }
@media (min-width: 600px) {
  .animate-items .is-visible:nth-child(1) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: .4s;
    animation-iteration-count: 1;
    animation-timing-function: 0.4s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards;
    animation-delay: 0.1s; }

  .animate-items .is-visible:nth-child(2) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: .4s;
    animation-iteration-count: 1;
    animation-timing-function: 0.4s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards;
    animation-delay: 0.2s; }

  .animate-items .is-visible:nth-child(3) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: .4s;
    animation-iteration-count: 1;
    animation-timing-function: 0.4s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards;
    animation-delay: 0.3s; }

  .animate-items .is-visible:nth-child(4) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: .4s;
    animation-iteration-count: 1;
    animation-timing-function: 0.4s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards;
    animation-delay: 0.4s; }

  .animate-items .is-visible:nth-child(5) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: .4s;
    animation-iteration-count: 1;
    animation-timing-function: 0.4s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards;
    animation-delay: 0.5s; }

  .animate-items .is-visible:nth-child(6) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: .4s;
    animation-iteration-count: 1;
    animation-timing-function: 0.4s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards;
    animation-delay: 0.6s; }

  .animate-items .is-visible:nth-child(7) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: .4s;
    animation-iteration-count: 1;
    animation-timing-function: 0.4s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards;
    animation-delay: 0.7s; }

  .animate-items .is-visible:nth-child(8) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: .4s;
    animation-iteration-count: 1;
    animation-timing-function: 0.4s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards;
    animation-delay: 0.8s; }

  .animate-items .is-visible:nth-child(9) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: .4s;
    animation-iteration-count: 1;
    animation-timing-function: 0.4s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards;
    animation-delay: 0.9s; }

  .animate-items .is-visible:nth-child(10) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: .4s;
    animation-iteration-count: 1;
    animation-timing-function: 0.4s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards;
    animation-delay: 1s; }

  .animate-items .is-visible:nth-child(11) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: .4s;
    animation-iteration-count: 1;
    animation-timing-function: 0.4s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards;
    animation-delay: 1.1s; }

  .animate-items .is-visible:nth-child(12) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: .4s;
    animation-iteration-count: 1;
    animation-timing-function: 0.4s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards;
    animation-delay: 1.2s; }

  .animate-items .is-visible:nth-child(13) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: .4s;
    animation-iteration-count: 1;
    animation-timing-function: 0.4s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards;
    animation-delay: 1.3s; }

  .animate-items .is-visible:nth-child(14) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: .4s;
    animation-iteration-count: 1;
    animation-timing-function: 0.4s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards;
    animation-delay: 1.4s; }

  .animate-items .is-visible:nth-child(15) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: .4s;
    animation-iteration-count: 1;
    animation-timing-function: 0.4s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards;
    animation-delay: 1.5s; }

  .animate-items .is-visible:nth-child(16) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: .4s;
    animation-iteration-count: 1;
    animation-timing-function: 0.4s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards;
    animation-delay: 1.6s; }

  .animate-items .is-visible:nth-child(17) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: .4s;
    animation-iteration-count: 1;
    animation-timing-function: 0.4s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards;
    animation-delay: 1.7s; }

  .animate-items .is-visible:nth-child(18) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: .4s;
    animation-iteration-count: 1;
    animation-timing-function: 0.4s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards;
    animation-delay: 1.8s; }

  .animate-items .is-visible:nth-child(19) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: .4s;
    animation-iteration-count: 1;
    animation-timing-function: 0.4s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards;
    animation-delay: 1.9s; }

  .animate-items .is-visible:nth-child(20) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: .4s;
    animation-iteration-count: 1;
    animation-timing-function: 0.4s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards;
    animation-delay: 2s; }

  .animate-items .is-visible:nth-child(21) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: .4s;
    animation-iteration-count: 1;
    animation-timing-function: 0.4s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards;
    animation-delay: 2.1s; }

  .animate-items .is-visible:nth-child(22) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: .4s;
    animation-iteration-count: 1;
    animation-timing-function: 0.4s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards;
    animation-delay: 2.2s; }

  .animate-items .is-visible:nth-child(23) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: .4s;
    animation-iteration-count: 1;
    animation-timing-function: 0.4s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards;
    animation-delay: 2.3s; }

  .animate-items .is-visible:nth-child(24) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: .4s;
    animation-iteration-count: 1;
    animation-timing-function: 0.4s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards;
    animation-delay: 2.4s; }

  .animate-items .is-visible:nth-child(25) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: .4s;
    animation-iteration-count: 1;
    animation-timing-function: 0.4s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards;
    animation-delay: 2.5s; }

  .animate-items .is-visible:nth-child(26) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: .4s;
    animation-iteration-count: 1;
    animation-timing-function: 0.4s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards;
    animation-delay: 2.6s; }

  .animate-items .is-visible:nth-child(27) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: .4s;
    animation-iteration-count: 1;
    animation-timing-function: 0.4s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards;
    animation-delay: 2.7s; }

  .animate-items .is-visible:nth-child(28) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: .4s;
    animation-iteration-count: 1;
    animation-timing-function: 0.4s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards;
    animation-delay: 2.8s; }

  .animate-items .is-visible:nth-child(29) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: .4s;
    animation-iteration-count: 1;
    animation-timing-function: 0.4s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards;
    animation-delay: 2.9s; }

  .animate-items .is-visible:nth-child(30) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: .4s;
    animation-iteration-count: 1;
    animation-timing-function: 0.4s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards;
    animation-delay: 3s; }

  .animate-items .is-visible:nth-child(31) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: .4s;
    animation-iteration-count: 1;
    animation-timing-function: 0.4s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards;
    animation-delay: 3.1s; }

  .animate-items .is-visible:nth-child(32) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: .4s;
    animation-iteration-count: 1;
    animation-timing-function: 0.4s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards;
    animation-delay: 3.2s; }

  .animate-items .is-visible:nth-child(33) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: .4s;
    animation-iteration-count: 1;
    animation-timing-function: 0.4s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards;
    animation-delay: 3.3s; }

  .animate-items .is-visible:nth-child(34) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: .4s;
    animation-iteration-count: 1;
    animation-timing-function: 0.4s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards;
    animation-delay: 3.4s; }

  .animate-items .is-visible:nth-child(35) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: .4s;
    animation-iteration-count: 1;
    animation-timing-function: 0.4s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards;
    animation-delay: 3.5s; }

  .animate-items .is-visible:nth-child(36) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: .4s;
    animation-iteration-count: 1;
    animation-timing-function: 0.4s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards;
    animation-delay: 3.6s; }

  .animate-items .is-visible:nth-child(37) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: .4s;
    animation-iteration-count: 1;
    animation-timing-function: 0.4s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards;
    animation-delay: 3.7s; }

  .animate-items .is-visible:nth-child(38) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: .4s;
    animation-iteration-count: 1;
    animation-timing-function: 0.4s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards;
    animation-delay: 3.8s; }

  .animate-items .is-visible:nth-child(39) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: .4s;
    animation-iteration-count: 1;
    animation-timing-function: 0.4s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards;
    animation-delay: 3.9s; }

  .animate-items .is-visible:nth-child(40) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: .4s;
    animation-iteration-count: 1;
    animation-timing-function: 0.4s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards;
    animation-delay: 4s; }

  .animate-items .is-visible:nth-child(41) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: .4s;
    animation-iteration-count: 1;
    animation-timing-function: 0.4s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards;
    animation-delay: 4.1s; }

  .animate-items .is-visible:nth-child(42) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: .4s;
    animation-iteration-count: 1;
    animation-timing-function: 0.4s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards;
    animation-delay: 4.2s; }

  .animate-items .is-visible:nth-child(43) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: .4s;
    animation-iteration-count: 1;
    animation-timing-function: 0.4s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards;
    animation-delay: 4.3s; }

  .animate-items .is-visible:nth-child(44) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: .4s;
    animation-iteration-count: 1;
    animation-timing-function: 0.4s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards;
    animation-delay: 4.4s; }

  .animate-items .is-visible:nth-child(45) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: .4s;
    animation-iteration-count: 1;
    animation-timing-function: 0.4s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards;
    animation-delay: 4.5s; }

  .animate-items .is-visible:nth-child(46) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: .4s;
    animation-iteration-count: 1;
    animation-timing-function: 0.4s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards;
    animation-delay: 4.6s; }

  .animate-items .is-visible:nth-child(47) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: .4s;
    animation-iteration-count: 1;
    animation-timing-function: 0.4s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards;
    animation-delay: 4.7s; }

  .animate-items .is-visible:nth-child(48) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: .4s;
    animation-iteration-count: 1;
    animation-timing-function: 0.4s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards;
    animation-delay: 4.8s; }

  .animate-items .is-visible:nth-child(49) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: .4s;
    animation-iteration-count: 1;
    animation-timing-function: 0.4s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards;
    animation-delay: 4.9s; }

  .animate-items .is-visible:nth-child(50) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: .4s;
    animation-iteration-count: 1;
    animation-timing-function: 0.4s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards;
    animation-delay: 5s; }

  .animate-items .is-visible:nth-child(51) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: .4s;
    animation-iteration-count: 1;
    animation-timing-function: 0.4s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards;
    animation-delay: 5.1s; }

  .animate-items .is-visible:nth-child(52) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: .4s;
    animation-iteration-count: 1;
    animation-timing-function: 0.4s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards;
    animation-delay: 5.2s; }

  .animate-items .is-visible:nth-child(53) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: .4s;
    animation-iteration-count: 1;
    animation-timing-function: 0.4s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards;
    animation-delay: 5.3s; }

  .animate-items .is-visible:nth-child(54) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: .4s;
    animation-iteration-count: 1;
    animation-timing-function: 0.4s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards;
    animation-delay: 5.4s; }

  .animate-items .is-visible:nth-child(55) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: .4s;
    animation-iteration-count: 1;
    animation-timing-function: 0.4s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards;
    animation-delay: 5.5s; }

  .animate-items .is-visible:nth-child(56) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: .4s;
    animation-iteration-count: 1;
    animation-timing-function: 0.4s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards;
    animation-delay: 5.6s; }

  .animate-items .is-visible:nth-child(57) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: .4s;
    animation-iteration-count: 1;
    animation-timing-function: 0.4s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards;
    animation-delay: 5.7s; }

  .animate-items .is-visible:nth-child(58) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: .4s;
    animation-iteration-count: 1;
    animation-timing-function: 0.4s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards;
    animation-delay: 5.8s; }

  .animate-items .is-visible:nth-child(59) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: .4s;
    animation-iteration-count: 1;
    animation-timing-function: 0.4s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards;
    animation-delay: 5.9s; }

  .animate-items .is-visible:nth-child(60) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: .4s;
    animation-iteration-count: 1;
    animation-timing-function: 0.4s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards;
    animation-delay: 6s; }

  .animate-items .is-visible:nth-child(61) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: .4s;
    animation-iteration-count: 1;
    animation-timing-function: 0.4s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards;
    animation-delay: 6.1s; }

  .animate-items .is-visible:nth-child(62) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: .4s;
    animation-iteration-count: 1;
    animation-timing-function: 0.4s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards;
    animation-delay: 6.2s; }

  .animate-items .is-visible:nth-child(63) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: .4s;
    animation-iteration-count: 1;
    animation-timing-function: 0.4s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards;
    animation-delay: 6.3s; }

  .animate-items .is-visible:nth-child(64) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: .4s;
    animation-iteration-count: 1;
    animation-timing-function: 0.4s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards;
    animation-delay: 6.4s; }

  .animate-items .is-visible:nth-child(65) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: .4s;
    animation-iteration-count: 1;
    animation-timing-function: 0.4s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards;
    animation-delay: 6.5s; }

  .animate-items .is-visible:nth-child(66) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: .4s;
    animation-iteration-count: 1;
    animation-timing-function: 0.4s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards;
    animation-delay: 6.6s; }

  .animate-items .is-visible:nth-child(67) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: .4s;
    animation-iteration-count: 1;
    animation-timing-function: 0.4s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards;
    animation-delay: 6.7s; }

  .animate-items .is-visible:nth-child(68) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: .4s;
    animation-iteration-count: 1;
    animation-timing-function: 0.4s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards;
    animation-delay: 6.8s; }

  .animate-items .is-visible:nth-child(69) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: .4s;
    animation-iteration-count: 1;
    animation-timing-function: 0.4s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards;
    animation-delay: 6.9s; }

  .animate-items .is-visible:nth-child(70) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: .4s;
    animation-iteration-count: 1;
    animation-timing-function: 0.4s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards;
    animation-delay: 7s; }

  .animate-items .is-visible:nth-child(71) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: .4s;
    animation-iteration-count: 1;
    animation-timing-function: 0.4s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards;
    animation-delay: 7.1s; }

  .animate-items .is-visible:nth-child(72) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: .4s;
    animation-iteration-count: 1;
    animation-timing-function: 0.4s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards;
    animation-delay: 7.2s; }

  .animate-items .is-visible:nth-child(73) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: .4s;
    animation-iteration-count: 1;
    animation-timing-function: 0.4s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards;
    animation-delay: 7.3s; }

  .animate-items .is-visible:nth-child(74) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: .4s;
    animation-iteration-count: 1;
    animation-timing-function: 0.4s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards;
    animation-delay: 7.4s; }

  .animate-items .is-visible:nth-child(75) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: .4s;
    animation-iteration-count: 1;
    animation-timing-function: 0.4s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards;
    animation-delay: 7.5s; }

  .animate-items .is-visible:nth-child(76) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: .4s;
    animation-iteration-count: 1;
    animation-timing-function: 0.4s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards;
    animation-delay: 7.6s; }

  .animate-items .is-visible:nth-child(77) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: .4s;
    animation-iteration-count: 1;
    animation-timing-function: 0.4s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards;
    animation-delay: 7.7s; }

  .animate-items .is-visible:nth-child(78) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: .4s;
    animation-iteration-count: 1;
    animation-timing-function: 0.4s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards;
    animation-delay: 7.8s; }

  .animate-items .is-visible:nth-child(79) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: .4s;
    animation-iteration-count: 1;
    animation-timing-function: 0.4s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards;
    animation-delay: 7.9s; }

  .animate-items .is-visible:nth-child(80) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: .4s;
    animation-iteration-count: 1;
    animation-timing-function: 0.4s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards;
    animation-delay: 8s; }

  .animate-items .is-visible:nth-child(81) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: .4s;
    animation-iteration-count: 1;
    animation-timing-function: 0.4s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards;
    animation-delay: 8.1s; }

  .animate-items .is-visible:nth-child(82) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: .4s;
    animation-iteration-count: 1;
    animation-timing-function: 0.4s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards;
    animation-delay: 8.2s; }

  .animate-items .is-visible:nth-child(83) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: .4s;
    animation-iteration-count: 1;
    animation-timing-function: 0.4s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards;
    animation-delay: 8.3s; }

  .animate-items .is-visible:nth-child(84) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: .4s;
    animation-iteration-count: 1;
    animation-timing-function: 0.4s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards;
    animation-delay: 8.4s; }

  .animate-items .is-visible:nth-child(85) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: .4s;
    animation-iteration-count: 1;
    animation-timing-function: 0.4s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards;
    animation-delay: 8.5s; }

  .animate-items .is-visible:nth-child(86) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: .4s;
    animation-iteration-count: 1;
    animation-timing-function: 0.4s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards;
    animation-delay: 8.6s; }

  .animate-items .is-visible:nth-child(87) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: .4s;
    animation-iteration-count: 1;
    animation-timing-function: 0.4s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards;
    animation-delay: 8.7s; }

  .animate-items .is-visible:nth-child(88) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: .4s;
    animation-iteration-count: 1;
    animation-timing-function: 0.4s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards;
    animation-delay: 8.8s; }

  .animate-items .is-visible:nth-child(89) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: .4s;
    animation-iteration-count: 1;
    animation-timing-function: 0.4s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards;
    animation-delay: 8.9s; }

  .animate-items .is-visible:nth-child(90) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: .4s;
    animation-iteration-count: 1;
    animation-timing-function: 0.4s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards;
    animation-delay: 9s; }

  .animate-items .is-visible:nth-child(91) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: .4s;
    animation-iteration-count: 1;
    animation-timing-function: 0.4s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards;
    animation-delay: 9.1s; }

  .animate-items .is-visible:nth-child(92) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: .4s;
    animation-iteration-count: 1;
    animation-timing-function: 0.4s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards;
    animation-delay: 9.2s; }

  .animate-items .is-visible:nth-child(93) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: .4s;
    animation-iteration-count: 1;
    animation-timing-function: 0.4s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards;
    animation-delay: 9.3s; }

  .animate-items .is-visible:nth-child(94) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: .4s;
    animation-iteration-count: 1;
    animation-timing-function: 0.4s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards;
    animation-delay: 9.4s; }

  .animate-items .is-visible:nth-child(95) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: .4s;
    animation-iteration-count: 1;
    animation-timing-function: 0.4s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards;
    animation-delay: 9.5s; }

  .animate-items .is-visible:nth-child(96) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: .4s;
    animation-iteration-count: 1;
    animation-timing-function: 0.4s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards;
    animation-delay: 9.6s; }

  .animate-items .is-visible:nth-child(97) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: .4s;
    animation-iteration-count: 1;
    animation-timing-function: 0.4s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards;
    animation-delay: 9.7s; }

  .animate-items .is-visible:nth-child(98) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: .4s;
    animation-iteration-count: 1;
    animation-timing-function: 0.4s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards;
    animation-delay: 9.8s; }

  .animate-items .is-visible:nth-child(99) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: .4s;
    animation-iteration-count: 1;
    animation-timing-function: 0.4s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards;
    animation-delay: 9.9s; } }
.animate-items .grid-item.scroll {
  opacity: 1; }

.animate-items .grid-item .item {
  opacity: 1; }

@media (min-width: 600px) {
  .animate-items .grid-item .item {
    opacity: 0; }

  .scroll {
    opacity: 0; }

  .is-visible.fadeUp {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: .6s;
    animation-iteration-count: 1;
    animation-timing-function: 0.6s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards; }

  .is-visible.fadeDown {
    animation: fadeDown;
    -webkit-animation-name: fadeDown;
    animation-duration: .6s;
    animation-iteration-count: 1;
    animation-timing-function: 0.6s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards; }

  .is-visible.fadeRight {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: .6s;
    animation-iteration-count: 1;
    animation-timing-function: 0.6s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards; }

  .is-visible.fadeLeft {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: .6s;
    animation-iteration-count: 1;
    animation-timing-function: 0.6s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards; } }
@media (min-width: 900px) {
  .is-visible.fadeRight {
    animation: fadeRight;
    -webkit-animation-name: fadeRight;
    animation-duration: .6s;
    animation-iteration-count: 1;
    animation-timing-function: 0.6s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards; }

  .is-visible.fadeLeft {
    animation: fadeLeft;
    -webkit-animation-name: fadeLeft;
    animation-duration: .6s;
    animation-iteration-count: 1;
    animation-timing-function: 0.6s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards; } }
.mobile {
  display: block; }
  @media (min-width: 900px) {
    .mobile {
      display: none; } }

.desktop {
  display: none; }
  @media (min-width: 900px) {
    .desktop {
      display: block; } }

.wrap900 {
  max-width: 900px;
  width: 94%;
  margin: 0 auto; }

.wrap1000 {
  max-width: 1000px;
  width: 94%;
  margin: 0 auto; }

.wrap1100 {
  max-width: 1100px;
  width: 94%;
  margin: 0 auto; }

.wrap1200 {
  max-width: 1200px;
  width: 94%;
  margin: 0 auto; }

.wrap1400 {
  max-width: 1400px;
  width: 94%;
  margin: 0 auto; }

@media (max-width: 899px) {
  .mobile-full {
    width: 100% !important; } }

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

.grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .grid.flex-end {
    justify-content: flex-end; }
  .grid.flex-start {
    justify-content: flex-start; }
  .grid.flex-center {
    justify-content: center; }
  .grid .w-50 {
    width: 100%; }
    @media (min-width: 900px) {
      .grid .w-50 {
        width: 50%; } }
  .grid .w-33 {
    width: 100%; }
    @media (min-width: 900px) {
      .grid .w-33 {
        width: 33.3333333%; } }
  .grid .w-25 {
    width: 100%; }
    @media (min-width: 768px) {
      .grid .w-25 {
        width: 50%; } }
    @media (min-width: 1024px) {
      .grid .w-25 {
        width: 25%; } }

body, html {
  font-size: 16px;
  color: #000000;
  font-family: "Graphik Web", sans-serif;
  font-weight: 400;
  font-style: normal;
  width: 100%; }

::selection {
  background: #000000;
  color: #ffffff; }

::-moz-selection {
  background: #000000;
  color: #ffffff; }

.button {
  position: relative;
  display: inline-block;
  background: #000000;
  color: #ffffff;
  font-family: "Original Sans Web Four", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  line-height: normal;
  font-size: 20px;
  padding: 13px 20px;
  transition: 0.2s; }
  .button:hover {
    background: #E4E4E3;
    color: #000000; }

.page-base {
  margin: 60px auto; }
  @media (min-width: 900px) {
    .page-base {
      margin: 80px auto; } }

.base.alt h1, .base.alt h2, .base.alt h3, .base.alt h4, .base.alt p, .base.alt li, .base.alt a {
  color: #ffffff; }
.base.alt a.button {
  background: #ffffff;
  color: #000000; }
  .base.alt a.button:hover {
    background: #E4E4E3; }
.base.alt a.link {
  border-color: #ffffff; }
.base.alt ::selection {
  background: #FAF9F7;
  color: #000000; }
.base.alt ::-moz-selection {
  background: #FAF9F7;
  color: #000000; }
.base p {
  line-height: 1.6;
  margin-bottom: 30px; }
  .base p.large {
    font-size: 18px; }
    @media (min-width: 900px) {
      .base p.large {
        font-size: 20px; } }
.base strong {
  font-family: "Graphik Web", sans-serif;
  font-weight: 700;
  font-style: normal; }
.base em {
  font-family: "Graphik Web", sans-serif;
  font-weight: 400;
  font-style: italic; }
.base strong em,
.base em strong {
  font-family: "Graphik Web", sans-serif;
  font-weight: 700;
  font-style: italic; }
.base h1, .base .h1 {
  font-family: "Original Sans Web Four", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  line-height: 0.9;
  font-size: 36px; }
  @media (min-width: 480px) {
    .base h1, .base .h1 {
      font-size: 43px; } }
  @media (min-width: 600px) {
    .base h1, .base .h1 {
      font-size: 60px; } }
  @media (min-width: 900px) {
    .base h1, .base .h1 {
      font-size: 80px;
      line-height: 0.8; } }
  @media (min-width: 1200px) {
    .base h1, .base .h1 {
      font-size: 105px; } }
.base h2 {
  font-family: "Original Sans Web Four", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 32px;
  text-transform: uppercase;
  line-height: 0.9;
  margin-bottom: 20px; }
  @media (min-width: 600px) {
    .base h2 {
      font-size: 36px; } }
  @media (min-width: 900px) {
    .base h2 {
      font-size: 45px; } }
  @media (min-width: 1200px) {
    .base h2 {
      font-size: 56px; } }
.base h3 {
  font-family: "Graphik Web", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #000000;
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 10px; }
  @media (min-width: 600px) {
    .base h3 {
      font-size: 28px;
      margin-bottom: 20px; } }
  @media (min-width: 900px) {
    .base h3 {
      font-size: 32px; } }
.base h4 {
  font-family: "Original Sans Web Four", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 0.9;
  margin-bottom: 10px; }
  @media (min-width: 900px) {
    .base h4 {
      font-size: 22px; } }
.base hr {
  margin: 20px 0;
  width: 60px;
  height: 2px;
  border: none;
  background: #E4E4E3; }
.base a:not(.link):not(.button) {
  text-decoration: underline; }
  .base a:not(.link):not(.button):hover {
    text-decoration: none; }
.base a.link {
  font-family: "Original Sans Web Four", sans-serif;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  text-transform: uppercase;
  border-bottom: 3px solid #000000;
  position: relative;
  z-index: 2; }
  .base a.link:hover {
    color: #999999; }
.base blockquote {
  background: #FAF9F7;
  padding: 40px 30px 10px;
  margin: 40px auto;
  border-left: 4px solid #E4E4E3; }
  @media (min-width: 600px) {
    .base blockquote {
      padding: 40px 40px 15px; } }
  @media (min-width: 900px) {
    .base blockquote {
      padding: 40px 60px 15px; } }
  .base blockquote p {
    font-size: 16px;
    font-family: "Graphik Web", sans-serif;
    font-weight: 400;
    font-style: italic; }
    @media (min-width: 600px) {
      .base blockquote p {
        font-size: 18px; } }
    @media (min-width: 900px) {
      .base blockquote p {
        font-size: 20px; } }
.base ul {
  margin: 0 0 30px 20px;
  list-style: none; }
  @media (min-width: 900px) {
    .base ul {
      margin: 0 0 40px 20px; } }
  .base ul li {
    position: relative;
    margin-bottom: 15px;
    padding-left: 12px;
    line-height: 1.5; }
    .base ul li::before {
      position: absolute;
      top: -1px;
      left: 8px;
      text-indent: -15px;
      content: "•"; }
    .base ul li ul {
      margin: 12px 0 30px 0; }
.base ol {
  list-style: none;
  counter-reset: a;
  margin: 0 0 30px 20px; }
  @media (min-width: 900px) {
    .base ol {
      margin: 0 0 30px 30px; } }
  .base ol li {
    position: relative;
    margin-bottom: 12px;
    padding-left: 25px;
    line-height: 1.5; }
    .base ol li::before {
      font-family: "Graphik Web", sans-serif;
      font-weight: 700;
      font-style: normal;
      position: absolute;
      text-indent: -35px;
      counter-increment: a;
      content: counter(a) ".";
      top: 0px; }
.base .alignnone, .base .aligncenter, .base .alignright, .base .alignleft {
  width: 100% !important;
  margin: 40px auto; }
.base .alignright {
  margin: 0 auto 30px; }
  @media (min-width: 900px) {
    .base .alignright {
      margin: 0 0 30px 30px;
      float: right; } }
.base .alignleft {
  margin: 0 auto 30px; }
  @media (min-width: 900px) {
    .base .alignleft {
      float: left;
      margin: 0 30px 30px 0; } }
.base .wp-caption-text {
  display: block;
  width: 100%;
  background: #E4E4E3;
  margin-top: 5px;
  padding: 10px 20px 15px;
  font-size: 14px;
  font-family: "Graphik Web", sans-serif;
  font-weight: 400;
  font-style: italic;
  line-height: 1.6; }
.base .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  width: 100%;
  margin: 30px auto; }
  .base .embed-container iframe, .base .embed-container object, .base .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.site-header {
  position: relative;
  z-index: 999;
  background: #000000;
  padding: 10px 0; }
  @media (min-width: 900px) {
    .site-header {
      padding: 30px 0; } }
  @media (min-width: 900px) {
    .site-header.sticky {
      padding: 10px 0;
      box-shadow: 0px 10px 7px -10px rgba(0, 0, 0, 0.25);
      animation: fadeDown;
      -webkit-animation-name: fadeDown;
      animation-duration: 0.8s;
      animation-iteration-count: 1;
      animation-timing-function: 0.6s cubic-bezier(0.175, 0.885, 0.2, 1.5);
      animation-fill-mode: forwards;
      position: sticky;
      top: 0;
      left: 0;
      width: 100%; } }
  @media (min-width: 900px) {
    .site-header.sticky .logo {
      width: 135px; } }
  .site-header .grid {
    align-items: center; }
  .site-header .logo {
    width: 100px;
    margin-left: 3%;
    display: block; }
    @media (min-width: 600px) {
      .site-header .logo {
        width: 125px; } }
    @media (min-width: 900px) {
      .site-header .logo {
        margin: 0;
        width: 150px; } }
    @media (min-width: 1200px) {
      .site-header .logo {
        width: 180px; } }
  .site-header .menu-primary-container {
    display: none; }
    @media (min-width: 900px) {
      .site-header .menu-primary-container {
        display: block; } }
  .site-header .menu {
    display: flex;
    justify-content: flex-end;
    align-items: center; }
    @media (min-width: 900px) {
      .site-header .menu li {
        margin-left: 40px; } }
    @media (min-width: 1200px) {
      .site-header .menu li {
        margin-left: 60px; } }
    .site-header .menu li.btn a {
      background: #ffffff;
      color: #000000;
      padding: 13px 20px;
      transition: 0.2s; }
      .site-header .menu li.btn a::before {
        display: none; }
      .site-header .menu li.btn a:hover {
        color: #000000;
        background: #E4E4E3; }
    .site-header .menu a {
      font-family: "Original Sans Web Four", sans-serif;
      font-weight: 400;
      font-style: normal;
      text-transform: uppercase;
      color: #ffffff;
      font-size: 20px;
      display: inline-block;
      padding: 0 15px; }
      .site-header .menu a:hover {
        color: #E4E4E3; }

.admin-bar .site-header.sticky {
  top: 32px; }

.site-footer {
  background: #FAF9F7;
  padding: 40px 0; }
  .site-footer .grid-item:first-of-type {
    width: 100%;
    text-align: center; }
    @media (min-width: 900px) {
      .site-footer .grid-item:first-of-type {
        text-align: left;
        width: 365px; } }
  .site-footer .grid-item:last-of-type {
    width: 100%; }
    @media (min-width: 900px) {
      .site-footer .grid-item:last-of-type {
        width: auto;
        padding-left: 20px; } }
  .site-footer .logo {
    display: block;
    width: 150px;
    margin: 0 auto 40px; }
    @media (min-width: 900px) {
      .site-footer .logo {
        margin: 0 0 40px;
        width: 180px; } }
  .site-footer .disclaimer, .site-footer .copyright {
    max-width: 400px;
    margin: 0 auto;
    font-size: 13px;
    line-height: 1.6; }
    @media (min-width: 900px) {
      .site-footer .disclaimer, .site-footer .copyright {
        margin: 0; } }
    .site-footer .disclaimer p, .site-footer .copyright p {
      margin-bottom: 20px; }
  .site-footer .copyright {
    font-family: "Graphik Web", sans-serif;
    font-weight: 700;
    font-style: normal; }
  .site-footer .box {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #000000;
    margin: 30px auto 0;
    text-align: center; }
    @media (min-width: 480px) {
      .site-footer .box {
        text-align: left;
        width: max-content; } }
    @media (min-width: 900px) {
      .site-footer .box {
        margin: 0; } }
    .site-footer .box .menu-footer-1-container,
    .site-footer .box .menu-footer-2-container,
    .site-footer .box .social {
      width: 100%;
      padding: 40px 20px; }
      @media (min-width: 480px) {
        .site-footer .box .menu-footer-1-container,
        .site-footer .box .menu-footer-2-container,
        .site-footer .box .social {
          width: 33.3333333%; } }
      @media (min-width: 1200px) {
        .site-footer .box .menu-footer-1-container,
        .site-footer .box .menu-footer-2-container,
        .site-footer .box .social {
          padding: 40px; } }
    .site-footer .box .menu-footer-1-container,
    .site-footer .box .menu-footer-2-container {
      border-bottom: 1px solid #000000; }
      @media (min-width: 480px) {
        .site-footer .box .menu-footer-1-container,
        .site-footer .box .menu-footer-2-container {
          border: none;
          border-right: 1px solid #000000; } }
  .site-footer .menu {
    font-size: 14px;
    font-family: "Graphik Web", sans-serif;
    font-weight: 700;
    font-style: normal; }
    .site-footer .menu li {
      margin-bottom: 24px;
      position: relative; }
      .site-footer .menu li:last-of-type {
        margin: 0; }
        .site-footer .menu li:last-of-type::after {
          display: none; }
      .site-footer .menu li::after {
        display: block;
        position: absolute;
        bottom: -12px;
        content: "";
        width: 45px;
        height: 1px;
        background: #000000;
        margin: 0 auto;
        left: 0;
        right: 0; }
        @media (min-width: 480px) {
          .site-footer .menu li::after {
            margin: 0; } }
    .site-footer .menu a:hover {
      color: #999999; }
  .site-footer .social h4 {
    font-family: "Graphik Web", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 14px; }
  .site-footer .social ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
  .site-footer .social li {
    width: auto;
    margin: 20px 10px 10px; }
    @media (min-width: 480px) {
      .site-footer .social li {
        margin: 20px 0 0;
        width: 50%; } }
    .site-footer .social li a {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 38px;
      height: 38px;
      background: #000000;
      border-radius: 999em;
      overflow: hidden;
      color: #ffffff;
      font-size: 22px;
      transition: ease-in 5ms;
      transform: translateZ(0); }
      .site-footer .social li a:hover {
        transform: scale(1.15);
        background: #999999;
        color: #ffffff; }
        .site-footer .social li a:hover::before {
          transform: scale(1.1); }
      .site-footer .social li a::before {
        transition: ease-in 100ms; }

.home-hero {
  background: #FAF9F7; }
  @media (min-width: 900px) {
    .home-hero {
      background: linear-gradient(to right, #FAF9F7 0%, #FAF9F7 50%, #ffffff 50%, #ffffff 100%); } }
  .home-hero .grid-item:first-of-type {
    width: 100%;
    background: #FAF9F7; }
    @media (min-width: 900px) {
      .home-hero .grid-item:first-of-type {
        display: flex;
        align-items: center;
        width: 65%; } }
  .home-hero .grid-item:last-of-type {
    width: 100%; }
    @media (min-width: 900px) {
      .home-hero .grid-item:last-of-type {
        width: 35%;
        display: flex;
        flex-direction: column; } }
  .home-hero .hero {
    padding: 0 3%;
    margin: 60px auto 30px; }
    @media (min-width: 900px) {
      .home-hero .hero {
        margin: 0;
        padding: 60px 30px 60px 30px; } }
  .home-hero h1, .home-hero .h1 {
    font-size: 36px; }
    @media (min-width: 480px) {
      .home-hero h1, .home-hero .h1 {
        font-size: 43px; } }
    @media (min-width: 600px) {
      .home-hero h1, .home-hero .h1 {
        font-size: 60px; } }
    @media (min-width: 900px) {
      .home-hero h1, .home-hero .h1 {
        font-size: 65px; } }
    @media (min-width: 1024px) {
      .home-hero h1, .home-hero .h1 {
        font-size: 70px; } }
    @media (min-width: 1200px) {
      .home-hero h1, .home-hero .h1 {
        font-size: 85px; } }
  .home-hero .content {
    padding: 0 3% 30px; }
    @media (min-width: 900px) {
      .home-hero .content {
        padding: 60px 30px 30px; } }
  .home-hero .photo {
    display: none; }
    @media (min-width: 900px) {
      .home-hero .photo {
        display: block;
        margin-top: auto;
        width: 100%;
        max-width: none; } }

.home-news {
  padding: 90px 0 30px; }

.main-index.paged {
  margin-top: 30px; }

.post-list.grid {
  margin: 60px 0 0; }
  @media (min-width: 900px) {
    .post-list.grid {
      margin: 60px -15px 0; } }
.post-list .grid-item.block {
  width: 100%;
  margin-bottom: 60px; }
  @media (min-width: 900px) {
    .post-list .grid-item.block {
      width: 33.33%; } }
  .post-list .grid-item.block .item {
    margin: 0 auto;
    background: #FAF9F7;
    border: 3px solid #ffffff;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: 0.1s;
    max-width: 500px; }
    @media (min-width: 900px) {
      .post-list .grid-item.block .item {
        margin: 0 15px; } }
    .post-list .grid-item.block .item:hover {
      border: 3px solid #000000;
      background: #E4E4E3; }
      .post-list .grid-item.block .item:hover img {
        filter: grayscale(0%); }
  .post-list .grid-item.block .blog-thumbnail {
    display: block; }
    .post-list .grid-item.block .blog-thumbnail img {
      width: 100%;
      height: auto;
      filter: grayscale(100%);
      transition: 0.1s; }
  .post-list .grid-item.block .container {
    padding: 30px 20px;
    display: flex;
    flex-direction: column; }
  .post-list .grid-item.block .readmore {
    padding: 0 20px 30px;
    margin-top: auto;
    transition: 0.1s;
    font-family: "Graphik Web", sans-serif;
    font-weight: 700;
    font-style: normal; }
    .post-list .grid-item.block .readmore a:hover {
      color: #999999; }
.post-list .grid-item.listed:last-of-type .item {
  border: none; }
.post-list .grid-item.listed .item {
  padding: 40px 0;
  border-bottom: 1px solid #000000;
  width: 100%; }
.post-list .grid-item.listed .post-title {
  font-size: 20px;
  display: inline-block; }
  @media (min-width: 900px) {
    .post-list .grid-item.listed .post-title {
      font-size: 24px; } }
  @media (min-width: 1200px) {
    .post-list .grid-item.listed .post-title {
      font-size: 30px; } }
.post-list .outlet {
  font-family: "Original Sans Web Four", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 5px; }
  @media (min-width: 600px) {
    .post-list .outlet {
      font-size: 18px; } }
  @media (min-width: 900px) {
    .post-list .outlet {
      font-size: 22px; } }
.post-list .date {
  text-transform: uppercase;
  font-family: "Graphik Web", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  margin-bottom: 20px; }
.post-list .post-title {
  display: block;
  position: relative;
  color: #000000;
  font-family: "Graphik Web", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  margin-bottom: 15px;
  line-height: 1.2; }
  .post-list .post-title:hover h3 {
    color: #999999; }
  .post-list .post-title h3 {
    position: relative;
    display: inline-block;
    z-index: 2;
    transition: 0.1s; }
.post-list .excerpt {
  font-size: 16px;
  line-height: 1.6; }
  .post-list .excerpt a {
    font-family: "Graphik Web", sans-serif;
    font-weight: 700;
    font-style: normal;
    transition: 0.1s; }
    .post-list .excerpt a:hover {
      color: #999999; }

.nav-links {
  margin: 30px auto 60px; }
  .nav-links ul {
    display: flex;
    justify-content: flex-start; }
  .nav-links li {
    margin-right: 5px;
    font-size: 20px;
    font-family: "Graphik Web", sans-serif;
    font-weight: 700;
    font-style: normal; }
  .nav-links a {
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center; }
    .nav-links a:hover {
      background: #000000;
      color: #ffffff; }
  .nav-links .current {
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000000;
    color: #ffffff; }

.single-post .news-hero {
  text-align: center;
  margin: 60px auto; }
  @media (min-width: 900px) {
    .single-post .news-hero {
      margin: 80px auto 60px; } }
  .single-post .news-hero .date {
    text-transform: uppercase;
    font-family: "Graphik Web", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    margin-bottom: 10px; }
  .single-post .news-hero .outlet {
    font-family: "Original Sans Web Four", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    font-size: 16px; }
    @media (min-width: 600px) {
      .single-post .news-hero .outlet {
        font-size: 18px; } }
    @media (min-width: 900px) {
      .single-post .news-hero .outlet {
        font-size: 22px; } }
  .single-post .news-hero hr {
    margin: 20px auto 30px;
    width: 60px;
    height: 2px;
    border: none;
    background: #E4E4E3; }
  .single-post .news-hero h1 {
    font-family: "Original Sans Web Four", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 32px;
    text-transform: uppercase;
    line-height: 0.9;
    margin-bottom: 30px; }
    @media (min-width: 600px) {
      .single-post .news-hero h1 {
        font-size: 36px; } }
    @media (min-width: 900px) {
      .single-post .news-hero h1 {
        font-size: 45px; } }
    @media (min-width: 1200px) {
      .single-post .news-hero h1 {
        font-size: 56px; } }
.single-post .post .grid .featured-image {
  width: 100%; }
  @media (min-width: 900px) {
    .single-post .post .grid .featured-image {
      margin: 0;
      width: 400px; } }
  @media (min-width: 1024px) {
    .single-post .post .grid .featured-image {
      width: 500px; } }
.single-post .post .grid .base {
  width: 100%; }
  @media (min-width: 900px) {
    .single-post .post .grid .base {
      width: calc(100% - 400px);
      padding-left: 40px; } }
  @media (min-width: 1024px) {
    .single-post .post .grid .base {
      width: calc(100% - 500px); } }
.single-post .post .full .base {
  max-width: 1000px;
  margin: 0 auto; }
.single-post .post .featured-image {
  margin: 0 auto 30px; }
  .single-post .post .featured-image figcaption {
    display: block;
    width: 100%;
    margin-top: -2px;
    background: #E4E4E3;
    padding: 10px 20px 15px;
    font-size: 14px;
    font-family: "Graphik Web", sans-serif;
    font-weight: 400;
    font-style: italic;
    line-height: 1.6; }
.single-post .post .share-buttons {
  margin: 60px auto; }
  .single-post .post .share-buttons .text {
    font-family: "Original Sans Web Four", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 15px;
    text-transform: uppercase; }
  .single-post .post .share-buttons .ssbp-list li {
    margin: 0 5px !important; }
.single-post .prev-next-posts {
  margin: 60px auto; }
  .single-post .prev-next-posts .nav-previous, .single-post .prev-next-posts .nav-next {
    margin: 0 5px; }
  .single-post .prev-next-posts a {
    font-family: "Graphik Web", sans-serif;
    font-weight: 700;
    font-style: normal;
    display: flex;
    align-items: center; }
    .single-post .prev-next-posts a:hover {
      color: #999999; }

.research .post-list.grid {
  margin: 60px 0 0; }
  @media (min-width: 900px) {
    .research .post-list.grid {
      margin: 60px -15px 0; } }
.research .post-list .grid-item.block {
  width: 100%; }
  @media (min-width: 900px) {
    .research .post-list .grid-item.block {
      width: 50%; } }
  .research .post-list .grid-item.block .item {
    max-width: none;
    background: #000000;
    border-color: #000000;
    color: #ffffff; }
  .research .post-list .grid-item.block .blog-thumbnail {
    margin: 30px 20px 0; }
    @media (min-width: 600px) {
      .research .post-list .grid-item.block .blog-thumbnail {
        margin: 40px 40px 0; } }
  .research .post-list .grid-item.block .container {
    padding: 30px 20px; }
    @media (min-width: 600px) {
      .research .post-list .grid-item.block .container {
        padding: 30px 40px; } }
  .research .post-list .grid-item.block .post-title {
    background: #000000;
    color: #ffffff;
    max-width: max-content;
    font-size: 20px;
    display: inline-block; }
    @media (min-width: 900px) {
      .research .post-list .grid-item.block .post-title {
        font-size: 24px; } }
    @media (min-width: 1200px) {
      .research .post-list .grid-item.block .post-title {
        font-size: 30px; } }
  .research .post-list .grid-item.block .readmore {
    padding: 0 20px 30px; }
    @media (min-width: 600px) {
      .research .post-list .grid-item.block .readmore {
        padding: 0 40px 40px; } }
    .research .post-list .grid-item.block .readmore a {
      font-family: "Original Sans Web Four", sans-serif;
      font-weight: 400;
      font-style: normal;
      display: inline-block;
      padding-bottom: 3px;
      text-transform: uppercase;
      border-bottom: 3px solid #ffffff; }
.research .date {
  font-family: "Original Sans Web Four", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 10px; }
  @media (min-width: 600px) {
    .research .date {
      font-size: 18px; } }
  @media (min-width: 900px) {
    .research .date {
      font-size: 22px; } }

.blueprint {
  background: #000000;
  padding: 90px 0; }
  .blueprint .grid-item:first-of-type {
    width: 100%; }
    @media (min-width: 900px) {
      .blueprint .grid-item:first-of-type {
        width: calc(100% - 510px); } }
    @media (min-width: 1200px) {
      .blueprint .grid-item:first-of-type .base h2 {
        font-size: 80px; } }
    @media (min-width: 900px) {
      .blueprint .grid-item:first-of-type .map {
        max-width: 800px; } }
  .blueprint .grid-item.details {
    width: 100%;
    text-align: right;
    margin-top: 60px; }
    @media (min-width: 900px) {
      .blueprint .grid-item.details {
        margin: 0;
        width: 510px;
        padding-left: 60px; } }
    .blueprint .grid-item.details .container {
      border: 2px solid #FAF9F7;
      padding: 40px 20px 20px;
      margin-bottom: 40px;
      text-align: left; }
      @media (min-width: 480px) {
        .blueprint .grid-item.details .container {
          border: 4px solid #FAF9F7;
          padding: 40px 30px 20px; } }

.slider {
  padding: 60px 3% 60px; }
  @media (min-width: 900px) {
    .slider {
      padding: 60px 0 60px 60px; } }
  @media (min-width: 1200px) {
    .slider {
      padding: 90px 0 90px 90px; } }
  .slider .slider-nav {
    margin-bottom: 40px; }
    .slider .slider-nav .nav-item {
      font-size: 90px;
      font-family: "Original Sans Web Four", sans-serif;
      font-weight: 400;
      font-style: normal;
      color: #E4E4E3;
      cursor: pointer;
      width: auto !important;
      margin-right: 20px;
      transition: 0.2s; }
      @media (min-width: 480px) {
        .slider .slider-nav .nav-item {
          font-size: 120px; } }
      @media (min-width: 600px) {
        .slider .slider-nav .nav-item {
          font-size: 150px; } }
      @media (min-width: 900px) {
        .slider .slider-nav .nav-item {
          margin-right: 10%;
          font-size: 200px; } }
      .slider .slider-nav .nav-item:hover {
        color: #000000; }
      .slider .slider-nav .nav-item.slick-current {
        color: #000000; }
  .slider .model-slider .base h4 {
    font-size: 18px;
    line-height: normal;
    border-bottom: 4px solid #000000;
    margin-bottom: 30px;
    display: inline-block;
    width: auto;
    padding-bottom: 5px; }
    @media (min-width: 900px) {
      .slider .model-slider .base h4 {
        font-size: 20px; } }

#disclosure .grid-item:first-of-type {
  width: 100%;
  background: #000000;
  background-image: none; }
  @media (min-width: 900px) {
    #disclosure .grid-item:first-of-type {
      background-image: inherit;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      background-color: transparent;
      width: 45%; } }
  @media (min-width: 1200px) {
    #disclosure .grid-item:first-of-type {
      width: 35%; } }
  #disclosure .grid-item:first-of-type .base {
    width: 94%;
    margin: 0 auto;
    max-width: 900px;
    padding: 60px 0;
    text-align: center; }
    @media (min-width: 900px) {
      #disclosure .grid-item:first-of-type .base {
        text-align: left;
        padding: 90px 30px 60px 18px;
        margin: 0 0 0 auto; } }
#disclosure .grid-item:last-of-type {
  width: 100%; }
  @media (min-width: 900px) {
    #disclosure .grid-item:last-of-type {
      width: 55%; } }
  @media (min-width: 1200px) {
    #disclosure .grid-item:last-of-type {
      width: 65%; } }
  #disclosure .grid-item:last-of-type .base {
    padding: 60px 3% 30px; }
    @media (min-width: 900px) {
      #disclosure .grid-item:last-of-type .base {
        padding: 90px 30px 60px 30px; } }
    @media (min-width: 1200px) {
      #disclosure .grid-item:last-of-type .base {
        padding: 90px 30px 60px 90px; } }
    #disclosure .grid-item:last-of-type .base h2 {
      margin-bottom: 10px; }
#disclosure .grid-item table {
  margin: 0 0 20px 0; }
  #disclosure .grid-item table td {
    border: 1px solid #000000;
    padding: 6px 12px; }
#disclosure .custom-select {
  position: relative;
  border: 2px solid #ffffff;
  border-radius: 0px;
  height: 55px;
  margin: 0 auto;
  margin-top: 30px;
  max-width: 350px;
  background: #000000; }
  @media (min-width: 900px) {
    #disclosure .custom-select {
      margin: 0;
      margin-top: 40px; } }
  #disclosure .custom-select select {
    position: relative;
    color: #ffffff;
    border: none;
    font-size: 20px;
    background: url(https://forwardmajority.org/wp-content/themes/fwdm/images/arrow-right.svg) 100%/16% no-repeat #000000;
    padding-left: 10px;
    width: 100%;
    height: 100%;
    -webkit-appearance: none !important;
    font-family: "Original Sans Web Four", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase; }
@support ( -webkit-appearance: none ) or ( appearance: none ) or ( ( -moz-appearance: none ) and ( mask-type: alpha ) ) {
  #disclosure .custom-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; } }
.steps {
  display: flex;
  flex-wrap: wrap;
  padding: 60px 3% 1px; }
  @media (min-width: 600px) {
    .steps {
      padding: 60px 3% 30px; } }
  @media (min-width: 900px) {
    .steps {
      padding: 60px 0 30px 60px; } }
  .steps .step {
    width: 100%;
    margin-bottom: 60px; }
    @media (min-width: 600px) {
      .steps .step {
        margin-bottom: 30px;
        width: 33.3333333%; } }
    @media (min-width: 600px) {
      .steps .step .base {
        padding: 0 30px; } }
    .steps .step .h1 {
      color: #999999;
      margin-bottom: 20px; }
    .steps .step h3 {
      color: #000000; }
  .steps .ngp-form {
    max-width: 500px !important; }
  .steps .HeaderHtml, .steps header.at-title, .steps .at fieldset legend {
    display: none; }
  .steps .recaptcha-container {
    display: none; }
  .steps .at input[type="text"], .steps .at input[type="tel"], .steps .at input[type="email"] {
    margin: 0 0 0.5rem 0 !important;
    height: 3rem !important; }
  .steps .updateMyProfileSection {
    display: none !important; }
  .steps .at-inner {
    background-color: transparent !important; }
  .steps .at label {
    color: #232C4F !important;
    font-weight: bold !important; }
  .steps .at label small {
    color: black !important; }
  .steps .at-legal {
    font-size: 11px;
    color: #232C4F;
    padding: 0 15px;
    text-align: center; }
  .steps .sqsrte-large, .steps  p, .steps  .sqsrte-small  {
    margin: 0.5rem 0 1rem 0 !important; }
  .steps .at input {
    border-radius: 0px !important; }
  .steps .at-form-submit .at-submit {
    float: none !important;
    width: 96% !important;
    margin: 0 auto !important;
    display: block !important; }
  .steps .at .at-fieldset, .steps .at-form-submit {
    padding: 0 !important; }
  .steps .at .btn-at {
    padding: 15px 25px !important;
    font-family: "Original Sans Web Four", sans-serif;
    font-weight: 400;
    font-style: normal; }
  .steps .at-row > [class^="at-"] {
    margin: 0px; }
  .steps .at .btn-at-primary {
    position: relative;
    display: inline-block;
    background: #000000;
    color: #ffffff;
    font-family: "Original Sans Web Four", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    line-height: normal;
    font-size: 20px;
    padding: 13px 20px;
    transition: 0.2s;
    width: 100% !important;
    margin-top: 10px !important; }
    .steps .at .btn-at-primary:hover {
      background: #ffffff;
      color: #000000; }
  .steps .at input[type="checkbox"]:checked + span:after {
    color: #FFFFFF !important; }
  .steps .at input[type="checkbox"]:checked + span:before {
    background-color: #232C4F !important;
    border-color: #232C4F !important; }
  .steps ul.social {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0px; }
    .steps ul.social li {
      padding: 0px;
      margin: 5px; }
      .steps ul.social li::before {
        display: none; }
      .steps ul.social li a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 38px;
        height: 38px;
        background: #000000;
        border-radius: 999em;
        overflow: hidden;
        color: #ffffff;
        font-size: 22px;
        transition: ease-in 5ms;
        text-decoration: none !important;
        transform: translateZ(0); }
        .steps ul.social li a:hover {
          transform: scale(1.15);
          background: #999999;
          color: #ffffff; }
          .steps ul.social li a:hover::before {
            transform: scale(1.1); }
        .steps ul.social li a::before {
          transition: ease-in 100ms; }

.about {
  background: #000000;
  padding: 70px 0 50px; }
  @media (min-width: 600px) {
    .about {
      padding: 90px 0 70px; } }
  @media (min-width: 1024px) {
    .about {
      padding: 90px 0 150px; } }
  .about .team {
    width: 100%; }
    @media (min-width: 1024px) {
      .about .team {
        width: calc(100% - 400px); } }
  .about .team-slider {
    margin-top: 40px; }
    .about .team-slider .slide {
      display: flex;
      justify-content: flex-start;
      flex-wrap: wrap; }
      .about .team-slider .slide .base {
        width: 100%;
        margin-bottom: 60px; }
        @media (min-width: 600px) {
          .about .team-slider .slide .base {
            margin-bottom: 40px;
            width: 50%;
            padding-right: 60px;
            max-width: 450px; } }
        .about .team-slider .slide .base img {
          margin-bottom: 20px; }
        .about .team-slider .slide .base h3 {
          font-size: 20px; }
          @media (min-width: 1200px) {
            .about .team-slider .slide .base h3 {
              font-size: 24px; } }
        .about .team-slider .slide .base p:last-of-type {
          margin-bottom: 0px; }
    .about .team-slider .nextArrowBtn,
    .about .team-slider .prevArrowBtn {
      background: #FAF9F7;
      color: #000000;
      padding: 5px;
      font-size: 30px;
      cursor: pointer; }
      .about .team-slider .nextArrowBtn:hover,
      .about .team-slider .prevArrowBtn:hover {
        background: #999999; }
    .about .team-slider .prevArrowBtn {
      position: absolute;
      left: 0px;
      bottom: -50px; }
    .about .team-slider .nextArrowBtn {
      position: absolute;
      left: 50px;
      bottom: -50px; }
  .about .sidebar {
    margin-top: 120px;
    width: 100%; }
    @media (min-width: 1024px) {
      .about .sidebar {
        margin-top: 0;
        width: 400px; } }
    .about .sidebar h2 {
      display: inline-block;
      border-bottom: 4px solid #ffffff;
      font-size: 28px;
      padding-bottom: 10px; }
      @media (min-width: 900px) {
        .about .sidebar h2 {
          font-size: 32px; } }
      @media (min-width: 1200px) {
        .about .sidebar h2 {
          font-size: 36px; } }

.contact .base {
  padding: 60px 3%; }
  @media (min-width: 900px) {
    .contact .base {
      padding: 120px 0 90px 90px; } }

.base .gform_wrapper .gform_description {
  margin: 0 0 40px;
  display: block;
  font-size: 18px;
  line-height: 1.3;
  text-align: center;
  font-family: "Graphik Web", sans-serif;
  font-weight: 400;
  font-style: italic; }
.base .gform_wrapper .gform_fields {
  margin: 0;
  display: table;
  width: 100%;
  clear: both; }
.base .gform_wrapper .gfield {
  width: 100%;
  float: left;
  padding-left: 0;
  margin-bottom: 30px;
  line-height: 1; }
  .base .gform_wrapper .gfield:before {
    display: none; }
  .base .gform_wrapper .gfield label {
    display: block;
    font-size: 14px;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin: 4px 0 0 0; }
  .base .gform_wrapper .gfield .gfield_label {
    font-family: "Graphik Web", sans-serif;
    font-weight: 700;
    font-style: normal;
    margin: 0 0 8px 0;
    font-size: 18px;
    letter-spacing: normal;
    text-transform: none; }
.base .gform_wrapper .gfield_required {
  color: #999999;
  margin-left: 3px; }
.base .gform_wrapper input, .base .gform_wrapper textarea {
  width: 100%;
  box-shadow: none;
  border: 1px solid #000000;
  font-family: "Graphik Web", sans-serif;
  font-weight: 400;
  font-style: normal;
  padding: 8px 10px;
  height: 50px;
  background: #ffffff;
  font-size: 18px; }
  @media (min-width: 900px) {
    .base .gform_wrapper input, .base .gform_wrapper textarea {
      font-size: 20px; } }
.base .gform_wrapper textarea {
  height: 200px; }
.base .gform_wrapper .gform_validation_container {
  display: none; }
@media (min-width: 768px) {
  .base .gform_wrapper .form-left, .base .gform_wrapper .name_first {
    width: 48%;
    clear: left;
    float: left; } }
@media (min-width: 768px) {
  .base .gform_wrapper .form-right, .base .gform_wrapper .name_last {
    width: 48%;
    float: right;
    clear: right; } }
@media (max-width: 768px) {
  .base .gform_wrapper .name_first {
    display: block;
    margin-bottom: 30px; } }
.base .gform_wrapper .ginput_container_select {
  position: relative;
  border: 1px solid #000000;
  border-radius: 10px;
  height: 50px; }
  .base .gform_wrapper .ginput_container_select:after {
    display: none\9 ;
    pointer-events: none;
    content: "▾";
    font-size: 22px;
    position: absolute;
    top: 10px;
    right: 10px;
    color: #000000; }
  .base .gform_wrapper .ginput_container_select select {
    font-size: 0.9em;
    border: none;
    background: transparent;
    height: 48px;
    padding-left: 10px;
    width: 100%;
    -webkit-appearance: none !important;
    font-family: "Graphik Web", sans-serif;
    font-weight: 400;
    font-style: normal; }
@support ( -webkit-appearance: none ) or ( appearance: none ) or ( ( -moz-appearance: none ) and ( mask-type: alpha ) ) {
  .base .gform_wrapper .ginput_container_select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; } }
  .base .gform_wrapper .ginput_container_select:after {
    display: block; }
.base .gform_wrapper .ginput_container_checkbox,
.base .gform_wrapper .ginput_container_radio {
  /* after */
  /* before */ }
  .base .gform_wrapper .ginput_container_checkbox .gchoice,
  .base .gform_wrapper .ginput_container_radio .gchoice {
    line-height: 1.6;
    margin: 5px 0; }
    .base .gform_wrapper .ginput_container_checkbox .gchoice label,
    .base .gform_wrapper .ginput_container_radio .gchoice label {
      color: #000000;
      font-family: "Graphik Web", sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 18px;
      text-transform: none;
      letter-spacing: normal;
      margin: 0;
      line-height: normal;
      cursor: pointer;
      position: relative; }
      @media (min-width: 768px) {
        .base .gform_wrapper .ginput_container_checkbox .gchoice label,
        .base .gform_wrapper .ginput_container_radio .gchoice label {
          font-size: 20px; } }
  .base .gform_wrapper .ginput_container_checkbox .gfield_checkbox input[type=checkbox],
  .base .gform_wrapper .ginput_container_radio .gfield_checkbox input[type=checkbox] {
    opacity: 0;
    position: absolute; }
  .base .gform_wrapper .ginput_container_checkbox .gfield_checkbox input[type=checkbox] + label,
  .base .gform_wrapper .ginput_container_radio .gfield_checkbox input[type=checkbox] + label {
    position: relative;
    overflow: hidden;
    padding-left: 30px;
    cursor: pointer;
    display: inline-block; }
  .base .gform_wrapper .ginput_container_checkbox .gfield_checkbox input[type=checkbox] + label:before,
  .base .gform_wrapper .ginput_container_checkbox .gfield_checkbox input[type=checkbox] + label:after,
  .base .gform_wrapper .ginput_container_radio .gfield_checkbox input[type=checkbox] + label:before,
  .base .gform_wrapper .ginput_container_radio .gfield_checkbox input[type=checkbox] + label:after {
    content: "";
    position: absolute;
    left: 0;
    z-index: 1;
    -webkit-transition: 0.2s;
    transition: 0.2s; }
  .base .gform_wrapper .ginput_container_checkbox .gfield_checkbox input[type=checkbox]:not(:checked) + label:after,
  .base .gform_wrapper .ginput_container_radio .gfield_checkbox input[type=checkbox]:not(:checked) + label:after {
    width: 20px;
    height: 20px;
    background: #999999;
    border: 2px solid #999999;
    top: 6px; }
  .base .gform_wrapper .ginput_container_checkbox .gfield_checkbox input[type=checkbox]:checked + label:after,
  .base .gform_wrapper .ginput_container_radio .gfield_checkbox input[type=checkbox]:checked + label:after {
    top: 6px;
    width: 20px;
    height: 20px;
    border: 2px solid #999999;
    background-color: #999999;
    z-index: 0; }
  .base .gform_wrapper .ginput_container_checkbox .gfield_checkbox input[type=checkbox]:not(:checked) + label:before,
  .base .gform_wrapper .ginput_container_radio .gfield_checkbox input[type=checkbox]:not(:checked) + label:before {
    width: 0;
    height: 0;
    border: 3px solid transparent;
    left: 6px;
    top: 10px;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%; }
  .base .gform_wrapper .ginput_container_checkbox .gfield_checkbox input[type=checkbox]:checked + label:before,
  .base .gform_wrapper .ginput_container_radio .gfield_checkbox input[type=checkbox]:checked + label:before {
    top: 6px;
    left: 2px;
    width: 7px;
    height: 13px;
    margin-top: 3px;
    border-top: 0px solid transparent;
    border-left: 0px solid transparent;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%; }
  .base .gform_wrapper .ginput_container_checkbox input[type=radio],
  .base .gform_wrapper .ginput_container_radio input[type=radio] {
    visibility: hidden;
    position: absolute; }
  .base .gform_wrapper .ginput_container_checkbox input[type=radio] + label:before,
  .base .gform_wrapper .ginput_container_radio input[type=radio] + label:before {
    height: 20px;
    width: 20px;
    margin-right: 10px;
    content: " ";
    display: inline-block;
    vertical-align: baseline;
    background: #ffffff;
    border: 2px solid #000000;
    top: 3px;
    position: relative; }
  .base .gform_wrapper .ginput_container_checkbox input[type=radio]:checked + label:before,
  .base .gform_wrapper .ginput_container_radio input[type=radio]:checked + label:before {
    background: #ffffff; }
  .base .gform_wrapper .ginput_container_checkbox input[type=radio]:checked + label::after,
  .base .gform_wrapper .ginput_container_radio input[type=radio]:checked + label::after {
    content: " ";
    position: absolute;
    width: 16px;
    height: 16px;
    border: 2px solid #ffffff;
    border-radius: 999em;
    left: 2px;
    top: 5px;
    background: #000000; }
  .base .gform_wrapper .ginput_container_checkbox input[type=radio] + label:before,
  .base .gform_wrapper .ginput_container_radio input[type=radio] + label:before {
    border-radius: 50%; }
.base .gform_wrapper .form-nolabel .gfield_label, .base .gform_wrapper .form-nolabel .gsection_title {
  display: none !important; }
.base .gform_wrapper .gform_footer .gform_button {
  border: none;
  appearance: none;
  -webkit-appearance: none;
  position: relative;
  display: inline-block;
  background: #000000;
  color: #ffffff;
  font-family: "Original Sans Web Four", sans-serif;
  font-weight: 400;
  font-style: normal;
  height: auto;
  width: auto;
  text-transform: uppercase;
  line-height: normal;
  font-size: 20px;
  padding: 13px 20px;
  transition: 0.2s; }
  .base .gform_wrapper .gform_footer .gform_button:hover {
    background: #E4E4E3;
    color: #000000; }
.base .gform_wrapper .gform_validation_errors {
  display: none; }
.base .gform_wrapper .gfield_error input, .base .gform_wrapper .gfield_error textarea {
  border: 1px solid #999999 !important; }
.base .gform_wrapper .gfield_error .validation_message {
  font-family: "Graphik Web", sans-serif;
  font-weight: 700;
  font-style: italic;
  color: #000000;
  text-align: left;
  font-size: 13px;
  display: block;
  clear: both;
  padding-top: 7px; }

.gform_confirmation_message {
  font-family: "Graphik Web", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.4em;
  padding: 30px 0;
  text-align: center;
  font-size: 20px; }
  @media (min-width: 900px) {
    .gform_confirmation_message {
      font-size: 24px; } }

.columns.white {
  background: linear-gradient(to left, #FAF9F7 0%, #FAF9F7 50%, #ffffff 50%, #ffffff 100%); }
  .columns.white .bg {
    background-color: #FAF9F7; }
  .columns.white .content {
    background-color: #ffffff; }
.columns.offwhite {
  background: linear-gradient(to left, #FAF9F7 0%, #FAF9F7 50%, #ffffff 50%, #ffffff 100%); }
  .columns.offwhite.content-graphic {
    background: linear-gradient(to right, #FAF9F7 0%, #FAF9F7 50%, #ffffff 50%, #ffffff 100%); }
  .columns.offwhite .content {
    background-color: #FAF9F7; }
  .columns.offwhite .bg {
    background-color: #ffffff; }
.columns.lgray {
  background: linear-gradient(to right, #E4E4E3 0%, #E4E4E3 50%, #ffffff 50%, #ffffff 100%); }
  .columns.lgray.content-graphic {
    background: linear-gradient(to left, #E4E4E3 0%, #E4E4E3 50%, #ffffff 50%, #ffffff 100%); }
  .columns.lgray .content {
    background-color: #ffffff; }
  .columns.lgray .bg {
    background-color: #E4E4E3; }
  .columns.lgray .base .button:hover {
    background: #ffffff;
    color: #000000; }
.columns.black {
  background: linear-gradient(to left, #000000 0%, #000000 50%, #ffffff 50%, #ffffff 100%); }
  .columns.black.content-graphic {
    background: linear-gradient(to right, #000000 0%, #000000 50%, #ffffff 50%, #ffffff 100%); }
  .columns.black .content {
    background-color: #000000; }
.columns.graphic-content .grid-item:first-of-type {
  width: 100%; }
  @media (min-width: 900px) {
    .columns.graphic-content .grid-item:first-of-type {
      width: 65%; } }
.columns.graphic-content .grid-item:last-of-type {
  width: 100%; }
  @media (min-width: 900px) {
    .columns.graphic-content .grid-item:last-of-type {
      width: 35%; } }
.columns.graphic-content .content .base {
  padding: 60px 3% 30px; }
  @media (min-width: 900px) {
    .columns.graphic-content .content .base {
      padding: 60px 30px 30px 30px;
      overflow: hidden; } }
  @media (min-width: 900px) {
    .columns.graphic-content .content .base.addMargin {
      padding: 120px 30px 90px 30px;
      overflow: hidden; } }
.columns.content-graphic .grid-item:first-of-type {
  width: 100%; }
  @media (min-width: 900px) {
    .columns.content-graphic .grid-item:first-of-type {
      width: 35%; } }
.columns.content-graphic .grid-item:last-of-type {
  width: 100%; }
  @media (min-width: 900px) {
    .columns.content-graphic .grid-item:last-of-type {
      width: 65%; } }
.columns.content-graphic .content .base {
  padding: 60px 3% 30px; }
  @media (min-width: 900px) {
    .columns.content-graphic .content .base {
      padding: 60px 30px 30px 30px; } }
  @media (min-width: 900px) {
    .columns.content-graphic .content .base.addMargin {
      padding: 120px 30px 90px 30px; } }
.columns .bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
.columns .photo {
  display: block; }
  @media (min-width: 900px) {
    .columns .photo {
      display: none; } }
.columns .base h4 {
  font-family: "Original Sans Web Four", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px; }
  @media (min-width: 900px) {
    .columns .base h4 {
      font-size: 22px; } }
  @media (min-width: 1200px) {
    .columns .base h4 {
      margin-bottom: 10px;
      font-size: 35px; } }
.columns .arrow {
  width: 30px;
  margin-bottom: 10px; }

.page-hero {
  position: relative;
  overflow: hidden; }
  .page-hero.full {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
    @media (min-width: 900px) {
      .page-hero.full {
        min-height: 400px; } }
    .page-hero.full .overlay {
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.4); }
      @media (min-width: 900px) {
        .page-hero.full .overlay {
          background: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4)); } }
    .page-hero.full .wrap1400 {
      position: relative;
      z-index: 2; }
  .page-hero.twoColumns {
    background: #FAF9F7; }
    .page-hero.twoColumns .hero {
      width: 94%;
      margin: 0 auto; }
      @media (min-width: 900px) {
        .page-hero.twoColumns .hero {
          margin: 0 0 0 auto;
          padding-right: 30px; } }
    .page-hero.twoColumns .bg {
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover; }
    .page-hero.twoColumns .photo {
      display: block;
      width: 100%;
      max-width: none; }
      @media (min-width: 900px) {
        .page-hero.twoColumns .photo {
          display: none; } }
  .page-hero .hero {
    padding: 60px 0 70px; }
    @media (min-width: 900px) {
      .page-hero .hero {
        max-width: 900px; } }
  .page-hero .body {
    margin-top: 30px; }
    @media (min-width: 900px) {
      .page-hero .body {
        max-width: 500px; } }
    .page-hero .body p {
      font-size: 16px; }
      @media (min-width: 900px) {
        .page-hero .body p {
          font-size: 18px; } }
      @media (min-width: 1200px) {
        .page-hero .body p {
          font-size: 20px; } }
      .page-hero .body p:last-of-type {
        margin-bottom: 0px; }

.mobile-toggle-container {
  display: block;
  position: relative;
  width: 60px;
  height: 65px;
  cursor: pointer;
  z-index: 999;
  display: block; }
  @media (min-width: 900px) {
    .mobile-toggle-container {
      display: none; } }

.mobile-toggle {
  display: flex;
  height: 100%;
  align-items: center; }
  .mobile-toggle:hover .menu-icon::after, .mobile-toggle:hover .menu-icon::before {
    background: #ffffff; }
  .mobile-toggle:hover .menu-icon span {
    background: #ffffff; }

.menu-icon {
  position: absolute;
  left: 0;
  right: 0;
  display: block; }
  .menu-icon::after, .menu-icon::before {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 40px;
    height: 3px;
    border-radius: 999em;
    background: #ffffff;
    content: "";
    opacity: 1;
    transition: all 0.2s ease; }
  .menu-icon::before {
    top: -11px;
    transition: all 0.2s ease;
    transition-timing-function: cubic-bezier(0.75, 0.15, 0.36, 1); }
  .menu-icon::after {
    bottom: -13px;
    transition: all 0.2s ease;
    transition-timing-function: cubic-bezier(0.75, 0, 0.29, 1.01); }
  .menu-icon span {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    display: block;
    width: 40px;
    height: 3px;
    border-radius: 999em;
    background: #ffffff;
    transition: all 0.2s ease;
    transition-timing-function: cubic-bezier(0.75, 0, 0.29, 1.01); }

@media (max-width: 900px) {
  .menu-open .main-navigation {
    justify-content: space-between; }
  .menu-open .menu {
    padding-top: 20px;
    display: block; }
  .menu-open .menu-primary-container {
    background: #000000;
    display: block;
    width: 100%;
    z-index: 999;
    margin: 0 auto;
    left: 0;
    right: 0;
    visibility: visible !important;
    opacity: 1 !important;
    transition: opacity 0.4s cubic-bezier(0.23, 1, 0.32, 1); }
    .menu-open .menu-primary-container li {
      margin: 0 auto;
      text-align: center;
      width: 94%;
      padding: 20px 0; }
      .menu-open .menu-primary-container li.btn a {
        display: block; }
      .menu-open .menu-primary-container li a {
        font-size: 18px;
        line-height: 1.2;
        color: #ffffff;
        text-transform: uppercase;
        font-family: "Original Sans Web Four", sans-serif;
        font-weight: 400;
        font-style: normal; } }
      @media (max-width: 900px) and (min-width: 600px) {
        .menu-open .menu-primary-container li a {
          font-size: 25px; } }

.menu-open .mobile-toggle:hover .menu-icon::after, .menu-open .mobile-toggle:hover .menu-icon::before {
  right: 0px !important; }
.menu-open .mobile-toggle:hover .menu-icon span {
  left: 0px !important; }
.menu-open .mobile-toggle .menu-icon::after, .menu-open .mobile-toggle .menu-icon::before {
  opacity: 0 !important;
  transition: all 0.6s ease; }
.menu-open .mobile-toggle .menu-icon-left {
  transform: rotate(45deg);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1); }
.menu-open .mobile-toggle .menu-icon-right {
  transform: rotate(-225deg);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1); }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }


/*# sourceMappingURL=base.css.map */

