/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
/*-----------------------------------------------------------------------------------*/
/*      0.0 Reset
/*-----------------------------------------------------------------------------------*/
* {
  box-sizing: border-box;
}

/*
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/*
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/*
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/*
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/*
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/*
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/*
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/*
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/*
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/*
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/*
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/*
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/*
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/*
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/*
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/*
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/*
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/*
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*-----------------------------------------------------------------------------------*/
/*      1.0 Icomoon
/*-----------------------------------------------------------------------------------*/
@font-face {
  font-family: 'icomoon';
  src: url("../icomoon/fonts/icomoon.eot?z2pha8");
  src: url("../icomoon/fonts/icomoon.eot?z2pha8#iefix") format("embedded-opentype"), url("../icomoon/fonts/icomoon.ttf?z2pha8") format("truetype"), url("../icomoon/fonts/icomoon.woff?z2pha8") format("woff"), url("../icomoon/fonts/icomoon.svg?z2pha8#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"], .icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-close:before {
  content: "\e900";
}

.icon-arrow-down:before {
  content: "\e901";
}

.icon-arrow-left:before {
  content: "\e902";
}

.icon-arrow-up:before {
  content: "\e903";
}

.icon-arrows-2:before {
  content: "\e904";
}

.icon-bubble:before {
  content: "\e905";
}

.icon-clips:before {
  content: "\e906";
}

.icon-globe:before {
  content: "\e907";
}

.icon-hat:before {
  content: "\e908";
}

.icon-location:before {
  content: "\e909";
}

.icon-mag-glas:before {
  content: "\e90a";
}

.icon-mail:before {
  content: "\e90b";
}

.icon-paper:before {
  content: "\e90c";
}

.icon-pen:before {
  content: "\e90d";
}

.icon-person:before {
  content: "\e90e";
}

.icon-target:before {
  content: "\e90f";
}

/*-----------------------------------------------------------------------------------*/
/*      2.0 Helper
/*-----------------------------------------------------------------------------------*/
/* 2.1 FLOATS */
.float--right {
  float: right !important;
}

.float--left {
  float: left !important;
}

/* 2.2 CONTENT/BG COVER */
.bg--image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.iframe-wrap iframe,
.iframe-wrap img,
.img-wrap-inner iframe,
.img-wrap-inner img, .object-fit-con img, .ref-item .object-fit-con a, .case-item .object-fit-con a, .box--yellow::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* 2.3 VISIBILITY */
.hidden {
  display: none;
}

@media only screen and (max-width: 1020px) {
  .hidden--mobile {
    display: none;
  }
}

@media only screen and (min-width: 1021px) {
  .hidden--desktop {
    display: none;
  }
}

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

/* 2.4 CLEARFIX */
.container::after, .grid::after, .wpforms-field-container::after, nav ul::after, .clearfix::after, .cf::after {
  content: "";
  display: table;
  clear: both;
}

/*-----------------------------------------------------------------------------------*/
/*      3.0 Media
/*-----------------------------------------------------------------------------------*/
img, media {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  display: block;
  margin: auto;
  border: 0;
}

iframe {
  max-width: 100%;
  vertical-align: top;
  display: block;
  margin: auto;
  border: 0;
}

.iframe-wrap,
.img-wrap-inner {
  position: relative;
  z-index: 0;
  padding-bottom: 56.25%;
}
.iframe-wrap iframe,
.iframe-wrap img,
.img-wrap-inner iframe,
.img-wrap-inner img {
  position: absolute;
}

/*-----------------------------------------------------------------------------------*/
/*  4.0 Grid System
/*-----------------------------------------------------------------------------------*/
/*  4.1 Width */
.one-whole {
  width: 100%;
}

.one-half {
  width: 50%;
}

.one-third {
  width: 33.333%;
}

.two-thirds {
  width: 66.666%;
}

.one-quarter {
  width: 25%;
}

.three-quarters {
  width: 75%;
}

.one-fifth {
  width: 20%;
}

.two-fifths {
  width: 40%;
}

.three-fifths {
  width: 60%;
}

.three-tenths {
  width: 30%;
}

@media only screen and (max-width: 1400px) {
  .xl-one-whole {
    width: 100%;
  }

  .xl-one-half {
    width: 50%;
  }

  .xl-one-third {
    width: 33.333%;
  }

  .xl-two-thirds {
    width: 66.666%;
  }

  .xl-one-quarter {
    width: 25%;
  }

  .xl-three-quarters {
    width: 75%;
  }

  .xl-one-fifth {
    width: 20%;
  }

  .xl-two-fifths {
    width: 40%;
  }

  .xl-three-fifths {
    width: 60%;
  }

  .xl-three-tenths {
    width: 30%;
  }
}
@media only screen and (max-width: 1200px) {
  .content-one-whole {
    width: 100%;
  }

  .content-one-half {
    width: 50%;
  }

  .content-one-third {
    width: 33.333%;
  }

  .content-two-thirds {
    width: 66.666%;
  }

  .content-one-quarter {
    width: 25%;
  }

  .content-three-quarters {
    width: 75%;
  }

  .content-one-fifth {
    width: 20%;
  }

  .content-two-fifths {
    width: 40%;
  }

  .content-three-fifths {
    width: 60%;
  }

  .content-three-tenths {
    width: 30%;
  }
}
@media only screen and (max-width: 1020px) {
  .lg-one-whole {
    width: 100%;
  }

  .lg-one-half {
    width: 50%;
  }

  .lg-one-third {
    width: 33.333%;
  }

  .lg-two-thirds {
    width: 66.666%;
  }

  .lg-one-quarter {
    width: 25%;
  }

  .lg-three-quarters {
    width: 75%;
  }

  .lg-one-fifth {
    width: 20%;
  }

  .lg-two-fifths {
    width: 40%;
  }

  .lg-three-fifths {
    width: 60%;
  }

  .lg-three-tenths {
    width: 30%;
  }
}
@media only screen and (max-width: 800px) {
  .md-one-whole {
    width: 100%;
  }

  .md-one-half {
    width: 50%;
  }

  .md-one-third {
    width: 33.333%;
  }

  .md-two-thirds {
    width: 66.666%;
  }

  .md-one-quarter {
    width: 25%;
  }

  .md-three-quarters {
    width: 75%;
  }

  .md-one-fifth {
    width: 20%;
  }

  .md-two-fifths {
    width: 40%;
  }

  .md-three-fifths {
    width: 60%;
  }

  .md-three-tenths {
    width: 30%;
  }
}
@media only screen and (max-width: 640px) {
  .sm-one-whole {
    width: 100%;
  }

  .sm-one-half {
    width: 50%;
  }

  .sm-one-third {
    width: 33.333%;
  }

  .sm-two-thirds {
    width: 66.666%;
  }

  .sm-one-quarter {
    width: 25%;
  }

  .sm-three-quarters {
    width: 75%;
  }

  .sm-one-fifth {
    width: 20%;
  }

  .sm-two-fifths {
    width: 40%;
  }

  .sm-three-fifths {
    width: 60%;
  }

  .sm-three-tenths {
    width: 30%;
  }
}
@media only screen and (max-width: 480px) {
  .xs-one-whole {
    width: 100%;
  }

  .xs-one-half {
    width: 50%;
  }

  .xs-one-third {
    width: 33.333%;
  }

  .xs-two-thirds {
    width: 66.666%;
  }

  .xs-one-quarter {
    width: 25%;
  }

  .xs-three-quarters {
    width: 75%;
  }

  .xs-one-fifth {
    width: 20%;
  }

  .xs-two-fifths {
    width: 40%;
  }

  .xs-three-fifths {
    width: 60%;
  }

  .xs-three-tenths {
    width: 30%;
  }
}
/*  4.2 Container */
.container {
  max-width: 56rem;
  box-sizing: content-box;
  margin: 0 auto;
  padding-left: 1.66667rem;
  padding-right: 1.66667rem;
}

.container--full {
  max-width: 100%;
}

.container--small {
  max-width: 820px;
}

.container--huge {
  max-width: 67.25rem;
}

.container--tiny {
  max-width: 376px;
}

/*  4.3 Grid */
.grid {
  margin-left: -3.33333rem;
  list-style: none;
  margin-bottom: 0;
}

.grid__item {
  float: left;
  padding-left: 3.33333rem;
}

.grid--narrow {
  margin-left: -1.66667rem;
}
.grid--narrow > .grid__item {
  padding-left: 1.66667rem;
}

.grid--full {
  margin-left: 0;
}
.grid--full > .grid__item {
  padding-left: 0;
}

.grid--tight {
  margin-left: 0;
}
.grid--tight > .grid__item {
  padding-left: 0;
}

.grid--wide {
  margin-left: -5rem;
}
.grid--wide > .grid__item {
  padding-left: 5rem;
}

/*  4.4 Flexgrid */
.flexgrid, .flex {
  display: flex;
}

.flexgrid--gutter {
  margin-left: -1.66667rem;
}
.flexgrid--gutter .flex__item {
  padding-left: 1.66667rem;
}

.flexgrid--narrow {
  margin-left: -0.83333rem;
}
.flexgrid--narrow .flex__item {
  padding-left: 0.83333rem;
}

.flexgrid--tiny {
  margin-left: -0.6rem;
}
.flexgrid--tiny .flex__item {
  padding-left: 0.6rem;
}

.flexgrid--wide {
  margin-left: -3.33333rem;
}
.flexgrid--wide .flex__item {
  padding-left: 3.33333rem;
}

.flex--end {
  justify-content: flex-end;
}

.flex--middle {
  align-items: center;
}
.flex--middle p:last-child {
  margin-bottom: 0;
}

.flex--column {
  flex-direction: column;
}

.flex--center {
  justify-content: center;
}

.flex--between {
  justify-content: space-between;
}

.flex--bottom {
  align-items: flex-end;
}

.flex1 {
  flex: 1 0 auto;
}

.flex--wrap {
  flex-wrap: wrap;
}

/*-----------------------------------------------------------------------------------*/
/*  5.0 Typography
/*-----------------------------------------------------------------------------------*/
html {
  font-family: "Montserrat", "Arial", sans-serif;
  font-size: 24px;
  line-height: 1.5;
  color: #000;
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

*::selection {
  background: #9D54FF;
  color: #000;
}

[data-target] {
  cursor: pointer;
}

/*  5.1 Links */
a {
  text-decoration: none;
  color: #000;
  transition: all 0.3s linear;
}
a:hover {
  opacity: 0.75;
}
a:focus, a:active {
  outline: none;
}

a, i {
  -webkit-tap-highlight-color: transparent;
}

h1, .alpha,
h2, .beta,
h3, .gamma,
h4, .delta,
h5, .epsilon,
h6, .zeta {
  font-family: "Montserrat", "Arial", sans-serif;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 1.25rem;
  color: #000;
}

/*  5.2 Headlines */
h1 a, h1 a:visited, .alpha a, .alpha a:visited,
h2 a,
h2 a:visited, .beta a, .beta a:visited,
h3 a,
h3 a:visited, .gamma a, .gamma a:visited,
h4 a,
h4 a:visited, .delta a, .delta a:visited,
h5 a,
h5 a:visited, .epsilon a, .epsilon a:visited,
h6 a,
h6 a:visited, .zeta a, .zeta a:visited {
  text-decoration: none;
}

h1, h2, .alpha, .beta {
  isolation: isolate;
}
h1 span, h2 span, .alpha span, .beta span {
  position: relative;
  display: inline-block;
}
h1 span::before, h2 span::before, .alpha span::before, .beta span::before {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.15em;
  background: #9D54FF;
}

h1, .alpha {
  font-size: 3rem;
  line-height: 1.19444;
  margin-bottom: 2.08333rem;
}

h2, .beta {
  font-size: 3rem;
  line-height: 1.19444;
  margin-bottom: 2.08333rem;
}

h3, .gamma {
  font-size: 1.75rem;
  line-height: 1.19048;
}

h4, .delta {
  font-size: 1rem;
  line-height: 1.5;
}

h5, .epsilon {
  font-size: 0.66667rem;
  line-height: 1.25;
}

h6, .zeta {
  font-size: 0.58333rem;
  line-height: 1.21429;
}

p, blockquote,
pre, dl {
  margin: 0 0 0.83333rem;
}

/*  5.3 Alignment */
.text--center,
.has-text-align-center {
  text-align: center;
}

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

.uppercase {
  text-transform: uppercase;
}

.alignleft img {
  margin-left: 0;
}

.alignright img {
  margin-right: 0;
}

/*  5.4 Quotes */
blockquote {
  font-size: 1rem;
  line-height: 1.5;
  padding: 0 1.5em;
  font-style: italic;
}
blockquote cite {
  margin: 0;
  font-style: italic;
}

hr {
  border: none;
  border-top: 1px solid #DDD8D7;
  margin: 3.33333rem 0;
}

q {
  font-style: italic;
}

pre {
  padding: 1.66667rem;
  border-radius: 5px;
  border: 1px solid #999999;
}

ul {
  padding-left: 1rem;
}

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/montserrat-medium-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/montserrat-v26-latin-500italic.woff2") format("woff2");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/montserrat-bold-webfont.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/montserrat-v26-latin-700italic.woff2") format("woff2");
  font-weight: bold;
  font-style: italic;
}
/*-----------------------------------------------------------------------------------*/
/*  6.0 Elements
/*-----------------------------------------------------------------------------------*/
/*  6.1 Buttons */
.btn, input[type="button"],
input[type="submit"] {
  font-size: 1rem;
  display: inline-block;
  vertical-align: middle;
  font-family: inherit;
  font-weight: bold;
  cursor: pointer;
  border: none;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1.4;
  padding: 0.25rem 0.6rem 0.2rem;
  border-radius: 0;
  text-decoration: none !important;
  text-align: center;
  color: #9D54FF;
  background-color: #000;
  -webkit-tap-highlight-color: transparent;
  transition: all 0.5s linear;
}
.btn:hover, input[type="button"]:hover,
input[type="submit"]:hover {
  color: #DDD8D7;
  background-color: #000;
  opacity: 1;
}
.btn:active, input[type="button"]:active,
input[type="submit"]:active, .btn:focus, input[type="button"]:focus,
input[type="submit"]:focus {
  outline: none;
}

