label {
  color: #000;
}

input[type="text"], input[type="search"], input[type="password"], input[type="email"], input[type="url"], input[type="tel"], input[type="file"], textarea, select {
  color: #fff;
  width: 100%;
  box-shadow: none;
  background: none;
  border: 1px solid #fff;
  padding: .84rem;
  font-weight: 300;
  line-height: normal;
  transition: all .3s ease-in-out;
  display: block;
  background-clip: padding-box !important;
  border-radius: 0 !important;
}

input[type="text"]:focus, input[type="search"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="tel"]:focus, input[type="file"]:focus, textarea:focus, select:focus {
  border-color: #fff;
  outline: none;
}

input[type="number"] {
  color: #fff;
  width: 60px;
  box-shadow: none;
  background: none;
  border: 1px solid #fff;
  padding: 3px;
  line-height: normal;
  transition: all .3s ease-in-out;
}

input[type="number"]:focus {
  border-color: #fff;
  outline: none;
}

input[type="checkbox"] {
  border: 1px solid #000 !important;
}

.gform_body ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.gform_wrapper input.gf_coupon_code {
  float: left;
}

input[type="file"]:hover {
  cursor: pointer;
}

input[type="search"] {
  width: auto;
  display: inline-block;
}

select {
  height: 4rem;
}

select[multiple], select[size] {
  height: auto;
}

input[type="checkbox"], input[type="radio"] {
  border: 1px solid #000;
  width: auto;
  display: inline-block;
}

input[type="submit"], input[type="reset"], input[type="button"], button {
  color: #000;
  background: #fff;
  border: 0;
  padding: 10px 30px;
  font-size: 12.1429px;
  font-weight: 400;
  transition: all .3s ease-in-out;
  display: inline-block;
  background-clip: padding-box !important;
  border-radius: 0 !important;
}

input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, button:hover {
  background: #fff;
}

input[type="checkbox"]:focus, input[type="radio"]:focus, input[type="submit"]:focus, input[type="reset"]:focus, input[type="button"]:focus, button:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.ginput_complex:after, .clear-multi:after, .ginput_full:after, .gf_list_2col:after, .gf_list_3col:after, .gf_list_4col:after, .gf_list_5col:after, .gf_list_inline:after, .gf_page_steps:after, .ui-datepicker-header:after {
  clear: both;
  content: "";
  display: table;
}

.gform_wrapper form {
  margin-bottom: .84rem;
}

.gform_heading {
  border-bottom: 1px solid #c5c5c5;
  margin-bottom: 1.68rem;
  padding-bottom: .84rem;
}

.gform_heading .gform_title {
  margin-bottom: .84rem;
}

.gsection {
  border-bottom: 1px solid #858585;
  margin-bottom: .84rem;
  padding-bottom: .84rem;
}

.gsection .gsection_title {
  margin-bottom: .84rem;
}

.gfield_required {
  color: #000;
  padding-left: 2px;
}

.gfield_total {
  font-weight: 700;
}

.ginput_complex label {
  font-weight: normal;
}

#form_section_1 label.gfield_label {
  font-weight: 700;
}

.gform_fields {
  margin: 0;
  padding: 0;
  list-style: none;
}

.gfield {
  margin-bottom: 2rem;
}

.gfield_description {
  margin-top: 5px;
  font-size: 10.7143px;
  font-style: italic;
}

.validation_message {
  font-style: normal;
}

.gfield_checkbox, .gfield_radio {
  margin: 0;
  padding: 0;
  list-style: none;
}

.gfield_checkbox input, .gfield_radio input {
  margin-right: 7.14286px;
}

.gfield_radio input[type="text"] {
  width: auto;
  display: inline-block;
}

.ginput_complex .ginput_left {
  float: left;
  clear: left;
  width: 49%;
}

.ginput_complex .ginput_right {
  float: right;
  clear: right;
  width: 49%;
}

.name_prefix {
  float: left;
  width: 10%;
  margin-right: 1%;
}

.name_first, .name_last {
  float: left;
  width: 39%;
  margin-right: 1%;
}

.name_suffix {
  float: right;
  width: 9%;
}

.ginput_price {
  font-size: 1.3rem;
  font-weight: 400;
}

.ginput_quantity_label {
  margin-left: 2rem;
}

input.datepicker_with_icon {
  width: auto;
  margin-right: .84rem;
  display: inline-block;
}

.gfield_date_month, .gfield_date_dropdown_month, .gfield_date_day, .gfield_date_dropdown_day {
  width: auto;
  margin-right: 1%;
  display: inline-block;
}

.gfield_date_year, .gfield_date_dropdown_year {
  width: auto;
  display: inline-block;
}

.gfield_time_hour {
  float: left;
  margin-right: 1%;
}

.gfield_time_hour input {
  width: inherit;
  display: inline-block;
}

.gfield_time_hour label {
  display: block;
}

.gfield_time_minute {
  float: left;
  width: 30%;
  margin-right: 1%;
}

.gfield_time_ampm {
  float: left;
  width: 20%;
  margin-right: 1%;
}

.gf_left_half {
  float: left;
  clear: left;
  width: 49%;
}

.gf_right_half {
  float: right;
  clear: right;
  width: 49%;
}

.gf_left_third {
  clear: none;
  float: left;
  width: 32.5%;
  margin-right: 1.25%;
}

.gf_middle_third {
  clear: none;
  float: left;
  width: 32.5%;
}

.gf_right_third {
  clear: none;
  float: right;
  width: 32.5%;
}

