﻿/* Livity specific base colour and contrasting colour */
html.livity {
  --brand-1: #ddff99;
  --brand-1-contrast: #000000;
}

/* Krow (any) specific base colour and contrasting colour */
html.krow-x, html.krow-group {
  --brand-1: #5264fe;
  --brand-1-contrast: #ffffff;
}

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

html,
body {
  -webkit-font-smoothing: antialiased;
  margin: 0;
  padding: 0;
}

body {
  position: relative;
  display: block;
  width: 100%;
  background-color: #ffffff;
  opacity: 1;
  word-wrap: break-word;
  z-index: 1;
  overflow-x: hidden !important;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  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
   ========================================================================== */
/**
 * 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
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 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 */
}

/**
 * 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 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
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 in Chrome and Safari on macOS.
 */
[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 Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

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

.wp-caption {
  background: #FFF;
  border: 1px solid #F0F0F0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

::-moz-selection {
  /* Code for Firefox */
  color: #ffffff;
  background-color: #000000;
}

::selection {
  color: #ffffff;
  background-color: #000000;
}

img {
  display: block;
  max-width: 100%;
}

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

ul {
  list-style: outside;
}

ol {
  list-style: decimal outside;
}

ol,
ul {
  padding-left: 28px;
  margin-top: 0;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5em 0 1.5em 3em;
  font-size: 90%;
}

li {
  margin-bottom: 20px;
}

code {
  padding: 0.2rem 0.5rem;
  margin: 0 0.2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #f1f1f1;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
}

pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre;
}

.copy table {
  width: 100% !important;
}
.copy table tr:nth-child(odd) {
  background: #ffffff;
}
.copy table tr:nth-child(even) {
  background: #EEEEEE;
}

th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #000000;
}

/*
th:first-child,
td:first-child {
  padding-left: 0;
}

th:last-child,
td:last-child {
  padding-right: 0;
}
*/
button,
.button {
  margin-bottom: 40px;
}

input,
textarea,
select,
fieldset {
  margin-bottom: 40px;
}

pre,
blockquote,
dl,
figure,
table,
ul,
ol,
form {
  margin-bottom: 28px;
}

.full-width {
  width: 100%;
  box-sizing: border-box;
}

.max-full-width {
  max-width: 100%;
  box-sizing: border-box;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.table {
  position: relative;
  display: table;
  width: 100%;
}
.table .vertical-align {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.full-bleed {
  width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%);
}

hr {
  margin-top: 40px;
  margin-bottom: 40px;
  border-width: 0;
  border-top: 2px solid #EEEEEE;
}

button#catapultCookie {
  line-height: 20px;
}

.no-margin {
  margin: 0 auto;
}

.no-spacing {
  margin: 0 !important;
}

.no-padding {
  padding: 0;
}

.no-padding-top {
  padding-top: 0;
}

.no-padding-bottom {
  padding-bottom: 0;
}

.show-on-mobile {
  display: none;
  visibility: hidden;
  opacity: 0;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0;
  display: none;
}

.arrow-cta::before {
  display: none;
}
.arrow-cta .arrow-wrapper {
  display: inline-block;
  vertical-align: middle;
  width: 51px;
}
.arrow-cta .arrow-wrapper.insight-arrow-padding {
  padding-top: 5px;
}
.arrow-cta .arrow-wrapper.service-arrow-padding {
  padding-top: 5px;
}
.arrow-cta .arrow-cta__text {
  color: #ffffff;
  display: inline-block;
  margin-left: 20px;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
}
.arrow-cta svg path {
  stroke: #ffffff;
}
.arrow-cta.black .arrow-cta__text {
  color: #000000;
}
.arrow-cta.black svg path {
  stroke: #000000;
}

/* external links */
.external-link {
  padding-right: 26px;
  background: url(/theme/images/external-link.svg) no-repeat;
  background-position-x: right;
  background-position-y: 2px;
  transform: scale(1);
  overflow: hidden;
}
.external-link:before {
  left: -26px;
}

.container-fluid,
.container, .container-mdlg {
  margin-right: auto;
  margin-left: auto;
}

.container, .container-lg {
  max-width: 1440px;
}

.container-mdlg {
  max-width: 1230px;
}

.spacing-xl {
  padding: 0 16.9082125604%;
}
@media (min-width: 768px) {
  .spacing-xl {
    padding: 0 9.1264667536%;
  }
}
@media (min-width: 992px) {
  .spacing-xl {
    padding: 0 13.6111111111%;
  }
}
@media (min-width: 1440px) {
  .spacing-xl {
    padding: 0 196px;
  }
}

.spacing-lg {
  padding: 0 8.4541062802%;
}
@media (min-width: 768px) {
  .spacing-lg {
    padding: 0 4.5632333768%;
  }
}
@media (min-width: 992px) {
  .spacing-lg {
    padding: 0 12.1527777778%;
  }
}
@media (min-width: 1440px) {
  .spacing-lg {
    padding: 0 175px;
  }
}

.spacing-sm {
  padding: 0 8.4541062802%;
}
@media (min-width: 768px) {
  .spacing-sm {
    padding: 0 4.5632333768%;
  }
}
@media (min-width: 992px) {
  .spacing-sm {
    padding: 0 6.8055555556%;
  }
}
@media (min-width: 1440px) {
  .spacing-sm {
    padding: 0 98px;
  }
}

.spacing-mb-only {
  padding: 40px 20px;
}
@media (min-width: 992px) {
  .spacing-mb-only {
    padding: 0;
  }
}

.container-fluid {
  padding-right: 7px;
  padding-left: 7px;
}

.row {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /*
    margin-right: -$base-spacing-sm;
    margin-left: -$base-spacing-sm;
  */
}

.row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.row.column {
  -webkit-box-orient: column;
  -webkit-box-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.h-100 {
  height: 100%;
}

.col.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.col,
.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.col,
.col-xs {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}

.col-xs-1 {
  -ms-flex-preferred-size: 8.33333333%;
  flex-basis: 8.33333333%;
  max-width: 8.33333333%;
}

.col-xs-2 {
  -ms-flex-preferred-size: 16.66666667%;
  flex-basis: 16.66666667%;
  max-width: 16.66666667%;
}

.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  -ms-flex-preferred-size: 33.33333333%;
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}

.col-xs-5 {
  -ms-flex-preferred-size: 41.66666667%;
  flex-basis: 41.66666667%;
  max-width: 41.66666667%;
}

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  -ms-flex-preferred-size: 58.33333333%;
  flex-basis: 58.33333333%;
  max-width: 58.33333333%;
}

.col-xs-8 {
  -ms-flex-preferred-size: 66.66666667%;
  flex-basis: 66.66666667%;
  max-width: 66.66666667%;
}

.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  -ms-flex-preferred-size: 83.33333333%;
  flex-basis: 83.33333333%;
  max-width: 83.33333333%;
}

.col-xs-11 {
  -ms-flex-preferred-size: 91.66666667%;
  flex-basis: 91.66666667%;
  max-width: 91.66666667%;
}

.col,
.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.start-xs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start;
}

.center-xs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.end-xs {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end;
}