.btn--primary {
  background-color: #9D54FF;
}
.btn--primary:hover {
  background-color: #9D54FF;
}

.btn--secondary {
  background-color: #9D54FF;
}
.btn--secondary:hover {
  background-color: #9D54FF;
}

.btn--ghost {
  background-color: transparent;
  color: white;
  border: 1px solid currentColor;
}

.btn--toggle {
  padding: 0 0.5em;
  height: 42px;
  width: 42px;
  text-align: center;
  background: transparent;
  border-radius: 0%;
  border: 0;
  z-index: 10001;
  margin-left: auto;
}
.btn--toggle .icon-bar {
  display: block;
  background: #000;
  position: relative;
  width: 34px;
  height: 2px;
  margin: 5px auto;
  transition: transform 0.3s linear;
}
.nav-mobile-active .btn--toggle {
  background: transparent;
}
.nav-mobile-active .btn--toggle .icon-bar:nth-of-type(2) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 7px;
}
.nav-mobile-active .btn--toggle .icon-bar:nth-of-type(3) {
  opacity: 0;
}
.nav-mobile-active .btn--toggle .icon-bar:nth-of-type(4) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: -7px;
}

/*  6.2 Forms */
select,
input[type="text"], input[type="tel"], input[type="email"], input[type="password"], input[type="number"],
textarea {
  width: 100%;
  border: 1px solid #999999;
  padding: 0.4rem 1rem 0.35rem;
  background: #F0EBE9;
  outline: none;
  border-radius: 0;
  box-shadow: none;
}