.gf_inline {
  vertical-align: top;
  width: auto;
  margin-right: 1%;
  display: inline-block;
}

.gf_list_2col li {
  float: left;
  width: 50%;
}

.gf_list_3col li {
  float: left;
  width: 33%;
}

.gf_list_4col li {
  float: left;
  width: 25%;
}

.gf_list_5col li {
  float: left;
  width: 20%;
}

.gf_list_inline li {
  margin-right: 1%;
  display: inline-block;
}

.gf_list_height_25 li {
  height: 25px;
}

.gf_list_height_50 li {
  height: 50px;
}

.gf_list_height_75 li {
  height: 75px;
}

.gf_list_height_100 li {
  height: 100px;
}

.gf_list_height_125 li {
  height: 125px;
}

.gf_list_height_150 li {
  height: 150px;
}

.gfield_list {
  margin: 0;
}

.gfield_list > tbody > tr:nth-child(odd) > td, .gfield_list > tbody > tr:nth-child(odd) > th {
  background: none;
  border: 0;
  padding: 0;
  line-height: normal;
}

.gfield_list > thead > tr > th {
  border: 0;
}

.gf_scroll_text {
  border: 1px solid #cecece;
  height: 180px;
  padding: 12px;
  overflow: auto;
}

.gf_scroll_text p:last-of-type {
  margin-bottom: 0;
}

.gf_hide_ampm .gfield_time_ampm, .gf_hide_charleft .charleft {
  display: none;
}

.gf_page_steps {
  margin-bottom: .84rem;
  line-height: 1;
}

.gf_step {
  opacity: .2;
  margin-right: 1%;
  display: inline-block;
}

.gf_step:last-of-type {
  margin-right: 0;
}

.gf_step_active {
  opacity: 1;
}

.gf_step_number {
  font-size: 150%;
  font-weight: bold;
}

.gfield_error, .validation_error {
  border: 1px solid #eee;
  border-left: 5px solid #d9534f;
  padding: .84rem;
}

.gfield_error > label, .gfield_error .validation_message, .validation_error > label, .validation_error .validation_message {
  color: #ca3c3c;
}

.gfield_error input, .gfield_error textarea, .gfield_error select, .validation_error input, .validation_error textarea, .validation_error select {
  border-color: #ca3c3c;
}

.gfield_error input:focus, .gfield_error textarea:focus, .gfield_error select:focus, .validation_error input:focus, .validation_error textarea:focus, .validation_error select:focus {
  border-color: #a62d2d;
}

.validation_error {
  margin-bottom: 30px;
}

.checkbox_column {
  clear: none;
  width: 33.3333%;
}

.gform_validation_container {
  display: none;
  position: absolute;
  left: -9000px;
}

p.login-remember {
  margin: 1rem 0 2rem;
}

.ui-datepicker {
  background: #fff;
  border: 1px solid #aaa;
}

.ui-datepicker-prev {
  float: left;
  width: 20%;
}

.ui-datepicker-next {
  float: right;
  width: 20%;
}

.ui-datepicker-title {
  float: left;
  width: 60%;
}

.ui-datepicker-title select {
  width: auto;
  display: inline-block;
}

::-webkit-input-placeholder {
  color: #000;
}

::placeholder {
  color: #000;
}

:placeholder-shown {
  color: #000;
}

:-ms-placeholder-shown {
  color: #000;
}

body img.gform_ajax_spinner {
  display: none !important;
}

#gform_1, #gform_2 {
  border-top: 1px solid #000;
  width: 100%;
  margin: 2rem 0 0;
  font-family: letter-gothic-std, monospace;
  color: #000 !important;
}

#gform_1 .gfield, #gform_2 .gfield {
  margin: 0;
}

#gform_1 label, #gform_2 label {
  display: none;
}

#gform_1 input[type="text"], #gform_1 input[type="email"], #gform_2 input[type="text"], #gform_2 input[type="email"] {
  border-bottom: 1px solid #000;
  padding: 5px 0;
  font-size: 1.3rem;
  color: #000 !important;
}

#gform_1 .gform_footer, #gform_2 .gform_footer {
  margin-top: 2rem;
  font-size: 18px !important;
}

#gform_1 .gform_footer input[type="submit"], #gform_2 .gform_footer input[type="submit"] {
  width: auto;
  padding: 6px 14px;
  color: #000 !important;
  border: 1px solid #000 !important;
}

#gform_1 .gchoice_2_4_1, #gform_2 .gchoice_2_4_1 {
  margin-top: 1rem;
}

#gform_1 .gchoice_2_4_1 label, #gform_2 .gchoice_2_4_1 label {
  font-size: 14px;
  display: inline-block;
}

#gform_3 {
  width: 100%;
  margin: 0;
  font-family: letter-gothic-std, monospace;
  color: #000 !important;
}

#gform_3 .gfield {
  margin: 0 0 1rem;
}

#gform_3 label {
  display: none;
}

#gform_3 input[type="text"], #gform_3 input[type="email"] {
  background: #fff;
  border: 0;
  padding: 10px;
  font-size: 1.7rem;
  color: #000 !important;
}

#gform_3 textarea {
  color: #000;
  background: #fff;
  height: 400px;
  padding: 10px;
  font-size: 1.7rem;
}

#gform_3 .gform_footer {
  margin-top: 2rem;
}

#gform_3 .gform_footer input[type="submit"] {
  text-transform: uppercase;
  background: #000;
  width: auto;
  padding: 6px 12px;
  color: #fff !important;
  border: 1px solid #fff !important;
  font-size: 18px !important;
}

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

