@charset "UTF-8";
/*****
  Import the things that dont output anything
*****/
/*****
  Now import the things that do output stuff
*****/
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0px 0px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 1;
}

.hamburger-box {
  width: 34px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 34px;
  height: 2px;
  background-color: #fff;
  border-radius: 0px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -11px;
}

.hamburger-inner::after {
  bottom: -11px;
}

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  -webkit-transition-duration: 0.075s;
          transition-duration: 0.075s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
  -webkit-transition: top 0.075s 0.12s ease, opacity 0.075s ease;
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
  -webkit-transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.075s ease, opacity 0.075s 0.12s ease;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

#media-queries:before {
  content: '("mobile": 400px, "large_mobile": 500px, "phablet": 600px, "small_tablet": 700px, "tablet": 800px, "medium_tablet": 900px, "large_tablet": 1000px, "small_desktop": 1300px, "desktop": 1600px, "huge": 1920px)';
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0;
  width: 0;
  visibility: hidden;
  overflow: hidden;
}

/*****
  Generic styles used site-wide
*****/
*,
*:before,
*:after {
  box-sizing: border-box;
}

body {
  background: #ffffff;
}

.wrapper {
  width: 100%;
  max-width: 1820px;
  margin-left: auto;
  margin-right: auto;
}

.padded-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1690px;
}

@media (max-width: 699px) {
  .padded-wrapper {
    padding-left: 12vw;
    padding-right: 12vw;
  }
}

@media (min-width: 700px) {
  .padded-wrapper {
    padding-left: 4.9vw;
    padding-right: 4.9vw;
  }
}

@media (max-width: 699px) {
  section {
    margin-top: 30vw;
    margin-bottom: 30vw;
  }
  section:nth-of-type(1) {
    margin-bottom: 0;
  }
  section:nth-of-type(1), section:nth-of-type(2) {
    margin-top: 0;
  }
}