textarea {
  resize: vertical;
  height: 160px !important;
}

input[type="text"]::-ms-clear {
  display: none;
}

label {
  font-weight: normal;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  margin-bottom: 0.75em;
}

.wpcf7-form-control-wrap {
  display: block;
}

span.wpcf7-list-item {
  margin-left: 0;
}

.wpforms-field-label-inline {
  font-size: 0.66667rem;
  line-height: 1.125;
  position: relative;
  padding-left: 2.25rem;
  display: block;
}
.wpforms-field-label-inline::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 1.5rem;
  background: rgba(217, 220, 220, 0.4);
}
input[type="checkbox"]:checked + .wpforms-field-label-inline::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 1.5rem;
  background: #000;
  height: 0.7rem;
  width: 0.7rem;
  left: 0.4rem;
}

.wpforms-field-select {
  position: relative;
}
.wpforms-field-select::before {
  content: "\e905";
  font-family: 'icomoon';
  font-size: 0.8rem;
  color: #9D54FF;
  position: absolute;
  right: 1.66667rem;
  top: 54%;
  transform: translateY(-50%);
  pointer-events: none;
}
.wpforms-field-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select:invalid,
select.empty {
  color: rgba(153, 153, 153, 0.8);
}

@media only screen and (min-width: 801px) {
  .wpforms-field-container {
    display: flex;
    flex-wrap: wrap;
  }
  .wpforms-field-container > div:not(.wpforms-one-half) {
    width: 100%;
  }
  .wpforms-field-container .wpforms-one-half {
    padding-left: 0.4rem;
    width: 50%;
  }
  .wpforms-field-container .wpforms-one-half.wpforms-first {
    padding-right: 0.4rem;
    padding-left: 0;
    width: 50%;
  }
  .wpforms-field-container .wpforms-one-half.wpforms-first.wpforms-field-select::before {
    right: 1.4rem;
  }
}
.wpforms-container .wpforms-field {
  padding: 0.7rem 0;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #999999;
  opacity: 0.8;
}

