@charset "UTF-8";
/* normalize-scss 3.0.1+normalize.3.0.1 | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Base
   ========================================================================== */
/**
 * Establish a vertical rhythm unit using $base-font-size, $base-line-height,
 * and $rhythm-unit variables. Also, correct text resizing oddly in IE 6/7 when
 * body `font-size` is set using `em` units.
 */
html {
  font-size: 100%;
  line-height: 1.5em;
}

/**
 * 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 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  *display: inline;
  *zoom: 1;
  vertical-align: baseline;
  /* 2 */
}

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

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

/**
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

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

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

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

/**
 * Set 1 unit of vertical rhythm on the top and bottom margin.
 */
blockquote {
  margin: 1.5em 40px;
}

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

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  /* Set the font-size and line-height while keeping a proper vertical rhythm. */
  font-size: 2em;
  line-height: 1.5em;
  /* Set 1 unit of vertical rhythm on the top and bottom margins. */
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

h2 {
  font-size: 1.5em;
  line-height: 2em;
  margin-top: 1em;
  margin-bottom: 1em;
}

h3 {
  font-size: 1.17em;
  line-height: 1.28205em;
  margin-top: 1.28205em;
  margin-bottom: 1.28205em;
}

h4 {
  font-size: 1em;
  line-height: 1.5em;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

h5 {
  font-size: 0.83em;
  line-height: 1.80723em;
  margin-top: 1.80723em;
  margin-bottom: 1.80723em;
}

h6 {
  font-size: 0.67em;
  line-height: 2.23881em;
  margin-top: 2.23881em;
  margin-bottom: 2.23881em;
}

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

/**
 * Set 1 unit of vertical rhythm on the top and bottom margin.
 */
p,
pre {
  margin: 1.5em 0;
}

/**
 * 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;
}

/* Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1.5em 0;
}

dd {
  margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
  /* Improve image quality when scaled in IE 7. */
  -ms-interpolation-mode: bicubic;
}

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1.5em 40px;
}

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

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 4. Address `font-family` inconsistency between `textarea` and other form in IE 7
 * 5. Improve appearance and consistency with IE 6/7.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
  *font-family: sans-serif;
  /* 4 */
  *vertical-align: middle;
  /* 5 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

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

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 2 */
  /**
   * Remove inner padding and search cancel button in Safari and Chrome on OS X.
   * Safari (but not Chrome) clips the cancel button when the search input has
   * padding (and `textfield` appearance).
   */
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  margin: 0 2px;
  /* Apply borders and padding that keep the vertical rhythm. */
  border-color: #c0c0c0;
  border-top-width: 0.0625em;
  border-top-style: solid;
  padding-top: 0.4625em;
  border-bottom-width: 0.0625em;
  border-bottom-style: solid;
  padding-bottom: 0.9125em;
  border-left-width: 0.0625em;
  border-left-style: solid;
  padding-left: 0.875em;
  border-right-width: 0.0625em;
  border-right-style: solid;
  padding-right: 0.875em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

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

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  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;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[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;
}

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

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  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;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[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;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../images/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: .25;
}

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: '←';
}

[dir='rtl'] .slick-prev:before {
  content: '→';
}

.slick-next {
  right: -25px;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: '→';
}