.clear {
  clear: both;
}

html {
  height: 100%;
  font-size: 62.5%;
}

@media screen and (width >= 1920px) {
  html {
    font-size: 75%;
  }
}

@media screen and (width >= 2440px) {
  html {
    font-size: 85%;
  }
}

html.noscroll {
  width: 100%;
  position: fixed;
  overflow-y: scroll;
}

body {
  color: #000;
  font-variant-ligatures: no-contextual;
  -moz-font-feature-settings: "calt" 0;
  -webkit-font-feature-settings: "calt" 0;
  font-feature-settings: "calt" 0;
  background: #fff;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: europa, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.6;
}

p {
  text-rendering: optimizelegibility;
  margin: 0;
  padding: 0;
}

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

.press, img, .press:focus, img:focus {
  border: 0 !important;
  outline: 0 !important;
}

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

a:hover {
  color: #000;
}

a:hover, a:active {
  color: #000;
  outline: 0;
}

a:visited:link {
  -webkit-tap-highlight-color: #000;
}

input:focus {
  border: 1px solid #04a4cc;
  outline: 0;
}

h1, h2, h3, h4, h5, h6 {
  text-rendering: optimizelegibility;
  color: #000;
  margin: 0 0 2rem;
  padding: 0;
  font-family: europa, sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  text-decoration: none;
}

h1.section-title, h2.section-title {
  text-align: center;
  max-width: 768px;
  margin: 0 auto 3rem;
  font-size: 7.5rem;
  font-weight: 700;
  line-height: 8rem;
}

@media screen and (width <= 768px) {
  h1.section-title, h2.section-title {
    margin: 0 auto 1rem;
    padding: 0;
    font-size: 5.5rem;
    line-height: 6rem;
  }
}

ul {
  margin: 0 0 1em;
  line-height: 1.6;
  list-style-type: disc;
}

ol {
  margin: 0 0 1em;
  line-height: 1.6;
}

blockquote {
  background: #c5c6c7;
  margin: 2rem 0;
  padding: 1rem;
}

.col25 {
  float: left;
  width: 25%;
}

.col33 {
  float: left;
  width: 33.3333%;
}

.col50 {
  float: left;
  width: 50%;
}

.col66 {
  float: left;
  width: 66.6667%;
}

.col75 {
  float: left;
  width: 75%;
}

.wrapper {
  overflow: hidden;
}

.container {
  width: 90%;
  max-width: 1240px;
  margin: 0 auto;
}

@media screen and (width <= 768px) {
  .container {
    width: 96%;
  }
}

@media screen and (width >= 1920px) {
  .container {
    max-width: 1440px;
  }
}

@media screen and (width >= 2440px) {
  .container {
    max-width: 1840px;
  }
}

.page-content {
  padding-top: 10rem;
}

.meta {
  font-family: letter-gothic-std, monospace;
}

.meta .row {
  border-top: 1px solid #000;
  width: 100%;
}

.meta .row tr {
  border-bottom: 1px solid #000;
}

.meta .row tr td:first-child {
  padding-right: 20px;
  font-weight: 700;
}

.flex {
  flex-flow: row;
  justify-content: space-between;
  display: flex;
}

@media screen and (width <= 960px) {
  .flex {
    flex-wrap: wrap;
  }
}

.black-logo {
  z-index: 4;
  width: 200px;
  position: fixed;
  bottom: 10rem;
  right: 5rem;
}

@media screen and (width <= 960px) {
  .black-logo {
    display: none;
  }
}

@media screen and (width >= 1480px) {
  .black-logo {
    bottom: 6rem;
  }
}

.white-logo {
  z-index: 4;
  width: 200px;
  position: fixed;
  bottom: 6rem;
  right: 3rem;
}

.header {
  z-index: 999;
  background: #fafafaa6;
  width: 100%;
  height: 70px;
  line-height: 70px;
  position: fixed;
}

@media screen and (width <= 960px) {
  .header {
    background: #fff;
  }
}

.header .logo {
  z-index: 3;
  font-size: 2rem;
  line-height: 70px;
  position: absolute;
  top: 0;
  left: 3rem;
}

@media screen and (width <= 640px) {
  .header .logo {
    left: 2rem;
  }
}

.header .menu-open {
  cursor: pointer;
  text-align: right;
  z-index: 999;
  width: 40px;
  height: 40px;
  padding: 0;
  position: absolute;
  top: -24px;
  right: 3rem;
}

.header .menu-open img {
  width: 25px;
}

.header .menu-open img.close {
  display: none;
}

@media screen and (width <= 640px) {
  .header .menu-open {
    right: 2rem;
  }
}

@media screen and (width >= 960px) {
  .header .menu-open {
    display: none;
  }
}