.top-xs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.middle-xs {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bottom-xs {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.between-xs {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.first-xs {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.last-xs {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media only screen and (min-width: 768px) {
  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-offset-0,
  .col-sm-offset-1,
  .col-sm-offset-2,
  .col-sm-offset-3,
  .col-sm-offset-4,
  .col-sm-offset-5,
  .col-sm-offset-6,
  .col-sm-offset-7,
  .col-sm-offset-8,
  .col-sm-offset-9,
  .col-sm-offset-10,
  .col-sm-offset-11,
  .col-sm-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-sm {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-sm {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-sm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-sm {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-sm {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .middle-sm {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bottom-sm {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-sm {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-sm {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .last-sm {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media only screen and (min-width: 992px) {
  .col,
  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-offset-0,
  .col-md-offset-1,
  .col-md-offset-2,
  .col-md-offset-3,
  .col-md-offset-4,
  .col-md-offset-5,
  .col-md-offset-6,
  .col-md-offset-7,
  .col-md-offset-8,
  .col-md-offset-9,
  .col-md-offset-10,
  .col-md-offset-11,
  .col-md-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-md {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col,
  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-md {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-md {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-md {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-md {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .middle-md {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bottom-md {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-md {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-md {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .last-md {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media only screen and (min-width: 1440px) {
  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-offset-0,
  .col-lg-offset-1,
  .col-lg-offset-2,
  .col-lg-offset-3,
  .col-lg-offset-4,
  .col-lg-offset-5,
  .col-lg-offset-6,
  .col-lg-offset-7,
  .col-lg-offset-8,
  .col-lg-offset-9,
  .col-lg-offset-10,
  .col-lg-offset-11,
  .col-lg-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-lg {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-lg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-lg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-lg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-lg {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .middle-lg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bottom-lg {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-lg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-lg {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .last-lg {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media only screen and (min-width: 1920px) {
  .col-xl,
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl-offset-0,
  .col-xl-offset-1,
  .col-xl-offset-2,
  .col-xl-offset-3,
  .col-xl-offset-4,
  .col-xl-offset-5,
  .col-xl-offset-6,
  .col-xl-offset-7,
  .col-xl-offset-8,
  .col-xl-offset-9,
  .col-xl-offset-10,
  .col-xl-offset-11,
  .col-xl-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-xl {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-xl-offset-0 {
    margin-left: 0;
  }
  .col-xl-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xl-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xl-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xl-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xl-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-xl {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-xl {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-xl {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-xl {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .middle-xl {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bottom-xl {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .around-xl {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-xl {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-xl {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .last-xl {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@font-face {
  font-display: swap;
  font-family: "TTNormsPro-Regular";
  src: url("/theme/fonts/webfonts/mission/390B1B_1_0.eot");
  src: url("/theme/fonts/webfonts/mission/390B1B_1_0.eot?#iefix") format("embedded-opentype"), url("/theme/fonts/webfonts/mission/390B1B_1_0.woff2") format("woff2"), url("/theme/fonts/webfonts/mission/390B1B_1_0.woff") format("woff"), url("/theme/fonts/webfonts/mission/390B1B_1_0.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "TTNormsPro-Bold";
  src: url("/theme/fonts/webfonts/mission/390B1B_0_0.eot");
  src: url("/theme/fonts/webfonts/mission/390B1B_0_0.eot?#iefix") format("embedded-opentype"), url("/theme/fonts/webfonts/mission/390B1B_0_0.woff2") format("woff2"), url("/theme/fonts/webfonts/mission/390B1B_0_0.woff") format("woff"), url("/theme/fonts/webfonts/mission/390B1B_0_0.ttf") format("truetype");
}
@font-face {
  font-family: "GT-Super-Display-Bold";
  src: url("/theme/fonts/webfonts/mission/GT-Super-Display-Bold.woff2") format("woff2"), url("/theme/fonts/webfonts/mission/GT-Super-Display-Bold.woff") format("woff");
}
@font-face {
  font-family: "GT-Walsheim-Pro-Ultra-Bold";
  src: url("/theme/fonts/webfonts/mission/GT-Walsheim-Pro-Ultra-Bold.woff2") format("woff2"), url("/theme/fonts/webfonts/mission/GT-Walsheim-Pro-Ultra-Bold.woff") format("woff");
}
@font-face {
  font-family: "TT-Norms";
  src: url("/theme/fonts/webfonts/mission/390B1B_1_0.woff2") format("woff2"), url("/theme/fonts/webfonts/mission/390B1B_1_0.woff") format("woff");
}
@font-face {
  font-family: "TT-Norms-Bold";
  src: url("/theme/fonts/webfonts/mission/390B1B_0_0.woff2") format("woff2"), url("/theme/fonts/webfonts/mission/390B1B_0_0.woff") format("woff");
}
html,
body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

body {
  position: relative;
  display: block;
  width: 100%;
  font-size: 16px;
  font-family: "Manrope", sans-serif;
  opacity: 1;
  word-wrap: break-word;
  z-index: 1;
}

::-moz-selection {
  color: #ffffff;
  background-color: #000000;
}

::selection {
  color: #ffffff;
  background-color: #000000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 40px;
  word-wrap: break-word;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-bottom: 40px;
  }
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  color: var(--brand-1);
}

html.livity h1,
html.livity h2,
html.livity h3,
html.livity h4,
html.livity h5,
html.livity h6 {
  font-weight: 300;
}
html.livity strong {
  font-weight: 700;
}

b, strong {
  font-family: "Manrope", sans-serif;
}

span {
  line-height: 100%;
}

p {
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-top: 0;
  margin-bottom: 20px;
  word-wrap: break-word;
}

.uppercase {
  text-transform: uppercase;
}

main a, .content-close a, .footer-right a, .location-footer a {
  color: #1c1c1c;
  font-size: 16px;
  font-weight: normal;
  outline: 0;
  position: relative;
  z-index: 1;
  display: inline-flex;
  text-decoration: underline;
  padding-left: 0;
  padding-bottom: 2px;
  padding-right: 0;
  transition: all 0.075s ease-out;
}
@media (min-width: 768px) {
  main a, .content-close a, .footer-right a, .location-footer a {
    text-decoration: none;
  }
}
main a::before, .content-close a::before, .footer-right a::before, .location-footer a::before {
  content: "";
  display: none;
}
@media (min-width: 768px) {
  main a::before, .content-close a::before, .footer-right a::before, .location-footer a::before {
    width: 100%;
    height: 1px;
    background: currentColor;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    transform-origin: left bottom;
    transition: width 0.075s ease-out;
    display: inline-block;
  }
}
main a.no-underline::before, .content-close a.no-underline::before, .footer-right a.no-underline::before, .location-footer a.no-underline::before {
  display: none;
}
main a:hover::before, .content-close a:hover::before, .footer-right a:hover::before, .location-footer a:hover::before {
  width: 0;
  transition-duration: 0.4s;
  background: var(--brand-1);
}
main a:hover, .content-close a:hover, .footer-right a:hover, .location-footer a:hover {
  color: var(--brand-1);
}
main .footer-logo::before, .content-close .footer-logo::before, .footer-right .footer-logo::before, .location-footer .footer-logo::before {
  content: none;
}

.footer-right a, .location-footer a {
  color: #ffffff;
}

/*
a:focus {
  outline: 1px dashed $teal;
}
*/
.btn {
  position: relative;
  padding: 20px 40px;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  border-width: 2px;
  border-style: solid;
  transition: color 0.2s ease-in-out;
  overflow: hidden;
  display: block;
  float: left;
  color: #ffffff;
  border-color: #ff004e;
  text-transform: uppercase;
  font-size: 16px;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .btn {
    width: auto;
    min-width: 250px;
  }
}
.btn:before {
  content: "";
  width: 150%;
  height: 450%;
  position: absolute;
  top: 200%;
  left: -25%;
  z-index: -1;
  background: #ff004e;
  transition: top 0.2s linear;
  -webkit-transform: rotate(8deg);
  transform: rotate(8deg);
}
.btn:hover {
  color: #ffffff !important;
}
.btn:hover:before {
  top: -150%;
}
.btn.green {
  color: #48ff00;
  border-color: #48ff00;
}
.btn.green:before {
  background: #48ff00;
}

.heading-jumbo {
  font-family: "Manrope", sans-serif;
  font-size: 2.5rem;
  line-height: 2.5rem;
  margin-bottom: 20px;
  text-transform: uppercase;
  text-align: left;
}
.heading-jumbo.margin-bottom-sm {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .heading-jumbo {
    margin-bottom: 40px;
    font-size: 3.75rem;
    line-height: 3.75rem;
  }
}
@media (min-width: 1440px) {
  .heading-jumbo {
    font-size: 5.625rem;
    line-height: 5.625rem;
  }
}

.copy h1.heading-xxs,
.copy h2.heading-xxs,
.copy h3.heading-xxs,
.copy h4.heading-xxs,
.copy h4.heading-xxs,
.heading-xxs {
  font-family: "Manrope", sans-serif;
  font-size: 0.875rem;
  line-height: 1.625rem;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.heading-lg,
.copy h1,
.copy h2,
.copy h3 {
  font-family: "Manrope", sans-serif;
  font-size: 1.9375rem;
  line-height: 2.375rem;
  margin-bottom: 20px;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .heading-lg,
  .copy h1,
  .copy h2,
  .copy h3 {
    font-size: 3.375rem;
    line-height: 3.3125rem;
  }
}

.heading-md,
.copy h4 {
  font-family: "Manrope", sans-serif;
  font-size: 1.25rem;
  line-height: 1.5rem;
  margin-bottom: 20px;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .heading-md,
  .copy h4 {
    font-size: 1.75rem;
    line-height: 2.125rem;
  }
}

.heading-sm,
.copy h1.heading-sm,
.copy h2.heading-sm,
.copy h3.heading-sm,
.copy h4.heading-sm,
.copy h4.heading-sm,
.copy h5 {
  font-family: "Manrope", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 20px;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .heading-sm,
  .copy h1.heading-sm,
  .copy h2.heading-sm,
  .copy h3.heading-sm,
  .copy h4.heading-sm,
  .copy h4.heading-sm,
  .copy h5 {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
}

.copy h1.heading-xs,
.copy h2.heading-xs,
.copy h3.heading-xs,
.copy h4.heading-xs,
.copy h4.heading-xs,
.heading-xs {
  font-family: "Manrope", sans-serif;
  font-size: 1rem;
  line-height: 1.625rem;
  margin-bottom: 20px;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .copy h1.heading-xs,
  .copy h2.heading-xs,
  .copy h3.heading-xs,
  .copy h4.heading-xs,
  .copy h4.heading-xs,
  .heading-xs {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}

.body-copy-md {
  font-family: "Manrope", sans-serif;
  font-size: 1.1875rem;
  line-height: 1.5625rem;
  margin-bottom: 20px;
}

.bold {
  font-family: "Manrope", sans-serif;
}

.semi-bold {
  font-family: "Manrope", sans-serif;
}

.align-left {
  text-align: left;
}

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

.copy-green {
  color: var(--brand-1);
}
.copy-green p {
  color: var(--brand-1);
}

.copy-orange {
  color: #FF6043;
}
.copy-orange p {
  color: #FF6043;
}

ol, ul {
  padding-left: 17px;
}
ol li, ul li {
  margin-bottom: 10px;
}

input[type=email], input[type=number], input[type=search], input[type=text], input[type=tel], input[type=url], input[type=password], textarea, select {
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
  height: 40px;
  padding: 10px 20px;
  margin: 0 auto;
  background-color: #ffffff;
  color: #bbbbbb;
  border: 1px solid #bbbbbb;
  -webkit-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  font-weight: 500;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

input[type=email], input[type=number], input[type=search], input[type=text], input[type=tel], input[type=url], input[type=password], textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  min-height: 140px;
  padding: 10px 20px;
}

input[type=email]:focus, input[type=number]:focus, input[type=search]:focus, input[type=text]:focus, input[type=tel]:focus, input[type=url]:focus, input[type=password]:focus, textarea:focus, select:focus {
  /*	color: $black;*/
  outline: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

label, legend {
  display: block;
  margin-bottom: 20px;
  font-weight: 500;
}

fieldset {
  padding: 0;
  border-width: 0;
}

input[type=checkbox], input[type=radio] {
  display: inline;
}

label > .label-body {
  display: inline-block;
  margin-left: 0.5rem;
  font-weight: normal;
}

::placeholder {
  color: #fff;
  font-weight: 500;
  color: red;
}
@media (min-width: 992px) {
  ::placeholder {
    margin-top: 20px;
  }
}

.field-validation-error {
  font-size: 1em;
  padding: 5px 0;
  color: red;
  font-weight: normal;
  display: block;
  margin-top: -10px;
}

@keyframes throb {
  50% {
    background: #fff;
    transform: scale(1.03);
  }
}
.throb-once {
  animation: throb 0.5s ease-in-out forwards alternate;
  -webkit-animation: throb 0.5s ease-in-out forwards alternate;
}

.spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.2s ease-in-out;
  opacity: 0;
}
.spinner span {
  transition: all 0.2s ease-in-out;
  opacity: 1;
  width: 100px;
  height: 100px;
  left: -50px;
  top: -50px;
  position: absolute;
  border: 15px solid var(--brand-1);
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: loaderRotation 1s linear infinite;
}

.submitting .field-groups {
  transition: opacity 0.4s ease-in-out;
  opacity: 0.2;
}
.submitting .spinner {
  opacity: 1;
}
.submitting .spinner.center {
  transform: translate(-50%, -50%);
}

.checkbox-wrap {
  display: flex;
  position: relative;
  align-items: center;
  margin-bottom: 15px;
  cursor: pointer;
  font-weight: 600;
  -webkit-tap-highlight-color: transparent;
}
.checkbox-wrap label {
  margin: 0 0 0 13.3333333333px;
}
.checkbox-wrap label a {
  font-weight: inherit;
}
.checkbox-wrap .checkmark {
  border: solid 1px #000000;
  position: relative;
  height: 30px;
  width: 30px;
  box-sizing: border-box;
  margin-right: 10px;
  display: inline-block;
  position: absolute;
  top: 0;
  pointer-events: none;
}
.checkbox-wrap .checkmark:before {
  transition: all 0.1s ease-in-out;
  width: 7.5px;
  height: 20px;
  content: "";
  position: absolute;
  left: 10px;
  top: 2.1428571429px;
  opacity: 0;
  border-bottom: 3px solid var(--brand-1);
  border-right: 3px solid var(--brand-1);
  transform: rotate(35deg) scale(0.5);
}
.checkbox-wrap input {
  opacity: 0;
  width: 30px;
  height: 30px;
  cursor: pointer;
  margin: 0;
}
.checkbox-wrap input.input-validation-error + .checkmark {
  border-color: red;
}
.checkbox-wrap input:checked ~ .checkmark:before {
  opacity: 1;
  transform: rotate(45deg) scale(1, 1);
}

.select-wrapper {
  position: relative;
}
.select-wrapper select {
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  outline: none;
  color: #000;
  height: auto;
  padding: 0 40px 0 10px;
  text-align: left;
  height: 24px;
  line-height: 1.5;
  background: transparent;
  cursor: pointer;
}
.select-wrapper select.input-validation-error + .line {
  background: red;
}
.select-wrapper select.input-validation-error + .line::after {
  border-color: red;
}
.select-wrapper .line {
  margin: 0;
  display: block;
  content: "";
  background: #000;
  width: calc(100% - 30px);
  position: absolute;
  height: 1px;
  bottom: -1px;
  left: 10px;
}
.select-wrapper .line::after {
  content: "";
  right: 2px;
  bottom: 9px;
  width: 5px;
  height: 5px;
  position: absolute;
  border-right: solid 1px #000000;
  border-top: solid 1px #000000;
  transition: transform 0.2s ease-in-out;
  transform: rotate(135deg);
  z-index: 10;
}
.select-wrapper.active .line {
  background: transparent;
}
.select-wrapper.active .line::after {
  transform: rotate(-45deg);
}

input.cta {
  border: 2px solid transparent;
  border-radius: 40px;
  font-weight: 600;
  background-color: var(--brand-1);
  color: var(--brand-1-contrast) !important;
  display: inline-block;
  margin-top: 25px;
  padding: 14px 56px;
  text-decoration: none;
  line-height: 1;
  text-transform: uppercase;
  transition: none;
}

.white .checkbox-wrap .checkmark, .grey .checkbox-wrap .checkmark, html.livity .brand .checkbox-wrap .checkmark {
  border-color: #000000;
}
.white .checkbox-wrap .checkmark:before, .grey .checkbox-wrap .checkmark:before, html.livity .brand .checkbox-wrap .checkmark:before {
  border-color: #000000;
}

.black .select-wrapper select {
  color: #ffffff;
  background: transparent;
}
.black .select-wrapper select option {
  background: #000000;
}
.black .select-wrapper .line {
  background: #ffffff;
}
.black .select-wrapper .line:after {
  border-color: #ffffff;
}
.black .checkbox-wrap .checkmark {
  border-color: #ffffff;
}

.brand input.cta {
  border: solid 1px #000000;
}

/* Livity specific form styles */
html.livity .black .select-wrapper .line {
  background-color: var(--brand-1);
}
html.livity .black ::placeholder {
  color: #000000;
  font-weight: 700;
}
html.livity .black input[type=text], html.livity .black input[type=email], html.livity .black textarea {
  background: #ffffff;
  color: #000000;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
  transform: translate3d(0px, 0, 0);
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  /* Auto Height */
  /* 3D Effects */
  /* IE10 Windows Phone 8 Fixes */
}
.swiper-container-android .swiper-slide .swiper-container-multirow > .swiper-wrapper,
.swiper-wrapper .swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-container-android .swiper-slide .swiper-container-free-mode > .swiper-wrapper,
.swiper-wrapper .swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-container-android .swiper-slide body,
.swiper-wrapper body {
  opacity: 0.2;
}
.swiper-container-android .swiper-slide .swiper-slide,
.swiper-wrapper .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-container-android .swiper-slide .swiper-slide-invisible-blank,
.swiper-wrapper .swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-container-android .swiper-slide .swiper-container-autoheight, .swiper-container-android .swiper-slide .swiper-container-autoheight .swiper-slide,
.swiper-wrapper .swiper-container-autoheight,
.swiper-wrapper .swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-android .swiper-slide .swiper-container-autoheight .swiper-wrapper,
.swiper-wrapper .swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-container-android .swiper-slide .swiper-container-3d,
.swiper-wrapper .swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-android .swiper-slide .swiper-container-3d .swiper-wrapper, .swiper-container-android .swiper-slide .swiper-container-3d .swiper-slide, .swiper-container-android .swiper-slide .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-android .swiper-slide .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-android .swiper-slide .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-android .swiper-slide .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-android .swiper-slide .swiper-container-3d .swiper-cube-shadow,
.swiper-wrapper .swiper-container-3d .swiper-wrapper,
.swiper-wrapper .swiper-container-3d .swiper-slide,
.swiper-wrapper .swiper-container-3d .swiper-slide-shadow-left,
.swiper-wrapper .swiper-container-3d .swiper-slide-shadow-right,
.swiper-wrapper .swiper-container-3d .swiper-slide-shadow-top,
.swiper-wrapper .swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-wrapper .swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-container-android .swiper-slide .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-android .swiper-slide .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-android .swiper-slide .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-android .swiper-slide .swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-wrapper .swiper-container-3d .swiper-slide-shadow-left,
.swiper-wrapper .swiper-container-3d .swiper-slide-shadow-right,
.swiper-wrapper .swiper-container-3d .swiper-slide-shadow-top,
.swiper-wrapper .swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-android .swiper-slide .swiper-container-3d .swiper-slide-shadow-left,
.swiper-wrapper .swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-android .swiper-slide .swiper-container-3d .swiper-slide-shadow-right,
.swiper-wrapper .swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-android .swiper-slide .swiper-container-3d .swiper-slide-shadow-top,
.swiper-wrapper .swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-android .swiper-slide .swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-wrapper .swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-android .swiper-slide .swiper-container-wp8-horizontal, .swiper-container-android .swiper-slide .swiper-container-wp8-horizontal > .swiper-wrapper,
.swiper-wrapper .swiper-container-wp8-horizontal,
.swiper-wrapper .swiper-container-wp8-horizontal > .swiper-wrapper {
  touch-action: pan-y;
}
.swiper-container-android .swiper-slide .swiper-container-wp8-vertical, .swiper-container-android .swiper-slide .swiper-container-wp8-vertical > .swiper-wrapper,
.swiper-wrapper .swiper-container-wp8-vertical,
.swiper-wrapper .swiper-container-wp8-vertical > .swiper-wrapper {
  touch-action: pan-x;
}

:root {
  color-scheme: only light;
}

body {
  background: #000000;
}

section {
  padding: 40px 0;
}
@media (min-width: 1440px) {
  section {
    padding: 60px 0;
  }
}
@media (min-width: 1500px) {
  section {
    padding: 90px 0;
  }
}
section.brand {
  background-color: var(--brand-1);
}
section.brand h1,
section.brand h2,
section.brand h3,
section.brand h4,
section.brand h5,
section.brand h6,
section.brand p,
section.brand li,
section.brand a {
  color: var(--brand-1-contrast);
}
section.brand a:hover {
  color: var(--brand-1-contrast);
}
section.brand a:hover::before {
  background: var(--brand-1-contrast);
}
section.brand .copy-green {
  color: var(--brand-1);
}
section.brand .copy-green p {
  color: var(--brand-1);
}
section.brand .copy-orange {
  color: #FF6043;
}
section.purple {
  background-color: #5B34DB;
}
section.purple h1,
section.purple h2,
section.purple h3,
section.purple h4,
section.purple h5,
section.purple h6,
section.purple p,
section.purple li,
section.purple a {
  color: #ffffff;
}
section.purple a:hover {
  color: var(--brand-1);
}
section.purple a:hover::before {
  background: var(--brand-1);
}
section.purple .copy-green {
  color: var(--brand-1);
}
section.purple .copy-green p {
  color: var(--brand-1);
}
section.purple .copy-orange {
  color: #FF6043;
}
section.white, section.light {
  background-color: #ffffff;
}
section.white h1,
section.white h2,
section.white h3,
section.white h4,
section.white h5,
section.white h6,
section.white p,
section.white li,
section.white a, section.light h1,
section.light h2,
section.light h3,
section.light h4,
section.light h5,
section.light h6,
section.light p,
section.light li,
section.light a {
  color: #000000;
}
section.white a:hover, section.light a:hover {
  color: var(--brand-1);
}
section.white a:hover::before, section.light a:hover::before {
  color: var(--brand-1);
}
section.white .copy-green, section.light .copy-green {
  color: var(--brand-1);
}
section.white .copy-green p, section.light .copy-green p {
  color: var(--brand-1);
}
section.white .copy-orange, section.light .copy-orange {
  color: #FF6043;
}
section.grey {
  background-color: #EEEEEE;
}
section.grey h1,
section.grey h2,
section.grey h3,
section.grey h4,
section.grey h5,
section.grey h6,
section.grey p,
section.grey li,
section.grey a {
  color: #000000;
}
section.grey a:hover {
  color: var(--brand-1);
}
section.grey a:hover::before {
  background: var(--brand-1);
}
section.grey .copy-green {
  color: var(--brand-1);
}
section.grey .copy-green p {
  color: var(--brand-1);
}
section.grey .copy-orange {
  color: #FF6043;
}
section.right-whitespace .container, section.left-whitespace .container {
  position: relative;
}
section.right-whitespace .container:before, section.left-whitespace .container:before {
  content: "";
  display: block;
  height: calc(190px + 100%);
  top: -95px;
  width: 100%;
  left: 100%;
  position: absolute;
  background: #ffffff;
}
@media (max-width: 1230px) {
  section.right-whitespace .container:before, section.left-whitespace .container:before {
    display: none;
  }
}
section.right-whitespace.white .container:before, section.left-whitespace.white .container:before {
  background: #EEEEEE;
}
section.right-whitespace.no-padding-top.no-padding-bottom .container:before, section.left-whitespace.no-padding-top.no-padding-bottom .container:before {
  top: 0;
  height: 100%;
}
section.right-whitespace.no-padding-top .container:before, section.left-whitespace.no-padding-top .container:before {
  top: 0;
  height: calc(100% + 95px);
}
section.right-whitespace.no-padding-bottom .container:before, section.left-whitespace.no-padding-bottom .container:before {
  top: -95px;
  height: calc(95px + 100%);
}
section.left-whitespace .container:before {
  left: -100%;
}
section.black, section.dark {
  background-color: #000000;
}
section.black h1,
section.black h2,
section.black h3,
section.black h4,
section.black h5,
section.black h6,
section.black p,
section.black li,
section.black a, section.dark h1,
section.dark h2,
section.dark h3,
section.dark h4,
section.dark h5,
section.dark h6,
section.dark p,
section.dark li,
section.dark a {
  color: #ffffff;
}
section.black a:hover, section.dark a:hover {
  color: var(--brand-1);
}
section.black a:hover::before, section.dark a:hover::before {
  background: var(--brand-1);
}
section.black a:before, section.dark a:before {
  background: #ffffff;
}
section.black .copy-green, section.dark .copy-green {
  color: var(--brand-1);
}
section.black .copy-green p, section.dark .copy-green p {
  color: var(--brand-1);
}
section.black .copy-orange, section.dark .copy-orange {
  color: #FF6043;
}

.cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  display: none;
}
@media (min-width: 1200px) {
  .cursor {
    display: block;
  }
}

@media (min-width: 1200px) {
  .cursor--small {
    display: block;
    width: 7px;
    height: 7px;
    left: -3.5px;
    top: -3.5px;
    border-radius: 50%;
    z-index: 13000;
    background: #ffffff;
  }
}

.cursor--canvas {
  display: none;
}
@media (min-width: 1200px) {
  .cursor--canvas {
    display: block;
    width: 100vw;
    height: 100vh;
    z-index: 12000;
  }
}

.group-home .swiper-slide {
  width: 70%;
}
.group-home .swiper-slide .container {
  width: 100%;
  padding: 0 7.5%;
  opacity: 0.15;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.group-home .swiper-slide .container a:before {
  display: none;
}
.group-home .swiper-slide.swiper-slide-active .container {
  opacity: 1;
  /*
  				a{
  					img{
  						@include base-transition;
  						width: 100%;
  					}
  				}
  */
}
.group-home .home-slider {
  min-height: 100vh;
  position: relative;
}
.group-home .home-slider .cs-slider {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.group-home .home-slider a {
  display: block;
}

.center-self {
  align-self: center;
}

.headerBackground {
  width: 100%;
  position: fixed;
  top: 0;
  top: 0;
  height: 95px;
  z-index: 99;
  -webkit-transition: transform 0.25s ease;
  -ms-transition: transform 0.25s ease;
  -moz-transition: transform 0.25s ease;
  transition: transform 0.25s ease;
  transform: translate3d(0, 0, 0);
}
.headerBackground .backgroundContainer {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 95px;
  opacity: 0;
}
@media (min-width: 992px) {
  .headerBackground .backgroundContainer {
    height: 100px;
  }
}
.headerBackground .background {
  background-color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 70px;
}
@media (min-width: 992px) {
  .headerBackground .background {
    height: 100px;
  }
}
.headerBackground.black .backgroundContainer, .headerBackground.white .backgroundContainer {
  opacity: 1;
}
@media (min-width: 992px) {
  .headerBackground {
    height: 100px;
  }
}

.nav-open .hdr-logo-link {
  filter: invert(0);
}
.nav-open header,
.nav-open .headerBackground {
  transform: translate3d(0px, 0%, 0px) !important;
}
.nav-open header .backgroundContainer,
.nav-open .headerBackground .backgroundContainer {
  opacity: 1;
}
.nav-open header.scrolled {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.vacancypage header {
  background: #ffffff;
}
@media (min-width: 768px) {
  .vacancypage header {
    background: transparent;
  }
}

header {
  width: 100%;
  padding: 10px;
  min-height: 70px;
  position: fixed;
  top: 0;
  z-index: 101;
  -webkit-transition: transform 0.35s ease;
  -ms-transition: transform 0.35s ease;
  -moz-transition: transform 0.35s ease;
  transition: transform 0.35s ease;
  transform: translate3d(0, 0, 0);
}
header.scrolled:not(.uheader) {
  -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.25);
}
header.scrolled:not(.uheader) .hamburger .hamburger-inner,
header.scrolled:not(.uheader) .hamburger .hamburger-inner::before,
header.scrolled:not(.uheader) .hamburger .hamburger-inner::after,
header.scrolled:not(.uheader) .hamburger.white .hamburger-inner,
header.scrolled:not(.uheader) .hamburger.white .hamburger-inner::before,
header.scrolled:not(.uheader) .hamburger.white .hamburger-inner::after {
  background-color: #000000;
}
header.no-shadow {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
header .background {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  background-color: transparent;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
}
header .background.black {
  background: #000000;
}
header .hdr-logo-link {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  width: 50px;
  height: 50px;
  position: absolute;
  pointer-events: all;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  filter: invert(1) contrast(100);
}
header .hdr-logo-link img {
  position: relative;
  width: 100%;
  height: 100%;
}
header.scrolled .hdr-logo-link, header.black .hdr-logo-link {
  filter: invert(0);
}
header .hamburger {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0, -50%);
  height: 25px;
  z-index: 100;
  pointer-events: all;
}
header .nav-main {
  position: absolute;
  right: 80px;
  top: 50%;
  transform: translate(-50%);
  z-index: 100;
}
header .nav-main ul {
  margin: 0;
}
header .nav-main ul li {
  margin: 0;
  display: inline-block;
  margin-right: 40px;
}
header .nav-main ul li a {
  font-size: 16px;
  color: #ffffff;
}
@media (min-width: 992px) {
  header {
    padding: 30px;
    min-height: 100px;
  }
  header .hdr-logo-link {
    width: 60px;
    height: 60px;
  }
  header .hdr-logo-link img {
    position: relative;
    width: 100%;
    height: 100%;
  }
  header .hamburger {
    right: 40px;
  }
}
header.scrolled {
  pointer-events: none;
}
header.scrolled .hdr-logo-link {
  opacity: 1 !important;
}

/* Livity specific logo size */
html.livity header .hdr-logo-link {
  width: 186px;
  height: auto;
}

/* Krow-x specific logo size */
html.krow-x header .hdr-logo-link {
  width: 98px;
  height: auto;
}

.skip-link {
  position: absolute;
  left: -999em;
  width: 990em;
}

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

.hamburger:hover {
  opacity: 0.7;
}

.hamburger.is-active:hover {
  opacity: 0.7;
}

.hamburger.black .hamburger-inner,
.hamburger.black .hamburger-inner::before,
.hamburger.black .hamburger-inner::after {
  background-color: #000000;
}

.hamburger.white .hamburger-inner,
.hamburger.white .hamburger-inner::before,
.hamburger.white .hamburger-inner::after {
  background-color: #ffffff;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after,
.hamburger.is-active.white .hamburger-inner,
.hamburger.is-active.white .hamburger-inner::before,
.hamburger.is-active.white .hamburger-inner::after {
  background-color: #000000;
}

.errorpage .hamburger .hamburger-inner,
.errorpage .hamburger .hamburger-inner::before,
.errorpage .hamburger .hamburger-inner::after {
  background-color: #000000;
}
.errorpage .hdr-logo-link {
  opacity: 1;
}

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

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

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 35px;
  height: 2px;
  background-color: #ffffff;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

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

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

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

.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.social-icon {
  display: inline-block;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.social-icon.x-icon svg {
  transform: scale(1);
  margin: 8px;
}
.social-icon[title=LinkedIn] svg {
  margin-left: -12px;
}
.social-icon svg {
  transform: scale(1);
}
.social-icon svg rect {
  stroke: #000000;
}
.social-icon svg path {
  fill: #000000;
}
.social-icon:last-child {
  margin-right: 0;
}
.social-icon:hover rect {
  stroke: var(--brand-1);
}
.social-icon:hover path {
  fill: var(--brand-1);
}

footer {
  padding: 0 0 75px 0;
  background: #000000;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  footer .footer-right {
    text-align: left;
  }
}
@media screen and (min-width: 992px) {
  footer .footer-right {
    text-align: right;
  }
}
footer .footer-right .footer-logo {
  width: 70px;
  margin-top: 40px;
  display: none;
}
footer .footer-right .footer-logo.krow-x {
  width: 98px;
}
@media screen and (min-width: 992px) {
  footer .footer-right .footer-logo {
    display: inline-block;
  }
}
footer .footer-right .footer-logo img {
  width: 100%;
  height: auto;
}
footer .footer-right p {
  color: #ffffff;
  margin: 20px 0 10px;
  text-align: left;
}
@media screen and (min-width: 992px) {
  footer .footer-right p {
    margin: 20px 0 0;
    text-align: right;
  }
}
footer .footer-right .desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  footer .footer-right .desktop {
    display: inline-block;
  }
}
footer .footer-right ul {
  list-style-type: none;
  padding: 5px 0 0;
  margin-bottom: 0;
  text-align: left;
}
@media screen and (min-width: 992px) {
  footer .footer-right ul {
    text-align: right;
  }
}
footer .footer-right ul li {
  margin-bottom: 14px;
}
@media screen and (min-width: 768px) {
  footer .footer-right ul li {
    display: inline-block;
    margin-bottom: 0;
  }
}
footer .social-wrapper {
  margin: 20px 0 0 0;
}
footer .social-icon {
  position: relative;
}
footer .social-icon svg rect {
  stroke: #ffffff !important;
}
footer .social-icon svg path {
  fill: #ffffff;
}
footer .social-icon:hover rect {
  stroke: var(--brand-1);
}
footer .social-icon:hover path {
  fill: var(--brand-1) !important;
}

html.livity footer {
  background: var(--brand-1);
  color: #000000;
}

.social-wrapper {
  margin: 0;
}
@media (min-width: 768px) {
  .social-wrapper {
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  .social-wrapper {
    margin: 0;
  }
}

.mission-logo {
  display: inline-block;
  margin: 40px 0 15px;
  width: 145px;
  height: auto;
}
.mission-logo img {
  height: 27px;
  width: auto;
}
@media screen and (min-width: 768px) {
  .mission-logo {
    margin: 40px auto 35px;
  }
}
@media screen and (min-width: 992px) {
  .mission-logo {
    margin: 0;
  }
}
.mission-logo:before {
  display: none;
}

.mission_logo_sticky {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  opacity: 1;
  z-index: 99;
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  -ms-transition: all 0.15s ease-out 0s;
  -o-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
}
.mission_logo_sticky .animated-svg-child {
  display: none;
}
.mission_logo_sticky .static-logo-mb {
  float: right;
  position: relative;
  width: 100%;
}
.mission_logo_sticky.fade-out {
  opacity: 0 !important;
  visibility: hidden;
}
@media (min-width: 992px) {
  .mission_logo_sticky {
    width: 100px;
    height: 50px;
    bottom: 30px;
    right: 30px;
  }
  .mission_logo_sticky .animated-svg-child {
    display: block;
  }
  .mission_logo_sticky .static-logo-mb {
    display: none;
  }
}
.mission_logo_sticky:before {
  background: none !important;
}

a.mission-roundel {
  width: 45px;
  height: 45px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  border-radius: 28px;
  background: #17de84;
  transition: 0.3s width cubic-bezier(0.36, 1.49, 0.73, 1.46);
  z-index: 99999;
}
a.mission-roundel .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
a.mission-roundel .icon svg {
  width: 15px;
  height: 21px;
}
a.mission-roundel .text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
  width: 44px;
  transition: 0.2s opacity ease-in;
  opacity: 0;
}
a.mission-roundel .text svg {
  width: 44.4px;
  height: 11.1px;
}
a.mission-roundel:hover {
  width: 95px;
}
a.mission-roundel:hover .text {
  opacity: 1;
}

#navScene {
  position: fixed;
  top: -100%;
  height: 100%;
  left: 0;
  width: 100%;
  background: #ffffff;
  z-index: 100;
  opacity: 0;
  padding: 50px 0;
}
@media screen and (min-width: 992px) {
  #navScene {
    padding: 90px 0;
  }
}
@media screen and (min-width: 1440px) {
  #navScene {
    padding: 150px 0;
  }
}
#navScene .menu-logos {
  max-width: 1440px;
  width: 100%;
}
#navScene .menu-logo {
  display: inline-block;
}
#navScene .img-krow {
  width: 70px;
  height: auto;
  position: absolute;
  top: 50px;
  left: 35px;
}
@media screen and (min-width: 768px) {
  #navScene .img-krow {
    top: 60px;
    left: 80px;
    width: 120px;
    height: 120px;
  }
}
@media screen and (min-width: 992px) {
  #navScene .img-krow {
    top: 60px;
    left: 120px;
    width: 120px;
    height: 120px;
  }
}
@media screen and (min-width: 1440px) {
  #navScene .img-krow {
    top: 120px;
    left: 120px;
    width: 120px;
    height: 120px;
  }
}
#navScene #menu-top {
  position: absolute;
  left: 35px;
  top: 140px;
}
@media screen and (min-width: 321px) {
  #navScene #menu-top {
    top: 150px;
  }
}
@media screen and (min-width: 768px) {
  #navScene #menu-top {
    top: auto;
    right: 80px;
    left: auto;
    bottom: 90px;
  }
}
@media screen and (min-width: 992px) {
  #navScene #menu-top {
    bottom: 80px;
    right: 80px;
    left: auto;
    top: auto;
  }
}
@media screen and (min-width: 1230px) {
  #navScene #menu-top {
    bottom: 120px;
  }
}
#navScene #menu-top ul {
  margin: 0;
  padding: 0;
  font-family: "Manrope", sans-serif;
  text-transform: uppercase;
  text-align: left;
  list-style-type: none;
  font-size: 1.5em;
  font-weight: 500;
}
@media screen and (min-width: 321px) {
  #navScene #menu-top ul {
    font-size: 1.7em;
  }
}
@media screen and (min-width: 768px) {
  #navScene #menu-top ul {
    font-size: 2.4em;
    text-align: right;
  }
}
@media screen and (min-width: 992px) {
  #navScene #menu-top ul {
    font-size: 3em;
  }
}
@media screen and (min-width: 1230px) {
  #navScene #menu-top ul {
    font-size: 2.8em;
  }
}
@media screen and (min-width: 1700px) {
  #navScene #menu-top ul {
    font-size: 4em;
  }
}
@media screen and (min-width: 1921px) {
  #navScene #menu-top ul {
    font-size: 5em;
  }
}
#navScene #menu-top ul li {
  margin: 0;
  padding: 0;
}
#navScene #menu-top ul li a {
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  -ms-transition: all 0.15s ease-out 0s;
  -o-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  color: #000000;
  text-decoration: none;
  display: inline-block;
  vertical-align: text-top;
  line-height: 1.2em;
}
#navScene #menu-top ul li a:hover {
  text-decoration: none;
  color: var(--brand-1);
}
#navScene #menu-footer {
  position: absolute;
  left: 35px;
  top: 400px;
}
@media screen and (min-width: 768px) {
  #navScene #menu-footer {
    left: 80px;
  }
}
@media screen and (min-width: 768px) {
  #navScene #menu-footer {
    top: auto;
    bottom: 90px;
  }
}
@media screen and (min-width: 1230px) {
  #navScene #menu-footer {
    bottom: 134px;
    left: 120px;
  }
}
#navScene #menu-footer .menu-footer-links {
  position: relative;
  text-align: left;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#navScene #menu-footer .menu-footer-links li {
  padding-bottom: 10px;
  margin: 0;
}
#navScene #menu-footer .menu-footer-links li a {
  text-decoration: none;
  color: #000000;
}
#navScene #menu-footer .mission-logo {
  margin: 0 0 10px 0;
}

#navBackground {
  position: fixed;
  bottom: -100%;
  height: 100%;
  left: 0;
  width: 100%;
  background: #000000;
  z-index: 20;
}

html.livity #navScene #menu-top ul li a {
  color: #000000;
  transition: none;
  padding: 0 15px;
}
html.livity #navScene #menu-top ul li a:hover {
  color: #000000;
  background-color: var(--brand-1);
}

/**umb_name:CTA*/
a.cta {
  border: 2px solid transparent;
  border-radius: 40px;
  font-weight: 600;
  background-color: var(--brand-1);
  color: var(--brand-1-contrast) !important;
  display: inline-block;
  margin-top: 25px;
  padding: 14px 56px;
  text-decoration: none;
  line-height: 1;
  text-transform: uppercase;
  transition: none;
}

/**umb_name:Heading 1*/
h1 {
  color: #000000;
}

/**umb_name:Heading 2*/
h2 {
  color: #000000;
}

.cta {
  color: var(--brand-1-contrast);
}
.cta:before {
  display: none;
}
.cta:hover {
  cursor: pointer;
  background-color: var(--brand-1-contrast);
  border-color: var(--brand-1);
  color: var(--brand-1) !important;
}

.page-header {
  width: 100%;
  height: 90vh;
  position: relative;
  min-height: 530px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .page-header {
    height: 90vh;
    min-height: 720px;
  }
}
@media (min-width: 1440px) {
  .page-header {
    height: 80vh;
  }
}
@media (min-width: 1440px) {
  .page-header.has-video {
    min-height: 100vh;
  }
}
@media (min-width: 1300px) {
  .page-header {
    min-height: 800px;
  }
}
@media (min-width: 1700px) {
  .page-header {
    min-height: 900px;
  }
}
@media (min-width: 1900px) {
  .page-header {
    min-height: 1000px;
  }
}
@media (min-width: 2300px) {
  .page-header {
    min-height: 1300px;
  }
}
.page-header.internal {
  height: auto;
  overflow: visible;
  /*        + section {
      padding-top: 74px;

      @media (min-width: $sm) {
          padding-top: 135px;
      }
  }*/
}
@media (min-width: 768px) {
  .page-header.internal {
    height: auto;
    min-height: 0 !important;
  }
}
@media (min-width: 768px) {
  .page-header.internal {
    height: 93vh;
    min-height: 720px;
  }
}
@media (min-width: 1440px) {
  .page-header.internal {
    height: 93vh;
  }
}
.page-header svg #Line {
  animation: scroll ease 2.5s infinite;
}
.page-header__mute-toggle {
  background: none;
  position: fixed;
  border: none;
  margin: 0;
  width: 38px;
  height: 38px;
  top: 31px;
  right: 110px;
  z-index: 500;
  cursor: pointer;
  opacity: 0;
  transition: all 0.75s ease-in-out;
  pointer-events: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 992px) {
  .page-header__mute-toggle {
    width: 34px;
    height: 34px;
    right: 90px;
    top: 19px;
  }
}
.page-header__mute-toggle.enabled {
  opacity: 1;
  pointer-events: all;
}
.page-header__mute-toggle.enabled.transitioned {
  transition: all 0.05s ease-in-out;
}
.page-header__mute-toggle:hover {
  transform: scale(1.1);
  opacity: 0.7;
}
.page-header__mute-toggle svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  transition: transform 0.15s ease-in-out;
}
.page-header__mute-toggle svg.unmuted-icon {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.9);
}
.page-header__mute-toggle.unmuted {
  border-color: #0f0;
}
.page-header__mute-toggle.unmuted svg {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.9);
}
.page-header__mute-toggle.unmuted svg.unmuted-icon {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.page-header__mute-toggle .cls-1 {
  fill: #000000;
}
.page-header__mute-toggle.white .cls-1 {
  fill: #ffffff;
}
@keyframes fadeInScollIcon {
  0% {
    opacity: 0;
    transform: translate(-50%, 0) scale(0.2);
  }
  80% {
    opacity: 1;
    transform: translate(-50%, 0) scale(1);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0) scale(1);
  }
}
.page-header .scroll-icon {
  display: none;
}
.page-header .scroll-icon svg * {
  stroke-width: 3px;
}
.page-header .scroll-icon.black svg g {
  stroke: black;
}
@media (min-width: 992px) {
  .page-header .scroll-icon {
    opacity: 0;
    animation: 1s ease 1s normal forwards 1 fadeInScollIcon;
    display: block;
    position: absolute;
    left: 50%;
    bottom: 70px;
  }
}

.vacancypage .page-header {
  display: none;
}
@media (min-width: 768px) {
  .vacancypage .page-header {
    display: block;
  }
}

body:not(.home) .page-header__internal-content .arrow-cta {
  display: block;
  margin-top: 60px;
}
body:not(.home) .page-header__internal-content .arrow-cta .arrow-wrapper {
  padding-top: 5px;
}
body:not(.home) .page-header__internal-content .arrow-cta .arrow-cta__text {
  color: black;
  font-weight: 700;
}
body:not(.home) .page-header__internal-content .arrow-cta svg path {
  stroke: var(--brand-1);
  stroke-width: 3px;
}

#location-home .page-header {
  height: 100vh !important;
}

@keyframes scroll {
  0% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(10px);
  }
}
@keyframes enterButtonAppear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.page-header__enter-button {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  border: 2px solid transparent;
  border-radius: 40px;
  font-weight: 600;
  background-color: var(--brand-1);
  color: var(--brand-1-contrast) !important;
  display: inline-block;
  margin-top: 25px;
  padding: 14px 56px;
  text-decoration: none;
  line-height: 1;
  text-transform: uppercase;
  transition: none;
  opacity: 0;
  transform: translate(-50%, -50%);
  animation: 1s ease 5s normal forwards 1 enterButtonAppear;
  width: 181px;
  text-align: center;
}
.page-header__enter-button:hover {
  background: #ffffff;
  color: #000000 !important;
}

.page-header__image {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 100vw;
  height: 60.416vw;
  min-height: 100vh;
  min-width: 177.77vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page-header__image.desktop {
  display: none;
}
@media (min-width: 550px) {
  .page-header__image.desktop {
    display: block;
  }
}
.page-header__image.mobile {
  display: block;
  background-size: cover;
  min-width: 0;
}
@media (min-width: 550px) {
  .page-header__image.mobile {
    display: none;
  }
}

#header_video, #header_video iframe, .header_video {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #000000;
}

#header_video, .header_video {
  pointer-events: none;
  overflow: hidden;
}

#header_video, .header_video iframe {
  width: 100vw;
  height: 60.416vw; /* 48:29 ratio */
  min-height: 100vh;
  min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.page-header__internal-image {
  margin-top: -3vh; /* offset so the image shouldn't overlap filter */
  width: 100%;
  height: 0;
  padding-bottom: 148.309178744%;
}
@media (min-width: 768px) {
  .page-header__internal-image {
    right: 0;
    height: 108%;
    padding: 0;
  }
}
.page-header__internal-image__desktop {
  display: none;
}
@media (min-width: 768px) {
  .page-header__internal-image__desktop {
    display: block;
  }
}
.page-header__internal-image__mobile {
  display: block;
  background-size: cover;
  min-width: 0;
}
@media (min-width: 768px) {
  .page-header__internal-image__mobile {
    display: none;
  }
}

.page-header__internal {
  background-color: #ffffff;
  height: auto;
  position: relative;
}
@media (min-width: 768px) {
  .page-header__internal {
    height: 100%;
  }
}
@media (min-width: 768px) {
  .page-header__internal {
    margin-left: 0;
  }
}
.page-header__internal h1 {
  margin: 0 0 44px 0;
  font-size: 2.5rem;
  line-height: 2.5rem;
  font-weight: 300;
}
@media (min-width: 768px) {
  .page-header__internal h1 {
    font-size: 3.75rem;
    line-height: 3.75rem;
  }
}
@media (min-width: 992px) {
  .page-header__internal h1 {
    font-size: 5rem;
    line-height: 5rem;
  }
}

.page-header__internal-content {
  margin: 40px 9.6618357488% 40px 9.6618357488%;
}
@media (min-width: 768px) {
  .page-header__internal-content {
    position: absolute;
    top: 56%;
    transform: translate3d(0, -50%, 0);
    padding: 0 15.4761904762% 0 13.0952380952%;
    margin: 0;
  }
}
.page-header__internal-content .what-we-do-cta {
  display: inline-block !important;
  margin-top: 0 !important;
  margin-bottom: 40px;
  position: relative;
  padding-left: 44px;
  text-decoration: none !important;
  font-family: galanogrotesque-bold, Helvetica Neue, helvetica, sans-serif;
}
.page-header__internal-content .what-we-do-cta:before {
  display: none;
}
.page-header__internal-content .what-we-do-cta:hover {
  color: #000000;
}
.page-header__internal-content .what-we-do-cta .arrow {
  width: 136px;
  float: left;
  margin-right: 0px;
  margin-top: 2px;
  padding-right: 96px;
  position: absolute;
  left: 0;
}
.page-header__internal-content p {
  max-width: 500px;
}
@media (min-width: 992px) {
  .page-header__internal-content p {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.page-header__internal-wrapper {
  margin-left: 9.6618357488%;
}
@media (min-width: 768px) {
  .page-header__internal-wrapper {
    margin-left: 0;
    position: absolute;
    height: 100%;
    width: 45%;
  }
}

body.scrolled .page-header__mute-toggle {
  filter: none;
}
body.scrolled .page-header__mute-toggle svg .cls-1 {
  fill: #000000;
}

@media (orientation: landscape) and (max-height: 768px) {
  .page-header {
    min-height: 100vh;
  }
}
.detail .section-heading {
  margin-bottom: 9.9305555556%;
}

.detail__step-heading {
  font-family: "Manrope", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  margin: 35px 0 12px 0;
}

.detail__step-copy {
  margin-bottom: 0;
}

.quote-carousel.black .swiper-pagination-current, .quote-carousel.black .swiper-pagination-total,
.values.black .swiper-pagination-current,
.values.black .swiper-pagination-total {
  color: #ffffff;
}
.quote-carousel .quote__text,
.values .quote__text {
  font-size: 1.5rem;
  line-height: 2.375rem;
  line-height: 1.8rem;
}
@media (min-width: 768px) {
  .quote-carousel .quote__text,
  .values .quote__text {
    font-size: 2rem;
    line-height: 4.25rem;
    line-height: 2.5rem;
  }
}
.quote-carousel .swiper-wrapper,
.values .swiper-wrapper {
  align-items: center;
}
.quote-carousel__item,
.values__item {
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 992px) {
  .quote-carousel__item,
  .values__item {
    grid-template-columns: 0.71fr 0.29fr;
  }
}
.quote-carousel__item.no-image .quote-carousel__item__text,
.values__item.no-image .quote-carousel__item__text {
  padding-top: 0;
}
.quote-carousel__item.no-image .quote-carousel__item__details h4,
.values__item.no-image .quote-carousel__item__details h4 {
  margin-top: 0;
  font-size: 1.375rem;
  line-height: 1.5625rem;
}
.quote-carousel__item.no-image .quote-carousel__item__details p,
.values__item.no-image .quote-carousel__item__details p {
  font-size: 1.25rem;
  line-height: 1.5625rem;
}
.quote-carousel__item__text,
.values__item__text {
  order: 2;
  padding: 0;
}
.quote-carousel__item__text h2,
.values__item__text h2 {
  text-transform: none;
  font-size: 1.5rem;
  line-height: 2.25rem;
}
.quote-carousel__item__text img,
.values__item__text img {
  max-width: 300px;
}
@media (min-width: 992px) {
  .quote-carousel__item__text,
  .values__item__text {
    padding: 80px 80px 40px 0;
  }
}
@media (min-width: 1440px) {
  .quote-carousel__item__text,
  .values__item__text {
    padding: 80px;
  }
}
@media (min-width: 992px) {
  .quote-carousel__item__text,
  .values__item__text {
    order: 1;
  }
  .quote-carousel__item__text h2,
  .values__item__text h2 {
    font-size: 1.75rem;
    line-height: 2.625rem;
  }
}
.quote-carousel__item__details,
.values__item__details {
  align-text: left;
  order: 1;
}
.quote-carousel__item__details img,
.values__item__details img {
  margin-bottom: 10px;
  width: 100%;
  max-width: 250px;
}
.quote-carousel__item__details h4,
.values__item__details h4 {
  margin: 26.6666666667px 0 20px 0;
  width: 100%;
  text-transform: none;
  font-size: 1.1875rem;
  line-height: 1.25rem;
}
.quote-carousel__item__details p,
.values__item__details p {
  font-size: 1.125rem;
  line-height: 1.25rem;
}
@media (min-width: 992px) {
  .quote-carousel__item__details,
  .values__item__details {
    order: 1;
  }
  .quote-carousel__item__details img,
  .values__item__details img {
    max-width: auto;
  }
  .quote-carousel__item__details h4,
  .values__item__details h4 {
    color: red;
    font-size: 1.375rem;
    line-height: 1.5625rem;
  }
  .quote-carousel__item__details p,
  .values__item__details p {
    font-size: 1.25rem;
    line-height: 1.5625rem;
  }
}
.quote-carousel .swiper-button-prev.arrow, .quote-carousel .swiper-button-next.arrow,
.values .swiper-button-prev.arrow,
.values .swiper-button-next.arrow {
  width: 70px;
  height: 26px;
  margin: 0 auto;
  overflow: hidden;
}
.quote-carousel .swiper-button-prev.arrow svg path, .quote-carousel .swiper-button-next.arrow svg path,
.values .swiper-button-prev.arrow svg path,
.values .swiper-button-next.arrow svg path {
  stroke: var(--brand-1);
}
@media (min-width: 992px) {
  .quote-carousel .swiper-button-prev.arrow, .quote-carousel .swiper-button-next.arrow,
  .values .swiper-button-prev.arrow,
  .values .swiper-button-next.arrow {
    width: 70px;
  }
}
.quote-carousel .swiper-button-prev.arrow img, .quote-carousel .swiper-button-next.arrow img,
.values .swiper-button-prev.arrow img,
.values .swiper-button-next.arrow img {
  height: 26px;
  width: 70px;
  max-width: none;
}
@media (max-width: 768px) {
  .quote-carousel .arrow-clip,
  .values .arrow-clip {
    width: 43px;
    overflow: hidden;
  }
}
.quote-carousel .swiper-button-next.arrow,
.values .swiper-button-next.arrow {
  float: right;
  cursor: pointer;
}
.quote-carousel .swiper-button-prev.arrow,
.values .swiper-button-prev.arrow {
  float: left;
  cursor: pointer;
}

.copy {
  overflow: hidden;
}
.copy.no-padding {
  padding: 0;
}
.copy__header {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 20px;
  text-transform: none;
}
.copy__header br {
  display: none;
}
@media (min-width: 992px) {
  .copy__header {
    margin: 0 0 20px 0;
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
  .copy__header br {
    display: inline;
  }
}
.copy h1, .copy h2, .copy h3, .copy h4, .copy h5, .copy h6 {
  margin-bottom: 20px;
}
.copy ol, .copy ul {
  margin-bottom: 20px;
}
.copy p, .copy ol, .copy ul, .copy a {
  font-size: 1.1875rem;
  line-height: 1.625rem;
  max-width: 820px;
}
.copy .col-xs-12 > *:last-child, .copy > *:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .copy__left {
    padding-right: 3.3333333333%;
  }
}
@media (min-width: 768px) {
  .copy__right {
    padding-left: 3.3333333333%;
  }
}
.copy .copy-text > *:last-of-type {
  color: red;
}

.insightarticlepage .copy {
  padding-top: 90px;
  padding-bottom: 90px;
}
.insightarticlepage .copy.no-padding-top {
  padding-top: 0;
}
.insightarticlepage .copy.no-padding-bottom {
  padding-bottom: 0;
}

.insightarticlepage .copy ul, .workarticlepage .copy ul {
  padding-left: 0;
}
.insightarticlepage .copy ul li, .workarticlepage .copy ul li {
  list-style: none;
  position: relative;
  padding: 0 0 0 30px;
}
.insightarticlepage .copy ul li strong, .workarticlepage .copy ul li strong {
  font-weight: 600;
}
.insightarticlepage .copy ul li:before, .workarticlepage .copy ul li:before {
  content: "";
  left: 0;
  top: 4px;
  position: absolute;
  width: 23px;
  height: 14px;
  background-image: url(/theme/images/bullet-arrow-black.svg);
}
.insightarticlepage .copy.brand ul li:before, .insightarticlepage .copy.black ul li:before, .insightarticlepage .brand .copy ul li:before, .insightarticlepage .black .copy ul li:before, .workarticlepage .copy.brand ul li:before, .workarticlepage .copy.black ul li:before, .workarticlepage .brand .copy ul li:before, .workarticlepage .black .copy ul li:before {
  background-image: url(/theme/images/bullet-arrow-white.svg);
}

.newsarticlepage .copy__header {
  text-transform: uppercase;
  font-size: 1.875rem;
  line-height: 1.875rem;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .newsarticlepage .copy__header {
    display: block;
    margin-bottom: 40px;
    font-size: 3.75rem;
    line-height: 3.75rem;
  }
}

.insightarticlepage .copy__header {
  font-size: 1.5rem;
  line-height: 1.875rem;
  font-weight: 500;
  margin-bottom: 20px;
  text-transform: none;
}
@media (min-width: 992px) {
  .insightarticlepage .copy__header {
    display: block;
  }
}
.insightarticlepage .copy p {
  font-weight: 400;
}
.insightarticlepage .copy p strong {
  font-weight: 500;
}

.workarticlepage .copy__header {
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 1.875rem;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .workarticlepage .copy__header {
    display: block;
    margin-bottom: 40px;
  }
}

html.livity .copy__header {
  text-transform: none;
}

.copy.cookie-list h2 {
  font-size: 1.5rem;
  line-height: 1.875rem;
}
.copy.cookie-list h3 {
  font-size: 1.5rem;
  line-height: 1.875rem;
  text-transform: none;
  font-weight: 400;
}
.copy.cookie-list table thead tr th {
  background-color: var(--brand-1);
  color: #ffffff;
}
.copy.cookie-list table td, .copy.cookie-list table th {
  font-size: 1rem;
  line-height: 1.375rem;
}
.copy p a.external-link {
  background-image: url(/theme/images/external-link-black.svg);
  background-position-y: 4px;
}
.copy p a.external-link:hover {
  background-image: url(/theme/images/external-link.svg);
}
.copy p a.external-link:hover:before {
  background-color: white;
}

.black .copy a.external-link, .brand .copy a.external-link, .copy.brand a.external-link, .copy.black a.external-link {
  background-image: url(/theme/images/external-link-white.svg);
}
.black .copy a.external-link:hover, .brand .copy a.external-link:hover, .copy.brand a.external-link:hover, .copy.black a.external-link:hover {
  color: white;
  background-image: url(/theme/images/external-link-white.svg);
  padding-right: 28px;
}

.full-width-image__holder {
  height: 100%;
  width: 100%;
}

.full-width-video__wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.full-width-video__wrapper.buffering .loader {
  opacity: 1;
}
.full-width-video__wrapper.buffering .full-width-video__play svg {
  opacity: 0;
}
.full-width-video__wrapper .loader {
  transition: all 0.2s ease-in-out;
  opacity: 0;
  width: 127px;
  height: 127px;
  position: absolute;
  border: 30px solid rgba(0, 0, 0, 0.1);
  border-bottom-color: #ffffff;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: loaderRotation 1s linear infinite;
}
.full-width-video__wrapper iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@keyframes loaderRotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.full-width-video__thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
}
.full-width-video__thumbnail img {
  width: 100%;
}

.full-width-video__play {
  position: absolute;
  z-index: 10;
  left: 50%;
  transform: translate3d(-50%, 0, 0) scale(1);
  width: 30%;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.full-width-video__play svg {
  opacity: 1;
  max-width: 100%;
}
@media (max-width: 768px) {
  .full-width-video__play {
    transform: translate3d(-50%, 0, 0) scale(0.5);
  }
}
@media (min-width: 768px) {
  .full-width-video__play {
    width: 175px;
  }
}
.full-width-video__play svg {
  transition: all 0.2s ease-in-out;
  transform: scale(1);
}
.full-width-video__play:hover svg {
  transform: scale(1.1);
}

.home-video {
  margin-top: -130px;
}

.twin-images .container .row {
  gap: 10px;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .twin-images .container .row {
    gap: 20px;
    flex-wrap: nowrap;
  }
}
.twin-images__image {
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  max-width: none;
  width: 100%;
}
@media (min-width: 768px) {
  .twin-images__image {
    transform: none;
    position: relative;
    top: 0;
  }
}
.twin-images__wrapper {
  position: relative;
  overflow: hidden;
}
.twin-images__wrapper:before {
  content: "";
  display: table;
  padding-top: 100%;
}
@media (min-width: 768px) {
  .twin-images__wrapper:before {
    display: none;
  }
}
.twin-images__wrapper--left {
  margin-bottom: 7px;
}
@media (min-width: 768px) {
  .twin-images__wrapper--left {
    margin: 0 3.5px 0 0;
  }
}
@media (min-width: 768px) {
  .twin-images__wrapper--right {
    margin: 0 0 0 3.5px;
  }
}

.copy-image {
  overflow: hidden;
}
.copy-image p {
  font-size: 1.1875rem;
  line-height: 1.625rem;
}
.copy-image .container {
  margin-right: 40px;
}
@media (min-width: 992px) {
  .copy-image .container {
    margin-right: auto;
  }
}
.copy-image.black .copy-image__left-col {
  background-color: #2F2F2F;
}
.copy-image.black .copy-image__mob-wrapper {
  background-color: #2F2F2F;
}
@media (min-width: 992px) {
  .copy-image.black .copy-image__mob-wrapper {
    background-color: transparent;
  }
}
.copy-image.grey .copy-image__left-col {
  background-color: #ffffff;
}
.copy-image.grey .copy-image__mob-wrapper {
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .copy-image.grey .copy-image__mob-wrapper {
    background-color: transparent;
  }
}
.copy-image h3 {
  font-size: 1.875rem;
  line-height: 2.5rem;
}
@media (min-width: 992px) {
  .copy-image h3 {
    font-size: 2.75rem;
    line-height: 3.375rem;
  }
}
.copy-image .cta-link {
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1.5rem;
  color: var(--brand-1);
  font-weight: 700;
  margin-top: 10px;
}
.copy-image .cta-link:before {
  bottom: 2px;
  height: 2px;
}

.copy-image__left-col {
  background-color: #EEEEEE;
}

.copy-image__content {
  padding: 40px;
}
@media (min-width: 992px) {
  .copy-image__content {
    padding: 60px;
  }
}

.copy-image__shift {
  margin: 0;
}
@media (min-width: 992px) {
  .copy-image__shift {
    margin: 0 0 0 40px;
  }
}

.copy-image .copy-image__left-col {
  order: 2;
}
.copy-image .copy-image__shift {
  order: 1;
}
@media (min-width: 992px) {
  .copy-image .copy-image__left-col {
    order: 1;
  }
  .copy-image .copy-image__shift {
    order: 2;
    margin: 0 0 0 -40px;
  }
}
@media (min-width: 992px) {
  .copy-image.image-on-left .copy-image__left-col {
    order: 2;
    padding-left: 40px;
  }
  .copy-image.image-on-left .copy-image__shift {
    order: 1;
    margin: 0;
    position: relative;
    margin: 0 -40px 0 0;
  }
}
.copy-image.extra-spacing .container {
  padding: 0 0 0 40px;
}
@media (min-width: 1440px) {
  .copy-image.extra-spacing .copy-image__content {
    padding: 140px 90px 140px 60px;
  }
  .copy-image.extra-spacing > .row {
    margin-left: 80px;
  }
}

.copy-image__mob-wrapper {
  background-color: #EEEEEE;
}
@media (min-width: 992px) {
  .copy-image__mob-wrapper {
    background-color: transparent;
  }
}

.jobs.black .jobs__inner {
  background-color: #ffffff;
}
.jobs.black .jobs__inner h1,
.jobs.black .jobs__inner h2,
.jobs.black .jobs__inner h3,
.jobs.black .jobs__inner h4,
.jobs.black .jobs__inner h5,
.jobs.black .jobs__inner h6,
.jobs.black .jobs__inner a,
.jobs.black .jobs__inner p {
  color: #000000;
}
.jobs.grey .jobs__inner {
  background-color: #000000;
}
.jobs.grey .jobs__inner h1,
.jobs.grey .jobs__inner h2,
.jobs.grey .jobs__inner h3,
.jobs.grey .jobs__inner h4,
.jobs.grey .jobs__inner h5,
.jobs.grey .jobs__inner h6,
.jobs.grey .jobs__inner a,
.jobs.grey .jobs__inner p {
  color: #ffffff;
}
.jobs.white .jobs__inner {
  background-color: #000000;
}
.jobs.white .jobs__inner h1,
.jobs.white .jobs__inner h2,
.jobs.white .jobs__inner h3,
.jobs.white .jobs__inner h4,
.jobs.white .jobs__inner h5,
.jobs.white .jobs__inner h6,
.jobs.white .jobs__inner a,
.jobs.white .jobs__inner p {
  color: #ffffff;
}
.jobs .heading-lg {
  margin-top: 0;
}
.jobs .row:hover > a {
  opacity: 0.8;
}
.jobs .row > a:hover {
  opacity: 1;
  transform: scale(1.05);
}
.jobs .row > a:before {
  display: none !important;
}
.jobs .jobs__outer {
  margin-top: 20px;
}
@media (min-width: 992px) {
  .jobs .jobs__outer {
    margin-top: 40px;
  }
}
.jobs .jobs__outer:nth-child(1) {
  margin-top: 0;
}
@media (min-width: 768px) {
  .jobs .jobs__outer:nth-child(2) {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .jobs .jobs__outer:nth-child(odd) .jobs__inner {
    margin-left: 0;
    margin-right: 10px;
  }
}
@media (min-width: 992px) {
  .jobs .jobs__outer:nth-child(odd) .jobs__inner {
    margin-right: 20px;
  }
}
@media (min-width: 768px) {
  .jobs .jobs__outer:nth-child(even) .jobs__inner {
    margin-right: 0;
    margin-left: 10px;
  }
}
@media (min-width: 992px) {
  .jobs .jobs__outer:nth-child(even) .jobs__inner {
    margin-left: 20px;
  }
}
.jobs .box {
  padding: 25px;
}
@media (min-width: 768px) {
  .jobs .box {
    padding: 34px;
  }
}
.jobs .jobs__inner {
  width: 100%;
  margin: 0;
}
@media (min-width: 768px) {
  .jobs .jobs__inner {
    margin: 0 0 0 40px;
    height: 100%;
  }
}
.jobs .jobs__heading {
  margin-bottom: 15px;
  text-transform: none;
}
.jobs .jobs__subheading {
  margin-bottom: 0;
  font-family: "Manrope", sans-serif;
}
.jobs .date {
  margin-bottom: 0;
}
.jobs .button {
  background: #fff;
  display: inline-block;
  padding: 2px 10px 7px;
  text-transform: uppercase;
  margin: 30px 0 0;
  line-height: 24px;
  font-weight: 700;
  color: #000;
}

.copy-with-jobs__copy {
  margin-bottom: 20px;
}
.copy-with-jobs__copy h2 + p {
  margin-top: 20px;
}
.copy-with-jobs h2 {
  font-size: 1.875rem;
  line-height: 2.5rem;
}
@media (min-width: 992px) {
  .copy-with-jobs h2 {
    font-size: 2.75rem;
    line-height: 3.375rem;
  }
}
.copy-with-jobs__grid {
  display: grid;
  gap: 10px;
  width: 100%;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .copy-with-jobs__grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1440px) {
  .copy-with-jobs__grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.copy-with-jobs__grid__item {
  background: #ffffff;
  padding: 20px 26.6666666667px;
  display: inline-block;
  text-decoration: none !important;
}
.copy-with-jobs__grid__item p {
  font-size: 1rem;
  line-height: 1.25rem;
  margin-bottom: 0;
  color: #000000;
}
.copy-with-jobs__grid__item p:first-of-type {
  text-transform: uppercase;
  font-weight: 700;
}
.copy-with-jobs__grid__item svg {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out, background 0.2s ease-in-out;
}
.copy-with-jobs__grid__item svg * {
  stroke: var(--brand-1);
}
.copy-with-jobs__grid__item svg:last-of-type {
  opacity: 0;
}
.copy-with-jobs__grid__item:before {
  display: none;
}
.copy-with-jobs__grid__item:hover svg:first-of-type {
  transform: rotate(-45deg) translateY(-50%);
  top: 35%;
  right: 10px;
  width: 5px;
  opacity: 0;
}
.copy-with-jobs__grid__item:hover svg:last-of-type {
  opacity: 1;
}
.copy-with-jobs.white .copy-with-jobs__grid__item {
  background: #EEEEEE;
}
.copy-with-jobs.white .copy-with-jobs__grid a:hover {
  background: #000000;
}
.copy-with-jobs.white .copy-with-jobs__grid a:hover p {
  color: #ffffff;
}
.copy-with-jobs.grey .copy-with-jobs__grid__item {
  background: #ffffff;
}
.copy-with-jobs.grey .copy-with-jobs__grid a:hover {
  background: #000000;
}
.copy-with-jobs.grey .copy-with-jobs__grid a:hover p {
  color: #ffffff;
}
.copy-with-jobs.black .copy-with-jobs__grid__item p {
  color: #000000;
}
.copy-with-jobs.black .copy-with-jobs__grid a:hover {
  background: #EEEEEE;
}
.copy-with-jobs.black .copy-with-jobs__grid a:hover p {
  color: #000000;
}

section.cs-content h1,
section.cs-content h2,
section.cs-content h3,
section.cs-content h4,
section.cs-content h5,
section.cs-content h6,
section.cs-content p,
section.cs-content a {
  color: #ffffff;
}

.cs-content__info {
  padding: 6.600660066% 4.9504950495%;
}
@media (min-width: 900px) {
  .cs-content__info {
    padding: 3.4722222222% 2.2916666667% 2.7777777778% 4.1666666667%;
  }
}

.cs-content__info--green {
  background-color: var(--brand-1);
}

.carousel-line {
  width: 100%;
  height: 3px;
  background-color: var(--brand-1);
}

.swiper-pagination-current,
.swiper-pagination-total {
  font-family: "Manrope", sans-serif;
  font-size: 1.375rem;
  line-height: 1.3125rem;
  letter-spacing: 2px;
}

.swiper-navigation {
  margin-top: 40px;
}

.swiper-button-prev, .swiper-button-next {
  width: 13px;
  height: 23px;
  margin: 0 auto;
}

.swiper-button-next {
  transition: transform 0.2s ease;
  /*
  		&:hover {
  			-webkit-transform: translate3d(5px, 0, 0);
  			-moz-transform: translate3d(5px, 0, 0);
  			-ms-transform: translate3d(5px, 0, 0);
  			transform: translate3d(5px, 0, 0);
  			transition: transform 0.3s ease;
  			cursor: pointer;
  		}
  */
}

.swiper-button-prev {
  transition: transform 0.2s ease;
  cursor: pointer;
  /*
      &:hover {
          -webkit-transform: translate3d(-5px, 0, 0);
          -moz-transform: translate3d(-5px, 0, 0);
          -ms-transform: translate3d(-5px, 0, 0);
          transition: transform 0.3s ease;
      }
  */
}
.swiper-button-prev img {
  transform: rotate(180deg);
}

.swiper-disable {
  opacity: 0.25;
}

.location-footer {
  background: #000000;
  padding-top: 95px;
}
.location-footer .location-footer__address {
  display: inline-block;
  width: 100%;
}
@media (min-width: 768px) {
  .location-footer .location-footer__address.secondary {
    margin-top: 45px;
  }
}
@media (min-width: 992px) {
  .location-footer .location-footer__address.secondary {
    margin-top: 55px;
  }
}
@media (min-width: 992px) {
  .location-footer .location-footer__address a.email-address {
    font-size: 13px;
  }
}
@media (min-width: 1200px) {
  .location-footer .location-footer__address a.email-address {
    font-size: 16px;
  }
}
.location-footer a {
  font-weight: 200;
}
@media (max-width: 1440px) {
  .location-footer a.no-underline {
    text-decoration: none;
  }
}
.location-footer__group-links {
  min-height: 0;
  margin-bottom: 30px;
}
.location-footer__group-links ul {
  margin: 4px 0 0 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  grid-column-gap: 20px;
  grid-row-gap: 5px;
  padding: 0;
}
.location-footer__group-links ul li {
  list-style: none;
  margin-bottom: 5px;
}
@media (min-width: 1440px) {
  .location-footer__group-links {
    min-height: 126px;
    margin-bottom: 0;
  }
  .location-footer__group-links ul {
    grid-column-gap: 100px;
  }
}
.location-footer h1 {
  color: var(--brand-1);
}
.location-footer .link {
  display: inline-block;
}
.location-footer .link:hover {
  color: var(--brand-1);
}
.location-footer .link:hover::before {
  background: var(--brand-1);
}
.location-footer .link--spacing {
  margin-bottom: 3px;
}
.location-footer .noMarg {
  margin-bottom: 0;
}
.location-footer .mission-logo {
  text-decoration: none !important;
}
.location-footer .mission-logo:before {
  display: none;
}
.location-footer .email-address {
  margin-bottom: 20px;
}
.location-footer .location-footer__about.secondary {
  margin-top: 0;
}
@media (min-width: 992px) {
  .location-footer .location-footer__about.secondary {
    margin-top: 55px;
  }
}
.location-footer .footer-logo {
  width: 70px;
  display: none;
}
@media (min-width: 768px) {
  .location-footer .footer-logo {
    display: block;
  }
}
@media (min-width: 992px) {
  .location-footer .footer-logo {
    float: right;
    margin: 0;
  }
}
.location-footer .quick-links-list {
  list-style-type: none;
  margin: 5px 0 0 0;
  padding: 0;
}
.location-footer .quick-links-list li {
  list-style: none;
  margin-bottom: 5px;
}
@media (max-width: 992px) {
  .location-footer .quick-links-column {
    display: none;
  }
}

/* Krow x overrides */
html.krow-x footer .footer-logo {
  width: 98px;
}

/* Livity specific location footer styling overrides */
html.livity .location-footer, html.livity footer {
  background: var(--brand-1);
  color: #000000;
}
html.livity .location-footer *, html.livity footer * {
  color: currentColor !important;
}
html.livity .location-footer .footer-logo, html.livity footer .footer-logo {
  width: 123px;
}
html.livity .location-footer .location-footer__address, html.livity footer .location-footer__address {
  padding: 0 0 75px 0;
}
html.livity .location-footer .location-footer__address h1, html.livity footer .location-footer__address h1 {
  text-transform: none;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 2.5rem;
  position: absolute;
}
html.livity .location-footer a, html.livity footer a {
  font-weight: 600;
  text-decoration: underline;
}
html.livity .location-footer a:hover, html.livity footer a:hover {
  text-decoration: none;
}
html.livity .location-footer a:before, html.livity footer a:before {
  display: none;
}
html.livity .location-footer a.no-underline, html.livity footer a.no-underline {
  text-decoration: none;
}
html.livity .location-footer a.no-underline:hover, html.livity footer a.no-underline:hover {
  text-decoration: underline;
}

.map {
  padding: 0;
  background: #eee;
}
.map .map-frame {
  height: 100vw;
  width: 100%;
  max-height: 583px;
}

.client-logo__wrap {
  display: flex;
  justify-content: center;
  border: 1px solid #ffffff;
}
@media (min-width: 768px) {
  .client-logo__wrap {
    margin-bottom: 0;
  }
}

.client-logo__logo {
  width: 100%;
  max-width: none;
}

@media (min-width: 992px) {
  .capabilities-leadership {
    position: relative;
  }
}
.capabilities-leadership.black .capabilities-leadership__read-more h1,
.capabilities-leadership.black .capabilities-leadership__read-more h2,
.capabilities-leadership.black .capabilities-leadership__read-more h3,
.capabilities-leadership.black .capabilities-leadership__read-more h4,
.capabilities-leadership.black .capabilities-leadership__read-more h5,
.capabilities-leadership.black .capabilities-leadership__read-more h6,
.capabilities-leadership.black .capabilities-leadership__read-more a,
.capabilities-leadership.black .capabilities-leadership__read-more p {
  color: #000000;
}
.capabilities-leadership.black a:before {
  background: #000000;
}
.capabilities-leadership.grey {
  background: #EEEEEE;
}
.capabilities-leadership.grey .capabilities-leadership__content h1,
.capabilities-leadership.grey .capabilities-leadership__content h2,
.capabilities-leadership.grey .capabilities-leadership__content h3,
.capabilities-leadership.grey .capabilities-leadership__content h4,
.capabilities-leadership.grey .capabilities-leadership__content h5,
.capabilities-leadership.grey .capabilities-leadership__content h6,
.capabilities-leadership.grey .capabilities-leadership__content a,
.capabilities-leadership.grey .capabilities-leadership__content p,
.capabilities-leadership.grey .capabilities-leadership__content .content-close {
  color: #000000;
}
.capabilities-leadership.grey .capabilities-leadership__content h1:before,
.capabilities-leadership.grey .capabilities-leadership__content h2:before,
.capabilities-leadership.grey .capabilities-leadership__content h3:before,
.capabilities-leadership.grey .capabilities-leadership__content h4:before,
.capabilities-leadership.grey .capabilities-leadership__content h5:before,
.capabilities-leadership.grey .capabilities-leadership__content h6:before,
.capabilities-leadership.grey .capabilities-leadership__content a:before,
.capabilities-leadership.grey .capabilities-leadership__content p:before,
.capabilities-leadership.grey .capabilities-leadership__content .content-close:before {
  color: #000000 !important;
}
.capabilities-leadership.grey .capabilities-leadership__read-more h1,
.capabilities-leadership.grey .capabilities-leadership__read-more h2,
.capabilities-leadership.grey .capabilities-leadership__read-more h3,
.capabilities-leadership.grey .capabilities-leadership__read-more h4,
.capabilities-leadership.grey .capabilities-leadership__read-more h5,
.capabilities-leadership.grey .capabilities-leadership__read-more h6,
.capabilities-leadership.grey .capabilities-leadership__read-more a,
.capabilities-leadership.grey .capabilities-leadership__read-more p {
  color: #000000;
}
.capabilities-leadership.white {
  background: #ffffff;
}
.capabilities-leadership.white .capabilities-leadership__content h1,
.capabilities-leadership.white .capabilities-leadership__content h2,
.capabilities-leadership.white .capabilities-leadership__content h3,
.capabilities-leadership.white .capabilities-leadership__content h4,
.capabilities-leadership.white .capabilities-leadership__content h5,
.capabilities-leadership.white .capabilities-leadership__content h6,
.capabilities-leadership.white .capabilities-leadership__content a,
.capabilities-leadership.white .capabilities-leadership__content p,
.capabilities-leadership.white .capabilities-leadership__content .content-close {
  color: #000000;
}
.capabilities-leadership.white .capabilities-leadership__content h1:before,
.capabilities-leadership.white .capabilities-leadership__content h2:before,
.capabilities-leadership.white .capabilities-leadership__content h3:before,
.capabilities-leadership.white .capabilities-leadership__content h4:before,
.capabilities-leadership.white .capabilities-leadership__content h5:before,
.capabilities-leadership.white .capabilities-leadership__content h6:before,
.capabilities-leadership.white .capabilities-leadership__content a:before,
.capabilities-leadership.white .capabilities-leadership__content p:before,
.capabilities-leadership.white .capabilities-leadership__content .content-close:before {
  color: #000000 !important;
}
.capabilities-leadership.white .capabilities-leadership__read-more {
  background: #000000;
}
.capabilities-leadership.white .capabilities-leadership__read-more h1,
.capabilities-leadership.white .capabilities-leadership__read-more h2,
.capabilities-leadership.white .capabilities-leadership__read-more h3,
.capabilities-leadership.white .capabilities-leadership__read-more h4,
.capabilities-leadership.white .capabilities-leadership__read-more h5,
.capabilities-leadership.white .capabilities-leadership__read-more h6,
.capabilities-leadership.white .capabilities-leadership__read-more a,
.capabilities-leadership.white .capabilities-leadership__read-more p,
.capabilities-leadership.white .capabilities-leadership__read-more .content-close {
  color: #ffffff;
}
.capabilities-leadership.white .capabilities-leadership__read-more h1:before,
.capabilities-leadership.white .capabilities-leadership__read-more h2:before,
.capabilities-leadership.white .capabilities-leadership__read-more h3:before,
.capabilities-leadership.white .capabilities-leadership__read-more h4:before,
.capabilities-leadership.white .capabilities-leadership__read-more h5:before,
.capabilities-leadership.white .capabilities-leadership__read-more h6:before,
.capabilities-leadership.white .capabilities-leadership__read-more a:before,
.capabilities-leadership.white .capabilities-leadership__read-more p:before,
.capabilities-leadership.white .capabilities-leadership__read-more .content-close:before {
  color: #ffffff !important;
}
.capabilities-leadership .heading-xs {
  font-size: 0.9375rem;
  line-height: 1.625rem;
}
@media (min-width: 992px) {
  .capabilities-leadership .heading-xs {
    font-size: 0.9375rem;
    line-height: 1.625rem;
  }
}
.capabilities-leadership h2 br {
  display: none;
}
@media (min-width: 768px) {
  .capabilities-leadership h2 br {
    display: inline;
  }
}

.capabilities-leadership__info-col {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .capabilities-leadership__info-col {
    margin-bottom: 40px;
    padding: 0 4.0322580645% 0 4.0322580645%;
  }
}
@media (min-width: 1440px) {
  .capabilities-leadership__info-col {
    margin-bottom: 0;
    padding: 0 6.25% 0 0;
    margin-left: 25%;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .capabilities-leadership__info--jobtitle {
    display: none;
  }
}

@media (min-width: 1440px) {
  .capabilities-leadership__content {
    max-width: 366px;
  }
}
.capabilities-leadership__content.current {
  display: block !important;
}

.reversed-columns {
  flex-direction: row-reverse;
}
@media (min-width: 1440px) {
  .reversed-columns .capabilities-leadership__profiles {
    margin-right: 5.2380952381%;
    margin-left: 0;
  }
}
@media (min-width: 1440px) {
  .reversed-columns .capabilities-leadership__info-col {
    margin-left: 10%;
  }
}
.reversed-columns .capabilities-leadership__panel .capabilities-leadership__info {
  background-color: #31A4A3;
}

.capabilities-leadership__profiles.panelActive .capabilities-leadership__panel .capabilities-leadership__image {
  opacity: 0.3;
}
.capabilities-leadership__profiles.panelActive .capabilities-leadership__panel.activeImage .capabilities-leadership__image {
  opacity: 1;
}

/*
.explore-more__wrapper {
	margin-top: $base-spacing-sm;
	@media (min-width: $sm){
		margin-top: 90px
	}
}
*/
.capabilities-leadership__panel {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .capabilities-leadership__panel {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .capabilities-leadership__panel {
    margin-bottom: 0;
  }
}
.capabilities-leadership__panel .capabilities-leadership__panel-inner {
  position: relative;
  overflow: hidden;
}
.capabilities-leadership__panel .capabilities-leadership__panel-inner:before {
  content: "";
  display: table;
  padding: 100% 0 0 0;
}
.capabilities-leadership__panel .capabilities-leadership__info {
  background-color: var(--brand-1);
}

@media (min-width: 768px) {
  .capabilities-leadership__panel:hover .capabilities-leadership__info, .capabilities-leadership__panel.activeImage .capabilities-leadership__info {
    transform: translate3d(0, -99%, 0);
    transition: transform 0.5s ease;
  }
}
.capabilities-leadership__panel:hover .expand-plus-icon, .capabilities-leadership__panel.activeImage .expand-plus-icon {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.capabilities-leadership__panel.activeImage .expand-plus-icon {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.capabilities-leadership__panel.activeImage .expand-plus-icon .horizontal {
  opacity: 0;
}

.capabilities-leadership__info {
  z-index: 20;
  width: 100%;
  padding: 5.3054662379% 40px 5.3054662379% 8.038585209%;
  transition: transform 0.5s ease;
  position: absolute;
  margin-top: 0;
  height: 100%;
}
@media (min-width: 768px) {
  .capabilities-leadership__info {
    height: auto;
  }
}
@media (min-width: 1440px) {
  .capabilities-leadership__info {
    padding: 6.6901408451% 40px 6.6901408451% 8.4507042254%;
  }
}
@media (min-width: 992px) {
  .capabilities-leadership__info p {
    font-size: 0.9375rem;
    line-height: 1.625rem;
  }
}

.expand-plus-icon {
  display: none;
}
@media (min-width: 768px) {
  .expand-plus-icon {
    display: block;
    position: absolute;
    bottom: 8.8028169014%;
    right: 8.8028169014%;
    width: 15px;
    z-index: 21;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
  }
}

.capabilities-leadership__image-wrapper {
  position: absolute;
  filter: grayscale(1);
  top: 0;
  width: 100%;
  max-width: none;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
}
@media (min-width: 768px) {
  .capabilities-leadership__image-wrapper {
    height: auto;
    padding-bottom: 0;
    overflow: visible;
  }
}

.capabilities-leadership__panel {
  cursor: pointer;
}
.capabilities-leadership__panel .mobile-only-info {
  display: block;
  position: relative;
  width: 100%;
  z-index: 15;
  padding: 20px;
  background-color: var(--brand-1);
  padding: 20px 20px 40px;
}
.capabilities-leadership__panel .mobile-only-info p {
  margin-bottom: 10px;
}
.capabilities-leadership__panel .mobile-only-info .read-more-info {
  position: absolute;
  text-decoration: underline;
}
.capabilities-leadership__panel .mobile-only-info h3 {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .capabilities-leadership__panel .mobile-only-info {
    display: none;
  }
}

.capabilities-leadership__image {
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  width: 100%;
  max-width: none;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media (min-width: 768px) {
  .capabilities-leadership__image {
    transform: none;
    top: 0;
    position: relative;
  }
}

.read-more-info {
  -webkit-appearance: none;
  border: none;
  outline: none;
  background-color: transparent;
  color: #ffffff;
  padding: 0;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .capabilities-leadership__read-more, .read-more-info {
    display: none;
  }
}

.capabilities-leadership__read-more {
  padding: 10.4% 6.6666666667%;
  background-color: #ffffff;
}
.capabilities-leadership__read-more p {
  color: #000000;
}
.capabilities-leadership__read-more p a:before {
  background: #000000 !important;
}

.content-close {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  border: none;
  outline: none;
  color: #ffffff;
  margin-bottom: 0;
  margin-top: 20px;
  padding: 0;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
}
.content-close .close-icon {
  display: inline-block;
  margin-left: 5px;
  vertical-align: bottom;
}
.content-close.black {
  color: #000000;
}
.content-close span {
  display: inline-block;
  vertical-align: bottom;
}
.content-close:hover {
  color: var(--brand-1);
  cursor: pointer;
}
.content-close::before {
  content: "";
  display: none;
}
@media (min-width: 768px) {
  .content-close::before {
    width: 100%;
    height: 1px;
    background: #1c1c1c;
    position: absolute;
    left: 0;
    bottom: -5px;
    z-index: -1;
    transform-origin: left bottom;
    transition: width 0.2s ease-out;
    display: inline-block;
  }
}

.panel-close {
  position: absolute;
  width: 60%;
  height: 100%;
  display: none;
  z-index: 2;
  cursor: pointer;
}
@media (min-width: 768px) {
  .panel-close {
    width: 100%;
    height: 100%;
    display: block;
  }
}
@media (min-width: 1440px) {
  .panel-close {
    width: 60%;
    top: 0;
    display: block;
  }
}

.row .capabilities-leadership__info-col .content-close:hover {
  color: var(--brand-1);
}
.row .capabilities-leadership__info-col .content-close:hover:before {
  width: 0;
  transition-duration: 0.4s;
  background: var(--brand-1);
}

@media (min-width: 768px) {
  .position-rel {
    position: relative;
  }
}
@media (min-width: 1440px) {
  .position-rel {
    position: static;
  }
}

.container-wrapper.service-detail-wrapper {
  position: absolute;
}

.page-title p {
  font-size: 1rem;
  line-height: 1.375rem;
  text-align: left;
}
@media (min-width: 1440px) {
  .page-title p {
    font-size: 1.1875rem;
    line-height: 1.625rem;
  }
}
.page-title.black .page-title__heading:after {
  content: "";
  background-color: #ffffff;
}
.page-title.white .page-title__heading:after {
  content: "";
  background-color: #000000;
}
.page-title.grey .page-title__heading:after {
  content: "";
  background-color: #000000;
}
@media (min-width: 768px) {
  .page-title__container {
    padding: 0 2.7777777778%;
  }
}
@media (min-width: 992px) {
  .page-title__container {
    padding: 0 80px 40px 40px;
  }
}
.page-title__heading {
  position: relative;
  z-index: 10;
  font-weight: 500;
}
.page-title__heading:after {
  content: "";
  display: block;
  height: 3px;
  width: 35px;
  margin-top: 12px;
}
@media (min-width: 992px) {
  .page-title__heading:after {
    margin-top: 16px;
    height: 5px;
    width: 54px;
  }
}
@media (min-width: 1440px) {
  .page-title__heading:after {
    height: 7px;
    width: 80px;
  }
}

/* Livity specific page title styling overrides */
html.livity section:not(.masonary-layout).page-title .container .row {
  justify-content: stretch;
}
html.livity section:not(.masonary-layout).page-title .container .row .col-sm-6 {
  flex-basis: 100%;
  max-width: 100%;
  text-align: center;
}
html.livity section:not(.masonary-layout).page-title .container .page-title__container {
  text-align: center;
}
html.livity section:not(.masonary-layout).page-title .container .page-title__heading {
  text-align: center;
}
html.livity section:not(.masonary-layout).page-title .container p {
  text-align: center;
}
@media (min-width: 992px) {
  html.livity .masonary-layout .page-title {
    padding-bottom: 0;
  }
}
html.livity .masonary-layout .page-title h1 {
  margin-bottom: 20px;
}
html.livity .page-title__heading:after {
  display: none;
}

.case-study-intro {
  background: #ffffff;
  padding: 40px 0;
}
@media (min-width: 1440px) {
  .case-study-intro {
    padding: 60px 0;
  }
}
.case-study-intro .image-and-tags {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.case-study-intro .image-and-tags > div {
  width: 100%;
  text-align: left;
  margin-bottom: 40px;
}
.case-study-intro .image-and-tags img {
  margin-bottom: 40px;
  width: auto;
  max-width: 145px;
}
@media (min-width: 992px) {
  .case-study-intro .image-and-tags img {
    max-width: 200px;
  }
}
.case-study-intro .image-and-tags .tag {
  color: var(--brand-1);
}
@media (min-width: 1440px) {
  .case-study-intro .image-and-tags .tag {
    margin-left: 40px;
  }
}
@media (min-width: 992px) {
  .case-study-intro .image-and-tags > div {
    width: auto;
    order: 2;
    text-align: right;
    margin-bottom: 0;
  }
}
.case-study-intro .copy {
  padding: 0;
}
.case-study-intro__headline {
  font-size: 2.125rem;
  line-height: 2.375rem;
  margin-bottom: 20px;
  font-weight: 300;
}
@media (min-width: 1440px) {
  .case-study-intro__headline {
    font-size: 3.75rem;
    line-height: 3.75rem;
    /*	padding-right: $base-spacing;*/
  }
}
.case-study-intro__headlines {
  margin-bottom: 20px;
}
@media (min-width: 1440px) {
  .case-study-intro__headlines {
    padding-right: 60px;
    margin-bottom: 0;
  }
}
.case-study-intro__under_headline {
  font-size: 1.375rem;
  line-height: 1.875rem;
  margin-bottom: 20px;
  font-weight: 500;
}
@media (min-width: 1440px) {
  .case-study-intro__under_headline {
    font-size: 1.5rem;
    line-height: 2.0625rem;
    margin-bottom: 0;
  }
}
.case-study-intro p {
  font-size: 1.1875rem;
  line-height: 1.625rem;
}
@media (min-width: 1440px) {
  .case-study-intro .copy {
    padding-left: 40px;
    padding-top: 0;
  }
}

.alm-btn-wrap {
  margin: 30px 0;
  text-align: center;
  visibility: visible;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.alm-btn-wrap.ready {
  opacity: 1;
}
.alm-btn-wrap .showing-message {
  margin: 0 0 20px 0;
}
.alm-btn-wrap .alm-load-more-btn {
  background: none;
  box-shadow: none;
  color: black;
  font-weight: 700;
  text-transform: uppercase;
  height: 43px;
  width: auto;
  line-height: 1;
  border: none;
  position: relative;
  left: 0;
  transition: left 0.3s ease-in-out;
}
.alm-btn-wrap .alm-load-more-btn:hover {
  cursor: pointer;
  background: none;
  box-shadow: none;
  color: black;
}
.alm-btn-wrap .alm-load-more-btn.done {
  background: none;
  box-shadow: none;
  color: black;
}
.alm-btn-wrap .alm-load-more-btn.loading {
  background: none;
  box-shadow: none;
  color: black;
}
.alm-btn-wrap .alm-load-more-btn svg {
  margin-top: 20px;
}
.alm-btn-wrap .alm-load-more-btn svg * {
  stroke: var(--brand-1) !important;
}
.alm-btn-wrap .alm-load-more-btn svg path {
  stroke: black;
}
.alm-btn-wrap .alm-load-more-btn:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url(/theme/images/animated/ajax-loader.gif) no-repeat;
  position: absolute;
  left: 0;
  top: 30px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, left 0.3s ease-in-out;
}
.alm-btn-wrap.disabled {
  display: none;
}
.alm-btn-wrap.loading {
  cursor: progress;
}
.alm-btn-wrap.loading .alm-load-more-btn {
  left: 10px;
  cursor: progress;
}
.alm-btn-wrap.loading .alm-load-more-btn:before {
  cursor: progress;
  left: -10px;
  opacity: 1;
}

.filters {
  background: #f0f1f6;
  padding: 85px 0;
  margin: 0;
}
.filters .alm-filters-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
.filters .alm-filters-container .alm-filter {
  display: flex;
  justify-content: flex-end;
}
.filters .alm-filters-container .alm-filter--title {
  display: flex;
  align-items: center;
}
.filters .alm-filters-container .alm-filter--title h3 {
  margin: 0;
  font-weight: 700;
}
@media (max-width: 768px) {
  .filters {
    margin-top: -40px;
  }
}
@media (max-width: 992px) {
  .filters {
    padding: 40px 0;
  }
  .filters .alm-filters-container {
    justify-content: left;
    gap: 10px;
    flex-direction: column;
    margin: 0 auto;
  }
  .filters .alm-filters-container .alm-filter {
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  #list-form-results-wrapper {
    margin-top: 0;
  }
}
#list-form-results-wrapper .masonary-layout__item {
  transition: opacity 0.3s ease-in-out;
  opacity: 1;
}
#list-form-results-wrapper .masonary-layout__item:nth-of-type(2) {
  transition-delay: 0.1s;
}
#list-form-results-wrapper .masonary-layout__item:nth-of-type(3) {
  transition-delay: 0.18s;
}
#list-form-results-wrapper .masonary-layout__item:nth-of-type(4) {
  transition-delay: 0.26s;
}
#list-form-results-wrapper .masonary-layout__item.hidden {
  opacity: 0;
}

.masonary-layout .page-title {
  padding-top: 40px;
  padding-bottom: 60px;
}
.masonary-layout .page-title h1 {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .masonary-layout .page-title {
    padding-top: 80px;
  }
}
@media (max-width: 768px) {
  .masonary-layout .page-title {
    padding-bottom: 40px;
  }
}
.masonary-layout .masonary-layout__grid:after {
  content: "";
  display: block;
  clear: both;
}
@media (max-width: 768px) {
  .masonary-layout.no-padding-top {
    padding-top: 40px;
  }
}
.masonary-layout .masonary-layout__item {
  width: 100%;
  float: left;
  padding: 3.5px 0;
}
@media (min-width: 768px) {
  .masonary-layout .masonary-layout__item {
    width: 50%;
    padding: 8px;
  }
}
@media (min-width: 768px) {
  .masonary-layout .masonary-layout__item:nth-child(odd) {
    margin-top: -12%;
  }
}
.masonary-layout .masonary-layout__item .explore-more__panel {
  width: 100%;
  margin: 0;
}
@media (max-width: 768px) {
  .masonary-layout .masonary-layout__item .explore-more__panel {
    overflow: visible;
    position: relative;
  }
}
@media (max-width: 768px) {
  .masonary-layout .masonary-layout__item .explore-more__panel:hover .explore-more__info {
    transform: translate3d(0, 0, 0);
  }
}
@media (max-width: 768px) {
  .masonary-layout .masonary-layout__item .explore-more__info {
    overflow: visible;
    position: relative;
  }
}
.masonary-layout.clients .masonary-layout__item {
  width: 50%;
  padding: 8px;
}
@media (min-width: 768px) {
  .masonary-layout.clients .masonary-layout__item {
    width: 25%;
  }
}
@media (min-width: 768px) {
  .masonary-layout.clients .masonary-layout__item:nth-child(4n+1), .masonary-layout.clients .masonary-layout__item:nth-child(4n+2) {
    margin-top: -10%;
  }
}
@media (min-width: 768px) {
  .masonary-layout.clients .masonary-layout__item:nth-child(4n+3), .masonary-layout.clients .masonary-layout__item:nth-child(4n+4) {
    margin-top: 0;
  }
}
.masonary-layout.clients .masonary-layout__item .explore-more__panel {
  width: 100%;
  margin: 0;
}
.masonary-layout.clients .masonary-layout__item .explore-more__panel .explore-more__image-wrapper {
  padding-bottom: 100%;
}
.masonary-layout.clients .masonary-layout__item .explore-more__panel:before {
  padding: 100% 0 0;
}

@media (min-width: 768px) {
  .page-title + .masonary-layout.clients {
    margin-top: -40px;
  }
}

.client-row {
  margin-left: -8px;
  margin-right: -8px;
}

.copy-intro {
  position: relative;
  /*
      &.black {
          .page-title__heading {
              &:after {
                  content: "";
                  background-color: $black;
              }
          }

          .container {
              background-color: $white;

              a,
              h1,
              h2,
              h3,
              h4,
              h5,
              h6,
              li,
              p {
                  color: $black;
              }
          }
      }

      &.white {
          .page-title__heading {
              &:after {
                  content: "";
                  background-color: $black;
              }
          }

          .container {
              a,
              h1,
              h2,
              h3,
              h4,
              h5,
              h6,
              li,
              p {
                  color: $black;
              }
          }
      }

      &.grey {
          .page-title__heading {
              &:after {
                  content: "";
                  background-color: $black;
              }
          }
      }
  */
  /*  .container {
      background-color: $white;

      a,
      h1,
      h2,
      h3,
      h4,
      h5,
      h6,
      li,
      p {
          color: $black;
      }
  }*/
  /*
  &.about-copy {
      // @media (max-width: $md){
      // 	padding: 0;
      // }
      .container {
          //background-color: $grey;
          //padding: 55px 35px 35px;


          @media (min-width: $sm) {
              //padding: 55px 35px 35px;
          }

          @media (min-width: $md) {
              //margin-top: -100px;
              //padding: 95px 98px 75px;
              max-width: percentage(920/1024);
          }

          @media (min-width: $lg) {
              max-width: 1440px;
              //margin-top: -190px;
          }
      }
  }*/
}
.copy-intro h1 {
  font-size: 3.75rem;
  line-height: 3.75rem;
  text-transform: uppercase;
}
.copy-intro p {
  font-size: 1.1875rem;
  line-height: 1.625rem;
}
.copy-intro p a.cta {
  margin-top: 10px;
}

.values {
  overflow: hidden;
}
.values.visible {
  overflow: visible;
}
@media (min-width: 768px) {
  .values .swiper-container {
    overflow: visible;
  }
}
.values .desktop-only {
  display: none;
}
@media (min-width: 768px) {
  .values .desktop-only {
    display: block;
  }
}
.values .mobile-only {
  display: inline-block;
  width: 100%;
}
@media (min-width: 768px) {
  .values .mobile-only {
    display: none;
  }
}
.values .swiper-slide {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  width: 100%;
  padding: 0 1.3333333333%;
  opacity: 0.1;
}
@media (min-width: 768px) {
  .values .swiper-slide {
    width: 800px;
    padding: 0 50px;
  }
}
.values .swiper-slide .container {
  padding: 0;
  opacity: 1;
}
.values .swiper-slide .number {
  text-align: center;
  color: #31A4A3;
  font-size: 18.75rem;
  line-height: 19.375rem;
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media (min-width: 768px) {
  .values .swiper-slide .number {
    text-align: right;
    font-size: 31.25rem;
    line-height: 31.875rem;
  }
}
.values .swiper-slide h2, .values .swiper-slide p {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  color: #000000;
}
.values .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.values .values-swiper-text {
  display: none;
}
@media (min-width: 768px) {
  .values .values-swiper-text {
    display: block;
  }
}
.values .swiper-link-container {
  padding-top: 45px;
  flex-wrap: nowrap;
}
.values a {
  float: left;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .values a {
    padding: 0 20px;
  }
}
.values a .inner {
  width: 100%;
  border-top: 2px solid #EEEEEE;
  padding: 20px 0 0 0;
}
.values a .inner p {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  margin: 0;
  padding: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .values a .inner p {
    text-align: left;
  }
}
.values a:hover .inner, .values a.active .inner {
  border-top: 2px solid #31A4A3;
}
.values a:hover .inner p, .values a.active .inner p {
  color: #31A4A3;
}
.values a:before {
  display: none;
}

.values-static .row.offset-padding {
  margin: 0 -40px;
}
.values-static .values-static__content {
  padding: 0 40px;
  margin-top: 40px;
}

.capabilities-services {
  overflow: hidden;
}
.capabilities-services .icon {
  padding-right: 20px;
}
.capabilities-services.black {
  color: #ffffff;
}
.capabilities-services.black .capabilities-services__content .content-inner img {
  filter: invert(1);
}
.capabilities-services.black .capabilities-services__content.overlay-enabled {
  border: solid 1px red;
}
.capabilities-services.black .capabilities-services__content.overlay-enabled:hover .content-inner {
  background: var(--brand-1);
}
.capabilities-services.black .capabilities-services__content.overlay-enabled:hover .content-inner .arrow {
  color: #ffffff !important;
}
.capabilities-services.white .capabilities-services__content .service-detail-wrapper {
  background-color: #ffffff;
}
.capabilities-services.white .service-detail-wrapper {
  background-color: #ffffff;
}
.capabilities-services.white .detail-content {
  background-color: #ffffff;
}
.capabilities-services.grey .detail-content {
  background-color: #EEEEEE;
}
.capabilities-services p {
  margin-bottom: 0;
}
.capabilities-services .container-wrapper {
  position: relative;
}
.capabilities-services .capabilities-services__wrapper {
  width: 100%;
  margin-top: 20px;
  margin-top: 20px;
}
.capabilities-services .capabilities-services__content {
  padding: 5px 0px 5px 0;
  height: 100%;
}
.capabilities-services .capabilities-services__content .arrow {
  left: -5px;
  transition: all 0.1s ease-in-out;
}
.capabilities-services .capabilities-services__content.overlay-disabled .arrow {
  opacity: 0;
}
.capabilities-services .capabilities-services__content.overlay-enabled:hover {
  cursor: pointer;
  box-shadow: -4px 4px 18px 0 rgba(93, 107, 255, 0.2);
}
.capabilities-services .capabilities-services__content.overlay-enabled:hover .arrow {
  left: 0;
  opacity: 1;
}
@media (min-width: 768px) {
  .capabilities-services .capabilities-services__content {
    padding: 5px 10px 5px 0;
  }
}
.capabilities-services .capabilities-services__content .heading-xxs {
  font-size: 1rem;
  line-height: 1.125rem;
  font-weight: 700;
  max-width: 145px;
  text-wrap: balance;
}
.capabilities-services .service-detail-wrapper .capabilities-services__mobile-detail .content-inner p {
  padding-left: 0;
  padding-right: 0;
}
.capabilities-services .service-detail-wrapper .capabilities-services__mobile-detail .content-inner p,
.capabilities-services .service-detail-wrapper .capabilities-services__mobile-detail .content-inner h1,
.capabilities-services .service-detail-wrapper .capabilities-services__mobile-detail .content-inner h2,
.capabilities-services .service-detail-wrapper .capabilities-services__mobile-detail .content-inner h3,
.capabilities-services .service-detail-wrapper .capabilities-services__mobile-detail .content-inner h4,
.capabilities-services .service-detail-wrapper .capabilities-services__mobile-detail .content-inner h5,
.capabilities-services .service-detail-wrapper .capabilities-services__mobile-detail .content-inner h6 {
  color: #000000;
}
.capabilities-services .content-inner {
  padding: 30px 20px;
  height: 100%;
}
@media (max-width: 768px) {
  .capabilities-services .capabilities-services__content.overlay-enabled .arrow {
    opacity: 1 !important;
    transition: transform 0.1s ease-in-out;
    transform: rotate(90deg);
  }
}
@media (max-width: 768px) {
  .capabilities-services .capabilities-services__content.active-content .arrow {
    transform: rotate(-90deg);
  }
}
.capabilities-services .capabilities-services__content.active-content .content-inner .arrow {
  opacity: 0.4;
}
.capabilities-services .services__panel {
  position: absolute;
  top: 0;
}
.capabilities-services .container-wrapper.service-detail-wrapper {
  position: absolute;
}
.capabilities-services .service-detail-wrapper {
  position: relative;
  height: 100%;
  top: 26px;
  opacity: 1;
  right: -100%;
  width: 100%;
}
.capabilities-services .service-detail-wrapper-inner p {
  max-width: 820px;
}
.capabilities-services .service-detail-wrapper.default-content {
  left: 0;
}
@media (max-width: 768px) {
  .capabilities-services .service-detail-wrapper.service-overlay {
    display: none;
  }
}
.capabilities-services .service-detail-wrapper .capabilities-services__wrapper {
  background-size: cover;
  background-position: center center;
  height: 100%;
}
@media (min-width: 768px) {
  .capabilities-services .detail-content .explore-more__cta, .capabilities-services .content-inner .explore-more__cta {
    margin: 20px 0;
  }
}
.capabilities-services .detail-content .explore-more__cta:hover, .capabilities-services .content-inner .explore-more__cta:hover {
  color: #FF6043;
}
.capabilities-services .detail-content .explore-more__cta:hover:before, .capabilities-services .content-inner .explore-more__cta:hover:before {
  background-color: #FF6043;
}
.capabilities-services .container {
  position: relative;
}
.capabilities-services .service-back-arrow {
  position: relative;
  width: 100px;
  height: 30px;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}
.capabilities-services .service-back-arrow svg {
  width: auto !important;
  height: auto !important;
}
.capabilities-services .service-back-arrow svg path {
  stroke: #FF6043;
}
.capabilities-services .service-back-arrow:hover {
  cursor: pointer;
}
.capabilities-services .detail-close {
  position: absolute;
  top: 18px;
  right: 25px;
  opacity: 1;
}
.capabilities-services .detail-close span {
  margin-left: 10px;
}
.capabilities-services .detail-close:hover {
  cursor: pointer;
}
.capabilities-services .capabilities-services__mobile-detail .capabilities-services__wrapper {
  height: 0;
  padding-bottom: 100%;
  background-position: center center;
  background-size: cover;
}
.capabilities-services .capabilities-services__mobile-detail .content-inner {
  padding-left: 0;
  padding-right: 0;
}
.capabilities-services .capabilities-services__mobile-detail .content-inner p {
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 25px;
}
.capabilities-services .desktop-hidden {
  display: none;
}
@media (min-width: 768px) {
  .capabilities-services .desktop-hidden {
    display: none !important;
  }
}
.capabilities-services .arrow {
  color: var(--brand-1) !important;
  --regular-length: 29px;
  --long-length: 54px;
  --thickness: 2px;
  --head-size: 9px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: var(--regular-length);
  height: var(--thickness);
  background: currentColor;
}
.capabilities-services .arrow:before, .capabilities-services .arrow:after {
  content: "";
  position: absolute;
  right: 1px;
  left: auto;
  top: 50%;
  width: var(--head-size);
  height: var(--thickness);
  background: currentColor;
  transform-origin: right center;
}
.capabilities-services .arrow:before {
  transform: translateY(-50%) rotate(45deg);
}
.capabilities-services .arrow:after {
  transform: translateY(-50%) rotate(-45deg);
}
.capabilities-services .arrow__back:before, .capabilities-services .arrow__back:after {
  right: auto;
  left: 1px;
  transform-origin: left center;
}
.capabilities-services .arrow__back:before {
  transform: translateY(-50%) rotate(45deg);
}
.capabilities-services .arrow__back:after {
  transform: translateY(-50%) rotate(-45deg);
}
.capabilities-services .arrow__long {
  width: var(--long-length);
}

#brandwatch section.blue {
  background-color: #93D8EF;
}
#brandwatch section.blue a,
#brandwatch section.blue h1,
#brandwatch section.blue h2,
#brandwatch section.blue h3,
#brandwatch section.blue h4,
#brandwatch section.blue h5,
#brandwatch section.blue h6,
#brandwatch section.blue li,
#brandwatch section.blue p {
  color: #000000;
}
@media (min-width: 992px) {
  #brandwatch .page-title__container {
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  #brandwatch .page-title__heading {
    margin-bottom: 0;
  }
}
#brandwatch .centered-copy a {
  font-size: inherit;
}
@media (min-width: 768px) {
  #brandwatch .centered-copy.emoji {
    padding: 0;
  }
}
#brandwatch .centered-copy.emoji p {
  font-size: 1.25rem;
  line-height: 1.5rem;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  #brandwatch .centered-copy.emoji p {
    font-size: 1.75rem;
    line-height: 2.125rem;
  }
}
#brandwatch .bpi-animation-wrapper {
  width: 280px;
  height: 143px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  margin-top: 40px;
}
@media (min-width: 992px) {
  #brandwatch .bpi-animation-wrapper {
    width: 550px;
    height: 275px;
  }
}
#brandwatch .bpi-animation-wrapper #bpi {
  position: absolute;
  top: 0;
  left: 0;
}
#brandwatch .bpi-animation-wrapper svg {
  max-width: 530px;
}
#brandwatch .copy-image__left-col {
  background-color: transparent;
}
#brandwatch .copy-image__content {
  padding: 8.4541062802% 0 0 0;
}
@media (min-width: 992px) {
  #brandwatch .copy-image__content {
    padding: 0 0 0 13.6111111111%;
  }
}
#brandwatch .copy-image .container {
  margin-right: 0;
}
#brandwatch .brandwatch-packages__panel {
  margin: 10px;
  border-radius: 25px;
  border: 5px solid #93D8EF;
  overflow: hidden;
}
#brandwatch .brandwatch-packages__panel h1,
#brandwatch .brandwatch-packages__panel h2,
#brandwatch .brandwatch-packages__panel h3,
#brandwatch .brandwatch-packages__panel h4,
#brandwatch .brandwatch-packages__panel h5,
#brandwatch .brandwatch-packages__panel h6,
#brandwatch .brandwatch-packages__panel p,
#brandwatch .brandwatch-packages__panel a,
#brandwatch .brandwatch-packages__panel li {
  color: #000000;
}
@media (min-width: 992px) {
  #brandwatch .brandwatch-packages__panel {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
}
#brandwatch .brandwatch-packages__top {
  background-color: #D0D0D0;
  padding: 35px 14px 30px;
  position: relative;
}
#brandwatch .brandwatch-packages__top p {
  font-size: 1rem;
  line-height: 1.375rem;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  #brandwatch .brandwatch-packages__top p {
    font-size: 0.9375rem;
    line-height: 1.25rem;
  }
}
#brandwatch .brandwatch-packages__bottom {
  background-color: #FFFFFF;
  padding: 35px 24px 30px;
  flex: 1 auto;
}
#brandwatch .brandwatch-packages__bottom p.smallprint {
  font-size: 0.75rem;
  line-height: 1.125rem;
}
#brandwatch .brandwatch-packages__bottom .flex-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#brandwatch .hidden-mobile {
  display: none;
}
@media (min-width: 768px) {
  #brandwatch .hidden-mobile {
    display: flex;
  }
}
@media (min-width: 768px) {
  #brandwatch .brandwatch-copy {
    padding: 40px 0;
  }
}
@media (min-width: 1440px) {
  #brandwatch .brandwatch-copy {
    padding: 0;
  }
}
@media (min-width: 768px) {
  #brandwatch #emoji-stream {
    margin-top: -20px;
    width: 179px;
  }
}
#brandwatch .small-section-padding {
  padding: 20px 0;
}