.site-header {
  background: rgba(6, 10, 30, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}

@media (max-width: 899px) {
  .site-header {
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }
  html.nav-state-open .site-header,
  html.nav-state-open.nav-state-up .site-header,
  html.nav-state-down .site-header {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  html.nav-state-up .site-header {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

.site-header .padded-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: padding 0.15s ease-in-out;
  transition: padding 0.15s ease-in-out;
  padding-top: 24px;
  padding-bottom: 12px;
}

@media (max-width: 899px) {
  .site-header .padded-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (min-width: 900px) {
  .site-header .padded-wrapper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.site-header-logo {
  position: relative;
  z-index: 100;
  top: 7px;
  -webkit-transition: top 0.15s ease-in-out;
  transition: top 0.15s ease-in-out;
}

.site-header-logo svg {
  fill: #ffffff;
  -webkit-transition: width 0.15s ease-in-out;
  transition: width 0.15s ease-in-out;
  width: 180px;
  height: 42px;
}

@media (max-width: 899px) {
  .site-header-logo svg {
    position: relative;
    left: -18px;
  }
}

@media (max-width: 1599px) {
  .site-header-logo svg {
    width: 180px;
    margin-left: auto;
    margin-right: auto;
  }
}

.site-header-nav-toggle {
  position: absolute;
  top: 50%;
  z-index: 100;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0;
  border: 0;
  background: transparent;
}

@media (max-width: 699px) {
  .site-header-nav-toggle {
    right: 6vw;
    -webkit-transform: translateY(-50%) scale(0.8);
            transform: translateY(-50%) scale(0.8);
  }
}

@media (min-width: 700px) {
  .site-header-nav-toggle {
    right: 3vw;
  }
}

.site-header-nav-toggle:focus {
  outline: 0;
}

@media (min-width: 900px) {
  .site-header-nav-toggle {
    display: none;
  }
}

.site-header-nav {
  font-family: 'Roboto Slab', serif;
  font-weight: 300;
  font-weight: 300;
}

@media (max-width: 899px) {
  .site-header-nav {
    background: #060A1E;
    position: fixed;
    padding-top: 100px;
    top: 0;
    left: 0;
    right: 0;
    z-index: 30;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-in-out, -webkit-transform 0s ease-in-out 0.2s;
    transition: opacity 0.2s ease-in-out, -webkit-transform 0s ease-in-out 0.2s;
    transition: transform 0s ease-in-out 0.2s, opacity 0.2s ease-in-out;
    transition: transform 0s ease-in-out 0.2s, opacity 0.2s ease-in-out, -webkit-transform 0s ease-in-out 0.2s;
  }
  html.nav-state-open .site-header-nav {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: opacity 0.2s ease-in-out, -webkit-transform 0s ease-in-out;
    transition: opacity 0.2s ease-in-out, -webkit-transform 0s ease-in-out;
    transition: transform 0s ease-in-out, opacity 0.2s ease-in-out;
    transition: transform 0s ease-in-out, opacity 0.2s ease-in-out, -webkit-transform 0s ease-in-out;
  }
  .site-header-nav ul {
    padding: 0;
    margin: 0;
  }
  .site-header-nav li {
    display: block;
    text-align: center;
  }
}

@media (min-width: 900px) {
  .site-header-nav {
    padding-right: 53px;
    padding-bottom: 10px;
  }
  .site-header-nav ul {
    margin: 0;
    padding: 0;
  }
  .site-header-nav li {
    display: inline-block;
    list-style: none;
  }
}

.site-header-nav li + li {
  -webkit-transition: margin 0.15s ease-in-out;
  transition: margin 0.15s ease-in-out;
}

@media (max-width: 899px) {
  .site-header-nav li + li {
    margin-top: 45px;
  }
}

@media (min-width: 900px) and (max-width: 1599px) {
  .site-header-nav li + li {
    margin-left: 45px;
  }
}

@media (min-width: 1600px) {
  .site-header-nav li + li {
    margin-left: 45px;
  }
}

.site-header-nav a {
  color: #ffffff;
  line-height: 1;
  -webkit-transition: font-size 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: font-size 0.15s ease-in-out, color 0.15s ease-in-out;
}

@media (max-width: 1599px) {
  .site-header-nav a {
    font-size: 26px;
  }
}

@media (min-width: 1600px) {
  .site-header-nav a {
    font-size: 26px;
  }
}

.site-header-nav a.active {
  color: #46DC6F;
}

.site-footer-copyright {
  display: block;
  font-style: normal;
  font-size: inherit;
}

.site-footer-maker {
  display: block;
  font-style: normal;
  font-size: inherit;
}

body {
  background: #060A1E;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5;
}

@media (max-width: 499px) {
  body {
    font-size: 15px;
  }
}

@media (min-width: 500px) {
  body {
    font-size: 20px;
  }
}


h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: 'Roboto Slab', serif;
  font-weight: 300;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0;
}

@media (max-width: 499px) {
  h1, .h1 {
    font-size: 30px;
  }
}

@media (min-width: 500px) and (max-width: 899px) {
  h1, .h1 {
    font-size: 33px;
  }
}

@media (min-width: 900px) {
  h1, .h1 {
    font-size: 36px;
  }
}

@media (max-width: 499px) {
  h2, .h2 {
    font-size: 24px;
  }
}

@media (min-width: 500px) and (max-width: 899px) {
  h2, .h2 {
    font-size: 28px;
  }
}

@media (min-width: 900px) {
  h2, .h2 {
    font-size: 32px;
  }
}

@media (max-width: 499px) {
  h3, .h3 {
    font-size: 20px;
  }
}

@media (min-width: 500px) and (max-width: 899px) {
  h3, .h3 {
    font-size: 24px;
  }
}

@media (min-width: 900px) {
  h3, .h3 {
    font-size: 28px;
  }
}

@media (max-width: 499px) {
  h4, .h4 {
    font-size: 21px;
  }
}

@media (min-width: 500px) and (max-width: 899px) {
  h4, .h4 {
    font-size: 23px;
  }
}

@media (min-width: 900px) {
  h4, .h4 {
    font-size: 26px;
  }
}

@media (max-width: 499px) {
  h5, .h5 {
    font-size: 18px;
  }
}

@media (min-width: 500px) and (max-width: 899px) {
  h5, .h5 {
    font-size: 20px;
  }
}

@media (min-width: 900px) {
  h5, .h5 {
    font-size: 22px;
  }
}

@media (max-width: 499px) {
  h6, .h6 {
    font-size: 17px;
  }
}

@media (min-width: 500px) and (max-width: 899px) {
  h6, .h6 {
    font-size: 18px;
  }
}

@media (min-width: 900px) {
  h6, .h6 {
    font-size: 19px;
  }
}

a {
  color: inherit;
  -webkit-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
  text-decoration: none;
}

svg {
  -webkit-transition: fill 0.15s ease-in-out;
  transition: fill 0.15s ease-in-out;
}

.section-title {
  font-family: 'Roboto Slab', serif;
  font-weight: 300;
  font-size: 3.29vw;
  color: #46DC6F;
  line-height: 1.15;
}

@media (max-width: 729.48328px) {
  .section-title {
    font-size: 24px;
  }
}

@media (min-width: 1185.41033px) {
  .section-title {
    font-size: 39px;
  }
}

.section-intro, .services-sectors li {
  font-family: 'Roboto Slab', serif;
  font-weight: 300;
  font-size: 3.29vw;
  line-height: 1.15;
}

@media (max-width: 729.48328px) {
  .section-intro, .services-sectors li {
    font-size: 24px;
  }
}

@media (min-width: 1185.41033px) {
  .section-intro, .services-sectors li {
    font-size: 39px;
  }
}

/*****
  Larger groups of styles for larger parts
*****/
.header-carousel {
  position: relative;
  z-index: 50;
}

.header-carousel img {
  display: block;
  width: 100%;
}

.header-carousel-slides:focus {
  outline: 0;
}

.header-carousel-slides .flickity-slider {
  -webkit-transform: none !important;
          transform: none !important;
}

.header-carousel-slides .header-carousel-slide {
  left: 0 !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.header-carousel-slides .header-carousel-slide.is-selected {
  opacity: 1;
}

.header-carousel-slide {
  position: relative;
  width: 100%;
  background-size: cover;
  background-position: center center;
  max-height: 100vh;
  overflow: hidden;
}

.header-carousel-slide:before {
  content: '';
  display: block;
}

@media (max-width: 699px) {
  .header-carousel-slide:before {
    padding-bottom: 100%;
  }
}

@media (min-width: 700px) {
  .header-carousel-slide:before {
    padding-bottom: 56%;
  }
}

.header-carousel-slide .padded-wrapper {
  position: absolute;
  bottom: 54px;
  bottom: 3.2vw;
  left: 0;
  right: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out 0.3s, -webkit-transform 0.2s ease-in-out 0.3s;
  transition: opacity 0.2s ease-in-out 0.3s, -webkit-transform 0.2s ease-in-out 0.3s;
  transition: opacity 0.2s ease-in-out 0.3s, transform 0.2s ease-in-out 0.3s;
  transition: opacity 0.2s ease-in-out 0.3s, transform 0.2s ease-in-out 0.3s, -webkit-transform 0.2s ease-in-out 0.3s;
}

@media (max-width: 999px) {
  .header-carousel-slide .padded-wrapper {
    display: none;
  }
}

.header-carousel-slide .padded-wrapper p {
  margin: 0 0 -4px 0;
  line-height: 1;
}

.header-carousel-slide.is-selected .padded-wrapper {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.header-carousel-slides-prev,
.header-carousel-slides-next {
  position: absolute;
  top: 50%;
  margin-top: -28px;
  height: 56px;
  width: 56px;
  background: rgba(6, 10, 30, 0.8);
  border: 0;
  cursor: pointer;
}

.header-carousel-slides-prev:focus,
.header-carousel-slides-next:focus {
  outline: 0;
}

.header-carousel-slides-prev:before, .header-carousel-slides-prev:after,
.header-carousel-slides-next:before,
.header-carousel-slides-next:after {
  content: '';
  position: absolute;
  top: 28px;
  width: 25px;
  height: 1px;
  background: #46DC6F;
  -webkit-transition: margin-left 0.15s ease-in-out, margin-right 0.15s ease-in-out;
  transition: margin-left 0.15s ease-in-out, margin-right 0.15s ease-in-out;
}

@media (max-width: 899px) {
  .header-carousel-slides-prev,
  .header-carousel-slides-next {
    display: none;
  }
}

.header-carousel-slides-prev {
  left: 0;
}

.header-carousel-slides-prev:hover:before, .header-carousel-slides-prev:hover:after {
  margin-left: 5px;
}

.header-carousel-slides-prev:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  left: 16px;
}

.header-carousel-slides-prev:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  left: 16px;
}

.header-carousel-slides-next {
  right: 0;
}

.header-carousel-slides-next:hover:before, .header-carousel-slides-next:hover:after {
  margin-right: 5px;
}

.header-carousel-slides-next:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  right: 16px;
}

.header-carousel-slides-next:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: top right;
          transform-origin: top right;
  right: 16px;
}

.header-carousel-slides-pages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: 60px;
  bottom: 3.1vw;
  left: 0;
  right: 0;
}

.header-carousel-slides-page {
  display: inline-block;
  background: rgba(70, 220, 111, 0);
  cursor: pointer;
  -webkit-transition: background 0.15s ease-in-out;
  transition: background 0.15s ease-in-out;
}

@media (max-width: 699px) {
  .header-carousel-slides-page {
    border: 1px solid #46DC6F;
    width: 10px;
    height: 10px;
  }
  .header-carousel-slides-page + .header-carousel-slides-page {
    margin-left: 6px;
  }
}

@media (min-width: 700px) {
  .header-carousel-slides-page {
    border: 2px solid #46DC6F;
    width: 16px;
    height: 16px;
  }
  .header-carousel-slides-page + .header-carousel-slides-page {
    margin-left: 14px;
  }
}

.header-carousel-slides-page.active {
  background: #46dc6f;
}

.header-carousel-slides-page:hover {
  background: rgba(70, 220, 111, 0.5);
}

@media (max-width: 699px) {
  .introduction.padded-wrapper {
    padding-top: 50px;
  }
  .introduction.padded-wrapper .introduction-text {
    padding-top: 50px;
  }
}

@media (min-width: 700px) {
  .introduction.padded-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 114px;
  }
  .introduction.padded-wrapper .introduction-title {
    width: 40%;
  }
  .introduction.padded-wrapper .introduction-text {
    width: 50%;
    padding-right: 6%;
  }
  .introduction.padded-wrapper .introduction-text p:first-child {
    margin-top: 5.67em;
  }
}

