html {
  font-size: 16px;
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  background-color: #fff;
}

body {
  font-family: "Lekton", Helvetica, Arial, sans-serif;
  font-size: 100%;
  color: #333;
  line-height: 1.6;
}

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

header,
section,
main,
footer,
aside,
nav,
article,
figure,
hgroup {
  margin: 0;
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Ruda", Helvetica, Arial, sans-serif;
  margin: 0.2rem 0 2rem;
  padding: 0;
  line-height: 1.4;
  text-rendering: optimizeLegibility;
}

h1 {
  font-size: 2.65rem;
  font-weight: 900;
}

h2 {
  font-size: 2rem;
  font-weight: 900;
}

h3 {
  margin-bottom: 0.8rem;
  font-size: 1.75rem;
}

h4 {
  margin-bottom: 0.8rem;
  font-size: 1.5rem;
}

h5 {
  margin-bottom: 0.8rem;
  font-size: 1.25rem;
}

h6 {
  margin-bottom: 0.8rem;
  font-size: 1rem;
}

p {
  margin: 0 0 1.8rem;
  padding: 0;
}

a {
  color: #2eb3e4;
}

a:hover {
  color: #1e8ccb;
  text-decoration: none;
}

a:focus {
  outline: none;
}

hr {
  margin: 1.8rem 0;
  padding: 0;
  height: 1px;
  border: none;
  border-bottom: 1px solid #ccc;
}