@media (min-width: 992px) {
  .mission-block .heading-lg {
    padding-bottom: 40px;
    margin: 0;
  }
}
.mission-block.white .mission-block__panel {
  background-color: #EEEEEE;
}
.mission-block.grey .mission-block__panel {
  background-color: #ffffff;
}
.mission-block.black .mission-block__panel {
  background-color: #ffffff;
}

@media (max-width: 576px) {
  .mission-block__title {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}

@media (max-width: 576px) {
  .mission-block__copy {
    font-size: 0.75rem;
    line-height: 1.125rem;
  }
}

.mission-block__panel {
  position: relative;
  overflow: hidden;
}
.mission-block__panel:before {
  content: "";
  display: table;
  padding: 100% 0 0 0;
}
@media (min-width: 768px) {
  .mission-block__panel {
    margin-top: 0;
  }
}
.mission-block__panel .inner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 100%;
  padding: 40px 5.8139534884%;
}
@media (min-width: 576px) {
  .mission-block__panel .inner-content {
    padding: 40px 72px;
  }
}

a.mission__cta {
  font-size: 0.8125rem;
  line-height: 1.125rem;
  vertical-align: top;
}
@media (min-width: 768px) {
  a.mission__cta {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}
a.mission__cta:hover {
  color: #FF6043 !important;
}
a.mission__cta:hover:before {
  background-color: #FF6043 !important;
}

.mission-arrow {
  transform: rotate(-90deg);
  width: 11px;
  display: inline-block;
  margin-left: 20px;
}
.mission-arrow svg g path {
  stroke: #FF6043;
}

.mission-block__image-wrapper {
  position: absolute;
  top: 0;
  width: 100%;
  max-width: none;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
}
@media (min-width: 768px) {
  .mission-block__image-wrapper {
    height: auto;
    padding-bottom: 0;
    overflow: visible;
  }
}

.newsletter-signup__wrapper {
  background-color: #EEEEEE;
  padding: 40px;
}
.newsletter-signup__wrapper.newsletter-page {
  background-color: #ffffff;
}
.newsletter-signup__wrapper .js-cm-form {
  margin-bottom: 0;
}
.newsletter-signup__wrapper .js-cm-form label {
  display: none;
}
.newsletter-signup__wrapper .js-cm-form label.error {
  display: block;
  color: red;
}
.newsletter-signup__wrapper .js-cm-form input {
  -webkit-appearance: none;
  outline: none;
  border: none;
  background-color: transparent;
  padding: 20px 5px 20px 0;
  border-bottom: 2px solid #000000;
  margin-bottom: 20px;
  width: 80%;
}
.newsletter-signup__wrapper .animated-svg {
  height: 50px !important;
  width: 25px !important;
  transform: rotate(270deg) translateZ(0) !important;
  transition: transform 0.5s ease;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 20px;
  cursor: pointer;
}
.newsletter-signup__wrapper .animated-svg svg path {
  stroke: #FF6043;
}
.newsletter-signup__wrapper button.form-submit {
  display: inline-block;
  vertical-align: middle;
  margin: 20px 0 0 0;
  -webkit-appearance: none;
  border: none;
  outline: none;
  background-color: transparent;
  text-transform: uppercase;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: black;
}

::-moz-placeholder { /* Firefox 19+ */
  color: black;
}

:-ms-input-placeholder { /* IE 10+ */
  color: black;
}

:-moz-placeholder { /* Firefox 18- */
  color: black;
}

.promo {
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
}
.promo.black p::selection {
  background: #fff;
  color: #000;
}
@media (min-width: 992px) {
  .promo {
    position: relative;
    background-size: contain;
  }
}
.promo h2.heading-lg {
  text-transform: none;
}
.promo a.cta-link {
  font-size: 18px;
  text-transform: uppercase;
  margin: 10px 0 0 0;
}

.campaign-form-strip {
  padding: 95px 0 90px;
}
.campaign-form-strip .heading {
  width: 652px;
  max-width: 100%;
  margin: 0 auto;
}
.campaign-form-strip .heading > div {
  margin-bottom: 20px;
}
.campaign-form-strip .heading > div li {
  list-style: inside;
  margin-bottom: 0;
}
.campaign-form-strip input {
  margin-bottom: 0;
}
.campaign-form-strip button {
  margin-bottom: 0;
}
.campaign-form-strip > div {
  background: #F0F1F6;
  padding: 95px 0 90px;
}
@media screen and (max-width: 782px) {
  .campaign-form-strip > div {
    padding: 45px 0 40px;
  }
  .campaign-form-strip .heading {
    width: auto;
    padding: 0 2.75rem;
  }
}

.cky-btn-revisit-wrapper {
  background-color: var(--brand-1) !important;
}

.cky-consent-container p {
  font-size: 1.125rem;
  line-height: 1.625rem;
}
.cky-consent-container .cky-notice .cky-title {
  font-size: 1.5rem;
  line-height: 1.875rem;
  font-weight: 500;
  font-family: "Manrope", sans-serif;
}
.cky-consent-container .cky-notice-btn-wrapper {
  padding: 20px 0;
}
@media (max-width: 576px) {
  .cky-consent-container .cky-notice-btn-wrapper {
    padding: 20px;
  }
}
.cky-consent-container .cky-btn {
  border-color: var(--brand-1) !important;
  color: var(--brand-1);
  font-size: 1.125rem;
  line-height: 1.625rem;
  border-radius: 40px;
}
.cky-consent-container .cky-btn.cky-btn-customize {
  background-color: transparent !important;
}
.cky-consent-container .cky-btn.cky-btn-reject, .cky-consent-container .cky-btn.cky-btn-accept {
  background-color: var(--brand-1) !important;
}
.cky-consent-container .cky-consent-bar {
  padding: 20px 30px !important;
  background: #ffffff !important;
  border: none !important;
}
@media (max-width: 768px) {
  .cky-consent-container .cky-consent-bar {
    padding: 20px !important;
  }
}
@media (max-width: 576px) {
  .cky-consent-container .cky-consent-bar {
    padding: 20px 10px 0 !important;
  }
}

.grecaptcha-badge {
  /* moved up slightly so it doesn't overlap the mission animation circle */
  bottom: 100px !important;
}

.umbraco-page-header {
  width: 100%;
  background: #fff;
  padding: 0;
  color: #000;
  display: block;
}
.umbraco-page-header .inner {
  background: #000000;
  border-radius: 0px 0px 50px 50px;
  height: 50vw;
  position: relative;
}
.umbraco-page-header .title {
  position: absolute;
  top: 20vw;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  flex-wrap: wrap;
  max-width: 1440px;
  margin: 0 auto;
}
.umbraco-page-header .title h1 {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  font-family: "Manrope", sans-serif;
  font-size: 6vw;
  line-height: 6vw;
  max-width: 100%;
}
.umbraco-page-header .title h1 > span {
  line-height: 0.95;
  white-space: pre-line;
  justify-content: space-between;
  display: inline-block;
  color: #fff;
}
.umbraco-page-header .title h1 > span:nth-of-type(1) {
  margin-right: auto;
}
.umbraco-page-header .title h1 > span:nth-of-type(2) {
  padding-left: 1vw;
  margin-left: auto;
}
.umbraco-page-header .cards {
  display: flex;
  margin-top: -20vw;
}
.umbraco-page-header .cards .card {
  display: flex;
  width: 33.3333%;
  position: relative;
  margin: 20px;
}
.umbraco-page-header .cards .card:nth-child(even) {
  top: -100px;
}
.umbraco-page-header .cards .card:nth-child(odd) {
  top: 0;
}
.umbraco-page-header .cards .card img {
  width: 100%;
  height: auto;
}
@media (max-width: 1230px) {
  .umbraco-page-header .inner {
    height: max(50vw, 460px);
  }
}
@media (max-width: 992px) {
  .umbraco-page-header {
    padding: 0;
  }
  .umbraco-page-header .inner {
    height: max(100vw, 320px);
  }
  .umbraco-page-header .title {
    /* height: 400px;

    */
    top: 36vw;
  }
  .umbraco-page-header .title h1 span {
    display: inline;
    line-height: 1;
    text-wrap: nowrap;
    overflow: visible;
  }
  .umbraco-page-header .title h1 span:nth-of-type(1) {
    margin-right: 0;
  }
  .umbraco-page-header .title h1 span:nth-of-type(2) {
    margin-left: 0;
  }
  .umbraco-page-header .title h1 {
    border: solid 1px red;
    font-size: 9vw;
  }
  .umbraco-page-header .title h1 span {
    font-size: 9vw;
  }
  .umbraco-page-header .cards {
    margin-top: -30vw;
  }
  .umbraco-page-header .cards .card {
    width: 50%;
    display: none;
  }
  .umbraco-page-header .cards .card:nth-of-type(1) {
    display: flex;
  }
  .umbraco-page-header .cards .card:nth-of-type(2) {
    display: flex;
  }
}

/*.hero-cards {
    display: block;
    background: $white;
    padding: 20px;
    margin-bottom: -100px;


}
*/
.umbraco-intro {
  background: #fff;
  text-align: center;
}
.umbraco-intro svg {
  fill: #000000;
  display: inline-block;
  width: 200px;
  transform: scale(0.7);
}
@keyframes blink-animation {
  1% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  51% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.umbraco-intro .text {
  padding: 20px 70px;
}
.umbraco-intro .text p {
  color: #000000;
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 3rem;
  position: relative;
  display: inline-block;
}
.umbraco-intro .text p .hide {
  color: #ccc;
  position: relative;
}

.staggered-text-group .staggered-text {
  display: inline-block;
  position: relative;
  overflow-y: hidden;
  overflow-x: hidden;
}
.staggered-text-group .staggered-text strong {
  font-weight: normal;
}
.staggered-text-group .staggered-text > span {
  vertical-align: top;
  line-height: 0.5;
  text-overflow: clip;
  display: inline-block;
  position: relative;
  transform: translate(0px, 200px);
  transition: all 1s ease-out;
  height: 0;
  opacity: 1;
}
.staggered-text-group .staggered-text > span strong {
  color: #3544b1;
  transition: all 1s ease-out;
  transition-delay: 0.8s;
  display: inline-block;
}
.staggered-text-group .staggered-text > span.reveal {
  transform: translate(0, 0);
  opacity: 1;
  height: 100%;
  color: #ffffff;
}
.staggered-text-group .staggered-text > span.reveal strong {
  transform: translate(0px, 0);
  color: #fff;
}
.staggered-text-group .staggered-text.invert > span {
  transform: translate(0px, 600px);
  color: #000000;
}
.staggered-text-group .staggered-text.invert > span.reveal {
  transform: translate(0, 0);
}
@media (max-width: 1440px) {
  .staggered-text-group .staggered-text > span strong {
    transition-delay: 0s !important;
  }
}
@media (max-width: 992px) {
  .staggered-text-group .staggered-text > span {
    transition: none;
  }
  .staggered-text-group .staggered-text > span strong {
    transition: none;
  }
}

.feature-cards {
  display: block;
  background: #fff;
  padding: 0 0 300px 0;
  overflow: hidden;
}
.feature-cards .text {
  text-align: center;
  font-weight: 900;
  padding: 100px 0;
  opacity: 0;
  /*    filter: blur(10px);*/
  transform: translate(0, 150px);
}
.feature-cards .text h2 {
  text-transform: none;
  font-family: "Manrope", sans-serif;
  font-size: 4rem;
  color: #000;
}
.feature-cards .cards {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.feature-cards .cards .card {
  width: 50%;
  text-align: left;
  padding: 30px;
}
.feature-cards .cards .card .inner-card {
  background: #eef;
  position: relative;
  border-radius: 20px;
  padding: 50px;
  opacity: 0;
  height: 420px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.feature-cards .cards .card .inner-card i {
  overflow: visible;
  width: 100%;
  display: inline-block;
  position: relative;
}
.feature-cards .cards .card .inner-card i svg {
  position: absolute;
  overflow: visible;
}
.feature-cards .cards .card .inner-card i.customise-icon > span {
  position: absolute;
  background: #000000;
  width: 48px;
  height: 5px;
  display: block;
}
.feature-cards .cards .card .inner-card i.customise-icon > span > span {
  border-radius: 9px;
  border: solid 5px #000;
  background: #edd9fd;
  width: 16px;
  top: -5.5px;
  height: 16px;
  position: absolute;
}
.feature-cards .cards .card .inner-card i.customise-icon > span.ia {
  top: 7px;
}
.feature-cards .cards .card .inner-card i.customise-icon > span.ia > span {
  right: 0;
}
.feature-cards .cards .card .inner-card i.customise-icon > span.ib {
  top: 24px;
}
.feature-cards .cards .card .inner-card i.customise-icon > span.ib > span {
  left: 0;
}
.feature-cards .cards .card .inner-card i.customise-icon > span.ic {
  top: 41px;
}
.feature-cards .cards .card .inner-card i.customise-icon > span.ic > span {
  right: 0;
}
.feature-cards .cards .card .inner-card i.price-icon svg {
  transform: translate(0, -40px);
  opacity: 0;
}
.feature-cards .cards .card .inner-card i.community-icon svg:last-of-type {
  opacity: 0.5;
  transform: translate(0, 12px) scale(0.5);
}
.feature-cards .cards .card .inner-card i.globe-icon span {
  border-radius: 30px;
  width: 50px;
  height: 50px;
  border: solid 5px #333;
  display: inline-block;
  position: absolute;
  opacity: 1;
  transform: translate(0, 0) scale(0.5);
}
.feature-cards .cards .card .inner-card i.globe-icon span:nth-of-type(2) {
  transform: translate(80px, 0) scale(0.5);
}
.feature-cards .cards .card .inner-card i.globe-icon span:nth-of-type(3) {
  transform: translate(160px, 0) scale(0.5);
}
.feature-cards .cards .card .inner-card i.globe-icon span:nth-of-type(4) {
  transform: translate(240px, 0) scale(0.5);
}
.feature-cards .cards .card .inner-card i.globe-icon svg {
  transform: translate(0px, 0);
  opacity: 0;
}
.feature-cards .cards .card .inner-card i.plug-icon svg {
  display: block;
  margin-right: auto;
  overflow: visible;
}
.feature-cards .cards .card .inner-card i.plug-icon svg:first-of-type {
  transform: translate(-50px, 0) rotate(-30deg);
}
.feature-cards .cards .card .inner-card i.plug-icon svg:last-of-type {
  transform: translate(250px, 0) rotate(30deg);
}
.feature-cards .cards .card .inner-card i.plug-icon svg path {
  margin-right: auto;
  left: 0;
}
.feature-cards .cards .card .inner-card > div {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  align-content: end;
}
.feature-cards .cards .card .inner-card > div .title {
  font-weight: 500;
  padding: 0 0 30px 0;
  margin: 0;
  color: #000000;
  width: 100%;
  font-size: max(2vw, 2rem);
  line-height: max(2vw, 2rem);
}
.feature-cards .cards .card .inner-card > div p {
  text-align: left;
  color: #000000;
  font-size: max(1vw, 1.25rem);
  line-height: max(1.5vw, 1.75rem);
}
.feature-cards .cards .card .inner-card > div p:last-of-type {
  margin-bottom: 0;
}
.feature-cards .cards .card:nth-child(even) .inner-card {
  top: 0;
  left: 300px;
}
.feature-cards .cards .card:nth-child(odd) .inner-card {
  top: 200px;
  left: -300px;
}
.feature-cards .cards .card:nth-child(1) .inner-card {
  background: #feddea;
}
.feature-cards .cards .card:nth-child(2) .inner-card {
  background: #daf4f7;
}
.feature-cards .cards .card:nth-child(3) .inner-card {
  background: #fff4db;
}
.feature-cards .cards .card:nth-child(4) .inner-card {
  background: #edd9fd;
}
.feature-cards .cards .card:nth-child(5) .inner-card {
  background: #feddea;
}
.feature-cards .cards .card:nth-child(6) .inner-card {
  background: #d9fdee;
}
.feature-cards .cards .card:nth-child(6) .inner-card {
  background: #fde3d9;
}
@media (max-width: 992px) {
  .feature-cards {
    padding: 0;
  }
  .feature-cards .text {
    border: solid 1px red;
    opacity: 1;
    padding: 50px 0;
    transform: none;
  }
  .feature-cards .cards {
    border: solid 1px red;
  }
  .feature-cards .cards .card {
    width: 100%;
    padding: 0;
    margin: 35px;
  }
  .feature-cards .cards .card .inner-card {
    height: auto;
  }
  .feature-cards .cards .card .inner-card i {
    padding-bottom: 135px;
  }
  .feature-cards .cards .card:nth-child(even) .inner-card, .feature-cards .cards .card:nth-child(odd) .inner-card {
    opacity: 1;
    top: 0;
    left: 0;
  }
}

.talking-points-title {
  position: absolute;
  width: 100%;
  z-index: 10000;
  height: 100vh;
  padding: 0;
}
.talking-points-title.docked {
  position: fixed;
  top: 0;
}
.talking-points-title .text h2 {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #ffffff;
  font-size: max(4vw, 32px);
  line-height: max(4vw, 32px);
}
@media (max-width: 992px) {
  .talking-points-title {
    text-align: center;
    position: relative;
    top: auto;
    height: auto;
    background: #000000;
  }
  .talking-points-title .text {
    padding: 50px 0 20px 0;
  }
}

.umbracolandingpage.disable-transitions * {
  transition: none !important;
}

.talking-points {
  padding: 10vh 0;
  /*background: radial-gradient(circle, rgba(0,12,90,1) 0%, rgba(0,0,0,1) 80%);
  */
  z-index: 100;
  background-attachment: fixed;
  position: relative;
  overflow: hidden;
  padding: 0;
}
.talking-points .umbraco-section-container {
  height: 100%;
}
.talking-points .umbraco-section-container .cards-container {
  width: 50%;
  margin-left: 50%;
  position: relative;
}
.talking-points .umbraco-section-container .cards-container .cards .card {
  transform: scale(0.6);
  border-radius: 30px;
  opacity: 0.5;
  border: solid 1px #ffffff;
  margin-bottom: 4vw;
  padding: 4vw;
  filter: blur(8px);
  opacity: 0;
}
.talking-points .umbraco-section-container .cards-container .cards .card:last-of-type {
  margin-bottom: 0;
}
.talking-points .umbraco-section-container .cards-container .cards .card .num {
  color: #707070;
  /*  font-size: 2rem;*/
  font-size: max(2vw, 2rem);
  line-height: max(2vw, 2rem);
  margin-bottom: 1vw;
}
.talking-points .umbraco-section-container .cards-container .cards .card h2 {
  /*  font-size: 2rem;*/
  color: #ffffff;
  font-size: max(2vw, 2rem);
  line-height: max(2vw, 2rem);
  margin-bottom: 4vw;
}
.talking-points .umbraco-section-container .cards-container .cards .card p {
  font-size: max(1vw, 1.25rem);
  line-height: max(1.5vw, 1.75rem);
}
@media (max-width: 992px) {
  .talking-points .umbraco-section-container .cards-container {
    margin-left: 0;
    width: 100%;
  }
  .talking-points .umbraco-section-container .cards-container .cards .card {
    filter: none;
    opacity: 1;
    transform: none;
    margin: 35px;
  }
  .talking-points .umbraco-section-container .cards-container .cards .card:last-of-type {
    margin-bottom: 35px;
  }
}

.examples {
  background: #000000;
  padding: 0;
}
.examples .heading {
  text-align: center;
}
.examples .heading h2 {
  color: #ffffff;
  /*     font-size: 3.75rem;*/
  font-size: 4vw;
  line-height: 4vw;
  text-transform: none;
}
.examples .heading p {
  font-size: 1vw;
  line-height: 1vw;
}
.examples .cards .card {
  height: 30vw;
  background: #333333;
  border-radius: 24px;
  display: flex;
  margin-top: 170px;
  transform: scale(0.8);
  opacity: 0.2;
}
.examples .cards .card .images {
  display: flex;
  margin-top: -2vw;
  width: 50%;
  margin-right: 90px;
  justify-content: right;
  transform: scale(0.75);
}
.examples .cards .card .images img {
  height: 34vw;
}
.examples .cards .card .images img:last-of-type {
  margin-left: 2.5vw;
}
.examples .cards .card .text {
  align-content: center;
  width: 50%;
}
.examples .cards .card .text .inner {
  padding: 0 0 0 5vw;
  color: #ffffff;
}
.examples .cards .card .text .inner h3 {
  /*  font-size: 2.18rem;*/
  font-size: 3vw;
  line-height: 3vw;
  text-transform: none;
  color: #ffffff;
  margin-bottom: 2vw;
}
.examples .cards .card .text .inner ul li {
  font-size: 1vw;
  line-height: 1vw;
}

.umbraco-section-container {
  margin-right: auto;
  margin-left: auto;
  max-width: 80%;
  padding: 5vw 0;
  width: 100%;
}
@media (max-width: 1230px) {
  .umbraco-section-container {
    max-width: 100%;
    padding: 0;
  }
}

.submitting {
  pointer-events: none;
}
.submitting .but {
  color: #fff !important;
  pointer-events: none;
}
.submitting .but svg {
  opacity: 0;
}
.submitting .but .progress {
  opacity: 1;
}
.submitting .but .progress .bar {
  width: 100%;
}

.but {
  text-decoration: none;
  border-radius: 37px;
  padding: 30px 50px 33px 100px;
  border: solid 1.5px #000000;
  border-collapse: collapse;
  color: #000000;
  font-size: 1.1rem;
  line-height: 0;
  position: relative;
  overflow: hidden;
}
.but .progress {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  position: absolute;
  vertical-align: middle;
  transition: all 0.4s ease-in;
  background: #ffffff;
}
.but .progress .bar {
  transition: all 0.5s ease-in;
  background: #000000;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  width: 0;
  text-align: center;
}
.but:before {
  display: none;
}
.but svg {
  transition: all 0.2s ease-in-out;
  left: 20px;
  position: absolute;
  top: 50%;
  margin-top: 2px;
  transform: translateY(-50%);
}
.but:hover {
  background: #000000;
  color: #ffffff;
}
.but:hover svg {
  left: 24px;
}
.but:hover svg path {
  fill: #ffffff;
}
.but.alt {
  background: #ffffff;
  color: #000000;
  border-color: #ffffff;
}
.but.alt:hover {
  color: #ffffff;
  border: solid 1.5px #ffffff;
  background: #000000;
}
.but input {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  left: 0;
  top: 0;
  cursor: pointer;
  opacity: 0;
}

.umbraco-enquire-form {
  background: #ffffff;
  margin: 0;
  padding: 0;
}
.umbraco-enquire-form .inner {
  border-radius: 50px 50px 0px 0px;
  background: #000000;
}
.umbraco-enquire-form .umbraco-section-container {
  z-index: 100;
  display: flex;
}
.umbraco-enquire-form .umbraco-section-container .text {
  color: #ffffff;
  width: 50%;
  padding-right: 2vw;
  margin-right: 10vw;
}
.umbraco-enquire-form .umbraco-section-container .text h2 {
  font-size: 4vw;
  line-height: 4vw;
  color: #ffffff;
  text-transform: none;
  margin-bottom: 2vw;
}
.umbraco-enquire-form .umbraco-section-container .text p {
  font-size: 1vw;
  line-height: 1vw;
}
.umbraco-enquire-form .umbraco-section-container form {
  width: 50%;
}
.umbraco-enquire-form .umbraco-section-container form.submitting .field {
  opacity: 0.5;
}
.umbraco-enquire-form .umbraco-section-container form > div {
  display: flex;
  flex-wrap: wrap;
}
.umbraco-enquire-form .umbraco-section-container form > div.thanks h3 {
  width: 100%;
  color: #ffffff;
  font-size: 2rem;
}
.umbraco-enquire-form .umbraco-section-container form > div.thanks p {
  width: 100%;
}
.umbraco-enquire-form .umbraco-section-container form > div .but {
  margin-top: 20px;
}
.umbraco-enquire-form .umbraco-section-container form > div .field {
  display: block;
  flex-basis: 50%;
  max-width: 50%;
  padding: 0 30px 30px 0;
}
.umbraco-enquire-form .umbraco-section-container form > div .field .field-validation-error {
  margin-top: 10px;
  background: #000000;
  color: #ff6666;
  padding: 0;
}
.umbraco-enquire-form .umbraco-section-container form > div .field.wide {
  flex-basis: 100%;
  max-width: 100%;
}
.umbraco-enquire-form .umbraco-section-container form > div .field input, .umbraco-enquire-form .umbraco-section-container form > div .field textarea {
  display: inline-block;
  border: solid 1px #ffffff;
  border-radius: 14px;
  padding: 36px;
  color: #fff;
  background: #000000;
}
.umbraco-enquire-form .umbraco-section-container form > div .field input.input-validation-error, .umbraco-enquire-form .umbraco-section-container form > div .field textarea.input-validation-error {
  border-color: #ff6666;
}
.umbraco-enquire-form .umbraco-section-container form > div .field input.input-validation-error::placeholder, .umbraco-enquire-form .umbraco-section-container form > div .field textarea.input-validation-error::placeholder {
  color: #ff6666;
}
.umbraco-enquire-form .umbraco-section-container form > div .field input::placeholder, .umbraco-enquire-form .umbraco-section-container form > div .field textarea::placeholder {
  color: #aaa;
}

.client-carousel__copy h2 {
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 20px;
  font-size: 1.875rem;
  line-height: 2.25rem;
}
@media (min-width: 768px) {
  .client-carousel__copy h2 {
    padding-bottom: 40px;
  }
}
.client-carousel .container {
  max-width: 100%;
}
.client-carousel .container .client-row {
  overflow: hidden;
}
.client-carousel .container .client-row .client-logo__wrap {
  display: flex;
  justify-content: space-between;
  border: none;
}
@media (min-width: 768px) {
  .client-carousel .container .client-row .client-logo__wrap {
    margin-bottom: 0;
  }
}
.client-carousel .container .client-row .client-logo__logo {
  max-width: none;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.get-in-touch {
  padding: 95px;
}
@media (max-width: 768px) {
  .get-in-touch {
    padding: 50px 0 100px 0;
  }
}
.get-in-touch.white .container {
  background-color: #EEEEEE;
}
.get-in-touch.black .container * {
  color: #000000;
}
.get-in-touch .container {
  background: #ffffff;
  padding: 75px;
}
@media (max-width: 768px) {
  .get-in-touch .container {
    margin-right: 40px;
    padding: 30px 40px;
    position: relative;
  }
}
.get-in-touch .container .row {
  display: block;
}
@media (max-width: 768px) {
  .get-in-touch .container .row p {
    font-size: 16px;
    line-height: 19px;
  }
}
.get-in-touch .container .row .get-in-touch__wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .get-in-touch .container .row .get-in-touch__wrap {
    display: block;
  }
}
.get-in-touch .container .row .get-in-touch__wrap .left {
  position: relative;
}
.get-in-touch .container .row .get-in-touch__wrap .left h3 {
  font-size: 3.875rem;
  line-height: 3.375rem;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .get-in-touch .container .row .get-in-touch__wrap .left h3 {
    margin-bottom: 20px;
    font-size: 2.5rem;
    line-height: 2.875rem;
  }
}
.get-in-touch .container .row .get-in-touch__wrap .left p {
  font-size: 1.1875rem;
  line-height: 1.625rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .get-in-touch .container .row .get-in-touch__wrap .left {
    padding-bottom: 80px;
  }
}
.get-in-touch .container .row .get-in-touch__wrap .left .email-link {
  font-size: 1.1875rem;
  line-height: 1.625rem;
  color: var(--brand-1);
  font-weight: 500;
}
.get-in-touch .container .row .get-in-touch__wrap .left .linkedin {
  margin-top: 20px;
  display: inline-block;
}
@media (max-width: 768px) {
  .get-in-touch .container .row .get-in-touch__wrap .left .linkedin {
    bottom: 30px;
    max-width: 140px;
  }
}
.get-in-touch .container .row .get-in-touch__wrap .left .linkedin a {
  display: table;
  text-decoration: none;
}
.get-in-touch .container .row .get-in-touch__wrap .left .linkedin a svg {
  position: relative;
  top: 2px;
}
.get-in-touch .container .row .get-in-touch__wrap .left .linkedin a svg rect {
  shape-rendering: crispEdges;
}
.get-in-touch .container .row .get-in-touch__wrap .left .linkedin a:after {
  display: none;
}
.get-in-touch .container .row .get-in-touch__wrap .left .linkedin a:hover {
  background: transparent;
}
.get-in-touch .container .row .get-in-touch__wrap .left .linkedin a:hover svg path {
  fill: var(--brand-1);
}
.get-in-touch .container .row .get-in-touch__wrap .left .linkedin a:hover svg rect {
  stroke: var(--brand-1) !important;
}
.get-in-touch .container .row .get-in-touch__wrap .left .linkedin a .linkedin-name {
  display: table-cell;
  font-size: 14px;
  font-weight: 500;
  padding-left: 10px;
  vertical-align: middle;
  font-size: 0.875rem;
  line-height: 0.9375rem;
}
@media (max-width: 768px) {
  .get-in-touch .container .row .get-in-touch__wrap .right {
    bottom: -50px;
    position: absolute;
    right: -20px;
  }
}
.get-in-touch .container .row .get-in-touch__wrap .right .contact-image {
  float: right;
  margin-left: 20px;
  width: 250px;
  filter: grayscale(1);
}
@media (max-width: 768px) {
  .get-in-touch .container .row .get-in-touch__wrap .right .contact-image {
    float: none;
    width: 160px;
  }
}

.insightarticlepage .get-in-touch h3 {
  text-transform: none;
  font-weight: 300;
}

.cta-boxes__copy {
  margin-bottom: 10px;
}
.cta-boxes__copy h3 {
  margin-bottom: 10px;
  font-size: 2.75rem;
  line-height: 3.4375rem;
}
@media (min-width: 992px) {
  .cta-boxes__copy h3 {
    margin-bottom: 20px;
  }
}
.cta-boxes__copy p {
  font-size: 1.125rem;
  line-height: 1.625rem;
}
@media (min-width: 992px) {
  .cta-boxes__copy {
    margin-bottom: 20px;
  }
}
.cta-boxes__grid {
  display: grid;
  gap: 10px;
  margin-top: 10px;
}
@media (min-width: 992px) {
  .cta-boxes__grid {
    background-color: transparent;
    gap: 20px;
  }
  .cta-boxes__grid__2 {
    grid-template-columns: 1fr 1fr;
    padding-top: 50px;
  }
  .cta-boxes__grid__3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.cta-boxes__item {
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.cta-boxes__item a {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cta-boxes__item a:before {
  display: none;
}
.cta-boxes__item a:after {
  transition: all 0.2s ease-in-out;
  position: absolute;
  opacity: 0.8;
  left: 0;
  top: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.6));
  content: "";
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 5;
}
.cta-boxes__item a img {
  transition: transform 0.2s ease-in-out;
  transform: scale(1);
  width: 100%;
}
.cta-boxes__item a img.greyscale {
  filter: grayscale(1);
}
.cta-boxes__item a .title {
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 10;
  margin: 20px;
  width: calc(100% - 40px);
  padding-right: 40px;
  font-size: 1.5rem;
  line-height: 1.5rem;
}
@media (min-width: 992px) {
  .cta-boxes__item a .title {
    margin: 30px;
    width: calc(100% - 60px);
    font-size: 2.125rem;
    line-height: 2.125rem;
  }
}
.cta-boxes__item a .title i {
  position: relative;
  display: inline-block;
  transition: transform 0.1s ease-in-out;
  position: absolute;
  right: 3px;
  bottom: 50%;
  width: 16px;
  height: 16px;
  border: solid black;
  border-width: 0 4px 4px 0;
  display: inline-block;
  transform: translateY(50%) rotate(-45deg) scale(1);
}
.cta-boxes__item a .title i.white {
  border-color: #ffffff;
}
.cta-boxes__item a .title i.brand {
  border-color: var(--brand-1);
}
.cta-boxes__item a .title h4 {
  text-transform: uppercase;
  font-weight: 700;
  color: #ffffff !important;
  text-wrap: balance;
  margin: 0;
}
.cta-boxes__item a:hover:after {
  opacity: 1;
}
.cta-boxes__item a:hover .title i {
  transform: translateY(50%) rotate(-45deg) scale(1.2);
}
.cta-boxes__item a:hover img {
  transform: scale(1.04);
}
.cta-boxes__item__1-of-2 {
  aspect-ratio: 2/1;
}
@media (min-width: 992px) {
  .cta-boxes__item__1-of-2 a .title {
    margin: 40px;
    width: calc(100% - 80px);
  }
}
@media (min-width: 992px) {
  .cta-boxes__item__1-of-2:nth-child(odd) {
    margin-top: -50px;
  }
}
.cta-boxes__item__1-of-3 {
  aspect-ratio: 1;
}

.insight-intro {
  background: #ffffff;
  padding-top: 40px;
  padding-bottom: 40px;
}
.insight-intro.no-padding-top {
  padding-top: 0;
}
.insight-intro.no-padding-bottom {
  padding-bottom: 0;
}
.insight-intro__headline {
  font-size: 1.9375rem;
  line-height: 2.375rem;
  margin-bottom: 20px;
  font-weight: 300;
}
@media (min-width: 1440px) {
  .insight-intro__headline {
    font-size: 3.75rem;
    line-height: 3.75rem;
    padding-right: 160px;
  }
}
.insight-intro .tag {
  font-weight: 700;
  color: var(--brand-1);
  margin-bottom: 20px;
}
@media (min-width: 1440px) {
  .insight-intro .tag {
    margin-left: 40px;
  }
}
.insight-intro__copy p {
  font-size: 1.1875rem;
  line-height: 1.625rem;
}

.text-image-strips {
  overflow: hidden;
}
.text-image-strips .row p:last-of-type {
  margin-bottom: 0;
}
.text-image-strips__copy {
  padding-bottom: 40px;
}
@media (min-width: 992px) {
  .text-image-strips__copy {
    padding-bottom: 80px;
  }
}
.text-image-strips__copy p {
  font-size: 1.125rem;
  line-height: 1.625rem;
}
.text-image-strips__strips {
  display: grid;
  gap: 40px;
}
.text-image-strips__strips__item {
  width: 100%;
  display: grid;
  grid-template-columns: 0.45fr 0.55fr;
  gap: 40px;
}
.text-image-strips__strips__item .title {
  font-size: 1.5rem;
  line-height: 1.875rem;
  text-transform: uppercase;
  margin-bottom: 20px;
  text-wrap: balance;
}
@media (min-width: 992px) {
  .text-image-strips__strips__item .title {
    font-size: 2.125rem;
    line-height: 2.75rem;
  }
}
.text-image-strips__strips__item .cta-link {
  text-transform: uppercase;
  font-weight: 700;
  padding-bottom: 6px;
}
.text-image-strips__strips__item .cta-link:before {
  bottom: 0;
}
.text-image-strips__strips__item .text {
  order: 1;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
}
.text-image-strips__strips__item .image {
  order: 2;
}
.text-image-strips__strips__item .image:before {
  display: none;
}
.text-image-strips__strips__item:nth-child(even) {
  grid-template-columns: 0.55fr 0.45fr;
}
.text-image-strips__strips__item:nth-child(even) .text {
  order: 2;
}
.text-image-strips__strips__item:nth-child(even) .image {
  order: 1;
}
@media (max-width: 992px) {
  .text-image-strips__strips__item {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  .text-image-strips__strips__item .image {
    order: 1;
  }
  .text-image-strips__strips__item .text {
    order: 2;
  }
}

.locations h2.heading-lg {
  font-size: 2.125rem;
  line-height: 2.375rem;
}
@media (min-width: 768px) {
  .locations h2.heading-lg {
    font-size: 2.75rem;
    line-height: 3.375rem;
  }
}
.locations .map-wrappers {
  display: grid;
  grid-column-gap: 20px;
  grid-row-gap: 80px;
  grid-template-columns: 1fr;
}
@media (min-width: 992px) {
  .locations .map-wrappers {
    grid-template-columns: 1fr 1fr;
  }
}
.locations .map-wrappers .map-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.locations a.map-frame-link {
  width: 100%;
  aspect-ratio: 1/1;
  cursor: pointer !important;
}
.locations a.map-frame-link * {
  cursor: pointer !important;
}
.locations a.map-frame-link:before {
  display: none;
}
.locations .map-frame {
  width: 100%;
  aspect-ratio: 1/1;
}
.locations .map-details {
  padding: 40px 0 20px 0;
  display: flex;
  flex-direction: column;
}
.locations .map-details p {
  width: 100%;
  display: inline-block;
  margin-bottom: 15px;
  font-size: 1rem;
  line-height: 1.375rem;
}
@media (min-width: 1440px) {
  .locations .map-details p {
    font-size: 1.1875rem;
    line-height: 1.625rem;
  }
}
.locations .map-details img {
  border: solid 1px #000000;
}
.locations .map-details a {
  display: inline-block;
  font-size: 1rem;
  line-height: 1.375rem;
}
@media (min-width: 1440px) {
  .locations .map-details a {
    font-size: 1.1875rem;
    line-height: 1.625rem;
  }
}
.locations .map-details a.cta {
  margin: 10px 0 0 0;
  padding: 10px 20px;
  width: auto;
}
.locations .ctas {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
}
.locations .ctas .cta {
  margin-top: 0;
  text-decoration: none;
  padding-left: 22px;
  padding-right: 22px;
}
@media (min-width: 1440px) {
  .locations .ctas {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.locations.single h2.heading-lg {
  font-weight: 300;
}
.locations.single a.map-frame-link {
  margin-top: 20px;
  aspect-ratio: 2/1;
}
.locations.single .map-wrappers {
  grid-template-columns: 1fr;
}
.locations.single .map-details {
  padding: 20px 0 0 0;
}

.usps {
  padding-left: 20px;
  padding-right: 20px;
}
.usps.default {
  background: #000000;
}
.usps p {
  font-size: 1.375rem;
  line-height: 1.5rem;
  font-weight: 700;
  margin: 0px;
  text-align: center;
  width: 100%;
  text-transform: none;
}
.usps .row .copy-text {
  padding: 20px;
  align-content: center;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}
.usps .row .copy-text .border {
  width: 120px;
  height: 2px;
  padding: 35px 0px 0px;
}
@media (min-width: 992px) {
  .usps .row + .row {
    margin-top: 20px;
  }
}
.usps .row .copy-text .border {
  width: 100%;
}
.usps.white .border, .usps.grey .border, .usps.light .border {
  border-bottom: solid 2px #000000;
}
.usps.black .border, .usps.default .border, .usps.dark .border {
  border-bottom: solid 2px #ffffff;
}
@media (min-width: 768px) {
  .usps {
    padding: 60px 10px;
  }
  .usps.white .row .copy-text, .usps.grey .row .copy-text, .usps.light .row .copy-text {
    border-left: solid 2px #000000;
  }
  .usps.black .row .copy-text, .usps.default .row .copy-text, .usps.dark .row .copy-text {
    border-left: solid 2px #ffffff;
  }
  .usps.default .copy-text p {
    color: #ffffff;
  }
  .usps .row .copy-text:first-of-type {
    border: none !important;
  }
  .usps .row .copy-text {
    padding: 51px;
  }
  .usps .row .copy-text .border {
    display: none;
  }
}

.title-copy-2-column-image-below {
  padding: 0;
}
.title-copy-2-column-image-below.white, .title-copy-2-column-image-below.black, .title-copy-2-column-image-below.grey {
  background: #ffffff;
}
@media (max-width: 1500px) {
  .title-copy-2-column-image-below__image-container {
    max-width: 100%;
    padding: 0;
  }
}
.title-copy-2-column-image-below .inner-bg {
  padding: 40px 0;
}
@media (min-width: 1440px) {
  .title-copy-2-column-image-below .inner-bg {
    padding: 95px 0 90px 0;
  }
}
.title-copy-2-column-image-below.has-image-below {
  padding-bottom: 200px;
}
.title-copy-2-column-image-below.no-padding-top .inner-bg {
  padding-top: 0;
}
.title-copy-2-column-image-below.no-padding-bottom .inner-bg {
  padding-bottom: 0;
}
.title-copy-2-column-image-below.white .inner-bg {
  background: #ffffff;
}
.title-copy-2-column-image-below.black .inner-bg {
  background: #000000;
}
.title-copy-2-column-image-below.grey .inner-bg {
  background: #EEEEEE;
}
.title-copy-2-column-image-below img {
  margin-top: 20px;
  margin-bottom: -200px;
}
.title-copy-2-column-image-below h2 {
  font-size: 1.875rem;
  line-height: 2.5rem;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.title-copy-2-column-image-below h2 br {
  display: none;
}
@media (min-width: 768px) {
  .title-copy-2-column-image-below h2 {
    font-size: 2.75rem;
    line-height: 3.4375rem;
  }
  .title-copy-2-column-image-below h2 br {
    display: inline;
  }
}
@media (min-width: 1500px) {
  .title-copy-2-column-image-below h2 {
    margin-right: 160px;
  }
}

.copy-with-icon-copy-columns__grid {
  display: grid;
  gap: 40px;
  margin-top: 20px;
}
.copy-with-icon-copy-columns__grid__3 {
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 768px) {
  .copy-with-icon-copy-columns__grid__3 {
    grid-template-columns: 1fr;
  }
}
.copy-with-icon-copy-columns__grid__2 {
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 768px) {
  .copy-with-icon-copy-columns__grid__2 {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .copy-with-icon-copy-columns__grid {
    text-align: center;
  }
  .copy-with-icon-copy-columns__grid .icon {
    margin: 0 auto;
  }
}
.copy-with-icon-copy-columns__copy {
  text-align: left;
}
@media (max-width: 768px) {
  .copy-with-icon-copy-columns__copy {
    text-align: center;
  }
}
.copy-with-icon-copy-columns__copy h2 {
  width: 100%;
}
@media (max-width: 768px) {
  .copy-with-icon-copy-columns__copy h2 {
    text-align: center;
  }
}
.copy-with-icon-copy-columns__item h3 {
  text-transform: uppercase;
}
.copy-with-icon-copy-columns__item .icon, .copy-with-icon-copy-columns__item h3 {
  margin-bottom: 20px;
}
.copy-with-icon-copy-columns.black .icon {
  -webkit-filter: invert(100%); /* Safari/Chrome */
  filter: invert(100%);
}

.images-full-width {
  height: 100%;
  width: 100%;
}
.images-full-width__images {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
.images-full-width__images__image {
  flex: 1;
}
.images-full-width__images__image img {
  width: 100%;
}
.numbered-copy-panels h2 {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .numbered-copy-panels h2 {
    margin-bottom: 50px;
  }
}
.numbered-copy-panels__grid {
  display: grid;
  width: 100%;
  grid-column-gap: 0;
  grid-row-gap: 10px;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .numbered-copy-panels__grid {
    grid-column-gap: 20px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1440px) {
  .numbered-copy-panels__grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.numbered-copy-panels__grid__item {
  display: inline-block;
  text-decoration: none !important;
}
.numbered-copy-panels__grid__item span {
  color: var(--brand-1);
  font-size: 2.5rem;
  line-height: 2.5rem;
  display: inline-block;
  font-weight: 300;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .numbered-copy-panels__grid__item span {
    margin-bottom: 20px;
    font-size: 3.75rem;
    line-height: 3.75rem;
  }
}
@media (min-width: 1440px) {
  .numbered-copy-panels__grid__item span {
    font-size: 5.625rem;
    line-height: 5.625rem;
  }
}
.numbered-copy-panels__grid__item h4 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.625rem;
  margin-bottom: 10px;
}
@media (min-width: 1440px) {
  .numbered-copy-panels__grid__item h4 {
    margin-bottom: 20px;
  }
}
.numbered-copy-panels__grid__item p {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #000000;
}

.featured-summary-boxes .row p:last-of-type {
  margin-bottom: 0;
}
.featured-summary-boxes__copy {
  padding-bottom: 40px;
}
@media (min-width: 992px) {
  .featured-summary-boxes__copy {
    padding-bottom: 80px;
  }
}
.featured-summary-boxes__copy h3 {
  margin-bottom: 15px;
}
.featured-summary-boxes__copy p {
  font-size: 1.125rem;
  line-height: 1.625rem;
}
.featured-summary-boxes__items {
  display: grid;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr;
}
@media (min-width: 992px) {
  .featured-summary-boxes__items {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1440px) {
  .featured-summary-boxes__items {
    grid-row-gap: 60px;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.featured-summary-boxes__items__box {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  gap: 10px;
}
.featured-summary-boxes__items__box > a {
  width: 100%;
}
.featured-summary-boxes__items__box > a:before {
  display: none;
}
.featured-summary-boxes__items__box h4,
.featured-summary-boxes__items__box .link-title {
  text-transform: uppercase;
  font-weight: 700;
}
.featured-summary-boxes__items__box h4 {
  margin-bottom: 20px;
}
.featured-summary-boxes__items__box .image-container {
  overflow: hidden;
  width: 100%;
}
.featured-summary-boxes__items__box .image-container .image {
  width: 100%;
  transition: transform 0.15s ease-in-out;
  transform: scale(1);
}
.featured-summary-boxes__items__box .image-container .image img {
  width: 100%;
}
.featured-summary-boxes__items__box a.image-container:hover .image {
  transform: scale(1.04);
}
.featured-summary-boxes__items__box .link-title {
  margin-top: 10px;
  display: inline-block;
}
.featured-summary-boxes__items__box .link-title a {
  color: var(--brand-1);
  font-weight: 700;
}
.featured-summary-boxes__items__box .link-title a:before {
  background: var(--brand-1);
}
@media (min-width: 992px) {
  .featured-summary-boxes.alt .featured-summary-boxes__items {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.featured-summary-boxes.alt .featured-summary-boxes__items__box .image-container {
  background-color: transparent; /* fix around corners to avoid 1 px artifact */
  border-width: 2.5px;
}
.featured-summary-boxes.alt .featured-summary-boxes__items__box .image-container .image {
  display: none;
}
.featured-summary-boxes.alt .featured-summary-boxes__items__box .image-container h4 {
  position: relative;
  font-size: 1.5rem;
  line-height: 1.875rem;
  margin: 0;
}
@media (min-width: 992px) {
  .featured-summary-boxes.alt .featured-summary-boxes__items__box .image-container {
    position: relative;
    border-radius: 20px;
    border: solid 5px var(--brand-1);
    background-color: var(--brand-1); /* fix around corners to avoid 1 px artifact */
  }
  .featured-summary-boxes.alt .featured-summary-boxes__items__box .image-container .image {
    overflow: hidden;
    display: block;
  }
  .featured-summary-boxes.alt .featured-summary-boxes__items__box .image-container .image img {
    filter: blur(4px);
    transform: scale(1.1);
  }
  .featured-summary-boxes.alt .featured-summary-boxes__items__box .image-container h4 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    font-weight: 900;
    align-items: center;
    justify-content: center;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    border-radius: 12px;
    color: var(--brand-1);
    font-size: 1.75rem;
    line-height: 2.125rem;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    user-select: none;
  }
}
@media (min-width: 1440px) {
  .featured-summary-boxes.alt .featured-summary-boxes__items__box .image-container h4 {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}

/* Livity specific featured summary boxes styling overrides */
html.livity .featured-summary-boxes__items__box h4 {
  font-weight: 500;
}
html.livity .featured-summary-boxes.black .featured-summary-boxes__items__box h4 {
  color: var(--brand-1);
}

.staff-quote a.staff-quote__wrapper img {
  transition: transform 0.1s ease-in-out;
}
.staff-quote a.staff-quote__wrapper:hover img {
  transform: scale(1.02);
}
.staff-quote a.staff-quote__wrapper:hover .staff-quote__source {
  text-decoration: underline;
}
.staff-quote.black img {
  filter: invert(1) grayscale(1);
}
.staff-quote__wrapper {
  display: flex;
  text-decoration: none;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}
.staff-quote__wrapper:before {
  display: none;
}
@media (min-width: 576px) {
  .staff-quote__wrapper {
    gap: 40px;
    flex-wrap: nowrap;
  }
}
@media (min-width: 992px) {
  .staff-quote__wrapper {
    gap: 90px;
    flex-wrap: nowrap;
  }
}
.staff-quote__wrapper > img {
  max-width: 100%;
  aspect-ratio: 1/1;
  width: 100%;
  filter: grayscale(1);
}
@media (min-width: 576px) {
  .staff-quote__wrapper > img {
    width: 141px;
  }
}
@media (min-width: 768px) {
  .staff-quote__wrapper > img {
    width: 282px;
  }
}
.staff-quote__wrapper > div {
  display: flex;
  align-content: center;
  flex-wrap: wrap;
}
.staff-quote__wrapper > div .staff-quote__text {
  font-weight: 300;
  font-size: 1.1875rem;
  line-height: 1.625rem;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .staff-quote__wrapper > div .staff-quote__text {
    margin-bottom: 30px;
    font-size: 1.875rem;
    line-height: 2.625rem;
  }
}
.staff-quote__wrapper > div .staff-quote__source {
  display: inline-block;
  text-decoration: none;
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: 700;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .staff-quote__wrapper > div .staff-quote__source {
    font-size: 1.1875rem;
    line-height: 1.625rem;
  }
}

.simple-copy-image__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
}
.simple-copy-image__inner .image {
  order: 2;
}
.simple-copy-image__inner .image img {
  width: 160px;
}
@media (min-width: 992px) {
  .simple-copy-image__inner {
    flex-wrap: nowrap;
    gap: 60px;
  }
}
.simple-copy-image__inner .copy {
  padding: 0;
  flex-grow: 1;
  order: 1;
}
.simple-copy-image__inner.swap-order .copy {
  order: 2;
}
.simple-copy-image__inner.swap-order .image {
  order: 1;
}

.explore-more__wrapper {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .explore-more__wrapper {
    margin-top: 0;
  }
}

.explore-more__panel {
  position: relative;
  overflow: hidden;
  margin-top: 7px;
}
.explore-more__panel:before {
  content: "";
  display: table;
  padding: 100% 0 0 0;
}
@media (min-width: 768px) {
  .explore-more__panel {
    margin-top: 0;
  }
}

.explore-more__panel--orange .explore-more__info, .explore-more__panel--news .explore-more__info {
  background-color: #FF6043;
}
.explore-more__panel--green .explore-more__info, .explore-more__panel--work .explore-more__info {
  background-color: #000000;
}
.explore-more__panel--black .explore-more__info, .explore-more__panel--insight .explore-more__info {
  background-color: #000000;
}
.explore-more__panel--black .explore-more__info .explore-more__cta:hover, .explore-more__panel--insight .explore-more__info .explore-more__cta:hover {
  color: #ffffff;
}
.explore-more__panel:hover .explore-more__info {
  transform: translate3d(0, -100%, 0);
  transition: transform 0.5s ease;
}

.explore-more__panel a.explore-more__cta {
  color: #ffffff;
}
.explore-more__panel a.explore-more__cta:before {
  background: #ffffff;
}
.explore-more__panel a.explore-more__cta:hover {
  color: #ffffff;
}
.explore-more__panel a.explore-more__cta:hover:before {
  background-color: #ffffff;
}

.explore-more__info {
  z-index: 20;
  width: 100%;
  padding: 20px;
  transition: transform 0.5s ease;
  position: absolute;
  margin-top: 0;
  height: 100%;
}
@media (min-width: 768px) {
  .explore-more__info {
    height: auto;
    padding: 30px;
  }
}
.explore-more__info p > a::after {
  content: " ";
  border-bottom: 1px solid #ffffff;
}

.explore-more__title {
  font-size: 1.1875rem;
  line-height: 1.125rem;
  margin-bottom: 20px;
  color: #ffffff !important;
}
@media (min-width: 992px) {
  .explore-more__title {
    font-size: 1.5rem;
    line-height: 1.375rem;
  }
}

.explore-more__logo {
  float: right;
  width: 60%;
  height: auto;
  max-width: 70px;
  margin-top: -1.8em;
}
@media (min-width: 350px) {
  .explore-more__logo {
    max-width: 80px;
  }
}
@media (min-width: 768px) {
  .explore-more__logo {
    max-width: none;
    margin-top: 0;
  }
}

.explore-more__logo__landscape {
  width: 100%;
}
@media (min-width: 350px) {
  .explore-more__logo__landscape {
    max-width: 120px;
  }
}

.explore-more__copy {
  color: #ffffff !important;
  padding-right: 10px;
}
@media (max-width: 374px) {
  .explore-more__copy {
    display: none;
  }
}

.explore-more__details {
  font-size: 0.875rem;
  line-height: 1.1875rem;
  margin-bottom: 20px;
  color: #ffffff !important;
}
@media (min-width: 768px) {
  .explore-more__details {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}

.explore-more__cta {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .explore-more__cta {
    font-size: 1rem;
    line-height: 1.1875rem;
  }
}

.explore-more__image-wrapper {
  position: absolute;
  top: 0;
  width: 100%;
  max-width: none;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
}
@media (min-width: 768px) {
  .explore-more__image-wrapper {
    height: auto;
    padding-bottom: 0;
    overflow: visible;
  }
}

.explore-more__image {
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  width: 100%;
  max-width: none;
}
@media (min-width: 768px) {
  .explore-more__image {
    transform: none;
    top: 0;
    position: relative;
  }
}

.explore-more__panel {
  position: relative;
  overflow: hidden;
  margin-top: 7px;
}
.explore-more__panel:before {
  content: "";
  display: table;
  padding: 100% 0 0 0;
}
@media (min-width: 768px) {
  .explore-more__panel {
    margin-top: 0;
  }
}
.explore-more__panel .explore-more__info {
  padding: 20px;
}

.explore-more {
  overflow: hidden;
}
.explore-more .explore-more__info {
  position: relative;
}
@media (min-width: 768px) {
  .explore-more .explore-more__info {
    position: absolute;
  }
}
.explore-more .heading-lg {
  font-size: 1.875rem;
  line-height: 2.5rem;
}
@media (min-width: 768px) {
  .explore-more .heading-lg {
    font-size: 2.75rem;
    line-height: 3.125rem;
    padding-bottom: 10px;
  }
}
.explore-more.no-padding-top {
  padding-top: 0;
}
.explore-more.no-padding-bottom {
  padding-bottom: 0;
}
@media (min-width: 768px) and (max-width: 992px) {
  .explore-more .explore-more__copy {
    display: none;
  }
}
@media (max-width: 767px) {
  .explore-more__grid {
    display: none !important;
  }
}
.explore-more .explore-more__grid {
  display: none;
  opacity: 0;
}
@media (min-width: 768px) {
  .explore-more .explore-more__grid {
    display: flex;
  }
}
.explore-more .explore-more__swiper {
  overflow: visible;
  padding: 0;
}
@media (min-width: 768px) {
  .explore-more .explore-more__swiper {
    display: none;
  }
}
.explore-more .explore-more__swiper .swiper-wrapper {
  overflow: visible;
}
.explore-more .explore-more__swiper .swiper-slide {
  width: auto;
  height: auto;
  flex-shrink: 0;
}
.explore-more .explore-more__swiper .explore-more__panel {
  margin-top: 0;
  height: 100%;
  width: 100%;
}
.explore-more .explore-more__swiper .explore-more__panel:hover .explore-more__info {
  transform: none;
  transition: none;
}

.page-id-18, .page-id-8 {
  background: #ffffff;
}

.playOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 5;
  background: #000000;
}
@media (min-width: 768px) {
  .playOverlay {
    height: 110vh;
  }
}
.playOverlay .playbutton-home {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 148px;
  height: 148px;
  transform: translate(-50%, -50%);
}

#group-home {
  position: relative;
}
#group-home .bottom-arrow {
  animation: bounce 0.8s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
}
@media (max-width: 768px) {
  #group-home section {
    padding: 40px 0;
  }
}
@media (max-width: 768px) {
  #group-home section.group-footer {
    padding: 0;
  }
}
#group-home .fp-tableCell,
#group-home .fp-scroller {
  height: 100% !important;
}
#group-home.desktopLoad .transparent {
  background: transparent !important;
}
#group-home .full-video-home {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#group-home .full-video-home .page-header__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  min-width: 0;
  max-height: none;
  transform: none;
  background: #FF6043;
  z-index: 1;
}
#group-home .full-video-home .page-header__image.desktop {
  display: none;
}
@media (min-width: 767px) {
  #group-home .full-video-home .page-header__image.desktop {
    display: block;
  }
}
#group-home .full-video-home .page-header__image.mobile {
  display: block;
}
@media (min-width: 767px) {
  #group-home .full-video-home .page-header__image.mobile {
    display: none;
  }
}
#group-home #scroll-more-circle {
  opacity: 0.75;
  bottom: -10px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
#group-home #scroll-more-circle:hover {
  opacity: 1;
  bottom: 0;
}
#group-home .bottom-arrow {
  bottom: 30px;
  width: 25px;
  position: absolute;
  left: 50%;
  margin-left: -12.5px;
  overflow: hidden;
  height: 40px;
}
@media (max-width: 768px) {
  #group-home .bottom-arrow.overflow-arrow {
    position: relative;
    left: 0;
    margin: 0 auto;
    bottom: -10px;
  }
}
@media (min-width: 1440px) {
  #group-home .bottom-arrow {
    height: 72px;
  }
}
#group-home .header_video {
  z-index: 0 !important;
}