.introduction-title h1 {
  color: #46DC6F;
  line-height: 1.15;
}

@media (max-width: 599px) {
  .introduction-title h1 br {
    display: none;
  }
}

.introduction-text p {
  margin: 0;
  line-height: 1.58;
}

.introduction-text p + p {
  margin-top: 1.58em;
}

@media (max-width: 699px) {
  .services-sectors .services-sectors-right {
    padding-top: 56px;
  }
  .services-sectors .services-sectors-left h1,
  .services-sectors .services-sectors-right h1 {
    margin-bottom: 0.2em;
  }
}

@media (min-width: 700px) {
  .services-sectors {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 94px;
  }
  .services-sectors .services-sectors-left {
    width: 50%;
  }
  .services-sectors .services-sectors-right {
    width: 50%;
  }
  .services-sectors .services-sectors-right h1 {
    margin-top: 3.85em;
    margin-bottom: 0.2em;
  }
}

.services-sectors li {
  color: #ffffff;
}

.services-sectors ul {
  margin: 0;
  padding: 0;
}

.services-sectors ul li {
  font-family: 'Roboto Slab', serif;
  font-weight: 300;
  list-style: none;
  margin-bottom: 0.2em;
}

@media (min-width: 700px) {
  .clients {
    margin-top: 230px;
  }
}

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