::-moz-placeholder,
input::-moz-placeholder {
  /* Firefox 19+ */
  color: #999999;
  opacity: 0.8;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #999999;
  opacity: 0.8;
}

/*  6.3 Nav */
.header-nav {
  position: relative;
  z-index: 9;
  margin-left: auto;
}
.header-nav ul {
  display: flex;
}
.header-nav li {
  margin-left: 1.66667rem;
}
.header-nav a {
  display: block;
  padding: 0.5rem 0 0.4rem;
  font-weight: bold;
  position: relative;
}
.header-nav a::before {
  transition: all 0.5s linear;
  content: '';
  position: absolute;
  bottom: 0.2rem;
  left: 0;
  width: 0;
  background: currentColor;
  height: 2px;
}
.header-nav a:hover {
  opacity: 1;
}
.header-nav a:hover::before {
  width: 100%;
}

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

/*  6.4 Mobile Nav */
.nav-mobile {
  position: fixed;
  z-index: 4000;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.3s linear, transform 0.3s linear;
}

.nav-mobile__inner {
  background: #9D54FF;
  min-height: 100%;
  display: inline-block;
  width: 100%;
  padding-top: 8.33333rem;
}
@media (orientation: landscape) and (max-height: 500px) {
  .nav-mobile__inner {
    padding-top: 5.83333rem;
  }
}