.nav {
  text-align: center;
  z-index: 2;
  width: 100%;
  height: 70px;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (width <= 1180px) {
  .nav {
    text-align: right;
  }
}

.nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

@media screen and (width <= 960px) {
  .nav ul {
    background: #fff;
    width: 100%;
    display: none;
    position: fixed;
    top: 70px;
  }
}

.nav ul li {
  margin: 0 5rem;
  display: inline;
}

@media screen and (width <= 960px) {
  .nav ul li {
    text-align: center;
    margin: 0;
    display: block;
  }
}

.nav ul li a {
  text-transform: uppercase;
  padding-bottom: .5rem;
  font-size: 2rem;
  font-weight: 300;
  line-height: 70px;
}

.nav ul li.current-menu-item a {
  border-bottom: 1px solid #000;
}

.slider {
  position: relative;
}

.slider .caption {
  vertical-align: middle;
  text-align: center;
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  top: 37%;
  left: 0;
}

.slider .caption .bold {
  margin-bottom: 2.4rem;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 6rem;
}

@media screen and (width <= 960px) {
  .slider .caption .bold {
    font-size: 3.6rem;
    line-height: 4.6rem;
  }
}

@media screen and (width <= 768px) {
  .slider .caption .bold {
    font-size: 3.2rem;
    line-height: 4.2rem;
  }
}

@media screen and (width <= 640px) {
  .slider .caption .bold {
    font-size: 2.4rem;
    line-height: 3rem;
  }
}

.slider .caption .what-is {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 3rem;
}

@media screen and (width <= 640px) {
  .slider .caption .what-is {
    font-size: 2rem;
    line-height: 2.4rem;
  }
}

.slider .arrow-down {
  cursor: pointer;
  width: 48px;
  margin-left: -24px;
  position: absolute;
  bottom: -24px;
  left: 50%;
}

@media screen and (width <= 640px) {
  .slider .arrow-down {
    width: 32px;
    margin-left: -16px;
    bottom: -16px;
  }
}

.home-slider .slides {
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 650px;
}

@media screen and (width <= 640px) {
  .home-slider .slides {
    height: 400px;
  }
}

@media screen and (width >= 1940px) {
  .home-slider .slides {
    height: 1000px;
  }
}

@media screen and (width <= 1140px) {
  .home-slider .slides.videoslides {
    display: none;
  }
}

.home-slider button.slick-arrow {
  background: none;
  transition: all .2s;
}

.home-slider button.slick-prev {
  z-index: 3;
  background: url("arrow-prev.9ea57c8d.svg") 0 0 / 44px no-repeat;
  width: 48px;
  height: 48px;
  display: block;
  position: absolute;
  top: 50%;
  left: 2rem;
}

@media screen and (width <= 640px) {
  .home-slider button.slick-prev {
    background-size: 20px;
    width: 22px;
    height: 22px;
    display: none;
    top: 55%;
    left: 1rem;
  }
}

.home-slider button.slick-next {
  z-index: 3;
  background: url("arrow-next.533d84d5.svg") 0 0 / 44px no-repeat;
  width: 48px;
  height: 48px;
  display: block;
  position: absolute;
  top: 50%;
  right: 1rem;
}

@media screen and (width <= 640px) {
  .home-slider button.slick-next {
    text-align: right;
    background-size: 20px;
    width: 22px;
    height: 22px;
    top: 55%;
    right: -3rem;
  }
}

ul.slick-dots {
  text-align: center;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: absolute;
  bottom: 3rem;
}

ul.slick-dots li {
  cursor: pointer;
  width: 20px;
  height: 20px;
  margin: 0 .5rem;
  display: inline-block;
}

ul.slick-dots li:before {
  content: " ";
  background: none;
  border: 2px solid #fff;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-clip: padding-box !important;
  border-radius: 50% !important;
}

ul.slick-dots li button {
  color: #0000;
  display: none;
}

ul.slick-dots li.slick-active:before {
  background: #fff;
}

.work-slider button.slick-prev {
  background: url("arrow-prev-wit.f3fb2e39.svg") no-repeat;
}

.work-slider button.slick-next {
  background: url("arrow-next-wit.49804ebe.svg") no-repeat;
}

.home-work {
  padding: 8rem 0 12rem;
}

.home-work h2 {
  margin-bottom: 5rem;
}

.home-work .more-work {
  text-align: center;
  margin-top: 3rem;
  font-family: letter-gothic-std, monospace;
  font-weight: 700;
}

.product-item {
  margin: 0 2rem;
}

@media screen and (width <= 960px) {
  .product-item {
    width: 50%;
    margin: 0;
    padding: 2rem;
  }
}

@media screen and (width <= 640px) {
  .product-item {
    margin: 0;
    padding: 1rem;
  }
}

.product-item .title {
  text-align: center;
  margin-top: 1rem;
  font-size: 2.4rem;
}

@media screen and (width <= 768px) {
  .product-item .title {
    margin: .5rem 0 1rem;
    font-size: 1.8rem;
  }
}

.home-news .news-image {
  width: 40%;
}

@media screen and (width <= 768px) {
  .home-news .news-image {
    width: 100%;
    max-height: 250px;
    overflow: hidden;
  }
}

@media screen and (width >= 2440px) {
  .home-news .news-image {
    max-height: 650px;
    overflow: hidden;
  }
}

.home-news .news-image img {
  width: 100%;
}

.home-news .home-post {
  color: #fff;
  background: #000;
  width: 60%;
  padding: 3rem 4rem;
  position: relative;
}

@media screen and (width <= 768px) {
  .home-news .home-post {
    width: 100%;
    padding: 3rem 2rem 5rem;
  }
}

.home-news .home-post .meta .row {
  border-top: 1px solid #fff;
  width: auto;
}

.home-news .home-post .meta .row tr {
  border-bottom: 1px solid #fff;
}

.home-news .home-post h2 {
  color: #fff;
  margin: 2rem 0;
  font-size: 7rem;
  line-height: 8rem;
}

@media screen and (width <= 1320px) {
  .home-news .home-post h2 {
    font-size: 6rem;
    line-height: 7rem;
  }
}

@media screen and (width <= 960px) {
  .home-news .home-post h2 {
    font-size: 4rem;
    line-height: 5rem;
  }
}

.home-news .home-post .content {
  max-width: 80%;
  font-size: 1.8rem;
}

@media screen and (width <= 1320px) {
  .home-news .home-post .content {
    font-size: 1.6rem;
  }
}

@media screen and (width <= 1140px) {
  .home-news .home-post .content {
    display: none;
  }
}

@media screen and (width <= 768px) {
  .home-news .home-post .content {
    max-width: 100%;
    display: block;
  }
}

.home-news .home-post .more-news {
  font-family: letter-gothic-std, monospace;
  position: absolute;
  bottom: 2rem;
  left: 4rem;
}

@media screen and (width <= 768px) {
  .home-news .home-post .more-news {
    left: 2rem;
  }
}

.home-news .home-post .more-news a {
  color: #fff;
}

.home-about {
  text-align: center;
  padding: 3rem;
  font-size: 3.2rem;
  font-weight: 300;
}

@media screen and (width <= 640px) {
  .home-about .connect {
    display: none;
  }
}

.home-about a {
  font-family: letter-gothic-std, monospace;
  font-size: 1.8rem;
  font-weight: 700;
}

@media screen and (width <= 768px) {
  .home-about a {
    margin-top: 1rem;
    display: block;
  }
}

.subscribe {
  text-align: center;
  color: #fff;
  background: url("subscribe.b1dbf17c.jpg") 0 0 / cover no-repeat;
  padding: 10rem 5rem;
  font-size: 2.2rem;
  font-weight: 300;
  line-height: 2.4rem;
}

@media screen and (width <= 640px) {
  .subscribe {
    padding: 10rem 2rem;
  }
}

.subscribe .title {
  margin-bottom: 3rem;
  font-size: 3.5rem;
  font-weight: 700;
}

@media screen and (width <= 768px) {
  .subscribe .title {
    line-height: 3.5rem;
  }
}

.subscribe .action {
  clear: both;
  text-align: center;
}

.subscribe .action .subscribe-button {
  color: #000;
  cursor: pointer;
  background: #fff;
  margin-top: 3rem;
  padding: .8rem 2rem;
  font-size: 1.5rem;
  font-weight: 400;
  display: inline-block;
}

.page-template-template-contact .subscribe {
  background: url("subscribe-contact.50413579.jpg") 50% / cover no-repeat;
}

.subscribe-work {
  background: url("subscribe2.716e78a8.jpg") 0 0 / cover no-repeat;
}

.footer {
  color: #fff;
  background: #000;
  padding: 3rem 0 5rem;
  position: relative;
}

.footer .container {
  padding-right: 0;
}

@media screen and (width <= 960px) {
  .footer .container {
    padding: 0;
  }
}

.footer .title {
  margin-bottom: 1.5rem;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 2.6rem;
}

.footer .footer-logo {
  text-transform: uppercase;
  width: 20%;
  font-size: 2.4rem;
  line-height: 2.8rem;
}

@media screen and (width <= 960px) {
  .footer .footer-logo {
    display: none;
  }
}

.footer .footer-contact {
  width: 35%;
  font-size: 1.3rem;
  font-weight: 300;
}

@media screen and (width <= 960px) {
  .footer .footer-contact {
    display: none;
  }
}

.footer .footer-contact .flex {
  justify-content: flex-start;
}

.footer .footer-contact .flex .left {
  vertical-align: top;
  border-right: 1px solid #fff;
  padding-right: 2rem;
}

.footer .footer-contact .flex .right {
  vertical-align: top;
  padding-left: 2rem;
}

.footer .social {
  width: 100px;
}

.footer .social img {
  width: auto;
  height: 30px;
  margin-right: 10px;
}

.footer .footer-logo-wit {
  text-align: right;
  width: 20%;
}

.footer .footer-logo-wit img {
  max-width: 180px;
}

@media screen and (width <= 640px) {
  .footer .footer-logo-wit img {
    max-width: 150px;
  }
}

@media screen and (width <= 960px) {
  .footer .footer-logo-wit {
    width: 50%;
  }
}

.footer .credits {
  color: #fff;
  font-family: letter-gothic-std, monospace;
  font-size: .8rem;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}

.footer .credits a {
  color: #fff;
}

.work-archive {
  padding: 4rem 0 8rem;
}

@media screen and (width <= 768px) {
  .work-archive {
    padding: 4rem 0;
  }
}

.work-archive h2 {
  text-align: center;
  margin: 0 0 2rem;
  font-size: 3.5rem;
}

.work-archive .flex {
  flex-wrap: wrap;
  justify-content: flex-start;
}

.work-archive .flex .product-item {
  width: 25%;
  margin: 0;
  padding: 1rem 1.5rem;
}

@media screen and (width <= 768px) {
  .work-archive .flex .product-item {
    width: 50%;
    padding: 1rem;
  }
}

.work-archive .flex .product-item img {
  width: 100%;
}

.work-archive .all {
  border-top: 2px solid #e6e6e6;
  margin-top: 4rem;
  padding-top: 3rem;
}

.work-content {
  padding: 6rem 0;
}

.work-content .flex .left {
  width: 50%;
  padding-right: 2rem;
  position: relative;
}

@media screen and (width <= 960px) {
  .work-content .flex .left {
    width: 75%;
    padding: 0;
  }
}

@media screen and (width <= 768px) {
  .work-content .flex .left {
    width: 100%;
  }
}

.work-content .flex .left h1 {
  text-align: left;
  margin-bottom: 0;
}

.work-content .flex .left .subtitle {
  font-size: 6.2rem;
  font-weight: 700;
  line-height: 6.5rem;
}

@media screen and (width <= 768px) {
  .work-content .flex .left .subtitle {
    font-size: 3rem;
  }
}

.work-content .flex .right {
  width: 50%;
  padding-left: 2rem;
  font-size: 2rem;
  font-weight: 300;
  line-height: 2.6rem;
}

@media screen and (width <= 960px) {
  .work-content .flex .right {
    width: 100%;
    padding: 3rem 0 0;
  }
}

.work-content .flex .right .presskit {
  cursor: pointer;
}

.work-content .flex .right a {
  font-weight: 700;
}

.work-content .flex .right .photography {
  margin-top: 2rem;
  font-size: 1.3rem;
}

table.specs {
  border-top: 1px solid #000;
  width: 95%;
  font-family: letter-gothic-std, monospace;
  position: absolute;
  bottom: 5rem;
  left: 0;
}

@media screen and (width <= 960px) {
  table.specs {
    margin-top: 3rem;
    position: relative;
    bottom: 0;
  }
}

@media screen and (width <= 768px) {
  table.specs {
    width: 100%;
  }
}

table.specs tr {
  border-bottom: 1px solid #000;
}

table.specs tr td {
  vertical-align: top;
  line-height: 2.2rem;
}

table.specs tr td.title {
  width: 240px;
  font-weight: 700;
}

@media screen and (width <= 768px) {
  table.specs tr td.title {
    width: 120px;
  }
}

.products .product-menu {
  border-top: 2px solid #e6e6e6;
  padding: 2rem 0;
}

@media screen and (width <= 768px) {
  .products .product-menu .flex {
    flex-wrap: wrap;
  }
}

.products .product-menu .flex .product-menu-item {
  cursor: pointer;
  border-bottom: 1px solid #fff;
  font-family: letter-gothic-std, monospace;
  font-size: 2rem;
}

@media screen and (width <= 768px) {
  .products .product-menu .flex .product-menu-item {
    width: 100%;
  }
}

.products .product-menu .flex .product-menu-item:hover, .products .product-menu .flex .product-menu-item.active {
  border-bottom: 1px solid #000;
}

.products .main-image {
  position: relative;
}

.products .main-image img {
  width: 100%;
}

.products .main-image .plus {
  z-index: 4;
  cursor: pointer;
  background: url("plus.7b7ba1f0.svg") 0 0 / 35px no-repeat;
  width: 35px;
  height: 35px;
  display: none;
  position: absolute;
}

@media screen and (width <= 960px) {
  .products .main-image .plus {
    display: none !important;
  }
}

.products .main-image .plus .text {
  width: 290px;
  font-family: letter-gothic-std, monospace;
  font-size: 1.3rem;
  display: none;
  position: absolute;
}

.products .main-image .plus .text.white {
  color: #fff;
}

.products .main-image .plus .text.lefttop {
  text-align: right;
  margin-top: -45px;
  top: -100%;
  right: 45px;
}

.products .main-image .plus .text.righttop {
  text-align: left;
  margin-top: -45px;
  top: -100%;
  left: 45px;
}

.products .main-image .plus .text.leftbottom {
  text-align: right;
  right: 60px;
}

.products .main-image .plus .text.rightbottom {
  text-align: left;
  left: 60px;
}

.products .main-image .plus.plus-white {
  z-index: 4;
  cursor: pointer;
  background: url("plus-wit.eb786c59.svg") 0 0 / 35px no-repeat;
  width: 35px;
  height: 35px;
  display: none;
}

.galery {
  padding: 8rem 0;
}

@media screen and (width <= 960px) {
  .galery {
    padding: 4rem 0;
  }
}

@media screen and (width <= 640px) {
  .galery {
    padding: 2rem 0;
  }
}

.galery .grid {
  margin: 0 -1.5%;
}

.galery .grid .grid-item {
  width: 50%;
  padding: 1.5%;
}

.product-specs {
  color: #fff;
  background: #000;
  padding: 6rem 0;
}

.product-specs .specs {
  width: 50%;
  padding-right: 8rem;
  position: relative;
}

@media screen and (width <= 960px) {
  .product-specs .specs {
    width: 100%;
    padding: 0;
  }
}

@media screen and (width <= 640px) {
  .product-specs .specs {
    display: none;
  }
}

.product-specs .specs .column.first {
  width: 65%;
}

@media screen and (width <= 1280px) {
  .product-specs .specs .column.first {
    width: 100%;
  }
}

.product-specs .specs .column.first.full {
  width: 100%;
}

.product-specs .specs .column.second {
  width: 35%;
}

@media screen and (width <= 1280px) {
  .product-specs .specs .column.second {
    width: 100%;
  }
}

.product-specs .specs .rows {
  border-top: 1px solid #fff;
}

.product-specs .specs .rows .row {
  border-bottom: 1px solid #fff;
  font-family: letter-gothic-std, monospace;
}

.product-specs .specs .rows .row .left {
  vertical-align: top;
  width: 40%;
  margin-right: 4px;
  font-weight: 700;
  display: inline-block;
}

.product-specs .specs .rows .row .right {
  vertical-align: top;
  width: 50%;
  margin-right: 4px;
  display: inline-block;
}

.product-specs .specs .description {
  border-bottom: 1px solid #fff;
  margin-bottom: 3rem;
  font-family: letter-gothic-std, monospace;
}

.product-specs .specs .more-info {
  font-family: letter-gothic-std, monospace;
  font-size: 1.3rem;
  position: absolute;
  bottom: 0;
  left: 0;
}

.product-specs .specs .more-info a {
  color: #fff;
  border-bottom: 1px solid #fff;
}

.product-specs .specs-image {
  width: 50%;
  padding-left: 2rem;
}

@media screen and (width <= 960px) {
  .product-specs .specs-image {
    width: 50%;
    padding: 3rem 0 0;
  }
}

@media screen and (width <= 640px) {
  .product-specs .specs-image {
    width: 100%;
    padding: 0;
  }
}

.other-products {
  padding: 2rem 0 3rem;
}

.other-products .title {
  font-size: 3rem;
  font-weight: 300;
  display: inline-block;
}

@media screen and (width <= 960px) {
  .other-products .title {
    text-align: center;
    display: block;
  }
}

.other-products .others {
  margin-top: 1rem;
  font-family: letter-gothic-std, monospace;
  font-size: 2rem;
}

@media screen and (width <= 960px) {
  .other-products .others {
    float: none;
    text-align: center;
    width: 100%;
  }
}

.other-products .others a {
  margin-right: 3rem;
}

@media screen and (width <= 1140px) {
  .other-products .others a {
    margin-right: 4rem;
  }
}

@media screen and (width <= 960px) {
  .other-products .others a {
    margin: 0;
    display: block;
  }
}

.page-header {
  margin-bottom: 4rem;
}

.page-header .slides {
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 600px;
}

@media screen and (width <= 640px) {
  .page-header .slides {
    height: 400px;
  }
}

@media screen and (width >= 1920px) {
  .page-header .slides {
    height: 800px;
  }
}

.page-about .flex {
  padding: 3rem 0 8rem;
}

.page-about .flex .image-joris {
  width: 50%;
  padding-right: 2rem;
}

@media screen and (width <= 768px) {
  .page-about .flex .image-joris {
    width: 100%;
    margin-bottom: 3rem;
    padding: 0;
  }
}

.page-about .flex .about-content {
  width: 50%;
  padding-left: 2rem;
  font-size: 2rem;
  font-weight: 300;
  line-height: 2.4rem;
  position: relative;
}

.page-about .flex .about-content a {
  border-bottom: 1px solid #000;
}

@media screen and (width <= 768px) {
  .page-about .flex .about-content {
    width: 100%;
    padding: 0;
    font-size: 1.7rem;
    line-height: 2.2rem;
  }
}

.page-about .flex .about-content .specs {
  border-top: 1px solid #000;
  font-family: letter-gothic-std, monospace;
  font-size: 1.4rem;
  position: absolute;
  bottom: 0;
}

@media screen and (width <= 1140px) {
  .page-about .flex .about-content .specs {
    margin-top: 3rem;
    position: relative;
  }
}

.page-about .flex .about-content .specs .row {
  border-bottom: 1px solid #000;
  flex-flow: row;
  margin: 0;
  padding: .2rem 0;
  display: flex;
}

.page-about .flex .about-content .specs .row .left {
  width: 30%;
  font-weight: 700;
}

.page-about .flex .about-content .specs .row .right {
  width: 70%;
  font-weight: 400;
}

.collaborations {
  color: #fff;
  background: #000;
  padding: 5rem 0;
}

.collaborations h2 {
  color: #fff;
  text-align: center;
  margin: 0 0 4rem;
  font-size: 5.2rem;
}

.collaborations .flex {
  margin: 0 -2rem;
}

.collaborations .flex .partner {
  width: 25%;
  padding: 0 2rem 5rem;
  position: relative;
}

@media screen and (width <= 960px) {
  .collaborations .flex .partner {
    width: 50%;
    margin-bottom: 3rem;
  }
}

@media screen and (width <= 640px) {
  .collaborations .flex .partner {
    width: 100%;
  }
}

.collaborations .flex .partner .name {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin: 2rem 0 1.5rem;
  font-family: letter-gothic-std, monospace;
}

.collaborations .flex .partner .text {
  font-size: 1.7rem;
  font-weight: 300;
}

.collaborations .flex .partner .text a {
  color: #fff;
  text-decoration: underline;
}

.collaborations .flex .partner .link {
  font-size: 1.7rem;
  font-weight: 300;
  position: absolute;
  bottom: 0;
}

.brands {
  text-align: center;
  padding: 4rem 0 9rem;
}

@media screen and (width <= 640px) {
  .brands {
    padding: 4rem 2rem 7rem;
  }
}

.brands h2 {
  text-align: center;
  margin: 0;
  font-size: 5.2rem;
}

.brands .intro {
  margin: 1rem 0 8rem;
  font-size: 3rem;
}

.brands .logos {
  text-align: center;
  max-width: 960px;
  margin: 0 auto;
}

.brands .logos .logo {
  vertical-align: middle;
  margin: 0 2rem 4rem;
  display: inline-block;
}

.brands .logos .logo img {
  width: auto;
  max-width: 150px;
  height: auto;
  max-height: 100px;
}

.news-page {
  padding: 0 10rem;
}

.single-post {
  padding: 4rem 0 10rem;
}

.single-post article header {
  width: 30%;
}

@media screen and (width <= 768px) {
  .single-post article header {
    width: 100%;
  }
}

.single-post article header .meta .row {
  border: 0;
}

.single-post article header .meta .highlighted-text {
  margin-top: 4rem;
  font-family: europa, sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 3.8rem;
}

.single-post article .content {
  width: 70%;
  padding-left: 6rem;
  font-size: 2rem;
  font-weight: 300;
  line-height: 2.4rem;
}

.single-post article .content figure {
  margin: 0 0 2rem;
}

.single-post article .content figure img {
  width: 100%;
}

@media screen and (width <= 768px) {
  .single-post article .content {
    width: 100%;
    padding: 2rem 0 0;
  }
}

.single-post article .content a {
  border-bottom: 1px solid #000;
}

.news-archive {
  margin-bottom: 6rem;
  padding: 0 340px 2rem 0;
  position: relative;
}

@media screen and (width <= 960px) {
  .news-archive {
    padding: 2rem 0 0;
  }
}

.news-archive .title {
  margin-bottom: 1rem;
  font-size: 5rem;
  font-weight: 700;
}

@media screen and (width <= 960px) {
  .news-archive .title {
    display: none;
  }
}

.news-archive article {
  margin-bottom: 6rem;
}

.news-archive article figure img {
  width: 100%;
  margin-bottom: 1.8rem;
}

.news-archive article .flex header {
  width: 50%;
  padding-right: 6rem;
}

.news-archive article .flex header h2 {
  margin-bottom: 4.2rem;
  font-size: 4rem;
  line-height: 4.5rem;
}

@media screen and (width <= 768px) {
  .news-archive article .flex header h2 {
    margin-bottom: 2rem;
  }

  .news-archive article .flex header {
    width: 100%;
    padding: 0 0 2rem;
  }
}

.news-archive article .flex .content {
  width: 50%;
  padding-right: 2rem;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 2.2rem;
}

.news-archive article .flex .content .more-link {
  display: none;
}

@media screen and (width <= 768px) {
  .news-archive article .flex .content {
    width: 100%;
    padding: 0;
  }
}

.news-archive article:last-of-type {
  margin: 0;
}

.instagram-feed {
  border-left: 1px solid #000;
  width: 320px;
  height: 100%;
  padding: 0 30px 0 20px;
  position: absolute;
  top: 0;
  right: 0;
  overflow: scroll;
}

@media screen and (width <= 960px) {
  .instagram-feed {
    display: none;
  }
}

.instagram-feed a {
  margin-bottom: 20px !important;
}

.instagram-feed h3 {
  margin: 1rem 0 2.5rem;
  font-size: 4rem;
}

.page-contact {
  padding-bottom: 10rem;
}

.page-contact h1 {
  margin-bottom: 6rem;
}

.page-contact .contact-content {
  width: 50%;
  padding-right: 8rem;
  font-size: 2.4rem;
  font-weight: 300;
  line-height: 3.2rem;
}

@media screen and (width <= 960px) {
  .page-contact .contact-content {
    font-size: 2rem;
    line-height: 2.4rem;
  }
}

@media screen and (width <= 768px) {
  .page-contact .contact-content {
    width: 100%;
    padding: 0;
  }
}

.page-contact .contact-content .visitor {
  border-bottom: 1px solid #000;
  padding-bottom: 1rem;
  font-style: italic;
}

.page-contact .contact-map {
  width: 50%;
  padding-right: 6rem;
}

@media screen and (width <= 768px) {
  .page-contact .contact-map {
    width: 100%;
    padding: 2rem 0;
  }
}

.contact-form {
  color: #fff;
  background: #000;
  padding: 6rem;
}

@media screen and (width <= 1140px) {
  .contact-form {
    padding: 6rem 0;
  }
}

.contact-form .left {
  width: 25%;
  padding-right: 4rem;
  position: relative;
}

@media screen and (width <= 960px) {
  .contact-form .left {
    width: 100%;
  }
}

.contact-form .left h2 {
  color: #fff;
  margin: 0 0 2rem;
  font-size: 4rem;
  line-height: 4.5rem;
}

.contact-form .left .questions {
  margin-bottom: 5.7rem;
  padding-right: 4rem;
  font-size: 1.8rem;
  line-height: 2.2rem;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media screen and (width <= 960px) {
  .contact-form .left .questions {
    position: relative;
  }
}

.contact-form .left .questions a {
  color: #fff;
}

.contact-form .right {
  width: 75%;
  min-height: 400px;
  font-size: 1.8rem;
}

@media screen and (width <= 960px) {
  .contact-form .right {
    width: 100%;
  }
}

.modal, .subscribe-modal {
  z-index: 9999;
  background: #0003;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  overflow-y: auto;
}

.modal .modal-container, .subscribe-modal .modal-container {
  background: #fff;
  max-width: 680px;
  margin: 40px auto;
  padding: 25px;
  font-size: 20px;
  position: relative;
}

@media screen and (width <= 768px) {
  .modal .modal-container, .subscribe-modal .modal-container {
    margin: 0 auto;
  }
}

.modal .modal-container .modal-close, .subscribe-modal .modal-container .modal-close {
  cursor: pointer;
  font-size: 24px;
  position: absolute;
  top: 20px;
  right: 20px;
}

.modal .modal-container .modal-title, .subscribe-modal .modal-container .modal-title {
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: bold;
}

.modal .modal-container a, .subscribe-modal .modal-container a {
  font-weight: 300 !important;
}

.embed-container {
  max-width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}

.embed-container video, .embed-container object, .embed-container embed {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
/*# sourceMappingURL=index.css.map */
