@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://use.typekit.net/nky5mob.css");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

.margin-bottom-sm {
  margin-bottom: .5rem; }

.margin-bottom-md {
  margin-bottom: 1rem; }

.margin-top-sm {
  margin-bottom: .5rem; }

.margin-top-md {
  margin-bottom: 1rem; }

.margin-left-sm {
  margin-bottom: .5rem; }

.margin-left-md {
  margin-bottom: 1rem; }

.margin-right-sm {
  margin-bottom: .5rem; }

.margin-right-md {
  margin-bottom: 1rem; }

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

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

.list-item {
  display: flex;
  flex-flow: row;
  position: relative;
  justify-content: flex-start;
  margin-bottom: 10rem; }
  .list-item p {
    padding-left: 1rem;
    padding-right: 1rem;
    margin-top: 1rem; }
  .list-item__bubble {
    position: absolute;
    z-index: 4;
    background-color: #6b6e70;
    width: 7rem;
    height: 7rem;
    margin-bottom: 5rem;
    -webkit-clip-path: circle(50% at 50% 50%);
    clip-path: circle(50% at 50% 50%); }
  .list-item__bubble-checkmark {
    font-size: 11rem;
    margin-top: 3rem;
    color: #86c232;
    z-index: 5; }

@keyframes logoSpin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

body,
html {
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  font-family: Lato, sans-serif;
  letter-spacing: .1rem;
  line-height: 20px;
  text-transform: none;
  color: white;
  background-color: black; }

p {
  font-size: 16px; }

#pushNav {
  transition: 0.5s; }
  #pushNav__container {
    transition: 0.5s; }

#opacity {
  display: none;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 7; }

#menu-toggle {
  z-index: 6;
  height: 3rem;
  position: fixed;
  top: 1rem;
  left: 1rem; }

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 8;
  top: 0;
  left: 0;
  background-color: black;
  overflow: hidden;
  transition: 0.5s;
  animation-fill-mode: backwards;
  padding-top: 60px;
  font-variant: small-caps;
  font-family: Lato, sans-serif; }

.sidenav a {
  white-space: nowrap;
  padding: 1rem 1rem 0 1rem;
  text-decoration: none;
  font-size: .8rem;
  color: #818181;
  display: block;
  transition: 0.3s; }

.sidenav a:first-child {
  margin-bottom: 2rem; }

.sidenav a:hover {
  color: #fff7f7; }

.sidenav .closebtn {
  position: absolute;
  top: 0;
  font-size: 36px; }

header {
  height: 100vh;
  width: 100vw;
  overflow: hidden;
  position: relative; }

video {
  transition: margin-left .5s;
  min-height: 100%;
  min-width: 100%;
  transform: translate(-50%, -50%);
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 50%; }

#video-tint {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100vw;
  height: 100vh; }

@keyframes logoSpin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

.logoWrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  z-index: 2; }

.spin {
  animation: logoSpin infinite 20s linear; }

#main-logo {
  transition: margin-left .5s;
  width: 80vw;
  margin-bottom: 1rem; }

#main-logo-text {
  transition: margin-left .5s;
  width: 75vw; }

.desktop-nav {
  position: fixed;
  display: none;
  justify-content: space-evenly;
  padding-top: .5rem;
  z-index: 10;
  height: 2rem;
  width: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.7); }

.desktop-nav a:hover {
  text-decoration: underline; }