.nav-mobile-active,
.nav-mobile-active body {
  overflow: hidden;
}

.nav-mobile-transiting .nav-mobile, .nav-mobile-active .nav-mobile {
  height: 100%;
  -webkit-backface-visibility: hidden;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.nav-mobile-active .nav-mobile {
  opacity: 1;
}

.nav-mobile__inner ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.nav-mobile__inner ul li {
  display: block;
}
.nav-mobile__inner ul a {
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  display: block;
  padding: 1.25rem 1rem;
}

/*

  Transitions

  Transitions and animations
  
*/
.js-fade-in,
.js-load {
  transition: all 0.75s linear;
  opacity: 0;
}
.js-fade-in.js-in,
.js-load.js-in {
  opacity: 1;
}

.js-fade-up {
  transition: all 0.75s linear;
  transform: translateY(1.66667rem);
  opacity: 0;
}
.js-fade-up.js-in {
  transform: translateY(0);
  opacity: 1;
}

.js-fade-children > * {
  transition: all 0.75s linear;
  opacity: 0;
}
.js-fade-children > *:nth-child(2) {
  transition-delay: 0.2s;
}
.js-fade-children > *:nth-child(3) {
  transition-delay: 0.4s;
}
.js-fade-children > *:nth-child(4) {
  transition-delay: 0.6s;
}
.js-fade-children > *:nth-child(5) {
  transition-delay: 0.8s;
}
.js-fade-children > *:nth-child(6) {
  transition-delay: 1s;
}
.js-fade-children.js-in > * {
  opacity: 1;
}

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

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

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

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

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

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

.slick-disabled {
  opacity: 0.1;
  cursor: auto;
  pointer-events: none;
}

/*-----------------------------------------------------------------------------------*/
/*  7.0 Header
/*-----------------------------------------------------------------------------------*/
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  padding-top: 0.83333rem;
  padding-bottom: 0.83333rem;
  background: #9D54FF;
  transition: all 0.5s linear;
}
.home .site-header {
  opacity: 0;
  pointer-events: none;
}
.home.down .site-header, .nav-mobile-active .site-header {
  opacity: 1;
  pointer-events: auto;
}

body:not(.home) {
  padding-top: 4.5rem;
}

.site-branding {
  position: relative;
  width: 10rem;
  z-index: 9;
}

.site-header__toggle {
  display: none;
}
@media only screen and (max-width: 1020px) {
  .site-header__toggle {
    display: inline-block;
  }
}

/*-----------------------------------------------------------------------------------*/
/*  8.0 Sections
/*-----------------------------------------------------------------------------------*/
/* 8.1 Section Spacing */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 5rem;
}

.margin-bottom {
  margin-bottom: 1.66667rem;
}

.margin-top {
  margin-top: 1.66667rem;
}

.margin-bottom--small {
  margin-bottom: 0.83333rem;
}

.margin-bottom--big {
  margin-bottom: 3.33333rem;
}

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

.spacing {
  padding-top: 1.66667rem;
  padding-bottom: 1.66667rem;
}

.spacing--big {
  padding-top: 4.16667rem;
  padding-bottom: 4.16667rem;
}

.relative {
  position: relative;
}

.padding {
  padding: 1.66667rem;
}

.padding-top {
  padding-top: 1.66667rem;
}

.padding-top--small {
  padding-top: 0.83333rem;
}