[dir='rtl'] .slick-next:before {
  content: '←';
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

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

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}
.hidden {
  position: absolute;  
  width: 1px;  
  height: 1px;  
  margin: -1px;  
  padding: 0;  
  border: 0;  
  clip: rect(0 0 0 0);  
  overflow: hidden;  
  white-space: nowrap;  
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*::selection {
  background-color: rgba(242, 242, 242, 0.8);
  color: #191617;
}

:root {
  --font-base: 1.15rem;
  --font-small: 0.95rem;
  --font-regular: 1.25rem;
  --font-medium: 1.4rem;
  --font-h6: 0.85rem;
  --font-h5: 1.6rem;
  --font-h4: 2rem;
  --font-h3: 2.5rem;
  --font-h2: 3rem;
  --font-h1: 3.65rem;
}

html {
  scroll-behavior: smooth;
  margin: 0;
  padding: 0;
  font-size: 100%;
}

body {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: var(--font-base);
  line-height: 1.4em;
  font-weight: 400;
  font-style: normal;
  background-color: #aecbdf;
  color: #191617;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  height: 100%;
  overflow: auto;
}

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

a {
  color: #191617;
  text-decoration: underline;
  text-underline-offset: 4px;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
a:hover {
  text-underline-offset: 2px;
}

button {
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

svg:not(:root) {
  overflow: visible;
}

svg path, svg circle, svg rect, svg polyline, svg polygon, svg line {
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

hr {
  border: 0;
  height: 1px;
  background: #191617;   /* or var(--border) */
  margin: 2rem 0;
}

ul, ol {
  padding: 0 20px;
  margin: 0 0 20px;
}

ul {
  padding: 0 30px;
}
ul li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 7px;
}

p {
  margin: 0 0 20px 0;
  letter-spacing: 0.5px;
  line-height: 1.4em;
}

strong {
  font-weight: 600;
}

address {
  font-style: normal;
}

h1, h2, h3, h4, h5, h6, .h1-styling, .h2-styling, .h3-styling, .h4-styling, .h5-styling, .h6-styling {
  font-weight: 500;
  font-style: normal;
  margin: 0 0 25px;
  line-height: 1.1em;
  font-family: 'Reckless-Light', sans-serif;
  letter-spacing: 0;
}

h5, h6, .h5-styling, .h6-styling {
  line-height: 1.1em;
}

h1, .h1-styling {
  font-size: var(--font-h1);
}

h2, .h2-styling {
  font-size: var(--font-h2);
}

h3, .h3-styling {
  font-size: var(--font-h3);
}

h4, .h4-styling {
  font-size: var(--font-h4);
}

h5, .h5-styling {
  font-size: var(--font-h5);
}

h6, .h6-styling {
  font-size: var(--font-h6);
}

p {
  font-size: var(--font-base);
}

small {
  font-size: var(--font-small);
}

.text-size-medium p, .text-size-medium ul, .text-size-medium ol, .text-size-medium {
  font-size: var(--font-medium);
  line-height: 1.3em;
}

.text-size-regular p, .text-size-regular ul, .text-size-regular ol, .text-size-regular {
  font-size: var(--font-regular);
  line-height: 1.4em;
}

.button-shell {
  padding-right: 48px;
  display: inline-block;
  position: relative;
}
.button-shell:hover .button {
  color: #191617;
  background: #cedfec;
}
.button-shell:hover .arrow {
  background: #cedfec;
  right: 0;
}
.basic-button:hover {
  background: #cedfec;
}

.button {
  color: #191617;
  padding: 9px 35px 9px;
  background: transparent;
  border-radius: 20px;
  text-decoration: none;
  position: static;
  display: inline-block;
  background: #f2f2f2;
  font-size: var(--font-regular);
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.button .arrow {
  width: 42px;
  height: 100%;
  display: inline-block;
  position: absolute;
  right: 10px;
  bottom: 0;
  top: 0;
  margin: auto;
  background: #f2f2f2;
  border-radius: 100%;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.button .arrow svg {
  width: 40%;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.button-secondary {
  background: transparent;
  border: 1px solid #f2f2f2;
  color: #f2f2f2;
}
.button-secondary:hover {
  background: #cedfec;
  border: 1px solid #cedfec;
  color: #191617;
}

.link-text {
  color: #191617;
  text-decoration: underline;
  text-decoration-style: dotted;
  text-transform: uppercase;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
  font-size: var(--font-h6);
  padding: 5px 0;
  will-change: color, text-decoration-color;
}
.link-text:hover {
  color: #191617;
  text-decoration-color: #191617;
}

.button-wrapper {
  display: block;
  position: relative;
}

.wrapper {
  position: relative;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 30px;
  clear: both;
  width: 100%;
}

.medium-wrapper {
  padding: 0 90px;
}

.small-wrapper {
  max-width: 920px;
}

.wide-wrapper {
  padding: 0 50px;
  max-width: initial;
}

.content-box {
  margin: 0 auto;
  padding: 80px 0;
  position: relative;
}
.content-box.short-content-box {
  padding: 40px 0;
}

blockquote {
  margin: 50px 0;
  padding: 0 35px;
  border-left: 5px solid #fff;
}

img.alignright {
  float: right;
  margin: 0 0 1.5em 1.5em;
}

img.alignleft {
  float: left;
  margin: 0 1.5em 1.5em 0;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

html .load-hidden {
  visibility: hidden;
}

.mobile {
  display: none;
}

.desktop {
  display: block;
}

/* Forms
-------------------------------------------- */
textarea::-webkit-input-placeholder, input::-webkit-input-placeholder {
  color: #afafaf;
}

textarea:-moz-placeholder, input:-moz-placeholder {
  /* Firefox 18- */
  color: #afafaf;
}

textarea::-moz-placeholder, input::-moz-placeholder {
  /* Firefox 19+ */
  color: #afafaf;
}

textarea:-ms-input-placeholder, input:-ms-input-placeholder {
  color: #afafaf;
}

form label {
  font-size: 16px;
}

input:not([type="submit"]), textarea {
  color: #aecbdf;
  background-color: #fff;
  padding: 15px 20px;
  margin: 0;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6em;
  outline: none;
  border-radius: 7px;
  border: 0;
}

select {
  background-image: url("../images/dropdown_icon.svg");
  background-position: calc(100% - 10px) 16px;
  background-size: 15px;
  background-repeat: no-repeat;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  display: block;
  border: 0;
  font-size: 16px;
  line-height: 1.6em;
  outline: none;
  border-radius: 0;
  padding: 15px 0;
  color: #aecbdf;
}

textarea {
  resize: none;
}

input[type=checkbox], input[type=radio] {
  width: initial;
  position: relative;
  top: 3px;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  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-linkedin:before {
  content: "\e904";
}

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

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

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

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

/* Header
-------------------------------------------- */
.global-header .logo {
  width: 240px;
  z-index: 2;
  display: block;
  border: 0;
  margin-bottom: -5px;
}
.global-header .logo svg {
  max-width: 100%;
  display: block;
}
.global-header .logo:hover svg path, .global-header .logo:hover svg polygon {
  fill: #f2f2f2;
}
.global-header .logo img {
  display: block;
}

.header-wrapper {
  overflow: visible;
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin: 0 auto;
  padding: 30px 30px;
  position: relative;
  justify-content: space-between;
  -moz-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
}

.global-header {
  z-index: 60;
  width: 100%;
  top: 0;
  width: 100%;
  font-weight: 500;
  padding: 0;
  -moz-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.global-header ul li {
  padding: 0;
}
.global-header ul li::before {
  display: none;
}
.global-header .menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.global-header .menu li {
  display: inline-block;
}
.global-header .menu li.hide {
  padding: 0;
}
.global-header .menu li.hide > a {
  display: none;
}
.global-header .main-menu {
  flex: 1;
  height: 100%;
  margin: auto;
}
.global-header .navigation {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.global-header .navigation ul {
  margin: 0;
  display: inline-block;
  position: relative;
  -moz-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
}
.global-header .navigation .sub-menu {
  padding: 0;
  margin: 0 0 20px;
}
.global-header .navigation > ul.menu:not(.sub-menu) > li {
  padding: 0 20px;
  display: inline-block;
  vertical-align: middle;
  position: static;
}
.global-header .navigation > ul.menu:not(.sub-menu) > li > a {
  position: relative;
  padding: 0 0;
}
.global-header .navigation li {
  margin: 0;
}
.global-header .navigation li a {
  position: relative;
  padding: 0;
  width: 100%;
  display: inline-block;
  z-index: 15;
  font-weight: 500;
  color: #191617;
  text-decoration: none;
}
.global-header .navigation li a:hover {
  color: #f2f2f2;
}
.global-header .navigation li.active a {
  border-bottom: none;
}
.global-header .navigation ul.menu:not(.sub-menu) .header-button {
  padding-right: 48px;
  position: relative;
}
.global-header .navigation ul.menu:not(.sub-menu) .header-button > a {
  color: #191617;
  padding: 9px 35px;
  background: #f2f2f2;
  border-radius: 20px;
  position: static;
}
.global-header .navigation ul.menu:not(.sub-menu) .header-button > a::after {
  content: "";
  width: 42px;
  height: 42px;
  display: inline-block;
  position: absolute;
  right: 10px;
  bottom: 0;
  top: 0;
  margin: auto;
  background: #f2f2f2;
  border-radius: 100%;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.global-header .navigation ul.menu:not(.sub-menu) .header-button > a::before {
  content: "";
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24.3 20.63"><defs><style>.uuid-0dd85962-cb25-40cf-8f25-1d0f8c6cf238{fill:none;stroke:%23191617;stroke-miterlimit:10;stroke-width:2px;}</style></defs><g><line class="uuid-0dd85962-cb25-40cf-8f25-1d0f8c6cf238" x1="0" y1="10.38" x2="22.03" y2="10.41"/><polyline class="uuid-0dd85962-cb25-40cf-8f25-1d0f8c6cf238" points="9.52 19.82 22.6 10.4 9.64 .8"/></g></svg>');
  right: 20px;
  bottom: 0;
  top: 0;
  margin: auto;
  height: 18px;
  width: 18px;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  position: absolute;
  z-index: 2;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.global-header .navigation ul.menu:not(.sub-menu) .header-button > a:hover {
  color: #191617;
  background: #cedfec;
}
.global-header .navigation ul.menu:not(.sub-menu) .header-button > a:hover::after {
  background: #cedfec;
  right: 0;
}
.global-header .navigation ul.menu:not(.sub-menu) .header-button > a:hover::before {
  right: 10px;
}
.global-header .navigation.navigation-left {
  margin-right: 40px;
}
.global-header .navigation.navigation-left .menu li:first-of-type {
  padding-left: 0;
}
.global-header .navigation.navigation-right {
  float: right;
  clear: both;
  justify-content: flex-end;
}

.main-header {
  position: absolute;
}

.global-header.fixed-header {
  position: fixed;
  transform: translateY(-110%);
  background: #191617;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.global-header.fixed-header .header-wrapper {
  padding: 13px 30px;
}
.global-header.fixed-header .logo {
  width: 180px;
}
.global-header.fixed-header .logo svg path {
  fill: #aecbdf;
}
.global-header.fixed-header .logo:hover svg path {
  fill: #f2f2f2;
}
.global-header.fixed-header .navigation li a {
  color: #f2f2f2;
}
.global-header.fixed-header .navigation li a:hover {
  color: #aecbdf;
}
.global-header.fixed-header.show-header {
  transform: translateY(0);
}
.global-header.fixed-header .mobile-button span {
  background: #aecbdf;
}


@keyframes open-menu {
  0% {
    opacity: 0;
    transform: translateX(-0.5rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
main {
  padding-top: 140px;
}

.overlay {
  content: "";
  background: rgba(174, 203, 223, 0.5);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  z-index: 50;
  mix-blend-mode: multiply;
  will-change: backdrop-filter;
  --tw-backdrop-blur: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}

.mobile-button {
  padding: 5px;
  cursor: pointer;
  z-index: 110;
  display: none;
  text-transform: uppercase;
  font-size: var(--font-medium);
}

.mobile-button .hamburger-icon {
  width: 35px;
  height: 26px;
  position: relative;
  margin: auto 0 auto 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  -o-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}

.mobile-button span {
  display: block;
  position: absolute;
  height: 2px;
  width: 80%;
  background: #191617;
  opacity: 1;
  right: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .15s ease-in-out;
  -moz-transition: .15s ease-in-out;
  -o-transition: .15s ease-in-out;
  transition: .15s ease-in-out;
}

/* Icon 3 */
.mobile-button span:nth-child(1) {
  top: 0px;
}

.mobile-button span:nth-child(2), .mobile-button span:nth-child(3) {
  top: 12px;
  width: 50%;
  right: 0;
}

.mobile-button span:nth-child(4) {
  top: 24px;
}

.mobile-button.open span {
  right: 0;
  width: 100%;
}

.mobile-button.open span:nth-child(1) {
  top: 16px;
  right: 50%;
  width: 0;
}

.mobile-button.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 75%;
}

.mobile-button.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 75%;
}

.mobile-button.open span:nth-child(4) {
  top: 12px;
  width: 0%;
  right: 50%;
}

.mobile-menu-overlay {
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 100%;
  padding: 15px;
  z-index: 600;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translateY(-130%);
  -ms-transform: translateY(-130%);
  transform: translateY(-130%);
  -moz-transition: transform 200ms ease-in-out;
  -o-transition: transform 200ms ease-in-out;
  -webkit-transition: transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out;
}

.mobile-menu-overlay.open {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  -moz-transition: transform 250ms ease-in-out;
  -o-transition: transform 250ms ease-in-out;
  -webkit-transition: transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out;
}

.mobile-menu-overlay .mobile-button span:nth-child(2), .mobile-menu-overlay .mobile-button span:nth-child(3) {
  top: 20px;
  left: 10px;
}

.mobile-menu-wrap {
  background-color: #191617;
  text-align: left;
  padding: 30px 35px 45px;
  border-radius: 15px;
  height: calc(100vh - 130px);
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.mobile-menu-wrap #menu-mobile-menu {
  margin-bottom: 0;
}
.mobile-menu-wrap .menu {
  margin: 0;
  padding: 0;
}
.mobile-menu-wrap .menu li {
  display: block;
  font-size: var(--font-medium);
  list-style: none;
  display: block;
  line-height: 1em;
  padding: 0;
  margin: 0;
  font-weight: 500;
  line-height: 1em;
  font-family: 'Reckless-Light', sans-serif;
  letter-spacing: 0;
  font-size: var(--font-h2);
}
.mobile-menu-wrap .menu li a {
  color: #aecbdf;
  padding: 10px 0;
  display: inline-block;
  position: relative;
  font-weight: 100;
  text-decoration: none;
}
.mobile-menu-wrap .menu li a:hover {
  color: #f2f2f2;
}
.mobile-menu-wrap .menu li.header-button {
  position: relative;
  display: inline-block;
  padding-right: 45px;
  margin-top: 20px;
}
.mobile-menu-wrap .menu li.header-button a {
  color: #191617;
  padding: 12px 35px;
  background: #f2f2f2;
  border-radius: 25px;
  position: static;
  font-size: 19px;
  line-height: 1em;
  display: block;
  font-family: "neue-haas-grotesk-display", sans-serif;
}
.mobile-menu-wrap .menu li.header-button a::after {
  content: "";
  width: 42px;
  height: 42px;
  display: inline-block;
  position: absolute;
  right: 10px;
  bottom: 0;
  top: 0;
  margin: auto;
  background: #f2f2f2;
  border-radius: 100%;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.mobile-menu-wrap .menu li.header-button a::before {
  content: "";
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24.3 20.63"><defs><style>.uuid-0dd85962-cb25-40cf-8f25-1d0f8c6cf238{fill:none;stroke:%23191617;stroke-miterlimit:10;stroke-width:2px;}</style></defs><g><line class="uuid-0dd85962-cb25-40cf-8f25-1d0f8c6cf238" x1="0" y1="10.38" x2="22.03" y2="10.41"/><polyline class="uuid-0dd85962-cb25-40cf-8f25-1d0f8c6cf238" points="9.52 19.82 22.6 10.4 9.64 .8"/></g></svg>');
  right: 20px;
  bottom: 0;
  top: 0;
  margin: auto;
  height: 18px;
  width: 18px;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  position: absolute;
  z-index: 2;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.mobile-menu-wrap .menu li.header-button a:hover {
  color: #191617;
  background: #cedfec;
}
.mobile-menu-wrap .menu li.header-button a:hover::after {
  background: #cedfec;
  right: 0;
}
.mobile-menu-wrap .menu li.header-button a:hover::before {
  right: 10px;
}

/* 404 Page
-------------------------------------------- */
.error404 .button-wrapper {
  text-align: center;
  margin-top: 40px;
}

.error-404-content {
  padding: 90px 0;
  text-align: center;
}

/* Footer
-------------------------------------------- */
.footer-container {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  position: relative;
  flex-wrap: wrap;
  padding: 40px 0 0;
}

.page-home .footer-container {
  border-top: 1px solid #aecbdf;
}

footer {
  background: #191617;
  color: #aecbdf;
  clear: both;
  overflow: visible;
  position: relative;
}
footer .logo-column {
  width: 33%;
  padding-right: 40px;
}
footer .logo-column .logo {
  width: 220px;
  max-width: 100%;
  display: block;
}
footer .logo-column .logo svg {
  display: block;
}
footer .logo-column .logo:hover svg path {
  fill: #f2f2f2;
}
footer .info-column {
  width: 33%;
}
footer .info-column .email {
  margin-bottom: 20px;
}
footer .info-column .address {
  margin-bottom: 20px;
}
footer a {
  color: #aecbdf;
  text-decoration: none;
}
footer a:hover {
  color: #f2f2f2;
}
footer .footer-bottom {
  position: relative;
  font-size: var(--font-small);
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
footer .footer-bottom .copyright {
  width: 50%;
  margin-right: 0;
  padding-right: 40px;
  line-height: 1.2em;
}
footer .footer-bottom .site-info {
  width: 66%;
  display: flex;
  margin-bottom: 10px;
}
footer .footer-bottom .site-info-links {
  width: 50%;
  display: flex;
  justify-content: space-between;
}
footer .footer-bottom .site-info-links > div {
  display: inline-block;
  margin-right: 15px;
}
footer .footer-bottom a {
  text-transform: uppercase;
  text-decoration: underline;
}
footer .credits {
  float: right;
}
footer .footer-bottom a.partner {
  width: 200px;
  text-align: center;
  text-transform: initial;
  text-decoration: none;
}

footer .partner img {
  display: block;
}
footer .partner svg {
  display: block;
  padding: 20px;
}
footer .partner svg path {
  fill: #aecbdf;
}
footer a.partner:hover {
  color: #f2f2f2;
}
footer a.partner:hover svg path {
  fill: #f2f2f2;
}

.close {
  position: absolute;
  display: inline-block;
  width: 19px;
  height: 19px;
  overflow: hidden;
  cursor: pointer;
  right: 20px;
  top: 20px;
  z-index: 201;
}

.close::before, .close::after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -2px;
  background: #aecbdf;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.close::before {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.close::after {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.close:hover::before, .close:hover::after {
  background: #aecbdf;
}

.page-hero {
  padding-top: 50px;
}

.page-title {
  text-align: center;
  margin: 0 auto 0;
}
.page-title h1 {
  margin-bottom: 60px;
}

.page-content h1, .page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6 {
  color: #191617;
}
.page-content h6 {
  text-transform: initial;
}
.page-content ul {
  margin-left: 50px;
  padding-left: 5px;
}
.page-content ul li {
  padding-left: 5px;
}
.page-content ul li::marker {
  color: #191617;
}

/* Home Page
-------------------------------------------- */
#home-hero .box {
  background: #191617;
  color: #aecbdf;
  border-radius: 15px;
  display: flex;
}
#home-hero .box .content {
  padding: 70px 70px 70px 70px;
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#home-hero .box .text {
  border-left: 1px solid #aecbdf;
  padding-left: 25px;
  max-width: 650px;
}
#home-hero .box .text h1 {
  margin-bottom: 50px;
  margin-top: -5px;
}
#home-hero .box .text p {
  margin-bottom: 0;
}
#home-hero .box .button-wrapper {
  margin-top: 40px;
}
#home-hero .box .image {
  width: 40%;
}
#home-hero .box .image img, #home-hero .box .image svg {
  display: block;
  height: auto;
  object-fit: cover;
  object-position: center left;
}
#home-hero .box .image .desktop {
  height: 100%;
  display: flex;
}

.home-about .content-box {
  padding: 80px 0 70px;
}

.home-services .content-box {
  display: flex;
}
.home-services .section-title {
  width: 500px;
  padding-right: 120px;
}
.home-services .box {
  background: #191617;
  color: #aecbdf;
  border-radius: 15px;
  padding: 40px;
  width: calc(100% - 500px);
}
.home-services .services-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.home-services .services-list > li {
  margin: 0;
}
.home-services .services-list > li .content {
  display: flex;
  margin: 0;
  padding: 0;
}
.home-services .services-list > li .title {
  width: 50%;
  padding-right: 40px;
  padding-bottom: 50px;
  position: relative;
}
.services-list li::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: #aecbdf;
}
.home-services .services-list > li .desc {
  width: 50%;
  padding-left: 40px;
}

.home-callout {
  border-top: 1px solid #191617;
  border-bottom: 1px solid #191617;
}
a.home-callout {
  text-decoration: none;
}
.home-callout .content-box {
  padding: 20px 0;
  display: flex;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}
.home-callout .callout-logo {
  width: 200px;
  display: inline-block;
}
.callout-logo svg, .callout-logo img {
  display: block;
}
.callout-logo svg path {
  fill: #191617;
}
.callout-logo a:hover svg path {
  fill: #f2f2f2;
}
.home-callout .text {
  width: calc(100% - 250px);
  display: inline-block;
  padding-left: 30px;
}
.home-callout .text p {
  margin-bottom: 0;
}

.home-capabilities .content-box {
  padding-bottom: 40px;
  padding-top: 70px;
}
.home-capabilities .section-title {
  max-width: 650px;
  margin-bottom: 70px;
}
.home-capabilities .capabilities-list {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
}
.home-capabilities .capabilities-list > li {
  width: 25%;
  background: #191617;
  color: #aecbdf;
  padding: 40px;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.home-capabilities .capabilities-list > li .title {
  margin-bottom: 80px;
}
.home-capabilities .capabilities-list > li .icon {
  width: auto;
  margin-bottom: 20px;
  height: 50px;
  display: block;
}
.home-capabilities .capabilities-list > li .icon svg {
  height: 100%;
}

.slick-prev::before, .slick-next::before {
  display: none;
}

.bio-popup-content .h4-styling {
  font-size: 2.2rem;
}

.home-team {
  overflow: hidden;
}
.home-team .section-title {
  width: 500px;
  padding-right: 100px;
  padding-left: 30px;
}
.home-team .section-title svg {
  display: block;
}
.home-team .content-box {
  display: flex;
  padding-top: 60px;
  padding-bottom: 20px;
}
.home-team .slick-prev {
  left: 10px;
}
.home-team .slick-next {
  right: 10px;
}
.home-team .slick-prev, .home-team .slick-next {
  width: 40px;
  height: 40px;
  z-index: 5;
}
.home-team .slick-prev::before, .home-team .slick-next::before {
  display: none;
}

.team-list {
  list-style: none;
  margin: 0;
  padding: 0 30px 0 0;
  width: calc(100% - 400px);
  border-left: 1px solid #191617;
  overflow: hidden;
}
.team-list .team-member {
  margin: 0;
  padding: 0 20px;
  border-left: 1px solid #191617;
  color: #191617;
}
.team-list .team-member:first-of-type {
  border-left: 0;
}
.team-list .team-member:last-of-type {
  border-right: 1px solid #191617;
}
.team-list .team-member .h4-styling {
  margin-bottom: 5px;
}
.team-list .team-member .image {
  border-radius: 15px;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
}
.team-list .team-member .image img {
  display: block;
  width: 100%;
}
.team-list .team-member .image .button {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 1;
  background: rgba(242, 242, 241, 0.6);
  backdrop-filter: blur(10px) saturate(180%);
  -webkit-backdrop-filter: blur(10px) saturate(180%);
}
.team-list .team-member .image .button:hover, .team-list .team-member .image .button.open-bio-button {
  background: rgba(242, 242, 241, 1);
}
.team-list .slick-list {
  overflow: visible;
}
.team-list .slick-list .slick-track {
  display: flex !important;
}
.team-list .slick-list .slick-track .slick-slide {
  height: inherit !important;
}

.open-bio {
  padding: 7px 15px;
  font-size: var(--font-small);
}
.open-bio .plus-sign {
  width: 11px;
  height: 11px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-right: 5px;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.open-bio .plus-sign::before {
  width: 100%;
  height: 1px;
  background: #191617;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.open-bio .plus-sign::after {
  height: 100%;
  width: 1px;
  background: #191617;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.open-bio span {
  display: inline-block;
  vertical-align: middle;
}
.open-bio:hover {
  background: #191617;
}
.open-bio:hover .plus-sign, .open-bio-button .plus-sign {
  transform: rotate(45deg);
}

.bio-popup {
  display: flex;
  position: fixed;
  padding: 20px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  z-index: 1000;
  align-items: stretch;
  justify-content: flex-end;
  color: #aecbdf;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0s linear .4s, visibility 0s linear .4s, pointer-events 0s linear .4s, padding 0.25s ease-out;
}
.bio-popup .name {
  margin-bottom: 10px;
}
.bio-popup .name-title {
  margin-bottom: 30px;
  padding-right: 50px;
}

.header-visible .bio-popup {
  padding-top: 105px;
}

.header-visible .close-bio {
  top: 130px;
}

.header-visible .mobile-menu-overlay {
  top: 85px;
  position: fixed;
}

.bio-popup.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 0s, visibility 0s, pointer-events 0s, padding 0.25s ease-out;
}

.bio-popup-content {
  background-color: #191617;
  padding: 50px 50px 20px;
  max-width: 650px;
  border-radius: 15px;
  width: calc(100% - 50px);
  position: relative;
  transform: translateX(100%);
  opacity: 0;
  transition: all 0.4s ease;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.bio-popup.show .bio-popup-content {
  transform: translateX(0%);
  opacity: 1;
}

.close-bio {
  position: fixed;
  top: 40px;
  right: 40px;
  width: 45px;
  height: 45px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 5;
  border: 1px solid #aecbdf;
  border-radius: 100%;
  opacity: 0;
  transform: translateX(300px);
  -moz-transition: top 0.25s ease-out, right 0.4s ease-out, opacity 0.4s ease-out, -moz-transform 0.4s ease-out;
  -o-transition: top 0.25s ease-out, right 0.4s ease-out, opacity 0.4s ease-out, -o-transform 0.4s ease-out;
  -webkit-transition: top 0.25s ease-out, right 0.4s ease-out, opacity 0.4s ease-out, -webkit-transform 0.4s ease-out;
  transition: top 0.25s ease-out, right 0.4s ease-out, opacity 0.4s ease-out, transform 0.4s ease-out;
}
.close-bio::before, .close-bio::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 2px;
  background-color: #aecbdf;
  transform-origin: center;
  text-decoration: underline;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.close-bio::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.close-bio::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.close-bio:hover::before, .close-bio:hover::after {
  background-color: #191617;
}
.close-bio:hover {
  background-color: #aecbdf;
}

.bio-popup.show .close-bio {
  transform: translateX(0);
  opacity: 1;
}

.home-clients .box {
  background: #191617;
  color: #aecbdf;
  border-radius: 15px;
  overflow: hidden;
}
.home-clients .section-title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 60px;
}
.home-clients .section-title .title {
  width: calc(100% - 200px);
  padding-right: 60px;
  max-width: 1000px;
}
.home-clients .section-title .clients-arrows {
  width: auto;
}
.home-clients .slider-wrapper {
  padding-left: 30px;
  padding-bottom: 60px;
}

.clients-slider {
  overflow: hidden;
}
.clients-slider .slick-list {
  overflow: visible;
  padding-right: 8.333%;
}
.clients-slider .slick-track {
  display: flex;
  align-items: stretch;
}
.clients-slider .slide {
  border-right: 1px solid #aecbdf;
  padding: 0 25px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: auto;
}
.clients-slider .logo {
  background: #f2f2f2;
  border-radius: 15px;
  overflow: hidden;
  padding: 60px;
  height: 260px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
}
.clients-slider .logo img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  display: block;
  width: auto;
  height: auto;
}
.clients-slider .content p {
  margin-bottom: 0;
}

.clients-arrows {
  display: flex;
}
.clients-arrows button {
  background: #191617;
  border: 1px solid #f2f2f2;
  border-radius: 20px;
  padding: 7px 15px;
  width: auto;
  box-sizing: content-box;
}
.clients-arrows button svg {
  width: 40px;
  display: block;
}


/* Custom Experiences
-------------------------------------------- */
#custom-hero .box {
  background: #191617;
  color: #aecbdf;
  border-radius: 15px;
  display: flex;
}
#custom-hero .box .content {
  padding: 70px 70px 70px 70px;
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#custom-hero .box .text {
  max-width: 670px;
}
#custom-hero .box .text h1 {
  margin-bottom: 50px;
}
#custom-hero .box .text p {
  margin-bottom: 0;
}
#custom-hero .box .button-wrapper {
  margin-top: 40px;
}
#custom-hero .box .button-secondary {
  margin-left: 10px;
  padding-left: 30px;
  padding-right: 30px;
}
#custom-hero .box .button-shell {
  margin-bottom: 10px;
}