.section {
  min-height: 100vh;
  height: 100%;
  padding: 1rem 1.2rem 1rem 1.2rem; }
  .section ul {
    list-style: none;
    line-height: 2rem; }
  .section ul li:before {
    content: '✓';
    list-style-position: outside;
    color: #86c232;
    font-size: 3rem;
    margin-right: 2rem; }
  .section ul li {
    text-indent: -4.2rem;
    padding-left: 5rem; }
  .section__1 {
    background-color: #222629; }
    .section__1--h1 {
      color: #86c232;
      white-space: pre; }
    .section__1__small {
      display: flex;
      flex-flow: column; }
      .section__1__small img {
        width: 90vw;
        height: 15%;
        margin: auto; }
      .section__1__small img:nth-of-type(1) {
        margin-bottom: 1rem;
        margin-left: auto;
        margin-right: auto; }
      .section__1__small p {
        margin-bottom: 1rem; }
      .section__1__small h3:nth-of-type(1) {
        text-align: left; }
      .section__1__small h3:nth-of-type(2) {
        text-align: right; }
      .section__1__small p:nth-child(4) {
        text-align: right; }
      .section__1__small p:nth-child(5) {
        text-align: right; }
    .section__1__med {
      display: none; }
    .section__1__mlg {
      display: none; }
    .section__1__lg {
      display: none; }
    .section__1__landscape {
      display: none; }
  .section__2 {
    background-color: #474b4f; }
    .section__2--h1 {
      color: #86c232;
      white-space: pre; }
    .section__2 h3:not(:first-child) {
      color: #86c232;
      padding-top: .5rem; }
    .section__2__small {
      display: flex;
      flex-flow: column;
      justify-content: center; }
      .section__2__small img {
        width: 100%; }
      .section__2__small p:last-of-type {
        margin-bottom: 0rem; }
      .section__2__small p {
        margin-bottom: 1rem; }
    .section__2__med {
      display: none; }
    .section__2__mlg {
      display: none; }
    .section__2__lg {
      display: none; }
    .section__2__landscape {
      display: none; }
  .section__3 {
    background-color: #222629; }
    .section__3 img {
      width: 90vw; }
    .section__3--h1 {
      color: white;
      white-space: pre; }
    .section__3--bold-text {
      margin-top: .5rem;
      margin-bottom: .5rem;
      color: #61892f;
      font-family: "raleway", sans-serif;
      font-weight: 900;
      font-size: 1.99rem;
      line-height: 2.3rem; }
    .section__3--text--right {
      text-align: right; }
    .section__3__small {
      display: flex;
      flex-flow: column;
      align-content: center; }
    .section__3__med {
      display: none; }
    .section__3__mlg {
      display: none; }
    .section__3__lg {
      display: none; }
    .section__3__landscape {
      display: none; }
  .section__4 {
    background-color: #6b6e70; }
    .section__4--h1 {
      color: white;
      line-height: 2.5rem; }
    .section__4--h3 {
      color: #86c232; }
    .section__4 img {
      width: 40vw;
      margin-top: .5rem;
      margin-bottom: 1rem; }
    .section__4__small {
      display: flex;
      flex-flow: column;
      align-items: center; }
    .section__4__med {
      display: none; }
    .section__4__mlg {
      display: none; }
    .section__4__lg {
      display: none; }
    .section__4__landscape {
      display: none; }
  .section__5 {
    background-color: #222629;
    text-align: center; }
    .section__5--h1 {
      color: white;
      line-height: 2.5rem; }
    .section__5 form {
      text-align: center;
      margin-top: 5rem; }
    .section__5 input {
      margin-bottom: 1rem; }
    .section__5 input[name=name] {
      width: 65vw; }
    .section__5 input[name=mail] {
      width: 65vw; }
    .section__5 input[name=comment] {
      width: 65vw;
      height: 20vh; }
    .section__5 input[type=submit] {
      border: 1px solid black;
      width: 6rem;
      height: 2rem; }
    .section__5 input[type=reset] {
      border: 1px solid black;
      width: 6rem;
      height: 2rem; }
  .section__insert__1 {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #86c232;
    height: 12vh;
    color: black; }
    .section__insert__1 p {
      font-size: 1.8rem; }
  .section__footer {
    background-color: white;
    color: black;
    overflow: hidden; }
    .section__footer__small {
      display: flex;
      flex-flow: column;
      align-items: center; }
      .section__footer__small p {
        font-size: .6rem;
        line-height: .7rem; }
    .section__footer__large {
      display: none; }

.logo {
  width: 60%; }
  .logo__nick--small {
    width: 50vw; }
  .logo__finn {
    background: white; }
  .logo__roadside {
    background: white;
    padding: .25rem; }
  .logo__spr {
    background: white;
    padding: .25rem; }

h1,
h2,
h3 {
  text-align: center; }

h1 {
  font-family: Lato, sans-serif;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: .3rem;
  text-transform: uppercase;
  color: white;
  margin-bottom: 1.5rem; }

h2 {
  font-family: "raleway", sans-serif;
  font-weight: 900;
  font-size: 1.99rem;
  line-height: 2.3rem; }

h3 {
  font-family: "raleway", sans-serif;
  font-weight: 900;
  font-size: 1.2rem;
  margin-bottom: .5rem; }

.contact-block {
  padding-top: 1rem; }

@media screen and (min-width: 425px) {
  .contact-block p {
    padding: 0;
    line-height: 1.5rem; } }

@media screen and (min-width: 768px) {
  .contact-block p {
    padding: 0;
    line-height: 1.5rem; } }

@media screen and (min-width: 1024px) {
  .contact-block p {
    padding: 0;
    line-height: 1.5rem; } }

@media screen and (min-width: 1440px) {
  .contact-block p {
    padding: 0;
    line-height: 1.5rem; } }

@media screen and (min-width: 425px) {
  .section__1__small {
    display: none; }
  .section__1__med {
    display: flex;
    flex-flow: column;
    justify-content: center; }
    .section__1__med img {
      width: 90vw;
      height: 15%;
      margin: auto; }
    .section__1__med img:nth-of-type(1) {
      margin-bottom: 1rem; }
    .section__1__med p {
      margin-bottom: 1rem; }
    .section__1__med h3:nth-of-type(1) {
      text-align: left; }
    .section__1__med h3:nth-of-type(2) {
      text-align: right; }
    .section__1__med p:nth-child(4) {
      text-align: right; }
    .section__1__med p:nth-child(5) {
      text-align: right; }
  .section__2__small {
    display: none; }
  .section__2__med {
    display: flex;
    flex-flow: column; }
    .section__2__med p {
      margin-bottom: 1rem; }
    .section__2__med p:last-of-type {
      margin-bottom: 0; }
    .section__2__med img {
      width: 100%; }
  .section__3__small {
    display: none; }
  .section__3__med {
    display: flex;
    flex-flow: column; }
  .section__4__small {
    display: none; }
  .section__4__med {
    display: flex;
    flex-flow: column;
    align-items: center; }
    .section__4__med img {
      width: 30vw;
      margin-top: .5rem;
      margin-bottom: 1rem; }
  .section__footer {
    background-color: white;
    color: black;
    padding-top: .5rem;
    overflow: hidden; }
    .section__footer p {
      line-height: .1rem; }
    .section__footer__small {
      display: flex;
      flex-flow: column;
      align-items: center; }
    .section__footer__large {
      display: none; }
  p {
    font-size: 1.2rem;
    padding-bottom: 1rem;
    line-height: 2rem; } }

@media screen and (min-width: 768px) {
  .section__1__med {
    display: none; }
  .section__1__mlg {
    display: flex;
    flex-flow: row;
    min-height: 100vh; }
    .section__1__mlg--col-1 {
      display: flex;
      flex-flow: column;
      justify-content: space-evenly;
      margin-right: 1rem; }
    .section__1__mlg--col-2 {
      display: flex;
      flex-flow: column;
      justify-content: space-evenly; }
      .section__1__mlg--col-2 img:first-child {
        padding-bottom: 1rem; }
      .section__1__mlg--col-2 img {
        width: 45vw; }
  .section__2__med {
    display: none; }
  .section__2__mlg {
    display: flex;
    flex-direction: row; }
    .section__2__mlg img {
      width: 100%; }
    .section__2__mlg--col-1 {
      flex: 40%;
      display: flex;
      flex-flow: column;
      margin: auto;
      justify-content: center; }
    .section__2__mlg--col-2 {
      flex: 40%;
      display: flex;
      flex-flow: column;
      justify-content: space-evenly; }
  .section__3 img {
    width: 40vw; }
  .section__3--bold-text {
    margin-top: .5rem;
    margin-bottom: .5rem;
    color: #61892f;
    font-family: "raleway", sans-serif;
    font-weight: 900;
    font-size: 2rem;
    line-height: 2.3rem; }
  .section__3__med {
    display: none; }
  .section__3__mlg {
    display: flex;
    flex-flow: row; }
    .section__3__mlg--col-1 {
      padding-left: 2rem;
      width: 50%; }
    .section__3__mlg--col-2 {
      width: 50%; }
  .section__4__med {
    display: none; }
  .section__4__mlg {
    display: flex;
    flex-flow: row; }
    .section__4__mlg img {
      width: 20vw;
      margin-top: .5rem;
      margin-bottom: 1rem; }
    .section__4__mlg--col-1 {
      display: flex;
      flex-flow: column;
      align-items: center;
      justify-content: center;
      width: 50%; }
    .section__4__mlg--col-2 {
      display: flex;
      flex-flow: column;
      align-items: center;
      justify-content: center;
      width: 50%; }
      .section__4__mlg--col-2 img {
        padding-bottom: .7rem; }
  .section__footer__small {
    display: none; }
  .section__footer__large {
    display: flex;
    flex-flow: row;
    justify-content: space-evenly;
    padding-top: 1rem; }
    .section__footer__large p {
      font-size: .6rem;
      line-height: .7rem; }
  h1 {
    font-size: 3rem; }
  h3 {
    font-size: 2rem; }
  p {
    font-size: 1.1rem;
    padding-bottom: 1rem;
    line-height: 2.4rem; } }

@media screen and (min-width: 1024px) {
  #menu-toggle {
    display: none; }
  #pushNav {
    display: none; }
  .desktop-nav {
    display: flex; }
  #main-logo {
    width: 40vw; }
  h1 {
    font-family: Lato, sans-serif;
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: .3rem;
    text-transform: uppercase;
    color: white;
    margin-bottom: 1.5rem; }
  h2 {
    font-family: "raleway", sans-serif;
    font-weight: 900;
    font-size: 2.3rem;
    line-height: 2.3rem; }
  h3 {
    font-family: "raleway", sans-serif;
    font-weight: 900;
    font-size: 1.5rem;
    margin-bottom: .5rem; }
  p {
    font-size: 20px;
    padding: 1rem;
    line-height: 2rem; }
  .section {
    padding-left: 5rem;
    padding-right: 5rem; }
    .section__1__mlg {
      display: none; }
    .section__1__lg {
      display: flex;
      flex-flow: row;
      min-height: 100vh; }
      .section__1__lg--col-1 {
        display: flex;
        flex-flow: column;
        justify-content: space-evenly;
        margin-right: 1rem; }
      .section__1__lg--col-2 {
        display: flex;
        flex-flow: column;
        justify-content: space-evenly; }
        .section__1__lg--col-2 img:first-child {
          padding-bottom: 1rem; }
        .section__1__lg--col-2 img {
          width: 30vw; }
    .section__2__mlg {
      display: none; }
    .section__2__lg {
      display: flex;
      flex-direction: row; }
      .section__2__lg img {
        width: 100%; }
      .section__2__lg--col-1 {
        flex: 40%;
        display: flex;
        flex-flow: column;
        margin: auto;
        justify-content: center; }
      .section__2__lg--col-2 {
        flex: 40%;
        display: flex;
        flex-flow: column;
        justify-content: space-evenly; }
        .section__2__lg--col-2 p {
          text-indent: 5rem; }
    .section__3--bold-text {
      margin-top: .5rem;
      margin-bottom: .5rem;
      color: #61892f;
      font-family: "raleway", sans-serif;
      font-weight: 900;
      font-size: 2.3rem;
      line-height: 2.3rem; }
    .section__3__mlg {
      display: none; }
    .section__3__lg {
      display: flex;
      flex-flow: row; }
      .section__3__lg img {
        width: 40vw; }
      .section__3__lg--col-1 {
        width: 50%; }
      .section__3__lg--col-2 {
        width: 50%; }
    .section__4__mlg {
      display: none; }
    .section__4__lg {
      display: flex;
      flex-flow: row;
      justify-content: center; }
      .section__4__lg img {
        width: 13vw;
        margin-top: .5rem;
        margin-bottom: 1rem; }
      .section__4__lg--col-1 {
        display: flex;
        flex-flow: column;
        align-items: center;
        justify-content: center;
        width: 50%; }
      .section__4__lg--col-2 {
        display: flex;
        flex-flow: column;
        align-items: center;
        justify-content: center;
        width: 50%; }
        .section__4__lg--col-2 img {
          padding: .65rem; }
  .desktop-nav {
    font-size: 1.4rem;
    margin-top: -1rem;
    align-items: center;
    height: 4rem; }
  h1 {
    margin-top: 2rem;
    font-size: 4rem;
    margin-bottom: 4rem; }
  h3 {
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-size: 2.5rem; }
  p {
    font-size: 1.2rem;
    padding-bottom: 1rem;
    line-height: 3.5rem; }
  .list-item p {
    font-size: 1.3rem; }
  .list-item__bubble {
    width: 10rem;
    height: 10rem; }
  .list-item__bubble-checkmark {
    font-size: 15rem; } }

@media screen and (min-width: 1440px) {
  .section {
    padding-left: 10rem;
    padding-right: 10rem; }
    .section__3--bold-text {
      margin-top: .5rem;
      margin-bottom: .5rem;
      color: #61892f;
      font-family: "raleway", sans-serif;
      font-weight: 900;
      font-size: 2.2rem;
      line-height: 2.3rem; }
    .section__3__mlg {
      display: none; }
    .section__3__lg {
      display: flex;
      flex-flow: row; }
      .section__3__lg img {
        width: 30vw; }
      .section__3__lg--col-1 {
        width: 50%;
        margin: auto; }
      .section__3__lg--col-2 {
        width: 50%;
        margin: auto; }
  .desktop-nav {
    font-size: 1.4rem;
    margin-top: -1rem;
    align-items: center;
    height: 4rem; }
  h1 {
    margin-top: 2rem;
    font-size: 4rem;
    margin-bottom: 4rem; }
  h3 {
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-size: 2.5rem; }
  p {
    font-size: 1.2rem;
    padding-bottom: 1rem;
    line-height: 3.5rem; }
  .list-item p {
    font-size: 2rem; }
  .list-item__bubble {
    width: 10rem;
    height: 10rem; }
  .list-item__bubble-checkmark {
    font-size: 15rem; }
  .section__1 p {
    padding-right: 8rem;
    padding-left: 6rem; }
  .section__3 {
    padding-left: 15rem; }
  .section__5 input[name=name] {
    width: 50vw; }
  .section__5 input[name=mail] {
    width: 50vw; }
  .section__5 input[name=comment] {
    width: 50vw;
    height: 20vh; } }

@media screen and (max-height: 599px) and (orientation: landscape) {
  .section__1__small {
    display: none; }
  .section__1__med {
    display: none; }
  .section__1__mlg {
    display: none; }
  .section__1__lg {
    display: none; }
  .section__1__landscape {
    display: block;
    padding-top: 1rem;
    padding-right: 2rem;
    padding-left: 2rem; }
    .section__1__landscape--col-2 {
      display: flex;
      flex-flow: row;
      justify-content: space-evenly; }
      .section__1__landscape--col-2 img {
        height: 12rem; }
      .section__1__landscape--col-2 img:first-child {
        margin-right: 1rem; }
  .section__2__small {
    display: none; }
  .section__2__med {
    display: none;
    flex-flow: column; }
  .section__2__mlg {
    display: none; }
  .section__2__lg {
    display: none; }
  .section__2--h1 {
    margin-bottom: 2rem; }
  .section__2__landscape {
    display: flex;
    flex-direction: row; }
    .section__2__landscape img {
      width: 40vw;
      margin: auto; }
    .section__2__landscape--col-1 {
      width: 50%;
      display: flex;
      flex-flow: column;
      margin: auto; }
    .section__2__landscape--col-2 {
      width: 50%;
      display: flex;
      flex-flow: column;
      justify-content: space-evenly; }
  .section__3__small {
    display: none; }
  .section__3__med {
    display: none;
    flex-flow: column; }
  .section__3__mlg {
    display: none; }
  .section__3__lg {
    display: none; }
  .section__3__landscape {
    display: flex;
    flex-flow: row; }
    .section__3__landscape p {
      font-size: 1.5rem;
      padding-top: .5rem;
      margin: auto;
      line-height: 1.5rem; }
    .section__3__landscape img {
      width: 40vw;
      margin: auto; }
    .section__3__landscape--col-1 {
      width: 50%;
      display: flex;
      flex-flow: column;
      align-items: center; }
    .section__3__landscape--col-2 {
      width: 50%;
      display: flex;
      flex-flow: column;
      align-items: center; }
  .section__4__small {
    display: none; }
  .section__4__med {
    display: none; }
  .section__4__mlg {
    display: none; }
  .section__4__lg {
    display: none; }
  .section__4__landscape {
    display: flex;
    flex-flow: row;
    justify-content: center; }
    .section__4__landscape img {
      width: 30vw;
      margin-top: 1rem;
      margin-bottom: 1rem; }
    .section__4__landscape--col-1 {
      display: flex;
      flex-flow: column;
      align-items: center;
      justify-content: center;
      width: 50%; }
    .section__4__landscape--col-2 {
      display: flex;
      flex-flow: column;
      align-items: center;
      justify-content: center;
      width: 50%; }
      .section__4__landscape--col-2 img {
        padding: .5rem; }
  .section__insert {
    padding-top: 1rem; }
  .list-item {
    display: flex;
    flex-flow: row;
    position: relative;
    justify-content: flex-start;
    margin-bottom: 5rem; }
    .list-item p {
      padding-left: 1rem;
      padding-right: 1rem;
      margin-top: 1rem; }
    .list-item__bubble {
      position: absolute;
      z-index: 4;
      background-color: #6b6e70;
      width: 4rem;
      height: 4rem;
      margin-bottom: 5rem;
      -webkit-clip-path: circle(50% at 50% 50%);
      clip-path: circle(50% at 50% 50%); }
    .list-item__bubble-checkmark {
      font-size: 6rem;
      margin-top: 1rem;
      color: #86c232;
      z-index: 5; } }