.padding-bottom--small {
  padding-bottom: 0.83333rem;
}

.bg--yellow,
.page-template-page-yellow {
  background: #9D54FF;
}

.object-fit-con {
  position: relative;
}
.object-fit-con img {
  position: absolute;
  object-fit: cover;
}

.block--intro {
  padding-top: 8.33333rem;
  padding-bottom: 5rem;
}
.block--intro h3 {
  margin-bottom: 0.41667rem;
}
.block--intro .max {
  max-width: 26rem;
}

.block--text-graphic {
  background: #FFF8F8;
}
.block--text-graphic .container {
  isolation: isolate;
}
.block--text-graphic img {
  width: 110%;
  max-width: 110%;
}

.max {
  max-width: 30rem;
}

.box--white {
  position: relative;
  margin-top: -2.5rem;
  width: 74%;
  padding-right: 1.66667rem;
  padding-bottom: 2.08333rem;
}
.box--white::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: -2.08333rem;
  left: -2.66667rem;
  bottom: 0;
  right: 0;
  background: #FFF;
}
.box--white .inner {
  max-width: 30rem;
}

.block--tagline {
  background: #9D54FF;
}
.block--tagline p {
  font-size: 2.25rem;
  line-height: 1.25926;
  font-weight: bold;
  max-width: 17em;
}

.block--icon-infos {
  background: #EFF7F5;
}
.block--icon-infos .bg--white {
  background: #FFF;
  height: 100%;
  padding: 2.5rem 0.83333rem 1.25rem;
}
.block--icon-infos .holder {
  height: 7.5rem;
}
.block--icon-infos .text--center {
  min-height: 4rem;
}
.block--icon-infos .bg--white p {
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.25;
}

.block--lists {
  background: #EFF1FF;
}
.block--lists h3 {
  min-height: 1.5em;
  margin-bottom: 0.66667rem;
}
.block--lists .bg--white {
  background: #FFF;
  padding: 1.66667rem 2.08333rem 0.83333rem;
  height: 100%;
  min-height: 16rem;
}
.block--lists ul {
  margin: 0 0 0.83333rem;
}
.block--lists li {
  margin-bottom: 0.41667rem;
}

.block--experience {
  background: #FFF8F8;
}
.block--experience .bg--white {
  background: #FFF;
  padding: 1.66667rem 2.08333rem 0.83333rem;
  height: 100%;
}

.block--clients .flex__item {
  height: 7rem;
}

.slick-logos .flex {
  height: 5rem;
}
.slick-logos .flex img {
  max-height: 100%;
}

.block--contact .three-quarters {
  padding-left: 2.5rem;
}
.block--contact p {
  max-width: 25rem;
}
.block--contact p:first-child {
  margin-bottom: 1.25rem;
}

.ref-item {
  width: 46rem;
  max-width: 100%;
  background: #9D54FF;
}
.ref-item h3 {
  margin-bottom: 0.83333rem;
}
.ref-item p {
  margin-bottom: 1rem;
}
.ref-item .object-fit-con {
  padding-bottom: 36.5%;
  background: #000;
}
.ref-item .object-fit-con a {
  position: absolute;
  display: block;
  transition: all 0.5s linear;
}
.ref-item .inner {
  padding: 1.25rem 1.66667rem 1.66667rem;
}
.ref-item:nth-child(even) {
  margin-left: auto;
}

.case-item {
  height: 100%;
  background: #9D54FF;
}
.case-item .object-fit-con {
  padding-bottom: 87%;
  background: #000;
}
.case-item .object-fit-con a {
  position: absolute;
  display: block;
  transition: all 0.5s linear;
}
.case-item .inner {
  padding: 0.83333rem 0.66667rem 0.83333rem;
}
.case-item p {
  margin-bottom: 0.83333rem;
}
.case-item p + p {
  font-size: 0.95833rem;
}
.case-item p:first-child {
  margin-bottom: 0.66667rem;
}

.block--header-home {
  background: #000;
}
.block--header-home .slick {
  opacity: 0.75;
}
.block--header-home .object-fit-con {
  height: 100vh;
  width: 100vw;
}
.block--header-home .top {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}
.block--header-home .go-down {
  position: absolute;
  bottom: 1.66667rem;
  width: 2rem;
  left: 50%;
  margin-left: -1rem;
  display: block;
}
.block--header-home .go-down svg {
  display: block;
  width: 100%;
  height: auto;
}

.block--header .object-fit-con {
  height: 50vh;
}