@media (max-width: 699px) {
  .clients-grid {
    margin-top: 15vw;
  }
}

@media (min-width: 700px) {
  .clients-grid {
    margin-top: 204px;
  }
}

.clients-grid-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 499px) {
  .clients-grid-item {
    width: 100%;
    margin-top: 15.4vw;
  }
}

@media (min-width: 500px) and (max-width: 899px) {
  .clients-grid-item {
    width: 50%;
  }
  .clients-grid-item:nth-child(1), .clients-grid-item:nth-child(2), .clients-grid-item:nth-child(3), .clients-grid-item:nth-child(4), .clients-grid-item:nth-child(5), .clients-grid-item:nth-child(6), .clients-grid-item:nth-child(7), .clients-grid-item:nth-child(8) {
    margin-bottom: 15.4vw;
  }
}

@media (min-width: 900px) {
  .clients-grid-item {
    width: 33.33%;
  }
  .clients-grid-item:nth-child(1), .clients-grid-item:nth-child(2), .clients-grid-item:nth-child(3), .clients-grid-item:nth-child(4), .clients-grid-item:nth-child(5), .clients-grid-item:nth-child(6) {
    margin-bottom: 150px;
    margin-bottom: 9.4vw;
  }
}

.clients-grid-item svg {
  fill: #ffffff;
  display: block;
  width: 100%;
  max-width: 70%;
}

