@import url("https://use.typekit.net/fnv6win.css");
* {
  outline: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
  margin: 0;
  padding: 0;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
  border-radius: 0;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  border-radius: 0;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/* GRID ======================================================================== */
.clear:before,
.clear:after {
  content: "";
  display: table;
}
.clear:after {
  clear: both;
}
body {
  width: 100%;
}
body:before,
body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}
body:before,
body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}
/* EXTRA ======================================================================= */
img.scale {
  max-width: 100%;
  height: auto;
}
::-moz-selection {
  background: #1C8C7A;
  color: #fff;
}
::selection {
  background: #1C8C7A;
  color: #fff;
}
::-moz-selection {
  background: #1C8C7A;
  color: #fff;
}
#privacypolicy {
  position: fixed;
  right: 30px;
  bottom: 30px;
  background: #eee;
  color: #aaa;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px;
  max-width: 400px;
  font-size: 11px;
  line-height: 22px;
  margin-left: 30px;
  font-weight: 300;
  opacity: 0;
  -webkit-transform: translate(0, 30px);
      -ms-transform: translate(0, 30px);
          transform: translate(0, 30px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  pointer-events: none;
}
#privacypolicy.active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  pointer-events: auto;
}
#privacypolicy a {
  color: #aaa;
}
#privacypolicy .privacy-btn {
  background-image: url('../images/privacy-close.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
/* CMS ========================================================================= */
.uniform__potty {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.erroneous {
  border-color: crimson !important;
}
.error {
  color: crimson;
}
/* PLUGINS ===================================================================== */
/*!
 * animsition v4.0.2
 * A simple and easy jQuery plugin for CSS animated page transitions.
 * http://blivesta.github.io/animsition
 * License : MIT
 * Author : blivesta (http://blivesta.com/)
 */
.animsition,
.animsition-overlay {
  position: relative;
  opacity: 0;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/**
 * overlay option
 */
.animsition-overlay-slide {
  position: fixed;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #ddd;
}
/* loading option */
.animsition-loading,
.animsition-loading:after {
  width: 32px;
  height: 32px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -16px;
  border-radius: 50%;
  z-index: 100;
}
.animsition-loading {
  background-color: transparent;
  border-top: 5px solid rgba(0, 0, 0, 0.2);
  border-right: 5px solid rgba(0, 0, 0, 0.2);
  border-bottom: 5px solid rgba(0, 0, 0, 0.2);
  border-left: 5px solid #eee;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-name: animsition-loading;
  animation-name: animsition-loading;
}
@-webkit-keyframes animsition-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes animsition-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fade-in {
  -webkit-animation-name: fade-in;
  animation-name: fade-in;
}
@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fade-out {
  -webkit-animation-name: fade-out;
  animation-name: fade-out;
}
@-webkit-keyframes fade-in-up {
  0% {
    -webkit-transform: translateY(500px);
    transform: translateY(500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-up {
  0% {
    -webkit-transform: translateY(500px);
    transform: translateY(500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-in-up {
  -webkit-animation-name: fade-in-up;
  animation-name: fade-in-up;
}
@-webkit-keyframes fade-out-up {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    opacity: 0;
  }
}
@keyframes fade-out-up {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    opacity: 0;
  }
}
.fade-out-up {
  -webkit-animation-name: fade-out-up;
  animation-name: fade-out-up;
}
@-webkit-keyframes fade-in-up-sm {
  0% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-up-sm {
  0% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-in-up-sm {
  -webkit-animation-name: fade-in-up-sm;
  animation-name: fade-in-up-sm;
}
@-webkit-keyframes fade-out-up-sm {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }
}
@keyframes fade-out-up-sm {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }
}
.fade-out-up-sm {
  -webkit-animation-name: fade-out-up-sm;
  animation-name: fade-out-up-sm;
}
@-webkit-keyframes fade-in-up-lg {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-up-lg {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-in-up-lg {
  -webkit-animation-name: fade-in-up-lg;
  animation-name: fade-in-up-lg;
}
@-webkit-keyframes fade-out-up-lg {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }
}
@keyframes fade-out-up-lg {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }
}
.fade-out-up-lg {
  -webkit-animation-name: fade-out-up-lg;
  animation-name: fade-out-up-lg;
}
@-webkit-keyframes fade-in-down {
  0% {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-down {
  0% {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-in-down {
  -webkit-animation-name: fade-in-down;
  animation-name: fade-in-down;
}
@-webkit-keyframes fade-out-down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(500px);
    transform: translateY(500px);
    opacity: 0;
  }
}
@keyframes fade-out-down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(500px);
    transform: translateY(500px);
    opacity: 0;
  }
}
.fade-out-down {
  -webkit-animation-name: fade-out-down;
  animation-name: fade-out-down;
}
@-webkit-keyframes fade-in-down-sm {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-down-sm {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-in-down-sm {
  -webkit-animation-name: fade-in-down-sm;
  animation-name: fade-in-down-sm;
}
@-webkit-keyframes fade-out-down-sm {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
}
@keyframes fade-out-down-sm {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
}
.fade-out-down-sm {
  -webkit-animation-name: fade-out-down-sm;
  animation-name: fade-out-down-sm;
}
@-webkit-keyframes fade-in-down-lg {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-down-lg {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-in-down-lg {
  -webkit-animation-name: fade-in-down;
  animation-name: fade-in-down;
}
@-webkit-keyframes fade-out-down-lg {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
}
@keyframes fade-out-down-lg {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
}
.fade-out-down-lg {
  -webkit-animation-name: fade-out-down-lg;
  animation-name: fade-out-down-lg;
}
@-webkit-keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.fade-in-left {
  -webkit-animation-name: fade-in-left;
  animation-name: fade-in-left;
}
@-webkit-keyframes fade-out-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px);
    opacity: 0;
  }
}
@keyframes fade-out-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px);
    opacity: 0;
  }
}
.fade-out-left {
  -webkit-animation-name: fade-out-left;
  animation-name: fade-out-left;
}
@-webkit-keyframes fade-in-left-sm {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left-sm {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.fade-in-left-sm {
  -webkit-animation-name: fade-in-left-sm;
  animation-name: fade-in-left-sm;
}
@-webkit-keyframes fade-out-left-sm {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
}
@keyframes fade-out-left-sm {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
}
.fade-out-left-sm {
  -webkit-animation-name: fade-out-left-sm;
  animation-name: fade-out-left-sm;
}
@-webkit-keyframes fade-in-left-lg {
  0% {
    -webkit-transform: translateX(-1500px);
    transform: translateX(-1500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left-lg {
  0% {
    -webkit-transform: translateX(-1500px);
    transform: translateX(-1500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.fade-in-left-lg {
  -webkit-animation-name: fade-in-left-lg;
  animation-name: fade-in-left-lg;
}
@-webkit-keyframes fade-out-left-lg {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-1500px);
    transform: translateX(-1500px);
    opacity: 0;
  }
}
@keyframes fade-out-left-lg {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-1500px);
    transform: translateX(-1500px);
    opacity: 0;
  }
}
.fade-out-left-lg {
  -webkit-animation-name: fade-out-left-lg;
  animation-name: fade-out-left-lg;
}
@-webkit-keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.fade-in-right {
  -webkit-animation-name: fade-in-right;
  animation-name: fade-in-right;
}
@-webkit-keyframes fade-out-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
    opacity: 0;
  }
}
@keyframes fade-out-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
    opacity: 0;
  }
}
.fade-out-right {
  -webkit-animation-name: fade-out-right;
  animation-name: fade-out-right;
}
@-webkit-keyframes fade-in-right-sm {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-right-sm {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.fade-in-right-sm {
  -webkit-animation-name: fade-in-right-sm;
  animation-name: fade-in-right-sm;
}
@-webkit-keyframes fade-out-right-sm {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
}
@keyframes fade-out-right-sm {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
}
.fade-out-right-sm {
  -webkit-animation-name: fade-out-right-sm;
  animation-name: fade-out-right-sm;
}
@-webkit-keyframes fade-in-right-lg {
  0% {
    -webkit-transform: translateX(1500px);
    transform: translateX(1500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-right-lg {
  0% {
    -webkit-transform: translateX(1500px);
    transform: translateX(1500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.fade-in-right-lg {
  -webkit-animation-name: fade-in-right-lg;
  animation-name: fade-in-right-lg;
}
@-webkit-keyframes fade-out-right-lg {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(1500px);
    transform: translateX(1500px);
    opacity: 0;
  }
}
@keyframes fade-out-right-lg {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(1500px);
    transform: translateX(1500px);
    opacity: 0;
  }
}
.fade-out-right-lg {
  -webkit-animation-name: fade-out-right-lg;
  animation-name: fade-out-right-lg;
}
@-webkit-keyframes rotate-in {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
}
@keyframes rotate-in {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
}
.rotate-in {
  -webkit-animation-name: rotate-in;
  animation-name: rotate-in;
}
@-webkit-keyframes rotate-out {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
}
@keyframes rotate-out {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
}
.rotate-out {
  -webkit-animation-name: rotate-out;
  animation-name: rotate-out;
}
@-webkit-keyframes rotate-in-sm {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
}
@keyframes rotate-in-sm {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
}
.rotate-in-sm {
  -webkit-animation-name: rotate-in-sm;
  animation-name: rotate-in-sm;
}
@-webkit-keyframes rotate-out-sm {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
}
@keyframes rotate-out-sm {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
}
.rotate-out-sm {
  -webkit-animation-name: rotate-out-sm;
  animation-name: rotate-out-sm;
}
@-webkit-keyframes rotate-in-lg {
  0% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
}
@keyframes rotate-in-lg {
  0% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
}
.rotate-in-lg {
  -webkit-animation-name: rotate-in-lg;
  animation-name: rotate-in-lg;
}
@-webkit-keyframes rotate-out-lg {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
}
@keyframes rotate-out-lg {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
}
.rotate-out-lg {
  -webkit-animation-name: rotate-out-lg;
  animation-name: rotate-out-lg;
}
@-webkit-keyframes flip-in-x {
  0% {
    -webkit-transform: perspective(550px) rotateX(90deg);
    transform: perspective(550px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(550px) rotateX(0deg);
    transform: perspective(550px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flip-in-x {
  0% {
    -webkit-transform: perspective(550px) rotateX(90deg);
    transform: perspective(550px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(550px) rotateX(0deg);
    transform: perspective(550px) rotateX(0deg);
    opacity: 1;
  }
}
.flip-in-x {
  -webkit-animation-name: flip-in-x;
  animation-name: flip-in-x;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flip-out-x {
  0% {
    -webkit-transform: perspective(550px) rotateX(0deg);
    transform: perspective(550px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(550px) rotateX(90deg);
    transform: perspective(550px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flip-out-x {
  0% {
    -webkit-transform: perspective(550px) rotateX(0deg);
    transform: perspective(550px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(550px) rotateX(90deg);
    transform: perspective(550px) rotateX(90deg);
    opacity: 0;
  }
}
.flip-out-x {
  -webkit-animation-name: flip-out-x;
  animation-name: flip-out-x;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flip-in-x-nr {
  0% {
    -webkit-transform: perspective(100px) rotateX(90deg);
    transform: perspective(100px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(100px) rotateX(0deg);
    transform: perspective(100px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flip-in-x-nr {
  0% {
    -webkit-transform: perspective(100px) rotateX(90deg);
    transform: perspective(100px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(100px) rotateX(0deg);
    transform: perspective(100px) rotateX(0deg);
    opacity: 1;
  }
}
.flip-in-x-nr {
  -webkit-animation-name: flip-in-x-nr;
  animation-name: flip-in-x-nr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flip-out-x-nr {
  0% {
    -webkit-transform: perspective(100px) rotateX(0deg);
    transform: perspective(100px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(100px) rotateX(90deg);
    transform: perspective(100px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flip-out-x-nr {
  0% {
    -webkit-transform: perspective(100px) rotateX(0deg);
    transform: perspective(100px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(100px) rotateX(90deg);
    transform: perspective(100px) rotateX(90deg);
    opacity: 0;
  }
}
.flip-out-x-nr {
  -webkit-animation-name: flip-out-x-nr;
  animation-name: flip-out-x-nr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flip-in-x-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flip-in-x-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg);
    opacity: 1;
  }
}
.flip-in-x-fr {
  -webkit-animation-name: flip-in-x-fr;
  animation-name: flip-in-x-fr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flip-out-x-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flip-out-x-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
}
.flip-out-x-fr {
  -webkit-animation-name: flip-out-x-fr;
  animation-name: flip-out-x-fr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flip-in-y {
  0% {
    -webkit-transform: perspective(550px) rotateY(90deg);
    transform: perspective(550px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(550px) rotateY(0deg);
    transform: perspective(550px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flip-in-y {
  0% {
    -webkit-transform: perspective(550px) rotateY(90deg);
    transform: perspective(550px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(550px) rotateY(0deg);
    transform: perspective(550px) rotateY(0deg);
    opacity: 1;
  }
}
.flip-in-y {
  -webkit-animation-name: flip-in-y;
  animation-name: flip-in-y;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flip-out-y {
  0% {
    -webkit-transform: perspective(550px) rotateY(0deg);
    transform: perspective(550px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(550px) rotateY(90deg);
    transform: perspective(550px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flip-out-y {
  0% {
    -webkit-transform: perspective(550px) rotateY(0deg);
    transform: perspective(550px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(550px) rotateY(90deg);
    transform: perspective(550px) rotateY(90deg);
    opacity: 0;
  }
}
.flip-out-y {
  -webkit-animation-name: flip-out-y;
  animation-name: flip-out-y;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flip-in-y-nr {
  0% {
    -webkit-transform: perspective(100px) rotateY(90deg);
    transform: perspective(100px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(100px) rotateY(0deg);
    transform: perspective(100px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flip-in-y-nr {
  0% {
    -webkit-transform: perspective(100px) rotateY(90deg);
    transform: perspective(100px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(100px) rotateY(0deg);
    transform: perspective(100px) rotateY(0deg);
    opacity: 1;
  }
}
.flip-in-y-nr {
  -webkit-animation-name: flip-in-y-nr;
  animation-name: flip-in-y-nr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flip-out-y-nr {
  0% {
    -webkit-transform: perspective(100px) rotateY(0deg);
    transform: perspective(100px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(100px) rotateY(90deg);
    transform: perspective(100px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flip-out-y-nr {
  0% {
    -webkit-transform: perspective(100px) rotateY(0deg);
    transform: perspective(100px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(100px) rotateY(90deg);
    transform: perspective(100px) rotateY(90deg);
    opacity: 0;
  }
}
.flip-out-y-nr {
  -webkit-animation-name: flip-out-y-nr;
  animation-name: flip-out-y-nr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flip-in-y-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateY(90deg);
    transform: perspective(1000px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flip-in-y-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateY(90deg);
    transform: perspective(1000px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg);
    opacity: 1;
  }
}
.flip-in-y-fr {
  -webkit-animation-name: flip-in-y-fr;
  animation-name: flip-in-y-fr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flip-out-y-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateY(90deg);
    transform: perspective(1000px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flip-out-y-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateY(90deg);
    transform: perspective(1000px) rotateY(90deg);
    opacity: 0;
  }
}
.flip-out-y-fr {
  -webkit-animation-name: flip-out-y-fr;
  animation-name: flip-out-y-fr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes zoom-in {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes zoom-in {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.zoom-in {
  -webkit-animation-name: zoom-in;
  animation-name: zoom-in;
}
@-webkit-keyframes zoom-out {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoom-out {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.zoom-out {
  -webkit-animation-name: zoom-out;
  animation-name: zoom-out;
}
@-webkit-keyframes zoom-in-sm {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes zoom-in-sm {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.zoom-in-sm {
  -webkit-animation-name: zoom-in-sm;
  animation-name: zoom-in-sm;
}
@-webkit-keyframes zoom-out-sm {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoom-out-sm {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.zoom-out-sm {
  -webkit-animation-name: zoom-out-sm;
  animation-name: zoom-out-sm;
}
@-webkit-keyframes zoom-in-lg {
  0% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes zoom-in-lg {
  0% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.zoom-in-lg {
  -webkit-animation-name: zoom-in-lg;
  animation-name: zoom-in-lg;
}
@-webkit-keyframes zoom-out-lg {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoom-out-lg {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.zoom-out-lg {
  -webkit-animation-name: zoom-out-lg;
  animation-name: zoom-out-lg;
}
@-webkit-keyframes overlay-slide-in-top {
  0% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}
@keyframes overlay-slide-in-top {
  0% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}
.overlay-slide-in-top {
  top: 0;
  height: 0;
  -webkit-animation-name: overlay-slide-in-top;
  animation-name: overlay-slide-in-top;
}
@-webkit-keyframes overlay-slide-out-top {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@keyframes overlay-slide-out-top {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
.overlay-slide-out-top {
  top: 0;
  height: 100%;
  -webkit-animation-name: overlay-slide-out-top;
  animation-name: overlay-slide-out-top;
}
@-webkit-keyframes overlay-slide-in-bottom {
  0% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}
@keyframes overlay-slide-in-bottom {
  0% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}
.overlay-slide-in-bottom {
  bottom: 0;
  height: 0;
  -webkit-animation-name: overlay-slide-in-bottom;
  animation-name: overlay-slide-in-bottom;
}
@-webkit-keyframes overlay-slide-out-bottom {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@keyframes overlay-slide-out-bottom {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
.overlay-slide-out-bottom {
  bottom: 0;
  height: 100%;
  -webkit-animation-name: overlay-slide-out-bottom;
  animation-name: overlay-slide-out-bottom;
}
@-webkit-keyframes overlay-slide-in-left {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
@keyframes overlay-slide-in-left {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
.overlay-slide-in-left {
  width: 0;
  -webkit-animation-name: overlay-slide-in-left;
  animation-name: overlay-slide-in-left;
}
@-webkit-keyframes overlay-slide-out-left {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes overlay-slide-out-left {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.overlay-slide-out-left {
  left: 0;
  width: 100%;
  -webkit-animation-name: overlay-slide-out-left;
  animation-name: overlay-slide-out-left;
}
@-webkit-keyframes overlay-slide-in-right {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
@keyframes overlay-slide-in-right {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
.overlay-slide-in-right {
  right: 0;
  width: 0;
  -webkit-animation-name: overlay-slide-in-right;
  animation-name: overlay-slide-in-right;
}
@-webkit-keyframes overlay-slide-out-right {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes overlay-slide-out-right {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.overlay-slide-out-right {
  right: 0;
  width: 100%;
  -webkit-animation-name: overlay-slide-out-right;
  animation-name: overlay-slide-out-right;
}
/* VARIABLES =================================================================== */
/* STYLES ====================================================================== */
body {
  font-family: "poppins", sans-serif;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 300;
  color: #000;
  letter-spacing: 0.05em;
  position: relative;
  background-color: #EFEFEF;
}
h3 {
  font-size: 13px;
  margin: 0;
  padding: 0;
  font-weight: 600;
}
a {
  color: #000 !important;
  text-decoration: none;
}
p {
  margin: 0;
  padding: 0 0 20px 0;
}
p:last-of-type {
  padding: 0;
}
p strong {
  font-weight: 600;
}
h2 {
  font-size: 13px;
  padding: 0 0 20px 0;
  margin: 0;
  font-weight: 600;
  font-family: "poppins", sans-serif;
}
.button {
  text-decoration: none;
  color: #000;
  text-transform: uppercase;
  position: relative;
  font-size: 12px;
  font-family: "poppins", sans-serif;
  line-height: 24px;
  display: inline-block;
}
.button:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #000;
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.button:hover:after {
  bottom: 2px;
}
.button.space-up {
  padding-top: 20px;
}
header {
  z-index: 10;
  width: calc(100% - 150px);
  /*top: 0;
	left: 0;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 75px 75px 50px;
}
header .logo {
  position: relative;
}
header .logo img {
  max-width: 145px;
  height: 60px;
  width: 100%;
}
header .toggle {
  display: none;
  width: 36px;
  height: 24px;
  position: relative;
  top: 0;
  right: 0;
  cursor: pointer;
  pointer-events: all;
  z-index: 9999;
}
header .toggle:before,
header .toggle span,
header .toggle:after {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .toggle:before {
  content: '';
  background: #1C8C7A;
  height: 2px;
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
}
header .toggle span {
  height: 2px;
  width: 100%;
  background: #1C8C7A;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  display: block;
}
header .toggle:after {
  content: '';
  background: #1C8C7A;
  height: 2px;
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
}
header .toggle.active span {
  opacity: 0;
}
header .toggle.active:before {
  top: 50%;
  margin-top: -1px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
header .toggle.active:after {
  bottom: auto;
  top: 50%;
  margin-top: -1px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
header nav {
  position: relative;
  font-size: 12px;
}
header nav ul {
  list-style: none;
  padding: 0;
  float: left;
}
header nav ul li {
  display: inline-block;
  padding-left: 20px;
}
header nav ul li a {
  text-transform: uppercase;
  color: #1C8C7A !important;
  text-decoration: none;
  font-weight: 400;
  position: relative;
}
header nav ul li a:after {
  content: '';
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: 0;
  height: 1px;
  background: #1C8C7A;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header nav ul li a:hover:after,
header nav ul li a.active:after {
  left: 0;
  right: 0;
  opacity: 1;
}
header nav ul li.shop a {
  border: 1px solid #1C8C7A;
  padding: 10px 25px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: underline;
  font-weight: 600;
}
header nav ul li.shop a:after {
  display: none;
}
header nav .lang {
  cursor: pointer;
  display: inline-block;
  float: left;
  margin: 8px 0;
  text-transform: uppercase;
}
header nav .lang .placeholder {
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  padding: 4px 0;
  margin-left: 20px;
  color: white;
}
header nav .lang .placeholder a {
  margin-left: 0;
  text-decoration: none;
  color: white;
}
header nav .lang .placeholder a:after {
  display: none;
}
header nav .lang .placeholder:before {
  content: '';
  width: 1px;
  height: 10px;
  background: white;
  display: inline-block;
  margin-right: 20px;
  position: relative;
  top: 2px;
}
header nav .lang .placeholder:after {
  content: '';
  background-image: url('../images/white-down.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 9px;
  height: 9px;
  display: inline-block;
  position: relative;
  margin-left: 10px;
  top: 1px;
}
header nav .lang .drop {
  display: none;
  position: absolute;
  right: 0;
  width: 40px;
}
header nav .lang .drop a {
  padding: 4px;
  margin: 0;
  text-decoration: none;
  color: white;
}
.banner {
  height: 70vh;
  min-height: 400px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: table;
  border-radius: 20px;
}
.banner h1 {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-family: "poppins", sans-serif;
  color: black;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.2;
}
.banner .down {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20vh;
  width: 40px;
  height: 40px;
  margin: 0 auto 40px;
}
.banner .down:after {
  content: '';
  display: block;
  background-image: url('../images/down.svg');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  margin: -10px auto 0;
  opacity: 0.6;
}
.banner .down:before {
  content: '';
  display: block;
  background-image: url('../images/down.svg');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  margin: 0 auto;
  opacity: 0.6;
}
.smallbanner {
  min-height: 600px;
  height: 400px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: table;
  color: black;
  font-size: 16px;
  line-height: 24px;
  pointer-events: none;
  position: relative;
  z-index: 1;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 20px;
}
.smallbanner a {
  text-decoration: underline;
  color: black;
}
.smallbanner .back {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.smallbanner section {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  position: relative;
  z-index: 9999;
}
.smallbanner section h1 {
  font-family: "poppins", sans-serif;
  color: black;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.2;
  line-height: 60px;
}
.smallbanner section .wrap {
  max-width: 700px;
  margin: 0 auto;
  pointer-events: all;
}
.container {
  max-width: 1800px;
  margin: 0 auto;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.locations {
  padding: 100px 40px;
}
.locations .container {
  padding: 0;
}
.locations .locations-wrap {
  width: calc(100% - 60px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 0 30px;
}
.locations .location {
  display: block;
  width: 25%;
  line-height: 1.8;
  color: #1E6456;
}
.locations .location h3 {
  font-family: "poppins", sans-serif;
  font-weight: 600;
  line-height: 20px;
  color: #1E6456;
}
.locations .location a {
  color: #1E6456 !important;
  text-decoration: none;
}
.locations .location strong a {
  color: #1E6456 !important;
}
blockquote {
  border-left: 4px solid #eee;
  padding: 0 30px;
  margin: 30px 0;
  font-style: italic;
  font-family: "poppins", sans-serif;
}
.about {
  max-width: 860px;
  margin: 0 auto;
  padding: 60px 30px 60px 30px;
}
.about figure {
  display: inline-block;
  float: left;
  width: 45%;
  margin-right: 5%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.about figcaption {
  display: inline-block;
  float: left;
  width: 45%;
  margin-left: 5%;
  padding: 60px 0;
  font-family: "inter-18pt", sans-serif;
  font-weight: 300;
  font-size: 13px;
  line-height: 24px;
}
.about figcaption h2 {
  text-transform: uppercase;
}
.about figcaption h2:before {
  content: '';
  width: 20px;
  height: 2px;
  margin-right: 10px;
  background: #ddd;
  display: inline-block;
  position: relative;
  top: -3px;
}
.about:before,
.about:after {
  content: "";
  display: table;
}
.about:after {
  clear: both;
}
.about:before,
.about:after {
  content: "";
  display: table;
}
.about:after {
  clear: both;
}
.services {
  max-width: 1000px;
  margin: 0 auto;
  padding: 120px 30px 60px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.services figure {
  width: 70%;
  margin-left: 30%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.services figure figcaption {
  width: 60%;
  display: block;
  margin-left: -46%;
  text-align: right;
  padding: 60px 0;
  font-family: "inter-18pt", sans-serif;
  font-weight: 300;
  font-size: 13px;
  line-height: 24px;
}
.services figure figcaption h2 {
  text-transform: uppercase;
}
.services figure figcaption h2:before {
  content: '';
  width: 20px;
  height: 2px;
  margin-right: 10px;
  background: #ddd;
  display: inline-block;
  position: relative;
  top: -3px;
}
.services figure figcaption .btn-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-top: 20px;
}
.news {
  max-width: 860px;
  margin: 0 auto;
  padding: 60px 30px;
}
.news h2 {
  text-transform: uppercase;
  margin: 0 0 60px 0;
  padding: 0;
  text-align: center;
}
.news h2:after {
  content: '';
  width: 20px;
  height: 2px;
  margin-right: 10px;
  background: #ddd;
  display: block;
  position: relative;
  top: -3px;
  margin: 10px auto 0;
}
.news .columns article {
  text-decoration: none;
  color: #000;
  -moz-column-break-inside: avoid;
       break-inside: avoid-column;
  -webkit-column-break-inside: avoid;
  display: inline-block;
  padding-bottom: 60px;
  font-family: "inter-18pt", sans-serif;
}
.news .columns article figcaption p {
  font-weight: 300;
}
.news .columns article.advies {
  background: #1C8C7A;
  display: block;
  margin-bottom: 60px;
  color: white;
  padding-bottom: 0;
}
.news .columns article.advies figcaption {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 40px 40px 40px;
  margin: 0;
}
.news .columns article.advies figcaption h3 {
  text-transform: uppercase;
}
.news .columns article .date {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 10px;
  letter-spacing: 2px;
}
.news .columns article h3 {
  margin-top: 10px;
}
.news .columns article figure {
  overflow: hidden;
  margin-bottom: 30px;
}
.news .columns article figure img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 720px) {
  .news .columns[data-columns]::before {
    content: '2 .column.size-1of1';
  }
  .news .column {
    float: none;
  }
  .news .column:first-child {
    margin-right: 0;
  }
  .news .column:last-child {
    margin-left: 0;
  }
}
@media screen and (min-width: 721px) {
  .news .columns[data-columns]::before {
    content: '2 .column.size-1of2';
  }
  .news .column {
    float: left;
  }
  .news .column:first-child {
    margin-right: 5%;
  }
  .news .column:last-child {
    margin-left: 5%;
  }
}
.news .size-1of2 {
  width: 45%;
}
.news .size-1of1 {
  width: 100%;
}
.news:before,
.news:after {
  content: "";
  display: table;
}
.news:after {
  clear: both;
}
.news:before,
.news:after {
  content: "";
  display: table;
}
.news:after {
  clear: both;
}
.fullnews {
  max-width: 860px;
  margin: 0 auto;
  padding: 120px 30px 60px 30px;
}
.fullnews h2 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  margin: 0 0 60px 0;
  padding: 0;
  font-family: "poppins", sans-serif;
  text-align: center;
}
.fullnews h2:after {
  content: '';
  width: 20px;
  height: 2px;
  margin-right: 10px;
  background: #ddd;
  display: block;
  position: relative;
  top: -3px;
  margin: 10px auto 0;
}
.fullnews .columns article {
  text-decoration: none;
  color: #000;
  -moz-column-break-inside: avoid;
       break-inside: avoid-column;
  -webkit-column-break-inside: avoid;
  display: inline-block;
  padding-bottom: 60px;
}
.fullnews .columns article.advies {
  background: #1C8C7A;
  display: block;
  margin-bottom: 60px;
  color: white;
  padding-bottom: 0;
}
.fullnews .columns article.advies figcaption {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 40px 40px 40px;
  margin: 0;
}
.fullnews .columns article.advies figcaption h3 {
  text-transform: uppercase;
}
.fullnews .columns article .date {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 10px;
  letter-spacing: 2px;
}
.fullnews .columns article h3 {
  margin-top: 10px;
}
.fullnews .columns article figure {
  overflow: hidden;
  margin-bottom: 30px;
}
.fullnews .columns article figure img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 720px) {
  .fullnews .columns[data-columns]::before {
    content: '2 .column.size-1of1';
  }
  .fullnews .column {
    float: none;
  }
  .fullnews .column:first-child {
    margin-right: 0;
  }
  .fullnews .column:last-child {
    margin-left: 0;
  }
}
@media screen and (min-width: 721px) {
  .fullnews .columns[data-columns]::before {
    content: '2 .column.size-1of2';
  }
  .fullnews .column {
    float: left;
  }
  .fullnews .column:first-child {
    margin-right: 5%;
  }
  .fullnews .column:last-child {
    margin-left: 5%;
  }
}
.fullnews .size-1of2 {
  width: 45%;
}
.fullnews .size-1of1 {
  width: 100%;
}
.fullnews:before,
.fullnews:after {
  content: "";
  display: table;
}
.fullnews:after {
  clear: both;
}
.fullnews:before,
.fullnews:after {
  content: "";
  display: table;
}
.fullnews:after {
  clear: both;
}
.products {
  max-width: 860px;
  margin: 0 auto;
  padding: 120px 30px 60px 30px;
}
.products h2 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  margin: 0 0 60px 0;
  padding: 0;
  font-family: "poppins", sans-serif;
  text-align: center;
}
.products h2:after {
  content: '';
  width: 20px;
  height: 2px;
  margin-right: 10px;
  background: #ddd;
  display: block;
  position: relative;
  top: -3px;
  margin: 10px auto 0;
}
.products .columns article {
  text-decoration: none;
  color: #000;
  -moz-column-break-inside: avoid;
       break-inside: avoid-column;
  -webkit-column-break-inside: avoid;
  display: inline-block;
  padding-bottom: 60px;
}
.products .columns article a {
  text-decoration: none;
  color: #000;
}
.products .columns article h3 {
  margin-top: 10px;
}
.products .columns article .button {
  margin-top: 20px;
  display: inline-block;
  text-decoration: none;
  color: #000;
  text-transform: uppercase;
  position: relative;
  font-family: "poppins", sans-serif;
  font-size: 12px;
  line-height: 24px;
}
.products .columns article .button:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #000;
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.products .columns article .button:hover:after {
  bottom: 2px;
}
.products .columns article figure {
  overflow: hidden;
  margin-bottom: 30px;
}
.products .columns article figure img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 720px) {
  .products .columns[data-columns]::before {
    content: '2 .column.size-1of1';
  }
  .products .column {
    float: none;
  }
  .products .column:first-child {
    margin-right: 0;
  }
  .products .column:last-child {
    margin-left: 0;
  }
}
@media screen and (min-width: 721px) {
  .products .columns[data-columns]::before {
    content: '2 .column.size-1of2';
  }
  .products .column {
    float: left;
  }
  .products .column:first-child {
    margin-right: 5%;
  }
  .products .column:last-child {
    margin-left: 5%;
  }
}
.products .size-1of2 {
  width: 45%;
}
.products .size-1of1 {
  width: 100%;
}
.products .return {
  text-align: center;
  margin-top: 60px;
}
.products .return a {
  text-decoration: none;
  color: #000;
  text-transform: uppercase;
  position: relative;
  font-family: "poppins", sans-serif;
  font-size: 12px;
  line-height: 24px;
}
.products .return a:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #000;
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.products .return a:hover:after {
  bottom: 2px;
}
.products:before,
.products:after {
  content: "";
  display: table;
}
.products:after {
  clear: both;
}
.products:before,
.products:after {
  content: "";
  display: table;
}
.products:after {
  clear: both;
}
.shoplink {
  text-align: center;
  padding-top: 35px;
}
.shoplink a {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 24px;
  color: #000;
  text-decoration: none;
  font-family: "poppins", sans-serif;
  display: inline-block;
  padding: 10px 15px;
  -webkit-box-shadow: inset 0 0 0 1px #000;
          box-shadow: inset 0 0 0 1px #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.shoplink a:hover {
  -webkit-box-shadow: inset 0 0 0 3px #000;
          box-shadow: inset 0 0 0 3px #000;
}
.aboutlocation {
  max-width: 860px;
  margin: 0 auto;
  padding: 80px 30px 60px 30px;
}
.aboutlocation .office {
  padding: 60px 0;
}
.aboutlocation .office figure {
  display: inline-block;
  float: left;
  width: 45%;
  margin-right: 5%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.aboutlocation .office:nth-child(even) figure {
  float: right;
  margin-right: inherit;
  margin-left: 5%;
}
.aboutlocation .office:nth-child(even) figcaption {
  margin-left: 0;
  margin-right: 5%;
}
.aboutlocation .office figcaption {
  display: inline-block;
  float: left;
  width: 45%;
  margin-left: 5%;
  padding: 60px 0;
  font-family: "inter-18pt", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
}
.aboutlocation .office figcaption h2 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  margin: 10px 0 0 0;
  padding: 0;
  font-family: "poppins", sans-serif;
}
.aboutlocation .office figcaption h2:before {
  content: '';
  width: 20px;
  height: 2px;
  margin-right: 10px;
  background: #ddd;
  display: inline-block;
  position: relative;
  top: -3px;
}
.aboutlocation .office figcaption .button {
  text-decoration: none;
  color: #000;
  text-transform: uppercase;
  position: relative;
  font-family: "poppins", sans-serif;
  font-size: 12px;
  line-height: 24px;
}
.aboutlocation .office figcaption .button:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #000;
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.aboutlocation .office figcaption .button:hover:after {
  bottom: 2px;
}
.aboutlocation .office figcaption a {
  text-decoration: none;
  color: #000;
  text-transform: uppercase;
  position: relative;
  font-family: "poppins", sans-serif;
  font-size: 12px;
  line-height: 24px;
  display: inline-block;
}
.aboutlocation .office figcaption a:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #000;
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.aboutlocation .office figcaption a:hover:after {
  bottom: 2px;
}
.aboutlocation .office figcaption a.space-up {
  padding-top: 20px;
}
.aboutlocation .office:before,
.aboutlocation .office:after {
  content: "";
  display: table;
}
.aboutlocation .office:after {
  clear: both;
}
.aboutlocation .office:before,
.aboutlocation .office:after {
  content: "";
  display: table;
}
.aboutlocation .office:after {
  clear: both;
}
.contact {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
  padding: 60px 0;
}
.contact .location {
  width: 50%;
  display: inline-block;
  float: left;
  padding: 40px 0;
}
.contact .location a {
  text-decoration: underline;
  color: #000;
}
.contact:before,
.contact:after {
  content: "";
  display: table;
}
.contact:after {
  clear: both;
}
.contact:before,
.contact:after {
  content: "";
  display: table;
}
.contact:after {
  clear: both;
}
.map {
  padding-bottom: 120px;
}
.map #map {
  height: 600px;
}
.text {
  max-width: 860px;
  margin: 0 auto;
  padding: 80px 30px 80px 30px;
}
.text img {
  max-width: 100%;
  height: auto;
  margin: 0 auto 40px auto;
}
.text .video {
  padding: 30px 0;
}
.text .video .embed__thumb > img {
  width: 60px;
  height: 60px;
  min-width: inherit;
  max-width: inherit;
  opacity: 1;
}
.text p a {
  text-decoration: underline;
  color: #000;
}
.text h3 {
  font-family: "inter-18pt", sans-serif;
  font-size: 20px;
  line-height: 30px;
  margin: 40px 0 20px;
}
.text .return {
  text-align: center;
  margin-top: 60px;
}
.text .return a {
  text-decoration: none;
  color: #000;
  text-transform: uppercase;
  position: relative;
  font-family: "poppins", sans-serif;
  font-size: 12px;
  line-height: 24px;
}
.text .return a:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #000;
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.text .return a:hover:after {
  bottom: 2px;
}
.text .columns {
  padding-top: 40px;
}
.text .columns article {
  text-decoration: none;
  color: #000;
  -moz-column-break-inside: avoid;
       break-inside: avoid-column;
  -webkit-column-break-inside: avoid;
  display: inline-block;
  padding-bottom: 70px;
  text-align: center;
  width: 100%;
  position: relative;
}
.text .columns article .promo {
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  color: black;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  color: #1C8C7A;
}
.text .columns article.advies {
  background: #1C8C7A;
  display: block;
  margin-bottom: 60px;
  color: white;
  padding-bottom: 0;
}
.text .columns article.advies figcaption {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 40px 40px 40px;
  margin: 0;
}
.text .columns article.advies figcaption h3 {
  text-transform: uppercase;
}
.text .columns article .date {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 10px;
  letter-spacing: 2px;
}
.text .columns article h3 {
  margin-top: 10px;
}
.text .columns article figure {
  overflow: hidden;
  margin-bottom: 10px;
  width: 100%;
}
.text .columns article figure img {
  width: 100%;
  max-width: 300px;
  height: auto;
  display: block;
}
@media screen and (max-width: 720px) {
  .text .columns[data-columns]::before {
    content: '2 .column.size-1of1';
  }
  .text .column {
    float: none;
  }
  .text .column:first-child {
    margin-right: 0;
  }
  .text .column:last-child {
    margin-left: 0;
  }
}
@media screen and (min-width: 721px) {
  .text .columns[data-columns]::before {
    content: '2 .column.size-1of2';
  }
  .text .column {
    float: left;
  }
  .text .column:first-child {
    margin-right: 5%;
  }
  .text .column:last-child {
    margin-left: 5%;
  }
}
.text .size-1of2 {
  width: 45%;
}
.text .size-1of1 {
  width: 100%;
}
.text:before,
.text:after {
  content: "";
  display: table;
}
.text:after {
  clear: both;
}
.text:before,
.text:after {
  content: "";
  display: table;
}
.text:after {
  clear: both;
}
footer {
  padding: 40px 0;
  background: #EFEFEF;
  font-family: "inter-18pt", sans-serif;
}
footer .container {
  padding: 0;
}
footer .locations-wrap {
  width: calc(100% - 60px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 0 30px;
}
footer .location {
  display: block;
  width: 25%;
  line-height: 1.8;
}
footer .location h3 {
  font-family: "inter-18pt", sans-serif;
  font-weight: 600;
  line-height: 20px;
}
footer .location a {
  color: #000;
  text-decoration: none;
}
footer .facebook {
  background-image: url('../images/facebook.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 25px;
  height: 25px;
  display: inline-block;
  margin-right: 10px;
}
footer .instagram {
  background-image: url('../images/instagram.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 25px;
  height: 25px;
  display: inline-block;
}
footer .plug {
  border-top: 1px solid #444444;
  margin-top: 40px;
  padding: 40px 40px 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 9px;
  color: #000;
}
footer.low-foot .plug {
  border-top: none;
  padding-top: 0;
  margin-top: 0;
}
footer:before,
footer:after {
  content: "";
  display: table;
}
footer:after {
  clear: both;
}
footer:before,
footer:after {
  content: "";
  display: table;
}
footer:after {
  clear: both;
}
/* MEDIA QUERY'S =============================================================== */
@media only screen and (max-width: 960px) {
  .locations {
    padding: 30px 0;
  }
  .locations .locations-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .locations .location {
    width: 50%;
    text-align: center;
    padding: 40px 0;
  }
  footer {
    padding: 30px 0;
  }
  footer .locations-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer .location {
    width: 50%;
    text-align: center;
    padding: 40px 0;
  }
  footer .social-wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (max-width: 1000px) {
  .banner h1 {
    font-size: 32px;
  }
  header {
    padding: 30px 30px 30px;
    width: calc(100% - 60px);
    position: relative;
    z-index: 1000000;
  }
  header .logo {
    width: 140px;
    height: 60px;
    position: relative;
    z-index: 1000001;
  }
  header .toggle {
    display: block;
    z-index: 1000001;
  }
  header nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #eeeeee;
    padding: 5%;
    z-index: 1000000;
    margin-right: 0;
  }
  header nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
  }
  header nav ul li {
    text-align: center;
    display: block;
    width: 100%;
    padding: 20px 0;
  }
  header nav ul li a {
    font-family: "inter-18pt", sans-serif;
    text-transform: none;
    font-weight: 600;
    font-size: 20px;
    line-height: 2;
    color: #1C8C7A;
  }
  header nav ul li.shop a {
    -webkit-box-shadow: inset 0 0 0 1px #1C8C7A;
            box-shadow: inset 0 0 0 1px #1C8C7A;
  }
  header nav ul li.shop a:hover {
    -webkit-box-shadow: inset 0 0 0 3px #000;
            box-shadow: inset 0 0 0 3px #000;
  }
  header nav .facebook {
    display: none;
  }
  header nav .instagram {
    display: none;
  }
}
@media only screen and (max-width: 720px) {
  .smallbanner {
    min-height: 460px;
    font-size: 12px;
    line-height: 18px;
  }
  .smallbanner section h1 {
    font-size: 28px;
    line-height: 38px;
  }
  .locations {
    padding: 0;
  }
  .locations .locations-wrap {
    margin: 0;
  }
  .locations .locations-wrap .location {
    width: 100%;
    display: block;
    padding: 30px 0;
    margin: 0;
  }
  .about {
    padding: 50px 30px;
  }
  .about figure {
    display: block;
    float: none;
    width: 100%;
    height: 400px;
    margin: 0 0 30px 0;
  }
  .about figcaption {
    display: block;
    float: none;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .services {
    padding: 50px 30px;
  }
  .services figure {
    background-image: none !important;
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
  }
  .services figure figcaption {
    margin: 0;
    width: 100%;
    text-align: left;
    padding: 0;
  }
  .news {
    padding: 30px;
  }
  .fullnews,
  .products {
    padding: 50px 30px;
  }
  .aboutlocation {
    padding: 30px;
  }
  .aboutlocation .office {
    padding: 30px 0;
  }
  .aboutlocation .office figure {
    display: block;
    float: none;
    width: 100%;
    height: 400px;
    margin: 0 0 30px 0;
  }
  .aboutlocation .office figcaption {
    display: block;
    float: none;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .text {
    padding: 50px 30px;
  }
  .text .return {
    margin-top: 20px;
  }
  .contact {
    padding: 30px 0;
  }
  .contact .location {
    width: 100%;
    display: block;
    padding: 30px 0;
    margin: 0;
  }
  footer .location {
    width: 100%;
    display: block;
    padding: 30px 0;
    margin: 0;
  }
}