.block--services {
  overflow: hidden;
}
.block--services .max {
  max-width: 28rem;
}
.block--services img {
  width: 800px;
  margin-left: 0;
}

.block--text .max {
  max-width: 28rem;
}

.box--yellow {
  background: #9D54FF;
  padding: 1.66667rem 0 1.66667rem 2rem;
  width: calc(100% + 5rem);
  position: relative;
}
.box--yellow ul {
  margin: 0 0 0.83333rem;
  padding-left: 1rem;
}
.box--yellow li {
  margin-bottom: 0.5rem;
}
.box--yellow::before {
  content: '';
  position: absolute;
  z-index: -1;
  width: 50vw;
  background: #9D54FF;
}

.block--complex .max {
  padding-top: 2.5rem;
  max-width: 26rem;
}
.block--complex .offset-con {
  padding-left: 1.66667rem;
}
.block--complex .offset {
  margin-left: auto;
  margin-right: 0;
  width: 39.5rem;
}
.block--complex .small {
  margin-right: 1.66667rem;
  margin-left: 0;
  width: 22.5rem;
}
.block--complex .three-fifths {
  width: 56.5%;
}
.block--complex .two-fifths {
  width: 43.5%;
}
.block--complex .small-con {
  padding-right: 1.66667rem;
}

.block--complex-2 .small-con {
  padding-right: 0;
  padding-left: 1.66667rem;
}
.block--complex-2 .max {
  margin-left: auto;
  padding-right: 1.66667rem;
  padding-left: 1.66667rem;
  max-width: calc(28rem - 0.41667rem + 1.66667rem);
}
.block--complex-2 .small {
  margin-left: auto;
  margin-right: 0;
  width: calc(28rem - 0.41667rem);
}
.block--complex-2 .offset-con {
  padding-left: 0;
  max-width: 45vw;
}
.block--complex-2 .offset {
  margin-left: 0;
  margin-right: auto;
}

/*-----------------------------------------------------------------------------------*/
/*  9.0 Footer
/*-----------------------------------------------------------------------------------*/
.site-footer {
  background: #9D54FF;
  padding: 5rem 0 3.33333rem;
}
.site-footer img {
  width: 10.5rem;
  margin-left: 0;
}
.site-footer .one-quarter {
  width: 28.5%;
}
.site-footer a {
  color: #000;
}