.clients-grid-item svg[data-icon="bewley_david_lloyd"] {
  max-height: 94px;
}

.clients-grid-item svg[data-icon="bewley_l_occitane"] {
  max-height: 58px;
}

.clients-grid-item svg[data-icon="bewley_lush"] {
  max-height: 56px;
}

.clients-grid-item svg[data-icon="bewley_wagamama"] {
  max-height: 74px;
}

.clients-grid-item svg[data-icon="bewley_southwark"] {
  max-height: 124px;
}

.clients-grid-item svg[data-icon="bewley_soho_gyms"] {
  max-height: 150px;
}

.clients-grid-item svg[data-icon="bewley_the_kooples"] {
  max-height: 41px;
}

.clients-grid-item svg[data-icon="bewley_fitness_first"] {
  max-height: 132px;
}

.clients-grid-item svg[data-icon="bewley_nandos"] {
  max-height: 46px;
}

@media (min-width: 700px) {
  .what-they-say {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 355px;
  }
  .what-they-say-left {
    width: 40%;
  }
  .what-they-say-right {
    width: calc(50.7% + 9px);
  }
}

.what-they-say-carousel {
  position: relative;
}

.what-they-say-carousel .flickity-viewport {
  overflow: hidden;
}

.what-they-say-carousel:focus {
  outline: 0;
}

.what-they-say-carousel-slide {
  width: 100%;
}

@media (min-width: 700px) {
  .what-they-say-carousel-slide {
    padding-left: 19px;
  }
}

.what-they-say-carousel-slides-pages {
  display: block;
}

@media (max-width: 699px) {
  .what-they-say-carousel-slides-pages {
    margin-top: 74px;
    text-align: center;
  }
}

@media (min-width: 700px) {
  .what-they-say-carousel-slides-pages {
    margin-top: 105px;
    margin-left: 19px;
  }
}

.what-they-say-carousel-slides-page {
  display: inline-block;
  background: rgba(70, 220, 111, 0);
  cursor: pointer;
  -webkit-transition: background 0.15s ease-in-out;
  transition: background 0.15s ease-in-out;
}

@media (max-width: 699px) {
  .what-they-say-carousel-slides-page {
    border: 1px solid #46DC6F;
    width: 10px;
    height: 10px;
  }
  .what-they-say-carousel-slides-page + .what-they-say-carousel-slides-page {
    margin-left: 6px;
  }
}

@media (min-width: 700px) {
  .what-they-say-carousel-slides-page {
    border: 2px solid #46DC6F;
    width: 16px;
    height: 16px;
  }
  .what-they-say-carousel-slides-page + .what-they-say-carousel-slides-page {
    margin-left: 14px;
  }
}

.what-they-say-carousel-slides-page.active {
  background: #46dc6f;
}

.what-they-say-carousel-slides-page:hover {
  background: rgba(70, 220, 111, 0.5);
}

.blockquote {
  margin: 0;
  padding: 0;
}

@media (max-width: 699px) {
  .blockquote {
    margin-top: 30px;
  }
}

.blockquote p {
  color: #ffffff;
  margin: 0;
  quotes: "“" "”" "‘" "’";
  position: relative;
}

.blockquote p:before {
  content: open-quote;
}

@media (min-width: 700px) {
  .blockquote p:before {
    position: absolute;
    top: 0;
    left: -0.35em;
  }
}

.blockquote p:after {
  content: close-quote;
}

.blockquote footer {
  display: block;
}

@media (max-width: 699px) {
  .blockquote footer {
    margin-top: 36px;
  }
}

@media (min-width: 700px) {
  .blockquote footer {
    margin-top: 62px;
  }
}

@media (max-width: 699px) {
  .contact h1.section-title {
    margin-bottom: 0.64em;
  }
  .contact-linkedin-upper,
  .contact-logo {
    display: none;
  }
  .contact-details {
    padding-top: 68px;
    padding-bottom: 34px;
  }
}

