/*!***********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[5]!./src/scss/index.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************/
@import url(https://use.typekit.net/fgh8oei.css);
/*!***************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[5]!./src/scss/index.scss (1) ***!
  \***************************************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Manrope:wght@400;700;800&display=swap);
/*!**********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sanitize.css/sanitize.css ***!
  \**********************************************************************************************************************/
/* Document
 * ========================================================================== */

/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Backgrounds do not repeat by default (opinionated).
 */

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  background-repeat: no-repeat; /* 2 */
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */

::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Breaks words to prevent overflow in all browsers (opinionated).
 * 4. Use a 4-space tab width in all browsers (opinionated).
 * 5. Remove the grey highlight on links in iOS (opinionated).
 * 6. Prevent adjustments of font size after orientation changes in iOS.
 */

:where(:root) {
  cursor: default; /* 1 */
  line-height: 1.5; /* 2 */
  overflow-wrap: break-word; /* 3 */
  -moz-tab-size: 4; /* 4 */
  tab-size: 4; /* 4 */
  -webkit-tap-highlight-color: transparent; /* 5 */
  -webkit-text-size-adjust: 100%; /* 6 */
}

/* Sections
 * ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

:where(body) {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */

:where(h1) {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
 * ========================================================================== */

/**
 * Remove the margin on nested lists in Chrome, Edge, and Safari.
 */

:where(dl, ol, ul) :where(dl, ol, ul) {
  margin: 0;
}

/**
 * 1. Correct the inheritance of border color in Firefox.
 * 2. Add the correct box sizing in Firefox.
 */

:where(hr) {
  color: inherit; /* 1 */
  height: 0; /* 2 */
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */

:where(nav) :where(ol, ul) {
  list-style-type: none;
  padding: 0;
}

/**
 * Prevent VoiceOver from ignoring list semantics in Safari (opinionated).
 */

:where(nav li)::before {
  content: "\200B";
  float: left;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 * 3. Prevent overflow of the container in all browsers (opinionated).
 */

:where(pre) {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
  overflow: auto; /* 3 */
}

/* Text-level semantics
 * ========================================================================== */

/**
 * Add the correct text decoration in Safari.
 */

:where(abbr[title]) {
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

:where(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.
 */

:where(code, kbd, samp) {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

:where(small) {
  font-size: 80%;
}

/* Embedded content
 * ========================================================================== */

/*
 * Change the alignment on media elements in all browsers (opinionated).
 */

:where(audio, canvas, iframe, img, svg, video) {
  vertical-align: middle;
}

/**
 * Remove the border on iframes in all browsers (opinionated).
 */

:where(iframe) {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */

:where(svg:not([fill])) {
  fill: currentColor;
}

/* Tabular data
 * ========================================================================== */

/**
 * 1. Collapse border spacing in all browsers (opinionated).
 * 2. Correct table border color inheritance in all Chrome, Edge, and Safari.
 * 3. Remove text indentation from table contents in Chrome, Edge, and Safari.
 */

:where(table) {
  border-collapse: collapse; /* 1 */
  border-color: inherit; /* 2 */
  text-indent: 0; /* 3 */
}

/* Forms
 * ========================================================================== */

/**
 * Remove the margin on controls in Safari.
 */

:where(button, input, select) {
  margin: 0;
}

/**
 * Correct the inability to style buttons in iOS and Safari.
 */

:where(button, [type="button" i], [type="reset" i], [type="submit" i]) {
  -webkit-appearance: button;
}

/**
 * Change the inconsistent appearance in all browsers (opinionated).
 */

:where(fieldset) {
  border: 1px solid #a0a0a0;
}

/**
 * Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */

:where(progress) {
  vertical-align: baseline;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 3. Change the resize direction in all browsers (opinionated).
 */

:where(textarea) {
  margin: 0; /* 1 */
  resize: vertical; /* 3 */
}

/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */

:where([type="search" i]) {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style upload buttons 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 styles in Safari.
 */

:where(dialog) {
  background-color: white;
  border: solid;
  color: black;
  height: -moz-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
}

:where(dialog:not([open])) {
  display: none;
}

/*
 * Add the correct display in Safari.
 */

:where(details > summary:first-of-type) {
  display: list-item;
}

/* Accessibility
 * ========================================================================== */

/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */

:where([aria-busy="true" i]) {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */

:where([aria-controls]) {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */

:where([aria-disabled="true" i], [disabled]) {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */

:where([aria-hidden="false" i][hidden]) {
  display: initial;
}

:where([aria-hidden="false" i][hidden]:not(:focus)) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

/*!*******************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sanitize.css/forms.css ***!
  \*******************************************************************************************************************/
/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Add typography inheritance in all browsers (opinionated).
 */

:where(button, input, select, textarea) {
  background-color: transparent; /* 1 */
  border: 1px solid WindowFrame; /* 1 */
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  letter-spacing: inherit; /* 2 */
  padding: 0.25em 0.375em; /* 1 */
}

/**
 * Change the inconsistent appearance in all browsers (opinionated).
 */

:where(select) {
  appearance: none;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='4'%3E%3Cpath d='M4 0h6L7 4'/%3E%3C/svg%3E") no-repeat right center / 1em;
  border-radius: 0;
  padding-right: 1em;
}

/**
 * Don't show the arrow for multiple choice selects
 */

:where(select[multiple]) {
  background-image: none;
}

/**
 * Remove the border and padding in all browsers (opinionated).
 */

:where([type="color" i], [type="range" i]) {
  border-width: 0;
  padding: 0;
}

/*!************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sanitize.css/typography.css ***!
  \************************************************************************************************************************/
/**
 * Use the default user interface font in all browsers (opinionated).
 */

html {
  font-family:
    system-ui,
    /* macOS 10.11-10.12 */ -apple-system,
    /* Windows 6+ */ "Segoe UI",
    /* Android 4+ */ "Roboto",
    /* Ubuntu 10.10+ */ "Ubuntu",
    /* Gnome 3+ */ "Cantarell",
    /* KDE Plasma 5+ */ "Noto Sans",
    /* fallback */ sans-serif,
    /* macOS emoji */ "Apple Color Emoji",
    /* Windows emoji */ "Segoe UI Emoji",
    /* Windows emoji */ "Segoe UI Symbol",
    /* Linux emoji */ "Noto Color Emoji";
}

/**
 * Use the default monospace user interface font in all browsers (opinionated).
 */

code,
kbd,
samp,
pre {
  font-family:
    ui-monospace,
    /* macOS 10.10+ */ "Menlo",
    /* Windows 6+ */ "Consolas",
    /* Android 4+ */ "Roboto Mono",
    /* Ubuntu 10.10+ */ "Ubuntu Monospace",
    /* KDE Plasma 5+ */ "Noto Mono",
    /* KDE Plasma 4+ */ "Oxygen Mono",
    /* Linux/OpenOffice fallback */ "Liberation Mono",
    /* fallback */ monospace,
    /* macOS emoji */ "Apple Color Emoji",
    /* Windows emoji */ "Segoe UI Emoji",
    /* Windows emoji */ "Segoe UI Symbol",
    /* Linux emoji */ "Noto Color Emoji";
}

/*!***************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sanitize.css/reduce-motion.css ***!
  \***************************************************************************************************************************/
/*
 * 1. Remove animations when motion is reduced (opinionated).
 * 2. Remove fixed background attachments when motion is reduced (opinionated).
 * 3. Remove timed scrolling behaviors when motion is reduced (opinionated).
 * 4. Remove transitions when motion is reduced (opinionated).
 */

@media (prefers-reduced-motion: reduce) {
  *,
  ::before,
  ::after {
    animation-delay: -1ms !important; /* 1 */
    animation-duration: 1ms !important; /* 1 */
    animation-iteration-count: 1 !important; /* 1 */
    background-attachment: initial !important; /* 2 */
    scroll-behavior: auto !important; /* 3 */
    transition-delay: 0s !important; /* 4 */
    transition-duration: 0s !important; /* 4 */
  }
}

/*!*********************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/slick-carousel/slick/slick-theme.css ***!
  \*********************************************************************************************************************************/
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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

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

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

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/*!***************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/slick-carousel/slick/slick.css ***!
  \***************************************************************************************************************************/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

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

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

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

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/*!***************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[5]!./src/scss/index.scss (2) ***!
  \***************************************************************************************************************************************************************************************************************************************************************/
/* Slick Slider */
/**
 * Global
 *
 * Styles and mixins that are used throughout the website. Keep things logically
 * separated into concern-based filenames.
 * The order of these includes is important.
 **/
/**
 * Map names to colours
 * @type {[type]}
 */
.black-text {
  color: #000000 !important;
}

.black-bg {
  background-color: #000000 !important;
}
.black-bg.semi-trans {
  background-color: rgba(0, 0, 0, 0.95) !important;
}
.black-bg .darken {
  background-color: black !important;
}

.white-text {
  color: #ffffff !important;
}

.white-bg {
  background-color: #ffffff !important;
}
.white-bg.semi-trans {
  background-color: rgba(255, 255, 255, 0.95) !important;
}
.white-bg .darken {
  background-color: #f2f2f2 !important;
}

.dark_grey-text {
  color: #161a1b !important;
}

.dark_grey-bg {
  background-color: #161a1b !important;
}
.dark_grey-bg.semi-trans {
  background-color: rgba(22, 26, 27, 0.95) !important;
}
.dark_grey-bg .darken {
  background-color: #0b0c0d !important;
}

.grey-text {
  color: #707070 !important;
}

.grey-bg {
  background-color: #707070 !important;
}
.grey-bg.semi-trans {
  background-color: rgba(112, 112, 112, 0.95) !important;
}
.grey-bg .darken {
  background-color: #636363 !important;
}

.light_grey-text {
  color: #ececec !important;
}

.light_grey-bg {
  background-color: #ececec !important;
}
.light_grey-bg.semi-trans {
  background-color: rgba(236, 236, 236, 0.95) !important;
}
.light_grey-bg .darken {
  background-color: #dfdfdf !important;
}

.light_blue-text {
  color: #006a7e !important;
}

.light_blue-bg {
  background-color: #006a7e !important;
}
.light_blue-bg.semi-trans {
  background-color: rgba(0, 106, 126, 0.95) !important;
}
.light_blue-bg .darken {
  background-color: #005565 !important;
}

.dark_blue-text {
  color: #2f4858 !important;
}

.dark_blue-bg {
  background-color: #2f4858 !important;
}
.dark_blue-bg.semi-trans {
  background-color: rgba(47, 72, 88, 0.95) !important;
}
.dark_blue-bg .darken {
  background-color: #263a47 !important;
}

.green-text {
  color: #c0e621 !important;
}

.green-bg {
  background-color: #c0e621 !important;
}
.green-bg.semi-trans {
  background-color: rgba(192, 230, 33, 0.95) !important;
}
.green-bg .darken {
  background-color: #b1d518 !important;
}

/**
 * Retrieve colour from $colours map
 * @param  {string} $key [name of colour, as defined in $colours map]
 * @return hex colour
 */
/*
  Add a chevron to a span
  Parent needs position relative
	Size in pixels (no px)
	Angle will rotate the whole chevron, starting from this position >
*/
/**
 * Grid panels
 * Creates a grid of items that have a fixed height
 * @param $cols int = number of items per row
 * @param $col_gap percent = gap between items in each row (optional, defaults to 2%)
 * @param $row_gap percent = gap between row (optional, defaults to two times col_gap (4%))
 **/
/**
 * Clearfix
 **/
/**
 * Multi-column
 * @param $cols int = number of columns to span
 * @param $sum int = total number of columns
 * @param $gap mixed = gap between items (optional, defaults to 1rem)
 **/
p a.call-to-action {
  position: relative;
  display: inline-block;
  padding: 12px 45px;
  padding-right: 20px;
  text-decoration: none;
  background-color: #2f4858;
  color: #e6e6e6;
  overflow: hidden;
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  margin: 0;
}
p a.call-to-action:before {
  content: "";
  display: block;
  position: absolute;
  background-color: #c0e621;
  width: 26px;
  height: 100%;
  transform: rotate(0deg);
  transform-origin: bottom left;
  top: 43px;
  top: 0;
  left: 0;
  transition: all 0.2s ease-in-out;
}
p a.call-to-action:hover:before {
  transform: skewX(45deg);
  width: 50%;
}
p a.call-to-action .call-to-action__text {
  color: #ffffff;
  z-index: 2;
  position: relative;
  cursor: pointer;
}
@media only screen and (min-width: 960px) {
  p a.call-to-action {
    font-family: "Manrope", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    margin: 0;
  }
}
@media only screen and (min-width: 1280px) {
  p a.call-to-action {
    font-family: "Manrope", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    margin: 0;
  }
}
p a.call-to-action a {
  font-family: inherit !important;
  font-style: inherit !important;
  font-weight: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
  margin: inherit !important;
  color: inherit !important;
  text-decoration: none !important;
  z-index: 2;
  position: relative;
}

.call-to-action {
  position: relative;
  display: inline-block;
  padding: 12px 45px;
  padding-right: 20px;
  text-decoration: none;
  background-color: #2f4858;
  color: #e6e6e6;
  overflow: hidden;
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  margin: 0;
}
.call-to-action:before {
  content: "";
  display: block;
  position: absolute;
  background-color: #c0e621;
  width: 26px;
  height: 100%;
  transform: rotate(0deg);
  transform-origin: bottom left;
  top: 43px;
  top: 0;
  left: 0;
  transition: all 0.2s ease-in-out;
}
.call-to-action:hover:before {
  transform: skewX(45deg);
  width: 50%;
}
.call-to-action .call-to-action__text {
  color: #ffffff;
  z-index: 2;
  position: relative;
  cursor: pointer;
}
@media only screen and (min-width: 960px) {
  .call-to-action {
    font-family: "Manrope", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    margin: 0;
  }
}
@media only screen and (min-width: 1280px) {
  .call-to-action {
    font-family: "Manrope", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    margin: 0;
  }
}
.call-to-action a {
  font-family: inherit !important;
  font-style: inherit !important;
  font-weight: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
  margin: inherit !important;
  color: inherit !important;
  text-decoration: none !important;
  z-index: 2;
  position: relative;
}

p a.call-to-action-white {
  position: relative;
  display: inline-block;
  padding: 12px 45px;
  padding-right: 20px;
  text-decoration: none;
  background-color: #ffffff;
  color: #1d2d37;
  overflow: hidden;
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  margin: 0;
}
p a.call-to-action-white:before {
  content: "";
  display: block;
  position: absolute;
  background-color: #c0e621;
  width: 26px;
  height: 100%;
  transform: rotate(0deg);
  transform-origin: bottom left;
  top: 43px;
  top: 0;
  left: 0;
  transition: all 0.2s ease-in-out;
}
p a.call-to-action-white:hover:before {
  transform: skewX(45deg);
  width: 50%;
}
p a.call-to-action-white .call-to-action__text {
  color: #2f4858;
  z-index: 2;
  position: relative;
  cursor: pointer;
}
@media only screen and (min-width: 960px) {
  p a.call-to-action-white {
    font-family: "Manrope", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    margin: 0;
  }
}
@media only screen and (min-width: 1280px) {
  p a.call-to-action-white {
    font-family: "Manrope", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    margin: 0;
  }
}
p a.call-to-action-white a {
  font-family: inherit !important;
  font-style: inherit !important;
  font-weight: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
  margin: inherit !important;
  color: inherit !important;
  text-decoration: none !important;
  z-index: 2;
  position: relative;
}

.call-to-action-white {
  position: relative;
  display: inline-block;
  padding: 12px 45px;
  padding-right: 20px;
  text-decoration: none;
  background-color: #ffffff;
  color: #1d2d37;
  overflow: hidden;
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  margin: 0;
}
.call-to-action-white:before {
  content: "";
  display: block;
  position: absolute;
  background-color: #c0e621;
  width: 26px;
  height: 100%;
  transform: rotate(0deg);
  transform-origin: bottom left;
  top: 43px;
  top: 0;
  left: 0;
  transition: all 0.2s ease-in-out;
}
.call-to-action-white:hover:before {
  transform: skewX(45deg);
  width: 50%;
}
.call-to-action-white .call-to-action__text {
  color: #2f4858;
  z-index: 2;
  position: relative;
  cursor: pointer;
}
@media only screen and (min-width: 960px) {
  .call-to-action-white {
    font-family: "Manrope", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    margin: 0;
  }
}
@media only screen and (min-width: 1280px) {
  .call-to-action-white {
    font-family: "Manrope", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    margin: 0;
  }
}
.call-to-action-white a {
  font-family: inherit !important;
  font-style: inherit !important;
  font-weight: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
  margin: inherit !important;
  color: inherit !important;
  text-decoration: none !important;
  z-index: 2;
  position: relative;
}

html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

*,
*:before,
*:after {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
  border: 0;
}

body {
  overflow-x: hidden;
}

.no-scroll {
  overflow-y: hidden;
}

.main-area {
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding-bottom: 140px;
}

.c-background-mesh-image {
  position: absolute;
  display: block;
  font-family: "object-fit: cover;";
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
  right: 0;
  z-index: 4;
  opacity: 0.3;
}

.page-bottom-mesh {
  position: absolute;
  z-index: 1;
  width: 100%;
}

.page-bottom-mesh-image {
  width: 100%;
  height: auto;
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0.6;
  z-index: 1;
  display: block;
  font-family: "object-fit: cover;";
  -o-object-fit: cover;
     object-fit: cover;
}

.c-element-heading {
  color: #006a7e;
  font-family: "lust", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 57px;
  margin: 0;
  margin-bottom: 60px;
}
@media only screen and (min-width: 960px) {
  .c-element-heading {
    font-family: "lust", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 50px;
    line-height: 55px;
    margin: 0;
    margin-bottom: 70px;
  }
}
@media only screen and (min-width: 1280px) {
  .c-element-heading {
    font-family: "lust", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 65px;
    line-height: 70px;
    margin: 0;
    margin-bottom: 80px;
  }
}

.u-container {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
  max-width: 1720px;
  margin: 0 auto;
  padding: 0 16px;
}
@media only screen and (min-width: 768px) {
  .u-container {
    padding: 0 32px;
  }
}
.u-container--full-width {
  max-width: none;
}
.u-container--no-padding {
  padding: 0;
}
.u-container--overflow {
  overflow: visible;
}
.u-container--not-relative {
  position: static;
}
.u-container--narrow {
  max-width: 1100px;
}

.u-content h1,
.u-content .style-h1 {
  font-family: "lust", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 45px;
  line-height: 58px;
  margin: 0;
  margin-bottom: 32px;
}
@media only screen and (min-width: 768px) {
  .u-content h1,
.u-content .style-h1 {
    font-family: "lust", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 74px;
    line-height: 99px;
    margin: 0;
    margin-bottom: 32px;
  }
}
@media only screen and (min-width: 1280px) {
  .u-content h1,
.u-content .style-h1 {
    font-family: "lust", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 113px;
    line-height: 141px;
    margin: 0;
    margin-bottom: 32px;
  }
}
.u-content h2,
.u-content .style-h2 {
  font-family: "lust", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 57px;
  margin: 0;
  margin-bottom: 24px;
}
@media only screen and (min-width: 768px) {
  .u-content h2,
.u-content .style-h2 {
    font-family: "lust", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 50px;
    line-height: 55px;
    margin: 0;
    margin-bottom: 24px;
  }
}
@media only screen and (min-width: 1280px) {
  .u-content h2,
.u-content .style-h2 {
    font-family: "lust", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 65px;
    line-height: 70px;
    margin: 0;
    margin-bottom: 24px;
  }
}
.u-content h3,
.u-content .style-h3 {
  font-family: "lust", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 38px;
  margin: 0;
  margin-bottom: 16px;
}
@media only screen and (min-width: 768px) {
  .u-content h3,
.u-content .style-h3 {
    font-family: "lust", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 57px;
    margin: 0;
    margin-bottom: 16px;
  }
}
@media only screen and (min-width: 1280px) {
  .u-content h3,
.u-content .style-h3 {
    font-family: "lust", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 50px;
    line-height: 57px;
    margin: 0;
    margin-bottom: 16px;
  }
}
.u-content h4,
.u-content .style-h4 {
  font-family: "lust", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  margin: 0;
  margin-bottom: 16px;
}
@media only screen and (min-width: 1280px) {
  .u-content h4,
.u-content .style-h4 {
    font-family: "lust", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 30px;
    margin: 0;
    margin-bottom: 16px;
  }
}
.u-content h5,
.u-content .style-h5 {
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  margin: 0;
  margin-bottom: 8px;
}
@media only screen and (min-width: 1280px) {
  .u-content h5,
.u-content .style-h5 {
    font-family: "Manrope", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    margin: 0;
    margin-bottom: 8px;
  }
}
.u-content p {
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 1em;
}
@media only screen and (min-width: 960px) {
  .u-content p {
    font-family: "Manrope", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
  }
}
.u-content p:last-child {
  margin: 0;
}
.u-content a {
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-decoration: underline;
  color: #9ebf15;
}
@media only screen and (min-width: 960px) {
  .u-content a {
    font-family: "Manrope", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    text-decoration: underline;
  }
}
.u-content .style-sub {
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
}
@media only screen and (min-width: 960px) {
  .u-content .style-sub {
    font-family: "Manrope", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
  }
}
.u-content .text-left {
  text-align: left;
}
.u-content .text-center {
  text-align: center;
}
.u-content .text-right {
  text-align: right;
}
.u-content .text-justify {
  text-align: justify;
}
.u-content .image {
  max-width: 100%;
  height: auto;
  display: block;
}
.u-content .image.left {
  float: left;
  margin-right: 1em;
  margin-bottom: 1em;
}
.u-content .image.right {
  float: right;
  margin-left: 1em;
  margin-bottom: 1em;
}
.u-content .image.center {
  margin: auto;
  float: none;
  clear: both;
}
.u-content .image.rightAlone {
  margin: auto 0 auto auto;
}
.u-content .embed {
  max-width: 100%;
  display: block;
}
.u-content .embed.left {
  float: left;
  margin-right: 1em;
  margin-bottom: 1em;
}
.u-content .embed.right {
  float: right;
  margin-left: 1em;
  margin-bottom: 1em;
}
.u-content .embed.center {
  margin: auto;
  float: none;
  clear: both;
}
.u-content .embed.rightAlone {
  margin: auto 0 auto auto;
}
.u-content ul {
  list-style-type: disc;
  padding-left: 15px;
}
.u-content ol {
  list-style-type: decimal;
  padding-left: 15px;
}
.u-content ul ul,
.u-content ol ul {
  list-style-type: circle;
  padding-left: 15px;
}
.u-content ol ol,
.u-content ul ol {
  list-style-type: lower-latin;
  padding-left: 15px;
}
.u-content table {
  margin: 10px 0;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  border: 1px solid #707070;
}
.u-content table tr {
  border-bottom: 1px solid #707070;
}
.u-content table tr th,
.u-content table tr td {
  text-align: left;
  padding: 4px 8px;
  vertical-align: top;
}
.u-content table tr th:not(:first-child),
.u-content table tr td:not(:first-child) {
  border-left: 1px solid #707070;
}
.u-content table tr th {
  font-weight: 600;
  background: #ececec;
  vertical-align: bottom;
}

.u-no-scroll {
  overflow: hidden !important;
}

.u-gutter {
  padding-right: 16px;
  padding-left: 16px;
}

.u-hide {
  display: none;
}

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

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

.u-text-right {
  text-align: right;
}

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

.u-text-justify {
  text-align: justify;
}

.u-cf::after {
  content: "";
  clear: both;
  display: block;
}

.u-text--black {
  color: #000000 !important;
}

.u-bg--black {
  background-color: #000000 !important;
}

.u-text--white {
  color: #ffffff !important;
}

.u-bg--white {
  background-color: #ffffff !important;
}

.u-text--dark_grey {
  color: #161a1b !important;
}

.u-bg--dark_grey {
  background-color: #161a1b !important;
}

.u-text--grey {
  color: #707070 !important;
}

.u-bg--grey {
  background-color: #707070 !important;
}

.u-text--light_grey {
  color: #ececec !important;
}

.u-bg--light_grey {
  background-color: #ececec !important;
}

.u-text--light_blue {
  color: #006a7e !important;
}

.u-bg--light_blue {
  background-color: #006a7e !important;
}

.u-text--dark_blue {
  color: #2f4858 !important;
}

.u-bg--dark_blue {
  background-color: #2f4858 !important;
}

.u-text--green {
  color: #c0e621 !important;
}

.u-bg--green {
  background-color: #c0e621 !important;
}

/**
 * Self-contained components
 *
 * Any significant component that is reused throughout the site. Typically these would have
 * a matching template (ie Includes/{COMPONENT_NAME}), and js (ie js/{COMPONENT_NAME}).
 **/
.c-form,
.userform {
  /**
  * Removes iOS default styling
  *
  * Targets all necessary inputs and removes the blue underline for phone numbers
  **/
}
.c-form input,
.c-form select,
.c-form textarea,
.c-form option,
.c-form button,
.userform input,
.userform select,
.userform textarea,
.userform option,
.userform button {
  box-sizing: border-box;
  width: 100%;
  padding: 10px 16px;
  border: 1px solid #707070;
}
.c-form input:focus, .c-form input:active,
.c-form select:focus,
.c-form select:active,
.c-form textarea:focus,
.c-form textarea:active,
.c-form option:focus,
.c-form option:active,
.c-form button:focus,
.c-form button:active,
.userform input:focus,
.userform input:active,
.userform select:focus,
.userform select:active,
.userform textarea:focus,
.userform textarea:active,
.userform option:focus,
.userform option:active,
.userform button:focus,
.userform button:active {
  border-color: #000000;
}
.c-form .field,
.userform .field {
  padding-bottom: 15px;
}
.c-form .field label,
.userform .field label {
  display: block;
  padding-bottom: 4px;
}
.c-form input[type=submit],
.userform input[type=submit] {
  width: auto;
  padding: 10px 30px;
  cursor: pointer;
  text-decoration: none;
  color: #ffffff;
  border: 0;
  background: #006a7e;
}
.c-form input[type=submit]:hover,
.userform input[type=submit]:hover {
  background: #003f4b;
}
.c-form button,
.c-form textarea,
.c-form input.text,
.c-form input[type=text],
.c-form input[type=button],
.c-form input[type=submit],
.c-form .input-checkbox,
.userform button,
.userform textarea,
.userform input.text,
.userform input[type=text],
.userform input[type=button],
.userform input[type=submit],
.userform .input-checkbox {
  border-radius: 0;
  -webkit-appearance: none;
}
.c-form a[href^=tel],
.userform a[href^=tel] {
  text-decoration: none;
  color: inherit;
}
.c-form ::-webkit-input-placeholder,
.userform ::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.25);
}
.c-form :-moz-placeholder,
.userform :-moz-placeholder {
  color: rgba(0, 0, 0, 0.25);
}
.c-form ::-moz-placeholder,
.userform ::-moz-placeholder {
  color: rgba(0, 0, 0, 0.25);
}
.c-form :-ms-input-placeholder,
.userform :-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.25);
}

.c-menu {
  position: fixed;
  width: 100%;
  top: 90px;
  left: -100%;
  z-index: 2;
  overflow: auto;
  height: calc(100vh - 190px);
}
@media only screen and (min-width: 1280px) {
  .c-menu {
    max-height: none;
    z-index: auto;
    overflow: initial;
    position: relative;
    top: auto;
    left: auto;
    min-height: auto;
    background-color: transparent;
    flex: 1;
    height: auto;
  }
}
.c-menu--open {
  left: 0;
}

.c-mobile-menu-toggle-button {
  z-index: 8;
  position: absolute;
  top: 0;
  left: 0;
  width: 26px;
  height: 100%;
  cursor: pointer;
}
@media only screen and (min-width: 1280px) {
  .c-mobile-menu-toggle-button {
    display: none;
  }
}

.c-menu__mobile-header {
  position: relative;
  width: 100%;
  padding: 13px 0px 13px 3px;
  margin-bottom: 25px;
}
@media only screen and (min-width: 1280px) {
  .c-menu__mobile-header {
    padding: 13px 0px 13px 0;
    display: none;
  }
}

.c-mobile-menu__inner {
  position: relative;
  padding: 12px 28px;
  padding-top: 35px;
  display: none;
}
@media only screen and (min-width: 1280px) {
  .c-mobile-menu__inner {
    position: absolute;
    left: -50%;
    min-width: 230px;
    transform: translateY(-100%);
    top: -26px;
    padding: 20px 28px;
    padding-top: 149px;
    padding-bottom: 76px;
    overflow: hidden;
    opacity: 0.5;
    display: block;
  }
  .c-mobile-menu__inner:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 80%;
    height: calc(100% - 50px);
    left: 0px;
    top: 0%;
    background-color: #283d4b;
    z-index: 0;
  }
  .c-mobile-menu__inner:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 20%;
    height: 50px;
    left: 0px;
    bottom: 0;
    background-color: #283d4b;
    transform: skewX(102deg);
    transform-origin: top right;
    z-index: 0;
  }
}
.c-mobile-menu__inner--animate {
  transition: transform 0.5s, opacity 0.3s ease-in-out;
}

@media only screen and (min-width: 1280px) {
  .c-menu__topmenu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}

.c-menu__item {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 24px;
  overflow: hidden;
}
.c-menu__item:before {
  content: "";
  position: absolute;
  width: 9px;
  height: 100%;
  left: 0px;
  top: 0px;
  background-color: #c0e621;
}
@media only screen and (min-width: 1280px) {
  .c-menu__item:before {
    display: none;
  }
}
@media only screen and (min-width: 1280px) {
  .c-menu__item {
    margin-bottom: 0;
    overflow: visible;
  }
}
.c-menu__item:hover .c-mobile-menu__inner {
  transform: translateY(0%);
  opacity: 1;
}
.c-menu__item--current > .c-menu__item-link, .c-menu__item--section > .c-menu__item-link {
  color: #c0e621;
}
@media only screen and (min-width: 1280px) {
  .c-menu__item {
    width: auto;
    margin-right: 4%;
  }
  .c-menu__item--current > .c-menu__item-link, .c-menu__item--section > .c-menu__item-link {
    color: #c0e621;
  }
}
.c-menu__item--expanded > .c-menu__submenu {
  display: block;
}
.c-menu__item:nth-last-child(2) .c-mobile-menu__inner {
  padding-top: 180px;
}
.c-menu__item:last-child .c-mobile-menu__inner {
  padding-top: 180px;
}

.c-mobile-menu-item__link {
  position: relative;
  z-index: 2;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-weight: 800;
  display: block;
  margin-bottom: 16px;
}
.c-mobile-menu-item__link:hover {
  color: #c0e621;
}
.c-mobile-menu-item__link--current, .c-mobile-menu-item__link--section {
  color: #c0e621;
}
@media only screen and (min-width: 600px) {
  .c-mobile-menu-item__link {
    font-family: "Manrope", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    font-weight: 800;
    display: block;
    margin-bottom: 16px;
  }
}
@media only screen and (min-width: 1280px) {
  .c-mobile-menu-item__link {
    font-family: "Manrope", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    font-weight: 800;
    display: block;
    margin-bottom: 16px;
  }
}

.c-menu__item-link {
  position: relative;
  z-index: 2;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  color: #ffffff;
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  font-weight: 800;
  padding: 7px 28px;
  width: 100%;
}
.c-menu__item-link:not(.c-menu__item-link--non-link):hover {
  color: #c0e621;
}
@media only screen and (min-width: 1280px) {
  .c-menu__item-link {
    padding: 48px 0;
  }
}

.c-menu__submenu {
  position: absolute;
  text-align: right;
  top: 47px;
  right: -20px;
  min-width: 220px;
  width: 100%;
  box-sizing: border-box;
  max-height: 0;
  overflow: hidden;
}

.c-logo-wrapper {
  position: absolute;
  top: 0;
  left: 30px;
}

.c-logo__image {
  z-index: 6;
  position: fixed;
  width: 31px;
  height: auto;
  top: 15px;
  left: 30px;
}
@media only screen and (min-width: 600px) {
  .c-logo__image {
    width: 48px;
  }
}

.c-logo__text {
  display: block;
  z-index: 6;
  position: absolute;
  width: 180px;
  height: auto;
  top: 18px;
  left: 37px;
}
@media only screen and (min-width: 600px) {
  .c-logo__text {
    width: 250px;
    top: 30px;
    left: 55px;
  }
}
@media only screen and (min-width: 1280px) {
  .c-logo__text {
    width: 180px;
    top: 32px;
    left: 50px;
  }
}
@media only screen and (min-width: 1700px) {
  .c-logo__text {
    width: 250px;
    top: 30px;
    left: 55px;
  }
}
.c-logo__text svg {
  width: 100%;
  height: auto;
  max-height: 100%;
}

.page-header__wrapper {
  position: fixed;
  z-index: 5;
  width: 100%;
}

.page-header {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 80px;
  transition: all 0.2s ease-in-out;
  max-width: none;
}
.page-header:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 80%;
  left: 0px;
  top: 0%;
  background-color: rgba(0, 106, 126, 0.8);
  z-index: 2;
  transition: all 0.2s ease-in-out;
}
.page-header:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 70%;
  left: 0px;
  top: 80%;
  background-color: rgba(0, 106, 126, 0.8);
  transform: skewX(88.5deg);
  transform-origin: top right;
  z-index: 0;
  transition: all 0.2s ease-in-out;
}
.page-header--open {
  height: auto;
  min-height: 100vh;
}
.page-header--open:before {
  height: calc(100% - 80px);
}
.page-header--open:after {
  height: 80px;
  top: calc(100% - 80px);
  transform: skewX(78deg);
}
.page-header .menu-trigger {
  position: fixed;
  width: 73px;
  height: 61px;
  z-index: 7;
  cursor: pointer;
  right: 0;
  top: 9px;
}
@media only screen and (min-width: 1280px) {
  .page-header .menu-trigger {
    display: none;
  }
}
.page-header .menu-trigger span {
  width: 34px;
  height: 3px;
  background-color: #ffffff;
  position: absolute;
  right: 25%;
  margin: auto;
  transform-origin: 7% 48%;
  transition: transform 0.5s;
  border-radius: 7px;
}
.page-header .menu-trigger span:first-child {
  top: 31%;
}
.page-header .menu-trigger span:nth-child(2) {
  top: 46%;
  width: 21px;
}
.page-header .menu-trigger span:last-child {
  top: 60%;
  width: 10px;
}
.page-header .menu-trigger--open span:nth-child(2) {
  opacity: 0;
  width: 0;
}
.page-header .menu-trigger--open span:first-child {
  transform: rotate(45deg);
  width: 29px;
}
.page-header .menu-trigger--open span:last-child {
  transform: rotate(-45deg);
  width: 29px;
}

.page-header__inner {
  box-sizing: border-box;
  margin: 0 auto;
  overflow: visible !important;
  justify-content: flex-end;
  display: flex;
  align-items: center;
  max-width: 1620px;
  max-height: 100%;
}

.c-footer {
  position: relative;
  z-index: 3;
  width: 100%;
}

.c-footer-links__wrapper {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
}
.c-footer-links__wrapper:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 125px;
  left: 0px;
  top: -124px;
  background-color: #2f4858;
  transform: skewX(86.2deg);
  transform-origin: left bottom;
  z-index: 2;
}

.c-footer-links {
  background-color: #2f4858;
}

.c-footer-links__inner {
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
}

.c-footer-links__left {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 960px) {
  .c-footer-links__left {
    max-width: none;
    flex-wrap: nowrap;
  }
}

.c-footer-links__row {
  flex: 0 0 100%;
  box-sizing: border-box;
  margin-bottom: 20px;
}
@media only screen and (min-width: 600px) {
  .c-footer-links__row {
    flex: 0 0 50%;
  }
}
@media only screen and (min-width: 960px) {
  .c-footer-links__row {
    flex: 0 0 20%;
    margin-bottom: 0;
  }
}
.c-footer-links__row a {
  color: #ffffff;
  text-decoration: none;
  display: block;
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 960px) {
  .c-footer-links__row a {
    font-family: "Manrope", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 1280px) {
  .c-footer-links__row a {
    font-family: "Manrope", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 10px;
  }
}
.c-footer-links__row strong a {
  font-weight: 800;
}
.c-footer-links__row .c-footer-news-item {
  color: #c0e621;
}

.c-footer-bottom {
  background-color: #2f4858;
}

.c-footer-bottom__inner {
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .c-footer-bottom__inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

.c-footer-logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
}
@media only screen and (min-width: 600px) {
  .c-footer-logos {
    margin-bottom: 75px;
  }
}
.c-footer-logos img {
  width: auto;
  height: auto;
  margin-right: 30px;
  margin-bottom: 30px;
}

.c-footer-copyright {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2em;
}
@media only screen and (min-width: 768px) {
  .c-footer-copyright {
    flex-direction: row;
    margin: 0;
  }
}

.c-footer-copyright__logo {
  margin-right: 20px;
}

.c-footer-copyright__text {
  color: #ffffff;
  font-size: 14px;
}

.c-footer-copyright__pipe {
  display: none;
  margin: 0 10px;
}
@media only screen and (min-width: 600px) {
  .c-footer-copyright__pipe {
    display: inline-block;
  }
}

.c-footer-copyright__link {
  text-decoration: none;
  color: inherit;
  display: block;
}
@media only screen and (min-width: 600px) {
  .c-footer-copyright__link {
    display: inline-block;
  }
}
.c-footer-copyright__link:hover {
  text-decoration: underline;
}

.c-footer-social {
  display: flex;
  justify-content: center;
}

.c-medium-image-banner {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-bottom: 70vw;
}
@media only screen and (min-width: 768px) {
  .c-medium-image-banner {
    padding-bottom: 60vw;
  }
}
@media only screen and (min-width: 960px) {
  .c-medium-image-banner {
    padding-bottom: 50vw;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1700px) {
  .c-medium-image-banner {
    padding-bottom: 42vw;
  }
}
.c-medium-image-banner .c-background-mesh {
  z-index: 2;
  -webkit-mask-image: linear-gradient(270deg, black, transparent);
          mask-image: linear-gradient(270deg, black, transparent);
}

.c-medium-image-banner__gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, transparent 0%, black 100%);
}

.slanted-medium-banner-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  padding-bottom: 15vw;
  display: block;
}
.slanted-medium-banner-wrapper:after {
  content: "";
  position: absolute;
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0px;
  transform: skewY(-7deg);
  transform-origin: bottom right;
  z-index: 0;
}

.c-medium-image-banner-text {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.c-medium-image-banner__title {
  color: #ffffff;
  max-width: 800px;
  font-family: "lust", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 57px;
  margin: 0;
  margin-bottom: 15px;
}
@media only screen and (min-width: 960px) {
  .c-medium-image-banner__title {
    font-family: "lust", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 50px;
    line-height: 55px;
    margin: 0;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 1280px) {
  .c-medium-image-banner__title {
    font-family: "lust", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 65px;
    line-height: 70px;
    margin: 0;
    margin-bottom: 15px;
  }
}

.c-medium-image-banner__intro {
  color: #ffffff;
  max-width: 800px;
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  margin: 0;
  font-weight: 400;
}
@media only screen and (min-width: 960px) {
  .c-medium-image-banner__intro {
    font-family: "Manrope", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    margin: 0;
    font-weight: 400;
  }
}
@media only screen and (min-width: 1280px) {
  .c-medium-image-banner__intro {
    font-family: "Manrope", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    margin: 0;
    font-weight: 400;
  }
}

.c-large-image-banner {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-bottom: 80px;
  background-color: #2f4858;
}
@media only screen and (min-width: 1280px) {
  .c-large-image-banner {
    flex-direction: row;
  }
}

.c-lib-image-placeholder {
  background-color: transparent;
  min-height: 280px;
  position: relative;
  width: 100%;
  background-attachment: fixed;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: top center;
}
@media only screen and (min-width: 600px) {
  .c-lib-image-placeholder {
    background-size: 100% auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .c-lib-image-placeholder {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 960px) {
  .c-lib-image-placeholder {
    min-height: 400px;
  }
}
@media only screen and (min-width: 1280px) {
  .c-lib-image-placeholder {
    flex: 56vw;
    padding-bottom: unset;
    min-height: auto;
    background-size: 88% auto;
    background-position: -15vw center;
  }
}
@media only screen and (min-width: 1280px) and (max-aspect-ratio: 160/93) {
  .c-lib-image-placeholder {
    background-size: cover;
  }
}

.c-lib-main {
  position: relative;
  background-color: #2f4858;
}
@media only screen and (min-width: 960px) {
  .c-lib-main {
    padding-top: 50px;
  }
}
@media only screen and (min-width: 1280px) {
  .c-lib-main {
    flex: 44vw;
    padding-top: 185px;
  }
}

.c-lib-main__inner {
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 1280px) {
  .c-lib-main__inner {
    max-width: 610px;
  }
}

.c-lib-main__slant {
  position: absolute;
  top: -70px;
  left: 0;
  width: 100%;
  height: 16vw;
}
@media only screen and (min-width: 960px) {
  .c-lib-main__slant {
    top: -110px;
  }
}
@media only screen and (min-width: 1280px) {
  .c-lib-main__slant {
    top: 0;
    left: -14vw;
    width: 13vw;
    height: 100%;
  }
}
.c-lib-main__slant:after {
  content: "";
  position: absolute;
  background-color: #2f4858;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0px;
  transform: skewY(-6deg);
  transform-origin: bottom right;
  z-index: 0;
}
@media only screen and (min-width: 1280px) {
  .c-lib-main__slant:after {
    width: 60vw;
    height: 100%;
    left: 100%;
    top: 0;
    transform: skewX(352deg);
    transform-origin: right top;
  }
}

.c-lib-main__parent-page {
  position: absolute;
  top: 0;
  right: 0;
  color: #c0e621;
  text-decoration: none;
  padding-left: 35px;
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 28px;
}
@media only screen and (min-width: 600px) {
  .c-lib-main__parent-page {
    font-family: "Manrope", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 28px;
  }
}
@media only screen and (min-width: 960px) {
  .c-lib-main__parent-page {
    font-family: "Manrope", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 28px;
  }
}
.c-lib-main__parent-page:before {
  display: block;
  content: "";
  position: absolute;
  padding: 13px 13px;
  box-sizing: border-box;
  content: url("/_resources/app/client/assets/images/chevron.svg");
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s ease-in-out;
  z-index: 2;
  transform: translateY(-48%) rotate(90deg);
  filter: invert(80%) sepia(97%) saturate(419%) hue-rotate(12deg) brightness(93%) contrast(93%);
}

.c-lib-main__title {
  color: #ffffff;
  font-family: "lust", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 57px;
  margin: 0;
  margin-bottom: 30px;
}
@media only screen and (min-width: 600px) {
  .c-lib-main__title {
    font-family: "lust", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 50px;
    line-height: 55px;
    margin: 0;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 960px) {
  .c-lib-main__title {
    font-family: "lust", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 65px;
    line-height: 70px;
    margin: 0;
    margin-bottom: 40px;
  }
}

.c-lib-main-back__link {
  margin-bottom: 20px;
  color: #c0e621;
  text-decoration: none;
  position: relative;
  display: flex;
  align-self: flex-end;
}
@media only screen and (min-width: 1280px) {
  .c-lib-main-back__link {
    align-self: inherit;
  }
}
.c-lib-main-back__link--right {
  text-align: right;
}
.c-lib-main-back__link:before {
  display: block;
  content: "";
  position: absolute;
  padding: 0;
  box-sizing: border-box;
  content: url("/_resources/app/client/assets/images/chevron.svg");
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s ease-in-out;
  z-index: 2;
  transform: translateY(-48%) rotate(90deg);
  filter: invert(80%) sepia(97%) saturate(419%) hue-rotate(12deg) brightness(93%) contrast(93%);
}

.c-lib-main-back__title {
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-left: 20px;
}

.c-lib-main__title-location-wrapper {
  display: flex;
  flex-direction: column-reverse;
}

.c-lib-main__date {
  color: #ffffff;
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 60px;
}
@media only screen and (min-width: 600px) {
  .c-lib-main__date {
    font-family: "Manrope", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 960px) {
  .c-lib-main__date {
    font-family: "Manrope", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 60px;
  }
}

.c-lib-main__locations-holder {
  position: relative;
  margin-bottom: 50px;
  min-height: 206px;
}
.c-lib-main__locations-holder .c-location-menu {
  position: absolute;
  top: auto;
  right: auto;
}
.c-lib-main__locations-holder .c-location-menu__heading {
  color: #ffffff;
}
.c-lib-main__locations-holder .c-location-item {
  background-color: #2f4858;
}
.c-lib-main__locations-holder .c-location-item__title {
  color: #ffffff;
}
.c-lib-main__locations-holder .c-location-item__tease--current .c-location-item__title {
  color: #161a1b;
}
.c-lib-main__locations-holder .c-location-item__properties {
  background-color: #2f4858;
}
.c-lib-main__locations-holder .c-location-item__property {
  color: #ffffff;
}
.c-lib-main__locations-holder .c-location__chevron {
  filter: invert(80%) sepia(97%) saturate(419%) hue-rotate(12deg) brightness(93%) contrast(93%);
}

.c-lib-main__small-heading {
  color: #ffffff;
  font-family: "lust", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  margin: 0;
  margin-bottom: 14px;
}
@media only screen and (min-width: 600px) {
  .c-lib-main__small-heading {
    font-family: "lust", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 30px;
    margin: 0;
    margin-bottom: 14px;
  }
}
@media only screen and (min-width: 960px) {
  .c-lib-main__small-heading {
    font-family: "lust", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 30px;
    margin: 0;
    margin-bottom: 14px;
  }
}

.c-fey-features {
  display: flex;
  flex-wrap: wrap;
  max-width: 575px;
  margin-bottom: 75px;
}

.c-fey-feature {
  width: 50%;
  display: flex;
  margin-bottom: 15px;
}

.c-fey-feature__icon {
  flex: 0 0 48px;
  height: 48px;
  margin-right: 20px;
}
.c-fey-feature__icon .cls-1 {
  stroke-dasharray: none;
}
.c-fey-feature__icon .cls-1,
.c-fey-feature__icon .cls-2,
.c-fey-feature__icon .cls-3 {
  stroke: #ffffff !important;
}
.c-fey-feature__icon svg {
  max-width: 100%;
  max-height: 100%;
}

.c-fey-feature__title {
  flex: 1;
  max-width: 180px;
  padding-right: 20px;
  color: #ffffff;
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
@media only screen and (min-width: 600px) {
  .c-fey-feature__title {
    font-family: "Manrope", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 960px) {
  .c-fey-feature__title {
    font-family: "Manrope", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
  }
}

.c-office-spaces {
  margin-bottom: 20px;
}

.c-office-space {
  display: block;
  color: #c0e621;
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  text-decoration: underline;
}
.c-office-space:hover {
  color: #ffffff;
}

.c-lib-main__lease-text {
  color: #ffffff;
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 70px;
}
@media only screen and (min-width: 600px) {
  .c-lib-main__lease-text {
    font-family: "Manrope", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 70px;
  }
}
@media only screen and (min-width: 960px) {
  .c-lib-main__lease-text {
    font-family: "Manrope", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 70px;
  }
}

.c-lib-main__content {
  margin-bottom: 30px;
}
@media only screen and (min-width: 600px) {
  .c-lib-main__content {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 960px) {
  .c-lib-main__content {
    margin-bottom: 90px;
  }
}

.c-location-menu {
  position: relative;
  z-index: 3;
  width: 100%;
}
@media only screen and (min-width: 600px) {
  .c-location-menu {
    max-width: 360px;
    min-width: 360px;
  }
}

.c-location-menu__heading {
  color: #161a1b;
  font-family: "lust", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  margin: 0;
  margin-bottom: 21px;
}
@media only screen and (min-width: 600px) {
  .c-location-menu__heading {
    font-family: "lust", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 30px;
    margin: 0;
    margin-bottom: 21px;
  }
}
@media only screen and (min-width: 960px) {
  .c-location-menu__heading {
    font-family: "lust", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 30px;
    margin: 0;
    margin-bottom: 21px;
  }
}

.c-location-item {
  border-bottom: 3px solid #000000;
  background-color: #ffffff;
}

.c-location-item__tease-colour-background {
  position: absolute;
  background-color: #c0e621;
  width: 230px;
  height: 230px;
  transform: rotate(45deg);
  top: -70px;
  left: -276px;
  transition: all 0.2s ease-in-out;
}

.c-location-item__tease {
  position: relative;
  cursor: pointer;
  display: flex;
  overflow: hidden;
}
.c-location-item__tease:hover:not(.c-location-item__tease--current) .c-location-item__tease-colour-background {
  left: -229px;
}
.c-location-item__tease--current .c-location-item__tease-colour-background {
  left: -9px;
}

.c-location-item__title {
  z-index: 2;
  padding: 5px 23px;
  padding-right: 42px;
  flex: 1;
  color: #161a1b;
  text-decoration: none;
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: "lust", serif;
}
@media only screen and (min-width: 960px) {
  .c-location-item__title {
    font-family: "Manrope", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    font-family: "lust", serif;
  }
}
@media only screen and (min-width: 1280px) {
  .c-location-item__title {
    font-family: "Manrope", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    font-family: "lust", serif;
  }
}

.c-location-item__sub-heading {
  font-weight: 400;
}

.c-location-item__properties-wrapper {
  display: none;
}

.c-location-item__properties {
  background-color: #ffffff;
  padding: 16px 23px;
  border-top: 3px solid #000000;
}

.c-location-item__property {
  color: #161a1b;
  display: block;
  text-decoration: none;
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 8px;
}
.c-location-item__property:hover {
  color: #c0e621;
}
@media only screen and (min-width: 960px) {
  .c-location-item__property {
    font-family: "Manrope", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 8px;
  }
}
@media only screen and (min-width: 1280px) {
  .c-location-item__property {
    font-family: "Manrope", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 8px;
  }
}

.c-location__chevron {
  display: block;
  position: absolute;
  padding: 13px 13px;
  box-sizing: border-box;
  content: url("/_resources/app/client/assets/images/chevron.svg");
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s ease-in-out;
  z-index: 2;
}
.c-location__chevron.open {
  transform: translateY(-50%) rotate(-180deg);
}

.c-ilp {
  z-index: 4;
  flex: 0 0 100%;
  padding: 15px;
}
@media only screen and (min-width: 600px) {
  .c-ilp {
    flex: 0 0 50%;
  }
}
@media only screen and (min-width: 960px) {
  .c-ilp {
    flex: 0 0 33.33%;
  }
}

.c-ilp__inner:hover .c-ilp__triangle {
  left: 0;
  bottom: 0;
}
.c-ilp__inner:hover .c-ilp-text__title {
  color: #c0e621;
}

.c-ilp__main {
  box-sizing: border-box;
  width: 100%;
  padding-bottom: 7%;
  position: relative;
}

.c-ilp__image {
  position: relative;
  box-sizing: border-box;
  width: 90%;
  padding-bottom: 112%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
}
.c-ilp__image--short {
  padding-bottom: 90%;
}

.c-ilp-text {
  overflow: hidden;
  min-width: 83%;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 40px 32px;
  padding-left: 29%;
}
.c-ilp-text:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-color: #006a7e;
  transform: skewX(160deg);
  transform-origin: left bottom;
  z-index: 0;
}

.c-ilp__reveal-link {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 10px 0;
  padding-left: 30px;
  color: #ffffff;
  display: none;
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-top: 44px;
}
@media only screen and (min-width: 960px) {
  .c-ilp__reveal-link {
    font-family: "Manrope", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-top: 44px;
  }
}
@media only screen and (min-width: 1280px) {
  .c-ilp__reveal-link {
    font-family: "Manrope", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    margin-top: 44px;
  }
}
.c-ilp__reveal-link:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 16px;
  height: 100%;
  background-color: #c0e621;
}

.c-ilp__arrow {
  content: url("/_resources/app/client/assets/images/arrowR.svg");
  z-index: 2;
  position: absolute;
  width: 10px;
  height: 18px;
  top: 52px;
  right: 22px;
}

.c-ilp-text__title {
  position: relative;
  z-index: 2;
  color: #ffffff;
  font-family: "lust", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  margin: 0;
}
@media only screen and (min-width: 600px) {
  .c-ilp-text__title {
    font-family: "lust", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 30px;
    margin: 0;
  }
}
@media only screen and (min-width: 960px) {
  .c-ilp-text__title {
    font-family: "lust", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 30px;
    margin: 0;
  }
}

.c-ilp__triangle {
  position: absolute;
  left: -180px;
  bottom: -250px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 250px 0 0 180px;
  border-color: transparent transparent transparent rgba(192, 230, 33, 0.8);
  transition: all 0.2s ease-in-out;
}

.c-ilp__bottom {
  padding-top: 25px;
  padding-bottom: 35px;
}

.c-ilp-properties {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.c-ilp-property {
  flex: 0 0 calc(50% - 8px);
  text-decoration: none;
  border-bottom: 1px solid #ececec;
  padding-top: 10px;
  padding-bottom: 3px;
}
.c-ilp-property:hover .c-ilp-property__title {
  text-decoration: underline;
}

.c-ilp-property__title {
  color: #006a7e;
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 1px;
}
@media only screen and (min-width: 600px) {
  .c-ilp-property__title {
    font-family: "Manrope", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 1px;
  }
}
@media only screen and (min-width: 1280px) {
  .c-ilp-property__title {
    font-family: "Manrope", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 1px;
  }
}

.c-ilp-text__subtitle,
.c-ilp-text__phone,
.c-ilp-text__email {
  color: #ffffff;
  position: relative;
  z-index: 2;
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-size: 16px;
  margin-top: 4px;
  line-height: 26px;
}
.c-ilp-text__subtitle--underline,
.c-ilp-text__phone--underline,
.c-ilp-text__email--underline {
  color: #c0e621;
  text-decoration: underline;
}
@media only screen and (min-width: 600px) {
  .c-ilp-text__subtitle,
.c-ilp-text__phone,
.c-ilp-text__email {
    font-family: "Manrope", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    font-size: 16px;
    margin-top: 4px;
    line-height: 26px;
  }
}
@media only screen and (min-width: 1280px) {
  .c-ilp-text__subtitle,
.c-ilp-text__phone,
.c-ilp-text__email {
    font-family: "Manrope", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    font-size: 16px;
    margin-top: 4px;
    line-height: 26px;
  }
}
.c-ilp-text__subtitle a,
.c-ilp-text__phone a,
.c-ilp-text__email a {
  color: #ffffff;
  padding: 8px 0;
  display: inline-block;
}

.c-ilp-text__contacts {
  display: none;
}

.c-ilp-property__info {
  color: #000000;
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-size: 15px;
}
@media only screen and (min-width: 600px) {
  .c-ilp-property__info {
    font-family: "Manrope", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    font-size: 15px;
  }
}
@media only screen and (min-width: 1280px) {
  .c-ilp-property__info {
    font-family: "Manrope", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    font-size: 15px;
  }
}

.c-ilp-property__additional-spaces {
  display: block;
  color: #006a7e;
  position: relative;
  z-index: 2;
  margin-top: 16px;
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-size: 14px;
  line-height: 16px;
}
@media only screen and (min-width: 600px) {
  .c-ilp-property__additional-spaces {
    font-family: "Manrope", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    font-size: 14px;
    line-height: 16px;
  }
}
@media only screen and (min-width: 1280px) {
  .c-ilp-property__additional-spaces {
    font-family: "Manrope", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    font-size: 14px;
    line-height: 16px;
  }
}

.c-simple-banner {
  position: relative;
  width: 100%;
  background-color: #2f4858;
  overflow: hidden;
  padding-bottom: 15vw;
  margin-bottom: 20px;
  padding-bottom: 12vw;
}
.c-simple-banner .c-background-mesh {
  -webkit-mask-image: linear-gradient(270deg, black, transparent);
          mask-image: linear-gradient(270deg, black, transparent);
}

.slanted-simple-banner-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  height: 14vw;
  display: block;
}
.slanted-simple-banner-wrapper:after {
  content: "";
  position: absolute;
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0px;
  transform: skewY(-7deg);
  transform-origin: bottom right;
  z-index: 0;
}

.c-simple-banner__inner {
  padding-top: 155px;
}

.c-simple-banner__title {
  color: #ffffff;
  max-width: 800px;
  font-family: "lust", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 57px;
  margin: 0;
  margin-bottom: 15px;
}
@media only screen and (min-width: 960px) {
  .c-simple-banner__title {
    font-family: "lust", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 50px;
    line-height: 55px;
    margin: 0;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 1280px) {
  .c-simple-banner__title {
    font-family: "lust", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 65px;
    line-height: 70px;
    margin: 0;
    margin-bottom: 15px;
  }
}

.c-simple-banner__intro {
  color: #ffffff;
  max-width: 800px;
  font-family: "lust", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  margin: 0;
  font-weight: 400;
}
@media only screen and (min-width: 960px) {
  .c-simple-banner__intro {
    font-family: "lust", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 30px;
    margin: 0;
    font-weight: 400;
  }
}
@media only screen and (min-width: 1280px) {
  .c-simple-banner__intro {
    font-family: "lust", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 30px;
    margin: 0;
    font-weight: 400;
  }
}

.c-more {
  position: relative;
}

.c-more__heading {
  color: #006a7e;
  font-family: "lust", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 38px;
  margin: 0;
}
@media only screen and (min-width: 960px) {
  .c-more__heading {
    font-family: "lust", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 57px;
    margin: 0;
  }
}
@media only screen and (min-width: 1280px) {
  .c-more__heading {
    font-family: "lust", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 50px;
    line-height: 57px;
    margin: 0;
    font-size: 40px;
    line-height: 140px;
  }
}

.c-more__top {
  display: flex;
  position: relative;
  padding-top: 105px;
  flex-direction: column;
  padding-bottom: 20px;
}
@media only screen and (min-width: 960px) {
  .c-more__top {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1280px) {
  .c-more__top {
    padding-top: 85px;
  }
}
.c-more__top:after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100px;
  top: 0;
  left: 0;
  background-color: transparent;
  background-image: repeating-linear-gradient(358deg, transparent 0%, transparent 49%, #006a7e 50%, transparent 52%, transparent 100%);
}

.c-more__inner {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
  position: relative;
}

.hide {
  display: none;
}

.popup {
  position: fixed;
  z-index: 6;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(47, 72, 88, 0.8);
}
.popup_content {
  position: relative;
  width: 80%;
  height: 80%;
  max-height: 93%;
  margin: calc(4% + 80px) auto 4% auto;
  max-width: 600px;
  overflow-y: auto;
}
.popup .popup_close {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 6;
  cursor: pointer;
  background-color: #c0e621;
  color: #ffffff;
  padding: 6px 24px;
  text-transform: uppercase;
}

.c-property-enquiry-trigger {
  cursor: pointer;
}

.c-property-enquiry__form-wrapper {
  background: #006a7e;
  padding: 45px 7%;
  color: #ffffff;
}

.c-property-enquiry-form {
  padding: 20px 5%;
}
.c-property-enquiry-form .field {
  display: flex;
  margin-bottom: 26px;
  flex-direction: column;
}
@media only screen and (min-width: 600px) {
  .c-property-enquiry-form .field {
    flex-direction: row;
  }
}
.c-property-enquiry-form label {
  flex: 0 0 auto;
  color: #ffffff;
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
@media only screen and (min-width: 600px) {
  .c-property-enquiry-form label {
    flex: 0 0 80px;
    font-family: "Manrope", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 960px) {
  .c-property-enquiry-form label {
    font-family: "Manrope", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
  }
}
.c-property-enquiry-form .middleColumn {
  flex: 1;
}
@media only screen and (min-width: 600px) {
  .c-property-enquiry-form .middleColumn {
    margin-left: 10px;
  }
}
.c-property-enquiry-form input:not(input[type=submit]),
.c-property-enquiry-form textarea:not(input[type=submit]),
.c-property-enquiry-form select:not(input[type=submit]) {
  background-color: #ffffff;
  color: #000000;
  padding: 6px 8px;
  width: 100%;
}
@media only screen and (min-width: 600px) {
  .c-property-enquiry-form input:not(input[type=submit]),
.c-property-enquiry-form textarea:not(input[type=submit]),
.c-property-enquiry-form select:not(input[type=submit]) {
    min-width: 228px;
  }
}
@media only screen and (max-width: 767px) {
  .c-property-enquiry-form input:not(input[type=submit]),
.c-property-enquiry-form textarea:not(input[type=submit]),
.c-property-enquiry-form select:not(input[type=submit]) {
    max-width: 228px;
  }
}
.c-property-enquiry-form .field.nocaptcha {
  display: block;
}
.c-property-enquiry-form .message.validation {
  display: block;
  margin-top: 12px;
  color: #c0e621;
}
.c-property-enquiry-form input[type=submit] {
  cursor: pointer;
}
.c-property-enquiry-form select {
  cursor: pointer;
}
.c-property-enquiry-form .enquire {
  position: relative;
  display: inline-block;
  padding: 12px 45px;
  background-color: #2f4858;
  color: #ffffff;
  overflow: hidden;
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
@media only screen and (min-width: 600px) {
  .c-property-enquiry-form .enquire {
    font-family: "Manrope", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 960px) {
  .c-property-enquiry-form .enquire {
    font-family: "Manrope", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
  }
}

.c-property-enquiry-form__heading {
  color: #ffffff;
  font-family: "lust", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  margin: 0;
  margin-bottom: 5px;
}
@media only screen and (min-width: 600px) {
  .c-property-enquiry-form__heading {
    font-family: "lust", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 30px;
    margin: 0;
    margin-bottom: 7px;
  }
}
@media only screen and (min-width: 960px) {
  .c-property-enquiry-form__heading {
    font-family: "lust", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 30px;
    margin: 0;
    margin-bottom: 10px;
  }
}

.c-property-enquiry-form__subheading {
  color: #ffffff;
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 600px) {
  .c-property-enquiry-form__subheading {
    font-family: "Manrope", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 960px) {
  .c-property-enquiry-form__subheading {
    font-family: "Manrope", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .g-recaptcha {
    transform: scale(0.77);
    transform-origin: 0 0;
  }
}

.c-contact-card {
  max-width: 558px;
  position: relative;
}

.c-contact-card__description--mobile {
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  position: absolute;
  bottom: -40px;
}
@media only screen and (min-width: 960px) {
  .c-contact-card__description--mobile {
    display: none;
  }
}
.c-contact-card__description--desktop {
  display: none;
}
@media only screen and (min-width: 960px) {
  .c-contact-card__description--desktop {
    display: block;
    font-family: "Manrope", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 28px;
  }
}

.c-contact-card__inner {
  display: flex;
  overflow: hidden;
  flex-direction: column-reverse;
}
@media only screen and (min-width: 960px) {
  .c-contact-card__inner {
    flex-direction: row;
  }
}

.c-contact-card-content-holder {
  margin-bottom: 30px;
  min-width: 345px;
  margin: 0 auto;
}
@media only screen and (min-width: 960px) {
  .c-contact-card-content-holder {
    flex: 1;
    max-width: none;
    margin: 0;
    min-width: none;
  }
}

.c-contact-card__title {
  color: #000000;
  font-family: "lust", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  margin: 0;
  margin-bottom: 5px;
}
@media only screen and (min-width: 600px) {
  .c-contact-card__title {
    font-family: "lust", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 30px;
    margin: 0;
    margin-bottom: 5px;
  }
}
@media only screen and (min-width: 960px) {
  .c-contact-card__title {
    font-family: "lust", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 30px;
    margin: 0;
    margin-bottom: 5px;
  }
}

.c-contact-card__type {
  margin-bottom: 20px;
}

.c-contact-card__phone,
.c-contact-card__mobile,
.c-contact-card__email {
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 8px;
}
@media only screen and (min-width: 600px) {
  .c-contact-card__phone,
.c-contact-card__mobile,
.c-contact-card__email {
    font-family: "Manrope", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 960px) {
  .c-contact-card__phone,
.c-contact-card__mobile,
.c-contact-card__email {
    font-family: "Manrope", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
  }
}
.c-contact-card__phone a,
.c-contact-card__mobile a,
.c-contact-card__email a {
  color: #9ebf15;
}

.c-contact-card-image-holder {
  position: relative;
  max-width: 345px;
  margin: 0 auto;
  margin-bottom: 70px;
}
@media only screen and (min-width: 960px) {
  .c-contact-card-image-holder {
    flex: 0 0 40%;
    height: 0;
    padding-bottom: 26%;
    margin: 0;
    max-width: none;
  }
}

.c-contact-card__slant {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70%;
  overflow: hidden;
  z-index: 0;
}
@media only screen and (min-width: 960px) {
  .c-contact-card__slant {
    width: 94%;
  }
}
.c-contact-card__slant:before {
  content: "";
  position: absolute;
  background-color: #006a7e;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0px;
  transform: skewX(19deg);
  transform-origin: bottom right;
  z-index: 0;
}

.c-contact-card__image {
  position: relative;
  max-width: 100%;
}
@media only screen and (min-width: 960px) {
  .c-contact-card__image {
    position: absolute;
    width: 70%;
    bottom: 0;
    left: 12%;
    max-width: none;
  }
}

.c-pagination {
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
  font-size: 16px;
  z-index: 2;
  position: relative;
}
.c-pagination .c-pagination__prev,
.c-pagination .c-pagination__next {
  text-transform: uppercase;
  display: inline-block;
  padding: 5px 20px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  border: 0;
  color: #ffffff !important;
  background: #c0e621;
}
.c-pagination .c-pagination__prev:hover,
.c-pagination .c-pagination__next:hover {
  background: #9ebf15;
}
.c-pagination .c-pagination__prev--disabled,
.c-pagination .c-pagination__next--disabled {
  cursor: default;
  opacity: 0.5;
}
.c-pagination .c-pagination__prev--disabled:hover,
.c-pagination .c-pagination__next--disabled:hover {
  background: #c0e621;
}
.c-pagination .c-pagination__current-page {
  display: inline-block;
  vertical-align: top;
  padding: 3px 30px;
  text-decoration: none;
  color: #707070;
  font-size: 14px;
}
.c-pagination .c-pagination__go-to {
  color: #707070;
  width: auto;
  max-width: 30px;
  border: solid 1px #8a8a8a;
  text-align: center;
  padding: 0 1px 2px;
  box-sizing: border-box;
  background-color: #ffffff;
}

.remove_padding_top > div {
  margin-top: 0 !important;
}

.remove_padding_bottom > div {
  margin-bottom: 0 !important;
}

.e-banner {
  width: 100%;
  margin-bottom: 64px;
}
@media only screen and (min-width: 768px) {
  .e-banner {
    margin-bottom: 96px;
  }
}
.e-banner--no-image {
  background: #707070;
}

.e-banner__picture {
  position: relative;
  width: 100%;
  height: 100%;
}

.e-banner__image {
  display: block;
  font-family: "object-fit: cover;";
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.e-banner__inner {
  min-height: 150px;
  padding: 30px 5%;
}

.e-banner__title {
  color: #ffffff;
}

.e-banner__content {
  color: #ffffff;
}

.e-content {
  margin-bottom: 32px;
}
@media only screen and (min-width: 768px) {
  .e-content {
    margin-bottom: 48px;
  }
}

.e-content__title {
  font-family: "lust", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 57px;
  margin: 0;
  margin-bottom: 24px;
}
@media only screen and (min-width: 768px) {
  .e-content__title {
    font-family: "lust", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 50px;
    line-height: 55px;
    margin: 0;
    margin-bottom: 32px;
  }
}
@media only screen and (min-width: 1280px) {
  .e-content__title {
    font-family: "lust", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 65px;
    line-height: 70px;
    margin: 0;
    margin-bottom: 48px;
  }
}

.e-content-area {
  max-width: 950px;
}
.e-content-area--no-width-limit {
  max-width: none;
}

.e-columns {
  margin-bottom: 64px;
}
@media only screen and (min-width: 768px) {
  .e-columns {
    margin-bottom: 96px;
  }
}
.e-columns--blue-bg {
  background-color: #2f4858;
  color: #ffffff;
  padding: 50px 0;
}

.e-columns__title {
  font-family: "lust", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 57px;
  margin: 0;
  margin-bottom: 24px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .e-columns__title {
    font-family: "lust", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 50px;
    line-height: 55px;
    margin: 0;
    margin-bottom: 32px;
  }
}
@media only screen and (min-width: 1280px) {
  .e-columns__title {
    font-family: "lust", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 65px;
    line-height: 70px;
    margin: 0;
    margin-bottom: 48px;
  }
}

.e-columns__container {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 600px) {
  .e-columns__container {
    flex-direction: row;
    gap: 40px;
  }
}

.e-columns__column {
  width: 100%;
}
.e-columns__column--of-two:first-child {
  margin-bottom: 48px;
}
@media only screen and (max-width: 599px) {
  .e-columns__column--of-two .e-columns__column-content {
    text-align: center;
  }
}
@media only screen and (min-width: 600px) {
  .e-columns__column--of-two {
    width: 50%;
  }
  .e-columns__column--of-two:first-child {
    margin-bottom: 0;
    padding-right: 20px;
  }
  .e-columns__column--of-two:last-child {
    padding-left: 20px;
  }
}
.e-columns__column--of-three:not(:last-child) {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid grey;
}
@media only screen and (min-width: 600px) {
  .e-columns__column--of-three {
    width: 33.33%;
    padding: 0 36px;
  }
  .e-columns__column--of-three:not(:last-child) {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
    border-right: 1px solid grey;
  }
}

.e-image-content {
  margin-bottom: 64px;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .e-image-content {
    margin-bottom: 96px;
  }
}
.e-image-content--content-right-image-left .e-image-content__wrapper {
  flex-direction: column-reverse;
}
@media only screen and (min-width: 768px) {
  .e-image-content--content-right-image-left .e-image-content__wrapper {
    flex-direction: row-reverse;
  }
}
.e-image-content--content-right-image-left .e-image-content__content-wrapper {
  margin: 0;
}
.e-image-content--content-right-image-left .e-image-content__image-wrapper {
  margin: 0 0 64px 0;
}
@media only screen and (min-width: 768px) {
  .e-image-content--content-right-image-left .e-image-content__image-wrapper {
    margin: 0 48px 0 0;
  }
}
@media only screen and (min-width: 960px) {
  .e-image-content--content-right-image-left .e-image-content__image-wrapper {
    margin: 0 64px 0 0;
  }
}
.e-image-content--content-bottom-image-top .e-image-content__wrapper {
  flex-direction: column-reverse;
}
.e-image-content--content-bottom-image-top .e-image-content__content-wrapper {
  width: 100%;
  margin: 0;
}
.e-image-content--content-bottom-image-top .e-image-content__image-wrapper {
  width: 100%;
  margin: 0 0 64px 0;
  padding-top: 56.25%;
}
.e-image-content--content-top-image-bottom .e-image-content__wrapper {
  flex-direction: column;
}
.e-image-content--content-top-image-bottom .e-image-content__content-wrapper {
  width: 100%;
  margin: 0 0 64px 0;
}
.e-image-content--content-top-image-bottom .e-image-content__image-wrapper {
  width: 100%;
  margin: 0;
  padding-top: 56.25%;
}
.e-image-content--blue-bg {
  background-color: #2f4858;
}

.e-image-content__title {
  font-family: "lust", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 57px;
  margin: 0;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .e-image-content__title {
    font-family: "lust", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 50px;
    line-height: 55px;
    margin: 0;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1280px) {
  .e-image-content__title {
    font-family: "lust", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 65px;
    line-height: 70px;
    margin: 0;
    margin-bottom: 20px;
  }
}

.e-image-content--blue-bg .e-image-content__title {
  color: #ffffff;
}

.e-image-content__wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .e-image-content__wrapper {
    flex-direction: row;
    margin-bottom: 0;
  }
}

.e-image-content__wrapper--angled-image {
  justify-content: flex-start;
}

.e-image-content__content-wrapper {
  width: 100%;
  margin: 0 0 64px 0;
}
@media only screen and (min-width: 768px) {
  .e-image-content__content-wrapper {
    width: 50%;
    margin: 0 48px 0 0;
  }
}
@media only screen and (min-width: 960px) {
  .e-image-content__content-wrapper {
    margin: 0 64px 0 0;
  }
}

.e-image-content--blue-bg .e-image-content__image-content {
  color: #ffffff !important;
}

.e-image-content__image-wrapper {
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .e-image-content__image-wrapper {
    width: 50%;
  }
}

.e-image-content__image {
  font-family: "object-fit: cover;";
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (min-width: 768px) {
  .e-image-content__wrapper--angled-image .e-image-content__image-wrapper {
    width: 55%;
    position: absolute;
    top: 0;
    right: 0;
  }
}

@media only screen and (min-width: 768px) {
  .e-image-content__wrapper--angled-image .e-image-content__content-wrapper {
    width: 40%;
    position: relative;
    z-index: 3;
    padding: 50px 0;
  }
}
@media only screen and (min-width: 960px) {
  .e-image-content__wrapper--angled-image .e-image-content__content-wrapper {
    padding: 80px 0;
  }
}

@media only screen and (min-width: 768px) {
  .e-image-content__image-wrapper--angled {
    width: 60%;
    height: 100%;
    position: absolute;
    top: 0;
  }
  .e-image-content__image-wrapper--angled.e-image-content__image-wrapper--content-right-image-left {
    left: 0;
  }
  .e-image-content__image-wrapper--angled.e-image-content__image-wrapper--content-left-image-right {
    right: 0;
  }
}

@media only screen and (min-width: 768px) {
  .e-image-content__image-wrapper--content-left-image-right .e-image-content__angle-maker {
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 900px 200px 0 0;
    border-color: white transparent transparent transparent;
    position: absolute;
    left: -4px;
    top: -4px;
    z-index: 2;
  }
}

@media only screen and (min-width: 768px) {
  .e-image-content__image-wrapper--content-right-image-left .e-image-content__angle-maker {
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 200px 900px 0;
    border-color: transparent white transparent transparent;
    position: absolute;
    right: -4px;
    top: -4px;
    z-index: 2;
  }
}

@media only screen and (min-width: 768px) {
  .e-image-content--blue-bg .e-image-content__image-wrapper--content-left-image-right .e-image-content__angle-maker {
    border-color: #2f4858 transparent transparent transparent;
  }
}

@media only screen and (min-width: 768px) {
  .e-image-content--blue-bg .e-image-content__image-wrapper--content-right-image-left .e-image-content__angle-maker {
    border-color: transparent #2f4858 transparent transparent;
  }
}

.e-single-image {
  margin-bottom: 64px;
}
@media only screen and (min-width: 768px) {
  .e-single-image {
    margin-bottom: 96px;
  }
}

.e-single-image__title {
  font-family: "lust", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 57px;
  margin: 0;
  margin-bottom: 24px;
}
@media only screen and (min-width: 768px) {
  .e-single-image__title {
    font-family: "lust", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 50px;
    line-height: 55px;
    margin: 0;
    margin-bottom: 32px;
  }
}
@media only screen and (min-width: 1280px) {
  .e-single-image__title {
    font-family: "lust", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 65px;
    line-height: 70px;
    margin: 0;
    margin-bottom: 48px;
  }
}

.e-single-image__wrapper {
  position: relative;
}

.e-single-image__image-wrapper {
  position: relative;
}

.e-single-image__picture {
  position: relative;
  width: 100%;
  height: 100%;
}

.e-single-image__image {
  display: block;
  font-family: "object-fit: cover;";
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.e-single-image__slant {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 260px;
  display: block;
}
.e-single-image__slant:after {
  content: "";
  position: absolute;
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0px;
  transform: skewY(-7deg);
  transform-origin: bottom right;
  z-index: 0;
}

.e-single-video {
  margin-bottom: 64px;
}
@media only screen and (min-width: 768px) {
  .e-single-video {
    margin-bottom: 96px;
  }
}

.e-single-video__title {
  font-family: "lust", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 57px;
  margin: 0;
  margin-bottom: 24px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .e-single-video__title {
    font-family: "lust", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 50px;
    line-height: 55px;
    margin: 0;
    margin-bottom: 32px;
  }
}
@media only screen and (min-width: 1280px) {
  .e-single-video__title {
    font-family: "lust", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 65px;
    line-height: 70px;
    margin: 0;
    margin-bottom: 48px;
  }
}

.e-single-video__video-wrapper {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 56.25%;
}
.e-single-video__video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.e-embedded-code {
  margin-bottom: 64px;
}
@media only screen and (min-width: 768px) {
  .e-embedded-code {
    margin-bottom: 96px;
  }
}

.e-embedded-code__title {
  font-family: "lust", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 57px;
  margin: 0;
  margin-bottom: 24px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .e-embedded-code__title {
    font-family: "lust", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 50px;
    line-height: 55px;
    margin: 0;
    margin-bottom: 32px;
  }
}
@media only screen and (min-width: 1280px) {
  .e-embedded-code__title {
    font-family: "lust", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 65px;
    line-height: 70px;
    margin: 0;
    margin-bottom: 48px;
  }
}

.e-two-image-content {
  position: relative;
  padding-top: 20px;
  padding-bottom: 12px;
}
@media only screen and (min-width: 768px) {
  .e-two-image-content {
    padding-bottom: 28px;
  }
}
.e-two-image-content .call-to-action {
  padding-right: 0;
}
.e-two-image-content--bottom-padding {
  padding-bottom: 300px;
}

.e-two-image-content__inner {
  display: flex;
  overflow: hidden;
  flex-direction: column;
}
@media only screen and (min-width: 960px) {
  .e-two-image-content__inner {
    flex-direction: row;
    align-items: center;
  }
}

.e-two-image-content__content-wrapper {
  flex: 100%;
}
@media only screen and (min-width: 960px) {
  .e-two-image-content__content-wrapper {
    flex: 50%;
  }
}
@media only screen and (min-width: 1280px) {
  .e-two-image-content__content-wrapper {
    flex: 30%;
  }
}

@media only screen and (min-width: 960px) {
  .e-two-image-content__image-content {
    padding: 0 42px;
  }
}
@media only screen and (min-width: 1280px) {
  .e-two-image-content__image-content {
    padding: 0 60px;
  }
}

.e-two-image-content__title {
  font-family: "lust", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 38px;
  margin: 0;
}
@media only screen and (min-width: 960px) {
  .e-two-image-content__title {
    font-family: "lust", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 57px;
    margin: 0;
  }
}
@media only screen and (min-width: 1280px) {
  .e-two-image-content__title {
    font-family: "lust", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 50px;
    line-height: 57px;
    margin: 0;
  }
}

.e-two-image-content__primary-image-wrapper {
  position: relative;
  overflow: hidden;
  flex: 100%;
  height: 0;
  padding-bottom: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin-bottom: 32px;
}
@media only screen and (min-width: 960px) {
  .e-two-image-content__primary-image-wrapper {
    flex: 50%;
    height: 0;
    padding-bottom: 45%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1280px) {
  .e-two-image-content__primary-image-wrapper {
    flex: 27%;
    height: 0;
    padding-bottom: 28%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }
  .e-two-image-content__primary-image-wrapper--large {
    flex: 43%;
  }
}

.e-two-image-content__picture {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.e-two-image-content__picture-image {
  display: block;
  font-family: "object-fit: cover;";
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.e-two-image-content__secondary-image-wrapper {
  display: none !important;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 960px) {
  .e-two-image-content__secondary-image-wrapper {
    flex: 50%;
    height: 0;
    padding-bottom: 28%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }
}
@media only screen and (min-width: 1280px) {
  .e-two-image-content__secondary-image-wrapper {
    display: block !important;
    flex: 43%;
    height: 0;
    padding-bottom: 28%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }
  .e-two-image-content__secondary-image-wrapper--small {
    flex: 27%;
  }
}

.e-two-image-content__slant {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  display: block;
  overflow: hidden;
}
.e-two-image-content__slant:after {
  content: "";
  position: absolute;
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0px;
  transform: skewY(6deg);
  transform-origin: bottom left;
  z-index: 0;
}

.e-icon-panels {
  position: relative;
  z-index: 2;
  padding-bottom: 120px;
}

.e-icon-panels__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  flex-direction: column;
  align-items: center;
}
@media only screen and (min-width: 600px) {
  .e-icon-panels__inner {
    flex-direction: row;
    align-items: initial;
    max-width: 864px;
  }
}
@media only screen and (min-width: 1280px) {
  .e-icon-panels__inner {
    flex-direction: row;
    align-items: initial;
    max-width: 1720px;
  }
}

.e-icon-panel {
  width: 100%;
  position: relative;
  padding-bottom: 150px;
  margin-bottom: 130px;
  max-width: 314px;
}
.e-icon-panel:not(:last-of-type):after {
  display: block;
  content: "";
  position: absolute;
  width: 282px;
  height: 70px;
  bottom: -120px;
  left: 0;
  background-color: transparent;
  background-image: repeating-linear-gradient(14deg, transparent 0%, transparent 49%, #006a7e 50%, transparent 52%, transparent 100%);
}
@media only screen and (min-width: 600px) {
  .e-icon-panel {
    width: 50%;
    margin-bottom: 107px;
    max-width: none;
  }
  .e-icon-panel:not(:last-of-type):after {
    display: block;
    content: "";
    position: absolute;
    width: 51px;
    height: 212px;
    top: 0;
    right: 40px;
    bottom: inherit;
    left: inherit;
    background-color: transparent;
    background-image: repeating-linear-gradient(104deg, transparent 0%, transparent 49%, #006a7e 50%, transparent 52%, transparent 100%);
  }
}
@media only screen and (min-width: 1280px) {
  .e-icon-panel {
    width: 25%;
    margin-bottom: 0;
  }
  .e-icon-panel:not(:last-of-type):after {
    display: block;
    content: "";
    position: absolute;
    width: 70px;
    height: 282px;
    top: 0;
    right: 8%;
    bottom: inherit;
    left: inherit;
    background-color: transparent;
    background-image: repeating-linear-gradient(104deg, transparent 0%, transparent 49%, #006a7e 50%, transparent 52%, transparent 100%);
  }
}

.e-icon-panel__position {
  color: #000000;
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1280px) {
  .e-icon-panel__position {
    font-family: "Manrope", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 2px;
  }
}

.e-icon-panel__title {
  color: #000000;
  font-family: "lust", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 38px;
  margin: 0;
  margin-bottom: 24px;
}
@media only screen and (min-width: 600px) {
  .e-icon-panel__title {
    font-family: "lust", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 57px;
    margin: 0;
    margin-bottom: 17px;
  }
}
@media only screen and (min-width: 1280px) {
  .e-icon-panel__title {
    font-family: "lust", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 50px;
    line-height: 57px;
    margin: 0;
    margin-bottom: 17px;
    font-size: 48px;
  }
}

.e-icon-panel__content {
  color: #000000;
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 22px;
  max-width: 233px;
}
@media only screen and (min-width: 600px) {
  .e-icon-panel__content {
    font-family: "Manrope", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 22px;
    max-width: 228px;
  }
}
@media only screen and (min-width: 1280px) {
  .e-icon-panel__content {
    font-family: "Manrope", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 22px;
    max-width: 233px;
  }
}

.e-icon-panel__icon {
  position: absolute;
  bottom: 0;
}
.e-icon-panel__icon .icon svg.svg-handshake {
  stroke-dasharray: 585;
  stroke-dashoffset: 0;
}
.e-icon-panel__icon .icon svg.svg-handshake:hover {
  -webkit-animation: animate-handshake 9s linear forwards;
          animation: animate-handshake 9s linear forwards;
}
.e-icon-panel__icon .icon svg.svg-house {
  stroke-dasharray: 290;
  stroke-dashoffset: 0;
}
.e-icon-panel__icon .icon svg.svg-house:hover {
  -webkit-animation: animate-house 2s linear forwards;
          animation: animate-house 2s linear forwards;
}
.e-icon-panel__icon .icon svg.svg-map {
  stroke-dasharray: 330;
  stroke-dashoffset: 0;
}
.e-icon-panel__icon .icon svg.svg-map:hover {
  -webkit-animation: animate-map 2s linear forwards;
          animation: animate-map 2s linear forwards;
}
.e-icon-panel__icon .icon svg.svg-plan {
  stroke-dasharray: 440;
  stroke-dashoffset: 0;
}
.e-icon-panel__icon .icon svg.svg-plan:hover {
  -webkit-animation: animate-plan 2s linear forwards;
          animation: animate-plan 2s linear forwards;
}
.e-icon-panel__icon .icon svg.svg-people {
  stroke-dasharray: 290;
  stroke-dashoffset: 0;
}
.e-icon-panel__icon .icon svg.svg-people:hover {
  -webkit-animation: animate-people 2s linear forwards;
          animation: animate-people 2s linear forwards;
}
@-webkit-keyframes animate-handshake {
  0% {
    stroke-dashoffset: 585;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  30% {
    stroke-dashoffset: 400;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes animate-handshake {
  0% {
    stroke-dashoffset: 585;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  30% {
    stroke-dashoffset: 400;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes animate-house {
  0% {
    stroke-dashoffset: 290;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  30% {
    stroke-dashoffset: 200;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes animate-house {
  0% {
    stroke-dashoffset: 290;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  30% {
    stroke-dashoffset: 200;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes animate-map {
  0% {
    stroke-dashoffset: 330;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  30% {
    stroke-dashoffset: 290;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes animate-map {
  0% {
    stroke-dashoffset: 330;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  30% {
    stroke-dashoffset: 290;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes animate-plan {
  0% {
    stroke-dashoffset: 440;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  30% {
    stroke-dashoffset: 400;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes animate-plan {
  0% {
    stroke-dashoffset: 440;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  30% {
    stroke-dashoffset: 400;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes animate-people {
  0% {
    stroke-dashoffset: 290;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  30% {
    stroke-dashoffset: 200;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes animate-people {
  0% {
    stroke-dashoffset: 290;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  30% {
    stroke-dashoffset: 200;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

.e-slider {
  position: relative;
  padding: 50px 0;
}

.e-slider-wrapper .slick-arrow {
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.e-slider-wrapper .slick-prev {
  left: -48px;
}
.e-slider-wrapper .slick-next {
  right: -48px;
}

.e-slider__inner {
  position: relative;
  z-index: 2;
  padding: 0 70px !important;
  max-width: 1300px;
}

.e-slide {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-bottom: 56.25%;
}

.e-map .g-map-wrapper {
  position: relative;
  flex: 0 0 50%;
  margin-top: 70px;
  margin-bottom: 70px;
  padding-bottom: 112%;
}
@media only screen and (min-width: 960px) {
  .e-map .g-map-wrapper {
    padding-bottom: 33%;
  }
}
.e-map #g-map {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  top: 0;
}
.e-map .g-map-contact-wrapper {
  flex: 1;
}

.e-map__inner {
  display: flex;
  flex-wrap: wrap;
}

.e-keyfeatures {
  padding: 50px 0;
  margin-bottom: 64px;
}
@media only screen and (min-width: 768px) {
  .e-keyfeatures {
    margin-bottom: 96px;
  }
}
.e-keyfeatures--fullwidth {
  background-color: #ececec;
}

.e-keyfeatures__title {
  padding-bottom: 48px;
  color: #006a7e;
  font-family: "lust", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 38px;
  margin: 0;
}
@media only screen and (min-width: 960px) {
  .e-keyfeatures__title {
    font-family: "lust", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 57px;
    margin: 0;
  }
}
@media only screen and (min-width: 1280px) {
  .e-keyfeatures__title {
    font-family: "lust", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 50px;
    line-height: 57px;
    margin: 0;
    font-size: 40px;
    line-height: 140px;
  }
}

.e-keyfeatures__icons {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
  background-color: #ececec;
}

.e-keyfeatures__icons {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  padding: 50px 0;
  margin: -15px;
}

.e-keyfeatures__icon-wrapper {
  padding: 15px;
  width: 50%;
}
@media only screen and (min-width: 600px) {
  .e-keyfeatures__icon-wrapper {
    width: 33.33%;
  }
}
@media only screen and (min-width: 960px) {
  .e-keyfeatures__icon-wrapper {
    width: 25%;
  }
}
@media only screen and (min-width: 1280px) {
  .e-keyfeatures__icon-wrapper {
    width: 20%;
    min-height: 250px;
  }
}

.e-keyfeatures__liner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  padding: 20px;
  height: 100%;
}

.e-keyfeatures__icon {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  max-width: 100%;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .e-keyfeatures__icon {
    width: 90px;
    height: 90px;
  }
}
.e-keyfeatures__icon svg {
  max-width: 100%;
  max-height: 100%;
}
.e-keyfeatures__icon .cls-1,
.e-keyfeatures__icon .cls-2,
.e-keyfeatures__icon .cls-3 {
  stroke: #006a7e !important;
}

.e-keyfeatures__icon-title {
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  margin: 0;
  color: #2f4858;
  text-align: center;
  line-height: 22px;
}
@media only screen and (min-width: 960px) {
  .e-keyfeatures__icon-title {
    font-family: "Manrope", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    margin: 0;
    line-height: 30px;
  }
}
@media only screen and (min-width: 1280px) {
  .e-keyfeatures__icon-title {
    font-family: "Manrope", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    margin: 0;
    line-height: 30px;
  }
}

.e-property {
  margin-bottom: 64px;
}
@media only screen and (min-width: 768px) {
  .e-property {
    margin-bottom: 96px;
  }
}

.e-property__title {
  font-family: "lust", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 38px;
  margin: 0;
  color: #006a7e;
  padding-bottom: 48px;
}
@media only screen and (min-width: 960px) {
  .e-property__title {
    font-family: "lust", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 57px;
    margin: 0;
  }
}
@media only screen and (min-width: 1280px) {
  .e-property__title {
    font-family: "lust", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 50px;
    line-height: 57px;
    margin: 0;
    font-size: 40px;
    line-height: 140px;
  }
}

.e-property__wrapper {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .e-property__wrapper {
    flex-flow: row wrap;
    align-items: center;
  }
}

.e-property__leasing {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .e-property__leasing {
    width: 50%;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1280px) {
  .e-property__leasing {
    padding: 0 5%;
  }
}

.e-property__leasing-title {
  font-family: "lust", serif;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  background-color: #006a7e;
  padding: 20px 30px 20px 70px;
  max-width: 400px;
  margin: 0 0 30px;
  position: relative;
  overflow: hidden;
}
.e-property__leasing-title::before {
  content: "";
  position: absolute;
  top: -8px;
  left: -4px;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 150px 70px 0 0;
  border-color: white transparent transparent transparent;
}

.e-property__contact-wrapper {
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  .e-property__contact-wrapper {
    width: 50%;
    margin-top: 0;
  }
}

.e-property__spaces {
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 20px;
}
@media only screen and (min-width: 768px) {
  .e-property__spaces {
    flex-flow: row wrap;
    justify-content: space-between;
  }
}

.e-property__space {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .e-property__space {
    text-align: left;
    width: 50%;
  }
}

.e-property__space.u-content h4.e-property__space-title {
  font-size: 18px;
  color: #006a7e;
  margin-bottom: 0;
}

.e-property__space.u-content p.e-property__space-spec {
  font-size: 16px;
  line-height: inherit;
}

/** contact person **/
.e-property__contact {
  text-align: center;
}
@media only screen and (min-width: 960px) {
  .e-property__contact {
    text-align: left;
    width: 50%;
    margin: 0 auto;
  }
}

.e-property__contact.u-content h3.e-property__contact-name {
  line-height: 35px;
  margin-bottom: 0;
}

.e-property__contact.u-content p:not(.e-property__contact-text) {
  margin-bottom: 0;
}

.e-form-element form {
  max-width: 768px;
}
.e-form-element .userform-fields .field.text {
  max-width: 500px;
}
.e-form-element .userform-fields .field.checkboxset .middleColumn {
  padding-left: 10px;
}
.e-form-element .userform-fields .field.checkboxset .middleColumn div {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  gap: 20px;
}
.e-form-element .userform-fields .field.checkboxset .middleColumn div input {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.e-form-element .userform-fields .field .checkbox .middleColumn {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  gap: 20px;
}
.e-form-element .userform-fields .field .checkbox .middleColumn input {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.e-form-element .userform-fields .field .checkbox .middleColumn label {
  font-weight: 400;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

/**
 * Pages
 *
 **/
.HomePage .element {
  position: relative;
  background-color: #ffffff;
}
.HomePage .c-footer {
  background-color: #ffffff;
}
.HomePage .main-area::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 260px;
  background-color: #ffffff;
  z-index: 0;
}

.homepage-top {
  background-color: #2f4858;
  overflow: hidden;
  width: 100%;
  position: relative;
  z-index: 0;
}
@media only screen and (min-width: 960px) {
  .homepage-top {
    padding-bottom: 100px;
    height: auto;
  }
}

.homepage-top__moving-slant {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 200%;
  width: 200%;
  background-color: #2f4858;
  z-index: 5;
  transition: transform 3s;
  transform-origin: bottom left;
}
.homepage-top__moving-slant--animate {
  transform: rotate(90deg);
}

.homepage-top__slant-wrapper {
  position: relative;
  right: 0;
  width: 100%;
  z-index: 3;
  height: 14vw;
  margin-top: 45vw;
}
@media only screen and (min-width: 960px) {
  .homepage-top__slant-wrapper {
    position: absolute;
    height: 100%;
    right: 0;
    width: 100%;
    top: 0;
    margin-top: 0;
  }
}
.homepage-top__slant-wrapper:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0%;
  background-color: #2f4858;
  transform: skewY(6deg);
  transform-origin: bottom left;
  z-index: 0;
}
@media only screen and (min-width: 960px) {
  .homepage-top__slant-wrapper:before {
    width: 65%;
    right: 35%;
    left: auto;
    transform: skewY(303deg);
    transform-origin: top right;
  }
}
@media only screen and (min-width: 960px) {
  .homepage-top__slant-wrapper:after {
    content: "";
    position: absolute;
    width: 35%;
    height: 100%;
    right: 0%;
    top: 0%;
    background-color: #2f4858;
    transform-origin: left bottom;
    z-index: 0;
  }
}

.homepage-video__wrapper {
  position: fixed;
  padding-bottom: 66%;
  height: auto;
  top: 0;
  left: 0;
  width: 100%;
}
@media only screen and (min-width: 960px) {
  .homepage-video__wrapper {
    position: fixed;
    position: relative;
    padding-bottom: 0;
    padding-bottom: 65%;
    width: 65%;
    position: initial;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

.homepage-video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.homepage-video__video-still {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  width: auto;
  height: auto;
  height: 100%;
  z-index: 0;
}

.homepage-video__video-clip {
  position: absolute;
  display: block;
  z-index: 2;
  pointer-events: none;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
}
@media only screen and (min-width: 960px) {
  .homepage-video__video-clip {
    width: auto;
    height: 100%;
  }
}

.homepage-foreground {
  background-color: #2f4858;
  position: relative;
  z-index: 4;
}
@media only screen and (min-width: 960px) {
  .homepage-foreground {
    background: none;
  }
}

.homepage-banner {
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 960px) {
  .homepage-banner {
    height: 100vh;
  }
}

.homepage-banner__inner {
  padding: 20px;
  position: relative;
  height: 100%;
  width: 100%;
}

.c-homepage-title__wrapper {
  position: relative;
  transition: transform 2s;
  max-width: 540px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 960px) {
  .c-homepage-title__wrapper {
    position: absolute;
    max-width: 775px;
    right: 0;
    margin-top: calc(53vh - 240px);
    transform: translateX(100%);
    top: 0;
    width: 43%;
    margin-bottom: 0;
  }
}
.c-homepage-title__wrapper--animate {
  transform: translateX(0);
}

.c-homepage-title {
  color: #ffffff;
  font-family: "lust", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 45px;
  line-height: 58px;
  margin: 0;
  line-height: 125%;
}
@media only screen and (min-width: 600px) {
  .c-homepage-title {
    font-family: "lust", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 74px;
    line-height: 99px;
    margin: 0;
    line-height: 125%;
  }
}
@media only screen and (min-width: 960px) {
  .c-homepage-title {
    font-family: "lust", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 113px;
    line-height: 141px;
    margin: 0;
    line-height: 125%;
  }
}

.c-homepage-intro__wrapper {
  position: relative;
  transition: transform 3s;
  max-width: 600px;
  margin-bottom: 65px;
}
@media only screen and (min-width: 960px) {
  .c-homepage-intro__wrapper {
    margin-top: 56vh;
    margin-top: calc(62vh - 37px);
    transform: translateX(100%);
    right: 0;
    top: 0;
    position: absolute;
    max-width: 600px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1280px) {
  .c-homepage-intro__wrapper {
    max-width: 775px;
  }
}
@media all and (min-aspect-ratio: 200/100) {
  .c-homepage-intro__wrapper {
    max-width: 47%;
    width: 100%;
    max-height: 30vh;
  }
}
.c-homepage-intro__wrapper--animate {
  transform: translateX(0);
}

.c-homepage-intro {
  color: #ffffff;
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  margin: 0;
  margin-right: 63px;
  line-height: 125%;
}
@media only screen and (min-width: 600px) {
  .c-homepage-intro {
    font-family: "Manrope", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    margin: 0;
    margin-right: 63px;
    line-height: 125%;
  }
}
@media only screen and (min-width: 960px) {
  .c-homepage-intro {
    font-family: "Manrope", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 38px;
    margin: 0;
    margin-right: 63px;
    line-height: 125%;
  }
}

.c-hotlinks {
  position: relative;
  width: 100%;
  padding: 0 20px;
}
@media only screen and (min-width: 960px) {
  .c-hotlinks {
    position: absolute;
    bottom: 0;
  }
}

.c-hotlinks__inner {
  position: relative;
  text-align: left;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 600px) {
  .c-hotlinks__inner {
    flex-direction: row;
  }
}
@media only screen and (min-width: 960px) {
  .c-hotlinks__inner {
    justify-content: flex-end;
  }
}

.c-hotlink {
  display: inline-block;
  padding: 18px 30px;
  padding-right: 10%;
  margin-right: 40px;
  text-decoration: none;
  overflow: hidden;
  position: relative;
  transition: all 0.2s ease-in-out;
  margin-bottom: 20px;
}
@media only screen and (min-width: 960px) {
  .c-hotlink {
    margin-bottom: 0;
    padding: 25px 30px;
    padding-right: 100px;
  }
}
.c-hotlink:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-color: #006a7e;
  transform: skewX(25deg);
  transform-origin: left bottom;
  z-index: 0;
}
.c-hotlink:hover {
  padding: 30px 30px;
  padding-right: 10%;
}
@media only screen and (min-width: 960px) {
  .c-hotlink:hover {
    padding: 35px 30px;
    padding-right: 100px;
  }
}
.c-hotlink:hover:after {
  background-color: #c0e621;
}

.c-hotlink__icon {
  position: relative;
  z-index: 2;
  width: 30px;
  height: 30px;
  margin-bottom: 12px;
  transition: all 0.2s ease-in-out;
}
.c-hotlink__icon svg {
  max-width: 100%;
  max-height: 100%;
}
.c-hotlink__icon .cls-1 {
  stroke: #ffffff;
  stroke-width: 2px;
}

.c-hotlink__title {
  position: relative;
  z-index: 2;
  color: #ffffff;
  text-decoration: none;
  max-width: 240px;
  text-align: left;
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  margin: 0;
}
@media only screen and (min-width: 600px) {
  .c-hotlink__title {
    font-family: "Manrope", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    margin: 0;
  }
}
@media only screen and (min-width: 960px) {
  .c-hotlink__title {
    font-family: "Manrope", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    margin: 0;
  }
}

.homepage-ca {
  position: relative;
  text-decoration: none;
}
@media only screen and (min-width: 1280px) {
  .homepage-ca {
    margin-top: 90px;
  }
}
.homepage-ca:hover .homepage-ca__link:before {
  transform: skewX(45deg);
  width: 50%;
}
@media only screen and (min-width: 960px) {
  .homepage-ca {
    width: 100vw;
  }
}

.homepage-ca__inner {
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  padding-top: 50px;
}
@media only screen and (min-width: 960px) {
  .homepage-ca__inner {
    flex-direction: row;
  }
}

.homepage-ca__heading {
  color: #ffffff;
  font-family: "lust", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 57px;
  margin: 0;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .homepage-ca__heading {
    font-family: "lust", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 50px;
    line-height: 55px;
    margin: 0;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1280px) {
  .homepage-ca__heading {
    font-family: "lust", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 65px;
    line-height: 70px;
    margin: 0;
    margin-bottom: 20px;
  }
}

.homepage-ca__main {
  color: #ffffff;
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  margin: 0;
  font-weight: 400;
}
@media only screen and (min-width: 600px) {
  .homepage-ca__main {
    font-family: "Manrope", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    margin: 0;
    font-weight: 400;
  }
}
@media only screen and (min-width: 1280px) {
  .homepage-ca__main {
    font-family: "Manrope", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    margin: 0;
    font-weight: 400;
  }
}

.homepage-ca__image-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: 32px;
  height: 0;
  padding-bottom: 60%;
}
@media only screen and (min-width: 960px) {
  .homepage-ca__image-wrapper {
    height: auto;
    padding-bottom: 0;
    flex: 0 0 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1280px) {
  .homepage-ca__image-wrapper {
    flex: 0 0 40%;
  }
}

.homepage-ca__triangle {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent rgba(192, 230, 33, 0.5);
  transition: all 0.2s ease-in-out;
}

.homepage-ca__image-holder {
  position: absolute;
  overflow: hidden;
  display: block;
  height: 100%;
  width: 100%;
}
.homepage-ca__image-holder:hover .homepage-ca__triangle {
  bottom: 0 !important;
}

.homepage-ca__image__picture {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.homepage-ca__image__picture-image {
  display: block;
  font-family: "object-fit: cover;";
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.homepage-ca__content-wrapper {
  position: relative;
  align-items: center;
  display: flex;
  width: 100%;
}
@media only screen and (min-width: 960px) {
  .homepage-ca__content-wrapper {
    flex: 0 0 50%;
  }
}
.homepage-ca__content {
  color: #ffffff;
  max-width: 835px;
  width: 100%;
  padding-bottom: 48px;
}
@media only screen and (min-width: 960px) {
  .homepage-ca__content {
    padding: 0 42px;
  }
}
@media only screen and (min-width: 1280px) {
  .homepage-ca__content {
    padding: 0 90px;
  }
}

.homepage-ca__link {
  margin-top: 50px;
}

.c-property-slider {
  position: relative;
  padding: 50px 0;
  background-color: #2f4858;
}

.c-property-slider-wrapper .slick-arrow {
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.c-property-slider-wrapper .slick-prev {
  left: -48px;
}
.c-property-slider-wrapper .slick-next {
  right: -48px;
}

.c-property-slider__inner {
  position: relative;
  z-index: 2;
  padding: 0 70px !important;
  max-width: 1300px;
}

.c-property-slide {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-bottom: 56.25%;
}

.c-lease-property-slider {
  position: relative;
  padding: 50px 0;
  background-color: #2f4858;
}

.c-lease-property-slider-wrapper .slick-arrow {
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.c-lease-property-slider-wrapper .slick-prev {
  left: -48px;
}
.c-lease-property-slider-wrapper .slick-next {
  right: -48px;
}

.c-lease-property-slider__inner {
  position: relative;
  z-index: 2;
  padding: 0 70px !important;
  max-width: 1300px;
}

.c-lease-property-slide {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-bottom: 100%;
}
@media only screen and (min-width: 960px) {
  .c-lease-property-slide {
    padding-bottom: 56.25%;
  }
}

.c-property-map {
  position: relative;
  background-color: #2f4858;
  padding-bottom: 120px;
}
.c-property-map .g-map-wrapper {
  position: relative;
  flex: 0 0 50%;
  padding-bottom: 112%;
  margin-bottom: 70px;
}
@media only screen and (min-width: 960px) {
  .c-property-map .g-map-wrapper {
    flex: 0 0 45%;
    padding-bottom: 33%;
    margin-bottom: 0;
    margin-right: 5%;
  }
}
.c-property-map #g-map {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  top: 0;
}
.c-property-map .c-contact-card {
  flex: 1;
  justify-content: space-between;
  margin-bottom: 0;
  margin-top: auto;
  align-self: center;
}

.c-property-map__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  z-index: 2;
  flex-direction: column;
}
@media only screen and (min-width: 960px) {
  .c-property-map__inner {
    flex-direction: row;
  }
}

.c-property-map__slant {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 440px;
  display: block;
  overflow: hidden;
}
.c-property-map__slant:after {
  content: "";
  position: absolute;
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0px;
  transform: skewY(-7deg);
  transform-origin: bottom right;
  z-index: 0;
}

.c-property-landing-page__inner {
  margin-top: 30px;
  text-align: right;
}
@media only screen and (min-width: 1280px) {
  .c-property-landing-page__inner {
    margin-top: 0;
  }
}

.c-property-landing-page__top-content {
  text-align: left;
  margin-bottom: 50px;
}
@media only screen and (min-width: 960px) {
  .c-property-landing-page__top-content {
    width: 55%;
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 1280px) {
  .c-property-landing-page__top-content {
    width: 65%;
    margin-bottom: 80px;
    max-width: 950px;
  }
}

.c-property-landing-page__properties-wrapper {
  position: relative;
  overflow: hidden;
  text-align: right;
}

.c-property-landing-page__moving-slant {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 200%;
  width: 200%;
  z-index: 3;
  transition: transform 3s;
  transform-origin: bottom left;
  background-color: #ffffff;
}
.c-property-landing-page__moving-slant--animate {
  transform: rotate(90deg);
}

.c-property-landing-page__locations-wrapper {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 960px) {
  .c-property-landing-page__locations-wrapper {
    flex-flow: row nowrap;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 960px) {
  .c-property-landing-page__locations-wrapper--align-right {
    justify-content: flex-end;
  }
}
.c-property-landing-page__locations-wrapper .c-location-menu {
  position: relative;
  text-align: left;
  margin-bottom: 70px;
  margin-top: 20px;
}
@media only screen and (min-width: 1280px) {
  .c-property-landing-page__locations-wrapper .c-location-menu {
    margin-bottom: 0;
    margin-top: 0;
  }
}

.c-property-landing-page__properties {
  z-index: 2;
  max-width: 400px;
  margin: 0 auto;
}
@media only screen and (min-width: 960px) {
  .c-property-landing-page__properties {
    max-width: none;
    margin: auto;
  }
}

.c-property__image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: relative;
  transition: all 0.5s;
  padding-bottom: 93%;
  left: 21%;
}
@media only screen and (min-width: 960px) {
  .c-property__image {
    background-size: cover;
    padding-bottom: 60%;
    left: 25%;
  }
}

.c-property__image-wrapper-inner {
  overflow: hidden;
  position: relative;
}

.c-property__triangle {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent rgba(192, 230, 33, 0.5);
  transition: all 0.2s ease-in-out;
}

.c-property__image-wrapper {
  position: absolute;
  width: 160%;
  top: 0;
  right: 0;
  height: 100%;
}
.c-property__image-wrapper:hover .c-property__image {
  transform: scale(1.05, 1.05);
}
.c-property__image-wrapper:hover .c-property__title {
  color: #c0e621;
}
.c-property__image-wrapper:hover .c-property__triangle {
  bottom: 0 !important;
}

.c-property {
  box-sizing: border-box;
  position: relative;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  width: 100%;
  margin: 0%;
  margin-bottom: 7%;
  padding-bottom: 120%;
  padding-bottom: 149%;
}
.c-property:nth-of-type(1) .c-property__triangle {
  left: 0;
  bottom: -380px;
  border-width: 380px 0 0 180px;
}
.c-property:nth-of-type(2) .c-property__triangle {
  right: 0;
  bottom: -100px;
  border-width: 100px 300px 0 0;
}
.c-property:nth-of-type(3) .c-property__triangle {
  left: 0;
  bottom: -260px;
  border-width: 260px 0 0 130px;
}
@media only screen and (min-width: 960px) {
  .c-property {
    width: 22%;
    margin: 0 7%;
    max-width: none;
  }
  .c-property:nth-of-type(6n + 1) {
    padding-bottom: 45%;
  }
  .c-property:nth-of-type(6n + 1) .c-property__image {
    left: auto;
    padding-bottom: 95.39%;
  }
  .c-property:nth-of-type(6n + 1) .c-property__image-wrapper {
    right: auto;
    width: 65%;
    top: 8%;
    left: 21%;
  }
  .c-property:nth-of-type(6n + 2) {
    padding-bottom: 74%;
  }
  .c-property:nth-of-type(6n + 2) .c-property__image {
    left: auto;
    padding-bottom: 148%;
  }
  .c-property:nth-of-type(6n + 2) .c-property__image-wrapper {
    right: auto;
    width: 82%;
    top: 20%;
    left: 9%;
  }
  .c-property:nth-of-type(6n + 3) {
    padding-bottom: 28%;
  }
  .c-property:nth-of-type(6n + 3) .c-property__image {
    left: auto;
    padding-bottom: 58.33%;
  }
  .c-property:nth-of-type(6n + 3) .c-property__image-wrapper {
    right: auto;
    width: 58%;
    top: 15%;
    left: 28%;
  }
  .c-property:nth-of-type(6n + 4) {
    padding-bottom: 45%;
  }
  .c-property:nth-of-type(6n + 4) .c-property__image {
    left: auto;
    padding-bottom: 95.39%;
  }
  .c-property:nth-of-type(6n + 4) .c-property__image-wrapper {
    right: auto;
    width: 65%;
    top: 7%;
    left: 13%;
  }
  .c-property:nth-of-type(6n + 5) {
    padding-bottom: 74%;
  }
  .c-property:nth-of-type(6n + 5) .c-property__image {
    left: auto;
    padding-bottom: 148%;
  }
  .c-property:nth-of-type(6n + 5) .c-property__image-wrapper {
    right: auto;
    width: 82%;
    top: 20%;
    left: 9%;
  }
  .c-property:nth-of-type(6n + 6) {
    padding-bottom: 28%;
  }
  .c-property:nth-of-type(6n + 6) .c-property__image {
    left: auto;
    padding-bottom: 58.33%;
  }
  .c-property:nth-of-type(6n + 6) .c-property__image-wrapper {
    right: auto;
    width: 58%;
    top: 15%;
    left: 13%;
  }
}

.c-property__link {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 10px 0;
  padding-left: 30px;
  color: #ffffff;
  display: none;
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-top: 44px;
}
@media only screen and (min-width: 960px) {
  .c-property__link {
    font-family: "Manrope", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-top: 44px;
  }
}
@media only screen and (min-width: 1280px) {
  .c-property__link {
    font-family: "Manrope", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    margin-top: 44px;
  }
}
.c-property__link:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 16px;
  height: 100%;
  background-color: #c0e621;
}

.c-property__pos-offset {
  display: none;
  color: #ffffff;
}
@media only screen and (min-width: 960px) {
  .c-property__pos-offset {
    display: block;
  }
}

.c-property__heading {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 34px 40px;
  padding-left: 168px;
  overflow: hidden;
}
@media only screen and (min-width: 960px) {
  .c-property__heading {
    top: -47px;
    right: -42px;
    bottom: auto;
  }
}
.c-property__heading:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-color: #006a7e;
  transform: skewX(325deg);
  transform-origin: left bottom;
  z-index: 0;
}

.c-property__title {
  position: relative;
  color: white;
  z-index: 2;
  font-family: "lust", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  margin: 0;
}
@media only screen and (min-width: 960px) {
  .c-property__title {
    font-family: "lust", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 30px;
    margin: 0;
  }
}
@media only screen and (min-width: 1280px) {
  .c-property__title {
    font-family: "lust", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 30px;
    margin: 0;
  }
}

.c-property__position {
  opacity: 0;
}

@media only screen and (min-width: 960px) {
  .c-lease-landing-page__top-content {
    max-width: 950px;
  }
}

.c-lease-landing-page__properties {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
}

.c-lease-landing-page__contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 70%;
  margin: 0 auto;
  border-top: 1px solid #000000;
  z-index: 3;
}
@media only screen and (min-width: 768px) {
  .c-lease-landing-page__contact {
    flex-direction: row;
    width: 100%;
    padding-top: 50px;
  }
}
.c-lease-landing-page__contact .c-contact-card {
  max-width: 300px;
  flex: 0 0 300px;
}
.c-lease-landing-page__contact .c-property-enquiry-trigger {
  max-height: 66px;
  margin-top: 30px;
}
@media only screen and (min-width: 960px) {
  .c-lease-landing-page__contact .c-property-enquiry-trigger {
    margin: 0 0 0 30px;
  }
}

.c-lease-icons-panel {
  background-color: #ececec;
  padding: 50px 0;
  padding-bottom: 80px;
  margin-bottom: 60px;
  margin-top: 50px;
}

.c-lease-icons-panel__inner {
  max-width: 1460px;
}

.c-lease-icons-panel__heading {
  padding-bottom: 48px;
  color: #006a7e;
  font-family: "lust", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 38px;
  margin: 0;
}
@media only screen and (min-width: 960px) {
  .c-lease-icons-panel__heading {
    font-family: "lust", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 57px;
    margin: 0;
  }
}
@media only screen and (min-width: 1280px) {
  .c-lease-icons-panel__heading {
    font-family: "lust", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 50px;
    line-height: 57px;
    margin: 0;
    font-size: 40px;
    line-height: 140px;
  }
}

.c-lease-icons-panel__holder {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
}

.c-lease-icon {
  flex: 0 0 100%;
  flex-wrap: wrap;
  padding: 15px;
  max-width: 300px;
  margin: 0 auto;
}
@media only screen and (min-width: 600px) {
  .c-lease-icon {
    flex: 0 0 50%;
    max-width: 300px;
  }
}
@media only screen and (min-width: 960px) {
  .c-lease-icon {
    flex: 0 0 33.33%;
    max-width: none;
  }
}
@media only screen and (min-width: 1280px) {
  .c-lease-icon {
    flex: 0 0 20%;
    min-height: 270px;
  }
}

.c-lease-icon__inner {
  background-color: #ffffff;
  display: flex;
  padding: 46px 10%;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}

.c-lease-icon__icon {
  width: 90px;
  height: 90px;
  margin: 0 auto;
  max-width: 100%;
}
.c-lease-icon__icon svg {
  max-width: 100%;
  max-height: 100%;
}
.c-lease-icon__icon .cls-1,
.c-lease-icon__icon .cls-2,
.c-lease-icon__icon .cls-3 {
  stroke: #006a7e !important;
}

.c-lease-icon__title {
  color: #2f4858;
  text-align: center;
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  margin: 0;
  line-height: 30px;
}
@media only screen and (min-width: 960px) {
  .c-lease-icon__title {
    font-family: "Manrope", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    margin: 0;
    line-height: 30px;
  }
}
@media only screen and (min-width: 1280px) {
  .c-lease-icon__title {
    font-family: "Manrope", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    margin: 0;
    line-height: 30px;
  }
}

@media only screen and (min-width: 1280px) {
  .c-team-landing-page__inner {
    margin-top: -100px;
  }
}
@media only screen and (min-width: 1700px) {
  .c-team-landing-page__inner {
    margin-top: -150px;
  }
}

.c-team-members-group__member-holder {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
}

.c-team-members-group {
  margin-bottom: 40px;
}

.c-team-members-group__title {
  width: 100%;
  position: relative;
  display: block;
  color: #000000;
  font-family: "lust", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  margin: 0;
  margin-bottom: 10px;
}
@media only screen and (min-width: 600px) {
  .c-team-members-group__title {
    font-family: "lust", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 30px;
    margin: 0;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 960px) {
  .c-team-members-group__title {
    font-family: "lust", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 30px;
    margin: 0;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 1280px) {
  .c-team-members-group__title--1 {
    color: #ffffff;
  }
}

@media only screen and (max-width: 1279px) {
  .c-team-members-group__member-holder .c-ilp-text {
    background-color: #006a7e;
    position: static;
    padding: 40px 32px;
  }
  .c-team-members-group__member-holder .c-ilp-text:after {
    display: none;
  }
  .c-team-members-group__member-holder .c-ilp__image {
    width: 100%;
  }
  .c-team-members-group__member-holder .c-ilp-text__contacts {
    display: block !important;
  }
}
@media only screen and (min-width: 1280px) {
  .c-team-members-group__member-holder .c-ilp__inner {
    padding-bottom: 100px;
  }
  .c-team-members-group__member-holder .c-ilp-text {
    top: 70%;
    bottom: inherit;
  }
}

/* limit email length for layout */
@media only screen and (max-width: 1279px) {
  .c-team-members-group__member-holder .c-ilp-text__email {
    max-width: 200px;
    display: block;
  }
}

.c-articles-landing-page__articles {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
}

.c-article-filter {
  background-color: #006a7e;
  padding: 11px 16px;
  display: inline-block;
  min-width: 257px;
  margin-bottom: 100px;
  position: relative;
  z-index: 4;
  padding-bottom: 0;
}

#Form_ArticlesFilterForm {
  color: #ffffff;
  border-bottom: 2px solid #c0e621;
  padding-bottom: 14px;
}
#Form_ArticlesFilterForm .field.dropdown select:focus {
  outline: none;
}
#Form_ArticlesFilterForm .field.dropdown > label {
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 22px;
  display: block;
}
#Form_ArticlesFilterForm .field.dropdown .middleColumn {
  position: relative;
}
#Form_ArticlesFilterForm .field.dropdown .middleColumn::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 8px;
  top: 6px;
  right: 11px;
  background-color: #c0e621;
  transform: rotate(-45deg);
  z-index: 3;
}
#Form_ArticlesFilterForm .field.dropdown .middleColumn::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 8px;
  top: 6px;
  right: 6px;
  background-color: #c0e621;
  transform: rotate(45deg);
  z-index: 3;
}
#Form_ArticlesFilterForm .field.dropdown select {
  cursor: pointer;
  width: 100%;
}
#Form_ArticlesFilterForm .field.dropdown option {
  color: #161a1b;
}

.c-article-page__pages {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
}

.contact-form-wrapper {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .contact-form-wrapper {
    flex-direction: row;
    justify-content: space-between;
  }
}

.contact-form-wrapper form.userform {
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .contact-form-wrapper form.userform,
.contact-details-wrapper {
    width: 48%;
  }
}

.g-map-wrapper {
  position: relative;
  height: 500px;
}

#g-map {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  top: 0;
}

.g-map-contact-wrapper {
  flex: 1;
}

.contact-details {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.contact-details__heading {
  width: 100%;
  padding: 20px 0 0;
}

.contact-details__address {
  width: 48%;
}

.contact-details__detail {
  width: 100%;
  margin: 10px 0;
  display: flex;
  flex-direction: row;
}

.contact-details__detail--phone {
  line-height: 2em;
  margin-top: 20px;
}

.contact-details__detail--phone a {
  display: block;
  padding-bottom: 10px;
}

.contact-details__icon {
  width: 30px;
  height: 30px;
  margin-right: 20px;
}
.contact-details__icon svg {
  width: 100%;
  height: 100%;
}

.contact-page-team-wrapper {
  display: flex;
  flex-direction: column;
  margin-top: 100px;
}
@media only screen and (min-width: 768px) {
  .contact-page-team-wrapper {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1280px) {
  .contact-page-team-wrapper {
    align-items: flex-end;
  }
}

@media only screen and (min-width: 768px) {
  .contact-page-team-wrapper .c-contact-card {
    width: 38%;
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 960px) {
  .contact-page-team-wrapper .c-contact-card {
    width: 48%;
  }
}
@media only screen and (min-width: 1280px) {
  .contact-page-team-wrapper .c-contact-card {
    width: 32%;
  }
}
@media only screen and (min-width: 1700px) {
  .contact-page-team-wrapper .c-contact-card {
    width: 28%;
  }
}

@media only screen and (min-width: 960px) {
  .contact-page-team-wrapper .c-contact-card .c-contact-card__inner {
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1280px) {
  .contact-page-team-wrapper .c-contact-card .c-contact-card__inner {
    align-items: flex-end;
  }
}

.contact-page-team-wrapper .c-contact-card-content-holder {
  min-width: inherit;
}

.BambooHR-ATS-board {
  max-width: 950px;
}

.BambooHR-ATS-board h2 {
  font-size: 30px;
}

.u-content .BambooHR-ATS-Department-List,
.u-content .BambooHR-ATS-Jobs-List {
  list-style-type: none;
  padding: 0;
}

.u-content .BambooHR-ATS-Department-Item {
  margin-bottom: 50px;
}

.u-content .BambooHR-ATS-Department-Header {
  font-weight: bold;
  color: #161a1b;
  padding-bottom: 10px;
  border-bottom: 1px solid lightgrey;
}

.u-content .BambooHR-ATS-Jobs-Item {
  display: flex;
  flex-direction: column;
  padding: 8px 0;
}
@media only screen and (min-width: 960px) {
  .u-content .BambooHR-ATS-Jobs-Item {
    flex-direction: row;
    align-items: flex-end;
  }
}

.u-content .BambooHR-ATS-Jobs-Item a {
  color: #006a7e;
}
.u-content .BambooHR-ATS-Jobs-Item a:hover {
  color: #c0e621;
}

@media only screen and (min-width: 960px) {
  .u-content .BambooHR-ATS-Location {
    margin-left: 15px;
  }
}

.project-banner {
  background-color: #2f4858;
  padding-top: 120px;
  position: relative;
  margin-bottom: 40px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .project-banner {
    padding-bottom: 50px;
    margin: 0;
  }
}
@media only screen and (min-width: 960px) {
  .project-banner {
    padding-top: 200px;
  }
}

.project-banner__wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .project-banner__wrapper {
    flex-direction: row;
    justify-content: flex-end;
  }
}

.project-banner__content {
  width: 100%;
  margin: 0 0 64px 0;
  position: relative;
  z-index: 3;
}
@media only screen and (min-width: 768px) {
  .project-banner__content {
    width: 47%;
  }
}

.project-banner__title {
  color: #ffffff;
  max-width: 800px;
  font-family: "lust", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 57px;
  margin: 0;
  margin-bottom: 15px;
}
@media only screen and (min-width: 960px) {
  .project-banner__title {
    font-family: "lust", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 50px;
    line-height: 55px;
    margin: 0;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 1280px) {
  .project-banner__title {
    font-family: "lust", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 65px;
    line-height: 70px;
    margin: 0;
    margin-bottom: 15px;
  }
}

.project-banner__intro {
  color: #ffffff;
}

.project-banner__image-wrapper {
  position: relative;
  width: 100%;
  height: 400px;
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  .project-banner__image-wrapper {
    margin: 0;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}

.project-banner__image {
  font-family: "object-fit: cover;";
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media only screen and (min-width: 768px) {
  .project-banner__image {
    bottom: 50px;
  }
}

@media only screen and (min-width: 768px) {
  .project-banner__angle-maker {
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 1000px 200px;
    border-color: transparent transparent #2f4858 transparent;
    position: absolute;
    right: -4px;
    top: -4px;
    z-index: 2;
  }
}

.sitemap ul {
  padding-left: 30px;
  margin-bottom: 10px;
}
.sitemap ul ul {
  padding-left: 30px;
}
.sitemap li a {
  color: black;
  text-decoration: none;
  display: block;
  padding: 3px 0;
}
.sitemap li a:hover {
  color: #006a7e;
  text-decoration: underline;
}

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