/*-----------------------------------------------------------------------------------*/
/*  10.0 Media Queries
/*-----------------------------------------------------------------------------------*/
@media only screen and (min-width: 801px) {
  .show--md {
    display: none;
  }
}
@media only screen and (max-width: 1800px) {
  html {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1600px) {
  html {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1400px) {
  html {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1200px) {
  html {
    font-size: 16px;
  }

  .block--text-graphic img {
    width: 100%;
    max-width: 100%;
  }

  .box--yellow {
    width: calc(100% + 3rem);
  }

  .block--header .object-fit-con {
    height: 34vw;
  }

  .block--header-home .go-down {
    bottom: 1rem;
  }
}
@media only screen and (max-width: 1024px) {
  .box--white {
    padding-bottom: 0.5rem;
  }
  .box--white::before {
    top: -1.5rem;
    left: -1.5rem;
  }

  .box--yellow {
    width: calc(100% + 2rem);
  }
}
@media only screen and (max-width: 1020px) {
  h1, .alpha,
  h2, .beta {
    font-size: 2.5rem;
  }

  h3, .gamma {
    font-size: 1.5rem;
  }

  .block--tagline p {
    font-size: 1.75rem;
  }

  .block--tagline .spacing {
    padding-top: 0;
    padding-bottom: 0;
  }

  .block--intro {
    padding-top: 4.25rem;
    padding-bottom: 4rem;
  }

  .ref-item {
    width: 42rem;
  }

  .box--white {
    position: relative;
    z-index: -1;
    margin-top: -0.83333rem;
    padding: 1.5rem;
    background: #FFF;
  }
  .box--white::before {
    display: none;
  }

  .block--header-home .object-fit-con {
    max-height: 66vw;
  }

  .site-footer {
    padding-top: 4rem;
    padding-bottom: 3rem;
  }

  .block--complex .container {
    padding-left: 0;
  }

  .block--complex .max {
    padding-top: 2rem;
  }

  .box--yellow {
    width: 100%;
  }

  .flexgrid--wide {
    margin-left: -2.5rem;
  }
  .flexgrid--wide > .flex__item {
    padding-left: 2.5rem;
  }

  .home.scrolled .site-header {
    opacity: 1;
    pointer-events: auto;
  }

  html {
    scroll-padding-top: 4.5rem;
  }
}
@media only screen and (max-width: 800px) {
  h1, .alpha,
  h2, .beta {
    font-size: 2.25rem;
  }

  h3, .gamma {
    font-size: 1.4rem;
  }

  .block--tagline p {
    font-size: 1.6rem;
  }

  .ref-item {
    width: 75vw;
  }

  .block--icon-infos .bg--white p {
    font-size: 0.935rem;
  }

  .block--lists .bg--white,
  .block--experience .bg--white {
    padding: 1.5rem 1.5rem 0.75rem;
  }

  .block--text-graphic p {
    max-width: 30rem;
  }
  .block--text-graphic img {
    margin-top: 1.66667rem;
    width: 400px;
  }

  .hidden--md {
    display: none;
  }

  .box--white {
    margin-left: auto;
    margin-right: auto;
    margin-top: -1.66667rem;
    padding-top: 3.33333rem;
  }

  .site-footer .one-quarter {
    width: 100%;
    margin-bottom: 1.25rem;
  }

  .box--yellow {
    padding: 1.5rem;
  }

  .block--header .object-fit-con {
    height: 66vw;
  }
}
@media only screen and (max-width: 740px) {
  .block--complex {
    padding-left: 1.66667rem;
    padding-right: 1.66667rem;
  }
  .block--complex .flex__item {
    width: 100% !important;
  }
  .block--complex .max {
    margin-left: auto;
    margin-right: auto;
  }
  .block--complex .container {
    padding: 0;
  }
  .block--complex .offset-con {
    padding: 0;
  }
  .block--complex .offset-con img {
    width: 100%;
  }
  .block--complex .small-con {
    padding-right: 0;
  }
  .block--complex .small-con img {
    margin-left: auto;
    margin-right: auto;
    width: 26rem;
  }

  .block--complex-2 .max {
    max-width: 26rem;
    padding-left: 0;
    padding-right: 0;
  }
  .block--complex-2 .small-con {
    padding-left: 0;
  }
  .block--complex-2 .offset-con {
    max-width: none;
  }
  .block--complex-2 .small-con img {
    width: 26rem;
    margin-bottom: 0.83333rem;
  }
}
@media only screen and (max-width: 700px) {
  html {
    font-size: 15px;
  }
}
@media only screen and (max-width: 640px) {
  .block--lists .bg--white {
    min-height: auto;
  }
  .block--lists .bg--white h3 br {
    display: none;
  }

  .block--references {
    padding: 0;
  }

  .sm-mo-margin {
    margin-bottom: 0;
  }

  .sm-margin-bottom {
    margin-bottom: 1.66667rem;
  }
}
@media only screen and (max-width: 560px) {
  html {
    font-size: 14px;
  }

  .block--icon-infos .bg--white p {
    font-size: 1rem;
  }

  .block--experience p {
    max-width: 100%;
  }

  h1, .alpha, h2, .beta {
    font-size: 2rem;
  }

  h3, .gamma {
    font-size: 1.25rem;
  }

  .box--white {
    width: 100%;
  }

  .ref-item .inner {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .case-item .object-fit-con {
    padding-bottom: 75%;
  }
}
@media only screen and (max-width: 480px) {
  h1, .alpha, h2, .beta {
    font-size: 1.75rem;
  }

  .block--tagline p {
    font-size: 1.5rem;
  }

  .ref-item {
    width: calc(100% - 1.5rem);
  }

  .block--clients .flex__item {
    height: 6rem;
  }
  .block--clients img {
    max-height: 3rem;
  }

  .block--contact .three-quarters {
    padding-left: 0;
  }

  .block--clients img {
    max-height: 2.5rem;
  }

  .block--clients .flex__item {
    height: 4.5rem;
  }

  .block--icon-infos .bg--white {
    padding-top: 1.5rem;
  }

  .block--icon-infos .holder {
    height: 7rem;
    max-width: 6rem;
    margin-left: auto;
    margin-right: auto;
  }

  .site-footer .three-tenths {
    margin-bottom: 0.83333rem;
  }
  .site-footer .flex__item {
    order: 1;
  }
  .site-footer .flex__item:nth-child(3) {
    order: 9;
  }
  .site-footer .flex__item:nth-child(4) {
    text-align: right;
  }
}
@media only screen and (max-width: 400px) {
  h1, .alpha, h2, .beta {
    font-size: 1.6rem;
  }

  h3, .gamma {
    font-size: 1.2rem;
  }

  .block--tagline p {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 364px) {
  h1, .alpha, h2, .beta {
    font-size: 1.5rem;
  }
}