@media (min-width: 700px) {
  .contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 100px;
    margin-top: 200px;
  }
  .contact-linkedin-lower {
    display: none;
  }
  .contact-intro {
    width: 100%;
  }
  .contact-intro h1, .contact-intro p {
    width: 42%;
  }
  .contact-details {
    width: 100%;
    padding-left: 50%;
    padding-top: 2.1em;
    padding-bottom: 6.7em;
  }
  .contact-logo {
    width: 50%;
  }
  .contact-address {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .contact-address p {
    width: 50%;
  }
  .contact-address .contact-legal {
    width: 50%;
  }
}

.contact {
  margin-bottom: 5vw;
}

.contact-intro p {
  color: #ffffff;
  margin: 0;
}

.contact-details p {
  margin: 0;
}

@media (max-width: 699px) {
  .contact-details p {
    font-size: 22px;
    line-height: 1.3;
  }
}

.contact-logo {
  padding-top: 0.5em;
}

.contact-logo svg[data-icon="bewleybox"] {
  width: 90px;
  height: 88px;
  fill: #46DC6F;
}

.contact-address p {
  margin: 0;
}

.contact-address .contact-legal {
  opacity: 0.5;
}

.contact-address small {
  white-space: nowrap;
}

.contact-address small,
.contact-address cite {
  font-size: inherit;
  font-style: normal;
  display: block;
}

.contact-linkedin-upper {
  padding-top: 46px;
}

.contact-linkedin-upper a {
  display: block;
  width: 40px;
  height: 38px;
}

.contact-linkedin-upper svg[data-icon="linkedin"] {
  width: 40px;
  height: 38px;
  fill: #ffffff;
}

.contact-linkedin-lower {
  padding-top: 27px;
  padding-bottom: 28px;
}

.contact-linkedin-lower a {
  display: block;
  width: 18px;
  height: 18px;
}

.contact-linkedin-lower svg[data-icon="linkedin"] {
  width: 18px;
  height: 18px;
  fill: #ffffff;
}

/*****
  Development Styles
*****/
body.debug_mq:before {
  position: fixed;
  bottom: 5px;
  right: 5px;
  z-index: 100;
  font-size: 12px;
  color: #fff;
  padding: 5px 8px 6px;
  line-height: 1;
  margin-left: 5px;
  font-family: "Menlo", "Courier";
}

@media (max-width: 399px) {
  body.debug_mq:before {
    content: "@include respond('to', 'mobile') {}";
    background: #fc0;
  }
}

@media (min-width: 400px) and (max-width: 499px) {
  body.debug_mq:before {
    content: "@include respond('fromto', 'mobile', 'large_mobile') {}";
    background: #f00;
  }
}

@media (min-width: 500px) and (max-width: 599px) {
  body.debug_mq:before {
    content: "@include respond('fromto', 'large_mobile', 'phablet') {}";
    background: #060;
  }
}

@media (min-width: 600px) and (max-width: 699px) {
  body.debug_mq:before {
    content: "@include respond('fromto', 'phablet', 'small_tablet') {}";
    background: #060;
  }
}

@media (min-width: 700px) and (max-width: 799px) {
  body.debug_mq:before {
    content: "@include respond('fromto', 'small_tablet', 'tablet') {}";
    background: #006;
  }
}

@media (min-width: 800px) and (max-width: 999px) {
  body.debug_mq:before {
    content: "@include respond('fromto', 'tablet', 'large_tablet') {}";
    background: #046;
  }
}

@media (min-width: 1000px) and (max-width: 1299px) {
  body.debug_mq:before {
    content: "@include respond('fromto', 'large_tablet', 'small_desktop') {}";
    background: #506;
  }
}

@media (min-width: 1300px) and (max-width: 1599px) {
  body.debug_mq:before {
    content: "@include respond('fromto', 'small_desktop', 'desktop') {}";
    background: #907;
  }
}

@media (min-width: 1600px) and (max-width: 1919px) {
  body.debug_mq:before {
    content: "@include respond('fromto', 'desktop', 'huge') {}";
    background: #09c;
  }
}

@media (min-width: 1920px) {
  body.debug_mq:before {
    content: "@include respond('from', 'huge') {}";
    background: #f06;
  }
}

/*# sourceMappingURL=app.css.map */