#custom-hero .box .image {
  width: 40%;
  padding: 0 60px 0 100px;
}
#custom-hero .box .image img, #custom-hero .box .image svg {
  display: block;
  height: auto;
  object-fit: cover;
  object-position: center left;
}
.custom-about .text {
  border-left: 1px solid #191617;
  padding-left: 25px;
  max-width: 680px;
  margin: 0 auto;
  display: block;
}

.custom-about .text h2 {
  margin-bottom: 35px;
}
.custom-portfolio .box {
  background: #191617;
  color: #aecbdf;
  border-radius: 15px;
  padding: 30px 40px 60px;
}

.custom-portfolio .box .section-title {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 40px;
  border-bottom: 1px solid #aecbdf;
}

.custom-portfolio .box .section-title .title {
  padding-right: 60px;
  max-width: 550px;
}

.custom-portfolio .box .section-title .content {
  padding-left: 30px;
  padding-top: 20px;
}

.tabs-wrapper {
    display: flex;
    gap: 25px;
}

.tabs-nav {
    display: flex;
    flex-direction: column;
    border-right: 1px solid #aecbdf;
    width: 220px;
    padding-right: 40px;
}

.tabs-content {
  width: calc(100% - 220px)
}

.tab-nav-item {
    padding: 12px 0;
    color: rgba(174,203,223,0.5);
    cursor: pointer;
    transition: color 0.2s ease;
}