.purpose-image,
.process-image,
.principles-image {
  position: relative;
}

.imageContainer,
#group-home .full-video-home .imageContainer {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}

.circle {
  height: 10px;
  width: 10px;
  background-color: #bbb;
  border-radius: 50%;
  border-width: 500px;
  border-style: solid;
  display: inline-block;
  position: fixed;
  bottom: -1000px;
  right: -1000px;
  /*
    img{
  	  position: absolute;
  	  top:0;
  	  left: 0;
  	  width: 100%;
  	  height: 100%;
    }
  */
}
.circle.green {
  background: #000000;
  border-color: #31A4A3;
}
.circle.white {
  border-color: #000000;
  background: #ffffff;
}
.circle.black {
  background: #000000;
}

/*
.whiteBg{
	&:after{
		content: '';
		position: absolute;
		top:0;
		left: 0;
		width: 100%;
		height: 100%;
		background: $white;
	}
}
*/
/*
#capabilities{
	z-index: 9;
}
*/
#circleGreenOne {
  z-index: 10;
}

#circleBlackOne {
  z-index: 11;
}

#process,
#process-image,
#purpose,
#process-two {
  z-index: 12;
}

#process-two:after {
  content: "";
  position: absolute;
  top: 100%;
  height: 100%;
  left: 0;
  background: pink;
}