ul,
ol {
  margin: 0 0 1.8rem 1rem;
  padding: 0;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

ul li,
ol li {
  margin: 0;
  padding: 0;
}

table {
  margin-bottom: 1.8rem;
  border-spacing: 0;
  border-collapse: collapse;
  table-layout: fixed;
}

table th,
table td {
  padding: 10px;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  empty-cells: show;
}

table th {
  font-weight: bold;
  text-align: left;
}

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

sup,
sub {
  font-size: 0.5rem;
  font-weight: bold;
}

address {
  font-style: normal;
}

fieldset {
  margin: 0 0 1.8rem;
  padding: 0;
  border: none;
}

label {
  margin: 0;
  padding: 10px 0;
  display: block;
  cursor: pointer;
}

label.required:after {
  margin-left: 3px;
  width: 4px;
  height: 4px;
  content: "";
  line-height: 5px;
  text-indent: 1234em;
  vertical-align: 6px;
  border-radius: 4px;
  background-color: #f7394b;
  display: inline-block;
  overflow: hidden;
}

input[type="text"],
input[type="password"],
input[type="number"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea,
select {
  margin: 0;
  padding: 10px;
  width: 100%;
  height: 40px;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  line-height: 1.4;
  border: 1px solid #ddd;
  border-radius: 0;
  background-color: #fff;
  outline: none;
}

textarea {
  max-width: none;
  height: 140px;
  resize: vertical;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus,
select:focus {
  border-color: #b4dff8;
}

input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="number"]:disabled,
input[type="date"]:disabled,
input[type="datetime"]:disabled,
input[type="datetime-local"]:disabled,
input[type="month"]:disabled,
input[type="week"]:disabled,
input[type="email"]:disabled,
input[type="search"]:disabled,
input[type="tel"]:disabled,
input[type="time"]:disabled,
input[type="url"]:disabled,
input[type="checkbox"]:disabled,
input[type="radio"]:disabled,
textarea:disabled,
select:disabled {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.3;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

input[type="text"].error,
input[type="password"].error,
input[type="number"].error,
input[type="date"].error,
input[type="datetime"].error,
input[type="datetime-local"].error,
input[type="month"].error,
input[type="week"].error,
input[type="email"].error,
input[type="search"].error,
input[type="tel"].error,
input[type="time"].error,
input[type="url"].error,
textarea.error,
select.error {
  border-color: #f7394b;
}

button {
  cursor: pointer;
}

input[type="checkbox"],
input[type="radio"] {
  margin: 14px 0 14px;
}

label.checkbox,
label.radio {
  margin-right: 10px;
  display: inline-block;
  float: left;
  clear: both;
}

label.checkbox-inline,
label.radio-inline {
  float: none;
  clear: none;
}

label.checkbox + label.checkbox,
label.radio + label.radio {
  padding-top: 0;
}

label.checkbox input[type="checkbox"],
label.radio input[type="radio"] {
  margin: 0 2px 0 0;
  vertical-align: 1px;
  cursor: pointer;
}

.button {
  margin: 0;
  padding: 12px 15px;
  color: #555;
  font-size: 0.875rem;
  line-height: 1.4;
  text-decoration: none;
  vertical-align: middle;
  border: 1px solid #dadada;
  border-radius: 2px;
  background-color: #fff;
  outline: none;
  display: inline-block;
  cursor: pointer;
}

.button:hover {
  border-color: #cacaca;
  background-color: #fff;
}

.button:disabled {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.3;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.button-group {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.button-group .button {
  margin-left: -1px;
  border-radius: 0;
  float: left;
}

.button-group .button:first-child {
  margin-left: 0;
  border-radius: 2px 0 0 2px;
}

.button-group .button:last-child {
  border-radius: 0 2px 2px 0;
}

.form-group {
  margin-bottom: 10px;
}

.hide {
  display: none !important;
}

.clear {
  clear: both;
}

.clear:after {
  content: "";
  display: block;
  clear: both;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.spacer {
  height: 20px;
}

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

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

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

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

.text-small {
  font-size: 0.875rem;
}

.text-smaller {
  font-size: 0.75rem;
}

.text-smallest {
  font-size: 0.625rem;
}

.text-big {
  font-size: 1.125rem;
}

.text-bigger {
  font-size: 1.25rem;
}

.text-biggest {
  font-size: 1.375rem;
}

.icon {
  margin: -1em 0;
  vertical-align: middle;
  display: inline-block;
}

.icon svg {
  margin: -0.1em 0 0;
  width: 16px;
  height: 16px;
  fill: #333;
  display: block;
}

.icon.icon-medium svg {
  width: 32px;
  height: 32px;
}

.icon.icon-large svg {
  width: 64px;
  height: 64px;
}

.icon[data-direction="top"] svg {
  transform: rotate(270deg);
}

.icon[data-direction="bottom"] svg {
  transform: rotate(90deg);
}

.icon[data-direction="left"] svg {
  transform: rotate(180deg);
}

.icon[data-direction="right"] svg {
  transform: rotate(0deg);
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.row {
  margin-left: -20px;
  margin-right: -20px;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.row.gutter-small {
  margin-left: -5px;
  margin-right: -5px;
}

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

.column {
  padding-left: 20px;
  padding-right: 20px;
  max-width: 100%;
  min-width: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
}

.row.gutter-small > .column {
  padding-left: 5px;
  padding-right: 5px;
}

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

.shrink {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.align-left {
  justify-content: flex-start;
}

.align-right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.align-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.align-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.align-top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.align-middle {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.align-bottom {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.align-stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.align-self-top {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.align-self-middle {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.align-self-bottom {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.align-self-strech {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

@media only screen {
  .xsmall-1 {
    max-width: 8.33333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
  }
  .xsmall-2 {
    max-width: 16.66667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
  }
  .xsmall-3 {
    max-width: 25%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
  .xsmall-4 {
    max-width: 33.33333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
  }
  .xsmall-5 {
    max-width: 41.66667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
  }
  .xsmall-6 {
    max-width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .xsmall-7 {
    max-width: 58.33333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
  }
  .xsmall-8 {
    max-width: 66.66667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
  }
  .xsmall-9 {
    max-width: 75%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
  }
  .xsmall-10 {
    max-width: 83.33333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
  }
  .xsmall-11 {
    max-width: 91.66667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
  }
  .xsmall-12 {
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .order-xsmall-1 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xsmall-2 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xsmall-3 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xsmall-4 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xsmall-5 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xsmall-6 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
}

@media only screen and (min-width: 768px) {
  .small-1 {
    max-width: 8.33333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
  }
  .small-2 {
    max-width: 16.66667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
  }
  .small-3 {
    max-width: 25%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
  .small-4 {
    max-width: 33.33333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
  }
  .small-5 {
    max-width: 41.66667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
  }
  .small-6 {
    max-width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .small-7 {
    max-width: 58.33333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
  }
  .small-8 {
    max-width: 66.66667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
  }
  .small-9 {
    max-width: 75%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
  }
  .small-10 {
    max-width: 83.33333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
  }
  .small-11 {
    max-width: 91.66667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
  }
  .small-12 {
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .order-small-1 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-small-2 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-small-3 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-small-4 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-small-5 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-small-6 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
}

@media only screen and (min-width: 960px) {
  .medium-1 {
    max-width: 8.33333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
  }
  .medium-2 {
    max-width: 16.66667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
  }
  .medium-3 {
    max-width: 25%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
  .medium-4 {
    max-width: 33.33333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
  }
  .medium-5 {
    max-width: 41.66667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
  }
  .medium-6 {
    max-width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .medium-7 {
    max-width: 58.33333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
  }
  .medium-8 {
    max-width: 66.66667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
  }
  .medium-9 {
    max-width: 75%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
  }
  .medium-10 {
    max-width: 83.33333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
  }
  .medium-11 {
    max-width: 91.66667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
  }
  .medium-12 {
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .order-medium-1 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-medium-2 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-medium-3 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-medium-4 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-medium-5 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-medium-6 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
}

@media only screen and (min-width: 1200px) {
  .hide-large {
    display: none !important;
  }
  .large-1 {
    max-width: 8.33333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
  }
  .large-2 {
    max-width: 16.66667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
  }
  .large-3 {
    max-width: 25%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
  .large-4 {
    max-width: 33.33333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
  }
  .large-5 {
    max-width: 41.66667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
  }
  .large-6 {
    max-width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .large-7 {
    max-width: 58.33333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
  }
  .large-8 {
    max-width: 66.66667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
  }
  .large-9 {
    max-width: 75%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
  }
  .large-10 {
    max-width: 83.33333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
  }
  .large-11 {
    max-width: 91.66667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
  }
  .large-12 {
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .order-large-1 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-large-2 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-large-3 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-large-4 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-large-5 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-large-6 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
}

@media only screen and (max-width: 768px) {
  .hide-xsmall {
    display: none !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 960px) {
  .hide-small {
    display: none !important;
  }
}

@media only screen and (min-width: 960px) and (max-width: 1200px) {
  .hide-medium {
    display: none !important;
  }
}

html {
  height: 100%;
  font-size: 17px;
}

body {
  min-height: 100%;
  -webkit-font-smoothing: antialiased;
  line-height: 1.4;
  color: #424447;
}

h1,
h2,
h3 {
  line-height: 1.3;
}

h1 {
  position: relative;
  margin: 20px 0;
  font-size: 2.941rem;
  font-size: 1.941rem;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.02em;
  z-index: 100;
}

h2 {
  margin: 1.6rem 0 1.4rem;
  font-size: 1.6rem;
  font-weight: 900;
  letter-spacing: -0.02em;
}

h3 {
  margin: 1.2rem 0 1rem;
  font-size: 1.214rem;
}

h4 {
  margin: 0rem;
  font-size: 1rem;
}

p {
  margin-bottom: 2rem;
}

a {
  color: #e14761;
  text-decoration: none;
}

a:hover {
  color: #e14761;
}

input[type="text"],
input[type="password"],
input[type="number"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea,
select {
  padding: 8px 15px;
  height: 44px;
  border-radius: 1px;
  border-color: #e9eceb;
  border-top-color: #d8dcdb;
}

textarea {
  height: 180px;
}

select {
  -webkit-appearance: none;
}

.text-primary {
  color: #1d2021;
}

.text-light {
  color: #ffffffea;
}

.text-default {
  color: #424447;
}

.text-white {
  color: #fff;
}

.text-danger {
  color: #f7394b;
}

.bg-0 {
  background-color: #6ca2e1;
}

.bg-1 {
  background-color: #fff;
}

.bg-3 {
  background-color: #e2ebee;
}

.bg-2 {
  background-color: #fcfcfa;
}

.bg-blue {
  background-color: #6986da;
}

.bg-yellow {
  background-color: #f5ff67;
}

.bg-djubo_primary {
  background-color: #b61e51;
}

.bg-het-monument_primary {
  position: relative;
  background: url("../images/work/het-monument/background.jpg") repeat center
    center;
  background-size: 150px 150px;
}

.bg-het-monument_primary:before,
.bg-het-monument_primary:after {
  position: absolute;
  top: 8px;
  left: 0;
  right: 0;
  content: "";
  border-bottom: 1px dashed #000;
  opacity: 0.15;
  display: block;
}

.bg-het-monument_primary:after {
  top: auto;
  bottom: 8px;
}

.bg-engie_primary {
  background-color: #0af;
}

.bg-het-boerenveensche-erf_primary {
  background-color: #cbe0d1;
}

.shadow {
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.15);
}

.icon.icon-white svg {
  fill: #fff;
}

.button {
  padding: 15px;
  font-size: 0.823rem;
  font-weight: 700;
  color: #696b6d;
  border-color: transparent;
  border-radius: 2px;
}

.button:hover {
  border-color: transparent;
}

.button.button-primary {
  color: #fff;
  background: #6986da;
  background: -moz-linear-gradient(left, #6986da 0%, #8587ea 100%);
  background: -webkit-linear-gradient(left, #6986da 0%, #8587ea 100%);
  background: linear-gradient(to right, #6986da 0%, #8587ea 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6986da', endColorstr='#8587ea', GradientType=1);
}

.button.button-primary:hover {
  background: #7476d7;
}

.form-msg {
  margin: 10px 0 5px;
  white-space: nowrap;
}

.form-msg ul {
  margin: 0;
  padding: 0;
  list-style-position: inside;
}

.form-msg li {
  line-height: normal;
}

.content-width-small {
  max-width: 800px;
}

.content-width-medium {
  max-width: 1152px;
}

.content-width-large {
  max-width: 1440px;
}

.content-padding {
  padding-top: 60px;
  padding-bottom: 60px;
}

.content-padding p:last-child {
  margin-bottom: 0;
}

.content-container {
  padding-left: 15px;
  padding-right: 15px;
}

.row.gutter-large {
  margin-left: -40px;
  margin-right: -40px;
}

.row.gutter-medium {
  margin-left: -10px;
  margin-right: -10px;
}

.row.gutter-large > .column {
  padding-left: 40px;
  padding-right: 40px;
}

.row.gutter-medium > .column {
  padding-left: 10px;
  padding-right: 10px;
}

.spacer {
  width: 100%;
  height: 40px;
}

.spacer-small {
  width: 100%;
  height: 20px;
}
.spacer-medium {
  width: 100%;
  height: 40px;
}

.spacer-large {
  width: 100%;
  height: 80px;
}

.object-fit-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.object-fit-contain {
  object-fit: contain;
}

.social .icon {
  position: relative;
}

.social .icon svg {
  width: 22px;
  height: 22px;
}

.social.social-twitter .icon svg {
  margin-top: 2px;
  fill: #1da1f2;
}

.social.social-facebook .icon svg {
  fill: #3b5998;
}

.social.social-linkedin .icon svg {
  fill: #0077b5;
}

.social:hover .icon svg {
  stroke-width: 3px;
  fill: transparent;
}

.social.social-twitter:hover .icon svg {
  stroke: #1da1f2;
}

.social.social-facebook:hover .icon svg {
  stroke: #3b5998;
}

.social.social-linkedin:hover .icon svg {
  stroke: #0077b5;
}

.nav {
  position: fixed;
  top: 20px;
  left: 0px;
  width: 90px;
  height: 60px;
  text-decoration: none;
  display: block;
  z-index: 900;
}

.nav .nav-me {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  z-index: 1;
  transform: translate3d(20px, 0, 0);
  transition: transform 0.2s 0.6s ease-in-out;
}

.nav .nav-me img {
  transition: transform 0.2s ease-in-out;
  display: block;
}

.nav:hover .nav-me img {
  transform: scale(1.08);
}

.device {
  position: relative;
  padding: 0px;
  display: inline-block;
}

.device:after {
  position: relative;
  width: 100%;
  height: 100%;
  content: "";
  background-size: 100%;
  display: block;
  z-index: 2;
}

.device .device-screen {
  position: absolute;
  overflow: hidden;
  z-index: 1;
}
.main {
  position: relative;
  min-height: 100vh;
  background-color: #1d2021;
  overflow-x: hidden;
}

.page {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
  background-color: #fff;
  overflow: hidden;
  z-index: 1;
}

.page + .page {
  position: fixed;
  transform: translate3d(100%, 0, 0);
}

.intro {
  min-height: calc(100vh - 80px);
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}

.intro > .container {
  position: relative;
}

.intro .intro-image {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
}

.intro .intro-image img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
}

.header {
  position: relative;
  padding-top: 120px;
  padding-bottom: 40px;
  min-height: calc(100vh - 200px);
  flex-direction: column;
  justify-content: center;
  z-index: -1;
}

.footer {
  padding: 15vh 0;
  font-size: 0.875rem;
  text-align: center;
}

.contact {
  padding: 20px 0;
}

.visual {
  max-height: 50%;
}

.visual img {
  width: 100%;
  height: 50%;
}

.project {
  text-align: left;
  display: inline-block;
  color: #5b5b5f;
}

.project h2 {
  margin: 0 0 10px;
  font-size: 1.764rem;
  font-weight: 900;

  line-height: 1.1;
  color: #5b5b5f;
}

.project h2 a {
  color: inherit;
}

.project h2 a:hover {
  margin: 0 -8px 0 -8px;
  padding: 0 10px 0 8px;
  color: #fff;
  background-color: #e14761;
  xbackground: linear-gradient(#6ca2e1, #6ca2e1);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 0 100%;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
}

.project a .project_image {
  position: relative;
  padding: 0px;
  display: inline-block;

  transition: transform 0.2s ease-in-out;
  transform: perspective(600px) translateZ(0);
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
}

.project a:hover .project_image {
  transform: perspective(600px) translateZ(15px);
}

@media (min-width: 768px) {
  h1 {
    font-size: 2.529rem;
  }
  .button {
    padding: 15px 20px;
  }
  .device-iphone {
    width: 315px;
    height: 639px;
  }
  .device-iphone .device-screen {
    top: 78px;
    left: 22px;
    right: 22px;
    bottom: 78px;
  }
  .visual {
  }
  .project h2 {
    font-size: 2rem;
  }
}

@media (min-width: 960px) {
  h1 {
    margin: 40px 0 20px;
    font-size: 2.5rem;
  }
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }
  .content-padding {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .header {
    padding-bottom: 100px;
  }
  .visual {
  }
}

@media (min-width: 1200px) {
  h1 {
    margin: 60px 0 30px;
    font-size: 2.5rem;
    line-height: 1.05;
  }
  .visual {
  }
}

@media (min-width: 1400px) {
  h1 {
    font-size: 2.65rem;
  }
  body {
    font-size: 120%;
  }
  .nav1 {
    font-size: 1rem;
  }
  .meta {
    font-size: 1rem;
    line-height: 1.1;
  }
}

/* Sats */
.home .page {
  background-color: #6ca2e1;
}
.home .bg-1 {
  background-color: #f2f2f2;
}

.home .meta {
  font-size: 0.875rem;
  line-height: 2;
  display: inline-block;
  padding: 4px 8px;
  margin-right: 8px;

  background-color: #0000000a;
}

a.casestudy::after {
  content: "case study »";
  background-color: #e24675f3;
  vertical-align: middle;
  color: #fff;
  padding: 3px 6px 1px;
  font-size: 0.65rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  display: inline-block;

  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.bg-home .phone-shot img {
  max-width: 200px;
}

.ge .page {
  background-color: #e6e6e3;
}

.ge .bg-1,
.ge .footer {
  background-color: #cc442a;
}
.ge .footer a {
  background-color: rgb(228, 150, 134);
  color: #fff;
}

.ge .bg-2 {
  background-color: #616671;
}

.ge .bg-3 {
  background-color: #f7f7f5;
}

.djubo .bg-2 {
  background-color: #e6edf0;
}
.djubo .bg-3 {
  background-color: #cedce0;
}

.calldoc .bg-1 {
  background-color: #ebf5f4;
}

.calldoc .bg-2 {
  background-color: #fafafa;
}

.calldoc .bg-3 {
  background-color: #ebf5f4;
}

.calldoc .visual .content-padding {
  padding-bottom: 0;
}

.skybo .page {
  background-color: #f4ffad;
  background-color: #ebff99;
}

.skybo .header {
  background: url("/images/skybo_bg.png") no-repeat center bottom;
}

.skybo .bg-1 {
  background-color: #9ed4f7;
}

.skybo-primary .content-padding {
  padding-bottom: 0;
}

.skybo .bg-2 {
  background-color: #f8ffed;
}
.skybo .bg-4 {
  background-color: #d9decd;
}

.star .page {
  background-image: linear-gradient(
    to right,
    #ae4499,
    #965db5,
    #7572c8,
    #5083d1,
    #2991d0,
    #1f8dc9,
    #1288c2,
    #0084bb,
    #006fb0,
    #0059a3,
    #184392,
    #2b2b7e
  );
}
.star .text-light {
  color: #edeecc;
}
.star .text-light a {
  color: #fff;
  background: #ffffff2c;
}
.star .text-light a:hover {
  color: #fff;
  background: #ffffff4d;
}

.star .bg-1 {
  background-color: #f0f0f5;
}

.star .bg-2 {
  background-color: #d0cee0;
}

.star .bg-3 {
  background-color: #d6dddf;
}

.about .bg-1 {
  background-color: #d6dddf;
}

.about .bg-2 {
  background-color: #dad9d5;
}

.header div {
  margin: 0 auto;
}

break {
  flex-basis: 100%;
  width: 0px;
  height: 0px;
  overflow: hidden;
}

/* Navigation */

ul.nav-bar {
  position: fixed;
  top: 30px;
  left: 96px;
  display: block;
  z-index: 999;

  color: #fff;
  margin: 0;
}

ul.nav-bar li {
  display: inline-block;
  list-style: none;
  margin: 0 -9px 0 0;
  background-color: #333;
  padding: 6px 18px;
}

.nav-bar li a {
  color: #fff;
  padding: 0 0 2px;
}

.nav-bar li.selected a {
  border-bottom: 1px solid #fff;
}

.nav-bar li.info {
  background-color: #4882c4;

  padding: 6px 18px;
}

.nav-bar a:hover {
  border-bottom: 1px solid #fff;
}

/* New Nav */

.nav1 {
  position: fixed;
  top: 20px;
  left: 0px;
  min-width: 200px;
  height: 0px;
  text-decoration: none;
  display: block;
  z-index: 900;
}

.nav1 .nav-me {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  z-index: 1;
  transform: translate3d(20px, 0, 0);
  transition: transform 0.2s 0.6s ease-in-out;
}

.nav1 .nav-me img {
  transition: transform 0.2s ease-in-out;
  display: block;
}

.nav1:hover .nav-me img {
  transform: scale(1.08);
}

.nav1 ul#menu {
  position: fixed;
  top: 40px;
  left: 96px;
  display: inline;
  color: #fff;
  margin: 0;
}

ul#menu li {
  display: inline;
  list-style: none;
  margin: 0 -10px 0 0;
  background-color: #333;
  padding: 8px 16px;
  min-width: 100px;
}

#menu li.link {
  background-color: #4882c4;
}
#menu li a {
  color: #fff;
  padding: 0 0 2px;
}

#menu li.selected a {
  border-bottom: 1px solid #fff;
}

#menu a:hover {
  border-bottom: 1px solid #fff;
}

@media (max-width: 48em) {
  .nav1 {
    position: relative;
  }
  xul.nav-bar {
    position: relative;
    top: 10px;
    left: 78px;
  }
  .nav-bar li.no-phone {
    xdisplay: none;
  }

  .nav1 .nav-me {
    transform: translate3d(-10px, 0, 0);
  }

  .nav1 {
    position: relative;
    left: -10px;
  }
  .nav1 ul#menu {
    position: relative;
    top: 10px;
    left: 56px;
  }
  .home .nav1 {
    left: 6px;
  }

  ul#menu li {
    padding: 10px;
  }

  #menu li.no-phone {
    display: none;
  }
  /* Navigation */
}