.tab-nav-item.active {
    color: #aecbdf;
}

.tab-pane {
    display: none;
}

.tab-pane.active {
    display: flex;
}

.tag-pill {
  border: 1px solid #aecbdf;
  color: #aecbdf;
  border-radius: 20px;
  margin: 10px 5px 0 0;
  display: inline-block;
  padding: 4px 15px;
  font-size: var(--font-small);
}

/* trigger styling */
.tab-media {
    position: relative;
    cursor: pointer;
    width: 50%;
    border-radius: 15px;
    overflow: hidden;
    margin-right: 20px;
}

.tab-media:hover .play-overlay svg rect {
  fill: #aecbdf;
}

.tab-media:hover .play-overlay svg path {
  fill: #191617;
}

.tab-media video {
  max-width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.tab-details {
  width: 50%;
  padding-left: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.play-overlay {
    position: absolute;
    bottom: 5px;
    right: 5px;
    width: 40px;
    height: 40px;
    pointer-events: none;
}

/* lightbox */
.video-lightbox {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
}

.video-lightbox.active {
    display: flex;
}

.video-lightbox-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.85);
}

.video-lightbox-inner {
    position: relative;
    z-index: 1;
    max-width: 90vw;
    max-height: 90vh;
}

.video-lightbox-inner video {
    max-width: 90vw;
    max-height: 90vh;
    display: block;
    border-radius: 8px;
}