#circleGreenTwo {
  z-index: 13;
}

#circleBlackTwo {
  z-index: 14;
}

#principles,
#principles-image,
#principles-two {
  z-index: 15;
}

#circleGreenThree {
  z-index: 16;
}

#circleBlackThree {
  z-index: 17;
}

#places {
  z-index: 18;
}

#circleWhiteOne {
  z-index: 19;
}

#locations,
#footer {
  z-index: 20;
}

#locations .container {
  max-width: 1100px;
}

@media (min-width: 992px) {
  #locations .container .row {
    padding-bottom: 200px;
    padding-top: 100px;
  }
}
.group-home .page-header.group-video {
  height: 100vh;
  overflow: hidden;
}
.group-home .group-video__scroll {
  width: 277px;
  height: 76px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}
.group-home .fullheight {
  height: 100vh;
}
.group-home .fullheight .container, .group-home .fullheight .row.h-100 {
  height: 100%;
}
.group-home .margin-right {
  margin-right: 0;
}
@media (min-width: 768px) {
  .group-home .margin-right {
    margin-right: 3.2154340836%;
  }
}
.group-home .capabilities {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 576px) {
  .group-home .capabilities.padding-left {
    padding-left: 40px;
  }
}
.group-home .capabilities li {
  font-family: "Manrope", sans-serif;
  font-size: 1.125rem;
  line-height: 1.125rem;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.group-home .capabilities li:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .group-home .capabilities li {
    font-size: 1.625rem;
    line-height: 2.3125rem;
  }
}
.group-home .principles-columns {
  margin-left: -20px;
  margin-right: -20px;
}
.group-home .principles-columns .principles-content {
  margin: 0 20px;
  margin-bottom: 40px;
}
.group-home #principles-two h1 {
  text-align: left !important;
  font-size: 1.25rem;
  line-height: 3.375rem;
  line-height: 1.4rem;
}
.group-home #principles-two h1:after {
  margin-top: 0.5rem;
}
@media (min-width: 768px) {
  .group-home #principles-two h1 {
    font-size: 1.9375rem;
    line-height: 2.375rem;
  }
  .group-home #principles-two h1:after {
    margin-top: 1rem;
  }
}
@media (min-width: 992px) {
  .group-home #principles-two h1 {
    font-size: 3rem;
    line-height: 3.375rem;
    line-height: 3rem;
    margin-bottom: 0;
  }
}
.group-home #principles-two h2 {
  font-size: 1rem;
  line-height: 3.375rem;
  line-height: 1.3rem;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .group-home #principles-two h2 {
    font-size: 1.9375rem;
    line-height: 2.375rem;
  }
}
@media (min-width: 992px) {
  .group-home #principles-two h2 {
    font-size: 2.375rem;
    line-height: 3.375rem;
    line-height: 2.7rem;
  }
}
@media (min-width: 1440px) {
  .group-home #principles-two h2 {
    font-size: 2.75rem;
    line-height: 3.375rem;
  }
}
.group-home #principles-two p {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .group-home #principles-two p {
    margin-bottom: 20px;
  }
}
.group-home #principles-two .mobile-only {
  width: auto;
}
.group-home .swiper-slide .number {
  font-size: 18.75rem;
  line-height: 19.375rem;
}
@media (min-width: 768px) {
  .group-home .swiper-slide .number {
    text-align: right;
    font-size: 24.375rem;
    line-height: 31.875rem;
    line-height: 15rem;
  }
}
@media (min-width: 992px) {
  .group-home .swiper-slide .number {
    text-align: right;
    font-size: 25rem;
    line-height: 31.875rem;
    line-height: 20rem;
  }
}
@media (min-width: 1440px) {
  .group-home .swiper-slide .number {
    text-align: right;
    font-size: 26.5625rem;
    line-height: 31.875rem;
    line-height: 25rem;
  }
}
.group-home .swiper-link-container {
  padding-top: 10px;
}
.group-home .swiper-link .values-swiper-text {
  font-weight: normal;
  display: none;
}
@media (min-width: 992px) {
  .group-home .swiper-link .values-swiper-text {
    display: none;
  }
}
@media (min-width: 1440px) {
  .group-home .swiper-link .values-swiper-text {
    display: block;
  }
}
.group-home .swiper-link strong {
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 768px) {
  .group-home .group-locations .spacing-lg {
    padding: 0;
  }
}
.group-home .group-locations .content {
  margin: 40px 0;
  padding: 0 35px;
  display: inline-block;
}
@media (min-width: 992px) {
  .group-home .group-locations .content {
    margin: 0;
    padding: 0;
  }
}
.group-home .group-locations a.link {
  display: inline-block;
  margin-bottom: 5px;
}
.group-home .group-locations .visit {
  padding-top: 10px;
}
.group-home .group-locations .visit::before {
  background: #31A4A3;
}
.group-home .group-locations .visit:hover::before {
  width: 0;
  transition-duration: 0.4s;
  background: #000000;
}
.group-home .group-locations .visit:hover {
  color: #000000;
}
.group-home .group-footer .krow-logo {
  width: 236px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .group-home .group-footer .policies a {
    font-size: 12px;
  }
}
.group-home .group-footer .icon-wrapper {
  margin-top: 40px;
}
@media (max-width: 360px) {
  .group-home .group-footer .icon-wrapper {
    padding: 0 30px;
  }
}
.group-home .group-footer .social-icon {
  margin-right: 20px;
}
@media (max-width: 360px) {
  .group-home .group-footer .social-icon {
    margin-bottom: 10px;
  }
}
.group-home .group-footer .social-icon:last-child {
  margin-right: 0;
}
@media (max-width: 360px) {
  .group-home .group-footer .social-icon:nth-child(3) {
    margin-right: 0;
  }
}
.group-home .group-footer .social-icon:hover {
  background-color: #31A4A3;
}
.group-home .group-footer .social-icon:hover #twitter-icon rect, .group-home .group-footer .social-icon:hover #linkedin rect, .group-home .group-footer .social-icon:hover #youtube rect, .group-home .group-footer .social-icon:hover #facebook rect, .group-home .group-footer .social-icon:hover #instagram rect {
  stroke-color: #ffffff;
}
.group-home .group-footer .social-icon:hover #twitter-icon path, .group-home .group-footer .social-icon:hover #linkedin path, .group-home .group-footer .social-icon:hover #youtube path, .group-home .group-footer .social-icon:hover #facebook path, .group-home .group-footer .social-icon:hover #instagram path {
  fill: #ffffff !important;
}
.group-home .group-footer .smallprint {
  font-size: 0.875rem;
  line-height: 1.375rem;
  margin: 40px 0;
}
.group-home .group-footer .smallprint a.link {
  display: inline;
}
.group-home .group-footer .smallprint p {
  margin-bottom: 0;
}
.group-home .group-footer .smallprint p:first-child {
  margin-bottom: 10px;
}
.group-home .bold-link {
  font-family: "Manrope", sans-serif;
  text-transform: uppercase;
  margin-top: 20px;
  font-size: 1.1875rem;
  line-height: 1.5625rem;
}

@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-20%);
  }
}
.mission-page {
  background-color: #16df8f;
  overflow: hidden;
  position: relative;
  min-height: 100vh;
  padding: 55px 0 50px;
  box-sizing: border-box;
}
.mission-page a {
  text-decoration: none !important;
}
.mission-page a:before {
  display: none;
}
.mission-page .mission-page__shape {
  position: absolute;
  display: none;
}
.mission-page .mission-page__shape.shape-1 {
  top: -150px;
  left: 40%;
  max-width: 300px;
}
.mission-page .mission-page__shape.shape-2 {
  right: 10%;
  top: 20%;
  max-width: 63px;
}
.mission-page .mission-page__shape.shape-3 {
  max-width: 309px;
  bottom: -200px;
  right: -50px;
}
.mission-page .content-container {
  padding: 0 8.4541062802%;
  max-width: 1440px;
  margin: auto;
  box-sizing: border-box;
  display: flex;
  align-items: end;
}
.mission-page img {
  opacity: 0;
  animation: fadeUpMission 0.8s ease forwards;
}
.mission-page h1 {
  font-family: GT-Walsheim-Pro-Ultra-Bold, Times New Roman, serif;
  text-transform: uppercase !important;
  font-weight: 200;
  color: #ffffff;
  margin: 10% 0 5%;
  position: relative;
  z-index: 10;
  font-size: 1.9375rem;
  line-height: 2.375rem;
  opacity: 0;
  animation: fadeUpMission 0.8s 0.1s ease forwards;
}
.mission-page p {
  color: #ffffff;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5rem;
  margin-top: 0;
  margin-bottom: 20px;
  word-wrap: break-word;
  opacity: 0;
  animation: fadeUpMission 0.8s 0.2s ease forwards;
}
.mission-page p strong {
  font-weight: 700;
}
.mission-page a {
  font-size: 18px;
  background-color: #1A233B;
  color: #ffffff;
  font-weight: 500;
  text-transform: uppercase !important;
  position: relative;
  display: inline-block;
  transition: color 0.2s ease-out, background 0.2s ease-out;
  opacity: 0;
  animation: fadeUpMission 0.8s 0.3s ease forwards;
  padding: 25px 50px;
  border-radius: 50px;
  margin-top: 20px;
  text-decoration: none;
}
.mission-page .mob-roundel {
  width: 60%;
  margin: 60px 0 0;
  display: block;
}
@media (min-width: 998px) {
  .mission-page .mob-roundel {
    display: none;
  }
}