.video-lightbox-close {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 2;
    width: 40px;
    height: 40px;
    background: rgba(0,0,0,0.6);
    border: none;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s ease;
}

.video-lightbox-close:hover {
    background: rgba(0,0,0,0.85);
}

.custom-solutions .content-wrapper {
  display: flex;
}

.custom-solutions .content-box {
  padding-top: 110px;
}

.custom-solutions .section-content {
  margin-bottom: 50px;
  padding-right: 60px;
  width: 45%;
}

.custom-solutions .capabilities-list {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
  width: 55%;
}

.custom-solutions .capabilities-list > li {
    width: 50%;
    background: #191617;
    color: #aecbdf;
    padding: 25px 20px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0;
    min-height: 180px;
}

.custom-solutions .capabilities-list > li .title {
  display: flex;
}

.custom-solutions .capabilities-list > li .icon {
  width: 85px;
}

.custom-solutions .capabilities-list > li .text {
  width: calc(100% - 85px);
  padding-left: 20px;
}

.custom-solutions .capabilities-list > li .text h3 {
  margin: 0;
}

.custom-solutions .capabilities-list > li {
  border-radius: 15px;
}

.custom-solutions .capabilities-list > li:nth-of-type(odd) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.custom-solutions .capabilities-list > li:nth-of-type(even) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-solutions .capabilities-list > li:nth-last-child(-n+2) {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.custom-solutions .capabilities-list > li:nth-of-type(1) {
  border-top-right-radius: 15px;
}

.custom-solutions .capabilities-list > li:nth-of-type(2) {
  border-top-left-radius: 15px;
}

.custom-cta .content-box {
  padding: 50px 0 110px;
}

.custom-cta .section-title {
  text-align: center;
  margin-bottom: 40px;
}

.custom-cta .content {
  max-width: 520px;
  margin: 0 auto;
  display: block;
}

.custom-cta .button-wrapper {
  text-align: center;
  margin-top: 40px;
}

@media (min-width: 530px) {
  .clients-arrows button:hover {
    background: #f2f2f2;
  }
  .clients-arrows button:hover svg line, .clients-arrows button:hover svg polyline {
    stroke: #191617;
  }
}
.clients-arrows button:first-of-type {
  margin-right: 20px;
}
.clients-arrows .slick-prev, .clients-arrows .slick-next {
  position: relative;
  right: 0;
  left: 0;
}

.home-cta {
  background: #191617;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  overflow: hidden;
  color: #aecbdf;
}
.home-cta .content-box {
  display: flex;
  justify-content: space-between;
}
.home-cta .content {
  width: 50%;
  padding-right: 30px;
  max-width: 420px;
}
.home-cta .title {
  margin-bottom: 40px;
}
.home-cta .button-wrapper {
  margin-top: 40px;
}
.home-cta .image {
  width: 50%;
  padding-left: 30px;
  max-width: 420px;
}

@media only screen and (min-width: 530px) {
  .global-header.fixed-header .mobile-button:hover span {
    background: #f2f2f2;
  }
  .mobile-button.closed:hover .hamburger-icon span {
    background: #191617;
    width: 80%;
  }
}
/* Width
-------------------------------------------- */
@media (max-width: 1300px) {
  .home-services .section-title {
    padding-right: 60px;
    width: 35%;
  }

  .home-services .box {
    width: 65%;
    padding: 40px 30px;
  }
  #custom-hero .box .image {
    padding: 0;
  }
  #custom-hero .box .image svg {
    margin: 0 auto;
    max-width: 350px;
  }
}
@media (max-width: 1200px) {
  .header-wrapper {
    padding: 25px 20px;
  }

  main {
    padding-top: 132px;
  }

  .home-capabilities .capabilities-list > li {
    padding: 30px;
  }

  .home-capabilities .capabilities-list > li .title .h4-styling {
    font-size: 1.85rem;
  }

  .home-team .section-title {
    padding-right: 60px;
    width: 35%;
  }

  .home-team .team-list {
    width: 65%;
  }
  .tabs-nav {
    width: 100%;
    padding: 0;
    border-right: 0;
    border-bottom: 0;
    padding-bottom: 0;
  }
  .tabs-wrapper {
    display: block;
  }
  .tabs-content {
    width: 100%;
    padding-top: 30px;
  }
  .custom-portfolio .box .section-title {
    margin: 0;
  }
}
@media (max-width: 1080px) {
  #home-hero .box .content {
    padding: 50px 30px;
  }

  #home-hero .wrapper {
    padding: 0 20px;
  }

  .home-services .content-box {
    display: block;
  }

  .home-services .section-title {
    width: 400px;
    max-width: 95%;
    margin-bottom: 15px;
  }

  .home-services .box {
    width: 100%;
  }

  .home-capabilities .capabilities-list {
    flex-wrap: wrap;
  }

  .home-capabilities .capabilities-list > li {
    width: 50%;
    margin: 0;
    padding: 35px;
  }
  .home-capabilities .capabilities-list > li:first-of-type {
    border-bottom-right-radius: 0;
  }
  .home-capabilities .capabilities-list > li:nth-of-type(2) {
    border-bottom-left-radius: 0;
  }
  .home-capabilities .capabilities-list > li:nth-last-of-type(2) {
    border-top-right-radius: 0;
  }
  .home-capabilities .capabilities-list > li:last-of-type {
    border-top-left-radius: 0;
  }

  .home-capabilities .capabilities-list > li .title {
    margin-bottom: 40px;
  }

  .home-capabilities .capabilities-list > li .icon {
    margin-bottom: 15px;
  }
}
@media (max-width: 1024px) {
  :root {
    --font-base: 1.1rem;
    --font-small: 0.9rem;
    --font-regular: 1.2rem;
    --font-medium: 1.3rem;
    --font-h6: 0.8rem;
    --font-h5: 1.45rem;
    --font-h4: 1.8rem;
    --font-h3: 2.25rem;
    --font-h2: 2.7rem;
    --font-h1: 3.2rem;
  }
  main {
    padding-top: 122px;
  }

  .header-wrapper {
    padding: 20px;
  }

  .home-team .section-title {
    padding-right: 30px;
  }

  .clients-slider .logo {
    padding: 40px;
    height: 200px;
  }
}
@media (max-width: 930px) {
  .mobile-button {
    display: flex;
  }

  .global-header .navigation .menu {
    display: none;
  }

  .global-header .navigation.navigation-right {
    margin-right: -5px;
  }
  
  .mobile-menu-wrap {
    height: calc(100vh - 200px);
  }

  .mobile-menu-overlay {
    padding: 10px;
    top: 110px;
  }

  .mobile-menu-open {
    overflow: hidden;
  }
  .header-visible.mobile-menu-open {
    overflow: visible;
  }

  .home-clients .slider-wrapper {
    padding-left: 20px;
  }

  .home-clients .section-title {
    padding: 40px 30px 30px;
  }

  .clients-slider .slide {
    padding: 0 15px;
  }

  .home-clients .slider-wrapper {
    padding-bottom: 40px;
  }
  .custom-portfolio .box .section-title {
    display: block;
  }
  .custom-portfolio .box .section-title .title {
    padding: 0;
    max-width: initial;
  }
  .custom-portfolio .box .section-title .content {
    padding: 0;
  }
}
@media (max-width: 880px) {
  .content-box {
    padding: 60px 0;
  }

  .home-capabilities .capabilities-list > li .icon {
    height: 40px;
  }

  .home-team .section-title {
    width: 400px;
    max-width: 90%;
  }

  .home-team .team-list {
    width: 100%;
    padding: 0 20px;
    border-left: 0;
  }
  .team-list .team-member:first-of-type {
    border-left: 1px solid #191617;
  }

  .home-team .content-box {
    display: block;
  }
  
}
@media (max-width: 800px) {
  #home-hero .logo {
    padding: 40px 0;
    width: 300px;
  }

  footer .footer-bottom .site-info {
    display: flex;
    flex-direction: column;
  }

  footer .footer-bottom .copyright {
    order: 1;
    margin-top: 10px;
    width: 100%;
    padding: 0;
  }

  footer .footer-bottom .site-info-links {
    width: 100%;
    order: 0;
  }

  .home-cta .content {
    padding-right: 20px;
  }

  footer .footer-bottom {
    padding: 40px 0;
  }
}
@media (max-width: 768px) {
  :root {
    --font-base: 0.95rem;
    --font-small: 0.875rem;
    --font-regular: 1rem;
    --font-medium: 1.13rem;
    --font-h6: 0.8rem;
    --font-h5: 1.3rem;
    --font-h4: 1.5rem;
    --font-h3: 1.9rem;
    --font-h2: 2.1rem;
    --font-h1: 2.6rem;
  }
  .close-bio {
    transform: translateX(calc(100vw - 170px));
  }

  .wrapper {
    padding: 0 20px;
  }

  .header-wrapper {
    padding: 20px 20px;
  }

  .home-team .section-title {
    padding-left: 20px;
  }
  
  #home-hero .box .content {
    padding: 25px 20px 30px;
  }

  #home-hero .box .text {
    padding-left: 15px;
  }

  #home-hero .box .text h1 {
    margin-bottom: 30px;
  }

  #home-hero .box .button-wrapper {
    margin-top: 30px;
  }

  .clients-slider .slick-list {
    padding-right: 20%;
  }

  .bio-popup-content .h4-styling {
    font-size: 2rem;
  }
  .home-capabilities .capabilities-list > li .title .h4-styling {
    font-size: 1.7rem;
  }
}
@media (max-width: 700px) {
  .home-callout .callout-logo {
    width: 150px;
  }

  .home-callout .text {
    padding-left: 30px;
    width: calc(100% - 150px);
  }

  .clients-arrows button:first-of-type {
    margin-right: 10px;
  }
}
@media (max-width: 641px) {
  .form .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
    line-height: 1.7em;
    min-height: initial;
  }
}
@media (max-width: 630px) {
  .desktop {
    display: none;
  }

  .mobile {
    display: block;
  }
  #home-hero .box .image .desktop {
    display: none; 
  }

  #home-hero .box {
    flex-direction: column;
  }

  #home-hero .box .image {
    width: 100%;
    order: 0;
  }

  #home-hero .box .content {
    width: 100%;
    order: 1;
  }

  .home-services .box {
    width: 100%;
    padding: 40px 20px;
  }

  .home-services .services-list > li .title h3 {
    font-size: 1.6rem;
  }

  .bio-popup-content {
    width: 100%;
  }

  .clients-slider .slick-list {
    padding-right: 0;
    margin-right: -1px;
  }

  .home-clients .slider-wrapper {
    padding-left: 0;
  }

  .home-clients .section-title {
    padding: 40px 20px 10px;
    display: block;
  }

  .home-clients .section-title .title {
    width: 100%;
    max-width: 100%;
    margin-bottom: 60px;
    display: block;
    padding: 0;
  }

  .clients-slider .slide {
    padding: 0 20px;
  }

  .home-clients .section-title .clients-arrows {
    justify-content: center;
    margin-bottom: 10px;
  }

  footer .logo-column {
    width: 250px;
    padding-right: 60px;
  }

  footer .info-column {
    width: calc(100% - 250px);
  }
}
@media (max-width: 530px) {
  .mobile-menu-overlay { 
    top: 90px;
  }
  .home-capabilities .capabilities-list > li {
    width: 100%;
    margin: 0;
    padding: 30px 25px 15px;
  }
  .home-capabilities .capabilities-list > li:first-of-type {
    border-bottom-right-radius: 15px;
  }
  .home-capabilities .capabilities-list > li:nth-of-type(2) {
    border-bottom-left-radius: 15px;
  }
  .home-capabilities .capabilities-list > li:nth-last-of-type(2) {
    border-top-right-radius: 15px;
  }
  .home-capabilities .capabilities-list > li:last-of-type {
    border-top-left-radius: 15px;
  }
  .home-capabilities .capabilities-list > li .title {
    margin-bottom: 30px;
  }

  .home-cta .title {
    max-width: 350px;
    width: 80%;
  }

  .home-cta .content-box {
    display: block;
    padding:  100px 0;
  }

  .home-cta .content {
    width: 100%;
    padding: 0;
  }

  .home-cta .image {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    max-width: 250px;
    display: none;
  }

  .home-team .team-list {
    padding: 0;
    overflow: visible;
  }
  .team-list .team-member:first-of-type {
    border: 0;
  }

  .home-team .slick-prev {
    left: 8px;
  }

  .home-team .slick-next {
    right: 8px;
  }
  .home-team .slick-next, .home-team .slick-prev {
    top: calc(50% - 30px);
  }

  .bio-popup-content {
    padding: 30px 30px 20px;
  }

  .footer-container {
    display: flex;
  }

  footer .logo-column {
    margin-bottom: 20px;
    width: 50%;
  }

  footer .info-column {
    width: 50%;
  }

  footer .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 20px;
  }

  footer .footer-bottom .site-info {
    width: 100%;
  }

  footer .partner {
    order: 0;
    margin: 0 auto 50px;
  }

  footer .footer-bottom .site-info {
    order: 1;
  }

  .home-cta .title {
    margin-bottom: 50px;
  }

  .home-cta .button-wrapper {
    margin-top: 30px;
  }

  footer .logo-column {
    padding-right: 15px;
  }

  footer .info-column {
    padding-left: 15px;
  }
  
  .clients-slider .slide {
    display: block;
    border: 0;
  }

  .clients-slider .logo {
    height: 200px;
    padding: 35px;
    margin-bottom: 20px;
  }

  #home-hero .wrapper {
    padding: 0 15px;
  }
  .global-header .logo {
    width: 190px;
  }
  .global-header.fixed-header .logo {
    width: 160px;
  }
  .global-header.fixed-header .header-wrapper {
    padding: 13px 15px;
  }
  main {
    padding-top: 104px;
  }
  .home-clients .wrapper {
    padding: 0 10px;
  }
  .home-about .content-box {
    padding-top: 90px;
    padding-bottom: 70px;
  }
  .team-list .team-member {
    border: 0;
  }
  .team-list {
    border: 0;
  }
  .team-list .team-member .h4-styling {
    margin: 0;
  }

  .team-list .slick-list {
    overflow: hidden
  }
  .home-team .wrapper{
    padding: 0;
  }
  .home-team .section-title {
    padding: 0 20px;
  }
  .home-capabilities .content-box {
    padding-bottom: 60px;
  }
  .home-team .content-box {
    padding-top: 10px;
  }
  .home-services .content-box {
    padding-top: 30px;
  }
  .bio-popup {
    padding: 15px;
  }
  .bio-shown {
    overflow: hidden;
  }
  .header-visible .bio-popup {
    padding-top: 20px;
  }
  .header-visible .close-bio {
      top: 40px;
  }
  footer .footer-bottom .site-info-links > div {
    margin-right: 0;
  }
  .footer-container {
    display: block;
  }
  footer .logo-column {
    padding-right: 0;
    width: 100%;
    max-width: 230px;
  }
  footer .info-column {
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 480px) {
  .services-list li::before {
    display: none;
  }
  .home-services .box {
    padding: 40px 20px 10px;
  }

  .home-services .services-list > li {
    border-bottom: 1px solid #aecbdf;
    padding: 40px 0 20px;
  }
  .home-services .services-list > li .content {
    display: block;
  }
  .home-services .services-list > li:first-of-type {
    padding-top: 0;
  }
  .home-services .services-list > li:last-of-type {
    border-bottom: 0;
  }

  .home-services .services-list > li .title {
    width: 100%;
    padding: 0;
    border-right: 0;
  }
  .home-services .services-list > li .title h3 {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }

  .home-services .services-list > li .desc {
    width: 100%;
    padding: 0;
  }

  .home-callout .content-box {
    display: block;
  }

  .home-callout .callout-logo {
    display: block;
    margin: 0 auto 20px;
  }

  .home-callout .text {
    width: 100%;
    padding: 0;
  }
  .home-callout .content-box {
    padding-top: 25px;
  }

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

  .home-team .content-box {
    padding-top: 40px;
  }
}
@media print {
  .page-header .nav,
  #small_menu_wrap,
  .secondary-nav {
    display: none !important;
  }
}
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?fk2t0r");
  src: url("../fonts/icomoon.eot?fk2t0r#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?fk2t0r") format("truetype"), url("../fonts/icomoon.woff?fk2t0r") format("woff"), url("../fonts/icomoon.svg?fk2t0r#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Reckless-Light';
  src: url("../fonts/Reckless-Light.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/Reckless-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Reckless-Light.woff2") format("woff2"), url("../fonts/Reckless-Light.woff") format("woff");
  /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

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