@media (min-width: 992px) {
  .mission-page {
    padding: 75px 0 70px;
  }
  .mission-page .content-container {
    padding: 0 6.8055555556%;
  }
}
@media (min-width: 1440px) {
  .mission-page {
    padding: 95px 0 90px;
  }
  .mission-page h1 {
    font-size: 65px;
  }
  .mission-page .content-container {
    padding: 0 98px;
  }
}
@media (min-width: 768px) {
  .mission-page .mission-page__shape {
    display: block;
  }
  .mission-page .content-container {
    padding: 0 4.5632333768%;
  }
  .mission-page .mission-page .content-wrap {
    max-width: 58.33333333%;
  }
  .mission-page p {
    padding-right: 10%;
  }
  .mission-page a:hover {
    background: #ffffff;
    color: #1A233B;
  }
}
@media (min-width: 992px) {
  .mission-page .content-wrap {
    max-width: 55%;
  }
  .mission-page .roundel-wrap {
    width: 28%;
    margin: 0 8.5%;
    margin-bottom: 3%;
  }
  .mission-page h1 {
    margin: 18% 0 5%;
    font-size: 55px;
    line-height: 1;
  }
}
@keyframes fadeUpMission {
  from {
    transform: translateY(40px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@font-face {
  font-family: "GalanoGrotesque-Black";
  src: url("/theme/fonts/webfonts/vacancies/3A94E1_1_0.eot");
  src: url("/theme/fonts/webfonts/vacancies/3A94E1_1_0.eot?#iefix") format("embedded-opentype"), url("/theme/fonts/webfonts/vacancies/3A94E1_1_0.woff2") format("woff2"), url("/theme/fonts/webfonts/vacancies/3A94E1_1_0.woff") format("woff"), url("/theme/fonts/webfonts/vacancies/3A94E1_1_0.ttf") format("truetype");
}
@font-face {
  font-family: "GalanoGrotesque-Regular";
  src: url("/theme/fonts/webfonts/vacancies/3A94E1_11_0.eot");
  src: url("/theme/fonts/webfonts/vacancies/3A94E1_11_0.eot?#iefix") format("embedded-opentype"), url("/theme/fonts/webfonts/vacancies/3A94E1_11_0.woff2") format("woff2"), url("/theme/fonts/webfonts/vacancies/3A94E1_11_0.woff") format("woff"), url("/theme/fonts/webfonts/vacancies/3A94E1_11_0.ttf") format("truetype");
}
@font-face {
  font-family: "GalanoGrotesque-SemiBold";
  src: url("/theme/fonts/webfonts/vacancies/3A94E1_12_0.eot");
  src: url("/theme/fonts/webfonts/vacancies/3A94E1_12_0.eot?#iefix") format("embedded-opentype"), url("/theme/fonts/webfonts/vacancies/3A94E1_12_0.woff2") format("woff2"), url("/theme/fonts/webfonts/vacancies/3A94E1_12_0.woff") format("woff"), url("/theme/fonts/webfonts/vacancies/3A94E1_12_0.ttf") format("truetype");
}
.job-detail {
  padding: 0;
  background: #ffffff;
}
.job-detail .backing {
  background-color: #31a4a3;
  color: #fff;
  padding: 15px 0 20px;
}
.job-detail .mobile-title {
  display: block;
  width: 100%;
  padding: 100px 0 0 0;
}
.job-detail .mobile-title p {
  color: #000000;
}
@media (min-width: 992px) {
  .job-detail .mobile-title {
    display: none;
  }
}
.job-detail .row {
  justify-content: space-between;
}
.job-detail .job-info {
  width: 100%;
}
.job-detail .job-info span {
  display: block;
  font-size: 18px;
  line-height: 1.4;
  margin: 0 auto 30px;
  text-align: center;
}
@media (min-width: 992px) {
  .job-detail .job-info span {
    margin: 0;
  }
}
.job-detail .job-info span strong {
  text-transform: uppercase;
  font-family: "GalanoGrotesque-Bold";
  font-weight: 400;
}
.job-detail .job-link {
  width: 100%;
  text-align: left;
}
.job-detail .job-link a {
  color: #fff;
  text-transform: uppercase;
  font-family: "GalanoGrotesque-Bold";
  font-weight: 400;
  text-decoration: none !important;
  display: inline-block;
}
.job-detail .job-link a:before {
  content: none;
}
.job-detail .job-link a:after {
  content: "";
  background-image: url(/theme/images/arrow-white.svg);
  display: inline-block;
  width: 20px;
  height: 10px;
  margin-left: 10px;
  transition: 0.4s transform ease-out;
}
.job-detail .job-link a:hover:after {
  transform: translateX(10px);
}
.job-detail .job-info {
  display: none;
}
.job-detail .job-info-mobile {
  padding: 0 0 20px 0;
}
.job-detail .job-title {
  margin-top: 40px;
  width: 100%;
}
.job-detail .job-title h1 {
  padding: 0;
  text-transform: uppercase;
  margin: 0;
}
@media (min-width: 992px) {
  .job-detail .backing {
    padding: 25px 0 30px;
  }
  .job-detail .job-info-mobile {
    display: none;
  }
  .job-detail .job-info {
    display: flex;
    width: 78%;
  }
  .job-detail .job-info span {
    margin-right: 50px;
    margin-bottom: 0;
    text-align: left;
  }
  .job-detail .job-info br {
    display: block;
  }
  .job-detail .job-link {
    width: 20%;
    align-self: center;
    text-align: right;
  }
}

.job-form {
  background-color: #EEEEEE;
  color: #000000;
  padding: 70px 0 42px;
}
.job-form p {
  color: #000000;
}
.job-form .row {
  opacity: 1;
  transition: opacity 0.25s ease-in-out;
}
.job-form .row div {
  padding: 0 40px 0 0;
  width: 100%;
}
.job-form .your-cv, .job-form .your-portfolio, .job-form .your-file {
  position: relative;
  cursor: pointer !important;
}
.job-form .your-cv ::file-selector-button, .job-form .your-portfolio ::file-selector-button, .job-form .your-file ::file-selector-button {
  display: none;
}
.job-form .your-cv:before, .job-form .your-portfolio:before, .job-form .your-file:before {
  transition: all ease-in-out 0.06s;
  width: 115px;
  background: #000000;
  color: #ffffff;
  display: inline-block;
  border: solid 1px #000000;
  content: "CHOOSE FILE";
  line-height: 2;
  font-size: 0.75rem;
  vertical-align: middle;
  text-align: center;
  font-weight: 500;
  height: 30px;
  position: absolute;
  pointer-events: none;
  cursor: pointer;
  vertical-align: top;
  z-index: 1000;
}
.job-form .your-cv:hover:before, .job-form .your-portfolio:hover:before, .job-form .your-file:hover:before {
  background: #fff;
  color: #000;
}
.job-form input, .job-form textarea, .job-form .file-label {
  background: none;
  border: none;
  outline: none;
  color: #000000;
  border-bottom: 2px solid #000000;
  padding: 0 0 20px 0;
  width: 100%;
  display: block;
  font-size: 15px;
  margin-bottom: 40px;
  font-family: "GalanoGrotesque-Regular";
}
.job-form .file-label {
  margin-bottom: 0;
  padding-bottom: 20px;
  border: none;
}
.job-form textarea {
  height: 60px;
}
.job-form .textarea {
  height: 60px;
}
.job-form h3 {
  text-transform: uppercase;
  font-family: "GalanoGrotesque-Bold";
  font-weight: 400;
  margin-bottom: 40px;
}
.job-form #cv-upload {
  display: none;
}
.job-form input[type=submit] {
  text-align: left;
  border: none;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-family: "GalanoGrotesque-Bold";
  font-weight: 400;
  display: inline-block;
  width: auto;
  cursor: pointer;
}
@media (min-width: 992px) {
  .job-form input[type=submit] {
    margin-top: 20px;
  }
}
.job-form input[type=submit] + .arrow {
  display: inline-block;
  width: 20px;
  height: 10px;
  margin-left: 10px;
  transition: 0.4s transform ease-out;
}
.job-form input[type=submit]:hover + .arrow {
  transform: translateX(10px);
}
@media (max-width: 768px) {
  .job-form .row div {
    padding: 0 0 0 0;
  }
}
.job-form .sent .row {
  display: none;
}
.job-form form .submission {
  display: block;
}
.job-form form.submitting {
  cursor: progress !important;
}
.job-form form.submitting .row {
  opacity: 0.5;
}
.job-form form.submitting * {
  cursor: progress !important;
  pointer-events: none;
}
.job-form form.submitting .row.submission {
  display: none;
}
.job-form .wpcf7 .wpcf7-form.invalid .wpcf7-response-output {
  color: red;
  font-weight: bold;
  font-size: 1rem;
}

@media (min-width: 992px) {
  ::placeholder {
    margin-top: 20px;
  }
}

.enquiry-form {
  position: relative;
}
.enquiry-form form {
  margin-bottom: 0;
}
.enquiry-form :-ms-input-placeholder {
  color: #f0f;
}
.enquiry-form.white, .enquiry-form.grey, .enquiry-form.brand {
  color: black;
}
.enquiry-form.white input[type=text], .enquiry-form.white input[type=email], .enquiry-form.white textarea, .enquiry-form.grey input[type=text], .enquiry-form.grey input[type=email], .enquiry-form.grey textarea, .enquiry-form.brand input[type=text], .enquiry-form.brand input[type=email], .enquiry-form.brand textarea {
  color: black;
  border: 1px solid #000000;
}
.enquiry-form.white ::placeholder, .enquiry-form.grey ::placeholder, .enquiry-form.brand ::placeholder {
  color: black;
}
.enquiry-form.white :-ms-input-placeholder, .enquiry-form.grey :-ms-input-placeholder, .enquiry-form.brand :-ms-input-placeholder {
  color: black;
}
.enquiry-form.black {
  color: white;
}
.enquiry-form.black input[type=text], .enquiry-form.black input[type=email], .enquiry-form.black textarea {
  color: white;
  border: 1px solid #ffffff;
}
.enquiry-form.black ::placeholder {
  color: white;
}
.enquiry-form.black :-ms-input-placeholder {
  color: white;
}
.enquiry-form .field-groups .field-group {
  width: 100%;
  transition: opacity 0.25s ease-in-out;
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  gap: 20px;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .enquiry-form .field-groups .field-group {
    gap: 30px;
  }
}
.enquiry-form .field-groups .field-group .field {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
}
.enquiry-form .field-groups .field-group__enquiry .field {
  flex-direction: row;
  justify-content: center;
  align-items: baseline;
}
.enquiry-form .field-groups .field-group__enquiry .select-wrapper select {
  min-width: 382px;
  max-width: 100%;
}
.enquiry-form .field-groups .field-group__enquiry label {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.375rem;
}
@media (min-width: 992px) {
  .enquiry-form .field-groups .field-group__enquiry label {
    text-align: left;
  }
}
@media (max-width: 992px) {
  .enquiry-form .field-groups .field-group__enquiry {
    gap: 20px;
  }
}
@media (max-width: 992px) {
  .enquiry-form .field-groups .field-group .field {
    flex: auto;
  }
  .enquiry-form .field-groups .field-group__enquiry {
    width: 100%;
    margin: 0 0 40px 0;
  }
}
.enquiry-form input[type=text], .enquiry-form input[type=email], .enquiry-form textarea {
  background: none;
  outline: none;
  padding: 25px 15px;
  width: 100%;
  display: block;
}
.enquiry-form input[type=text].input-validation-error, .enquiry-form input[type=email].input-validation-error, .enquiry-form textarea.input-validation-error {
  border-color: red;
}
.enquiry-form .checkbox-wrap {
  margin: 10px 0;
}
.enquiry-form .cta {
  margin: 0;
}
.enquiry-form .field-validation-error {
  margin-top: 6.6666666667px;
}
.enquiry-form textarea {
  height: 275px;
}
.enquiry-form h3 {
  text-transform: uppercase;
  font-family: "GalanoGrotesque-Bold";
  font-weight: 400;
  margin-bottom: 40px;
}
.enquiry-form input[type=submit] + .arrow {
  display: inline-block;
  width: 20px;
  height: 10px;
  margin-left: 10px;
  transition: 0.4s transform ease-out;
}
.enquiry-form input[type=submit]:hover + .arrow {
  transform: translateX(10px);
}
@media (max-width: 768px) {
  .enquiry-form .row div {
    padding: 0 0 0 0;
  }
}
.enquiry-form .sent .row {
  display: none;
}
.enquiry-form form .submission {
  display: block;
}
.enquiry-form form.submitting {
  cursor: progress !important;
}
.enquiry-form form.submitting .row {
  opacity: 0.5;
}
.enquiry-form form.submitting * {
  cursor: progress !important;
  pointer-events: none;
}
.enquiry-form form.submitting .row.submission {
  display: none;
}

.umbraco-page-header {
  width: 100%;
  background: #fff;
  padding: 0;
  color: #000;
  display: block;
}
.umbraco-page-header .inner {
  background: #000000;
  border-radius: 0px 0px 50px 50px;
  height: 50vw;
  position: relative;
}
.umbraco-page-header .title {
  position: absolute;
  top: 20vw;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  flex-wrap: wrap;
  max-width: 1440px;
  margin: 0 auto;
}
.umbraco-page-header .title h1 {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  font-family: "Manrope", sans-serif;
  font-size: 6vw;
  line-height: 6vw;
  max-width: 100%;
}
.umbraco-page-header .title h1 > span {
  line-height: 0.95;
  white-space: pre-line;
  justify-content: space-between;
  display: inline-block;
  color: #fff;
}
.umbraco-page-header .title h1 > span:nth-of-type(1) {
  margin-right: auto;
}
.umbraco-page-header .title h1 > span:nth-of-type(2) {
  padding-left: 1vw;
  margin-left: auto;
}
.umbraco-page-header .cards {
  display: flex;
  margin-top: -20vw;
}
.umbraco-page-header .cards .card {
  display: flex;
  width: 33.3333%;
  position: relative;
  margin: 20px;
}
.umbraco-page-header .cards .card:nth-child(even) {
  top: -100px;
}
.umbraco-page-header .cards .card:nth-child(odd) {
  top: 0;
}
.umbraco-page-header .cards .card img {
  width: 100%;
  height: auto;
}
@media (max-width: 1230px) {
  .umbraco-page-header .inner {
    height: max(50vw, 460px);
  }
}
@media (max-width: 992px) {
  .umbraco-page-header {
    padding: 0;
  }
  .umbraco-page-header .inner {
    height: max(100vw, 320px);
  }
  .umbraco-page-header .title {
    /* height: 400px;

    */
    top: 36vw;
  }
  .umbraco-page-header .title h1 span {
    display: inline;
    line-height: 1;
    text-wrap: nowrap;
    overflow: visible;
  }
  .umbraco-page-header .title h1 span:nth-of-type(1) {
    margin-right: 0;
  }
  .umbraco-page-header .title h1 span:nth-of-type(2) {
    margin-left: 0;
  }
  .umbraco-page-header .title h1 {
    border: solid 1px red;
    font-size: 9vw;
  }
  .umbraco-page-header .title h1 span {
    font-size: 9vw;
  }
  .umbraco-page-header .cards {
    margin-top: -30vw;
  }
  .umbraco-page-header .cards .card {
    width: 50%;
    display: none;
  }
  .umbraco-page-header .cards .card:nth-of-type(1) {
    display: flex;
  }
  .umbraco-page-header .cards .card:nth-of-type(2) {
    display: flex;
  }
}

/*.hero-cards {
    display: block;
    background: $white;
    padding: 20px;
    margin-bottom: -100px;


}
*/
.umbraco-intro {
  background: #fff;
  text-align: center;
}
.umbraco-intro svg {
  fill: #000000;
  display: inline-block;
  width: 200px;
  transform: scale(0.7);
}
@keyframes blink-animation {
  1% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  51% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.umbraco-intro .text {
  padding: 20px 70px;
}
.umbraco-intro .text p {
  color: #000000;
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 3rem;
  position: relative;
  display: inline-block;
}
.umbraco-intro .text p .hide {
  color: #ccc;
  position: relative;
}

.staggered-text-group .staggered-text {
  display: inline-block;
  position: relative;
  overflow-y: hidden;
  overflow-x: hidden;
}
.staggered-text-group .staggered-text strong {
  font-weight: normal;
}
.staggered-text-group .staggered-text > span {
  vertical-align: top;
  line-height: 0.5;
  text-overflow: clip;
  display: inline-block;
  position: relative;
  transform: translate(0px, 200px);
  transition: all 1s ease-out;
  height: 0;
  opacity: 1;
}
.staggered-text-group .staggered-text > span strong {
  color: #3544b1;
  transition: all 1s ease-out;
  transition-delay: 0.8s;
  display: inline-block;
}
.staggered-text-group .staggered-text > span.reveal {
  transform: translate(0, 0);
  opacity: 1;
  height: 100%;
  color: #ffffff;
}
.staggered-text-group .staggered-text > span.reveal strong {
  transform: translate(0px, 0);
  color: #fff;
}
.staggered-text-group .staggered-text.invert > span {
  transform: translate(0px, 600px);
  color: #000000;
}
.staggered-text-group .staggered-text.invert > span.reveal {
  transform: translate(0, 0);
}
@media (max-width: 1440px) {
  .staggered-text-group .staggered-text > span strong {
    transition-delay: 0s !important;
  }
}
@media (max-width: 992px) {
  .staggered-text-group .staggered-text > span {
    transition: none;
  }
  .staggered-text-group .staggered-text > span strong {
    transition: none;
  }
}

.feature-cards {
  display: block;
  background: #fff;
  padding: 0 0 300px 0;
  overflow: hidden;
}
.feature-cards .text {
  text-align: center;
  font-weight: 900;
  padding: 100px 0;
  opacity: 0;
  /*    filter: blur(10px);*/
  transform: translate(0, 150px);
}
.feature-cards .text h2 {
  text-transform: none;
  font-family: "Manrope", sans-serif;
  font-size: 4rem;
  color: #000;
}
.feature-cards .cards {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.feature-cards .cards .card {
  width: 50%;
  text-align: left;
  padding: 30px;
}
.feature-cards .cards .card .inner-card {
  background: #eef;
  position: relative;
  border-radius: 20px;
  padding: 50px;
  opacity: 0;
  height: 420px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.feature-cards .cards .card .inner-card i {
  overflow: visible;
  width: 100%;
  display: inline-block;
  position: relative;
}
.feature-cards .cards .card .inner-card i svg {
  position: absolute;
  overflow: visible;
}
.feature-cards .cards .card .inner-card i.customise-icon > span {
  position: absolute;
  background: #000000;
  width: 48px;
  height: 5px;
  display: block;
}
.feature-cards .cards .card .inner-card i.customise-icon > span > span {
  border-radius: 9px;
  border: solid 5px #000;
  background: #edd9fd;
  width: 16px;
  top: -5.5px;
  height: 16px;
  position: absolute;
}
.feature-cards .cards .card .inner-card i.customise-icon > span.ia {
  top: 7px;
}
.feature-cards .cards .card .inner-card i.customise-icon > span.ia > span {
  right: 0;
}
.feature-cards .cards .card .inner-card i.customise-icon > span.ib {
  top: 24px;
}
.feature-cards .cards .card .inner-card i.customise-icon > span.ib > span {
  left: 0;
}
.feature-cards .cards .card .inner-card i.customise-icon > span.ic {
  top: 41px;
}
.feature-cards .cards .card .inner-card i.customise-icon > span.ic > span {
  right: 0;
}
.feature-cards .cards .card .inner-card i.price-icon svg {
  transform: translate(0, -40px);
  opacity: 0;
}
.feature-cards .cards .card .inner-card i.community-icon svg:last-of-type {
  opacity: 0.5;
  transform: translate(0, 12px) scale(0.5);
}
.feature-cards .cards .card .inner-card i.globe-icon span {
  border-radius: 30px;
  width: 50px;
  height: 50px;
  border: solid 5px #333;
  display: inline-block;
  position: absolute;
  opacity: 1;
  transform: translate(0, 0) scale(0.5);
}
.feature-cards .cards .card .inner-card i.globe-icon span:nth-of-type(2) {
  transform: translate(80px, 0) scale(0.5);
}
.feature-cards .cards .card .inner-card i.globe-icon span:nth-of-type(3) {
  transform: translate(160px, 0) scale(0.5);
}
.feature-cards .cards .card .inner-card i.globe-icon span:nth-of-type(4) {
  transform: translate(240px, 0) scale(0.5);
}
.feature-cards .cards .card .inner-card i.globe-icon svg {
  transform: translate(0px, 0);
  opacity: 0;
}
.feature-cards .cards .card .inner-card i.plug-icon svg {
  display: block;
  margin-right: auto;
  overflow: visible;
}
.feature-cards .cards .card .inner-card i.plug-icon svg:first-of-type {
  transform: translate(-50px, 0) rotate(-30deg);
}
.feature-cards .cards .card .inner-card i.plug-icon svg:last-of-type {
  transform: translate(250px, 0) rotate(30deg);
}
.feature-cards .cards .card .inner-card i.plug-icon svg path {
  margin-right: auto;
  left: 0;
}
.feature-cards .cards .card .inner-card > div {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  align-content: end;
}
.feature-cards .cards .card .inner-card > div .title {
  font-weight: 500;
  padding: 0 0 30px 0;
  margin: 0;
  color: #000000;
  width: 100%;
  font-size: max(2vw, 2rem);
  line-height: max(2vw, 2rem);
}
.feature-cards .cards .card .inner-card > div p {
  text-align: left;
  color: #000000;
  font-size: max(1vw, 1.25rem);
  line-height: max(1.5vw, 1.75rem);
}
.feature-cards .cards .card .inner-card > div p:last-of-type {
  margin-bottom: 0;
}
.feature-cards .cards .card:nth-child(even) .inner-card {
  top: 0;
  left: 300px;
}
.feature-cards .cards .card:nth-child(odd) .inner-card {
  top: 200px;
  left: -300px;
}
.feature-cards .cards .card:nth-child(1) .inner-card {
  background: #feddea;
}
.feature-cards .cards .card:nth-child(2) .inner-card {
  background: #daf4f7;
}
.feature-cards .cards .card:nth-child(3) .inner-card {
  background: #fff4db;
}
.feature-cards .cards .card:nth-child(4) .inner-card {
  background: #edd9fd;
}
.feature-cards .cards .card:nth-child(5) .inner-card {
  background: #feddea;
}
.feature-cards .cards .card:nth-child(6) .inner-card {
  background: #d9fdee;
}
.feature-cards .cards .card:nth-child(6) .inner-card {
  background: #fde3d9;
}
@media (max-width: 992px) {
  .feature-cards {
    padding: 0;
  }
  .feature-cards .text {
    border: solid 1px red;
    opacity: 1;
    padding: 50px 0;
    transform: none;
  }
  .feature-cards .cards {
    border: solid 1px red;
  }
  .feature-cards .cards .card {
    width: 100%;
    padding: 0;
    margin: 35px;
  }
  .feature-cards .cards .card .inner-card {
    height: auto;
  }
  .feature-cards .cards .card .inner-card i {
    padding-bottom: 135px;
  }
  .feature-cards .cards .card:nth-child(even) .inner-card, .feature-cards .cards .card:nth-child(odd) .inner-card {
    opacity: 1;
    top: 0;
    left: 0;
  }
}

.talking-points-title {
  position: absolute;
  width: 100%;
  z-index: 10000;
  height: 100vh;
  padding: 0;
}
.talking-points-title.docked {
  position: fixed;
  top: 0;
}
.talking-points-title .text h2 {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #ffffff;
  font-size: max(4vw, 32px);
  line-height: max(4vw, 32px);
}
@media (max-width: 992px) {
  .talking-points-title {
    text-align: center;
    position: relative;
    top: auto;
    height: auto;
    background: #000000;
  }
  .talking-points-title .text {
    padding: 50px 0 20px 0;
  }
}

.umbracolandingpage.disable-transitions * {
  transition: none !important;
}

.talking-points {
  padding: 10vh 0;
  /*background: radial-gradient(circle, rgba(0,12,90,1) 0%, rgba(0,0,0,1) 80%);
  */
  z-index: 100;
  background-attachment: fixed;
  position: relative;
  overflow: hidden;
  padding: 0;
}
.talking-points .umbraco-section-container {
  height: 100%;
}
.talking-points .umbraco-section-container .cards-container {
  width: 50%;
  margin-left: 50%;
  position: relative;
}
.talking-points .umbraco-section-container .cards-container .cards .card {
  transform: scale(0.6);
  border-radius: 30px;
  opacity: 0.5;
  border: solid 1px #ffffff;
  margin-bottom: 4vw;
  padding: 4vw;
  filter: blur(8px);
  opacity: 0;
}
.talking-points .umbraco-section-container .cards-container .cards .card:last-of-type {
  margin-bottom: 0;
}
.talking-points .umbraco-section-container .cards-container .cards .card .num {
  color: #707070;
  /*  font-size: 2rem;*/
  font-size: max(2vw, 2rem);
  line-height: max(2vw, 2rem);
  margin-bottom: 1vw;
}
.talking-points .umbraco-section-container .cards-container .cards .card h2 {
  /*  font-size: 2rem;*/
  color: #ffffff;
  font-size: max(2vw, 2rem);
  line-height: max(2vw, 2rem);
  margin-bottom: 4vw;
}
.talking-points .umbraco-section-container .cards-container .cards .card p {
  font-size: max(1vw, 1.25rem);
  line-height: max(1.5vw, 1.75rem);
}
@media (max-width: 992px) {
  .talking-points .umbraco-section-container .cards-container {
    margin-left: 0;
    width: 100%;
  }
  .talking-points .umbraco-section-container .cards-container .cards .card {
    filter: none;
    opacity: 1;
    transform: none;
    margin: 35px;
  }
  .talking-points .umbraco-section-container .cards-container .cards .card:last-of-type {
    margin-bottom: 35px;
  }
}

.examples {
  background: #000000;
  padding: 0;
}
.examples .heading {
  text-align: center;
}
.examples .heading h2 {
  color: #ffffff;
  /*     font-size: 3.75rem;*/
  font-size: 4vw;
  line-height: 4vw;
  text-transform: none;
}
.examples .heading p {
  font-size: 1vw;
  line-height: 1vw;
}
.examples .cards .card {
  height: 30vw;
  background: #333333;
  border-radius: 24px;
  display: flex;
  margin-top: 170px;
  transform: scale(0.8);
  opacity: 0.2;
}
.examples .cards .card .images {
  display: flex;
  margin-top: -2vw;
  width: 50%;
  margin-right: 90px;
  justify-content: right;
  transform: scale(0.75);
}
.examples .cards .card .images img {
  height: 34vw;
}
.examples .cards .card .images img:last-of-type {
  margin-left: 2.5vw;
}
.examples .cards .card .text {
  align-content: center;
  width: 50%;
}
.examples .cards .card .text .inner {
  padding: 0 0 0 5vw;
  color: #ffffff;
}
.examples .cards .card .text .inner h3 {
  /*  font-size: 2.18rem;*/
  font-size: 3vw;
  line-height: 3vw;
  text-transform: none;
  color: #ffffff;
  margin-bottom: 2vw;
}
.examples .cards .card .text .inner ul li {
  font-size: 1vw;
  line-height: 1vw;
}

.umbraco-section-container {
  margin-right: auto;
  margin-left: auto;
  max-width: 80%;
  padding: 5vw 0;
  width: 100%;
}
@media (max-width: 1230px) {
  .umbraco-section-container {
    max-width: 100%;
    padding: 0;
  }
}

.submitting {
  pointer-events: none;
}
.submitting .but {
  color: #fff !important;
  pointer-events: none;
}
.submitting .but svg {
  opacity: 0;
}
.submitting .but .progress {
  opacity: 1;
}
.submitting .but .progress .bar {
  width: 100%;
}

.but {
  text-decoration: none;
  border-radius: 37px;
  padding: 30px 50px 33px 100px;
  border: solid 1.5px #000000;
  border-collapse: collapse;
  color: #000000;
  font-size: 1.1rem;
  line-height: 0;
  position: relative;
  overflow: hidden;
}
.but .progress {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  position: absolute;
  vertical-align: middle;
  transition: all 0.4s ease-in;
  background: #ffffff;
}
.but .progress .bar {
  transition: all 0.5s ease-in;
  background: #000000;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  width: 0;
  text-align: center;
}
.but:before {
  display: none;
}
.but svg {
  transition: all 0.2s ease-in-out;
  left: 20px;
  position: absolute;
  top: 50%;
  margin-top: 2px;
  transform: translateY(-50%);
}
.but:hover {
  background: #000000;
  color: #ffffff;
}
.but:hover svg {
  left: 24px;
}
.but:hover svg path {
  fill: #ffffff;
}
.but.alt {
  background: #ffffff;
  color: #000000;
  border-color: #ffffff;
}
.but.alt:hover {
  color: #ffffff;
  border: solid 1.5px #ffffff;
  background: #000000;
}
.but input {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  left: 0;
  top: 0;
  cursor: pointer;
  opacity: 0;
}

.umbraco-enquire-form {
  background: #ffffff;
  margin: 0;
  padding: 0;
}
.umbraco-enquire-form .inner {
  border-radius: 50px 50px 0px 0px;
  background: #000000;
}
.umbraco-enquire-form .umbraco-section-container {
  z-index: 100;
  display: flex;
}
.umbraco-enquire-form .umbraco-section-container .text {
  color: #ffffff;
  width: 50%;
  padding-right: 2vw;
  margin-right: 10vw;
}
.umbraco-enquire-form .umbraco-section-container .text h2 {
  font-size: 4vw;
  line-height: 4vw;
  color: #ffffff;
  text-transform: none;
  margin-bottom: 2vw;
}
.umbraco-enquire-form .umbraco-section-container .text p {
  font-size: 1vw;
  line-height: 1vw;
}
.umbraco-enquire-form .umbraco-section-container form {
  width: 50%;
}
.umbraco-enquire-form .umbraco-section-container form.submitting .field {
  opacity: 0.5;
}
.umbraco-enquire-form .umbraco-section-container form > div {
  display: flex;
  flex-wrap: wrap;
}
.umbraco-enquire-form .umbraco-section-container form > div.thanks h3 {
  width: 100%;
  color: #ffffff;
  font-size: 2rem;
}
.umbraco-enquire-form .umbraco-section-container form > div.thanks p {
  width: 100%;
}
.umbraco-enquire-form .umbraco-section-container form > div .but {
  margin-top: 20px;
}
.umbraco-enquire-form .umbraco-section-container form > div .field {
  display: block;
  flex-basis: 50%;
  max-width: 50%;
  padding: 0 30px 30px 0;
}
.umbraco-enquire-form .umbraco-section-container form > div .field .field-validation-error {
  margin-top: 10px;
  background: #000000;
  color: #ff6666;
  padding: 0;
}
.umbraco-enquire-form .umbraco-section-container form > div .field.wide {
  flex-basis: 100%;
  max-width: 100%;
}
.umbraco-enquire-form .umbraco-section-container form > div .field input, .umbraco-enquire-form .umbraco-section-container form > div .field textarea {
  display: inline-block;
  border: solid 1px #ffffff;
  border-radius: 14px;
  padding: 36px;
  color: #fff;
  background: #000000;
}
.umbraco-enquire-form .umbraco-section-container form > div .field input.input-validation-error, .umbraco-enquire-form .umbraco-section-container form > div .field textarea.input-validation-error {
  border-color: #ff6666;
}
.umbraco-enquire-form .umbraco-section-container form > div .field input.input-validation-error::placeholder, .umbraco-enquire-form .umbraco-section-container form > div .field textarea.input-validation-error::placeholder {
  color: #ff6666;
}
.umbraco-enquire-form .umbraco-section-container form > div .field input::placeholder, .umbraco-enquire-form .umbraco-section-container form > div .field textarea::placeholder {
  color: #aaa;
}

.umbraco-page-header {
  width: 100%;
  background: #fff;
  padding: 0;
  color: #000;
  display: block;
}
.umbraco-page-header .inner {
  background: #000000;
  border-radius: 0px 0px 50px 50px;
  height: 50vw;
  position: relative;
}
.umbraco-page-header .title {
  position: absolute;
  top: 20vw;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  flex-wrap: wrap;
  max-width: 1440px;
  margin: 0 auto;
}
.umbraco-page-header .title h1 {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  font-family: "Manrope", sans-serif;
  font-size: 6vw;
  line-height: 6vw;
  max-width: 100%;
}
.umbraco-page-header .title h1 > span {
  line-height: 0.95;
  white-space: pre-line;
  justify-content: space-between;
  display: inline-block;
  color: #fff;
}
.umbraco-page-header .title h1 > span:nth-of-type(1) {
  margin-right: auto;
}
.umbraco-page-header .title h1 > span:nth-of-type(2) {
  padding-left: 1vw;
  margin-left: auto;
}
.umbraco-page-header .cards {
  display: flex;
  margin-top: -20vw;
}
.umbraco-page-header .cards .card {
  display: flex;
  width: 33.3333%;
  position: relative;
  margin: 20px;
}
.umbraco-page-header .cards .card:nth-child(even) {
  top: -100px;
}
.umbraco-page-header .cards .card:nth-child(odd) {
  top: 0;
}
.umbraco-page-header .cards .card img {
  width: 100%;
  height: auto;
}
@media (max-width: 1230px) {
  .umbraco-page-header .inner {
    height: max(50vw, 460px);
  }
}
@media (max-width: 992px) {
  .umbraco-page-header {
    padding: 0;
  }
  .umbraco-page-header .inner {
    height: max(100vw, 320px);
  }
  .umbraco-page-header .title {
    /* height: 400px;

    */
    top: 36vw;
  }
  .umbraco-page-header .title h1 span {
    display: inline;
    line-height: 1;
    text-wrap: nowrap;
    overflow: visible;
  }
  .umbraco-page-header .title h1 span:nth-of-type(1) {
    margin-right: 0;
  }
  .umbraco-page-header .title h1 span:nth-of-type(2) {
    margin-left: 0;
  }
  .umbraco-page-header .title h1 {
    font-size: 9vw;
  }
  .umbraco-page-header .title h1 span {
    font-size: 9vw;
  }
  .umbraco-page-header .cards {
    margin-top: -30vw;
  }
  .umbraco-page-header .cards .card {
    width: 50%;
    display: none;
  }
  .umbraco-page-header .cards .card:nth-of-type(1) {
    display: flex;
  }
  .umbraco-page-header .cards .card:nth-of-type(2) {
    display: flex;
  }
}

/*.hero-cards {
    display: block;
    background: $white;
    padding: 20px;
    margin-bottom: -100px;


}
*/
.umbraco-intro {
  background: #fff;
  text-align: center;
}
.umbraco-intro svg {
  fill: #000000;
  display: inline-block;
  width: 200px;
  transform: scale(0.7);
}
@keyframes blink-animation {
  1% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  51% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.umbraco-intro .text {
  padding: 20px 70px;
}
.umbraco-intro .text p {
  color: #000000;
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 3rem;
  position: relative;
  display: inline-block;
}
.umbraco-intro .text p .hide {
  color: #ccc;
  position: relative;
}

.staggered-text-group .staggered-text {
  display: inline-block;
  position: relative;
  overflow-y: hidden;
  overflow-x: hidden;
}
.staggered-text-group .staggered-text strong {
  font-weight: normal;
}
.staggered-text-group .staggered-text > span {
  vertical-align: top;
  line-height: 0.5;
  text-overflow: clip;
  display: inline-block;
  position: relative;
  transform: translate(0px, 200px);
  transition: all 1s ease-out;
  height: 0;
  opacity: 1;
}
.staggered-text-group .staggered-text > span strong {
  color: #3544b1;
  transition: all 1s ease-out;
  transition-delay: 0.8s;
  display: inline-block;
}
.staggered-text-group .staggered-text > span.reveal {
  transform: translate(0, 0);
  opacity: 1;
  height: 100%;
  color: #ffffff;
}
.staggered-text-group .staggered-text > span.reveal strong {
  transform: translate(0px, 0);
  color: #fff;
}
.staggered-text-group .staggered-text.invert > span {
  transform: translate(0px, 600px);
  color: #000000;
}
.staggered-text-group .staggered-text.invert > span.reveal {
  transform: translate(0, 0);
}
@media (max-width: 1440px) {
  .staggered-text-group .staggered-text > span strong {
    transition-delay: 0s !important;
  }
}
@media (max-width: 992px) {
  .staggered-text-group .staggered-text > span {
    transition: none;
  }
  .staggered-text-group .staggered-text > span strong {
    transition: none;
  }
}

.feature-cards {
  display: block;
  background: #fff;
  padding: 0 0 300px 0;
  overflow: hidden;
}
.feature-cards .text {
  text-align: center;
  font-weight: 900;
  padding: 100px 0;
  opacity: 0;
  /*    filter: blur(10px);*/
  transform: translate(0, 150px);
}
.feature-cards .text h2 {
  text-transform: none;
  font-family: "Manrope", sans-serif;
  font-size: 4rem;
  color: #000;
}
.feature-cards .cards {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.feature-cards .cards .card {
  width: 50%;
  text-align: left;
  padding: 30px;
}
.feature-cards .cards .card .inner-card {
  background: #eef;
  position: relative;
  border-radius: 20px;
  padding: 50px;
  opacity: 0;
  height: 420px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.feature-cards .cards .card .inner-card i {
  overflow: visible;
  width: 100%;
  display: inline-block;
  position: relative;
}
.feature-cards .cards .card .inner-card i svg {
  position: absolute;
  overflow: visible;
}
.feature-cards .cards .card .inner-card i.customise-icon > span {
  position: absolute;
  background: #000000;
  width: 48px;
  height: 5px;
  display: block;
}
.feature-cards .cards .card .inner-card i.customise-icon > span > span {
  border-radius: 9px;
  border: solid 5px #000;
  background: #edd9fd;
  width: 16px;
  top: -5.5px;
  height: 16px;
  position: absolute;
}
.feature-cards .cards .card .inner-card i.customise-icon > span.ia {
  top: 7px;
}
.feature-cards .cards .card .inner-card i.customise-icon > span.ia > span {
  right: 0;
}
.feature-cards .cards .card .inner-card i.customise-icon > span.ib {
  top: 24px;
}
.feature-cards .cards .card .inner-card i.customise-icon > span.ib > span {
  left: 0;
}
.feature-cards .cards .card .inner-card i.customise-icon > span.ic {
  top: 41px;
}
.feature-cards .cards .card .inner-card i.customise-icon > span.ic > span {
  right: 0;
}
.feature-cards .cards .card .inner-card i.price-icon svg {
  transform: translate(0, -40px);
  opacity: 0;
}
.feature-cards .cards .card .inner-card i.community-icon svg:last-of-type {
  opacity: 0.5;
  transform: translate(0, 12px) scale(0.5);
}
.feature-cards .cards .card .inner-card i.globe-icon span {
  border-radius: 30px;
  width: 50px;
  height: 50px;
  border: solid 5px #333;
  display: inline-block;
  position: absolute;
  opacity: 1;
  transform: translate(0, 0) scale(0.5);
}
.feature-cards .cards .card .inner-card i.globe-icon span:nth-of-type(2) {
  transform: translate(80px, 0) scale(0.5);
}
.feature-cards .cards .card .inner-card i.globe-icon span:nth-of-type(3) {
  transform: translate(160px, 0) scale(0.5);
}
.feature-cards .cards .card .inner-card i.globe-icon span:nth-of-type(4) {
  transform: translate(240px, 0) scale(0.5);
}
.feature-cards .cards .card .inner-card i.globe-icon svg {
  transform: translate(0px, 0);
  opacity: 0;
}
.feature-cards .cards .card .inner-card i.plug-icon svg {
  display: block;
  margin-right: auto;
  overflow: visible;
}
.feature-cards .cards .card .inner-card i.plug-icon svg:first-of-type {
  transform: translate(-50px, 0) rotate(-30deg);
}
.feature-cards .cards .card .inner-card i.plug-icon svg:last-of-type {
  transform: translate(250px, 0) rotate(30deg);
}
.feature-cards .cards .card .inner-card i.plug-icon svg path {
  margin-right: auto;
  left: 0;
}
.feature-cards .cards .card .inner-card > div {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  align-content: end;
}
.feature-cards .cards .card .inner-card > div .title {
  font-weight: 500;
  padding: 0 0 30px 0;
  margin: 0;
  color: #000000;
  width: 100%;
  font-size: max(2vw, 2rem);
  line-height: max(2vw, 2rem);
}
.feature-cards .cards .card .inner-card > div p {
  text-align: left;
  color: #000000;
  font-size: max(1vw, 1.25rem);
  line-height: max(1.5vw, 1.75rem);
}
.feature-cards .cards .card .inner-card > div p:last-of-type {
  margin-bottom: 0;
}
.feature-cards .cards .card:nth-child(even) .inner-card {
  top: 0;
  left: 300px;
}
.feature-cards .cards .card:nth-child(odd) .inner-card {
  top: 200px;
  left: -300px;
}
.feature-cards .cards .card:nth-child(1) .inner-card {
  background: #feddea;
}
.feature-cards .cards .card:nth-child(2) .inner-card {
  background: #daf4f7;
}
.feature-cards .cards .card:nth-child(3) .inner-card {
  background: #fff4db;
}
.feature-cards .cards .card:nth-child(4) .inner-card {
  background: #edd9fd;
}
.feature-cards .cards .card:nth-child(5) .inner-card {
  background: #feddea;
}
.feature-cards .cards .card:nth-child(6) .inner-card {
  background: #d9fdee;
}
.feature-cards .cards .card:nth-child(6) .inner-card {
  background: #fde3d9;
}
@media (max-width: 992px) {
  .feature-cards {
    padding: 0;
  }
  .feature-cards .text {
    border: solid 1px red;
    opacity: 1;
    padding: 50px 0;
    transform: none;
  }
  .feature-cards .cards {
    border: solid 1px red;
  }
  .feature-cards .cards .card {
    width: 100%;
    padding: 0;
    margin: 35px;
  }
  .feature-cards .cards .card .inner-card {
    height: auto;
  }
  .feature-cards .cards .card .inner-card i {
    padding-bottom: 135px;
  }
  .feature-cards .cards .card:nth-child(even) .inner-card, .feature-cards .cards .card:nth-child(odd) .inner-card {
    opacity: 1;
    top: 0;
    left: 0;
  }
}

.talking-points-title {
  position: absolute;
  width: 100%;
  z-index: 10000;
  height: 100vh;
  padding: 0;
}
.talking-points-title.docked {
  position: fixed;
  top: 0;
}
.talking-points-title .text h2 {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #ffffff;
  font-size: max(4vw, 32px);
  line-height: max(4vw, 32px);
}
@media (max-width: 992px) {
  .talking-points-title {
    text-align: center;
    position: relative;
    top: auto;
    height: auto;
    background: #000000;
  }
  .talking-points-title .text {
    padding: 50px 0 20px 0;
  }
}

.umbracolandingpage.disable-transitions * {
  transition: none !important;
}

.talking-points {
  padding: 10vh 0;
  /*background: radial-gradient(circle, rgba(0,12,90,1) 0%, rgba(0,0,0,1) 80%);
  */
  z-index: 100;
  background-attachment: fixed;
  position: relative;
  overflow: hidden;
  padding: 0;
}
.talking-points .umbraco-section-container {
  height: 100%;
}
.talking-points .umbraco-section-container .cards-container {
  width: 50%;
  margin-left: 50%;
  position: relative;
}
.talking-points .umbraco-section-container .cards-container .cards .card {
  transform: scale(0.6);
  border-radius: 30px;
  opacity: 0.5;
  border: solid 1px #ffffff;
  margin-bottom: 4vw;
  padding: 4vw;
  filter: blur(8px);
  opacity: 0;
}
.talking-points .umbraco-section-container .cards-container .cards .card:last-of-type {
  margin-bottom: 0;
}
.talking-points .umbraco-section-container .cards-container .cards .card .num {
  color: #707070;
  /*  font-size: 2rem;*/
  font-size: max(2vw, 2rem);
  line-height: max(2vw, 2rem);
  margin-bottom: 1vw;
}
.talking-points .umbraco-section-container .cards-container .cards .card h2 {
  /*  font-size: 2rem;*/
  color: #ffffff;
  font-size: max(2vw, 2rem);
  line-height: max(2vw, 2rem);
  margin-bottom: 4vw;
}
.talking-points .umbraco-section-container .cards-container .cards .card p {
  font-size: max(1vw, 1.25rem);
  line-height: max(1.5vw, 1.75rem);
}
@media (max-width: 992px) {
  .talking-points .umbraco-section-container .cards-container {
    margin-left: 0;
    width: 100%;
  }
  .talking-points .umbraco-section-container .cards-container .cards .card {
    filter: none;
    opacity: 1;
    transform: none;
    margin: 35px;
  }
  .talking-points .umbraco-section-container .cards-container .cards .card:last-of-type {
    margin-bottom: 35px;
  }
}

.examples {
  background: #000000;
  padding: 0;
}
.examples .heading {
  text-align: center;
}
.examples .heading h2 {
  color: #ffffff;
  /*     font-size: 3.75rem;*/
  font-size: 4vw;
  line-height: 4vw;
  text-transform: none;
}
.examples .heading p {
  font-size: 1vw;
  line-height: 1vw;
}
.examples .cards .card {
  height: 30vw;
  background: #333333;
  border-radius: 24px;
  display: flex;
  margin-top: 170px;
  transform: scale(0.8);
  opacity: 0.2;
}
.examples .cards .card .images {
  display: flex;
  margin-top: -2vw;
  width: 50%;
  margin-right: 90px;
  justify-content: right;
  transform: scale(0.75);
}
.examples .cards .card .images img {
  height: 34vw;
}
.examples .cards .card .images img:last-of-type {
  margin-left: 2.5vw;
}
.examples .cards .card .text {
  align-content: center;
  width: 50%;
}
.examples .cards .card .text .inner {
  padding: 0 0 0 5vw;
  color: #ffffff;
}
.examples .cards .card .text .inner h3 {
  /*  font-size: 2.18rem;*/
  font-size: 3vw;
  line-height: 3vw;
  text-transform: none;
  color: #ffffff;
  margin-bottom: 2vw;
}
.examples .cards .card .text .inner ul li {
  font-size: 1vw;
  line-height: 1vw;
}

.umbraco-section-container {
  margin-right: auto;
  margin-left: auto;
  max-width: 80%;
  padding: 5vw 0;
  width: 100%;
}
@media (max-width: 1230px) {
  .umbraco-section-container {
    max-width: 100%;
    padding: 0;
  }
}

.related-news {
  background: #ffffff;
  padding: 0;
}
.related-news .umbraco-section-container h2 {
  color: #000000;
  font-size: 3vw;
  line-height: 3vw;
  text-transform: none;
  margin-bottom: 5vw;
}
.related-news .umbraco-section-container .cards {
  display: flex;
  flex-direction: row;
}
.related-news .umbraco-section-container .cards .card {
  opacity: 0;
  max-width: 33.33333%;
  margin-right: 4vw;
}
.related-news .umbraco-section-container .cards .card:last-of-type {
  margin-right: 0;
}
.related-news .umbraco-section-container .cards .card .image-link {
  border-radius: 20px;
  overflow: hidden;
}
.related-news .umbraco-section-container .cards .card .image-link img {
  transition: transform 0.5s ease-in-out;
}
.related-news .umbraco-section-container .cards .card .image-link:hover img {
  transform: scale(1.06);
}
.related-news .umbraco-section-container .cards .card p {
  color: #000000;
  font-size: 2vw;
  font-weight: 900;
  line-height: 2vw;
  margin: 2.5vw 0 2.5vw 0;
  font-family: "Manrope", sans-serif;
}
.related-news .umbraco-section-container .cards .card a:before {
  display: none;
}
@media (max-width: 1230px) {
  .related-news {
    max-width: 100%;
  }
  .related-news .umbraco-section-container .cards {
    flex-wrap: wrap;
  }
}

.submitting {
  pointer-events: none;
}
.submitting .but {
  color: #fff !important;
  pointer-events: none;
}
.submitting .but svg {
  opacity: 0;
}
.submitting .but .progress {
  opacity: 1;
}
.submitting .but .progress .bar {
  width: 100%;
}

.but {
  text-decoration: none;
  border-radius: 37px;
  padding: 30px 50px 33px 100px;
  border: solid 1.5px #000000;
  border-collapse: collapse;
  color: #000000;
  font-size: 1.1rem;
  line-height: 0;
  position: relative;
  overflow: hidden;
}
.but .progress {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  position: absolute;
  vertical-align: middle;
  transition: all 0.4s ease-in;
  background: #ffffff;
}
.but .progress .bar {
  transition: all 0.5s ease-in;
  background: #000000;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  width: 0;
  text-align: center;
}
.but:before {
  display: none;
}
.but svg {
  transition: all 0.2s ease-in-out;
  left: 20px;
  position: absolute;
  top: 50%;
  margin-top: 2px;
  transform: translateY(-50%);
}
.but:hover {
  background: #000000;
  color: #ffffff;
}
.but:hover svg {
  left: 24px;
}
.but:hover svg path {
  fill: #ffffff;
}
.but.alt {
  background: #ffffff;
  color: #000000;
  border-color: #ffffff;
}
.but.alt:hover {
  color: #ffffff;
  border: solid 1.5px #ffffff;
  background: #000000;
}
.but input {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  left: 0;
  top: 0;
  cursor: pointer;
  opacity: 0;
}

.umbraco-enquire-form {
  background: #ffffff;
  margin: 0;
  padding: 0;
}
.umbraco-enquire-form .inner {
  border-radius: 50px 50px 0px 0px;
  background: #000000;
}
.umbraco-enquire-form .umbraco-section-container {
  z-index: 100;
  display: flex;
}
.umbraco-enquire-form .umbraco-section-container .text {
  color: #ffffff;
  width: 50%;
  padding-right: 2vw;
  margin-right: 10vw;
}
.umbraco-enquire-form .umbraco-section-container .text h2 {
  font-size: 4vw;
  line-height: 4vw;
  color: #ffffff;
  text-transform: none;
  margin-bottom: 2vw;
}
.umbraco-enquire-form .umbraco-section-container .text p {
  font-size: 1vw;
  line-height: 1vw;
}
.umbraco-enquire-form .umbraco-section-container form {
  width: 50%;
}
.umbraco-enquire-form .umbraco-section-container form.submitting .field {
  opacity: 0.5;
}
.umbraco-enquire-form .umbraco-section-container form > div {
  display: flex;
  flex-wrap: wrap;
}
.umbraco-enquire-form .umbraco-section-container form > div.thanks h3 {
  width: 100%;
  color: #ffffff;
  font-size: 2rem;
}
.umbraco-enquire-form .umbraco-section-container form > div.thanks p {
  width: 100%;
}
.umbraco-enquire-form .umbraco-section-container form > div .but {
  margin-top: 20px;
}
.umbraco-enquire-form .umbraco-section-container form > div .field {
  display: block;
  flex-basis: 50%;
  max-width: 50%;
  padding: 0 30px 30px 0;
}
.umbraco-enquire-form .umbraco-section-container form > div .field .field-validation-error {
  margin-top: 10px;
  background: #000000;
  color: #ff6666;
  padding: 0;
}
.umbraco-enquire-form .umbraco-section-container form > div .field.wide {
  flex-basis: 100%;
  max-width: 100%;
}
.umbraco-enquire-form .umbraco-section-container form > div .field input, .umbraco-enquire-form .umbraco-section-container form > div .field textarea {
  display: inline-block;
  border: solid 1px #ffffff;
  border-radius: 14px;
  padding: 36px;
  color: #fff;
  background: #000000;
}
.umbraco-enquire-form .umbraco-section-container form > div .field input.input-validation-error, .umbraco-enquire-form .umbraco-section-container form > div .field textarea.input-validation-error {
  border-color: #ff6666;
}
.umbraco-enquire-form .umbraco-section-container form > div .field input.input-validation-error::placeholder, .umbraco-enquire-form .umbraco-section-container form > div .field textarea.input-validation-error::placeholder {
  color: #ff6666;
}
.umbraco-enquire-form .umbraco-section-container form > div .field input::placeholder, .umbraco-enquire-form .umbraco-section-container form > div .field textarea::placeholder {
  color: #aaa;
}

.related-news {
  background: #ffffff;
  padding: 0;
}
.related-news .umbraco-section-container h2 {
  color: #000000;
  font-size: 3vw;
  line-height: 3vw;
  text-transform: none;
  margin-bottom: 5vw;
}
.related-news .umbraco-section-container .cards {
  display: flex;
  flex-direction: row;
}
.related-news .umbraco-section-container .cards .card {
  opacity: 0;
  max-width: 33.33333%;
  margin-right: 4vw;
}
.related-news .umbraco-section-container .cards .card:last-of-type {
  margin-right: 0;
}
.related-news .umbraco-section-container .cards .card .image-link {
  border-radius: 20px;
  overflow: hidden;
}
.related-news .umbraco-section-container .cards .card .image-link img {
  transition: transform 0.5s ease-in-out;
}
.related-news .umbraco-section-container .cards .card .image-link:hover img {
  transform: scale(1.06);
}
.related-news .umbraco-section-container .cards .card p {
  color: #000000;
  font-size: 2vw;
  font-weight: 900;
  line-height: 2vw;
  margin: 2.5vw 0 2.5vw 0;
  font-family: "Manrope", sans-serif;
}
.related-news .umbraco-section-container .cards .card a:before {
  display: none;
}
@media (max-width: 1230px) {
  .related-news {
    max-width: 100%;
  }
  .related-news .umbraco-section-container .cards {
    flex-wrap: wrap;
  }
}
/* cloud reset */